/* Generic */

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }

  .hidden-xs {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
    float: left;
  }

  .col-ms-1 {
    width: 8.3333333333%;
  }

  .col-ms-2 {
    width: 16.6666666667%;
  }

  .col-ms-3 {
    width: 25%;
  }

  .col-ms-4 {
    width: 33.3333333333%;
  }

  .col-ms-5 {
    width: 41.6666666667%;
  }

  .col-ms-6 {
    width: 50%;
  }

  .col-ms-7 {
    width: 58.3333333333%;
  }

  .col-ms-8 {
    width: 66.6666666667%;
  }

  .col-ms-9 {
    width: 75%;
  }

  .col-ms-10 {
    width: 83.3333333333%;
  }

  .col-ms-11 {
    width: 91.6666666667%;
  }

  .col-ms-12 {
    width: 100%;
  }

  .col-ms-pull-0 {
    right: auto;
  }

  .col-ms-pull-1 {
    right: 8.3333333333%;
  }

  .col-ms-pull-2 {
    right: 16.6666666667%;
  }

  .col-ms-pull-3 {
    right: 25%;
  }

  .col-ms-pull-4 {
    right: 33.3333333333%;
  }

  .col-ms-pull-5 {
    right: 41.6666666667%;
  }

  .col-ms-pull-6 {
    right: 50%;
  }

  .col-ms-pull-7 {
    right: 58.3333333333%;
  }

  .col-ms-pull-8 {
    right: 66.6666666667%;
  }

  .col-ms-pull-9 {
    right: 75%;
  }

  .col-ms-pull-10 {
    right: 83.3333333333%;
  }

  .col-ms-pull-11 {
    right: 91.6666666667%;
  }

  .col-ms-pull-12 {
    right: 100%;
  }

  .col-ms-push-0 {
    left: auto;
  }

  .col-ms-push-1 {
    left: 8.3333333333%;
  }

  .col-ms-push-2 {
    left: 16.6666666667%;
  }

  .col-ms-push-3 {
    left: 25%;
  }

  .col-ms-push-4 {
    left: 33.3333333333%;
  }

  .col-ms-push-5 {
    left: 41.6666666667%;
  }

  .col-ms-push-6 {
    left: 50%;
  }

  .col-ms-push-7 {
    left: 58.3333333333%;
  }

  .col-ms-push-8 {
    left: 66.6666666667%;
  }

  .col-ms-push-9 {
    left: 75%;
  }

  .col-ms-push-10 {
    left: 83.3333333333%;
  }

  .col-ms-push-11 {
    left: 91.6666666667%;
  }

  .col-ms-push-12 {
    left: 100%;
  }

  .col-ms-offset-0 {
    margin-left: 0%;
  }

  .col-ms-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-ms-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-ms-offset-3 {
    margin-left: 25%;
  }

  .col-ms-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-ms-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-ms-offset-6 {
    margin-left: 50%;
  }

  .col-ms-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-ms-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-ms-offset-9 {
    margin-left: 75%;
  }

  .col-ms-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-ms-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-ms-offset-12 {
    margin-left: 100%;
  }
}
.visible-xs, .visible-ms {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms {
    display: block !important;
  }

  table.visible-ms {
    display: table;
  }

  tr.visible-ms {
    display: table-row !important;
  }

  th.visible-ms,
  td.visible-ms {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-ms-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important;
  }
}

