﻿/* TEMPLATE INFO
=================================================================================== *

     Name: Supernova
  Version: 1.0
   Author: Vizergy, Sean Taylor
  Website: http://www.vizergy.com
Framework: Bootstrap v3.1.1
   jQuery: v2.1.1



/* COLORS
=================================================================================== *

   Main Orange: #ff845e
 Darker Orange: #fa7850
 
        Gray: #333
   Dark Gray: #222



/* General 
================================================================================ */

html, 
body {
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}  
body { 
  background: #000;
  font-family: 'Lato', sans-serif; 
  line-height: 1.7;
}
#shell { 
  height: 100%; 
  padding: 0;
  position: relative; 
}    

a {  
  color:#ff845e;
}
a:hover, 
a:focus {
  color:#fa7850;
}
img, 
embed, 
object { 
  vertical-align: bottom;
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 30px;
}

body#rfp { 
  background: none;
} 
.toggleDeviceViewLinkShell { 
  display: none;
}
.breadcrumbDivider { 
  display: none;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.row { 
  margin-bottom: 40px;
}
  header .row, 
  #headerImg .row, 
  footer .row {
    margin-bottom: 0;
}  
blockquote { 
  font-size: 14px;
}

article .textWidget ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 15px; 
}
article .textWidget ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 0 0 -15px;
  padding: 0 10px 0 0;
}  
.imgRight {
  margin: 0 0 25px 25px;
}
.imgLeft {
  margin: 0 25px 25px 0;
}


/* Browser Fixes 
================================================================================ */

input::-ms-clear { 
  width : 0; height: 0;
}
a:active { 
  background: none;
}



/* Buttons
================================================================================ */

.btn { 
  border-radius: 2px;
  font-weight: 700;
}
.btn-primary {
  background-color: #ff845e;
  border-color: #ff845e;
  color: #FFFFFF;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
  background-color: #fa7850;
  border-color: #fa7850;    
  color: #FFFFFF;
}
  
  

/* Titlebar 
================================================================================ */
     
#titlebar { 
  display: none;
}
.homepage #titlebar { 
  display:block;
}
     
.marketingPhoneShell { 
  color: #999999;
  line-height: 40px;
}
  .marketingPhoneShell a { 
    color: #ff845e;
}
  .marketingPhoneMessage { 
    display: none;
}
  .marketingPhoneNumber { 
    font-weight: 700; 
    margin-left: 3px;
}
  #mainNavLinks .marketingPhoneNumber { 
    color: #ffffff;
    display: inline-block;
    line-height: 20px;
    padding: 15px; 
}


/* Header 
================================================================================ */
     
header { 
  background: transparent;
  min-height: 50px;
}   
  #logo { 
    float: left;
    padding: 10px 0;
}
  #logo .imageWidget a img { 
    height:67px;
}       
  #logo:hover { 
    opacity: .95;
}
#mainNav .marketingPhoneShell { 
  display: none;
  float: left; 
  line-height: 50px;
}
#mainNav .nav > li > a.current {
  color: #fff;
}
#mainNav .nav > li > a:hover, #mainNav .nav > li > a:focus {

}


/* Navigation 
================================================================================ */

.navbar { 
  margin-bottom: 0;
}
.homepage .navbar { 
  margin-bottom: 0;
}
.navbar-inverse {
  background: transparent;
  border: 0;
}  
.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  border: 0;
  list-style: outside;
  overflow: hidden;
}
.navbar .header {
  background: rgba(0,0,0,.9);
}
.dropdown-menu > li > a { 
  padding: 7px 12px; 
}
.navbar-static-top {
  border-width: 0;
}
header .navbar-nav > li > a { 
  color: #CCC;
}
header .navbar-nav > li > a:hover {
  color: #fff;
}  
header .navbar-nav > li.current > a { 
  color: #fff;
}
.nav-pills > li > a { 
  border-radius: 0;
}     
#mainNavLinks { 
  padding-top: 19px; 
}
.navbar-toggle { 
  margin-right: 0;
  margin-top: 25px; 
}



/* Breadcrumbs 
================================================================================ */

.breadcrumb { 
  background: transparent;
  border-radius: 0;
  color: #999;
  margin-bottom: 25px;
  margin-top: 0;
}
#breadcrumbs ul li { 
  font-size: 13px;
}



/* Hero
================================================================================ */

