

body, html {
	margin:0px;
	font-family: 'Conv_GothamBook';
	color: #3b3b3b;
	height: 100%;
	background-color: #FFFFFF;
}
h1, h2, h3, h4 {
	font-family: 'Conv_Gotham-Bold';
}

a.svg {
  position: relative;
  display:block;
}
a.svg:after {
  content: ""; 
  position: absolute; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
}

.light-blue {
	color:#22bfed;
}
.lighter-blue {
color: #7ad5ff;
}
.red {
    color: #c71f36;
}
.green {
	color: #b7bb15;
}
.orange {
	color:#f39221;
}
.black {
	color:#212121;
}
.pink {
	color: #e72179;
}
.white {
	color: #FFFFFF;
}
.white a{
	color: #FFFFFF;
	text-decoration: none;
}
.bold {
    font-family: 'Conv_Gotham-Bold';
}
.bold a {
    font-family: 'Conv_Gotham-Bold';
    color:#292929;
    text-decoration: none;
}
img.hunner {
	width: 100%;
	height: auto;
}

.marker {
	position: absolute;
	top: 0;
	z-index: 123;
}
.small {
	font-size: 10px;
	line-height: 7px
}
.gold {
	color: #8b8b8b;
}


#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:11112; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}



#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
position: fixed;
display: none;
z-index: 10001;
}
.popup img {
	width: 100%;
}
	.popup .close {
		opacity: 1;
		text-shadow: none;
		font-size: 30px;
	}
.cnt223{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 100px auto;
background: #242424;
position: relative;
z-index: 103;
padding: 0px 0px 15px 0px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    /* text-align: justify; */
    font-size: 30px;
    font-family: sans-serif;
	padding: 10px 15px 20px 10px;
}
.cnt223 p a{
color: #ffffff;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}


/* Grow */
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}







.slider-content {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-duration: 1.5s;
  -moz-animation-delay: 0.5s;
  -moz-animation-iteration-count: 1;
  -vendor-animation-duration: 1.5s;
  -vendor-animation-delay: 0.5s;
  -vendor-animation-iteration-count: 1;
  -ms-animation-duration: 1.5s;
  -ms-animation-delay: 0.5s;
  -ms-animation-iteration-count: 1;
}
.top {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -vendor-animation-duration: 1s;
  -vendor-animation-delay: 1s;
  -vendor-animation-iteration-count: 1;
  -ms-animation-duration: 1s;
  -ms-animation-delay: 1s;
  -ms-animation-iteration-count: 1;
}


.scroll-hint {
	margin-top: -90px;
	position:relative;
}
#scroll-hint-2 {
	margin-top: 80px;
	position:relative;
}


.homekits {
    background-color: #2a2a2a;
    padding-top: 60px;
    padding-bottom: 60px;
}

section {
  margin: 0 0 20px 0;
  text-align: center;
}
section:last-child {
  margin-bottom: 0;
}
section a {
  display: inline-block;
  font-size: 16px;
  transition: all 0.2s;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}



.cmn-t-pulse {
  padding: 20px 40px;
  color: #fff;
  background-color: transparent;
  animation: pulse 1s ease infinite;
  /* transition: transform 0.2s; */
}
.cmn-t-pulse:hover {
  color: #fff;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}


.jumbotron {
	padding: 0px;
	background-color: #FFFFFF;
	height: 95%;
	margin: 0px;
	
}

.jumbotron .slider-corner {
	position: absolute;
	left:0px;
	bottom:5%;
	z-index: 1
}

.col-sm-6, .col-md-6 {
	padding: 0px !important;
}






#policy {
	background-color: #1C1C1C;
	color: #ffffff;
	padding-top: 200px;
}
#policy p {
	text-align:left;
	font-size: 16px;
	line-height: 25px;
	padding-left: 5%;
	padding-right: 5%;
}
#policy ul {
	text-align:left;
	font-size: 16px;
	line-height: 25px;
	padding-left: 8%;
}
#policy ul li {
	padding-top: 8px;
}
#policy h1 { 
	text-align:left;
	font-family: 'brandon_grotesquebold';
	font-size: 36px;
	line-height: 39px;
	padding-left: 5%;
	padding-right: 5%;
}
#policy h2 { 
	text-align:left;
	font-family: 'brandon_grotesquebold';
	font-size: 28px;
	line-height: 39px;
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
}
#policy h3 { 
	text-align:left;
	font-family: 'brandon_grotesquebold';
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
}

#banner-xmas {
	background-color: #242424;
	height: 100%;
	color: #ffffff;
}
#banner-xmas.page {
	padding-top: 60px;
	padding-bottom: 60px;
	height: inherit;
}
#banner-xmas img.stag {
	width: 250px;
	height: auto;
}	
#banner-xmas h1 {
	color: #ffffff;
	font-size: 70px;
	line-height: 60px;
	margin: 0px;
	padding-bottom: 20px;
}
#banner-xmas h2 {
	font-size: 40px;
} 
 #banner-xmas p {
	font-size: 18px;
}  
#banner-xmas a {
	border: #ffffff solid 1px;
	padding: 20px;
	color: #ffffff;
} 
hr {
	margin-top: 60px;
	margin-bottom: 60px;
}
  
/*start of header*/
.top {
	position: absolute;
	padding-top:0px;
	padding-right: 25px;
  width: 100%;
  height: 150px;
  z-index: 1049;
 
}
.top .col-md-2, .top .col-lg-2, .top .col-xs-3, .top .col-sm-3, .top .col-sm-9, .top .col-sm-10 {
	padding: 0px;
}
header {
	margin-bottom: 0px;
}
.logo {
	text-align:left;
	padding-left: 20px;
	padding-top: 20px;
}
img.logo {
	height: 270px;
}
img.header-panel {
	width: 30%;
	height: auto;
}

.dashed-line {
	border-bottom:dashed #bbbbbb 1px;
	margin: 4px 0px;
}
/*end of header*/


iframe.video1 {
width: 100%;
height: 600px;
}

.clearer {
    clear:both;
}
.navbar{
	
	background-color: #FFFFFF;
	border-radius: 0px;
	border: none;
	text-align:center;
	height: 80px;
	font-weight: 700;
	
	
}

.navbar-collapse {
	background-color: transparent;
	border-radius: 0px;
	border: none;
	color: #1C1C1C;	
	padding-right: 0px;
}
.navbar-nav>li a {
	font-size: 18px;
	color: #FFFFFF;
	padding: 10px 20px 18px 10px;
    font-family: 'Conv_Gotham-Bold';
}
.navbar-nav>li.sm a {
	padding: 10px 15px 18px 0px;
}

    .navbar-nav>li a img {
        width: 100px;
        margin-top: -40px
    }
 .navbar-nav>li a img.sm {
        width: 30px;
        margin-top: -7px;
    }

.navbar-nav>li a:hover, .navbar-nav>li a:focus {
	color: #cb6015;
	background-color:transparent;
	border: none;
}
.navbar-nav {
	padding-top: 50px;
}

.nav.navbar-nav.mobile>li {
    border-bottom: dotted 1px #ffffff;
}
.mobile>li.order-btn.last {
    border: none;
}


.navbar-nav>li>.dropdown-menu {
	background-color: rgba(255,255,255,1);
	border:none;
	border-radius:0px;
	box-shadow: none;
	text-align:left;
	padding-bottom:15px;
	margin-top:0px;
	text-transform: uppercase;
	
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}

.navbar-nav>li>.dropdown-menu {
	padding-top: 10px;
	padding-bottom:10px;
	background-color:#353535;
	margin-top: 5px;
}

