a,button{transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out;}
a:focus, input, button{outline:none ;}
h1,h2,h3,h4,h5,h6{margin: 0; line-height:1.5em;}
ul{padding: 0;margin: 0;}
*:focus{outline: none !important;}

body{font-family: 'Open Sans', sans-serif;}

.logo h1{
	display: inline-block;
	vertical-align: bottom;
}
.logo h2{
	display: inline-block;
	vertical-align: bottom;
}
.top-right{
	text-align: right;
	padding-top: 23px;
}
.top-right h4{
	color: rgba(29,29,27,1.00)
	;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.top-right h3{
	color:rgba(0,169,132,1.00);
	font-size: 18px;
	text-transform: uppercase;
}
.top-right h3 span{
	font-weight: 700;
}
.top-right p{
	color: #00A984;
	font-size: 10px;
	margin-top: -4px;
}
.header-top{
	padding: 10px 0 7px;
}

.navbar-default{
	background:rgba(0,169,132,1.00);
	border: 0;
	margin: 0;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.navbar-default .navbar-nav > li > a{
	color: #fff;
	font-size: 16px;
	padding: 29px 16px 24px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	background:rgba(75,75,71,1.00);
	color: #fff;
}
.menu span{
	display:none;
	color:#fff;
	font-size:20px;
	font-weight:700;
	position:absolute;
	top:11px;

}
.banner{
	background-size: cover;
	background: url(../img/banner-img.jpg) 0 0 repeat;
	height: 382px;
	background-position:bottom;
	border-bottom:1px solid #333;
}

.banner-cont {
	padding-top: 140px;
}
.banner-cont h3{
	color: #ffffff;
	font-size: 42px;
	font-weight: 300;
	margin-bottom: 15px;
}
.banner-cont h5{
	color: #ffffff;
	font-size: 23px;
	font-weight: 300;
}
.pro-header{
	text-align:center;
	padding: 37px 0;
}
.pro-header li{
	color: #00A984;
	font-size: 20px; 
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}

.pro-item{
	margin-bottom: 80px;
}
.pro-item img{
	width: 100%;
}
.pro-description p{
	color: #403f3f;
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}
.pro-link{
	display: inline-block;
	background: #00A984;
	color: #fff;
	text-align: center;
	display:block;
	height: 56px;
	line-height: 56px;
	padding: 0 15px;
	margin-top: 15px;
}
.pro-link:hover{
	background: #f4d04d;
	color: #fff;
	text-decoration: none;
}
.large-btn a{
	width: 100%;
}

.middle-banner{
	background: url(../img/middle-banner.jpg) 0 0 no-repeat;
	background-size: cover;
	height: 390px;
	margin-top: -62px;
}

.middle-banner h4{
	color: #fff;
	font-size: 44px;
	font-weight: 300;
	width:1px;
}

.middle-banner h3{
	color: #fff;
	font-size: 44px;
	font-weight: 700;
}

.middle-banner h2{
	color: #fff;
	font-size: 55px;
	font-weight: 300;
	margin-top: 60px;
}
.food{
	padding-top:10px;

}
.food li, .three-blocks li{
	margin-left:2em;
	padding:0 0 1em 0;	
}
.food img{
	width:100%;
	height:auto;
	
}
.food__tittle{
	color:rgba(0,139,102,1.00);
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 50px;
	margin-top: 60px;
	
}

h1.food__tittle {
	margin-bottom:10px !important;
}
h2.food__tittle {
	font-size:150%;
	margin:0 0 50px 0 !important;
	line-height:1;
	color:#666;
}
.food__left-col p{
	color: #3e3e3e;
	font-size: 14px;
	line-height: 24px;
}

.food__logo{
	text-align: right;
	padding: 20px 0 25px 0;
}
 
.three-blocks{
	background: #e9e6e2;
	padding: 40px 0;
		margin-top:30px;
}
.three-blocks ul{
	/*min-height:300px;*/
}
.block-tittle{
	color: #3e3e3e;
	font-size: 30px;
	margin-bottom: 40px;
	
}
.blocks-inner p{
	color: #3e3e3e;
	font-size: 14px;
	line-height: 24px;
}
.blocks-inner p span {
	color: #00A984;
	display: block;
	font-weight: 700;
}

.right-btn{
	text-align: right;
}
.logos-container{
	padding: 15px 0;
}
.logos-container ul li{
	display: inline-block;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	width: 24%;
}

.logos-container ul li:first-child{
	text-align: left;
}
.logos-container ul li:last-child{
	text-align: right;
}

.yellow-bar{
	background:#333;
	padding: 12px 0;
	margin-top: 5px;
}

.yellow-bar p{
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	margin: 0;
}
.footer{
	background:#00A984;
	padding:30px 0 18px;

}
.footer-block ul li{
	padding-bottom:5px;
}
.footer-block ul li a{
	color:#fff;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
}
.footer-block ul li a:hover{
	text-decoration:underline;

}
.footer-block ul li a span{
	text-decoration:underline;
}
.footer-block ul li .last-li{
	font-size:10px;
		
}
.footer-block img{
	vertical-align:top;
	width:100%;	
	
}
.last-ph p{
	color:#f2c212;
	font-size:12px;
	font-weight:100;
	padding-top:54px;
}

.mhbl{
	min-height:750px;	
}







