/*
    Theme Name: Bell
    Theme URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;

}
body{

  font-family: "Roboto", Helvetica, Arial, sans-serif;


}
p {
  line-height: 1.55;
  color: #575757;
  font-weight: 300;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 54px;
  font-weight: 200;
}

h2 {
  font-size: 30px;
  margin-bottom: 65px;
  font-weight: 200;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

/* ==================================================
  General
  ================================================== */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.left{
  float: left;
}
.red{
  color:#CE000E;
}
/* ==================================================
  Elements
  ================================================== */
.btn {
  background-color: #CE000E;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
}

.btn:hover {
  background-color: #CE000E;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  background-color: #fff;
  color: #CE000E;
}

section {
  padding: 85px 0 10px;
  clear:both;
  float: left;
  width:100%;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #CE000E;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

/* ==================================================
  Hero Styling
================================================== */
.hero {
  display: table;
  position: relative;
  background-image: url(../images/home/4.jpg);
  background-size: cover;
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 92vh;
}

.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.hero .container .scroll-button{
  position: absolute;
  bottom: 10;
}

.hero-brand {
  margin-bottom: 75px;
  display: inline-block;
}

.hero-brand:hover {
  opacity: .75;
}

.tagline {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 45px 0 75px 0;
  color: #fff;
}

/* ==================================================
  Header Styling
================================================== */
#header {
  background: #fff;
  height: 70px;
}

#header #logo {
  margin: 14px 25px 0 0;
}

.logo-container{
  position: absolute;
  top: -100px;
}
.logo-container img{
  width: 160px;
}
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header {
    height: 60px;
  }
  #header #logo {
    margin: 10px 0 0 0;
  }
  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }
  #header #logo img {
    /* max-height: 30px; */
  }
  .logo-container{
    top:-10px;
  }
}

#header .social-nav {
  margin-top: 15px;
}

#header .social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #000;
}

#header .social-nav a:hover {
  color: #CE000E;
}
.sticky-wrapper.is-sticky{
  height: 70px;
  position: relative;
  z-index: 1051;
  border-bottom: 1px solid #ccc;
}
.sticky-wrapper.is-sticky #header{
  border-bottom: 1px solid #ccc;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a, .nav-menu button{
  padding: 22px 15px 18px 15px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  outline: none;
}
.nav-menu button{
  border: none;
  background: transparent;
}
.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {

  color: #CE000E;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: #199EB8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a, .nav-menu ul li {
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}
.nav-menu ul li {
  border: none;
  background: transparent;
}
.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 5px;
  z-index: 999;
  margin: 8px 0px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a, #mobile-nav ul li button {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav ul li button {
  border: none;
  background: transparent;
}
#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #199EB8;
}

#mobile-nav ul .menu-item-active {
  color: #199EB8;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* ==================================================
  Stats Styling
================================================== */
.stats-row {
  margin-top: 65px;
}

/* ==================================================
  Parallax Styling
  ================================================== */
.block {
  color: #fff;
  height: 490px;
  overflow: hidden;
  padding-top: 85px;
  width:100%;
  float: left;

}

.block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.block p {
  color: #fff;
  margin-bottom: 45px;
}

/* ==================================================
  Features Styling
  ================================================== */
.features {
  padding-bottom: 45px;
  position: relative;
  top: 100px;
}

.features h2 {
  color: #199EB8;
}

.feature-col {
  display: table;
  padding-bottom: 45px;
}

.feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col > div > div:last-child {
  padding-left: 20px;
}

.feature-col .feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  background: #199EB8;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  display: inline-block;
}

.feature-col h3 {
  color: #199EB8;
}

.feature-col p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #999;
}

/* ==================================================
  Call-to-action Styling
  ================================================== */
.cta {
  background-color: #199EB8;
  padding: 25px 0;
}

.cta h2 {
  margin-bottom: 5px;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta p {
  margin-bottom: 0;
  opacity: .75;
}

.cta .btn-ghost {
  position: relative;
  top: 13px;
}

/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #199EB8;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 0;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}


/* ==================================================
  Contact Section
  ================================================== */
#contact {
  /* background: #f7f7f7; */
  padding: 150px 0 0;
}



