@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
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;
}

.navbar-logo h2 {
    display: none !important;
}

#home-widgets {
    display: none;
}

.navbar-logo {
    color: #fff;
    /* background: url(https://s3.amazonaws.com/store24-ubertor-com/angelotoscano.ourubertor.com/content/image/6353.png) no-repeat;
    width: 375px;
    height: 69px; */
    background-size: contain;
    /* margin-bottom: 20px; */
}

#main_menu li.active > a, #main_menu li.sel > a, #main_menu li:hover > a {
    color: #fff;
    background: #000;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.header-meta ul {
    display: none;
}

#hf_header-right {
    text-align: right;
}

#hf_header-right .social a:hover {
    color: #ff4400;
}

#hf_header-right .social a:hover i {
    color: #b0b1b5;
}

.social a {
    display: inline-block;
    width: 30px;
    height: 35px;
    margin: 0px 0px;
    text-align: center;
}

.social a i {
    line-height: 36px;
    font-size: 20px;
    color: #6f6f6f;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navbar .pull-right p {
    font-size: 9.5pt;
    position: relative;
    /* top: 25px; */
    text-align: right;
}

.navbar .pull-right {
    width: 50%;
    margin: 0;
    position: relative;
    top: -6px;
    padding: 0;
}

.remaxlogo { margin-top: 10px;}

a {
    color: #b6b7bb;
}

/* SLIDER */
.sssprev, .sssnext {
  display: none !important;
}

/*Custom featured listings*/
#featured-listings-custom2 .col-md-4{
  padding: 0;
}
.featured-image-background{
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
  background-position: bottom right;
}
.featured-image-background .custom-listing-info{
  padding-top: 50vh;
}
.custom-listing-info
.inside-listing-info{
  padding: 20px;
/* 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 */
}
.inside-listing-info .btn.btn-default{
  font-size: 13px;
  font-family: 'Roboto Slab',sans-serif;
  background:rgba(0,0,0, 0.1);
  border-radius: 0px;
  border: 2px solid #fff;
  width: 142px;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s ease;
  color: #fff;
  text-shadow: none;
}
.inside-listing-info .btn.btn-default:hover{
  background: #1A1919;
  border: 2px solid transparent;
  border-radius: 0px;
  font-size: 13px;
}
.featured-price{
  color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  margin-top: 15px;
  font-size: 30px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}
.address-container{
  border-top: 1px solid #fff;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}
.address-container .featured-address{
  color: #fff;
  padding: 10px;
  font-size: 20px;
  font-family: 'Roboto Slab', sans-serif;
}

.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: #636466;
    border-color: #636466;
}

.properties.list .pagination a, .has_afc .pagination a {
    display: inline-block;
    float: none;
    color: #d0d0d0;
}

.btn-success {
    background: rgba(0,0,0, 0.1);
    border-radius: 0px;
    border: 2px solid #fff;
    width: 142px;
    font-style: normal;
    font-weight: 400;
    transition: all 0.5s ease;
    color: #fff;
}

/* TESTIMONIALS */

.bg-deepocean {
    padding: 6em 0;
    background-color: #7e7e7e !important;
    background: url(http://store24-ubertor-com.s3.amazonaws.com/angelotoscano.ourubertor.com/content/image/175639.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.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;
}

.content-2-4 i {
    clear: both;
    color: rgba(255,255,255,0.2);
}

.text-muted {
    color: #fff;
    text-shadow: 1px 0px 2px #2D2D2D;
}

/*-------------------------------*/
/*    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: #CECECE;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
    color: #fff;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    display: none;
}

#fade-quote-carousel .profile-circle img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}


/*	CONTENT BLOCK 1-4
/*----------------------------------------------------*/

.content-1-4 {
	padding: 0px;
	position: relative;
	margin: 20px 0;
}

.content-1-4 .image-container {
	position: absolute;
	height: 100%;
	padding: 10em 0px;
	top: 0px;
}

.content-1-4 .image-container .background-image-holder {
	/* background: #000 url('https://s3.amazonaws.com/store24-ubertor-com/toscanowalkerteam.ourubertor.com/content/image/6098.jpg') no-repeat center center; */
	/* -webkit-background-size: cover; */
	-moz-background-size: cover;
	-o-background-size: cover;
	/* background-size: cover; */
	/* height: 100%; */
}

.content-1-4 .content {
	padding-top: 27px;
	padding-bottom: 27px;
}

.content-1-4 h1 {
	margin-bottom: 32px;
	font-size: 23pt;
	font-family: 'Roboto Slab', sans-serif;
}

.content-1-4 p.lead {
	margin-bottom: 20px;
}
small, .small {
    font-family: 'Open Sans', sans-serif;
}


/*	CONTENT BLOCK 1-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

	.content-1-4 .image-container {
		display: none;
	}

}

body.home .disclaimer .small {
    font-size: 7pt;
}

.content-block {
    width: 100%;
    z-index: 100;
    position: relative;
    background-color: #fff;
}

.carousel-inner {
    width: 80%;
    margin: 0 auto;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    font-size: 40pt;
    top: 30%;
    color: #000;
}

/* BEFORE FOOTER */
  .secondnav {
    display: none;
  }
/* Team Homepage */

/* Heading */
.heading {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

.heading:after {
    left: 50%;
    height: 3px;
    width: 50px;
    content: " ";
    bottom: -35px;
    margin-left: -25px;
    position: absolute;
    background: #444;
}

.heading h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #444;
}

h2, .h2 {
    font-family: 'Roboto Slab', sans-serif;
}

.heading p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8693a7;
}

