@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700); /*font-family: 'Open Sans', sans-serif;*/
/* ------------------------- DRUPAL 7 FRAMEWORK ------------------------- */
body#body {
	background: url(../images/body.gif) center top repeat;
	color: #535353;
	font: 14px/23px Arial, Helvetica, sans-serif;
	position:relative;
	min-width:960px;
	-webkit-text-size-adjust: none;
}

p {margin-bottom:24px;}


.field-name-taxonomy-forums .links a,
.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err,
a {
	color:#373737;
	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: none;
		color: #b0b0b0;
	}

.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(67,141,253);}
::-moz-selection 	{background: rgb(67,141,253);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(67,141,253);}


.ajax-progress {
  display:none;
}

#edit-style-options-row--2 {
	clear: both;
}
#admin-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.messages {
	padding-right: 30px;
}

.dismiss {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: lowercase;
	padding: 2px 6px 4px;
	width: auto;
	line-height: normal;
	font-family: Helvetica;
}
	.dismiss:hover {
		color: #fff;
		text-shadow: none;
	}

.opacity-hover a {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.opacity-hover a:hover {
	opacity: 0.7;
}

.links, .item-list ul, .marker-list ul, ul.action-links {
	list-style: none;
}

.switcher {
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
	font-size: 11px;
}
	.switcher:hover {
		text-decoration: underline;
	}


.slider-wide div.contextual-links-wrapper {
	right: auto;
	left: 50%;
}

/* ------------------------- Language switcher ------------------------- */


/* ------------------------- HEADER ------------------------- */
#header {
	position: relative;
	background: #f3f3f3;
}
#logo {
	display: inline-block;
	float: left;
	max-width: 100%;
	height: auto;
}
#name-and-slogan {
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	text-transform: uppercase;
	width: 200px;
}
#site-name {
	margin: -1px 0 0;
	text-indent: -1em;
}
#site-name,#site-name a {
	color: #3e3619;
	font-size: 17px;
	width: 150px;
	z-index: -1;
	padding: 2px 0 0 17px;
}

#site-slogan {
	font-size: 14px;
	color: #b9b9b9;
	width: 175px;
	line-height: 16px;
	padding: 2px 0 0 17px;
}
.section-1 {
	background: url(../images/header_top.gif) center top repeat-x #f3f3f3;
	padding: 87px 0 26px;
}
	.section-1 .col1 {float:left;width: 400px;}
	.section-1 .col2 {float:right;}
.section-2 {
	height: 580px;
	background: url(../images/header.jpg) center top no-repeat;
	border-bottom: 4px solid #f2f2f2;
}
.section-3 {}
.section-4 {
	background: url(../images/header-bottom.gif) center top repeat-x #f2f2f2;
	padding: 26px 0 28px;
}

/* ------------------------- MAIN MENU ------------------------- */
.select-menu {display:none !important;}

#superfish-1 { 
	background:none;
	float:left;
	position:relative;
	width:auto;
	padding-top: 22px;
}
	#superfish-1 > li:first-child {
		margin-left: 0;
	}
	#superfish-1 > li {
		background:none;
		border:0;
		overflow:inherit;
		padding:0;
		text-align:left;
		margin-left: 40px;
		/*text-transform: uppercase;*/
		font-size:14px;
		line-height: 17px;
		font-weight:700;
	}
		#superfish-1 a {
			border:0;
			color:#b7b7b7;
			padding: 0;
			text-decoration:none;
		}
			#superfish-1 > li > a:hover, #superfish-1 > li.active-trail > a, #superfish-1 > li.sfHover > a {
				color:#3e3619;
				background: none;
			}

	#superfish-1 ul {
		background:#ffdc6a;
		display:none;
		padding:15px 0;
		top:47px;
		width:200px !important;
		box-shadow: 5px 5px 10px #000000;
	}
	
		#superfish-1 ul li {
			background:none;
			border-bottom:0;
			height:auto;
			padding:0;
		}
			#superfish-1 ul li a:visited, #superfish-1 ul li a {
				border:0;
				color:#1a161b;
				font-size:13px;
				font-weight:800;
				padding: 7px;
				text-align:left;
			}
				#superfish-1 ul li a:hover, #superfish-1 ul li.active-trail a  {color: #fff;}

			#superfish-1 ul li ul{
				left:130px !important;
				padding:10px 0 !important;
				top:-10px;
			}
				#superfish-1 ul li ul li {
					background:none;
					margin-bottom:1px;
				}
				
				
