/*
| --------------------------------------------------------
| TABLE OF CSS CONTENT
| --------------------------------------------------------
| Trypography CSS
| Font Variation CSS
| Icon Box CSS
| Button CSS
| Button Variation CSS
| Background Color CSS
| Text Color CSS
| Form Control CSS
| Social Icon CSS
*/
.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/*FONTS*/
@font-face {
    font-family: 'GT America Bold Trial';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/GT-America-Standard-Bold-Trial.woff2);
}
@font-face {
    font-family: 'GT America Black Trial';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/GT-America-Standard-Black-Trial.woff2);
}
@font-face {
  font-family: NaN Spaceland Extralight;
  src: url(../fonts/NaN-Spaceland-Extralight.woff2);
  font-display: swap
}
@font-face {
  font-family: NaN Spaceland Regular;
  src: url(../fonts/NaN-Spaceland-Regular.woff2);
  font-display: swap
}
@font-face {
  font-family: Degular Display Regular;
  src: url(../fonts/Degular-Display-Regular.woff2);
  font-display: swap
}
@font-face {
  font-family: Degular Display Semibold;
  src: url(../fonts/Degular-Display-Semibold.woff2);
  font-display: swap
}
@font-face {
  font-family: Degular Display Medium;
  src: url(../fonts/Degular-Display-Medium.woff2);
  font-display: swap
}
/* NEW listing page=nlp Custom classes
========================================================== */
.logo-size img{
    max-width: auto !important;
    height: 50px !important;
}
.nlp-search-box {
    border-style: solid;
    border-color: #ff6a3d !important;
    border-width: 2px 2px 4px 2px;
}
.nlp-primary-bg {
    background-color: #f7f5f2 !important;}

.nlp-secondary-bg {
    background-color: #0e0e0e !important;}

.btn-outline {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1.5px solid #ff6a3d;
    text-decoration: none;
    padding: 9px 20px 11px;
    color: #ff6a3d;
    letter-spacing: 1.1px;

}

.link-style-1, .link-style-1:hover, .link-style-1:focus, .link-style-1:active, .link-style-1.active {
    font-family: 'Inter', sans-serif;
    color: #888682 !important; 
}
.link-style-1:hover{
    font-weight: 600; 
}
.link-style-2, .link-style-2:hover, .link-style-2:focus, .link-style-2:active, .link-style-2.active {
    font-family: 'Inter', sans-serif;
    color: #888682 !important; 
    text-decoration: underline;
}
.link-style-2:hover{
    text-decoration: underline;
    color: #FFFFFF !important;
}
a.dmt-text-link{
  color: #FD4C00 !important;
}
a.dmt-text-link:hover{
  color: #FD4C00 !important;
}
.dmt-link-area-border{
  border-bottom: #FD4C00 solid 2px;
}
.hr-style-1{
    background: #888682;
    margin: 0;
    width: 100%;
    height: 1px;
    position: relative;
}

.property-container:hover .ap-property-address,
.property-container:hover .ap-property-details {
    color: #ff6a3d !important; 
}

.favorite-icon:hover .fa-heart-o:before{
  content: "\f004";
  color: #ff6a3d !important;
}
.favorite-icon.active .fa-heart-o:before{
  content: " ";
}
.img-left {
    float: none;
    display: inline-flex;
    text-align: left;
}
.search-box .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: solid 1px #260716;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    width: auto;
    line-height: 37px;
    outline: none;
    padding-left: 5px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* BG images for sections
========================================================== */
.section-bg-1 {
    background-image: url("../images/dmt-bg-2.jpg");
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Width Style CSS ==================================================== */
.width-half { width:50%; }
.width-90percent { width:90% !important; }
.width-full { width:100%; }
.width-half { width:50%; }
.width-30 { width:30px !important; }
.width-50 { width:50px !important; }
.width-70 { width:70px !important; }
.width-60 { width:60px !important; }
.width-100 { width:100px !important; }
.width-150 { width:150px !important; }
.width-160 { width:160px !important; }
.width-180 { width:180px !important; }
.width-200 { width:200px !important; }
.width-250 { width:250px !important; }
.width-220 { width:220px !important; }
.width-235 { width:235px !important; }
.width-300 { width:300px !important; }
.width-350 { width:350px !important; }
.width-400 { width: 400px !important; }
.width-450 { width: 450px !important; }
.width-600 { width: 600px !important; }
/* THUMB LABELS t=Top b=Bottom l=Left r=Right c=Center
========================================================== */
.thumb-label-tl {
  position: absolute;
  align-items: flex-start;    
  left: 10px;
  top: 10px;
}
.thumb-label-tr {
  position: absolute;
  align-items: flex-end;    
  right: 10px;
  top: 10px; 
}
.thumb-label-br {
  position: absolute;
  align-items: flex-end;      
  right: 10px;
  bottom: 10px; 
}
.thumb-label-bl {
  position: absolute;
  align-items: flex-start;     
  left: 10px;
  bottom: 10px; 
}
.thumb-label-bc {
  position: absolute;    
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px; 
}
.thumb-label-style-1 {
  padding: 3px 8px;
  border-radius: 0 !important;
  text-transform: uppercase; 
}
.thumb-bg-white-t {
    background-color: rgba(255, 255, 255, 1);
    color: #20232C !important;
}
.thumb-bg-grey-t {
    background-color: rgba(237, 237, 237, 1);
    color: #20232C !important;
}
.thumb-bg-purple-t, .bg-purple-t {
    background-color: rgba(80, 99, 211, 1);
    color: #FFFFFF !important;
}
.thumb-bg-blue-t, .bg-blue-t {
    background-color: rgba(12, 96, 209, 1);
    color: #FFFFFF !important;
}
.thumb-bg-green-t, .bg-green-t {
  background-color: rgba(96, 195, 95, 1); 
  color: #FFFFFF !important;    
}
.thumb-bg-black-t, .bg-black-t {
    background-color: rgba(32, 35, 44, 1);
    color: #FFFFFF !important;
}
.thumb-bg-coral-t, .bg-coral-t {
    background-color: rgba(245, 105, 105, 1);
    color: #FFFFFF !important;
}
.thumb-bg-orange-t, .bg-orange-t {
    background-color: rgba(253, 75, 0, 1);
    color: #FFFFFF !important;
}
.thumb-bg-black-mm {
  background-color: #11171dc2;
}
/* FLEX GAP*/
.flex-gap-5 {
  gap: 5px;
}
.flex-gap-10 {
  gap: 10px;
}
.flex-gap-15 {
  gap: 15px;
}
.flex-gap-20 {
  gap: 20px;
}
.mlb-n5{
  margin-left: -5px;
  margin-bottom:-5px;
}
.mlb-n10{
  margin-left: -10px;
  margin-bottom:-10px;
}
.mlb-n20{
  margin-left: -20px;
  margin-bottom:-20px;
}
.flex-gap-5-alt > * {  
  margin-left: 5px;
  margin-bottom: 5px;
}
.flex-gap-10-alt > * {  
  margin-left: 10px;
  margin-bottom: 10px;
}
.flex-gap-20-alt > * {  
  margin-left: 20px;
  margin-bottom: 20px;
}
.flex-gap-10-alt-cp div:nth-child(n) { 
  margin-bottom: 10px;
}

/* THUMB LABEL
========================================================== */
.thumb-label {
  position: absolute;    
  left: 10px;
  top: 10px;
  padding: 3px 8px;
  text-transform: uppercase; 
}
.bg-color-white-t {
  background-color: rgba(255, 255, 255, 1);
}
.bg-color-yellow-t {
  background-color: rgba(226, 199, 12, 1);
}
.bg-color-purple-t {
  background-color: rgba(70, 73, 97, 1);
}

/* COVER Image, fit image
========================================================== */
.img-cover {
  object-fit: cover;
  height: 100%;    
  vertical-align: bottom;
}

/* OH ICON! */
.oh-icon-size {
  width: 77px;    
  max-width: 77px;
  height: auto;
}

/* SEARCH BOX
================================================== */
@media (max-width: 768px) {
  .search-box-position {
    top: 160px !important;    
  }
}
.search-box-position {
  position: absolute;
  top: 440px;    
}
.search-box-size {
  max-width: 50%;    
}

/* Video Gallery Style CSS BOF (.yit-video-gallery)
================================================== */
.yit-video-gallery .yit-video-item { margin-bottom:20px; }
.html-video { 
    background-color: #000000; 
    height: auto; 
    left: 50%; 
    min-height: 100%; 
    min-width: 100%; 
    position: absolute; 
    top: 200px;
    /*transform: translate(-50%, 100%); 
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); 
    -o-transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    width: auto; z-index:-2;*/ 
}

.common-big-title {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
  font-size: calc(35px + (45 - 35) * ((100vw - 320px) / (1970 - 320)));
  text-align: left;
}
.common-title {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1970 - 320)));
    line-height:1.5;
  text-align: left;
}
.header-title {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1970 - 320)));
    line-height:1.5;
  text-align: center;
}
.header-lead {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1970 - 320)));
    line-height:1.5;
  text-align: center;
}
.common-link {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1970 - 320)));
    line-height:1.5;
  text-align: left;
}

