@import url('https://fonts.googleapis.com/css?family=Montserrat|Playfair+Display:400i');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

body {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #222;
    background-color: #f1f1f1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.2;
    color: #171819;
}

a {
    color: #171819;
}

p, i, em {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.main-content p {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: 12pt;
	line-height: 1.7em;
	margin: 20px 0;
}

.navbar-logo h2 {
    color: #fff;
    text-transform: capitalize;
    font-family: serif;
}

.navbar .pull-right {
    display: none;
}

.navbar-logo h2 span {
    font-family: 'Dancing Script', cursive;
    float: right;
    position: relative;
    top: 20px;
    right: 10px;
    font-size: 23pt;
    text-transform: capitalize;
}

#home-widgets {
    background: rgba(0, 0, 0, 0);
    padding: 0;
}

/* Menu */

.top-navbar .nav-collapse {
    background: rgba(0, 0, 0, 0.3);
    display: inline;
}

#main_menu a {
    color: #fff;
    font-size: 10px;
    padding: 8px 10px 7px;
}

#main_menu li.active > a, #main_menu li.sel > a, #main_menu li:hover > a {
    color: #fff;
    background: rgba(0,0,0,0.7);
}

.dropdown-menu {
    padding: 0;
    background-color: rgba(0,0,0,0.9);
}

@media (min-width: 767px) {
body.home .slider {
min-height: 600px;
}
.top-navbar .container {
    max-width: 100%;
    width: 90%;
}
#main_menu {
    float: right;
    margin-right: 20%;
}
}

/* Standard CSS */

/* Listing Description Styling */

.wrapper-address {
	font-size: 16pt !important;
}

.property_detail ol, .property_detail ul, .agent_one ul.al-btm, .agent_two ul.al-btm {
    font-size: 10pt;
}

.wrapper-copyright, .wrapper-copyright p {
    font-size: 9pt;
    line-height: 1.5em;
}

.wrapper-copyright h3 {
	font-size: 11pt;
}

ul.al-tab {
    border-bottom: 0px;
    background: #eaeaea;
}

ul.al-lnav {
    background: #f7f7f7;
    color: #FFF;
}

#slides {
  height: 833px !important;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
#slider1_container {
  height: 650px !important;
}
body.home .blog-widget li {
	width: 26%;
}
body.home .blog-widget {
    background: #f1f1f1;
    min-height: 400px;
}
.help-block {
    margin-top: 30em;
}
.top-navbar .nav-collapse {
    background: rgba(0, 0, 0, 0);
    display: flex;
    margin: -22px 0 22px 20px !important;
}
.homebutton {
    position: relative;
    top: 35em;
}
.azita-signature  {
    position: relative;
    margin-top: 20%;
    display: none;
}
.azita-signature-class {
    max-width: 200px;
    margin: 0 20px;
}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) { 
#slider1_container {
  height: 550px !important;
}
body.home .blog-widget li {
	width: 26%;
}
body.home .blog-widget {
    background: #f1f1f1;
    min-height: 400px;
}
.help-block {
    margin-top: 30em;
}
.top-navbar .nav-collapse {
    background: rgba(0, 0, 0, 0);
    display: flex;
    margin: -22px 0 22px 20px !important;
}
.homebutton {
    position: relative;
    top: 35em;
}
.azita-signature  {
    position: relative;
    margin-top: 20%;
    display: none;
}
.azita-signature-class {
    max-width: 200px;
    margin: 0 20px;
}
}

@media screen and (min-width: 768px) and (max-width: 1000px) { 
#slider1_container {
  height: 450px !important;
}
body.home .blog-widget li {
	width: 26%;
}
body.home .blog-widget {
    min-height: 500px;
}
.help-block {
    margin-top: 30em;
}
.top-navbar .nav-collapse {
    background: rgba(0, 0, 0, 0);
    display: flex;
    margin: -22px 0 22px 20px !important;
}
.homebutton {
    position: relative;
    top: 35em;
}
.azita-signature  {
    position: relative;
    margin-top: 20%;
    display: none;
}
.azita-signature-class {
    max-width: 200px;
    margin: 0 20px;
}
}

