﻿/*------------------------------------------------------------------
[Table of contents]

1. GENERAL STYLES
	1.1 Header Styles
	1.2 Sticky Menu
	1.3 Buttons
2. FRONT PAGE STYLES
	2.1 Main image section
	2.2 Features section
	2.3 Details section
	2.4 Additional Info
	2.5 Photos Section
	2.6 Posts Section
	2.7 Agent Section
3. ABOUT US PAGE STYLES
4. 404 Page
5. BLOG PAGE STYLES
	5.1 Blog Sidebar
6. BLOG SINGLE ENTRY PAGE
	6.1 Comments
	6.2 Comment meta
	6.3 Comment content
	6.4 Comment meta content
	6.5 Respond
7. FOOTER
8. General Media Queries
-------------------------------------------------------------------*/
/*
 * === 1. GENERAL STYLES ===
 */



.lead-content {
    font-size:10px;
    padding-top:50px;
    padding-right:20px;
    padding-left:20px;
    position:absolute;
    background-color:#ffffff;
    right:0px;
      height:500px;
    width:60%;
    text-align:center;
}
.lead-content > input {
    width:70%!important;
    margin:10px;
    
}

.leadImage {
    width:75%;
      height:500px;
    /*min-height:59.8vh !important;*/
    float:left;
    padding:0 40px 0 0;

}
 .modal-dialog {
          width: 60%!important;
       
        }
.modal-header {
    background-color: #fff;

    color:#FFF;
 
 }
.modal-content {
    height:500px;
    
}
.modal-body {padding:0;}

.m-h-60 {
    min-height: 60vh;
}
.btnLeadSubmit {
    background-color:#000000;
    padding:10px;
    color:#ffffff;
    width:40%;
    font-size:14px;
}
.modal .close {
  position: absolute;
  z-index: 1;
  right: 10px !important;
  top: 10px !important;
  height: 2.5rem;
  width: 2.5rem;
  background: rgba(193, 193, 193, 0.3) !important;
  border-radius: 50%;
  font-size: 2.7rem;
  padding: 0;
  
}
.modal .close:focus {
  outline: 0;
}
.modal .close span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  text-shadow: none;
  background-position: center;
}
.modal .close.light span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
}
.modal .close.size-sm {
  transform: scale(0.5);
  right: 0.5rem;
  top: 0.5rem;
}
.modal .modal-dialog.modal-full-width {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.text-lead {
    font-family:Overpass !important;
    color: #000000!important;
      font-size:18px;
    text-transform:uppercase;
    font-weight:bold;
     margin-bottom:35px;
}
.lead-msg {
      padding:2px;
      margin-bottom:10px;
}

.form-dark .font-small {
  font-size: 0.8rem; }

.form-dark [type="radio"] + label,s
.form-dark [type="checkbox"] + label {
  font-size: 0.8rem; }

.form-dark [type="checkbox"] + label:before {
  top: 2px;
  width: 15px;
  height: 15px; }

.form-dark .md-form label {
  color: #fff; }

.form-dark input[type=email]:focus:not([readonly]) {
  border-bottom: 1px solid #00C851;
  -webkit-box-shadow: 0 1px 0 0 #00C851;
  box-shadow: 0 1px 0 0 #00C851; }

.form-dark input[type=email]:focus:not([readonly]) + label {
  color: #fff; }

.form-dark input[type=password]:focus:not([readonly]) {
  border-bottom: 1px solid #00C851;
  -webkit-box-shadow: 0 1px 0 0 #00C851;
  box-shadow: 0 1px 0 0 #00C851; }

.form-dark input[type=password]:focus:not([readonly]) + label {
  color: #fff; }

.form-dark input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  z-index: 0;
  border: 1.5px solid #fff;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.form-dark input[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent #00c851 #00c851 transparent;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.form-dark .modal-header {
    border-bottom: none;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}
/*body {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #333;
  letter-spacing: 0.015em;
}*/
.audio-notification {
   

       font-size: 15px;
    position: absolute;
    bottom: 0px;
    z-index: 115;
    color: white;
    background-color: #000000;   
    right: 70px;
    cursor: pointer;
    color: #ffffff;
    padding: 1px 27px 1px 27px;
    font-weight: bold;
    border-style:solid;
    border-width:1px;
    border-color:#ffffff;


}
.parallelo-box {
    width:145px;
     height: 52px;
                   -webkit-transform: skew(-20deg); /* WebKit */
-moz-transform: skew(-20deg); /* Mozilla */
-o-transform: skew(-20deg);/* Opera */
-ms-transform: skew(-20deg);/* Internet Explorer */
transform: skew(-20deg); /* CSS3 */
       border-style:solid;
       border-width:1px;
       border-color:black;
       line-height: 30px;
       padding:10px;


}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;

 
}
.social-icons {
    word-spacing:0.5em;
}
.prop-desc {
  
word-wrap:break-word;
  
}
.tabs-box {
    padding-right:0 !important;
  
}
.agent-contact-details {
     font-family:'Oswald', sans-serif;
     font-size:17px;
      line-height:1.3 !important;
}
.property-details .left-column h2
 {
       font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    font-size: 32px  !important;
    margin: 6px  !important;
   margin-top:40px !important;
   
}
.monoslideshow-front {
    display:none !important;
}
.monoslideshow-button {
    display:none !important;
}
#monoslideshowResizeContainer{
    background-color:#071c21;margin:0;position:relative}
@media (max-width:767px){
    #monoslideshowResizeContainer{
        margin:36px 0 0;padding:0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box

    }

}
#monoslideshowResizeContainer #monoslideshowContainer:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    left:-12px;
    top:-12px;
    border:12px solid #fff;
    box-shadow:0 2px 1px rgba(0,4,12,.35);

}
@media (max-width:767px){
    #monoslideshowResizeContainer #monoslideshowContainer:before{
        left:-6px;top:-6px;border:6px solid #fff}}
#monoslideshowContainer,#monoslideshow{
    position:absolute;
    top:0;
    left:0;
    zoom:1

}
#monoslideshowResizeContainer,#monoslideshowContainer,#showtrans{
    width:100%;height:100vh;
  
    

}


@media (min-width:768px) and (max-width:979px)
{
    #monoslideshowResizeContainer,#monoslideshowContainer,#showtrans{
        width:100vw;height:100vh;

    }}
@media (max-width:767px){
    #monoslideshowResizeContainer,#monoslideshowContainer,#showtrans{
        width:100vw;height:100vh;

    }}

.property-details .left-column {
    padding: 0px 15px !important;
}
.agentAboutme
    {
        /*margin-top:-200px!important;*/
        float:left;
        padding:0;
    }

.contact-card-media {
padding-top:25px;text-align:right;
}
.contact-card-text {
    margin-bottom:30px!important;font-size:16px;float:right; display:block;width:55%;
}
 .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 55%;
    padding: 10px;
   
    color: #ec8007;
}

.house-img .img-label {
   
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 240;

  -webkit-box-shadow: 0 3px 5.67px 1.33px rgba(58, 58, 58, 0.11);
  box-shadow: 0 3px 5.67px 1.33px rgba(58, 58, 58, 0.11);

  color:#ffffff !important;
  background-color:transparent !important;
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
  opacity:0.7;
  font-weight:normal;
  font-size:12px !important;
}


