.top50{ margin-top:50px;}
.top60{ margin-top:60px;}
.top100{ margin-top:100px;}
.bottom10{ margin-bottom:10px;}

.app_column{
	width:50%;
	float:left;
	}
	
.w68{ width:68%;}
.w32{ width:32%;}

.tit_column_app{
	font-size:20px;
	}

.logo_head img, .logo_head_mobile img{ max-width:none!important; width: 204px; }

.logo_head_mobile img {
	width: 150px!important;
	margin-top: 10px!important;
}

.mauto{ margin:auto;}

.render_app{
	max-width:80%;
	margin:0 20% 0 0;
	}
	
.show_600{ display:none;}
.show_1000{ display:none;}

.desc_app{
	position:absolute;
	top:20%;
	right:30%;
	width:350px;
	}
	
.bkg_grey{ background-color:#f2f2f2!important;}

.destination-card .destination-data .name, .destination-card .destination-data .place, h3 {
	font-size: 1.6rem;
	}


.more-info-pack>section:not(:first-child) .container{
	padding: 0;
	}
	

@media (max-width:1700px) {
	.desc_app{right:27%;}
	}

@media (min-width: 1650px){
	.destination-card .destination-data .name, .destination-card .destination-data .place, h3 {
		font-size: 1.825rem;
		}
	}
	
@media (max-width:1400px) {
	.desc_app{right:23%; top:15%}
	}
	
@media (max-width:1280px) {
	.desc_app{right:19%;}
	}
	
@media (max-width:1100px) {
	.desc_app{right:14%; top:10%}
	}
	
@media (max-width:1000px) {
	.hide_1000{ display:none;}
	.show_1000{ display:block;}
	.render_app{
		max-width:100%;
		margin:0 auto;
		}
	}
	
@media (max-width: 767px){
	.destination-card .destination-data .name, .destination-card .destination-data .place, h3 {
		font-size: 18px;
		}
	}
	
	
@media (max-width:600px) {
	.app_column{
		width:90%;
		float:none;
		margin:auto;
		margin-bottom:30px;
		text-align:center!important;
		}
		
	.hide_600{ display:none;}
	.show_600{ display:block;}
	}