/* Drupal 7 Framework*/
@import url(http://fonts.googleapis.com/css?family=Dosis:500,600,700);
body#body {
	background: url(../images/bg.gif) 0 0 repeat #ece8ee;
	color:#696969;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:21px;
	margin:0;
	min-width:980px;
	padding:0;
	position: relative;
}

p {margin-bottom:21px;}

a { color:#484e76; outline:none;}
	a:hover { text-decoration: none;}

#page-wrapper {padding: 50px 0 0;}
#page-wrapper .wrapper-inner {
	width: 940px;
	margin: 0 auto;
}
#page {
	width: 100%;
	max-width: 1090px;
	min-width: 940px;
	background: #f4f4f4;
	margin: 0 auto;
}
#cboxTitle {background: none !important;}
#bd-over {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	vertical-align: middle;
	padding-top: 400px;
	text-align: center;
	right: 0;
	z-index: 999;
	color: #949ac2;
	font-family: "Dosis", sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 25px;
	background: url(../images/loader.gif) center 300px no-repeat #fff;
}

/*** Header ***/
#header {
	position: relative;
}

.section-1 {
	border-bottom: 4px solid #949ac2;
}

.section-2 {padding-top: 39px;}
.section-2.indent {
	padding-bottom: 9px;
	border-bottom: 4px solid #949ac2;
	}
.section-3 {padding-top: 9px;}

#header #logo {
  float:left;
  margin:0 13px 0 0;
}
#name-and-slogan {
	overflow: hidden;
	padding-top: 23px;
	font-family: 'Dosis', sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	color: #464646;
	padding-right: 80px;
	height: 28px;
}
#header #site-name-slogan {
  float: left;
}
#header #site-name {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size:30px;
  font-weight:bold;
  line-height:normal;
  margin:0;
}
	#header #site-name a { text-decoration:none}


/*****************Main menu*****************/
#superfish-1 { 
	background:none;
	margin:0px;
	position:relative;
	width:auto;
}
#superfish-1:after {
	clear: both;
	width: 100%;
	content: "";
	display: block;
}
	#superfish-1 > li {
		width: 140px;
		background: url(../images/menu-divider.gif) right center no-repeat;
		border:0;
		overflow:inherit;
		padding:0;
		text-align:center;
	}
	#superfish-1 > li.last {width: 159px;}
		#superfish-1 > li > a {
			border:0;
			color: #000;
			font-weight: bold;
			font-size:14px;
			line-height: 17px;
			text-transform: uppercase;
			text-decoration:none;
			padding: 34px 10px 24px 42px;
			position: relative;
			text-align: left;
			-webkit-transition: all ease .5s;
			-moz-transition: all ease .5s;
			-ms-transition: all ease .5s;
			-o-transition: all ease .5s;
			transition: all ease .5s;
		}
		#superfish-1 > li > a .sf-sub-indicator {
			position: absolute;
			top: 42px;
			right: 26px;
			background: url(../images/menu-marker.gif) 0 0 no-repeat;
			width: 7px;
			height: 4px;
		}
		#superfish-1 > li.last {background: none;}
		#superfish-1 > li > a span.label {
			display: block;
			font-weight: normal;
			font-size: 12px;
			line-height: 15px;
			text-transform: none;
			color: #848484;
			padding-top: 2px;
		}
		#superfish-1 > li > a.active {
			background: #6770A9;
			color: #fff;
		} 
			#superfish-1 > li > a:hover, #superfish-1 > li > a.sfHover{
			color:#484e76;
			}
		#superfish-1 > li > a.active span.label {color: #fff;}
		#superfish-1 > li > a.active:hover,
		#superfish-1 > li > a.active.sfHover {color: #fff;}

	#superfish-1 ul {
		background:#6770A9;
		border:0px solid #1b1b1b;
		display:none;
		padding:26px 0;
		left: 10px;
		top:92px !important;
		width:138px !important;
	}
	.sf-navbar > li > ul { margin-top:3px;}
	
		#superfish-1 ul li {
			background:none;
			border-bottom:0;
			height:auto;
			padding:0;
			font-size: 10px;
			width: auto;
			line-height: 20px;
			text-transform: uppercase;
			margin-bottom: 16px;
		}
			#superfish-1 ul li a:visited, #superfish-1 ul li a {
				border:0;
				text-decoration: none;
				color:#fff;
				font-weight:normal;;
				text-align:left;
				margin-left: 18px;
			}
				#superfish-1 ul li a:hover, #superfish-1 ul li a.active {color: #000;}

			#superfish-1 ul li ul{
				left:138px !important;
				padding:10px 0 !important;
				top:0 !important;
				background: url(../images/submenu.gif) 0 0 repeat #2c262a;
			}
				#superfish-1 ul li ul li {
					background:none;
					margin-bottom:1px;
				}
				#superfish-1 ul li ul li a:hover {
					color: #6770A9;
				}
