/*Main Styles
Overwrite Foundation CSS Files
*/

@font-face {
    font-family: 'Minion Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('fonts/Minion Pro Regular'), url('fonts/MinionPro-Regular.woff') format('woff');
}

body{
    background: #f0f0f0;
}
/*Fonts Styling*/

.light{
    font-weight: 300!important;
}

.strong{
    font-weight: 700;
}

.white{
    color: #fff;
}

.text-on-right{
    text-align: right;
}

.text-on-left{
    text-align: left;
}

.text-on-center{
    text-align: center;
}

/*Fonts Sizes*/

h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}

h1.tagline {
  font-size: 22px;
}

h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}

h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

h5{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

h6{
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

p{
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
}


/*Backgrounds*/

.back-black{
    background: #000;
}

.back-white{
    background: white;
}

/*Buttons*/

button, .button{
 margin-bottom: 0;
 border-color:#866F23;border-width: 0px 0px 2px 0px;border-style: solid; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;font-size:15px;font-family:verdana, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #000000;
 background-color: #F8E7BC; background-image: -webkit-gradient(linear, left top, left bottom, from(#F8E7BC), to(#F0AE02));
 background-image: -webkit-linear-gradient(top, #F8E7BC, #F0AE02);
 background-image: -moz-linear-gradient(top, #F8E7BC, #F0AE02);
 background-image: -ms-linear-gradient(top, #F8E7BC, #F0AE02);
 background-image: -o-linear-gradient(top, #F8E7BC, #F0AE02);
 background-image: linear-gradient(to bottom, #F8E7BC, #F0AE02);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F8E7BC, endColorstr=#F0AE02);
}

button:hover, .button:hover{
 color: #000;
 border-color:#866F23;border-width: 0px 0px 2px 0px;border-style: solid;
 background-color: #f3d68e; background-image: -webkit-gradient(linear, left top, left bottom, from(#f3d68e), to(#bd8902));
 background-image: -webkit-linear-gradient(top, #f3d68e, #bd8902);
 background-image: -moz-linear-gradient(top, #f3d68e, #bd8902);
 background-image: -ms-linear-gradient(top, #f3d68e, #bd8902);
 background-image: -o-linear-gradient(top, #f3d68e, #bd8902);
 background-image: linear-gradient(to bottom, #f3d68e, #bd8902);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f3d68e, endColorstr=#bd8902);
}


button.secondary, .button.secondary{
 margin-bottom: 0;
 font-family: 'Open Sans', sans-serif;
 border-color:#9D9D9D;border-width: 0px 0px 2px 0px;border-style: solid; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;font-size:15px;font-family:verdana, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #000000;
 background-color: #FCFCFC; background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#C0C0C0));
 background-image: -webkit-linear-gradient(top, #FCFCFC, #C0C0C0);
 background-image: -moz-linear-gradient(top, #FCFCFC, #C0C0C0);
 background-image: -ms-linear-gradient(top, #FCFCFC, #C0C0C0);
 background-image: -o-linear-gradient(top, #FCFCFC, #C0C0C0);
 background-image: linear-gradient(to bottom, #FCFCFC, #C0C0C0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FCFCFC, endColorstr=#C0C0C0);
}

button.secondary:hover ,.button.secondary:hover{
 border-color:#9D9D9D;border-width: 0px 0px 2px 0px;border-style: solid;
 background-color: #e3e3e3; background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#A7A7A7));
 background-image: -webkit-linear-gradient(top, #e3e3e3, #A7A7A7);
 background-image: -moz-linear-gradient(top, #e3e3e3, #A7A7A7);
 background-image: -ms-linear-gradient(top, #e3e3e3, #A7A7A7);
 background-image: -o-linear-gradient(top, #e3e3e3, #A7A7A7);
 background-image: linear-gradient(to bottom, #e3e3e3, #A7A7A7);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e3e3e3, endColorstr=#A7A7A7);
}

button.alert, .button.alert{
 margin-bottom: 0;
 font-family: 'Open Sans', sans-serif;
 border-color:#9D9D9D;border-width: 0px 0px 2px 0px;border-style: solid; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px; text-decoration:none; display:inline-block; color: #fff;
 background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
 background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
 background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}

button.alert:hover ,.button.alert:hover{
border-color:#9D9D9D; border-width: 0px 0px 2px 0px;border-style: solid; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px; text-decoration:none; display:inline-block; color: #fff;
 background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}

button.black, .button.black{
 margin-bottom: 0;
 font-family: 'Open Sans', sans-serif;
 color: #fff!important;
 font-size: 9px!important;
 padding: 5px;
 border-color:#9D9D9D;border-width: 0px 0px 2px 0px;border-style: solid; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;font-size:15px;font-family:verdana, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #000000;
 background-color: #7d7e7d; background-image: -webkit-gradient(linear, left top, left bottom, from(#7d7e7d), to(#0e0e0e));
 background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
 background-image: linear-gradient(to bottom, #7d7e7d, #0e0e0e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7d7e7d, endColorstr=#0e0e0e);
}

button.black:hover ,.button.black:hover{
 border-color:#9D9D9D;border-width: 0px 0px 2px 0px;border-style: solid;
 background-color: #646464; background-image: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#282828));
 background-image: -webkit-linear-gradient(top, #646464, #282828);
 background-image: -moz-linear-gradient(top, #646464, #282828);
 background-image: -ms-linear-gradient(top, #646464, #282828);
 background-image: -o-linear-gradient(top, #646464, #282828);
 background-image: linear-gradient(to bottom, #646464, #282828);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#646464, endColorstr=#282828);
}


/*
NAVIGATION BAR
*/
.topbar_row{
    background-color:#82735b;
}

.top-bar{
    background-color: #82735b;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    float: none;
}

.top-bar-section .has-form {
    /*background: #f0f0f0;*/
    padding: 0 15px;
    height: 55px;
}

.top-bar-section li a:not(.button){
    line-height:55px;
    /*background: #f0f0f0;*/
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
}

.top-bar .top-bar-section {
    margin: 0 auto;
    text-align: center;
    float: none;
    display: inline-block;

}

.top-bar .top-bar-section ul{
    background: #82735b;
}

.top-bar-section ul li {
    color: #fff;
    background: #82735b;
}

.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #82735b;
}

.top-bar-section li a:not(.button) {
    padding: 0 20px;
}

.top-bar-section ul li > a:hover {
    /*background: #6e43ae;*/
    color: #fff;
}

.top-bar-section ul li.active > a {
    /*background: #6e43ae;*/
    color: #fff;
    background: #82735b;
}

.top-bar-section ul li > a {
    /*background: #6e43ae;*/
    color: #fff;
    background: #82735b;
}



.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-top: none;
    border-right: none;
    border-left: none;
}

/*DROPDOWNS*/
.top-bar-section .dropdown li a{
    background: #beaf87;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
}

.top-bar-section li a:not(.button) {
    padding: 0 15px;
    /*line-height: 45px;*/
    line-height: normal;
    background: #82735b;
}

.top-bar-section ul.dropdown li.active a{
    /*background: #82735b;*/
    /*color: #fff;*/
}


.top-bar-section li.has-dropdown:hover > a{
    /*background: #beaf87;*/
    /*color: #fff;*/
    background: transparent;
    color:#82735b;
}

.top-bar-section .dropdown li > a:hover{
    background: #beaf87;
}

/*ARROWS DELETION*/

.top-bar-section .has-dropdown > a:after {
    content: none;
    display: none;
    width: 0;
    height: 0;
    border: 0;
    border-color: none;
    border-top-style: none;
    margin-top: 0;
    top: 0;
}

.top-bar-section .has-dropdown > a {
    padding-right: 22px !important;
}


/*Sign Up Button*/
.top-bar-section ul li > a.button {
    font-size: 1em;
    border-color:#866F23;border-width: 0px 0px 2px 0px;border-style: solid; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;
    background-color: #F8E7BC; background-image: -webkit-gradient(linear, left top, left bottom, from(#F8E7BC), to(#F0AE02));
    background-image: -webkit-linear-gradient(top, #F8E7BC, #F0AE02);
    background-image: -moz-linear-gradient(top, #F8E7BC, #F0AE02);
    background-image: -ms-linear-gradient(top, #F8E7BC, #F0AE02);
    background-image: -o-linear-gradient(top, #F8E7BC, #F0AE02);
    background-image: linear-gradient(to bottom, #F8E7BC, #F0AE02);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F8E7BC, endColorstr=#F0AE02);
}

.top-bar-section ul li > a.button:hover {
    font-size: 1em;
    color: #000;
    border-color:#866F23;border-width: 0px 0px 2px 0px;border-style: solid;
    background-color: #f3d68e; background-image: -webkit-gradient(linear, left top, left bottom, from(#f3d68e), to(#bd8902));
    background-image: -webkit-linear-gradient(top, #f3d68e, #bd8902);
    background-image: -moz-linear-gradient(top, #f3d68e, #bd8902);
    background-image: -ms-linear-gradient(top, #f3d68e, #bd8902);
    background-image: -o-linear-gradient(top, #f3d68e, #bd8902);
    background-image: linear-gradient(to bottom, #f3d68e, #bd8902);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f3d68e, endColorstr=#bd8902);
}

.top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    visibility: visible; }

.top-bar input, .top-bar .button {
    line-height: 2em;
    font-size: 1em;
    font-weight: 700;
    height: 100%;
    padding: 10px 20px;
    top: 0px;
}


/*Header*/

#header{
    /*height: 125px;*/
    height: 100px;
    background: #fff;
    text-align: center;
}

#header h1{
    padding-top: 23px;
}

#header img{
    padding-top: 15px;
}

#sub-header{
  position:relative;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  height: 36px;
}

#sub-header ul{
    margin-left: -5px;
    margin-bottom: 20px;
}

#sub-header ul li{
  line-height: 36px;
  color: #9e9e9e;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin-left: 10px;
}

#sub-header .breadcrum ul li.active{
  color: #000;
}

/*BREADCRUMSS*/

#social ul{
    margin-top: -1px;
}


/*Panels*/

.news-panel{
    background: #fff;
    padding: 0px;
    height: 178px;
    border: 0px;
    margin-bottom: 20px!important;
}

.news-panel img{
    display: block;
    margin-left: 10px;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-panel #img_container {
    height: 3em;
   position: relative 
}

.news-panel .review-source {
    padding-left: 72%;
    width: 100%;
    font-size: 11px;
    padding-top: 2px;
}

.news-panel .review-source img {
    margin: 0px;
    display: inline;
}

.news-panel #img_container img {
    margin: 0;
    position: absolute;               /* 2 */
    top: 50%;                         /* 3 */
    transform: translate(0, -50%);
}

.news-panel > .summary{
    padding: 5px 15px 5px 25px;
}

.news-panel h2, .sidebar-panel h2{
    margin-bottom: 0px!important;
    font-size: 1em;

}

.news-panel h5 {
    margin-bottom: 0px;

}
.news-panel h6, .sidebar-panel h6{
    margin-top: 0px!important;
}

.news-panel p, .sidebar-panel p{
    line-height: 1.3;
}



/*HOME*/

#homepage{
    /*background: url('../img/homepage_bg.jpg') no-repeat center center fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
}

#home-container.row{
    max-width: 1020px;
    min-height: 200px;
    padding-top: 0;
   /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(240,240,240,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(240,240,240,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(240,240,240,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(240,240,240,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(240,240,240,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(240,240,240,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ccf0f0f0',GradientType=0 ); /* IE6-8 */
}

#home-search{
    position: relative
    /*margin-top: 20px;*/
    /*padding-top: 20px;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*background: url('../img/homepage-search-bg.png') no-repeat;*/
    /*background-position:center;*/
    /*height: 165px;*/
}

#home-search h1{
    font-weight: 100;
    /*font-size: 34px;*/
    font-size: 32px;
    margin:0;
    line-height:1;
    color:#fff;
    margin-bottom:10px;
}

#home-search h3{
    font-weight: 600;
    font-size: 14px;
    margin:0;
    line-height:1;
    color: #000;
}

#home-search h3 span.yellow{
    color: #f0ad00;
}


#homepage .bx-viewport{
    border:0!important;
    background: 0!important;
}

#homepage .bx-wrapper{
   margin: 0 5px 0 20px;
}

#homepage #bx-pager{
	padding: 0 25px 0 30px;
}

#homepage #bx-pager a{
    max-width: 160px!important;
}

#homepage #bx-pager img{
    width: 100%;
}

#homepage .bx-wrapper .bx-caption{
    background: rgba(0, 0, 0, 0.75);
    height: 74px;
}

.bx-wrapper .bx-controls-direction a{
    z-index: 97;
}

#homepage .bx-wrapper .bx-caption h1,
#homepage .bx-wrapper .bx-caption h2,
#homepage .bx-wrapper .bx-caption h3,
#homepage .bx-wrapper .bx-caption h4,
#homepage .bx-wrapper .bx-caption h5,
#homepage .bx-wrapper .bx-caption h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #fff;
    text-transform: capitalize!important;
}

#homepage .bx-wrapper .bx-caption h1{
    margin-top: 0px;
    margin-bottom: 0px;
    height: 33px;
    overflow: hidden;
}

#homepage .bx-wrapper .bx-caption h4{
    margin-top: 2px;
    margin-bottom: 0px;
}

#homepage .bx-wrapper .bx-caption h2{
    display:inline;
    float: left;
    line-height: 42px;
    margin-right: 20px;
}

#homepage .bx-wrapper .bx-caption a.button{
    font-size: 12px;
    padding: 10px 5px;
    margin-top:10px;
}

#homepage #bx-pager .large-2.columns{
    padding-left:0!important;
    padding-right: 0!important;
}

.hide{
    background: rgba(110, 67, 174, 0.7);
    color: white;
    text-align: left;
    padding: 10px;
}

.hide h1{
    font-size: 13px;
}

.hide ul li{
    font-size: 13px;
}

.bxslider li img{
    width: 100%;
    max-height: 402px;
    margin: 0 auto;
}

.slider-arrows #slider-prev{
    position:absolute;
    left: 30px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    background: url('../img/arrow-slider-previous.png') no-repeat;
    background-position: left 30px center;
}

.slider-arrows #slider-prev .bx-prev{
    display: none;
}

.slider-arrows #slider-next{
    position:absolute;
    right: 25px;
    top: 0px;
    bottom: 0px;
    width: 50%;
    background: url('../img/arrow-slider-next.png') no-repeat;
    background-position: right 30px center;
}

.slider-arrows #slider-next .bx-next{
    display: none;
}


#home-featured img{
    width: 100%;
    height: 265px;
    max-height: 265px;
}

#home-featured h1, #home-featured h2{
    color: #fff;
}

#home-featured h1{
    font-size: 14px!important;
}

#home-featured h1.featured-title{
    font-size: 24px!important;
    font-weight: 100;
    color: #000;
}

/*#home-featured h1.featured-title i{*/
    /*color: #f0ad00;*/
/*}*/

/*#home-featured h2{*/
    /*font-size: 12px!important;*/
/*}*/


/*NEWS PAGE*/
.sidebar-panel{
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px!important;
}

.panel-label{
    font-family: 'Open Sans', sans-serif;
    background-color: #FCFCFC; background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#C0C0C0));
    background-image: -webkit-linear-gradient(top, #FCFCFC, #C0C0C0);
    background-image: -moz-linear-gradient(top, #FCFCFC, #C0C0C0);
    background-image: -ms-linear-gradient(top, #FCFCFC, #C0C0C0);
    background-image: -o-linear-gradient(top, #FCFCFC, #C0C0C0);
    background-image: linear-gradient(to bottom, #FCFCFC, #C0C0C0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FCFCFC, endColorstr=#C0C0C0);
    padding: 5px 20px 5px 20px;
    width: 120px;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0!important;
    text-transform: capitalize;
}


/*FOOTER*/

#footer{
    padding-top: 20px;
    background: #000;
    color: #fff!important;
}

#footer ul li{
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
}

#footer h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}

#footer p{
    font-weight: 300;
    font-size: 12px;
}

#footer img{
    margin-top: 20px;
}

#footer a{
    color: #fff;
    text-decoration: none;
}

/*FORMS*/

input[type="text"], input[type="password"]{
    height: 37px;
}

.custom label{
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.custom span:not(.checkbox){
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}

form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: #fff;
    font-size: 0.875em;
    vertical-align: top;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
}

/*PAGINATION*/

.pagination a{
    text-decoration: underline;
    color: #6f43ad!important;
}

/*SEARCH*/

.search{
    padding-top: 20px;
    padding-bottom: 20px;
}

.result, .main{
    padding-top: 20px;
}

#search-results .row{
    background: #fff;
    margin-bottom: 20px;
}

