
/* ------------------------------------------------------------------ */
/* a. General and Common Styles
/* ------------------------------------------------------------------ */
.clear { clear: both;}
html{
	min-height:100%;position:relative;
}
body { 
	font: 14px/20px 'opensans', sans-serif;
	height:100%;
	margin: 0;
}
h1, h2, h3 {
	font-face:'opensans', sans-serif;
	color: #000;
}
h1{
	font-size: 58px;
	line-height:70px;
}
h2 {
	font-size: 54px;
	line-height:64px;
}
h3 {
	font-size: 24px;
	line-height:34px;
}
h4 {
	font-size: 18px;
	line-height: 24px
}

footer,header,section {
   display: block;
   clear: both;
   width: 100%;
   margin: 0 auto;
   border: 0px solid #d00;
}

#go-top {
	background: #653e87;
	position:relative;
	float: right;
	padding:10px;
}

#go-top a{
	background: #653e87; padding: 10px; color: #fff;
	text-decoration: none;
}

#go-top a { color: #fff; }
#go-top a:hover { color: #f08790; }

		 

#other_destinations {
	background: #fff;
	position:relative;
	padding: 20px 0;
}

#other_destinations .btn{
 	margin: 10px 3px; 
	position:relative;
	float: left;
}

#other_destinations a{
	background: #f08790; color: #fff;
	text-decoration: none;padding:5px; ; 
}

#other_destinations a { color: #fff; }
#other_destinations a:hover { color: #333; }



.row{
	width: 90%;
	margin: 0 auto;
}
	
.row_m{
	display: none;
}

a { color: #fff; }
a:hover { color: #b28c35; }

#mobilenav-wrap {
	display: none;
}

#navi-wrap { display: block; }

#navi-wrap, #navi-wrap ul, #navi-wrap li, #navi-wrap a {
	 margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
}

/* navi-wrap */
#navi-wrap {
   display: block;
   font: 30px 'opensans-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1.5px;
   /*float: left;*/
   
   margin: 0 0 0 10px;
}
ul#navi {
   min-height: 36px;
   width: auto;

   /* left align the menu */
   text-align: left;
}
ul#navi li {
   position: relative;
   list-style: none;
   /*display: inline-block;*/

}

/* Links */
ul#navi li a {

   /* 8px padding top + 8px padding bottom + 38px line-height = 54px */
   display: inline-block;
   padding: 0px 8px;
   line-height: 38px;
	text-decoration: none;
   text-align: left;
   color: #000;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
ul#navi li a:hover { color: #f18791; }
ul#navi li a:active { background-color: transparent !important; }
ul#navi li.current a { color: #f18791; }

#hero{
	background: url('../images/hero-background.png') top left no-repeat; 
	background-size: 100% auto;
	padding: 0 0 0px 0;
}

.hero-wrapper{
}

.hero-left{
	float: left; width:30%; border: 0px solid #d00;	
}
.responsive-headline{
	width: 80%; border: 0px solid #d00;
}
.hero-text{
	border-top: 5px solid #000; margin: 0 0 0 20px; line-height: 20px;
}
.hero-right{
	float: left; width:69%; height: 100%; border: 0px solid #d00;
}
.hero-image{
	width: 80%; float: right;
}


#quiz{	
	background:#ededed;
	border: 0px solid #d00;
	margin: 0px 0 00px 0;
	padding: 0 0 30px 0;
}
#quiz .quiz_title_wrapper {
	background:url(../images/title_bg_pink.png) bottom left no-repeat; 
	vertical-align:bottom; margin: 0px 0 0px 0;
}
#quiz h2 {
   text-transform: uppercase;
   /*font: 58px/70px 'opensans', sans-serif;*/
   font-weight: 300;
}
#quiz h3 {
   text-transform: uppercase;
   margin: 0; 
   /*font: 28px/38px 'opensans', sans-serif;*/
}
#quiz .quiz_title {
	padding: 10px 0 0 30px;
}

#quiz  .quiz_bodytext {
	 margin: 0 23px 0 50px;  padding: 10px 20px 0 0; 
}


#quiz .quiz_button_wrapper{
	position: relative; top: 10px;
}
#quiz .quiz_button_wrapper a{
	background: #000; padding: 10px; color: #fff;
	text-decoration: none;
}