#contact .info i {
  font-size: 32px;
  color: #199EB8;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

#contact .form #sendmessage {
  color: #199EB8;
  border: 1px solid #199EB8;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #199EB8;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #23c2e1;
}

.contact-us-map{
  box-sizing: border-box;
  width: 100%;
  clear: both;
  max-height: 450px;
}
.address-content .row {
  margin: 0 !important;
}
.address-content .row > div {
  padding: 50px 50px;
  border-right: 1px solid #ccc;
}
.address-content .row > div:last-child {
  border: 0;
}
.address-content p.icon img{
  width:32px;
}
@media (max-width: 768px){
.address-content .row > div {
    padding: 50px 35px;
    border-bottom: 1px solid #ccc;
    border-right: 0;
  }
}
/* ==================================================
  Footer Styling
  ================================================== */
.site-footer {
  background-color: #111;
  padding: 0;
  float: left;
  width:100%;
}

.site-footer h2, .site-footer p {
  color: #fff;
}

.site-footer p {
  opacity: .75;
  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background-color: #2d2d2d;
  padding: 50px 0;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline .list-inline-item{
 display: block;
 text-align: left;
}
.site-footer .bottom .footer-col-1{
  padding: 0 40px;
}
.site-footer .bottom .footer-col-1 img{
  width: 130px;
}
.site-footer .copyright-text{
  color: #6C6C6C;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 0 !important;
}
.site-footer .address{
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 0px 0 !important;
}
.site-footer .bottom .list-inline a {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-right: 15px;
  line-height: 20px;
  font-weight: lighter;
  display: block;
  text-transform: uppercase;
  padding: 6px 0;
  font-size: 12px;
}

.site-footer .bottom h5{
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  text-align: left;
}

.site-footer .bottom .list-inline a:hover {
  color: #CE000E;
}

.site-footer .credits {
  color: #ddd;
}

.site-footer .credits a {
  color: #CE000E;
}

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  section,
  .block,
  .cta {
    padding: 35px 0;
  }
  .features {
    padding-bottom: 5px;
  }
  p,
  .block p {
    font-size: 14px;
  }
  .hero-brand {
    margin-bottom: 35px;
  }
  .tagline {
    margin: 35px 0;
  }
  h1 {
    font-size: 28px;
    margin: 0;
  }
  h2,
  .tagline {
    font-size: 24px;
  }
  h2 {
    /* margin-bottom: 25px; */
    margin: 25px 0 15px;
  }
  h3 {
    font-size: 22px;
  }
  .hero {
    padding: 75px 0;
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .portfolio-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .portfolio-grid .card .card-text {
    font-size: 13px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
  .visible-md{
    display: none;
  }
}

@media (max-width: 767px) {
  .block {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Finishes */
.finishes{
  width: 100%;
  float: left;
  display: table;
}
.finishes .content{
  background-image: url(../images/home-finishes-bg-1.jpg);
  height: 63.4vh;
  max-height: 555px;
  min-height: 555px;
  color: #fff;
  padding: 10% 5% !important;
}
.finishes .content p{
  color: #fff;
  padding-bottom: 20px;
}

.finishes .banner img{
   width: 100%;
}
.finishes .content, .finishes .banner{
  float: left;
  padding: 0;
}

@media only screen
and (min-width: 768px)
and (max-width: 1024px)  {
  .finishes .content{
    min-height: 465px;
    height: 50vh;
    max-height: 465px;
  }
}
@media (max-width: 768px){
  .finishes .content{
    min-height: 345px;
    height: 50vh;
    padding: 8% 15px !important;
    max-height: 345px;
  }
  .finishes .content p{
    font-size: 14px;
    padding-bottom: 5px;
  }

}
/* Amenities */
.amenities{
  padding-bottom: 0;
}
.amenities-block{
  width: 33.33%;
  float: left;
  position: relative;
  max-height: 369px;
  height: 369px;
  padding: 1px;
}
.amenities-block .block-1{
  background-color: #2d2d2d;
  float: left;
  display: block;
  padding: 5px;
  height: 100%;
}
.amenities-block img{
  width:100%;
}
.amenities-block .block-1 p{
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 50px 75px;
}
.amenities-block .block-1 h3{
  margin-top: 50px;
  color: #fff;
  font-size: 34px;
  font-weight: 200;
  margin-bottom: 30px;
}
.amenities-block .block-1 .read-more{
  display: block;
  margin: 0 auto 33px;
  width: 150px;
}

@media only screen
and (min-width: 768px)
and (max-width: 1024px)  {
  .amenities-block{
    height: 309px;
    max-height: 309px;
  }
  .amenities-block .block-1 p {
    padding: 20px 75px;
}
}
@media (max-width: 768px){
  .amenities-block.block-1, .amenities-block .block-1{
    width: 100%;
    height: auto;
    max-height: 300px;
  }
  .amenities-block{
    height: auto;
    width: 100%;
    max-height: 100%;
  }
  .amenities-block .block-1 h3{
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 30px;
  }
  .amenities-block .block-1 p{
    padding: 25px 50px;
  }
}
/* Home Testimonial */
.home-testimonial{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 440px;
  overflow: visible;
}
.home-testimonial h2 {color:#292b2c}
.home-testimonial .tesimonial-slider .slid-box {
  padding: 0;
}
.home-testimonial .tesimonial-slider #testimonial-slider{
  margin-bottom: 25px;
}
.home-testimonial .tesimonial-slider .slid-box  .card {
  background-color: #666666;
  padding: 0 20px;
  color: #fff;
  text-align: left;
  font-size: 14px;
}

.home-testimonial .tesimonial-slider .slid-box  .card.card-grey {
  background-color: #888888;
}

.home-testimonial .tesimonial-slider .slid-box  .card h6 {
  padding: 20px 0 10px;;
  font-size: 12px;
}

.home-testimonial .tesimonial-slider .slid-box  .card .content {
  margin-bottom: 10px;
  padding: 10px 0 20px;
}

.home-testimonial .tesimonial-slider .slid-box  .card .person-name {
  margin-bottom: 10px;
  padding: 20px 0;
}

.home-testimonial .tesimonial-slider{
  position: relative;
  top: 50px;
}

.row-equal > div[class*='col-'] {
  display: flex;
  flex: 1 0 auto;
}

.row-equal .card {
 width: 100%;
 background-color: #666666;
}

/* Home  Layout  */
.layout{
  background-image: url(../images/home-layout-bg.jpg);
  background-repeat: no-repeat;
}
@media (max-width: 786px){
  .layout{
    background-image: url(../images/home-layout-mobile-bg.jpg);
  }
}
/* Home  Layout  */


/* control image height */
.card-img-top-250 {
  max-height: 250px;
  overflow:hidden;
}

/* Common Read More button */
.read-more{
  position: relative;
  border: 1px solid #fff;
  padding: 7px 10px 5px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  background-color: #2D2D2D;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  width: 140px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.read-more:before{
  position: absolute;
  left: 7px;
  content: '';
  background-image: url(../images/add-circle-1.png);
  top: 6px;
  bottom: 0;
  width: 23px;
  height: 23px;
}
.read-more.reverse{
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

/* Contact Section */
.contact{
  float: left;
  width: 100%;
  clear: both;
}
.contact .row{
  margin: 30px 0 50px;
}

/* home scroll down */
.scroll-down{
  position: absolute;
  width:100%;
  bottom: 20px;
  left:0;
  text-align: center;
  z-index: 2
}
.scroll-down .scroll{
  color: #fff;
  text-decoration: none;
}

.slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  color:#000;
  font-size: 50px;
}
.slick-prev::before {
  content: "\f104";
  font-family: FontAwesome;
  display: block;
  color:#000;
  font-size: 50px;
}


 .heading{
  font-size: 34px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 200;
  margin-bottom: 60px;
  position: relative;
  text-transform: initial !important;
}

.heading:after{
  position: absolute;
  content: '';
  bottom: -25px;
  text-align: center;
  height: 0;
  width: 56px;
  border: 1px solid #CE000E;
  margin: 0px auto;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .heading{
    font-size: 30px;
    margin-bottom: 40px;
  }
  .heading:after{
    bottom: -15px;
  }
}
.no-padding{
  padding: 0 !important;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px; } }

.portfolio-modal .modal-dialog {
  max-width: none;
  height: 100%;
  margin: 0; }

.portfolio-modal .modal-content {
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
  border: none;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

  .portfolio-modal .modal-content p {
    margin-bottom: 30px; }
  .portfolio-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family:"Roboto", Helvetica, Arial, sans-serif}
  .portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px; }
  .portfolio-modal .modal-content img {
    margin-bottom: 30px; }
  .portfolio-modal .modal-content button {
    cursor: pointer; }

.portfolio-modal .close-modal {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 40px;
  left: 0;
  height: 40px;
  cursor: pointer;
  background-color: transparent;
  right: 0;
  margin: 0 auto; }
  .portfolio-modal .close-modal:hover {
    opacity: 0.3; }
  .portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #222222; }
    .portfolio-modal .close-modal .lr .rl {
      /* Safari and Chrome */
      z-index: 1052;
      width: 1px;
      height: 75px;
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      background-color: #222222; }

.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0; }
.portfolio-modal .mx-auto{
  margin: 0 !important;
  width: 100%;
  max-width: none;
}
.portfolio-modal .modal-body{
  float: left;
  width: 100%;
}
/* modal style */
.inner-content{
  width: 100%;
  margin: 50px 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  float: left;
}
.technical-inner-content{
  float: left;
  clear: both;
  width: 100%;
  padding: 50px 0;
}
.technical-inner-content.grey-bg{

  background: #F1F1F1;
}
.technical-inner-content .image-box{
  float: left;

}
.technical-inner-content .image-box img{
  float: left;
  width:100%;
}

.technical-inner-content .content-box{
  float: left;
  text-align: left;
}
.technical-inner-content .content-box p{
  font-size: 15px;
}
@media (max-width: 768px){
  .technical-inner-content{
    padding: 0;
    padding-top: 20px;
  }
}

/* Finishes Tab content style */
.finishes-tabs-content{
  margin: 30px 0;
}
.finishes-inner-box{
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  min-height: 180px;
}
.finishes-inner-box p{
  margin-bottom: 0;
}
.finishes-inner-box:last-child{
  border-bottom: 0;
}
.finishes-inner-box h3{
  font-size: 18px;
  color: #2D2D2D;
}
.finishes-inner-box p{
  font-size: 14px;
}

.finishes-tabs-content .tab-pane  .left-box{
  float: left;
  margin-right: 20px;
  width: 48%;
  padding: 0;

}

.finishes-tabs-content .tab-pane  .right-box{
  float: left;
  margin-left: 20px;
  width: 48%;
  padding: 0;
}

#tabsFinishes{
  border-bottom: 1px solid #ccc;
}
#tabsFinishes .nav-item{
  padding: 10px 38px 10px 0;
  flex:none;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
}
#tabsFinishes .nav-item .nav-link{
  display: block;
  padding: .5em .1em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #2d2d2d;
  font-weight: 200;
  text-align: left;
  position: relative;
}
#tabsFinishes .nav-item .nav-link.active{
 color: #CE000E;
}
#tabsFinishes .nav-item .nav-link.active:after{
  position: absolute;
  width: 100%;
  content: '';
  border-bottom: 2px solid #CE000E;
  bottom: -10px;
  left: 0;
  right: 0;
  transition: 0.9s;

}
@media (max-width: 768px){
  #finishesCarousel .carousel-inner .carousel-item img{
    width:100%;
    height: 100%;
  }
  #tabsFinishes{
    overflow: scroll;
  }
  .finishes-tabs-content .tab-pane  .left-box, .finishes-tabs-content .tab-pane  .right-box{
    width: 100%;
    margin: 0;
  }
}
/* Amenities modal style */
#amenitiesModal container, .amenities-inner-content .container{
  width:900px;
}
#amenitiesModal container .container > p{
  padding: 20px 40px;
}
.amenities-inner-content .left-box{
  float: left;
  width: 48%;
  text-align: left;
  margin-right: 30px;
}
.amenities-inner-content .right-box{
  float: left;
  width: 35%;
  text-align: left;
  margin-left: 10px;
}
@media (max-width: 768px){
  #amenitiesModal container, .amenities-inner-content .container{
    width: 100%;
  }
  .amenities-inner-content .left-box, .amenities-inner-content .right-box{
    width:100%;
  }
  .portfolio-modal .modal-content img{
    width: 100%;
  }
}

