@import url(https://fonts.googleapis.com/css?family=Lora);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400);

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

#main_menu a {
    padding: 8px 10px 7px;
}

.navbar-logo {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl4749/content/image/431.png) no-repeat;
    width: 400px;
    height: 150px;
    background-size: contain;
    position: relative;
    top: 40px;
}

@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
}
.nav-collapse {
    margin-top: 0px;
}
.call_to_action {
    height: 820px;
}
}

.navbar .pull-right {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/cl4749/content/image/413.jpg) no-repeat;
    width: 54%;
    height: 222px;
}

.navbar-logo h2 {
    visibility: hidden;
}

#main_menu li.active > a, #main_menu li.sel > a, #main_menu li:hover > a {
    color: #fff;
    background: #242F6E;
}

body.home #home-widgets {
    display: none;
}

.underlined-title {
    text-align: center;
    padding-bottom: 30px;
}

.paddingtop3em {
    padding-top: 3em;
}

.bodylogo {
    max-width: 300px;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
}

.underlined-title hr {
    width: 10%;
    border-width: 2px;
    border-color: #f3f3f3;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    line-height: 1.1;
    /* font-weight: 300; */
}

a {
    color: #D5001A;
}

.realtor_phone a, .realtor_email a {
    display: none;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #777;
  border: none;
}
.carousel-indicators .active {
    background-color: #5EBEFF !important;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    display: none;
}

.btn-success {
    background-image: -webkit-linear-gradient(top,#43447D 0,#43447D 100%);
    background-image: -o-linear-gradient(top,#43447D 0,#43447D 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#43447D),to(#43447D));
    background-image: linear-gradient(to bottom,#43447D 0,#43447D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #43447D;
}

.featured_listings .item .address {
    background: #43447D;
    margin: 0;
    padding: 5px;
    line-height: 100%;
}

/*	Team 2
/*----------------------------------------------------*/

.team-2 .team-wrapper {
    padding-bottom: 25px;
}

.team-2 .team-wrapper .team-item {
	max-width: 500px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.team-2 .team-wrapper .team-item .team-thumb {
    position: relative;
    overflow: hidden;
}

.team-2 .team-wrapper .team-item .team-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-2 .team-wrapper .team-item:hover .team-thumb img {
    transform: scale(1.1);
}

.team-2 .team-wrapper .team-item .team-thumb .image-overlay {
    background-color: #2c3e50;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-2 .team-wrapper .team-item:hover .team-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.team-2 .team-wrapper .team-item .team-thumb .team-link {
    position: absolute;
    color: #fff;
    display: block;
}

.team-2 .team-wrapper .team-item .team-thumb .team-link:hover {
    color: #F39C12;
}


.team-2 .col-sm-4 .team-item .team-thumb .team-link, .team-2 .col-md-3 .team-item .team-thumb .team-link {
    top: 0;
    left: 45%;
    margin-top: -50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-2 .col-sm-4 .team-item:hover .team-thumb .team-link, .team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
    display: block;
    top: 58%;
    left: 45%;
}


.team-2 .team-wrapper .team-item .team-details {
    text-align: center;
    padding-top: 20px;
    background-color: #fff;
    border-top: 0;
    overflow: hidden;
}





/*	Team 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.team-2 .col-sm-4 .team-item .team-thumb .team-link {
	    left: 40%;
	}
	
	.team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
	    top: 66%;
	    left: 40%;
	}
	
	.team-2 .col-sm-6 .team-item .team-thumb .team-link {
	    left: 43.4%;
	}
	
	.team-2 .col-sm-6 .team-item:hover .team-thumb .team-link {
	    top: 60%;
	    left: 43.4%;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.team-2 .col-sm-4 .team-item .team-thumb .team-link {
	    left: 42%;
	}
	
	.team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
	    top: 62%;
	    left: 42%;
	}
	
	.team-2 .col-md-3 .team-item .team-thumb .team-link {
	    left: 39%;
	}
	
	.team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
	    top: 66%;
	    left: 39%;
	}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.team-2 .col-sm-4 .team-item .team-thumb .team-link {
	    left: 43.4%;
	}
	
	.team-2 .col-sm-4 .team-item:hover .team-thumb .team-link {
	    top: 60%;
	    left: 43.4%;
	}
	
	.team-2 .col-md-3 .team-item .team-thumb .team-link {
	    left: 41.3%;
	}
	
	.team-2 .col-md-3 .team-item:hover .team-thumb .team-link {
	    top: 63%;
	    left: 41.3%;
	}
	
}

.brand-img {
    max-width: 226px;
}

footer .col-sm-3 {
    display: none;
}

footer {
    margin-top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(234,234,234,0.65) 0%, rgba(0,0,0,0) 100%);/* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(234,234,234,0.65) 0%,rgba(0,0,0,0) 100%);/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(234,234,234,0.65) 0%,rgba(0,0,0,0) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6eaeaea', endColorstr='#00000000',GradientType=0 );/* IE6-9 */
}

footer p {
    margin: 0;
    color: #222;
    font-weight: 400;
}

footer h3 {
    margin: 0;
    color: #222;
}

footer a {
    color: #222;
    font-weight: 400;
}

.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: 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);
  width: 68px;
}

footer .col-xs-12 {
display: none;
}

footer .container {
padding: 2em 0 0;
}

.footer-1-1 h4 {
	color: #242F6E;
}

footer .footer_menu_links {
    margin-bottom: 0;
}

/************ Home Call to Action ************/

.row2 {
    margin-right: 15px;
    margin-left: 0px;
}

.call_to_action {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/limelightmarketingtestsite1.ourubertor.com/content/image/329.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
}

.call_to_action .col-md-3 {
	padding-top: 1em;
}

.call_to_action h2 {
    color: white;
    font-weight: 900;
    margin-bottom: 45px !important;
    font-size: 40px !important;
    margin-top: 45px;
}

#box1 { 
    width:300px;
    height:300px;
    background:url(https://s3.amazonaws.com/store24-ubertor-com/codyteam.myubertor.com/content/image/15811.jpg);
    background-size:cover;
    overflow:hidden;
}

#box2 { 
    width:300px;
    height:300px;
    background:url(https://s3.amazonaws.com/store24-ubertor-com/codyteam.myubertor.com/content/image/15810.jpg);
    background-size:cover;
    overflow:hidden;
}

#box3 { 
    width:300px;
    height:300px;
    background:url(https://s3.amazonaws.com/store24-ubertor-com/codyteam.myubertor.com/content/image/15812.jpg);
    background-size:cover;
    overflow:hidden;
}

#box4 { 
    width:300px;
    height:300px;
    background:url(https://s3.amazonaws.com/store24-ubertor-com/codyteam.myubertor.com/content/image/15813.jpg);
    background-size:cover;
    overflow:hidden;
}

#box5 { 
    width:300px;
    height:300px;
    background:url(https://s3.amazonaws.com/store24-ubertor-com/codyteam.myubertor.com/content/image/15814.jpg);
    background-size:cover;
    overflow:hidden;
}

#box6 {
    width:300px;
    height:300px;
    background:url(https://s3.amazonaws.com/store24-ubertor-com/codyteam.myubertor.com/content/image/15815.jpg);
    background-size:cover;
    overflow:hidden;
    /* padding-top: 20px; */
}

#box7 { 
    width:300px;
    height:300px;
    background:url(https://s3.amazonaws.com/store24-ubertor-com/codyteam.myubertor.com/content/image/15816.jpg);
    background-size:cover;
    overflow:hidden;
}


#overlay {  
    background: rgba(36, 47, 80, 0.85);
    text-align:center;
    padding: 102px 10px 128px 0;
    opacity:0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
}

