@import url(//fonts.googleapis.com/css?family=Ovo);

/* ------------------------- DRUPAL 7 FRAMEWORK ------------------------- */
body#body {
	background: #fff;
	color: #a38776;
	font: 14px/20px Arial, Helvetica, sans-serif;
	position:relative;
	min-width:300px;
	-webkit-text-size-adjust: none;
}

p {margin-bottom:20px;}


.field-name-taxonomy-forums .links a,
.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err,
a {
	color:#f89d30;
	outline:none;
	text-decoration:none;
}
	a:hover,
	.field-name-taxonomy-forums .links a:hover,
	#block-views-our-team-block .views-field-title a:hover {
		text-decoration: underline;
	}

.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err {
	text-decoration: none;
}

strong {
	font-weight:bold;
}

.fl-l {float:left;}
.fl-r {float:right;}

.extra {overflow:hidden;}

.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}

/* Selection colours (easy to forget) */
::selection 	 	{background: rgb(250,200,130);}
::-moz-selection 	{background: rgb(250,200,130);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(250,200,130);}


.ajax-progress .message {
  display:none;
}


/* ------------------------- HEADER ------------------------- */
#header {
	position: relative;
	background: #ebe4db url(../images/header.jpg);
	border-bottom: 1px solid #ddd1c1;
}
.glow {
	background: url(../images/glow.png) 50% 0 no-repeat;
	padding-top: 41px;
}
#logo {
	margin-left: -6px;
}
.section-1 {
	text-align: center;
	border-bottom: 1px solid #fcfbfa;
	padding-bottom: 34px;
}
.section-2 {
	border-top: 1px solid #b29f93;
	padding-top: 24px;
	padding-bottom: 11px;
}
.section-3 {}



/* ------------------------- MAIN MENU ------------------------- */
.select-menu {display:none !important;}


#superfish-1 span.sf-description {
	color: #806b5e;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	margin-left: -3px;
	padding-top: 12px;
}

#superfish-1 { 
	background:none;
	float:left;
	position:relative;
	width:auto;
}
	#superfish-1 li {
		background:none;
		border:0;
		overflow:inherit;
		padding:0;
		text-align:left;
	}
	#superfish-1 > li {
		background: url(../images/menu-separator.png) 0 0 repeat-y;
	}
	#superfish-1 > li:first-child a {
		padding-left: 48px;
	}
	#superfish-1 > li:first-child, #superfish-1 li:first-child:hover, #superfish-1 li:first-child.sfHover {
		background: none;
	}
		#superfish-1 a {
			border:0;
			color:#9d8677;
			font-size:12px;
			font-weight:normal;
			line-height: 12px;
			padding:0px 42px 6px 34px;
			text-decoration:none;
			font-family: 'Ovo', serif;
			text-transform: uppercase;
		}
			#superfish-1 > li > a:hover, #superfish-1 > li > a.active, #superfish-1 > li.sfHover > a {
				color:#f89d30;
			}
			#superfish-1 > li > a:hover span.sf-description, #superfish-1 > li > a.active span.sf-description, #superfish-1 > li.sfHover > a span.sf-description {
				color: #3f2e20;
			}

			#superfish-1 li:hover,
			#superfish-1 li.sfHover,
			#superfish-1 a:focus,
			#superfish-1 a:hover,
			#superfish-1 a:active {
			  background: none;
			  outline: 0;
			}
			#superfish-1 > li:hover, #superfish-1 > li.sfHover {
				background: url(../images/menu-separator.png) 0 0 repeat-y;
			}

	#superfish-1 ul {
		background:#f8f8ef;
		display:none;
		padding:15px 20px;
		top:75px;
		width:120px !important;
	}
	

	#superfish-1 ul:before {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -7px;
		top: -7px;
		background: url(../images/sub-menu-extra.png) 0 0 no-repeat;
		width: 14px;
		height: 7px;
	}
	
		#superfish-1 ul li {
			background:none;
			border-bottom:0;
			height:auto;
			padding:0;
			border-top: 1px dashed #d9d1c0;
		}
		#superfish-1 ul li:first-child {
			border: none;
		}
			#superfish-1 ul li a:visited, #superfish-1 ul li a {
				border:0;
				color:#6a564a;
				font-size:12px;
				font-weight:normal;
				padding:10px !important;
				text-align:center;
			}
				#superfish-1 ul li a:hover, #superfish-1 ul li a.active {color: #ef9426;}

			#superfish-1 ul li ul{
				left:140px !important;
				padding:10px 0 !important;
				top:-10px !important;
				background: #352617;
			}
			#superfish-1 ul li ul:before {
				display: none;
			}
				#superfish-1 ul li ul li {
					background:none;
					margin-bottom:1px;
				}
				#superfish-1 ul li li a:hover, #superfish-1 ul li li a.active {color: #eae2d8;}
				
				
