@font-face {
    font-family: 'Barlow';
    src: url('Barlow-Regular.woff2') format('woff2'),
        url('Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('BarlowCondensed-Light.woff2') format('woff2'),
        url('BarlowCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow Condensed';
    src: url('BarlowCondensed-Thin.woff2') format('woff2'),
        url('BarlowCondensed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Barlow';
    src: url('Barlow-Light.woff2') format('woff2'),
        url('Barlow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body {
background: #ffffff;
    font-family: 'Barlow';
    src: url('Barlow-Regular.woff2') format('woff2'),
        url('Barlow-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
   font-family: 'Barlow';
   color: #fff;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/

.float{
	position:fixed;
	width:250px;
	height:50px;
	bottom:55px;
	right:40px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 1.1em;
}

.Reservation_call:hover
{
    color: #ddd;
}


.section-title {
  margin-bottom: 32px;
}

#overview,
#register {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#sky_intro,
#reservation, #access, #space {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: #000;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #f2545f;
    border-color: transparent;
}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}
/*
.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}*/

.restaurant_time
{
    font-size: 1.3em;
}

/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; 
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


textArea::placeholder, 
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1; /* Firefox */
}

textArea::placeholder,
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white !important;
}

textArea::placeholder,
input::-ms-input-placeholder { /* Microsoft Edge */
 color: white !important;
}

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
    max-width: 100% !important;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
    
}

.custom-navbar .nav1
{    
    top: 45px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.6);
        padding: 5px 5px;
        padding-top: 28px;
        
    }

    
    
}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
/*#intro {
    background: url('../img/SkyBackground.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}
*/

#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 
}

.tm-hero-subtitle
{
    color: #fff;    
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 15% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 30%;
    margin-right: 30%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: center;    
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.1em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 152px;
}
#space h1 {
    color: #fff;
    font-size: 7em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:40%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 4.0em !important; 
        }
     

/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 7em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  




/*forms*/
form
{
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
  border: 1px solid #fff;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid #fff;
  border-radius: 15px ;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
  color: #fff !important;
  border: 1px solid #fff;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
   border: 1px solid #fff;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 35%;
  margin-right: 35%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        

.phone_contact
{
    text-align: center;
   
   width: 100%;
   margin-top: 35px;
   margin-left: auto;
   margin-right: auto;
}

.phone_contact img
{
    width: 45px;
}




/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 7em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 1.0em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 600px;
    text-align: center;
    margin-left: 27%;
    margin-right: auto;
    margin-top: 5%;
}
#access .Access_img img
{
    max-width: 100%;
}

#access .Access_1
{
    padding: 5px 5px;
}

#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 80%;
}

#access .Access_5 
{
    width: 33%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:650px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{   
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:152px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}

#access .firstArrow, #access .secondArrow
{
    display: block !important;
}

#access .alt_arrow
{
    display: none !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}

/*---------------------------------------
   Responsive styles            
-----------------------------------------*/


@media only screen and (max-width: 1680px)
{
   #intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 
}

.tm-hero-subtitle
{
    color: #fff;
}
}

@media only screen and (max-width: 1600px)
{
  #intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 
}

 #intro .tm-hero-text-container img
 {
     max-width: 40% !important;
 }

.tm-hero-subtitle
{
    color: #fff;
}

}
@media only screen and (max-width: 1440px)
{
    

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav1
{    
    top: 45px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.6);
        padding: 5px 5px;
    }

    
    
}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 
}

 #intro .tm-hero-text-container img
 {
     max-width: 30% !important;
 }

.tm-hero-subtitle
{
    color: #fff;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 15% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 30%;
    margin-right: 30%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: center;    
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.1em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 152px;
}
#space h1 {
    color: #fff;
    font-size: 7em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:40%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 4.0em !important; 
        }
     

/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 7em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  




/*forms*/
form
{
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  border: 1px solid #fff;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 15px ;
  border: 1px solid #fff;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
     width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  border: 1px solid #fff;
  background: none;
  border: 1px solid #fff;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
   border: 1px solid #fff;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 35%;
  margin-right: 35%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        

.float{
	position:fixed;
	width:250px;
	height:50px;
	bottom:55px;
	right:40px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 1.1em;
}

.Reservation_call:hover
{
    color: #ddd;
}


/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 7em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 1.0em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 600px;
    text-align: center;
    margin-left: 27%;
    margin-right: auto;
    margin-top: 5%;
}
#access .Access_img img
{
    max-width: 100%;
}

