/*@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);*/
/*@import url(http://fonts.googleapis.com/css?family=Webly Sleeknormal);*/
@import url(/fonts/Webly_Sleek_Webfont/stylesheet.css);

/* ------------------------- DRUPAL 7 FRAMEWORK ------------------------- */
body#body {
	background: #f8f8f8 url(../images/body.png);
	color: #727272;
	font: 13px/18px Arial, Helvetica, sans-serif;
	position:relative;
	min-width:300px;
	-webkit-text-size-adjust: none;
}

p {margin-bottom:18px;}


.field-name-taxonomy-forums .links a,
.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err,
a {
	color:#EB2227;
	outline:none;
	text-decoration:none;
}
	a:hover, .field-name-taxonomy-forums .links a:hover {
		text-decoration: underline;
		color: #666;
	}
	
li {
	margin-left: 20px;
	list-style-type: disc;
}

.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(240,180,160);}
::-moz-selection 	{background: rgb(240,180,160);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(240,180,160);}



#page {
	width: 1116px;
	margin: 0 auto;
	background: #fff; /* url(../images/border-top.png) 50% 0 no-repeat; */
	/*padding-top: 43px;*/
	padding-top: 15px;
}

.inner-wrapper {
	width: 977px;
	margin: 0 auto;
}


/* ------------------------- HEADER ------------------------- */
#header {
	position: relative;
}
.section-1 {
	border-bottom: 5px solid #EB2227;
	/*background-color: #bbb;  -- this was for the gray bg */
	/*margin-bottom: 15px;*/
	padding: 8px 8px 8px 25px;
}
	.section-1 .col1 {float:left;}
	.section-1 .col2 {float:right; padding-right: 12px; padding-top: 6px;}
.section-2 {
	/*background-color: #bbb;  -- this was for the gray bg */
	border-bottom: 5px solid #DEB43F;
	/*margin-bottom: 10px;*/
	padding: 8px;
	/*padding-top: 14px;*/
}
.front .section-3 {
	margin-bottom: 12px;
}
.section-3 {
	margin-bottom: 0;
}
.front .section-4 {
	border: 1px solid #eeeeee;
}

#header #site-name {
	font-family: 'Webly Sleeknormal';
	font-size:200%;
	margin-top: 40px;
}

#header #logo {
	float: left;
	display: inline-block;
}
#header #name-and-slogan {
	float: left;
	color: #bcbcbc;
	font-size: 14px;
	/*line-height: 26px;*/
	padding-top: 2px;
	padding-left: 18px;
}

.region-search {
	float: right;
	padding-top: 10px;
	padding-right: 2px;
}

.region-menu {
	float: left;
}

.section-2 .form-item-search-block-form {
	width: 221px;
}

.region-header-bottom {
	/*width: 820px;*/
	margin: 0 auto;
	padding-top: 27px;
}
	.region-header-bottom h2 {
		text-align: center;
	}


/* ------------------------- MAIN MENU ------------------------- */

.section-2:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

.select-menu {display:none !important;}

#superfish-1 { 
	background:none;
	float:left;
	margin-bottom: 0;
	position:relative;
	width:auto;
}
	#superfish-1 li {
		background:none;
		border:0;
		overflow:inherit;
		padding:0;
		text-align:center;
	}
	#superfish-1 > li {
		margin-left: 9px;
	}
		#superfish-1 > li:first-child {
			margin-left: 0;
		}
		#superfish-1 a {
			border:0;
			color:#ffffff;
			/*color:#000;*/
			font-size:16px;
			line-height: 21px;
			font-weight:normal;
			/*padding:16px 25px;*/