/* LIST WITH US PAGE (lwu)*/

.lwu-map-shadow {
  -webkit-box-shadow: inset 0px 0px 190px 50px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 0px 190px 50px rgba(255,255,255,1);
  box-shadow: inset 0px 0px 190px 50px rgba(255,255,255,1);
}
.lwu-image-office {
  -webkit-box-shadow: 0px 10px 6px -5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 6px -5px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 6px -5px rgba(0,0,0,0.2);
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  border: none;
}
.lwu-section-bg-map {
    background-image: url("../images/mny-lower-east-side-map.svg");
    background-color: #ebebeb;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.lwu-section-bg-3 {
    background-image: url("../images/lwu-bg-section-3.jpg");
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.lwu-section-bg-4 {
    background-image: url("../images/lwu-bg-section-4-2.svg");
    background-color: #f9f9f9;
    background-position: 42% 50%;
    background-repeat: no-repeat;
    background-size: 400px auto;
    position: relative;
  min-height: 380px;
}
.lwu-section-bg-4-main {
    background-image: url("../images/lwu-lower-east-side-section-bg.jpg");
    background-color: #f9f9f9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.lwu-circles {
    width: 90px;
  height: auto;
}
.lwu-lead-text-size {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(22px + (26 - 22) * ((100vw - 320px) / (1970 - 320)));
    line-height: normal;
    vertical-align: bottom;
}
.lwu-title2 {
  font-family: 'Lemondelivrepro', sans-serif;
  font-style: normal;
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(12px + (17 - 12) * ((100vw - 320px) / (1970 - 320)));
    line-height: normal;
  text-align: center;
  letter-spacing: 0.75px;
}
.lwu-title3 {
  font-family: 'Lemondelivrepro', sans-serif;
  font-style: normal;
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1970 - 320)));
    line-height: normal;
  text-align: center;
  letter-spacing: 0.75px;
}
.lwu-big-title {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1970 - 320)));
    line-height: normal;
  vertical-align: bottom;
}
.lwu-title {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(16px + (23 - 16) * ((100vw - 320px) / (1970 - 320)));
  font-weight: 600;
    line-height: normal;
  text-align: left;
}
.lwu-section4-title {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1970 - 320)));
  font-weight: 400;
    line-height: normal;
  text-align: left;
  text-transform: uppercase;
}
.lwu-section4-small {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1970 - 320)));
  font-weight: 400;
    line-height: normal;
  text-align: left;
}
.lwu-counter-font {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1970 - 320))) !important;
    line-height: normal;
  text-align: center;
  font-weight: 600 !important;
}
.lwu-next-to-counter-font {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1970 - 320)));
    line-height:1.5;
  text-align: center;
}
.lwu-header-logo {
    max-width: calc(190px + (260 - 190) * ((100vw - 320px) / (1970 - 320)));
    /*max-width: 260px;*/
    height: auto;
    display: inline;
  margin-bottom: 3px !important;

}
.lwu-open-house-table {
    max-width: calc(100px + (300 - 100) * ((100vw - 320px) / (1970 - 320)));
    /*max-width: 260px;*/
    height: auto;
    display: inline;
  margin-bottom: 3px !important;

}
.lwu-icon-1 {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #60d6eb;
  padding: 12px 0 0 0;
  font-size: 25px;
}
.lwu-icon-2 {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #758ae4;
  padding: 12px 0 0 0;
  font-size: 25px;
}
.lwu-icon-3 {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #356c80;
  padding: 12px 0 0 0;
  font-size: 25px;
}

/* ARTICLE PAGE (ap)
========================================================== */
.article-source {
    font-size: 12px;
    line-height:1.5;
  text-align: left;
  font-style: italic;
}

/* COMMERCIAL PAGE (com)
========================================================== */
.com-header-image {
  width:100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.com-header-box-height {
  width: auto;
  height: 170px;
}
.com-collapse-form {
  width:100%;
  height: auto;
  background-color: #F9F9F9;
  border-top: solid 1px #EBEBEB;
  border-bottom: solid 1px #EBEBEB;
}
.com-form-element-title {
  /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1970 - 320)));
    line-height:1.5;
  font-weight: 600;
  text-align: left;
}
.com-article-title {
    font-size: 18px;
    line-height:1.2;
  font-weight: 600;
  text-align: left;
}

