@charset "utf-8";
/* CSS Document */

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

.headlink{
	color:white;
	float: right;
	margin-right: 50px;
}
.headlink a{
	color:white;
	text-decoration: none;
}
.menu{
	background: none;border:none;margin: 20px 0px 0px 0px;z-index: 9999;
}
.menu_nav{
	height:80px;background-color:white;border-radius: 40px;box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.navbar-brand{
	margin-left: auto!important;
	height:auto;
	padding: 10px 50px 0px 10px;
}
.navbar-nav{
	margin-top: 15px;
	border-left:1px solid #DDD;
	padding-left: 30px;
}
.navbar-nav>li:hover>.dropdown-menu{
       display:block;
}
.navbar-nav>li:before{
	content: "/";
	position: absolute;
	right:0px;
	top:15px;
	color:#ccc;
}
.footer{
	background-color: #01698A;
	padding: 35px 0px 15px 0px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}
.footertable{
	color:white;
	border:none;
}
.footertable>tbody>tr>th{
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}
.footertable>tbody>tr>th>span{
	font-size: 14px;
	font-weight: normal;
	color:#ddd;
}