@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

.centerlogo {
max-width: 300px;
display: none;
margin: 0 auto;
}

body.home #section1 {
height: 96vh;
padding: 12em 0 3em;
background: url('http://store24-ubertor-com.s3.amazonaws.com/cl786/content/image/111380.jpg') no-repeat center left;
background-size: contain;
margin-top: 30px;
}

body.home {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    background: #fff;
}

body.selkirk {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    background: #fff;
}

body.home #section1 a {
color: #fff;
}

body.home .hero-txt {
    display: none;
}

body.selkirk .hero-txt {
    display: none;
}

body.selkirk .slider {
    display: none !important;
}

body.selkirk .top-navbar {
    background: rgba(0,0,0,0);
    padding-top: 12px;
    top: 0;
    border-width: 0 0 1px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    min-height: 130px;
}


body.home .slider {
    display: none !important;
}

body {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #222;
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	/* background: url(https://s3.amazonaws.com/store24-ubertor-com/testwebsite.ourubertor.com/content/image/56.jpg) no-repeat; */
	background-size: cover;
}

.main-content {
    display: block !important;
    background: #fff;
    padding: 3em 30px;
}

body.home .main-content {
    display: none !important	;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

a {
    color: #272727;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: none;
}

.has_afc .listing-row h2 a, .properties.list .listing-row h2 a, .listing-row h3.price, body .property_detail h2, body .property_detail h3 {
    color: #207db8;
    text-decoration: none;
    outline: none;
    font-size: 24px;
    font-weight: 300;
}

.navbar-logo {
    display: inline-block;
    float: left;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl786/content/image/92839.png) no-repeat;
    width: 260px;
    height: 83px;
    background-size: contain;
    position: relative;
    top: 0px;
}
#home-widgets {
    display: none;
}

#main_menu {
    color: #fff;
}

#main_menu a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 8px;
    text-transform: Capitalize;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

#main_menu li.active > a, #main_menu li.sel > a, #main_menu li:hover > a {
    color: #fff;
    background: transparent;
}

.top-navbar .nav-collapse {
	margin: -22px 0 22px 20px !important;
}

.intro-text {
    padding-top: 190px;
    padding-bottom: 130px;
    /* margin-right: 15%; */
}

.intro-text .intro-heading {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 34px;
}

.intro-text .intro-lead-in {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 62px;
    line-height: 53px;
    margin-bottom: 36px;
    margin: 130px 0;
}

#tf-facts {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/lm10.ourubertor.com/content/image/157.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #FFF;
}

#tf-facts p {
    color: #fff;
    text-transform: uppercase;
}

#tf-facts .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	padding: 17em 0;
	background-attachment: fixed;
}

.content-2-7 .counter-icon {
    font-size: 5em !important;
    margin-top: 30px;
    color: #fff;
    margin-left: 7%;
}

.content-2-7 hr {
    border-color: rgba(255, 255, 255, 0.7);
    margin: 20px auto !important;
    width: 200px;
}

.content-2-7 .counter, .content-2-7 .counter-text {
    font-family: inherit;
    font-weight: 700;
    color: #fff;
    font-size: 1.5em;
}

#tf-homeevaluation {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #FFF;
}

body.home .top-navbar {
    /* background: rgba(0,0,0,0); */
    padding-top: 12px;
    top: 0;
    border-width: 0 0 1px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    min-height: 80px;
}

.top-navbar .nav-collapse {
    background: #0000;
    /* display: flex; */
    margin: -80px 0 0px 20px !important;

}

.top-navbar {
    padding-top: 29px;
    border-radius: 0;
    border: none;
    background: #002956;
}

.navbar .pull-right {
    /* display: none; */
    width: 40%;
    color: #fff;
}

.logotop {
    float: right;
    max-width: 65px;
}

.header-meta .icon-social a {
    color: #fff;
}

.header-meta ul {
    display: none;
}

.navbar-logo h2 {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.23em;
    color: #333;
    /* margin: 0; */
    margin-bottom: 17px;
}

body.home h2 {
    font-size: 30px;
    text-align: center;
}

.bold {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #272727;
	font-size: 34pt !important;
	margin-bottom: 1.3em;
}

.subtitle {
    font-size: 18px;
    line-height: 150%;
    color: #333;
    margin-bottom: 2.4em;
}

.subtitle2 {
    font-size: 20px;
    line-height: 150%;
    color: #333;
    margin-bottom: 2.4em;
    letter-spacing: 5px;
}