/*			padding:12px 22px;*/
			padding:10px 20px;
			text-decoration:none;
			/*background-color: #fff;  -- this was for the gray bg */
			background: #999;
		}
			#superfish-1 > li > a:hover, #superfish-1 > li > a.active, #superfish-1 > li.sfHover > a {
				color:#ffffff;
				background: #EB2227; /* url(../images/menu-hover.png); */
			}

	#superfish-1 ul {
		/*background: #2b2b2b url(../images/sub-menu.png);*/
		background-color: #ccc;
		display:none;
		/*padding:5px 0;*/
		top: 41px;
		/*width:155px !important;*/
		padding: 2px 2px 0 2px;
	}
	#superfish-1 ul li {
		/*width: 151px !important;*/
		white-space: nowrap !important;
	}
	#superfish-1 li.active-trail a.sf-depth-1 {
		background-color: #EB2227;
	}
	.sf-navbar > li > ul { margin-top:3px;}
	
		#superfish-1 ul li {
			background:none;
			border-bottom:0;
			height:auto;
			/*padding:2px 2px 0;*/
			margin-bottom: 2px;
		}
			#superfish-1 ul li a:visited, #superfish-1 ul li a {
				border:0;
				/*color:#fff;*/
				font-size:13px;
				font-weight:normal;
				padding:7px 0px 7px 22px !important;
				text-align:left;
			}
				#superfish-1 ul li a:hover, #superfish-1 ul li a.active { text-decoration: underline;}

			#superfish-1 ul li ul{
				left:130px !important;
				padding:10px 0 !important;
				top:0 !important;
			}
				#superfish-1 ul li ul li {
					background:none;
					margin-bottom:1px;
				}

/* ------------------------- SLIDER ------------------------- */
.flexslider {
	border:none;
	background:transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#block-views-slider-block .flex-nav-container {
	margin:0;
	padding:0;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 19px;*/
	border: 1px solid #e8e8e8;
	border-top: none;
}
#block-views-slider-block .flex-control-nav {
	bottom: 20px;
	right: 20px;
	width: auto;
	position: absolute;
}
.flexslider .slides > li {
	margin-left: 0;
	list-style-type: none;
}

.flex-control-nav li {
	margin-left: 12px;
}
	
.flex-control-nav li a {
	width:16px;
	height:16px;
	background: url('../images/bg-control-nav-new.png') 100% 0 no-repeat;
}
	.flex-control-nav li a.active, .flex-control-nav li a:hover {
		background-position:0 0;
	}
	
.flex-direction-nav li .prev {
	left:0;
}
.flex-direction-nav li .next {
	right:0;
}

.flexslider .views-field-body, .flexslider p {
	margin-bottom: 0;
}

.views-field-field-slide-image {
	float: right;
	/*margin-right: 43px;*/
}

.slider_caption {
	overflow: hidden;
	margin: 30px 30px 0;
/*	padding-top: 126px;*/
	/*padding-top: 20px;*/
	font-size: 13px;
	line-height: 21px;
/*	color: #a4a4a4;*/
	color: #8F8F8F;
	/*text-transform: uppercase;*/
/*	border-bottom: 1px solid #e8e8e8;*/
/*	padding-bottom: 77px;*/
}

.slide-body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	color: #222;
}

.slide-h {
	font-family: 'Webly Sleeknormal';
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	color: #222;
	letter-spacing: 0px;
	margin-bottom: 5px;
}

.slide-h span {
	color: #00529B;
}
/* ------------------------- SLIDER ------------------------- */
/*.flexslider {
	border:none;
	background:transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-bottom:31px;
	min-height: 341px;
}
#block-views-slider-block .flex-nav-container {
	margin:0;
	padding:0;
}
#block-views-slider-block .flex-control-nav {
	position:absolute;
    bottom:10px;
	right:10px;
	width:auto;
	text-align:left;
}

.flex-control-nav li {
	margin-left: 12px;
}
	
.flex-control-nav li a {
	width:16px;
	height:16px;
	background: url('../images/bg-control-nav-new.png') 100% 0 no-repeat;
}
	.flex-control-nav li a.active, .flex-control-nav li a:hover {
		background-position:0 0;
	}
	
.flex-direction-nav li .prev {
	left:0;
}
.flex-direction-nav li .next {
	right:0;
}

.slider_caption {
	position:absolute;
	left:40px;
	top:40px;
	color:#000;
	font-family:'Oswald', sans-serif;
}
.text-size-1 {
	font-size:40px;
	letter-spacing:-0.5px;
	line-height:38px;
}
.text-size-2 {
	font-size:52px;
	letter-spacing:-1px;
	text-transform:uppercase;
	line-height:52px;
}

@media all and (-webkit-min-device-pixel-ratio:0) {
  #block-views-slider-block .flex-control-nav {
	bottom:5px;
  }
  .flex-control-nav li a {
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
}
	.flex-control-nav li a.active, .flex-control-nav li a:hover {
		border-color:#FF2102;
		border-color:#FF2102;
		padding:0;
	}
}				
				
.slide-h {
	font-family: 'Webly Sleeknormal';
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 5px;
}

.slide-h span {
	color: #EB2227;
}
.slide-body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 48px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 21px;
}*/
	

