/* $Id: style.css,v 1.5.2.6 2011/02/18 05:26:30 andregriffin Exp $ */
/* Drupal 7 Framework
------------------------------------------------*/
img{ max-width:100%;/* width: 100%; */}
body#body {
  /* background:url(../images/bg.gif) ; */
  color:#3b3b3b;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:18px;
  margin:0;
 /*  min-width:941px; */
  padding:0;
}
#page-wrapper,#page2{
	 background:url(../images/bg.gif) ;
}

a { color:#000; outline:none;}
a:hover {
  color: #000;
  text-decoration: none;
}
.redbox{color:#EA0437;}
.orangebox{color:#F1AB00;}
.bluebox{color:#0067C6;}
.yellowbox{color:#ED8000;}


/*** Header ***/
#header {
	overflow:visible;
	position: relative;
}
.uwi-link{ font-weight: bold; padding: 10px;}
/* .menu {padding-bottom: 10px;} */
.navbar{ margin-bottom:0;}
.header-hero {position: relative; padding-bottom: 20px;/* top: -70px; */}
.top-bar{
    background: rgba(0, 0, 0, 0) url("../images/top-bar.jpg") repeat scroll 0 0;
   height: 50px;
}
/* .menu-bar { background:url(../images/bg-row.png); z-index:5;clear: both; position: relative;} */
.navbar-toggle{ z-index:6;color: #fff;font-weight: bold;border: 2px solid gray;}
.navbar-toggle .icon-bar{background-color: gray;}
#logo{ z-index:6; position: absolute; top: 0;}
.section-1 { height:76px; background:url(../images/bg-row.png); position:relative; z-index:5; width:100%; display:inline-block;}
.section-1 .col1 { float:left; width:40%; padding-top:19px;}
.section-1 .col2 { float:right; width:60%;}

.section-2 { height:260px; left:50%; margin-left:-960px; width:1920px; top:-81px; position:relative; z-index:3;}



.front .section-2 { height:438px;}

.section-3 { padding-bottom: 40px; background:url(../images/bg-row2.gif) top repeat-x;}
blockquote {
  /* background: #f9f9f9; */
  border-left: 10px solid #ccc;
  margin: 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 160%;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.9em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.contact-btn{margin: 16px;}
#header #logo {
  float: left;
  margin:0;
}
#header #site-name-slogan {
  float: left;
}
#header #site-name {
  font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight:bold;
  line-height:37px;
  margin:0;
}
#header #site-name a { font-size:30px; color:#fff; font-family: 'Lato', sans-serif; text-transform:uppercase; text-decoration:none; text-shadow:0 0 1px rgba(255,255,255,.9)}


/*****************Main menu*****************/
#block-superfish-1 { float:left; padding-right:50px;}
#superfish-1 { 
	background:none;
	float:left;
	margin:0px;
	padding-top:20px;
	position:relative;
	width:auto;
}
	#superfish-1 li {
		background:none;
		border:0;
		overflow:inherit;
		padding:0 5px 0 0;
		text-align:center;
	}
		#superfish-1 a, #superfish-1 a:visited {
			border:0;
			color:#fff;
			font-size:15px;
			font-weight:normal;
			padding:10px 11px !important;
			text-decoration:none;
			text-transform:uppercase;
			border-radius:3px;
			-webkit-border-radius:3px;
			-moz-border-radius:3px;
		}
		#superfish-1 a:hover, #superfish-1 a.active, #superfish-1 .sfHover a{
			background:url(../images/bg-row.png);
		}

	#superfish-1 ul {
		background:url(../images/bg-drop.png);
		border:0px solid #1b1b1b;
		display:none;
		padding:10px 0;
		top:37px !important;
		width:140px !important;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
	}
	.sf-navbar > li > ul { margin-top:3px;}
	
		#superfish-1 ul li {
			background:none;
			border-bottom:0;
			height:auto;
			padding:0;
		}
		#superfish-1 ul li a:visited, #superfish-1 ul li a {
			background:none !important;
			border:0;
			color:#8b8a89;
			font-size:12px;
			font-weight:normal;
			padding:8px 0px 8px 17px !important;
			text-align:left;
		}
		#superfish-1 ul li a:hover, #superfish-1 ul li a.active { background:none; color:#fff;}

	#superfish-1 ul li ul{
		left:140px !important;
		padding:10px 0 !important;
		top:0 !important;
	}
	#superfish-1 ul li ul li {
		background:none;
		margin-bottom:1px;
	}