.section_offset {
    padding: 30px 0 60px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    /*background: #fff;*/
}

/* ------------------------------------------------

    8. Services

-------------------------------------------------*/

  .servise_tabs:not(:first-child){
    padding-top: 95px;
  }

  .servise_list{
    margin-top: -30px;
  }

  .servise_title_box{
    text-align: center;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

   .servise_title_box a{
    color: #a2a2a2;
    text-decoration: none;
  }

  .servise_title_box a:hover {
    color: #207db8;
}

  .servise_title_box i{
    display: inline-block;
    font-size: 30px;
    color: #ccc;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .servise_title_box.active,
  .servise_title_box:hover{
    border-color: #207db8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .servise_title_box.active i,
  .servise_title_box:hover i{
    color: #207db8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .servise_title{
    font-size: 24px;
    line-height: 1.23;
    color: #333;
    margin-bottom: 0;
  }

  .servise_content{
    padding-top: 45px;
  }

  .servise_content>div{
    display: none;
  }

  .servise_content>div.active{
    display: block;
  }

/*	PROMO BLOCK 3
/*----------------------------------------------------*/

.promo-3 {
	background: url("https://s3.amazonaws.com/store24-ubertor-com/lm8.ourubertor.com/content/image/199.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0;
}

.promo-3 h1 {
	font-size: 60px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #222;
}

.promo-3 h2 {
	/* font-weight: 600; */
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	text-shadow: 1px 1px 2px #222;
	font-size: 30px;
}

.promo-3 a {
	margin-top: 40px;
}

/*===================================================================================*/
/*	BUTTONS
/*===================================================================================*/

.btn {
    color: #FFF;
    padding: 10px 20px;
    margin: 15px 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.btn-sm {
    padding: 7px 13px;
	font-size: 12px;
}

.btn-lg {
    padding: 16px 26px;
	font-size: 16px;
}

.btn-xl {
	padding: 18px 30px;
	font-size: 24px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
	margin-left: 15px;
}

/* Button DISABLED */
.disabled a {
	cursor: not-allowed;
}

/* Button DEFAULT */
.btn.btn-default {
	background: #ecf0f1;
	box-shadow: 0 2px #bdc3c7;
	color: #999;
}

.btn.btn-default:hover {
	background: #bdc3c7;
}

/* Button PRIMARY */
.btn.btn-primary {
	background: #1abc9c;
	box-shadow: 0 2px #16a085;
}

.btn.btn-primary:hover {
	background: #16a085;
}

/* Button WARNING */
.btn.btn-warning {
	background: #f1c40f;
	box-shadow: 0 2px #f39c12;
}

.btn.btn-warning:hover {
	background: #f39c12;
}

/* Button DANGER */
.btn.btn-danger {
	background: #666666;
	box-shadow: none;
}

.btn.btn-danger:hover {
	background: #c0392b;
}

/* Button SUCCESS */
.btn.btn-success {
	background: #2ecc71;
	box-shadow: 0 2px #27ae60;
}

.btn.btn-success:hover {
	background: #27ae60;
}

/* Button DARK */
.btn.btn-dark {
	background: #34495e;
	box-shadow: 0 2px #2c3e50;
	color: #ffffff;
}

.btn.btn-dark:hover {
	background: #2c3e50;
}

/* Button INFO */
.btn.btn-info {
	background: #000;
}

.btn.btn-info:hover {
    background: #ed3533;
}

/* Outline Buttons */
.btn-outline {
	color: #FFF;
    padding: 12px 20px;
	margin: 15px 0;
	font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
	letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.btn-outline:hover {
	text-decoration: none;
	color: #ffffff;
}

.btn-outline-sm {
	padding: 5px 13px;
	font-size: 13px;
}

.btn-outline-lg {
	padding: 14px 26px;
	font-size: 15px;
}

.btn-outline-xl {
	padding: 18px 30px;
	font-size: 24px;
	
}

.btn-outline.outline-light,
.icon.outline-light {
	color: #ffffff;
	background: none;
	border: 2px solid #ffffff;
}

.btn-outline.outline-light:hover,
.icon.outline-light:hover {
	color: #fff;
	background: #207db8;
}

.btn-outline.outline-dark:hover, .icon.outline-dark:hover {
    color: #207db8;
    background: #fff;
}

.btn-outline.outline-dark,
.icon.outline-dark {
	color: #ffffff;
	background: none;
	border: 2px solid #ffffff;
}

.btn-outline.outline-dark,
.icon.outline-dark {
	color: #fff;
	background: none;
	border: 2px solid #fff;
}

.btn-outline.outline-dark:hover,
.icon.outline-dark:hover {
	color: #ffffff;
	background: #2c3e50;
}

button:hover {
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.bg-deepocean2 {
    padding: 6em 0;
    background-color: #F7F7F7 !important;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/limelightmarketingtestsite1.ourubertor.com/content/image/509.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#quote-carousel .carousel-indicators {
    display: none;
}

.carousel {
    margin: 2em 0 0;
}

.carousel-control {
    top: 3em;
}

.carousel-inner p {
	color: #FFF;
    font-size: 18pt;
    line-height: 24pt;
}

.carousel-inner small {
	color: #FFF;
    font-size: 14pt;
    line-height: 24pt;
    font-weight: 300;
}

.carousel-control.left {
  background-image: none;
  color: #333;
}

.carousel-control.right {
  background-image: none;
    color: #333;
}

.content-2-4 i {
    clear: both;
    color: #fff;
}

blockquote {
    border-left: 0px solid #eee;
}

.content-block {
    width: 100%;
    padding: 60px 0;
    z-index: 100;
    position: relative;
    background-color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.content-block2 {
    width: 100%;
    padding: 60px 0 10px;
    z-index: 100;
    position: relative;
    background-color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.cta-3{
    padding: 40px 0;
    background-color: #207db8;
}
.cta-3 h3{
    color:#fff;
    font-size: 40px;
    margin-bottom: 30px;   
    font-weight: 300;
}

.dropdown-menu {
    background-color: rgba(0,0,0,0.5);
}

/* Featured Listings */

.featured_listings .widget-title span {
    text-shadow: none;
    margin: 0;
    color: #000;
    font-size: 50px;
    text-align: center;
    margin: 3% 0;
    font-weight: 800;
    text-transform: none;
    background: transparent;
    h2 {     font-size: 50px;
    text-align: center; }
    h2 {     font-size: 50px;
    text-align: center; }
    font-size: 50px;
    text-align: center;
    font-family: sans-serif;
}

.featured_listings {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,000000+100&0.65+0,0+100 */background: -moz-linear-gradient(top,  rgba(221,221,221,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(221,221,221,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(221,221,221,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6dddddd', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */padding: 4em 0;background: #fff;}


.featured_listings .widget-title {
    text-align: center;
    background: none;
    line-height: 100%;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.featured_listings .item .address {
    background: #efefef;
    text-align: center;
}

.featured_listings .item .address a {
    color: #000;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.featured_listings .listing-meta {
    background: #efefef;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
}

.featured_listings .listing-meta * {
    color: #000;
}

body.home .P-btn {
display: none;
}

/* Footer */

footer {
    position: relative;
    padding: 34px 0 0;
    line-height: 17px;
    font-size: 11px;
    color: #999;
    background-color: #fff;
}

footer .wrapper {
    max-width: 1030px;
    margin: 0 auto;
}

footer .grey-footer {
    background: #fff;
    border-top: 1px solid #999;
}

footer .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.paddingtop2em {
    padding-top: 2em;
}

footer a, footer a:hover {
    color: #999;
}

.social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 7px 10px 0;
    text-align: center;
    border: 2px solid #434343;
}

.social a i {
    line-height: 36px;
    font-size: 20px;
    color: #434343;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer-1-1 {
	padding-top: 60px;
	padding-bottom: 20px;
}

.footer-1-1 .lead, .footer-1-1 li {
	color: #000000;
}

.footer-1-1 .brand-img {
	width: 200px;
	margin-bottom: 30px;
}

.footer-1-1 h4 {
	margin-bottom: 20px;
}

.footer-1-1 ul {
	list-style-type: none;
	margin: 0 0 26px;
	padding: 0;
}

.footer-1-1 ul li {
	border-top: 1px solid #bdc3c7;
	line-height: 19px;
	padding: 6px 0;
}

.footer-1-1 li:first-child {
	border-top: none;
	padding-top: 1px;
}

.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;
}

footer h4 {
    color: #222;
    font-size: 11pt;
    margin: 25px 0;
    text-align: right;
}

.foot_address {
    margin-bottom: 11px;
    padding-bottom: 13px;
    border-bottom: 1px solid #3e3e3e;
}

.foot_mail a {
    display: inline-block;
    line-height: 20px;
    color: #999;
}

.foot_menu li {
    padding-bottom: 2px;
}

footer .footer_menu_links {
    margin-top: 28px;
}

.foot_menu li a {
    text-transform: uppercase;
}

.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: 80%;
  line-height: 10pt;
  margin: 0;
  opacity: 1;
  position: relative;
  text-decoration: none;
}

#powered_by {
  top: -11px;
  /* background: url(https://s3.amazonaws.com/store24-ubertor-com/cl4749/content/image/343.png); */
}

.social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 100;
}

.social li {
    display: inline-block;
    margin-right: 6px;
}

.social li a {
    display: table;
    position: relative;
}

.social-dark li a i {
    color: #666;
}

.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    font-size: 18px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

footer .col-xs-12 {
    display: none;
}

.foot_phone a {
    font-weight: 900;
    line-height: 26px;
    font-size: 16px;
    color: #ccc !important;
    color: #fff;
    line-height: 17px;
    font-size: 11px;
    color: #999;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	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%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: #0066cc;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: right;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	color: #fff;
	font-size: 23px;
	font-family: 'Open Sans', sans-serif;
}

.grid figure h2 span {
    font-weight: 800;
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	display: none;
}

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.main-content li {
    /* list-style: initial !important; */
}

.cms_content p {
    color: #222;
}

/* Featured Listings */

.featured_listings .item:hover {
    box-shadow: 0 0 30px #c5c4c4;
    transform: scale(1.1);
    z-index: 999;
}

.featured_listings .col-md-4 {
    width: 33.33333333%;
    padding: 5px;
    margin: 0 0px;
    transition: all .1s ease-in-out;
}

.editContent span {
    font-size: 12px;
    margin: 0 0 20px;
    float: left;
    width: 100%;
}

.editContent h1 {
margin: 18px 0 0;
}

@media (min-width: 767px) {
#main_menu {
    float: right;
    margin-top: 10px;
}
	.grid figure img {
    min-height: 250px !important;
}
body.home #section1 .subtitle {
    margin-top: 12em;
}
}

.bg-deepocean3 {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/lm8.ourubertor.com/content/image/200.jpg) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 140px 0;
}

.bg-light {
    background-color: #f7f7f7;
}

.sidebar-title {
    background: #000;
}

.post_heading a{
    color: #000;
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 800;
}

#slides {
  height: 833px !important;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
#slider1_container {
  height: 650px !important;
}
.secondnav .dropdown {
    width: 33%;
}
.secondnav .dropdown-menu {
    background-color: #fff;
}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) { 
#slider1_container {
  height: 550px !important;
}
.secondnav .dropdown {
    width: 33%;
}
.secondnav .dropdown-menu {
    background-color: #fff;
}
}

@media screen and (min-width: 768px) and (max-width: 1000px) { 
#slider1_container {
  height: 450px !important;
}
.secondnav .dropdown {
    width: 33%;
}
.secondnav .dropdown-menu {
    background-color: #fff;
}
}

@media screen and (max-width: 768px) {
#slider1_container {
  height: 400px !important;
}
}

/* 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;
}

.properties.list .pagination a, .has_afc .pagination a {
    color: #222;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #d4d4d4;
    border-color: #d4d4d4;
}

/* Featured Listings */

#custom_feature_listings .inset {
    width: 100%;
    /*margin: 0;
    float: left;*/
    background: #fff;
    font-weight: 300;
}

.custom_featured_listings img {
    max-width: 100%;
    padding-bottom: 17px;
    margin: 0 auto;
    display: block;
}

#custom_feature_listings {
    padding: 3em 0;
}