.dropdown-menu>li>a {
	padding-top:4px;
	padding-bottom:4px;
	color: #ffffff;
	
	font-size: 14px;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:focus{text-decoration:none;color:#676767;}
.dropdown-menu>li>a:hover {
	color: #ffffff;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color:#e78400;
	
}

ul.dropdown-menu.dropdown-alt {
	text-align: right;
	left:auto;
	right: 0;
	margin-right: -10px;
}










/* ======= Carousel ======= */
.carousel {
	z-index: 1048;
}
.carousel-indicators li {
display: inline-block;
width: 20px;
height: 20px;
margin: 3px;
text-indent: -999px;
border: 2px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: rgba(0,0,0,0.2)
}
.carousel-indicators li.active {
	background-color: #ffffff;
	display: inline-block;
width: 20px;
height: 20px;
margin: 3px;
text-indent: -999px;
border: 2px solid #ffffff;
border-radius: 10px;
cursor: pointer;
}


.carousel-control.left {
	background-color:transparent;
	background-image:none;
	text-align: left;
	padding-left: 0px;
	color: #000000;
}
.carousel-control.right {
	background-color:transparent;
	background-image:none;
	text-align: right;
	padding-right: 0px;
	color: #000000;
}
.carousel-inner {
	margin-top:0px
}

.carousel-control.left:hover {
	text-shadow:none;
	background-color: transparent;
	color: #c0a86f;
	padding-left: 20px;
	padding-right: 0px;
}
.carousel-control.right:hover {
	text-shadow:none;
	background-color: transparent;
	color: #c0a86f;
	padding-left: 0px;
	padding-right: 20px;
}

.slide1 {
	background-image: url(../images/slider-BG-1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
	background-attachment:fixed;
}
.slide2 {
	background-image:url(../images/slider-BG-4.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
	background-attachment:fixed;
}
.slide3 {
	background-image:url(../images/slider-BG-3.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
	background-attachment:fixed;
}
.slide4 {
	background-image:url(../images/slider-BG-5.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
	background-attachment:fixed;
}

.slider-content img {
	width: 60%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


 
.home-gallery .slide1 {
	background-image: url(../images/salmon-inn-road/gallery-1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
	background-attachment:scroll;
}
.home-gallery .slide2 {
	background-image: url(../images/salmon-inn-road/gallery-2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
	background-attachment:scroll;
}
.home-gallery .slide3 {
	background-image: url(../images/salmon-inn-road/gallery-3.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
	background-attachment:scroll;
}
.home-gallery .slide4 {
	background-image: url(../images/salmon-inn-road/gallery-4.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
	background-attachment:scroll;
}
.home-gallery .slide5 {
	background-image: url(../images/salmon-inn-road/gallery-5.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
	background-attachment:scroll;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
	padding-top:40px;
}
.inner {
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
}

.slider-content {
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
	color: #ffffff;
}
.slider-content a img {
	width: 640px;
	margin-left: 10px;
	margin-right: 10px;
}
.slide1 .slider-content h1 {
	font-family: 'angelfaceregular';
	font-size: 130px;
	line-height: 60px;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}
.slide2 .slider-content h1 {
	font-family: 'angelfaceregular';
	font-size: 130px;
	line-height: 70px;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}
.slide3 .slider-content h1 {
	font-family: 'angelfaceregular';
	font-size: 130px;
	line-height: 60px;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}
.slide4 .slider-content h1 {
	font-family: 'angelfaceregular';
	font-size: 130px;
	line-height: 60px;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}


img.slider-content {
	width: 70%;
	height: auto;	
}
img.slider-content2 {
	width: 30%;
	height: auto;	
}


html,body{height:100%;}
.carousel,.item,.active{height:100%;}
.carousel-inner{height:100%;}


.mission {
    background-color: #2a2a2a;
    padding: 120px 5% 120px 5%;
    text-align: center;
}
.mission p {
    font-family: 'Conv_Gotham-Bold';
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  text-justify: inter-word;
    text-transform: none;
    padding-bottom: 40px;
}
.mission img {
    width: 200px;
    margin-top: 50px;
}
.banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 250px 0px 0px 0px;
	text-align: center;
	height: 500px;
}
.banner1 {
	background-image: url(../images/banner-BG-1.jpg);
	background-position: center center;
}
.banner2 {
	background-image: url(../images/banner-BG-2.jpg);
	background-position: center center;
}
.banner3 {
	background-image: url(../images/banner-BG-3.jpg);
	background-position: center center;
}
.banner4 {
	background-image: url(../images/banner-BG-4.jpg);
	background-position: center center;
}
.banner5 {
	background-image: url(../images/banner-BG-5.jpg);
	background-position: center center;
}
.banner6 {
	background-image: url(../images/banner-BG-6.jpg);
	background-position: center center;
}
.banner7 {
	background-image: url(../images/banner-BG-7.jpg);
	background-position: center center;
}
.banner-news1 {
	background-image: url(../images/news-story-banner-BG-1.png);
	background-position: center center;
}
.banner h1 {
	font-family: 'brandon_grotesque_regularRg';
	font-size: 65px;
	color: #ffffff;
	line-height: 60px;
	text-transform: uppercase;
}
.banner .slider-corner {
	position: absolute;
	left:0px;
	top:382px;
	z-index: 1
}

.promo1 {
	padding-top: 40px;
	padding-bottom: 20px;
}
.promo1 .divider {
	height: 2px;
	width: 100%;
	margin-top:-4px;
}
.promo1 .divider2 {
	height: 2px;
	width: 100%;
	margin-top:10px;
}
.promo1 h2 {
	font-size: 70px;
	line-height: 50px;
	color:#292929;
	font-family: 'brandon_grotesque_regularRg';
}
.promo1 p.intro {
	font-size: 20px;
	line-height: 30px;
	color:#3b3b3b;
	padding-top: 35px;
}
.promo1 p {
	font-size: 20px;
	line-height: 30px;
	color:#3b3b3b;
	padding-top: 10px;
}
.promo1 p a, .promo1 p a:hover {
	color:#3b3b3b;
	text-decoration: none;
}
.promo1 p.sig {
	font-family: 'celine_dion_handwritingRg';
	font-size: 40px;
	line-height: 30px;
	color:#3d578e;
	padding-top: 35px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.promo1 p.link {
	line-height: 30px;
	padding-top: 35px;
}
.promo1 p.link a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color:#294682;
	border: 4px solid #294682;
	padding: 15px 20px;
}
.promo1 p.link a:hover {
	text-decoration: none;
}

.promo1 .contact-methods {
	padding-top: 30px;
	padding-bottom: 80px;
}
.promo1 .contact-methods p {
	font-size: 26px;
}





.about {
    background-color: #2a2a2a;
    padding: 120px 5% 120px 5%;
}



#whatson {
	background-image:url(../images/whatson-BG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center left;
	background-attachment: fixed;
	text-align: center;
	color: #FFFFFF;
	height: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}
#whatson .whatson-item {
	background-color: #2b2b2b;
	padding: 25px;
	margin-bottom: 20px;
}
#whatson h1 {
	font-size: 70px;
	color:#292929;
	margin-bottom: 30px;
}
#whatson .whatson-item h2 {
	font-size: 29px;
	font-family: 'brandon_grotesquebold';
	color: #ffffff;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#whatson .whatson-item p.date {
	font-size: 15px;
	font-family: 'brandon_grotesquelight';
	line-height: 21px;
	color:#ADADAD;
	padding-top: 0px;
	margin-top: 6px;
}
#whatson .whatson-item p {
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	padding-top: 0px;
	margin-top: 6px;
}
#whatson .whatson-item p.link {
	padding-top: 15px;
	padding-bottom: 10px;
}
#whatson .whatson-item p.link a {
	font-size: 18px;
	background-color: #ffffff;
	padding: 8px 15px 8px 15px;
	color: #313130;
	margin-bottom: 10px;
}
#whatson .whatson-item p.link a:hover {
	background-color:#B5B5B5;
	text-decoration: none;
}
#whatson img.whatson-image {
	width: 100%;
	height: auto;
}




.main-content-order {
    padding-top: 120px;
}

    
.locations {
    padding-top: 100px;
    padding-bottom: 120px;
    text-align: center;
    }
  .locations .location1 {
      padding-TOP: 10px;
}
  .locations .location2 {
      padding-left: 30px;
}
.locations img.logo-b {
    width: 150px;
    margin-bottom: 30px;
    }
    
.locations p {
    font-size: 16px;
    line-height:24px;
    padding-bottom: 10px;
    text-align: center;
    }
    
 .locations h2 {
     color: #feca1e;
     text-align: center;
     font-size: 50px;
    }
.locations p.link {
    padding-top: 20px;
}
.locations p.link img {
    width: 100px;
    }



.menu-prev {
	background-image:url("../images/menu-BG.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding-top: 190px;
	padding-bottom: 110px;
	text-align: center;
	
}
.menu-prev h2 {
	font-size: 63px;
	line-height: 65px;
	color: #c71f36;
        font-family: 'brandon_grotesquebold';
    padding-bottom: 30px;
}
.menu-prev p {
	color: #ffffff;
	font-size: 22px;
	padding-bottom: 40px;
}
.menu-prev a img {
	width: 13.9%;
	height: auto;
	margin-left: 12px;
	margin-right: 12px;
}
.menu-prev a img.special {
	width: 27.8%;
	height: auto;
	margin-left: 12px;
	margin-right: 12px;
}

.menu-prev .menus {
	
}
.menu-prev .menus img {
	width: 200px;
}
.menu-prev .menus h3 {
    font-size: 32px;
    color: #c71f36;
    font-family: 'brandon_grotesquebold';
}
.menu-prev .menus a p {
	border: 1px solid #ffffff;
	padding: 20px;
	margin-bottom: 20px;
}
.menu-prev .menus a p:hover {
	background-color: #ffffff;
	color:#1F1F1F;
	text-decoration: none;
}
.menu-prev .menus a:hover {
	text-decoration: none;
}
.menu-prev p.link {
    margin-top: 40px;
}
.menu-prev p.link a.gf {
    
    background-color: #c71f36;
    padding: 10px 15px;
    font-size: 20px;
    color: #ffffff;
    font-family: 'brandon_grotesquebold';
}
.menu-prev p.link a.gf:hover {
    text-decoration: none;
}
.darker {
	background-color: #f9f8f6;
	margin-top:50px;
	padding-top: 50px;
	margin-bottom:50px;
	padding-bottom: 50px;
}



ul.breadcrumb {
	background-color: #ffffff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	margin-bottom: 50px;
	color: #c0a86f;
}
ul.breadcrumb a, ul.breadcrumb a.active {
	color: #294682;
}


.news-story {
	padding-top: 10px;
	padding-bottom: 20px;
}
.news-story .divider {
	height: 2px;
	width: 100%;
	margin-top:-4px;
	border-bottom: 2px #c0a86f dotted;
}
.news-story .divider2 {
	height: 2px;
	width: 100%;
	margin-top:20px;
	border-bottom: 2px #c0a86f dotted;
}
.news-story h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: 34px;
	color:#c0a86f;
}
.news-story p.intro {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 29px;
	color:#3b3b3b;
	padding-top: 35px;
}
.news-story p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 29px;
	color:#3b3b3b;
	padding-top: 10px;
}
.news-story p.last {
	padding-bottom: 90px;
}
.news-story .a2a_kit {
	padding-bottom: 90px;
	padding-top: 40px;
}
.news-story p.link {
	line-height: 30px;
	padding-top: 35px;
}
.news-story p.link a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color:#294682;
	border: 4px solid #294682;
	padding: 15px 20px;
}
.news-story p.link a:hover {
	text-decoration: none;
}





#pagebreak1 h3 {
	font-family: 'brandon_grotesquelight';
	font-size: 110px;
	line-height: 100px;
	color:#ffffff;
	text-align: center;
	margin:0px 0px;
	padding-left: 5%;
	text-shadow: 0px 0px 40px #2d2d2d;
	font-weight: normal;
}

