/* CSS Document */

body, html {
	margin:0px;
	font-family: 'Lato', sans-serif;
	
	color: #3b3b3b;
	font-weight: 100;
	height: 100%;
	background-color: #FFFFFF;
}
h1 {
	font-family: 'Lato', sans-serif;
}
h2, h3, h4 {
	font-family: 'Lato', sans-serif;
	
}
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;
}
.green {
	color: #b7bb15;
}
.orange {
	color:#f39221;
}
.black {
	color:#212121;
}
.pink {
	color: #e72179;
}
.white {
	color: #FFFFFF;
}
.white a{
	color: #FFFFFF;
	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: #b9b09a;
}

.video {
  position: relative;
	margin-top: 50px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index:991;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    z-index:991;
}
#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 */
}






/* 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;
}
#award {
	margin-top: -145px;
	position:relative;
    text-align: right;
    padding-right: 30px;
    z-index:9999
}
#award img {
    width: 180px;
}


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;
}



.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: 90%;
	
	
}

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












	
  
  
  
  
  
  
/*start of header*/
.top {
	position: absolute;
	padding-top:0px;
	background-color: #FFFFFF;
	padding-right: 45px;
  width: 100%;
  height: 115px;
  border-bottom: 7px solid #c0a86f;
  z-index: 9998;
 
}

header {
	margin-bottom: 0px;
}
.logo {
	text-align:left;
	padding-left: 0px;
}
img.logo {
	
	width: 335px;
}
img.header-panel {
	width: 30%;
	height: auto;
}

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




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