/* NEIGHBORHOOD PAGE (nbh)
========================================================== */
.on-circle-button2 {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    min-width: 55%;
    min-height: 67%;
    line-height: 20px;
}
.on-circle-button2:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}
.on-circle-button2:hover i{
    color: white;
}
.on-circle-button2 i {
    color: #637f93;
    font-size: 25px;
}
.on-circle-button2 .arrow-right {
    bottom: 15%;
}


.nbh-header-image {
  width:100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nbh-white-circle {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    line-height: 20px;
}
.nbh-name {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1970 - 320)));
    line-height:1.5;
    text-align: left;
}

/* DEVELOPMENTS DETAL PAGE (ddp)
========================================================== */
.ddp-section-border {
  border: 1px solid;
    border-color: #e1e1e1 !important;
}
.nav-tabs3 {
    border-bottom: 0;
}

.nav-tabs3 .nav-item {
    margin-bottom: -1px;
}

.nav-tabs3 .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs3 .nav-link:hover, .nav-tabs2 .nav-link:focus {
    background-color: rgba(243, 243, 243, 0.5);
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs3 .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs3 .nav-link.active,
.nav-tabs3 .nav-item.show .nav-link {
    color: #3e406b;
    background-color: #f9f9f9;
    border-color: #e1e1e1 #e1e1e1 #f9f9f9 !important;
}

.nav-tabs2 .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* DEVELOPMENTS PAGE FORM CONTROL (ldp)
========================================================== */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(217, 224, 229, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #d9e0e5;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
  margin-top: 3px;
  padding-left: 22px;
}

.custom-control-label::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  border: solid 1px #d7d7d7;
}

.custom-control-label::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: black;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* DEVELOPMENTS PAGE (dev)
========================================================== */
.dev-bulding-details-box {
    background-image: url("../images/diagonal-line-pattern.png");
    background-color: #ffffff;
    background-position: center;
    background-repeat: repeat;
}
.dev-building-name {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(18px + (21 - 18) * ((100vw - 320px) / (1970 - 320)));
    line-height:1.5;
  text-align: left;
}
.dev-short-description {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1970 - 320)));
    line-height:1.5;
}
.dev-title {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1970 - 320)));
  font-weight: 500;
    line-height:1.5;
  text-align: left;
}
.dev-heighlighted-text, .dev-heighlighted-text a, .dev-heighlighted-text a:hover {
  font-weight: 500;
  color: #92C957;
}

/* LISTING DETAILS PAGE (ldp)
========================================================== */
.ldp-property-address {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(15px + (36 - 15) * ((100vw - 320px) / (1970 - 320)));
    line-height: 1;
}
.ldp-highlighted-details {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1970 - 320)));
    line-height: 2;
}
.ldp-icons {
    display: inline-block;
    float: left;
    /*Help width: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    width: calc(25px + (45 - 25) * ((100vw - 320px) / (1970 - 320)));
    height: calc(25px + (45 - 25) * ((100vw - 320px) / (1970 - 320)));
    font-size: calc(15px + (28 - 15) * ((100vw - 320px) / (1970 - 320)));
    background-color: #ebebeb;
    line-height: 1.9;
}
.ldp-icons2 {
    display: inline-block;
    float: left;
    /*Help width: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    width: calc(30px + (35 - 30) * ((100vw - 320px) / (1970 - 320)));
    height: calc(30px + (35 - 30) * ((100vw - 320px) / (1970 - 320)));
    font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1970 - 320)));
    background-color: #ebebeb;
    line-height: 1.9;
}
a.heart-icon:hover, a.heart-icon:focus, a.heart-icon:active, a.heart-icon.active {
    color: #ff6a3d;
}
.ldp-open-house-section {
    background-color: #f5f5f5;
}
.ldp-slideshow-section {
    /*max-height: 558px;*/
}
.ldp-open-house-date {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1970 - 320)));
    line-height: 1;
}
.ldp-slideshow {
    max-width: 870px;
}

.responsive-map, .responsive-map iframe  {
    height: 100%;
    min-height: 300px;
}
.ldp-title {
    font-size:18px;
    color: black;
    line-height: 1.2;
}
.ldp-other-details-section {
    padding: 10px !important;
}
.ldp-list-icon {
    width: 15px;
    height: auto;
    float: left;
    margin-right: 5px;
}
/*.open-house-sign img:not(.png) { /* Required to make image fluid in IE
  width: 100%;
} */

.ldp-agent-name {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1970 - 320)));
    line-height: 1.2;
    text-align: left;
}
.ldp-agent-contact {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(14px + (14 - 14) * ((100vw - 320px) / (1970 - 320)));
    text-align: left;
}
.ldp-neighborhood-right-bg {
    background-image: url("../images/neighborhood-map-bg.jpg");
    background-color: #f3f3f3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-right: solid 15px #FFFFFF;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
/* LISTINGS PAGE
========================================================== */

/* BASIC Classes ==================================================== */
.overflow-auto {
  overflow: auto !important;
}
.overflow-y {
  overflow-y:scroll;
  overflow-x:hidden;
}

/* SHADOWS
==================================================== */
.shadow-black-1 {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 20%);
   }
   .shadow-black-2 {
    -webkit-box-shadow: 0 0 0.5rem rgb(0 0 0 / 15%);
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 15%);
   }
   .shadow-black-3 {
    -webkit-box-shadow: 0px 26px 21px -23px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 26px 21px -23px rgba(0,0,0,0.2);
    box-shadow: 0px 26px 21px -23px rgba(0,0,0,0.2);
   }
   .shadow-soft {
     box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important;
   }
/* Custom classes
========================================================== */
.fixed-filter {
    position: fixed;
    top: 5px;
    right: 0;
    left: 0;
    z-index: 1000;
}
.filter-area-setting {
    height: 100%;
    max-height: 450px;
}

.view-options-button {
    width: 40px;
    height: auto;
}

/*  ICONS FLUID RESIZE */
.listings-icons {
    width: auto;
    /*Help height: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    height: calc(30px + (35 - 30) * ((100vw - 320px) / (1970 - 320)));
    margin-right: 10px;
}
.listings-icons2 {
    width: auto;
    /*Help height: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    height: calc(10px + (30 - 10) * ((100vw - 320px) / (1970 - 320)));
    margin-right: 10px;
}
/*  ICONS for MOBILE VIEW (mv) */
.listings-icons-mv {
    width: auto;
    height: 35px;
}
.tab-row-bg {
    background-color: #e1e1e1 !important;
}
.tab-content-bg {
    background-color: #f9f9f9 !important;
}
.nav-tabs-restyle {
    background-color: #f9f9f9 !important;
    border-color: #e1e1e1 #e1e1e1 #f9f9f9 !important;
}
.filters-section {
    border-bottom: #b4b4b4 solid 1px;
    background-color: #f9f9f9;
    padding-bottom: 0;
}

.nav-tabs2 {
    border-bottom: 0;
}

.nav-tabs2 .nav-item {
    margin-bottom: -1px;
}

.nav-tabs2 .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
}