#pagebreak2 h3 {
	font-family: 'brandon_grotesquelight';
	font-size: 110px;
	line-height: 100px;
	color:#ffffff;
	text-align: center;
	margin:0px 0px;
	padding-left: 5%;
	text-shadow: 0px 0px 40px #2d2d2d;
	font-weight: normal;
}

#pagebreak3 h3 {
	font-family: 'angelfaceregular';
	font-size: 140px;
	line-height: 90px;
	color:#ffffff;
	text-align: center;
	margin:0px 0px;
	padding-right: 0;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}


#pagebreak4 h3 {
	font-family: 'angelfaceregular';
	font-size: 140px;
	line-height: 90px;
	color:#ffffff;
	text-align: center;
	margin:0px 0px;
	padding-right: 0;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}

#pagebreak1 { 
		background: url(../images/pagebreak-1.jpg) 0% 0%; 
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    padding: 300px 0;
		}
#pagebreak1 .slider-corner {
	position: absolute;
	right:0px;
	bottom:0;
	z-index: 1
}
#pagebreak1 .slider-corner2 {
	position: absolute;
	left:0px;
	top:0;
	z-index: 1
}

#pagebreak2 { 
			background: url(../images/pagebreak-2.jpg) 50% 0 fixed; 
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    padding: 300px 0;
		}
	
#pagebreak2 .slider-corner {
	position: absolute;
	right:0px;
	bottom:0;
	z-index: 1
}
#pagebreak2 .slider-corner2 {
	position: absolute;
	left:0px;
	top:0;
	z-index: 1
}


#pagebreak3 { 
			background: url(../images/pagebreak-3.jpg) 50% 0 fixed; 
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    padding: 200px 0;
		}
	
#pagebreak3 .slider-corner {
	position: absolute;
	right:0px;
	bottom:0;
	z-index: 1
}
#pagebreak3 .slider-corner2 {
	position: absolute;
	left:0px;
	top:0;
	z-index: 1
}


#pagebreak4 { 
			background: url(../images/pagebreak-4.jpg) 50% 0 fixed; 
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    padding: 200px 0;
		}
	
#pagebreak4 .slider-corner {
	position: absolute;
	right:0px;
	bottom:0;
	z-index: 1
}
#pagebreak4 .slider-corner2 {
	position: absolute;
	left:0px;
	top:0;
	z-index: 1
}


.contact-form input.form-field {
	width:100%;
	height:40px;
	background-color: #ffffff;
	border-bottom: 1px #313131 solid;
	border: none;
	border-radius: 0px;
	padding-left: 10px;
	margin-bottom: 12px;
	font-size: 22px;
}
.contact-form textarea.form-field {
	width:100%;
	background-color: #ffffff;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 10px;padding-top: 10px;
	margin-bottom: 12px;
	height: 120px;
	font-size: 22px;
}
.contact-form input.form-btn {
	width:auto;
	background-color: #313131;
	color: #FFFFFF;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 6px;
	font-size: 24px;
	text-align: left;
}




.tri-bar {
	height: 450px;
}
.tri-bar .middle {
	padding-top: 0px;
}
.tri-bar .inner {
	text-align: center;
}
.tri-bar .signup {
	background-color: #feca1e;
	background-position: top right;
	height: 450px;
}
.tri-bar .signup .signup-box {
	padding-left: 60px;
	padding-right: 60px;
}
.tri-bar .signup h2 {
	font-size: 48px;
	line-height: 60px;
	margin-top: 0px;
    color:#222222
}
.tri-bar .signup p {
	font-size: 16px;
	line-height: 22px;
   color:#222222;
}
.tri-bar .signup p.link {
	padding-top: 30px;
}
.tri-bar .signup .form-field {
	color: #30281d;
    
font-size: 20px;
background-color: #FFFFFF;
padding-left: 25px;

-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
text-align: left;
width: 100%;
border: none;
border-radius: 0px;
margin-bottom: 15px;
margin-top: 10px;
}
.tri-bar .signup a {
margin-top: 0px;
font-size: 26px;
padding: 15px 20px;
color: #FFFFFF !important;
    font-family: 'Conv_Gotham-Bold';
background-color: #2d2926;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
text-decoration: none;
border: none;
border-radius: 0px;
text-transform: uppercase;
}

.tri-bar .cocktail {
	height: 450px;
	background-image: url(../images/BG-cocktail.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center top;
}
.tri-bar .testimonial {
	height: 450px;
	background-color: #2d2926;
	color: #ffffff;
	font-size: 28px;
	line-height:42px;
}
.tri-bar .testimonial .testy-box {
	padding-left: 60px;
	padding-right: 60px;
}



.house-detail {
	padding-top: 10px;
	padding-bottom: 130px;
}
.house-detail .house-text {
	padding-right: 40px;
}
.house-detail .divider {
	height: 2px;
	width: 100%;
	margin-top:-4px;
	border-bottom: 2px #c0a86f dotted;
}
.house-detail .divider2 {
	height: 2px;
	width: 100%;
	margin-top:20px;
	border-bottom: 2px #c0a86f dotted;
}
.house-detail h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 35px;
	line-height: 35px;
	color:#c0a86f;
	text-transform:uppercase;
}
.house-detail h3 {
	font-family: 'angelfaceregular';
	font-size: 70px;
	line-height: 50px;
	color:#c0a86f;
	padding-top: 20px;
}
.house-detail p.intro {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color:#3b3b3b;
	padding-top: 25px;
}
.house-detail p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color:#3b3b3b;
	padding-top: 10px;
}
.house-detail iframe {
	width: 100%;
	height: 400px;
	margin-top: 40px;
}
.house-detail img.full {
	width: 100%;
}
.house-detail p.sig {
	font-family: 'celine_dion_handwritingRg';
	font-size: 40px;
	line-height: 30px;
	color:#3d578e;
	padding-top: 35px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.house-detail p.link {
	line-height: 30px;
	padding-top: 35px;
}
.house-detail p.link a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color:#294682;
	border: 4px solid #294682;
	padding: 15px 20px;
}
.house-detail p.link a:hover {
	text-decoration: none;
}

.house-detail .lp-tabs {
	padding-top: 50px;
}
.house-detail .lp-tabs .nav-tabs li a, .lp-tabs .nav-tabs li.active a, .lp-tabs .nav-tabs li a:focus {
	border: none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	border-radius: 0px;
	background-color: #c0a86f;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 15px;
	margin-left: 0px;
	margin-right: 3px;
	cursor: pointer;
	text-align: center;
}
.house-detail .lp-tabs .nav-tabs li.active a,
.house-detail .lp-tabs .nav-tabs li.active a:focus
 {
	background-color: #294682;
	color:#ffffff ;
	border: none;
	cursor: pointer;
	text-align: center;
}
.house-detail .lp-tabs .nav-tabs li.active a:hover,
.house-detail .lp-tabs .nav-tabs li a:hover {
	background-color: #656565;
	color:#ffffff ;
	border: none;
	cursor: pointer;
	text-align: center;
}







