html,body{
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	color: #383838;
	min-height: 100%;
	height: 100%;
}
h1,h2{
	display: inline-block;
	 word-wrap: break-word;
	 max-width: 100%;
}
h1,h2,h3,p{
		color: #333
}
a{
	color: #d6a92f;
}
td{
	padding: 0;
	position: relative;
}
iframe{
	width: 100%;
	border: none;
}
.content-align>ul>li{
	list-style-type: none;
}
.flags a.selected{
background: rgba(255, 181, 22, 0.29);
border-radius: 5px;
border: 1px solid rgb(231, 164, 15);
margin-bottom: 10px;
margin-top: 10px;
}
.flags a{

float: left;
padding: 15px;
}
.flags a:hover{
	background: rgba(255, 181, 22, 0.40);
border-radius: 5px;
}
.flags{
	position: absolute;
right: 35px;
width: 50px;
top: 15px;
z-index: 4

}
.flags li{
	list-style-type: none;
	margin: 0;
}
.flags  ul{
	padding: 0;
	background: white;
}

.button{
	border: none;
	padding: 20px 30px;
	border-radius: 4px;
	display: inline-block;
	min-width: 180px;
	cursor: pointer;
		transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
text-align: center;
-webkit-appearance: none;
text-transform: uppercase
}
.orangebutton{
	background: #d6a92f;
	color:white;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}
.orangebutton:hover{
	background: #fcc141;
}
.menu{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 3
}
.menu ul li{
	list-style-type: none;
	float: left;
	padding: 5px 20px;
}
.menu ul{
	width: 100%;
	max-width: 820px;
	margin: 20px auto;
	display: block;
	padding: 0;

}
.hamburger {
	display: none
}
.menucontent{
	/*display: none*/
	background: white;position: absolute;
    top: -280px;
    /*top: 56px;*/
    border-bottom: 1px solid grey;
    height: 215px;
    		transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #dedede;
}

.menucontent li{
	display: block !important;
	width: 100%;
    line-height: 30px;
}
.menu #hamburger span{
	display: block;
    position: absolute;
    height: 3px;
    width: 18px;
    background: #333;
    border-radius: 6px;
    opacity: 1;
    left: 20px;
    	transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;

}
.menu #hamburger span.open{
	opacity: 0;
}
.menu #hamburger span.open:first-child{
	opacity: 1;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu #hamburger span.open:last-child{
	opacity: 1;
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
}
.menu #hamburger{
    width: 40px;
    height: 27px;
    position: absolute;
    padding-top: 35px;
    right: 0;
    margin-top: -26px;
}


.whitemenu ul{
	max-width: 1280px;
}
.whitemenu .button{
	margin-top: -14px;
	color: white !important;
	float: right;
}
.whitemenu ul li.orderbutton {
	float: right;
}
.whitemenu ul li{
	padding: 5px 10px;
}
.menu a{
	padding: 15px 15px;
	font-size: 20px;
	text-decoration: none;
	color: white;
}
.whitemenu a{
	color: #333;
}
.whitemenu{
	margin-top: -100px;
	position: fixed;
	z-index: 1000;
	background: rgba(255, 255, 255, 1);
border-bottom: 1px solid #dedede;
		transition: all 0.33s ease-in-out;
-webkit-transition: all 0.33s ease-in-out;
-ms-transition: all 0.33s ease-in-out;
height: 76px;
}

/*TRIPADVISOR*/
#CDSWIDSSP{
	width: 320px !important;
}
.tripadvisor{
	transition: all 0.33s ease-in-out;
-webkit-transition: all 0.33s ease-in-out;
-ms-transition: all 0.33s ease-in-out;
	position: fixed;
    z-index: 10;
    width: 320px;
        height: 600px;
    top: 50%;
    margin-top: -300px;
}
.tripadvisor>img{
	    margin-bottom: -5px;
}
.widSSPData{
	border:none !important;
	    border-radius: 0 0 5px 0;
}
.trip_button{
	position: absolute;	
	    right: -58px;
	    top: 35px
}