/* Contact modal content */

.shor-contact-box{
  margin: 0 auto;
  width: 100%;
  text-align: center;
  clear: both;
  float: left;
}
.shor-contact-box.container{
  max-width: 800px;
  float: none;
}
.shor-contact-box .contact-detail.call-us{
  border-right: 1px solid #ccc;
}
.shor-contact-box .contact-detail{
  width: 50%;
  float: left;
}
.shor-contact-box .contact-detail img{
  display: block;
  margin: 0 auto;
  width: 24px;
  padding-bottom: 13px;
}
.shor-contact-box .contact-detail span{
  font-size: 14px;
  line-height: 30px;
}

/* Tenant contact  */
.shor-contact-box .tenant-contact-detail.call-us{
  /* border-right: 1px solid #ccc; */
}
.shor-contact-box .tenant-contact-detail{
  width: 90%;
  float: left;
  text-align: left;
}
.shor-contact-box .tenant-contact-detail img{

  display: block;
  float: left;
  margin-right: 30px;
  width: 50px;
  padding-bottom: 13px;
}
.shor-contact-box .tenant-contact-detail span.name{
  font-size: 20px;
  display: block;
  line-height: 30px;
  font-weight: bold;
}
.shor-contact-box .img-box img{
  width:50px;
}

.shor-contact-box .col-xs-9{
  width: 68%;
  padding: 0 5px;
}

