body {
 
  
}

.centered {
    margin: auto;
    display: block;
}

.full_width {
    width: 100%;
}
.full_height {
    height: 100%;
    width: auto;
}

.absolute {
	position:absolute;
	top:0;
	left:0;
}

body * {
-webkit-tap-highlight-color: rgba(0,0,0,0);
 -webkit-touch-callout: none;

}

.has_transition_800_inout_exp {
    -webkit-transition: all 900ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
    transition: all 900ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    will-change: transform, opacity;
     
}
.has_transition_800_inout {
    -webkit-transition: all 800ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
    transition: all 800ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    will-change: transform, opacity;

}

.has_transition_1600 {
     -webkit-transition: all 1600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;     
}

.has_transition_3000 {
     -webkit-transition: all 3000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 3000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    will-change: transform, opacity;     
}

.has_transition_2000_cubic {
     -webkit-transition: all 2000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 2000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    will-change: transform, opacity;     
}


.has_transition_1200 {
     -webkit-transition: all 1200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;     
}

.has_transition_1800 {
     -webkit-transition: all 1800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;     
}

.has_transition_1600_inout {
     -webkit-transition: all 1600ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
    transition: all 1600ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
    will-change: transform, opacity;     
}

.has_transition_1000_inout_cubic {
    -webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    will-change: transform, opacity;
}

.has_transition_1300_inout_cubic {
    -webkit-transition: all 1300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    transition: all 1300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    will-change: transform, opacity;
}

.has_transition_600_inout_cubic {
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    will-change: transform, opacity;
}

.has_transition_800_inout_cubic {
    -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000); 
    will-change: transform, opacity;
}
.has_transition_400_inout {
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    will-change: transform, opacity;     
}
.has_transition_300_inout {
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    will-change: transform, opacity;
 
}
.has_transition_300 {
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000) ;
    will-change: transform, opacity;
    
}

.has_transition_1000_inout {
    -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
    transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
    will-change: transform, opacity;     
}


.has_transition_600_inout {
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
    will-change: transform, opacity;     
}

.has_transition_400 {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
    will-change: transform, opacity; 

}

.has_transition_600 {
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000)  !important;
    transition: all 600ms cubic-bezier(0.165, 0.840, 0.440, 1.000)  !important;
    will-change: transform, opacity;
   
}
.has_transition_800 {
    -webkit-transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    will-change: transform, opacity;
   
}
.has_transition_600_cubic {
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 600ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    will-change: transform, opacity;
}
.has_transition_400_cubic {
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 400ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    will-change: transform, opacity;

}

.has_transition_600_expo {
    -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;

}

.has_transition_800_expo {
    -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;
 
}

.has_transition_1000_expo {
    -webkit-transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;
 
}

.has_transition_1300_expo {
    -webkit-transition: all 1300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;
 
}

.has_transition_1600_expo {
    -webkit-transition: all 1600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    will-change: transform, opacity;
 
}

.transform_centered {
    -webkit-transform-origin: center center!important;
    transform-origin: center center !important;
    
     
}
.has_transition_800 {
    -webkit-transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 800ms cubic-bezier(0.165, 0.840, 0.440, 1.000);  
      will-change: transform, opacity;
}
.has_transition_1000 {
    -webkit-transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
      will-change: transform, opacity;
}

.has_transition_1000_cubic {
	-webkit-transition: all 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 1000ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	  will-change: transform, opacity;
}

.has_transition_1500_cubic {
	-webkit-transition: all 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 1500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	  will-change: transform, opacity;
}

.has_transition_800_cubic {
	-webkit-transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 800ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	will-change:transform,opacity;
}