.navbar-collapse {
	background-color: transparent;
	border-radius: 0px;
	border: none;
	color: #1C1C1C;	
	padding-right: 0px;
}
.navbar-nav>li a {
	font-size: 15px;
	color: #363636;
	padding: 10px 10px 28px 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.navbar-nav>li a:hover {
	color: #294682;
	background-color:transparent;
	border-bottom: 7px solid #294682;
}
.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 */
.main-carousel {
    padding-top: 130px;
    padding-bottom: 60px;
}
.owl-carousel {
	margin-top: 50px;
	/*padding-bottom: 15px*/
}
.owl-carousel .slide {
	padding-top: 300px;
	height: 500px
}
.owl-carousel.dev .slide {
	padding-top: 30px;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: 30px;
}
.owl-carousel.dev .slide img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 15px solid #ffffff
}
.owl-carousel .slide-1 {
	background-image: url("../images/home-slider-BG-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel .slide-2 {
	background-image: url("../images/home-slider-BG-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 20% center;
}
.owl-carousel .slide-3 {
	background-image: url("../images/home-slider-BG-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


.owl-carousel.lochlands .slide-1 {
	background-image: url("../images/IMG-Lochlands-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel.lochlands .slide-2 {
	background-image: url("../images/IMG-Lochlands-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel.lochlands .slide-3 {
	background-image: url("../images/IMG-Lochlands-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel.lochlands .slide-4 {
	background-image: url("../images/IMG-Lochlands-4.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel.lochlands .slide-5 {
	background-image: url("../images/IMG-Lochlands-5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}






.owl-carousel.bellefield .slide-1 {
	background-image: url("../images/IMG-Bellefield-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel.bellefield .slide-2 {
	background-image: url("../images/IMG-Bellefield-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel.bellefield .slide-3 {
	background-image: url("../images/IMG-Bellefield-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel.bellefield .slide-4 {
	background-image: url("../images/IMG-Bellefield-4.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel.bellefield .slide-5 {
	background-image: url("../images/IMG-Bellefield-5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.owl-carousel .slider-content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition: all 0.3s ease;
}
.owl-carousel .slider-content h1 {
	color: #ffffff;
	font-size: 110px;
	line-height: 105px;
	margin-bottom: 30px
}
.owl-carousel .slider-content h1 span.outline {
	color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #ffffff;
}
.owl-carousel .slider-content a {
	background-color: #5D6771;
	border-radius: 40px;
	border: solid #FFFFFF;
	border-width: 2px 2px 6px 2px;
	color: #FFFFFF;
	padding: 18px 35px 18px 35px;
	font-size: 30px;
}
.owl-carousel .slider-content a:hover {
	color: #5D6771;
	background-color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
.owl-carousel .slider-content.pump:hover {
	transform: scale(1.03);
	cursor: pointer;
	background-color: rgba(255, 255, 255, 1);
}
.owl-carousel .slider-content-box {
	background-color: #ffffff;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	margin-top: 40px;
}
.owl-carousel .slider-content-box h1 {
	font-weight: 700;
	font-style: normal;
	color: #355470;
	font-size: 60px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.owl-carousel .slider-content-box h2 {
	color: rgb(255, 201, 47);
	font-size: 50px;
	margin-bottom: 1px;
	margin-top: 0px
}
.owl-carousel .slider-content-box p {
	font-size: 32px;
}
.owl-carousel .slider-content-box p.link {
	padding-top: 10px;
}
.owl-carousel .slider-content-box p.link a {
	font-weight: 700;
	background-color: rgb(31, 187, 237);
	padding: 10px 15px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: 700;
}
.owl-carousel .slider-content img {
	width: 70%;
	max-width: 900px;
	display: inline;
}
.owl-carousel .slider-content img.three {
	width: 25%;
	max-width: 500px;
	display: inline;
}
.owl-carousel .slider-content.seventyfive img {
	width: 35%;
	max-width: 1000px;
	display: inline;
	padding-top: 100px;
}
.owl-carousel .owl-dots {
	margin-top: -40px;
	z-index: 199999;
	position: relative;
	text-align: center;
}
.owl-theme .owl-dots .owl-dot span {
	width: 60px !important;
	height: 10px !important;
	background: rgba(255, 255, 255, 0.7) !important;
	border: none;
	border-radius: 0!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #294782 !important;
}
.owl-carousel .owl-nav {
	display: none;
}



/* ======= Carousel ======= */

.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: 40px;
}
.carousel-control.right {
	background-color:transparent;
	background-image:none;
	text-align: right;
	padding-right: 40px;
}
.carousel-inner {
	margin-top:0px
}
.carousel-control {
	text-shadow: none;
	color: #ffffff;
	font-size: 70px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 1;
	z-index:997;
    position: absolute; /* already here */
    top: 48%;  /* Was top: 40% */

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

.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;
}




 
.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 img.button {
	width: 150px;
}
.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%;}



.banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 190px 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: 'angelfaceregular';
	font-size: 125px;
	color: #ffffff;
	line-height: 60px;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}
.banner .slider-corner {
	position: absolute;
	right:0px;
	top:382px;
	z-index: 1
}
.bg-light-stripes {
	background: url(../images/stripes-light-BG.png) no-repeat right bottom;
}
.bg-white-stripes {
	background: url(../images/stripes-white-BG.png) no-repeat right bottom;
}
.promo1 {
	padding-top: 40px;
	padding-bottom: 20px;
}
.promo1 .divider {
	height: 2px;
	width: 100%;
	margin-top:-4px;
	border-bottom: 2px #c0a86f dotted;
}
.promo1 .divider2 {
	height: 2px;
	width: 100%;
	margin-top:10px;
	border-bottom: 2px #c0a86f dotted;
}
.promo1 h2 {
	font-family: 'angelfaceregular';
	font-size: 70px;
	line-height: 50px;
	color:#c0a86f;
}
.promo1 p.intro {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color:#3b3b3b;
	padding-top: 35px;
}
.promo1 p {
	font-family: 'Lato', sans-serif;
	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;
}





.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: 'angelfaceregular';
	font-size: 140px;
	line-height: 90px;
	color:#ffffff;
	text-align: left;
	margin:0px 0px;
	padding-left: 5%;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}

#pagebreak2 h3 {
	font-family: 'angelfaceregular';
	font-size: 140px;
	line-height: 90px;
	color:#ffffff;
	text-align: right;
	margin:0px 0px;
	padding-right: 5%;
}

#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) 50% 0 fixed; 
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    padding: 200px 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: 200px 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
}










.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 ul {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color:#3b3b3b;
	padding-top: 10px;
	padding-left:25px;
}
.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: #bab19a;
	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;
}






.cb1 {
	background-image:url(../images/cb-IMG-1.jpg);
	background-position: top left;
	}
.cb2 {
	background-image:url(../images/cb-IMG-2.jpg);
	background-position: center right;
	}
.cb3 {
	background-image:url(../images/cb-IMG-3.jpg);
	background-position: top left;
	}
.cb4 {
	background-image:url(../images/cb-IMG-4.jpg);
	background-position: center right;
	}
.cb5 {
	background-image:url(../images/cb-IMG-5.jpg);
	background-position: center right;
	}
.cb6 {
	background-image:url(../images/cb-IMG-6.jpg);
	background-position: center right;
	}
.cb7 {
	background-image:url(../images/cb-IMG-7.jpg);
	background-position: center right;
	}
.cb8 {
	background-image:url(../images/cb-IMG-8.jpg);
	background-position: center right;
	}
.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;
	}
.cb-htb {
	background-image:url(../images/cb-IMG-htb.jpg);
	background-position: center right;
	}
	
.contentbreak-left {
	background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}

.contentbreak-left .left {
	

}
.contentbreak-left .right {
	background-color: #c0a86f;
	padding: 120px 90px 120px 70px;
}
.contentbreak-left .right h2 {
	font-family: 'angelfaceregular';
	font-size: 70px;
	line-height: 50px;
	color:#ffffff;
}
.contentbreak-left .right p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color:#ffffff;
	padding-top: 20px;
}


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


.contentbreak-right .left {
	background-color: #fcfbf9;
	padding: 120px 70px 120px 90px;
}
.contentbreak-right .left h2 {
	font-family: 'angelfaceregular';
	font-size: 70px;
	line-height: 50px;
	color:#c0a86f;
}
.contentbreak-right .left p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color:#3b3b3b;
	padding-top: 20px;
}
.contentbreak-right .left p.link {
	line-height: 30px;
	padding-top: 35px;
}
.contentbreak-right .left 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;
}
.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;
}









.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;
}







.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.next {
	margin-bottom: 40px
}
.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;
}






.footer {
	background: url(../images/footer-BG.png) no-repeat right bottom;
	
}




.footer-top {
	/*border-top: 2px #c0a86f dotted;*/
	border-bottom: 2px #c0a86f dotted;
	padding: 80px 0px;
}
.footer-top .info {
	border-right: 2px #c0a86f dotted;
}
.footer-top .info p {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	line-height: 30px;
	color:#3b3b3b;
	padding-top: 0px;
}
.footer-top .info p img {
	margin-top: -5px;
	margin-right: 4px;
}
.footer-top .info h4 {
	font-family: 'angelfaceregular';
	font-size: 65px;
	line-height: 50px;
	color:#c0a86f;
	margin-bottom: 0px;
}
.footer-top .info h4 img {
	margin-top: -15px;
}
.footer-top .newsletter {
	padding-left: 30px;
}
.footer-top .newsletter p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	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: 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-top: 30px;
	padding-bottom: 80px;
}
.footer-bottom p, .footer-bottom p a{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 27px;
	color:#3b3b3b;
	padding-top: 0px;
	text-align: right;
}
.footer-bottom img.foot-award {
    width: 120px;
    margin-right: 20px;
}





/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
img.logo {
	
	width: 355px;
}
.navbar-nav>li a {
	font-size: 17px;
	color: #363636;
	padding: 10px 15px 28px 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}


.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;
}
.banner h1 {
	font-size: 150px;
}
.contentbreak-htb .left h2 {
	padding: 100px 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;
}
.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) {
.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);
}
}




 
 