#quiz .quiz_button_wrapper a:hover{ color: #f18791; }
#quiz .quiz_button_wrapper a:active{ background-color: transparent !important; }

	
	
	
#destination {	
	background:#fff url('../images/destination_bg.jpg') bottom left no-repeat; 
	background-size: 100% auto;
	border: 0px solid #d00;
	margin: 0px 0 00px 0;
	padding: 0 0 30px 0;
}

#destination .destination {
   margin-top: 30px;
   margin-bottom: 54px;   color: #cccccc;
}
#destination h2 {
   text-transform: uppercase;
   /*font: 58px/70px 'opensans', sans-serif;*/
   font-weight: 300;
}
#destination h3 {
   text-transform: uppercase;
   margin: 0; 
   /*font: 28px/38px 'opensans', sans-serif;*/
}

#destination .destination_title_wrapper {
	background:url(../images/title_bg_pink.png) bottom left no-repeat; 
	vertical-align:bottom; margin: 0px 0 60px 0;
}
#destination .destination_title {
	padding: 10px 0 0 30px;
}

#destination  .city_bodytext {
	 margin: 0 23px 0 50px;  padding: 10px 20px 0 0; 
}
#destination .destination_img {
	position: relative; width: 43%;
}
#destination .destination_img img{
	width:100%;
}
#destination .city_title_wrapper {
	margin: 0 40px 0 50px;
}
#destination .city_text_wrapper {
	position: relative; width: 54%; top: 0px;
}


#destination .city_title {
	position: relative; top: 20px; font: 30px/36px; font-weight: bold;
}
#destination .city_bodytext_wrapper {
	background: #f2f2f2;
}
#destination .city_bodytext p{
	margin: 10px 0 20px 0; color: #333;
}
#destination .city_button_wrapper{
	position: relative; top: 10px;
}
#destination .city_button_wrapper a{
	background: #000; padding: 10px; color: #fff;
	text-decoration: none;
}


#destination .city_button_wrapper a:hover{ color: #f18791; }
#destination .city_button_wrapper a:active{ background-color: transparent !important; }

			
			
#destination .destination_left {
	float: left; width: 60%; border: 1px solid #dd0;
}
#destination .destination_left .destination_img {
	float: left;
}
#destination .destination_left .city_text_wrapper {
	left: -30px; float: left; 
}
#destination .destination_left .city_title_wrapper {
	left: 20px; 
}
#destination .destination_left .city_bodytext {
	left: 20px; 
}



#destination .destination_right {
	float: right; width: 60%; border: 1px solid #dd0;
}
#destination .destination_right .destination_img {
	float: right;
}
#destination .destination_right .city_text_wrapper {
	right: -30px; float: right; 
}
#destination .destination_right .city_title_wrapper {
	right: 20px; 
}
#destination .destination_right .city_bodytext {
	right: 20px;
}


/* ------------------------------------------------------------------ */
/* C. social Section
/* ------------------------------------------------------------------ */


#social{ 
   background: #f2f2f2;
}

#social .social {
   /*margin-top: 30px;*/
   margin-bottom: 54px;  
}
#social h2 {
   text-transform: uppercase;
   /*font: 58px/70px 'opensans', sans-serif;*/
   font-weight: 300;
}
#social h3 {
   text-transform: uppercase;
   margin: 0; 
   /*font: 28px/38px 'opensans', sans-serif;*/
   font-weight: 300;
}

#social .social_title_wrapper {
	background:url(../images/title_bg_purple.png) bottom left no-repeat; 
	vertical-align:bottom; 
	margin: 0px 0 60px 0;
}
#social .social_title {
	padding: 10px 0 0 30px;
}

#social .icons_wrapper{
	padding: 10px 0 30px 0;
	
}

#social .icons{
	float: left;
	margin: 0 10px 0 0;
}        
		
		
		

/* ------------------------------------------------------------------ */
/* d. destinationcity Section
/* ------------------------------------------------------------------ */

#destinationcity{
}

#destinationcity .row_d {	
	height: 100vh;
}
#destinationcity .bigwrap{	
	
	background-size: auto 100%;
}