.no_transition {
    -webkit-transition: none !important;
    transition: none !important;
}
.horizontal_mirror {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.button {
	cursor:pointer;
}

.no_width {
	 -webkit-transform: scale(0,1) !important;
   transform: scale(0,1) !important;
}

.no_height {
	 -webkit-transform: scale(1,0) !important;
   transform: scale(1,0) !important;
}

.no_events {
	pointer-events:none;
}

.no_margin_left {
	margin-left:0 !Important;
}

.no_opacity {
    opacity: 0!important;
    pointer-events:none;
}
.top_single {
    opacity: 0 !important;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.top_double {
    opacity: 0 !important;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.top_triple {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
}


.hidden_by_scaleup {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.hidden_by_scaleup_low {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    opacity: 0 !important;
    pointer-events:none;
}

.hidden_by_scaling {
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
    opacity: 0;
    pointer-events:none;
}

.hidden_by_scaling_low {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    pointer-events:none;
}

.hidden_by_scaling_ultralow {
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    opacity: 0 !important;
    pointer-events:none;
}

.hidden_by_scaling_invisible {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    opacity: 0 !important;
}

.hidden_by_scaling_full {
	 -webkit-transform: scale(0) !important;
    transform: scale(0) !important;
}

.left_translated {
	-webkit-transform: translateX(-40px);
    transform: translateX(-40px);
}

.left_translated_low {
	-webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
}

.right_translated {
	-webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0.8;
}






.half {
    width: 50%;
    float: left;
    position:relative;
}
.quarter {
    float: left;
    width: 25%;
}
.third {
    float: left;
    width: 33.3333%;
}

.sixty {
	width:60%;
	float:left;
}

.thirty {
	width:30%;
	float:left;
}

.fourty {
	width:40%;
	float:left;
}

.twenty {
	width:20%;
	float:left;
}

.white_back {
	background:#FFFFFF;
}

.overflow_wrap {
	overflow:hidden;
	
}

.overflow_wrap .top {
	-webkit-transform:translateY(96%);
	transform:translateY(96%);
	
}

.covered {
	position:relative;
	overflow:hidden;
}


.covered.full {
	width:100%;
	height:100%;
}

.covered.text {
	display:inline-block;
}
	
.cover {
	position: absolute;
    width: 100%;
    height: 100%;
    left:100%;  
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
    z-index:1;
}

.covered .content {
	-webkit-transform:translateX(10%);
	transform:translateX(10%);
	    width: auto !important;
	    height: 100%;
	   
    
}

.covered .content img, .covered .content iframe {
	opacity:0;
}

.cover.removed {
	-webkit-transform:translateX(0) !important;
	transform:translateX(0) !important;
}

.content.positioned {
	-webkit-transform:translateX(0) !important;	
	transform:translateX(0) !important;
}

.content.positioned img,.content.positioned iframe {
	opacity:1;
}

.covered.vertical .cover {
	 top:100%;
	-webkit-transform:translateY(-100%);
    transform:translateY(-100%);
        left: 0;
}


.covered.vertical .content {
	-webkit-transform:translateY(0) translateX(0);
	
	transform:translateY(0) translateX(0);
}

.covered.vertical .cover.removed {
		-webkit-transform:translateY(0);	
	    transform:translateY(0);	
}


.covered.right .cover {
    left:-100%; 
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    z-index:1;
}

.covered.right .content {
	-webkit-transform:translateX(-10%);
	transform:translateX(-10%);
	    width: auto !important;
}

.cover.grey {
	background: #EDEAEF;
	
}

.cover.white{
	background: #FFFFFF;	
}

.tabled {
	display:table;
}

.table-cell {
	display:table-cell;
	vertical-align:middle;
}

.main_section {
	width:100%;
	float:left;
}

.loader {
 font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 3px solid rgba(198, 191, 178, 0.3);
    border-right: 3px solid rgba(198, 191, 178, 0.3);
    border-bottom: 3px solid rgba(198, 191, 178, 0.3);
    border-left: 3px solid #eadaca;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loaderSpin 1s infinite linear;
    animation: loaderSpin 1s infinite linear;
    position: absolute;
       top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index:1;
}
.loader,
.loader:after {
 border-radius: 50%;
    width: 30px;
    height: 30px;
}
@-webkit-keyframes loaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}
a {
    text-decoration: none;
    color:#282828;
}
hr {
   border: none;
   border-top: 1px solid #C7C7C7;
   width:40px;
   margin:30px 0 35px 0;
   text-align:left;
}

.top_10 {
	margin-top:10px !important;
}

.top_30 {
	margin-top:30px !important;
}

.top_40 {
	margin-top:40px !important;
}

.top_60 {
	margin-top:60px !important;
}

.top_90 {
	margin-top:90px !important;
}

.top_120 {
	margin-top:120px !important;
}

.bottom_30 {
	margin-bottom:30px !important;
}

.bottom_60 {
	margin-bottom:60px !important;
}

.bottom_90 {
	margin-bottom:90px !important;
}

.bottom_120 {
	margin-bottom:120px !important;
}
.bottom_150 {
	margin-bottom:150px !important;
}

#loading_cover {
	margin: 45px 25px 25px 25px;
    position: fixed;
    background: #FFFFFF;
    width: calc(100% - 50px);
    height: calc(100% - 70px);
    -webkit-transform-origin:left;
    transform-origin:left;
    z-index:10;
    
  
}

#loading_cover.hidden {
	  -webkit-transform:scale(0,1);
    transform:scale(0,1);
}

/**********************************************/

#main {
    float: left;
    width: 100%;
        min-height: 1080px;
}