/****************************************/

#block-system-user-menu { float:right; width:68px;}
#block-system-user-menu .content { padding-top:24px;}
#block-system-user-menu .content a { display:block; width:28px; height:28px; float:left; margin-right:6px; text-indent:-9999px;}
#block-system-user-menu .search a { background:url(../images/li-search.png) no-repeat 0 0}
#block-system-user-menu .my-account a, #block-system-user-menu .login a { background:url(../images/li-acc.png) no-repeat 0 0}
#block-system-user-menu ul.menu{padding-left:0}

/***********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:#000;}
/**********************/

/*** MAIN ***/
#main-wrapper { background:url(../images/bg2.gif);}
/* #main-wrapper #main { margin:0 auto; overflow:hidden; width:941px;} */
/* .section .region { width:100%;} */

#sidebar-first { width:240px; float:left;}
#sidebar-first .section { padding:0px 20px 0px 0px;}

#content { padding:40px 0px 40px 0px; overflow:hidden; }
#content .section { width:100%;}

#sidebar-second { float:right; width:240px; }
#sidebar-second .section { padding:30px 0px 0px 20px;}

.region-content { overflow:hidden;}


/***********Admin tabs*************/
.tabs-wrapper {
  margin: 1px 0 1.5em;
}
div.tabs { 
	overflow:hidden;
}
	.tabs ul.primary li { margin-bottom:-1px;}
	.tabs ul.primary li a { 
		background:#EDEDED;
		border:1px solid #BBB;
		border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		text-shadow:0 1px 0 #FFF;
	}
	.tabs ul.primary {
		border:0;
		border-bottom:1px solid #c9c9c9;
		margin:10px 0 10px 0;
		overflow:hidden;
		padding:4px 0;
	}
	.tabs ul li a{
		background:#464646;
		border-bottom:0;
		color:#000;
		font-size:12px;
		font-weight:normal;
		margin:0;
		overflow:hidden;
		padding:3px 15px 4px;
		-webkit-transition:background 0.1s linear;
		-moz-transition:background 0.1s linear;
		}
		.tabs ul li a.active, .tabs ul li a:hover { 
			background:#000;
			color:#fff;
			text-shadow:none;
		}
/***********************/


/****************Comments form*******************/
article.comment header{ width:100%; overflow:hidden;}
.user-picture { float:left; margin-right:15px;}
h2 { padding-bottom:10px;}
section#comments h2.title {
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	padding:0px 0px 20px;
}

#comment-form label, #user-login label, #user-login-form label{
	color:#484848;
	font-weight:normal;
	display:table;
}

#user-login-form .form-text { width:205px;}
#comment-form .form-text, .search-form .form-text, #user-login .form-text, #user-login-form .form-text {
	background:url(../images/bg-form.png);
	border:0;
	border-bottom:1px solid #b0b0ad;
	border-right:1px solid #b0b0ad;
	color:#000;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:6px;
}
	
#comment-form .form-textarea {
	background:url(../images/bg-form.png);
	border:0;
	border-bottom:1px solid #b0b0ad;
	border-right:1px solid #b0b0ad;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	min-width:100%;
	max-width:100%;
	min-height:100px;
	max-height:300px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:5px;
}

.resizable-textarea .grippie {
	border:0px solid #DDDDDD;
	cursor:s-resize;
	height:6px;
	overflow:hidden;
	margin-top:3px;
}

.form-type-item {
	overflow:hidden;
	width:100%;
}
	.form-type-item label {
		float:left;
		padding-right:10px;
	}	
	.form-type-item a {
		color:#000
	}
	
.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 {
	border-top:1px solid #b7b7b7;
	margin-top:25px;
	overflow:hidden;
	padding-top:20px;
	width:100%;
}
	#comments .submitted {
		padding-bottom:5px;
	}
	
	#comments h3 { line-height:normal;}
		#comments h3 a {
			color:#292a2b;
			font-size:18px;
			font-weight:normal;
			text-decoration:none;
		}
	
	#comments .links li a {
		padding:10px 15px;
	}
	
	#comments p {
		padding-bottom:5px;
	}

	#comments article {
		background:url(../images/bg-blog.png);
		border:0px solid #898987;
		margin-bottom:15px;
		padding:15px;
	}
	
	#comments footer {
		overflow:hidden;
		padding:0px 0 0 0;
	}
		#comments footer ul li {
			float:left;
		}
			#comments footer ul.links li a {
				padding:0px 10px 0 0px
			}