.nav-tabs2 .nav-link:hover, .nav-tabs2 .nav-link:focus {
    background-color: rgba(243, 243, 243, 0.5);
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs2 .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs2 .nav-link.active,
.nav-tabs2 .nav-item.show .nav-link {
    color: #495057;
    background-color: #f9f9f9;
    border-color: #e1e1e1 #e1e1e1 #f9f9f9 !important;
}

.nav-tabs2 .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* (AP)AGENT PAGE
========================================================== */
/*fix if no need breadcrumbs*/
.mt-7px {
    margin-top: 7px;
}

.breadcrumb-section {
    border-bottom: #d7d7d7 solid 1px; /*was #d4d4d4*/
    background-color: transparent; /*was #f9f9f9*/
    padding-bottom: 0;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: #f9f9f9;
    border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}
.ap-agent-section-bg {
    background-image: url("../images/diagonal-line-pattern.png");
    background-color: #ffffff;
    background-position: center;
    background-repeat: repeat;
}
.ap-agent-details-box {
    max-width: 770px;
}
.ap-agent-name {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(19px + (36 - 19) * ((100vw - 320px) / (1970 - 320)));
    line-height: 1.2;
    text-align: left;
}
.ap-agent-contact, .ap-agent-language {
    font-size: 12px;
    line-height: 1;
    color: #000000 !important;
    text-align: left;
}
.ap-agent-introduction {
    font-size: 14px;
    line-height: 1.3;
    color: #000000 !important;
    text-align: left;
}
.ap-property-address {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(18px + (19 - 18) * ((100vw - 320px) / (1970 - 320)));
    line-height:1.5;
}
.ap-property-details {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(12px + (15 - 12) * ((100vw - 320px) / (1970 - 320)));
    line-height:1.5;
}
.ap-property-details-box {
    background-color: transparent;
    background-position: center;
    background-repeat: repeat;
    max-width: 630px;
}
.ap-icons {
    display: inline-block;
    float: left;
    /*Help width: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    width: calc(20px + (27 - 20) * ((100vw - 320px) / (1970 - 320)));
    height: calc(20px + (27 - 20) * ((100vw - 320px) / (1970 - 320)));
    font-size: calc(10px + (15 - 10) * ((100vw - 320px) / (1970 - 320)));
    background-color: #ffffff;
    line-height: 1.9;
}
.ap-social li {
    float: left;
    font-size: 20px;
}

/* (TC) THE COMPANY
========================================================== */
.tc-header-bg {
    background-image: url("../images/tc-header-bg.jpg");
    background-color: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}
.tc-header-logo {
    max-width: calc(150px + (260 - 150) * ((100vw - 320px) / (1970 - 320)));
    /*max-width: 260px;*/
    height: auto;
    display: inline;

}
.tc-lead-text-size {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(15px + (25 - 15) * ((100vw - 320px) / (1970 - 320)));
    /*font-size: 26px;*/
}

.tc-lead-text {
    max-width: 570px;
    height: auto;
}

.tc-long-arrow-down {
    max-width: calc(220px + (390 - 220) * ((100vw - 320px) / (1970 - 320)));
    /*max-width: 390px;*/
    height: auto;
}

.tc-agent-details-box {
    background-image: url("../images/diagonal-line-pattern.png");
    background-color: #ffffff;
    background-position: center;
    background-repeat: repeat;
    max-width: 400px;
}
.tc-agent-name {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(16px + (17 - 16) * ((100vw - 320px) / (1970 - 320)));
    line-height:0.7;
    text-align: left;
}
.tc-agent-contact {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(9px + (12 - 9) * ((100vw - 320px) / (1970 - 320)));
    line-height:0.9;
    color: #000000 !important;
    text-align: right;
}
.width-400 {
    max-width: 400px;
}




/* FORM
========================================================== */
/*** Input Style-2 BM CSS ***/
.input-style-2 .form-control {
    border-width:0 0 0 0;
    border-style:solid;
    border-color:#5c6292;
}
.input-style-2 .form-control:focus { border-color:#2d536e; }
.input-style-2 .has-error .form-control { border-color:#f00; }
.input-style-2 .success .form-control  { border-color:#7fa9c7; }
.input-style-2 i {
}

/* HEADER
========================================================== */
/*Remove-bootstrap-toggle caret*/
.yit-nav .dropdown-toggle::after {
    display: none;
}
.yit-nav .search-link {
    background-color: rgba(247, 245, 242, 1);
    padding: 15px;
    transition: 0.5s;
    width: 55px;
    height: 55px;
}
.yit-nav .search-link i{
    color:#000000;
}

.yit-nav .search-link:not(.collapsed) i{
    color: #000000;
}

/* FOOTER
========================================================== */
footer.bm-footer-bg {
    /*background-image: url("../images/loho-footer-bg.jpg");*/
    background-color: #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 768px) {
    .footer-logo {
        max-width: 280px !important;
        height: auto;
    }
}
.footer-logo {
    max-width: 220px;
    height: auto;

}
.social-block li {
    margin-right: 18px;
}
.social-block li a {
    font-size: 40px;
    color:#ffffff;
}
.social-block li a:hover {
    color:#ff6a3d;
}

.social-block .svg-icon {
    height: 65%;
    width: 65%;
    fill: #ffffff;
    transition: 0.5s;
}

.social-block .svg-icon:hover  {
    fill: #ff6a3d;
}


/* 4. SECTION
========================================================== */
.on-bg {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 100%;
}

.on-bg-1 {
    background-image: url("../images/on-bg-1@2x.jpg");
}
.on-bg-2 {
    background-image: url("../images/on-bg-2@2x.jpg");
}
.on-bg-3 {
    background-image: url("../images/on-bg-3@2x.jpg");
}
.on-bg-4 {
    background-image: url("../images/on-bg-4@2x.jpg");
}
.on-bg-5 {
    background-image: url("../images/on-bg-5@2x.jpg");
}
.on-bg-6 {
    background-image: url("../images/on-bg-6@2x.jpg");
}
.on-circle-button {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 70px;
    width: 140px;
    height: 140px;
    line-height: 20px;
}
.on-circle-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}
.on-circle-button:hover i{
    color: white;
}
.on-circle-button i {
    color: #000000;
    font-size: 25px;
}
.on-circle-button .arrow-right {
    bottom: 10px;
}

/*.on-circle-button svg {
  margin: 30px 0;
  fill:none;
  stroke:#637F93;
  stroke-width:2;
  stroke-linecap:round;
  height: 20%;
  width: 20%;
  transition: 0.5s;
}
.on-circle-button:hover svg path {
  stroke:#ffffff;
}*/



/* 3. SECTION
========================================================== */
.fp-property-details-box {
    background-image: url("../images/diagonal-line-pattern.png");
    background-color: #ffffff;
    background-position: center;
    background-repeat: repeat;
}
.fp-property-address {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(18px + (21 - 18) * ((100vw - 320px) / (1600 - 320)));
    line-height:1.5;
}
.fp-icon-share {
    padding: 10px 12px 10px 12px;
}


/* 2. SECTION
========================================================== */
.bm-second-section {
    /*background-image: url("../images/mny-lower-east-side-map.svg");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*border-bottom: solid 1px #dedede;*/
}

.bm-title {
    font-size:35px;
    color: #260716;
}

.bm-lead {
    font-size:18px;
    line-height:1.5;
    color: #260716;
}

.bm-shadow {
    -webkit-box-shadow: inset 0px 50px 55px -35px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 50px 55px -35px rgba(0,0,0,0.25);
    box-shadow: inset 0px 50px 55px -35px rgba(0,0,0,0.25);
}
.lead-text {
    max-width: 445px;
    height: auto;
}
.fivestar {
    width: 400px;
    height: auto;
}
@media (min-width: 576px) {
    .ampersand {
        max-width: 71px !important;
        height: auto;
    }
    .house-icon {
        max-width: 160px !important;
        height: auto;
    }
}
.ampersand {
    max-width: 45px;
    height: auto;

}
.house-icon {
    max-width: 100px;
    height: auto;

}

/* Rounded corners
========================================================== */
.rounded-3 {
    border-radius: 3px !important;
}

.rounded-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
}

.rounded-10 {
    border-radius: 10px !important;
}
.rounded-15 {
    border-radius: 15px !important;
}
.rounded-20 {
    border-radius: 20px !important;
}

.rounded-30 {
    border-radius: 30px !important;
}



/* Search box
========================================================== */
.bm-search-modal {
    font-family: 'Lemondelivrepro', sans-serif;
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1600 - 320)));
    line-height: 1.7;
    color: #333333;
    background: #f5f5f5;
    padding: 15px 15px 10px 15px;
}
.bm-search-modal .btn-search {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    color: #637f93;
    font-size: 30px;
    cursor: pointer;
}
/*.search-form { max-width:500px; margin:0 auto; }*/
input {
    /* Tell the input to use all the available space */
    flex-grow:2;
    /* And hide the input's outline, so the form looks like the outline */
    border:none;
    background: #e5eaee;
}

