/* General
------------------------------------------------------------ */
body {
  color:#696969;
  font-family: 'Open Sans', sans-serif;
  min-width: 1170px;  
}

h1, h2, h3, h4, h5, h6 {
	color: #54597F;
	font-weight: 600;
	margin: 10px 0 25px;
}

p {
	line-height: 25px;
}

a {
	color:#5f8cb4;
	text-decoration: none;
}

/* Don't let the lead text change font-size. */
.lead {
  font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
  margin-bottom: 30px;
}
.page-header .lead {
  margin-bottom: 10px;
}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
  max-width: none !important;
  width: 1170px;  
}

/* Header
------------------------------------------------------------ */
.header-top {
	background: #fafafd;
	border-bottom: 1px solid #eee;
}

.top-contact {
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
}

.top-contact i {
	color: #696969;
	display: inline-block;
	font-size: 18px;
	padding-right: 8px;
}

.top-contact span {
	position: relative;
	top: -2px;
}

.top-phone {
	border-right: 1px solid #eceef0;
	float: left;	
	padding:0 15px 0 5px;
}

.top-email {
	float: left;
	padding: 0 15px;
}

.header-main {
	padding: 40px 0;	
}

.top-social {
	float: right;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;	
}

.top-social li {
	border-left:1px solid #eceef0;
	display: inline;
	float: left;	
}

.top-social li:last-child {
	border-right: 1px solid #eceef0;
}

.top-social a {	
	color: #a0a5aa;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.top-social a:hover {
	color: #fff;
}

.top-social a i  {
	font-size: 18px;
	line-height: 40px;
	width: 40px; 
	text-align: center;
}

.top-social li a.facebook:hover {
	background-color: #4a6d9d;	
}

.top-social li a.twitter:hover {
	background-color: #3bc1ed;	
}

/* Navigation
------------------------------------------------------------ */
.nav {
	margin-top: 44px;
}

.nav ul {
	font-size: 14px;
	display: inline-block;	
	line-height: 36px;
	list-style: none;
	margin: 0;
	padding: 0;	
}

.nav li {
	background: none;	
	float: left;	
	text-decoration: none;
	text-transform: uppercase;
}

.nav li a {
	border: none;	
	display: block;
	margin: 0 20px 0 0;
}

.nav li a:hover {
	color:#a4a4a4;
	text-decoration: none;	
}

.nav li a.active {
	color: #53597f;
	font-weight: bold;
}

.nav li a.active:hover {
	color: #53597f;
	font-weight: bold;
}

/* Content
------------------------------------------------------------ */
.content {
	background-color: #fafafa;
	min-height: 600px;
	padding: 80px 0;
}

.content ul li {
	margin-bottom: 10px;
}

.line {
	background:#55597f;
	height: 14px;
}

.line.right {
	background:#D0EDCF;
}

ul.team {
	display: block;
	list-style: none;
	margin: 0 0 50px;
	padding: 0;	
}

ul.team li { 
	display: inline-block;
	margin: 0 20px 20px 0;
}

ul.team li:hover { 
	filter: alpha(opacity=80);
	opacity: 0.8;
}

ul.team li img { 
	width: 100px;
}

ul.team span {
	display: block;
	font-size: 11px;
	margin-top: 10px;
	text-align: center;
}

/* Footer
------------------------------------------------------------ */
.footer {
	background-color: #53597f;
	border-top: 5px solid #6d739e;
	color: #fff;
	font-size: 11px;
	padding: 40px 0;	
}

.footer a {
	color: #fff;
}

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

.footer address {
	font-size: 13px;
}

/* Contact
------------------------------------------------------------ */
.form-horizontal .form-group {
	margin: 0 0 15px;
}

.form-horizontal .control-label {
	margin-bottom: 10px;
}

.form-horizontal textarea {
	min-height: 120px;
}

.btn-success {
	color: #fff;
	background-color: #8287ac;
	border-color: #646a97;
}

.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #6d739e;
	border-color: #575c82;
}

.maps {
	margin: 30px 0 0;
}

/* Home
------------------------------------------------------------ */
.slider {
	margin-bottom: 80px;
}

.slider .bx-wrapper {
	margin: 0 auto 0;
	padding: 0;
	position: relative;
	*zoom: 1;
}

.slider .bx-wrapper .bx-viewport,
.testimonials .bx-wrapper .bx-viewport {
	background: #fafafa;
	border: 0;
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: none;
	left: 0px;	
		
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.slider .bx-wrapper .bx-pager,
.slider .bx-wrapper .bx-controls-auto {
	bottom: 10px;
	position: absolute;	
	width: 100%;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	display: block;
	height: 14px;
	margin: 0 5px;
	outline: 0;
	text-indent: -9999px;	
	width: 14px;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #55597f;
}

.slides li {
	height: 450px;
	left: 0;
}

.fill {
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.testimonials {
	margin-bottom: 20px;
}

.testimonials ul {
	padding: 0;
	list-style: none;
}

.testimonials li img {
	float: left;
	margin: 0 20px 15px 0;	
}

.testimonials li p {
	font-size: 15px;
	font-style: italic;
}

.testimonials li span {
	color: #53597f;
	font-size: 13px;
	font-weight: bold;	
	left: 0;
	position: relative;	
}

.btn {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 24px;
	margin: 5px 20px 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn.type_primary {
	color: #fff;
	background-color: #6D739E;
	border-bottom: 3px solid #55597F;
}

.btn.type_primary:hover {
	background-color: #616792;
	color: #fff;
	border-bottom: 3px solid #424564;
	text-decoration: none;
}

div.fancybox-skin {
  background: #fff;
}