/* Team Members */
.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 35px; */
}

.team-members .team-avatar {
    position: relative;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-members .team-desc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

body.home .carousel-indicators {
    display: none;
}

body.home .footer-before {
    background: #000;
    color: #fff;
    padding: 20px 0;
    margin-top: 1px;
}

.paddingtop2em {
    /* padding-top: 2em; */
}

footer {
    background: url(https://s3.amazonaws.com/store24-ubertor-com/toscanowalkerteam.ourubertor.com/content/image/3476.png);
    margin-top: 0px;
}

footer .col-xs-12 {
    display: none;
}

.logo {
  background: url("https://s3.amazonaws.com/store24-ubertor-com/toscanowalkerteam.ourubertor.com/content/image/54.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 27px;
  margin: 0 14px 0 0;
  width: 130px;
  background-size: cover;
}

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: #fff;
    text-transform: uppercase;
    font-size: 11pt;
}

.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); */
}

.cms_content p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #222;
}

h1, .h1 {
    font-size: 36px;
    font-family: 'Roboto Slab', sans-serif;
}

/* Large desktops and laptops */

@media (min-width: 1200px) {
#hf_top-main {
    margin-top: 0px;
}
	.grid .block-5th {
    width: 33%;
}
.three-in-a-row {
    width: 33%;
}
.four-in-a-row {
    width: 20%;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 20px;
}
.five-in-a-row {
    width: 20%;
    font-size: 13px;
    /* letter-spacing: 0.05em; */
    text-align: center;
}
.six-in-a-row {
    width: 16.3%;
    font-size: 13px;
    /* letter-spacing: 0.05em; */
    text-align: center;
}
.secondnav .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.guaranteed_offer .col-md-9 {
    width: 67%;
}
.guaranteed_offer .col-md-3 {
    width: 33%;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.guaranteed_offer .col-md-9 {
    width: 67%;
}
.guaranteed_offer .col-md-3 {
    width: 33%;
}
#hf_top-main {
    position: relative;
    bottom: 30px;
}
.three-in-a-row {
    width: 33%;
}
.four-in-a-row {
    width: 25%;
}
.five-in-a-row {
    width: 20%;
}
.six-in-a-row {
    width: 16.3%;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
}
.secondnav .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.grid .block-5th {
    width: 25%;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.thumbnail-photos {
    display: none;
}
.three-in-a-row {
    width: 33%;
}
.four-in-a-row {
    width: 25%;
}
.five-in-a-row {
    width: 20%;
}
.six-in-a-row {
    width: 16.3%;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
}
.secondnav .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.grid .block-5th {
    width: 25%;
}
}

#slides {
  height: 833px !important;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
#slider1_container {
  height: 650px !important;
}
.nav-collapse {
    margin-bottom: 20px;
}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) { 
#slider1_container {
  height: 550px !important;
}
.nav-collapse {
    margin-bottom: 20px;
}
}

@media screen and (min-width: 768px) and (max-width: 1000px) { 
#slider1_container {
  height: 450px !important;
}
.nav-collapse {
    margin-bottom: 20px;
}
.content-1-4 .image-container {
    position: inherit;
    width: 100%;
}
.col-md-offset-7 {
    margin-left: 0;
    width: 100%;
}
}