#destinationcity .smallwrap{
	background: url('../images/hero-background.png') top left no-repeat; 
	height:100vh;width:100%;
	
	background-size: 100% auto;
	padding: 0 0 20px 0;
	/*height: 100%;*/
}

#destinationcity #navi-wrap{
	margin: 0px;;	
}

#destinationcity .destinationcity-headerimage{
	width: 100%;
}

#destinationcity .destinationcity-headerimage img{	
	width: 100%:
}

#destinationcity .destinationcity-wrapper{
	position: relative; top:25vh;	
}

#destinationcity .destinationcity-left{
	float: left; width:350px; border: 0px solid #d00;	
}
#destinationcity .headline{
	width: 100%; border: 0px solid #d00; 
	text-transform:uppercase;
	margin: 0 0 0 0px; 
	border-bottom: 5px solid #000; 
}
#destinationcity h1 {
	text-transform:uppercase;
	font-weight: 300;
	margin: 0px;
}
#destinationcity .destinationcity-text{
	margin: 0 0 80px 0px; line-height: 20px;
}
#destinationcity .destinationcity-right{
	float: left; width:69%; height: 100%; border: 0px solid #d00;
}
#destinationcity .destinationcity-image{
	width: 80%; float: right;
}

#destinationcity .row_m {
    background: #f2f2f2	;
	padding: 0 0 20px 0;
}
		
#destinationcity .row_m .destinationcity-wrapper {
    position: relative;
    top: 0px;
}
	
#destinationcity .row_m .headline_m {
    position: relative; float: left; width: 40%;
}
#destinationcity .row_m .headline_m h1{
    border-bottom: 5px solid #000; margin-bottom: 20px;
}
#destinationcity .row_m .destinationcity-text_m {
    position: relative; float: right; width: 50%;
}
#destinationcity .row_m .navi_right{
    position: relative;
	display: none;
}
#destinationcity .row_m .navi_left{
    position: relative; 
	display: inline-block;
}


/* ------------------------------------------------------------------ */
/* e. articles Section
/* ------------------------------------------------------------------ */



#articles {	
	/*
	background:#fff url('../images/articles_bg.jpg') bottom left no-repeat; 
	background-size: 100% auto;
	*/
	border: 0px solid #d00;
	margin: 0px 0 0px 0;
	padding: 0 0 30px 0;
}

#articles .destination {
   margin-top: 30px;
   margin-bottom: 54px;   color: #cccccc;
}
#articles h2 {
   text-transform: uppercase;
   font-weight: 300;
   margin-top: 10px;
}
#articles h3 {
   text-transform: uppercase;
   font-weight: 100;
   margin: 0; 
}

#articles .destination_title_wrapper {
	background:url(../images/title_bg_pink.png) bottom left no-repeat; 
	vertical-align:bottom; margin: 80px 0 60px 0;
}
#articles .destination_title {
	padding: 10px 0 0 30px;
}

#articles  .city_bodytext {
	 margin: 0 0px 0 0px;  padding: 0 0 0 0;
}
#articles .article_img {
	position: relative; width: 300px;
	padding: 0;
	margin: 0;
	font-size:0;
}
#articles .article_img img{
	width:100%;
	padding: 0;
	margin: 0;
	vertical-align:bottom;
}
#articles .city_title_wrapper {
	margin: 20px 0 0 0; position: relative;
}
#articles .city_text_container {
	width: 39%; height: 100%; float: left; border: 0px solid #ddd; 
	position: relative;
}
#articles .city_text_wrapper {
	width: 75%; height: auto; margin: auto auto; border: 0px solid #dd0;
}


#articles .city_title {
	position: relative; font: 30px/36px; font-weight: bold;
}
#articles .city_bodytext_wrapper {
	background: #fff;
}
#articles .city_bodytext p{
	margin: 10px 0 20px 0; color: #333;
}
#articles .city_button_wrapper{
	position: relative; top: 0px;
}
#articles .city_button_wrapper a{
	background: #000; padding: 10px; color: #fff;
	text-decoration: none;
}


#articles .city_button_wrapper a:hover{ color: #f18791; }
#articles .city_button_wrapper a:active{ background-color: transparent !important; }

			
			