/* ------------------------- SLIDER ------------------------- */
.flexslider {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    margin-bottom: 57px;
    position: relative;
}

.flexslider:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 940px;
	height: 30px;
	background:  url(../images/slider-shadow.png) 0 0 no-repeat;
	pointer-events:none;
}

#flexslider_views_slideshow_main_slider-block li {
	padding: 0;
}

.flex-control-thumbs li {
	width: 20%;
}

.flexslider .slides img {
	width: 100%;
	height: auto;
}

.flex-control-nav {
	bottom: -41px;
}
	.flex-control-paging li {
		margin-left: 2px;
		margin-right: 2px;
	}
	.flex-control-paging li a {
		width: 17px;
		height: 17px;
		background: url(../images/flex-nav.png) 100% 0 no-repeat;
	}

	.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
		background: url(../images/flex-nav.png) 0 0 no-repeat;
	}


.slider_caption {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 363px;
	height: 100%;
	padding-left: 60px;
	padding-right: 52px;
	padding-top: 121px;
	color: #c0b6a9;
	background: url(../images/slider-caption.jpg) 0 0 no-repeat;
}

.flex_caption_title {
	color: #fefefe;
	font-family: 'Ovo', serif;
	font-size: 40px;
	line-height: 38px;
	text-transform: uppercase;
	border-bottom: 1px dashed #483b2f;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.flex_caption_text {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 18px;
}

.flex_caption_link a {
	color: #eae2d8;
	font-family: 'Ovo', serif;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 19px;
	background: url(../images/a3.png) 100% 3px no-repeat;
}
.flex_caption_link a:hover {
	color: #fff;
}



/* ------------------------- MAIN ------------------------- */
.views-row {
	margin-bottom: 20px;
}

.views-field-title, .node h2,
article.comment h3  {
	margin-bottom: 0px;
	color: #f89d30;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Ovo', serif;
}
	.views-field-title a, .node h2 a,
	article.comment h3 a {
		color: #f89d30;
	}
		.views-field-title a:hover, .node h2 a:hover,
		article.comment h3 a:hover {
			text-decoration: none;
			color: #403328;
		}


.views-field-body {
	margin-bottom: 20px;
}
.img-indent-bottom {
	margin-bottom: 20px;
}
.title-indent {
	margin-bottom: 14px;
}

.field-name-field-addthis-blog {
	margin-bottom: 25px;
}

.img-left {
	float: left;
	margin-right: 20px;
}

.img-right {
	float: right;
	margin-left: 20px;
}

.block-indent {
	margin-bottom: 60px !important;
}



#main-wrapper img {
	width:100%;
	height:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	#main-wrapper .getlocations_map_canvas img {
		padding: 0;
		background: none;
		border: none;
	}
#main-wrapper {
	background:transparent;
	padding-bottom: 18px;
}

.not-front #main-wrapper {
	padding-bottom: 40px;
}

.not-front #main {
	padding-top: 50px;
}

#main .feed-icon img, #main th.active img {
	width:auto;
	border: none;
	background: none;
	padding: 0;
}

#main-wrapper #block-system-main {
	padding: 0;
}


#tinymce p {
	margin-bottom: 10px;
}
.location.vcard {
	margin-top: 0;
}

#block-views-advantages-block .views-field-body {
	margin-bottom: 0;
}

/* ------------------------- DEFAULT BLOCK STYLE ------------------------- */

#sidebar-first .block,
#sidebar-second .block {
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#sidebar-first  .views-row-last.views-row,
#sidebar-second  .views-row-last.views-row {
	margin-bottom: 0px;
}

#content .block {
	padding-bottom: 50px;
}

#main-wrapper .block {
	padding-bottom: 30px;
}


#content {
	overflow: hidden;
/*	margin-left: 10px;
	margin-right: 10px;*/
}

	.page-contacts #content {
		margin-left: 0;
		margin-right: 0;
	}

/*.sidebar-second #content {
	padding-right: 10px;
}
.sidebar-first #content {
	padding-left: 10px;
}*/

.no-sidebars #content {
	padding-left: 0;
	padding-right: 0;
}

/*.two-sidebars #content {
	padding-left: 10px;
	padding-right: 10px;
}*/

.region-content-top {
	padding: 0;
	padding-top: 56px;
	padding-bottom: 25px;
}

	#main-wrapper .region-content-top .block {
		padding-bottom: 9px;
	}

.padding-50 {
	padding-bottom: 50px !important;
}