/* ------------------------- SLIDER ------------------------- */
.flex-viewport {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#block-views-slider-block {
	width: 600px;
	height: 300px;
	padding: 100px 0 0;
}
#flexslider_views_slideshow_main_slider-block li {
	padding: 0;
}

.flex-control-thumbs li {
	width: 20%;
}

.flexslider .slides img {
	width: 100%;
	height: auto;
}

.flexslider {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    margin-bottom: 0;
    position: static;
    line-height: 70px;
    /*text-transform: uppercase;*/
    color: #fff;
    font-size: 400%;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
	text-shadow: 0.1em 0.1em 0.2em black;
}
.flexslider .title-1 {
	font-weight: 300;
	font-size: 65%;
	line-height: 35px;
}
.flex-control-nav {
	bottom: -150px;
	z-index: 20;
	text-align: left;
}

.flexslider .flex-next,
.flexslider .flex-prev {
	opacity: 1;
}
.flexslider .flex-direction-nav a {
    display: block;
    background: #000;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	text-align: left;
	text-indent: -999em;
}

.flexslider:hover .flex-next, .flex-direction-nav .flex-next {opacity: 1; right: 0;}
.flexslider:hover .flex-prev, .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-control-nav li {
	margin:0 6px 0 0;
}
.flex-control-nav li a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 22px;
	height: 22px;
	background: #877437;
}
.flex-control-nav li a:hover,.flex-control-nav li a.flex-active {
	background: #3e3619;
}
.flex-caption {
	position: absolute;
	left: 0;
	top: 0;
}

/* ------------------------- MAIN ------------------------- */
div.messages {
	margin-bottom: 30px;
}
.views-row {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.views-field-title,
.node h2,
article.comment h3 {
	
}
	.views-field-title a,
	.node h2 a,
	article.comment h3 a {
		
	}
		.views-field-title a:hover,
		.node h2 a:hover,
		article.comment h3 a:hover {
			
		}

.node h2,
article.comment h3 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 5px;
}

.color-1 {
	color: #373737;
}
.views-field-body {
	margin-bottom: 20px;
}
.views-field-body  strong{
	font-weight: normal;
}
.img-indent {
	margin-bottom: 20px;
}
.title-indent {
	margin-bottom: 20px;
}

.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 #block-system-main.block {
	padding-bottom: 0;
}

.more-link {
	text-align: left;
}

.btn-wrapper .btn-1 {
	float: left;
	margin-right: 29px;
	display: inline-block;
}
.btn-wrapper .btn-1 img {
	width: 100%;
}

