
p, a, li, h1, h2, h3, h4, h5 {font-family: 'Raleway', sans-serif;}
a {
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #ecb415;
}

.btn-simple-black {border:3px solid #95865b;color:#95865b;padding:7px 20px 7px 20px;font-weight: 400;-webkit-transition: all 0.4s; /* Safari */transition: all 0.4s;}

/* Pages */

.page {
  padding: 30px 15px 30px 15px;
}

/* Navbar */

.navbar {
  width: 100%;
  margin-bottom: 0px;
  z-index: 999;
  border: none;
  background-color: #212123;
  border-radius: 0px;
}
.navbar-brand {
  color: #fff!important;
  padding: 14px 20px 0px 30px;
  height: inherit;
}
.navbar-brand img {
  width: 100%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: #504b3d;
}
.navbar-nav>li>a {
  font-weight: 300;
  color: #e9dcb5!important;
}
.navbar-right li a {
  color:#e9dcb5!important;
}
.navbar-right i {
  color:#e8c562;
}
.language_dropdown {
  padding: 25px 10px;
}
.language_dropdown a:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  cursor: default;
}
.language_dropdown ul li a {
  color:#333!important;
}
.language_dropdown ul li a:hover {
  color:#fff!important;
  background: #333!important;
}
.flag {
  width: 20px;
  margin-top: -3px;
}
@media(min-width:768px){
  .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
  }
  .navbar-right {
    margin-right: 0px!important;
  }
  .navbar-default {
    border-bottom: 2px solid #e8c562;
    -webkit-transition: all 0.1s; /* Safari */
    transition: all 0.1s;
  }
  .navbar-default:hover {
    border-bottom: 0px solid #e8c562;
  }
  .navbar-default a::after {
    content: "";
    width: 0px;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #e8c562!important;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
  }
  .navbar-default a:hover::after {
    width: 100%;
  }
}
@media(max-width:767px){
  .navbar-brand {
    width: 200px!important;
    padding: 10px 20px 0px 15px;
  }
}




/* Carousel */

.carousel {
  width: 100%;
}
.carousel img {
  width: 100%;
}
.item {
  max-height: 450px;
}


/* Quote */

.quote {
  background: #ebc862;
  color: #666;
  padding: 30px 0px 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quote h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 35px;
}
.quote p {
  max-width: 700px;
  text-align: center;
  font-size: 17px;
  margin:10px 0px 30px 0px;
}
.quote .btn-simple-black:hover {
  background: #95865b;
  color: #fae9b8;
}


/* Topics */

.topic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  min-height: 350px;
}
.topic h3 {
  text-transform: uppercase;
  text-align: center;
}
.topic p {
  padding: 20px 30px 0px 30px;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
}
.topic.image_1 {
  background-image: url('/img/topics/topic_1.jpg');
  background-size: cover;
}
.topic.image_2 {
  background-image: url('/img/topics/topic_2.jpg');
  background-size: cover;
}
.topic.image_3 {
  background-image: url('/img/topics/topic_3.jpg');
  background-size: cover;
}


/* Shortcut */

.shortcut {
  padding: 20px;
  background: #444;
  overflow: auto;
}
.shortcut span {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.shortcut>div {
  display: flex;
  border-right: 1px solid #777;
}
@media(min-width:768px) {
  .shortcut>div {
    justify-content: center;
  }
}
.shortcut div:last-child {
    border-right: none;
}
.shortcut img {
  width: 50px;
  margin-right: 10px;
}


/* Thumbnails */

.thumbnail {
  overflow: hidden;
}
.thumbnail img {
  -webkit-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.thumbnail:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}


/* Contact */

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Footer */

.footer {
  background: #fcf8ed;
  min-height: 100px;
  padding: 40px 0px;
}
.footer h4 {
  color: #a8a8a8;
  font-weight: 700;
  margin: 20px 0px 30px 0px;
}
.footer p {
  color: #7d7c79;
  margin:35px 0px;
}
.footer a {
  color: #7d7c79;
  display: block;
  margin:5px 0px;
}
.footer a:hover {
  color: #a38960;
  text-decoration: none;
  cursor: default;
}