#custom_feature_listings .street_address {
    padding-top: 17px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #272727;
    font-size: 34pt !important;
    margin-bottom: 10px;
}

#custom_feature_listings .price {
    /* padding: 5px 0 17px; */
    /* color: #222; */
    /* letter-spacing: .05em; */
    width: 30%;
    float: left;
    text-align: left;
    /* margin-right: 20%; */
    font-size: 22pt;
    margin-bottom: 1em;
}

#custom_feature_listings .image {
    margin-bottom: 1.5em;
    max-width: 1030px;
    margin: 0 auto;
}

#custom_feature_listings .bedrooms {
    width: 30%;
    float: left;
    text-align: left;
    font-size: 22pt;
    margin-left: 26.666667%;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#custom_feature_listings .bathrooms {
    width: 30%;
    float: left;
    text-align: left;
    /* margin-right: 20%; */
    font-size: 22pt;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

#custom_feature_listings .living_area {
    /* width: 100%; */
    /* float: right; */
    /* text-align: center; */
    /* font-size: 22pt; */
    /* margin-bottom: 1.5em; */
    width: 30%;
    float: left;
    text-align: left;
    font-size: 22pt;
    margin-left: 26.666667%;
    margin-bottom: 1em;
}

#custom_feature_listings .description {
    width: 100%;
    margin: 0 auto 1.5em;
    text-align: justify;
    font-size: 16px;
    max-width: 920px;
    display: table;
}