.flex-control-paging li a { 
  box-shadow: none;
}
.flex-direction-nav a:hover {
  color: #FFF;
}
.flex-control-paging li a.flex-active { 
  background: #ff845e;
}
.carousel-caption {
  bottom: 0; 
  left: 30%;
  padding-bottom: 10px;
  right: 30%;
}
.carousel-caption h3 {
  font-size: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#headerImg { 
  position: fixed;
  z-index: 0;
}
#headerImg,
#headerImg .ResponsiveImageWidget  {
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  top: 0;
  width: 100%;
}  


/* Responsive Linked CTAs Widget  
================================================================================ */

#ctaShell { 
  display: none;
  position: relative;
  z-index: 500;
}
#ctaShell .row { 
  margin-bottom: 0; 
  margin-top: 0; 
}
#ctaShell .ResponsiveLinkedCTAsWidget .cta { 
  margin-bottom: 0; 
} 
#ctaShell .ResponsiveLinkedCTAsWidget h3 { 
  margin-top: 0; 
} 
#ctaShell .ResponsiveLinkedCTAsWidget .caption {
  background: transparent; 
}  
#ctaShell .caption img {
  float: left;
  margin-right: 20px;
  width: 200px;
}  
#ctaShell .ResponsiveLinkedCTAsWidget .cta a:hover { 
  text-decoration: none;
}



/* Booking Engine 
================================================================================ */



.drsb { 
  position: relative;
  width: 100%;
  z-index: 250;
}
.drsb .btn { 
  padding: 10px; 
  width: 100%; 
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
          
#ibe { 
  background: rgba(0,0,0,.9);
  color: #FFF;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 500;
}
.ibePadding { 
  padding: 40px 25px 25px; 
}
#ibe .row { 
  margin-bottom: 0;
}      
#ibe h3 { 
  margin-bottom: 40px;
}     
#ibe h6 { 
  margin-top: 5px; 
}
#ibe .controls {
  margin-bottom: 15px;
}
#ibe .input-group-addon {
  background: #FFF;
  border: 0;
  border-radius: 0 2px 2px 0;
  color: #999;
}
#ibe .input-group { 
  border-radius: 2px 0 0 2px;
}     
#ibe .form-control { 
  border: 0;
}
#ibe select.form-control { 
  padding: 6px 8px; 
}
#ibe option {
  color: #333;
}
#ibe .empty {
  color: #999;
}    
#ibe .btn-primary {
  font-weight: 600;
  padding: 10px 0;
}
#ibe .phone { 
  color: #999;
  margin-top: 20px;
}
#ibe .phone strong { 
  color: #FFF;
  display: block;
  font-size:22px;
  font-weight: 100;
  line-height:22px;
}
#ibe .textWidget {
  border-top: 1px solid #444;
  margin-bottom: 0;
  margin-top: 25px;
}
          .widgetIBE {  }
               #ibeHeaderLabel, #checkinShell, #checkoutShell, #roomsShell, #adultsShell, #childrenShell, #extraInputsShell, #submitShell, #extraLinksShell { }
               .widgetIBE input { border: 1px solid #A5ACB2;   }
               .widgetIBE select { border: 1px solid #A5ACB2; }
               .widgetIBE #ibeHeaderLabel {  }
               .widgetIBE #checkinShell {   }
                    .widgetIBE #checkinShell #checkinLabel {   }
                    .widgetIBE #checkinShell #checkinField {   }
               .widgetIBE #checkoutShell {   }
                    .widgetIBE #checkoutShell #checkoutLabel {   }
                    .widgetIBE #checkoutShell #checkoutField {   }
               .widgetIBE #roomsShell {  }
               .widgetIBE #adultsShell {  }
               .widgetIBE #childrenShell {  }
               .widgetIBE #extraInputsShell {  }
               .widgetIBE #submitShell {  }
                    .widgetIBE #submitButton { cursor: pointer; }
                    /* use below for when using image-based buttons 
                    .widgetIBE #submitButton { background: ; display: block; line-height: 0; text-indent: -9999px; }
                    .widgetIBE #submitButton:hover { cursor: pointer; } */
               .widgetIBE #extraLinksShell {  }
                    .widgetIBE ul#extraLinks { }
                    .widgetIBE ul#extraLinks li {  }
                    .widgetIBE ul#extraLinks li a {  }
                    
                    /* All the DRSB Labels */
                    .widgetIBE #checkinShell #checkinLabel,
                    .widgetIBE #checkoutShell #checkoutLabel,
                    .widgetIBE #roomsShell #roomsLabel,
                    .widgetIBE #adultsShell #adultsLabel,
                    .widgetIBE #childrenShell #childrenLabel {  }



/* Side Regions 
================================================================================ */
     
     
.homepage #side { 
  display: none; 
}    
#side { 
  position: relative;
}  
#side .customWidget {
  background: #fff;
  border-top: 4px solid #ff845e;
  margin-bottom: 30px;
}
#side .ResEmailSignUpWidget h3 {
  margin-bottom: 20px;
}      