button {
    /* Just a little styling to make it pretty */
    border-style: none;
    background: #e5eaee;
    color:white;
}

/* Import CSS
========================================================== */
.btn {
    background: #260716;
    color: #ffffff;
    padding: 6px 15px 9px 15px;
    line-height: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
.btn:hover, .btn:focus, .btn:active, .btn.active {
    background: #ff6a3d;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.form-control {
    background-color: transparent;
    color: #333333;
    padding: 10px 15px;
    /*height: 40px;*/
    font-size: 14px;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-color: #ced4da;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #7fa9c7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

/* Body CSS
========================================================== */
body {
    font-family: 'Inter', sans-serif;
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1600 - 320)));
    color: #0e0e0e;
    letter-spacing: .48px;
    line-height: 120%;
    background: #ffffff;
    font-weight: 400; 
}

/* Alternate Font */
.primary-brand-font {
    font-family: 'Inter', sans-serif;
}
.secondary-brand-font {
    font-family: 'GT America Black Trial', sans-serif;
}
.tertiary-brand-font {
    font-family: 'Inter', sans-serif;
}
.font-archer {
    font-family: 'Archer A', 'Archer B', Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.font-archer-italic {
    font-family: 'Archer A', 'Archer B';
    font-style:italic;
}
.font-italic {
    font-style:italic;
}




/* Hyper Link CSS BOF
========================================================== */
a {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #260716; 
}
a:hover, a:focus, a:active, a.active {
    text-decoration: none;
    outline: none !important;
    outline-offset: 0 !important;
    color: #ff6a3d; 
}


/* Heading CSS BOF
========================================================== */
h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-family: 'GT America Black Trial', sans-serif;
}

h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

h1 {
    font-size: 2.5rem; }

h2 {
    font-size: 2.25rem; }

h3 {
    font-size: 2rem; }

h4 {
    font-size: 1.875rem; }

h5 {
    font-size: 1.625rem; }

h6 {
    font-size: 1.25rem; }

/* Typography CSS BOF
========================================================== */
.font-weight-thin {
    font-weight: 100 !important; }

.font-weight-extra-light {
    font-weight: 200 !important; }

.font-weight-light {
    font-weight: 300 !important; }

.font-weight-regular {
    font-weight: 400 !important; }

.font-weight-medium {
    font-weight: 500 !important; }

.font-weight-semibold {
    font-weight: 600 !important; }

.font-weight-bold {
    font-weight: 700 !important; }

.font-weight-xtrabold {
    font-weight: 800 !important; }

.font-weight-black {
    font-weight: 900 !important; }

.font-italic {
    font-style: italic; }

.underline {
  text-decoration: underline !important;
}

.search-link {
    color: #fff;
    display: block;
}
.bm-blue-color-text {
    color: #2d536e !important;
}
.rounded-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
}
/*a {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #260716;
}*/
.btn, .form-control, .back-top #toTop, option, a, i, img, input {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
/*a, :focus, :hover, :active, *:hover, *:focus, *:active, a:hover, a:focus, a:active, a.active {
    text-decoration: none;
    outline: none !important;
    outline-offset: 0 !important;
}*/
/*a {
    color: #260716;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}*/
