
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i&subset=latin-ext');
.articles_detail #gallery li,
.editor #gallery li,
.articles_detail .editor-gallery li,
.editor .editor-gallery li {
  margin-bottom: 30px;
}
#order-levels {
  margin-bottom: 30px;
}
.product,
.article {
  margin-top: 30px;
}
.product-detail .left #gallery li {
  margin-top: 30px;
}
.product-detail .right #frm-propertiesForm {
  margin-top: 20px;
  margin-bottom: 25px;
}
.product-detail .right #frm-propertiesForm .col-sm-9 .radio-inline {
  padding-left: 0;
  cursor: default;
}
.product-detail .right #frm-propertiesForm .col-sm-9 .radio-inline label {
  padding: 2px 10px;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
  background: transparent;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #777777;
}
.product-detail .right #frm-propertiesForm .col-sm-9 .radio-inline label.active {
  background: transparent;
  color: #333333;
  border-color: #2c6d9a;
}
.product-detail .right #frm-propertiesForm .col-sm-9 .radio-inline label input[disabled] + span {
  color: #777777;
  cursor: not-allowed;
}
.product-detail .right #frm-propertiesForm .col-sm-9 .radio-inline + .radio-inline {
  margin-left: 5px;
}
.product-detail .right .add-to-cart .form-group {
  float: left;
}
.product-detail .right .add-to-cart .form-group .col-sm-3 {
  display: none;
}
.product-detail .right .add-to-cart .form-group .col-sm-9 .btn {
  margin-left: 10px;
}
.product-detail .right .add-to-cart .form-group:first-child .col-sm-9 {
  width: 90px;
}
.userbar .login-dp {
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
}
.userbar .login-dp .social-buttons {
  margin: 12px 0;
}
.userbar .login-dp .social-buttons a {
  width: 100%;
}
.userbar .login-dp .social-buttons .btn-fb {
  color: #fff;
  background-color: #3b5998;
}
.userbar .login-dp .social-buttons .btn-fb:hover {
  background-color: #496ebc;
}
.userbar .login-dp form .alert {
  margin-bottom: 10px;
  padding: 5px 15px;
}
.userbar .login-dp form .form-group {
  margin-bottom: 10px;
}
.userbar .login-dp form .form-group .help-block {
  font-size: 12px;
}
.userbar .login-dp .bottom {
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}
#contact-form {
  margin-bottom: 50px;
  margin-top: 20px;
}
#contact-form p.top {
  margin-bottom: 20px;
}
#contact-form form .form-group.required .control-label label:after {
  content: "\f069";
  font-family: "FontAwesome";
  color: #d9534f;
  font-size: 8px;
  font-weight: 400;
  top: -4px;
  position: relative;
  margin-left: 3px;
}
#contact-form form .form-group .col-sm-3 {
  width: 130px;
}
#contact-form form .form-group .col-sm-9 input.text {
  width: 250px;
}
#contact-form form .form-group .col-sm-9 textarea {
  width: 100%;
  height: 150px;
}
#contact-form .fa-asterisk {
  font-size: 8px;
  top: -4px;
  position: relative;
}
.articles.layout2 #contact-form {
  margin-top: 50px;
}
.articles.layout2 #contact-form form .form-group .col-sm-9 textarea {
  width: 500px;
}
body {
  background-repeat: no-repeat;
  background-position: center top;
}
#eshop-layout #cart table td img {
  max-width: 100px;
}
#eshop-layout #cart table td .add-to-cart .col-sm-3 {
  display: none;
}
#eshop-layout #cart table td .add-to-cart .col-sm-9 input {
  width: 50px;
}
#eshop-layout .productsView a {
  margin-left: 20px;
  display: inline-block;
}
#eshop-layout .productsView a:hover,
#eshop-layout .productsView a:focus {
  text-decoration: none;
}
#eshop-layout .productsView a.active {
  font-weight: 700;
  color: #333333;
}
#eshop-layout #contact-data .last .btn {
  float: right;
}
#eshop-layout #contact-data .order {
  display: block;
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  text-align: center;
  padding: 10px;
}
.eu-cookies button {
  background: green;
  color: white;
}
#posts {
  margin-top: 30px;
}
#cart table thead th {
  text-align: left;
  color: #555555;
  border: none;
}
#cart table thead th:first-child {
  padding-left: 30px;
}
#cart table tbody td {
  background: #eeeeee;
  vertical-align: middle;
  border-bottom: 7px solid #ffffff;
}
#cart table tbody td:first-child {
  padding-left: 30px;
}
#cart table tbody td .add-to-cart {
  padding: 0;
  margin: 0;
  float: left;
}
#cart table tbody td .add-to-cart .form-group {
  margin-bottom: 0;
}
#cart table tbody td .fa-plus,
#cart table tbody td .fa-minus {
  cursor: pointer;
  float: left;
  margin-left: 10px;
  margin-top: 6px;
}
#cart table tbody td .fa-minus {
  margin-top: 0px;
}
@media (max-width: 767px) {
  #cart table tbody td {
    display: block;
    border: none;
    padding: 0 20px;
  }
  #cart table tbody td:first-child {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  #cart table tbody td:last-child {
    padding-bottom: 15px;
    padding-top: 10px;
    border-bottom: 7px solid #ffffff;
  }
}
#order-levels {
  border-top: 3px solid #555555;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
