@charset "utf-8";
/* CSS Document */
body {
	background-color: #f2f2f2;
}
.menu{
	margin: 0;
	padding: 0;
}
.navbar {
	margin-bottom: 0px;
	box-shadow: 0px 3px 3px rgba(0,0,0,.2);
	border: none;
	border-bottom:5px solid #3786c8;
	z-index: 99999999;
}
.navbar-brand>img {
	width: 50%;
}
.shortcut {
	width: 150px;
	background-color: #3786c8;
	color: white;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
	position: absolute;
	right: 20px;
}
.shortcut>a {
	color: white;
	line-height: 25px
}
.logobox {
	margin-top:100px;
	margin-bottom: 100px;
}
.footer {
	min-height: 300px;
	background-color: rgba(0,0,0,.5);
	position: relative;
	overflow: hidden;
	color: white;
	line-height: 25px;
}
.footer:before {
	content: "";
	display: block;
	position: absolute;
	top: -50px;
	width: 100%;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0px 20px 20px rgba(0,0,0,.5);
}
.footer p {
	padding-top: 100px;
}
.footer .col-xs-6 {
	padding-top: 100px;
}
.dh-right{
	margin-top: 43px;
	float: right;
}
.dh-left{
	margin-right: 30px;
	float: left;
}
.wp_search .search {
    background: url(../images/search.png);
    width: 50px;
    height: 25px;
    border: 0px;
    cursor: pointer;
	margin-left: 10px;
	margin-bottom: -5px;
	background-color: transparent;
	outline: none;
}
.wp_search input{
	padding: 0;
}
@media (min-width:1660px){
	.navbar-brand>img {
		width: 45%;
	}
}
@media (min-width:768px) {
.navbar {
	min-height: 115px;
}
.navbar-default .navbar-nav {
	margin-top: 30px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 16px;
	padding: 15px;
	border-radius: 10px 10px 0px 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #3786c8;
	color: white;
}
.navbar-brand{
	height:0px;
	padding:5px 15px;
}
}

@media (min-width:768px) and (max-width:1199px) {
body {
	min-width: 1200px!important;
}
.container {
	width: 1170px!important;
}
.container-fluid {
	min-width: 1200px!important;
}
}

@media (min-width:1660px) {
.navbar-right {
	margin-right: 20px;
}
.navbar-brand>img {
	margin-left: 50px;
}
.shortcut {
	right: 60px;
}
}

@media screen and (max-width:767px) {
.menu{
	height:100px;
	position: relative;
	z-index: 999999;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: unset;
}
.navbar-toggle{
	top:30px;
}
.navbar-brand>img {
	width: 85%;
	top: -200%;
	position: relative;
}
.navbar-nav>li{
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
.box1{
	margin-top: 100px;
	padding: 0px 10px;
}
.list{
	padding: 0 !important;
}

.navbar-nav>li.open>a.dropdown-toggle{
background-color: #3786c8!important;
color:white!important;
}
.logobox {
	margin-top:50px;
	margin-bottom: 50px;
}
.footer p {
	padding-top: 30px;
}
.footer .col-xs-6 {
	padding-top: 30px;
}
.dh-right{
	display: none;
}
.dh-left{
	float: none;
}
}