.region-content {
	padding: 0;
}

.region-content-bottom {
	padding: 0;
	padding-top: 49px;
}


.region-header-bottom:after,
.region-content-top:after,
.region-content:after,
.region-content-bottom:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}


.section-4 {
	background: #fcfaf4 url(../images/section-4-bg.jpg) repeat-x;
	border-bottom: 1px solid #f4eedd;
}

.welcome-block {
	text-align: center;
	line-height: 22px;
}

.welcome-block .button-2 {
	margin-left: 10px;
}

.fl-r {
	float: right !important;
}


.summary-welcome {
	font-family: 'Ovo', serif;
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	color: #382619;
	margin-bottom: 24px;
}

.summary-welcome span {
	color: #bba085;
}


#block-views-services-block .views-field-body {
	margin-bottom: 16px;
}

.border-top {
	border-top: 1px solid #f3f0eb;
}

#block-views-services-block {
	padding-top: 26px;
}

#block-views-services-block .views-row {
	float: left;
	padding-left: 33px;
	padding-right: 33px;
	width: 233px;
	text-align: center;
	background:  url(../images/v-separator.png) 0 0 no-repeat;
}


#block-views-services-block .views-field-field-service-image {
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	padding: 8px;
	background: #fff;
}
#block-views-services-block .views-field-field-service-image img {
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}

#block-views-services-block .views-row.views-row-first {
	padding-left: 53px;
	background: none;
}

.views-clearfix .views-row:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

#block-views-stone-tile-block h2 {
	margin-bottom: 31px;
}


#block-views-stone-tile-block .views-field-body {
	margin-bottom: 22px;
}


#block-views-blog-front-block .views-row, #block-views-blog-front-block .views-field-body {
	margin-bottom: 0;
}

#block-views-blog-front-block {
	padding-top: 29px;
}
#block-views-blog-front-block .views-row {
	border-bottom: 1px solid #f4eee4;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

#block-views-blog-front-block .views-row.views-row-last {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.block-tagclouds a.tagclouds {
	color: #978a7c;
	text-decoration: underline;
	line-height: 25px;
}
	.block-tagclouds a.tagclouds:hover {
		text-decoration: none;
		color: #F89D30;
	}

.block-tagclouds a.level6 {
	font-size: 18px;
}
.block-tagclouds a.level5 {
	font-size: 16px;
}
.block-tagclouds a.level4 {
	font-size: 14px;
}
.block-tagclouds a.level3 {
	font-size: 12px;
}
.block-tagclouds a.level2 {
	font-size: 10px;
}
.block-tagclouds a.level1 {
	font-size: 8px;
}

#block-views-testimonials-block .views-row {
	padding-bottom: 20px;
	border-bottom: 1px solid #f4eee4;
	padding-left: 20px;
	background: url(../images/q.png) 0 0 no-repeat;
}
#block-views-testimonials-block .views-row-last {
	padding-bottom: 0;
	border: none;
}

.related {
	width: 100px;
}

.counter {
	float: left;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	color: #3f2e20;
	background: #e9e0d5;
	font-family: 'Ovo', serif;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

			
/* ------------------------- CONTENT REGION ------------------------- */
/*Node heading*/
.front #page-title {display:none;}

#content h1.title, h2, h3, .h-title {
	font-size:24px;
	line-height:28px;
	margin-bottom:27px;
	text-transform:uppercase;
	font-family: 'Ovo', serif;
	color: #675347;
}

.h-title {
	margin-bottom: 24px;
}

h3 {
	font-size: 20px;
	line-height: 26px;
}

article.node {
	padding-bottom:20px;
	margin-bottom:20px;
}
	article.node.node-blog {
		border-bottom: 0px dashed #000;
	}

	#node-79 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

.page-node- .submitted a {
	padding-right: 0;
	margin-right: 0;
}