*, html {
    margin: 0px;
    padding: 0px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.space-grey-color-bg {
    background-color: #222328;
    color: #ffffff;
}
/*body {
    font-family: 'Inter', sans-serif;
    font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1600 - 320)));
    line-height: 1.7;
    color: #260716;
    background: #ffffff;
    font-weight: 400;
}*/
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-xyit-pos-h-centeryit-pos-h-center: hidden;
}
/*body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #260716;
    text-align: left;
    background-color: #fff;
}*/
:root, :host {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
:root, :host {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
:root, :host {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
::selection {
    background: #FC875D;
    color: #fff;
}
﻿
DevTools failed to load source map: Could not load content for http://dmtsearch.local:8080/elements/css/bootstrap.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://dmtsearch.local:8080/elements/js/vendor/popper.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for http://dmtsearch.local:8080/elements/js/vendor/bootstrap.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
VM908631:1 
 GET http://s3.amazonaws.com/cashe-js/208332b80180452e94.js net::ERR_ABORTED 404 (Not Found)
DevTools failed to load source map: Could not load content for http://dmtsearch.local:8080/elements/js/plugins/swiper.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
bm-common.js?ver=122:55 Retina display: Yes
DevTools failed to load source map: Could not load content for http://dmtsearch.local:8080/elements/js/plugins/jquery.qtip.min.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
:8080//elements/images/DMT-logo@2x.png:1 
 GET http://dmtsearch.local:8080//elements/images/DMT-logo@2x.png 400 (Bad Request)
﻿

normal {
    line-height: normal; }
.line-height-1 {
    line-height:1;
}
.line-height-1-7 {
    line-height:1.7;
}
.line-height-0-7 {
    line-height:0.7;
}
.line-height-1-3 {
    line-height:1.3;
}
.line-height-1-4 {
    line-height:1.4;
}
.line-height-1-5 {
    line-height:1.5;
}
.line-height-2-5 {
    line-height:2.5;
}
/* Font Size Variation CSS BOF
========================================================== */
.font-xxlarge {
    font-size: 6.125rem; }

.font-xlarge {
    font-size: 5.125rem; }

.font-large {
    font-size: 3.125rem; }

.font-medium {
    font-size: 2.813rem; }

.font-small {
    font-size: 2.125rem; }

.font-xsmall {
    font-size: 1.75rem; }

.font-xxsmall {
    font-size: 1.2rem; }

.font-xxxsmall {
    font-size: 0.9rem; }

.font-extrasmall {
    font-size: 0.83rem; }

.font-8 {
    font-size: 0.5rem; }

.font-9 {
    font-size: 0.5625rem; }

.font-10 {
    font-size: 0.625rem; }

.font-11 {
    font-size: 0.687rem; }

.font-12 {
    font-size: 0.75rem; }

.font-13 {
    font-size: 0.8125rem; }

.font-14 {
    font-size: 0.875rem; }

.font-15 {
    font-size: 0.937rem; }

.font-16 {
    font-size: 1rem; }

.font-17 {
    font-size: 1.0625rem; }

.font-18 {
    font-size: 1.125rem; }

.btnbtn {
    font-size: 1.125rem; }

.font-19 {
    font-size: 1.1875rem; }

.font-20 {
    font-size: 1.25rem; }

.font-21 {
    font-size: 1.3125rem; }

.font-22 {
    font-size: 1.375rem; }

.font-23 {
    font-size: 1.438rem; }

.font-24 {
    font-size: 1.5rem; }

.font-25 {
    font-size: 1.563rem; }

.font-26 {
    font-size: 1.625rem; }

.font-27 {
    font-size: 1.688rem; }

.font-28 {
    font-size: 1.75rem; }

.font-29 {
    font-size: 1.813rem; }

.font-30 {
    font-size: 1.875rem; }
.font-35 {
    font-size: 2.188rem; }

.font-39 {
    font-size: 2.4375rem; }

.font-40 {
    font-size: 2.5rem; }

.font-45 {
    font-size: 2.8125rem; }

.font-50 {
    font-size: 3.125rem; }

.font-55 {
    font-size: 3.438rem; }

/* Text Transform
========================================================== */
.font-uppercase {
    text-transform: uppercase !important; }
.font-capitalize {
    text-transform: capitalize !important; }
.font-nocase {
    text-transform: none !important; }


/* Image / Icon Variation CSS BOF
========================================================== */
.img-circle {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px; }

.img-round {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.img-rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

.img-xxrounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }

.img-shadow {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); }

.img-shadow-dark {
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1); }

/* Icon Size CSS BOF */
.icon-large {
    font-size: 50px; }

.icon-medium {
    font-size: 40px; }

.icon-small {
    font-size: 30px; }

.icon-xsmall {
    font-size: 25px; }

/* Icon Variation CSS BOF */
.icon-circle {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    line-height: 80px; }

.icon-circle-small {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    line-height: 60px; }

.icon-flat {
    width: 80px;
    height: 80px;
    line-height: 80px; }

.icon-round {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    line-height: 80px; }

.icon-rounded {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 80px;
    height: 80px;
    line-height: 80px; }

.icon-border {
    border-style: solid;
    border-width: 1px;
    width: 80px;
    height: 80px;
    line-height: 80px; }

.icon-shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3); }

.icon-shadow-dark {
    -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.1); }

.icon-mini {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 30px; }

/* Responsive CSS BOF */
@media (max-width: 767px) {
    .icon-circle {
        margin: 15px auto; } }

/* Button Variation CSS BOF
========================================================== */
/* Default Button */
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

/* Border Button */
.btn-border {
    border: solid 1px #d7d7d7;
    color: #6ab51a;
    background: none; }

/* Radius Button */
.btn-radius {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }

/* Rounded Button */
.btn-rounded {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }

/* Circle Button */
.btn-circle {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px; }

/* Button Size CSS BOF */
.btn-large {
    padding: 22px 32px; }

.btn-medium {
    padding: 16px 25px; }

.btn-small {
    padding: 13px 22px; }

.btn-xsmall {
    padding: 10px 15px; }

.btn-xxsmall {
    padding: 7px 10px; }

.btn-xxxsmall {
    padding: 5px 8px;
    font-size: .85rem; }

.btn:hover i, .btn:focus i, .btn:active i, .btn.active i {
    padding-left: 15px; }

/* Shadow Button */
.btn-shadow {
    -webkit-box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.3); }
.btn-shadow:hover, .btn-shadow:focus, .btn-shadow:active, .btn-shadow.active {
    -webkit-box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.3); }