.view-servise-block {
	text-align: center;
}
.view-servise-block .more-link {
	text-align: center;
}
.view-servise-block .views-row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 29px 20px 36px;
	border-radius: 10px;
	background: #fafafa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fafafa 0%, #f6f6f6 60%, #f4f4f4 61%, #f4f4f4 74%, #f2f2f2 75%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(60%,#f6f6f6), color-stop(61%,#f4f4f4), color-stop(74%,#f4f4f4), color-stop(75%,#f2f2f2), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #fafafa 0%,#f6f6f6 60%,#f4f4f4 61%,#f4f4f4 74%,#f2f2f2 75%,#efefef 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#f6f6f6 60%,#f4f4f4 61%,#f4f4f4 74%,#f2f2f2 75%,#efefef 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#f6f6f6 60%,#f4f4f4 61%,#f4f4f4 74%,#f2f2f2 75%,#efefef 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#f6f6f6 60%,#f4f4f4 61%,#f4f4f4 74%,#f2f2f2 75%,#efefef 100%);
}
.ie8 .view-servise-block .views-row {
	background: #fafafa;
}
.view-servise-block .views-field-field-service-image {
	margin-bottom: 22px;
}
.view-servise-block .views-row p {
	margin-bottom: 29px;
}
.view-solution h2 {
	min-height: 70px;
}
.view-solution .views-field-field-solution-image {
	margin-bottom: 21px;
}
.counter {
	background: #373737;
	width: 51px;
	height: 51px;
	float: left;
	border-radius: 4px;
	line-height: 50px;
	font-size: 35px;
	text-align: center;
	color: #fff;
	margin: 0 15px 0 0;
}
.view-testimonials .views-field-field-testi-author {
	text-align: right;
	color: #373737;
}
.view-testimonials a {
	color: #B0B0B0;
}
.view-testimonials a:hover {
	color: #373737;
}
.view-testimonials .testi-body {
	position: relative;
}
.view-testimonials .testi-body:before {
	position: relative;
	background: url(../images/quote.png) left top no-repeat;
	content: '';
	display: inline-block;
	width: 19px;
	height: 18px;
	margin: 0 10px 0 0;
}
.view-what-s-new- {
	border-radius: 10px;
	padding: 20px;
	background: #fafafa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fafafa 0%, #f6f6f6 60%, #f4f4f4 61%, #f4f4f4 74%, #f2f2f2 75%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(60%,#f6f6f6), color-stop(61%,#f4f4f4), color-stop(74%,#f4f4f4), color-stop(75%,#f2f2f2), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #fafafa 0%,#f6f6f6 60%,#f4f4f4 61%,#f4f4f4 74%,#f2f2f2 75%,#efefef 100%);
	background: -o-linear-gradient(top, #fafafa 0%,#f6f6f6 60%,#f4f4f4 61%,#f4f4f4 74%,#f2f2f2 75%,#efefef 100%);
	background: -ms-linear-gradient(top, #fafafa 0%,#f6f6f6 60%,#f4f4f4 61%,#f4f4f4 74%,#f2f2f2 75%,#efefef 100%);
	background: linear-gradient(to bottom, #fafafa 0%,#f6f6f6 60%,#f4f4f4 61%,#f4f4f4 74%,#f2f2f2 75%,#efefef 100%);
}
.ie8 .view-what-s-new- {
	background: #fafafa;
}
.view-what-s-new- .views-row p {
	margin-bottom: 0;
}
.view-what-s-new- .views-row {
	margin-bottom: 10px;
	padding-bottom: 0;
}
.view-recent-posts .views-field-field-blog-image {
	float: left;
	margin: 0 15px 0 0;
}
/* ------------------------- DEFAULT BLOCK STYLE ------------------------- */

.views-row-last.views-row {
	margin-bottom: 0px;
}

#main {
	padding: 77px 0 25px;
}
#main-wrapper .block {
	padding-bottom: 40px;
}
#main-wrapper .region-content-top .block {
	padding-bottom: 0;
}
#main-wrapper #content .block.block-views {
	padding-bottom: 20px;
}


	body .container-12 .no-alpha-omega {
		margin-left: 10px;
		margin-right: 10px;
	}

.region-header {
	position: relative;
}
.region-header:after {
	position: absolute;
	content: '';
	background: url(../images/header-img.png) left top no-repeat;
	background-size: 100%;
	width: 540px;
	height: 850px;
	right: -10px;
	top: 60px;
}
.region-header-bottom {
	padding: 0;
}

.region-content-top {
	padding: 87px 0 0;
}

.region-content {
	padding: 0;
}

.region-content-bottom {
	padding: 0;
	padding-top: 20px;
}


.region-header-bottom:after,
.region-content-top:after,
.region-content:after,
.region-content-bottom:after,
.region-content:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

.views-clearfix .views-row:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

#main-wrapper img {
	height:auto;
	width: auto;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 9px;
}
	#main-wrapper .getlocations_map_canvas img {
		padding: 0;
		background: none;
		border: none;
	}
#main-wrapper {
	background: #fff;
}
#main .feed-icon img, #main th.active img {
	width:auto;
	border: none;
	background: none;
	padding: 0;
}


#tinymce p {
	margin-bottom: 10px;
}
.location.vcard {
	margin-top: 0;
}

			
/* ------------------------- CONTENT REGION ------------------------- */
/*Node heading*/
.front #page-title {display:none;}