/****************************************/

/***********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:#484e76;}
/**********************/

/*** MAIN ***/
#main-wrapper {padding: 70px 0 37px;}
#main-wrapper #main { margin:0 auto; overflow:hidden;}
.section .region { width:100%;}

#sidebar-first { width:300px; float:left;}
#sidebar-first .section { padding:0px 20px 0px 0px;}

#content {overflow:hidden; }
#content .section { width:100%;}

#sidebar-second { float:right; width:270px; }
#sidebar-second .section { padding:0px 0px 0px 50px;}

.region-content { overflow:hidden;}
.region-content-bottom {padding-top: 50px; overflow:hidden;}

/***********Admin tabs*************/
.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:5px 5px 0 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:#484e76;
				color:#fff;
				text-shadow:none;
			}
/***********************/

/****************Comments form*******************/
#comments {
	margin-bottom: 30px;
}

article.comment header{ width:100%; overflow:hidden;}
.user-picture { float:left; margin-right:15px;}

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

#comment-form label,
#contact-site-form label {
	color:#7d7675;
	padding-bottom: 9px;
}
#contact-site-form .form-item-message {margin-right: 50px;}
#comment-form .form-item {
	margin-bottom: 20px;
}
#comment-form .form-item.form-type-textarea {
	margin-bottom: 6px;
} 
.form-required {
	color: #f00 !important;
}
#comment-form #edit-comment-body {
	width: 603px;
}
#comment-form iframe {
	background: #e8e8e8 !important;
}

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

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

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


/***Comments output***/
#comments {
	margin-top: 50px !important;
}
.comment-wrapper {overflow:hidden;}

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

article.comment {
	margin-bottom: 40px;
}	
	article.comment h3 {
		text-transform: uppercase;
		font-size: 13px;
		line-height: 16px;
	}

	article.comment h3 { line-height:normal;}
		article.comment h3 a {
			text-decoration: none;
			color: #232323;
			font-weight: 600;
		}
		article.comment h3 a:hover {
			color: #484e76;
		}
	
.node article.comment footer {
	overflow:hidden;
	padding:0;
}
.node article.comment footer ul li {margin-right: 42px;}
.node article.comment footer ul li a {
	background: url(../images/marker-link.png) 0 0px no-repeat;
	padding: 2px 0 2px 24px;
	color: #484e76;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}

#edit-comment-body-und-0-format {
	padding-top: 0;
	border: 7px solid #c4c4c4;
	border-width: 7px 0 0 0;
	background: #e8e8e8;
	}
	#edit-comment-body-und-0-format .fieldset-wrapper > * {padding-left:0; padding-right:0;}
	#edit-comment-body-und-0-format .fieldset-wrapper {padding:15px 10px 0;}
	#edit-comment-body-und-0-format .fieldset-wrapper label {display:inline;}

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