#search-results .new-listing-green-box {
    background-color: green;
    padding: 5px;
    color: white;
    float: right;
    margin-top: 4.8px
}

#search-results .row .large-9{
    padding-top: 4px;
}

#search-results .row .large-9 h2{
    display: inline;
}
.side-white-panel .neighborhood-box a {
    text-decoration: none;
    color: #000000;
}
#search-results a:not(.button){
    text-decoration: underline;
    line-height: 40px;
    color: #6f43ad;
}

#prop_results{
    min-height: 400px;
    display: block!important;
}

#prop_results h2.results-title{
    display: inline;
}

.save-this-search{
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

table{
   border: none;
   background: none!important;
}

table tr{
    background: none!important;
    margin-bottom: 0;
    height: 10px;
}

table td{
    background: none!important;
    margin-bottom: 0;
    height: 10px;
    padding-left: 0px;
    padding-right: 10px;
}

.stretch *:not(.button){
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.stretch{
    margin-bottom: -10px;
}


/*TEAM PAGE*/

.team .panel{
    background: white;
}

.team .panel h2{
    margin-bottom: 0;
}

.team .panel a{
    color: #82735b;
    text-decoration: underline;
    text-decoration: none;
    word-wrap: break-word;
    line-height: 1.2;
    display: block;
    font-weight: 500;
}

.team .panel a:hover{
    color: #82735b;
}

.team .panel img{
    width: 100%;
}

.gap-20{
    height: 20px;
}

.side-white-panel{
    padding: 17px;
    width: 100%;
    background: white;
}

.sidebar .block{
    margin-bottom: 20px;
}

td.orage{
    color: #e97e00;
    font-weight: bold;
}

.price-range h1, h6{
    margin-bottom:0px;
    line-height: 1;
}

.price-range h2{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom:0px;
    line-height: 1.5;

}

.price-range h6{
    font-size: 13px;
}

.details a{
    font-size: 12px;
    color: #6e43ae;
    text-decoration: underline;
}

.details h1{
    line-height: 1;
    margin-bottom: 0;
}

.details tr th{
    font-weight: 500;
    text-align: left;
}

.details table tr th:first-child{
    text-align: right;
}


/*REVEAL MODAL*/

.reveal-modal{
    padding: 10px;
    background: #f0f0f0;
    z-index:99999 !important;
}

.reveal-modal a{
    font-size: 12px;
    color: #6e43ae;
    text-decoration: underline;
}

.reveal-modal label{
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
}

/*Dashboard*/

.dashboard_buttons a.button{
    margin-bottom: 15px!important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.dashboard_buttons a.selected{
    background: #442a68;
    color: #fff;
}

a:not(.button){
    font-size: 12px;
    /*color: #6e43ae;*/
    color: #82735b;
    text-decoration: underline;
}

.favorites .large-1{
   padding-top: 45px;
}

/* Gallery */

#bx-pager {
text-align: center;
margin-top: -30px;
}

/*TABLET*/

@media only screen and (min-width: 600px) and (max-width:1024px){
    #homepage .bx-wrapper .bx-caption a.button{
    	padding: 10px 5px;
    }

    #header h1{
    	font-size: 20px;
    }

	.top-bar-section ul {
		/*margin-bottom: 20px;*/
	}

	.custom label{
		font-size: 9px;
	}

	.large-9 {
		width: 72%;
	}

	#search-results .large-9 p{
		line-height: 1.2;
	}
	.news-panel p, .sidebar-panel p {
		line-height: 1.2;
	}
	/*
	select {
    visibility: visible !important;
    margin-left: 0 !important;
    position: static !important;

    -webkit-appearance: menulist-button;
    height: 30px;
    padding: 4px 6px;
    line-height: 30px;
    display: inline-block;
    border:0px;
	}

	form.custom div.custom.dropdown {
	    display: none;
	}
	*/
}

/*MOBILE*/

@media only screen and (max-width: 600px){

    #search-results .stretch img{
        width: 100%;
    }

    #home-search{
        background-size: auto 100%;
        height: 220px;
    }

    #home-search h1{
        font-size: 30px!important;
    }

    #home-slider{
        margin-top: 40px;
    }

    .top-bar .name{
        height: 60px;
    }

    .top-bar .button{
        margin-bottom: 20px;
    }

    #search-results img{
        width: 100%;
    }


    #homepage .bx-wrapper .bx-caption{
        background: rgba(0, 0, 0, 0.75);
        height: 40px;
    }

    #homepage .bx-wrapper .bx-caption h1{
        font-size: 9px;
        height: auto;
    }

    #homepage .bx-wrapper .bx-caption h4{
        font-size: 8px;
    }

    #homepage .bx-wrapper .bx-caption h2{
        font-size: 9px;
    }

    #homepage .bx-wrapper .bx-caption h5{
        font-size: 9px;
    }

    #homepage .bx-wrapper .bx-caption a.button{
        font-size: 8px;
        padding: 3px 3px;
        margin-top: 0px;
        width: 80px;
        display:inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .slider-arrows #slider-next,  .slider-arrows #slider-prev{
        bottom: 40px;
    }

    .search .button.expand{
        margin-bottom: 10px;
    }

    .search label{
        font-size: 9px;
    }

    .result h2{
        font-size: 16px;
    }

    /*#footer a, #footer p{*/
        /*font-size: 16px;*/
    /*}*/

    #footer{
        text-align: center;
    }

    #footer img{
        margin-bottom: 20px;
    }

    #header img{
        text-align: center;
    }

    #header{
        height: auto;
        text-align: center;
    }

    #header h1{
        text-align: center;
        font-size: 16px;
        margin-bottom: 15px;
    }

    #header .subtagline{
        text-align: center;
        margin-bottom: 20px;
    }

    .top-bar-section ul{
        margin-bottom: 20px;
    }


    /*.side-white-panel img{*/
        /*width:100%;*/
    /*}*/

    .news-panel{
        height: auto;
        display: block;
    }


    .quotePhoto {     
    float: left;
    max-width: 25%; 
    margin-left: 5px;
}
    /*
    select {
    visibility: visible !important;
    margin-left: 0 !important;
    position: static !important;

    -webkit-appearance: menulist-button;
    height: 30px;
    padding: 4px 6px;
    line-height: 30px;
    display: inline-block;
    border:0px;
	}

	form.custom div.custom.dropdown {
	    display: none;
	}
    */
}

.simplemodal-overlay {
  background-color:#000;
}

#alert-wrapper {
    position:absolute;
    display:none;
    width:176px;
    /*top:90px;
    right:2px;*/
    top: 30px;
    right: -72px;
    z-index:99999;
}

#alert-wrapper .top-bar {
    position:absolute;
    top:0;
    left:0;
    height:11px;
    width:176px;
    background:url('../img/theme-img/alert-header.jpg') 107px 0 no-repeat;
}

#alert-wrapper .main-bar {
    height:116px;
    border:1px solid #d4a151;
    /*background:url('../img/theme-img/bg-alert-main-bar.jpg') left top repeat-x;*/
    background:#fcd135;
    margin-top:10px;
    position:relative;
    padding-bottom:20px;
    color:#000;
}

#alert-wrapper .main-bar .close {
    position:absolute;
    top:3px;
    right:3px;
    width:15px;
    height:15px;
    background:url('../img/theme-img/bg-alert-close.jpg') left top no-repeat;
}

#alert-wrapper .main-bar div {
    margin:18px 14px 0px 14px;
    font-size:13px;
}

#alert-wrapper .main-bar div p {
    margin:6px 0 6px 0;
    padding:0;
    font-size:11px;
    float:left;
}

#alert-wrapper .main-bar input#alertme {
    margin:6px 5px 15px 0;
    float:left;
}

#alert-wrapper .main-bar div a.save {
    float:left;
    width:63px;
    height:22px;
    color: #6f43ad;
    /*background:url('../images/bg-save.png') left top no-repeat;*/
}

#alert-wrapper .main-bar div a.cancel {
    float:left;
    width:71px;
    height:22px;
    color: #6f43ad;
    /*background:url('../images/bg-cancel.png') left top no-repeat;*/
}
#alert-wrapper .main-bar div a.save:hover,
#alert-wrapper .main-bar div a.cancel:hover {
    text-decoration: underline;
}

.mylogin #search-title-editor {
  display:none;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #ABA382;
    background: #F2F4E2;
    width: 281px;
    padding: 10px;
    display: none;
    z-index: 9999;
}
.mylogin #search-title-editor input#title {
    margin-bottom: 5px;
    width: 275px;
}

#alert {
    position: absolute;
    top: 0px;
    left: 0px;
    display:none;
    border: 1px solid #3E3E3E;
    z-index: 9999;
    width:100%;
}
#alert div {
    height: 30px;
    line-height: 32px;
    margin: 14px 0px 16px 20px;
    padding: 0px 0px 0px 40px;
}
#alert.bad {
    background: url('../img/theme-img/bg-login-alert-bad.png') top left repeat;
    color: #7A490F;
    font-weight: bold;
    font-size: 12px;
}
#alert.bad div {
    background: url('../img/theme-img/bg-orange-alert.png') top left no-repeat;
}
#alert.good {
    background: url('../img/theme-img/bg-login-alert-good.png') top left repeat;
    color: #0E7603;
    font-weight: bold;
    font-size: 12px;
}
#alert.good div {
    background: url('../img/theme-img/bg-green-check.png') top left no-repeat;
}

.mylogin #search-title-editor {
  display:none;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #ABA382;
  background: #F2F4E2;
  width: 281px;
  padding: 10px;
  display: none;
  z-index: 9999;
}
.mylogin #search-title-editor input#title {
  margin-bottom: 5px;
  width: 100%;
}

.custom.favorites label.cb_all_label {
  display:block !important;
  float:right !important;
  text-transform: capitalize !important;
  margin-right:40px;
}

.saved-search-english-criteria {
  margin-top:15px;
  padding-top:15px;
  border-top:1px dashed #ccc;
  display:none;
}

.saved-search-english-criteria label, .saved-search-english-criteria p {
  display:block;
  float:left;
}

.saved-search-english-criteria label {
  width:15px;
  width:100px;
  text-transform: capitalize !important;
  font-weight: bold;
  margin-top:5px;
}

.area { 
  width: 100%; 
  height: 150px; 
   
  position: relative;
}

.bubble { 
  position: absolute; 
  left: -10px; 
  top: 15%;
  bottom: 15%; 
  width: 100%;  
  height: 84px; 
  display: table; 
}

.inner_bubble {
  display: table-cell; 
  vertical-align: middle; 
   
}

.area { 
  width: 100%; 
  height: 150px; 
   
  position: relative;
}

.img_bubble { 
  position: absolute; 
  left: -10px; 
  top: 15%;
  bottom: 15%; 
  width: 100%;  
  height: 84px; 
  display: table; 
}

.img_inner_bubble {
  display: table-cell; 
  vertical-align: middle; 
}


/* "Plus sign" in bottom right from a plugin */
body .collapsible-container.grey article {
    height: 370px !important;
}
@media screen and (max-width: 768px) {
	body .collapsible-container.bottomside {
	    position: static !important;
	    bottom: 10px !important;
	    margin: 0 auto !important;
	    padding: 0 !important;
	}
	body .collapsible-container.grey label {
	    display: none;
	}

	body .collapsible-container.grey article {
	    width: 100% !important;
	    bottom: 0 !important;
	    margin-top: 5px !important;
	}
}

.header-wrapper{
    background: #fff;
}
.header-logo{
    text-align: center;
    margin: 0 auto;
}

.header-logo img{
    text-align: center;
    margin: 0 auto;
    width:200px;
    height:auto;
}
.header-wrapper h6{
    color:#beaf87;
    padding-top: 10px;
}
.footer-wrapper{
    background:rgba(254,253,253,1);
}


.footer-wrapper #footer a:hover {
    color: #beaf87;
}

