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

@media (max-width: 1119px) {
	
	h2{
		font-size: 30px;
	}
	
	.slide-3-bottom p{
		text-align: left !important;
	}
	
	.slide-4-logo {
		top: 17%;
		max-width: 320px;
	}
	
}



@media (max-width: 1023px) {
	
	.swiper-container, header {
		width: 88%;
	}
	
	h2.with-underline {
		display: block;
	}
	
	h2 .underline {
		border-bottom: none;
	}
	
	h2.medium {
		font-size: 45px;
    	margin-top: 0;
	}
	
	.pos-right {
		right: inherit;
		left: 0;
	}
	
	.add-bk {
		padding: 10px 0;
	}
	
	.slide-2-content .logo {
		width: 200px;
	}
	
	.absolute-bottom {
		bottom: 0;
		position: relative;
    	margin-top: -86px;
	}
	
	.add-shadow{
		position:relative;
	}
	
	.shadow{
		position: absolute;
		z-index: 1;
		bottom:0;
		width:100%;
		height:30%;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.56) 56%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.56) 56%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.56) 56%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}
	
	.inline-img {
		width: 136px;
	}


	
}



@media (max-width: 767px) {
	
	.menu-btn{
		top:25px;
	}
	
	h2.medium {
		font-size: 42px;
	    margin-bottom: 12px;
	}
	
	.height-100 {
		height: 50px;
	}
	
	.center-images img {
		margin: 20px 0;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 6px;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 6px;
	}
	
	.logo {
		width: 140px;
		margin: 10px 0 5px;
	}

	.video .sixteen-nine{
		margin-top:0;
	}
	
}



@media (max-width: 450px) {

	.desktop, .swiper-button-next, .swiper-button-prev{
		display: none !important;
	}

	.mobile{
		display: block;
	}
	
	.menu{
		width:200%;
	}
	
	.logo{
		text-align: center;
		width: 100%;
	}
	
	.logo img{
		max-width:140px;
	}
	
	.swiper-container {
		width: 100%;
    	margin-bottom: 0;
	}
	
	h2{
		font-size: 22px;
		line-height: 28px;
	}
	
	ol {
		font-size: 18px;
		line-height: 25px;
		padding-left: 22px;
	}
	
	ol li{
		padding-bottom:5px;
	}
	
	h2.mid-small {
		font-size: 32px;
    	margin: 0 0 12px;
		line-height: 36px;
	}
	
	h2.medium {
		font-size: 35px;
		line-height: 34px;
	}
	
	p.medium {
		font-size: 20px;
		line-height: 26px !important;
	}
	
	p.large {
		font-size: 26px;
		line-height: 34px;
	}
	
	.size-28 {
		font-size: 21px;
		line-height: 1.3;
	}
	
	.size-21 {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.huge-opportunity h2.adjust{
		font-size: 30px;
		line-height: 28px;
		margin-bottom: 10px !important;
	}
	
	p.larger.side-lines{
		font-size: 38px;
	}
	
	.side-lines:before, .side-lines:after {
		width: calc(50% - 92px);
	}
	
	.video {
		height: 200px;
	}
	
	.add-height{
		margin-top: 50px;
	}

}