.house-detail .side-ads {
	padding-top: 10px;
}
.house-detail .side-ads .level1 {
	background-color: #f9f8f6;
	padding: 25px 30px 25px 30px;
}
.house-detail .side-ads .level1 p.intro {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 18px;
	line-height: 18px;
	color:#c0a86f;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.house-detail .side-ads .level1 p.number, .house-detail .side-ads .level1 p.number a {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 24px;
	line-height: 35px;
	color:#323232;
	margin-top: 0px;
	padding-top: 0px;
}

.house-detail .side-ads .level1 p.cta, .house-detail .side-ads .level1 p.cta a {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 24px;
	line-height: 35px;
	color:#323232;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.house-detail .side-ads .level1 p.cta a:hover {
	color:#294682;
	text-decoration: none;
}

.house-detail .side-ads .level2 {
	background-color: #b9b09a;
	background-image: url(../images/home-details-BG-level2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 25px 30px 25px 30px;
}
.house-detail .side-ads .level2:hover {
	background-color: #948f81;
	text-decoration: none;
}
.house-detail .side-ads a:hover {
	text-decoration: none;
}
.house-detail .side-ads .level2 p {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 28px;
	line-height: 28px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.house-detail .side-ads .level3 {
	background-color: #294782;
	padding: 25px 30px 25px 30px;
}
.house-detail .side-ads .level3 h2 {
	font-family: 'angelfaceregular';
	font-size: 50px;
	line-height: 40px;
	color:#ffffff;
	text-transform: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.house-detail .side-ads .level3 p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color:#ffffff;
	  padding-top: 10px;
}
.house-detail .side-ads .level3 p.link {
	line-height: 30px;
	padding-top: 15px;
}
.house-detail .side-ads .level3 p.link a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	color:#c7c0ad;
	border: 4px solid #c7c0ad;
	padding: 10px 14px;
}
.house-detail .side-ads .level3 p.link a:hover {
	text-decoration: none;
}



img.ttl-1 {
  width: 150px;  
}
img.ttl-2 {
  width: 115px;  
}
img.ttl-3 {
  width: 210px;  
}
img.ttl-4 {
  width: 150px;  
}
img.ttl-5 {
  width: 190px;  
    margin-bottom: 60px;
}
img.ttl-6 {
  width: 160px;  
    margin-bottom: 10px;
}


.cb1 {
	background-image:url(../images/cb-IMG-1.jpg);
	background-position: center center
	}
.cb2 {
	background-image:url(../images/cb-IMG-2.jpg);
	background-position: center center;
	}
.cb3 {
	background-image:url(../images/cb-IMG-11.jpg);
	background-position: center center;
	}
.cb4 {
	background-image:url(../images/cb-IMG-4.jpg);
	background-position: center center;
	}
.cb5 {
	background-image:url(../images/cb-IMG-5.jpg);
	background-position: center center;
	}
.cb6 {
	background-image:url(../images/cb-IMG-6.jpg);
	background-position: center center;
	}
.cb7 {
	background-image:url(../images/cb-IMG-7.jpg);
	background-position: center center;
	}
.cb8 {
	background-image:url(../images/cb-IMG-8.jpg);
	background-position: center center;
	}
.cb9 {
	background-image:url(../images/cb-IMG-9.jpg);
	background-position: center right;
	}
.cb10 {
	background-image:url(../images/cb-IMG-10.jpg);
	background-position: center right;
	}
.cb11 {
	background-image:url(../images/cb-IMG-11.jpg);
	background-position: center center;
	}
.cb-htb {
	background-image:url(../images/cb-IMG-htb.jpg);
	background-position: center right;
	}
	
.contentbreak-left {
	background-size:cover;
	background-repeat: no-repeat;
	}

.contentbreak-left .left {
	

}






.contentbreak-left .right {
	background-color: #ffffff;
	padding: 120px 90px 140px 70px;
    text-align: left
}
.cb4.contentbreak-left .right {
	background-color: #efefef;
}
.contentbreak-left .right h2 {
	font-size: 50px;
	line-height: 50px;
	color:#feca1e;
}
.contentbreak-left .right h3 {
    font-family: 'brandon_grotesquebold';
	font-size: 25px;
	line-height: 35px;
	color:#FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
    text-transform: uppercase;
}
.contentbreak-left .right p {
	font-size: 18px;
	line-height: 32px;
	color:#2d2926;
	padding-top: 15px;
}
.contentbreak-left .right p.link {
	line-height: 30px;
	padding-top: 20px;
}
.contentbreak-left .right p.link a {
    font-family: 'brandon_grotesquebold';
	background-color: #FFFFFF;
    color: #c71f36;
    padding: 10px 15px;
}
.contentbreak-left .right p.link a img {
	width: 100px;
	margin-right: 15px;
}
.contentbreak-left .right p.link a:hover {
	text-decoration: none;
}



.contentbreak-right {
	background-size:cover;
	background-repeat: no-repeat;
	}


.contentbreak-right .left {
	background-color: #2a2a2a;
	padding: 120px 70px 140px 90px;
    text-align: left;
}
.contentbreak-right .left h2 {
	font-size: 50px;
	line-height: 50px;
    color: #feca1e;
}
.contentbreak-right .left p {
	font-size: 18px;
	line-height: 32px;
	color:#ffffff;
	padding-top: 15px;
}
.contentbreak-right .left p.link {
	line-height: 30px;
	padding-top: 20px;
}
.contentbreak-right .left p.link a {
	background-color: #2e9048;
    font-family: 'brandon_grotesquebold';
    color: #FFFFFF;
    padding: 10px 15px;
}
.contentbreak-right .left p.link a img {
	width: 100px;
	margin-right: 15px;
}
.contentbreak-right .left p.link a:hover {
	text-decoration: none;
}
.contentbreak-right .left input.form-field {
	color: #30281d;
	font-size: 15px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 100%;
	height: 45px;
	border: 1px solid #c0a86f;
	border-radius: 0px;
	margin-bottom: 8px;
	margin-top: 9px;
	padding-top: 0px;
	font-family: 'Lato', sans-serif;
	
}

.contentbreak-right .left .form-btn {
	font-size: 23px;
	
	color: #FFFFFF !important;
	padding: 0px;
	padding: 15px 20px;
	background-color: #294682;
	text-decoration:none;
	border: none;
	margin-top: 9px;
	border-radius: 0px;
	box-shadow:none;
	font-family: 'Lato', sans-serif;
}



.cb3.contentbreak-left .right {
	background-color: #cb6015;
	padding: 120px 90px 140px 70px;
    text-align: center
}
.cb3.contentbreak-left .right p {
	font-size: 18px;
	line-height: 32px;
	color:#ffffff;
	padding-top: 15px;
}


#shop p {
    padding-top: 10px;
}


.contentbreak-htb {
	background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-bottom: 100px;
	}

.contentbreak-htb .left {
	
}
.contentbreak-htb .left h2 {
	padding: 40px 15% 0px 15%;
	font-family: 'angelfaceregular';
	font-size: 120px;
	line-height: 70px;
	color:#ffffff;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
	text-align: center;
}
.contentbreak-htb .right {
	background-color: #294782;
	padding: 120px 90px 120px 70px;
}
.contentbreak-htb .right h2 {
	font-family: 'angelfaceregular';
	font-size: 70px;
	line-height: 50px;
	color:#ffffff;
}
.contentbreak-htb .right p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color:#ffffff;
	padding-top: 20px;
}
.contentbreak-htb .right p.link {
	line-height: 30px;
	padding-top: 35px;
}
.contentbreak-htb .right p.link a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color:#c7c0ad;
	border: 4px solid #c7c0ad;
	padding: 15px 20px;
}
.contentbreak-htb .right p.link a:hover {
	text-decoration: none;
}






.contentbreak-contact {
	background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}

.contentbreak-contact .left {
	

}
.contentbreak-contact .right {
	background-color: #fcfbf9;
	padding: 40px 90px 80px 70px;
}
.contentbreak-contact .right h2 {
	font-family: 'angelfaceregular';
	font-size: 70px;
	line-height: 50px;
	color:#c0a86f;
}
.contentbreak-contact .right p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color:#3b3b3b;
	padding-top: 20px;
}
.contentbreak-contact .right form {
}
.contentbreak-contact .right input.form-field {
	color: #30281d;
	font-size: 15px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 100%;
	height: 45px;
	border: 1px solid #c0a86f;
	border-radius: 0px;
	margin-bottom: 8px;
	margin-top: 9px;
	padding-top: 0px;
	font-family: 'Lato', sans-serif;
	
}
.contentbreak-contact .right textarea.form-field {
	color: #30281d;
	font-size: 15px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	width: 100%;
	height: 100px;
	border: 1px solid #c0a86f;
	border-radius: 0px;
	margin-bottom: 8px;
	margin-top: 9px;
	font-family: 'Lato', sans-serif;
	
}