/* ------------------------- MAIN ------------------------- */
.views-row {
	margin-bottom: 20px;
}

.views-field-title, .sol-caption {
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #4b4b4b;
	font-weight: bold;
}

.view-membership-list .views-field-title {
	text-transform: none;
}



.views-field-body {
	margin-bottom: 26px;
}
/*#main-wrapper img, .region-header-bottom img {*/
.region-header-bottom 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;
	}
.front #main-wrapper {
	padding-bottom: 0;
}
#main-wrapper {
	/*padding: 38px 0 30px 0;*/
	padding: 8px 0 30px 0;
}
#main .feed-icon img, #main th.active img {
	width:auto;
	border: none;
	background: none;
	padding: 0;
}

.field-name-field-addthis-blog {
	margin-bottom: 25px;
}


/* ------------------------- 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 {
	margin-bottom: 50px;
}

#main-wrapper .block {
	margin-bottom: 21px;
}


#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;
}

#content ul {
	padding-left: 20px;
	list-style: disc;
	list-style-type: disc;
}

.region-header-bottom {
	padding-bottom: 21px;
}
.region-header-bottom:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

.region-content-top {
	padding-bottom: 0px;
}
.region-content-top:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

.region-content {
	padding-bottom: 0px;
}
.region-content:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

.region-content-bottom {
	padding-bottom: 0px;
	padding-top: 50px;
	border-top: 1px solid #eeeeee;
}
.region-content-bottom:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

#block-system-main {
	margin-bottom: 0 !important;
}




.item-list ul li {
	/*margin-left: 0;*/
	list-style-type: disc;
	margin-bottom: 0px;
}
.item-list {
	margin-bottom: 17px;
}
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 { 
			background:url(../images/a1.png) no-repeat 0 6px;
			padding:0 0 5px 23px;
			line-height:20px;
			text-transform: uppercase;
		}
			section.block .content li a { 
				color:#727272;
				font-size:11px;
				line-height:20px;
				text-decoration:none;
			}
			section.block .content li a:hover { color:#EB2227;}



			
/* ------------------------- CONTENT REGION ------------------------- */
/*Node heading*/
.front #page-title {display:none;}

#content h1.title, h2, h3, .article_title {
	font-size:22px;
	font-weight: bold;
	line-height:30px;
	margin-bottom:26px;
	text-transform:uppercase;
	font-family: 'Webly Sleeknormal';
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	color: #252525;
}

h3 {
	font-size: 18px;
	line-height: 26px;
	margin:13px 0;
}

.node h2,
article.comment h3 {
	text-transform: uppercase;
	color: #4b4b4b;
	font-weight: normal;
	font-family: "Arial";
	margin-bottom: 0;
	font-size: 20px;
	line-height: 26px;
}
	.node h2 a,
	article.comment h3 a {
		color: #4b4b4b;
	}
		.node h2 a:hover,
		article.comment h3 a:hover {
			color: #EB2227;
			text-decoration: none;
		}

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 {
	font-size:12px;
	margin:5px 0 15px;
}
	.submitted, p.submitted span {
		color:#727272;
	}
	.submitted a {
		color:#727272;
		text-decoration:none;
	}
		.submitted a:hover {color:#EB2227;}

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: 12px;
		padding-right: 10px;
		font-family:Arial;
		line-height: 20px;
	}
	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 {
			background: none;
			font-size: 12px;
			text-decoration: underline;
			padding: 0;
			border: none;
		}
			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;
}



