/*
    
TemplateMo 557 Grad School

https://templatemo.com/tm-557-grad-school

*/


@import url(fontawesome.css);
/*@import url("<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" rel="stylesheet">");*/
body {
    font-family: 'Verdana', sans-serif;
}

/* Basic */

a {
	color: #3CF;
    text-decoration: none;
}

a:hover {
	color: #FC3;
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

p {
    font-size: 13px;
    line-height: 22px;
}


.section-heading {
    text-align: center;
    margin-bottom: 70px;
}

.section-heading h2:before {
    width: 1px;
    height: 100px;
    /*background-color: rgba(250,250,250,0.1);*/
	background-color: rgba(242,246,224,0.8); /*beż f2f6e0*/
    position: absolute;
    top: -102px;
    content: '';
    left: 50%;
    transform: translate(-50%);
}

.section-heading h2 {
    margin-top: 100px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: saddlebrown; /*brown font*/
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
	background-color: rgba(242,246,224,0.8); /*beż f2f6e0*/
    /*border: 2px solid rgba(250,250,250,0.1);*/
}


/* Buttons */

.main-button a {

    background-color: #fff;
    color: #a37944; /*brown*/
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
}


a.menu-link { display: none; }

@media screen and (max-width: 950px) {
  a.menu-link {
    float: right;
    display: block;
    font-size: 36px;
    color: #a37944; /*brown*/
    padding-right: 30px;
    padding-top: 15px;
  }
  nav[role="navigation"] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role="navigation"] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role="navigation"].active {
    max-height: 20em;
    height: 20em;
    overflow-y: scroll;
  }
  nav[role="navigation"] ul {
    top: 0;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid saddlebrown;
    background-color: rgba(22,34,57,0.99);
  }
  nav[role="navigation"] li a {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid saddlebrown;
	background-color: #a37944; /*brown*/
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
  }
  nav[role="navigation"] li:hover a,
  nav[role="navigation"] li.active a {
      color: #f5a425;
  }
  
  @media screen and (min-width: 951px) {
    .js nav[role="navigation"] {
      max-height: none;
    }

    nav[role="navigation"] li {
      display: inline-block;
      margin: 0 0.25em;
    }
    nav[role="navigation"] li a {
      border: 0;
    }
  }
}

/* Header */

@media screen and (max-width: 1050px) {
  .main-header .logo {
      padding-left: 30px!important;
  }

  .main-menu {
      padding-right: 30px!important;
  }

  .main-menu li {
      margin-left: 5px!important;
  }
}

.main-header {

    background-color: rgba(255,255,255,0.95);
    height: 80px;
    position: fixed;
    z-index: 12;
    width: 100%;
    top: 0;
}

.main-header .logo {
    float: left;
    line-height: 80px;
    padding-left: 60px;
}

.main-header .logo a {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.main-header .logo a em {
	margin-left:10px;
    font-style: normal;
    /*color: #f5a425; orange*/
    color: #a37944; /*brown*/
}

.main-menu {
    float: right;
    padding-right: 60px;
}

.main-menu li {
    display: inline-block;
    line-height: 79px;
    margin-left: 15px;
    position: relative;
}

.main-menu li:first-child {
    margin-left: 0px;
}

.main-menu li a {
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
	color: #a37944; /*brown*/
    border: 2px solid transparent;
    transition: all 0.5s;
}

.main-menu li.has-submenu a:after {
    content: '\f107';
    font-family: "FontAwesome";
    margin-left: 5px;
}

.main-menu li.has-submenu ul li a:after {
    display: none;
}

.main-menu li .sub-menu {
    position: absolute;
    width: 160px;
    background-color: #a37944; /*brown*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.main-menu li .sub-menu li {
    display: block;
    line-height: 20px;
    margin-left: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #121b2f;*/
	border-bottom: 1px solid saddlebrown;
}

.main-menu li .sub-menu li:first-child {
    padding-top: 15px;
}

.main-menu li .sub-menu li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu li .sub-menu li a {
    font-size: 12px;
    font-weight: 500;
    padding: 0px 15px;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.5s;
	color: #fff;
}

.main-menu li .sub-menu li a:hover {
    /*color: #f5a425;*/
	font-weight: bold;
    border: none;
}

.main-nav li:hover a,
.main-nav li.active a {
    /*border: 2px solid #f5a425;*/
    border: 2px solid #a37944; /*brown*/
}

@media (max-width: 950px) {
  .main-nav li:hover a,
  .main-nav li.active a {
    border: 2px solid transparent;
    border-bottom: 1px solid saddlebrown;
  }
}


/* Slider */

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
  
}