.contentbreak-contact .right .form-btn {
	font-size: 23px;
	
	color: #FFFFFF !important;
	padding: 0px;
	padding: 15px 20px;
	background-color: #294682;
	text-decoration:none;
	border: none;
	margin-top: 9px;
	border-radius: 0px;
	box-shadow:none;
	font-family: 'Lato', sans-serif;
}

#takeaway .right a {
	color: #2A2A2A;
	font-family: 'brandon_grotesquebold';
}





.news-item {
	background-color: #f9f8f6;
	border-left: 2px solid #294782;
	margin-top: 40px;
	background-image:url(../images/news-BG.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.news-item.last {
	margin-bottom: 100px;
}
.news-item .image {
	height: 375px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.news-item .img1 {
	background-image:url(../images/news-IMG-1.jpg);
}
.news-item .img2 {
	background-image:url(../images/news-IMG-2.jpg);
}
.news-item .img3 {
	background-image:url(../images/news-IMG-3.jpg);
}
.news-item .img4 {
	background-image:url(../images/news-IMG-4.jpg);
}
.news-item .text {
	padding: 20px 50px 0px 40px;
	text-align: left;
}
.news-item .text h2{
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: 30px;
	color:#c0a86f;
	border-bottom: 2px #c0a86f dotted;
	padding-bottom: 20px;
}
.news-item .text p{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color:#3b3b3b;
	padding-top: 10px;
}
.news-item p.link {
	line-height: 30px;
	padding-top: 20px;
}
.news-item p.link a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color:#294682;
	border: 4px solid #294682;
	padding: 12px 17px;
}
.news-item p.link a:hover {
	text-decoration: none;
}



.promo-houses {
	padding-top: 60px;
	padding-bottom: 20px;
	background-color: #f7f5f1;
}
.promo-houses .divider {
	height: 2px;
	width: 100%;
	margin-top:-4px;
	border-bottom: 2px #c0a86f dotted;
}
.promo-houses .divider2 {
	height: 2px;
	width: 100%;
	margin-top:10px;
	border-bottom: 2px #c0a86f dotted;
}
.promo-houses h2 {
	font-family: 'angelfaceregular';
	font-size: 70px;
	line-height: 50px;
	color:#c0a86f;
}
.promo-houses p.intro {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color:#3b3b3b;
	padding-top: 35px;
}

.promo-houses p.link a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color:#294682;
	border: 4px solid #294682;
	padding: 10px 15px;
	
}
.promo-houses p.link a:hover {
	text-decoration: none;
}
.promo-houses .items {
	padding-top: 50px;
}
.promo-houses .item {
	background-color: #ffffff;
	padding: 40px 40px;
	border-left: 3px solid #294782; 
}
.promo-houses .item.last {
	margin-bottom: 90px
}
.promo-houses .item .image img {
	width: 100%;
}
.promo-houses .item .text {
	text-align: left;
	padding-left: 20px;
}
.promo-houses .item .text h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 35px;
	line-height: 30px;
	color:#c3b790;
	padding-top: 0px;
	padding-bottom: 14px;
	margin-top: 0px;
	border-bottom: 1px #c0a86f dotted;
}
.promo-houses .item .text p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 14px;
	color:#353535;
	padding-top: 8px;
	border-bottom: 1px #c0a86f dotted;
}
.promo-houses .item .text p.address{
	font-weight: 400;
}
.promo-houses .item .text p.description{
	border-bottom: none
}
.promo-houses .item .text p.link{
	border-bottom: none;
	padding-bottom: 0px;
}





#social .divider {
	height: 2px;
	width: 100%;
	margin-top:-4px;
	border-bottom: 2px #c0a86f dotted;
}
#social .divider2 {
	height: 2px;
	width: 100%;
	margin-top:10px;
	border-bottom: 2px #c0a86f dotted;
	margin-bottom: 30px;
}
#social h2 {
	font-family: 'angelfaceregular';
	font-size: 70px;
	line-height: 50px;
	color:#c0a86f;
}

#social {
	text-align: center;
	color: #FFFFFF;
	height: auto;
	border-bottom: 15px #ffffff solid;
	padding: 90px 0 20px 0;
	position: relative;
}


      article{
        background: #faf9f6;
        color: #3F3F3F;
        margin-bottom: 30px;
		border-left: 3px solid #294682;
		width: 90%;
		
      }

      article.tweet{
        padding: 25px;
		text-align: left;
      }
	   article.tweet p{
		text-align: left;
		font-size: 15px;
      }
	   article.tweet p.timePosted{
		text-align: left;
		font-size: 13px;
		font-style: italic;
		color: #a19b89;
      }


      article.tweet a{
        overflow-wrap: break-word;
        color: #294682;
        font-size: 16px;
		font-weight: 400;
      }
article.instagram{
        border: none;
      }
      article.instagram img{
        width: 100%;
      }

#social footer {
	background-color: transparent;
	padding: 0px 0px;
	text-align: left;
}
#social footer p {
	text-align: left;
}
#social footer p a {
	font-family: 'octin_vintage_freeregular';
	color: #89DBDC;
	font-size: 16px;
}

.menu {
    text-align: left;
    color: #ffffff;
}
.menu h2 {
	 font-size: 60px;
   color:#feca1e;
}
.menu h3 {
	color:#feca1e;
	padding-top: 10px;
    font-size: 28px; padding-top: 30px;
}
.menu h4 {
	color: #89b646;
	padding-top: 35px;
    font-size: 22px;
}
.menu p.menu-intro {
	font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #ffffff;
}
.menu p {
	font-size: 14px;
    margin-bottom: 0px;
    padding-bottom: 10px 10px 10px 10px;
    color: #ffffff;
}
.menu p.section-intro {
	font-size: 15px;
	margin-bottom: 0px;
    color: #ffffff;
}
.menu .left-menu {
	padding-right: 20px;
}
.menu .right-menu {
	padding-left: 20px;
}
.menu .menu-item {
  margin: 20px 10px 20px 10px;
    background-color: rgba(47,47,47,1.00);
    text-align: left;
}
.menu .menu-item .menu-content {
    padding: 30px 30px;
    height: 440px;
    text-align: left;
}
.menu .menu-item-name{
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 8px;
	padding-right: 60px;
  border-bottom: 1px dashed #404040;
	font-weight: 900;
    text-transform: uppercase;
}
 
.menu .menu-item-description {
  font-size: 14px;
    line-height: 23px;
	color:#B7B7B7;
	padding-top: 8px;
    text-align: left !important
}
 .menu .menu-item-description p.small {
  font-size: 14px;
    line-height: 19px;
	color:#B7B7B7;
	padding-top: 0px;
	padding-bottom: 8px;
}
.menu .menu-item-price{
	font-size: 16px;
  float: right;
	color: #feca1e;
  margin-top: -28px;
}
.menu p.link {
    padding-top: 40px;
    padding-bottom: 40px;
}

.menu a {
    background-color: #feca1e;
    padding: 20px;
    color:rgba(34,34,34,1.00);
    font-family: 'Biryani', sans-serif;
    font-weight: 900;
}
.menu a.active {
    background-color: #89b646;
}
.menu a:hover {
    background-color:#4A4A4A;
}




.footer {
    background-color: #ffffff;
}
.footer .left {
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}
.footer .left img {
    height: 25px;
    
    margin-right: 10px;
}
.footer .right{
    float: right;
    padding-right: 20px;
}
.footer .right img {
    height: 20px;
    margin-top: -2px;
}
.footer .right p {
	font-size: 12px;
	line-height: 18px;
	color:#3b3b3b;
padding-top: 25px;
padding-bottom: 15px;
}

.footer p a {
	color: #353535;
}

.close {
	COLOR: #FFFFFF;
  font-weight: 400;
}

#order-choose {
    z-index: 999999;
}
#order-choose .modal-content, #catering-choose .modal-content  {
	background-color: #3a3a3a;
	color: #FFFFFF;
	border-radius: 0px;
	text-align: center;
  font-weight: 400;
  text-transform:uppercase;
	line-height: 60px;
}
#order-choose .modal-content a, #catering-choose .modal-content a {
    font-family: 'Conv_AlternateGothic2BT';
	background-color:#cb6015;
	color: #ffffff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding: 8px 12px 8px 12px;
  text-decoration:none;
  font-size: 30px;
 margin-bottom:20px;
 line-height: 60px;
 cursor: pointer;
}
#order-choose .modal-content a:hover, #catering-choose .modal-content a:hover {
	background-color:#626262;
	color: #ffffff;
}
#order-choose .modal-header, #order-choose .modal-footer, #catering-choose .modal-header, #catering-choose .modal-footer {
	border: none;
	text-align: center;
}
#order-choose .modal-footer button, #catering-choose .modal-footer button {
	background-color:#5A5A5A;
	color: #FFFFFF;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding: 5px 8px 5px 8px;
  text-decoration:none;
  font-size: 15px;
  border-radius: 0;
  border: none;
  font-weight: 400;
	
}
h4.modal-title {
	font-size: 30px;
  font-weight: 400;
}

