@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700&amp;subset=cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700&amp;subset=cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700&amp;subset=cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700&amp;subset=cyrillic-ext,latin-ext");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700&amp;subset=cyrillic-ext,latin-ext");
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&amp;subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Gentium+Basic&amp;subset=latin,latin-ext);


html {
  background-color: black;
}

body {
  background-color: #e0e0e0;
  color: #333;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

a, a:active, a:hover {
  text-decoration: none;
  color: #00AEEE;
}

a:hover {
  color: #e0e0e0;
}

.btn, .btn:focus {
  padding: 6px 30px;
  float: right !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5em;
  color: #050d16;
  background: #e0e0e0;
  border: none;
  border-radius: 20px;
  outline: none;
  text-transform: capitalize;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

.btn:hover {
  color: #00AEEE;
  background: #e0e0e0;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gentium Basic', serif;
  font-weight: normal;
}

h2, h4 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.headerContainer, .footerContainer, section {
  width: 1200px;
  margin: 0 auto;
}

.pageContainer {
  margin-top: 40px;
}

/* HEADER */
#header {
  position: relative;
  height: 60px;
  padding: 10px 0;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 3;
  margin: 0;
  background: #050d16;
}

#header.white {
  background-color: white;
}

nav {
  float: right;
  font-size: 1.2em;
  margin-top: 10px;
  text-transform: uppercase;
}
nav li {
  margin-left: 20px;
}
nav li a {
  padding: 20px 0 9px;
  border-top: 3px solid transparent;
  color: white;
}
nav li a:hover, nav li a.activeLink {
  border-color: #e0e0e0;
  color: #e0e0e0;
}

nav li .dropDownStyle {
  width: 200px;
  margin-left: -100px;
  left: 50%;
  border-radius: 1px;
  text-align: center;
}
nav li .dropDownStyle ul {
  background: #e0e0e0;
  padding: 20px 0;
  margin-top: 10px;
}
nav li .dropDownStyle ul li {
  display: block;
  margin-left: 0;
}
nav li .dropDownStyle ul a {
  color: #00AEEE;
  padding: 15px 0;
}
nav li .dropDownStyle ul a:hover, nav li .dropDownStyle ul a.activeLink {
  border-color: #00AEEE;
}
nav li .dropDownStyle ul:before {
  position: absolute;
  top: 0;
  left: 90px;
  width: 20px;
  height: 10px;
}

nav li .dropDownStyle.dropdownSecondLevel {
  left: auto;
  right: 100%;
  margin-top: -20px;
}
nav li .dropDownStyle.dropdownSecondLevel ul {
  margin-top: 0;
}
nav li .dropDownStyle.dropdownSecondLevel ul:before {
  position: absolute;
  top: 35px;
  right: 0;
  left: auto;
  width: 10px;
  height: 20px;
}

.logo {
  float: left;
  height: 100%;
  margin-bottom: 0;
}
.logo img {
  max-height: 60px;
}

/* HOME */
.home .pageContainer {
  margin-top: 0;
}
.home #zone_0 {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.SliderGrid {
  position: relative;
}

.carousel-control,
.modal-gallery .modal-image:hover:before, .modal-gallery .modal-image:hover:after {
  background: url(themes/perionica/images/arrows.png) 0 0 no-repeat;
  width: 53px;
  height: 53px;
  top: 50%;
  margin-top: -26px;
  text-indent: -9999px;
  -webkit-transition: opacity 0.4s, left 0.4s, right 0.4s;
  -moz-transition: opacity 0.4s, left 0.4s, right 0.4s;
  -o-transition: opacity 0.4s, left 0.4s, right 0.4s;
  transition: opacity 0.4s, left 0.4s, right 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  padding: 0;
  border-radius: 0;
  border: none;
}
.carousel-control:hover,
.modal-gallery .modal-image:hover:before:hover, .modal-gallery .modal-image:hover:after:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background-position: -106px 0;
}

.carousel-control.left {
  left: -50px;
}

.carousel-control.right {
  right: -50px;
}

.carousel-control.right, .modal-gallery .modal-image:hover:after {
  background-position: -53px 0;
}

.carousel-control.right:hover {
  background-position: -159px 0;
}