/*Author & date information*/
p.submitted {
	margin:5px 0 15px;
	font-size: 14px;
}
	.submitted, p.submitted span {
		color:#8f7260;
	}
	.submitted a {
		color:#8f7260;
		text-decoration:none;
	}
		.submitted a:hover {color:#403328; text-decoration: underline;}

article.node footer {
	padding-top:0px;
}

article footer ul.links.inline {
	display:block;
}
article footer ul li {
	padding:0;
	margin:0 5px 0 0;
	padding: 0 !important;
}
article footer ul li a {
	margin-bottom: 5px;
}
	article footer ul li.first {margin-left:0;}

.node-teaser .comment-add {
	display: none;
}

/*Node Tags*/
article.node footer .field-name-field-tags { padding-bottom:10px;}
	article.node footer .field-name-field-tags .field-label{
		float: left;
		font-size: 14px;
		padding-right: 10px;
		line-height: 26px;
	}
	article.node footer .field-name-field-tags .field-items {
		overflow:hidden;
		padding-bottom:15px;
		width:100%;
	}
	article.node footer .field-name-field-tags ul li {
		float:left;
		padding:0 4px;
		margin-right: 10px;
	}
		article.node footer .field-name-field-tags ul li a{
			font-size: 12px;
			text-decoration: none;
			padding: 5px;
		}
			article.node footer .field-name-field-tags ul li a:hover {
				text-decoration: none;
			}
			
			
.node-maps header {
	display:none;
}

.panels-flexible-region-1-contacts_region {
	width:auto;
}




.item-list ul li {
	margin-left: 0;
	margin-bottom: 20px;
}
.item-list {
	margin-bottom: 20px;
}
ul li.collapsed {
	list-style: none;
}
ul.menu li {
	margin-left: 0;
}
	section.block ul, section.block .item-list ul li { margin:0;}
	ul li.leaf { 
		list-style-image:none;
		list-style-type:none;
		margin:0;
		padding:0;
	}
		section.block .content li, .view-list .item-list ul li { 
			background:url(../images/a1.png) no-repeat 0 5px;
			padding:0 0 6px 24px;
			line-height:20px;
			color: #a88773;
			text-transform: uppercase;
			font-size: 12px;
		}
			section.block .content li a { 
				color:#a88773;
				font-size:12px;
				line-height:20px;
				text-decoration:none;
			}
			section.block .content li a:hover { text-decoration: underline;}

			.view-list .item-list ul li {
				margin-bottom: 0;
			}

			.view-list .item-list ul li a {
				color: #a88773;
			}


.views-field-timestamp {
	text-transform: none;
	font-size: 12px;
}


.more-link {
	text-align: left;
}



/* ------------------------- BUTTONS STYLES ------------------------- */
.form-submit {
	display: inline-block;
	background: #7f604d url(../images/button.jpg);
	color: #fff;
	font-size: 13px;
	font-family: 'Ovo', serif;
	text-transform: uppercase;
	padding: 11px 22px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	border: none;
}
	.form-submit:hover { text-decoration: none;
		background: #baa997 url(../images/button-hover.jpg);}
	
.button a, .more-link a, ul.links li a, .view-portfolio .views-field-view-node a, #block-poll-recent ul.links li a {
	display: inline-block;
	background: #7f604d url(../images/button.jpg);
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Ovo', serif;
	text-transform: uppercase;
	padding: 11px 22px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
	.button a:hover, .more-link a:hover, ul.links li a:hover, .view-portfolio .views-field-view-node a:hover, #block-poll-recent ul.links li a:hover {
		text-decoration: none;
		background: #baa997 url(../images/button-hover.jpg);
	}

.button-2 a {
	display: inline-block;
	font-family: 'Ovo', serif;
	text-transform: uppercase;
	color: #5c4733;
	padding-right: 20px;
	background: url(../images/a2.png) 100% 3px no-repeat;
	font-size: 14px;
	line-height:18px;
}
	.button-2 a:hover {
		text-decoration: underline;
	}

/* ------------------------- BACK TO TOP ------------------------- */
#backtotop {
	background: url(../images/backtotop.png) 0 0 no-repeat;
	width: 70px;
	height: 70px;
}
	#backtotop:hover {
		background-position: 0 100%;
	}
	
/* ------------------------- FOOTER ------------------------- */
#footer {
	clear: both;
	padding: 0;
	position: relative;
}

#block-block-5 {
	overflow: hidden;
	padding-top: 13px;
	padding-left: 12px;
}

#block-block-5 .content {
	font-family: 'Ovo', serif;
	color: #7f604d;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
#block-block-5 .content a {
	color: #7f604d;
}
	#block-block-5 .content a:hover {
		color: #F89D30;
	}

#block-block-5 span.bull-color {
	color: #feaf10;
	padding: 0 3px;
}

.footer-logo {
	float: right;
}


/* ------------------------- SOCIAL-ICONS BLOCK ------------------------- */
#block-follow-site { float:left; padding-top: 11px;}

	.follow-link-wrapper {
		display: inline-block;
		margin-left: 3px;
	}
	.follow-link-wrapper:first-child {
		margin-left: 0;
	}
	a.follow-link-facebook {
	  background-image: url(../images/icon-facebook.png);
	}

	a.follow-link-googleplus {
	  background-image: url(../images/icon-googleplus.png);
	}
	a.follow-link-twitter {
	  background-image: url(../images/icon-twitter.png);
	}
	a.follow-link-this-site {
	  background-image: url(../images/icon-feed.png);
	}
	a.follow-link {
		width:29px;
		height:29px;
		text-indent:-9999px;
		opacity:1;
		padding:0;
		-webkit-transition:all .2s ease;
		-moz-transition:all .2s ease;
		transition:all .2s ease;
		display: inline-block;
	}
		a.follow-link:hover {
			opacity:0.5;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		}