#content h1.title, h2, h3, h4, h5, h6 {
	font-size:35px;
	line-height:35px;
	margin-bottom:35px;
	/*text-transform:uppercase;*/
	color: #373737;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

h3 {
	font-size: 30px;
	line-height: 30px;
	text-transform: none;
	margin-bottom:30px;
}
h4 {
	font-size: 25px;
	line-height: 25px;
	text-transform: none;
	margin-bottom:18px;
}
h5 {
	font-size: 22px;
	line-height: 22px;
	text-transform: none;
	margin-bottom:15px;
}
h6 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom:10px;
}

article.node {
	padding-bottom:20px;
	margin-bottom:20px;
}
	article.node.node-blog {
		border-bottom: 0px solid #444;
	}

	#node-79 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

.page-node- .submitted a {
	padding-right: 0;
	margin-right: 0;
}



/*Author & date information*/
.submitted {
	margin:5px 0 15px;
	float: left;
	padding: 0;
}
	.submitted, p.submitted span, .comment_count {
		padding-right: 5px;
	}

	.submitted a,
	.comment_count {
		text-decoration:none;
	}
		.submitted a:hover,
		.comment_count:hover {}

.comment_count {
	float: right;
	display: inline-block;
	margin: 5px 0 15px;
}

article.node footer {
	padding-top:0px;
}

article footer ul.links.inline {
	display:block;
}
article footer ul li {
	padding:0;
	margin:0 15px 0 0;
	padding: 0 !important;
}
	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: 16px;
		padding-right: 10px;
		line-height: 24px;
	}
	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: 2px 5px;
		}
			article.node footer .field-name-field-tags ul li a:hover {
				text-decoration: none;
			}

	article .field-items {
		margin-bottom: 20px;
	}
			
			
.node-maps header {
	display:none;
}

.panels-flexible-region-1-contacts_region {
	width:auto;
}




.item-list ul li {
	margin-left: 0;
	margin-bottom: 20px;
}
ul li.collapsed {
	list-style: none;
}
ul.menu li {
	margin-left: 0;
}
body section.block ul {
	margin-bottom: 20px;
}
	section.block ul, section.block .item-list ul li { margin:0;}
	ul li.leaf,section.block .content li,.contextual-links-wrapper li { 
		list-style-image:none;
		list-style-type:none;
		margin:0;
		padding:0;
	}
		section.block .content li, .marker-list .content li,.contextual-links-wrapper li { 
			background:url(../images/a1.png) no-repeat 0 8px;
			padding:10px 0 13px 47px;
			font-size: 14px;
			line-height:17px;
			border-top: 1px solid #f3f3f3;
		}
		section.block .content li:first-child, .marker-list .content li:first-child,.contextual-links-wrapper li:first-child {
			border-top: none;
		}
			section.block .content li a, .marker-list li a { 
				color:#b0b0b0;
				line-height:20px;
				text-decoration:none;
			}
			section.block .content li a:hover, .marker-list li a:hover { color:#373737;}

footer .item-list li {
	background:url(../images/a2.png) no-repeat 0 2px;
	padding:0px 0 7px 25px;
	font-size: 14px;
	line-height:17px;
}
footer .item-list li a {
	color: #b0b0b0;
}
footer .item-list li a:hover {
	color: #373737;
}

aside .item-list li {
	background:url(../images/a2.png) no-repeat 0 2px;
	padding:0px 0 7px 25px;
	font-size: 14px;
	line-height:17px;
}
aside  .item-list li a {
	color: #373737;
}
aside .item-list li a:hover {
	color: #b0b0b0;
}
aside hr {
	text-align:center; 
	margin: 0 auto;
	width: 80%;
}

article .item-list li {
	background:url(../images/a2.png) no-repeat 0 2px;
	padding:0px 0 7px 25px;
	font-size: 14px;
	line-height:17px;
}
article .item-list li a {
	color: #373737;
}
article .item-list li a:hover {
	color: #b0b0b0;
}


/* ------------------------- BUTTONS STYLES ------------------------- */
	.form-submit:hover { background:#444;}
	
.button a, .more-link a, ul.links li a, .view-portfolio .views-field-view-node a, #block-poll-recent ul.links li a, #filters li a, .content ul.pager li a, .content ul.pager li.pager-current, .form-submit {
	display: inline-block;
	padding: 10px 18px 9px;
	border: none;
	color: #29252a;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	background: #ffe46e;
	text-transform: uppercase;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTQ2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iI2ZmZTI2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQzNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffe46e 0%, #ffe269 29%, #ffd34b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe46e), color-stop(29%,#ffe269), color-stop(100%,#ffd34b));
	background: -webkit-linear-gradient(top, #ffe46e 0%,#ffe269 29%,#ffd34b 100%);
	background: -o-linear-gradient(top, #ffe46e 0%,#ffe269 29%,#ffd34b 100%);
	background: -ms-linear-gradient(top, #ffe46e 0%,#ffe269 29%,#ffd34b 100%);
	background: linear-gradient(to bottom, #ffe46e 0%,#ffe269 29%,#ffd34b 100%);
	font-family: 'Open Sans', sans-serif;
	border-radius: 10px;
	text-transform: uppercase;
}
	.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, #filters li a:hover, #filters li a.selected, .content ul.pager li a:hover, .content ul.pager li.pager-current, .form-submit:hover {
			background: #ffd44d !important;
			color: #29252a;
	}

.ie8 .button a,.ie8 .more-link a, .ie8 ul.links li a,.ie8 .view-portfolio .views-field-view-node a,.ie8 #block-poll-recent ul.links li a,.ie8 #filters li a,.ie8 .content ul.pager li a,.ie8 .content ul.pager li.pager-current,.ie8 .form-submit {
	background: #ffe46e;
}
.form-submit {
	line-height:normal;
	vertical-align:middle;
}


ul.links li a {
	margin-bottom: 10px;
}

/* ------------------------- BACK TO TOP ------------------------- */
#backtotop {
	background: #000 url(../images/up-arrow.png) 50% 50% no-repeat;
	width: 50px;
	height: 50px;
	z-index: 5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	right: 40px;
	bottom: 30px;
}
	#backtotop:hover {
		opacity: 1;
		background-color: #444;
	}

	
/* ------------------------- FOOTER ------------------------- */
#footer {
	clear: both;
	padding:50px 0;
	position: relative;
	color: #b0b0b0;
}

