/**
 * Resets
 */



div.b {
  line-height: 1.6;
}




.column {
  float: left;
  width: 25%;

}
.column2 {
  float: left;
  width: 75%;

}



.column10 {
  float: left;
  width: 66.5%;
    margin-top: 20px;
}
.column11 {
  float: left;
  width: 16.5%;
    margin-top: 24px;
}

.column12 {
  float: left;
  width: 33%;
    margin-top: 24px;
}


.columnredtour {
  float: left;
  width: 40%;
    margin-left: 10%;
      border: 0;
  padding: 0;

}

.columnredtour2 {
  float: left;
  width: 50%;
      border: 0;
  padding: 0;

}


.marginphone {
  float: none;
  margin-left: 10%;
  margin-right: 10%;
}


#backstage_icon {
	display: none !important;
}
.noclick {	
   	display: none !important;
}
#backstage_icon a {
	display: none !important;

}
#backstage_icon.noclick, #backstage_icon.noclick a {
	   	display: none;

}






.btn {
	background: grey;
    display: inline-flex;
    height: 48px;
    padding: 0 22px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-family: "Source Sans Pro", Social /*!Google*/cursive;
     font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}



.btn1 {
	background: #D3D3D3;
    display: inline-flex;
    height: 48px;
    padding: 0 22px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-family: "Source Sans Pro", Social /*!Google*/cursive;
     font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn2 {
	background: #D3D3D3;
    display: inline-flex;
    height: 48px;
    padding: 0 53px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-family: "Source Sans Pro", Social /*!Google*/cursive;
     font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.baixo{
	margin-top: 10px;
}

.button1 {
    display: inline-flex;
    height: 45px;
    padding: 0 45px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    color:rgba(0, 0, 0, .2) !important;
    font-family: "Source Sans Pro", Social /*!Google*/cursive;
     font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
      background-color:rgba(0, 0, 0, 0.05);
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.button1 {
  transition-duration: 0.4s;
}

.button1:hover {
  background-color:rgba(0, 0, 0, 0.05);
  color: white;
}










.button2 {
    display: inline-flex;
    height: 45px;
    padding: 0 45px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    color:rgba(0, 0, 0, .4) !important;
    font-family: "Source Sans Pro", Social /*!Google*/cursive;
     font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
      background-color:rgba(0, 0, 0, .08);
  border: 2px solid rgba(0, 0, 0, 0.15);
    cursor:pointer;
}

.button2 {
  transition-duration: 0.4s;
}

.button2:hover {
  background-color:rgba(0, 0, 0, 0.05);
  color: white;
}





* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #CC7722;
	color: #fff;
}

::selection {
	background-color: #CC7722;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #fdf7f2;
	color: #000;
    
 }
   

    
    
    
    
    


a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

#location40{
 position: fixed;
 width:20%;
 height:100px;
 top:34px;
 left:32px;
}


#location{
 position: fixed;
 width:100px;
 height:15px;
 top:5%;
 left:10%;
}
#location2{
 position: fixed;
 height:10px;
 top:6.2%;
 left:85%;
    align-items: left;
    
    
 
}

#location3{
left:49px;
    right:50px;
 position: absolute;
    display: block;

}

#location4{
left:50px;
    right:50px;
 position: absolute;
    display: block;

}


   
#location21{
 position: absolute;/*about phone*/
 width:100px;
 height:100%;
 top:34px;
 left:49px;
}
#location22{
 position: absolute;/*about phone*/
 height:100%;
 top:50px;
 left:85%;
    align-items: left;
 
}
    


   



/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

 main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body[data-page-id="270243"] .subpage_overlay {
    background: #e50000;
}

body[data-page-id="368873"] .subpage_overlay {
    background: #cc0000;
}


body[data-page-id ="268781"] .subpage_overlay {
    background: #fffaef;
}

/**body.homepage .subpage_overlay {
	display: none;
}*/

body[data-page-id="369127"] .subpage_overlay {
    background: #cc0000;
}



body[data-page-id="299968"] .subpage_overlay {
    background: #e50000;
}



/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em;
    font-size: 1.1rem;
	line-height: 1.3;
	font-family: "Source Sans Pro", Social /*!Google*/;
	font-style: normal;
	font-weight: 300;
    letter-spacing:0.8px;
	color: rgba(0, 0, 0, 0.6);
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	display: block;
    margin-top: 15px;
    margin-bottom: 15px;;
}

hr1 {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.04em;
	display: block;
    margin-top:5px;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 5px;
    margin-top: 10px;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: #fffaef;/*!content_center*/
	text-align: center /*!text_center*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 90rem/*!content_center*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 3.1rem;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-family: Petrona, Social /*!Google*/;
	font-style: normal;
	line-height: 0.5;
    text-decoration: none;
}

[data-predefined-style="true"] main a {
	color: rgba(0, 0, 0, 0.70);
    padding-bottom: 0em;
    text-decoration: none;
    
}

[data-predefined-style="true"] main h2 a:hover {
color: rgba(0, 0, 0, 0.6);
}

[data-predefined-style="true"] main h1 a:hover {
color: rgba(0, 0, 0, 0.6);
}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: Petrona, Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.70);
	text-rendering: optimizeLegibility;
    letter-spacing: 1.5px;
}