@media (max-width: 768px){
  #tenantModal .container, #tenantModal .shor-contact-box.container, #tenantModal .shor-contact-box.container .left{
    padding: 0 5px;
  }

  .shor-contact-box .img-box{
    max-width:60px;
  }
}
/* contact form */
.group {
  position: relative;
  margin-bottom: 35px;
  text-align: left;
}

input {
  font-size: 18px;
  padding: 5px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #979797;
  background: transparent;
}

  input:focus {
      outline: none;
  }
  [type=checkbox], [type=radio]{
    width: 25px;
    height: 21px;
    float: left;
  }
/* LABEL ======================================= */
label {
  font-size: 14px;
  color: #2d2d2d;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
label.options{
  position: relative;
  pointer-events: auto;
  width: 100px;
  padding-top: 10px;
}
/* active state */
input:focus ~ label, input:valid ~ label, textarea:focus ~ label, textarea:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #2d2d2d;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%;
}

  .bar:before, .bar:after {
      content: '';
      height: 2px;
      width: 0;
      bottom: 1px;
      position: absolute;
      background: #979797;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all;
  }

  .bar:before {
      left: 50%;
  }

  .bar:after {
      right: 50%;
  }



/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
      background: #979797;
  }

  to {
      width: 0;
      background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
      background: #979797;
  }

  to {
      width: 0;
      background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
      background: #979797;
  }

  to {
      width: 0;
      background: transparent;
  }
}