#hf_top-main {
    background: #fff;
}

#hf_bottom-main {
    background: #fff;
}

/* Meet Ian */

.meet-ian {
	padding: 0em 0 3em;
}

.kitchen img {
    width: 100%;
    max-width: 100%;
}

.kitchen h2 {
    font-size: 32px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    width: 260px;
    text-align: center !important;
}

.kitchen h2:after {
    border: none !important;
    content: none !important;
}

.kitchen img {
    margin: 0;
    padding: 0;
}

.vcenter {
    /* position: relative; */
    /* left: 150px; */
    /* z-index: 999; */
    padding: 10px 40px;
}

.copy h2 {
	margin-bottom: 0.8em;
}

.copy p {
	margin-bottom: 3em;
}

.copy .btn {
	background: #666;
	box-shadow: none;
	color: #fff;
	max-width: 200px;
	margin: 3em auto 0;
}

/* Condos & Houses */

/*	CONTENT BLOCK 3-10
/*----------------------------------------------------*/

.content-3-10 {
	padding: 0px;
	position: relative;
}

.content-3-10 h2 {
	text-align: left !important;
}

.content-3-10 .image-container {
	position: absolute;
	height: 300px;
	padding: 0px;
	top: 0px;
}

.content-3-10 .image-container .background-image-holder {
	background: url('https://s3.amazonaws.com/store24-ubertor-com/cl786/content/image/93033.jpg') no-repeat center right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-10 .content {
	margin-top: 300px;
	padding: 40px;
}

.content-3-10 h3 {
	margin-bottom: 32px;
}

.content-3-10 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 3-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-10 .image-container {
		height: 100%;
	}
	
	.content-3-10 .content {
		margin-top: 0px;
		padding: 150px 15px 150px 80px;
	}
		.vcenter {
    margin: 5% 0px;
    position: initial;
    padding: 20px;
}

.col-sm-offset-9 {
    margin-left: 56%;
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.vcenter {
    margin: 5% 0px;
    position: relative;
    padding: 20px;
    left: 150px;
    z-index: 999;
}
.copy p {
    font-size: 10pt;
    text-align: left;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	.vcenter {
    margin: 10% 0px;
    left: 150px;
    z-index: 999;
    position: relative;
    padding: 0;
}
}

/*	CONTENT BLOCK 3-11
/*----------------------------------------------------*/

.content-3-11 {
	padding: 0px;
	position: relative;
}

.content-3-11 h2 {
	text-align: left !important;
}

.content-3-11 .image-container {
	position: absolute;
	height: 300px;
	padding: 0px;
	top: 0px;
	right: 0px;
}

.content-3-11 .image-container .background-image-holder {
	background: url('https://s3.amazonaws.com/store24-ubertor-com/testwebsite.ourubertor.com/content/image/53.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-11 .content {
	margin-top: 300px;
	padding: 40px;
}

.content-3-11 h3 {
	margin-bottom: 32px;
}

.content-3-11 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 3-11 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-11 .image-container {
		height: 100%;
	}
	
	.content-3-11 .content {
		margin-top: 0px;
		padding: 150px 80px 150px 15px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

/* Good Afternoon */

.good-afternoon h3  {
    font-size: 38px;
    text-align: center;
}

.spacer {
    margin: 10em 0;
}

#up_inset4 {
    max-width: 80%;
    margin: 0 auto;
}

body.home .blog-widget li {
    list-style: none;
}

body.home .blog-widget .blog-title {
    font-size: 24px;
    font-weight: 300;
}

body.home .blog-widget small {
    display: none;
}

body.home .blog-widget .entry {
    padding: 20px 0;
}

body.home .blog div.entry img, 
body.home .blog-content img {
    float: left;
    margin: 0 30px 0 0;
    height: auto;
}

.more-blogs {
    margin: 5em 0 0;
}

body.blog div.entry img, body.blog .blog-content img {
    max-width: 100%;
    float: left;
    margin: 0 20px 0 0;
}

body.blog .entry {
    margin-top: 20px;
}

/* changes requested */

#video-background {
    position: static !important;
    bottom: initial !important;
    width: 100% !important;
    min-width: initial !important;
    min-height: initial !important;
    margin-top: 4em !important;
}

#up_inset1 {
	padding: 6em 0 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 90% !important;
   max-width:1200px !important;
  }
}