#edit-comment-body-und-0-format {
	border:1px solid #b7b7b7;
}

#comment-form-wrapper { margin-top:30px;}

article.comment span.new { position:absolute; top:0; right:0;}
/********************************************/

/***********************Content Region*************************/
/* #main-wrapper #main { margin:0 auto; overflow:hidden;} */
.content-wrap { width:100%; overflow:hidden; padding-bottom:30px;}

/*Node heading*/
.front #content h1.title { display:none;}
#content h1.title { font-size:18px; color:#000; text-transform:uppercase; font-family: 'Lato', sans-serif; padding:0px 0px 0px;}
.node h2 {
	color:#000;
	font-size:20px;
	line-height:normal;
	padding:0px;
}
	.node h2 a{
		font-size:13px;
		font-weight:normal;
		font-style:italic;
		color:#3b3b3b;
		text-decoration:none;
		text-shadow:0 0 1px #777775;
		font-family:Georgia, "Times New Roman", Times, serif;
		}
	.node h2 a:hover{ color:#fe4e4e;}

article.node { padding-bottom:30px; padding-left:3px;}

article.node-blog { background:url(../images/bg-blog.png); margin-bottom:20px; padding:10px 20px 20px;}
article.node-blog .content { overflow:hidden;}
article.node-full { background:none; padding:0;}

/*Author & date information*/
p.submitted {
	font-size:13px;
	margin:0px 0 20px;
}
.submitted, p.submitted span {
	color:#3b3b3b;
	font-size:13px;
}
	.submitted a {
		color:#3b3b3b;
		font-size:13px !important;
		text-decoration:none;
	}
/**/

article.node footer {
	padding-top:5px;
}

ul.links a {
	font-size:13px;
	font-weight:normal;
	font-style:italic;
	color:#3b3b3b;
	text-decoration:none;
	text-shadow:0 0 1px #777775;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul.links a:hover { color:#fe4e4e;}


/*Node Tags*/
article.node footer .field-name-field-tags { padding-bottom:10px;}
article.node footer .field-name-field-tags .field-label{
	color:#000;
	line-height:normal;
}
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;}
	article.node footer .field-name-field-tags ul li a{ text-decoration:none;}
	
article.node footer .field-name-field-tags .field-item {
	float:left;
	padding-right:10px;
}
/**/

/*Social sharing*/
.social-share {
	padding:15px 0;
}
	.social-share span {
		float:left; 
		font-weight:bold;
		vertical-align:middle;
	}
	.social-share a {
		display:block;
		float:left;
		height:16px;
		margin-left:5px;
		opacity:.8;
		text-indent:-9999px;
		vertical-align:middle;
		width:16px;
		-webkit-transition:opacity .2s ease-out; -moz-transition:opacity .2s ease-out;
	}
		.social-share a:hover { opacity:1;}
	.social-share a.social-share-facebook { background:url(../images/social/facebook.png) no-repeat 0 0;}
	.social-share a.social-share-twitter { background:url(../images/social/twitter.png) no-repeat 0 0;}
	.social-share a.social-share-googlebuzz { background:url(../images/social/buzz.png) no-repeat 0 0;}
	.social-share a.social-share-myspace { background:url(../images/social/myspace.png) no-repeat 0 0;}
	.social-share a.social-share-msnlive { background:url(../images/social/msn.png) no-repeat 0 0;}
	.social-share a.social-share-yahoo { background:url(../images/social/yahoo.png) no-repeat 0 0;}
	.social-share a.social-share-linkedin { background:url(../images/social/linkedin.png) no-repeat 0 0;}
	.social-share a.social-share-orkut { background:url(../images/social/orkut.png) no-repeat 0 0;}
	.social-share a.social-share-digg { background:url(../images/social/digg.png) no-repeat 0 0;}
	.social-share a.social-share-delicious { background:url(../images/social/delicious.png) no-repeat 0 0;}
	.social-share a.social-share-facebook { background:url(../images/social/facebook.png) no-repeat 0 0;}
/**/

/*****************Default Block Style*******************/
section.block { 
	margin-bottom:10px;
	padding-bottom:15px;
}
	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 h2 {
		font-family: 'Lato', sans-serif;
		font-size:18px;
		color:#000;
		padding:10px 0px;
		line-height:normal;
		text-transform:uppercase;
	}
	section.block h2 span{
		font-size:24px;
		color:#90e200;
	}
		section.block .content { padding:0px 0px;}
		section.block .content li { 
			background:url(../images/a1.gif) no-repeat 0 6px;
			padding-left:12px;
			overflow:hidden;
			line-height:20px;
			padding-bottom:10px;
		}
			section.block .content li a { 
				color:#000;
				font-size:13px;
				line-height:20px;
				text-decoration:none;
				text-shadow:none;
			}
			section.block .content li a:hover { color:#fff;}

/*********************POLL's Bars**********************/
.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: #ff9b9b;
	background-image: -moz-linear-gradient(left, #fe4e4e, #ff9b9b); /* FF3.6 */
	background-image: -ms-linear-gradient(left, #fe4e4e, #ff9b9b); /* IE10 */
	background-image: -o-linear-gradient(left, #fe4e4e, #ff9b9b); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear, left, right, from(#fe4e4e), to(#ff9b9b)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(left, #fe4e4e, #ff9b9b); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(left, #fe4e4e, #ff9b9b);
	}
	
.poll .percent { float:right;}
/*******************************************/

#block-comment-recent .content li a { display:block;}

/***Block Search****/
#block-search-form { padding:0px 6px 10px 0px;}
#search-block-form .form-text {
	background:#fff;
	border:0px;
	border-top:1px solid #aeaeae;
	color:#757575;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:normal;
	margin-right:-38px; 
	padding:7px 0 8px 5px;
	width:213px;
	-webkit-box-sizing:content-box;
	-webkit-appearance:none;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

#search-block-form #edit-submit, #search-block-form .form-submit { 
background:url(../images/search.png) no-repeat center center;
line-height:normal;
width:31px;
height:32px;
padding:0;
margin:0;
vertical-align:middle;
cursor:pointer;
text-indent:-9999px;
border:0;
}
#search-block-form #edit-submit:hover, #search-block-form .form-submit:hover {}


/******************Buttons Styles********************/
.form-submit {
	background:#000;
	border:none;
	vertical-align:middle;
	color:#fff;
	font-weight:normal;
	text-transform:capitalize;
	font-size:14px;
	padding:0px 10px;
	height:25px;
	margin-right:5px;
	line-height:normal;
	-webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out;
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	}
	.form-submit:hover { background:#ababab; color:#000;}
/*****************************************/
#footer {
	background:url(../images/bg-footer.gif) top repeat-x;
	clear: both;
	padding: 1.5em 0;
	position: relative;
}
#footer .block h2 { color:#fcfcfc; font-family:Arial, Helvetica, sans-serif; font-size:16px; text-transform:none; text-shadow:none; padding-bottom:25px;}
#footer .block .content { color:#9d9d9d; font-size:12px; line-height:20px;}
#footer .block .content a { color:#9d9d9d; text-decoration:none;}
#footer .block .content a:hover { text-decoration:underline; color:#fff;}

/*** Footer ***/
/* #footer {
	background:url(../images/bg-footer.gif) top repeat-x;
	clear: both;
	padding: 1.5em 0;
	position: relative;
} */
.footer-wrapper { /* width:941px; margin:0 auto; */ padding-top:20px;}
/* #footer .block { float:left;}

#footer .block .content { color:#9d9d9d; font-size:12px; line-height:20px;}
#footer .block .content a { color:#9d9d9d; text-decoration:none;}
#footer .block .content a:hover { text-decoration:underline; color:#fff;}

#footer #block-block-5 .content { color:#fff;}
#footer #block-block-5 .content a { color:#fe4f4f;}
 */

/**************Contact Form***************/
#contact-site-form label {
	color:#000;
	font-weight:normal;
	display:table;
}
#contact-site-form label.option { display:inline;}
#contact-site-form input.form-text {
	background:url(../images/bg-form.png);
	border:0px solid #e9e8e8;
	color:#000;
	padding:5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
}
#contact-site-form textarea#edit-message {
	background:url(../images/bg-form.png);
	border:0px solid #e9e8e8;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	min-width:640px;
	max-width:100%;
	min-height:100px;
	max-height:300px;
	padding:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
}