@media all and (min-width:961px){
    .footer-wrapper{
        position: relative;
        background:rgba(254,253,253,1)!important;
    }
    .footer-wrapper .footer-background-group{
        background: -moz-linear-gradient(top,  rgba(244,244,244,0.65) 0%, rgba(254,253,253,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(244,244,244,0.65) 0%,rgba(254,253,253,0) 100%);
        background: linear-gradient(to bottom,  rgba(244,244,244,0.65) 0%,rgba(254,253,253,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f4f4f4', endColorstr='#00fefdfd',GradientType=0 );
    }
}

.footer-wrapper #footer{
    background-color: #82735b;
}

/*new styles*/

.topbar_row {
    background-color: #252526;
}

.topbar_row .row.full-width{
    max-width: none;
    display: flex;
    flex-direction: row;
}

.row.full-width{
    max-width: none;
}

.top-bar {
    background-color: #252526;
    height: 100px;
    width: 100%;
    z-index: 8;
}
.top-bar .top-bar-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar .top-bar-section .header-logo img{
    width: 230px;
    padding: 18px 0;
    margin-left: 15px;
}

.top-bar .top-bar-section ul {
    background: #252526;
    display: flex;
    align-items: center;
    max-height: 100px;
    flex-wrap: nowrap;
    text-align: left;
    white-space: nowrap;
}
.tel-into-top{
    color:#fff;
    padding: 13px 20px 15px;
}

.tel-into-top a{
    color:#beaf89;
    text-decoration: none;
    font-family:'Typold W05 Regular';
}
.tel-into-top a:hover, .tel-into-top a:hover i {
    color: #82735b;
}
.tel-into-top a i{
    color:#beaf89;
}

.tel-into-top a i:before {
    content: "\f27a";
}

.tel-into-top .main-contact{
    position: relative;
    margin-right: 20px;
}

.tel-into-top .main-contact:after{
    content: "|";
    position: absolute;
    top:0;
    right:0;
    line-height: 18px;
    margin-right: -15px;
}

.tel-into-top .main-contact:hover:after{
    color: #beaf89;
}

@media all and (min-width: 941px) {
    .tel-into-top-mobile {
    display: none;
    }
}
@media all and (max-width: 941px) {
    .top-bar-section ul {
        margin-bottom: 0;
    }
    .tel-into-top-mobile {
        padding: 20px 40px 30px;
        text-align: left;
        height: auto;
        line-height: 1;
        background: #252526;
        margin: 0;
    }
    .tel-into-top-mobile a{
        text-decoration: none;
        color: #beaf89;
        font-family: 'Typold W05 Regular';
        font-size: 13px;
    }
    .tel-into-top-mobile .main-contact{
        position: relative;
        margin-right: 20px;
    }
    .tel-into-top-mobile .main-contact:after{
        content: "|";
        position: absolute;
        top:0;
        right:0;
        line-height: 18px;
        margin-right: -15px;
    }

}

@media all and (min-width: 941px) and (max-width:1160px){
    .top-bar-section .search-icon-nav-wrapper {
        padding: 25px 0;
        margin-top: 6px;
    }
    .top-bar .top-bar-section ul li {
        padding: 13px 0 15px;
    }
    .top-bar .top-bar-section ul li a{
        font-size: 11px;
        padding: 8px;

    }
    .top-bar .top-bar-section ul.sub-menu.dropdown li{
        padding: 0 0 12px;
    }
    .tel-into-top{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .tel-into-top a{
        line-height: 24px;
    }
    .tel-into-top .main-contact:after{
        display:none;
    }
}

@media all and (min-width: 1061px) {
    .top-bar-section .search-icon-nav {
        margin-right: 10px;
    }
}

/*@media all and (max-width: 941px) {*/
/*    .top-bar .top-bar-section ul li a{*/
/*        font-size: 11px;*/
/*        padding: 8px;*/
/*    }*/
/*}*/



@media all and (max-width: 767px) {
    .top-bar .top-bar-section ul {
        flex-direction: column;
        z-index: 3;
        min-width: 100%;
        align-items: left;
        max-height: none;
    }
    .top-bar .top-bar-section ul li{
        padding-bottom: 0;
        width: 100%;
    }
}

@media all and (min-width: 1174px) {
    .mobile-header-logo{
        display:none;
    }
}

.top-bar-section ul li {
    color: #fff;
    background: #252526;
    padding-bottom: 12px;


}
.top-bar-section ul li a{
    font-size: 14px;
    font-family:'Typold W05 Regular';
    font-weight: 200;

}


.top-bar-section li a:not(.button) {
    background: #252526;
    font-size: 13px;
    padding: 10px;
}

.top-bar-section li a:not(.button):hover {
    color: #82735b;
}

.top-bar-section .search-icon-nav-wrapper{
    padding: 20px 0;
}

/*.top-bar-section .search-icon-nav-wrapper{*/
    /*background: #3d3935;*/
/*}*/

.top-bar-section .search-icon-nav{
    color: #beaf87;
    font-size: 18px;
    padding: 20px 0;
}

.top-bar-section .search-icon-nav:hover {
    color: #82735b;
}

.top-bar-section ul li.active > a {
    color: #fff;
    background: #252526;
}

.top-bar .top-bar-section ul.sub-menu.dropdown{
    display: flex;
    flex-direction: column;
}

.top-bar .top-bar-section ul.sub-menu.dropdown li a{
    line-height: 25px;

    text-align: left;
    justify-content: flex-start;
    font-weight: 300;
    font-family: 'Typold W05 Thin';
}


/* new footer styles*/

.footer-wrapper {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+0,fefdfd+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(244,244,244,0.65) 0%, rgba(254,253,253,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(244,244,244,0.65) 0%,rgba(254,253,253,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(244,244,244,0.65) 0%,rgba(254,253,253,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f4f4f4', endColorstr='#00fefdfd',GradientType=0 ); /* IE6-9 */

}

.footer-wrapper #footer {
    background-color: transparent;
    color: #797979!important;
    padding-top: 60px;
}

.footer-wrapper #footer h4,
.footer-wrapper #footer a{
    color: #797979;
}

.footer-wrapper #footer .footer-logo{
    width:180px;
    margin: 0;
}

.footer-wrapper #footer .footer-company-name{
    text-transform: uppercase;
    margin: 0;
    font-family:'Typold W05 Book';
}

.footer-wrapper #footer address{
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 1rem;
}

.grey_social_icons{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin: 1rem 0;
}
@media all and (max-width: 767px){
    .footer-wrapper #footer .footer-logo{
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .footer-wrapper #footer h4, .footer-wrapper #footer .gold-link{
        text-align: center;
        display: block;
    }
    .footer-wrapper #footer .footer-company-name{
        text-align: center;
    }
    .footer-wrapper #footer address{
        text-align: center;
    }
    .footer-wrapper #footer .motto{
        text-align: center;
        margin: 1rem auto 2rem;
        display: block;
    }
    .grey_social_icons{
        justify-content: center;
    }
    .footer-background-group {
        padding-bottom: 3rem;
    }
}

.grey_social_icons li {
    padding-right: 5px;
}

.grey_social_icons li a{
    border:1px solid #797979;
    border-radius: 100%;
    padding:8px;
    vertical-align: middle;
}

.grey_social_icons li a:hover{
    border:1px solid #beaf87;
}

.grey_social_icons li a:hover i{
    color:#beaf87;
}

.grey_social_icons li a i {
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 16px;
}

.footer-wrapper #footer .legal-stuff p{
    font-size: 10px;
}



/* end new footer styles*/

/*start middle HP styles*/

#home-search h1 {
    font-family:'Typold W05 Thin';
    font-size: 42px;
    margin:  3.125rem 0 1.5rem;
    letter-spacing: .5px;
}

#home-search{
    position: relative;
}
#home-search .row{
    max-width: 1020px;
}

#home-search .search-box{
    display: flex;
    margin: 0;
}

#home-search .custom input{
    /*padding-right: 200px;*/
    width:80%;
}

#home-search .button.expand{
    width: 19%;
    margin-left: 1%;
    background-color: #beaf89;
    background-image: none;
    color: #fff;
    font-weight: 300;
    height: 37px;
    border: 1px solid #fff;
    font-family: 'Typold W05 Regular';
    letter-spacing: 2px;
    font-size: 14px;
}

.top-bar-section .login-group .has-form .button.primary {
    color:#beaf89;
    background-color: none;
    background-image: none;
    background: transparent;
    border:none;
    text-transform: none;
    letter-spacing: normal;
    box-shadow: none;
    font-size: 12px;
    padding: 10px 10px;
}

.top-bar-section .login-group .button.primary:hover {
    /*background: rgba(190, 175, 137, .8);*/
    color: #82735b;
}

.top-bar-section .login-group .has-form{
    height:auto;
    padding: 0;
    background: none;
}

.page-template-homepage .site-content {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#404041+0,ffffff+100 */
    background: rgb(64, 64, 65); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(64, 64, 65, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(64, 64, 65, 1) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(64, 64, 65, 1) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404041', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

}

.site-content{
    background: #ececec;
}
.site-content .header-wrapper,
.site-content .header-wrapper #header{
    background: transparent;
}
.site-content .header-wrapper #header {
    height: 50px;
}

.no-padding{padding:0;}

#home-container .featured-title{
    color:#252526;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin-bottom: 1rem;
    font-family: 'Typold W05 Thin';
}

#home-container.row{
    background: #fff;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.39);
}

a.home_feat_photo {
    border: 20px solid #e6e7e8;
    margin-bottom: 24px;
}

button, a.button.expand {
    background: #252526;
    border: 1px solid #beaf87;
    color:#fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Typold W05 ExtraBold';
    letter-spacing: 2px;
    padding: 16px 0;
    margin-bottom: 1.75rem;
}

button, a.button.expand:hover {
    background: rgba(37,37,38,.9);
}

#homepage .bx-wrapper .bx-caption a.button{
    border:1px solid #91876d;
    background: #beaf89;
    color:#171510;
    font-weight: 300;
    font-family:'Typold W05 Regular';
}

#homepage .bx-wrapper img{
    width:100%;
}

#homepage .bx-wrapper .bx-viewport {
    box-shadow: none;
}

.bx-caption h4 strong, .bx-caption h5 strong{
    color:#beaf89;
}

.slider-arrows #slider-prev{
    left:50px;
}

#home-featured .row.top-row{
    margin: 30px 0 30px;
    padding: 12px;
}

#home-featured .row.lower-row{
    margin: 30px 0 0;
    padding: 12px;
}

#home-featured .row.lower-row a.button.expand{
    margin-bottom: 0;
}

#home-featured .row.lower-row a.button.expand:hover{
    background: rgba(37, 37, 37, .85);
}

.slider-arrows #slider-prev {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    height:50px!important;
    width: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#252526+0,252526+100 */
    background: rgb(37,37,38); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(37,37,38,1) 0%, rgba(37,37,38,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(37,37,38,1) 0%,rgba(37,37,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(37,37,38,1) 0%,rgba(37,37,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252526', endColorstr='#252526',GradientType=0 ); /* IE6-9 */

    border:1px solid #beaf87;
    background-position: left 30px center;
}

.slider-arrows #slider-next {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    height:50px!important;
    width: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#252526+0,252526+100 */
    background: rgb(37,37,38); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(37,37,38,1) 0%, rgba(37,37,38,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(37,37,38,1) 0%,rgba(37,37,38,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(37,37,38,1) 0%,rgba(37,37,38,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252526', endColorstr='#252526',GradientType=0 ); /* IE6-9 */

    border:1px solid #beaf87;
    background-position: left 30px center;
}

#slider-prev::before{
    background: url(../img/arrow-slider-previous-gold.png) no-repeat;
    content:' ';
    background-position: center center;
    width:16px;
    height:27px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}


#slider-next::before{
    content:' ';
    background: url(../img/arrow-slider-next-gold.png) no-repeat;
    background-position: center center;
    width:16px;
    height:27px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

@media all and (max-width: 940px) {
    .slider-arrows #slider-prev {
        left:50px;
        background: none;
        border:none;
    }
    .slider-arrows #slider-next {
        right:50px;
        background: none;
        border:none;
    }
}

@media all and (max-width: 767px) {
    #home-slider {
        margin-top: 0;
    }
    .slider-arrows #slider-prev, .slider-arrows #slider-next {
        height: 25px!important;
        width: 25px;
    }

    /*#slider-next::before{*/

    /*}*/

    /*#slider-next::before{*/
        /**/
    /*}*/
}


#homepage .bx-wrapper .bx-viewport .bxslider li::after {
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.88+77,0.9+90,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.68) 60%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.68) 60%,rgba(0,0,0,0.7) 75%,rgba(0,0,0,.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.68) 60%,rgba(0,0,0,0.7) 75%,rgba(0,0,0,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    height: 100%;
}

#homepage .bx-wrapper .bx-caption {
    /*background: transparent;*/
    background: rgba(0, 0, 0, 0.25);
    height: 74px;
    z-index: 3;
}

#homepage .bx-wrapper .bx-caption::before{
    content:'';
    border-top:1px solid #beaf89;
    left: 20px;
    right: 20px;
    position: absolute;
}

.page-template-contact-v2-php .site-content{
    background: #fff;
}

.top-page-title{
    font-family:'Typold W05 Thin';
    font-size: 42px;
    text-align: center;
    margin: 3.125rem 0 2rem;
    font-weight: 200;
}

.outer-form-picture-group{
    border:1px solid #dbdbdb;
}

.outer-form-picture-group img{width: 100%;}


.outer-form-picture-group .form-group{
    padding:60px 80px;
}

.outer-form-picture-group .form-group .gform_wrapper{
    padding: 0;
}

.outer-form-picture-group .form-group .gform_wrapper .top_label .gfield_label{
    text-transform: none;
    font-size: 0.875rem;
    margin-bottom: .75rem;
    color: #252526;
    font-family: 'Typold W05 Regular';
}

.outer-form-picture-group .form-group .gform_wrapper .gform_footer input.button, .outer-form-picture-group .form-group .gform_wrapper .gform_footer input[type=submit] {
    width: 45%;
}

.outer-form-picture-group .form-group .gform_wrapper .gform_footer input[type=submit]:hover{
    background: rgba(190,175,137, .8);
}

.outer-form-picture-group .form-group h3{
    font-family: 'Typold W05 Regular';
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 2rem;
}

.outer-form-picture-group .form-group p{
    margin-bottom: 2rem;
}

.outer-form-picture-group .form-group h3, .outer-form-picture-group .form-group p{
    color: #252526;
}

.outer-form-picture-group .form-group form label{
    color: #252526;
    font-family: 'Typold W05 Regular';
    margin-bottom: 0;
}

.outer-form-picture-group .form-group .gform_wrapper .top_label input{
    height: 37px;
}


.outer-form-picture-group .form-group form input, .outer-form-picture-group .form-group form textarea{
    margin-bottom: 0;
    background: #ebe7e8;
    border: none;
    box-shadow: none;
}

.outer-form-picture-group .form-group .gform_wrapper textarea{
    height: 7.3125em;
}

.outer-form-picture-group .form-group form .required-small{
    font-size: 10px;
}

.outer-form-picture-group .form-group form input[type="submit"]{
    border: 1px solid #91876d;
    background: #beaf89;
    color: #171510;
    font-weight: 300;
    font-family: 'Typold W05 Regular';

    font-size: 16px;
    padding: 10px 25px;
    margin-top: 20px;
}

.sidebar-contact-group{
    border-top:7px solid #beaf87;
}

.sidebar-contact-group h4{
    margin: 1.5rem 0 0;
    color:#beaf87;
    font-family:'Typold W05 Bold';
    font-size: 14px;
}

.sidebar-contact-group address{
    font-family: 'Typold W05 Book';
    color:#beaf87;
    font-style: normal;
    margin-bottom: 0;
    line-height: 21px;
    font-size: 14px;
}

.sidebar-contact-group .gold-link{
    color:#beaf87;
    text-decoration: none;
    line-height: 21px;
    font-size: 14px;
    font-family: 'Typold W05 Book';
}

.sidebar-contact-group .gold-link:hover {
    color: #82735b;
}

.sidebar-contact-group .gold-link.underline.direction{
    text-decoration: underline;
    display: block;
    margin-bottom: 1rem;
    line-height: 21px;
    font-size: 14px;
    font-family: 'Typold W05 Book';
}

.sidebar-contact-group .gold-link.underline.direction:hover{
    color: #82735b;
}

.sidebar-contact-group .grey_social_icons{
    margin-bottom: 1rem;
}

.sidebar-contact-group .grey_social_icons li {
    color:#beaf87;
}

.sidebar-contact-group .grey_social_icons li a{
    color:#beaf87;
    border: 1px solid #beaf87;
}

.sidebar-contact-group .grey_social_icons li a:hover{
    border: 1px solid #82735b;
}

.sidebar-contact-group .grey_social_icons li a:hover i {
    color: #82735b;
}

.sidebar-history-group, .sidebar-community-group{
    /*color:#808285;*/
    color:#252526;
}

.sidebar-history-group .company-history-img-holder{
    margin-bottom: .5rem;
}

.sidebar-history-group h4, .sidebar-community-group h4, .testimonials-sidebar h4{
    font-family:'Typold W05 Regular';
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    /*color:#808285;*/
    color:#252526;
}

.sidebar-history-group p, .sidebar-community-group p{
    font-family:'Typold W05 Book';
    font-size: 12px;
}

@media all and (max-width: 767px) {
    .sidebar-contact-group h4, .sidebar-contact-group address{
        text-align: center;
        margin: 1.5rem auto 0;
    }
    .sidebar-contact-group .gold-link{
        display: block;
        text-align: center;
    }
    .sidebar-contact-group .motto {
        text-align: center;
        margin: 1.5rem auto 0;
        display: block;
    }
}

.company-history-img-holder p.small-caption{
    font-family:'Typold W05 ExtraBold';
    font-weight: 800;
    font-size: 12px;
    margin-top: 5px;
    text-transform: lowercase;
    text-align: center;
}