/***********************Content Region*************************/
/*Node heading*/
.front #page-title {display: none;}
#content h1.title { font-size:21px;}
h1, h2, h3 {
	font-size:21px;
	line-height:24px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-family: "Dosis", sans-serif;
	color: #2a2a2a;
	font-weight: 700;
}
h2.pane-title {
	margin-bottom: 34px;
}
h3 {
	font-size:20px;
	line-height:24px;
	text-transform:none;
	margin-bottom: 0;
}	
.node h2 {
	overflow: hidden;
	font-size: 13px;
	padding-top: 14px;
	line-height: 16px;
	margin-bottom: 0px;
	font-family: "Dosis", sans-serif;
}
	.node h2 a{
		color:#232323;
		text-decoration: none;
	}
		.node h2 a:hover{ color:#6770A9;}

article.node { padding-bottom:30px;}
article.node header {
	overflow: hidden;
	margin-bottom: 10px;
}
article.node header time {
	float: left;
	width: 60px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	background: #2f2f2d;
	display: inline-block;
	padding: 13px 0px 13px;
	margin-right: 20px;
	text-transform: uppercase;
	border-radius: 6px;
}

article.node.node-teaser {
	padding-bottom: 42px;
	margin-bottom: 40px;
	background: url(../images/line-hor.gif) 0 bottom repeat-x;
}

#block-views-our-services-block {
	width: 265px;
	float: left;
	margin-right: 55px;
}
#block-views-our-services-block .view-content {margin-bottom: 15px;}
#block-block-6 {
	float: left;
	width: 260px;
	margin-right: 60px;
}

.view-articles .view-content {overflow: hidden; padding-top: 46px;}
.view-articles .view-content .views-row {
	width: 214px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	background: #fff;
	margin-right: 26px;
	border: 1px solid #ededed;
	text-align: center;
	padding: 23px 30px 30px;
	border-radius: 0 106px 0 106px;
}
.view-articles .view-content .views-row:hover {
	border-radius: 10px;
}
.view-articles .view-content .views-row.views-row-last {margin-right: 0;}
.view-articles .view-content .views-row .views-field-title {
	font-size: 30px;
	line-height: 28px;
	font-family: "Dosis", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	color: #292929;
	letter-spacing: -2px;
	padding-top: 75px;
	background: url(../images/icon1.png) center 0 no-repeat;
	margin-bottom: 6px;
}
.view-articles .view-content .views-row.views-row-2 .views-field-title {
	background-image: url(../images/icon2.png);
}
.view-articles .view-content .views-row.views-row-3 .views-field-title {
	background-image: url(../images/icon3.png);
}
.view-articles .view-content .views-row.views-row-4 .views-field-title {
	background-image: url(../images/icon4.png);
}
.view-articles .view-content .views-row .views-field-view-node a {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #a3a3a3;
}
.view-articles .view-content .views-row .views-field-view-node a:hover {
	color: #484e76;
}
#block-views-upcoming-events-block {overflow: hidden; position: relative;}
#block-views-upcoming-events-block h2 {
	margin-bottom: 25px;
}
#block-views-upcoming-events-block .view-content {margin-bottom: 25px; position: relative;}

#block-views-upcoming-events-block .view-content:after {
	clear: both;
	width: 100%;
	display: block;
	content: "";
}
#block-views-upcoming-events-block .contextual-links-wrapper {padding-top: 30px;}
#block-views-upcoming-events-block .contextual-links {top: 50px;}

#block-views-upcoming-events-block .flex-direction-nav li {padding: 0; background: none;}
#block-views-upcoming-events-block .jcarousel-prev, 
#block-views-upcoming-events-block .jcarousel-next {
	display: inline-block;
	top: -47px;
	width: 24px;
	z-index: 999;
	height: 24px;
	right: 0;
	position: absolute;
	background: url(../images/v-controls.png) right 0 no-repeat;
}
#block-views-upcoming-events-block .jcarousel-next {
	background-position: 0 0;
	margin-right: 25px;
}
#block-views-upcoming-events-block .jcarousel-prev {
	margin-right: 0;
}
#block-views-upcoming-events-block .jcarousel-next:hover {
	background-position: 0 bottom;
}
#block-views-upcoming-events-block .jcarousel-prev:hover {
	background-position: right bottom;
}
#block-views-upcoming-events-block  .jcarousel-clip {height: 172px; overflow: hidden; max-width: 260px;}
#block-views-upcoming-events-block  .jcarousel-clip li {
	height: 172px;
	padding: 0; 
	background: none;
	text-transform: none;
	font-size: 13px;
	line-height: 21px;
}
#block-views-upcoming-events-block li .views-field-created {
	font-style: italic;
	margin-bottom: 15px;
	color: #484e76;
}
#block-views-upcoming-events-block li .views-field-title {
	font-family: "Dosis", sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 40px;
	line-height: 16px;
	margin-bottom: 16px;
}
#block-views-upcoming-events-block  li .views-field-title a {
	color: #232323;
	text-decoration: none;
}
#block-views-upcoming-events-block  li .views-field-title a:hover {
	color: #484e76;
}
#block-views-why-choose-discover-block .view-why-choose-discover- {overflow: hidden;}
#block-views-why-choose-discover-block h2 {margin-bottom: 22px;}
#block-views-why-choose-discover-block .view-why-choose-discover- .view-header {
	float: left;
	width: 270px;
	padding-top: 5px;
	margin-right: 50px;
}
#block-views-why-choose-discover-block .view-why-choose-discover- .view-header .view-node {padding-top: 21px;}
#block-views-why-choose-discover-block .view-why-choose-discover- .view-header .view-node a {
	padding: 12px 10px 12px;
	}