/* Container small */
.container-small {
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-small {
    width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-small {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    width: 950px;
  }
}



.h1 {
  font-family: "Ubuntu", sans-serif;
  font-size: 35px;
  color: #c30;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  color: #c30;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.h3 {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #c30;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.h4 {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  color: #c30;
  font-style: normal;
  text-transform: lowercase;
  font-weight: lighter;
  margin: 0 0 15px 0;
}

h4.white { color: #ffffff; text-transform: uppercase }

a {
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
a:hover {
  text-decoration: none;
}

p {
    margin: 0 0 14px;
    line-height: 155%;
}

p.white { color: #ffffff }

.mBot { margin-bottom: 30px }
h3.mbot { margin-bottom: 25px }

/* Nav */
nav.navbar {
  background-color: #ffffff;
  margin: 0;
  border-width: 0;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  height: 109px;
}
nav.navbar.scrolled {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  height: 85px;
}
nav.navbar.scrolled .navbar-header .navbar-brand {
  padding: 11px 0 11px 0 !important;
}
nav.navbar.scrolled .navbar-header .navbar-brand img {
  width: 191px;
  height: 62px;
}
nav.navbar.scrolled .phone-number { 
    margin-top: 27px;
}

nav.navbar.scrolled .navbar-nav {
    margin-top: 18px;
}


nav.navbar .navbar-collapse { text-align: right }

nav.navbar .navbar-header .navbar-toggle {
  outline: none;
  border: solid 3px #c30;
  margin-top: 31px;
  height: 45px;
  width: 45px;
  text-align: left;
  padding: 7px 10px;
  background-color: #a32900;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

nav.navbar.scrolled .navbar-header .navbar-toggle { margin-top: 19px; }

nav.navbar .navbar-header .navbar-toggle.collapsed {
  background-color: #c30;
}

nav.navbar .navbar-header .navbar-toggle .icon-bar {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
}

nav.navbar .navbar-header .navbar-brand {
  display: inline-block;
  height: auto;
  padding: 15px 0 15px 0;
  margin-left: 0;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
nav.navbar .navbar-header .navbar-brand img {
  display: block;
  width: 241px;
  height: 78px;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

nav.navbar .phone-number {
    margin-top: 39px;
    float: right;
    padding: 0;
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}

nav.navbar .phone-number a {
    background-color: #c30;
    border: solid 3px #c30;
    padding: 6px 12px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    border-radius: 6px;
}

nav.navbar .phone-number a:hover,
nav.navbar .phone-number a:focus,
nav.navbar .phone-number a:active {
    text-decoration: none;
    background-color: #a32900;
    border-bottom: solid 3px #c30;
}

nav.navbar .phone-number a .fa {
    font-size: 20px;
    padding-right: 3px;
}

nav.navbar .navbar-nav {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    margin-top: 31px;
    margin-right: 15px;
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
}

nav.navbar .navbar-nav a {
    color: #999999;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus,
nav.navbar .navbar-nav a:hover,
nav.navbar .navbar-nav a:focus,
nav.navbar .navbar-nav a:active,
nav.navbar .navbar-nav li.active a {
    color: #c30;
}

@media (min-width: 992px) and (max-width: 1199px) {
    nav.navbar .navbar-nav { font-size: 13px }
}


@media (min-width: 768px) and (max-width: 991px) {
    
    nav.navbar .phone-number {
        float: none;
        margin-top: 30px;
    }
    nav.navbar .phone-number a {
        font-size: 16px;
        padding: 4px 8px;
    }
    nav.navbar .phone-number a .fa {
        font-size: 14px;
    }

    nav.navbar .navbar-nav {
        font-size: 13px;
        text-align: right;
        margin-right: 0;
        margin-top: 15px;
    }
    nav.navbar .navbar-nav li a{
        padding: 2px 0 5px 20px;
        text-align: right;
    }
    
    nav.navbar.scrolled .phone-number {
        margin-top: 19px;
    }
    nav.navbar.scrolled .navbar-nav {
        margin-top: 12px;
    }
    
}

@media (max-width: 767px) {
    nav.navbar .navbar-header .navbar-brand { margin-left: 16px }
    
    nav.navbar .navbar-collapse { text-align: center; background-color: #c30; border-bottom: solid 4px #a32900 }
    
    nav.navbar .navbar-nav a {
        color: #ffffff;
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    nav.navbar .navbar-nav a:hover,
    nav.navbar .navbar-nav a:focus,
    nav.navbar .navbar-nav a:active,
    nav.navbar .navbar-nav li.active a {
        color: #444444;
    }

    nav.navbar .navbar-nav { float: none; margin: 18px 0 18px 0 }
    
    nav.navbar .phone-number   { float: none; margin-right: -15px; margin-left: -15px; margin-top: 0 }
    nav.navbar .phone-number a { background-color: #a32900; text-align: center; display: block; border: 0 !important;  font-size: 20px }
    nav.navbar.scrolled .phone-number { margin-top: 0; }
    
}


/* Content */

.carousel {
    border-bottom: solid 4px #c30;
}

.carousel .carousel-inner {
    height: 100%
}

.carousel .carousel-inner .item {
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    opacity: 1;
    -webkit-transition: 1s ease-in-out left;
    -moz-transition: 1s ease-in-out left;
    -o-transition: 1s ease-in-out left;
    transition: 1s ease-in-out left;
}

.carousel .carousel-inner .item img {
    width: 100%
}

.breadcrumb-container {
    background: #f5f5f5;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #d6d6d6;
    -moz-box-shadow: 0 1px 3px #e5e5e4;
    -webkit-box-shadow: 0 1px 3px #e5e5e4;
    box-shadow: 0 1px 3px #e5e5e4;
}

.btn-primary { text-transform: uppercase; } 

.container-fluid { padding: 0 }

.container-fluid.white {
	background-color:#FFF;
}

.container-fluid.photo {
    background-image: url(../img/bg/highlight-bg.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    border-top: solid 4px #f5f5f5;
    border-bottom: solid 4px #f5f5f5;
}

.container-fluid.photo2 {
    background-image: url(../img/bg/booking-bg.jpg);
}

.container-fluid.photo.noBbottom { border-bottom: 0 }


section .intro {
    margin-bottom: 60px;
}

section .intro.noM { margin-bottom: 10px }

section .intro.padding { padding-top: 50px; padding-bottom: 50px }

section .intro h2 {
    font-size: 45px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 20px;
}

section .intro  h2.white        { color: #ffffff }
section .intro h2.noM { margin-bottom: 20px }
section .intro  h2.white small  { color: #ffffff }
section .intro  h2.white:before { background-color: #ffffff }
section .intro  h2.white:after  { background-color: #ffffff }


section .intro h2 small {
    font-size: 17px;
    margin-top: 15px;
    text-transform: none;
    display: block;
    font-weight: 100;
}

section .intro h2:before{
    content: " ";
    width: 40px;
    height: 3px;
    background-color: #999;
    position: absolute;
    top: 26px;
    left: -90px;
}

section .intro h2:after{
    content: " ";
    width: 40px;
    height: 3px;
    background-color: #999;
    position: absolute;
    top: 26px;
    right: -90px;
}


@media (max-width: 767px) {
    
    section .intro h2:before{
        left: auto;
        display: block;
        position: relative;
        top: 0;
        margin: 0 auto 15px auto;
    }

    section .intro h2:after{
        right: auto;
        display: block;
        position: relative;
        top: 0;    
        margin: 22px auto 0 auto;
    }

}

section .intro p {
    font-size: 14px;
    font-weight: 100;
    line-height: 165%;
}


section.home-about .items img { 
    margin: 0 auto 10px auto;
    display: inline-block;
    border: solid 8px #ffffff;
    box-shadow: 4px 1px 13px #cccccc;
    border-radius: 6px;
}

section.home-about .items h3 {
    color: #444444;
    text-transform: uppercase;
    padding: 0 60px;
    margin-bottom: 12px;
}

section.home-about .items p {
    font-size: 14px;
    font-weight: 100;
    line-height: 165%;
    padding: 0 60px;
    margin-bottom: 40px;
}


/* Footer */
footer {
  position: relative;
  background-color: #ffffff;
  padding: 0 0 35px 0;
  margin-top: 0;
}
footer .title {
  background-color: #c30;
  border-bottom: solid 4px #a32900;
  padding: 35px 0 0 0;
}
footer .title h3 {
  color: #ffffff;
  font-style: italic;
  margin: 0 0 8px 0;
}
footer .title h3 span {
  color: #444444;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1.5px;
  float: left;
  margin-right: 6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .title h3 span {
    display: none;
  }
}
footer .title h3 small {
  color: #ffffff;
  margin-left: 3px;
}
footer .content {
  margin-top: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .content {
    margin-top: 50px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  footer .content {
    margin-top: 50px;
  }
}
footer .content #weather .h1 {
  margin: 5px 0 0 0;
  font-size: 30px;
  font-style: normal;
  letter-spacing: -1px;
  text-align: left;
}
footer .content #weather img {
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .content #weather img {
    width: 55px;
    margin-top: 3px;
  }
}
footer .content h3 {
  margin-bottom: 5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .content .row > div {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  footer .content .row > div {
    margin-bottom: 25px;
    text-align: center;
  }
}
footer .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .content ul li {
  padding: 0 0 2px 0;
  font-size: 14px;
  color: #444444;
  vertical-align: top;
}

footer .content ul#menu li:before { 
    
    content: "\f105";
    font-family: FontAwesome;
    color: #c30;
    padding-right: 6px;
}


@media (min-width: 768px) and (max-width: 991px) {
  footer .content ul li {
    font-size: 13px;
  }
}
footer .content ul li a {
  color: #444444;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .content ul li a {
    padding-right: 12px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer .content ul li a {
    padding-right: 12px;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  footer .content ul li a {
    padding-right: 12px;
  }
}
footer .content ul li a:hover {
  color: #c30;
}
footer .content ul li a .fa {
  padding-right: 6px;
  color: #c30;
}

#copyright {
  position: relative;
  background-color: #444444;
  padding: 16px 0 14px 0;
  text-align: center;
}
#copyright p {
  color: #ffffff;
  margin: 0;
}
#copyright a {
  font-weight: bold;
}