.testimonials-sidebar a img{
    border:1px solid #ededed;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(138,135,138,0.25);
    -moz-box-shadow: 3px 3px 3px 0px rgba(138,135,138,0.25);
    box-shadow: 3px 3px 3px 0px rgba(138,135,138,0.25);
}

#recent-posts-3 ul{
    list-style-type: none;
}

#recent-posts-3 .panel-label{
    width: 270px;
    text-align: left;
}

#recent-posts-3 ul li a{
    color: #000;
}
#recent-posts-3 ul li a:hover{
    color:#82735b;
}


/*marketing-your-home*/
.page-template-marketing-your-home .site-content{
    background: #fff;
}
.marketing-methods {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-flow: row;
    align-items: center;

    max-width: 1560px;
    margin: 50px auto;
}

.marketing-methods .img-side .marketing-images{
    width:770px;
}

.contact-us-col{
    padding:0;
}

@media all and (max-width: 940px) {
    .outer-form-picture-group .form-group .gform_wrapper .gform_footer input.button, .outer-form-picture-group .form-group .gform_wrapper .gform_footer input[type=submit] {
        width: 97.5%;
    }
    .contact-us-col{
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }
}

.action-call{
    padding: 10px 20px;
    background: #f4f4f4;
    margin-bottom: 2rem;
    border: 1px solid #EDEDEC;
}

.action-call h3{
    color:#000;
    font-family: 'Typold W05 Thin';
    font-weight: 200;
    font-size: 20px;
}

.action-call .action-box{
    display: flex;
    flex-direction: row;
}

.contact-us-col .action-call .action-box .gform_wrapper{
    padding: 0;
    background: transparent;

}
.action-call .action-box .gform_wrapper .top_label .gfield_label{
    display: none;
}

.action-call .action-box .gform_wrapper form{
    display: flex;
}

.action-call .action-box .gform_wrapper form .gform_body{
    width: 70%;
}

.action-call .action-box .gform_wrapper form .gform_body input{
    height: 40px;
    margin: 0;
    padding: 0 10px;
}

.action-call .action-box .gform_wrapper form .gform_footer{
    width: 28%;
    margin-top: 0;
}

.action-call .action-box input {
    width: 80%;
}

.action-call .action-box .button.expand {
    width: 19%;
    margin-left: 1%;
    background-color: #beaf89;
    background-image: none;
    color: #fff;
    font-weight: 300;
    height: 37px;
    border: 1px solid #fff;
    font-family: 'Typold W05 Regular';
    letter-spacing: 2px;
    font-size: 14px;
}

@media all and (max-width: 940px) {
    .top-bar-section .search-icon-nav-wrapper {
        padding: 10px 40px;
        text-align: left;
        height: auto;
        line-height: 1;
        background: #252526;
        margin: -1px 0;
    }
    .top-bar-section .search-icon-nav {
        padding: 0;
    }
    .action-call .action-box .gform_wrapper form .gform_body{
        width: 100%;
    }
    .action-call .action-box .gform_wrapper form .gform_body input {
        margin: 0 0 .5rem;
    }
    .action-call .action-box .gform_wrapper form .gform_footer{
        width: 100%;
        margin-top: 0;
    }
    .action-call .action-box .gform_wrapper form {
        flex-direction: column;
    }

    .top-bar-section ul li {
        padding-bottom: 0;
        width: 100%;
    }
    .marketing-methods {
        flex-direction: column;
    }

    .marketing-methods .img-side img{
        width:100%;
    }

    .marketing-methods.col-left{
        flex-direction: column-reverse;
    }

    .marketing-page .marketing-methods .text-side, .marketing-page .marketing-methods .text-side.left {
        margin: 0;
        height: auto;
        max-height: none;
    }

    .marketing-page .marketing-methods .text-side h3::before, .marketing-page .marketing-methods .text-side.left h3::before {
        left: 0;
        right: 0;
    }
    .action-call .action-box .button.expand {
        letter-spacing: 1px;
        font-size: 10px;
    }

    .top-page-title {
        font-size: 32px;
        margin: 1rem 0 .75rem;
    }
    .outer-form-picture-group .form-group {
        padding: 20px 40px;
    }
}

.marketing-methods .text-side{
    background: #f4f4f4;
    padding:30px 60px;
    min-height: 100px;
    height: auto;
    max-width: 930px;
    margin: 50px 0 0 -50px;
    box-shadow: 2px 2px 7px rgba(24, 25, 26, 0.2);
}

.marketing-methods .text-side h3::before{
    content: '';
    position: absolute;
    top: -20px;
    left: -100px;
    right: 0;
    background: #beaf87;
    height: 6px;
}

.marketing-methods .text-side.left{
    background: #f4f4f4;
    padding:30px 60px;
    min-height: 100px;
    height: auto;
    max-width: 930px;
    margin: 50px -50px 0 0;
    box-shadow: 2px 2px 7px rgba(24, 25, 26, 0.2);
    z-index: 3;
}
.marketing-methods .text-side.left h3::before{
    content: '';
    position: absolute;
    top: -20px;
    right: -100px;
    left: 0;
    background: #beaf87;
    height: 6px;
}

.marketing-methods .text-side h3{
    position: relative;
    font-family: 'Typold W05 Bold';
    font-size: 22px;
    color: #252526;
    margin: 2rem 0 1rem;
}
.marketing-methods .text-side p{
    color: #797979;
    font-size: 18px;
    font-family: 'Typold W05 Book';
}

@media all and (max-width: 940px) {
    .marketing-methods .text-side h3{
        font-size: 20px;
    }
    .marketing-methods .text-side p{
        font-size: 16px;
    }
}

@media all and (max-width: 767px) {
    .marketing-methods .text-side h3{
        font-size: 18px;
    }
}

/*International*/
.page-template-international-2020 .site-content{
    background: #fff;
}

.international-page-2020 .ticker{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    color:#808285;
}

.international-page-2020 .ticker li{
    /*padding: 20px;*/
    text-align: center;
    /*font-size: 48px;*/
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.international-page-2020 .ticker li .counter{
    padding: 0 10px;
    text-align: center;
    font-size: 48px;
    line-height: 1;
    font-family: 'Barlow Semi Condensed', sans-serif;
    display: block;
}

@media all and (max-width: 940px) {
    .international-page-2020 .ticker li .counter {
        font-size: 32px;
    }
    .international-page-2020 .ticker li{
        font-size: 14px;
    }
    .international-page-2020 .in-dev .btn-group .gold-btn {
        padding: 10px 15px;
    }
}
@media all and (max-width: 767px) {
    .international-page-2020 .in-dev .btn-group .gold-btn {
        padding: 10px 15px;
        margin-right: 0;
        min-width: 250px;
    }
    .international-page-2020 .in-dev .btn-group{
        flex-direction: column;
        align-items: center;
    }
}

.international-page-2020 .ticker li{
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #beaf87;
}

.in-dev{
    margin-bottom: 2rem;
}

.in-dev h3{
    font-family: 'Typold W05 Regular';
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    color: #808285;
}

.in-dev p{
    color:#808285;
}

.in-dev .btn-group{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.in-dev .btn-group .gold-btn{
    border: 1px solid #91876d;
    background: #beaf89;
    color: #171510;
    font-weight: 300;
    font-family: 'Typold W05 Regular';
    font-size: 16px;
    padding: 10px 25px;
    margin-top: 20px;
    margin-right: 30px;
    min-width: 150px;
    text-align: center;
}

.in-dev .btn-group .gold-btn:hover{
    background: rgba(190,175,137, .8);
}

.in-dev .btn-group a{
    text-decoration: none;
}

.in-dev .btn-group  .dark-btn{
    border: 1px solid transparent;
    background: #252526;
    color: #fff;
    font-weight: 300;
    font-family: 'Typold W05 Regular';
    font-size: 16px;
    padding: 10px 25px;
    margin: 20px 20px 0 0 ;
}

.in-dev .btn-group  .dark-btn:hover{
    color:#252526;
    background: rgba(190,175,135, .2);
    /*background: rgba(37, 37, 38, .25);*/
    border: 1px solid #252526;
}

.btn-row-group .btn-group{
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 2rem 0;
}

.btn-group .open-gold-btn{
    color: #beaf87;
    border:1px solid #beaf87;
    text-decoration: none;
    font-weight: 300;

    font-family: 'Typold W05 Regular';
    font-size: 16px;
    padding: 10px 35px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*new building page*/

.post-type-archive-mrt_condo .back-black.header-wrapper{
    /*height: 20px;*/
    height: 0.9375em;
}

.building-select-wrapper {
    background: #beaf87;
    color:#fff;
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin-bottom: 1rem;
    align-items: center;
}

.building-select-wrapper h6{
    color:#fff;
    margin-right: 10px;
    min-width: 20%;
    padding: 5px 0;
    font-size: 14px;
}

.building-grid-col a {
    text-decoration: none;
}

.building-grid-col a:hover h6 {
    text-decoration: none;
    color: #beaf89;
}

.building-select-wrapper select{
    height:30px;
}

.buildings .image-group .building-pic{
    width: 100%;
    /*padding-right: 10px;*/
}

.building-grid-col {
    position: relative;
}

.building-grid-col .image-group{
    position: relative;
    margin-right: 10px;
}
.building-grid-col .image-group::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: .5s ease;
}

.building-grid-col:hover .image-group::before,
.building-grid-col.active .image-group::before{
    opacity: 1;

}
.building-grid-col .hover-overlay{
    opacity: 0;
}

.building-grid-col .building-link{
    position: relative;
}


.building-grid-col:hover .hover-overlay,
.building-grid-col.active .hover-overlay {
    opacity: .8;
}

.action-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.action-text .view-deets{
    color: #beaf89;
    border:1px solid #beaf89;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    width: 120px;
    text-transform: uppercase;
    background: rgba(0,0,0,.4);
}

.buildings h6{
margin: .5rem 0 1.5rem;
color: #404041;
font-family: 'Typold W05 Regular';
font-weight: 500;
}

.post-type-archive-mrt_condo .site-content{
background: #fff;
}

@media all and (max-width: 940px) {
    .building-full-width .map-condo-search#propMap {
        width:100%;
        position: relative!important;
    }
    .footer-wrapper{
        position: relative;
    }

}

@media all and (max-width: 1130px) {
    #home-search, #homepage {
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }
}

@media all and (min-width: 940px) {
    .slider-arrows #slider-prev:hover, .slider-arrows #slider-next:hover {
        background: rgba(37, 37, 38, .8);
    }
}

@media all and (max-width: 1160px) {
    .slider-arrows #slider-prev {
        left: 10px;
    }

    .slider-arrows #slider-next {
        right: 10px;
    }
}

/*mobile nav*/


@media all and (max-width: 940px) {
    .top-bar .title-area{
        max-width: 20%;
        float: right;
    }
    .top-bar .top-bar-section ul {
        flex-direction: column;
        z-index: 3;
        min-width: 100%;
        background: #3d3935;
        align-items: flex-start;
    }
    .top-bar{
        height: 65px;
    }
    .top-bar .toggle-topbar{display: block;}
    .desktop-header-logo{
        display: none;
    }
    .header-logo img{
        float:left;
        width:170px;
    }
    .top-bar-menu {
        flex: 0 0 100%;
        background: #3d3935;
    }
    .divider{display: none;}
    .topbar_row .row.full-width{
        flex: 0 0 100%;
        margin: 0;
        flex-direction: column;
    }
    .top-bar .top-bar-section ul.sub-menu.dropdown{
        display: none;
    }
    .top-bar-section li a:not(.button){
        justify-content: flex-start;
        padding: 10px 40px;
        background: #3d3935;
    }
    .top-bar-section li a:hover{
        background:#322d28;
    }
    .mobile-logo {
        width: 75%;
        margin-right: 0;
        float: left;
        padding: 8px 15px;
    }
    .mobile-logo .header-logo{
        width:75px;
    }
    .tel-into-top{
        display: none;
    }
    .title-area .toggle-topbar span{
        padding-right: 15px;
    }

    #home-search {
        height: auto;
    }
    #home-search h1 {
        font-size: 24px!important;
        font-family: 'Typold W05 Thin';
    }
    .top-bar .top-bar-section {
        display: flex;
        width: 100%;
    }
    #home-search .button.expand {
        letter-spacing: 1px;
        font-size: 10px;
    }
    .top-bar .top-bar-section ul.sub-menu.dropdown {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        position: relative;
        left: auto;
        top:auto;
        visibility: visible;
        margin-bottom: 0;
        margin-left: 16px;
    }
    .top-bar-section li a:not(.button){
        background: #252526;
    }
    .top-bar-section .dropdown li > a:hover {
        background: #252526;
    }
    .top-bar .top-bar-section ul.sub-menu.dropdown li a{
        color: #fff;
    }
    .top-bar-section li.has-dropdown:hover > a {
        color: #fff;
    }
    .footer-wrapper #footer .tinyfooter ul li {
        float: none;
    }
    .footer-wrapper #footer .tinyfooter ul li a{
        font-size: 10px;
    }
    #home-featured .row.lower-row a.button.expand{
        margin-bottom: 1.75rem;
    }
    .slider-arrows #slider-prev, .slider-arrows #slider-next {
        top:38%;
    }
    .slider-arrows #slider-prev::before, .slider-arrows #slider-next::before {
        width:15px;
        height:17px;

    }
    .slider-arrows #slider-prev {
             left: 30px;
     }
    .slider-arrows #slider-next {
        right: 30px;
    }
    .row.collapse .columns{
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }
}

@media all and (min-width: 940px) {
    .mobile-logo{
        display: none;
    }
}

/*building page*/
.map-group{
    position: relative;
    width:100%;
    overflow: hidden;
}

.map-condo-search#propMap {
    position: fixed!important;
    width: 57.33333%;
    height: calc(100vh - 363px);
    min-height:100%;
    top:0;
    /*bottom:363px;*/
    right:20px;
    left:0;
}

/* Custom dropdown */
.century-custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*margin: 10px; */
    width: 100%;
}

.buildings-group-wrap{
    padding:0;
}

.building-grid-col-wrapper{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.building-grid-col{
    /*width: 33.333%;*/
    width: 25%;
}

@media all and (max-width: 1260px) {
    .building-grid-col{
        width: 33.333%;
    }
}


@media all and (max-width: 940px) {
    .building-grid-col{
        width: 50%;
    }
}

@media all and (max-width: 767px) {
    .building-grid-col{
        width: 33.333%;
    }
}

.century-custom-dropdown select {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    padding: .5em;
    padding-right: 2.5em;
    border: 0;
    margin: 0;
    border-radius: 0;
    text-indent: 0.01px;
    text-overflow: '';
    /*Hiding the select arrow for firefox*/
    -moz-appearance: none;
    /*Hiding the select arrow for chrome*/
    -webkit-appearance:none;
    /*Hiding the select arrow default implementation*/
    appearance: none;
    width: 100%;
}
/*Hiding the select arrow for IE10*/
.century-custom-dropdown select::-ms-expand {
    display: none;
}

.century-custom-dropdown::before,
.century-custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.century-custom-dropdown::after {
    content: "\25BC";
    height: 45px;
    font-size: .725em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -.5em;
    /*margin-top: -1em;*/
}

.century-custom-dropdown::before {
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 33px;
    background-color: rgba(255,255,255,1);
}

.century-custom-dropdown::after {
    color: rgba(0,0,0,.6);
}

.century-custom-dropdown select[disabled] {
    color: rgba(0,0,0,.25);
}

.mobile-only{
    display: none;
}

#hideshowmap,
#hideshowlist{
    display: none;
    background: transparent;
    border: 1px solid #fff;
    margin-left: 5px;
    border-radius: 3px;
    color: #fff;
    height:45px;


    flex-direction: column;
    justify-items: center;
    /* align-content: center; */
    align-items: center;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}