#block-views-why-choose-discover-block .view-why-choose-discover- .view-content {overflow: hidden;}
#block-views-why-choose-discover-block .view-why-choose-discover- .view-content .views-row {
	float: left;
	width: 202px;
	margin-right: 7px;
}
#block-views-why-choose-discover-block .view-why-choose-discover- .view-content .views-row.views-row-last {margin-right: 0;}
#block-views-why-choose-discover-block .view-why-choose-discover- .view-content .views-row .views-field-field-uploaded-image {
	border: 1px solid #e4e4e4;
	padding: 4px;
	background: #fff;
	margin-bottom: 13px;
	line-height: 16px;
}
#block-views-why-choose-discover-block .view-why-choose-discover- .view-content .views-row .views-field-field-uploaded-image:hover {
	background: #6770A9;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
#block-views-why-choose-discover-block .view-why-choose-discover- .view-content .views-row .views-field-title {
	font-weight: bold;
	font-size: 13px;

}
#block-views-why-choose-discover-block .view-why-choose-discover- .view-content .views-row .views-field-title a {
	text-decoration: none;
	color: #000;
}
#block-views-why-choose-discover-block .view-why-choose-discover- .view-content .views-row .views-field-title a:hover {
	color: #484e76;
}
#block-views-why-choose-discover-block .view-why-choose-discover- .view-content .views-row .views-field-body {line-height: 16px;}

#block-views-why-choose-discover-block {
	padding-bottom: 0;
	margin-bottom: 0;
}
#block-simplenews-24 {
	padding-top: 41px;
	margin: 49px 0 0px;
	background: url(../images/line-hor.gif) 0 0 repeat-x;
}
#block-simplenews-24 .content {
	border: 6px solid #eaeaea;
	overflow: hidden;
	padding: 12px 0px 13px 12px;
}
#block-simplenews-24 .content > p {
	float: left;
	margin: 0 20px 0 0;
	width: 518px;
	background: url(../images/quotes.gif) 0 16px no-repeat;
	padding:10px 21px 12px 48px;
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
	border-right: 1px solid #dddddd;
}
#block-simplenews-24 .content input[type="submit"] {
	overflow: hidden;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	color: #9a9a9b;
	background: #fff;
	border: 1px solid #efefef;
	padding: 6px 10px 7px;
	border-radius: 0;
	margin-left: 4px;
	margin-right: 0;
}
#block-simplenews-24 .content input[type="submit"]:hover {
	background: #484e76;
	color: #fff;
}
#block-simplenews-24 .content form {overflow: hidden; padding-top: 18px;}
#block-simplenews-24 .content form label {display: none;}
#block-simplenews-24 .content form .form-item {
	margin: 0;
	float: left;
	}
