/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1400px) {
	
	
	
}
@media only screen and (max-width : 1300px) {
	
	
}
@media only screen and (max-width : 1200px) {
	
}

@media only screen and (max-width : 1120px) {
	#sentence .wrap .item {
	    flex-basis: 500px !important;
	    margin: 20px;
	    max-width: 330px !important;
	}
	
}

@media only screen and (max-width : 1060px) {
	.top_line{display: none;}
	.hide_top_line{display: block!important;}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
	#main header h2{
		font-size: 35px !important;
		margin-left: 0;
	}
	#main header h1{
		font-size: 35px !important;
	}
}	

/* Medium Devices, Desktops */
@media only screen and (max-width : 960px) {
	#sentence .wrap .item {
	    flex-basis: 500px !important;
	    margin: 20px;
	    max-width: 430px !important;
	}
	#main header h2{
		font-size: 30px !important;
	}
	#main header h1{
		font-size: 30px !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#main header h2{
		font-size: 25px !important;
	}
	#main header h1{
		font-size: 25px !important;
	}
	#prepayment .wrap .item_img{
		display: none;
	}
	#prepayment .wrap {
		justify-content: center;
		text-align: center;
	}
	#main header .container{
		justify-content: center;
	}
	#main .content .container{
		padding: 10px;
	}
	
}
@media only screen and (max-width : 700px) {
	#sentence .wrap .item {
	    flex-basis: 300px !important;
	    margin: 20px;
	    max-width: 300px !important;
	}
	.section_title h2{
		font-size: 30px !important;
	}
	#contacts .wrap .item {
	    position: static !important;
	}
}
@media only screen and (max-width : 570px) {
	#calculation .wrap .item form {
	    text-align: center !important;
	}
}




/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	#main header .wrap {
	    margin: 20px auto;
	}
	#main header .wrap .item .mini_adv .box i {
	    font-size: 18px;
	}
	#main header .wrap .item .mini_adv .box p {
	    font-size: 12px;
	}
	#main header .phone{
		text-align: center;
	}
	#contacts .wrap .item .or .phone {
	    font-size: 24px !important;
	}
	#adventures .wrap .item {
	    flex-wrap: wrap;
	    text-align: center;
	}
	#adventures .wrap .item .img {
	    margin: 0 auto;
	}
	#adventures .wrap .item .text {
	    width: 100% !important; 
	    text-align: center !important; 
	    padding-top: 20px;
	}
	.section_title h2{
		font-size: 25px !important;
	}
	#main header .hide_top_line .wrap .item .phone a {
		font-size: 25px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1100px) {

	

}
@media only screen and (min-width : 1200px) {


}