#block-block-5 {
	margin-bottom: 20px;
	/*text-transform: uppercase;*/
}

#block-block-5 .content {
	
}
	#block-block-5 .content a {
		color: #b0b0b0;
	}

		#block-block-5 .content a:hover {
			color: #373737;
		}

	#block-block-5 .content span {
			
	}

#block-menu-block-1 ul.menu li {
	float: left;
	font-size: 16px;
	line-height: 20px;
	padding-right: 50px;
	position: relative;
}
#block-menu-block-1 ul.menu li:after {
	content: '';
	background: #eaeaea;
	width: 1px;
	height: 21px;
	position: absolute;
	display: inline-block;
	right: 30px;
	top: 3px;
}
#block-menu-block-1 ul.menu li.last {
	padding: 0;
}
#block-menu-block-1 ul.menu li.last:after {
	display: none;
}
#block-menu-block-1 ul.menu li a {
	color: #373737;
}
#block-menu-block-1 ul.menu li a:hover,#block-menu-block-1 ul.menu li a.active  {
	text-decoration: underline;
}

/* ------------------------- SOCIAL-ICONS BLOCK ------------------------- */
#block-follow-site { }

	.follow-link-wrapper {
		display: inline-block;
		margin-right: 9px;
	}
	a.follow-link {
		width:34px;
		height:34px;
		text-indent:-9999px;
		opacity:1;
		padding:0;
		position: relative;
		border-radius: 40px;
		-webkit-transition:all .2s ease;
		-moz-transition:all .2s ease;
		transition:all .2s ease;
		display: inline-block;
		background: #d3d3d3;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2NhY2FjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWI1YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #d3d3d3 0%, #cacaca 42%, #b5b5b5 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(42%,#cacaca), color-stop(100%,#b5b5b5));
		background: -webkit-linear-gradient(top, #d3d3d3 0%,#cacaca 42%,#b5b5b5 100%);
		background: -o-linear-gradient(top, #d3d3d3 0%,#cacaca 42%,#b5b5b5 100%);
		background: -ms-linear-gradient(top, #d3d3d3 0%,#cacaca 42%,#b5b5b5 100%);
		background: linear-gradient(to bottom, #d3d3d3 0%,#cacaca 42%,#b5b5b5 100%);
	}
		a.follow-link:hover {
			background: #fee682;
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZTY4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmZlNjdlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjZmZlMzc1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjZmZkNzU3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZDY1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
			background: -moz-linear-gradient(top, #fee682 0%, #ffe67e 3%, #ffe375 36%, #ffd757 97%, #fed659 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee682), color-stop(3%,#ffe67e), color-stop(36%,#ffe375), color-stop(97%,#ffd757), color-stop(100%,#fed659));
			background: -webkit-linear-gradient(top, #fee682 0%,#ffe67e 3%,#ffe375 36%,#ffd757 97%,#fed659 100%);
			background: -o-linear-gradient(top, #fee682 0%,#ffe67e 3%,#ffe375 36%,#ffd757 97%,#fed659 100%);
			background: -ms-linear-gradient(top, #fee682 0%,#ffe67e 3%,#ffe375 36%,#ffd757 97%,#fed659 100%);
			background: linear-gradient(to bottom, #fee682 0%,#ffe67e 3%,#ffe375 36%,#ffd757 97%,#fed659 100%);
		}
.ie8 a.follow-link {
	background: #d3d3d3;
}
.ie8 a.follow-link:hover {
	background: #fee682;
}
a.follow-link:after {
	display: inline-block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	z-index: 99;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.follow-link:hover:after {
	background-position: left top;
}
a.follow-link-googleplus:after {
  background-image: url(../images/icon-googleplus.png);
}
a.follow-link-twitter:after {
  background-image: url(../images/icon-twitter.png);
}
a.follow-link-this-site:after {
  background-image: url(../images/icon-rss.png);
}	
a.follow-link-facebook:after {
  background-image: url(../images/icon-facebook.png);
}



/* ------------------------- PAGINATOR ------------------------- */
.content ul.pager {text-align:left;overflow: hidden;}

.content ul.pager li {
	margin:5px;
	overflow:hidden;
	padding: 0;
	display: inline-block;
	float: left;
}

	.content ul.pager li a:hover, .content ul.pager li.pager-current ,
	.content ul.pager li a, .content ul.pager li.pager-current {
		
	}


/* ------------------------- PORTFOLIO ------------------------- */

#main-wrapper .isotope-element img {
	width: 100%;
}

.add-magnify {
	margin-bottom:20px;
	background: #000;
}

.view-portfolio .isotope-element .views-field-field-portfolio-image a {
	display:block;
	background: url(../images/magnify.png) 50% 50% no-repeat;
}

	.view-portfolio .isotope-element .views-field-field-portfolio-image a img {
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
	    -ms-transition: all 400ms ease;
	    -o-transition: all 400ms ease;
		transition: all 400ms ease;
	}
	.view-portfolio .isotope-element .views-field-field-portfolio-image a img:hover {
		opacity: 0.5;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	}

.isotope-element .views-field-title {
	margin: 10px 0;
}

#filters {
	margin-bottom: 20px;
	text-align: right;
}

#isotope-options {
	background: none;
}

#filters li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: none;
	border: none;
}

.isotope-element img {
	width: 100%;
	height: auto;
}

#isotope-container {
	margin-left: -10px;
	margin-right: -10px;
}

.isotope-element {
	background: none;
	color: inherit;
	margin: 0px 10px 30px;
	height: auto;
	width: auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* ------------------------- POLL'S BARS ------------------------- */
.poll .total, .poll .title  {margin-bottom:15px;}
.poll .bar { 
	background-color:#fff;
	border:1px solid #8c8c8c;
	padding:1px;
	height:10px;
	margin-bottom:15px;
}
.poll .bar .foreground { 
	height:10px; 
	display:none;
	background-color:#FFD34B;
}
	
.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;
	border: none;
}

#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;}

.links {
	list-style: none;
}

.links li {
	display: inline-block;
	margin-right: 10px;
}


/* ------------------------- BLOCK SEARCH ------------------------- */
#block-search-form {}
#block-search-form .form-text, #search-block-form .container-inline .form-text {
	width:100%;
	padding:8px 40px 8px 5px;
	border:none;
	background: #e1e1e1;
	-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;
	position: relative;
}
#block-search-form .container-inline .form-item, #search-block-form .container-inline .form-item { margin:0;}

	
#block-search-form .form-submit, #search-block-form .form-submit { 
	background:url(../images/search.png) no-repeat center center !important;
	border:0;
	width:35px;
	height:auto;
	padding:0;
	margin:0;
	vertical-align:middle;
	cursor:pointer;
	text-indent:-9999px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
	#search-block-form #edit-submit:hover, #search-block-form .form-submit:hover {opacity: 0.8; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);}

.container-inline div, .container-inline label {
	display: block;
}


/* ------------------------- FORUM ------------------------- */
.action-links {
	padding: 0 0 25px 0px;
}
	.action-links a {
		font-weight:bold;
	}
		.action-links a:hover {
			text-decoration:none;
		}

#forum a {
	font-size:12px;
}
	#forum a:hover {text-decoration: underline;}

#forum table {
	border:1px solid #c8c8c8;
	width:100%;
}

#forum th {
	border:1px solid #373737;
	color:#fff; 
	font-size:14px;
	padding:3px 5px;
}
	#forum th a {
		color:#fff;
	}