#block-simplenews-24 .content input[type="text"] {
	border: 1px solid #efefef;
	background: #fbfbfd;
	color: #9a9a9b !important;
	width: 190px;
	font-style: italic;
	font-size: 10px ;
	text-transform: uppercase;
	padding: 8px 7px 7px;
}
.footer-top {
	padding: 39px 74px 33px;
	background: url(../images/footer-top.gif) 0 0 repeat;
}
#block-twitter-profile-widget-0 h2 {margin-bottom: 20px;}
.region-footer-top {overflow: hidden;}
.footer-top h2 {
	padding-top: 10px;
	background: url(../images/footer-line.png) 0 0 repeat-x;
	color: #f4f4f4;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}
#twtr-widget-1 .twtr-hd,
#twtr-widget-1 .twtr-ft {display: none;}
#twtr-widget-1 .twtr-bd .twtr-tweet {
	padding: 0;
	border-bottom: none !important;
}
#twtr-widget-1 .twtr-bd .twtr-tweet-wrap {padding: 0; margin-bottom: 15px;}
#block-twitter-profile-widget-0 {
	float: left;
	width: 210px;
	margin-right: 30px;
}
#block-block-7 {overflow: hidden; float: left; margin-right: 56px;}
#block-block-7 h2 {margin-bottom: 16px;}
.footer-top section.block .content li {
	padding-left: 14px;
	text-transform: none;
	font-size: 12px;
	padding-bottom: 16px;
	background: url(../images/footer-top-marker.gif) 0 6px no-repeat;
}
.footer-top section.block .content li a {
	color: #696969;
}
.footer-top section.block .content li a:hover {color: #fff;}
#block-views-categories-block {float: left;}
#block-views-categories-block h2, #block-block-8 h2 {margin-bottom: 16px;}
#block-block-8 {
	overflow: hidden;
	padding-left: 55px;
}
/*Author & date information*/
p.submitted {
	font-size:13px;
	margin:0px 0 15px;
	color: #696969;
}
	.submitted, p.submitted span {
		color:#696969;
	}
	.submitted a {
		color:#696969;
		text-transform: capitalize;
		text-decoration:none;
	}
	.submitted a.comment_count {float: right;}
		.submitted a:hover {color:#000;}



/**/

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

article footer ul.links.inline {
	overflow:hidden;
	display:block;
}
article footer ul li {
	float:left;
	padding:0;
	margin:0 15px 0 0;
	padding: 0 !important;
}
	article footer ul li.first {margin-left:0;}

ul.links li a {
	display: inline-block;
	padding: 12px 17px 12px;
	border-radius: 6px;
	background:#2f2f2d;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
	ul.links li a:hover { 
	background: #6770A9;
	color: #fff;
}

.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{
		color:#000;
		float: left;
		font-size: 15px;
		padding-right: 10px;
	}
	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;
			color: #484e76;
			text-decoration: underline;
			padding: 0;
		}
			article.node footer .field-name-field-tags ul li a:hover {
				text-decoration: none;
			}
/**/

/******************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 {
			color:#484e76;
			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 {
	color:#000;
	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;}

.panel-pane .sp-img {
	padding: 4px;
	border: 1px solid #e4e4e4;
	display: inline-block;
	background: #fff;
	margin-bottom: 23px;
}
.panel-pane p strong {color: #000;	}
.panel-pane.who-we-are {
	float: left;
	width: 300px;
	margin-right: 21px;
}
.panel-pane.our-history {
	overflow: hidden;
	float: left;
	width: 300px;
	margin-right: 20px;
}
.panel-pane.our-history h2 {
	margin-bottom: 27px;
}
.panel-pane.our-history .year {
	padding-top: 1px;
	float: left;
	margin-right: 8px;
	font-weight: bold;
	color: #000;
}
.panel-pane.our-history .year:after {
	content: "-";
	display: inline;
	margin: 0 0 0 2px;
}
.panel-pane.our-history ul li {
	margin-bottom: 21px;
}
.panel-pane.careers {overflow: hidden;}
.panel-pane.careers h2 {margin-bottom: 28px;}
.panel-pane.careers ul {padding-top: 11px; margin-bottom: 15px;}
.panel-pane.careers ul li,
.panel-pane.client-list ul li {
	background:url(../images/marker-link.png) no-repeat 0 2px;
	padding:0 0 10px 24px;
	overflow:hidden;
	line-height:20px;
	font-size: 10px;
	text-transform: uppercase;
}
.panel-pane.careers ul li a,
.panel-pane.client-list ul li a {text-decoration: none;}
.panel-pane.careers ul li a:hover,
.panel-pane.client-list ul li a:hover {color: #000;}
.panel-pane.advantages {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.panel-pane.advantages h2 {
	margin-bottom: 27px;
}
.panel-pane.advantages .pane-content ul li {
	padding:0 0 20px 37px;
	margin-bottom: 14px;
	position: relative;
	background: url(../images/sp-icon1.png) 0 7px no-repeat;
}
.panel-pane.advantages .pane-content ul li:after {
	height: 2px;
	background: url(../images/line-hor.gif) 0 0 repeat-x;
	position: absolute;
	bottom: 0;
	content: "";
	width: 100%;
	display: block;
	left: 0;
}
.panel-pane.advantages .pane-content ul li.item2 {
	background-image: url(../images/sp-icon2.png);
}
.panel-pane.advantages .pane-content ul li.item3 {
	background-image: url(../images/sp-icon3.png);
}
.page-company .panels-flexible-row-last {padding-bottom: 30px;}
.page-company .panels-flexible-row-4-main-row,
.page-company .panels-flexible-row-4-1 {
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(../images/line-hor.gif) 0 bottom repeat-x;
}
.panel-pane.advantages .pane-content ul li.last {padding-bottom: 0;}
.panel-pane.advantages .pane-content ul li.last:after {display: none;}
.panel-pane.advantages .pane-content ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.panel-pane.advantages .pane-content ul li a:hover {
	color: #484e76;
}
.panel-pane.skills {
	float: left;
	width: 215px;
	margin-right: 25px;
} 
.extra {overflow: hidden;}
.panel-pane.skills h2 {margin-bottom: 27px;}
.panel-pane.skills p {
	margin-bottom: 26px;
}
.panel-pane.skills .pane-content ul li {
	background:url(../images/marker-link.png) no-repeat 0 2px;
	padding:0 0 10px 24px;
	overflow:hidden;
	line-height:20px;
	font-size: 10px;
	text-transform: uppercase;
}
.panel-pane.skills .pane-content ul li a {
	text-decoration: none;
}
.panel-pane.skills .pane-content ul li a:hover {color: #000;}
.panel-pane.testimonials {
	overflow: hidden;
}
.panel-pane .img-ind {
	float: left;
	padding:5px 4px 4px;
	border: 1px solid #E4E4E4;
	background: #fff;
	margin-right: 20px;
}
.panel-pane.testimonials .extra .resp-name {
	font-weight: bold;
	color: #000;
} 
.panel-pane.testimonials .extra .sign {text-align: right;}
.panel-pane.testimonials .extra .pos {text-align: right;}
.panel-pane.client-list {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.panel-pane.be-our-client {overflow: hidden;}
.panel-pane.clients {
	padding: 37px 0 50px;
	margin-top: 13px;
	background: url(../images/line-hor.gif) 0 0 repeat-x;
	width: 100%;
	clear: both;
}
.panel-pane.clients a {
	margin-left: 31px;
}
.panel-pane.clients a > * {vertical-align: middle;}
.panel-pane.clients a:first-child {
	margin-left: 0;
}
/*********End 404************/

.extra {overflow:hidden;}

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: #e8e8e8;
	border: none;
	color: #272727;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 5px 11px;
}