/* Button Color Variation CSS BOF
========================================================== */
.btn-white {
    background: #ffffff;
    color: #000; }
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
    background: #858585;
    color: #ffffff; }
.btn-light {
    color: #333;
    background-color: #fafafa;
    border-color: #ddd
}
.btn-light.focus,.btn-light:focus,.btn-light:hover,.btn-light:not([disabled]):not(.disabled).active,.btn-light:not([disabled]):not(.disabled):active,.show>.btn-light.dropdown-toggle {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.btn-light.disabled,.btn-light:disabled {
    background-color: #fafafa;
    border-color: #ddd
}

.btn-blue2 {
    background: #637f93;
    color: #ffffff; }
.btn-blue2:hover, .btn-blue2:focus, .btn-blue2:active, .btn-blue2.active {
    background: #ffffff;
    color: #939598;}

.btn-blue {
    background: #d9d9d9;
    color: #000000;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
    background: #260716;
    color: #fd4b00;}



.btn-switch, .btn-switch a {
    background: #DEDEDE;
    color: #ffffff;
}
.btn-switch:hover, .btn-switch:focus, .btn-switch:active, .btn-switch.active,
.btn-switch:hover a, .btn-switch:focus a, .btn-switch:active a, .btn-switch.active a{
    background: #ff6a3d;
    color: #ffffff;}


.btn-gray {
    background: #9E9E9E;
    color: #6ab51a; }
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active {
    background: #616161; }
.btn-purple {
    background: #260716;
    color: #ffffff; }
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active {
    background: #5c6292;
    color: #ffffff; }
.btn-black {
    background: #260716;
    color: #ffffff; }
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
    background: #444444;
    color: #ffffff; }
.btn-dmt {
    background: #260716;
    color: #fd4b00; }
.btn-dmt:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
    background: #2c091a;
    color: #fd4b00; }
.btn-dmt-orange {
    background: #FD4C00;
    color: #ffffff; }
.btn-dmt-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
    background: #2c091a;
    color: #FD4C00; }


/* Button Border Variation CSS BOF
========================================================== */
.btn-white-border {
    background: #ffffff;
    color: #3e406b;
    border: solid 1px #cccccc;
}
.btn-white-border:hover, .btn-white-border:focus, .btn-white-border:active, .btn-white-border.active {
    background: #5c6292;
    color: #ffffff; }
.btn-grey-border {
    background: #f3f3f3;
    border: solid 1px #cccccc;
    color: #000000; }

/* Background Color CSS BOF
========================================================== */
.brand-primary-bg-color {
    background-color: #260716 !important;
}
.bm-blue-gray-color-bg {
    background-color: #afbdc8;
    color: #2d536e; }

.bm-blue-gray-color-bg-transparent {
    background-color: rgba(175, 189, 200, 0.5); }

.bm-gray-color-bg {
    background-color: #e1e1e1;
    color: #2d536e; }

.bm-gray-color-bg2 {
    background-color: #f5f5f5;
    color: #2d536e; }

.bm-gray-color-bg3 {
    background-color: #f9f9f9;
    color: #ffffff; }

.primary-color-bg {
    background-color: #333333;
    color: #ffffff; }

.bm-blue-color-bg {
    background-color: #2d536e;
    color: #ffffff; }

.white-color-bg {
    background-color: #ffffff;}

.black-color-bg {
    background-color: #000;
    color: #ffffff; }

.pink-color-bg {
    background-color: #ff00ff;
    color: #ffffff; }

.red-color-bg {
    background-color: #ec161e;
    color: #ffffff; }

.purple-color-bg {
    background-color: #A6539D;
    color: #ffffff; }

.green-color-bg {
    background-color: #78B627;
    color: #ffffff; }

.yellow-color-bg {
    background-color: #ffd900;
    color: #000; }

.grey-color-bg {
    background-color: #9E9E9E;
    color: #ffffff; }

.light-grey-color-bg {
    background-color: #f8f8f8; }

.dark-grey-black-color-bg {
    background-color: #161616;
    color: #ffffff; }

.light-grey-black-color-bg {
    background-color: #252525;
    color: #ffffff; }

.light-medium-grey-color-bg {
    background-color: #f3f3f3; }

.light-extra-grey-color-bg {
    background-color: #e0e0e0; }

.black-extra-grey-color-bg {
    background-color: #2d3135;
    color: #ffffff; }

.bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.8); }

.bg-extra-dark-transparent {
    background-color: rgba(0, 0, 0, 0.9); }

.bg-dark-light-transparent {
    background-color: rgba(0, 0, 0, 0.5); }

.space-grey-color-bg {
    background-color: #222328;
    color: #ffffff; }

.space-grey-light-color-bg {
    background-color: #f3f7f9; }

.menu-bg {
    background-color: #e9eaf7;
}

/* Text Color CSS BOF
========================================================== */
.brand-primary-color-text {
    color: #0e0e0e; }
.bm-blue-color-text {
    color: #2d536e !important; }
.bm-blue2-color-text {
    color: #637f93 !important; }

.primary-color-text {
    color: #0e0e0e; }

.blue-color-text {
    color: #2cc6ff; }

.white-color-text {
    color: #ffffff; }

.black-color-text {
    color: #000; }

.pink-color-text {
    color: #ff00ff; }

.red-color-text {
    color: #ec161e; }

.purple-color-text {
    color: #3e406b; }

.purple-color-text2 {
    color: #5c6292; }

.teal-color-text {
    color: #009688; }

.green-color-text {
    color: #4CAF50; }

.gray-color-text {
    color: #939598; }

.orange-color-text {
    color: #ff6a3d !important; }

.dark-grey-black-color-text {
    color: #161616; }

.light-grey-black-color-text {
    color: #252525; }

.light-medium-grey-color-text {
    color: #ededed; }

.light-extra-grey-color-text {
    color: #e0e0e0; }

.highlighted-green-text {
    color: #86cec6; }

.highlighted-blue-text {
    color: #649ad5; }

.highlighted-blue2-text {
    color: #60d6eb; }

.highlighted-purple-text {
    color: #758ae4; }

.highlighted-dark-blue-text {
    color: #356c80; }


/* Border Color CSS BOF
========================================================== */
.primary-color-border {
    border-color: #260716; }

.blue-color-border {
    border-color: #2cc6ff; }

.white-color-border {
    border-color: #ffffff; }

.black-color-border {
    border-color: #000; }

.pink-color-border {
    border-color: #e91e63; }

.red-color-border {
    border-color: #ec161e; }

.purple-color-border {
    border-color: #9C27B0; }

.indigo-color-border {
    border-color: #3F51B5; }

.cyan-color-border {
    border-color: #00BCD4; }

.teal-color-border {
    border-color: #009688; }

.green-color-border {
    border-color: #4CAF50; }

.yellow-color-border {
    border-color: #FFEB3B; }

.orange-color-border {
    border-color: #ff6a3d !important; }

.brown-color-border {
    border-color: #795548; }

.grey-color-border {
    border-color: #9E9E9E; }

/* Hyperlink Color Variation CSS BOF
========================================================== */
.link-white {
    color: #ffffff; }
.link-white:hover, .link-white:focus, .link-white:active, .link-white.active {
    color: #ffffff; }

.link-black {
    color: #000; }
.link-black:hover, .link-black:focus, .link-black:active, .link-black.active {
    color: #000; }

.link-pink {
    color: #e91e63; }
.link-pink:hover, .link-pink:focus, .link-pink:active, .link-pink.active {
    color: #C2185B; }

.link-red {
    color: #ec161e; }
.link-red:hover, .link-red:focus, .link-red:active, .link-red.active {
    color: #cd0007; }

.link-purple {
    color: #9C27B0; }
.link-purple:hover, .link-purple:focus, .link-purple:active, .link-purple.active {
    color: #7B1FA2; }

.link-indigo {
    color: #3F51B5; }
.link-indigo:hover, .link-indigo:focus, .link-indigo:active, .link-indigo.active {
    color: #303F9F; }

.link-cyan {
    color: #00BCD4; }
.link-cyan:hover, .link-cyan:focus, .link-cyan:active, .link-cyan.active {
    color: #0097A7; }

.link-teal {
    color: #009688; }
.link-teal:hover, .link-teal:focus, .link-teal:active, .link-teal.active {
    color: #00796B; }

.link-green {
    color: #4CAF50; }
.link-green:hover, .link-green:focus, .link-green:active, .link-green.active {
    color: #388E3C; }

.link-yellow {
    color: #FFEB3B; }
.link-yellow:hover, .link-yellow:focus, .link-yellow:active, .link-yellow.active {
    color: #FBC02D;
    color: #000; }

.link-orange {
    color: #FF5722; }
.link-orange:hover, .link-orange:focus, .link-orange:active, .link-orange.active {
    color: #E64A19; }

.link-brown {
    color: #795548; }
.link-brown:hover, .link-brown:focus, .link-brown:active, .link-brown.active {
    color: #5D4037; }

.link-grey {
    color: #9E9E9E; }
.link-grey:hover, .link-grey:focus, .link-grey:active, .link-grey.active {
    color: #616161; }

/* Form Control CSS BOF
========================================================== */
/*.form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }
*/
/* Form Control Variation CSS BOF */
.input-radius .form-control, .input-radius.form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.input-rect-round .form-control, .input-rect-round.form-control {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }

.input-rect-rounded .form-control, .input-rect-rounded.form-control {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }

.input-shadow .form-control, .input-shadow.form-control {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); }

.input-light .form-control {
    border-color: rgba(255, 255, 255, 0.2) !important; }

.input-light .form-control:focus {
    border-color: #e91e63 !important; }

/* Input Light Placeholder CSS BOF */
.common-form.input-light .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: .5; }
.common-form.input-light .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: .5; }
.common-form.input-light .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: .5; }
.common-form.input-light .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: .5; }

.common-form.input-light .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: .5; }

.common-form.input-light .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: .5; }

.common-form.input-light .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: .5; }

.common-form.input-light .form-control::-o-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: .5; }

/* Input Dark Placeholder CSS BOF */
.common-form.input-dark .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
    opacity: .5; }
.common-form.input-dark .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
    opacity: .5; }
.common-form.input-dark .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
    opacity: .5; }
.common-form.input-dark .form-control::placeholder {
    color: rgba(0, 0, 0, 0.7);
    opacity: .5; }

.common-form.input-dark .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7);
    opacity: .5; }

.common-form.input-dark .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
    opacity: .5; }

.common-form.input-dark .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
    opacity: .5; }

.common-form.input-dark .form-control::-o-input-placeholder {
    color: rgba(0, 0, 0, 0.7);
    opacity: .5; }

/* Form Border Variation CSS BOF
========================================================== */
.input-white-border .form-control {
    border-color: #ffffff; }
.input-white-border .form-control:focus {
    border-color: #000; }

.input-black-border .form-control {
    border-color: #000; }
.input-black-border .form-control:focus {
    border-color: #ffffff; }

.input-pink-border .form-control {
    border-color: #e91e63; }
.input-pink-border .form-control:focus {
    border-color: #C2185B; }

.input-red-border .form-control {
    border-color: #ec161e; }
.input-red-border .form-control:focus {
    border-color: #cd0007; }

.input-purple-border .form-control {
    border-color: #9C27B0; }
.input-purple-border .form-control:focus {
    border-color: #7B1FA2; }

.input-indigo-border .form-control {
    border-color: #3F51B5; }
.input-indigo-border .form-control:focus {
    border-color: #303F9F; }

.input-cyan-border .form-control {
    border-color: #00BCD4; }
.input-cyan-border .form-control:focus {
    border-color: #0097A7; }

.input-teal-border .form-control {
    border-color: #009688; }
.input-teal-border .form-control:focus {
    border-color: #00796B; }

.input-green-border .form-control {
    border-color: #4CAF50; }
.input-green-border .form-control:focus {
    border-color: #388E3C; }

.input-orange-border .form-control {
    border-color: #FF5722; }
.input-orange-border .form-control:focus {
    border-color: #E64A19; }

.input-brown-border .form-control {
    border-color: #795548; }
.input-brown-border .form-control:focus {
    border-color: #5D4037; }

.input-grey-border .form-control {
    border-color: #9E9E9E; }
.input-grey-border .form-control:focus {
    border-color: #616161; }

/* Social Icon Variation CSS BOF
========================================================== */
.social-circle a {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px; }

.social-round a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.social-rounded a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

.social-shadow a {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); }

/* Social Icon Variation CSS BOF
========================================================== */
.tab-circle .nav-link {
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important; }

.tab-round .nav-link {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important; }

.tab-rounded .nav-link {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important; }

.tab-shadow .nav-link {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important; }

/* Social Icon Variation CSS BOF
========================================================== */
.yit-pagination.style-1 .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.pagination-radius .page-link {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.pagination-rounded .page-link, .pagination-rounded .page-item:first-child .page-link, .pagination-rounded .page-item:last-child .page-link {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px; }

.pagination-shadow .page-link {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); }

.pagination-circle .page-link, .pagination-circle .page-item:first-child .page-link, .pagination-circle .page-item:last-child .page-link {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center; }

/* OWL Navigation Variation CSS BOF
========================================================== */
.owl-theme.owl-nav-circle .owl-nav [class*="owl-"] {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px; }
.owl-theme.owl-nav-circle .owl-nav [class*="owl-"]:hover, .owl-theme.owl-nav-circle .owl-nav [class*="owl-"]:focus, .owl-theme.owl-nav-circle .owl-nav [class*="owl-"]:active {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.owl-theme.owl-nav-round .owl-nav [class*="owl-"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.owl-theme.owl-nav-rounded .owl-nav [class*="owl-"] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

.owl-theme.owl-nav-shadow .owl-nav [class*="owl-"] {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); }
.owl-theme.owl-nav-shadow .owl-nav [class*="owl-"]:hover, .owl-theme.owl-nav-shadow .owl-nav [class*="owl-"]:focus, .owl-theme.owl-nav-shadow .owl-nav [class*="owl-"]:active {
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3); }

/* MORTGAGE CALCULATOR*/
.estimated-mortgage {
    /*Help font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));*/
    font-size: calc(20px + (27 - 20) * ((100vw - 320px) / (1970 - 320)));
    line-height: normal;
	text-align: left;
}

@media (max-width: 768px) {
    .tc-header-bg {
        height: 350px;
    }
}