.region-footer {
	border-top: 5px solid #f4f1ea;
	padding-top: 23px;
	padding-bottom: 60px;
}






		
/* ------------------------- PAGINATOR ------------------------- */
.content ul.pager {text-align:left; border-top: 1px solid #f4eee4; padding-top: 30px;}

.content ul.pager li {
	margin:0px 1px;
	overflow:hidden;
	padding: 0;
	display: inline-block;
}

.content ul.pager li.pager-current  {
	display: inline-block;
	background: #7f604d url(../images/button.jpg);
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Ovo', serif;
	text-transform: uppercase;
	padding: 11px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
	.content ul.pager li a { 
		display: inline-block;
	background: #7f604d url(../images/button.jpg);
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Ovo', serif;
	text-transform: uppercase;
	padding: 11px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
		.content ul.pager li a:hover, .content ul.pager li.pager-current {
			text-decoration: none;
		background: #baa997 url(../images/button-hover.jpg);
		}

/* ------------------------- PORTFOLIO ------------------------- */

.view-portfolio .views-row .views-field-field-portfolio-image {
	background:url(../images/ajax-loader.gif) center center no-repeat #000; 
	margin-bottom:20px;
}
	.view-portfolio .views-row {
		margin-bottom: 20px;
	}

.view-portfolio .views-row .views-field-field-portfolio-image a {
	display:block; 
	background:url(../images/magnify.png) center center no-repeat #000;
}

.view-portfolio .views-row .views-field-title {
	margin-bottom:10px;
}

.page-portfolio-1-col .view-portfolio .views-row {
	margin-bottom:30px;
	padding-bottom: 20px;
	overflow: hidden;
}
	.page-portfolio-1-col .view-portfolio .views-row.views-row-last {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}

.page-portfolio-1-col .views-field-field-portfolio-image {
	float: left;
	margin-right: 20px;
}

.page-portfolio #content, .page-portfolio-3-cols #content, .page-portfolio-2-cols #content, .page-portfolio-1-col #content {
    margin-left: 0;
    margin-right: 0;
}



/* ------------------------- POLL'S BARS ------------------------- */
.poll .total, .poll .title  {margin-bottom:15px;}
.poll .bar { 
	background-color:#f0f0f0;
	height:10px;
	margin-bottom:15px;
}
.poll .bar .foreground { 
	height:10px; 
	display:none;
	background-color:#f89d30;
}
	
.poll .percent { float:right;}
.poll .vote-form { text-align: left; padding-bottom: 15px;}
.poll .vote-form .choices { width: 100%;}

#block-poll-recent ul.links li {
	background: none;
	padding-left: 0;
}

#block-comment-recent .content li a { display:inline-block;}

#block-comment-recent li span, .views-field-timestamp {
	display: block;
}

#block-forum-new .contextual-links-wrapper { display:none;}

#block-system-navigation .content li { margin:0;}



/* ------------------------- BLOCK SEARCH ------------------------- */
#block-search-form {}
#block-search-form .form-text, #search-block-form .container-inline .form-text {
	width:100%;
	padding:8px 5px;
	border:none;
	background:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#block-search-form .container-inline, #search-block-form .container-inline {
	overflow:hidden;
	background:#e1e1e1;
	display:inline-block;
}
#block-search-form .container-inline .form-item, #search-block-form .container-inline .form-item {float:left; margin:0;}
#block-search-form .container-inline .form-actions, #search-block-form .container-inline .form-actions {float:right;}
	
#block-search-form .form-submit, #search-block-form .form-submit { 
	background:url(../images/search.png) no-repeat center center;
	border:0;
	line-height:normal;
	width:31px;
	height:32px;
	padding:0;
	margin:0;
	vertical-align:middle;
	cursor:pointer;
	text-indent:-9999px;
}
	#search-block-form #edit-submit:hover, #search-block-form .form-submit:hover {
		opacity: 0.5;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	}

	

/* ------------------------- FORUM ------------------------- */
.action-links {
	padding: 0 0 25px 0px;
}
	.action-links a {
		font-size:14px;
		font-weight:bold;
	}
		.action-links a:hover {
			text-decoration:underline;
			color: #8F7260;
		}

#forum a {
	font-size:12px;
}
	#forum a:hover {text-decoration: underline;}

