/* ------------------------------------------------------------------------------

  Template Name: Tri State Lincolnshire
  Description: BAIA Property Page with Loader
  Author: Bradford Allen
  Version: 1.0
  
  1.  Global
      1.1 General
      1.2 Loader
      1.3 Typography
      1.4 Fields
      1.5 Buttons
      1.6 Icons
      1.7 Colors
      1.8 Backgrounds
      1.9 Content styles

  2.  Header 
      2.1 Brand
      2.2 Navigation
      2.3 Affix

  3.  Home
  4.  Tenants
      4.1 Owl carousel

  5.  Amenities
      5.1 Magnific popup

  6.  Features
  7.  Reviews
  8.  Availabilities
  9.  Contacts
  10. Footer
  11. Modals
  12. Responsive styles
      12.1 Max width 767px
      12.2 Min width 768px
      12.3 Min width 992px
      12.4 Min width 1200px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */

@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('magnific-popup.css');


html{
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.52;
  color:#909090;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #4a8aba;
}

::selection{
  background-color:#4a8aba;
  color:#fff;
}

-webkit-::selection{
    background-color:#4a8aba;
    color:#fff;
}

::-moz-selection{
    background-color:#4a8aba;
    color:#fff;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control, .form-control:hover, button{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* 1.2 Loader */

.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#4a8aba;
  color:#fff;
  text-align: center;
}

.loader-brand{
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
    -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
              transform: translate(0, -50%);
}


/* 1.3 Typography */

main h2 {
  color: #ffffff;
}

mark {
  background: #4a8aba;
  color: #ffffff;
  padding: .5rem;
}

h1,
.h1{ 
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin:0 0 30px 0;
}

h2,
.h2{ 
  position: relative;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #4B4B4C;
}

h3,
.h3{
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
  color:#000;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4{
  font-size: 15px;
  line-height:1.4;
  font-weight: 700;
  color:#4B4B4C;
  margin:0;
}

ul,
ol {
  margin-top:0px;
  margin-bottom: 10px;
}

ul{
  list-style: none;
  padding-left: 0;
}

.inline-list li{
  margin-right: 20px;
}

ol li,
ul li{
  margin-top: 10px;
}

p{ 
  margin:10px 0 0;
}

blockquote{
  margin:40px 0;
  background-color: #f7f7f7;
  padding: 40px 80px 40px;
  position: relative;
  border-left-color:#4a8aba;
  font-size: inherit;
  line-height: 1.7;
  color: #6B6B6B;
}

blockquote:after, q:after {
  content:"\f10e";
  color: #DBDBDB;
  font-family: "FontAwesome";
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 25px;
  left: 25px;
}

blockquote *{
  margin:0;
}

a {
  color:#4a8aba;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#4a8aba;
  outline: none;
  text-decoration: none;
}

a:focus{
  text-decoration: none;
}


/* 1.4 Fields */

