body{
    overflow: hidden;
    font-family: 'Oswald', sans-serif;
}



.banner{
    position: absolute;
    display: block;
    width: 1200px;
    height: 200px;
    z-index: 1;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -600px;
}
/*
.controls{
    position: absolute;
    height: 160px;
    bottom: 0;
    width: 100%;
    z-index: 2;
    
    
}
.controls .prevSlide{
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 150px;
    bottom: 55px;
    font-size: 25px;
    color: #3e93c8;
    cursor: pointer;
}
.controls .nextSlide{
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 150px;
    bottom: 55px;
    font-size: 25px;
    color: #3e93c8;
    cursor: pointer;
}
.controls .prevSlide:hover{
    color: #245b7e;
}
.controls .nextSlide:hover{
    color: #245b7e;
}*/

.banner-wrapper{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.banner-wrapper .logo{
    width: 1200px;
    height: 99px;
    float: left;
    display: block;
	top:0;
	position:relative;
}
.banner-wrapper .logo img{
	position:absolute;
bottom:0;    
}
.banner-wrapper .divider{
	width: 700px;
	height: 2px;
	display:block;
	background-color:#f79c53;
	margin: 0 auto;
	position:relative;
	top:99px;
	}
.banner-wrapper .text{
    display: block;
    height: 99px;
    width: 900px;
    text-align: center;
	font-size: 18px;
    line-height: 24px;
	margin: 0 auto;
    display: block;
	position: relative;
    color: #e6e6e6;
    font-family: 'Oswald', sans-serif;
	top: 25px;
    letter-spacing: 0.05em;
}
.banner-wrapper .text p{
    margin: 0;
}
.banner-wrapper .info{
        width: 300px;
    display: block;
    float: left;
    padding: 40px 0 0 0;
    color: #3e93c8;
    text-align: right;
}
.banner-wrapper .info p{
        width: 150px;
    text-align: right;
    float: right;
}

.slogan{
    position: absolute;
    bottom: 0;
    overflow: visible;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f79c53;
  z-index: 0;
    -webkit-box-shadow: 0px 0px 60px 5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 60px 5px rgba(0,0,0,0.25);
box-shadow: 0px 0px 60px 5px rgba(0,0,0,0.25);
}
.slogan-text{
	width:1200px;
	text-align:center;
	margin: 0 auto;
    font-family: 'Roboto Condensed', sans-serif;
}
.slogan-text p{
    font-family: 'Roboto Condensed', sans-serif;
    color: #47494c;
	line-height:50px;
	font-size:14px;
}
.slogan-text h1 span{
    font-weight: 400;
}
.slogan .nobile-logo{
    display: none;
}

@media only screen and (max-device-width: 1440px) {

.banner-wrapper{
    width: 1000px;
}
.banner-wrapper .logo{
    width: 300px;
}
.banner-wrapper .text{
    width: 500px;
}
.banner-wrapper .text p{
    margin: 0;
}
.banner-wrapper .info{
    width: 200px;
}
.banner-wrapper .info p{
        width: 150px;
    text-align: right;
    float: right;
}
.slogan-text{
    width: 100%;
    text-align: left;
    position: relative;
    left: 0;
    padding-left: 25%
}
.slogan-text h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2vw;
    position: relative;
    height: 80px;
    line-height: 80px;
    margin: 0;
    font-weight: 300;
    padding-top: 5px;
}

.controls .prevSlide{
    left: 50px;
}
.controls .nextSlide{
    right: 50px;
}

.carousel .item{
    background-position: center center;
    background-clip: content-box;
    background-size: cover;
}    

}

@media only screen and (max-device-width: 1024px) {

    
.banner{
    height: 150px;
}
.banner-wrapper{
    width: 100%;
    height: 150px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.banner-wrapper .logo{
    display: none;
}

.banner-wrapper .text{
    width: 100%;
    height: 50px;
    text-align: center;
    display: block;
    margin-top: 15px;
}  
.banner-wrapper .info{
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 45px;
}
.banner-wrapper .info p{
        width: 100%;
    text-align: center;
    float: none;
}
    

    
.slogan{
    position: absolute;
    top: 0;
    overflow: visible;
    display: block;
    width: 100%;
    height: 150px;

}
.slogan .nobile-logo{
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    background-color: #fff;
}
.slogan-text{
    width: 100%;
    text-align: center;
    position: relative;
    left: 0;
    padding: 0;
}
.slogan-text h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3vw;
    position: relative;
    height: 80px;
    line-height: 80px;
    margin: 0;
    font-weight: 300;
    padding-top: 5px;
}

.slogan .nobile-logo{
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
}
    
.carousel .item{
    background-position: center center;
    background-clip: content-box;
    background-size: cover;
}
    
}


@media only screen and (max-device-width: 480px) {

    
.banner{
    height: 150px;
}
.banner-wrapper{
    width: 100%;
    height: 150px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.banner-wrapper .logo{
    display: none;
}

.banner-wrapper .text{
    width: 100%;
    height: 50px;
    text-align: center;
    display: block;
    margin-top: 15px;
}  
.banner-wrapper .info{
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 30px 10px 0 10px;
}
.banner-wrapper .info p{
        width: 100%;
    text-align: center;
    float: none;
}
    
.controls{
    display: none;
}
    
.slogan{
    position: absolute;
    top: 0;
    overflow: visible;
    display: block;
    width: 100%;
    height: 130px;

}
.slogan .nobile-logo{
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    background-color: #fff;
}
.slogan-text{
    width: 100%;
    text-align: center;
    position: relative;
    left: 0;
    padding: 0;
}
.slogan-text h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 7.5vw;
    position: relative;
    height: 60px;
    line-height: 60px;
    margin: 0;
    font-weight: 300;
    padding-top: 5px;
}

.slogan .nobile-logo{
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
}
    
.carousel .item{
    background-position: center center;
    background-clip: content-box;
    background-size: cover;
}
    
}