#access .Access_1
{
    padding: 5px 5px;
}

#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 80%;
}

#access .Access_5 
{
    width: 33%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:650px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{
    
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:152px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}

#access .firstArrow, #access .secondArrow
{
    display: block !important;
}

#access .alt_arrow
{
    display: none !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}

}

@media only screen and (max-width: 1366px)
{
    

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav1
{    
    top: 45px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.6);
        padding: 5px 5px;
    }

    
    
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 
}

 #intro .tm-hero-text-container img
 {
     max-width: 25% !important;
 }

.tm-hero-subtitle
{
    color: #fff;
    font-size: 1.1em;
    margin-top: 10px;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 15% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 30%;
    margin-right: 30%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: center;    
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.1em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 152px;
}
#space h1 {
    color: #fff;
    font-size: 7em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:40%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 4.0em !important; 
        }
     

/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 7em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  




/*forms*/
form
{
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  border: 1px solid #fff;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 15px ;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
     width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  border: 1px solid #fff;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
   border: 1px solid #fff;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 35%;
  margin-right: 35%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        

.float{
	position:fixed;
	width:250px;
	height:50px;
	bottom:55px;
	right:40px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 1.1em;
}

.Reservation_call:hover
{
    color: #ddd;
}
/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 7em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 1.0em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 600px;
    text-align: center;
    margin-left: 27%;
    margin-right: auto;
    margin-top: 5%;
}
#access .Access_img img
{
    max-width: 100%;
}

#access .Access_1
{
    padding: 5px 5px;
}

#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 80%;
}

#access .Access_5 
{
    width: 33%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:650px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{
    
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:152px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}

#access .firstArrow, #access .secondArrow
{
    display: block !important;
}

#access .alt_arrow
{
    display: none !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}

}

@media only screen and (max-width: 1024px)
{
    

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav1
{    
    top: 45px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.6);
        padding: 5px 5px;
    }

    
    
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 
}

 #intro .tm-hero-text-container img
 {
     max-width: 25% !important;
 }

.tm-hero-subtitle
{
    color: #fff;
    font-size: 1.1em;
    margin-top: 10px;
}

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 15% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 30%;
    margin-right: 30%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: center;    
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.0em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 152px;
}
#space h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:35%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 3.0em !important; 
        }
     

/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  




/*forms*/
form
{
    margin-top: -80px;
    position: relative;
    text-align: center;
    margin-left: 40% !important;
    margin-right: 40% !important;
    width: 600px;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  outline: none;
  border-radius: 15px ;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
     width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  border: 1px solid #fff;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
   border: 1px solid #fff;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 35%;
  margin-right: 35%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        

.float{
	position:fixed;
	width:250px;
	height:50px;
	bottom:55px;
	right:40px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 1.1em;
}

.Reservation_call:hover
{
    color: #ddd;
}

/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 1.0em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 600px;
    text-align: center;
    margin-left: 20%;
    margin-right: auto;
    margin-top: 5%;
}
#access .Access_img img
{
    max-width: 100%;
}

#access .Access_1
{
    padding: 5px 5px;
}

#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 80%;
}

#access .Access_5 
{
    width: 33%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:650px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{
    
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:152px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}

#access .firstArrow, #access .secondArrow
{
    display: block !important;
}

#access .alt_arrow
{
    display: none !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}

}

@media only screen and (max-width: 980px)
{
    

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav1
{    
    top: 45px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.6);
        padding: 5px 5px;
    }

    
    
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 
}

 #intro .tm-hero-text-container img
 {
     max-width: 30% !important;
 }

.tm-hero-subtitle
{
    color: #fff;
    font-size: 1.1em;
    margin-top: 10px;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 15% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 30%;
    margin-right: 30%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: center;    
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.0em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 152px;
}
#space h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:35%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 3.0em !important; 
        }
     

/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  