.form-control,
textarea.form-control{
  height: 50px;
  color: #9F9F9F;
  border-radius: 30px;
  padding-left: 22px;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

.form-control:focus {
  border-color: #4a8aba;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}

textarea.form-control{
  height: 120px;
  padding-top: 14px;
  border-radius: 30px;
  resize:none;
}

.form-control::-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9F9F9F;
}

.form-control::-webkit-input-placeholder {
  color: #9F9F9F
}

.form-control.error{
  border-bottom: 1px solid #D99675;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error{
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin:10px 20px 0;
}

label.error .fa{
  margin-right: 4px;
}

.b-primary{
  border-color:#4a8aba;
}


/* 1.5 Buttons */

.btn{
  position: relative;
  display: inline-block;
  background:#4a8aba;
  border:2px solid #4a8aba;
  padding:15px 42px 15px;
  height: 50px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  color:#fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-out;
       -o-transition: background-color .3s ease-out;
          transition: background-color .3s ease-out;
}

.btn-type{
  height: 50px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  color:#fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-play{
  position: relative;
  display: inline-block;
  background:#4a8aba;
  border:2px solid #4a8aba;
  height: 50px;
  border-radius: 30px;
  padding:0px 42px 0px 0px;
  text-decoration: none !important;
  font-size: 14px;
  color:#fff;
  letter-spacing: 0.075em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-out;
       -o-transition: background-color .3s ease-out;
          transition: background-color .3s ease-out;
}

.btn-play img{
  height: 100%;
  padding-right: 30px;
}

.btn .fa{
  font-size: 1.3em;
  margin-right: 5px;
  color: #fff;
}

.btn:focus,
.btn-play:focus{
  outline: none!important;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.btn:hover,
.btn:focus,
.btn-play:hover,
.btn-play:focus{
  border-color:#fff;
  background-color:transparent;
  color: #4a8aba;
}

.btn:hover .fa{
  color: #4a8aba;
}

.btn-play:hover .fa{
  color: #4a8aba;
}

.btn-light,
.btn-light:after,
.btn-light:focus{
  color: #fff;
}

.btn-light{
  color: #000;
  background-color: #DADADA;
}

.btn-b-white{
  color: #fff;
  border-color:#fff;
}

.btn-b-white:hover,
.btn-b-white:focus{
  border-color:#fff;
  background-color: #fff;
  color: #4a8aba;
}

.btn_group{}
.btn_group a{
    margin: 5px;
}

.btn_group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}

.default-btn{
    background-color: #4a8aba;
    text-transform: uppercase;
    font-family: "Work Sans",sans-serif;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 30px;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
}

.default-btn:hover{
    background-color: #263a4f;
    color: #fff;
}

.default-btn:focus,
.default-btn::after{
  color: #fff;
}


/* 1.6 Icons */

.fa{
  display: inline-block;
  color: #4a8aba;
}

a.fa:hover,
a.fa:focus{
  text-decoration: none;
}

.icon-link .fa{
  vertical-align: middle;
  margin-left: 5px;
}

.ico-contact {
	height: 50px;
	width: auto;
}


/* 1.7 Colors */

.text-white{
  color:#fff;
}

.text-opacity{
  opacity: 0.7;
}

.text-dark{
  color:#000;
}

.text-primary{
  color:#4a8aba;
}


/* 1.8 Backgrounds */

.bgc-white{
  background-color: #fff;
}

.bgc-light{
  background-color: #f7f7f7;
}

.bgc-brand{
	background-color: #4a8aba;
}

.bgc-primary{
  background-color: #001d37;
}


/* 1.9 Content styles */

.layout{
  overflow: hidden;
}

.section,
.section-lg{
  padding: 25px 0px;
}

.section-sm{
  padding: 80px 0;
}

.section-span{
  padding: 0;
}

.section-title{
  margin:0 0 15px 0;
}

.icon-title{
  margin-bottom: 20px;
}

.brochure-title{
  font-size: 34px;
  margin:0 0 15px 0;
}

.section-body{
  margin-top: 40px;
}

.top-space{
  margin-top: 25px;
}

.top-base{
  margin-top: 50px;
}

.masked{
  position: relative;
}

.masked:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: auto;
  background-color: rgba(0,0,0,0.35);
}

.mobile *{
  background-attachment: scroll!important;
}


/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/

.navbar{
  position: absolute;
  z-index: 10;
  top:0;
  left:0;
  width: 100%;
  padding:20px;
  margin:0;
  border:0;
  border-radius: 0;
}

.navbar-toggle{
  margin-top: 20px;
}

.navbar-toggle .icon-bar{
  background-color: #4a8aba;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
  -webkit-transition:background-color 0.5s;
  -o-transition:background-color 0.5s;
  transition:background-color 0.5s;
}

@media (max-height: 320px ){
  .navbar .navbar-collapse{
    max-height: 240px;
  }
}

#home h1 {
	text-transform: uppercase;
	font-size: 120px;
	padding: 0;
	margin: 0;
}

#home h4 {
	text-transform: uppercase;
	color: #fff;
}

figure {
	position: relative;
	display: block;
	color: #fff;
}

.hoverable {
	display: none;
	margin-bottom: 50px;
}


/* 2.1 Brand */

.brand{
  display: inline-block;
  text-align: center;
}

.brand:hover,
.brand:focus{
  text-decoration: none;
}

.brand-img-white{
  display: inline-block;
  width: 280px;
}

.brand-img{
  display: none;
  width: 200px;
  padding:10px 0px;
}


/* 2.2 Navigation */

.navbar-nav{
  padding-top: 27px;
  margin:0;
  font-size: 15px;
  font-weight: 800;
}