#hideshowmap span, #hideshowlist span{
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    margin-top: 3px;
    font-family: 'Typold W05 Regular';
}

.buildings-list-group {
    height: calc(100vh - 100px);
    overflow-y: auto;
}

@media all and (max-width: 767px) {
    .buildings-list-group.hide{
        display: none;
    }
    .buildings-list-group.show{
        display: flex;
    }
    .buildings-group-wrap{
        padding: 0.9375rem 0.9375rem 0 0.9375rem;
    }
    .post-type-archive-mrt_condo .back-black.header-wrapper {
        height: 0;
    }
    .building-select-wrapper{
        display: block;
        box-shadow: 0 5px 15px 0 rgba(0,0,0,.3);
        margin-bottom: 0;
        z-index: 2;
    }
    .building-select-wrapper h6{
        margin-bottom: .5rem;
    }
    .century-custom-dropdown{
        width: 85%;
    }
    .century-custom-dropdown select{
        height: 45px;
        border-radius: 3px;
    }
    #hideshowmap{
        display: flex;
        width: 13%;
        float: right;
    }
    .mobile-toggle-btn{
        display: flex;
        width: 13%;
        float: right;
    }

    .mobile-only{
        display: flex;
        z-index: 88;
    }
    .map-group{
        display:none;
        padding: 0;
    }
    .map-group.show{
        display:block;

    }
    .hide-for-mobile{
        display: none;
    }
}

/*universal styles*/

.site-content #search-results h2 a {
    font-family: 'Typold W05 Regular';
}

h2 {
    font-family: 'Typold W05 Regular';
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}

h5.propCity {
    font-size: 18px;
    font-family: 'Typold W05 Regular';
}

h6 {
    font-family: 'Typold W05 Regular';
}

p {
    font-family: 'Typold W05 Regular';
    /*font-family: 'PT Sans', sans-serif;*/
    font-size: 14px;
    font-weight: 500;
}

button, .button {
    border: 1px solid #91876d;
    border-width: 1px;
    background: #beaf89;
    color: #171510;
    font-weight: 300;
    font-family: 'Typold W05 Regular';
    font-size: 16px;
    padding: 10px 25px;
}

button:hover, button:focus, .button:hover, .button:focus {
    /*background: #fff;*/
    border-width: 1px;

    border: 1px solid #91876d;
    /*background: transparent;*/
    background: rgba(190,175,137, .7);
    color: #171510;
}

#home-search .button.expand:hover,
#homepage .bx-wrapper .bx-caption a.button:hover {
    background:rgba(190, 175,137, .8);
}


ul.pagination li.current a {
    background: #f0ae02;
    color: white;
    font-weight: bold;
    cursor: default;
}

.site-content .pagination a {
    color: #010101!important;
}

.site-content ul.pagination li.current a {
    background: #beaf87;
}

.back-black.header-wrapper{
    height:0
}
.map_marker a {
    font-size: 14px;
    color: #012;
    text-decoration: none;
}
.map_marker a:hover {
    text-decoration: underline;
}

.row.back-white.extra-padding{
    padding: 15px;
}

.side-white-panel.prop-request-btn a{
    margin-bottom: 0;
}

#search-results .prop-courtesy.small{
    font-size: 10px;
    line-height: 2;
}
#search-results .row p{
    margin-bottom: 5px;
    font-size: 13px;
}

#search-results .row .large-9 {
    padding-bottom: 10px;
}

/*mobile sticky bar prop details*/

.propDetailRow .sticky-contact {
    display:none;
}

/*main contact pop up */

.main-contact-wrapper{
    display: none;
    position: fixed;

    z-index: 99;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

.main-contact-wrapper.active{
    display: block;
}

.main-contact-form-popup{
    border:2px solid #76777A;
    background: rgb(118,119,122); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(118,119,122,1) 0%, rgba(42,43,44,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(118,119,122,1) 0%,rgba(42,43,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(118,119,122,1) 0%,rgba(42,43,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76777a', endColorstr='#2a2b2c',GradientType=0 ); /* IE6-9 */
    /*background: #beaf89;*/
    padding: 20px;
    z-index: 100;

    /*max-width: 800px;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    position:absolute;
    top:40%;
    left:50%;
    width:400px;
    height:auto;
    margin-left:-200px;
    margin-top:-200px;
}

.main-contact-form-popup .inside-content{
    background: #fff;
    padding:20px;
}

.main-contact-form-popup .inside-content .gform_wrapper input.large{
    height: 37px;
}

.main-contact-form-popup h3{
    font-weight: 300;
    font-size: 2rem;
    color:#fff;
    margin-bottom: .5rem;
}

@media all and (max-width: 767px) {
    .main-contact-form-popup{
        top:0;
        right:0;
        left:0;
        bottom:0;
        width:100%;
        margin: 0;
    }
}

/*pop up contact form*/

.contact-form-popup{
    display: none;
    position: fixed;
    top:0;
    right:0;
    left:0;
    /*background: #beaf89;*/
    padding: 20px;
    z-index: 100;
    /*height:100%;*/
    height: auto;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#76777a+0,2a2b2c+100 */
    background: rgb(118,119,122); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(118,119,122,1) 0%, rgba(42,43,44,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(118,119,122,1) 0%,rgba(42,43,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(118,119,122,1) 0%,rgba(42,43,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76777a', endColorstr='#2a2b2c',GradientType=0 ); /* IE6-9 */
}
.contact-form-popup .inside-content {
    overflow-y: auto;
    max-height: calc(100vh - 80px);
}

.contact-closer{
    position:absolute;
    right:10px;
    top:10px;
}

.contact-closer i{
    font-size: 20px;
    color:#fff;
}

.contact-form-popup.active{
    display: block;
}

.pop-grav-form .gform_wrapper{
    padding:0;
}

.pop-grav-form .gform_wrapper .gform_body label{
    display: none;
}

.extra_showing_type{
    display:flex;
    justify-content: space-between;
    flex-direction:row;
}
.gform_body .extra_showing_type {
    display: none;
}

.tour-btn{
    border:2px solid #beaf89;
    padding: 10px;
    width:49%;
    position: relative;
}

.tour-btn input{
    margin-bottom:0;
}

.tour-btn label{
    text-transform:uppercase;
    font-size: 10px;
}
@media all and (max-width: 360px) {
    .tour-btn label{
        font-size: 9px;
    }
}

.tour-btn .new-sign{
    position: absolute;
    top: -10px;
    right: 6px;
    background: #c5473e;
    color: #fff;
    font-style: normal;
    display: block;
    font-size: 0.5rem;
    line-height: 1;
    padding: 4px 6px;
    font-weight: 500;
}

/*custom checkboxes in form */

.custom-check-container {
    display: block;
    position: relative;
    padding-left: 25px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 2;
}


.custom-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.custom-check-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-check-container input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
    background-color:#ececec;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-check-container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*custom checkboxes in form above ^^ */

.contact-form-popup .inside-content{
    background: #fff;
    padding:20px;
}

.contact-form-popup h3{
    font-weight: 300;
    font-size: 2rem;
    color:#fff;
}

.contact-form-popup .inside-content h5{
    text-transform: none;
    font-size: 1.125rem;
}

.contact-form-popup .inside-content h5 span{
    font-weight: bold;
}

.contact-form-popup .inside-content h6{
    margin-bottom: 1rem;
    color: #797979;
}

.contact-form-popup .gform_wrapper .gform_footer input[type=submit]{
    text-transform: uppercase;
    padding: 1rem;
}
.contact-form-popup  .gform_wrapper .top_label input.large {
    min-height: 43px;
}

@media all and (min-width: 767px) {
    .contact-form-popup:before{
        content:'';
        z-index: 3;
        display: none;
        padding-top: 100px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4);
    }
    .contact-form-popup {
        width: 400px;
        height: 400px;
        left: 50%;
    }
}

@media all and (min-width: 940px) {
    #search-results .row .propPhoto {
        margin: 1rem;
    }
}

.showing-vt-group{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.showing-vt-group .vt-graphic{
    height: 40px;
    width:49px;
}

/*.showing-vt-group .button{*/
    /*font-size: 14px;*/
/*}*/

/*.showing-vt-group .vt-graphic{*/
    /*background: url(../img/vt-tour-bg.png) no-repeat;*/
    /*background-size: 40px 49px;*/
    /*width: 49px;*/
    /*height: 40px;*/
    /*color:#fff;*/
    /*position: relative;*/
/*}*/

.showing-vt-group .vt-graphic .new{
    position: absolute;
    top:-3px;
    background: #b75044;
    font-size: 9px;

}
.contact-form-popup input[type="email"]{
    height: 37px;
}


@media all and (max-width: 767px) {
    .back-prop .button{
        display:none;
    }
    .propDetailRow .sticky-contact, .single-mrt_condo .sticky-contact{
        background-color: #252526;
        position:fixed;
        height:auto;
        left:0;
        right:0;
        bottom:0;
        z-index:100;
        width: 100%;
        display:flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 5px;
        margin:0;

    }
    .propDetailRow .sticky-contact .columns, .single-mrt_condo .sticky-contact .columns{
        justify-content: space-between;
        display: flex;
        padding: 0;
    }
    .sticky-contact label{
        text-transform: none;
    }

    .propDetailRow .sticky-contact .callBtn, .single-mrt_condo .sticky-contact .callBtn{
        /*background:#fff;*/
        background: #beaf89;
        color:#252526;
        /*min-width:35%;*/

    }
    .propDetailRow .sticky-contact .callBtn i, .single-mrt_condo .sticky-contact .callBtn i{
        color: #000;
        font-size:16px;
    }

    .propDetailRow .sticky-contact .requestBtn, .single-mrt_condo .sticky-contact .requestBtn{
        background: #fff;
    }
    /*.single-mrt_condo .sticky-contact .requestBt{*/
    /*    background: #beaf89;*/
    /*}*/
}

@media all and (max-width: 360px) {
    .propDetailRow .sticky-contact .button, .single-mrt_condo .sticky-contact .button{
        padding: 10px 12px;
    }
}
/*mobile hp changes*/


#homepage .bx-wrapper .bx-viewport .bxslider li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.68) 60%, rgba(0,0,0,0.7) 75%, rgba(0,0,0,.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.68) 60%,rgba(0,0,0,0.7) 75%,rgba(0,0,0,.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.68) 60%,rgba(0,0,0,0.7) 75%,rgba(0,0,0,.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
     height: 100%;
}

@media all and (max-width: 767px) {
    #home-container{
        background: transparent;
    }
    #home-slider{
        margin-bottom: 20px;
    }

    #homepage .bx-wrapper .bx-viewport .bxslider{
        min-height: 400px;
    }
    #homepage .bx-wrapper .bx-viewport .bxslider li{
        min-height: 400px;
    }

    #homepage .bx-wrapper .bx-viewport .bxslider li::after {
        content: '';
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        bottom: 0;

        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#020101+0,000000+100&0+0,0.2+0,0.5+13,0.7+36,0.8+100 */
        background: -moz-linear-gradient(top,  rgba(2,1,1,0.2) 0%, rgba(2,1,1,0.5) 13%, rgba(1,1,1,0.7) 36%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(2,1,1,0.2) 0%,rgba(2,1,1,0.5) 13%,rgba(1,1,1,0.7) 36%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(2,1,1,0.2) 0%,rgba(2,1,1,0.5) 13%,rgba(1,1,1,0.7) 36%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33020101', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
        height: 50%;
    }
    #homepage .bx-wrapper .bx-caption .slide-title h1{
        font-size: 22px;
        letter-spacing: .8px;
        line-height: 26px;
    }
    #homepage .bx-wrapper .bx-caption{
        min-height: 220px;
        height: auto;
    }
    #homepage .bx-wrapper .bx-caption .mobile-dark-banner{
        background-color: #252526;
        position: absolute;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 10px 0;
        bottom: 0;
        min-height: 125px;
    }
    #homepage .bx-wrapper .bx-caption h5{
        font-size:16px;
    }
    #homepage .bx-wrapper .bx-caption h4 {
        font-size:16px;
        line-height:1.5;
    }
    #homepage .bx-wrapper .bx-caption .slide-title, #homepage .bx-wrapper .bx-caption .second-group, #homepage .bx-wrapper .bx-caption .last-group{
        width:100%;
    }
    #homepage .bx-wrapper .bx-caption .mobile-dark-banner .last-group{
        float:none;
        width:100%;
        display: flex;
    }
    #homepage .bx-wrapper .bx-caption .mobile-dark-banner a.button {
        font-size: 16px;
        padding: 10px 25px;
        margin-top: 10px;
        width: auto;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 180px;
    }
    #homepage .bx-wrapper .bx-viewport .slide-title{
        top:50%;
    }
    #home-featured{
        background: #fff;
    }
}

.footer-wrapper #footer .motto{
    width:210px;
    margin-top: 10px;
}
@media all and (max-width: 767px) {
    .footer-wrapper #footer .motto{
        width:190px;
    }
}
@media all and (min-width: 768px) {
    .sticky-contact{
        display:none;
    }
}

/*remove when the forms issues get solved*/
/*.sticky-contact{*/
/*    display:none!important;*/
/*}*/

.sidebar-contact-group .motto{
    margin-bottom: 3rem;
    width:190px;
}

/*NEW property page styles*/

.section-container.auto.no-border > section > .content, .section-container.auto.no-border > .section > .content{
    border:none;
    padding: 50px 50px 0 50px;
}

.main-page-prop-title{
    letter-spacing: 2px;
    font-family: 'Minion Pro Regular';
    font-size: 28px;
    color: #404041;
    text-transform: uppercase;
    font-weight: 500;
}
h4.city-state-heading{
    font-family: 'Typold W05 Regular';
    color: #404041;
}

.property-price{
    float: right;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Typold W05 Regular';
    color: #404041;
}
.property-quick-stats .back-white{
    padding: 20px;
}

.property-quick-stats ul{
    list-style-type: none;
}

.property-quick-stats .with-line-right{
    border-right:1px solid #ccc;
    width: 100%;
    /*padding-right: 10%;*/
}
.property-quick-stats table{
    width: 100%;
}

@media all and (max-width: 767px) {
    .property-quick-stats .with-line-right{
        border-right:none;
        /*width: 100%;*/
        /*padding-right: 10%;*/
    }

}

.property-quick-stats table td {
    font-family: 'Typold W05 Bold';
    font-weight: 700;
    width: 50%;
}

.property-quick-stats table td.data-count {
    font-weight: 300;
    font-family: 'Typold W05 Regular';
}


.centered-heading-style1{
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Minion Pro Regular';
    font-size: 28px;
    color: #404041;
    margin-bottom: 30px;
}

.action-sticky-bar{
    margin-top: 20px;
}
.single-mrt_condo .action-sticky-bar.sticky .row.back-white, .single-mrt_condo .action-sticky-bar .row.back-white{
    margin-right: 0;
    margin-left: 0;
}

.action-sticky-bar.prop-deets-page.sticky .row.back-white{
    margin-right: 0;
    margin-left: 0;
}

.action-sticky-bar.sticky{
    position: fixed;
    top:0;
    width: 100%;
    z-index: 3;
    max-width: 62.5em;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 2px 0px rgba(0,0,0,0.2);
}
.action-sticky-bar .bar-btns{
    margin: 1rem;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Typold W05 Regular';
    text-transform: uppercase;
}
.action-sticky-bar .bar-btns li {
    /*padding: .5rem 1rem;*/
    flex:1;
    border: 1px solid #82735b;
    display: flex;
    margin-right: 10px;
}