.form-item input.error, .form-item textarea.error, .form-item select.error { border:2px solid red !important}
/**************************************/

/**************Search page ***************/
.page-search #block-system-main h2 { padding-bottom:15px;}
/***************/

/***********Forum************/
.action-links {
	padding:15px 0px;
}
	.action-links a {
		color:#000;
		font-size:12px;
	}
	.action-links a:hover {
		text-decoration:none;
	}

#forum a {
	color:#ff4343;
	font-size:13px;
}
#forum table {
	border:1px solid #c8c8c8;
	width:100%;
}
#forum th {
	background:#000; 
	border:1px solid #535353;
	color:#fff; 
	font-size:14px;
	padding:3px 5px;
}
	#forum th a {
		color:#fff;
	}
	#forum th a img { margin-left:5px;}
	
#forum tr.even, tr.odd {
	background:none;
	border-bottom:1px solid #e0e0e0;
}
#forum tr.even td {
	background:#f8f8f8
}

#forum tr.odd td { 
	background:#f7f6f4
}
#forum td.container { 
	padding:10px;
}

#forum tr.even td.forum { 
	background:url(../images/forum-ico.png) no-repeat 10px 10px #fafafa
}
#forum tr.odd td.forum { 
	background:url(../images/forum-ico.png) no-repeat 10px 10px #f7f6f4
}