.modal {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2)  !important;
  color: #000;
  width: 800px !important;
  height: 600px !important;
  top: 40%;
  left: 43%;
  margin-top: -200px;
  margin-left: -300px !important;
  z-index: 9999 !important;
  padding: 0 !important;
  border: none;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none !important;
    border: none;
}

.modal-header {
    border-bottom: none;
}

.modal-open .modal,.btn:focus{
    outline:none!important
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity=20);
    opacity: 1;
}

.mg-sec-button {
    max-width: 83%;
}

.sothebys-logo {
    margin: 15px 0;
    max-width: 190px;
}

.blog .posts {
    max-width: 670px;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
body.home {
		/*background: url(https://s3.amazonaws.com/store24-ubertor-com/testwebsite.ourubertor.com/content/image/56.jpg) no-repeat;*/
		/*background-size: contain;*/
}
#video-background {
	/*visibility: hidden;*/
}
#custom_feature_listings .bathrooms, #custom_feature_listings .bedrooms, #custom_feature_listings .living_area {
	width: 100% !important;
	margin-left: 0 !important;
}
#slider1_container {
  height: 150px !important;
}
.transparent h2 {
	color: #fff;
}
#custom_feature_listings .description {
    padding: 20px;
}
.top-navbar .nav-collapse {
    background: rgba(0,0,0,0.3) !important;

    margin: 0px !important;
}
#main_menu {
    float: left;
    color: #fff;
}
.grid figure {
    min-width: 100% !important;
}
.hero-txt h3 {
    font-size: 11px !important;
}
.hero-txt h1 {
    margin-top: 20px !important;
    font-size: 48px !important;
    line-height: 0.7em !important;
}
body.home .top-navbar {
      position: absolute;
      /* background: transparent; */
}