#box1:hover #overlay {
    opacity:1;
}

#box2:hover #overlay {
    opacity:1;
}

#box3:hover #overlay {
    opacity:1;
}

#box4:hover #overlay {
    opacity:1;
}

#box5:hover #overlay {
    opacity:1;
}

#box6:hover #overlay {
    opacity:1;
}

#box7:hover #overlay {
    opacity:1;
}

#plus h3 {  
    font-family: Helvetica;
    font-weight: 900;
    color: rgba(255,255,255,0.85);
    font-size: 33px;
    margin-bottom: 16px;
}

#plus p {  
    font-family:Helvetica;
    font-weight:100;
    color:rgba(255,255,255,0.85);
    font-size:20px;
}

#plus a {
    text-decoration: none;
}

#contact_info_top {
	position: relative;
    bottom: 20px;
 
}

#contact_info_top a {
    color: #C9C9CB;
    font-size: 12pt;
}

#contact_info_top strong {
    font-size: 16pt;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top,#43447D 0,#32335A 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#43447D),to(#32335A));
    background-image: linear-gradient(to bottom,#43447D 0,#32335A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #43447D;
}

.footer-1-1 li:first-child {
    border-top: none;
    padding-top: 1px;
}

.footer-1-1 ul li {
    border-top: 1px solid #BDC3C7;
    line-height: 19px;
    padding: 6px 0;
}