@media screen and (max-width: 768px) {
#slider1_container {
  height: 400px !important;
}
body.home .blog-widget {
    min-height: 950px;
}
body.home .blog-widget li {
    background: #fff;
    padding: 30px !important;
    float: left;
    margin: 3%;
    max-width: 80%
}
.azita-signature  {
    display: none;
}
}

/* Blog Headings */


.sidebar-title {
    background: #000;
}

.post_heading a {
    color: #000;
}

.btn {
    padding: 15px 30px;
    font-size: 10px;
    line-height: 1.6;
    border-radius: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    font-weight: 200;
}

.btn-outline {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border: 2px solid #fff;
    margin-top: 5em;
}

.btn-outline:hover, .dark .btn-outline:focus {
    background: #fff;
    color: #171819;
    border: 2px solid #fff;
}

/* Featured Listings */
.new-listings-details .left-info h6 {
   color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
.new-listings-bg{
  background-repeat: no-repeat;
  background-size:100%;
  background-position: center center;
  height: 600px;
}
#custom-sliding-listing {
  max-width: 100%;
}
#hf_home-main .container-fluid {
  padding: 0;
  margin: 0;
}
.new-listings-details {
	bottom: 0;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
}
.new-listings-details .new-address {
	color: #fff;
	margin: 0;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.10em;
}
.new-listings-details .new-price {
	color: #fff;
	margin: 0;
	font-size: 27px;
	font-family: serif;
	text-transform: uppercase;
}
.new-listings-details .left-info {
	float: left;
	/* max-width: 400px; */
	padding: 9px;
	width: 50%;
	padding-left: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* IE6-9 */
}
.new-listings-details .right-info {
	background: rgba(255, 255, 255, 0.78);
	float: right;
	width: 50%;
	max-width: 160px;
	padding: 10px;
	background: rgba(0, 0, 0, 0);
	color: #fff;
	border: 2px solid #fff;
	margin: 20px;
	text-align: center;
}
.new-listings-details .right-info .custom-property-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 9pt;
}
.new-listings-details .right-info .custom-property-link>.first, .new-listings-details .right-info .custom-property-link>.second {
	color: #000000;
}
.new-listings-details .right-info .custom-property-link>.second {
	display: block;
}
.new-listings-details .right-info .custom-property-link {
	display: inline-block;
}
.new-listings-details .right-info img {
	display: inline-block;
	margin-top: -20px;
	margin-left: 10px;
}
.glyphicon-chevron-left:before {
	content: url('https://s3.amazonaws.com/store24-ubertor-com/lm1.ourubertor.com/content/image/214.png');
	width: 10px;
}
.glyphicon-chevron-right:before {
	content: url('https://s3.amazonaws.com/store24-ubertor-com/lm1.ourubertor.com/content/image/213.png')
}
.carousel-control.left, .carousel-control.right {
	background: none;
	display: none;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* content14 */
#content14 {
    background: #fff;
}

#content14 .row {
	margin: 0;
	padding: 0;
}

#content14 .image img {
	height: 100vh;
	max-height: 620px;
}

#content14 .content {
	padding: 5em 11px;
	width: 80%;
	margin: 0 auto;
}

#content14 h3 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}

#content14 p {
	font-size: 18px;
	color: #222;
}

/* intro19 */
#intro19 {
	background: #4ba7d9;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
	color: #fff;
	position: relative;
}

#intro19 h3 {
	text-transform: uppercase;
	font-size: 46px;
	font-weight: 300;
	color: #fff;
}

#intro19 p {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
}

#content14 .btn-outline {
    background: #fff !important;
    color: #171819 !important;
    border: 2px solid #000 !important;
    text-transform: uppercase;
}