#articles .article_left {
	width: 100%; border: 0px solid #dd0; background: #fff;
}
#articles .article_left .article_img {
	position: relative; width: 60%;float: left;
}

#articles .article_right {
	width: 100%; border: 0px solid #dd0; background: #fff;
}
#articles .article_right .article_img {
	position: relative; width: 60%;float: right;
}



/* ------------------------------------------------------------------ */
/* f. promotions Section
/* ------------------------------------------------------------------ */


#promotions {	
	border: 0px solid #d00;
	margin: 0px 0 0px 0;
	padding: 0 0 30px 0;
}

#promotions .promotions_title {
    padding: 10px 0 0 30px;
}

#promotions h2 {
   text-transform: uppercase;
   /*font: 58px/70px 'opensans', sans-serif;*/   
   font-weight: 300;
}
#promotions h3 {
   text-transform: uppercase;
   margin: 0; 
   /*font: 28px/38px 'opensans', sans-serif;*/   
   font-weight: 300;
}
#promotions h4 {
   text-transform: uppercase;
   margin: 0; 
   /*font: 18px/24px 'opensans', sans-serif;*/   
   font-weight: 300;
}

#promotions .promotions_title_wrapper {
	background:url(../images/title_bg_purple.png) bottom left no-repeat; 
	vertical-align:bottom; margin: 80px 0 60px 0;
}

#promotions .promotions_container {	
	position:relative; width: 32.6%; float: left; padding: 0 1.1% 0 0;
}
#promotions .promotions_container:nth-last-child(3) {	
	float: right; padding: 0 0 0 0;
}
#promotions .promotions_wrapper {	
	padding: 0 0 100px 0;
}
#promotions .promotions_wrapper .promotions_img{	
}
#promotions .promotions_wrapper .promotions_img img{	
	width: 100%;
}
#promotions .promotions_wrapper .promotions_header{
	text-transform: uppercase;	
}
#promotions .promotions_wrapper .promotions_hotel{	
	text-transform: uppercase;
}
#promotions .promotions_wrapper .promotions_bodytext{	

}
#promotions .promotions_wrapper .promotions_bodytext p{	
	padding: 20px 0 30px 0;
	margin:0;
}

#promotions .promotions_button_wrapper{
	position: relative; top: 0px;
}
#promotions .promotions_button_wrapper a{
	background: #000; padding: 10px; color: #fff;
	text-decoration: none;
}


#promotions .promotions_button_wrapper a:hover{ color: #f18791; }
#promotions .promotions_button_wrapper a:active{ background-color: transparent !important; }