#pay {
	    position: absolute;
    bottom: 12%;
    left: 50%;
    margin-left: -357px;
}

#pay h1 {
	font-family: Athelas;
	color: #FFFFFF;
	letter-spacing: 3px;
	font-size: 77px;
}

#pay p {
	    font-family: Averta;
    font-size: 18px;
    font-weight: 200;
    color: #FFFFFF;
    letter-spacing: 2px;
}

#pay p span {
	  float:left;
	  display:block;
}

#pay p span.separator {
	  margin: 0 20px;
	    color:#C0D200;
}

#logo {
	    
       width: 450px;
    margin:auto;
    margin-top: 140px;
    overflow:hidden;
}



.download { margin-top: -3px;}

.slide {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
	will-change:transform;
}

.pic_container {
	position:absolute;
	top:0;
	left:0;
	    width: 100%;
    height: 100%;
    overflow: hidden;
}

.veil {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    will-change: transform;
}

#top_slider {
	min-height:100vh;
}

#top_slider .content {
	    position: absolute;
    width: 100%;
    height: 100%;
    perspective:1500px;
}



.home_text_box {
	width:920px;	
    position:relative;
}


.slide.right .home_text_box {
	float: right;
    margin-right: 12%;
}

.slide.left .home_text_box {
	float: left;
        margin-left: 6%;
}

.home_text.top {
		-webkit-transform:translateY(96%);
	transform:translateY(96%);
}

.home_text_box h2 {
color: #FFFFFF;
    font-family: Athelas;
    letter-spacing: 3px;
    font-size: 50px;
}

.home_text_box h2.top, #pay span.top {
		-webkit-transform:translateY(85%);
	transform:translateY(85%);
}

.home_text_box .home_call.top {
		-webkit-transform:translateY(92%);
	transform:translateY(92%);
}

.home_text_box hr {
    width: 40px;
    border: none;
    border-top: 2px solid #FFFFFF;
    margin: 10px 0;
    margin-top: 30px;
}

.home_text_box p {
       font-family: Averta;
    color: #FFFFFF;
    line-height: 45px;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 200;
}

.home_call {
	    width: 100%;
    float: left;
    padding: 20px 0;
    cursor: pointer;
    margin
}

.home_call a {
	display: block;
  	float:left;
    font-family: Domaine Display;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 28px;
    letter-spacing: 2px;
    position:relative;
}

.underline {
	    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -4px;
    transform-origin: left;
    transform:scale(0,1);
}

.home_call:hover .underline {
	 transform:scale(1);
}


.right_arrow {
	    float: right;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    padding: 5px 15px;
    height: 28px;
    width: 8px;
}

.slide[rel=business] .underline {
	    background: #f85742;
}

.slide[rel=itineraries] .underline {
	    background: #195fa1
}

.slide[rel=incentive] .underline {
	    background: #33abde;
}

.slide[rel=conference] .underline {
	    background: #929291;
}

.slide[rel=excursions] .underline {
	    background: #ddda1a;
}

.slide[rel=weddings] .underline {
	    background: #a11d5c
}


@-webkit-keyframes zoomFirst {
     0%   {opacity:0;-webkit-transform:scale(1.08) rotateZ(0.0001deg);}
    10%  {opacity:1;}
    100% {-webkit-transform:scale(1) rotateZ(0);}
}

@keyframes zoomFirst {
     0%   {opacity:0;transform:scale(1.08) rotateZ(0.0001deg);}
    10%  {opacity:1;}
    100% {transform:scale(1) rotateZ(0);}
}

.slide.in .pic_container {
	-webkit-animation: zoomFirst 15s cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	animation: zoomFirst 15s cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	opacity:1;
	
}



#scroll_down {
	    position: absolute;
    top: 100%;
    left: 50%;
    width: 90px;
    margin-top: -104px;
    margin-left: -45px;
}

.scroll_ico {
	    border: 1px solid #FFFFFF;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: auto;
    margin-bottom:12px;
}