#content14 .btn-outline:hover , #content14 .btn-outline:focus {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #222 !important;
}

body.home .sidebar-title {
    text-align: center;
    background: transparent;
    color: #222;
    padding-top: 3em;
    font-size: 20pt;
    letter-spacing: 0.15em;
}

body.home .blog {
    background: #f1f1f1;
}

body.home .blog-widget ul {
    background: #f1f1f1;
}

body.home .blog-widget li {
	background: #fff;
	padding: 41px;
	float: left;
	margin: 3%;
	list-style-type: none;
	font-size: 16px;
}

body.home .blog-widget li small {
    font-size: 70%;
    display: block;
    padding: 10px 0;
}

body.home .blog-widget li .entry {
	font-size: 10pt;
}

#hf_before-footer {
    background: #f1f1f1;
}

.footer-before {
    background: #f1f1f1;
}

/* Footer */

footer .footer-column {
	text-align: center;
}

footer .footer-column h6 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
}

footer .footer-column p {
    margin-bottom: 0;
    font-size: 18px;
}

footer {
    background: #000;
    color: #fff;
    padding: 5em 0 0;
}

footer .col-xs-12 {
	display: none;
}

.borderbottom {
    border-bottom: 1px solid #A9A9A9;
    padding-bottom: 2em;
}

.logo {
  background: url("http://limelightmarketing.ca/wp-content/uploads/2014/02/web-logo-footer-white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 27px;
  margin: 0 14px 0 0;
  width: 130px;
}

footer .links {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 20px;
  width: 160px;
}

footer .links a {
  float: left;
  font-size: 80%;
  line-height: 10pt;
  margin: 0;
  opacity: 1;
  position: relative;
  text-decoration: none;
}

.links2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 20px;
  width: 161px;
  float: right;
  padding-right: 92px;
}

.links2 a {
  float: right;
  font-size: 70%;
  line-height: 10pt;
  margin: 0;
  opacity: 1;
  position: relative;
  text-decoration: none;
}

#powered_by {
    top: -10px;
}

/* CTAs */

grid {
 position: relative;
 margin: 0 auto;
 padding: 1em 0 4em;
 max-width: 1000px;
 list-style: none;
 text-align: center;
}

/* Common style */
.grid figure {
 position: relative;
 float: left;
 overflow: hidden;
 margin: 10px 1%;
 min-width: 100%;
 max-width: 100%;
 max-height: 360px;
 width: 48%;
 background: #3085a3;
 text-align: center;
 cursor: pointer;
}

.grid figure img {
 position: relative;
 display: block;
 min-height: 100%;
 max-width: 360px;
 opacity: 0.8;
}

.grid figure figcaption {
 padding: 2em;
 color: #fff;
 text-transform: uppercase;
 font-size: 1.25em;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
 pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
 z-index: 1000;
 text-indent: 200%;
 white-space: nowrap;
 font-size: 0;
 opacity: 0;
}

.grid figure h2 {
 word-spacing: -0.15em;
 font-weight: 300;
}

.grid figure h2 span {
 font-weight: 800;
}

.grid figure h2,
.grid figure p {
 margin: 0;
}

.grid figure p {
 letter-spacing: 1px;
 font-size: 68.5%;
 color: #fff;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
 background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
 content: '';
 opacity: 0;
 -webkit-transform: translate3d(0,50%,0);
 transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
 font-size: 24px;
 position: absolute;
 top: 50%;
 left: 0;
 width: 100%;
 color: #fff;
 -webkit-transition: -webkit-transform 0.35s, color 0.35s;
 transition: transform 0.35s, color 0.35s;
 -webkit-transform: translate3d(0,-50%,0);
 transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
 -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
 transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
 position: absolute;
 bottom: 0;
 left: 0;
 padding: 2em;
 width: 100%;
 opacity: 0;
 -webkit-transform: translate3d(0,10px,0);
 transform: translate3d(0,10px,0);
 color: #fff;
 text-transform: lowercase;
}