/*forms*/
form
{
    margin-top: -80px;
    position: relative;
    text-align: center;
    margin-left: 10% !important;
    margin-right: 10% !important;
    width: 100%;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid #fff;
  border-radius: 15px ;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
     width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  border: 1px solid #fff;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
   border: 1px solid #fff;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 35%;
  margin-right: 35%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        

.float{
	position:fixed;
	width:250px;
	height:50px;
	bottom:55px;
	right:40px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 1.1em;
}

.Reservation_call:hover
{
    color: #ddd;
}


/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 1.0em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 600px;
    text-align: center;
    margin-left: 10%;
    margin-right: auto;
    margin-top: 5%;
}
#access .Access_img img
{
    max-width: 100%;
}

#access .Access_1
{
    padding: 5px 5px;
}

#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 80%;
}

#access .Access_5 
{
    width: 33%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:650px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{
    
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:152px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}

#access .firstArrow, #access .secondArrow
{
    display: block !important;
}

#access .alt_arrow
{
    display: none !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}

}


@media only screen and (max-width: 768px)
{
    

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav1
{    
    top: 45px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.6);
        padding: 5px 5px;
    }

    
    
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;  
  height: 100vh !important;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 
}

 #intro .tm-hero-text-container img
 {
     max-width: 35% !important;
 }

.tm-hero-subtitle
{
    color: #fff;
    font-size: 1.1em;
    margin-top: 10px;
}

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 15% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 20%;
    margin-right: 20%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: center;    
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.0em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 152px;
}
#space h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:35%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 2.5em !important; 
        }
        
        
     

/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  




/*forms*/
form
{
    margin-top: -80px;
    position: relative;
    text-align: center;
    margin-left: 10% !important;
    margin-right: 10% !important;
    width: 100%;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  outline: none;
  border-radius: 15px ;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
     width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  border: 1px solid #fff;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
   border: 1px solid #fff;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 35%;
  margin-right: 35%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        

.float{
	position:fixed;
	width:250px;
	height:50px;
	bottom:55px;
	right:40px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 1.1em;
}

.Reservation_call:hover
{
    color: #ddd;
}


/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 1.0em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 600px;
    text-align: center;
    margin-left: 10%;
    margin-right: auto;
    margin-top: 5%;
}
#access .Access_img img
{
    max-width: 100%;
}

#access .Access_1
{
    padding: 5px 5px;
}

#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 80%;
}

#access .Access_5 
{
    width: 33%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:650px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{
    
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:152px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}

#access .firstArrow, #access .secondArrow
{
    display: block !important;
}

#access .alt_arrow
{
    display: none !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}

}

@media only screen and (max-width: 480px)
{
    

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
    height: 90px;
    width: 480px;
    max-width: 100%;
    position: fixed !important;
}
.navbar-brand
{
    position: relative;
    top: 5px;
    left: 10px;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.navbar-header .navbar-toggle
{
    position: absolute;
     float: left;
     left: 88%;
     top: 15px;
}

.custom-navbar .nav1
{    
    top: 45px;
}

.navbar-collapse 
{
   margin-top: 26px;
}

.custom-navbar .navbar-nav  {
    text-align: center;
    background: rgba(0,0,0,0.85);
    height: 290px;    
    width: 115% !important;
    border:0px !important;
    box-shadow: none !important;
 
}

.TRT_logo
{
    display: none !important;
}


.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    z-index: 999 !important;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}
 .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
        position: fixed !important;
    }

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.6);
        padding: 5px 5px;
       
    }

    
    
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}


#intro .tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 z-index: 5 !important;
}

#intro .tm-hero-text-container img
{
    max-width: 50% !important;
}


#intro  .tm-hero-subtitle
{
    color: #fff;
     font-size: 0.95em;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 10% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 10%;
    margin-right: 10%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: justify;    
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.1em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 52px;
}
#space h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
.mobile_padding
{
    padding: 45px;
}
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:35%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 3.8em !important; 
        }
     

/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*forms*/
form
{
    margin-top: 0px;
    position: relative;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid #fff;
  border-radius: 15px ;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
     width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  border: 1px solid #fff;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
   border: 1px solid #fff;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 25%;
  margin-right: 25%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        

.float{
	position:fixed;
	width:200px;
	height:45px;
	bottom:50px;
	right:20px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 0.9em;
}

.Reservation_call:hover
{
    color: #ddd;
}

/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 1.0em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
#access .Access_img img
{
    max-width: 30%;
}

#access .Access_1 img
{
    padding: 5px 5px;
     max-width: 25%;
}

#access .Access_3 img
{
    max-width: 15%;
}


#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 12%;
}