.SliderGrid:hover .carousel-control {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.SliderGrid .carousel-control:hover,
.modal-gallery .modal-image:hover:before, .modal-gallery .modal-image:hover:after {
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.SliderGrid:hover .carousel-control.left {
  left: 20px;
}

.SliderGrid:hover .carousel-control.right {
  right: 20px;
}

@-webkit-keyframes sliderCaption {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: -100%;
  }

  10%, 90% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    margin-left: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: 100%;
  }
}

@-moz-keyframes sliderCaption {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: -100%;
  }

  10%, 90% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    margin-left: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: 100%;
  }
}

@-o-keyframes sliderCaption {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: -100%;
  }

  10%, 90% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    margin-left: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: 100%;
  }
}

@keyframes sliderCaption {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: -100%;
  }

  10%, 90% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    margin-left: 0;
  }

  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-left: 100%;
  }
}

.carousel-caption {
  width: 1200px;
  left: 50%;
  right: auto;
  margin-left: -600px;
  bottom: 50px;
  padding: 0;
  background-color: transparent;
}
.carousel-caption h4, .carousel-caption p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 60%;
  font-size: 1.5em;
}
.carousel-caption h4 {
  color: #00AEEE;
}
.carousel-caption p {
  color: #e0e0e0;
}

.active .carousel-caption h4 {
  -webkit-animation-name: sliderCaption;
  -moz-animation-name: sliderCaption;
  -ms-animation-name: sliderCaption;
  -o-animation-name: sliderCaption;
  animation-name: sliderCaption;
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  -ms-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-easing: linear;
  -moz-animation-easing: linear;
  -ms-animation-easing: linear;
  -o-animation-easing: linear;
  animation-easing: linear;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
.active .carousel-caption p {
  -webkit-animation-name: sliderCaption;
  -moz-animation-name: sliderCaption;
  -ms-animation-name: sliderCaption;
  -o-animation-name: sliderCaption;
  animation-name: sliderCaption;
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  -ms-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-easing: linear;
  -moz-animation-easing: linear;
  -ms-animation-easing: linear;
  -o-animation-easing: linear;
  animation-easing: linear;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}

.SliderGrid .carousel-caption h4, .SliderGrid .carousel-caption p {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.SliderGrid:hover .carousel-caption h4, .SliderGrid:hover .carousel-caption p {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* CONTENT */
.zone_ContentBoxContainer, .zone_GalleryGrid, .zone_Products,
.contactForm .zone_data, .googleMaps .zone_data,
article, .contactForm .contact-form, .gallery_box, .modal {
  background-color: #050d16;
  color: #e0e0e0;
  padding: 1%;
}

/* ABOUT */
article.about {
  margin: 0;
}

article.ab1 img, article.ab1 iframe, article.ab2 img, article.ab2 iframe {
  width: 25%;
}

article.ab1 img, article.ab1 iframe {
  margin-right: 20px;
  margin-bottom: 5px;
}

article.ab2 img, article.ab2 iframe {
  margin-left: 20px;
  margin-bottom: 5px;
}

article.ab3 img, article.ab3 iframe, article.ab4 img, article.ab4 iframe {
  margin-bottom: 10px;
}

/* CONTACT */
.contactForm label {
  display: none;
}
.contactForm .contact-form {
  padding: 20px 1%;
  margin-top: 20px;
}
.contactForm .contact-form:after {
  content: '';
  clear: both;
  display: block;
}
.contactForm .contact-form-item {
  float: left;
  margin-bottom: 10px;
}
.contactForm .contact-form-item:first-child .iTxt {
  margin-right: 10px;
}
.contactForm .contact-form-item .iTxt, .contactForm .contact-form-item .message-area {
  padding: 5px;
  border-radius: 1px;
  border-color: white;
  font-style: italic;
  background-color: #e0e0e0;
}
.contactForm .contact-form-item .iTxt {
  width: 571px;
  height: 24px;
  float: right;
}
.contactForm .contact-form-item .message-area {
  width: 1164px;
  height: 80px;
}
.contactForm .contact-form-item-submit, .contactForm .contact-form-item-attachment {
  float: right;
  clear: both;
}
.contactForm .contact-form-item-attachment {
  float: none;
}
.contactForm .contact-form-item-attachment .btn {
  margin-right: 0;
}
.contactForm .uploaded-file .delete-file {
  background-color: transparent;
  color: red;
}
.contactForm:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.google_map {
  margin: 0;
  margin-top: 20px;
}

.Contact3 #zone_0, .Contact4 #zone_0, .Contact6 #zone_0 {
  margin-bottom: 40px;
}

/* GALLERY */
.zone_GalleryGrid {
  margin-bottom: 10px;
}

.gallery_list div {
  padding: 0;
}
.gallery_list li {
  margin: 20px 0 0;
  line-height: 1.5em;
  border: none;
}
.gallery_list li h2 {
  font-size: 1.6em;
}
.gallery_list li .imgLink {
  display: block;
}
.gallery_list li.gb1, .gallery_list li.gb2 {
  width: 46%;
}
.gallery_list li.gb1 .imgLink, .gallery_list li.gb2 .imgLink {
  width: 50%;
  padding-bottom: 5px;
}
.gallery_list li.gb1 .imgLink {
  padding-left: 15px;
}
.gallery_list li.gb2 .imgLink {
  padding-right: 15px;
}
.gallery_list li.gb3, .gallery_list li.gb4 {
  width: 29%;
}
.gallery_list li.gb5 {
  width: 31.33%;
}
.gallery_list .gb4 .imgLink {
  margin-bottom: 10px;
}
.gallery_list li.gb6 {
  width: 23%;
}

.modal {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  border: none;
}
.modal .modal-header, .modal .modal-footer {
  border: none;
}
.modal .modal-title {
  font-size: 1.6em;
  line-height: 1.5em;
}
.modal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.modal .close {
  text-shadow: none;
  font-size: 30px;
  color: #e0e0e0;
  margin-top: 0;
  padding: 5px 0 5px 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}
.modal .close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.modal .modal-footer {
  padding-top: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal .btn, .modal .btn + .btn {
  margin-left: 10px;
}
.modal .btn i {
  display: none;
}

/* SITE CONTENT */
.home .ContentBoxContainer .clearfix, .gallery_list,
.site_content_2 .ContentBoxContainer .clearfix,
.site_content_3 .ContentBoxContainer .clearfix,
.productsContainer .clearfix {
  text-align: justify;
}
.home .ContentBoxContainer .clearfix:before, .gallery_list:before,
.site_content_2 .ContentBoxContainer .clearfix:before,
.site_content_3 .ContentBoxContainer .clearfix:before,
.productsContainer .clearfix:before {
  content: '';
  display: block;
  width: 100%;
}
.home .ContentBoxContainer .clearfix:after, .gallery_list:after,
.site_content_2 .ContentBoxContainer .clearfix:after,
.site_content_3 .ContentBoxContainer .clearfix:after,
.productsContainer .clearfix:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.zone_ContentBoxContainer, .zone_Products {
  margin-bottom: 10px;
}

article.bi1, article.bi4, article.bi5, article.bi6, article.bi7,
.productItem.pi1, .productItem.pi3 {
  margin: 20px 0 0;
}

article.bi1 img, article.bi1 iframe {
  margin-right: 20px;
  margin-bottom: 5px;
}

article.bi2, article.bi3 {
  width: 29%;
  margin: 30px 0 0;
  padding-bottom: 0;
}
article.bi2 .btn, article.bi3 .btn {
  margin-top: 10px;
}

article.bi2 img, article.bi2 iframe, article.bi3 img, article.bi3 iframe {
  margin-bottom: 10px;
}

article.bi4 img, article.bi4 iframe {
  margin-left: 20px;
  margin-bottom: 5px;
}

article.bi7 img, article.bi7 iframe {
  margin-bottom: 10px;
}

/* PRODUCTS */
.productTitle {
  font-size: 1.6em;
}
.priceDiv {
  text-align: center;
}
.itemDiscount {
  font-style: italic;
}
.productsContainer .productItem .productThumb {
  margin-right: 20px;
  margin-bottom: 5px;
}
.productsContainer .productItem .priceDiv h2 {
  border: none;
}
.pi3 .itemPriceAndCurrency {
  margin-bottom: 5px;
}
.pi3 .itemDiscount {
  margin-bottom: 0;
}
.productsContainer .productItem.pi4 {
  width: 21%;
  margin: 2% 0 0;
  text-align: center;
}
.productsContainer .productItem.pi4 img {
  margin-right: 0;
}
.productsContainer .productItem.pi4 .btn {
  float: none !important;
}
.productItem.pi2 {
  width: 46%;
  margin: 2% 0 0;
}

/* FOOTER */
#footer {
  margin-top: 40px;
  height: 40px;
  padding: 10px 0;
  background-color: black;
}
#footer .social {
  float: right;
}
#footer .social li {
  float: left;
}
#footer .social img {
  height: 40px;
  margin-left: 5px;
}