@media only screen and (max-width: 1207px) {
	
	#social h2 {
	   text-transform: uppercase;
	   /*font: 38px/48px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
	#social h3 {
	   text-transform: uppercase;
	   margin: 0; 
	   /*font: 28px/38px 'opensans', sans-serif;*/	   
	   font-weight: 300;
	}
			
	#destination h2 {
	   text-transform: uppercase;
	   /*font: 38px/48px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
	#destination h3 {
	   text-transform: uppercase;
	   margin: 0; 
	   /*font: 28px/38px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
	
		
	#destination  .city_bodytext {
		 margin: 0 23px 0 50px;  padding: 10px 20px 0 0; font: 16px; line-height:20px; 
	}
	#destination .destination_img {
		position: relative; width: 40%;
	}
	#destination .city_title_wrapper {
		margin: 0 40px 0 50px;
	}
	#destination .city_text_wrapper {
		position: relative; width: 49%; top: 0px;
	}
	
	
	#destination .city_title {
		position: relative; top: 20px; font: 30px/36px; font-weight: bold;
	}
	#destination .city_bodytext_wrapper {
		background: #f2f2f2;
	}
	#destination .city_bodytext p{
		margin: 10px 0 20px 0; color: #333;
	}
		
	#destination .destination_left {
		float: left; width: 70%; border: 1px solid #dd0; margin: 40px 0 0 0;
	}
	
	
	
	#destination .destination_right {
		float: right; width: 70%; border: 1px solid #dd0; margin: 40px 0 0 0;
	}
	
	#articles .city_text_wrapper {
    	width: 90%; 
	}
	
}
@media only screen and (max-width: 1050px) {
	
	#articles .city_text_container {
		width: 50%; height: auto; margin: auto auto; border: 0px solid #dd0;
	}		
	#articles .article_left .article_img {
		position: relative; width: 50%;float: left;
	}	
	#articles .article_right .article_img {
		position: relative; width: 50%;float: right;
	}
	#articles .city_text_wrapper {
    	width: 90%; 
	}
	#articles .city_title_wrapper {
		margin: 00px 0 0 0;
		position: relative;
	}
	#articles h3 {
		text-transform: uppercase;
		margin: 0;
		/*font: 24px/34px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
}

@media only screen and (max-width: 900px) {
		
	h1{
		font-size: 54px;
		line-height:64px;
	}
	h2 {
		font-size: 44px;
		line-height:54px;
	}
	h3 {
		font-size: 18px;
		line-height: 24px
	}
	h4 {
		font-size: 14px;
		line-height: 18px
	}
	

	#social h2 {
	   text-transform: uppercase;
	   /*font: 38px/48px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
	#social h3 {
	   text-transform: uppercase;
	   margin: 0; 
	   /*font: 28px/38px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
	
	#destination h2 {
	   text-transform: uppercase;
	   /*font: 38px/48px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
	#destination h3 {
	   text-transform: uppercase;
	   margin: 0; 
	   font: 28px/38px 'opensans', sans-serif;
	   /*font-weight: 300;*/
	}
	
		
	#destination  .city_bodytext {
		 margin: 0 23px 0 50px;  padding: 10px 20px 0 0; font: 16px; line-height:20px; 
	}
	#destination .destination_img {
		position: relative; width: 50%;
	}
	#destination .city_title_wrapper {
		margin: 0 40px 0 50px;
	}
	#destination .city_text_wrapper {
		position: relative; width: 49%; top: 0px;
	}
	
	
	#destination .city_title {
		position: relative; top: 20px; font: 30px/36px; font-weight: bold;
	}
	#destination .city_bodytext_wrapper {
		background: #f2f2f2;
	}
	#destination .city_bodytext p{
		margin: 10px 0 20px 0; color: #333;
	}
		
	#destination .destination_left {
		float: left; width: 100%; border: 1px solid #dd0; margin: 40px 0 0 0;
	}
	
	#destination .destination_right {
		float: right; width: 100%; border: 1px solid #dd0; margin: 40px 0 0 0;
	}
	
	#articles .destination_title_wrapper {
		margin: 30px 0 60px 0;
	}

	
	#promotions h3 {
		/*font: 20px/28px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
	#promotions h4 {
		/*font: 16px/24px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
	
	#destinationcity .row_d{
		display: none;
	}
	
	#destinationcity .row_m{
		display: inline-block;
	}
	
}


@media only screen and (max-width: 800px) {

	#articles .city_text_container {
		width: 100%; height: auto; margin: 20px 0 30px 0; border: 0px solid #dd0; float: none;
	}		
	#articles .article_left .article_img {
		position: relative; width: 100%;float: none;
	}	
	#articles .article_right .article_img {
		position: relative; width: 100%;float: none;
	}
	#articles .city_text_wrapper {
    	width: 90%; 
	}
	#articles .city_title_wrapper {
		margin: 00px 0 0 0;
		position: relative;
	}
	#articles h3 {
		text-transform: uppercase;
		margin: 0;
		/*font: 24px/34px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
}

@media only screen and (max-width: 600px) {
	body { 
		background:none; 
		
	}	
	#hero {		
		padding: 0 0 30px 0;
	}
	
	.hero-left{
		float: left; width:45%; border: 0px solid #d00;	
	}
	.hero-text{
		border-top: 5px solid #000; margin: 0 0px 0 10px; line-height: 20px;
	}
	.hero-right{
		float: right; width:54%; height: 100%; border: 0px solid #d00; background: none;
	}
	
	
	#social h2 {
	   text-transform: uppercase;
	   /*font: 38px/48px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
	#social h3 {
	   text-transform: uppercase;
	   margin: 0; 
	   /*font: 28px/38px 'opensans', sans-serif;*/
	   font-weight: 300;
	}


	#destination h2 {
	   text-transform: uppercase;
	   /*font: 38px/48px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
	#destination h3 {
	   text-transform: uppercase;
	   margin: 0; 
	   /*font: 28px/38px 'opensans', sans-serif;*/
	   font-weight: 300;
	}
	
	#destination .city_text_wrapper {
		position: relative; width:100%; top: -20px;
	}
	#destination .city_title_wrapper {
		margin: 0 20px 0 20px;
	}
	#destination  .city_bodytext {
		 margin: 0 20px 0 20px;  padding: 10px 0px 0 0; font: 16px; line-height:20px; 
	}
	
	#destination .destination_left {
		float: none; width: 100%; border: 1px solid #dd0; margin: 20px 0 0 0;
	}
	#destination .destination_left .destination_img {
		float: none; width: 100%;
	}
	#destination .destination_left .destination_img img{
		width: 100%;
	}
	#destination .destination_left .city_text_wrapper {
		left: 0px; float: none; 
	}
	#destination .destination_left .city_title_wrapper {
		left: 0px; 
	}
	#destination .destination_left .city_bodytext {
		left: 0px; 
	}
	
	
	#destination .destination_right {
		float: none; width: 100%; border: 1px solid #dd0; margin: 20px 0 0 0;
	}
	#destination .destination_right .destination_img {
		float: none; width: 100%;
	}
	#destination .destination_right .destination_img img{
		width: 100%;
	}
	#destination .destination_right .city_text_wrapper {
		right: 0px; float: none; 
	}
	#destination .destination_right .city_title_wrapper {
		right: 0px; 
	}
	#destination .destination_right .city_bodytext {
		right: 0px; 
	}
	
	#promotions .promotions_wrapper {
		padding: 0 0 40px 0;
	}
	#promotions .promotions_container {	
		position:relative; width: 100%; float: none; padding: 0 0 0 0;
	}
	#promotions .promotions_container:nth-last-child(3) {	
		float: right; padding: 0 0 0 0;
	}
	#promotions h3 {
		font: 22px/28px 'opensans', sans-serif;
	}
	#promotions h4 {
		font: 18px/24px 'opensans', sans-serif;
	}
		
	#destinationcity .row_m .headline_m {
		position: relative; float: none; width: 100%;
	}
	#destinationcity .row_m .headline_m h1{
		border-bottom: 5px solid #000; margin-bottom: 20px;
	}
	#destinationcity .row_m .destinationcity-text_m {
		position: relative; float: none; width: 100%;
	}
	
	#destinationcity .row_m .navi_right{
		display: inline-block;
	}
	#destinationcity .row_m .navi_left{
		display: none;
	}
		
}