.logo{
	margin-top:-23px
}
.menu a:hover{
	color: #fcc141;
}
.map{
	width: 100%;
	position: relative;
	float: left;
}
.map .content{
	position: absolute;
}
.mapinfo{
	background: rgba(0, 0, 0, 0.7);
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
padding: 15px 35px;
position: absolute;
margin-top: 40px;
max-width: 360px;
right: 10%;
}
.mapinfo *{
	color: white;
}
.mapinfo .big{
	font-size: 20px;
}

.mapinfo h2{
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom: 3px solid #d6a92f;

}
.mapinfo h3{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #d6a92f;
	display: inline-block
}



#map{

float: left;
height: 650px;
width: 100%;
}
.header{
	background: url('background_2.jpg') center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.headertext img{
	width: 100%;
	max-width: 620px;
}
.headertext{
	text-align: center;
	top: 50%;
	margin-top: -260px;
	color: white;
	position: absolute;
	left: 50%;
	margin-left: -360px;
	max-width: 720px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

    margin-top: -240px;
    margin-left: -320px;
}
.headertext>*{
	color: white;
}
.headertext h1{
	font-size: 46px;
margin-top: 25px;
margin-bottom: 0px; 

}
.headertext p{
	margin-bottom: 25px;
    font-style: italic;
    font-size: 20px;
}
.content-align{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: block;
	float: none;
	position: relative;
	height: 100%;
}
.content h1, .content h2{
	font-size: 65px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #d6a92f;
	margin-top: 0;
	line-height: 72px;
  letter-spacing:-4px;

}
h3{
	display: inline-block
  
}
.advisor_badge{
	left: 50px;
	position: absolute;
	width: 200px;
	bottom: 85px;
}
.advisor_badge img{
	width: 200px;
	float: left;
	margin: 10px;
}
.advisor_badge_small{
		width:100%;
		text-align: center; 
		margin-top: 10px;
	}
.advisor_badge_small img{
	width: 200px; margin: 10px;
}
.content>.content-align{
	padding-top: 45px;
	padding-bottom: 45px;
}
.content-align h3{
	text-align: center;
	/*width: 100%;  */
	  font-size: 22px;
    margin-bottom: 5px;
}
.half{
	float: left;
	width: 100%;
	max-width: 630px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 40px;
	position: relative
}
.half li{
	padding-bottom: 10px;
}
.half h3{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #d6a92f;
	font-size: 33px;
  letter-spacing:-1px;
}
.two-column li{
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;

}
.two-column li:first-child{
	padding-right: 30px;
}
.full{
	width: 100%;
	float: left;
			-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.four-column li{
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	padding: 15px 0;
	float: left;

}
.icons{
	padding-bottom: 180px
}
.icons li{
	height: 240px;
	padding-left: 60px;
	padding-right: 40px;
}
.icons h3{
	margin-bottom: 5px;
	font-size: 22px
}
.icons li img{
	width: 48px;
	position: absolute;
margin-left: -65px;
margin-top: 28px
}
.icons p{
	font-size: 16px;
}
.included{
	padding: 0;
}
.included li{
background: url("check.png") no-repeat;
background-size: 22px;
padding-left: 40px;
background-position: 5px 3px;
padding-top: 5px;
list-style-type: none;
font-size: 18px;
}
.pricing{
	text-align: center;
	margin-top: 100px;
}
.pricing .time{
	font-size: 26px;
	color: #d6a92f;
}
.pricing .price{
	font-size: 140px;
	font-weight: bold;
	letter-spacing: -5px;
}
.pricing .subprice{
	font-size: 26px;
	line-height: 60px;
}
.black{
	padding-top: 80px;
	background-color: rgb(32, 30, 30);
}
.black *{
	color: white
}
.black a{

	color: #d6a92f;
		
}
.big p{
	font-size: 20px;
	line-height: 24px;
}
h2{
	font-size: 36px;
}
.content-align>ul>li>span{
	color: #d6a92f;
	font-size: 16px;
	position: absolute;
}
p{
	font-size: 18px;
	line-height: 24px;
	margin-top: 5px;
}
.content{
	float: left;
	width: 100%;
}
.table{
	position: relative;
	width: 100%;
}
.foantop{
	width: 100%;
	height: 100px;
	float: left;
	background: url("separator.png") repeat-x;
	margin-top: -90px;
	position: relative
}
.foanbottom{
		width: 100%;
	height: 100px;
	float: left;
	background: url("separator2.png") repeat-x;
	margin-bottom: -90px;
	position: relative;
	z-index: 2
}

.social{
	position: absolute;
right: 50px;
margin-top: 30px
}
.social a{
	margin-left: 10px
}
.gallery{
	text-align: center;
	position: relative;
}
.gallery ul{
	padding: 0;
	margin: 0;
}
.gallery div img{
	width: 100%;
	margin-bottom: -5px;
		transition: opacity 0.4s ease-in-out;
-webkit-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;	
}

.gallery li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	width: 16.66%;
	background: #f3c035;
	position: relative
}
.gallery li a{
	display: block;
}
.gallery li a:hover img{
	opacity: 0.5
}
.gallery li a:hover img.search{
	opacity: 1
}
.gallery li img.search{
	    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    margin-top: -25px;
    opacity: 0;
}
.gallery p{
	padding: 10px;
	font-size: 20px;
  line-height:24px;

}.partners li{
		    padding: 5px;
    box-sizing: border-box;
    display: block !important;
		background: none;
		padding-bottom: 40px;
		text-align: center
	}
.partners{
	box-sizing: border-box;
	
	padding-top: 80px;
	text-align:left;
}
.partners p {
	font-weight: normal;
	padding: 5px 30px;
}
.reviewlist_wrapper{
 position: relative;

}
.reviewlist_wrapper>a{
	position: absolute;
	top: 90px;
	margin: 0 25px;
}
.reviewlist_wrapper a svg{
	fill: #ffc625;
}
.reviewlist{
	margin: 0 80px;
}
.reviewlist>div>div{

	padding: 20px;
	position: relative;
	box-sizing: border-box;
}
.reviewlist>div>div>div{
    background: white;
    border-radius: 40px;
        padding: 15px 22px 25px;
        margin-bottom: 30px;

}
.reviewlist h4{
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    margin: 10px 0 0;
}
.reviews{
	text-align: center;
	    margin-bottom: -45px;
}
.reviews p{
	font-style: italic;
	    min-height: 110px;
}
.reviews b{
	color:#ffc625;
}
.reviewlist *{
	color: #333;
}
.reviewlist p{
	    font-size: 15px;
    line-height: 18px;
        margin: 5px 0;
        padding: 0;
}
.reviewlist .author{
	color: #ffc625;
	font-size: 12px;
	width: 100%;
	display: block;
}
.reviewlist .stars{
	width: 75px;
}
.reviewlist .source{
    width: 85px;
    margin: -35px;
    margin-left: 15px;
    position: relative;
    bottom: -30px;
}


td>span{
position: absolute;
margin-top: -25px;
margin-left: 5px;
font-weight: 600;
font-size: 14px;
}
.table tr{
	height: 85px;
}
.smalltable tr{
	height: 110px;

}
.smalltable td{
	padding: 5px;
	position: relative
}
.smalltable{
	width: 100%
}
.smalltable  input[type="text"], input[type="email"], input[type="date"], textarea{
	border: 1px solid white;
	color: white;
	background: none
}
.error{
	display: none;
	right: 8px;
color: #ff053d;
font-weight: 400;
/* width: 420px; */
text-align: right;
margin: 12px;
z-index: 3
}

.instagram a{
	float: left;
width: 70px;
height: 70px;
margin: 3px;
overflow: hidden;
position: relative;
}
.instagram img{
	width: 100%;
}

.ssl{
    display:none;
    text-align: right; 
    float: right;
    position: relative;
    width: 110px;
}

.copyright{
	font-size: 12px;
	padding: 5px;
}
.two-col td{
	width: 50%;
}
.topmargin{
	margin-top: 40px;
}
 input[type="text"], input[type="email"], input[type="date"], textarea{
	border: 1px solid #c5c5c5;
	border-radius: 0px;
	height: 47px;
line-height: 20px;
padding: 9px;
font-size: 14px;
color: #5f6a7d;
width: 100%;
box-sizing:border-box;
-webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
transition: color 0.3s, border-color 0.3s, background-color 0.3s;
z-index: 2;
resize: none;
position: relative;
-webkit-appearance: none;
}
.date{
	width: 50%
}
textarea{
	height: 140px;
}
.copyright{
	text-align: center
}
.two-col input[type="text"]{
	width: 49%;
}
.ui-button{
	border-color: #c5c5c5;
	background: white;
	margin-top: 0px;
/* height: 25px */
padding: 14px;
border-radius: 0;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
}
.ui-selectmenu-text {
    
    color: #989898;
    font-size: 15px;
}

@media screen and (max-width: 1280px) {
	.content-align{
		max-width: 1024px;
	}
	.half{
		max-width: 512px;
	}
	.content h1, .content h2{
		font-size: 66px;
	}
	.menu a {
    padding: 15px 16px;
    font-size: 18px;
	}
	.whitemenu .button{
		margin-right: 10px;
	}
	.whitemenu ul li {
    padding: 5px 0px;
}
	.four-column li{
		width: 50%
	}
	.icons li{
		height: 200px;
	}
}
@media screen and (max-width: 1024px) {
	.half{
		max-width: 100%;
	}
	.gallery li{
		width: 25%
	}
	.content>.content-align {
    padding: 0
	}
	.reviews{
		margin-bottom: -5px;
	}
	.full{
		padding-right: 20px;
		padding-left: 20px;
	}
	.full li{
		width: 100%;
	}
	img{
		max-width: 100%;
	}
	.payments{
		float: left;
margin-top: -115px;
    margin-left: 195px;
	}
	.advisor{
		float: left: 
	}
  .ssl {
    display:none; 
}
	.table{
		width: 100%;
	}
	.ui-selectmenu-button.ui-button{
		width: 80%;
	}
	.icons li {
		padding-left: 65px
	}
}
@media screen and (max-width: 940px) {
	.tripadvisor{
		display: none;
	}
	.advisor_badge{
		width:100%;
		text-align: center; 
		    left: 0;
    bottom: 38px;
	}

	.advisor_badge img{
		float: none;
		max-width: 120px;
	}
	.mainmenu{
		    z-index: 3;
    background: white;
    height: 56.2px;
    padding-top: 25px !important;
    margin-top: -5px !important;

	}
	.menu{
		display: none;
	}
	.whitemenu{
		display: block;
	}
	.whitemenu li{
		display: none;
	}
	.whitemenu .show{
		display: block; 
	}
}
@media screen and (max-width: 720px) {
	.two-column li{
		width: 100%;
	}
	.headertext {
		width: 100%;
		left: 0;
		margin-left: 0;
		padding: 20px;
		margin-top: -220px;
	}
	.headertext h1{
		font-size: 30px;
	}
	.icons li{
		height: auto
	}
	.half{
		padding-top: 0px;
		    margin-bottom: -20px;
	}
	.gallery li{
		width: 50%
	}
	.gallery li:nth-child(odd){
		display: none;
	}

	.mapinfo{
		position: relative;
    float: left;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    background-color: rgb(32, 30, 30);
    padding-left: 20px;
	}
	#map {
    height: 340px;
	}
	.pricing {
    margin-top: 0px;
	}
	.social{
		position: relative;
		margin-left: 50px;
	}

}
@media screen and (max-width: 480px) {
	.pricing .price {
    font-size: 130px;
    letter-spacing: -7px;
}
.social{
	    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
}
	.payments{
		float: none;
		margin-bottom: -55px;
		margin-top: 0;
		margin-left: 0; 
	}
	.content h1 {
    font-size: 48px;
}
	.time{
		    width: 100%;
    display: block;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
	}
	.date{
		width: 100%;
    clear: both;
    display: block;
    margin-top: 20px;
	}
	.message{
		    margin-top: -45px;
	}
	.ui-selectmenu-button.ui-button{
	    width: 90%;
	    margin-left: 0
	}
	.icons li{
		padding-right: 0
	}
	.error{
		right: 8px !important;
	}

}