#panel {
  background: #F1F1F1;
  /* border: 0; */
  box-shadow: none;
  padding: 20px 50px;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 4px;
  top: 50px;
  float: left;
  margin-bottom: 20px;
}

#panel textarea{
  border: 0;
  background: transparent;
  border-bottom: 1px solid;
  width: 100%;
  height: 170px;
  position: absolute;
  left: 0;
  top: 30px;
}


#tenantPanel {
  background: #F1F1F1;
  /* border: 0; */
  box-shadow: none;
  padding: 20px 50px;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 4px;
  top: 50px;
  float: left;
  margin-bottom: 20px;
}

#tenantPanel textarea{
  border: 0;
  background: transparent;
  border-bottom: 1px solid;
  width: 100%;
  height: 170px;
  left: 0;
  top: 30px;
}
.contact-form-block{
  float: left;
  padding: 20px;
}

.message-box lable{
  position: absolute;
  top: 0;
  text-align: left;
  left: 0;
}
.message-box textarea{
  border: 0;
  background: transparent;
  border-bottom: 1px solid;
  width: 100%;
  height: 170px;
  position: absolute;
  left: 0;
  top: 30px;
}
.submit-box{
  float:left;
  width:100%;
}
.submit-box button{
  background-color: #2D2D2D;
  width: 100%;
}