.action-sticky-bar .bar-btns li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
}
.action-sticky-bar .bar-btns li a i.location-icon{
    background: url(../img/location-icon-brown.png)no-repeat;
    background-size: 14px 16px;
    width: 14px;
    height: 16px;
    margin-right: 10px;
}

.action-sticky-bar .bar-btns li:last-of-type {
    margin-right: 0;
    background: #82735b;
}

.action-sticky-bar .bar-btns li:last-of-type a{
    color:#fff;
}

.action-sticky-bar .bar-btns li:last-of-type a:hover{
    color:#82735b;
    background: #fff;
}

.action-sticky-bar .bar-btns li a i.description-icon{
    background: url(../img/description-icon.png)no-repeat;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    fill: #000;
    position: relative;
}

.action-sticky-bar .bar-btns li a i.building-icon{
    background: url(../img/buildings-icon-brown.png)no-repeat;
    background-size: 17px 18px;
    width: 17px;
    height: 18px;
    fill: #000;
    position: relative;
}

.action-sticky-bar .bar-btns li.lighter-filter a:hover i {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(164%) contrast(101%);
}



.action-sticky-bar .bar-btns li a{
    /*border:1px solid #82735b;*/
    padding: 1rem 1.5rem;
    text-decoration: none;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.action-sticky-bar .bar-btns li a:hover{
    background: #82735b;
    color: #fff;
}

.action-sticky-bar .bar-btns li a  i{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 10px;
}

.action-sticky-bar .bar-btns li a:hover i{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(141deg) brightness(104%) contrast(101%);
}


.building-details .back-white{
    padding: 50px;
}

.building-details .sub-head-first{
    text-align: center;
    font-family: 'Typold W05 Regular';
    margin-bottom: 21px;
    text-transform: uppercase;
    line-height: 26px;
}

.building-details .sub-head-first span{
    display: block;
    text-transform: none;
}

.building-photo-wrap img{
    max-width: 700px;
    margin: 0 auto;
    display: block;
    max-height: 312px;
    width: auto;
}

@media all and (max-width: 768px) {
    .building-photo-wrap img {
        max-width: 100%;
    }
}
.building-details .building-quicklook{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 3;
    justify-content: space-between;
    margin: 20px 0;
}

.building-details .building-quicklook li{
    min-width:30%;
}
.building-details .building-quicklook li.underlined-stat{
    /*border-bottom: 1px solid #4d4d4d;*/
    border-bottom: 1px solid #82735b;
}


.building-details .building-quicklook span{
    display: block;
    width:75%;
}

.building-details .back-white .stat-group{
    width:32%;
    margin-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.building-details .back-white .stat-group:last-of-type{
    margin-right: 0;
}

.building-details .back-white .underline{
    border-bottom: 1px solid #82735b;
}

.building-details .build-stat-group-wrapper{
    margin: 20px 0;
}
.building-details .stat-group span{
    display: block;
}
.building-details .stat-group .stat-style a {
    text-decoration: none;
    font-size: 14px;
    color: #010101;
}
.building-details .stat-group .stat-style a:hover {
    color: #003399;
}

.building-details .stat-group span.number{
    text-align: center;
    display: block;
    font-size: 34px;
    padding-right: 10px;
    line-height: 38px;
    vertical-align: middle;
    font-family: 'Typold W05 Regular';
    font-weight: 600;
}

.building-details .btn-row-build {
    display: block;
    text-align: center;
    margin: 0 auto;
}

a.button.expand.lighter-grey {
    width:auto;
    padding: 16px 24px;
    margin-bottom: 0;
    letter-spacing: 0;
    font-family: 'Typold W05 Bold';
    background: #404041;
}

a.button.expand.lighter-grey:hover{
    background: rgba(64,64,65,.8);
}
.neighborhood-banner {
    background: white;
    margin-top: 20px;
    padding:20px;
}

.neighborhood-banner .neighborhood-banner-inside{
    padding:10px;
    border:1px solid #82735b;
    display: flex;
}

.neighborhood-banner .neighborhood-banner-inside .text-inner-group h6{
    text-transform: uppercase;
    color: #404041;
}

.neighborhood-banner .neighborhood-banner-inside .text-inner-group h4{
    font-size: 30px;
    margin-bottom: .25rem;
    font-family: 'MinionPro', serif;
    letter-spacing: 2px;
    color: #404041;
}
.neighborhood-banner .neighborhood-banner-inside .text-inner-group h4 a {
    font-size: 30px;
    font-family: 'MinionPro', serif;
    letter-spacing: 2px;
    color: #404041;
    text-decoration: none;
}
.neighborhood-banner .neighborhood-banner-inside .text-inner-group h4 a:hover {
    text-decoration: underline;
}

.neighborhood-banner .neighborhood-banner-inside .text-inner-group p{
    margin-bottom: 0;
    color:#636568;
}


.neighborhood-banner .neighborhood-btns-group a.button.lighter-grey {
    font-family: 'Typold W05 Bold';
    letter-spacing: 0;
    background: #404041;
    width: 100%;
    margin-bottom: 0;
}

.neighborhood-banner .neighborhood-btns-group a.button.lighter-grey:hover {
    background: rgba(64,64,65,.8);
}

.neighborhood-banner .button.expand.gold {
    background: #b1945a;
    margin: 1rem auto 0;
    width: auto;
    display: block;
    max-width: 350px;
    font-family: 'Typold W05 Bold';
    letter-spacing: 0;
}

.neighborhood-banner .button.expand.gold:hover {
    background-color: rgba(177,148,90, .8);
}

.additional-info-section .back-white{
    padding: 50px;
}
.additional-info-section .back-white ul {
    list-style-type: none;
}

.additional-info-section .back-white ul li{
    font-weight: 600;
    color: #404041;
}

.additional-info-section .back-white ul li span{
    font-weight: 400;
    padding-left: 30px;
}

.contact-form-section{
    margin-top: 20px;
}

.contact-form-section .back-white{
    padding: 50px;
}

.contact-form-section p{
    text-align: center;
    color: #636568;
    margin-bottom: 1.75rem;
}

.contact-form-section .back-white .large-8{
    margin: 0 auto;
    float:none;
}

.contact-form-section .back-white form.custom label{
    text-transform: none;
}

.contact-form-section .back-white form.custom input[type="text"],
.contact-form-section .back-white form.custom input[type="password"],
.contact-form-section .back-white form.custom input[type="date"],
.contact-form-section .back-white form.custom input[type="datetime"],
.contact-form-section .back-white form.custom input[type="datetime-local"],
.contact-form-section .back-white form.custom input[type="month"],
.contact-form-section .back-white form.custom input[type="week"],
.contact-form-section .back-white form.custom input[type="email"],
.contact-form-section .back-white form.custom input[type="number"],
.contact-form-section .back-white form.custom input[type="search"],
.contact-form-section .back-white form.custom input[type="tel"],
.contact-form-section .back-white form.custom input[type="time"], input[type="url"],
.contact-form-section .back-white form.custom textarea {
    margin-bottom: 1rem;
    background: #ebe7e8;
    border: none;
    box-shadow: none;
    height: 48px;
}
.contact-form-section form button.expand{
    width: 50%;
    margin: 0 auto;
    display: block;
    letter-spacing: 0;
}

@media all and (max-width: 960px) {
    .neighborhood-banner .button.expand.gold{
        max-width: none;
    }
    .contact-form-section form button.expand{
        width: 100%;
    }
}
.main-prop-description p{
    color: #636568;
}

.building-details .btn-row-build a.button.expand.lighter-grey{
    padding: 1rem 2.75rem;
}

/*condo detail redo*/

.single-mrt_condo .condo-title{
    letter-spacing: 2px;
    font-family: 'Minion Pro Regular';
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.single-mrt_condo .condo-address{
    text-transform: none;
    font-family: 'Typold W05 Regular';
}

.single-mrt_condo .back-white.general-info{
    padding:30px;
}
.general-info .top-intro-condo{
    text-align: center;
}

.general-info .top-intro-condo .centered-heading-style1{
    font-size: 18px;
    margin-top: 2rem;
    text-transform: uppercase;
    font-weight: 400;
}
.general-info .top-intro-condo hr {
    max-width: 100px;
    margin: 1.25rem auto;
    border: solid #82735b;
    border-width: 2px 0 0;
}

.general-info .top-intro-condo .condo-sub-address{
    text-align: center;
    font-family: 'Typold W05 light';
    /*font-weight: 300;*/
    font-size: 28px;
    line-height: 1;
    color: #363636;
}

.general-info .top-intro-condo .condo-sub-neighborhood, .general-info .top-intro-condo .listing-count{
    font-size: 18px;
    text-transform: none;
    font-family: 'Typold W05 Regular';
    font-weight: 400;
    color: #363636;
}

.general-info p{
    text-align: left!important;
    color: #636568;
}

.single-mrt_condo .action-sticky-bar{
    margin: 0 0 1rem;
}

.single-mrt_condo .action-sticky-bar .bar-btns li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
}

.single-mrt_condo .action-sticky-bar .bar-btns li a i.list-icon{
    background: url(../img/list-icon.png )no-repeat;
    background-size: 15px 12px;
    width:15px;
    height:12px;
    margin-right: 10px;
}

.single-mrt_condo .action-sticky-bar .bar-btns li a i.gallery-icon{
    background: url(../img/gallery-icon-brown.png)no-repeat;
    background-size: 12px 12px;
    width:12px;
    height:12px;
    margin-right: 10px;
}

.single-mrt_condo .action-sticky-bar .bar-btns li a i.location-icon{
    background: url(../img/location-icon-brown.png)no-repeat;
    background-size: 14px 16px;
    width:14px;
    height:16px;
    margin-right: 10px;
}



.first-to-know-banner{
    border:1px solid #a39374;
    padding:20px;
    margin-top: 2rem;
}
.email-up-pop .first-to-know-banner {
    border:none !important;
}
.first-to-know-banner h3{
    /*color: #a39374;*/
    color:#82735b;
    font-family: 'MinionPro', serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

.first-to-know-banner p{
    color: #9a9a9a;
    margin-bottom: 0;
    font-weight: bold;
}

.first-to-know-banner a, .first-to-know-banner button{
    font-family: 'Typold W05 bold';
    background: #f1f1f1;
    color:#b5a991;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border:1px solid #a39374;
    padding: 1rem 2rem;
    display: block;
    font-weight: 600;
    margin: .5rem 0;
    transition: all 0.5s;
    font-size: 12px;
    letter-spacing: normal;
}

.first-to-know-banner a:hover, .first-to-know-banner button:hover{
    background: #fff;

}

#listing-grid .tabs-nav {
    overflow: hidden;
    border: none;
    background-color: transparent;
    margin: 2rem 0 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    list-style-type: none;
}

#listing-grid .tabs-nav .tablinks {
    border-bottom: 2px solid #eff0f5;
    color:#c5c5c5;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-content: center;
    list-style-type: none;
    width:48%;
    position: relative;
}

#listing-grid .tabs-nav .tablinks a{
    background:none;
    color:#c5c5c5;
    /*color:#82735b;*/
    border:none;
    letter-spacing: 0;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.5rem;
    width:100%;
}

#listing-grid .tabs-nav .tablinks.tab-active:after{
    content:' ';
    height:3px;
    border-bottom-color: #bdb08a;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 80%;
    margin: 0 auto;
    bottom: -2px;
}

#listing-grid .tabs-nav .tablinks.tab-active a{
    color:#a39374;
}


#listing-grid{
    padding:15px 100px;
    margin-top: 20px;
}

#listing-grid h4{
    text-align: center;
    margin-top: 1rem;
    color: #404041;
}

#listing-grid h6{
    text-align: center;
    margin-bottom: 1rem;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Typold W05 bold';
    margin-top: 4rem;
}

#listing-grid .grid-outer-wrapper{
    border:2px solid #f1f1f1;
    width:100%;
    padding: 10px;
    font-family: 'Typold W05 Regular';
}

#listing-grid .grid-outer-wrapper .intro-range{
    background: #f5f8ff;
    padding:10px;
}

#listing-grid .grid-outer-wrapper .intro-range p{
    text-align: center;
    margin-bottom: 0;
    padding: 10px;
    color:#636568;
}

#listing-grid .grid-outer-wrapper .intro-range p span{
    font-weight: 600;
}

.listing-grid table{
    width:100%;
    border-collapse: collapse;
}

.listing-grid table th{
    border-bottom:2px solid #9a9a9a;
    color:#636568;
}

.listing-grid table tr{
    height: 50px;
}

.listing-grid table tr.listing{
    border-bottom: 1px solid #f1f1f1;
}

.listing-grid table tr.listing:hover {
    background-color: #f5f8ff!important;

}

.listing-grid table tr.listing td{
    text-align: center;
    color:#636568;
    font-size: 1rem;

}

.listing-grid table tr.listing td.deets a{
    color:#82735b;
    text-decoration: none;
    font-size: 1rem;
}
.listing-grid table tr.listing td.deets a:hover {
    color: #b1945a;
}

.listing-grid .grid-outer-wrapper .button.expand{
    margin: 0 auto 1rem;
    display: block;
    max-width: 350px;
    letter-spacing: 0;
    font-family: 'Typold W05 Bold';
}

.listing-grid .grid-outer-wrapper .button.expand:hover{
    /*background: #0e5196;*/
    background-color: rgba(37,37,38, .8);
}

.listing-grid .button.expand.gold{
    background: #b1945a;
    margin: 1rem auto 0;
    width:auto;
    display: block;
    max-width: 350px;
    font-family: 'Typold W05 Bold';
    letter-spacing: 0;
}

.listing-grid .button.expand.gold:hover{
    background-color: rgba(177,148,90, .8);
}

.map-wrapper {
   margin-top: 0;
    padding: 0;
}
.map-wrapper .side-white-panel{
    padding: 45px 17px 17px 17px;
}

.map-wrapper .side-white-panel .centered-heading-style1{
    margin-top: 0;
    margin-bottom: 30px;
}

.additional-info-section.condo{
    margin-top: 20px;
    font-family: 'Typold W05 Regular';
}

.additional-info-section.condo h6{
    margin-bottom: 1rem;
    font-weight: 600;
    color: #636568;
}

.additional-info-section.condo p, .additional-info-section.condo ul{
    color: #636568;
}

.additional-info-section.condo .back-white ul.bulleted{
    list-style-type: circle;
    margin-left: 20px;
}
.additional-info-section.condo .back-white ul li{
    font-weight: normal;
}

.single-mrt_condo #gform_wrapper_1 form.custom label{
    font-family: 'Typold W05 Regular';
    font-size: 14px;
    margin-bottom: 10px;
}

.single-mrt_condo #gform_wrapper_1 form.custom input[type="text"], .single-mrt_condo #gform_wrapper_1  form.custom input[type="email"], .single-mrt_condo #gform_wrapper_1 form.custom input[type="tel"]{
    height: 48px;
}
.single-mrt_condo #gform_wrapper_1 form.custom textarea{
    height:150px;
}
.single-mrt_condo #gform_wrapper_1 form.custom .gform_footer input[type=submit] {
    width: 50%;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
}

.prop-courtesy{
    padding: 10px 0;
    color: #636568;
}

