/*==================================RESPONSIVE LAYOUTS===============================================*/


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

	.first_screen{
		min-height: 530px;
	}

	.video_box+.first_screen_inner{
		padding-top: 140px;
	}

	.video_btn_box {
	    padding-top: 30px;
	}

	.photo_box{
		margin-top: 0;
		margin-bottom: 0;
	}

	form.type1{
		padding: 0;
	}

	.first_screen_title,
	.video_presentation_text:not(:last-child){
		margin-bottom: 20px;
	}

	.progect_desc_inner{
		padding: 0 20%;
	}




}

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

	body{min-width:768px;}

	.navigation>li:not(:last-child){
		padding-right: 30px;
	}

	.slider_title{
		font-size: 70px;
		line-height: 1;
		margin-bottom: 10px;
	}

	.first_screen_subtitle{
		font-size: 40px;
		line-height: 1;
	}

	.store_wrapper{
		padding: 100px 0;
	}

	.store_box{
		text-align: center;
	}

	.store_link{float: none;}

	input[class*="type1"]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(:last-child),
	input[class*="type1"]:not([type="radio"]):not([type="checkbox"]):not([type="file"])+button{
		float: none;
	}

	.video_wrapper{
		padding-bottom: 140px;
	}

	.progect_desc_inner{
		padding: 0 15%;
	}


}

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

	body{min-width:420px;}

	[class*='col-']:not(:last-child){
		margin-bottom: 30px;
	}

	.section_offset{
		padding: 55px 0;
	}

	.blackout{
		padding: 55px 0;
	}

	.blackout2{
		padding: 55px 0;
	}

	.service_box{
		padding-top: 55px;
	}

	.slider_title{
		font-size: 50px;
	}

	.first_screen_subtitle{
		font-size: 30px;
	}

	.btn{
		font-size: 20px;
	}

	.subtitle{
		font-size: 20px;
		line-height: 26px;
	}

	h2{
		font-size: 40px;
	}

	h3{
		font-size: 30px;
	}

	.title1{
		font-size: 30px;
	}

	.blackout[class*='bg'],.blackout2[class*='bg']{
		background-position: 50% 0 !important;
		background-attachment: scroll;
	}

	/*Navigation*/

	nav{
		position: fixed;
		z-index: 9;
		width: 200px;
		top: 5px;
		bottom: 0;
		background-color: rgba(255,255,255,0.9);
		border-top: 1px solid #000;
		right: -200px;
		text-align: left;
		padding: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	nav.open_menu{
		right: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	.nav_btn{
		display: block;
	}

	.navigation{
		display: block;
	}

	.navigation>li{
		float: none;
	}

	.navigation>li:not(:last-child){
		padding-right: 0;
	}

	/*End of Navigation*/

	/*Slider Navigation*/

	.main_slider .slides li{
		padding-bottom: 50px !important;
		padding: 0 20px;
	}


	.flex-direction-nav a::before{
		width: 20px;
		height: 20px;
	}

	.flexslider:hover .flex-direction-nav .flex-prev{
		left: 10px;
	}

	.flexslider:hover .flex-direction-nav .flex-next{
		right: 10px;
	}

	/*End  of Slider Navigation*/

	.video_btn_box{
		padding-top: 30px;
	}

	.logo1{
		margin-bottom: 30px;
	}



	.progect_box{
		float: none;
		width: auto;
	}

	.progect_box:not(:last-child){
		margin-bottom: 20px;
	}

	.progect_desc_inner{
		padding: 0 15px;
	}

	.project_text:not(:last-child){
		margin-bottom: 20px;
	}

	/*footer*/

	.footer_inner{
		display: block;
		width: auto;
		text-align: center;
	}

	.footer_inner>*{
		display: block;
		width: auto;
	}

	.footer_logo{
		margin-bottom: 20px;
	}

	.copyright{
		margin-bottom: 20px;
	}

	.social_list{
		float: none;
		display: inline-block;
	}

	.video_presentation,
	.events_wrapper{
		text-align: center;
	}

	.spincrement{
		font-size: 70px;
		line-height: 70px;
	}

	.share_social_list li{
		height: 70px;
	}

	.share_social_list i{
		font-size: 20px;
		line-height: 20px;
	}

	.share_social_list .share_social_txt{
		font-size: 0;
		line-height: 0;
	}

	.share_social_list a:hover .share_social_txt{
		font-size: 12px;
		margin-top: 5px;
	}

	input[class*="type1"]:not([type="radio"]):not([type="checkbox"]):not([type="file"])+button{
		margin-left: 0;
	}

	input[class*="type1"]:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(:last-child){
		width: 100%;
		margin-bottom: 20px;
	}


}

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

	body{min-width:300px;}

	.slider_title{
		font-size: 35px;
	}

	.first_screen_subtitle{
		font-size: 20px;
	}

	.btn,
	.subtitle{
		font-size: 18px;
	}

	h2{
		font-size: 30px;
	}

	.title1{
		font-size: 20px;
	}

	.copyright {
	    white-space: normal;
	}

	.progect_title{
		font-size: 20px;
	}

}