.date-time {
	display: inline-block;
	background: url(../images/icon-1.png) 0 2px no-repeat;
	padding-left: 19px;
}

.username {
	padding-left: 22px;
	background: url(../images/icon-2.png) 0 1px no-repeat;
	margin-left: 12px;
}

.comment_count {
	background: url(../images/icon-3.png) 0 0px no-repeat;
	padding-left: 19px;
	margin-left: 12px;
}

.region-header-bottom {
	overflow: hidden;
}
.region-header-bottom section {
	float: left;
	width: 260px;
	margin-left: 50px;
}

.region-header-bottom h2 {
	margin-bottom: 20px;
}

.region-header-bottom .views-field-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	color: #606060;
	padding-bottom: 15px;
	margin-bottom: 19px;
	border-bottom: 1px solid #e8e8e8;
}

.views-label {
	font-weight: bold;
}

/* "company advantages" block - no longer used, but used as a basis for creating
	the "region-header-bottom" styes above */
#block-views-company-advantages-block .content {
	overflow: hidden;
}
#block-views-company-advantages-block .views-row {
	float: left;
	width: 220px;
	margin-left: 80px;
}
	#block-views-company-advantages-block .views-row.views-row-1  {
		margin-left: 0;
	}

#block-views-company-advantages-block h2 {
	margin-bottom: 30px;
}


.views-field-field-service-image {
	margin-bottom: 24px;
}

#block-views-company-advantages-block .views-field-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	color: #606060;
	padding-bottom: 15px;
	margin-bottom: 19px;
	border-bottom: 1px solid #e8e8e8;
}

#block-views-useful-links-block h2 {
	margin-bottom: 25px;
}
#block-views-useful-links-block .views-row .views-field-title {
	font-weight: normal;
}


#block-views-ideas-block .article_title {
	margin-bottom: 22px;
}

.views-field-field-image {
	margin-bottom: 21px;
}

#block-views-ideas-block .views-field-body {
	margin-bottom: 23px;
}

.sol-caption {
	margin-bottom: 4px;
}


#block-views-ef8556c7f70a735a78034671c94e0e49 .views-row {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 18px;
	margin-bottom: 20px;
}
	#block-views-ef8556c7f70a735a78034671c94e0e49 .views-row.views-row-last {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

#block-views-ef8556c7f70a735a78034671c94e0e49 .views-field-body {
	margin-bottom: 0;
}


.view-main-services .views-row {
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 19px;
	padding-bottom: 0;
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
	margin-left: 20px;
}
	.view-main-services .views-row.views-row-1,
	.view-main-services .views-row.views-row-4,
	.view-main-services .views-row.views-row-7 {
		margin-left: 0;
	}

.views-field-field-solutions-image {
	margin-bottom: 15px;
}

.counter {
	float: left;
	margin-right: 20px;
	font-family: 'Webly Sleeknormal', serif;
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-size: 30px;
	line-height: 30px;
	background: url("../images/menu-hover.png") repeat scroll 0 0 #EB2227;
	display: inline-block;
	color: #fff;
	width: 40px;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding-top: 3px;
	padding-bottom: 7px;
}

#block-views-what-we-offer-block .views-row {
	border-bottom: 1px solid #f1f1f1;
}
	#block-views-what-we-offer-block .views-row.views-row-last {
		border-bottom: 0;
	}

.img-1 {
	width: 280px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#block-views-our-staff-block .views-row {
	width: 140px;
	float: left;
	margin-right: 20px;
}
#block-views-our-staff-block .views-row.views-row-last {
	margin-right: 0;
}
.img-indent-bottom {
	margin-bottom: 15px;
}