.navbar-nav li{
  position: relative;
  margin-top: 0;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-nav li a{
  color: #fff;
  text-decoration: none;
  padding:12px 20px;
  -webkit-transition:background-color 0.5s;
  -o-transition:background-color 0.5s;
  transition:background-color 0.5s;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .active > a{
  background-color: transparent;

}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a{
  background-color: #4a8aba;
}

.navbar-nav li ul{
  font-size: 14px;
}

.navbar-nav li li{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-nav li li:last-child{
  border-bottom: 0;
}

.navbar-nav li li a{
  display: block;
  padding: 15px 20px;
  color: #adadad;
}

.navbar-nav li li a .fa{
  margin-right: 10px;
}

.navbar-nav li:hover{
  z-index: 1;
}

.navbar-nav li:hover > ul{
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}


/* 2.3 Affix */

.navbar.affix{
  position: fixed;
  z-index: 10000;
  top:0;
  background-color:rgba(255,255,255,0.95);
  padding:10px 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -webkit-transition:background-color 0.5s;
  -o-transition:background-color 0.5s;
  transition:background-color 0.5s;
}

.navbar.affix .brand-img-white{
  display: none;
}

.navbar.affix .brand-img{
  display: inline-block;
}

.navbar.affix .navbar-nav{
  padding-top: 15px;
}

.navbar.affix .navbar-nav li a{
  color: #4B4B4C;
}

.navbar.affix .navbar-nav > li > a:hover, 
.navbar.affix .navbar-nav > .active > a{
  color: #fff;
}

.navbar.affix .navbar-toggle{
  margin-top: 10px;
}

.navbar.affix .navbar-toggle.collapsed .icon-bar{
  background-color: #4a8aba;
}


/*-------------------------------------------------------------------------------
  3. Home
-------------------------------------------------------------------------------*/

.masthead-video.masked:after{
  background-color: rgba(0,0,0,0.2);
}

.lead h1{
  font-family: "Bebas Neue";
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.video{
  position:absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.opener{
  color:#fff;
  padding: 200px 0 80px;
}

.inner-page{
  color: #fff;
  padding: 100px 0 100px;
  margin-top: 73px;
}

.lead{
  font-size: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

.lead-controls{
  margin-top:20px;
}

.lead-controls a{
  margin-top: 20px;
  vertical-align: middle;
}

.play-home{
  font-size: 15px;
  display:inline-block;
}

.play{
  display: inline-block;
}

.play .fa{
  padding:1px;
  color: inherit;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition:all .5s;
  transition:all .5s;
}

.play:hover{
  text-decoration: none;
}

.btn-lead{
  margin-right: 20px;
}

.btn-lead:hover,
.btn-lead:focus{
  color: #fff;
  border-color: #fff;
}

.play-home .fa{
  padding:1px;
  color: inherit;
  vertical-align: middle;
  margin-right: 10px;
  font-size:50px;
  -webkit-transition:color .5s;
  transition:color .5s;
}

.play:hover{
  text-decoration: none;
  color: #fff;
}

.play:hover .fa{
  color: #4a8aba;
}

.content{
  position: relative;
  background-color: #fff;
}

.content-inner{
  padding-top: 60px;
}

.intro{
  padding:0px 0 30px;
}


/* Breadcrumbs */

.breadcrumbs{
  padding:22px 0 22px;
  background-color: #f5f5f5;
  text-transform: uppercase;
  font-size:13px;
  font-weight: 500;
}

.breadcrumbs li{
  float: left;
  margin:0;
}

.breadcrumbs .active a,
.breadcrumbs a:hover{
  color: #4a8aba;
}

.breadcrumbs li a{
  color:inherit;
  text-decoration: none;
}

.breadcrumbs li a:after{
  display: inline-block;
  content:'/';
  margin:0 10px;
}

.breadcrumbs li:last-child a:after{
  display: none;
}


/* ------------------------------------------------------------------------------- */
/*  4. Tenants
/* ------------------------------------------------------------------------------- */

.partners{
  text-align: center;
  padding: 30px 0;
}

.partners .owl-controls{
  position: absolute;
  left: 0;
  margin-top: -20px;
}

.partner{
  opacity: 0.4;
  padding: 0 65px;
}

.partner img{
  margin:0 auto;
}


/* 4.1 Owl carousel */

.owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 50px;
}

.owl-controls .owl-pagination{
  text-align: center;
}

.owl-controls .owl-page{
  display: inline-block;
  margin:0 7px;
}

.owl-controls .owl-page span{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E0E0E0;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.owl-controls .owl-page.active span, 
.owl-controls .owl-page:hover span{
  background-color:#4a8aba;
}


/* -------------------------------------------------------- */
/*  5. Body Content
/* -------------------------------------------------------- */

.row-columns{
  margin-top: -50px;
}

.column{
  margin-top: 50px;
}


/* 5.1 Magnific popup */

.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 220px;
}

.mfp-bottom-bar{
  margin-top: -30px;
}

.mfp-title{
  font-size: 20px;
  color:#4A8ABA;
}

.mfp-bg{
  background-color: #4a8aba;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
      -ms-transform: rotateX(0);
       -o-transform: rotateX(0);
          transform: rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-removing.mfp-bg {
  opacity: 0;
}


/* ------------------------------------------------------------------------------- */
/*  6. Features
/* ------------------------------------------------------------------------------- */

.feature-img{
  margin:0 auto;
  max-width: 100%;
}


/* ------------------------------------------------------------------------------- */
/*  7. Teams Section
/* ------------------------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {
  .brokers {
  background: url(../img/bg/team-triangles.svg) no-repeat top right;
  background-size: contain;
  }
}

.brokers {
  padding: 40px 20px 80px 20px;
}

.brokers .fa{
  font-size: 1.5em;
  margin:15px 0;
}

.management p {
    color: #fff;
}

.management h3, .management h2 {
  color: #fff;
}

.team-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-wrap img {
max-width: 100%;
height: auto;
}

.team-block{
position:relative;
margin-bottom: 40px;
}

.team-block .inner-box{
position:relative;
}

.team-block .inner-box:before{
position:absolute;
content:'';
right:0px;
top:40px;
left:0px;
bottom:0px;
border-radius:2px;
background-color: #4a8aba;
clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 100%);
}

.team-block .inner-box .social-icons li {
display: inline-block;
font-size:18px;
padding: 10px 20px 20px 0px;
}

.team-block .inner-box a {
color: #fff;
}

.team-block .inner-box .image img{
position:relative;
display:block;
width: 75%;
margin-left: auto;
margin-right: auto;
}

.team-block .inner-box .lower-content{
position:relative;
text-align:left;
z-index:1;
padding-left: 20px;
}

.team-block .inner-box .lower-content h3{
position:relative;
color:#ffffff;
font-size:20px;
font-weight:700;
line-height:0.8em;
}

.team-block .inner-box .lower-content h3 a{
  position:relative;
  color:#ffffff;
    -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-block .inner-box .lower-content .designation{
  position:relative;
  margin-top: -4px;
  color:#ffffff;
  font-size:12px;
}

.team-block .inner-box .lower-content .contact-info{
  position:relative;
  margin-top: 8px;
  color:#ffffff;
  font-size:12px;
}

.team-block .inner-box .lower-content .contact-info a {
  text-decoration: underline;
}

.team-block .outer-box{
position:relative;
}

.team-block .outer-box:before{
position:absolute;
content:'';
right:0px;
top:40px;
left:0px;
bottom:0px;
border-radius:2px;
background-color: #001d37;
clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 100%);
}

.team-block .outer-box .social-icons li {
display: inline-block;
font-size:18px;
padding: 10px 20px 20px 0px;
}

.team-block .outer-box a {
color: #fff;
}

.team-block .outer-box .image img{
position:relative;
display:block;
width: 75%;
margin-left: auto;
margin-right: auto;
}

.team-block .outer-box .lower-content{
position:relative;
text-align:left;
z-index:1;
padding-left: 20px;
}

.team-block .outer-box .lower-content h3{
position:relative;
color:#ffffff;
font-size:20px;
font-weight:700;
line-height:0.8em;
}

.team-block .outer-box .lower-content h3 a{
  position:relative;
  color:#ffffff;
    -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team-block .outer-box .lower-content .designation{
  position:relative;
  margin-top: -4px;
  color:#ffffff;
  font-size:12px;
}

.team-block .outer-box .lower-content .contact-info{
  position:relative;
  margin-top: 8px;
  color:#ffffff;
  font-size:12px;
}

.team-block .outer-box .lower-content .contact-info a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Featured One
--------------------------------------------------------------*/

.featured-one {
  position: relative;
  display: block;
  background-color: #e9edf2;
  padding: 120px 0 90px;
}

.featured-one .section-title {
  margin-bottom: 46px;
}

.featured-one__btn-box {
  position: relative;
  display: block;
  float: right;
  margin-top: 15px;
}

.featured-one__left {
  position: relative;
  display: block;
}

.featured-one__left-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: var(--thm-border-radius);
  z-index: 1;
}

.featured-one__left-img img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
  transform: scale(1);
}

.featured-one__left-img:hover img {
  transform: scale(1.05);
}

.featured-one__left-img-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 40px;
  padding-top: 16px;
  padding-bottom: 10px;
  z-index: 1;
}

.featured-one__left-img-content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--thm-black-rgb), 0.90);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transform: scaleY(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
  transform-origin: bottom center;
}

.featured-one__left:hover .featured-one__left-img-content:before {
  transform: scaleY(1.0);
}

.featured-one__left-img-title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 5px;
}

