/* init vars */
.clear {
  clear: both;
}
.full-width {
  padding-left: 0;
  padding-right: 0;
}
.font-light-weight {
  font-weight: 300 !important;
}
.font-regular-weight {
  font-weight: 400 !important;
}
.font-bold-weight {
  font-weight: 700 !important;
}
html,
body,
.page,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 300 !important;
}
.txt {
  font-family: Arial, Helvetica, sans-serif;
}
html,
body {
  background: #f5f2ed;
}
.page a:hover,
.page a:active,
.page a:focus {
  text-decoration: none;
}
.nop {
  padding: 0px;
}
.btn,
.form-control {
  border-radius: 0px;
}
.header-t .logo {
  margin: 10px 0;
  display: block;
}
.mobile-nav-icon {
  cursor: pointer;
  display: block;
  font-size: 30px;
  color: #fff;
  background: #071345;
  float: right;
  margin-top: -50px;
  margin-right: 15px;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  z-index: 500;
}
.mobile-nav-icon .glyphicon {
  font-size: 20px;
}
.mobile-nav-icon:hover {
  color: black;
}
#sidr .mobileNav li a {
  text-align: left;
}
.mobile-nav {
  line-height: 72px;
  margin-bottom: 15px;
}
.navbar {
  min-height: 10px;
  height: 71px;
  background: #071345;
  margin-bottom: 1px;
  border-radius: 0px;
  border: 0px;
}
.navbar .container {
  position: relative;
}
.nav a {
  font-size: 30px;
  color: white !important;
  border-radius: 0px !important;
  font-weight: 100 !important;
}
.nav .sub {
  display: inline-block;
  margin-left: 5%;
  background: url("../inc/../img/struct/nav-dropdown.png") center center;
  width: 12px;
  height: 6px;
}
.nav > li > a {
  line-height: 71px;
  padding: 0px 20px;
  white-space: nowrap;
}
.nav > li:hover > a,
.nav > li:active > a,
.nav > li > a:focus,
.nav a:hover,
.nav a.active,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #2c8ecb !important;
}
.nav ul li a {
  font-size: 18px;
  border-bottom: 1px solid #fff;
}
.nav ul li a.last {
  border: 0px;
}
.nav .dropdown-menu {
  background: #071345;
  border-radius: 0px !important;
  border: 0px;
  /*margin-top:1px;*/
  margin-top: 0px;
  border-top: 1px solid white;
}
.nav li:hover ul {
  display: block;
}
.lng {
  position: absolute;
  right: 0px;
  margin-top: 1px;
  z-index: 300;
}
.lng a {
  display: inline-block;
  background: #071345;
  color: white;
  line-height: 25px;
  width: 27px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
.lng a.on,
.lng a:hover {
  background: #2c8ecb;
}
.mmedia-wrap {
  min-height: 100px;
}
.mmedia {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.middle {
  margin-top: -4%;
  position: relative;
  z-index: 300;
}
.content h1,
.content h2,
.content h3 {
  color: #000;
}
.content .txt,
.content h4 {
  font-weight: 300 !important;
  color: #424242;
}
.content a {
  color: #071345;
}
.box h2 {
  position: relative;
}
.box h2 .arrow {
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  top: 12px;
  height: 31px;
  width: 31px;
  background: url("../inc/../img/struct/ball.png") no-repeat center center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s ease-in-out;
}
.box h2:hover .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box {
  margin-bottom: 5%;
  display: block;
  text-decoration: none;
}
.box a:hover > h2 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.box h2 {
  font-weight: 300 !important;
  color: white;
  padding: 10px 10px;
  margin: 0px;
  margin-bottom: 1px;
  background: #2c8ecb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box .cnt {
  font-weight: 400 !important;
  background: #424242;
  color: white;
  padding: 4%;
}
.box-map .cnt {
  padding: 0;
}
.box-map .descr {
  padding: 10px 0;
}
.box-subnav .cnt {
  padding: 0;
}
.box-subnav h2 {
  background: #071345;
  color: white;
}
.box-subnav ul {
  margin: 0;
  padding: 0px;
}
.box-subnav ul li {
  list-style: none;
}
.box-subnav ul li a {
  display: block;
  padding: 2% 4%;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.box-subnav ul li a:hover,
.box-subnav ul li a.active {
  color: white;
  background: #071345;
}
.box-subnav ul li a.last {
  border-bottom: 0px;
}
.box-offer:hover .cnt {
  background: #071345;
}
.box-offer .cnt {
  text-align: center;
}
.box-offer .cnt img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.box-offer a {
  display: block;
  width: 100%;
}
.box-offer h2 {
  margin-bottom: 0px;
}
.box-offer h3 {
  font-weight: 300 !important;
  color: white;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 8px;
}
.box-offer h4 {
  font-weight: 300 !important;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ticker > h2 {
  background: #071345;
  color: white;
}
.ticker table {
  border-collapse: collapse;
  width: 100%;
}
.ticker table th > div,
.ticker table td > div {
  text-align: center;
  white-space: nowrap;
  padding: 5px 10px;
  box-shadow: 0 0px 7px #aaa;
  border-radius: 5px;
  margin: 2px;
}
.ticker table th.first > div,
.ticker table td.first > div {
  text-align: left;
}
.ticker table th > div {
  color: #1d1d1b;
  background: #fff;
}
.ticker table td > div {
  background: #1d1d1b;
}
.footer {
  background: #071345;
  margin: 20px 0 0 0;
  min-height: 100px;
  padding-bottom: 2%;
}
.footer a {
  transition: all 0.3s ease-in-out;
  color: white;
}
.footer a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.footer img {
  display: block;
  height: auto;
  max-width: 100%;
}
.footer .col1,
.footer .col2 {
  border-right: 2px solid white;
  min-height: 230px;
}
.footer .col2 img {
  margin: 0 auto;
}
.footer .col1 {
  background: white;
}
.social-media {
  margin-top: 60px;
}
.social-media .fb,
.social-media iframe {
  display: block;
  float: left;
  width: 90px;
  margin-right: 10px;
}
.spons1,
.spons2 {
  clear: both;
  padding-top: 40px;
}
.spons1 img,
.spons2 img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.spons1 a,
.spons2 a {
  display: block;
  float: left;
  margin: 1px;
  background: white;
  width: 150px;
  height: 40px;
  padding: 10px;
}
.spons2 {
  padding-top: 50px;
}
.spons2 a {
  width: auto;
}
.price-box {
  font-size: 27px;
}
.price-box .pp {
  font-size: 13px;
  display: block;
  margin-top: -5px;
}
.price-box .arrow {
  float: right;
  display: block;
  width: 20px;
  height: 50px;
  background: url("../inc/../img/struct/arrow-white-right.png") no-repeat right center;
}
.mailform .caption {
  font-weight: 400 !important;
}
.mailform .Ierror {
  border: 1px solid red;
  box-shadow: 0 0 10px red;
}
.quickrequest legend {
  display: none;
}
.quickrequest .form-group {
  margin-bottom: 2px;
}
.submit.btn {
  color: #071345;
  background: white;
  font-size: 16px;
  margin-top: 10px;
}
#meteoprovbz_widget {
  margin: 0px 18px;
  padding: 20px 10px;
  margin-bottom: -9px;
}
#meteoprovbz_widget .meteoprovbz_temperatures {
  font-size: 10px;
}
#meteoprovbz_widget td,
#meteoprovbz_widget table,
#meteoprovbz_widget th {
  border: 0px !Important;
  text-align: center !important;
}
#meteoprovbz_widget td {
  padding-right: 5px !important;
}
#meteoprovbz_widget img {
  width: 40px !important;
}
.breadcrumb {
  background: #e7d7c0;
}
.breadcrumb,
.breadcrumb a {
  font-weight: 400 !important;
  color: #424242;
}
.breadcrumb a:hover {
  color: #071345;
}
/* content */
.content .gallery {
  margin: 10px 0;
}
.content .gallery.inline a {
  display: block;
  margin-bottom: 3%;
  padding: 0px 3% 0 0;
}
/* myscroll */
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}
.myscroll {
  clear: both;
  width: 100%;
  height: 211px;
  position: relative;
}
.myscroll .scrollingHotSpotLeft,
.myscroll .scrollingHotSpotRight {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 15px;
  z-index: 30;
  opacity: .5;
  background: url("../inc/../img/struct/arrow-black-left.png") no-repeat center center #ffffff;
}
.myscroll .scrollingHotSpotLeft:hover,
.myscroll .scrollingHotSpotRight:hover {
  opacity: .8;
}
.myscroll .scrollingHotSpotRight {
  left: auto;
  right: 0px;
  background-image: url("../inc/../img/struct/arrow-black-right.png");
}
.myscroll div.scrollableArea a.item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  padding: 0 5px;
}
.myscroll .scrollingHotSpotLeft,
.myscroll .scrollingHotSpotRight {
  width: 75px !important;
  display: block !important;
  min-width: 3px;
  height: 211px;
}
.content .txt img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
/* list */
.shadow {
  height: 20px;
}
.list {
  font-weight: 400 !important;
}
.list .item {
  display: block;
  background: white;
  position: relative;
}
.list .item .img {
  padding: 0px;
}
.list .item .cnt {
  height: 100%;
  padding-top: 2%;
  display: block;
  padding-bottom: 20px;
}
.list .item .more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.list a.item:hover {
  background: #eee;
}
.partner img {
  display: block;
  width: 100% !important;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
/* Large desktop - 1170 - large - lg */
@media (min-width: 1200px) {
  .mmedia-wrap {
    background: url("../inc/../img/struct/hard/mmedia-bg.jpg") repeat-x center top;
    min-height: 100px;
  }
  .mmedia {
    margin-bottom: -50px;
  }
  .cnt-min-height {
    height: 157px;
  }
}
/* default - 940 - desktop - md */
@media (min-width: 991px) and (max-width: 1199px) {
  .nav > li > a {
    font-size: 20px;
  }
  .navbar {
    height: 55px;
  }
  .nav > li > a {
    line-height: 55px;
  }
}
/* Portrait tablet to landscape and desktop - 768 - tablet  - sm */
@media (min-width: 768px) and (max-width: 990px) {
  .nav > li > a {
    font-size: 18px;
  }
  .navbar {
    height: 52px;
  }
  .nav > li > a {
    line-height: 52px;
  }
  .box h2 {
    font-size: 25px;
  }
  .spons1,
  .spons2 {
    padding-top: 0px;
  }
}
@media (max-width: 990px) {
  a.fb {
    margin: 0 !important;
  }
}
/* Landscape phone to portrait tablet - 480  - phone - xs */
@media (max-width: 767px) {
  .navbar {
    background: none;
    height: auto;
    border-top: 6px solid #071345;
  }
  .lng {
    right: 15px;
    top: 10px;
  }
  .middle {
    margin-top: 0px;
  }
  .footer .col1,
  .footer .col2,
  .footer .col3 {
    border-right: 0px solid white;
    min-height: 30px;
    padding-top: 30px;
    clear: both;
  }
}
/* Landscape phones and down- 480 */
/* bootstrap hacks */
.dropdown-menu {
  left: auto;
}
iframe,
object,
embed {
  width: 100% !important;
}