@media all and (max-width: 960px) {
    .single-mrt_condo #gform_wrapper_1 form.custom .gform_footer input[type=submit] {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    #listing-grid {
        padding: 15px;
    }
    .action-sticky-bar .bar-btns {
        margin: .5rem;
    }

    .action-sticky-bar .bar-btns li.three-anchor .text-only{
        display: none;
    }

    .action-sticky-bar .bar-btns li.three-anchor a{
        padding: 5px;
    }

    .action-sticky-bar .bar-btns li.three-anchor a i{
        margin-right: 0;
    }
    .action-sticky-bar .bar-btns li.r-showing a{
        padding: 10px;
        font-size: 12px;
        line-height: 1rem;
    }

    .single-mrt_condo .contact-form-section .back-white{
        padding:20px;
    }
}

.search.map-wrapper .centered-heading-style1{
    padding-top: 45px;
}

.search.map-wrapper .propertymap{
    padding-bottom: 17px;
}

@media all and (max-width: 767px){
    .search.map-wrapper .centered-heading-style1{
        padding-top: 1rem;
    }
    .building-details .back-white{
        padding: 25px;
    }
    .additional-info-section .back-white {
        padding: 25px;
    }
    .neighborhood-banner {
        padding: 25px;
    }
    .map-wrapper .side-white-panel{
        padding: 25px;
    }
    .no-padding-mobile{
        padding: 0;
    }
    .main-prop-description .section-container.auto.no-border > section > .content.details{
        padding: 25px 25px 0 25px;
    }
    .contact-form-section .back-white {
        padding: 25px;
    }
    .action-sticky-bar .row.back-white {
        margin-left: -0.9375em;
        margin-right: -0.9375em;
    }

    .action-sticky-bar.sticky .row.back-white{
        margin-right: 0;
        margin-left: 0;
    }
    .neighborhood-banner .neighborhood-banner-inside .text-inner-group{
        padding:20px;
    }
    .main-page-prop-title{
        margin-top: 0;
        font-size: 24px;
    }

    h4.city-state-heading{
        /*margin-bottom: 0;*/
        margin: .5rem 0 .25rem;
        font-size: 14px;
    }
    .property-price{
        float: none;
        font-size: 20px;
    }

    .building-details .back-white .stat-group .stat-style{
        text-align: center;
    }
    .building-details .stat-group span.number{
        padding-right: 0;
        font-size: 30px;
    }

    .building-details a.button.expand.lighter-grey{
        width:100%;
    }

    .centered-heading-style1{
        font-size: 24px;
    }

}

/*new pop ups*/

#emailUpdatesModal.modal {
    display: none;
    position: fixed;
    z-index: 88;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}

.email-up-pop .lm-modal-content {
    background-color: #fefefe;
    margin: 8% auto;
    padding: 20px;
    border: 1px solid #a39374;
    width: 450px;
    min-height: 650px;
    position: relative;
    display: flex;
}

.email-up-pop .lm-modal-content p{
    font-size: 12px;
}

.email-up-pop .lm-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    right: 10px;
}

.email-up-pop .lm-close:hover,
.email-up-pop .lm-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.first-to-know-banner .top-text{
    border: 1px solid #a39374;
    padding:20px;
    margin-top: 10px;
}
.first-to-know-banner .top-text .bold{
    font-weight: 600;
    color: #4d4d4d;
}

.first-to-know-banner form{
    padding: 20px;
}

.first-to-know-banner form input{
    background: #ebe7e8;
    border:1px solid #6e6c6c;
    height:49px;
    margin-bottom: 1.25rem;
}

.first-to-know-banner .gform_wrapper .top_label input.large,  .first-to-know-banner .gform_wrapper .top_label input.medium{
    background: #ebe7e8;
    border:2px solid #6e6c6c;
    height:49px;
    margin-bottom: 1.25rem;
    margin-top: 0;
}

.first-to-know-banner form input[type=submit]{
    background: #beaf89;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Typold W05 bold';
    margin-bottom: 0;
}

.first-to-know-banner .gform_wrapper .gform_footer input[type=submit]{
    width:auto;
}

.first-to-know-banner .gform_wrapper .gform_footer input[type=submit]:hover{
    background: rgba(190,175,137, .7);
    border: 1px solid #91876d;
}

.first-to-know-banner .gform_wrapper .top_label .gfield_label{
    color:#211f20;
    padding-bottom: 8px;
    font-family: 'Typold W05 regular';
    height:auto;
    margin:0;
    line-height: 1;
}
.first-to-know-banner  p a.text-link{
    display: inline;
    padding: 0;
    border:none;
    margin: 0;
    text-transform: none;
    background: transparent;
}

.first-to-know-banner  p a.text-link:hover{
    text-decoration: underline;
}

.first-to-know-banner .disclaimer{
    padding: 0 20px;
}

#thanksUpdatesModal.modal {
    display: none;
    position: fixed;
    z-index: 88;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}

.email-up-pop.thanks .lm-modal-content {
    background-color: #fefefe;
    margin: 8% auto;
    padding: 20px;
    border: 1px solid #a39374;
    width: 450px;
    height: 420px;
    position: relative;
}

.email-up-pop.thanks .lm-modal-content p{
    margin-bottom: 1rem;
}

.email-up-pop.thanks .lm-modal-content ul{
    list-style-type: none;
}

.email-up-pop.thanks .lm-modal-content ul li{
    list-style-type: none;
    color: #9a9a9a;
    font-size: 16px;
    font-family: 'Typold W05 regular';
}

.email-up-pop.thanks .lm-modal-content ul li a{
    padding: 0;
    display: inline-block;
    background-color: transparent;
    border:none;
    font-size: 16px;
    text-transform: none;
}

.email-up-pop.thanks .lm-modal-content .lmthx-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
}
.email-up-pop.thanks .lm-modal-content .lmthx-close.btn {
    position: relative;
    right: 0;
    text-transform: uppercase;
    font-size: 16px;
    width:60%;
    margin-right: 40%;
    color: #4d4d4d;
    background-color: #fff;
    font-family: 'Typold W05 bold';
}
.email-up-pop.thanks .lm-modal-content .lmthx-close.btn:hover {
    background: #beaf89;
}

.first-to-know-banner.thanks-pop{
    border:none;
}

@media all and (max-width: 767px){
    .first-to-know-banner button{
        width:100%;
    }
    .email-up-pop .lm-close,
    .email-up-pop.thanks .lm-modal-content .lmthx-close{
        top: 2px;
        right: 5px;
        font-size: 20px;
    }
    .email-up-pop .lm-modal-content {
        width: 320px;
        min-height: auto;
        padding: 10px;
    }
    .email-up-pop .lm-modal-content form{
        padding: 20px 0;
    }
    .first-to-know-banner form input[type=submit] {
        width:100%;
    }
    .first-to-know-banner .gform_wrapper .gform_footer input[type=submit]{
        width:100%;
    }
    .first-to-know-banner .gform_wrapper .top_label .gfield_error{
        width:100%;
    }
    .first-to-know-banner form input{
        margin-bottom: .75rem;
    }
    .email-up-pop .lm-modal-content form {
        padding-bottom: 0;
    }
    .first-to-know-banner h3 {
        font-size: 19px;
    }
    .email-up-pop.thanks .lm-modal-content {
        width: 320px;
        height: 420px;
        padding: 10px;
    }
    .email-up-pop.thanks .lm-modal-content .lmthx-close.btn {
        width:100%;
        margin-right: 0;
    }
    .email-up-pop.thanks .lm-modal-content ul li,
    .email-up-pop.thanks .lm-modal-content ul li a {
        font-size: 14px;
        line-height: 1;
    }
    .email-up-pop .gform_wrapper, .email-up-pop .gforms_confirmation_message{
        padding: 0;
    }
}

a.gform_anchor {
    display:none;
}

button#thanks-updates-btn {
    display:none;
}

/*join us page*/

.join-us-page .video-hero{
    position: relative;
}

.join-us-page .video-hero .video-text{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
    padding-top: 200px;
}

.join-us-page .video-hero .video-text h2{
    font-size: 45px;
    text-transform: uppercase;
    color: #ccc2a4;

}
.join-us-page .video-holder{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    /*background-image: url("https://via.placeholder.com/300");*/
}

.join-us-page .video-holder video{
    width: 100%;
}

.row.no-max-width{
    max-width: none;
}

.join-us-page .row .large-12.columns.space-50{
    padding: 0 50px;
}

.join-us-page .join-up-inside-scroll-wrap{
    background: #fff;
    position: relative;
    box-shadow: 1px 6px 12px 9px rgba(0,0,0,0.19);
    -webkit-box-shadow: 1px 6px 12px 9px rgba(0,0,0,0.19);
    -moz-box-shadow: 1px 6px 12px 9px rgba(0,0,0,0.19);
}

.join-us-page .join-up-intro-group{
    position: relative;
    margin-top: 600px;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
}

.join-us-page .join-up-intro-group .join-up-content-wrap{
    background-color: #fff;
    min-height: 300px;
    background-image: url("../img/join-us-map.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    width:100%;
    height: 600px;
    text-align: center;
    margin-bottom: 2rem;
}

.join-us-page .join-up-intro-group h1{
    text-align: center;
    text-transform: uppercase;
}

.join-us-page .join-up-intro-group h3{
    text-align: center;
    color: #a7905a;
    font-weight: 300;
    font-size: 1.85em;
    letter-spacing: 1px;
}

.join-us-page .box-style-line  {
    background: #f4f4f4;
    padding: 30px 60px;
    min-height: 100px;
    height: auto;
    max-width: 930px;
    margin: 50px 0 0 -50px;
    box-shadow: 2px 2px 7px rgb(24 25 26 / 20%);
}

.join-us-page .box-style-line.over-map  {
    margin-top: 325px;
    margin-left: 120px;
}

.join-us-page .box-style-line.left{
    /*margin: 50px -50px 0 0;*/
    margin: 50px -50px 50px 50px;
    z-index: 1;
}
.join-us-page .box-style-line.center{
    margin: 50px auto;
}

.join-us-page .box-style-line  h4{
    position: relative;
    font-family: 'Typold W05 Bold';
    color: #252526;
    margin: 2rem 0 1rem;
    text-align: left;
    font-size: 32px;
    text-transform: none;
}

.join-us-page .box-style-line.left h4::before{
    right: -100px;
    left:0;
}

.join-us-page .box-style-line.center h4::before{
    left:0;
    right:0;
}

.join-us-page .box-style-line  h4::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -100px;
    right: 0;
    background: #beaf87;
    height: 6px;
}

.join-us-page .box-style-line  p{
    text-align: left;
    font-size: 1.6rem;
    color:#3d3d3d;
    font-weight: 600;
    font-family: 'Typold W05 thin';
}

.join-us-page .marketing-materials.badges img{
    text-align: center;
    margin: 0 auto;
    display: block;
}

.join-us-page .marketing-materials.badges .row{
    padding: 50px 0;
}
.join-us-page  .marketing-materials.group-two{
    margin: 8rem 0 2rem;
}

.join-us-page  .marketing-materials.group-two .rotating-images .phone{
    max-width: 350px;
    margin-left: 75px;
}

.join-us-page  .marketing-materials.group-two .rotating-images .listing-info{
    /*max-width: 350px;*/
    box-shadow: 1px 1px 27px 6px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 1px 27px 6px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 1px 27px 6px rgba(0,0,0,0.14);
    border: 1px solid #ddd;
    margin-left: -25px;
}

.join-us-page  .marketing-materials.group-two .rotating-images .brochure{
    box-shadow: 1px 1px 27px 6px rgba(0,0,0,0.14);
    -webkit-box-shadow: 1px 1px 27px 6px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px 1px 27px 6px rgba(0,0,0,0.14);
    border: 1px solid #ddd;
    margin-left: 50px;
    background: transparent;
    max-width: 450px;
}


.join-us-page  .marketing-materials.group-two .rotating-images{
    position: relative;
}

.join-us-page  .marketing-materials.group-two .rotating-images .fadein {
    position: relative;
    /*position:absolute;*/
    /*top:0px;*/
    /*left:50%;*/
    /*margin:auto;*/
}

.join-us-page  .marketing-materials.group-two .rotating-images .fadein img {
    /*position:absolute;*/
    /*left:-65px;*/
    /*left:auto;*/
    /*top:0;*/
}

.join-us-page  .marketing-materials.group-two .box-style-line{
    position: relative;
}

.join-us-page  .marketing-materials.centered{
    margin: 3rem 0 5rem;
}

.join-us-page  .marketing-materials.the-brays{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12rem;
}

.join-us-page  .marketing-materials.the-brays .bray-img{
    margin-left: 175px;
}

.join-us-page  .marketing-materials.the-brays .bray-img img{
    box-shadow: -26px 26px 0px 0px rgba(189,174,141,1);
    -webkit-box-shadow: -26px 26px 0px 0px rgba(189,174,141,1);
    -moz-box-shadow: -26px 26px 0px 0px rgba(189,174,141,1);
}

.join-us-page  .marketing-materials.the-brays .box-style-line{
    margin: -150px 150px auto 0;
    position: relative;
    padding: 60px;
}

.join-us-page  .marketing-materials.the-brays .button,
.join-us-page  .marketing-materials.group-two .button{
    text-transform: uppercase;
    padding: 1rem 2.25rem;
    letter-spacing: 1px;
    border: 2px solid #fff;
    box-shadow: -1px 0px 9px 11px rgba(0,0,0,0.10);
    -webkit-box-shadow: -1px 0px 9px 11px rgba(0,0,0,0.10);
    -moz-box-shadow: -1px 0px 9px 11px rgba(0,0,0,0.10);
    position: absolute;
    bottom: -25px;
}

.join-us-page .contact-section-wrap{
    padding: 0 100px 100px;
    height: 950px;
    /*background: fuchsia;*/
    background-image: url(../img/c-21-pattern.jpg);
    position: relative;
}

.join-us-page .contact-section-wrap .contact-form{
    left: 100px;
    top: -50px;
    right: 100px;
    position: absolute;
    background-color: #fff;
    text-align: center;
    padding: 50px;
    box-shadow: 1px 6px 12px 9px rgba(0,0,0,0.19);
    -webkit-box-shadow: 1px 6px 12px 9px rgba(0,0,0,0.19);
    -moz-box-shadow: 1px 6px 12px 9px rgba(0,0,0,0.19);
}

.join-us-page .contact-section-wrap .contact-form h4{
    font-family: 'Typold W05 Thin';
    font-size: 45px;
    text-align: center;
    margin: 3.125rem 0 1rem;
    font-weight: 200;
    text-transform: none;
    letter-spacing: 1px;
}

.join-us-page .contact-section-wrap .contact-form p{
    color: #a7905a;
    font-size: 1.5rem;
}

.join-us-page .contact-section-wrap .contact-form p a{
    color: #a7905a;
    font-size: 1.5rem;
    text-decoration: none;
}
.join-us-page .contact-section-wrap .contact-form p a:hover {
    color: #82735b;
}

.join-us-page .contact-section-wrap .contact-form .gform_wrapper .top_label input {
    height: 37px;
    background: #ebe7e8;
    border: none;
    box-shadow: none;
}

.join-us-page .contact-section-wrap .contact-form .gform_wrapper .top_label .gfield_label {
    text-transform: none;
    font-size: 0.875rem;
    margin-bottom: .75rem;
    color: #252526;
    font-family: 'Typold W05 Regular';
}

.join-us-page .contact-section-wrap .contact-form .gform_wrapper textarea {
    margin-bottom: 0;
    background: #ebe7e8;
    border: none;
    box-shadow: none;
}