#access .Access_5
{
    width: 100%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}

#access .firstArrow, #access .secondArrow
{
    display: none !important;
}

#access .alt_arrow
{
    display: block !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:650px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 1em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{
    
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:152px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
}

@media only screen and (max-width: 414px)
{
    
    
    .restaurant_time
{
    font-size: 0.95em;
}

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
    height: 90px;
    width: 480px;
    max-width: 100%;
     position: fixed !important;
}
.navbar-brand
{
    position: relative;
    top: 5px;
    left: 10px;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.navbar-header .navbar-toggle
{
    position: absolute;
     float: left;
     left: 88%;
     top: 15px;
}

.custom-navbar .nav1
{    
    top: 45px;
}

.navbar-collapse 
{
   margin-top: 26px;
}

.custom-navbar .navbar-nav  {
    text-align: center;
    background: rgba(0,0,0,0.85);
    height: 290px;    
    width: 115% !important;
    border:0px !important;
    box-shadow: none !important;
}

.TRT_logo
{
    display: none !important;
}


.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
     z-index: 999 !important;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}
 .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
        position: fixed !important;
    }

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
       
    }

    
    
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}


#intro .tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 z-index: 5 !important;
}

#intro .tm-hero-text-container img
{
    max-width: 50% !important;
}


#intro  .tm-hero-subtitle
{
    color: #fff;
     font-size: 0.95em;
}

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 10% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 10%;
    margin-right: 10%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: justify;    
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.0em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 52px;
}
#space h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
.mobile_padding
{
    padding: 45px;
}
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:35%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 3.0em !important; 
        }
     
#space .itm_lnk .desc .sp
{
    top: 20px !important;
}
/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*forms*/
form
{
    margin-top: 0px;
    position: relative;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid #fff;
  border-radius: 15px ;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
     width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  border: 1px solid #fff;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
   border: 1px solid #fff;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 25%;
  margin-right: 25%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        

.float{
	position:fixed;
	width:200px;
	height:45px;
	bottom:50px;
	right:20px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 0.9em;
}

.Reservation_call:hover
{
    color: #ddd;
}


/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 0.9em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
#access .Access_img img
{
    max-width: 30%;
}

#access .Access_1 img
{
    padding: 5px 5px;
     max-width: 25%;
}

#access .Access_3 img
{
    max-width: 15%;
}


#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 15%;
}

#access .Access_5
{
    width: 100%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}


#access .firstArrow, #access .secondArrow
{
    display: none !important;
}

#access .alt_arrow
{
    display: block !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}



.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:350px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 1em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{
    
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:72px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
}

@media only screen and (max-width: 412px)
{
    
    .firstArrow, .secondArrow
{
    display: block !important;
}

.alt_arrow
{
    display: none !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}
    .restaurant_time
{
    font-size: 0.95em;
}

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
    height: 90px;
    width: 480px;
    max-width: 100%;
     position: fixed !important;
}
.navbar-brand
{
    position: relative;
    top: 5px;
    left: 10px;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.navbar-header .navbar-toggle
{
    position: absolute;
     float: left;
     left: 88%;
     top: 15px;
}

.custom-navbar .nav1
{    
    top: 45px;
}

.navbar-collapse 
{
   margin-top: 26px;
}

.custom-navbar .navbar-nav  {
    text-align: center;
    background: rgba(0,0,0,0.85);
    height: 290px;    
    width: 115% !important;
    border:0px !important;
    box-shadow: none !important;
}

.TRT_logo
{
    display: none !important;
}


.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
     z-index: 999 !important;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}
 .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
        position: fixed !important;
    }

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
       
    }

    
    
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}


#intro .tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 z-index: 5 !important;
}

#intro .tm-hero-text-container img
{
    max-width: 50% !important;
}


#intro  .tm-hero-subtitle
{
    color: #fff;
     font-size: 0.95em;
}


/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 10% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 10%;
    margin-right: 10%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: justify;    
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.0em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 52px;
}
#space h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
.mobile_padding
{
    padding: 45px;
}
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:33%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 3.0em !important; 
        }
     