.btn-info {
    background-image: -webkit-linear-gradient(top,#D5001A 0,#D5001A 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#D5001A),to(#D5001A));
    background-image: linear-gradient(to bottom,#D5001A 0,#D5001A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #D5001A;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top,#D5001A 0,#D5001A 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#D5001A),to(#D5001A));
    background-image: linear-gradient(to bottom,#D5001A 0,#D5001A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #D5001A;
}

.btn-info:hover, .btn-info:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}


@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
.socials {
    top: 15px !important;
}
.footer-1-1 .paddingtop3em .small  {
    display: inline-table;
    text-align: center;
    margin-bottom: 2em;
}
footer .container {
    padding: 2em 0 0;
    margin: 0 20px;
}
.bodylogo {
    max-width: 100%;
}
.hero-txt {
display: none;
}
.navbar .pull-right {
    background: none !important;
    width: 100% !important;
    height: auto !important;
}
.contactp {
    display: none;
}
.navbar-logo {
    width: 75%;
}
#overlay {
    opacity: 1;
}
.team-2 .team-wrapper .team-item .team-thumb img {
    margin: 0;
    padding: 0;
    width: 100%;
}
#box1, #box2, #box3, #box4, #box5, #box6, #box7 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.row2 {
    margin-right: 0;
}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
.socials {
    top: 15px !important;
}
.footer-1-1 .paddingtop3em .small  {
    display: inline-table;
    text-align: center;
    margin-bottom: 2em;
}
footer .container {
    padding: 2em 0 0;
    margin: 0 20px;
}
.bodylogo {
    max-width: 100%;
}
.hero-txt {
display: none;
}
.navbar .pull-right {
    background: none;
    width: 100%;
    height: auto;
}
.contactp {
    display: none;
}
.navbar-logo {
    width: 70%;
    margin-left: 5%;
    height: auto;
}
#overlay {
    opacity: 1;
}
.team-2 .team-wrapper .team-item .team-thumb img {
    margin: 0;
    padding: 0;
    width: 100%;
}
#box1, #box2, #box3, #box4, #box5, #box6, #box7 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.row2 {
    margin-right: 0;
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
.socials {
    top: 15px !important;
}
.footer-1-1 .paddingtop3em .small  {
    display: inline-table;
    text-align: center;
    margin-bottom: 2em;
}
footer .container {
    padding: 2em 0 0;
    margin: 0 20px;
}
.bodylogo {
    max-width: 100%;
}
.hero-txt {
display: none;
}
.navbar .pull-right {
    background: none !important;
    width: 100% !important;
    height: auto !important;
}
.contactp {
    display: none;
}
.navbar-logo {
    width: 70%;
    margin-left: 5%;
    height: auto;
}
#overlay {
    opacity: 1;
}
.team-2 .team-wrapper .team-item .team-thumb img {
    margin: 0;
    padding: 0;
    width: 100%;
}
#box1, #box2, #box3, #box4, #box5, #box6, #box7 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.row2 {
    margin-right: 0;
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.socials {
    top: 15px !important;
}
.footer-1-1 .paddingtop3em .small  {
    display: inline-table;
    text-align: center;
    margin-bottom: 2em;
}
footer .container {
    padding: 2em 0 0;
    margin: 0 20px;
}
.bodylogo {
    max-width: 100%;
}
.hero-txt {
display: none;
}
.navbar .pull-right {
    background: none;
    width: 100%;
    height: auto;
}
.contactp {
    display: none;
}
.navbar-logo {
    width: 70%;
    margin-left: 5%;
    height: auto;
}
#overlay {
    opacity: 1;
}
.team-2 .team-wrapper .team-item .team-thumb img {
    margin: 0;
    padding: 0;
    width: 100%;
}
#box1, #box2, #box3, #box4, #box5, #box6, #box7 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.row2 {
    margin-right: 0;
}
}

#slides {
  height: 833px !important;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
.socials {
    right: 93% !important;
}
#slider1_container {
  height: 650px !important;
}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) { 
.navbar .pull-right {
    width: 56%;
}
.col-md-6 {
    padding: 5px;
}

.btn {
    font-size: 12px;
}
.socials {
    right: 86% !important;
}
#slider1_container {
  height: 550px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1000px) { 
.navbar .pull-right {
    background-size: contain !important;
    width: 42% !important;
    height: 158px !important;
}
.col-md-6 {
    padding: 5px;
}

.btn {
    font-size: 12px;
}
#contact_info_top {
    display: none;
}

.navbar-logo {;
    top: 0px;
}
#slider1_container {
  height: 450px !important;
}
}

@media screen and (max-width: 768px) {
.hero-txt {
	display:none;
}
.navbar-logo {;
    top: 0px;
}
#slider1_container {
  height: 400px !important;
}
}

body.home h4 {
    font-size: 23px;
    font-weight: 700 !important;
    color: #242F6D;
}

.sidebar-title {
    margin-top: 0;
    background: #F5F5F5;
    color: #D50043;
    padding: 5px 10px;
    line-height: 100%;
    font-size: 20px;
}

.socials {
    position: relative;
    float: left;
    top: 158px;
    padding-right: 5px;
    font-size: 21pt !important;
}

.realtor_phone , .office_tollfree , .fax {
display: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    background: -moz-linear-gradient(top, rgba(234,234,234,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, #EAEAEA 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, #EAEAEA 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00ffffff',GradientType=0 );
}

.post_heading a {
    color: #242F6E;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #D5001A;
    border-color: #D5001A;
}

.properties.list .pagination a, .has_afc .pagination a {
    display: inline-block;
    float: none;
    color: #D5001A;
}

/*march 17, 2016*/

.navbar .pull-right {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/codyteam.myubertor.com/content/image/16012.png) no-repeat;
    width: 54%;
    height: 222px;
  margin-top: 25px
}
#contact_info_top {
    position: relative;
    bottom: 35px;
}


/*september 19, 2016 - ivy*/

.navbar .pull-right {
    background: url(http://store24-ubertor-com.s3.amazonaws.com/codyteam.myubertor.com/content/image/34206.png) no-repeat;
    width: 54%;
    height: 222px;
    margin-top: 25px;
  float: right;
  text-align: right
}