#forum table {
	border:1px solid #c8c8c8;
	width:100%;
}

#forum th {
	background:#F4EEE4; color: #8B7060;
	border:1px solid #F4EEE4;
	font-size:14px;
	padding:3px 5px;
}
	#forum th a {
		color:#fff;
	}

#forum td.container { 
	padding:10px;
}

#forum td {
	border:1px solid #F4EEE4;
	padding: 5px;
}

#forum td.topics, #forum td.posts, #forum td.replies{
	text-align:center;
}
#forum td.last-reply span, #forum td.title span {
	color:#535353;
}

.field-name-taxonomy-forums {
	overflow:hidden;
	padding-bottom:20px;
	margin-top: 20px;
	width:100%;
}
	.field-name-taxonomy-forums .field-label {
		font-size:14px;
		vertical-align:middle;
		margin-bottom: 0;
		line-height:22px;
		float:left;
		margin-right:10px;
		font-family:Arial;
		letter-spacing:0;
	}

	.field-name-taxonomy-forums .links a {
		background:none;
		box-shadow: none;
		display:inline;
		font-size: 14px;
		padding:0;
		text-transform: none;
	}
		.field-name-taxonomy-forums .links a:hover {
			background:none;
		}

.page-forum- #main-wrapper .active img {
	padding: 0;
	background: 0;
	border: none;
	margin-left: 5px;
	margin-top: 4px;
}


/* ------------------------- COMMENTS FORM ------------------------- */
.panels-flexible-region-1-contacts_region {
	width:auto;
}


#edit-actions input {
	margin-right: 10px;
}


#edit-comment-body {margin-bottom:15px;}
.filter-help a {font-size:10px; display:inline-block;}
.filter-help a {
	padding-left: 0;
}
#comments {
	margin-bottom: 30px;
	clear: both;
}

article.comment header{overflow:hidden; margin-bottom: 0;}
.user-picture { float:left; margin-right:15px;}

section#comments h2.title {
	color:#292a2b;
	font-size:18px;
	margin-bottom:15px;
}

#comment-form label,
#contact-site-form label {
	vertical-align:middle;
}
.form-required {
	color: #f00 !important;
}

#comment-form .form-text,
#user-login .form-text,
#contact-site-form input.form-text,
.search-form .form-text {
	width:220px;
}
	
#comment-form .form-textarea {
	height:120px;
	margin-bottom: 10px;
	
}
	#contact-site-form textarea#edit-message {  /*Contact form texrarea*/
		margin-right:0;
		width:98%;
		height: 100px;
	}
	
.resizable-textarea .grippie {
	display:none;
}

.form-type-item {
	overflow:hidden;
	width:100%;
}
	.form-type-item label {
		float:left;
		padding-right:10px;
	}	
	
.form-type-select { margin:0;}

#edit-comment-body-und-0-format-guidelines {
	padding-top:15px;
}
	#edit-comment-body-und-0-format-guidelines ul li{
		font-size:12px;
		overflow:hidden;
		width:100%;
	}

/* ------------------------- COMMENTS OUTPUT ------------------------- */
#comments {
	margin-top: 30px !important;
}
.comment-wrapper {overflow:hidden;}

article.comment .submitted {
	margin:2px 0 10px;
}
	article.comment .submited .permalink, p .permalink {
		display:none;
	}

article.comment {
	background:#fcfaf4;
	border:1px solid #f4eee4;
	margin-bottom:15px;
	padding:15px;
	padding-bottom: 25px;
}	
	article.comment h2 {
		color:#292a2b;
		font-size:18px;
		font-weight:normal;
		text-decoration:none;
	}
	
.node article.comment footer {
	overflow:hidden;
	padding:0;
}

#edit-comment-body-und-0-format { border:1px solid #d6d2c6;}
	#edit-comment-body-und-0-format .fieldset-wrapper > * {padding-left:0; padding-right:0;}
	#edit-comment-body-und-0-format .fieldset-wrapper {padding:20px 10px;}
	#edit-comment-body-und-0-format .fieldset-wrapper label {display:inline;}

#comment-form-wrapper { margin-top:30px;}
#comment-form-wrapper .title {
	margin-left:0;
	margin-right:0;
}
article.comment span.new { position:absolute; top:0; right:0;}
.comment-preview { background:none;}

.compose-tips li {margin-bottom:10px;}
.compose-tips h3 {margin-bottom:10px;}

.node-full .field-type-image {
	max-width: 300px;
	float: left;
	margin-right: 20px;
}

.comment .field-items {margin-bottom: 20px;}

/* ------------------------- TABLE STYLES ------------------------- */
tr.odd, tr.even {
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
}
	tr.even {
		background: #f8f8f8;
	}