#forum td.container { 
	padding:10px;
}

#forum td {
	border:1px solid #c8c8c8;
	padding: 5px;
}

#forum td.topics, #forum td.posts, #forum td.replies{
	text-align:center;
}

.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 {
	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:100%;
		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:#fff;
	border:1px solid #c2c2c2;
	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;}

.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:#373737; color: #fff; padding: 5px;}



.page-faq-questions-top .views-row {
	margin-bottom: 30px;
}


.view-faq {
	margin-bottom: 30px;
}



/* ------------------------- 404 PAGE NOT FOUND ------------------------- */
.page-page-404 #search-block-form {width:100%;}
.panel-separator {display:none;}

.panel-pane.error-page {margin-bottom:30px;}
	.panel-pane.error-page .pane-content {overflow:hidden;}
span.err {
	display: inline-block;
	font-size: 200px;
	line-height: 200px;
	font-weight: 700;
}
.panel-pane.error-page .pane-content .extra {
	background:url(../images/v_line.gif) 40px 0 repeat-y;
	padding-left:80px;
}
.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 { padding-top:40px;}


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 #ddd;
	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:#373737;
		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:#444;
	margin-top:16px;
	padding:0px 3px 15px;
}
	#breadcrumb a { 
		color:#444;
		font-size:12px;
		text-decoration:none;
		padding:0 3px;
	}
		#breadcrumb a:last-child { padding-right:0;}
		#breadcrumb a:hover { color:#373737;}
	