#covid {
    background-color: #feca1e;
    padding-top:60px;
     padding-bottom: 90px;
    color: #2a2a2a;
    text-align: center;
}
#covid .item {
    padding: 0px 30px 0px 30px;
}
#covid h2 {
   font-size: 39px;
line-height: 45px; 
    padding-top: 0px;
    margin-top: 0px;
}
#covid h3 {
    font-size: 24px;
line-height: 28px;
    padding-top: 20px;
}
#covid p {
   font-size: 15px;
line-height: 20px; 
}






/* Extra Large devices (extra large desktops, 1600px and up) */
@media (min-width: 1600px) {
	

	.slider-content img {
	width: 35%; 
        max-width: 600px;
        margin-top: -70px;
	}
	.tri-bar .testimonial {
	background-color: #313131;
	color: #ffffff;
	font-size: 29px;
	line-height:41px;
}
	.tri-bar .signup h3 {
	font-size: 48px;
	line-height: 60px;
	margin-top: 0px;
}
	.tri-bar, .tri-bar .signup, .tri-bar .cocktail, .tri-bar .testimonial {
		height: 400px;
	}
}




/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1599px) {
    img.logo {
height: 250px;
        margin-top: -28px;
}
.navbar-nav>li a {
	font-size: 16px;
	color: #FFFFFF;
	padding: 10px 18px 18px 6px;
}
    .navbar-nav>li a img {
        width: 100px;
        margin-top: -40px
    }
.slide1 .slider-content h1 {
	font-size: 170px;
}
.slide2 .slider-content h1 {
	font-size: 170px;
}
.slide3 .slider-content h1 {
	font-size: 170px;
}
.slide4 .slider-content h1 {
	font-size: 170px;
}
	.slider-content img {
	width: 35%; 
	}
.banner h1 {
	font-size: 80px;
}
	.tri-bar, .tri-bar .signup, .tri-bar .cocktail, .tri-bar .testimonial {
		height: 600px;
	}
	.tri-bar .signup h3 {
	font-size: 44px;
	line-height: 41px;
	margin-top: 0px;
}
.contentbreak-htb .left h2 {
	padding: 100px 15% 0px 15%;
	font-size: 120px;
	line-height: 70px;
	color:#ffffff;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
	text-align: center;
}
.news-item .image {
	height: 340px;
}
.footer-top .info p {
	font-size: 21px;
}

.footer-top .newsletter {
	padding-left: 40px;
}

}
	
	
	
	
	

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-nav>li a {
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px 10px 18px 5px;
    font-family: 'Conv_Gotham-Bold';
}
	.navbar-nav>li a img {
width: 70px;
margin-top: -30px;
}
    img.logo {
height: 225px;
        margin-top: -18px;
}
	.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  animation:none;
  transform:none;
  transition-property:none;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
	.slider-content img {
	width: 50%;
}
	.tri-bar {
	height: 500px;
	}
	.tri-bar .signup {
	height: 500px;
	}
		.tri-bar .signup h3 {
	font-size: 44px;
	line-height: 41px;
	margin-top: 0px;
}
		.tri-bar .cocktail {
	height: 500px;
	}
	
	.tri-bar .testimonial {
	height: 500px;
	background-color: #313131;
	color: #ffffff;
	font-size: 24px;
	line-height:36px;
}
    
    .menu .menu-item .menu-content {
    padding: 30px 30px;
    height: 550px
}
.mission {
    padding: 120px 5% 120px 5%;
    text-align: center;
}
.mission p {
    font-size: 30px;
    line-height: 45px;
}
    
    
	.contentbreak-right .left, .contentbreak-left .right, .cb3.contentbreak-left .right {
		padding: 90px 90px;
	}
	.contentbreak-right .left p, .contentbreak-left .right p, .cb3.contentbreak-left .right p {
		font-size: 16px;
		line-height: 26px;
	}
    
    .contentbreak-left .right h2 {
font-size: 40px;
line-height: 40px;
}
        .contentbreak-right .left h2 {
font-size: 40px;
line-height: 40px;
}
    .contentbreak-left .right h3 {
font-size: 20px;
line-height: 30px;
}
    
.cb1 {
	background-image:url(../images/cb-IMG-1-sm.jpg);
	background-position: center center;
	}
.cb2 {
	background-image:url(../images/cb-IMG-2-sm.jpg);
	background-position: center center;
	}

.cb3 {
	background-image:url(../images/cb-IMG-11-sm.jpg);
	background-position: center center;
	}

.cb4 {
	background-image:url(../images/cb-IMG-4-sm.jpg);
	background-position: center center;
	}

.cb7 {
	background-image:url(../images/cb-IMG-7-sm.jpg);
	background-position: center center;
	}

.cb11 {
	background-image:url(../images/cb-IMG-11-sm.jpg);
	background-position: center center;
	}
.tri-bar .signup .signup-box, .tri-bar .testimonial .testy-box {
	padding-left: 30px;
	padding-right: 30px;
}
.about {
    padding: 120px 5% 120px 5%;
    text-align: center;
}
.about h2 {
    font-size: 65px;
}
.about p {
    font-size: 15px;
}
 iframe.video1 {
width: 100%;
height: 550px;
}	
}




 
 
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	
	.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  animation:none;
  transform:none;
  transition-property:none;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top {
	height: 95px;
	position: inherit;
	padding-top:0px;
	position: fixed;
	z-index: 9996;
	border-bottom: none;
	
}
section button {
	margin-top: 30px;
	margin-right: 20px;
	z-index: 11111;
	position: fixed;
	top:0;
	right:0;
}
    .logo {
        padding-top: 10px
    }
img.logo {
	width: 180px;
	height: auto;
	padding-left: 0px;
	margin-top:0px;
}
    .menu .menu-item .menu-content {
    padding: 30px 30px;
    height: 500px
}
    .menu .menu-item-description p {
    text-align: left !important
}
.slide1 .slider-content h1 {
	font-family: 'angelfaceregular';
	font-size: 110px;
	line-height: 60px;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}
.slide2 .slider-content h1 {
	font-family: 'angelfaceregular';
	font-size: 110px;
	line-height: 70px;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}
.slide3 .slider-content h1 {
	font-family: 'angelfaceregular';
	font-size: 110px;
	line-height: 60px;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}