#space .itm_lnk .desc .sp
{
    top: 20px !important;
}
/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*forms*/
form
{
    margin-top: 0px;
    position: relative;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid #fff;
  border-radius: 15px ;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
     width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  border: 1px solid #fff;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
   border: 1px solid #fff;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 25%;
  margin-right: 25%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        

.float{
	position:fixed;
	width:200px;
	height:45px;
	bottom:50px;
	right:20px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 0.9em;
}

.Reservation_call:hover
{
    color: #ddd;
}
/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 0.9em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
#access .Access_img img
{
    max-width: 30%;
}

#access .Access_1 img
{
    padding: 5px 5px;
     max-width: 25%;
}

#access .Access_3 img
{
    max-width: 15%;
}


#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 15%;
}

#access .Access_5
{
    width: 100%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}

#access .firstArrow, #access .secondArrow
{
    display: none !important;
}

#access .alt_arrow
{
    display: block !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:350px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 1em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{
    
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:72px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
}

@media only screen and (max-width: 390px)
{
    
    .firstArrow, .secondArrow
{
    display: block !important;
}

.alt_arrow
{
    display: none !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}
    .restaurant_time
{
    font-size: 0.95em;
}

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
    height: 90px;
    width: 480px;
    max-width: 100%;
     position: fixed !important;
}
.navbar-brand
{
    position: relative;
    top: 5px;
    left: 10px;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.navbar-header .navbar-toggle
{
    position: absolute;
     float: left;
     left: 88%;
     top: 15px;
}

.custom-navbar .nav1
{    
    top: 45px;
}

.navbar-collapse 
{
   margin-top: 26px;
}

.custom-navbar .navbar-nav  {
    text-align: center;
    background: rgba(0,0,0,0.85);
    height: 290px;    
    width: 115% !important;
    border:0px !important;
    box-shadow: none !important;
}

.TRT_logo
{
    display: none !important;
}


.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
     z-index: 999 !important;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}
 .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
        position: fixed !important;
    }

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
       
    }

    
    
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}


#intro .tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 z-index: 5 !important;
}

#intro .tm-hero-text-container img
{
    max-width: 50% !important;
}


#intro  .tm-hero-subtitle
{
    color: #fff;
     font-size: 0.95em;
}


/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 10% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 10%;
    margin-right: 10%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: justify;    
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.0em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 52px;
}
#space h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
.mobile_padding
{
    padding: 45px;
}
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:37%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 2.5em !important; 
        }
     
#space .itm_lnk .desc .sp
{
    top: 25px !important;
}
/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*forms*/
form
{
    margin-top: 0px;
    position: relative;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  border: 1px solid #fff;
  padding: 10px;
  outline: none;
  border-radius: 15px ;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
     width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  border: 1px solid #fff;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
   border: 1px solid #fff;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 25%;
  margin-right: 25%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        

.float{
	position:fixed;
	width:200px;
	height:45px;
	bottom:50px;
	right:20px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 0.9em;
}

.Reservation_call:hover
{
    color: #ddd;
}

/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 0.9em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
#access .Access_img img
{
    max-width: 30%;
}

#access .Access_1 img
{
    padding: 5px 5px;
     max-width: 25%;
}

#access .Access_3 img
{
    max-width: 15%;
}


#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 15%;
}

#access .Access_5
{
    width: 100%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}


#access .firstArrow, #access .secondArrow
{
    display: none !important;
}

#access .alt_arrow
{
    display: block !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:350px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 1em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{
    
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:72px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
}

@media only screen and (max-width: 375px)
{
    
    .firstArrow, .secondArrow
{
    display: block !important;
}

.alt_arrow
{
    display: none !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}
    .restaurant_time
{
    font-size: 0.95em;
}

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
    height: 90px;
    width: 480px;
    max-width: 100%;
     position: fixed !important;
}
.navbar-brand
{
    position: relative;
    top: 5px;
    left: 10px;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.navbar-header .navbar-toggle
{
    position: absolute;
     float: left;
     left: 88%;
     top: 15px;
}

.custom-navbar .nav1
{    
    top: 45px;
}

.navbar-collapse 
{
   margin-top: 26px;
}

.custom-navbar .navbar-nav  {
    text-align: center;
    background: rgba(0,0,0,0.85);
    height: 290px;    
    width: 115% !important;
    border:0px !important;
    box-shadow: none !important;
}

.TRT_logo
{
    display: none !important;
}


.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
     z-index: 999 !important;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}
 .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
        position: fixed !important;
    }

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
       
    }

    
    
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}