/* ------------------------- ADMIN TAB ------------------------- */
.tabs-wrapper { margin: 1px 0 20px;}
div.tabs { overflow:hidden;}

.tabs ul.primary {
	border:0;
	border-bottom:1px solid #c9c9c9;
	margin:10px 0 10px 0;
	overflow:hidden;
	padding:4px 0;
}
	.tabs ul.primary li {
		margin-bottom:-1px;
	}
		.tabs ul.primary li a { 
			background:#EDEDED;
			border:1px solid #BBB;
			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:#373737;
				color:#fff;
				text-shadow:none;
			}

/* ------------------------- ADMIN MENU BG ------------------------- */
ul.contextual-links li a:hover {}

.page-blog .field-name-field-blog-image {
	width: 300px;
}

.page-blog .node-teaser .field-type-image {float:left; margin:0 20px 6px 0;}
.field-type-image {margin-bottom:20px;}

.profile .user-picture { margin-left:20px;}
.profile h3 { overflow:hidden;}

#block-views-our-team-block .views-field-field-employee-photo { width: 100px; 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 {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;
}

ul.contextual-links li {
	background: none;
	border: none;
}

#main-wrapper {
    background-image: url("../images/bckgrnd1.jpg");
    background-repeat: repeat;
} 

.field-content font-weight {
	.font-weight: normal;
}