.featured-one__left-img-title a {
  color: inherit;
  transition: all 500ms ease;
}

.featured-one__left-img-title a:hover {
  color: #fff;
}

.featured-one__left-car-price {
  font-size: 17px;
  color: #fff;
  margin: 0;
}

.featured-one__left-car-price span {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.featured-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.featured-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--thm-border-radius);
  z-index: 1;
}

.featured-one__img:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 50px;
  background-color: rgba(21, 81, 120, 0.4);
  border-radius: var(--thm-border-radius);
  z-index: 2;
}

.featured-one__img img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
  transform: scale(1);
}

.featured-one__single:hover .featured-one__img img {
  transform: scale(1.05);
}

.featured-one__img-content {
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  z-index: 4;
}

.featured-one__img-content:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--thm-black-rgb), 0.75);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transform: scaleY(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.featured-one__single:hover .featured-one__img-content:before {
  transform: scaleY(1.0);
}

.featured-one__img-content-title {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 12px;
}

.featured-one__img-content-title a {
  color: inherit;
  transition: all 500ms ease;
}

.featured-one__img-content-title a:hover {
  color: #fff;
}

.featured-one__img-content-car-price {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.featured-one__img-content-car-price span {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}


/* ==========================================================================
   Projects Section
   ========================================================================== */
   .projects-section .container-fluid{
       padding: 0;
   }

   .projects-carousel{}
   .project-item{
       position: relative;
       overflow: hidden;
       z-index: 1;
   }
   
   .project-item .overlay{
       background-color: rgba(75,138,186,0.8);
       content: "";
       position: absolute;
       width: 100%;
       height: 100%;
       left: 0;
       top: 0;
       display: block;
       visibility: hidden;
       opacity: 0;
       z-index: 1;
   }
   .project-item:hover .overlay{
       visibility: visible;
       opacity: 1;
       transition: all 300ms ease;
   }

   .projects-content{
       position: absolute;
       width: 100%;
       height: auto;
       left: 0;
       bottom: 0;
       padding: 50px;
       z-index: 1;
       transform: translateY(20px);
       -webkit-transition: all 400ms ease;
       -o-transition: all 400ms ease;
       transition: all 400ms ease;
   }

   .project-item:hover .projects-content{
       transform: translateY(0);
   }

   .projects-content .category{
       font-family: "Work Sans",sans-serif;
       text-transform: uppercase;
       font-weight: 500;
       font-size: 12px;
       margin-bottom: 15px;
       color: #fff;
       display: block;
   }

   .projects-content .tittle{
       font-size: 20px;
       color: #fff;
       line-height: 28px;
       font-weight: 600;
       letter-spacing: 0;
       display: block;
   }

   .project-item .view-icon{
       position: absolute;
       width: auto;
       height: auto;
       right: 40px;
       top: 30px;
       display: block;
       font-size: 25px;
       color: #fff;
       visibility: hidden;
       opacity: 0;
       -webkit-transition: all 400ms ease;
       -o-transition: all 400ms ease;
       transition: all 400ms ease;
   }

   .project-item:hover .view-icon{
       cursor: pointer;
       right: 20px;
       visibility: visible;
       opacity: 1;
       z-index: 1;
   }
   
   .all-availabilities {
       margin-top: 30px;
       text-align: center;
       text-transform: uppercase;
       font-size: 12px;
       color: #263a4f;
       font-weight: 600;
       letter-spacing: 0;
       font-family: "Work Sans",sans-serif;
       z-index: 1;
   }

  .appicon {
  display: inline-block !important;
  width: 120px !important;
  margin: 15px !important;
  }

/* -------------------------------------------------------------------------------
   Mobile Amenities Slider
   ------------------------------------------------------------------------------- */
   
   .swiper-display {
    display: none;
   }

   .swiper {
    width: 95vw;
    height: calc(0.667 * 80vw);
  }

  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
  }

  .swiper-slide:nth-child(1n) {
    background-image: url(../img/amenities/auditorium-1920x1399.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .swiper-slide:nth-child(2n) {
    background-color: rgb(0, 140, 255);
  }

  .swiper-slide:nth-child(3n) {
    background-color: rgb(10, 184, 111);
  }

  .swiper-slide:nth-child(4n) {
    background-color: rgb(211, 122, 7);
  }

  .swiper-slide:nth-child(5n) {
    background-color: rgb(118, 163, 12);
  }

  .swiper-slide:nth-child(6n) {
    background-color: rgb(180, 10, 47);
  }

  .swiper-slide:nth-child(7n) {
    background-color: rgb(35, 99, 19);
  }

  .swiper-slide:nth-child(8n) {
    background-color: rgb(0, 68, 255);
  }

  .swiper-slide:nth-child(9n) {
    background-color: rgb(218, 12, 218);
  }

  .swiper-slide:nth-child(10n) {
    background-color: rgb(54, 94, 77);
  }

  .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

/* -------------------------------------------------------------------------------
   Map
   ------------------------------------------------------------------------------- */

.map-layers {
	position: relative;
  background-image: url(../img/map/interchange-map.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: calc(0.29712 * 100vw);
  width:100%;
}

.map {
	position: relative;
}

.map-item-route {
	position: absolute;
	top: 25%;
	left: 20%;
	width: 4vw;
}

.map-item-interstate {
	position: absolute;
	bottom: 8%;
	right: 47%;
	width: 4vw;
}

.map-item-icon {
  position: absolute;
  bottom: 8%;
  left: 26%;
  width: 15vw;
}


/* ==========================================================================
   About Section
   ========================================================================== */

  .about-content {
    padding: 50px 0px;
  }

   .about-bg{
       background-image: url(../img/about.jpg);
       background-position: top right;
       background-repeat: no-repeat;
       width: 100%;
       height: 500px;
       top: 0;
       right: 0;
       position: relative;
   }


   /* About Style 2
   ===============*/
   .about-wrap{
       display: flex;
       align-items: center;
   }
   .section-2 .about-content{}
   .section-2 .about-content h4{
       font-size: 18px;
       font-weight: 500;
       margin-bottom: 20px;
   }
   .about-list{}
   .about-list li{
       display: flex;
       align-items: center;
       line-height: 30px;
       color: #263a4f;
   }
   .about-list li i{
       font-size: 10px;
       color: #4a8aba;
       margin-right: 10px;
   }


   /* About Syle 3*/
   .about-section.bg-dark{}
   .about-section.bg-dark .about-list li{
       color: #fff;
   }

   /* Video Box
   =============*/
  .video-box-bg {
       background-image: url(../img/bg/video-box-updated.png);
       background-repeat: no-repeat;
       background-position: right center;
       background-size: contain;
       width: auto;
       height: 544px;
   }

  .video-thumbnail-bg {
      background-image: url(../img/bg/thumb-2.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: auto;
      margin: auto;
      text-align: center;
      line-height: 544px;
      width: auto;
      height: 544px;
      font-size: 24px;
  }

  .about-section.bg-dark .fa-play{
      color: #fff;
      font-size: 32px;
   }

  .about-section.bg-dark .fa-circle{
      color: #4a8aba;
  }

  .about-section.bg-dark .fa-play:hover{
      font-size: 42px;
      transition: all 1s;
  }
   
   /* About Style 4*/
   .about-section .about-slider-wrap{
       background-image: url(../img/tristateoffice-141.jpg);
       background-repeat: no-repeat;
       background-position: left top;
       background-size: 80%;
   }
   .about-carousel{
       width: 400px;
       height: auto;
       padding: 100px 0;
       margin-left: auto;
   }


/* Nav Style
=============*/

.about-carousel.carousel-nav .owl-nav div{
  background-color: #fff;
  width: 80px;
}

.carousel-nav .owl-nav{
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  bottom: 100px;
  z-index: 1;
  display: inline-block;
}

.carousel-nav .owl-nav div{
  background-color: #f2f2f2;
  display: inline-block;
  color: #999;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.carousel-nav .owl-nav div:hover{
  color: #222;
}


/* ==============================================================================
   9. Contacts
  =============================================================================== */

.contacts.section{
  padding-bottom: 0;
}

.col-contact:first-child{
  border-left: 0;
}

.map{
  width: 100%;
  height: 550px;
  border: 0;
  text-align: center;
}

.map-info{
  text-align: left;
}

.map-address{
  display: block;
  margin-top:20px;
  width: 230px;
}

.map-address-row{
  margin-bottom:10px;
  overflow: hidden;
}

.map-address-row .fa{
  font-size: 16px;
  padding:2px 1px 1px;
  float: left;
  width: 25px;
}

.map-address-row .text{
  display: block;
  overflow: hidden;
}

.gmap-open{
  margin-top: 15px;
}


/* ==========================================================================
   Video Section
   ========================================================================== */

.bg-dark {
    background-color: #001d37!important;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5{
    color: #fff;
}

.bg-dark p,
.bg-dark span{
    color: #e5e5e5;
}

.bg-dark .section-heading span{
  color: #ddd;
}

.bg-dark .section-heading h2{
  color: #fff;
}


/* ==========================================================================
   CTA Section
   ========================================================================== */

.cta-section{
    background-image: url(../img/bg/management.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    padding: 75px 20px 80px 20px;
}

.cta-content h2{
    color: #fff;
}

.cta-content p{
    color: #ddd;
}


 /* Availabilities */

 .col-availabilities{
  width: 45%;
}

.listings-accordion {

}

.accordion {
  overflow: hidden;
  background: #4a8aba;
}

.accordion h2 {
  color: #fff;
}

.accordion__label,
.accordion__content {
  width: 100%;
  overflow: visible;
  padding: 10px 20px;
  margin-bottom: 0px;
}

.accordion__label {
  display: block;
  color: #fff;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #001d37;
  transition: background 0.1s;
}

.accordion__label:hover {
  background: #001d37;
}

.accordion__label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20vw;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:%23FFFFFF99;" /></svg>');
  background-size: contain;
  transition: transform 0.4s;
}

.accordion__content {
  background: #ffffff;
  font-size: 0.85em;
  display: none;
}

.accordion__content a {
  display: block;
  width: 100px;
  height: 25px;
  background: #4a8aba;
  padding: 3px;
  text-align: center;
  text-decoration: none;
  color:#fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-radius: 2px;
  box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
}

.accordion__content a:hover {
  background: #263a4f;
  color: #FFF;
}

.accordion__input {
  display: none;
}

.accordion__input:checked ~ .accordion__content {
  display: block;
}

.accordion__input:checked ~ .accordion__label::after {
  transform: translateY(-50%) rotate(0.5turn);
}


/*==============================================================
Listings Table
==============================================================*/

table {
  border: 1px 0px solid #bdc3c7;
  margin: 20px 0px;
}

tr {
  transition: all .2s ease-in;
  border-bottom: 1px solid #ddd;
}

tr.last {
border-bottom: 0;
}

th,
td {
  padding: 12px;
  text-align: center;
}

td.strong {
color: #4a8aba;
font-weight: 800;
}

tr:hover {
  background-color: #f5f5f5;
  transform: scale(1.02);
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2), -1px -1px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  table {
      width: 90%;
  }
}


/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */

.footer{
  padding:60px 0 40px;
}

.social a{
  display: inline-block;
  padding: 1px;
  margin:0 0;
  color: #C2C2C2;
}

.social a:hover{
  color: #4a8aba;
}

.copy{
  margin-top: 30px;
}


/* ===============================================================================
   11. Modals
   =============================================================================== */

body:not(.modal-open) {
  padding-right:0!important;
}

.modal {
  color: #fff;
  text-align: center;
  padding-top: min(100px);
}

.modal .form-control {
  border:0;
}

.modal label.error {
  color: #fff;
}

.modal.fade .modal-dialog {
	-webkit-perspective: 1300px;
          perspective: 1300px;
}

.modal-content {
  border:0;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:  rotateX(60deg);
      -ms-transform:  rotateX(60deg);
       -o-transform:  rotateX(60deg);
          transform:  rotateX(60deg);
  -webkit-transition:.5s ease-out;
       -o-transition:.5s ease-out;
          transition:.5s ease-out;
}

.modal.fade.in .modal-content {
  opacity: 1;
  -webkit-transform: translateZ(0) rotateX(0);
      -ms-transform: translateZ(0) rotateX(0);
       -o-transform: translateZ(0) rotateX(0);
          transform: translateZ(0) rotateX(0);
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin:25px auto;
}

.modal-content {
  background-color:#4a8aba;
  padding: 20px 30px 40px;
  border-radius:5px;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.modal-header {
  border:0;
  min-height: 0;
}

.close {
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: none; 
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.close:hover,
.close:focus {
  color: #fff;
  opacity:1;
  filter: alpha(opacity=1);
}

.modal-header .close {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  font-size: 40px;
}

.modal-title {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.modal-title,
.modal-title i {
  font-weight: 700;
}

.modal-subtitle {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0;
}

.modal-body {
  padding:0px 16px;
  font-size: 13px;
  line-height: 2;
}

.modal-body a {
  color: #fff;
}

.modal-body i {
  font-size: 24px;
  padding-right: 30px;
}

.modal-body .form-group {
  margin-bottom: 30px;
}

.modal-message .modal-content {
  padding-top: 55px;
  padding-bottom: 55px;
}

.contact-card-icons {
  display: block;
  margin-top: 40px;
}


/* ------------------------------------------------------------------------------- */
/*  12. Responsive styles
/* ------------------------------------------------------------------------------- */

/* 12.1 Max width 767px */

@media (max-width: 767px){

  /* Content styles */

  .top-space-sm{
    margin-top: 25px;
  }

  .brand-img-white{
    width: 200px;
    padding-top: 10px;
  }
  
  .brand-img{
    width: 250px;
    padding:15px;
  }

  #home h1 {
    font-size: 60px; 
  }
  
  #home h2 {
    font-size: 16px;
  }

  .accordion h2 {
    font-size: 24px;
  }

  .accordion__label::after {
    right: 5vw;
  }

  .map-layers {
    position: relative;
    background-image: url(../img/map/interchange-map-mobile.jpg);
    height: calc(0.7587334 * 100vw);
  }
  
  .map-item-route {
    display: none;
  }
  
  .map-item-interstate {
    display: none;
  }
  
  .map-item-icon {
    display: none;
  }

  .swiper-display {
    display:block;
  }

.amenities-grid {
  display: none;
}

}


/* 12.2 Min width 767px */

@media (min-width: 767px){

  /* Typography */

  h1,
  .h1{
    font-size:46px;
  }


  /* Content styles*/

  .section{
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-lg{
    padding-top: 185px;
    padding-bottom: 185px;
  }


  /* Modals */

  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
    width: 550px;
  }


/* 12.3 Min width 992px */

@media (min-width: 1200px){


    /* Typography */

    h1,
    .h1{
      font-size:46px;
    }
    
  /* Content styles */

  .row-padding{
    margin-left: -40px;
    margin-right: -40px;
  }

  .column-padding{
    padding-left: 40px;
    padding-right:40px;
  }


  /* Navigation */

  .navbar-nav > li{
    border-bottom: 0;
    margin-left: 36px;
  }

  .navbar-nav li:after{
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    border-top: 1px solid #4a8aba;
    margin-top: 1px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .navbar-nav > li{
    border-bottom: 0;
    margin-left: 25px;
  }

  .navbar-nav li a{
    position: relative;
    padding:0;
    color:#fff;
  }
  .navbar-nav li a:hover,
  .navbar-nav li a:focus,
  .navbar-nav .active > a,
  .navbar-nav .active > a:hover{
    background-color: transparent;
    -webkit-transition:background-color 0.5s;
    -o-transition:background-color 0.5s;
    transition:background-color 0.5s;
  }

  .navbar-nav li:hover:after,
  .navbar-nav .active:after{
    width: 100%;
  }

  .navbar.affix .navbar-nav li a:hover,
  .navbar.affix .navbar-nav .active a{
    color: #4a8aba;
  }

  /* Features */

  .col-feature{
    margin-top: 9%;
  }


  /* Video section */

  .video-section{
    padding-top: 0px;
    padding-bottom: 0px;
  }


  /* Availabilities */

  .row-availabilities{
    text-align: center;
  }

  .col-availabilities{
    width: 30%;
  }


  /* Contacts */

  .col-contact{
    border-left:1px solid #E1E1E1;
  }
}


@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}


/* 12.4 Min width 1200px */

@media (min-width: 1200px){

  /* Home */

  .opener{
    padding: 300px 0 230px;
  }
}
}