/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
Template Name: buildy
Author: Cosmin Cotor
Author ThemeForest URL: http://themeforest.net/user/cosmincotor
Author Website: http://pixek.com/
Version: 1.0.0
License: Commercial
*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Framework Css Rules Start                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
	background-color: #fff;
}
p > a {
	color: #e4755a;
}
a {
	color: #e4755a;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
input[type="text"], input[type="password"] {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: #999;
}
textarea {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: #999;
}
input:focus, textarea:focus {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
}
table {
	background-color: transparent;
	border-left: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
thead {
}
th {
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	color: #333;
	background-color: #f0f0f0;
}
tr {
	line-height: 18px;
}
td {
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	color: #999;
	background-color: transparent;
}
tr:hover > td {
	background-color: #f6f6f6;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Framework Css Rules End                                                                 */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Structure Css Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.websiteWrap {
}
.pageWrap {
	padding-top: 36px;
	margin-bottom: 36px;
}
.pageContentWrap {
	background-color: #f9f9f9;
	padding-top: 18px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 24px;
	margin-right: 24px;
	padding-bottom: 27px;
}
.pageWrap > *:last-child, .pageContentWrap > *:last-child {
	margin-bottom: 0px;
}
.pageTitle {
	padding-left:36px;
	padding-right:24px;
	padding-bottom: 0px;
	padding-top:10px;
	margin-bottom: 0px;
	background-color:#f5f2ee;
	color:#867a6e;
}
.blockTitle {
	margin-bottom: 0px;
}
.pageBreak {
	height: 0px;
	clear: both;
	margin-bottom: 27px;
	border-top: 3px solid #f0f0f0;
}
.pageBreakBottom {
	height: 0px;
	clear: both;
	border-top: 3px solid #f0f0f0;
}
.pageBreakBoth {
	height: 27px;
	clear: both;
	margin-bottom: 27px;
	border-bottom: 3px solid #f0f0f0;
}
.textBreak {
	height: 4px;
	clear: both;
	margin-bottom: 27px;
	border-bottom: 3px solid #f0f0f0;
}
.textBreakBoth {
	height: 4px;
	clear: both;
	margin-bottom: 23px;
	border-bottom: 3px solid #f0f0f0;
}
.textBreakBottom {
	height: 0px;
	clear: both;
	margin-bottom: 23px;
	border-top: 3px solid #f0f0f0;
}
.pageSpacer {
	height: 4px;
	background: none;
	clear: both;
	width: 100%;
}
.sectionBreak {
	height: 0px;
	clear: both;
	margin-bottom: 36px;
	border-top: 3px solid #f0f0f0;
}
.noPadding {
	padding: 0px;
}
.noMargin {
	margin: 0px;
}
.noBackground {
	background: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Structure Css Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Header Css Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.headerOuterWrap {
	z-index: 999;
	height: 57px;
	overflow: visible;
	background-color: #f5f2ee;
}
.headerWrap {
	padding-left: 		12px;
	padding-right: 		12px;
	margin-left: 		24px;
	margin-right: 		24px;
	z-index: 			990;
	height: 			64px;
	background-color: 	#fff;
	border-bottom: 		3px solid #867a6e;
}
.pageHeaderWrap{
    height:105px;
}
.mainLogo {
	float: left;
	height: 60px;
}
.mainLogo > img {
	height: 54px;
	width: auto;
	margin-top:5px;
}
.mainMenuButton {
	height: 	18px;
	width: 		6px;
	background: url(../images/skins/default/mainMenuButtonBg.png) 0 0 no-repeat;
	margin-top: 10px;
	float:		right;
}
.mainMenuCloseButton {
	float: right;
	height: 24px;
	width: 18px;
	background: url(../images/common/mainMenuCloseButtonBg.png) center center no-repeat;
	display: block;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	margin-right:12px;
}
.mainMenuOuterWrap {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	
	z-index: 9999;
	padding-left: 24px;
	padding-right: 24px;
	display: none;
	background-color: #f5f2ee;
	box-sizing: border-box;
}
.mainMenuWrap {
	clear: both;
	padding-left: 0px;
	margin: 0px;
}
.mainMenuWrap > li {
	line-height: 36px;
	margin-bottom: 12px;
	padding-left: 0px;
	list-style: none;
	background-color: #867a6e;
	border-radius: 3px;
}
.mainMenuWrap > li:last-child {
	margin-bottom: 12px;
}
.mainMenuWrap > li > a {
	margin-left: 12px;
	background: url(../images/common/mainMenuItemBg.png) 0 0 no-repeat;
	color: #e9e9e9;
	padding-left: 20px;
}
.mainMenuWrap > li > a:hover {
	text-decoration: none;
}
.mainMenuWrap > li:hover > a {
}
.mainMenuWrap > li.currentPage > a {
	color: #fff;
	background-position: 0px -36px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Header Css Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Slider Css Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.sliderOuterWrap {
	background-color: #f5f2ee;
	overflow: visible;
	padding-top: 33px;
	border-bottom:3px solid #333;
}
.sliderWrap {
	margin-bottom: 33px;
	margin-right: 24px;
	margin-left: 24px;
}
.mainSlider {
	border-bottom: 3px solid #867a6e;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
	width: 100%;
	height: auto;
}
.nivoSlider {
	position: relative;
	background: #f0f0f0 url(../images/common/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: auto;
}
.nivoSlider a {
	border: 0;
}
.nivo-controlNav {
	display: none;
}
.nivo-directionNav {
	display:none;
}
.nivo-directionNav a {
}
.mainSlider:hover .nivo-directionNav a {
}
a.nivo-nextNav {
}
a.nivo-nextNav:hover {
}
a.nivo-prevNav {
	
}
a.nivo-prevNav:hover {
}
.sliderControls {
	height: 27px;
	width: 100%;
	overflow: visible;
}
a.sliderControl {
	width: 46px;
	height: 36px;
	background: url(../images/common/sliderArrowsBg.png) 0 0 no-repeat;
	position: absolute;
	bottom: -9px;
	cursor: pointer;
	display:block;
	overflow:hidden;
}
a.previousSlideButton{
	left:50%;
	margin-left:-52px;
}
a.nextSlideButton{
background-position: -46px 0px;
right:50%;
	margin-right:-52px;
}
.sliderBreak {
	margin-top: 36px;
	margin-left: 24px;
	margin-right: 24px;
	margin-bottom: 0px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Slider Css Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Home Page Css Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.homeQuote {
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 32px;
	border-bottom: 3px solid #f0f0f0;
}
.homeQuote > h3 {
	text-align: center;
	font-style: italic;
	margin: 0px;
	margin-bottom: 31px;
}
.teamMember {
}
.teamMemberImageLink{
	border-radius: 50%;
	border: 6px solid #f9f9f9;
	margin-bottom: 24px;
}
.teamMemberImage {
	width: 100%;
	height: auto;
	
}
.teamMemberName {
	text-align: center;
	padding-top: 0px;
}
.teamMemberInfo {
	text-align: center;
	margin-bottom: 22px;
}
.teamMemberButton {
	margin-left: auto;
	margin-right: auto;
	width: 62px;
	text-align: center;
	display: block;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Home Page Css Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio One Css Rules Start                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioOneFilterablePageWrap {
	margin-bottom: 0px;
}
.portfolioMenuWrap {
	list-style: none;
	padding-left: 0px;
	padding-right: 12px;
	padding-top: 23px;
	margin-bottom: 36px;
	padding-bottom: 18px;
	margin-left: 24px;
	margin-right: 24px;
	border-top: 3px solid #f0f0f0;
	border-bottom: 3px solid #f0f0f0;
}
.portfolioMenuWrap li {
	float: left;
	padding-left: 0px;
	padding-right: 15px;
	background: url(../images/common/portfolioFilterableMenuDecoBg.png) right center no-repeat;
	margin-right: 9px;
	margin-bottom: 4px;
}
.portfolioMenuWrap > li:last-child {
	background: none;
	margin-right: 0px;
}
.portfolioMenuWrap li a {
	color: #999;
}
.portfolioMenuWrap li a:hover {
	text-decoration: none;
}
.portfolioMenuWrap .currentPortfolioFilter {
	color: #e4755a;
}
.portfolioOneFilterableWrap {
	padding-left: 24px;
	padding-right: 24px;
}
.portfolioOneFilterableWrap .portfolioFilterableItemWrap {
	margin-bottom: 36px;
}
.portfolioOneFilterableWrap .portfolioFilterableItemImageWrap {
	border-bottom: 3px solid #e4755a;
}
.portfolioOneFilterableWrap .portfolioFilterableItemImageWrap img {
	width: 100%;
	height: auto;
}
.portfolioOneFilterableWrap .portfolioFilterableItemInfoWrap {
	background-color: #f9f9f9;
	padding-top: 21px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.portfolioOneFilterableWrap .portfolioFilterableItemInfoWrap > *:last-child {
	margin-bottom: 0px;
}
.portfolioOneFilterableWrap .portfolioFilterableItemTitle {
	margin-bottom: 16px;
	height: 18px;
	padding-bottom: 0px;
}
.portfolioFilterableItemButtonsWrap {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
}
.portfolioFilterableExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 40px;
	color: #666;
	background: #f0f0f0 url(../images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.portfolioFilterableDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #f0f0f0 url(../images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.portfolioFilterableExpandButton:hover, .portfolioFilterableDetailsButton:hover {
	text-decoration: none;
}
.filteredPortfolioItem {
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio One Css Rules End                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio Two Css Rules Start                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioTwoFilterablePageWrap {
	margin-bottom: 0px;
}
.portfolioTwoFilterableWrap {
	margin-left: 24px;
}
.portfolioTwoFilterableWrap .portfolioFilterableItemWrap {
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
}
.portfolioTwoFilterableWrap .portfolioFilterableItemImageWrap {
}
.portfolioTwoFilterableWrap .portfolioFilterableItemImageWrap img {
	width: 100%;
	height: auto;
}
.portfolioTwoFilterableWrap .portfolioFilterableItemInfoWrap {
	background-color: #f9f9f9;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 36px;
	border-bottom: 3px solid #f0f0f0;
}
.portfolioTwoFilterableWrap .portfolioFilterableItemInfoWrap > *:last-child {
	margin-bottom: 0px;
}
.portfolioTwoFilterableWrap .portfolioFilterableItemTitle {
	font-size: 12px;
	margin-bottom: 0px;
	height: 36px;
	line-height: 36px;
	padding-bottom: 0px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio Two Css Rules End                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// One Column Portfolio Css Rules Start                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioOnePageWrap {
	margin-bottom: 0px;
}
.portfolioOneWrap {
	padding-left: 24px;
	padding-right: 24px;
}
.portfolioOneItemWrap {
	margin-bottom: 36px;
}
.portfolioOneItemImageWrap {
	border-bottom: 3px solid #e4755a;
}
.portfolioOneItemImageWrap:hover {
}
.portfolioOneItemImageWrap img {
	width: 100%;
	height: auto;
}
.portfolioOneItemInfoWrap {
	background-color: #f9f9f9;
	padding-top: 21px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.portfolioOneItemInfoWrap > *:last-child {
	margin-bottom: 0px;
}
.portfolioOneItemTitle {
	margin-bottom: 16px;
	height: 18px;
	padding-bottom: 0px;
}
.portfolioOneHoverDeco {
}
.portfolioOneItemButtonsWrap {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
}
.portfolioOneExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 40px;
	color: #666;
	background: #e9e9e9 url(../images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.portfolioOneDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #e9e9e9 url(../images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.portfolioOneExpandButton:hover, .portfolioOneDetailsButton:hover {
	text-decoration: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// One Column Portfolio Css Rules End                                                                 */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Two Columns Portfolio Css Rules Start                                                              */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioTwoPageWrap {
	margin-bottom: 0px;
}
.portfolioTwoWrap {
	margin-left: 24px;
}
.portfolioTwoItemWrap {
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
}
.portfolioTwoItemImageWrap {
}
.portfolioTwoItemImageWrap:hover {
}
.portfolioTwoItemImageWrap img {
	width: 100%;
	height: auto;
}
.portfolioTwoItemInfoWrap {
	background-color: #f9f9f9;
	border-bottom: 3px solid #f0f0f0;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 36px;
}
.portfolioTwoItemTitle {
	font-size: 12px;
	margin-bottom: 0px;
	height: 36px;
	line-height: 36px;
	padding-bottom: 0px;
}
.portfolioTwoHoverDeco {
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Two Columns Portfolio Css Rules End                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Single Project Page Css Rules Start                                                                */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
.singleProjectImageWrap {
	margin-right: 24px;
	margin-left: 24px;
	border: 3px solid #f0f0f0;
	margin-bottom: 36px;
}
.singleProjectImage {
	width: 100%;
	height: auto;
}
.singleProjectItemButtonsWrap {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
	margin-left: 24px;
	margin-right: 24px;
}
.singleProjectExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 40px;
	color: #666;
	background: #f0f0f0 url(../images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.singleProjectDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #f0f0f0 url(../images/skins/default/smallPostReadMoreButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.singleProjectExpandButton:hover, .singleProjectDetailsButton:hover {
	text-decoration: none;
}//*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Single Project Page Css Rules End                                                                  */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Page Css Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.blogPageWrap {
	margin-bottom: 0px;
}
.blogPostsWrap {
}
.smallPostWrap {
	margin-bottom: 36px;
}
.postThumbnailWrap {
	border-bottom: 3px solid #e4755a;
}
.postThumbnailWrap img {
	width: 100%;
	height: auto;
}
.postThumbnailWrap:hover {
}
.postExcerptWrap {
	background-color: #f9f9f9;
	padding-top: 23px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.postExcerptWrap > *:last-child {
	margin-bottom: 0px;
}
.smallPostTitle {
	margin-bottom: 19px;
	height: 18px;
	padding-bottom: 0px;
}
.smallPostInfoWrap {
	height: 36px;
	line-height: 36px;
	background-color: #f6f6f6;
	padding-left: 12px;
	color: #666;
}
.postInfo {
	margin-right: 18px;
}
.postInfoNoMargin {
	margin-right: 0px;
}
.smallPostMoreButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #f0f0f0 url(../images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.smallPostMoreButton:hover {
	text-decoration: none;
}
.smallPostQuote {
	padding-left: 28px;
	background: url(../images/common/quoteBg.png) 0 0 no-repeat;
	font-style: italic;
}
.smallPostQuoteAuthor {
	font-style: normal;
	color: #999;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Page Css Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Post Css Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.singlePostPageWrap {
}
.singlePostContentWrap {
	background-color: #f9f9f9;
	padding-top: 18px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 24px;
	margin-right: 24px;
	padding-bottom: 27px;
}
.singlePostContentWrap > *:last-child {
	margin-bottom: 0px;
}
.singlePostInfoWrap {
	height: 36px;
	line-height: 36px;
	background-color: #f0f0f0;
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 12px;
	margin-bottom: 36px;
}
.commentsSectionWrap {
	background-color: #f9f9f9;
	margin-bottom: 27px;
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 23px;
}
.commentsTitle {
	padding-top: 0px;
	margin-bottom: 22px;
}
.commentsSectionWrap > .commentsWrap {
	margin-bottom: 23px;
}
.commentsSectionWrap > .commentsWrap > .commentWrap {
	padding-bottom: 21px;
	border-bottom: 1px solid #f0f0f0;
}
.commentsWrap > .commentWrap {
	margin-bottom: 27px;
}
.commentsWrap > .commentWrap:last-child {
	margin-bottom: 0px;
}
.commentAvatar {
	float: left;
	border: 3px solid #f0f0f0;
}
.commentAvatar > img {
	width: 100%;
	height: 100%;
}
.commentWrap > .commentAvatar {
	width: 36px;
	height: 36px;
}
a.commentAvatar:hover {
}
.commentInfoWrap {
	float: left;
	margin-left: 27px;
	margin-bottom: 0px;
	margin-top: 11px;
	padding-bottom: 0px;
}
.comment {
	margin-left: 69px;
	clear: both;
	border-top: 1px solid #f0f0f0;
	padding-top: 23px;
	top: -1px;
}
.comment > *:last-child {
	margin-bottom: 0px;
}
.commentsFormWrap {
	margin-bottom: 27px;
}
.commentsForm {
}
.commentsFormTitle {
	margin-bottom: 18px;
}
.commentsForm .formFieldWrap {
	margin-bottom: 23px;
}
.commentsForm .formTextareaWrap {
	margin-bottom: 27px;
}
.commentsForm label {
	margin-bottom: 13px;
	width: 100%;
}
.commentsForm .formFieldWrap input[type="text"], .commentsForm .formTextareaWrap textarea {
	margin-bottom: 0px;
	background-color: #f3f3f3;
	border: 3px solid #f0f0f0;
}
.commentsForm .formFieldWrap input[type="text"]:focus, .commentsForm .formTextareaWrap textarea:focus {
	background-color: #f6f6f6;
}
.commentsForm .formFieldWrap input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
.commentCommentTextarea {
	width: 100%;
	box-sizing: border-box;
	height: 130px;
}
input.commentSubmitButton, input.commentSubmitButton:hover {
	height: 36px;
	line-height: 36px;
	background-color: #e4755a;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	color: #fff;
	border: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Post Css Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// 404 Page Css Rules Start                                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.errorSearchForm {
	margin-bottom: 27px;
}
#errorSearchFormField {
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	border-right: 0px;
	margin-bottom: 0px;
	background-color: #f3f3f3;
	border: 3px solid #f0f0f0;
	color: #999;
}
input.errorSearchFormSubmitButton {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 36px;
	line-height: 36px;
	background-image: none;
	background-color: #e4755a;
	padding-left: 12px;
	border: none;
	color: #fff;
}
input#errorSearchFormField:focus {
	background-color: #f6f6f6;
}
input.errorSearchFormSubmitButton:hover {
	background-color: #e4755a;
	color: #fff;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// 404 Page Css Rules End                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Contact Page Css Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.contactPageWrap {
}
.contactFormWrap {
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #f9f9f9;
	padding-top: 23px;
}
.contactForm {
	margin-bottom: 27px;
}
.contactTitle {
	margin-bottom: 18px;
	padding-top: 0px;
}
.contactForm .formFieldWrap {
	margin-bottom: 23px;
}
.contactForm .formTextareaWrap {
	margin-bottom: 36px;
}
.contactForm label {
	margin-bottom: 13px;
	width: 100%;
	box-sizing: border-box;
	height: 18px;
	line-height: 18px;
}
.contactForm .formFieldWrap input[type="text"], .contactForm .formTextareaWrap textarea {
	margin-bottom: 0px;
	box-sizing: border-box;
	background-color: #f3f3f3;
	border: 3px solid #f0f0f0;
	color: #999;
}
.contactForm .formFieldWrap input[type="text"]:focus, .contactForm .formTextareaWrap textarea:focus {
	background-color: #f6f6f6;
}
.contactForm .formFieldWrap input[type="text"] {
	width: 100%;
	height: 36px;
}
.contactTextarea {
	width: 100%;
	max-width: 100%;
	height: 130px;
}
input.contactSubmitButton, input.contactSubmitButton:hover {
	height: 			36px;
	line-height: 		36px;
	background-color: 	#867a6e;
	padding-left: 		12px;
	padding-right: 		12px;
	float: 				right;
	color: 				#fff;
	border: 			none;
}
.formValidationError {
	display: none;
	height: 36px;
	line-height: 36px;
	margin-left: 0px;
	color: #cc0000;
	float: left;
}
input.fieldHasError, textarea.fieldHasError {
}
.formSuccessMessageWrap {
	display: none;
	margin-bottom: 4px;
}
.formSuccessMessageWrap > h4 {
	background: url(../images/icons/smallIcons/16/2/iconCheckmarkBg16.png) 0 center no-repeat;
	padding-left: 28px;
}
.socialIconsWrap {
	background-color: #f9f9f9;
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 27px;
	padding-bottom: 27px;
	height: 16px;
	text-align: center;
	vertical-align: baseline;
	margin-bottom: 36px;
	letter-spacing: -3px;
}
.socialIconsWrap > .socialIcon {
	display: inline-block;
	vertical-align: baseline;
	width: 16px;
	height: 16px;
	padding-left: 12px;
	padding-right: 12px;
	background-position: center center;
	background-repeat: no-repeat;
}
.contactMapWrap {
	background-color: #f9f9f9;
	padding: 3px;
	padding-top: 23px;
	margin-bottom: 36px;
	margin-left: 24px;
	margin-right: 24px;
}
.mapTitle {
	margin-bottom: 22px;
	margin-left: 9px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Contact Page Css Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Page Numbers Css Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pageNumbersWrap {
	margin-top: 0px;
	clear: both;
	margin-bottom: 36px;
	margin-left: 24px;
	margin-right: 24px;
	padding-top: 36px;
	padding-bottom: 0px;
	border-top: 3px solid #f6f6f6;
}
.pageNumbersWrapBorder {
	padding-top: 28px;
	background: url(../images/common/pageBreakBg.png) 0 top repeat-x;
}
.pageNumber {
	height: 24px;
	line-height: 24px;
	width: 24px;
	float: left;
	margin-right: 12px;
	background-color: #f0f0f0;
	color: #999;
	text-align: center;
	border-radius: 3px;
}
.pageNumber:hover {
	text-decoration: none;
	background-color: #f0f0f0;
}
.currentPageNumber {
	background-color: #e4755a;
	color: #fff;
	font-weight: bold;
}
.currentPageNumber:hover {
	background-color: #e4755a;
	color: #fff;
}
.postLinksWrap {
	height: 36px;
	line-height: 36px;
	clear: both;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 36px;
	background-color: #f0f0f0;
}
.postLink {
	padding-left: 12px;
	padding-right: 12px;
}
.postLink:hover {
	text-decoration: none;
}
.previousPost {
	float: left;
	display: inline-block;
	height: 36px;
	line-height: 36px;
}
.nextPost {
	float: right;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	text-align: right;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Page Numbers Css Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Footer Css Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footerWrap {
	padding-left: 24px;
	padding-right: 24px;
	background-color: #333;
	height: 54px;
	border-top: 3px solid #867a6e;
	overflow:visible;
}
.footerWrap a {
	color: #e4755a;
}
.copyrightWrap {
	height: 54px;
	line-height: 54px;
	clear: both;
	overflow:visible;
}
.copyright {
	color: #fff;
	display: inline;
	float: left;
}
.backToTopButton {
	height: 48px;
	width: 34px;
	position: absolute;
	right: 0px;
	top: -8px;
	background: url(../images/skins/default/backToTopButtonBg.png) 0 0 no-repeat;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Footer Css Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/***************************************
    	VALIDATION
	***************************************/
	div.error { display: none; }
	input {	border: 1px solid #336494; font-size: 16px;  }
	/*input:focus { border: 1px dotted blue; }*/
	input.error { border-bottom:2px solid red !important; }
	select.error { border-bottom:2px solid red !important; }
	table input.error { border-bottom:2px solid red !important; }
	td input.error { border-bottom:2px solid red !important; }
	/*form.cmxform .gray * { color: gray; }*/

#box_lingua_mobile {
	width:			125px;
	height:			55px;
	float:			right;
	overflow:		hidden;
}	

#box_lingua_mobile a {
	float:			left;
	padding-left: 	15px;
	padding-top:	5px;
	text-align: 	right;
	font-size:		14px;
	color:			#867a6e;
	text-decoration:none;
}

#box_lingua_mobile a {
	color:			#867a6e;
	text-decoration:none;
}



#box_lingue_mobile {
    width:      200px;
    margin:     auto;
    height:     30px;
    overflow:   hidden;
    border:     1px solid red;
}