#intro .tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 z-index: 5 !important;
}

#intro .tm-hero-text-container img
{
    max-width: 50% !important;
}


#intro  .tm-hero-subtitle
{
    color: #fff;
     font-size: 0.95em;
}
/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 10% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 10%;
    margin-right: 10%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: justify;    
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.0em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 52px;
}
#space h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
.mobile_padding
{
    padding: 45px;
}
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:33%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 2.4em !important; 
        }
     
#space .itm_lnk .desc .sp
{
    top: 20px !important;
}
/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*forms*/
form
{
    margin-top: 0px;
    position: relative;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  outline: none;
  border-radius: 15px ;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
     width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  border: 1px solid #fff;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
   border: 1px solid #fff;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 25%;
  margin-right: 25%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        
.float{
	position:fixed;
	width:200px;
	height:45px;
	bottom:50px;
	right:20px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 0.9em;
}

.Reservation_call:hover
{
    color: #ddd;
}
/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 0.9em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
#access .Access_img img
{
    max-width: 30%;
}

#access .Access_1 img
{
    padding: 5px 5px;
     max-width: 25%;
}

#access .Access_3 img
{
    max-width: 15%;
}


#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 15%;
}

#access .Access_5
{
    width: 100%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}

#access .firstArrow, #access .secondArrow
{
    display: none !important;
}

#access .alt_arrow
{
    display: block !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}



.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:350px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 1em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{
    
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:72px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
}

@media only screen and (max-width: 360px)
{
    
    .firstArrow, .secondArrow
{
    display: block !important;
}

.alt_arrow
{
    display: none !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}
    .restaurant_time
{
    font-size: 0.95em;
}

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
    height: 90px;
    width: 480px;
    max-width: 100%;
     position: fixed !important;
}
.navbar-brand
{
    position: relative;
    top: 5px;
    left: 10px;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.navbar-header .navbar-toggle
{
    position: absolute;
     float: left;
     left: 88%;
     top: 15px;
}

.custom-navbar .nav1
{    
    top: 45px;
}

.navbar-collapse 
{
   margin-top: 26px;
}

.custom-navbar .navbar-nav  {
    text-align: center;
    background: rgba(0,0,0,0.85);
    height: 290px;    
    width: 115% !important;
    border:0px !important;
    box-shadow: none !important;
}

.TRT_logo
{
    display: none !important;
}


.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
     z-index: 999 !important;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}
 .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
        position: fixed !important;
    }

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
       
    }

    
    
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}


#intro .tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 z-index: 5 !important;
}

#intro .tm-hero-text-container img
{
    max-width: 50% !important;
}


#intro  .tm-hero-subtitle
{
    color: #fff;
     font-size: 0.95em;
}

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 10% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 10%;
    margin-right: 10%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: justify;    
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.0em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 52px;
}
#space h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
.mobile_padding
{
    padding: 45px;
}
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:33%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 2.4em !important; 
        }
     
#space .itm_lnk .desc .sp
{
    top: 20px !important;
}
/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*forms*/
form
{
    margin-top: 0px;
    position: relative;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  border: 1px solid #fff;
  padding: 10px;
  outline: none;
  border-radius: 15px ;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
     width: 100%;
  padding: 10px;
  outline: none;  
  border: 1px solid #fff;
  border-radius: 15px;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
   border: 1px solid #fff;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 25%;
  margin-right: 25%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        
.float{
	position:fixed;
	width:200px;
	height:45px;
	bottom:50px;
	right:20px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 0.9em;
}

.Reservation_call:hover
{
    color: #ddd;
}

/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 0.9em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
#access .Access_img img
{
    max-width: 40%;
}

#access .Access_1 img
{
    padding: 5px 5px;
     max-width: 30%;
}

#access .Access_3 img
{
    max-width: 20%;
}


#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 15%;
}

#access .Access_5
{
    width: 100%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}


#access .firstArrow, #access .secondArrow
{
    display: none !important;
}