@media screen and (max-width: 768px) {
#slider1_container {
  height: 400px !important;
}
.thumnbail-photos {
    display: none;
}
}

/* Standard CSS */

.properties.list .pagination a, .has_afc .pagination a {
    display: inline-block;
    float: none;
    color: #000;
}


.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: #ececec;
    border-color: #ececec;
}


/* 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;
}


/* Blog Headings */


.sidebar-title {
    background: #000;
}

.post_heading a {
    color: #000;
}

#about-me {
    display: none;
}

/* Agents Page */

.agents-list .wrap {
    /* height: 420px; */
}

.agents-list .wrap a, .properties-list .wrap a {
    -webkit-transition: color .5s,-webkit-transform .5s;
    transition: color .5s,-webkit-transform .5s;
    transition: color .5s,transform .5s;
    transition: color .5s,transform .5s,-webkit-transform .5s;
    color: #000;
    text-decoration: none;
    height: 100%;
}

.agents-list .wrap img, .properties-list .wrap img {
    -webkit-transition: opacity .5s,vtransform .5s;
    transition: opacity .5s,vtransform .5s;
    width: 100%;
    height: auto;
    opacity: 1;
}

.agents-list-details, .properties-list-details {
    padding: 10px;
}

.agents-list .wrap h4, .properties-list .wrap h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 29px;
    font-weight: 700;
    text-transform: uppercase;
}

.agents-list .wrap p, .properties-list .wrap p {
    line-height: 29px;
    margin-bottom: 0;
}

.agents-list .wrap a:hover, .properties-list .wrap a:hover {
    color: #FFF;
    text-decoration: none;
}

.agents-list .wrap:hover, .properties-list .wrap:hover {
    background-color: #8a8a8a;
    color: #F2F2F2;
}

.agents-list .wrap, .properties-list .wrap {
    -webkit-transition: color .5s,background-color .5s,-webkit-transform .5s;
    transition: color .5s,background-color .5s,-webkit-transform .5s;
    transition: color .5s,background-color .5s,transform .5s;
    transition: color .5s,background-color .5s,transform .5s,-webkit-transform .5s;
    /* height: 490px; */
    margin: 5px;
    background-color: #F2F2F2;
    color: #000;
    overflow: hidden;
}

.grid>li {
    float: left;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.agents-list, .properties-list {
    margin: 3em 0;
    padding: 0 0 40px;
    list-style: none!important;
}

/* Agent Page */

.content.lightgray .block:hover {
	opacity: 0.8;
}

.content.lightgray {
	color: #333;
}
.content.lightgray .addbullets {
	margin: 20px 0 0;
	color: #333;
	font-weight: 200;
	padding: 0 0 0px;
	font-size: 10pt;
}

ul.addbullets li {
    background:url("https://s3.amazonaws.com/store24-ubertor-com/michaelmontgomery.ourubertor.com/content/image/72.gif") no-repeat 0 50%;
    padding-left: 20px;
    margin-bottom: 20px;
    background-position: inherit;
    position: relative;
}


ul.addbullets{
    list-style-type: none;
}

.content.lightgray .icon {
	display: inline-block;
	vertical-align: middle;
	width: 64px;
	height: 64px
}
.content.lightgray .icon i.home {
	background-position: 0 0
}
.content.lightgray .icon i.sold {
	background-position: -64px 0
}
.content.lightgray .icon i.person {
	background-position: -128px 0
}
.content.lightgray .icon i.rocket {
	background-position: -192px 0
}
.content.lightgray .line {
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle
}

.thumbnail-photos {
    padding: 8em 3em 3em;
    display: none;
}

#mc_embed_signup {
    background: #f7f7f7 !important;
}

.btn-outline {
    color: #FFF;
    padding: 12px 20px;
    margin: 15px 0;
    font-family: "Open Sans", 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: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.btn-outline.outline-dark, .icon.outline-dark {
    color: #2c3e50;
    background: none;
    border: 2px solid #2c3e50;
}

.btn-outline.outline-dark:hover, .icon.outline-dark:hover {
    color: #fff;
    background: #2c3e50;
}

@media (min-width: 1800px) {
.thumbnail-photos {
    padding: 5em 3em 3em !important;
}
}

#mc_embed_signup .size1of2 {
    width: 96% !important;
}

/* Menu Changes */