.tenants{
  float: left;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px){
  #panel{
    padding: 15px;
  }
  #panel textarea{
    position: relative;
  }
}
/* Mobile Nav changes */
#mobile-nav-toggle{
  position: fixed;
  z-index: 10000;
}
#mobile-nav{
  background: transparent;
  left: -4260px;
  z-index: 1998;
  top: 45px;
  width:100%;
}
#mobile-nav ul li{
  width:100%;
  text-align: center;
}
#mobile-nav ul li a, #mobile-nav ul li button{
  font-size: 30px;
}
#mobile-body-overly{
  z-index: 1997;
  background: rgba(0, 0, 0, 0.8);

}
#mobile-nav-toggle i{
  color: #CE000E;
}
body.modal-open #myNavbar2{
  display: block !important;
}
body.modal-open #myNavbar{
  display: none;
}
body.modal-open .sticky-wrapper{
  height: 70px;float: left;width: 100%;top: 0;position: fixed;z-index: 2000;
  border-bottom: 1px solid #ccc;
}
/* @media (max-width: 768px){
  #mobile-nav-toggle{
    display: inline-block;
  }
} */
#closeModal{
  position: fixed;
  bottom: 5px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #CE000E;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
#testimonialPanel p {
  font-size: 20px;
}
#testimonialModal p img{
  width:64px;
}
#testimonialPanel .slick-next{
  right: 15px;
}
#testimonialPanel .slick-next:before {
  background: url(../images/arrow-right-dark.png) no-repeat;
  content: "";
  color: transparent !important;
  display: block;
  height: 110px;
  width: 110px;
}

#testimonialPanel .slick-prev:before {
  background: url(../images/arrow-left-dark.png) no-repeat;
  content: "";
  color: transparent !important;
  display: block;
  height: 110px;
  width: 110px;
}

/* Faq accordian */
.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px 0;
  font-size: 24px!important;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  background-color: transparent;
}

.accordion:after {
  /* content: '\002B'; */
  content: "\f107";  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: FontAwesome;
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#faqModal .active:after {
  content: "\f106";
  font-family: FontAwesome;

}
.accordion:focus{
  outline: none;
}
#faqModal .panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #ccc;
}

#faqModal .panel p{
  text-align: left;
  font-size: 14px;
}

/* carousal */
.carousel-item img{
  height: 100%;
}

.finder-options{
  float:left;
  margin-right: 20px;
}
.finder-options label.options{
  width: 130px;
}
.g-recaptcha{
    float: left;
    clear: both;
    margin: 20px 0;
}
.displayJsDate{line-height: 44px;}
.modal-open{
  overflow: hidden;
  position: fixed;
  -webkit-overflow-scrolling:touch;
  height: 100%;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
}


.modal-body {
  position: absolute;
  top: 100px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

@media (max-width: 768px){
  .modal-body {
    height: 80vh;
    position: relative;
    margin-bottom: 30px;
    top:0px;
  }
  .contact-form-block, #panel{
    padding: 20px 5px;
  }
  #tenantPanel{
    padding: 20px 10px;
  }

}

.required_mark{
  color:red;
}
/* upload button */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.upload-btn {
  display: inline;
  width: 180px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.upload-btn-wrapper span{
  color: #6666;
  font-size: 14px;
}
/* @media (orientation: landscape) {
  body {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
} */