#order-levels li:not(.active) a {
  color: #2c6d9a;
}
#order-levels li:not(.active) a:hover,
#order-levels li:not(.active) a:focus {
  background: none;
  color: #1b435e;
}
#order-levels li.active a {
  color: #333333;
  background: none;
}
#transport .h4 {
  font-weight: 400;
}
#transport .btn-group-vertical .btn {
  color: #333333;
  font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white;
  border-color: #EBEBEB;
}
#transport .btn-group-vertical .btn:hover,
#transport .btn-group-vertical .btn:focus,
#transport .btn-group-vertical .btn:active {
  background: #EBEBEB;
  color: #333333;
}
#transport .btn-group-vertical .btn.active {
  background: #2c6d9a;
  border-color: #2c6d9a;
  color: white;
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
}
.navbar {
  margin-bottom: 0;
  border: none;
}
.navbar-collapse {
  /*
		position: absolute;
		left: 50%;
		.translate(-50%, 0);
		*/
}
.navbar-collapse > .nav > li > .menu,
.navbar-collapse > .nav > li > .nav {
  display: none;
  position: absolute;
  background: #95b9d3;
  width: 300px;
}
.navbar-collapse > .nav > li > .menu li,
.navbar-collapse > .nav > li > .nav li {
  float: none;
  margin: 0;
}
.navbar-collapse > .nav > li > .menu li a,
.navbar-collapse > .nav > li > .nav li a {
  color: white;
}
.navbar-collapse > .nav > li > .menu li a:hover,
.navbar-collapse > .nav > li > .nav li a:hover,
.navbar-collapse > .nav > li > .menu li a:focus,
.navbar-collapse > .nav > li > .nav li a:focus,
.navbar-collapse > .nav > li > .menu li a:active,
.navbar-collapse > .nav > li > .nav li a:active {
  background: #6991AF;
}
.navbar-collapse > .nav > li > .menu li.active a,
.navbar-collapse > .nav > li > .nav li.active a {
  background: #6991AF;
}
.navbar-collapse > .nav > li:hover > .menu,
.navbar-collapse > .nav > li:hover > .nav {
  display: block;
}
.navbar-collapse > .nav > li:hover > a {
  background: #95b9d3;
  color: white;
}
.navbar-collapse > .nav > li a {
  font-weight: 700;
}
.navbar-collapse > .nav > li + li {
  /*margin-left: 30px;*/
}
#header {
  padding-top: 20px;
  padding-bottom: 10px;
}
#header .container {
  position: relative;
}
#header .container #langs {
  position: absolute;
  top: -20px;
  right: 0;
}
#header .container #langs li a {
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: bold;
  color: #333333;
}
#header .container #langs li.active a {
  color: white;
  background: rgba(44, 109, 154, 0.5);
}
.layout3 .article .name {
  position: absolute;
  height: 262px;
  padding: 0 50px;
}
.layout3 .article .name h3 {
  font-weight: 700;
  position: relative;
  z-index: 1;
  left: 50%;
  top: 50%;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.layout3 .article .name h3 a {
  background: rgba(48, 113, 158, 0.9);
  color: white;
  padding: 3px 10px;
  display: inline-block;
}
.layout3 .article .name h3 a:hover,
.layout3 .article .name h3 a:focus,
.layout3 .article .name h3 a:active {
  text-decoration: none;
}
.layout3 .article .description {
  padding-bottom: 20px;
}
.layout3 .article .description p {
  padding: 0 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .layout3 .article .description:after {
    content: "";
    height: 1px;
    width: 50px;
    border-bottom: 5px dotted #2c6d9a;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.layout4 .article {
  margin-bottom: 30px;
}
.layout4 .article .img {
  margin-bottom: 0;
}
.layout4 .article h3 {
  background: rgba(48, 113, 158, 0.9);
  font-weight: 700;
  height: 60.72px;
  position: relative;
  text-align: center;
  margin: 0;
}
.layout4 .article h3 a {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.layout4 .article h3 a:hover,
.layout4 .article h3 a:focus,
.layout4 .article h3 a:active {
  text-decoration: none;
}
#layout6 .article {
  margin-top: 0;
}
#slider-wrapper {
  margin-bottom: 50px;
}
#slider {
  /*margin-bottom: 30px;*/
}
#slider .animation img {
  position: absolute;
  z-index: 1000;
}
#slider .animation img[data-animation*="fadeIn"].animated {
  opacity: 0;
}
#slider .animation img:first-child {
  animation-delay: 1s;
}
#slider .animation img:first-child img {
  animation-delay: 2s;
}
#slider .animation img:nth-child(2) {
  animation-delay: 2s;
}
#slider .animation img:nth-child(2) img {
  animation-delay: 2s;
}
#slider ol.carousel-indicators li.active {
  border: 1px solid #2c6d9a;
}
#slider .left span.button,
#slider .right span.button {
  position: absolute;
  bottom: 30px;
}
#slider.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
#slider.carousel-fade .carousel-inner .item,
#slider.carousel-fade .carousel-inner .active.left,
#slider.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
#slider.carousel-fade .carousel-inner .active,
#slider.carousel-fade .carousel-inner .next.left,
#slider.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#slider.carousel-fade .carousel-inner .next,
#slider.carousel-fade .carousel-inner .prev,
#slider.carousel-fade .carousel-inner .active.left,
#slider.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#slider.carousel-fade .carousel-control {
  z-index: 2;
}
#layout6 .top {
  margin-bottom: 50px;
}
#layout6 > .middle {
  background: url('../images/bg.jpg') no-repeat center top;
  padding-bottom: 20px;
}
#layout6 .editor h2 {
  margin-top: 0;
}
#layout6 .editor .col-sm-6:last-child {
  padding-top: 40px;
  padding-left: 35px;
}
@media (min-width: 1200px) {
  #layout6 .editor .col-sm-6:last-child {
    width: 585px;
  }
}
@media (max-width: 991px) {
  #layout6 .editor .col-sm-6:first-child {
    display: none;
  }
}
#layout6 .editor .col-sm-6:first-child p {
  margin: 0;
}
#menu-wrapper {
  background: url('../images/bg.jpg') no-repeat center bottom;
  padding-top: 250px;
}
#menu-wrapper .nav li a:hover,
#menu-wrapper .nav li a:focus,
#menu-wrapper .nav li a:active {
  color: #2c6d9a;
}
#menu-wrapper .nav li:hover a,
#menu-wrapper .nav li:focus a,
#menu-wrapper .nav li:active a {
  background: none;
}
#menu-wrapper .nav li.active a {
  color: #2c6d9a;
  background: none;
}
#menu-wrapper .nav li ul {
  display: none;
}
#footer {
  background: #2c6d9a;
  color: white;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer a {
  color: white;
}
#copyright {
  padding-top: 10px;
  padding-bottom: 10px;
}
.articles_detail {
  margin-bottom: 41px;
  margin-top: -20px;
}
#map {
  margin-top: 50px;
}
.articles.layout2 {
  margin-bottom: 50px;
}