.top-navbar .nav-collapse {
    background-color: #000;
}

#main_menu a {
    color: #fff;
}

#main_menu a:hover {
    background-color: #eee !important;
    color: #fff;
}

.dropdown-menu {
    background-color: #000;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #eee !important;
    color: #fff;
}

#form_protection .col-md-6 {
    width: 100%;
}

.lead-form h2 {
    font-size: 21px;
}

.lead-form {
    padding: 10px;
    background: #f7f7f7;
}

.content_form .form-group label {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 10pt;
}

/* New content pages */

.bg-19 {
    background-image: url("https://s3.amazonaws.com/store24-ubertor-com/toscanowalkerteam.ourubertor.com/content/image/51.jpg");
  }

.bg-20 {
    background-image: url("https://s3.amazonaws.com/store24-ubertor-com/toscanowalkerteam.ourubertor.com/content/image/5956.jpg");
  }

.bg-21 {
    background-image: url("https://s3.amazonaws.com/store24-ubertor-com/toscanowalkerteam.ourubertor.com/content/image/5955.jpg");
  }


.bg-22 {
    background-image: url("https://s3.amazonaws.com/store24-ubertor-com/toscanowalkerteam.ourubertor.com/content/image/5954.jpg");
  }


.bg-23 {
    background-image: url("https://s3.amazonaws.com/store24-ubertor-com/toscanowalkerteam.ourubertor.com/content/image/5954.jpg");
  }

.promo-3 {
 background: url("http://store24-ubertor-com.s3.amazonaws.com/angelotoscano.ourubertor.com/content/image/175639.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-24 {
    background-image: url("https://s3.amazonaws.com/store24-ubertor-com/toscanowalkerteam.ourubertor.com/content/image/5953.jpg");
  }

.bg-25 {
    background-image: url("https://s3.amazonaws.com/store24-ubertor-com/toscanowalkerteam.ourubertor.com/content/image/5952.jpg");
  }

.bg-cover {
    background-size: cover !important;
}

.bg-center {
    background-position: center !important;
}

.bg-filter {
    background: rgba(0, 0, 0, 0.6);
}

.section-lg {
    padding: 80px 0;
}

/*=== Header title ===*/
.top-title {
  text-align: center;
  margin: 0;
  text-transform: capitalize;
  padding: 15px 0;
  color: #ffffff;
}
.top-title:after {
  content: "";
  display: block;
  padding-top: 8px;
  width: 80px;
  margin: auto;
  border-bottom: 1px solid #ffffff;
}
.sub-text {
  color: #ffffff;
}

.smallphoto {
    float: left;
    margin-right: 20px;
}

.smallphoto2 {
    float: right;
    margin-left: 20px;
    width: 257px;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
#featured-listings-custom2  {
    max-width: 90%;
    margin: 0 auto;
}
.grid figure {
    min-width: 280px !important;
    max-width: 280px !important;
}
.navbar-logo {
    width: 220px !important;
    margin-left: 10px;
    height: 50px;
}

.header-meta .social {
    max-width: 98px;
    margin: 0 auto;
}

.remaxlogo {
    margin: 0 auto;
}

.navbar .pull-right p {
    font-size: 8pt;
    position: relative;
    text-align: center;
}

.navbar-toggle {
    border-color: #fff;
}

.navbar-toggle .icon-bar {
    background: #222;
}

.navbar .pull-right {
    width: 100%;
}
}

img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
}

.content-1-4 .grid figure {
    width: 98%;
    min-width: 98%;
}

@media only screen and (max-width: 767px) {
.col-sm-3.icon_col {
    width: 96% !important;
    margin-left: 3%;
    margin-bottom: 3%;
}     
   
    div#hf_header-right {
        display: none;
    }

    .promo-3 h1 {
        font-size: 30px !important;
    }
    
    .navbar-logo {
        margin-top: -40px;
    }
    
}

@media only screen and (min-width: 400px) and (max-width: 767px) {
        
    .grid figure {
        margin-left: 8% !important;
        margin-right: auto !important;
    }
    
}

/* MEET OUT TEAM SECTION */
@media screen and (min-width: 1000px) {
/*
  .agent-profile div:first-child {
    height: auto;
  }
*/

  .agent-profile-title {
   padding-top: 0 !important;
   width: 50% !important;
   float: none !important;
   margin-left: 0 !important;
   padding-right: 0 !important;
  }

/*
  .agent-profile .agent-profile-details {
   padding-top: 60px;
   float: left;
  }

  .agent-profile div:nth-child(2) {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   color: #000;
  }
*/
}