.powered {
  position: absolute;
  left: 50%;
  margin-top: -52px;
  margin-left: -600px;
  color: white;
}
.powered a {
  text-decoration: none !important;
  color: #00AEEE;
}

ul.paginat {
  margin-top: 30px;
}
ul.paginat a {
  background-color: #050d16;
  color: #e0e0e0;
  border: none;
  border-radius: 100%;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
}
ul.paginat a:hover, ul.paginat a.active_num, ul.paginat a.active_num:hover {
  background-color: black;
  color: #00AEEE;
}

.cnt_share {
  color: white;
  padding: 1.5%;
  width: 1200px;
  margin: 40px auto 0;
  padding: 0;
  border: none;
}

.cnt_share .cnt_share_buttons {
  margin: 0;
  padding: 1.5%;
  padding-bottom: 0;
}

.cnt_fb_comment {
  padding-bottom: 1.5%;
}

body .cnt_fb_comment .fb-comments span iframe {
  width: 97% !important;
  padding: 1.5%;
}

@media screen and (max-width: 1200px) {
  .headerContainer, .footerContainer, section {
    width: 1000px;
  }

  .carousel-caption {
    width: 1000px;
    margin-left: -500px;
    bottom: 20px;
  }
  .carousel-caption h4 {
    font-size: 1.8em;
  }
  .carousel-caption p {
    font-size: 1.2em;
  }

  .contactForm .contact-form-item .iTxt {
    width: 468px;
    height: 24px;
    float: right;
  }
  .contactForm .contact-form-item .message-area {
    width: 958px;
    height: 80px;
  }

  .googleMaps .google_map {
    margin-bottom: 0;
  }

  .cnt_share {
    width: 1000px;
  }
}


