@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

@import url(https://fonts.googleapis.com/css?family=Oswald:300,700);
@import url(https://s3.amazonaws.com/store24-ubertor-com/jeffthorpe.ourubertor.com/content/document/45.css);

@font-face {
	font-family: 'PalaceScript';
	src: url('https://s3.amazonaws.com/store24-ubertor-com/strathedendesigns.ourubertor.com/content/document/95.otf'); 
	src: 
		local('PalaceScript'),
		local('PalaceScript'),
		url('https://s3.amazonaws.com/store24-ubertor-com/strathedendesigns.ourubertor.com/content/document/95.otf') 
		format('opentype');
}


body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    color: #222;
}

#main_menu a {
    font-weight: 400;
    padding: 8px 20px 7px;
}

h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif !important;
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 500;
}

h3, h4, h5 {
    font-weight: 300;
}

.dash {
    display: block;
    width: 24px;
    height: 2px;
    margin: 20px auto 30px;
    background: #000;
}

.cms_content p {
    color: #222;
}

.top-navbar .nav-collapse {
    background-color: rgba(0, 0, 0, 0);
}

#main_menu li.active > a, #main_menu li.sel > a, #main_menu li:hover > a {
    color: #000;
    background: #F5F5F5;
}

.navbar-logo {
    color: #fff;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/pantheondevelopments.myubertor.com/content/image/303.png) no-repeat;
    width: 545px;
    height: 90px;
    background-size: contain;
    float: none;
    /* margin-top: -40px; */
    /* margin-bottom: -40px; */
    margin-left: 21%;
}

.navbar-logo h2 {
   display: none !important;
}

@media (min-width: 768px) {

.navbar-header {
    float: none;
    width: 100%;
}
.navbar-logo {
    position: relative;
    left: 0;
}
footer .col-sm-4 {
    width: 29.333%;
}
}

.header-meta ul {
    display: none;
}


/* Blog */

.sidebar-title {
    background: #000;
}

.post_heading a {
    color: #000;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.post small {
    color: #828282;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.entry {
  padding: 20px 0;
}


/* Footer */

footer {
    background: #58595b;
    color: #000;
}

footer a {
    color: #fff;
}

footer .col-xs-12 {
    display: none;
}

.logo {
  background: url("http://limelightmarketing.ca/wp-content/uploads/2014/02/limelight-web-footer-black2.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: 75%;
  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/strathedendesigns.ourubertor.com/content/image/104.png);
}

#about-me {
    display: none;
}

body.home footer {
margin-top: 0;
}

.paddingtop2em {
    padding: 2em 0 0;
}

.brokeragelogo {
    max-width: 243px;
    margin-top: 3em;
}

#slides {
  height: 833px !important;
  overflow: hidden;
}

/* FLIP IMAGE CODE */

#f1_container {
  position: relative;
  margin: 10px auto;
  width: 100%;
  height: 215px;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
  -webkit-perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: all 1.0s linear;
  -webkit-transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
    transform: rotateX(0deg);
  text-align: center;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;

}

.button_ba {
    margin-top: 110px;
    margin-bottom: -40px;
    text-align: center;
}

.button_ba a {
    color: #e8e8e8;
    border: 1px solid #58595b;
    padding: 20px 30px;
}

.button_ba a:hover {
    color: white;
    padding: 20px 30px;
    text-decoration: none;
    background-color: #58595b;
}



@media screen and (min-width: 1200px) {
#slider1_container {
  height: 650px !important;
}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) { 
#slider1_container {
  height: 550px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1000px) { 
#slider1_container {
  height: 450px !important;
}
}

@media screen and (max-width: 768px) {
#slider1_container {
  height: 400px !important;
}
.navbar-toggle {
    border-color: rgba(0, 0, 0, 0);
}
.navbar-toggle .icon-bar {
    background: #000;
}
}

.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: #E8E8E8;
    border-color: #E8E8E8;
}

.befor_after {
    margin-bottom: 8%;
    margin-top: 2%;
}



/* Paralax Effect */

.bg-deepocean {
    padding: 10em 0 !important;
    background-color: #F7F7F7 !important;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/strathedendesigns.ourubertor.com/content/image/47.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /* display: none; */
}

