@font-face {
  font-family: 'CircularStd-Medium';
  src: url('../font/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),  url('../font/CircularStd-Medium.woff') format('woff'), url('../font/CircularStd-Medium.ttf')  format('truetype'), url('../font/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('../font/Gotham-Book.eot?#iefix') format('embedded-opentype'),  url('../font/Gotham-Book.otf')  format('opentype'),
	     url('../font/Gotham-Book.woff') format('woff'), url('../font/Gotham-Book.ttf')  format('truetype'), url('../font/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	 font-family: 'CircularStd-Medium';
	}
	
.banner-text h2{
    color: #024459;
    font-size: 32px;
    line-height: 35px;
    padding-top: 50px;
	}	
.banner-text h2 span{	
	color:#f89521;
}
	
.banner-text h3{	
	color: #525252;
    font-size: 18px;
    padding-top: 10px;	
}
.banner-text h3 span{ 	
    color: #f89521;
    font-size: 22px;
}
.proteins{
	    float: left;
    padding-top: 20px;
}
.proteins p{
    color: #525252;
    font-family: 'Gotham-Book';
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}
.proteins img{
    margin: auto;
    display: block;
	    padding-bottom: 10px;
}

.exclusive{
background: #024459;
    color: #fff;
    position: relative;
    padding: 30px 30px;
	z-index: 10;
    border-radius: 10px;
	    margin-top: 5%;
	}	
.exclusive h2{
	font-size: 25px;
	}	
.exclusive h2 span{	
	    color: #f89521;
    font-size: 37px;
}
.exclusive a{	
    background: #f89521;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 25px;	
	font-family: 'Gotham-Book';
}
.exclusive h3{	
    font-size: 16px;
    font-family: 'Gotham-Book';
	    margin-bottom: 20px;
}
.exclusive p{
    font-size: 13px;
    font-family: 'Gotham-Book';
    color: #b8c3c7;
    padding-top: 10px;
    margin-bottom: 0;
}

.exclusive img{
    position: absolute;
    width: 45%;
    right: -33%;
    z-index: 10;
    top: -15%;
}
.people-box{
/*	margin-left: -75px;*/
    position: absolute;
    left: -130px;
    z-index: 0;
	    bottom: 0;
	}
.footer{
	padding-top: 30px;
	}
.footer p{	
	color: #525252;
    font-size: 14px;
    font-family: 'Gotham-Book';
}

@media only screen and (max-width:991px){
.logo img,.banner-text img{
	    margin: auto;
    display: block;
	}
.banner-text{
	    text-align: center;
	}	
.banner-text h2 {
    padding-bottom: 45px;
}	
.banner-text img{
    width: 60%;
}
.banner-text h3 {
	    padding-top: 30px;
		    font-size: 25px;
	}
.banner-text h3 span {
    font-size: 26px;
}	
.proteins {
    float: none; 
}	
.proteins p {
    font-size: 16px;
}
.exclusive {
	margin-top: 25%;
	text-align:center;
	}
.exclusive img {
	    margin-top: -25%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5%;
	position:static;
    display: block;
	}	
.footer p {
	text-align:center;
}	
	}	
@media only screen and (max-width:575px){
.exclusive img {
	    width: 100%;
    margin-top: -55%;
}
.exclusive {
	padding: 30px 20px;
    margin-top: 45%;
}
.exclusive h3 {
	    line-height: 1.5;
    padding-top: 15px;
	padding-bottom: 15px;
	}
.banner-text img {
    width: 100%;
    padding-right: 40px;
}
.banner-text h2 {
padding-bottom: 30px;
    font-size: 28px;
    line-height: 1.2;	
}
.exclusive a{
        width: 100%;
}
.exclusive h2 span {
    font-size: 45px;
}
.exclusive h2 {
    font-size: 28px;
}
	}		