#side .ResponsiveLinkedCTAsWidget {
  padding: 15px; 
}
#side2 { 
  background: #ff845e; 
  color: #FFF;
  margin-bottom: 25px;
  padding: 50px 50px 25px; 
  position: relative;
}    
  #side2 a { 
    color: #FFF; 
    font-weight: bold; 
}
  #side2 .row { 
    margin-bottom: 25px;
}      
    #side2 h2:first-child { 
      margin-top: 0;
}

#side2 .ResponsiveGridSystemWidget li:before {
  content: '\f058';
  font-family: FontAwesome; 
  display: inline-block;
  margin-left: -1.2em; 
  width: 1.2em;
}​     
#side2 .ResponsiveGridSystemWidget ul {
  list-style: none;
  padding: 0;
}
#side2 .ResponsiveGridSystemWidget li {
  line-height: 1.7;
  padding-left: 1.2em;
}

#side4 { 
  display: none; 
}
.homepage #side4 {
  display: block; 
  margin-top: 200px;
}

.side4 { display: none; }
.homepage .side4 { display: block; }

#side4 .ResponsiveCTAWidget .caption {
  margin-bottom: 200px;
}



/* Content 
================================================================================ */

#contentShell { 
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
} 
.homepage #contentShell {
  display: none; 
}

#subNav {
  margin-bottom: 25px;
}
  #subNav ul {  
    list-style: none; 
    margin: 0 0 25px; 
    padding: 0;
}
    #subNav ul li { 
      margin-bottom: 10px;
}
      #subNav ul li a { 
        background: #FFF;
        display: block;
        height: 100%;
        padding: 10px 15px;
        width: 100%;
}
      #subNav ul li a:hover { 
        background: #fa7850; 
        color: #FFF;
        text-decoration: none;
}
#subNavDownLinks a i { 
  font-size: 18px;
  line-height: 1.4;
}

article { 
  background: #FFF;
  margin-bottom: 25px;
  padding: 25px 50px 50px;
}
.homepage article { 
  display: none;
}

  article h1:first-child { 
    margin-top: 0;
}
    article ul.noStyle, article ul.noStyle li { 
          list-style: none; padding: 0;
}
     
.textWidget { 
  margin-bottom: 20px;
}
.widgetSocialBookmarks { 
  padding: 1.2em 0;
}
.googleMapWidget { 
  margin: 1.2em 0;
}
.googleMapPointText { 
  line-height: 120%; 
  overflow: visible;
}




/* CTA Widget
================================================================================ */               

.ResponsiveCTAWidget { 
  margin-bottom: 25px; 
}
.cta a img:hover {
  opacity: .9;
}     
.ResponsiveCTAsWidget .cta { 
  margin-bottom: 25px;
}
.ResponsiveCTAsWidget .row { 
  margin-bottom: 0;
}
.cta .btn {
  margin: 10px 3px 0 0;
}     
.ResponsiveLinkedCTAsWidget .cta {
  height: auto;
  overflow: hidden;
}

.ResponsiveLinkedCTAsWidget .media a {
     overflow: hidden;
}

.ResponsiveLinkedCTAsWidget .media-img {
     margin-top: 15px;
     overflow: hidden;
     padding-bottom: 15px;
     position: relative;
}

.ResponsiveLinkedCTAsWidget .media p {
     font-size: 14px;
     line-height: 19px;
}

.ResponsiveLinkedCTAsWidget .media a:hover {
     text-decoration: none;
}

.ResponsiveLinkedCTAsWidget .media-body {
     padding: 20px;
     text-align: left;
}
.homepage .ResponsiveLinkedCTAsWidget .media-body { 
    padding: 20px 20px 20px 40px; 
}  

.ResponsiveLinkedCTAsWidget .media div.pull-left {
     overflow: hidden;
     margin-right: -15px;
     margin-left: 14px;
}

.ResponsiveLinkedCTAsWidget .media div.media-img img {
     width: auto;
     height: 90px;
}
#side .ResponsiveLinkedCTAsWidget .media div.media-img img {
     height: 100px;
}
.ResponsiveLinkedCTAsWidget .media:hover div.media-img img {
     position: relative;
     z-index: 3;
}