/* ------------------------- BUTTONS STYLES ------------------------- */
.form-submit {
	font-weight:normal;
	line-height:normal;
	margin-right:5px;
	vertical-align:middle;
	display: inline-block;
	color: #313131;
	border: 1px solid #ececec;
	font-size: 14px;
	padding: 8px 14px;
	text-transform: lowercase;
	background: transparent;
}
	.form-submit:hover {color: #EB2227;}
	
.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;
	color: #313131;
	border: 1px solid #ececec;
	font-size: 14px;
	line-height: 21px;
	padding: 6px 14px;
	text-transform: lowercase;

}
	.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 {
		color: #EB2227;
	}

/* ------------------------- BACK TO TOP ------------------------- */
#backtotop {
	background: url(../images/top.png) 0 0 no-repeat;
	width: 23px;
	height: 23px;
	right: 100px;
	bottom: 100px;
}
	#backtotop:hover {
		background-position: 0 100%;
		opacity: 1;
	}

	
/* ------------------------- FOOTER ------------------------- */
#footer {
	clear: both;
	padding:10px 0;
	margin-bottom: 10px;
	position: relative;
	/*background: url(../images/footer-border.png) repeat-x;*/
	/*font-size: 14px;*/
	line-height: 18px;
	/*color: #949494;*/
	
	background-color: #bbb;
	color: #fff;
}

.region-footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}

/* Custom styles for the social media links in the footer */


#block-block-11 * {
	text-align: center;
}


#block-block-11 ul {
	display: flex;
	margin: 1em 0;
	padding: 0;
}

#block-block-11 ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-right: 1em;
}

#block-block-11 ul li:last-child {
	margin-right: 0;
}

#block-block-5 {
	/* float:right; */
	padding-top: 9px;
	padding-bottom: 10px;
	padding-right: 46px;
	border-left: 1px solid #e4e4e4;
	padding-left: 34px;
}
	#block-block-5 a {
		color: #949494;
	}
	#block-block-5 a:hover {
		color: #EB2227;
	}

#block-superfish-2 {
	/* float: left; */
	padding-top: 6px;
}
/* 
#block-block-5:after,
#block-superfish-2:after {
	content: '';
	clear: both;
	display: table;
} */

#block-superfish-2 li a {
	font-size: 16px;
	line-height: 23px;
	color: #a2a2a2;
}
#footer #block-superfish-2 li a {
	color: #fff;
}


#block-superfish-2 li a:hover,
#block-superfish-2 li a.active {
	color: #EB2227;
}
#block-superfish-2 li {
	padding: 0 20px;
	border-left: 1px solid #f2f2f2;
}
	#block-superfish-2 li:first-child {
		/* padding-left: 3px; */
		border: none;
	}

.footer-site-name {
	/*color: #5a5a5a;*/
	color: #fff;
	display: inline-block;
	padding-right: 4px;
}

.policy-separator {
	display: inline-block;
	width: 4px;
	height: 10px;
	margin: 0 4px;
	background: url(../images/policy-separator.png) 0 50% no-repeat;
}


/* ------------------------- SOCIAL-ICONS BLOCK ------------------------- */
#block-follow-site { float:right;}
	a.follow-link {
		margin-left: 2px;
		width:18px;
		height:18px;
		text-indent:-9999px;
		float:left;
		opacity:1;
		padding:0;
		-webkit-transition:all .2s ease;
		-moz-transition:all .2s ease;
		transition:all .2s ease;
	}
		a.follow-link:hover {
			opacity:0.7;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
		}

/*#block-widgets-s-socialmedia-profile-buttons {
	float: right;
}*/
		
/*div.widgets-element-horizontal {
	margin-right: 10px;
}*/

.block-on-the-web {
	float: right;
}
.block-on-the-web span {
	margin-right: 10px;
}

		
/* ------------------------- PAGINATOR ------------------------- */
.content ul.pager {text-align:left;}

.content ul.pager li {
	margin:0px 1px;
	overflow:hidden;
	padding: 0;
	display: inline-block;
}