#forum td {
	background:#f3f5f4;
	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:10px;
	width:100%;
}
.field-label {
	color:#000;
	float:left;
	font-size:14px;
	vertical-align:middle;
}
.field-items a {
	color:#000;
	font-size:12px;
}
/***********************/

/************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:#000;
		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}
/***************************/

/******************Paginator*********************/
.item-list .pager li { padding:0;}
.content ul.pager li {
	color:#494949;
	margin:0px 1px;
	overflow:hidden;
}
.content ul.pager li.pager-current { 
	background:#1e9cb7;
	border-radius:2px;
	border:1px solid #c6c6c6;
	color:#fff;
	padding:5px 12px;
	position:relative;
	zoom:1;
	}
	.content ul.pager li a{ 
		background:none;
		border:1px solid #c6c6c6;
		color:#000; 
		display:inline-block;
		padding:3px 12px;
		position:relative;
		text-decoration:none; 
		zoom:1;
		-webkit-border-radius:2px;
		-moz-border-radius:2px;
		border-radius:2px;
	  }
	.content ul.pager li a:hover {
		background:#1e9cb7;
	}
/**********************/

/*********Admin menu bg**********/
ul.contextual-links li a:hover {}
/*********************/


/*****Blog page*****/
.node-blog .field-name-field-blog-image { padding-bottom:15px; display:inline-block}
.node-blog .field-name-field-blog-image .field-item { background:#fff; padding:6px; line-height:0;}
.node-blog .field-name-field-blog-image .field-item a { overflow:hidden; display:block; line-height:0}
/*****************/


/********Social-icons Block********/
/* #block-block-5 { width:240px;}
#block-block-7 { width:240px;}
#block-follow-site { width:240px;} */

#block-follow-site .follow-links li { 
	background:none;
	float:left;
	padding:0;
}
	a.follow-link {
		background:none;
		color:#fff;
		display:table;
		padding:0;
		height:auto;
		text-decoration:none;
		line-height:25px;
	}
		a.follow-link:hover { text-decoration:underline;}
/********************/

/*******Slider*******
#block-views-sldier-block { float:left; width:100%; overflow:hidden; position:relative;}
.view-content { width:941px; margin:0 auto;}*/

.view-sldier .views-field-field-slide-image, .views_jqfx_cycle_teaser_section { height:519px;}
#views_jqfx_cycle_main_sldier-block { margin:0 auto;}