.pop-up{
	display: none;
	font-size:12px;
    padding: 7px;
	top:10px;
	left:50px;
	color:white;
    background-color: #a37944; /*brown*/
    /*width: 300px;*/
    position:absolute;
    z-index: 999;
}




.main-banner .caption {
  text-align: center;
  position: absolute;
  /*width: 80%;*/
  width: 70%;
  left: 50%;
  top: 70%;
  
  transform: translate(-50%,-50%);
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  /*font-size: 64px;*/
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
   text-shadow: 2px 2px #000000;
}

.main-banner .caption h2 em {
	font-style: normal;
   font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-banner .caption h6 {
	
  margin-top: 0px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  /*text-shadow: 2px 2px #000000;*/
  letter-spacing: 1px;
}

.main-banner .caption h6 em {
  font-style: normal;
  color: #fff;
  font-weight: 900;
}





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

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 58px;
  }

}
@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}






.main-banner  form {
    /*background-color: rgba(250,250,250,0.1);*/
    background-color: rgba(1,111,84,0.8);
    padding: 30px;
    width: 100%;
}


@media screen and (max-width: 767px) {  
  .main-banner form {
      margin-bottom: 30px;
  }
}

.main-banner form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.main-banner form textarea {
    width: 100%;
    height: 220px;
    max-height: 280px;
    min-height: 220px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}
.main-banner form input:focus,
.main-banner form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: rgba(250,250,250,0.1);
}