.navbar .pull-right {
    display: none;
}

.intro-text .intro-lead-in {
    font-size: 30px;
}

.col-xs-6 {
    width: 100%;
}

.btn-outline-xl {
    font-size: 10px;
}

.featured_listings .widget-title {
    line-height: 3em;
}

.featured_listings {
    max-width: 89%;
    margin: 0 auto;
    background: none;
}

.navbar-toggle .icon-bar {
    /* background: #fff; */
}

.navbar-toggle {
    /* border-color: #fff; */
}

body.home #hf_top-main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.navbar-logo {
    display: inline-block;
    float: left;
    width: 222px;
    height: 88px;
    background-size: contain;
    position: relative;
    top: 0;
    margin-left: 10px;
}

footer .links2, footer .links {
    display: none;
}

#powered_by {
    top: -60px;
}
.top-navbar .nav-collapse {
    background: #000 !important;
    margin: 0px !important;
}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
#slider1_container {
  height: 200px !important;
}
body.home {
		/*background: url(https://s3.amazonaws.com/store24-ubertor-com/testwebsite.ourubertor.com/content/image/56.jpg) no-repeat; */
		/*background-size: contain;*/
}
#video-background {
	/*visibility: hidden;*/
}
.top-navbar .nav-collapse {
    background: #fff !important;
    margin: 0px !important;
}
}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
#slider1_container {
  height: 225px !important;
}
body.home {
		/*background: url(https://s3.amazonaws.com/store24-ubertor-com/testwebsite.ourubertor.com/content/image/56.jpg) no-repeat;*/
		/*background-size: contain;*/
}
#video-background {
	/*visibility: hidden;*/
}
.top-navbar .nav-collapse {
    background: #000 !important;
    margin: 0px !important;
}
}

.agent-image {
    display: none;
}

.main-content p {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 150%;
    color: #333;
    margin-bottom: 2em;
}