/* 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 {
	padding-top:0px;
	background-color: #FFFFFF;
	padding-right: 45px;
  width: 100%;
  height: 100px;
  border-bottom: 7px solid #c0a86f;
 z-index: 999;
}
img.logo {
	width: 285px;
}
	section button {
	border: none;
	padding: 0px 12px;
	outline: none;
	background: #c0a86f;
	font-size: 20px;
	border-radius: 0;
	height: 47px;
	width: 47px;
	margin-right: 25px;
	margin-top: 24px;
	position: relative;
}


.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);
}

.banner h1 {
	font-size: 100px;
	line-height: 60px;
}

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


.contentbreak-left .right {
	background-color: #fcfbf9;
	padding: 60px 11% 60px 11%;
}
.contentbreak-right .left {
	background-color: #fcfbf9;
	padding: 60px 11% 60px 11%;
}
.contentbreak-htb .right{
	padding: 60px 11% 60px 11%;
}
.contentbreak-contact .right {
	background-color: #fcfbf9;
	padding: 60px 11% 60px 11%;
}
.contentbreak-htb .left h2 {
	padding-top: 0px;
	font-size: 100px;
	line-height: 60px;
}

.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;
}


.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 h3 {
	font-size: 140px;
	line-height: 90px;
	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;
 }
 
}
 
 
 
 

/* 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);
}
.jumbotron {
	height: 100%;	
}
.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;
}
.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%;
}
    .owl-carousel {
margin-top: 0px;
/* padding-bottom: 15px; */
}
    .main-carousel {
padding-top: 90px;
padding-bottom: 40px;
}
    .owl-carousel .slide {
height: 250px;
}
    .house-detail .lp-tabs .nav-tabs li a, .lp-tabs .nav-tabs li.active a, .lp-tabs .nav-tabs li a:focus {
	
	padding: 10px 10px;
}
.banner {
	padding-top: 125px;
	background-attachment:scroll;
	height: 390px;
}
.banner h1 {
	font-size: 70px;
	line-height: 50px;
	padding-left: 15%;
	padding-right: 15%;
}
.banner .slider-corner {
	position: absolute;
	right:0px;
	top:272px;
	z-index: 1
}