.main-banner form::placeholder { color: #fff }
.main-banner form input::placeholder { color: #fff; }
.main-banner form input::placeholder { color: #fff; }

.main-banner form::placeholder { color: #fff }
.main-banner form textarea::placeholder { color: #fff; }
.main-banner form textarea::placeholder { color: #fff; }

.main-banner form button {
     background-color: #fff;
    color: #a37944; /*brown*/
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}

.main-banner form button:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}



/* Flats Counter */

.flats-counter {

    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #172238;*/
	background-color: rgba(242,246,224,0.8); /*beż f2f6e0*/
	/*background-color: rgba(255,255,255,0.7);*/
    padding: 30px 0px;
}

.flats-counter .continer .counter div {
	margin-bottom:30px;
  display: inline-block;
}
.flats-counter .continer h4 {
    margin-top: 100px;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 50px;
}
.flats-counter .continer h4 em {
    font-style: normal;
    color: #f5a425;
}

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

  flats-counter .continer h4 {
    text-align: center;
  }

}

.flats-counter .continer .counter .days,
.flats-counter .continer .counter .hours,
.flats-counter .continer .counter .minutes,
.flats-counter .continer .counter .seconds {
  width: 22%;
  height: 140px;
  float: left;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #a37944; /*brown*/
  background-color: rgba(250,250,250,0.1);
}

.flats-counter .continer .counter .free,
.flats-counter .continer .counter .reservation, 
.flats-counter .continer .counter .sold {
  width: 45%;
  height: 140px;
  float: left;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #a37944; /*brown*/
  background-color: rgba(250,250,250,0.1);
}

.flats-counter .continer .counter .newsletter {
  width: 44%;
  height: 140px;
  float: left;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #a37944; /*brown*/
  background-color: rgba(250,250,250,0.1);
}

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

  .flats-counter .continer .counter .free,
  .flats-counter .continer .counter .reservation,
  .flats-counter .continer .counter .days,
  .flats-counter .continer .counter .hours,
  .flats-counter .continer .counter .minutes,
  .flats-counter .continer .counter .seconds {
    font-size: 26px;
  }

  .flats-counter .continer .counter .free,
  .flats-counter .continer .counter .reservation,
  .flats-counter .continer .counter .days .value,
  .flats-counter .continer .counter .hours .value,
  .flats-counter .continer .counter .minutes .value,
  .flats-counter .continer .counter .seconds .value {
      margin-top: 40px!important;
  }

  .flats-counter .continer .counter span {
      font-size: 14px!important;
  }

}
.flats-counter .continer .counter .free,
.flats-counter .continer .counter .reservation,
.flats-counter .continer .counter .days,
.flats-counter .continer .counter .hours,
.flats-counter .continer .counter .minutes {
    margin-right: 4%;
}
.flats-counter .continer .counter .free .value,
.flats-counter .continer .counter .reservation .value,
.flats-counter .continer .counter .days .value,
.flats-counter .continer .counter .hours .value,
.flats-counter .continer .counter .minutes .value,
.flats-counter .continer .counter .seconds .value {
    margin-top: 15px;
    display: block;
    width: 100%;
}

.flats-counter .continer .counter span {
    font-size: 18px;
    text-transform: uppercase;
    /*color: #f5a425;*/
    color: #a37944; /*brown*/
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0px;
    display: block;
}


/* Features */

section.features .col-4 {
    padding-left: 0px;
    padding-right: 0px;
	
}

.features-post {
  position: relative;
  margin-bottom: 0px;
  margin-top:20px;
}

.features-thumb {
  overflow: hidden;
  position: relative;
}

.features-thumb img {
  width: 100%;
}

.features-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*background-color: #0c1228;*/
  background-color: #a37944; /*brown*/
  box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
  color: #fff;
  padding: 40px;
}

.features-content:hover {
    background-color: #f5a425;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

.features-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.features-content h4 i {
    margin-right: 15px;
    font-size: 24px;
}

.features-content p {
    margin-bottom: 0px;
}

.features-content a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
    border-left: 1px solid rgba(250,250,250,0.1);
}

.content-hide {
  margin-top: 15px;
  display: none;
}

.content-hide p {
  color: #fff;
}

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

  .features-content {
    padding: 15px;
  }
  .features-content h4 i {
    display: block;
    margin-bottom: 10px;
  }
  .features-content h4 {
    font-size: 14px;
  }
  .features-content p {
    display: none;
  }
  .features-content p.hidden-sm {
    display: block;
  }
  .features-content a {
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 600;
  }

}

/* Gallery */

section.gallery {
    /*background-image: url(../images/choosing-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #172238;*/
    background-color: #fff;
	border-bottom: 2px solid #a37944; /*brown*/
    padding-bottom: 100px;
    padding: 0px 30px 100px 30px;
}

section.gallery .item img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

section.gallery .item .down-content {
    padding: 30px;
    background-color: #fff;
	border-bottom: 2px solid #a37944; /*brown*/
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

section.gallery .item .down-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #1e1e1e;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}

section.gallery .item .down-content p {
    margin-bottom: 25px;
	text-align: justify ;
}

section.gallery .item .down-content img {
    width: 40px;
    border: 2px solid #f5a425;
    border-radius: 50%;
    text-align: left;
    display: inline-block;
}

section.gallery .item .down-content .text-button-pay {
    float: right;
    display: inline-block;
    margin-top: -30px;
}

section.gallery .item .down-content .text-button-pay a {
    color: #f5a425;
    font-size: 13px;
}

section.gallery .item .down-content .text-button-free {
    float: right;
    display: inline-block;
    margin-top: -30px;
}

section.gallery .item .down-content .text-button-free a {
    color: #7a7a7a;
    font-size: 13px;
}

section.gallery .owl-carousel .owl-nav {
    display: none;
}

section.gallery .owl-carousel .owl-dots {
    text-align: center;
}

section.gallery .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #f0f0f0;
    margin: 50px 10px 0px 10px;
    outline: none;
}
section.gallery .owl-carousel button.active {
    background-color: #f5a425;
}



/* Schema */

section.schema {
    /*background-image: url(../images/choosing-bg.jpg);*/
   /* background-color: #172238;*/
    background-color: #fff;
	border-bottom: 2px solid #a37944; /*brown*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}



#schema-tabs {
  text-align: center;
}
#schema-tabs ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
#schema-tabs ul::after {
  clear: both;
  content: "";
  display: table;
}
#schema-tabs ul li {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}
#schema-tabs ul li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  outline: 0;
  padding-bottom: 30px;
  color: #a37944; /*brown*/
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
#schema-tabs ul li a:after {
    transition: all 0.3s;
    width: 10px;
    height: 10px;
    background-color: #a37944; /*brown*/
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
}
#schema-tabs ul li a:before {
    transition: all 0.3s;
    width: 25px;
    height: 25px;
    border: 2px solid transparent;
    background-color: transparent;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -5px;
}
#schema-tabs ul li span {
  display: block;
  margin-bottom: 0.75em;
}
#schema-tabs ul .ui-tabs-active {
}
#schema-tabs ul .ui-tabs-active a {
  color: #f5a425;
}
#schema-tabs ul .ui-tabs-active a:after {
  background-color: #f5a425;
  width: 15px;
  height: 15px;
}
#schema-tabs ul .ui-tabs-active a:before {
  border-color: #f5a425;
}
#schema-tabs h4 {
    margin-top: 60px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f5a425;
    margin-bottom: 30px;
}