/*****************Default Block Style*******************/
.view-node a {
	display: inline-block;
	padding: 12px 17px 12px;
	border-radius: 6px;
	background:#2f2f2d;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.view-node a:hover {
	background: #6770A9;
	color: #fff;
}
section.block { 
	margin-bottom:10px;
	padding-bottom:15px;
}
section.block p strong {color: #000;}
	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 {
		margin-bottom: 27px;
	}
		section.block .content li { 
			background:url(../images/marker-link.png) no-repeat 0 2px;
			padding:0 0 10px 24px;
			overflow:hidden;
			line-height:20px;
			font-size: 10px;
			text-transform: uppercase;
		}
		section.block .content li.collapsed {margin-left: 0;}
			section.block .content li a { 
				color:#484e76;
				text-decoration:none;
			}
			section.block .content li a:hover { color:#000;}

/*********************POLL's Bars**********************/
.poll .bar { 
	background-color:#fff;
	border:1px solid #ededed;
	padding:1px;
	height:10px;
	margin-bottom:15px;
}
.poll .bar .foreground { 
	height:10px; 
	display:none;
	background-color:#3195ff;
}
	
.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 a { display:inline; background:none; box-shadow:none;}
/*******************************************/

.more-link a {
	color: #484e76;
}

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

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

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


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


/******************Buttons Styles********************/
.form-submit {
	border: none;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 12px 11px;
	background: #2f2f2d;
	border-radius: 6px;
	margin-right: 5px;
}
	.form-submit:hover { background:#484e76; color: #fff;}
/*****************************************/

/*** Footer ***/
#footer {
	clear: both;
	padding:41px 0;
	width: 940px;
	margin: 0 auto;
	position: relative;
} 
#block-block-5 {float: left; padding-top: 7px;}
#block-block-5 .content {
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
}
#block-block-5 .content a {
	color: #9b9b9b;
	text-decoration: none;
}
#block-block-5 a.sitename {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: "Dosis", sans-serif;
	font-weight: 600;
	color: #2e2e2e;
	margin-right: 5px;
}
	#block-block-5 .content a:hover {
		text-decoration: underline;
	}