/* Testimonials Widget
================================================================================ */     
   
.rating { 
  color: #ff845e; 
}
.fa-star-o { 
  color: #999; 
}


/* Responsive Swipebox Gallery
================================================================================ */               

.ResSwipeBoxWidget  { 
  padding-top: 15px;
}
.ResSwipeBoxWidget h2 {
  display: none;
}


/* Responsive Swipebox Gallery
================================================================================ */             

.ResponsiveFeatureListWidget h3 small {
  border-left: 1px solid #DDDDDD;
  color: #ff845e;
  font-weight: 700;
  margin-left: 5px;
  padding-left: 10px;
}


/* Email Sign-Up
================================================================================ */

#rfpshell {
  padding-top: 15px;
  text-align: center;
  width: auto;
}
.ResEmailSignUpWidget {
  background: #FFF; 
  padding: 50px; 
}     
  .ResEmailSignUpWidget  p.description{ 
    margin-bottom: 15px;
}     
  .ResEmailSignUpWidget  #email { 
    margin-bottom: 5px;
} 
.ResEmailSignUpWidget .form-control { 
  border-radius: 2px;
}
.ResEmailSignUpWidget .form-control:focus {
  border-color: #ff845e;
}
.success { 
  color: #333;
}
.referencenumber { 
  color: #0B8817;
  font-weight: bold;
}

/* Forms
================================================================================ */

#rfp {
  background: #fff;
}
#rfpshell {
  text-align: left;
  width: 100%;
}
input, button, select, textarea {
}
label {
  font-weight: 300;
}
#rfp textarea.form-control {
  height: 150px;
  width: 100%;
}
#rfp dd {
  position: relative;
}
#rfp dt {
  float: none;
  margin: 0;
  width: 100%;
}
#rfp .submit {
  background: #ff845e;
  border: none;
  color: #fff;
  float: right;
  font-weight: bold;
  margin: 0;
  padding: 0 20px;
  width: auto;
}
#rfp .submit:hover {
  background: #fa7850;
}
#rfp h2 {
  font-weight: 300;
  font-family: "Lato";
  color: #ff845e;
  text-transform: none;
  font-size: 28px;
}
.required {
  position: absolute;
  top: 10px;
  right: 10px;
}
.form-control:focus {
  border-color: #ff845e!important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.2)!important;
}



/* Footer 
================================================================================ */

footer {
  background: transparent;
  bottom: 0;
  color: #999;    
  position: fixed;
  width: 100%;
  z-index: 100;  
}
footer #ctaShell { 
  background: rgba(0,0,0,.8); 
}
  footer .footer { 
    background: rgba(0,0,0,.9); 
    padding-top: 5px;
    padding-bottom: 5px;    
  }

  footer .ResponsiveNavWidget {
    float: right;
    font-size: 85%;
     }
  footer .nav a { color: #CCC; }
  footer .nav a:hover { color: #FFF; }     
  footer .textWidget {
    margin-bottom: 10px;
     }
  .nav > li > a:hover, 
  .nav > li > a:focus {
    background: none;
     }
  footer nav ul li {
    display: inline;
     }
address {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;  
}
  .org {
    border-right: 1px solid #333;
    font-weight: 600;
    padding-right: 10px;
}
  .adr {
    padding-left: 5px;
}
  .country-name {
    display: none;
}
  .tel {
    display: none;
}
  footer .header-social { 
    float: right;
    margin-left: 5px;
}
    footer .header-social a {
      background:transparent;
      border-radius: 2px;
      color:#999;
      display: inline-block;
      font-size: 16px;
      line-height: 30px;
      margin-left: 4px;
      text-align: center;
      text-decoration: none;
      width: 30px;
}
      footer .header-social a:hover {
        background:#222;
        color:#FFF;
}   
#helpmenuShell { 
  float: right; 
}
.ResSocialIconsWidget { 
  float: right; 
}
footer .ResponsiveNavWidget .nav li  {
  padding: 6px 0;
}
footer .ResponsiveNavWidget .nav a {
  border-right: 1px solid #333;
  padding: 0 10px;
}
#vizsig { 
  margin: 0;
}



/* Miscellaneous Features
================================================================================ */