#schema-tabs p {
    color: #a37944; /*brown*/
    font-size: 15px;
    line-height: 28px;
}

.tabs-content-schema {
    margin-top: 60px;
    text-align: left;
}



@media screen and (max-width: 767px) {
  
  .tabs-content-schema {
      text-align: center;
  }

}


.tabs-content-schema img {
    /*width: 100%;
    overflow: hidden;
    padding-right: 45px;*/
	width: 100% ;
    text-align: left;
    display: inline-block;
}

.tabs-content-schemat p {
   
   
   margin-left:10px;
}

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

  .tabs-content-schema img {
      padding-right: 0px;
  }

}

/* Map */
@media screen and (max-width: 1200px) {
	section.section-map img{
		width: 100%;
	}
}


/* Price */

section.price {
    /*background-image: url(../images/choosing-bg.jpg);*/
   /* background-color: #172238;*/
    background-color: #fff;
	border-bottom: 2px solid #a37944; /*brown*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

#price-tabs .table_list tr {
	height:40px;
	border-bottom: 1px solid green;
	/*background-color:#fff;*/
}

#price-tabs .table_list tr:hover.data_list  {
	background-color: rgba(242,246,224,0.8); /*beż f2f6e0*/
	color:black !important;
	
}

@media screen and (max-width: 767px) {
  
  #price-tabs .table_list {
      font-size:8px;
  }

}

#price-tabs {
  text-align: center;
}
#price-tabs ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
#price-tabs ul::after {
  clear: both;
  content: "";
  display: table;
}
#price-tabs ul li {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}
#price-tabs ul li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  outline: 0;
  padding-bottom: 30px;
  color: #a37944; /*brown*/
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
#price-tabs ul li a:after {
    transition: all 0.3s;
    width: 10px;
    height: 10px;
    background-color: #a37944; /*brown*/
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
}
#price-tabs ul li a:before {
    transition: all 0.3s;
    width: 25px;
    height: 25px;
    border: 2px solid transparent;
    background-color: transparent;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -5px;
}
#price-tabs ul li span {
  display: block;
  margin-bottom: 0.75em;
}
#price-tabs ul .ui-tabs-active {
}
#price-tabs ul .ui-tabs-active a {
  color: #f5a425;
}
#price-tabs ul .ui-tabs-active a:after {
  background-color: #f5a425;
  width: 15px;
  height: 15px;
}
#price-tabs ul .ui-tabs-active a:before {
  border-color: #f5a425;
}
#price-tabs h4 {
    margin-top: 60px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f5a425;
    margin-bottom: 30px;
}

#price-tabs p {
    color: #a37944; /*brown*/
    font-size: 15px;
    line-height: 28px;
}



















/* Why Choosing Us */

section.about-us {
    /*background-image: url(../images/choosing-bg.jpg);*/
   /* background-color: #172238;*/
    background-color: #fff;
	border-bottom: 2px solid #a37944; /*brown*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

#tabs {
  text-align: center;
}
#tabs ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
#tabs ul::after {
  clear: both;
  content: "";
  display: table;
}
#tabs ul li {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}
#tabs ul li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  outline: 0;
  padding-bottom: 30px;
  color: #a37944; /*brown*/
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
#tabs ul li a:after {
    transition: all 0.3s;
    width: 10px;
    height: 10px;
    background-color: #a37944; /*brown*/
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
}
#tabs ul li a:before {
    transition: all 0.3s;
    width: 25px;
    height: 25px;
    border: 2px solid transparent;
    background-color: transparent;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -5px;
}
#tabs ul li span {
  display: block;
  margin-bottom: 0.75em;
}
#tabs ul .ui-tabs-active {
}
#tabs ul .ui-tabs-active a {
  color: #f5a425;
}
#tabs ul .ui-tabs-active a:after {
  background-color: #f5a425;
  width: 15px;
  height: 15px;
}
#tabs ul .ui-tabs-active a:before {
  border-color: #f5a425;
}
#tabs h4 {
    margin-top: 60px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f5a425;
    margin-bottom: 30px;
}

#tabs p {
    color: #a37944; /*brown*/
    font-size: 15px;
    line-height: 28px;
}

.tabs-content {
    margin-top: 60px;
    text-align: left;
}



@media screen and (max-width: 767px) {
  
  .tabs-content {
      text-align: justify;
  }

}