.house-img .price-box {
  position: absolute;
  right: 0px;
  bottom: 0;
  color: #fff;
  z-index: 200;
  padding: 12px;
 /*background-color: #000000;*/
    /*opacity:0.5;*/
   height:auto;
   width:100%;
  text-align:left;
  font-size:15px;
  font-weight:bold;

    font-family:"Roboto", sans-serif;
}
.price {
        font-size: 24px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.vl {

    margin-top:5px;
    margin-bottom:15px;
  border: 2px solid #efefef;
  height: 1px;
  padding-left:5px;
  opacity:0.3;
}
 .house-img:after { 
 
	background: url('/Images/pixels-pattern.png') center repeat;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.5;
	    z-index: 101;
         /* height:100vh;*/
         width:100%;
	}

 .video-play-icon-thumb.video-play-icon-thumb--sm {
    width: 6.25em;
    height:6.25em;

}
.video-play-icon-thumb {
    opacity: 1;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.video-play-icon-thumb {
    width: 15.5em;
    height: 15.5em;
    border-radius: 50%;
    position: absolute;
    z-index: 200;
    display: inline-block;
    border: 5px solid #ffffff;
    color:#ffffff;
    cursor: pointer;
   
    border-style:double;

  text-align:center;
  vertical-align:middle;
   right: 5px;
 
  

  /*top:55px;
  left:110px;
  padding: 9px 12px 5px 12px;
  padding-top: 45px;*/
  font-weight:bold;
  text-transform:uppercase;
  
    height:100%;
    position: absolute;
 margin-left:2%;
 margin-right:0%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex !important;
     padding: 9px 12px 5px 12px;
      padding-top: 15px;
      top:45px;
      opacity:0.7;
}

.house-img .img-label {
   
  /*position: absolute;
  top: 5px;
  left: 10px;
  z-index: 240;

  -webkit-box-shadow: 0 3px 5.67px 1.33px rgba(58, 58, 58, 0.11);
  box-shadow: 0 3px 5.67px 1.33px rgba(58, 58, 58, 0.11);

  color:#ffffff !important;
  background-color:transparent !important;
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
  opacity:0.7;
  font-weight:normal;*/

  box-shadow:none !important;

}

.blur {
  background-size: cover;
  overflow: hidden;
  filter: blur(13px);
  -webkit-filter: blur(13px);
        -moz-filter: blur(13px);
        -o-filter: blur(13px);
        -ms-filter: blur(13px);
  position: absolute;
  height: 700px;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
}

.widget {
  border-top: 2px solid rgba(255, 255, 255, .5);
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.video-background {
background-repeat:no-repeat;
background-size:contain;
background-position:center;
margin: 0;
width: 100%;


}

.banner-content-box.banner-content {
position: absolute;
min-width: 120px;
min-height: 51px;
top:60px;
right: 30px;
padding-right: 30px;
margin: 0 0 0 0;
border:none;
}
.video-controls {
position: absolute;
top: 15px;
left: 20px;
}
.center {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-popup {
  height: 200px;
  width: 340px;
}
  .video-container {
position: relative;
    margin: 0;
    width: 100%;

}
.video-background {
background-repeat:no-repeat;
background-size:contain;
background-position:center;
margin: 0;
width: 100%;
}
.video-container .video-background {
    z-index: 0;
}
.banner-content-box.banner-content {
position: absolute;
min-width: 120px;
min-height: 51px;
top:60px;
right: 30px;
padding-right: 30px;
margin: 0 0 0 0;
border:none;
}
.video-controls {
position: absolute;
top: 15px;
left: 20px;
}
.embed-container-scheduleTour {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 1em;
}

    .embed-container-scheduleTour iframe, .embed-container-scheduleTour object, .embed-container-scheduleTour embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
 .embed-container {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 1em;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
           
.heading-text{  
font-family: 'Montserrat', sans-serif;
 font-weight: 500;
 text-transform: uppercase;
 text-align:left;
color:#000000;
font-size:18px;

}
.heading-section-title{
 font-family: 'Oswald', sans-serif;
 font-weight: 500;
 text-transform: uppercase;
color:#000000;
font-size:32px;
margin:40px;
text-align:center;

/*border-bottom: 4px double #000000;
    border-top: 4px double #000000;
    padding: 10px 0;*/

    
}
.title-border {
    display: block;
    width: 10%;
    height: 3px;
    background: #000000;
    margin: 20px auto;
}

.heading-section-title-w{
     font-family: 'Oswald', sans-serif;
 font-weight: 500;
 text-transform:uppercase;
color:#ffffff;
font-size:32px;
margin:40px;
text-align:center;
}
.heading-section-title-sub{
    font-family: 'Montserrat', sans-serif;
 font-weight: 500;
 text-transform: uppercase;
color:#000000;
font-size:18px;
margin:40px;
text-align:left;
}
.presented-by-company {
    letter-spacing:2px; text-transform:uppercase;
}
.heading-section-title-agent
{
       font-family: 'Oswald', sans-serif;
 font-weight: 500;
 text-transform: uppercase;
color:#000000;
font-size:28px;
margin:40px;
text-align:left;
}
a {
  color: #333;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
a:active {
  color: #333;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  outline: none;
  text-decoration: none;
}
a:focus {
  color: #111111;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #111111;
  outline: none;
  text-decoration: none;
}
a.cont {
    color: #ffffff;
}
.response {
  padding: 0 0 20px 0;
}
.alert {
  border-radius: 0;
}
.alert-success {
  background-color: #fec107;
  border-color: #fec107;
  color: #ffffff;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.owl-item {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
h2 {
  font: 36px/36px 'Roboto', sans-serif;
  font-weight: 900;
  color: #46505c;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
h3 {
  font: 27px/35px 'Roboto', sans-serif;
  color: #46505c;
  text-align: center;
  font-weight: 600;
}
h4 {
  font: 15px/20px 'Roboto', sans-serif;
  letter-spacing: 0.075em;
  color: #46505c;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 25px;
  font-weight: 500;
}
/*.nav nav-pills mb-3{
   
    display:inline-block;
    background-color:none;
      text-align:center;
}
.nav-pills>li
{
      text-align:center;
}*/
/*.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
    background-color:#333;
}*/
/* Tabs panel */
.tabbable-panel {
 
  padding: 10px;
}

/* Default mode */

.nav-tabs {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0;
}

.nav-tabs {
    text-align: center;
}

.tabbable-line > .nav-tabs > li {
   margin: 2px;

}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #000000;
 font-weight:bold;
  font-size:15px;
     font-family: 'Oswald', sans-serif;    
        line-height:1px;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #000000;
 
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #c0c0c0;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #333;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;

}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
 
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;

}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #333;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #333;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

   
     
.announcementBanner
{
    clear:both;
    width:100%;
    top:0;   
   background-color:#5b1ee1;
    position:fixed;
    z-index:1000;
    text-align:center; 
  letter-spacing: 0.075em;
  color: #ffffff;
  font-weight:700;
  font-size:26px;
  line-height:25px;
  padding-top:4px;
  padding-bottom:4px;
  box-shadow:0px 0px 0px #efefef;
 font-family: 'Oswald', sans-serif;
 text-transform: uppercase;
 opacity:0.6;

}

.pricedat {
    display:none;
}
.announcementBanner >a {
    color: #ffffff;
}
 body {
 font-family: 'Work Sans', sans-serif;
 font-weight: 400;

    font-size: 18px;
    color:#333;
}
ol,
ul {
  list-style: none;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
input:focus::-webkit-input-placeholder {
  color: #efefef;
}
input:focus:-moz-placeholder {
  color: #efefef;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: #efefef;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: #efefef;
}
textarea:focus::-webkit-input-placeholder {
  color: #efefef;
}
textarea:focus:-moz-placeholder {
  color: #efefef;
}
textarea:focus::-moz-placeholder {
  color: #efefef;
}
textarea:focus::-ms-input-placeholder {
  color: #efefef;
}
/* Master Slider control styles */
.ms-nav-next,
.ms-nav-prev {
  top: 50%;
}
.ms-nav-prev {
  left: 15px !important;
}
.ms-nav-next {
  left: auto !important;
  right: 15px !important;
}
.fancybox-skin {
  border-radius: 0;
}
.sideimg {
  position: relative;
}
.owl-carousel .owl-item .sideimg img {
  width: 165%;
  position: relative;
}
.slide-count {
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.current-slide {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sideimg img {
    width: 100%;
  }
}
.infoblock {
  width: 100%;
  padding: 40px;
  border: 10px solid #efefef;
  background-color: #ffffff;
  text-align: left;
  overflow: hidden;
}
.infoblock h3 {
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.infoblock h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  border-bottom: 2px solid #fec107;
  width: 50px;
}
.infoblock ul {
  padding: 0;
  padding-top: 40px;
  overflow: hidden;
}
.infoblock ul li {
  float: left;
  display: inline-block;
  margin-right: 30px;
  color: #46505c;
  font-weight: 500;
  padding-bottom: 10px;
}
.infoblock ul li:before {
  font-family: fontawesome;
  content: "\f22d";
  color: #fec107;
  margin-right: 5px;
  font-weight: 700;
  font-size: 18px;
}
a.detail-switch {
  color: #ffffff;
  background-color: #46505c;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  text-transform: uppercase;
  vertical-align: middle;
}
a.detail-switch i {
  color: #ffffff;
  background-color: #fec107;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  vertical-align: middle;
}
a.detail-switch span {
  padding-left: 12px;
  padding-right: 15px;
  vertical-align: middle;
}
.info-actions {
  margin-top: 40px;
}
.sqft-cont {
  float: right;
  font-size: 18px;
  line-height: 40px;
}
.sqft-desc {
  color: #46505c;
}
.sqft {
  color: #fec107;
}
.upper80 {
  margin-top: 80px;
}
/*
 * --- 1.1 Header Styles ---
 */
.top-holder {
  z-index: 999;
  width: 100%;
  position: relative;
}
.top-holder-fixed {
  /* position: fixed; */
  position: absolute;
 
}
.navbar {
  border-radius: 0 !important;
  border: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;

}
.navbar-toggle {
  border: 0;
  margin-top: 20px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a {
  color: #fec107;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:focus {
  color: #fec107;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #fec107;
}
.navbar-default .navbar-nav > .open > a {
  color: #fec107;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a:hover {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 75px;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  margin-top: 10px;
}
.navbar-nav {
  float: right;
}
.navbar-nav > li.nav-sep span {
  display: inline-block;
  border-right: 1px solid #dddddd;
  margin-top: 20px;
  padding: 20px 5px;
  margin-right: 10px;
}
.navbar-nav > li.social-link a {
  color: #bbbbbb;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 16px;
}
.navbar > .container {

}

.navbar-brand {
  padding: 0;
  height: 100%;
  transition: all 0.5s ease-in-out;
  margin-right: 20px;
}
.navbar-brand img.smaller-logo {
  max-height: 75px;
  background-color: #fec107;
}
.navbar-brand.not-shown {
  width: 0;
  margin-right: 0px;
  padding: 0;
  z-index: -1;
  top: -150px;
}
.navbar-brand.not-shown img.smaller-logo {
  width: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #fec107;
}
.navbar-default .navbar-nav .open .dropdown-menu li a {
  padding: 10px 20px;
  background-color: #ffffff;

}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #fec107;
  color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #fec107;
  color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  color: #ffffff;
  background-color: #fec107;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #fec107;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
  color: #ffffff;
  background-color: #fec107;
}
.navbar-nav > li > .dropdown-menu {
  border-top: 2px solid #fec107;
  padding: 0;
  border-radius: 0;
}
.caret {
  margin-left: 3px;
  line-height: 28px;
  color: #46505c;
}


/*
 * --- 1.2 Sticky Menu --
 */
.myfixed {
  margin:0 auto!important;
  float:none!important; border:0px!important;
  background:none!important;
  max-width:100%!important;
}
/*#mysticky-nav.wrapfixed > .navbar > .container { background-color: #ccc; } */
#mysticky-nav.wrapfixed {
  background-color: transparent;
}
#mysticky-nav > .navbar > .container {
    background-color: #f7f7f7;
}
#mysticky-nav {
  width:100%!important;
  position: static;top:
  -100px;
}
.wrapfixed {
  position: fixed!important;
  top:0px!important;
  left: 0px!important;
  margin-top:0px!important;
  z-index: 1000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 359px) {
  .wrapfixed {
    position: static!important;
    display: none!important;
  }
}


/*
 * --- 1.3 buttons ---
 */
.btn-pri {
  font: 14px/24px 'Roboto', sans-serif;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 45px;
  width: 160px;
  margin-right: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #FFF;
  overflow: hidden;
  position: relative;
}
.btn-pri:hover {
  text-decoration: none;
  color: #ffffff;
}
.btn-pri:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-pri:focus {
  color: #ffffff;
}
.btn-pri:after {
  background: #FFF;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.btn-sec {
  font: 18px/28px 'Roboto', sans-serif;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 20px 50px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  background-color: #fec107;
  border: 1px solid #fec107;
  overflow: hidden;
  position: relative;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-sec:hover {
  text-decoration: none;
  background-color: #46505c;
  border: 1px solid #46505c;
  color: #ffffff;
}
.btn-sec:focus {
  background-color: #46505c;
  border: 1px solid #46505c;
  color: #ffffff;
}
.btn-third {
  display: inline-block;
  border: 1px solid #fec107;
  color: #fec107;
  width: auto;
  padding: 20px 50px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-third:focus {
  background-color: #46505c;
  border-color: #46505c;
  color: #ffffff;
}
.btn-third:hover {
  background-color: #46505c;
  border-color: #46505c;
  color: #ffffff;
}

.overlay-div
 {
  
    width:100%;
    height:100%;
    position:absolute;
    z-index:1;

}

.cd-top {
    display: inline-block;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
    border-style: none;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  
    background: url('../../Images/uparrow.png') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .7
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  
  opacity: 1;
}

/*
 * === 2. FRONT PAGE STYLES ===
 */
/*
 * --- 2.1 Main image section ---
 */
.top-section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .top-section {
    font-size: 85%;
  }
  .top-section h1 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .top-cta a.schedule {
    font-size: 20px;
    padding: 10px;
  }
  .top-section h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
}
@media (max-width: 767px) {
  .top-info {
    margin-top: -80px;
  }
   #topInfo
    {
          width:100%!important;
    }
   #pgGallery
   {
       width:100%!important;
   }
}
.main-image {
  background-image: url('../img/large-main.jpg');
  /* background-attachment: fixed; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%, 50%;
  width: 100%;
  height: 0;
  min-height: 900px;
  /* padding-top: 56.30%; */
  /* imgh / imgw x containerw(100) */
  margin-bottom: 0px;
  position: relative;
}
.main-image::after {
  content: '';
  /*background-color: rgba(0, 0, 0, 0.25);*/
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.top-info {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  pointer-events: none;
}
.top-info-sect {
  background-color: #ffffff;
  padding: 30px;
}
.top-info-sect h1 {
  color: #fec107;
}
.top-info-sect h3 {
  text-align: left;
  font-weight: 400;
}
.top-cta {
  margin-top: 3px;
  background-color: #fec107;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-cta:hover {
  background-color: #46505c;
}
.top-cta .schedule {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-weight: 600;
  font-size: 27px;
  padding: 20px;
  pointer-events: auto;
}
.overlay {

position: absolute;
top: 0; left: 0px;
bottom: 10px; right: 0px;
background-color:#3b3b3b;
color: #FFF;
z-index:1525;
opacity:0.9;
height:100%;
width:100%;
}
#cover {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-image: url('../images/house-blur-p.jpg');
    background-repeat: repeat-y;
    opacity:1;
}

.square
{

   /* margin:10% auto;*/
    position:relative;
    /*z-index:50000;*/
	opacity:0.7;	
	/*border-radius:10px;*/
   
  
    /*padding:30px;*/
   
}
.square-content
{
    color:#ffffff;
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
    /*background-color:#000000;*/
}
/*
 * --- 2.2 Features section ---
 */
.features {

  color: #000000;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
   font-family:'Oswald', sans-serif;
   
}
.features i {
  font-size: 55px;
  color: #333;
}
.features .container {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  /*box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.08);*/
}
.features .container .col-md-3:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.feature-inner {
  font-size: 18px;
  padding: 20px;
}
.feature {
  padding: 20px;
}
.feature span {
  margin-top: 10px;
  display: inline-block;
}
.vcenter {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* Small devices (991px and down) */
@media (max-width: 991px) {
  .row.vcenter {
    display: block;
    /* turn off the flexible box layout */
  }
}
/*
 * --- 2.3 Details section ---
 */
.map-holder {
  height: 350px;
  position: relative;
}
#mapSection {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  float: right;
}
.details {
  margin-bottom: 80px;
  margin-top:40px;
}
.details .right-border {
  background-color: #333;
}
.details .color-back h2 {
  color: #ffffff;
}
.details .left-ul::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 1px;
  border-right: 1px solid #ddd;
  overflow: hidden;
}
.color-back {
  /*
	background-color: @secondary_color;
	color: @color_3;
	*/
}
.virtual {
  font-size: 24px;
  line-height: 125px;
  background-color: #46505c;
  color: #ffffff;
  min-height: 125px;
}
.virtual span {
  vertical-align: middle;
}
.btn-pri.vtour {
  font-size: 24px;
  color: #ffffff;
  border: 1px solid #fec107;
  margin-left: 40px;
  margin-bottom: 0;
  white-space: nowrap;
  padding: 10px 20px;
  width: auto;
}
.details-text {
  color: #ffffff;
  padding-left: 30px;
}
.details-text td {
  padding-right: 15px;
  padding-bottom: 10px;
  vertical-align: top;
}
.details-text td i {
  font-size: 22px;
  line-height: 26px;
  color: #333333;
}
.property-info a {
  color: #ffffff;
  text-decoration: underline;
}
.property-info a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.property-info a:active {
  color: #ffffff;
  text-decoration: underline;
}
.property-info a:visited {
  color: #ffffff;
  text-decoration: underline;
}
table.property-info {
  margin-bottom: 25px;
}
.detail-pane {
  padding-right: 30px;
  font-size: 14px;
  line-height: 24px;
}
.detail-pane h3 {
  margin-top: 35px;
  color: #333333;
  text-align: center;
  background-color: #fec107;
}
.detail-pane ul {
  padding: 0;
  list-style: none;
  margin: 0px 0 20px 0;
}
.detail-pane ul li {
  padding: 20px 0px;
}
.detail-pane li i {
  margin-right: 5px;
  color: #fec107;
  font-size: 18px;
}
.feat-title {
  display: inline-block;
  float: left;
}
.feat-item {
  display: inline-block;
  float: right;
  font-weight: 600;
}
.shape {
  position: relative;
  top: 0;
}
.shape i {
  font-size: 35px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  color: #ffffff;
}
.highlight-info .col-md-4 {
  margin-bottom: 40px;
}
.highlight-info .col-md-4:hover .rct {
  background-color: #daa70a;
}
.decagon {
  height: 80px;
  left: 50%;
  margin: 0 0 0 -40px;
  width: 80px;
}
.decagon {
  top: 0;
  position: absolute;
}
.decagon .rct {
  position: absolute;
  top: 26px;
}
.decagon .rct {
  background: #fec107;
  height: 26px;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.decagon .rct:nth-child(2) {
  -moz-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}
.decagon .rct:nth-child(3) {
  -moz-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}
.decagon .rct:nth-child(4) {
  -moz-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
}
.decagon .rct:nth-child(5) {
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}
.highlight-info {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
.highlight-icon {
  font-size: 35px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  color: #ffffff;
  background-color: #fec107;
  margin: 0 auto;
  border-radius: 50%;
}
/*
 * --- 2.4 Additional Info ---
 */
.additional {
  position: relative;
  color: #868686;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 80px;
}
.add-item i {
  font-size: 55px;
  color: #fec107;
}
.additional-items {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #ffffff;
  text-transform: uppercase;
}
.additional-items .col-md-3:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.add-inner {
  font-size: 15px;
}
.add-item {
  padding: 20px;
}
.add-inner span {
  margin-top: 20px;
  display: inline-block;
}
/*
 * --- 2.5 Photos Section ---
 */
.portfolio-section .container {
  padding-bottom: 80px;
}
.portfolio-section {
  text-align: center;
}
.portfolio-section figure {
  float: left;
  width: 100%;
  position: relative;
}
.portfolio-section figure img {
  width: 100%;
  height: auto;
}
.portfolio-section figure:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio-section figure:hover .overlay-background {
  opacity: .8;
  visibility: visible;
}
.portfolio-section figure .overlay-background {
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
.portfolio-section figure .overlay-background .inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(to right bottom, #46505c 50%, #fec107 50%);
}
.portfolio-section figure .overlay {
  z-index: 2;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.portfolio-section figure .inner-overlay {
  display: table;
  width: 100%;
  height: 100%;
}
.portfolio-section figure .inner-overlay-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.portfolio-section figure .inner-overlay-content.with-icons {
  text-align: center;
}
.portfolio-section figure .inner-overlay-content.with-icons a {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-decoration: none;
}
.portfolio-section .article-title {
  text-align: center;
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0 30px 0;
  display: none;
}
.portfolio-section .article-title a {
  color: #6b6b6b;
}
.crosshair {
  border-right: 1px solid #ffffff;
  display: inline-block;
  height: 76px;
  position: relative;
}
.crosshair::after {
  content: '';
  border-bottom: 1px solid #ffffff;
  height: 50%;
  width: 76px;
  margin-left: -38px;
  position: absolute;
  top: 0;
  left: 0;
}
.filter-section {
  padding-top: 40px;
}
.filter-section h1 {
  text-align: center;
}
.filter-container {
  text-align: center;
  padding: 20px;
}
.filter-container .filter > li {
  padding: 0;
  margin: 0;
}
ul.filter > li > a {
  color: #46505c;
  font-size: 12px;
  line-height: 40px;
  padding: 5px 10px;
  text-transform: uppercase;
}
ul.filter > li > a:hover {
  text-decoration: none;
  background-color: #fec107;
  color: #ffffff;
  outline: none;
}
ul.filter > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #fec107;
  opacity: 1;
  outline: none;
}
ul.filter > li.active a {
  font-size: 15px;
  color: #ffffff;
  background-color: #fec107;
}
.isotopeSelector {
  margin-bottom: 30px;
}
.isotopeSelector img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.isotopeSelector:hover img {
  -moz-transform: scale(1.5) rotate(2deg);
  -webkit-transform: scale(1.5) rotate(2deg);
  -o-transform: scale(1.5) rotate(2deg);
  -ms-transform: scale(1.5) rotate(2deg);
  transform: scale(1.5) rotate(2deg);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.isotopeSelector figure {
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.portfolio-section.port-col figure .overlay-background {
  /*
			background-color: #000;
			background-color: rgba(0,0,0,0.4);
			*/
}
.overlay-col {
  background-color: #EFEFEF;
  /*background-image: url('../img/gallery-bg.jpg');*/
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right, center;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}
/*
 * --- 2.6 Posts Section ---
 */
.blog {
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: 40px;
}
.blog p {
  font-size: 14px;
  line-height: 21px;
}
.posts-container {
  margin-top: 80px;
  margin-bottom: 80px;
}
.posts-container .row {
  margin-bottom: 40px;
  position: relative;
  background-color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.posts-container .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.post-content {
  padding: 40px;
  text-align: left;
}
.posts-container .post-content {
  padding: 0 40px;
}
.post-content.pull-left {
  text-align: right;
}
.bl-entry-img {
  /* padding-bottom: 20px; */
}
.bl-date-holder {
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.bl-date-holder.inline-date {
  margin-right: 30px;
  margin-bottom: 30px;
}
.bl-date {
  width: 70px;
  height: 100px;
  text-align: center;
  color: #ffffff;
  background-color: #fec107;
  text-transform: uppercase;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.bl-date:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px solid #FFF;
}
.bl-date h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
.bl-date span {
  font-size: 14px;
  font-weight: 700;
}
.bl-title h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: left;
  color: #fec107;
}
.pull-left .bl-title h3 {
  text-align: right;
}
.bl-comments,
.bl-views {
  float: left;
  margin-right: 20px;
  color: #9c9c9c;
}
.pull-left .bl-comments,
.pull-left .bl-views {
  float: right;
}
.pull-left .bl-views {
  margin-right: 0;
}
.bl-comments i,
.bl-views i {
  padding-right: 5px;
  color: #fec107;
  font-weight: 700;
}
.readmore {
  float: right;
  text-decoration: underline;
  text-decoration-color: #aaaaaa;
  color: #6e6e6e;
}
.readmore:hover,
.readmore:active,
.readmore:focus {
  text-decoration: underline;
  text-decoration-color: #aaaaaa;
  font-weight: 300;
  color: #6e6e6e;
}
.pull-left .readmore {
  float: left;
}
.bl-excerpt {
  width: 100%;
  padding-top: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
/*
 * --- 2.7 Agent Section ---
 */
.agent {
  text-align: center;
}
.agent-info {
  margin-top: 60px;
}
.agent-info img {
  float: right;
}
.agent-details {
  padding: 40px;
}
.agent-details span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  color: #9c9c9c;
}
.agent-details span,
.agent-details p {
  margin-bottom: 40px;
}
.agent-info h3 {
  margin-top: 20px;
  text-align: left;
  color: #fec107;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.contact-items {
  background-color: #fec107;
  color: #ffffff;
}
.contact-items .row {
  text-align: left;
}
.icon-ring {
  text-align: center;
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  font-size: 24px;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

p.text {
  text-align: left;
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  font-size: 15px;
}
/*
 * === 3. ABOUT US PAGE STYLES ===
 */
.agents-section {
  margin-bottom: 40px;
}
.owl-carousel-agents {
  margin-top: 100px;
  position: relative;
}
.owl-carousel-agents .owl-prev,
.owl-carousel-agents .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: inline-block;
  padding: 10px;
  border: 1px solid #fec107;
  color: #fec107;
  background-color: rgba(255, 255, 255, 0.85);
}
.owl-carousel-agents .owl-prev:hover,
.owl-carousel-agents .owl-next:hover {
  background-color: #fec107;
  color: #ffffff;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.owl-carousel-agents .owl-prev {
  left: -60px;
}
.owl-carousel-agents .owl-next {
  right: -60px;
}
.owl-carousel-agents .owl-prev i,
.owl-carousel-agents .owl-next i {
  font-weight: 900;
}
.owl-carousel-agents .owl-prev i:first-child,
.owl-carousel-agents .owl-next i:first-child {
  margin-right: -5px;
}
.agent-slide {
  z-index: 1;
  position: relative;
}
.agent-photo {
  z-index: 2;
  position: relative;
}
.agent-data {
  z-index: 3;
  position: relative;
  top: -25px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.agent-data > h4 {
  font-size: 17px;
  margin: 0;
  color: #fec107;
  font-weight: 900;
}
.agent-data > p {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  margin-bottom: 20px;
}
.agent-contact {
  text-align: left;
  float: left;
  color: #aaaaaa;
}
.agent-contact-row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.contact-details span {
  color: #46505c;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.agent-social {
  float: right;
}
.agent-social ul {
  padding-left: 0;
}
.agent-social a {
  color: #aaaaaa;
  border: 1px solid #aaaaaa;
  border-radius: 50%;
  font-size: 12px;
  line-height: 28px;
  height: 28px;
  width: 28px;
  display: inline-block;
  margin-bottom: 5px;
}
.agent-social a:hover {
  color: #3b3b3b;
  border-color: #3b3b3b;
}
.icon-holder,
.agent-contact .details {
  float: left;
}
.icon-holder {
  margin-right: 10px;
}
.icon-holder i {
  font-size: 20px;
  color: #aaaaaa;
}
.testimonials-section {
  background: #46505c url('../img/noisy_grid.png');
  position: relative;
}
.testimonials-overlay {
  background-color: rgba(1, 11, 32, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.testimonials-section h3 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #ffffff;
}
.testimonials-section .container {
  position: relative;
}
.stars {
  margin-bottom: 20px;
}
.stars i {
  color: #fec107;
}
.owl-carousel-testimonials {
  color: #ffffff;
  margin-bottom: 60px;
  text-align: center;
}
.slide .quote {
  font-style: italic;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
}
.slide .quote:before {
  font-family: fontawesome;
  content: "\f10d";
  color: #868686;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  position: absolute;
  top: -32px;
  left: 0px;
}
.slide .quote-person {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}
.slide .quote-person span {
  color: #fec107;
}
.owl-carousel-testimonials .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel-testimonials .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #868686;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-carousel-testimonials .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fec107;
}
.contact-section-mp {
  /*margin-top: 80px;
  margin-bottom: 80px;*/
  background-color:#ffffff;
}
.contact-section-mp2 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.statement {
  align-self: flex-start;
}
.statement h4 {
  color: #3b3b3b;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: 700;
}
.statement h4::before {
  border-left: 2px solid #000000;
  content: "";
  padding-right: 10px;
  height: 35px;
}
.icon-holder .icon-surround {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #3b3b3b;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 20px;
}
.icon-surround i {
  color: #3b3b3b;
}
.contactus {
  margin-top: 20px;
  margin-bottom: 20px;
   font-family:'Montserrat', sans-serif;
  text-transform:uppercase;
  font-weight:500;
  color:#000000!important;
  line-height:normal;
}
.contactus > a {
    color:#000000!important;
}
.contactus-details {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1px;
  line-height: 18px;
}
.contactus-detail {
  float: left;
}
.contact-form {
  align-self: flex-start;
}
.contact-form h3 {
  text-align: left;
  margin-bottom: 30px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.contact-form .form-submit {
  
  padding: 10px;
  color: #ffffff;
  /*background-color: #46505c;*/
  background-color:#000000;
}
.contact-form textarea {
  min-height: 100px;
}
/* 
 * === 4. 404 Page ===
 */
.not-found {
  text-align: center;
}
.not-found .overlay-col {
  padding-top: 60px;
  padding-bottom: 100px;
}
.not-found h1 {
  margin-top: 20px;
  line-height: 1;
  font-size: 250px;
}
.not-found h2.sectionh {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .not-found .overlay-col {
    padding-bottom: 100px;
  }
  .not-found h1 {
    font-size: 48px;
  }
  .not-found h2.sectionh {
    font-size: 20px;
    margin-top: 20px;
  }
}
/*
 * === 5. BLOG PAGE STYLES ===
 */
.blog-section {
  padding: 100px 0 100px 0;
}
.blog-section p {
  font-size: 14px;
  line-height: 25px;
}
.blog-section .bl-title h2 {
  margin-top: 0;
  text-align: left;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}
.blog-section .bl-title h2 a {
  color: #46505c;
}
.blog-section .bl-title h2 a:hover .blog-section .bl-title h2 a:active {
  color: #46505c;
}
.blog-header {
  background: transparent url('../img/cropped_main.jpg') no-repeat fixed top;
  background-size: cover;
  height: 350px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  clear: both;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-header {
    background: transparent url('../img/large-main.jpg') no-repeat fixed top;
    height: 280px;
  }
}
.blog-header-overlay {
  /* background: linear-gradient(to right bottom, rgba(47,52,65,0.5) 50%, rgba(33,37,49,0.75) 50%); */
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.blog-header-inner {
  z-index: 2;
  color: #efefef;
  text-align: center;
}
.blog-header-inner h2 {
  color: #ffffff;
  font-weight: 700;
}
.blog-header-inner h1 {
  margin-top: 130px;
  position: relative;
}
.blog-header-inner h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 80px;
  border-bottom: 4px solid #fec107;
  left: 50%;
  margin-left: -40px;
}
.blog-sep {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}
.top-space {
  margin-top: 60px;
}
a.readmore {
  font-weight: 500;
}
/*
 * --- 5.1 Blog Sidebar ---
 */
.blog-sidebar {
  margin-left: 30px;
}
.blog-sidebar a {
  color: #777777;
}
.blog-sidebar a:hover {
  color: #fec107;
}
.blog-sidebar h4 {
  text-align: left;
  margin-top: 0;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 500;
}
.blog-sidebar.left-sidebar {
  margin-right: 30px;
  margin-left: 0;
}
@media (max-width: 768px) {
  .blog-sidebar {
    margin-left: 0;
    margin-right: 0;
  }
}
.sidebar-widget {
  margin-bottom: 20px;
}
.categories ul {
  padding-left: 0;
  list-style: none;
}
.categories ul li {
  margin-bottom: 10px;
  position: relative;
}
.categories ul li:before {
  font-family: 'icomoon';
  content: "\e937";
  padding-right: 10px;
  left: 0;
}
.archives ul {
  padding-left: 0;
  list-style: none;
}
.archives ul li {
  margin-bottom: 10px;
  position: relative;
}
.archives ul li:before {
  font-family: 'icomoon';
  content: "\e937";
  padding-right: 10px;
  left: 0;
}
.tags {
  overflow: hidden;
}
.tags ul {
  padding-left: 0;
  list-style: none;
}
.tags ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tags ul li a {
  border: 1px solid #777777;
  padding: 5px 15px;
  display: inline-block;
}
.tags ul li a:hover {
  border: 1px solid #fec107;
  background-color: #fec107;
  color: #ffffff;
}
.widget_search {
  position: relative;
}
.search-form .searchbox {
  padding: 10px 20px;
  border: 1px solid #ccc;
  width: 100%;
}
.search-form .submits {
  font-family: 'icomoon';
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #ccc;
  color: #ffffff;
  background-color: #ccc;
  padding: 10px 20px;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.search-form .submits:hover {
  background-color: #fec107;
  border-color: #fec107;
}
.recent {
  overflow: hidden;
}
.recent_entry {
  margin-bottom: 20px;
  overflow: hidden;
}
.recent_thumb img {
  width: 75px;
  height: 75px;
  float: left;
}
.sb-title {
  width: 70%;
  float: right;
  display: inline-block;
  margin-bottom: 10px;
}
.sb-title p {
  margin-bottom: 5px;
}
.sb-title a {
  font-size: 16px;
  line-height: 18px;
}
.sb-title i {
  color: #fec107;
  font-weight: 700;
}
.sb-auth {
  float: left;
  color: #9c9c9c;
}
.sb-smdate {
  float: right;
  color: #9c9c9c;
}
@media (max-width: 1200px) {
  .recent_entry .sb-title {
    padding-left: 10px;
  }
  .recent_entry .sb-smdate {
    float: left;
    clear: both;
  }
}
/*
 * === 6. BLOG SINGLE ENTRY PAGE ===
 */
blockquote {
  color: #5a5a5a;
  margin: 20px 0px;
}
cite {
  color: #555555;
}
.post-cat-tags {
  margin-top: 20px;
  padding: 5px 15px;
  background-color: #EFEFEF;
  color: #888888;
}
.post-cat-tags .post-categories {
  margin-right: 20px;
}
.post-cat-tags p {
  display: inline-block;
  line-height: 120%;
  margin: 10px;
}
/*
 *  --- 6.1 Comments ---
 */
.comments {
  border-top: 1px solid #EEE;
  padding: 5.5%;
}
.comments h2 {
  background-color: transparent;
  margin: 30px 0;
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  display: inline-block;
}
.comments-title {
  font-size: 1.75em;
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
}
#reply-title {
  font-size: 1.75em;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.pingbacks-title {
  font-size: 1.75em;
  font-weight: 400;
  color: #333333;
}
li.comment {
  margin-bottom: 40px;
  position: relative;
}
li > div.comment {
  margin-bottom: 40px;
  position: relative;
}
.comment .children {
  padding-left: 5%;
  border-left: 2px solid #EEE;
}
.comment .children li:last-child {
  margin-bottom: 0;
}
.commentlist > li.comment:last-child {
  margin-bottom: 0;
}
.commentlist > li.comment div.comment:last-child {
  margin-bottom: 0;
}
/*
 * --- 6.2 Comment meta ---
 */
.comment-meta {
  margin-bottom: 1em;
}
.comment-meta .avatar {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  float: left;
}
.comment-actions {
  position: absolute;
  top: 0px;
  right: 0;
}
.comment-actions a {
  display: inline-block;
  background: #ccc;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  margin-right: 5px;
}
.comment-actions a:last-child {
  margin-right: 0;
}
.comment-actions a:hover {
  background: #fec107;
  color: #ffffff;
  text-decoration: none;
}
/*
 * --- 6.3 Comment content ---
 */
.comment-content .comment-actions {
  display: none;
}
.comment-content.post-content {
  padding: 10px 40px 20px 40px;
}
.comment-content h1 {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: none;
  color: #46505c;
}
.comment-content h2 {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: none;
  color: #46505c;
}
.comment-content h3 {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: none;
  color: #46505c;
}
.comment-content h4 {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: none;
  color: #46505c;
}
.comment-content h5 {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: none;
  color: #46505c;
}
.comment-content h6 {
  font-size: 1.25em;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: none;
  color: #46505c;
}
/*
 * --- 6.4 Comment meta content ---
 */
.comment-meta-content {
  margin-left: 65px;
}
.comment-meta-content cite {
  font-size: 1.075em;
  color: #5a5a5a;
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
}
.comment-meta-content cite a {
  color: #5a5a5a;
}
.comment-meta-content cite a:hover {
  color: #fec107;
}
.comment-meta-content p {
  font-size: 0.8em;
  text-transform: uppercase;
}
.comment-meta-content p a {
  color: #5a5a5a;
}
.comment-meta-content p a:hover {
  color: #fec107;
}
.bypostauthor .comment-meta-content cite .post-author {
  font-weight: 400;
  color: #666666;
  margin-left: 3px;
  letter-spacing: 0;
}
/*
 * --- 6.5 Respond ---
 */
#respond {
  padding: 5.5%;
  background-color: #EFEFEF;
}
#respond p {
  line-height: 150%;
}
h3.comment-reply-title {
  background-color: transparent;
  margin: 30px 0;
  text-align: left;
  font-weight: 600;
}
.comment-form p {
  margin-bottom: 1em;
}
.comment-form p:last-child {
  margin-bottom: 0;
}
.comment-form label {
  display: none;
}
.comment-form input {
  -webkit-appearance: none;
  border: none;
  background: #fafafa no-repeat 96% center;
  background-size: 20px auto;
  font-size: 1em;
  color: #555555;
  padding: 18px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #EEE;
}
.comment-form textarea {
  -webkit-appearance: none;
  border: none;
  background: #fafafa no-repeat 96% center;
  background-size: 20px auto;
  font-size: 1em;
  color: #555555;
  padding: 18px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #EEE;
  line-height: 160%;
  height: 250px;
}
.comment-form textarea:focus {
  outline: none;
}
.comment-form input[type="text"]:focus {
  outline: none;
}
.comment-form input[type="email"]:focus {
  outline: none;
}
.comment-form input.password:focus {
  outline: none;
}
.comment-form input[type="submit"] {
  width: 100%;
  max-width: none;
  padding: 15px 20px 16px 20px;
  margin-bottom: 0;
  border: none;
  background: #fec107;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.comment-form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #444;
  color: #ffffff;
}
.comment-form input[type="submit"]:active {
  top: 1px;
  position: relative;
}
.comment-form .form-submit {
  margin-top: 1.5em;
}
p.comment-notes {
  margin-bottom: 2em;
  color: #666666;
}
p.logged-in-as {
  margin-bottom: 2em;
  color: #666666;
}
/*
 * === 7. FOOTER ===
 */
.footer {
  float: left;
  width: 100%;
  min-height: 60px;
  text-align: center;
  background-color: #f7f7f7;
  font-size: 14px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.footer .totop {
  position: absolute;
  left: 50%;
  top: -15px;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #222;
  text-align: center;
  overflow: hidden;
}
.footer .totop a {
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
}
.footer_text {
  /*float: left;
  line-height: 80px;*/
 overflow-wrap: break-word;
}
.footer_icons {
  float: right;
  line-height: 80px;
  font-size: 18px;
}
.footer_icons a {
  color: #bbbbbb;
}
.footer_icons a:hover {
  color: #000000;
}
.footer_icons a:not(:last-child) {
  margin-right: 10px;
}
/*
 * === 8. General Media Queries ===
 */
@media (max-width: 768px) {


  h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  h3 {
    font-size: 18px;
  }
  .btn-pri.vtour,
  .btn-sec,
  .btn-third {
    font-size: 16px;
  }
  .blog-section .bl-title h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .blog-sidebar {
    margin-top: 40px;
  }
  .contact .input-half {
    width: 100%;
  }
  section.blog .bl-excerpt {
    padding: 22px 0 45px;
  }
  .sb-title {
    width: 70%;
  }
  .color-back span {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
  }
  .color-back {
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .color-back .vtour {
    margin-left: 0;
  }
  .pull-left .bl-title h3 {
    text-align: left;
  }
  .bl-comments,
  .pull-left .bl-comments,
  .pull-left .bl-views {
    float: left;
  }
  .pull-left .bl-views {
    margin-right: 20px;
  }
  .pull-left .readmore {
    float: right;
  }
  .footer_text {
    width: 100%;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .footer_icons {
    width: 100%;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .above-nav {
    display: none;
  }
  .detail-pane ul {
    padding-left: 10px;
  }
}
/* Navbar collapse sooner */
@media (min-width: 768px) and (max-width: 991px) {

     
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    background-color:gray;
    
   
  }

  .navbar-header {
    float: none;
  }
  .navbar-header .collapse {
    display: block !important;
  }
  .navbar-toggle {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .nav > li.nav-sep,
  .nav > li.social-link {
    display: none;
  }
  .navbar-nav {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  div#navbar.navbar-collapse.collapse.in .navbar-nav {
    text-align: center;
    width: 100%;
     background-color:#46505c;
     opacity:0.8;
     display:none;
  }
  div#navbar.navbar-collapse.collapsing .navbar-nav {
    text-align: center;
    width: 100%;
      background-color:#46505c;
     opacity:0.8;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 45px;
  }
  .collapse.in {
    display: block !important;
  }
  .additional-items .col-md-3:nth-child(2) {
    border: none;
  }
  .additional-items .col-md-3:nth-child(odd) {
    border-right: 1px solid #dddddd;
  }
}
@media (max-width: 1200px) {
  .owl-carousel-agents .owl-prev {
    left: 10px;
    top: 40%;
  }
  .owl-carousel-agents .owl-next {
    right: 10px;
    top: 40%;
  }
}
/*
 * --- IE Adjustments ---
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  /* IE10+ CSS styles go here */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (max-width: 768px) {
  /* IE10+ CSS styles go here */
}

     h3{ position:relative; }
        h3 span{ position:absolute; top:-200px;}
         iframe {
            display: block;       /* iframes are inline by default */
            background: #000;
            border: none;         /* Reset default border */
            height: 50vh;        /* Viewport-relative units */
            width: 100vw;
            margin: 0 auto;
        }
 .fluidMedia {
    position:relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    /*overflow: hidden;*/
 
}

.fluidMedia iframe {
    position: absolute;
  
   
    width: 100%;
    height: 100%;
}

 .fluidMediaVideos {
    position:relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    /*overflow: hidden;*/
 
}
.fluidMediaVideos iframe {
    position: absolute;
  
   
    width: 100%;
    height: 100%;
}


@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,900);


h1 {
  font-size: 3em;
  text-align: center;
}
.embiggen {
  font-size: 4em;
  text-shadow: 0 0 40px #ffbab3;
}
article {
  max-width: 600px;
  overflow: hidden;
  margin: 0 auto 50px;
}

.subtitle {
  margin: 0 0 2em 0;
}
.fancy {
  line-height: 0.1;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  top: 0;
  width: 50%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
.amp {
  margin: 0 0 0.25em 0;
}
.amp span {
  font-size: 0.7em;
}

.copy {
  font: 1em Georgia, Serif;
  text-align: justify;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}
.copy p {
  margin: 0 0 1em 0;
}


     $items: 4;
$animation-time: 19s;
$transition-time: 10.5s;
$scale: 20%;

$total-time: ($animation-time * $items);
$scale-base-1: (1 + $scale / 100%);
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body { margin: 0 }

        /* main css */

        .slideshow {
            position: relative;
            width: 100vw;
            height: 100vh;
            overflow: hidden;
       
  

        }

  
       

        .slideshow-image {
            position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
            -webkit-animation-name: kenburns;
            animation-name: kenburns;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-duration: 25s;
            animation-duration: 25s;
            opacity: 1;
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

            .slideshow-image:nth-child(1) {
                -webkit-animation-name: kenburns-1;
                animation-name: kenburns-1;
                z-index: 3;
            }

            .slideshow-image:nth-child(2) {
                -webkit-animation-name: kenburns-2;
                animation-name: kenburns-2;
                z-index: 2;
            }

            .slideshow-image:nth-child(3) {
                -webkit-animation-name: kenburns-3;
                animation-name: kenburns-3;
                z-index: 1;
            }

            .slideshow-image:nth-child(4) {
                -webkit-animation-name: kenburns-4;
                animation-name: kenburns-4;
                z-index: 0;
            }

        @-webkit-keyframes kenburns-1 {
            0% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            1.5625% {
                opacity: 1;
            }

            23.4375% {
                opacity: 1;
            }

            26.5625% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            98.4375% {
                opacity: 0;
                -webkit-transform: scale(1.21176);
                transform: scale(1.21176);
            }

            100% {
                opacity: 1;
            }
        }

        @keyframes kenburns-1 {
            0% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            1.5625% {
                opacity: 1;
            }

            23.4375% {
                opacity: 1;
            }

            26.5625% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            98.4375% {
                opacity: 0;
                -webkit-transform: scale(1.21176);
                transform: scale(1.21176);
            }

            100% {
                opacity: 1;
            }
        }

        @-webkit-keyframes kenburns-2 {
            23.4375% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            26.5625% {
                opacity: 1;
            }

            48.4375% {
                opacity: 1;
            }

            51.5625% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }
        }

        @keyframes kenburns-2 {
            23.4375% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            26.5625% {
                opacity: 1;
            }

            48.4375% {
                opacity: 1;
            }

            51.5625% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }
        }

        @-webkit-keyframes kenburns-3 {
            48.4375% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            51.5625% {
                opacity: 1;
            }

            73.4375% {
                opacity: 1;
            }

            76.5625% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }
        }

        @keyframes kenburns-3 {
            48.4375% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            51.5625% {
                opacity: 1;
            }

            73.4375% {
                opacity: 1;
            }

            76.5625% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }
        }

        @-webkit-keyframes kenburns-4 {
            73.4375% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            76.5625% {
                opacity: 1;
            }

            98.4375% {
                opacity: 1;
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }
        }

        @keyframes kenburns-4 {
            73.4375% {
                opacity: 1;
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            76.5625% {
                opacity: 1;
            }

            98.4375% {
                opacity: 1;
            }

            100% {
                opacity: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }
        }
        
        h1 {
            position: absolute;        
            text-align: center;          
           z-index: 120;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform:capitalize;
  font-weight:300;
  font-size:60px;
  color:#ffffff;
    text-shadow: 1px 1px 1px #111;
    top:30%;
   /*left:20%;
   right:20%;*/
    
        }
        .propertyAddress{
                 position:absolute;  
            text-align: center;          
           
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform:capitalize;
  font-weight:300;
  font-size:72px;
  color:#ffffff;
    text-shadow: 1px 1px 1px #111;
  top:235px;
   z-index: 120;
   width:100%;
        }
.propertyStatus{
                 position:absolute;  
                    
           
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform:capitalize;
  font-weight:bold;
  font-size:17px;
  color:#ffffff;
   letter-spacing:1px;
right:0;
bottom:0;
   z-index: 120;
  text-transform:uppercase;
  opacity:0.7;
     
 
        }
.sub-heading {
               
            text-align: center;          
           z-index: 120;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform:capitalize;
  font-weight:300;
  font-size:30px;
  color:#ffffff;
    text-shadow: 1px 1px 1px #111;
   
   left:1%;
   right:1%;
   line-height:1.4;
   padding-top:15px;
    
}
.video-play-div {
          position: absolute;        
            text-align: center;          
           z-index: 115;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform:capitalize;
  font-weight:300;
  font-size:15px;
  color:#ffffff;
    text-shadow: 1px 1px 1px #111;
    top:70%;
   left:1%;
   right:1%;
   line-height:1.4;
   
}

.embed-responsive {
    top:-25px!important;
}

 #main-image:after { 
 
	background: url('/Images/pixels-pattern.png') center repeat;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.4;
	     z-index: 101;
         height:100vh;
         width:100%;
	}
              iframe {
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }
                    .responsive-iframe {
                        position: relative;
                        padding-bottom: 36.25%; /*16:9*/
                        height:500px;
                        overflow: hidden;
                    }





.cd-panel {
  /*...*/
  visibility: hidden;
  transition: visibility 0s 0.6s;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}

.cd-panel__header {
  /*...*/
  position: fixed;
  top: 0;
  width: 90%;
  height: 50px;
  transition: transform 0.3s 0s;
  transform: translateY(-50px);
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

.cd-panel--is-visible .cd-panel__header {
  transition: transform 0.3s 0.3s;
  transform: translateY(0px);
}

.cd-panel__container {
  /*...*/
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  transition: transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}



@media screen and (max-width:768px) {

    .nav-tabs {
     display:block; 
    
     flex-direction:row;
    

        }
   .tabbable-line > .nav-tabs > li.active {
       border-style:none;
   }
    

    /*mobile

    /*.company-logo {
        display:none;
    }*/


/*.audio-c{
    padding:2px !important;
    margin-top:-25px;
    
    opacity:0.6;
    position:absolute;
    bottom:0;
    z-index:9940;
    color:white;
   
    right:0;
    cursor:pointer;
}*/

    .embed-container-scheduleTour {
        position: relative;
        padding-bottom: 86%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        margin-bottom: 1em;
    }

.text-lead {
    font-family:Overpass !important;
    color: #000000!important;
       font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
     margin-bottom:15px;
}
.btnLeadSubmit {
    background-color:#000000;
    padding:10px;
    color:#ffffff;
    width:50%;
    font-size:14px;
}
.modal-dialog {
    width:98%!important;
    height:40vh;
}
.modal-content {
    height:40vh;
    width:96%;
}
.lead-content {
    text-align:center;
    width:100%;
    padding:20px;
}
.lead-content > input {
    width:70%!important;
}
.leadImage {
    display:none;
}
.parallelo-box {
    width:145px;
     height: 32px;
                   -webkit-transform: skew(-20deg); /* WebKit */
-moz-transform: skew(-20deg); /* Mozilla */
-o-transform: skew(-20deg);/* Opera */
-ms-transform: skew(-20deg);/* Internet Explorer */
transform: skew(-20deg); /* CSS3 */
       border-style:solid;
       border-width:1px;
       border-color:black;
       line-height: 20px;
       padding:5px;


}
.centered {
    text-align: center;
    font-size: 0;

}
.centered > div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 13px;
    
}
.col-centered {
   
    margin-bottom: 0px;
}

.other-prop {
    /*width:94%; 
    float:left;
    padding:2px;*/
   
}
.video-play-icon-thumb.video-play-icon-thumb--sm {
  font-size:19px;

  width:6.25em;
  height:6.25em;
   
}
.openh {
    font-size:10px;
}
.price-box {
    font-size:10px;
}
.video-play-div {
          position: absolute;        
            text-align: center;          
           z-index: 115;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform:capitalize;
  font-weight:300;
  font-size:15px;
  color:#ffffff;
    text-shadow: 1px 1px 1px #111;
    top:65%;
   left:1%;
   right:1%;
   line-height:1.4;
   
}
.overlay-div
 {
  
    width:100%;
    height:100%;
    position:absolute;
    z-index:-1;
    display:none;

}
.contactus {
    font-size:11px;
    color:#000000;
}
.propertyStatus{
                 position:absolute;  
                    
           
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform:capitalize;
  font-weight:bold;
  font-size:17px;
  color:#ffffff;
   letter-spacing:1px;
left:0;
bottom:15.5%;
   z-index: 120;
  text-transform:uppercase;
 
        }
.navbar-toggle 
{
        border: 1px solid #ffffff !important;
        margin-right:7px !important;
}
    .top-holder-fixed
    {
        padding-top: 15px!important;
        width:100%;
  
    }

    #navbar {
        display:none !important;
    }
    .name-card {
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
    }

    .features .container {
  background-color: #ffffff;
  border: 1px solid #000000;
  box-shadow:none;
  margin:3px;
}

    .footer-content
    {
        margin:10px 0px 10px !important;
    }

    a {
        word-break:break-word !important;
    }

    .center_div 
    {
        width:96% !important;
        left:0 !important;
    }
    .heading-section-title-agent
    {
        font-family: 'Montserrat', sans-serif;
 font-weight: 500;
 text-transform: uppercase;
color:#000000;
font-size:28px;
margin:5px;
text-align:center;

    }

    .heading-section-title-sub{
        text-align:left;
        margin:6px;
    }
    /*.tmvirtualtour
    {
        display:none !important;
    }*/

 
    .agentAboutme
    {
        /*margin-top:-200px!important;*/
        float:left;
        padding:0;
      
    }
     .house-text-box .house-short-description
    {

    /* height: 40px; */
    overflow: hidden;
  
    }
    .house-text-box {
     padding: 0; 
    background: #fff;
  padding:5px;

}
  

    /*.slideshow
    {
        height:100vh !important;
     
        margin-top:100px;
    }*/

   
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse
    {
        margin-top:0px;
        border-style:none;
        /*background-color:#191970;*/
        
    }
       .responsive-iframe {
                        position: relative;
                        padding-bottom: 50%; /*16:9*/
                        height:600px;
                        overflow: hidden;
                    }
  
     /*.prop-docs {
         padding-bottom:50px;
     }*/
    .c-form
    {
        margin-left:1% !important;
        margin:0 !important;
    }
    .square
    {
        margin-top:80px;
        max-width:90%;
        
    }
    .btnPassProperty
    {
        margin-top:10px;
      
    }
    .announcementBanner
    {
        font-size:14px;
        line-height:17px;
    }
    .client-testimonial{
            color: aliceblue;
    text-transform: capitalize;
    font-size: 24px !important;
    }

    .c-form {
         margin: 10px 0;
    opacity:0.7 !important;
                            width:100%!important;
                            background-color:#000000!important;
    padding-top:1px!important;
}
       .features .container .col-md-3:not(:last-child) {
  border-right: 0px none #ffffff;
}
   h1 {
    font-size:30px;
  }
    .propertyAddress {
         font-size:25px;     
         top:200px;
          
    }
   .sub-heading {
       line-height:1.4;
       font-size: 12px;
      top:50%;
   }

   
   .fancy
   {
       line-height:1.5;
       font-size: 24px;
       font-weight:bold;
       
   }
   .fancy span:before {
       top:-25%;
  right: 50%;
  margin-right: 1px;
}
.fancy span:after {
      top:-25%;
  left: 50%;
  margin-left: 1px;
}
    
 .top-section h1 {
     font-size:22px;
      white-space: nowrap;
      margin-top:70px;
 }

 .slideshow{
     width: 100vw;
            height: 100vh;
 }

 .navbar{
     min-height:1px !important;
     max-height:1px !important;
 }
 .navbar-header{
         min-height:1px !important;
     max-height:1px !important;
 }
 .top-holder, .top-holder-fixed
 {
       min-height:1px !important;
     max-height:1px !important;
 }

    .presented-by-company {
        font-size:10px;
    }
    .pricedat {
        display:block;
        margin-bottom:10px;
    }

    .audio-c {
        z-index: 115;
    }

        .center-block {
    width:100%;
    float:none;
}

.contact-card-text {
    margin-bottom:1px!important;letter-spacing:1px;font-size:12px;width:100%;
    text-align:center;
    float:none;
   

}

.statement {
   
    float:none;
    text-align:center;
    width:100%;
}

.contact-card-media {
    text-align:center;
}

.img-logo-mb {
    margin-bottom:25px;
}

.tabbable-line > .nav-tabs > li > a
    {
        font-family: 'Oswald', sans-serif;
        font-size:12px;
        line-height:1px;
    }

.details {
    text-align:center;
}
#panelPropDocuments {
    text-align:center;
}

.prop-docs {
    font-size:17px !important;
}
.nav-tabs > li {
    float:none;
    display:inline-block;
    
  
}

.nav-tabs {
    text-align:center;
    margin-left:6% !important;
     margin-right:6% !important;
}
.tabs-box {
    padding-right:0;
    
}
.prop-amen {
    text-align:center !important;
    float:none !important;
}
.tab-content {
    text-align:center;
}
.heading-text {
    text-align:center;
}
.prop-desc  {
    text-align:center;
}



}


/* mobile end here */


.headingCustomFont{
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.doubleLine {
   
    border-top: 4px double #999;
    padding: 10px 0;
}
.trapezoid {
    border-bottom: 35px solid black;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    height: 0;
    opacity:0.5;
  
   
 
}
.openhouse{
    padding:5px !important;
    clear:both !important;
    background-color:#000000;
    opacity:0.6;
    position:absolute;
    bottom:0;
    z-index:140;
    color:white;
}
.openhouse:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000000;
    transform-origin: top right;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}

.audio-c{
  
    /*font-size:22px;
    position:absolute;
    bottom:0;
    z-index:115;
    color:white;
   background-color:#000000;
   opacity:0.7;
    right:0;
    cursor:pointer;
    color:#ffffff;
    padding:2px 7px 2px 7px;
    font-weight:bold;*/
   font-size: 30px;
    position: absolute;
    bottom: 0;
    z-index: 115;
    color: white;
    background-color: #ffffff;
    opacity:0.7;
    right: 0;
    cursor: pointer;
    color: #000000;
    padding: 5px 3px 0px 15px;
    font-weight: bold;
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    border-right-style:none;
}


 .center_div{
    margin: 0 auto;
    width:50% ;
  

}
                        .c-form{
                            opacity:0.7;
                            width:60%;
                            margin-left:20%;
                            margin-right:20%;
                            background-color:#000000;
   padding-top:10px;
   margin-top:35px;
   margin-bottom:35px;
 
  

                        }
                        .font-accent-color-2
                        {
                            color:#efefef !important;
                        }
                        .prop-amen{
                            border-style:none;
                            border-width:1px;
                            border-color:#c0c0c0;
                            color:#ffffff;
                         
                            padding:5px;
                      
                            display:inline-block;
                            margin:5px;
                            background-color:#000000;
                            opacity:0.7;
                            padding-left:10px;
                            padding-right:10px;
                        }
                                 body{
    /*margin-top:20px;
    background:#eee;*/
}

.m-r-15, .product-report .icon {
    margin-right: 15px;
}
a {
    color: #000000;
}
.agent .agent-content .agent-name h4 {
    font-size: 17px;
}
.card {
    background: #fff;
    margin-bottom: 30px;
    transition: .5s;
    border: 0;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    box-shadow: none;
}

.team-info li+li {
    margin-left: -10px;
}

.social-icons li{
    display: inline-block;    
}

.team-info li{
    margin-top: 5px;
    display: inline-block;
}

.team-info li img {
    width: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}

.agent .agent-avatar {
    width: 100%
}

.agent .agent-avatar a {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.agent .agent-content .agent-name {
    padding: 20px 30px
}

.agent .agent-content .agent-name h4 {
    font-size: 17px
}

.agent .agent-content .agent-contact-details {
    list-style: none;
    color: #000000;
    padding: 18px 32px !important;
    background-color: #f5f5f5;
    
}

.agent .agent-content .agent-contact-details li {
    position: relative;
    margin-left: 28px;
    line-height: 24px;
    padding: 3px 0;
   
    /*word-break: break-word*/
}

.agent .agent-content .agent-contact-details li i {
    font-size: 18px;
    top: 5px;
    left: -28px;
    position: absolute;
   
    
}

.agent .agent-content .agent-contact-details li span {
    font-size: 16px
}

.agent .agent-content .social-icons {
    padding: 10px 17px
}

.agent .agent-content .social-icons li {
    list-style: none
}

.agent .agent-content .social-icons li a {
    padding: 8px 15px
}
     .bg--white h1, .bg--white h2, .bg--white h3, .bg--white h4, .bg--white h5, .bg--white h6, .bg--white i {
    color: aliceblue;
}
        h5, .h5 {
            margin-bottom: 1.625em;
        }
        h5, .h5 {
    font-size: 1em;
    line-height: 1.625em;

    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    color: #343434;
    font-weight: 600;
    font-variant-ligatures: common-ligatures;
}
        .slider.slider--controlsoutside[data-paging="true"] .owl-theme .owl-controls .owl-dots .owl-dot span {
    background: #aliceblue;
    display: inline-block;
}

  .client-testimonial{
            color: aliceblue;
    text-transform: capitalize;
    font-size: 34px;
    }

.modal-instance {
    position: relative;
    display: inline-block;
}
.modal-video-1 .video-play-icon.video-play-icon--sm {
    margin-right: 0.8125em;
}
.modal-video-1 .video-play-icon {
    display: inline-block;
    margin-right: 1.625em;
}
.video-play-icon.video-play-icon--sm {
    width: 4.35em;
    height: 4.35em;
}
.icon-play-circle {
    font-size:44px;
    font-weight:bold;
}
.video-play-icon {
    opacity: 1;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear; 
}
.video-play-icon {
    /*width: 6.5em;
    height: 6.5em;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
    background: #ffffff;*/
       width: 5.5em;
    height: 5.5em;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 5px solid #9c9c9c;
    cursor: pointer;
    background: #3b3b3b;
    border-style:double;
   
    
}
.video-play-icon.video-play-icon--sm:before {
    margin-top: -2px;
  
    
}
.video-play-icon:not(.video-play-icon--dark):before {
    border-color: transparent transparent transparent #ffffff;
  
}
.video-play-icon.video-play-icon--sm:before {
    border-width: 4px 0 4px 9px;
}
.video-play-icon:before {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -4px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #ffffff;
    border-color: transparent transparent transparent #808080;
}
h6, .h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 2.36363636363636em;
}
/**! 22. Modals **/
.modal-instance .modal-body {
  display: none;
}
.modal-container {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-container.modal-active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.modal-container:before {
  background: rgba(0, 0, 0, 0.85);
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal-container .modal-content {
  backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-height: 100%;
  overflow-y: auto;
  border: none;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal-container .modal-content:not(.height--natural) {
  width: 50%;
  height: 50%;
}
.modal-container .modal-content .modal-close-cross {
  cursor: pointer;
  position: absolute;
  opacity: .5;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  top: 1em;
  right: 1em;
  z-index: 99;
}
.modal-container .modal-content .modal-close-cross:before {
  content: '\2715';
  font-size: 1.5em;
}
.modal-container .modal-content .modal-close-cross:hover {
  opacity: 1;
}
.modal-container .modal-content.imagebg:not(.image--light) .modal-close-cross:before {
  color: #fff;
}
.modal-container .modal-content iframe {
  width: 100%;
  outline: none;
  border: none;
  height: 100%;
  backface-visibility: hidden;
}
.modal-container .modal-content iframe:first-child + .modal-close-cross:last-child {
  top: -3.25em;
}
@media all and (max-width: 767px) {
  .modal-container .modal-content {
    width: 97% !important;
    
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