.scroll_ico img {
	    display: block;
    margin-left: 15px;
    margin-top: 6px;
}

.small_averta {
	    color: #FFFFFF;
    font-family: Averta;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.5px;
}

#awards {
	    background: #E5E5E5;
    float: left;
    width: 100%;
}

#awards .small_title {
	    font-family: Averta;
    font-size: 26px;
    text-align: center;
    margin-top: 60px;
    font-weight: 300;
}

#awards .horizontal_separator {
	    width: 100px;
    margin: auto;
    height: 1px;
    background: #000000;
    margin: 30px auto;
}


#aw_logos {
	display:flex;
	max-width:1600px;
	width:90%;
	margin:auto;
	margin-top:130px;
	margin-bottom:100px;
	align-items:center;
	justify-content:space-around;
}

#aw_logos .logo {
	    width: 260px;
}


#aw_logos .logo img {
display:block;
margin:auto;	
}

.header {
	font-size: 50px;
    font-family: Athelas;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 80px;
}

.text {
	    max-width: 800px;
    text-align: center;
    margin: auto;
    width: 90%;
    font-family: Averta;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
    margin-top: 80px;
}

#med_text {
	    float: left;
    width: 100%;
}

#our_story {
	    background: #333333;
    float: left;
    width: 100%;
    margin-top: 80px;
}

#our_story p.title {
	    font-family: Athelas;
    color: #FFFFFF;
    font-size: 26px;
    letter-spacing: 6px;
    text-align: center;
    margin-top: 50px;
}

#our_story p.subtitle {
	    font-family: Averta;
    color: #C7C7C7;
    font-weight: 300;
    letter-spacing: 6px;
    font-size: 23px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.soon {
	font-size: 50px;
    letter-spacing: 40px;
    text-align: center;
    color: #282828;
    font-family: Averta;
    margin-top: 80px;
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.container {
	width:100%;
	margin:auto;
	max-width:960px;
}

#footer {
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

.footer_text {
	float: left;
    font-family: Averta;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}

.green_sep {
	    margin: 0 10px;
    float: left;
    color: #C1D200;
}

.half.left {
	float:left;
}

.half.right .footer_text, .half.right .green_sep{
	float:right;
}



@media all and (max-width: 600px){
	#logo {
	    width: calc(100% - 20px);
    position: relative;
    left: 0;
    margin-top: 62%;
    max-width: 360px;
    padding: 0 10px;
    }
    
    #logo img {
    	width:100%;
    }
    
    #pay h1 {
	font-size: 43px;
	text-align: center;
    }
    
    #pay p span:first-child {
    	margin-top:0;
    }
    
    #pay p span.top {
    	opacity:0;
    }
    
    #pay p span {
        text-align: center;
    width: 100%;
    margin-top: 10px;
    }
    
    #pay p span.separator {
    display:none;
    }
    
    #pay {
       position: absolute;
    top: 50%;
    left: 0;
    margin-left: 0;
    margin-top: -204px;
    height: 408px;
	}
	
	.mobile_top_30 {
		margin-top:30px;
	}
	
	.home_text_box p {
   
    line-height: 30px;
    font-size: 18px;
	}
	
	.home_text_box h2 {
   
    font-size: 30px;
	}
	
	.home_text_box {
    width: 94%;
    position: relative;
    margin-top: -50px;
	}
	
	#awards .small_title {
    font-size: 20px;
	}
	
	#aw_logos {
	    flex-direction: column;
    margin-top: 0;
    margin-bottom: 60px;
    height: 500px;
    }
    
    #aw_logos .logo {
    width: 100px;
	}
	
	#aw_logos .logo img {
   
    width: 100%;
	}
	
	.header {
    font-size: 25px;
    margin-top:50px;
	}
	
	.text {
		margin-top:50px;
		font-size:18px;
	}
	
	#our_story p.subtitle {
   
    letter-spacing: 5px;
    font-size: 16px;
	}
	
	.soon {
	    text-align: center;
    font-size: 30px;
    letter-spacing: 30px;
    width: 335px;
    left: 50%;
    margin-left: -155px;
    position: relative;}
    
    #our_story p.title {
    
    font-size: 21px;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 50px;
    }
    
    .green_sep {
    	display:none;
    }
    
    .footer_text {
    	    width: 100%;
    text-align: center;
    margin-top: 10px;
    }
    
    .half {
    	width:100%;
    }
    
    
    
    
}
