/*-----------------------------------------------------------------------------------

	Theme Name: Canvas
	Theme URI: http://themes.semicolonweb.com/html/canvas
	Description: The Multi-Purpose Template
	Author: SemiColonWeb
	Author URI: http://themeforest.net/user/semicolonweb
	Version: 4.1

-----------------------------------------------------------------------------------*/
body {
	background-color: #eee;
}
#header.sticky-style-2 {
	height: 196px;
}
#header {
	background-image: url('/images/backgrounds/header-image.jpg');
	background-position: right bottom;
	height: 196px;
	background-color: #034694 !important;
}
.header-top {
	background: none;
	height: 126px;
}
#logo {
	margin: 18px 30px 0 0;
}
#logo img {
	height: 118px;
}
#site-title {
	float: left;
	font-family: "open-sans-condensed",sans-serif;	
	color: #66C3D0;
	font-size: 36px;
	line-height: 34px;
	letter-spacing: 1px;
	text-transform: none;
	margin: 102px 0 0 80px;
}
#site-title strong {
	font-size: 32px;
	text-transform: uppercase;	
}
h1, h2, h3, h4, h5, h6 {
	font-family: "open-sans-condensed",sans-serif;	
	font-weight: 400 !important;
}
#content p {
	font-family: "open-sans",sans-serif;	
}
#content ul li {
	color: #000;
	line-height: 1.8;
	margin-left: 40px;
}
#content ol li {
	color: #000;
	line-height: 1.8;
	margin-left: 40px;
}
.info-block {
	margin-top: 7px;
}
.info-block table {
	border: 1px solid #aaa;
}
.info-block table td {
	boder: none;
	padding: 5px 10px;
}
.toppadding-sm { padding-top: 30px !important; }
.bottompadding-sm { padding-bottom: 30px !important; }
.topmargin-xs { margin-top: 10px !important; }
.bottommargin-xs { margin-bottom: 10px !important; }

#primary-menu.style-2:not(.not-dark) {
	background-color: 66c3d0;
	border-top: none;
}
#primary-menu > div > ul > li > a {
	font-family: "open-sans-condensed",sans-serif;	
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0;
	padding: 19px 25px;
}
#primary-menu > div > ul > li > a:hover,
#primary-menu > div > ul > li.current > a {
	color: #002366 !important;
//	background-color: #003651;
}

#page-title.page-title-dark {
	font-family: "open-sans-condensed",sans-serif;	
	background-color: #66C3D0;
	padding: 30px 0;
}
#page-title.page-title-dark h1 {
	font-family: "open-sans-condensed",sans-serif;
	font-size: 36px;
	color: #034694 !important;
	text-transform: none;
	letter-spacing: 0;
}
.slider-caption-top-center {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50px;
	bottom: auto;
}

#footer {
	border-top: 15px solid #66C3D0 !important;
}

#copyrights {
	font-family: "open-sans-condensed",sans-serif;
	color: #fff;
	line-height: 1.4;
	background-color: #002366; 
	padding: 30px 0;
}
#copyrights a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
#copyrights a:hover {
    color: #66C3D0;
}
#copyrights .contact-box strong {
	font-family: "open-sans",sans-serif;
	font-size: 12px;
}

#copyrights .social {
	margin-top: 7px;
}
#copyrights .social a {
	margin-left: 15px;
	margin-right: 2px !important;
}
.thumbnail .caption h3 {
	margin-bottom:5px;
}
.thumbnail .caption p {
	margin-bottom:5px;
}

@media (max-width: 991px) {

	#header {
		background-image: none;
		background-color: #ffffff !important;
	}
	.header-top {
		float: left;
		padding-left: 40px;
		text-align: center;
	}
	#header-wrap {
		display: block;
		left: 0;
		padding-top: 50px;
		margin-bottom: 10px;
	}

}

@media (max-width: 767px) {

}

@media all and (min-width: 240px) and (max-width: 479px) {

}