.content-2-4 h1 {
    color: #FFF;
    font-size: 18pt;
    line-height: 24pt;
    text-shadow: 1px 0px 2px #2D2D2D;
    font-family: 'Open Sans', sans-serif !important;
    /* padding-bottom: 25px !important; */
    z-index: 9999;
}

.content-2-4 i {
    clear: both;
    color: rgba(255,255,255,0.6);
}

blockquote {
    border-left: 0px solid #eee;
}

.text-muted {
    color: #fff;
    text-shadow: 1px 0px 2px #2D2D2D;
}

a {
    color: #ADADAD;
}

h3.text-muted a {
    border: 1px white solid;
    padding: 10px 20px;
    margin-top: 35px !important;
    color: white;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    font-size: 20px;
}

h3.text-muted a:hover {
    text-decoration: none;
    background: white;
    color: black;
    text-shadow: none;
}

.hero-txt {
    display: none;
}

.portfolio_h4 {
    text-align: center;
    background: #58595b;
    width: 450px;
    padding: 20px;
    color: white;
    letter-spacing: 1px;
}

.port_head {
    margin-top: 23%;
    position: absolute;
}

.sssprev {
    opacity: 0.5 !important;
}

.sssnext {
    opacity: 0.5 !important;
}

.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 a {
    color: white;
}

.footer_logo {
    text-align: center;
    color: white;
    margin-bottom: -70px;
    margin-top: 10px;
}

.footer_logo a {
    color: white;
}

@media (max-width: 736px) {
    a.navbar-logo.no-hover {
        margin-left: 7%;
        margin-top: 0;
        margin-bottom: -8px;
        max-width: 230px;
    }
    
    .button_ba {
        margin-bottom: 10px;
        text-align: center;
        margin-top: 35px;
    }
    
    .footer_logo {
        margin-bottom: 20px;
    }
    
    footer .footer_logo img {
    max-width: 78%;
    }
    footer .links, footer .links2 {
    display: none;
    }
    
}

@media (max-width: 320px) {
    div#f1_container {
        width: 300px;
    }
    
    div#f1_card {
        width: 300px;
    }
    
    div#f1_card img {
        width: 300px;
    }
    
}

@media (max-width: 414px) {
    div#f1_container {
        width: 350px;
    }
    
    div#f1_card {
        width: 350px;
    }
    
    div#f1_card img {
        width: 350px;
    }
    
    .home_title_con h1 {
        font-size: 50px !important;
    }
    
    .home_title_con img {
        width: 58% !important;
        margin-left: 22% !important;
    }
}


@media (min-width: 700px) and (max-width: 768px) {
    
    div#f1_container {
        margin-bottom: 53px !important;
    }
    
    .col-sm-4 {
        width: 100%;
    }
    
    #main_menu {
    margin-left: 9%;
}
}

.port_video {
    margin-top: 50px;
    text-align: center;
    align-items: center;
    margin-left: 15%;
}

@media (min-width: 700px) and (max-width: 768px) {

    div#hf_footer-middle {
        float: right;
        margin-right: -117%;
    }
}

footer .footer_menu_links {
    margin-top: 0;
}

footer .col-sm-4 {
    min-height: 3px;
}

#home-widgets {
    display: none;
}

.bottom_menu_links {
    display: none;
}

.content-block {
    width: 100%;
    padding: 60px 0 60px 0;
    z-index: 100;
    position: relative;
}

.basic-1-4 {
    background: #000;
}

.basic-1-4 h2, .basic-1-4 h3, .basic-1-4 h4 {
    color: #fff;
}

.basic-1-5 strong {
    font-weight: 700;
    font-size: 13pt;
}

.basic-1-5 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bababa+0,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(top,  rgba(186,186,186,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(186,186,186,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(186,186,186,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bababa', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.carousel-inner > .item {
  height: 72vh;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 800px;
  width: auto;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-indicators {
    display: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    color: #000;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
#main_menu a {
    font-size: 13px;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
#main_menu {
    margin-left: 0;
}
#main_menu a {
    font-size: 9.5px;
}
.navbar-logo {
    margin-left: 14%;
}
footer .col-sm-4 {
    width: 0;
}
footer .col-sm-5 {
    width: 38.666667%;
}
footer .footer_logo img {
    max-width: 78%;
}
footer .paddingtop2em {
    max-width: 700px;
}
}