.view-sldier .views-field-title { width:941px; margin:0 auto; position:relative;}
.view-sldier .views-field-title span { position:absolute; top:265px; left:0px; width:410px; z-index:15; font-size:48px; color:#fff; text-shadow:1px 1px 1px rgba(0,0,0, .4); font-family:'Lato', sans-serif; text-transform:uppercase; line-height:45px; display:block;}
#views_jqfx_cycle_main_sldier-block_1 .views-field-title span { font-size:30px !important; line-height:34px; width:350px; top:167px;}

.view-sldier .views-jqfx-controls-bottom { position:absolute; top:485px; left:1340px; z-index:200;}
.view-sldier .views-jqfx-controls-bottom a { background:url(../images/bg-counter.png) no-repeat bottom; display:block; width:18px; height:18px; margin-right:4px; text-indent:-9999px; float:left;}
.view-sldier .views-jqfx-controls-bottom .active-slide a { background:url(../images/bg-counter.png) no-repeat 0 0;}
/********************/


.field-type-image { float:left; margin-right:25px;}
.field-type-image .field-item { background:#fff; padding:6px; line-height:0;}


#block-views-our-team-block .views-field-field-employee-photo { float:left; margin-right:15px;}
#block-views-our-team-block .views-row { border-bottom:1px solid #CCC; overflow:hidden; padding:15px 0 10px;}
#block-views-our-team-block .views-field-title a { font-weight:bold; text-decoration:none;}


.profile .user-picture { margin-left:20px;}
.profile h3 { overflow:hidden;}


.view-portfolio .views-row { float:left; width:288px; background:#fff; padding:6px; margin-right:13px; margin-bottom:25px; -webkit-transition:all 0.1s linear; -moz-transition:all 0.1s linear;}
.view-portfolio .views-row:hover { background:#5e5e5c;}
.view-portfolio .views-field-field-portfolio-image { margin-bottom:10px;}
.view-portfolio .views-field-field-portfolio-image .field-content { background:url(../images/ajax-loader.gif) no-repeat center center; width:289px; height:194px;}
.view-portfolio .views-field-field-portfolio-image a{ background:url(../images/magnify3.png) center center no-repeat #000; display:block; line-height:0;}
.view-portfolio .views-field-field-portfolio-image img {-webkit-transition:opacity .3s ease; -moz-transition:opacity .3s ease;}
.view-portfolio .views-field-field-portfolio-image img:hover { opacity:.5;}
.view-portfolio .views-field-title a { font-size:13px; color:#271e1b; text-decoration:none; font-weight:bold; line-height:25px;}
.view-portfolio .views-row:hover .views-field-title a { color:#fff;}
.view-portfolio .views-row:hover .views-field-body { color:#fff;}


/* .region-header-bottom { width:941px; margin:0 auto; padding-top:0px;} */
/* #block-views-block-services-block .views-row { float:left; width:280px; margin-right:40px;} */
#block-views-block-services-block .views-row-last { margin:0}
#block-views-block-services-block .views-field-title,.lower-header .title { font-size:30px; color:#fff; font-family: 'Lato', sans-serif; text-transform:uppercase;}
#block-block-17 .title { font-size: 27px;}
#block-views-block-services-block .views-field-body, .lower-header .body { color:#898989; font-size:13px; line-height:22px; padding-top:24px;  padding-bottom:17px; text-shadow:none;}
/* #block-views-info-blocks-block { width:100%; overflow:hidden; padding-bottom:55px;} */
/* #block-views-info-blocks-block .views-row { float:left; width:300px; margin-right:20px;} */
#block-views-info-blocks-block .views-row-last { margin:0;}
#block-views-info-blocks-block .views-field-title,.front-blocks .title { font-size:17px; color:#000; text-transform:uppercase; font-family: 'Lato', sans-serif; padding:0px 0px 20px;}
.front-blocks p { margin:0}
.front-blocks {padding-bottom: 10px;}
#block-views-info-blocks-block .views-field-field-blog-image,.front-blocks img { padding:6px; background:#fff;}
/* .front-blocks img { width: 100%;} */
#block-views-info-blocks-block .views-field-field-blog-image .field-content{ line-height:0;}
#block-views-info-blocks-block .views-field-body,.blurb { text-shadow:1px 1px 0 rgba(255,255,255, .2); padding-top:22px; padding-right:5px; padding-bottom:17px; line-height:18px;}
#block-views-info-blocks-block .views-field-view-node a,.read-more a{ color:#ff4343; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; text-decoration:none; font-size:12px;}
.read-more a:hover{ color:#fff;}
#block-views-info-blocks-block .views-field-view-node a:hover { color:#000;}

#block-block-6 .content { font-family: 'Lato', sans-serif; text-shadow:1px 1px 0 rgba(0,0,0, .2); color:#343435;}
#block-block-6 .content span { line-height:54px;}
#block-block-6 .content a { background:url(../images/bg-but.gif) top repeat-x; display:inline-block; color:#fff; text-shadow:0px 0px 1px rgba(255,255,255, .1); text-decoration:none; overflow:hidden; line-height:58px; text-align:center; width:235px; vertical-align:middle; font-size:28px; float:right; box-shadow:1px 1px 2px rgba(0,0,0, .4);}

#simplenews-block-form-18 label { display:none;}
#simplenews-block-form-18 .form-text { background:#4b4b49; border:0; border-bottom:1px solid #7e7e7d; border-right:1px solid #7e7e7d; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; color:#fff; padding:6px 5px 6px 5px; width:150px; float:left;}
#simplenews-block-form-18 .form-submit { background:url(../images/subscribe.png) no-repeat 0 0; width:28px; height:28px; text-indent:-999px; float:left;}
#simplenews-block-form-18 .form-item { float:left; margin:0;}

.panel-pane { padding-bottom:30px; overflow:hidden;}
.pane-views-our-team-block { padding-top:20px;}
.panels-flexible-region-inside { padding-right:0px;}
.panels-flexible-region-simple_subpage2-center .panels-flexible-region-inside { padding-right:20px;}

h2.pane-title {
	text-transform:uppercase;
	font-size:18px;
	font-family: 'Lato', sans-serif;
	color:#000;
	text-shadow:0 0 1px rgba(0,0,0, .5);
	padding-bottom:20px;
	}
	
.why-us strong {
	display:block;
	}
.one { 
	background:url(../images/one.png) no-repeat 0 0;
	padding-left:60px;
	padding-bottom:20px;
}
.two { 
	background:url(../images/two.png) no-repeat 0 0;
	padding-left:60px;
	padding-bottom:20px;
}
.three { 
	background:url(../images/three.png) no-repeat 0 0;
	padding-left:60px;
	padding-bottom:20px;
}
	
	
.list-left {
	float:left;
}
	.list-left li, .list-right li {
		background:url(../images/a2.png) no-repeat 0 12px;
		line-height:30px;
		padding-left:10px;
		font-style:italic;
	}
		.list-left li a, .list-right li a {
			color:#ff4343;
			font-size:13px;
			text-decoration:none;
			text-shadow:0 0 0px #3b3b3b;
		}
			.list-left li a:hover, .list-right li a:hover { color:#000;}
			
.list-right {
	float:left;
	margin-left:50px;
}


.view-our-team .views-row { float:left; width:140px; margin-right:18px;}
.view-our-team .views-row-last { margin:0;}
.view-our-team .views-field-field-employee-photo { padding-bottom:20px;}
.view-our-team .views-field-field-employee-photo .field-content { background:#fff; padding:6px; line-height:0;}
.view-our-team .views-field-title a { font-style:italic; color:#ff4343; text-decoration:none; text-shadow:0 0 0px #3b3b3b;}
.view-our-team .views-field-title a:hover { color:#000;}

#contact-site-form { padding-right:15px;}

#block-block-6 { padding-bottom:15px; clear: both;}

h3.field-label { line-height:normal; padding-right:10px;}
.effect8 img {
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
#content .floated_img
{
    float: left;
}
#content .clear{
	clear: both;
}
#body .navbar{
	margin-bottom: 10px;
}

/*********Added for Collections and Collections Search***********/
.view-search-collections .views-row { float:left; width:288px; background:#fff; padding:6px; margin-right:13px; margin-bottom:25px; -webkit-transition:all 0.1s linear; -moz-transition:all 0.1s linear;}
.view-search-collections .views-row:hover { background:#5e5e5c;}
.view-search-collections .views-field-field-acquisition-image { margin-bottom:10px;}
.view-search-collections .views-field-field-acquisition-image .field-content { background:url(../images/ajax-loader.gif) no-repeat center center; width:289px; height:194px;}
//.view-search-collections .views-field-field-acquisition-image a{ background:url(../images/magnify3.png) center center no-repeat #000; display:block; line-height:0;}
//.view-search-collections .views-field-field-acquisition-image img {-webkit-transition:opacity .3s ease; -moz-transition:opacity .3s ease;}
//.view-search-collections .views-field-field-acquisition-image img:hover { opacity:.5;}
//.view-search-collections .views-field-title a { font-size:13px; color:#271e1b; text-decoration:none; font-weight:bold; line-height:25px;}
//.view-search-collections .views-row:hover .views-field-title a { color:#fff;}
//.view-search-collections .views-row:hover .views-field-body { color:#fff;}

/*********Added for Timeline***********/

.tl-slide-content{
    width: 1140px !important;
}
.tl-attribution{
    display:none;
}