th {background:#F4EEE4; color: #8B7060; padding: 5px;}



.page-faq-questions-top .views-row {
	margin-bottom: 30px;
}

	
.pane-contact {
	margin-bottom: 30px;
}

.view-faq {
	margin-bottom: 30px;
}






/* ------------------------- 404 PAGE NOT FOUND ------------------------- */
.page-page-404 #search-block-form {width:400px;}
.panel-separator {display:none;}

.panel-pane.error-page {margin-bottom:30px;}
	.panel-pane.error-page .pane-content {overflow:hidden;}
		.panel-pane.error-page .pane-content span.err {
			float:left;
			font-weight:bold;
			font-size:150px;
			line-height:180px;
		}
.panel-pane.error-page .pane-content .extra {
	background:url(../images/v_line.gif) 40px 0 repeat-y;
	padding-left:80px;
	max-width:300px;
}
.panel-pane.error-page .pane-content .err-title {
	display:block;
	font-size:70px;
	line-height:84px;
	padding-top:20px;
	text-transform:uppercase;
}
.panel-pane.error-page .pane-content .err-body {
	display:block;
	font-size:20px;
	line-height:24px;
	margin-bottom:15px;
	width:300px;
}
.page-page-404 .pane-search-form {text-align:center;}
	.page-page-404 .pane-search-form .pane-content {display:inline-block; padding-top:40px;}
	.page-page-404 .pane-search-form #search-block-form .form-text {width:300px;}


html.js .collapsible.collapsed.collapsible .fieldset-legend {background-image:url(../images/menu-collapsed.png);}
html.js .collapsible.collapsible .fieldset-legend {background-image:url(../images/menu-expanded.png);}

input[type="text"], input[type="password"], input[type="search"], textarea {
	background:#fff;
	border:1px solid #f4eee4;
	color:#666 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:8px 5px;
}

/* ------------------------- FIRST-TIME PAGE ------------------------- */
#first-time {
	display:none;
}
	#first-time p {
		padding:10px 0;
	}
	
#first-time .item-list ul li{
	background:none;
	display:block;
	float:left;
	margin:0;
}
	#first-time .item-list ul li a {
		color:#0074BD;
		display:block;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
		#first-time .item-list ul li:hover { background:none; }
		#first-time .item-list ul li a:hover { background:none; }
		
/* ------------------------- BREADCRUMB ------------------------- */
#breadcrumb { 
	color:#000;
	margin-top:16px;
	padding:0px 3px 15px;
}
	#breadcrumb a { 
		color:#000;
		font-size:12px;
		text-decoration:none;
		padding:0 3px;
	}
		#breadcrumb a:last-child { padding-right:0;}
		#breadcrumb a:hover { color:#0074BD;}
	
/* ------------------------- ADMIN TAB ------------------------- */
.tabs-wrapper { margin: 1px 0 20px;}
div.tabs { overflow:hidden;}

.tabs ul.primary {
	border:0;
	border-bottom:1px solid #f4eee4;
	margin:10px 0 10px 0;
	overflow:hidden;
	padding:4px 0;
}
	.tabs ul.primary li {
		margin-bottom:-1px;
	}
		.tabs ul.primary li a { 
			background:#f4eee4;
			border:1px solid #f4eee4;
			border-bottom:0;
			border-radius:3px 3px 0 0;
			color:#444;
			font-size:12px;
			font-weight:normal;
			margin:0;
			overflow:hidden;
			padding:3px 15px 4px;
			text-shadow:0 1px 0 #FFF;
			-webkit-transition:background 0.1s linear;
			-moz-transition:background 0.1s linear;
		}
			.tabs ul li a.active, .tabs ul li a:hover { 
				background:#f89d30;
				color:#fff;
				text-shadow:none;
			}

/* ------------------------- ADMIN MENU BG ------------------------- */
ul.contextual-links li a:hover {}


.node-teaser .field-type-image, .node-employee .field-type-image {float:left; margin:0 20px 6px 0;}
.field-type-image {margin-bottom:10px;}

.profile .user-picture { margin-left:20px;}
.profile h3 { overflow:hidden;}

#block-views-our-team-block .views-field-field-employee-photo { float:left; margin-right:15px;}
#block-views-our-team-block .views-row { border-top:1px solid #CCC; overflow:hidden; padding:15px 0 10px;}
#block-views-our-team-block .views-row.views-row-first {
	border-top: none;
}
#block-views-our-team-block .views-field-title a { font-family: 'Ovo', serif; text-decoration:none;}

#block-views-our-team-block .views-field-body, #block-views-our-team-block  .views-row {
	margin-bottom: 0;
}


