/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 27, 2016, 4:30:10 PM
    Author     : jch
*/
/* CSS used here will be applied after bootstrap.css */
.nav {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .navbar-search {
    margin-top: 32px;
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .navbar-main li:last-child {
    margin-right: 200px;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
  font-size: 25px;
}
.navbar-form .form-control {
  height: 27px;
  font-size: 12px;
  line-height: 1;
}
#submain-container {
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 992px) {
  form#search {
    padding-top: 3px;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  #submain-container nav {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
#search .input-group-btn .btn-default {
  font-size: 14px;
  padding: 2px 4px;
}
.body-bg {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ffffff 0%, #ffffff 30%, #cde4f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ffffff 0%, #ffffff 30%, #cde4f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 30%, #cde4f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.navbar {
  border: 0px;
}
.main-section > section > .container {
  background-color: white;
}
.main-section > .pagelevel-0 > .container {
  background-color: transparent;
}
.breadcrumb-section {
  border-top: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
  background-color: white;
}
.breadcrumb {
  background-color: white;
}
.image-title {
  color: whitesmoke;
  font-weight: bold;
  text-shadow: 1px 1px 4px #000000;
  display: block;
  position: absolute;
  bottom: 50px;
  font-size: 16px;
  margin: 0px auto;
  padding: 0px;
  padding-right: 5px;
  left: 25px;
  width: 100%;
}
.submain-navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.submain-navbar-toggle:focus {
  outline: 0;
}
.submain-navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.submain-navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .submain-navbar-toggle {
    display: none;
  }
}
.submain-navbar-toggle {
  height: 34px;
  width: 34px;
  padding: 0;
}
.submain-navbar-toggle .icon-bar {
  position: absolute;
  top: 50%;
  left: 5px;
  background-color: grey;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.submain-navbar-toggle .icon-bar:nth-child(2) {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.submain-navbar-toggle .icon-bar:nth-child(3) {
  margin-top: -1px;
  opacity: 0;
}
.submain-navbar-toggle .icon-bar:nth-child(4) {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.submain-navbar-toggle.collapsed .icon-bar:nth-child(2) {
  margin-top: -7px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.submain-navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}
.submain-navbar-toggle.collapsed .icon-bar:nth-child(4) {
  margin-top: 5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.submain-navbar-toggle:hover .icon-bar:nth-child(3) {
  margin-left: 2px;
}
.submain-navbar-toggle:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .backendlayout-pagets__special_start .frame {
    display: block;
    position: relative;
  }
}
.backendlayout-pagets__special_start .frame .gallery + h1 {
  text-align: center;
}
@media (min-width: 768px) {
  .backendlayout-pagets__special_start .frame .gallery + h1 {
    display: block;
    position: absolute;
    text-align: left;
    bottom: 20px;
    font-size: 12px;
    padding: 5px 65px 5px 65px;
    color: whitesmoke;
    font-weight: bold;
    text-shadow: 1px 1px 4px #000000;
  }
}
.backendlayout-pagets__special_start .frame .gallery + h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .backendlayout-pagets__special_start .frame .gallery + h2 {
    display: block;
    position: absolute;
    text-align: left;
    bottom: 20px;
    font-size: 14px;
    padding: 5px 65px 5px 65px;
    color: whitesmoke;
    font-weight: bold;
    text-shadow: 1px 1px 4px #000000;
  }
}
.backendlayout-pagets__special_start .frame .gallery + h3 {
  text-align: center;
}
@media (min-width: 768px) {
  .backendlayout-pagets__special_start .frame .gallery + h3 {
    display: block;
    position: absolute;
    text-align: left;
    bottom: 20px;
    font-size: 16px;
    padding: 5px 65px 5px 65px;
    color: whitesmoke;
    font-weight: bold;
    text-shadow: 1px 1px 4px #000000;
  }
}
.backendlayout-pagets__special_start .frame .gallery + h4 {
  text-align: center;
}
@media (min-width: 768px) {
  .backendlayout-pagets__special_start .frame .gallery + h4 {
    display: block;
    position: absolute;
    text-align: left;
    bottom: 20px;
    font-size: 20px;
    padding: 5px 65px 5px 65px;
    color: whitesmoke;
    font-weight: bold;
    text-shadow: 1px 1px 4px #000000;
  }
}
.backendlayout-pagets__special_start .frame img {
  width: 236px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  /*box-shadow: 5px 5px 10px #000;   */
  /*box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
  border-radius: 2px 2px 2px 2px;
}
.backendlayout-pagets__special_start .frame img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .backendlayout-pagets__special_start .frame .gallery + h3 a {
    color: whitesmoke;
  }
}
.firstpage-image-title {
  position: absolute;
  display: block;
  color: white;
  background-color: transparent;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .firstpage-image-title {
    bottom: 15px;
  }
}
.firstpage-image-title h3 {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 200;
  width: 236px;
  margin-left: auto;
  margin-right: auto;
  background-color: #cde4f4;
  box-shadow: 0 2px 2px #777;
}
@media (min-width: 768px) {
  .firstpage-image-title h3 {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .firstpage-image-title h3 {
    width: 236px;
  }
}
#submain-over-container {
  background-color: white;
  width: 100%;
  border-top: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
}
#submain-container {
  background-color: white;
}
@media (min-width: 768px) {
  #submain-container {
    background-color: white;
  }
}
#submain-container li a {
  color: #7A5848;
}
@media (min-width: 768px) {
  #submain-container li a {
    color: #7A5848;
  }
}
#submain-container li.active a {
  color: #7A5848;
}
@media (min-width: 768px) {
  #submain-container li.active a {
    color: #7A5848;
  }
}
.navbar-nav > li > .dropdown-menu {
  width: 350px;
}
#submain-navbar-collapse-1 li.dropdown-submenu > ul {
  list-style-type: none;
  padding-left: 30px;
}
#submain-container ul.dropdown-menu li.active a {
  color: white;
}
@media (min-width: 768px) {
  #submain-container ul.dropdown-menu li.active a {
    color: white;
  }
}
#submain-container ul.dropdown-menu li.active li {
  display: list-item;
}
#submain-container ul.dropdown-menu li.active li a {
  color: black;
}
@media (min-width: 768px) {
  #submain-container ul.dropdown-menu li.active li a {
    color: black;
  }
}
#submain-container ul.dropdown-menu > li > a {
  color: black;
}
@media (min-width: 768px) {
  #submain-container ul.dropdown-menu > li > a {
    color: #7A5848;
  }
}
#submain-container ul.dropdown-menu > li.dropdown-submenu > ul li a:hover {
  color: black;
}
@media (min-width: 768px) {
  #submain-container ul.dropdown-menu > li.dropdown-submenu > ul li a:hover {
    color: #eeeeee;
  }
}
#submain-container ul.dropdown-menu > li.dropdown-submenu > a:focus {
  color: black;
}
@media (min-width: 768px) {
  #submain-container ul.dropdown-menu > li.dropdown-submenu > a:focus {
    color: white;
  }
}
#submain-container ul.dropdown-menu > li > a:hover {
  color: black;
}
@media (min-width: 768px) {
  #submain-container ul.dropdown-menu > li > a:hover {
    color: white;
  }
}
#submain-container a:hover {
  color: white;
}
@media (min-width: 768px) {
  #submain-container a:hover {
    color: white;
  }
}
#submain-container a:focus {
  color: white;
}
@media (min-width: 768px) {
  #submain-container a:focus {
    color: #7A5848;
  }
}
#submain-container li.dropdown-menu > a:focus {
  color: white;
}
@media (min-width: 768px) {
  #submain-container li.dropdown-menu > a:focus {
    color: white;
  }
}
#submain-container .dropdown-menu a:hover {
  color: white;
}
@media (min-width: 768px) {
  #submain-container .dropdown-menu a:hover {
    color: white;
  }
}
#submain-container .navbar {
  min-height: 0px;
}
@media (min-width: 768px) {
  #submain-container .navbar {
    min-height: 70px;
  }
}
@media (min-width: 768px) {
  #submain-navbar-collapse-1 .mainnav {
    display: none;
  }
}
@media (min-width: 768px) {
  #submain-navbar-collapse-1 .mainnav.mainpagenav {
    display: block;
  }
}
.footer-section h4 {
  color: #58A5DB;
}
.language-flag {
  height: 15px;
  width: 25px;
}