.slide4 .slider-content h1 {
	font-family: 'angelfaceregular';
	font-size: 110px;
	line-height: 60px;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}
	.slider-content a img {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
	.tri-bar {
	height: auto;
	}
	.tri-bar .signup {
	height: auto;
	padding-left: 11%;
		padding-right: 11%;
		padding-top:60px;
		padding-bottom:60px;
	}
	.tri-bar .testimonial {
	height: auto;
	padding-left: 11%;
		padding-right: 11%;
		padding-top:60px;
		padding-bottom:60px;
	}
	


.mission p {
    font-size: 30px;
    line-height: 45px;
}
.mission img {
    width: 200px;
    margin-top: 50px;
}    
    
.banner h1 {
	font-size: 100px;
	line-height: 60px;
}

    
    
    
    
    .about {
    padding: 80px 5% 120px 5%;
    text-align: center;
}
.about h2 {
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.about p {
    color: #ffffff;
    font-size: 15px;
    line-height:24px;
    text-align: justify;
  text-justify: inter-word;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
    
    
    
    
    
    
    
    
.locations {
    padding-top:80px;
    padding-bottom: 100px;
    text-align: center;
    }
  .locations .location1 {
      padding-right: 50px;
}
  .locations .location2 {
      padding-left: 50px;
}

    
    
    
    
    
    
    
.news-item .image {
	height: 430px;
}


.contentbreak-left .right {
	padding: 60px 11% 60px 11%;
}
.contentbreak-right .left {
	padding: 60px 11% 60px 11%;
}
.cb3.contentbreak-left .right {
	padding: 60px 11% 60px 11%;
}
.contentbreak-htb .right{
	padding: 60px 11% 60px 11%;
}
.contentbreak-contact .right {
	padding: 60px 11% 60px 11%;
}
.contentbreak-htb .left h2 {
	padding-top: 0px;
	font-size: 100px;
	line-height: 60px;
}
	.cb1, .cb2, .cb3, .cb4, .cb5, .cb6, .cb7, .cb8 {
	background-image:none;
	background-position: center center;
	}
.cb2 .right {
	height: 400px;
	background-image:url(../images/cb-IMG-2-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
	.cb1 .left {
	height: 400px;
	background-image:url(../images/cb-IMG-1-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
	.cb3 .left {
	height: 400px;
	background-image:url(../images/cb-IMG-11-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
	.cb4 .left {
	height: 500px;
	background-image:url(../images/cb-IMG-4-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
		.cb5 .left {
	height: 500px;
	background-image:url(../images/cb-IMG-5-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
	.cb6 .right {
	height: 500px;
	background-image:url(../images/cb-IMG-6-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
		.cb7 .left {
	height: 500px;
	background-image:url(../images/cb-IMG-7-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
		.cb11 .left {
	height: 500px;
	background-image:url(../images/cb-IMG-11-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.house-detail .lp-tabs .nav-tabs li a {
	font-size:16px;
}
.house-detail .side-ads .level2 p {
	font-size: 19px;
	line-height: normal;
}
.house-detail .side-ads .level1 p.cta, .house-detail .side-ads .level1 p.cta a {
	font-size: 17px;
	line-height: normal;
}
.house-detail .side-ads .level1 p.number, .house-detail .side-ads .level1 p.number a {
	font-size: 17px;
}
	
.menu-prev .menus img {
	width: 100%;
}
.menu-prev .menus h3 {
    font-size: 26px;
    color: #c71f36;
    font-family: 'brandon_grotesquebold';
}
.footer-top {
	padding: 40px 0px;
}
.footer-top .info {
	border-right: none;
	padding-bottom: 30px;
}
.footer-top .info p {
	font-size: 20px;
	line-height: 30px;
}


.footer-top .newsletter {
	padding-left: 0px;
	padding-top: 30px;
	border-top: 2px #c0a86f dotted;
}
.footer-top .newsletter p {
	font-size: 22px;
	line-height: 30px;
	color:#3b3b3b;
	padding-top: 0px;
}

.footer-top .newsletter .form-field {
	color: #30281d;
	font-size: 13px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 50%;
	height: 45px;
	border: 1px solid #c0a86f;
	float: left;
	border-radius: 0px;
	margin-bottom: 15px;
	margin-top: 9px;
	padding-top: 0px;
	font-family: 'Lato', sans-serif;
	
}

.footer-top .newsletter #button {
	font-size: 23px;
	width: 19%;
	color: #FFFFFF !important;
	padding: 0px;
	padding-top: 0px;
	background-color: #294682;
	text-decoration:none;
	border: none;
	margin-top: 9px;
	height: 45px;
	float: left;
	border-radius: 0px;
	box-shadow:none;
	font-family: 'Lato', sans-serif;
}

.footer-bottom p, .footer-bottom p a{
	text-align: left;
	padding-top: 15px;
}


.navbar-nav>li a {
	font-size: 14px;
	color: #ffffff;
	padding: 10px 13px 7px 13px;
	
	font-family: 'brandon_grotesquebold';
}
	#pagebreak1 {
		background-attachment: scroll;
	}
#pagebreak1 h3 {
	font-size: 80px;
	line-height: 70px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
 }
#pagebreak2 h3 {
	font-size: 140px;
	line-height: 90px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
 }
 #pagebreak3 h3 {
	font-size: 140px;
	line-height: 90px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
 }
#pagebreak4 h3 {
	font-size: 140px;
	line-height: 90px;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
 }
 iframe.video1 {
width: 100%;
height: 390px;
}
}
 
 
 
 

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  animation:none;
  transform:none;
  transition-property:none;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
	.cnt223{
min-width: 100%;
width: 100%;
min-height: 150px;
margin: 100px auto;
background: #242424;
position: relative;
z-index: 103;
padding: 0px 0px 15px 0px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
    .homekits {
        
	padding-left: 5%;
	padding-right: 5%;
    }
.main-content-order {
    padding-top: 70px;
}	
	iframe.video1 {
width: 100%;
height: 190px;
}
	
.jumbotron {
	height: 100%;	
}
	.overlay ul li a, .overlay ul li button {
		font-size: 30px;
	}
#policy {

	padding-top: 100px;
}	
        .menu .menu-item .menu-content {
    padding: 30px 30px;
    height: auto;
}
.top {
	height: 85px;
	position: inherit;
	padding-top:0px;
	position: absolute;
	z-index: 9996;
	border-bottom: none;
	
}
section button {
	margin-top: 15px;
	margin-right: 15px;
	z-index: 11111;
	position: fixed;
	top:0;
	right:0;
}
.slide1 .slider-content h1, .slide2 .slider-content h1, .slide3 .slider-content h1, .slide4 .slider-content h1 {
	font-size: 100px;
	line-height: 70px;
	padding-left: 15%;
	padding-right: 15%;
}
	
		.slider-content img {
	width: 75%;
            margin-top: -100px
}
	.slider-content a img {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.banner {
	padding-top: 125px;
	background-attachment:scroll;
	height: 390px;
}
.banner h1 {
	font-size: 50px;
	line-height: 50px;
	padding-left: 15%;
	padding-right: 15%;
}
	.promo1 h2 {
		font-size: 50px;
	}
.banner .slider-corner {
	position: absolute;
	right:0px;
	top:272px;
	z-index: 1
}

img.logo {
	width: 110px;
	height: auto;
	padding-left: 0px;
	margin-top:5px;
}
.logo {
	text-align:left;
	padding-top: 6px;
	margin-left: 10px;
	padding-left: 0%;
}

.mission {
    padding: 40px 7% 40px 7%;
}
.mission p {
    font-size: 18px;
    line-height: 28px;
}
    .mission img {
        margin-top: 20px;
    }
.bg-light-stripes {
	background: none;
}

.promo1 {
	padding-top: 60px;
	padding-bottom: 25px;
	padding-left: 8%;
	padding-right: 8%;
}
.promo-houses {
	padding-top: 60px;
	padding-bottom: 75px;
	padding-left: 8%;
	padding-right: 8%;
}
	.menu-prev {
		padding-left: 10%;
		padding-right: 10%;
		padding-top: 60px;
		padding-bottom: 60px;
		background-attachment: scroll;
	}	
	.menu-prev h2 {
		line-height: 50px;
        font-size: 40px;
	}
	.menu-prev .menus img {
	width: 60%;
}
.menu-prev .menus h3 {
    font-size: 26px;
    padding-bottom: 50px;
    margin-top: 10px;
}
	.tri-bar {
		height: auto;
	}
.tri-bar .signup {
	height: auto;
	padding-left: 8%;
		padding-right: 8%;
	padding-top:60px;
		padding-bottom:60px;
	}
	.tri-bar .testimonial {
	height: auto;
	padding-left: 8%;
		padding-right: 8%;
		padding-top:60px;
		padding-bottom:60px;
        font-size: 22px;
line-height: 30px;
	}	


    
    
       .about {
    background-color: #2d2926;
    padding: 50px 10% 120px 10%;
    text-align: center;
}
.about h2 {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.about p {
    color: #ffffff;
    font-size: 15px;
    line-height:24px;
    text-align: justify;
  text-justify: inter-word;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
    
   .menu .left-menu {
padding-right: 0px;
} 
    .menu .right-menu {
padding-left: 0px;
}    
 
.menu .menu-item-name {
padding-right: 80px;
}    
    

    
    
    
    
    
    
.news-story {
	padding-top: 0px;
	padding-bottom: 75px;
	padding-left: 8%;
	padding-right: 8%;
}
.news-story p.last {
	padding-bottom: 40px;
}
.news-story .a2a_kit {
	padding-top: 50px;
	padding-bottom: 40px;
}




#pagebreak1, #pagebreak2 #pagebreak3 {
	padding-top: 140px;
	padding-bottom: 140px;
}
	.pagebreak1 {
		background-image: url(../images/pagebreak-3.jpg);
	}
#pagebreak1 h3 {
	font-size: 80px;
	line-height: 50px;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}
#pagebreak2 h3 {
	font-size: 80px;
	line-height: 50px;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}
#pagebreak3 h3 {
	font-size: 80px;
	line-height: 50px;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}
#pagebreak4 h3 {
	font-size: 80px;
	line-height: 50px;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
}

.jumbotron .slider-corner {
	position: absolute;
	left:0%;
	bottom:0%;
	z-index: 1;
		text-align: left;
}


.bg-white-stripes {
	background-image: none;
}
.promo-houses .item {
	background-color: #f9f9f8;
	padding: 30px 30px;
	border-left: 3px solid #294782; 
	text-align: left;
}
.promo-houses .item .image img {
	width: 60%;
	margin-bottom: 20px;
}
.promo-houses .item .text {
	text-align: left;
	padding-left: 0px;
}

.menu-prev .menus a p {
	border: 1px solid #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}


.locations {
    padding-top:60px;
    padding-bottom: 60px;
    text-align: center;
    padding-left: 6%;
    padding-right: 6%;
    }
  .locations .location1 {
      padding-right: 0px;
}
  .locations .location2 {
      padding-left: 0px;
      
      padding-top: 60px;
}
.locations img.logo-b {
    width: 150px;
    margin-bottom: 30px;
    }
    
.locations p {
    font-size: 16px;
    line-height:24px;
    padding-bottom: 10px;
    text-align: center;
    }
    
 .locations h3 {
     color: #ba4700;
     font-family: 'Conv_Gotham-Bold';
     text-align: center;
    }
.locations p.link {
    padding-top: 20px;
}
.locations p.link img {
    width: 100px;
    }
    
    

	
	
	
	
	#whatson {
	padding-top: 40px;
	padding-bottom: 0px;
}

#whatson h1 {
	font-size: 50px;
}
	#whatson .col-sm-4 {
		padding-left: 0px;
		padding-right: 0px;
	}
	#whatson .whatson-item {
		margin-bottom: 5px;
	}

	
	
	
	
	

.contentbreak-left {
	background-image: none;
	}

.contentbreak-left .right {
	padding: 60px 8% 60px 8%;
}
    .cb3.contentbreak-left .right {
	padding: 60px 8% 60px 8%;
}
.contentbreak-right {
	background-image: none;
	}

.contentbreak-right .left {
	padding: 60px 8% 60px 8%;
}
.contentbreak-contact {
	background-image: none;
	}

.contentbreak-contact .right {
	padding: 60px 8% 60px 8%;
}

.contentbreak-right .left h2, .contentbreak-left .right h2 {
	font-size: 40px;
	line-height: 45px;
}
	
	
	
	
	

.contentbreak-htb .left h2 {
	padding: 10px 15% 100px 15%;
	font-family: 'angelfaceregular';
	font-size: 80px;
	line-height: 50px;
	color:#ffffff;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
	text-align: center;
}
.contentbreak-htb .right {
	background-color: #294782;
	padding: 60px 8% 60px 8%;
}
.contentbreak-htb .right h2 {
	font-family: 'angelfaceregular';
	font-size: 70px;
	line-height: 50px;
	color:#ffffff;
}
.contentbreak-htb .right p {
	font-size: 20px;
	line-height: 30px;
	color:#ffffff;
	padding-top: 20px;
}



.cb1 .left {
	height: 350px;
	background-image:url(../images/cb-IMG-1-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb2 .right {
	height: 350px;
	background-image:url(../images/cb-IMG-2-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb3 .left {
	height: 350px;
	background-image:url(../images/cb-IMG-11-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb4 .left {
	height: 350px;
	background-image:url(../images/cb-IMG-4-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb5 .left {
	height: 350px;
	background-image:url(../images/cb-IMG-5-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb6 .right {
	height: 350px;
	background-image:url(../images/cb-IMG-6-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb7 .left {
	height: 350px;
	background-image:url(../images/cb-IMG-7-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb8 .right {
	height: 350px;
	background-image:url(../images/cb-IMG-8-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.cb9 .left {
	height: 350px;
	background-image:url(../images/cb-IMG-9.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb10 .right {
	height: 350px;
	background-image:url(../images/cb-IMG-10.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
	
.cb11 .left {
	height: 350px;
	background-image:url(../images/cb-IMG-11-mob.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.contentbreak-htb {
	margin-bottom:0px;
}

.tri-bar .signup h3 {
	line-height: 45px;
}


.news-item .image {
	height: 200px;
}
.news-item .text {
	padding-bottom: 40px;
}
#social {
	padding-left: 8%;
	padding-right: 8%;
}
article{
		width: 100%;
		
      }
	  
#social h2 {
	font-size: 50px;
	line-height: 40px;
	  }
	.footer .right {
		text-align: left;
		line-height: 30px;
		padding-left:5%;
	padding-right: 8%;
	}
	
.footer-top {
	padding: 40px 0%;
}
.footer-top .info {
	border-right: none;
	padding-bottom: 30px;
}
.footer-top .info p {
	font-size: 18px;
	line-height: 30px;
}


.footer-top .newsletter {
	padding-left: 0px;
	padding-top: 30px;
	border-top: 2px #c0a86f dotted;
}
.footer-top .newsletter p {
	font-size: 16px;
	line-height: 24px;
	color:#3b3b3b;
	padding-top: 0px;
}
.footer-top .info h4 {
	font-family: 'angelfaceregular';
	font-size: 48px;
	line-height: 50px;
	color:#c0a86f;
	margin-bottom: 0px;
}

.footer-top .newsletter .form-field {
	color: #30281d;
	font-size: 13px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 80%;
	height: 45px;
	border: 1px solid #c0a86f;
	float: left;
	border-radius: 0px;
	margin-bottom: 15px;
	margin-top: 9px;
	padding-top: 0px;
	font-family: 'Lato', sans-serif;
	
}

.footer-top .newsletter #button {
	font-size: 23px;
	width: 19%;
	color: #FFFFFF !important;
	padding: 0px;
	padding-top: 0px;
	background-color: #294682;
	text-decoration:none;
	border: none;
	margin-top: 9px;
	height: 45px;
	float: left;
	border-radius: 0px;
	box-shadow:none;
	font-family: 'Lato', sans-serif;
}
.footer-bottom {
	padding-left: 8%;
	padding-right: 8%;
}
.footer-bottom p, .footer-bottom p a{
	text-align: left;
	padding-top: 15px;
}




.jumpMenu{
	border-top: #98deff solid 1px;
	font-size: 24px;
	border-bottom: #98deff solid 1px;
	background-color: #ffffff;
	height: 50px;
	color: #434343;
	width: 100%;
	padding-left:6%;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin-bottom:15px;
margin-top: -15px;
}
.slide1, .slide2, .slide3 {
	background-attachment:scroll;
}


.pagebreak1 {
background-image: url(../images/pagebreak-1.jpg);
background-size: cover;
background-repeat: no-repeat;
	background-position: center center;
			height: auto; 
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
}
.pagebreak2 {
background-image: url(../images/pagebreak-2.jpg);
background-size: cover;
background-repeat: no-repeat;
	background-position: center center;
			height: 300px;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
}
.pagebreak3 {
background-image: url(../images/pagebreak-3.jpg);
background-size: cover;
background-repeat: no-repeat;
	background-position: center center;
			height: 300px;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
}
.pagebreak4 {
background-image: url(../images/pagebreak-4.jpg);
background-size: cover;
background-repeat: no-repeat;
			height: 300px;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
}
.pagebreak1, .pagebreak2, .pagebreak3, .pagebreak4 {
	padding-top: 190px;
	padding-bottom: 190px;
}

.pagebreak1 h3, .pagebreak2 h3, .pagebreak3 h3, .pagebreak4 h3 {
	font-family: 'brandon_grotesque_regularRg';
	font-size: 48px;
	line-height: 45px;
	text-align: center;
	color:#ffffff;
	margin:0px 0px;
	padding-left: 10%;
	padding-right: 10%;
	text-shadow: 0px 0px 40px #2d2d2d;
}
.pagebreak1 .slider-corner, .pagebreak2 .slider-corner, .pagebreak3 .slider-corner, .pagebreak4 .slider-corner {
	position: absolute;
	right:0px;
	bottom:0;
	z-index: 1
}
.pagebreak1 .slider-corner2, .pagebreak2 .slider-corner2, .pagebreak3 .slider-corner2, .pagebreak4 .slider-corner2 {
	position: absolute;
	left:0px;
	top:0;
	z-index: 1
}


}


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
		padding-right:18px}


label {position:relative;}
label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 0px;
    border-bottom:0px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}


}




/* ----------- iPad 1 and 2 ----------- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
#pagebreak1, #pagebreak2, #pagebreak3, #pagebreak4, .menu-prev, .slide1, .slide2, .slide3, .banner, .contentbreak-left, .contentbreak-right, .contentbreak-htb, .contentbreak-contact {
	background-attachment:scroll;
}
}


/* ----------- iPad 3 and 4 ----------- */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
#pagebreak1, #pagebreak2, #pagebreak3, #pagebreak4, .menu-prev, .slide1, .slide2, .slide3, .banner, .contentbreak-left, .contentbreak-right, .contentbreak-htb, .contentbreak-contact {
	background-attachment:scroll;
}
}

/* ----------- Galaxy Tab 10.1 ----------- */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) { 
#pagebreak1, #pagebreak2, #pagebreak3, #pagebreak4, .menu-prev, .slide1, .slide2, .slide3, .banner, .contentbreak-left, .contentbreak-right, .contentbreak-htb, .contentbreak-contact {
	background-attachment:scroll;
}
}


/* ----------- Kindle Fire HD 7" ----------- */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1.5) { 
#pagebreak1, #pagebreak2, #pagebreak3, #pagebreak4, .menu-prev, .slide1, .slide2, .slide3, .banner, .contentbreak-left, .contentbreak-right, .contentbreak-htb, .contentbreak-contact {
	background-attachment:scroll;
}
}


/* ----------- Kindle Fire HD 8.9" ----------- */
@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1.5) { 
#pagebreak1, #pagebreak2, #pagebreak3, #pagebreak4, .menu-prev, .slide1, .slide2, .slide3, .banner, .contentbreak-left, .contentbreak-right, .contentbreak-htb, .contentbreak-contact {
	background-attachment:scroll;
}
}