/* Extra CSS */


.section_offset {
 padding: 90px 0;
}

.wrapper {
 position: relative;
}

div.desc {
 color: #fff;
 bottom: 0;
 left: 0;
 position: absolute;
 width: 100%;
}

.desc_content {
    padding: 10px 80px 20px;
    font-size: 30px;
    color: #fff;
}

.main-image {
 width: 100%;
}

.fix{
 width: 100%;
 padding: 0px;
}
.carousel {
 margin: 0 !important;
}
.hide-bullets {
list-style:none;
margin-left: -40px;
margin-top:20px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
 width: 100%;
}

body.selkirk .listing-price {
 text-align: center;
 font-family: 'Open Sans', sans-serif;
 font-weight: 300;
 color: #272727;
 font-size: 18pt !important;
 margin-bottom: 10px;
}

body.selkirk .description {
 width: 100%;
 margin: 0 auto 1.5em;
 text-align: justify;
 font-size: 24px;
 max-width: 920px;
 display: table;
 font-weight: 300;
}

body.selkirk .street_address {
 padding-top: 17px;
 text-align: center;
 font-family: 'Open Sans', sans-serif;
 font-weight: 300;
 color: #272727;
 font-size: 34pt !important;
 margin-bottom: 10px;
}

body.selkirk .bedrooms {
 font-weight: 300;
 width: 30%;
 float: left;
 text-align: left;
 font-size: 22pt;
 margin-left: 26.666667%;
 margin-bottom: 0.5em;
 margin-top: 0.5em;
}

body.selkirk .bathrooms {
 font-weight: 300;
 width: 30%;
 float: left;
 text-align: left;
 /* margin-right: 20%; */
 font-size: 22pt;
 margin-bottom: 0.5em;
 margin-top: 0.5em;
}

body.selkirk .living_area {
 font-weight: 300;
 width: 30%;
 float: left;
 text-align: left;
 font-size: 22pt;
 margin-left: 26.666667%;
 margin-bottom: 1em;
}

body.selkirk .lot {
 font-weight: 300;
 width: 30%;
 float: left;
 text-align: left;
 font-size: 22pt;
 margin-bottom: 2em;
}

@media (min-width: 768px) {
.nav-collapse {
 display: block;
 visibility: visible;
 margin-top: 17px;
}
}

@media (max-width: 768px) {
.description {
 width: 80%;
}
.bold {
 font-size: 27pt !important;
}
.centerlogo {
max-width: 100% !important;
height: auto !important;
}
}
/* Remove request for evaluation */

.grey-footer .col-sm-4 { display: none;}
.grey-footer .col-sm-2 { display: none;}


/*jx- hide tab*/
.property_detail .al-tab.al-lnav >li:first-child{
  display:none;
}

.top-navbar {
background: #ffffff;
}

#main_menu a {
color: #5e5e5e;
text-shadow: none;
}

.navbar-logo {
display: inline-block;
float: left;
background: url(http://store24-ubertor-com.s3.amazonaws.com/cl786/content/image/108015.jpg) no-repeat;
width: 260px;
height: 83px;
background-size: contain;
position: relative;
top: 0px;
}

#main_menu li.active > a, #main_menu li.sel > a, #main_menu li:hover > a {
color: #2e2e2e;
background: transparent;
}
body.property_detail  .nav.nav-tabs.al-tab.al-lnav li:nth-child(2) {
  display: none;
}


@media (max-width: 572px) {
    .featured_listings .col-md-4 {
        width: 100%;
    }
    
    .grid figure img {
        width: 308px !important;
        height: 200px !important;
        min-height: initial !important;
        max-width: initial !important;
    }
    
    .col-xs-4.col-sm-3.img-holder {
        width: 100%;
    }
    .hero-txt h1 {
        font-size: 24px !important;
        line-height: 1em !important;
    }
    body.home #section1 {
    height: 100vh;
    padding: 7em 0 3em;
    background: url(http://store24-ubertor-com.s3.amazonaws.com/cl786/content/image/111380.jpg) no-repeat top right !important;
background-size: cover !important;
}
.navbar-logo {
    display: inline-block;
    float: left;
    background: url(http://store24-ubertor-com.s3.amazonaws.com/cl786/content/image/108015.jpg) no-repeat;
    width: 207px !important;
    height: 83px !important;
    background-size: contain !important;
}
}