/* SERVICE GENERATED RULES */
body .cBoxTitle { color : #fff200 !important; }
body #footer { background-position : undefined !important; }
body .boxes-styles { background-position : undefined !important; }
body #pageContainer { background-position : undefined !important; }
body #header { background-position : undefined !important; }
body #wrapper { background-position : undefined !important; }
body { background-color : #080d4e !important; }
body { background-position : center center !important; }
body { background-image : none !important; }
body .cBoxHighlight { font-size : 14px !important; }
body .cBoxHighlight { font-family : Noto Serif !important; }
body .cBoxTitle { font-family : Noto Serif !important; }
body .cBoxTitle { font-size : 14px !important; }
body .zone_text { font-size : 14px !important; }
body .zone_text { font-family : Noto Serif !important; }
body .zone_title { font-size : 14px !important; }
body .zone_title { font-family : Noto Serif !important; }
body .zone_highlight { font-family : Noto Serif !important; }
body .zone_highlight { font-size : 14px !important; }
body .boxes-styles { background-image : none !important; }
body .boxes-styles { background-color : #080d4e !important; }
body #pageContainer { background-image : none !important; }
body #pageContainer { background-color : #080d4e !important; }
body #footer { background-image : none !important; }
body #header { background-image : none !important; }
body #header { background-color : #080d4e !important; }
body #footer { background-color : #f8f30d !important; }
body .zone_title { color : #ffffff !important; }
body .zone_text { color : #fff200 !important; }
body .zone_highlight { color : #ffffff !important; }
body .cBoxHighlight { color : #e9ebf6 !important; }
body #navigation { background-image : none !important; }
body #navigation { background-color : #080d4e !important; }
body #navigation ul { background-color : #080d4e !important; }
body #navigation a { color : #fff200 !important; }
body #navigation a:hover { color : #ffffff !important; }
body #navigation a.activeLink { color : #ffffff !important; }
body #wrapper { background-color : #080d4e !important; }
body #wrapper { background-image : none !important; }
body { background-repeat : repeat-x !important; }
body { background-attachment : fixed !important; }
/* SERVICE GENERATED RULES */