.join-us-page .contact-section-wrap .contact-form .gform_footer.top_label{
    text-align: center;
}
.join-us-page .contact-section-wrap .contact-form #input_7_1_3_container label,
.join-us-page .contact-section-wrap .contact-form #input_7_1_6_container label{
    display: none;
}
.join-us-page .contact-section-wrap .contact-form .gform_wrapper input[type="submit"] {
    border: none;
    background: #beaf89;
    color: #171510;
    font-weight: 300;
    font-family: 'Typold W05 Regular';
    font-size: 1.25rem;
    padding: 1rem 2.25rem;
    height: auto;
    width: auto;
    margin: 20px auto 0;
    text-align: center;
    text-transform: uppercase;
}

.join-us-page .video-holder-img{
    display: none;
}

/*}*/
@media all and (max-width: 1460px) {
    .join-us-page{
        max-width: 100%;
        overflow-x: hidden;
    }
    .join-us-page .marketing-materials.group-two {
        margin: 6rem 0 2rem;
    }
    .join-us-page .row .large-12.columns.space-50{
        padding:20px;
    }
    .join-us-page .marketing-materials.group-two .rotating-images{
        overflow: hidden;
    }
    .join-us-page .box-style-line.left h4::before{
        right: 0;
    }
    .join-us-page .marketing-materials.badges{
        max-width: 100%;
    }
    .join-us-page .marketing-materials.badges img {
        max-width: 80%;
    }
    .join-us-page .marketing-materials.group-two .columns{
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .join-us-page .marketing-materials.group-two .box-style-line.left{
        margin: 20px;
    }
    .join-us-page .marketing-materials.group-two .rotating-images img{
        display: block;
        margin: 0 auto;
    }
    .join-us-page  .marketing-materials.group-two .rotating-images .phone{
        max-width: 300px;
        margin-left: auto;
    }
    .join-us-page  .marketing-materials.group-two .rotating-images .listing-info{
        max-width: 325px;
        margin-left: auto;
    }
    .join-us-page  .marketing-materials.group-two .rotating-images .brochure{
        margin-left: auto;
    }
}
@media all and (max-width: 1260px) {
    .join-us-page .join-up-intro-group{
        margin-top: 380px;
    }
    .join-us-page .marketing-materials.badges img {
        max-width: 75%;
    }
    .join-us-page  .marketing-materials.group-two .rotating-images .phone,
    .join-us-page  .marketing-materials.group-two .rotating-images .brochure,
    .join-us-page  .marketing-materials.group-two .rotating-images .listing-info{
        margin: 3rem auto;
        text-align: center;
        display: block;
    }
    .join-us-page .box-style-line.over-map{
        margin: 325px 20px 0;
    }
    .join-us-page .marketing-materials.badges .row {
        padding: 25px 0;
    }
}
@media all and (max-width: 767px) {
    .join-us-page .video-holder{
        display: none;
    }
    .join-us-page .video-holder-img{
        display: block;
    }
    .join-us-page .video-holder-img img{
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
    }
    .join-us-page .row .large-12.columns.space-50{
        /*padding: 0;*/
        padding-left: 0.9375em;
        padding-right: 0.9375em;
    }
    .join-us-page  .marketing-materials.group-two .rotating-images .phone,
    .join-us-page  .marketing-materials.group-two .rotating-images .brochure,
    .join-us-page  .marketing-materials.group-two .rotating-images .listing-info{
        max-width: 300px;
    }
    .join-us-page .marketing-materials.the-brays .box-style-line{
        padding: 20px;
    }
    .join-us-page .contact-section-wrap .contact-form h4{
        margin: 2.125rem 0 1rem;
    }
    .join-us-page .marketing-materials.badges img {
        max-width: 85%;
    }
    .join-us-page .box-style-line p{
        font-size: 1.25rem;
    }
    .join-us-page .join-up-intro-group .top-page-title{
        margin: 2rem 0 0;
    }
    .join-us-page .contact-section-wrap .contact-form p{
        padding: 0 10px;
    }
    .join-us-page .contact-section-wrap .contact-form p,
    .join-us-page .contact-section-wrap .contact-form p a{
        font-size: 1.25rem;
    }
    /*.join-us-page .box-style-line.over-map{*/
    /*    margin: 200px 20px 0;*/
    /*}*/
    .join-us-page .box-style-line{
        padding: 30px;
    }
    .join-us-page .box-style-line h4{
        font-size: 28px;
    }
    .join-us-page .join-up-intro-group{
        margin-top: 175px;
    }
    .join-us-page .row .large-12.columns.space-50{
        padding: 0;
    }
    .join-us-page .contact-section-wrap .contact-form{
        padding: 20px;
    }
    .join-us-page .contact-section-wrap{
        padding: 0 20px 20px;
        height: auto;
    }
    .join-us-page .marketing-materials.the-brays .bray-img{
        margin-left: 0;
        padding: 0 20px;
    }
    .join-us-page .marketing-materials.the-brays .box-style-line{
        margin: 50px 20px 0;
    }
    .join-us-page .box-style-line{
        margin: 20px;
    }
    .join-us-page .box-style-line.left{
        margin:20px;
    }
    .join-us-page .box-style-line.center{
        margin: 20px;
    }
    .join-us-page .box-style-line h4::before{
        right: 0;
        left: 0;
    }
    .join-us-page .box-style-line.left h4::before{
        left: 0;
        right:0;
    }
    .join-us-page .join-up-intro-group h1,
    .join-us-page .join-up-intro-group h3{
        padding: 0 2rem;
    }
    .join-us-page .marketing-materials.the-brays{
        margin-bottom: 6rem;
    }
}
/*concierge page */
.concierge-page{
    background: #fff;
}

.concierge-page h3{
    color: #a7905a;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Typold W05 Thin';
    font-size: 1rem;
    max-width: 675px;
    margin: 0 auto 2rem;
    line-height: 1.75;
}
.concierge-page .concierge-list{
    background: #ededed;
    border: 2px solid #bfb088;
    padding: 25px;
}

.concierge-page .concierge-list .button{
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 200px;
}

.concierge-page .concierge-list li{
    list-style-type: none;
    font-weight: bold;
    line-height: 2rem;
}

.concierge-page .concierge-list li img{
    width:60px;
    padding-right: 20px;
    margin-bottom: 1rem;
}

.concierge-page iframe {
    height: auto;
    /*min-height: 3200px;*/
    min-height: 800px;
    overflow: scroll;
}

.concierge-page .iframe-wrapper h2{
    margin: 1.5rem 0;
    font-family: 'Typold W05 Thin';
    text-align: left;
    font-weight: 200;
}

.concierge-page .iframe-wrapper a{
    margin-bottom: 2rem;
}

.concierge-page .concierge-form .form-group{
    margin: 5rem 0 7rem;
}

.concierge-page .concierge-form .gform_wrapper{
    padding: 0;
    max-width: none;
}

.concierge-page .concierge-form .gform_wrapper .top_label input {
    height: 37px;
    background: #ebe7e8;
    border: none;
    box-shadow: none;
}

.concierge-page .concierge-form .gform_wrapper #field_8_6{
    padding-top: 8px;
}

.concierge-page .concierge-form .gform_wrapper .ginput_complex .ginput_right input[type=text]{
    width: 98.5% !important;
}

.concierge-page .concierge-form .gform_wrapper input[type="submit"] {
    border: none;
    background: #beaf89;
    color: #171510;
    font-weight: 300;
    font-family: 'Typold W05 Regular';
    font-size: 1.25rem;
    padding: 1rem 2.25rem;
    height: auto;
    width: auto;
    margin: 20px auto 0;
    text-align: center;
    text-transform: uppercase;
    /*display: block;*/
}

.concierge-page .concierge-form .gform_wrapper textarea{
    border: none;
    box-shadow: none;
    background: #ebe7e8;
    min-height: 200px;
}

.concierge-page .concierge-form #input_8_1_3_container label,
.concierge-page .concierge-form #input_8_1_6_container label,
.concierge-page .concierge-form #input_9_1_3_container label,
.concierge-page .concierge-form #input_9_1_6_container label{
    display: none;
}
.concierge-page .concierge-form .form-group h3{
    /*font-family: 'Typold W05 Thin';*/
    font-family: 'Typold W05 Regular';
    font-size: 25px;
    text-align: left;
    margin: 3.125rem 0 1rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    color: #010101;
}

.concierge-page .sign-up-wrap{
    /*background: #bfb088;*/
    border: 2px solid #bfb088;
    padding: 25px;
    margin-bottom: 2rem;
}

.concierge-page .sign-up-wrap h3{
    /*color:#bfb088;*/
    color: #82735b;
    font-family: 'MinionPro', serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.6875em;
    text-align: left;
}

.concierge-page .sign-up-wrap p {
    color: #9a9a9a;
    margin-bottom: 0;
    font-weight: bold;
}

.concierge-page .sign-up-wrap .button{
    border: none;
    background: #beaf89;
    color: #171510;
    font-weight: 300;
    font-family: 'Typold W05 Regular';
    font-size: 1.25rem;
    padding: 1rem 2.25rem;
    height: auto;
    width: auto;
    margin: 20px auto 0;
    text-align: center;
    text-transform: uppercase;
    /*font-family: 'Typold W05 bold';*/
    /*background: #f1f1f1;*/
    /*color: #b5a991;*/
    /*text-align: center;*/
    /*text-transform: uppercase;*/
    /*text-decoration: none;*/
    /*border: 1px solid #a39374;*/
    /*padding: 1rem 2rem;*/
    /*display: block;*/
    /*font-weight: 600;*/
    /*margin: 2rem 0;*/
    /*transition: all 0.5s;*/
    /*font-size: 12px;*/
    /*letter-spacing: normal;*/
}

@media all and (max-width: 767px) {
    .concierge-page .concierge-list li img{
        display: block;
        margin: 1.5rem auto 2rem;
        text-align: center;
        width: 80px;
        padding-right: 0;
    }
    .concierge-page .concierge-list li{
        text-align: center;
        margin-bottom: 2rem;
    }
    .join-us-page .contact-section-wrap .contact-form{
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
}

/*new mega menus*/

.inner-menu{
    display: none;
}

.top-bar-menu li.megamenu-buy a:hover .sub-menu.dropdown{
    position: relative;
}

.top-bar-menu li.megamenu-buy a:hover .inner-menu{
    display: block;
}

/*.sub-menu.dropdown{*/

.top-bar-section ul {
    position: relative;
}
.top-bar-section ul .has-dropdown:hover .dropdown-content,
.top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown{
    background: #252526;
    visibility: visible;
}

.top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown{
    padding-top: 20px;
}

.top-bar-section ul .has-dropdown:hover .dropdown-content{
    position: absolute;
    right: 0;
    left: 0;
    min-width: 600px;
    display: block;
    min-height: 265px;
    height: 270px;
    width:600px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.49);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.49);
}
.top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner{
    width:100%;
    position: relative;
    display: flex;
    flex-direction: row;
    min-width: 0;
    background-color: #252526;
}
.top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .sub-menu.dropdown {
    float: left;
    width: 50%;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    left:auto;
    min-width: auto;
    padding: 25px;
}

.top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu{
    width:100%;
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding-top: 50px;
}

.top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu .bg-img{
    background: #000 url(../img/contact_history_crop.jpg)no-repeat center center;
    background-size: contain;
    width: 280px;
    height: 221px;
    position: relative;
}

.top-bar-section ul .megamenu-buy.has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu .bg-img{
    background: url(../img/marketing-you-home-cropped.jpg)no-repeat center center;
    background-size: contain;
    width: 280px;
    height: 221px;
    position: relative;
}



.top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu .bg-img .caption{
    background: #fff;
    padding: 10px 20px;
    position: absolute;
    bottom: 10px;
    left: -45px;
}

.top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu .line{
    background:#af9d72;
    height: 5px;
    width:200px;
    margin: 0 -50px 0 0;
}

.top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu .bg-img h5{
    font-weight: 600;
    font-size: .75rem;
}

.top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu .bg-img p{
    margin: 0;
}
.top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu .bg-img p a{
    background: transparent;
    display: block;
    padding: 0;
}

.top-bar-section .sub-menu.dropdown li a:not(.button){
    font-size: 18px;
    line-height: 1.2;
}

.top-bar-section .dropdown li > a:hover{
    background: transparent;
}

.top-bar-section .dropdown li a{
    position: relative;
}
.top-bar-section ul li.menu-item > a, .top-bar-section ul li.has-dropdown > a{
    position: relative;
}
.top-bar-section li.has-dropdown:hover > a{
    position: relative;
}
.top-bar-section li.has-dropdown:hover > a:before{
    content:' ';
    height: 3px;
    background: #82735b;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
}

.top-bar-section ul.sub-menu.dropdown li.menu-item:hover > a:after{
    content:none;
}

.top-bar-section ul li.menu-item:hover > a:after, .top-bar-section ul li.has-dropdown > a:hover:after{
    content:' ';
    height: 3px;
    background: #82735b;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
}

.top-bar-section .dropdown li > a:hover:after{
    content:' ';
    height: 3px;
    background: #82735b;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
}

.top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu .bg-img p a:hover{
    opacity: .8;
}

@media all and (max-width: 1060px){
    .top-bar-section ul .has-dropdown:hover .dropdown-content{
        left: -50px;
    }
    .top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu .bg-img .caption {
        padding: 8px 15px;
        position: absolute;
        bottom: 10px;
        left: -75px;
    }
    .top-bar .top-bar-section ul.sub-menu.dropdown li a{
        line-height: 1;
    }
    .top-bar-section ul .megamenu-buy.has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu .bg-img{
        height:174px;
        width: 220px;
    }
    .top-bar-section ul .has-dropdown:hover .dropdown-content{
        min-width: 500px;
        width: 500px;
        min-height: 240px;
        height: 240px;
    }
    .top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu .bg-img{
        height: 158px;
        width: 200px;
    }
    .top-bar-section .sub-menu.dropdown li a:not(.button){
        font-size: 16px;
    }

}


@media all and (max-width: 940px){
    .top-bar-section ul li.menu-item:hover > a:after{
        content:none;
    }
    .top-bar-section li a:not(.button):hover{
        color: #fff;
    }
    .top-bar-section ul .has-dropdown:hover .dropdown-content{
        box-shadow: none;
    }
    /*.top-bar .top-bar-section ul.sub-menu.dropdown li a{*/
    /*    font-family: 'Typold W05 Regular';*/
    /*    font-weight: normal;*/
    /*}*/
    .top-bar-section .dropdown li > a:hover:after{
        display: none;
    }
    .top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .sub-menu.dropdown,
    .top-bar-section ul .has-dropdown .dropdown-content .dropdown-content-inner .sub-menu.dropdown{
        /*margin: 0;*/
        padding: 0;
    }
    .top-bar-menu li.megamenu-buy a:hover .inner-menu{
        display: none;
    }
    .top-bar-section li.has-dropdown:hover > a:before{
        content:none;
    }
    .top-bar .top-bar-section ul.sub-menu.dropdown li a{
        font-size: 13px;
    }
    .top-bar-section ul .has-dropdown:hover .dropdown-content{
        position: relative;
        right: unset;
        left: unset;
        min-width: 0;
        min-height: 0;
        width: auto;
        height: auto;
    }
    .top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .inner-menu{
        display: none;
    }
    .top-bar-section ul .has-dropdown:hover .dropdown-content .dropdown-content-inner .sub-menu.dropdown, .top-bar-section ul .has-dropdown .dropdown-content .dropdown-content-inner .sub-menu.dropdown{
        margin-top: 0;
    }
    .top-bar .top-bar-section .dropdown-content-inner ul.sub-menu.dropdown{
        margin-left: 16px;
    }
    .top-bar .top-bar-section ul{
        max-height: none;
    }
}