figure.effect-sadie:hover h2 {
 color: #fff;
 -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
 transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
 opacity: 1;
 -webkit-transform: translate3d(0,0,0);
 transform: translate3d(0,0,0);
}

.site-top-head-text-container {
    position: relative;
    bottom: 200px;
    color: #fff;
    height: 0;
}

body.home .site-top-head-text-container {
	display: none;
}

.site-top-head-text-container h1 {
    color: #fff;
}

.site-top-head-text-container p {
    font-size: 18pt;
    letter-spacing: 0.02em;
}

.property_detail ul.nav > li > a {
    font-size: 9pt;
}

.cms_content p {
    color: #222;
}

.lead-form label {
    color: #222;
}

.multiple-listing-view .nav-pills > li.active > a, .multiple-listing-view .nav-pills > li.active > a:hover, .multiple-listing-view .nav-pills > li.active > a:focus, .multiple-listing-view .nav-pills > li > a:hover, .multiple-listing-view .nav-pills > li > a:focus {
    background: #fff;
    color: #222;
}

.detail-left .col-xs-6 {
    font-size: 10pt;
}

.help-block {
    height: 100px;
    background: #fff;
    margin-bottom: 0;
}

.help-block h1  {
    padding: 25px 0;
}

body.home .blog-widget  {
    background: #f1f1f1;
}

.content-1-5 {
    width: 100%;
    padding: 60px 0 60px 0;
    z-index: 100;
    position: relative;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/gordhonor.ourubertor.com/content/image/84.jpg) no-repeat;
    color: #fff;
    background-size: cover;
}

.content-1-5 h2 {
   color: #fff;
}

.content-1-5 p {
    font-size: 12pt;
}

.content-1-5 .pull-left2 {
    background: #222;
    padding: 40px;
}

.cta-newsletter {
    padding: 4em 0;
}

blockquote {
    border-left: 0px solid #eee;
}

.carousel-indicators {
    display: none;
}

blockquote small {
    color: #fff;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
.content-1-5 {
    padding: 0;
}
#home-widgets {
    background: #f3f3f3;
    margin-top: 6em;
}
#content14 .image {  
    display: none;
}
.navbar-logo h2 {
    position: relative;
    top: 4px;
    font-size: 19pt;
    margin-left: 16px !important;
}
#hf_home-main {
    position: relative;
    bottom: 200px;
}
.hero-txt h1 {
    font-size: 18px !important;
    line-height: 0.2em !important;
}
.help-block {
    display: none;
}
.new-listings-details {
    bottom: 0;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
}
#content14 .content {
    padding: 5em 20px;
    width: 100%;
    margin: 0 auto;
}
body.home .blog-widget {
    min-height: 1150px;
}
.content-1-5 .pull-left2 {
    margin-bottom: 3em;
}
.navbar-toggle {
    border-color: rgba(0, 0, 0, 0);
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.new-listings-details .left-info {
    width: 100%;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 360px;
    opacity: 0.8;
}
.grid figure img {
    min-height: 300px;
    max-width: 600px;
}
}

.properties.list .pagination a, .has_afc .pagination a {
    color: #000;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.navbar-nav ul .sub-arrow {
    margin-top: 2px;
    margin-right: -1px;
}

hr {
    border-top: 1px solid #b1b1b1;
}

.secondnav {
    font-size: 13pt;
    text-align: center;
}

.secondnav .dropdown-menu {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.secondnav .navbar-nav>li {
    padding: 0;
}

.secondnav .container {
    padding: 0;
}

.secondnav .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    max-width: 1000px;
}

a.navbar-logo.no-hover {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl333/content/image/21957.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    text-indent: -9999px;
    width: 352px;
    margin: 14px 0 10px auto !important;
    height: 107px;
}

div#navbar {
    margin-top: -100px !important;
}