.content ul.pager li.pager-current  {
	display: inline-block;
	color: #313131;
	border: 1px solid #ececec;
	font-size: 14px;
	line-height: 21px;
	padding: 6px 14px;
	text-transform: lowercase;
}
	.content ul.pager li a { 
		display: inline-block;
		color: #313131;
		border: 1px solid #ececec;
		font-size: 14px;
		line-height: 21px;
		padding: 6px 14px;
		text-transform: lowercase;
	}
		.content ul.pager li a:hover, .content ul.pager li.pager-current {
			color:#EB2227;
		}

/* ------------------------- PORTFOLIO ------------------------- */

.view-portfolio .views-row .views-field-field-portfolio-image {
	background:url(../images/ajax-loader.gif) center center no-repeat #fff; 
	margin-bottom:15px;
}
	.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 #fff;
}

.view-portfolio .views-row .views-field-title {
	margin-bottom:5px;
}

.page-portfolio-1-col .view-portfolio .views-row {
	margin-bottom:30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
	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:#fff;
	background-image:-moz-linear-gradient(top, #f0f0f0, #fff); /* FF3.6 */
	background-image:-ms-linear-gradient(top, #f0f0f0, #fff); /* IE10 */
	background-image:-o-linear-gradient(top, #f0f0f0, #fff); /* Opera 11.10+ */
	background-image:-webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff)); /* Saf4+, Chrome */
	background-image:-webkit-linear-gradient(top, #f0f0f0, #fff); /* Chrome 10+, Saf5.1+ */
	background-image:linear-gradient(top, #f0f0f0, #fff);
	border:1px solid #8c8c8c;
	padding:1px;
	height:10px;
	margin-bottom:15px;
}
.poll .bar .foreground { 
	height:10px; 
	display:none;
	background-color:#EB2227;
}
	
.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;
	font-size: 10px;
}

#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;
	display:inline-block;
	border: 1px solid #e8e8e8;
}
#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 {}

	

/* ------------------------- FORUM ------------------------- */
.action-links {
	padding: 0 0 25px 0px;
}
	.action-links a {
		font-size:12px;
		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 {
	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;
}
#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;
		border: 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: 0px;
	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 {
	color:#727272;
	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%;
	}
	
.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 #e8e8e8;
	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:#EB2227; padding: 5px 5px; color: #fff;}

table.striped tr:nth-child(even) {
	background-color: #eee;
}

.page-faq-questions-top .views-row {
	margin-bottom: 30px;
}

.cols-2 td {
	width: 50%;
}

.cols-4 td {
	width: 25%;
}

.view-board-of-directors td {
	padding-top: 0.75em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #DEB43F;
}
.view-board-of-directors td .field-content a {
	color: #0074BD;
}
	.view-board-of-directors td .field-content a:hover {
		color: #666;
	}
.views-field-title {
	font-size: 14px;
}
	.board_logo {
		margin: 15px 0;
	}

/* ------------------------- 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"], input[type="email"], textarea {
	background:#fff;
	border:1px solid #ddd;
	color:#666 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: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:10px;
	padding:0px 3px 10px;
}
	#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 #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;
			color:#000;
			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:#EB2227;
				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-weight:bold; 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: 996px) and (max-width: 1150px) {

	#page {
		width: 970px;
	}
	
	.inner-wrapper {
		width: 920px;
	}
	
	.region-header-bottom section {
		margin-left: 30px;
		/*width: 240px;*/
	}
	
	#superfish-1 a {
		padding: 10px 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 995px) {

	#block-views-our-staff-block .views-row {
		width: 116px;
		margin-right: 10px;
	}

	#header {
		padding-left: 10px;
		padding-right: 10px;
	}
	#header #site-name {
		font-size: 125%;
	}

	#footer {
		margin-left: 10px;
		margin-right: 10px;
	}

	.view-main-services .views-row {
		width: 242px;
		margin-left: 10px;
	}

	#block-block-5 {
		padding-right: 10px;
	}

	#footer .container-16 {
		width: 748px;
	}

	#page {
		width: 768px;
	}

	.inner-wrapper {
		width: 768px;
	}

	#block-views-company-advantages-block .views-row {
		margin-left: 34px;
	}

	.region-header-bottom {
		width: 728px;
	}

	.views-field-field-slide-image {
		/*width: 400px;*/
		max-width: 50%;
		/*margin-right: 20px;*/
	}

	.slider_caption {
		margin: 15px 15px 0 15px;
	}
	
	.slide-h {
		font-size: 24px;
		line-height: 30px;
	}
	.slide-body {
		font-size: 14px;
	}