#block-block-5 .sitename {
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-family: "Dosis", sans-serif;
	font-weight: 600;
	color: #2e2e2e;
	margin-right: 5px;
}

/********Social-icons Block********/
#block-follow-site { float:right;}
	a.follow-link {	
		width:34px;
		height:34px;
		text-indent:-9999px;
		float:left;
		margin:0px 1px 0px 1px;
		padding:0;
	}
	a.follow-link:hover {background-position: 0 bottom;}
		
/********************/

/***********Forum************/
.action-links {
	padding:0 0px 15px;
}
	.action-links a {
		font-size:12px;
	}
		.action-links a:hover {
			text-decoration:none;
		}

#forum a {
	color:#484e76;
	font-size:13px;
}

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

#forum th {
	background:#484e76; 
	border:1px solid #535353;
	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:10px;
	width:100%;
}
	h3.field-label {
		float: left;
		margin-right: 10px;
		color:#000;
		font-size:14px;
		vertical-align:middle;
		margin-bottom: 0;
		line-height:22px;
	}
.field-label+ul {overflow: hidden;}
	.field-name-taxonomy-forums .links a {
		background:none;
		box-shadow: none;
		color:#484e76;
		display:inline;
		font-size: 14px;
		padding:0;
		text-transform: none;
	}
		.field-name-taxonomy-forums .links a:hover {
			color:#000;
			background:none;
		}

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

/************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:#484e76;
		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*********************/
.content ul.pager li {
	margin:0px 1px;
	overflow:hidden;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
}

.content ul.pager li.pager-current { 
	background: #6770A9;
	color: #fff;
	font-weight: normal;
	padding: 12px 17px 12px;	
	border-radius: 6px;
}
	.content ul.pager li a{ 
		display: inline-block;
		padding: 12px 17px 12px;
		border-radius: 6px;
		background:#2f2f2d;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all ease .2s;
		-moz-transition: all ease .2s;
		-ms-transition: all ease .2s;
		-o-transition: all ease .2s;
		transition: all ease .2s;
	}
		.content ul.pager li a:hover {
			background:#6770A9;
			color:#fff;
		}
/**********************/

/*********Admin menu bg**********/
ul.contextual-links li a:hover {}
/*********************/