.scroll-to-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #FFF;
    background-color: rgba(25, 25, 25, 0.80);
    border-radius: 4px;
    display: none;
    font-size: 23px;
    padding: 4px 18px;
    z-index: 1000;
}
.scroll-to-top:hover {    
    background-color: #fa7850;
    color: #FFF;
}
.scroll-to-top:focus {    
    background-color: rgba(25, 25, 25, 0.80);
    color: #FFF;
}

/* Bootstrap Overrides 
================================================================================ */

/* Shows dropdown on hover (in desktop view) instead of click */
ul.nav li.dropdown:hover ul.dropdown-menu{
  display: block;
}
.pull-right .dropdown-menu {
    left: 0;
    right: 0;
}
@media (max-width: 992px) {
  .navbar ul.nav li {
    text-align: center;
  }
}


/* Media Queries 
================================================================================ */

@media (max-width: 992px) {
  header .header-social { 
    margin-left: 10px;
  }

  header .navbar-nav > li > a {
    padding-left:11px;
    padding-right: 11px;
  }
  .scroll-to-top {
    display: none!important;
  }    
  #side .ResEmailSignUpWidget h3,
  #side .ResEmailSignUpWidget p,
  footer { 
    text-align: center;
  }
  footer .col-sm-12 { 
    width: auto; 
  }
  footer .footer { 
    padding-top: 15px;
    padding-bottom: 15px;    
  }
  .homepage .ResponsiveLinkedCTAsWidget .media-body {
    width: 100%;
  } 
  .homepage .ResponsiveLinkedCTAsWidget .media-img {
    display: none;
  }  
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        width: 100%;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
   .ResponsiveLinkedCTAsWidget .cta { 
     height: auto; 
   }
   #side4 .ResponsiveCTAWidget .caption {
     margin-bottom: 0;
   }
}

@media (max-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) { 
  .homepage .navbar {
    margin-bottom: 0;
  }
  .ResFlexSliderWidget .container .flexslider { 
    margin-top: 0; 
  }
  #headerImg .container { 
    padding: 0;
    width: 100%;
  }
  #headerImg .container .row { 
       margin: 0;
  }  
  #headerImg .container .col-md-12 { 
       padding: 0;
  }
  .nav-pills > li {
    display: inline-block;
    float: none;
  }
  #ibe .phone strong { 
    font-size: 20px;
  }   
  .caption { 
    text-align: center; 
  }
  .carousel-caption { 
    display: none;
  }       
  .navbar ul.nav li .dropdown-menu, 
  .navbar ul.nav li .caret { 
    display: none!important;
  }

}

@media (max-width: 480px) {

.homepage #side4 { 
  margin-top: 20px; 
}
#contentShell { 
  padding-top: 20px; 
}
  article, 
  #ibe, 
  .ResEmailSignUpWidget, 
  #side2, 
  #side3 .caption {
    padding-left: 25px;
    padding-right: 25px;           
  }
  #contentShell {
    margin-top: 0; 
  }
  h1 { 
    font-size:22px;
  }
  #breadcrumbs {
    display: none;
  }
  #side2 .ResponsiveGridSystemWidget ul {
    margin-bottom: 0;
  }
  .navbar-fixed-top { 
    position: relative; 
  }
  #helpmenuShell { 
    float: none; 
    text-align: center;     
  }
  .ResSocialIconsWidget { 
    float: none; 
  }
  footer .header-social {
    float: none!important;
  }
  .adr,
  .street-address { 
    display: block; 
  }
  .org {
    border-right: 0;
    padding-right: 0;
  }
  
  /* Homepage */
  .homepage .ResponsiveLinkedCTAsWidget .media-body { 
    text-align: center; 
  }  
  .homepage #headerImg  { 
    height: 300px; 
    min-height: 300px;
    position: relative;     
    top: 10px;
  }
  footer { 
    position: relative;
  }    
}

@media (min-width: 768px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
  #ibe .guests {
    padding-right: 5px;
  }
  #ibe .rooms {
    padding-left: 5px;
  }
  .ResponsiveLinkedCTAsWidget .media-img img {
     width: 100%;
  }
  .ResponsiveLinkedCTAsWidget .media-body p {
    margin-bottom: 0;
  }  
  #ctaShell { 
    display: block; 
  }   
#mainNavLinks .navbar-nav > li:first-child > a, .nav > li:first-child > a { 
  padding-left:0;
}  
}

@media (min-width: 992px) {

}
  
@media (min-width: 1200px) {

}


/* Google Font Fix for Chrome
================================================================================ */

body
{
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
    from{   opacity: 1; }
    to{ opacity: 1; }
}