[data-predefined-style="true"] h3 {
	font-family: Petrona, Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2.0rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.3);
	text-rendering: optimizeLegibility;
    letter-spacing: 0.7px;
}


[data-predefined-style="true"] main h3 a:hover {
color: rgba(0, 0, 0, 0.6);
}




[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.4);
}

[data-predefined-style="true"] h2 {
	font-family: Petrona, Social /*!Google*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
    letter-spacing:0.5px;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 1.4rem;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.4);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.3;
	font-family: "Source Sans Pro", Social /*!Google*/;
	font-style: normal;
	font-weight: 300;
    letter-spacing:0.8px;
	color: rgba(0, 0, 0, 0.6);
}

[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.6);
	border-bottom-width: 0.1em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: rgb(255, 250, 239)/*!subpage_overlay*/;
}

.fade {
   opacity: 1;
   transition: opacity .20s ease-in-out;
   -moz-transition: opacity .20s ease-in-out;
   -webkit-transition: opacity .20s ease-in-out;
   }

   .fade:hover {
      opacity: 0.8;
      }


.iframe-container{
position: relative;
width: 100%;
padding-bottom: 56.25%;
height: 0;
}

.iframe-container iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
    height: 100%;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;

}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}

/*CODE FOR MOBILE MARGINS!!!!!*/

[data-page-id="366781"] .content_padded {
	padding: 0.0rem/*!main_margin*/;}

[data-page-id="334984"] .content_padded {
	padding: 0.0rem/*!main_margin*/;}

[data-page-id="334980"] .content_padded {
	padding: 0.0rem/*!main_margin*/;}

[data-page-id="299984"] .content_padded {
	padding: 0.0rem/*!tour-menu*/;}

[data-page-id="312856"] .content_padded {
	padding: 0.0rem/*!london*/;}

[data-page-id="366820"] .content_padded {
	padding: 0.0rem/*!australia*/;}

[data-page-id="366825"] .content_padded {
	padding: 0.0rem/*!portugal*/;}

[data-page-id="366826"] .content_padded {
	padding: 0.0rem/*!portugal*/;}

[data-page-id="300045"] .content_padded {
	padding: 0.0rem/*!about*/;}


[data-page-id="299986"] .content_padded {
	padding: 0.0rem/*!about*/;}


[data-page-id="370408"] .content_padded {
	padding: 0.0rem/*!Morocco*/;}



[data-page-id="300061"] .content_padded {
	padding: 0.0rem/*!about*/;}

[data-page-id="300051"] .content_padded {
	padding: 0.0rem/*!about*/;}

[data-page-id="369141"] .content_padded {
	padding: 0.0rem/*!about*/;}

[data-page-id="369127"] .content img {
	float: none;
	margin-bottom: -1em;
}


[data-page-id="368873"] main a:hover {
color:  rgba(0, 0, 0, 0.5);
}




[data-page-id="368873"] main a1 {
	color:#5e130d;
    padding-bottom: 0em;
    text-decoration: none;
    
}

[data-page-id="368873"] main a1:hover {
color:rgba(0, 0, 0, 0.3);
    cursor: pointer;
}



.container1 {
  position: relative;
  width: 100%;
}

.image1 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity .20s ease-in-out;
   -moz-transition: opacity .20s ease-in-out;
   -webkit-transition: opacity .20s ease-in-out;
    background-color: rgba(250, 240, 230, 0.15);;
}

.container1:hover .overlay1 {
  opacity: 0.8;
}

.text1 {
  color: white;
  font-size: 16px;
    letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}








/* Style the header */
.header23 {
  padding: 4% 100%;
  background: #fffaef;
  color: #fffaef;
    position: fixed;

}

/* Page content */
.content23 {
  padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky23 {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky23 + .content23 {
  padding-top: 102px;
}





/* Style the header */
.header20 {
  padding: 0px 100%;
  margin-top: -40px;
  margin-left: -38px;
  background: #FAF0E6;
  color: #f1f1f1;
    position: fixed;
}

/* Page content */
.content20 {
  padding: 16;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky20 {
  position: fixed;
  top: 0;
  width: 100%
}
.sticky20 + .content20 {
  padding-top: 102px;
}


[data-page-id="370414"] .content_padded {
	padding: 0.0rem/*!StoreBook2*/;}

[data-page-id="366790"] .content_padded {
	padding: 0.0rem/*!StoreTEE2*/;}

[data-page-id="300070"] .content_padded {
	padding: 0.0rem/*!Red2*/;}

[data-page-id="385090"] .content_padded {
	padding: 0.0rem/*!ChiliCOverArt*/;}

[data-page-id="299966"] .content_padded {
	padding: 0.0rem/*!Home2*/;}




[data-page-id="370408"] .content img {
	float: none;
	margin-bottom: 10px;
}


[data-page-id="299986"] .content img {
	float: none;
	margin-bottom: 10px;
}

[data-page-id="334979"] .content img {
	float: none;
	margin-bottom: 10px/*!MenuAmsterdam2*/;
}

[data-page-id="300051"] .content img {
	float: none;
	margin-bottom: 20px/*!CLN2*/;
}





    .fixed-header{
        width: 100%;
        position: fixed;        
        background:#fdf7f2;
        padding: 5px 0;
        color: #fff;
 top:0;
    }