img.logo {
	width: 200px;
	padding-left: 0px;
	margin-top:-10px;
}
.logo {
	text-align:center;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0%;
}



.bg-light-stripes {
	background: none;
}

.promo1 {
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 8%;
	padding-right: 8%;
}
.promo-houses {
	padding-top: 60px;
	padding-bottom: 75px;
	padding-left: 8%;
	padding-right: 8%;
}

.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 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;
	right:0px;
	bottom:0%;
	z-index: 1
}


.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;
}




.house-detail {
	padding-top: 0px;
	padding-bottom: 70px;
	padding-left: 8%;
	padding-right: 8%;
}
.house-detail .house-text {
	padding-right: 0px;
}
.house-detail .lp-tabs .nav-tabs li a {
	font-size: 14px;
}
.house-detail h2 {
	font-size: 28px;
	line-height: 28px;
	margin-top: 10px;
}
.house-detail p.icons {
	font-size: 16px;
	padding-top: 20px;
}
.house-detail p {
	font-size: 16px;
}
.house-detail .side-ads {
	padding-top: 80px;
}



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

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

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

.contentbreak-contact .right {
	background-color: #fcfbf9;
	padding: 60px 8% 60px 8%;
}



.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-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color:#ffffff;
	padding-top: 20px;
}



.cb1 .left {
	height: 350px;
	background-image:url(../images/cb-IMG-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb2 .right {
	height: 350px;
	background-image:url(../images/cb-IMG-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb3 .left {
	height: 350px;
	background-image:url(../images/cb-IMG-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb4 .right {
	height: 350px;
	background-image:url(../images/cb-IMG-4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb5 .right {
	height: 350px;
	background-image:url(../images/cb-IMG-5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb6 .left {
	height: 350px;
	background-image:url(../images/cb-IMG-6.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb7 .left {
	height: 350px;
	background-image:url(../images/cb-IMG-7.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.cb8 .right {
	height: 350px;
	background-image:url(../images/cb-IMG-8.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;
}
.contentbreak-htb {
	margin-bottom:0px;
}




.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-top {
	padding: 40px 8%;
}
.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;
}

#award {
	margin-top: -135px;
}
#award img {
    width: 150px;
}
.pagebreak1 {
background-image: url(../images/pagebreak-1.jpg);
background-size: cover;
background-repeat: no-repeat;
			height: 300px;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
}
.pagebreak2 {
background-image: url(../images/pagebreak-2.jpg);
background-size: cover;
background-repeat: no-repeat;
			height: 300px;  
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
}
.pagebreak3 {
background-image: url(../images/pagebreak-3.jpg);
background-size: cover;
background-repeat: no-repeat;
			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: 110px;
}

.pagebreak1 h3, .pagebreak2 h3, .pagebreak3 h3, .pagebreak4 h3 {
	font-family: 'angelfaceregular';
	font-size: 80px;
	line-height: 50px;
	text-align: center;
	color:#ffffff;
	margin:0px 0px;
	padding-left: 10%;
	padding-right: 10%;
	text-shadow: 0px 0px 11px rgba(150, 150, 150, 1);
}
.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, .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, .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, .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, .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, .slide1, .slide2, .slide3, .banner, .contentbreak-left, .contentbreak-right, .contentbreak-htb, .contentbreak-contact {
	background-attachment:scroll;
}
}