/*logo update - glom 180430*/
.navbar-logo {
    background-image:url('https://s3.amazonaws.com/store24-ubertor-com/angelotoscano.ourubertor.com/content/image/20703.png');
    background-repeat: no-repeat;
    width: 286px;
    height: 68px;
}




footer {
  background: #000;
}

.bg-deepocean {
    padding: 6em 0;
    background-color: #7e7e7e !important;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/angelotoscano.ourubertor.com/content/image/36.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
} 

.landing_page h1, .landing_page h2, .landing_page h3, .landing_page h4, .landing_page h5, .landing_page h6 {
font-family: 'Montserrat', sans-serif !important;
}
.landing_page p {
font-family: 'Montserrat', sans-serif !important;
}
/*	Gallery 1
/*----------------------------------------------------*/

/* Gallery Item
 * -------------------------- */
 
#isotope-gallery-container .col-md-3 {
    margin-right: -1px;
}

.gallery-item-wrapper {
    padding-bottom: 25px;
}
.gallery-item {
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}
.flush .gallery-item {
    border-radius: 0;
}
.gallery-item .gallery-thumb {
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-thumb img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    min-height: 150px;
}

body.home .gallery-item .gallery-thumb img {
    min-height: 234px;
}

.gallery-item:hover .gallery-thumb img {
    transform: scale(1.1);
}

.gallery-item .gallery-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;
}

.gallery-item:hover .gallery-thumb .image-overlay {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.gallery-item .gallery-thumb .gallery-zoom, .gallery-item .gallery-thumb .gallery-link {
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #2c3e50;
    display: none;
    line-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    padding-top: 0px;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 2px;
}


.gallery-item .gallery-thumb .gallery-zoom:focus, .gallery-item .gallery-thumb .gallery-link:focus {
	outline: none;
}

.gallery-item .gallery-thumb .gallery-link {
    right: 0;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-item .gallery-thumb .gallery-zoom {
    left: 0;
    margin-left: -45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: none;
}

.gallery-item:hover .gallery-thumb .gallery-zoom {
    display: block;
    left: 50%;
    margin-left: -48px;
    display: none;
}

.gallery-item:hover .gallery-thumb .gallery-link {
    display: block;
    right: 60%;
    margin-right: -48px;
}

.gallery-item .gallery-details {
    text-align: center;
    padding: 20px;
    background-color: #171717;
    bor der: 2px solid #ecf0f1;
    border-top: 0;
    overflow: hidden;
}

body.home .gallery-item .gallery-details {
    padding: 20px 0 0 0;
}

.gallery-item .gallery-details h5 {
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    position: relative;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.gallery-item .gallery-details p {
    font-size: 1em;
    color: #fff;
}


/* Gallery Filter
 * -------------------------- */
.filter {
    list-style: none;
    padding: 0;
    margin: 0 0 60px 0;
    text-align: center;
    display: none;
}
.filter li {
    display: inline-block;
    margin: 0;
}
.filter li:before {
    display: inline-block;
    content: "/";
    padding: 0 25px 0 19px;
    color: rgba(0,0,0,0.20);
}
.filter li:first-child:before {
    display: none;
}
.filter li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #2c3e50;
}
.filter li a:hover,
.filter li a:focus,
.filter li a.active {
    color: #1ABC9C;
    text-decoration: none;
}

/* Isotope Animating
 * -------------------------- */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

@media only screen and (min-width: 1400px) and (max-width: 1670px) {
.slider {
    margin-bottom: 2% !important;
}
}
.row.presenting_page h2 {
    background: red;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    font-family: "Open Sans";
    letter-spacing: 5px;
    font-size: 16px;
    width: 100% !important;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -30px;
}

.col-sm-3.icon_col img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.col-sm-3.icon_col:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.col-sm-3.icon_col h3 a {
    font-size: 15px !important;
}

#main_menu a {
    padding: 8px 15px 7px 15px;
}

div#navbar .container {
    max-width: 1050px;
}

.agent-profile-details {
    padding-top: 20px !important;
    padding-bottom: 40px;
}

div#id_inset_group8 {
    background: #000000;
}
.agent-profile .agent-profile-details {
   width: 100% !important;
  }