/*	#block-views-slider-block .flex-control-nav {
		right: 150px;
	}*/

	#superfish-1 a {
/*		padding-left: 12px;
		padding-right: 12px;*/
		font-size: 15px;
		padding: 7px;
	}

	.section-2 .form-item-search-block-form {
		width: 190px;
	}

	#block-superfish-2 li {
		padding: 0 15px;
	}

	#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;
	}
	
}

@media only screen and (max-width: 767px) {

	#page {
		padding-top: 0px;
	}
	
	#header #name-and-slogan {
		width: 250px;
	}
	#header .section-1 {
		padding-left: 8px;
	}
	#header #site-name {
		font-size: 125%;
		margin-top: 25px;
	}
	
	#block-views-company-advantages-block .views-row.views-row-last {
		margin-bottom: 20px;
	}

	.views-row {
			margin-bottom: 50px;
	}

	#block-views-our-staff-block .views-row {
		width: auto;
		margin-right: 0px;
		float: none;
	}

	.img-1 {
		float: none;
		margin-right: 0;
		width: auto;
		margin-bottom: 20px;
	}

	.view-main-services .views-row {
		float: none;
		margin-left: 0;
		width: auto;
		padding: 10px;
		padding-bottom: 0;
	}

	#block-block-5 {
		padding-left: 0;
		padding-right: 0;
		border: none;
		text-align: center;
		float: none;
	}

	.slider_caption {
		margin: 15px 15px 0 15px;
	}
	
	.slide-h {
		font-size: 24px;
		line-height: 30px;
	}
	.slide-body {
		font-size: 14px;
	}
	
	
	#block-superfish-2 {
		display: none;
	}

	.region-header-bottom {
		width: 280px;
	}
	.region-header-bottom section {
		width: 100%;
		margin-left: 0px;
	}	

	#block-views-company-advantages-block .views-row {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	#block-views-slider-block {
		padding: 10px;
		
	}
	.flex-nav-container {
	}

	.inner-wrapper {
		width: 300px;
	}

	.region-menu {
		float: none;
	}

	.region-search {
		float: none;
		padding-right: 0;
	}

	.views-field-field-slide-image {
		float: none;
		margin-right: 0;
	}

	#page {
		width: 320px;
	}

	#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 .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;
		border: 1px solid #e8e8e8;
		cursor: pointer;
		height: 30px;
		padding: 5px;
		color: #5B5B5B;
	}
	
	.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) {
	
	#block-views-our-staff-block .views-row {
		width: 200px;
		margin-right: 0px;
		float: left;
	}

	#block-views-our-staff-block .views-row.views-row-odd {
		margin-right: 10px;
	}
	#block-views-our-staff-block .views-row.views-row-even {
		margin-left: 10px;
	}

	.region-header-bottom {
		width: 400px;
	}

	.inner-wrapper {
		width: 420px;
	}

	#page {
		width: 440px;
	}

	.field-type-addthis {margin-bottom:10px;}
	
}

@media only screen and (max-width: 479px) {

	#header #name-and-slogan {
		width: 150px;
		/*line-height: 20px;*/
	}
	#header #site-name {
		font-size: 100%;
		margin-top: 0px;
	}
	#logo img {
		max-width: 60px;
	}
}

/* Custom style for UEFI ACPI List / Registry */

.view-acpi-id-registry th > a, 
.view-pnp-id-registry-content- th > a { color: #fff; }

.view-acpi-id-registry #edit-submit-acpi-id-registry, 
.view-pnp-id-registry-content- #edit-submit-pnp-id-registry-content- { margin-top: 1em; }

.view-acpi-id-registry #edit-keys,
.view-pnp-id-registry-content- #edit-keys { width: 180px; }