/*******Slider********/
.flexslider {
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
#flexslider_views_slideshow_main_slider-block .flexslider li {padding: 0; overflow: hidden;}
#flexslider_views_slideshow_main_slider-block .flexslider li .views-field-nothing {
	position: absolute;
	top: 0;
	right: 0;
	width: 392px;
	background: url(../images/caption.png) 0 0 no-repeat;
	bottom: 0;
}
#flexslider_views_slideshow_main_slider-block .flexslider li .views-field-nothing .field-content {
	display: block;
	position: absolute;
	top: 138px;
	right: 51px;
	width: 252px;
	padding-right: 0px;
}
#flexslider_views_slideshow_main_slider-block .flexslider li .views-field-nothing .field-content .title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #fefefe;
	font-family: 'Dosis', sans-serif;
	margin-bottom: 20px;
}
#flexslider_views_slideshow_main_slider-block .flexslider li .views-field-nothing .field-content .body {
	color: #fff;
	line-height: 21px;
	margin-bottom: 19px;
}
#flexslider_views_slideshow_main_slider-block .flexslider li .views-field-nothing .field-content .view-link a {
	display: inline-block;
	padding: 8px 14px 8px;
	background: #fff;
	color: #3195ff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
}
#flexslider_views_slideshow_main_slider-block .flexslider li .views-field-nothing .field-content .view-link a:hover {
	background: #000;
	color: #fff;
}
.view-slider .skin-default {position: relative; overflow: hidden;}
#flexslider_views_slideshow_main_slider-block .flex-direction-nav {
	position: absolute;
	bottom: 65px;
	right: 24px;
}
.flex-direction-nav li .prev,
.flex-direction-nav li .next {
	top: 0;
	margin: 0;
	right: 0;
	left: auto;
	bottom: auto;
	background: url(../images/controls.png) 0 0 no-repeat;
	width: 44px;
	height: 44px;
}
.flex-direction-nav li .next {
	background-position: right 0;
}
.flex-direction-nav li .next:hover {
	background-position: right bottom;
}
.flex-direction-nav li .prev {
	margin-right: 50px;
}
.flex-direction-nav li .prev:hover {background-position: 0 bottom;}
.flex-nav-container {
	margin-bottom: 0;
}
/********************/

.node .field-type-image {
	border: 1px solid #e4e4e4;
	background: #fff;
	padding: 4px;
}
.node-teaser .field-type-image, .node-employee .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;}

.view-our-team .view-content {overflow: hidden;}
.view-our-team .view-content .views-row {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.view-our-team .view-content .views-row.views-row-last {margin-right: 0;}
.view-our-team .view-content .views-row .views-field-field-employee-photo {
	background: #fff;
	padding: 4px;
	border: 1px solid #e4e4e4;
	margin-bottom: 25px;
}
.view-our-team .view-content .views-row .views-field-title {
	font-weight: bold;
}
.view-our-team .view-content .views-row .views-field-title a {
	color: #000;
	text-decoration: none;
}
.view-our-team .view-content .views-row .views-field-title a:hover {
	color: #484e76;	
}
/*******Portfolio********/
.view-portfolio  .view-content {overflow:hidden;}
.view-portfolio  .views-row {float:left;}
.view-portfolio  .views-row .views-field-field-portfolio-image {
	background:url(../images/ajax-loader.gif) center center no-repeat #fff; 
	border:1px solid #e0e0e0; 
	margin-bottom:15px;
}
.view-portfolio  .views-row .views-field-field-portfolio-image a {
	display:block; 
	padding: 4px 4px 0;
	background:url(../images/magnify.png) center center no-repeat #fff;
}
.view-portfolio  .views-row .views-field-title a {
	color:#000; 
	text-decoration:none; 
	font-weight: bold;
}
	.view-portfolio  .views-row .views-field-title a:hover { text-decoration: underline;}

.view-portfolio  .views-row .views-field-body {
	margin-bottom:12px; 
	line-height:21px; 
	font-size:13px; 
	font-weight:normal;
}
#back-top span#button {
	width: 43px;
	height: 43px;
	background: url(../images/to-top.png) 0 bottom no-repeat;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#back-top span#button:hover {
	background: url(../images/to-top.png) 0 0 no-repeat;
}

.page-services .view-portfolio  .views-row {width:210px; margin:0 25px 25px 0;}
.page-services .view-portfolio  .views-row .views-field-field-portfolio-image {height:147px; width:219px;}

.page-services-1-col .view-portfolio  .views-row {float:none; overflow:hidden; margin-bottom:40px;}
.page-services-1-col .view-portfolio  .views-row .views-field-field-portfolio-image {height:414px; width:618px; float:left; margin-right:20px;}

.page-services-2-cols .view-portfolio  .views-row {width:460px; margin:0 20px 35px 0;}
.page-services-2-cols .view-portfolio  .views-row.views-row-even {margin-right:0;}
.page-services-2-cols .view-portfolio  .views-row .views-field-field-portfolio-image {height:308px; width:458px;}

.page-services-3-cols .view-portfolio  .views-row {width:300px; margin:0 13px 35px 0; line-height:18px;}
.page-services-3-cols .view-portfolio  .views-row .views-field-field-portfolio-image {height:200px; width:298px;}
/*******************/