.filter-type {margin-bottom:30px;}

label.option {vertical-align:middle;}

.node-author .username {
	padding-right: 0;
	margin-right: 0;
	border: none;
}






@media only screen and (min-width: 768px) and (max-width: 995px) {

	.flexslider:after {
		width: 748px;
		height: 24px;
		bottom: -24px;
		background: url(../images/slider-shadow-2.png) 0 0 no-repeat;
	}

	.slider_caption {
		width: 290px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 70px;
	}

	.related {
		width: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.page-portfolio-1-col .views-field-field-portfolio-image {
		width: 400px;
	}

	#backtotop {
		display: none !important;
	}

	#comment-form .form-text,
	#user-login .form-text,
	#contact-site-form input.form-text,
	.search-form .form-text {
		width:200px;
	}

	.node-full .field-type-image {
		max-width: 250px;
	}

	body#body {
		min-width:768px;
	}

	#superfish-1 > li:first-child a {
		padding-left: 25px;
	}

	#superfish-1 a {
		padding-left: 23px;
		padding-right: 23px;
	}
	
	#block-views-services-block .views-row.views-row-first {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#block-views-services-block .views-row {
		width: 190px;
	}
}

@media only screen and (max-width: 767px) {

	.flexslider:after {
		width: 300px;
		height: 10px;
		bottom: -10px;
		background: url(../images/slider-shadow-4.png) 0 0 no-repeat;
	}

	.related {
		width: auto;
	}

	.img-left.rt {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.img-right.rt  {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}

	#block-views-services-block .views-row, #block-views-services-block .views-row.views-row-first {
		width: 100%;
		float: none;
		background: none;
		padding-left: 0;
		padding-right: 0;
	}

	#block-block-6, #block-follow-site {
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}

	#block-views-blog-front-block {
		padding-top: 0;
	}

	.pane-contact {
		margin-bottom: 50px !important;
	}

	.views-row {
		margin-bottom: 40px;
	}

	#backtotop {
		display: none !important;
	}

	.two-sidebars #content {
		padding-left: 0px;
		padding-right: 0px;
	}

	.sidebar-first #content {
		padding-left: 0px;
	}

	.sidebar-second #content {
		padding-right: 0px;
	}

	#content {
		margin-left: 0;
		margin-right: 0;
		overflow: visible;
	}

	.comment-wrapper {
		overflow: visible;
	}

	.user-picture {
		margin-bottom: 12px;
	}

	#comment-form .form-text,
	#user-login .form-text,
	#contact-site-form input.form-text,
	.search-form .form-text {
		width:200px;
	}


	.node-full .field-type-image {
		max-width: 100%;
		float: none;
		margin-right: 0px;
	}

	.flexslider {
		margin-bottom: 0;
	}
	.flexslider .slider_caption,
	#block-views-slider-block .flex-control-nav,
	.flex-direction-nav	{
		display:none;
	}

	#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
		white-space:normal;
		font-size: 11px;
	}

	.addthis_button_tweet.at300b {
		height:35px;
	}
	.field-type-addthis {margin-bottom:20px;}
	
	
	#superfish-1 {display:none;}
	
	.select-menu {
		display:inline !important;
		width:100%;
		margin:10px 0;
		background: #ECEAE9;
		border: 1px solid #B29F93;
		cursor: pointer;
		height: 30px;
		padding: 5px;
	}
	
	.page-portfolio-1-col .view-portfolio .views-row .views-field-field-portfolio-image {float:none; margin-right:0;}
	
	
	.node-teaser .field-type-image, .node-employee .field-type-image {
		float:none;
		margin:0 0px 20px 0;
		width: auto;
	}
	
	
	.panel-pane.error-page .pane-content span.err {
		float:none;
		text-align:center;
		display:block;
	}
	
	.panel-pane.error-page .pane-content .extra {
		background:none;
		padding-left:0px;
		display:block;
		text-align:center;
		max-width:100%;
		border-top:1px solid #4A4A4A;
	}
	.panel-pane.error-page .pane-content .err-body {
		width:100%;
	}
	#block-search-form .container-inline, #search-block-form .container-inline {display:block;}
	
	.page-page-404 #search-block-form {width:300px;}
	
	#block-search-form .container-inline .form-item, #search-block-form .container-inline .form-item {width:260px;}

	.sticky-table td,
	.sticky-table th {
		font-size: 9px;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.field-type-addthis {margin-bottom:10px;}

	.flexslider:after {
		width: 420px;
		height: 13px;
		bottom: -13px;
		background: url(../images/slider-shadow-3.png) 0 0 no-repeat;
	}
	
}
	
}