.tabs-content img {
    /*width: 100%;
    overflow: hidden;
    padding-right: 45px;*/
	width: 60px ;
    border: 2px solid #f5a425;
    border-radius: 50%;
    text-align: left;
    display: inline-block;
}

.tabs-content p {
   
   
   margin-left:10px;
}

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

  .tabs-content img {
      padding-right: 0px;
  }

}



/* Location */

section.location {
   /* background-image: url(../images/contact-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #172238;*/
    background-color: #fff;
	border-bottom: 2px solid #a37944; /*brown*/
    padding-bottom: 120px;
}


/* Contact */

section.contact {
   /* background-image: url(../images/contact-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #172238;*/
    background-color: #fff;
	border-bottom: 2px solid #a37944; /*brown*/
    padding-bottom: 120px;
}


section.contact form {

	background-color: #a37944; 
    padding: 30px;
    width: 100%;
}


@media screen and (max-width: 767px) {  
  section.contact form {
      margin-bottom: 30px;
  }
}

section.contact form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: white;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

section.contact form textarea {
    width: 100%;
    height: 220px;
    max-height: 280px;
    min-height: 220px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: white;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

section.contact form input:focus,
section.contact form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: white;
    background-color: rgba(250,250,250,0.1);
}

section.contact form::placeholder { color: white; }
section.contact form input::placeholder { color: white; }
section.contact form input::placeholder { color: white; }

section.contact form::placeholder { color: white; }
section.contact form textarea::placeholder { color: white; }
section.contact form textarea::placeholder { color: white; }

section.contact form button {
    background-color: #f5a425;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}

section.contact form button:hover {
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}

/* Footer Style */

footer {
	background-color: #a37944; /*brown*/
	padding: 80px 0px;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #a4c639;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	/*color: #a4c639;*/
	color: #DAA520;
}

/* Responsive Style */
@media (max-width: 768px) {
footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid saddlebrown;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
}

/* Sub-footer Style */

.sub-footer {
	background-color: saddlebrown;
	text-align: center;
	padding: 15px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}





@media screen and (max-width: 992px) {
  .features { background-color: #a37944; /*brown*/ }
  .features-content { position: relative; }
  .features-post { border-left: 0 }
}

@media screen and (max-width: 950px) {
  .main-menu { padding-right: 0!important; }
  .main-header .logo {
    line-height: 73px;
  }
  .main-menu li {
    display: block;
    line-height: 1;
    margin-left: 0 !important;
  }

  .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .main-menu li .sub-menu li:last-child {
    border-bottom: 1px solid saddlebrown;
  }
}

@media screen and (max-width: 950px) and (max-height: 400px) {
  nav[role="navigation"].active {
    max-height: calc(80px + 100vh);
    overflow-y: auto;
  }
}

@media screen and (max-width: 767px) {
  footer p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}

/*Cookie Consent Begin*/
#cookieConsent {
    /*background-color: rgba(20,20,20,0.8);
    background-color: rgba(22,34,57,0.99); */
    background-color: #a37944; /*brown*/
    min-height: 26px;
    font-size: 14px;
    color: white;
    line-height: 26px;
    padding: 8px 0 8px 8px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color:#FFF;
    color: #a37944; /*brown*/
    display: inline-block;
    border-radius: 5px;
    padding: 0 8px;
    cursor: pointer;
    float: right;
    margin: 0 10px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
   
    background-color:  #FFF;
	color: #000;
}
/*Cookie Consent End*/

/* reCaptcha */ 
.grecaptcha-badge { 
    visibility: hidden;
}

/* Auto hide msg */


#auto_hide_msg {	
    width:250px;
	/*display:inline;*/
    position: absolute;z-index:10;
	margin-left:10px;
	margin-top: 10px;	
}

#hideMe {
	background-color:  rgba(1,111,84,0.8);
	color:#FFF;
	font-size: 16px;
	border-radius: 5px;
	padding:10px;
    -webkit-animation: cssAnimation 10s forwards; 
    animation: cssAnimation 10s forwards;
}
@keyframes cssAnimation {
    0%   {transform: translateY(-100%);}
    30%  {transform: translateY(0%);}
    90% {opacity: 1; }
    100% {opacity: 0; display:none;}
	
}
@-webkit-keyframes cssAnimation {
    0%   {transform: translateY(-100%);}
    30%  {transform: translateY(0%);}
    90% {opacity: 1; }
    100% {opacity: 0; display:none;}
}


