body {
	background: url(/img/site/bg-body.png) repeat-x;
	font-family: 'OpenSans';
	font-size: 12px;
}
.body {
	background: #fff;
}
/* img */
.img100 {
	width: 100%;
}
/* links */
.black-a a {
	color: black !important;
}
.black-a a:hover {
	color: grey !important;
}
/* font-size */
.font-size-10 {
	font-size: 10px !important;
}
/* Hide elements by display none only */
.hide {
	display: none !important;
}
/* Remove borders */
.no-border {
	border: 0px !important;
}
/* Remove padding */
.no-padding {
	padding: 0px !important;
}
/* Remove margins */
.no-margin {
	margin: 0px !important;
}
/* Remove box shadow */
.no-shadow {
	box-shadow: none !important;
}
/* Remove border */
.no-border {
	border: 0 !important;
}
/* page */
.page {
	padding: 0 15px 0 15px;
}
/* nav1 */
/* .nav1 { */
/* 	height: 33px; */
/* 	background: #f5f5f5; */
/* 	font-family: arial; */
/* 	font-size: 11px; */
/* } */
/* .nav1 a { */
/* 	color: #0064ad; */
/* } */
/* .nav1 .nav>li>a:hover, .nav1 .nav>li>a:focus { */
/* 	background-color: transparent; */
/* 	color: #58aadf; */
/* } */
/* .nav1 .dropdown-menu li { */
/* 	padding-left: 7px; */
/* 	font-family: 'RobotoCondensed'; */
/* 	font-size: 12px; */
/* } */
/* .nav1 .dropdown-menu>li>a { */
/* 	padding: 3px 15px 3px 10px; */
/* 	color: #777; */
/* } */
/* nav2 theme-site-responsive.css */
/* nav3 */
.nav3 {
	border-top: 7px solid #f0f0f0;
	background: #d9d9d9;
	font-family: 'RobotoCondensed';
	font-size: 16px;
	color: #0064ad;
}
.nav3 .nav {
	margin-top: 35px;
	margin-bottom: 70px;
	border-left: 1px solid #ececec;
	padding-left: 10px;
}
.nav3 .nav-stacked>li+li {
	margin-top: 10px;
	margin-bottom: 5px;
}
.nav3 .nav>li a {
	padding: 0;
	font-size: 12px;
	color: #777777;
}
.nav3 .nav>li>a:hover, .nav3 .nav>li>a:focus {
	background-color: transparent;
	color: #000000;
}
/* nav4 */
.nav4 ul {
	margin-left: -15px;
	margin-right: 15px;
	background: #f5f5f5;
	font-family: 'RobotoCondensed';
	font-size: 14px;
	
}
.nav4 .nav-stacked>li {
	border-left: 3px solid #cae8f2;
	border-bottom: 1px solid #ffffff;
}
.nav4 .nav-stacked>li+li {
	margin: 0px;
	line-height: 50px; 
}
.nav4 .nav>li a {
	padding: 0;
	padding-left: 25px;
	color: #0061b3;
}
.nav4 .nav>li>a:hover, .nav4 .nav>li>a:focus {
	background-color: transparent;
	color: #58aadf;
}
.nav4 .nav-stacked>li:first-child,
.nav4 .nav-stacked>li:last-child {
	height: 15px;
	border: 0;
	border-bottom: 1px solid #ffffff;
}
.nav4 .dropdown-menu>li>a {
	padding: 3px 25px 3px 7px;
	color: #555;
}
.nav4 .dropdown-menu>li>a:hover {
	background: #fff;
}
.nav4 .dropdown>a:after,
.nav4 .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #d8d8d8;
	margin-top: 19px;
	margin-right: 10px;
}
/* header */
.header {
	height: 173px;
	background: url(/img/site/bg-header.png) no-repeat bottom;
    background-size: 100%;
}
.header-height {
	height: 173px;
}
/* carousel-home */
.carousel-home {
	margin-bottom: 15px;
}
.carousel-inner .item img {
	width: 100%;
}
/* thumbnail */
.thumbnail {
	border: none;
	background: #f7f6f7;
}
.thumbnail .caption h3 {
	font-family: 'RobotoCondensedBold';
	font-size: 18px;
	color: #0072c6;
}
.thumbnail .caption p {
	color: #777777;
}
.thumbnail .caption .btn {
	font-family: 'RobotoCondensed';
	font-size: 11px;
}
/* footer */
.footer1 {
	background: #cccccc;
}
.footer1-height {
	height: 100px;
}
.footer1 .address {
	color: #777777;
	font-size: 11px;
}
.footer2 {
	height: 41px;
	background: #0061b3;
	line-height: 41px;
}
/* content */
.page-top {
	padding-top: 40px !important;
	font-size:10px;
}
.content {
	margin: 15px -15px 15px -15px;
}
.content .breadcrumb {
	padding: 0;
	background: transparent;
	font-family: 'RobotoRegular';
	font-size: 11px;
}
.content .breadcrumb>li+li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}
.content .title {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom:1px solid #009733;
	font-family: 'RobotoCondensed';
	font-size: 30px;
	color: #0061b3;
}
.content-text {
	margin-right: 15px;
}
.content-title {
	padding-bottom: 14px;
	font-family: 'RobotoCondensedBold';
	font-size: 20px;
}
.content-title small {
	display:block;
	font-family: 'RobotoRegular';
	font-size: 11px;
	font-weight: normal;
}
/* content-list */
.content-list .thumbnail .caption h3 {
	margin-top: 0px;
	padding-top: 7px;
	font-family: 'RobotoCondensed';
	font-size: 16px;
	font-weight: normal;
}
.content-list .date {
    background-color: #fff;
    color: #009733;
    font-family: tahoma, arial, heveltica;
    font-size: 10px;
}
/* banner */
.banner {
	border:1px solid #d8d8d8;
}
/* search */
.search {
	margin: 0 15px 0 15px;
	border-bottom: 1px dashed #d8d8d8;
}
.search dt h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: 'RobotoCondensed';
	font-size: 16px;
}
.search .description {
	font-size: 12px;
	padding: 5px 0 15px 0;
}
/*  content-box */
.outer-container {
	position: relative;
}

.scrollable {
	overflow: hidden;
	padding-bottom: 40px;
}

.fixed-button-bottom {
	position: absolute;
	bottom: 40px;
	left: 29px;
}
/* contact */
.required {
    text-decoration: underline;
}