@media only screen and (max-width: 414px) {
	body { 
		background: none; 
	}
	
	#hero {		
		padding: 0 0 30px 0;
	}
	.hero-left{
		float: none; width:100%; border: 0px solid #d00;	
		padding: 0 0 30px 0;
	}
	.responsive-headline{
		width: 80%; border: 0px solid #d00;
	}
	.hero-text{
		border-top: 5px solid #000; margin: 0 20px 0 20px; line-height: 20px;
	}
	.row_m{
		display: block;
	}
	.row_d{
		display: none;
	}
	.hero-right{
		float: none; width:100%; height: 100%; border: 0px solid #d00; background: #ffffff;
	}
	.hero-image{
		width: 100%; float: none;
	}
	
	#destinationcity h1 {
		/*font: 38px/48px 'opensans', sans-serif;	*/
	   font-weight: 300;
	}
	#destinationcity .destinationcity-left {	
		float: none;
		width: 90%;	
	}
	#destinationcity .destinationcity-text {
		margin: 0 0 50px 0px;
		line-height: 20px;	
	}
	#navi-wrap {	
		display: block;
		font: 20px 'opensans-bold', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1.1px;
		float: left;
		margin: 0 0 0 10px;	
	}
	#destinationcity .bigwrap {
		

	}
	#destinationcity .smallwrap {
		height: 100vh;
		width: 100%;
		background-size: 100% auto;
		padding: 0 0 20px 0;
		height: 100%;	
	}
	
	#destinationcity .row_m{
		display: block;
	}
	
	#destinationcity .destinationcity-headerimage{
		width: 90%;
	}
	
	#destinationcity .destinationcity-headerimage img{	
		max-width: 400px;
	}	
}