#access .alt_arrow
{
    display: block !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:350px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 1em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{
    
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:72px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
}

@media only screen and (max-width: 320px)
{
    
    .firstArrow, .secondArrow
{
    display: block !important;
}

.alt_arrow
{
    display: none !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}
    .restaurant_time
{
    font-size: 0.95em;
}

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
    height: 90px;
    width: 480px;
    max-width: 100%;
     position: fixed !important;
}
.navbar-brand
{
    position: relative;
    top: 5px;
    left: 10px;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.navbar-header .navbar-toggle
{
    position: absolute;
     float: left;
     left: 88%;
     top: 15px;
}

.custom-navbar .nav1
{    
    top: 45px;
}

.navbar-collapse 
{
   margin-top: 26px;
}

.custom-navbar .navbar-nav  {
    text-align: center;
    background: rgba(0,0,0,0.85);
    height: 290px;    
    width: 115% !important;
    border:0px !important;
    box-shadow: none !important;
}

.TRT_logo
{
    display: none !important;
}


.custom-navbar .nav li a {
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
     z-index: 999 !important;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #c39e65;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
   color: #c39e65;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}
 .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
        position: fixed !important;
    }

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: rgba(0,0,0,0.85);
        padding: 5px 5px;
       
    }

    
    
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {	
 
  background-image: url(../img/SkyBackground.jpg) ;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}


#intro .tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
 z-index: 5 !important;
}

#intro .tm-hero-text-container img
{
    max-width: 50% !important;
}


#intro  .tm-hero-subtitle
{
    color: #fff;
     font-size: 0.95em;
}


/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
  
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#sky_intro {
    background: #000;
    padding: 10% auto; 
}

.sky_ballon 
{
    text-align: center !important;
    margin-left: 10%;
    margin-right: 10%;  
    margin-bottom: 45px;
}

.Sky_intro
{
    color: #fff;
    text-align: justify;    
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 25px;
    line-height: 180%;
    font: barlow;
    font-size: 1.0em;
    font-weight: 300;
}


/*---------------------------------------
   space section              
-----------------------------------------*/

.section_spacer
{
     margin-top: 52px;
}
#space h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}

.space_circle img
{
    border-radius: 50%;
    width: 577px;    
    height: auto;
}

/*Aqua Terrace*/
    
.mobile_padding
{
    padding: 45px;
}
    
     #space .itm_lnk
     {
         display:block;
         max-width: 100%; 
         max-height:100%;        
         border:#999998 1px solid;
         border-radius:50%;
         overflow:hidden;
         padding-bottom: 100% !important; 
         position:relative;
     }
         #space .itm_lnk:hover{border:#999998 1px solid;transition:.35s}
        #space  .itm_lnk:hover .bg{opacity:1;transform:scale(1);transition:1s}
        #space  .itm_lnk:hover .desc .lf{opacity:0;transition:.35s}
        #space  .itm_lnk:hover .desc .itm_ttl .h3
     {
         color:#fff !important;         
         transition:.35s;
     }
       #space   .itm_lnk:hover .desc .itm_ttl .h3 .br{transition:.35s}
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbg,
         #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbgl,
        #space .itm_lnk:hover .desc .itm_ttl .h3 .br.cbr{color:#fff}
     
        #space .itm_lnk:hover .desc .itm_btm .v{background:rgba(255,255,255,0);transition:.35s}
          #space .itm_lnk .bg
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         background-position:50% 50%;
         background-repeat:no-repeat;
         background-size:cover;
         opacity:0;
         transform:scale(1);
         transition:1s
     }
         #space .itm_lnk .desc
     {
         position:absolute;
         top:0;
         left:0;
         bottom:0;
         right:0;
         margin:auto;
         width:100%;
         height:100%;
         border-radius:50%;
         overflow:hidden;
         display:flex;align-items:flex-end;
         justify-content:flex-end;
         text-align:center;
         flex-direction:column;
         padding-bottom:33%;
     }
         #space .itm_lnk .desc .lf{position:absolute;top:0;left:0;mix-blend-mode:multiply;transition:.35s}
        #space .itm_lnk .desc .itm_ttl{width:100%;text-align:center;display:block}
         #space .itm_lnk .desc .itm_ttl .h3
        {
            color:#fff !important;
            letter-spacing:.01em; 
            text-transform:uppercase; 
               font-family: 'Barlow';
               font-weight: 300;
            font-size: 2.4em !important; 
        }
     
#space .itm_lnk .desc .sp
{
    top: 20px !important;
}
/*reservation*/

#reservation h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*forms*/
form
{
    margin-top: 0px;
    position: relative;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  
}


.input-field{
  width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
  height: 50px;
}

  textArea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid #fff;
  border-radius: 15px ;
  background: none;
  box-shadow: none;
    height: auto !important;
}

.input-field:focus {
  border: 2px solid #f1f1f1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  margin-left: 5px;
  
}

input
{
     width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
  border: 1px solid #fff;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px;
}

select
{
   width: 100%;
  padding: 10px;
  outline: none;  
  border-radius: 15px;
   border: 1px solid #fff;
  background: none;
  box-shadow: none;
  color: #fff !important;
  margin-top: 10px;
   height: 50px !important;
}

select .my-select-menu::part(button) {
    color: white;
    background-color: #f00;
   
   
  }

 select .my-select-menu::part(listbox) {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid red;
    border-radius: 5px;
  }
/* Set a style for the submit button */
.btn {
  
  color: white;
  background: none;
  border: 1px #fff solid !important;
  max-width: 150px !important;
  text-align: center !important;
  margin-left: 25%;
  margin-right: 25%;
  padding: 15px 20px !important;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}


/*select option*/
#select-box{
  height:40px;
  overflow-y:auto;
    width:100%;
    background: #000;
    -webkit-appearance: none !important;
}
option{
  overflow-y:scroll;
   color:#c1c1c1;
}
select:required:invalid {
  color:#c1c1c1;
}
option[value=""][disabled] {
  display: none;
}
        
.float{
	position:fixed;
	width:200px;
	height:45px;
	bottom:50px;
	right:20px;
	background-color:rgba(0,0,0,0.65);
	color:#FFF;
	border-radius:50px;
        border: 1px solid white;
	text-align:center;	
}

.my-float{
	margin-top:22px;
}


.Reservation_call
{
    text-align: center;            
    color: #fff;    
    position: relative;    
    top: 11px;
    font-size: 0.9em;
}

.Reservation_call:hover
{
    color: #ddd;
}

/*---------------------------------------
   Access section              
-----------------------------------------*/
#access h1 {
    color: #fff;
    font-size: 4.5em;
    font-family: 'Barlow Condensed';
    font-weight: 100;
    text-align: center;
}
  

/*Access Intro*/
#access .Access_intro
{
    color: #fff;
    text-align: center !important;   
    margin-top: 50px;
}

#access .Access_intro p
{
    margin-top: 2px;
    color: #fff;
    font-size: 0.9em;
    font-family: 'Barlow';
    font-weight: 400;
    text-align: center;
}

#access .Access_section
{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
#access .Access_img img
{
    max-width: 40%;
}

#access .Access_1 img
{
    padding: 5px 5px;
     max-width: 30%;
}

#access .Access_3 img
{
    max-width: 20%;
}


#access .Access_2 img, #access .Access_4 img
{
    padding: 40px 20px;
    width: 15%;
}

#access .Access_5
{
    width: 100%;
    margin-top: -10px;
}

#access .maps
{
    margin-top: 90px;
}


#access .firstArrow, #access .secondArrow
{
    display: none !important;
}

#access .alt_arrow
{
    display: block !important;
    text-align: center;    
    margin-left: auto;
    margin-right: auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
     
.maps iframe {
    height:350px;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
  
  .feature.map {
  height:100%;
  }
  
  
 
  
/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 1em;
  color: #c39e65;
  font-size: 32px;
  border-radius: 10px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #fff;
    color: #c39e65;
}


/*---------------------------------------
  Aqua Terrace Pages           
-----------------------------------------*/
.newnavbar
{
    
    position: fixed !important;
}

.newnavbar_index
{
    
}

.sliders
{
    position: relative;
    margin-top:72px !important;
    height: auto;
    background: #000;
}

.owl-carousel 
{
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    
}


.back_button a
{
     color:#fff;
         font: Barlow ;
         font-weight: 400;
         letter-spacing:7px;
         text-transform:uppercase;
         display:flex;justify-content:center;
         padding: 50px 0px;
             
}
}