/* +++ SITE MAIN +++ */
body {
    background-color: #fff;
    color: #666666;
}
h1{
    font-size: 20px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
}
h2{ 
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
}
#site.bootstrapped > #container {
  padding-left: 0px;
  padding-right: 0px;
}
.row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}
.page-text p {
  line-height: 24px;
  font-size: 14px;
  text-align: justify;

}
.entry-content ul {
    list-style: inside;
}
.site-content {margin-bottom: 20px;}
.site-header {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #dddddd;
}

.site-header .site-header-main {
    height: 0px;
    border: none;
    border-bottom: 1px solid #dddddd;
}

.site-header.site-header-js-collapsed .site-header-main {
    border: none;
}

.site-header.site-header-js-collapsed {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.site-footer {
    background-color: #3d4045;
}

.site-footer > .site-footer-main {
    float: none;
    padding: 5px 0px;
}

.site-footer > .site-footer-bottommost {
    float: none;
    width: 100%;
    padding: 20px 0px;
    background-color: #43474d;
}

.site-footer > .site-footer-main > .column {
    margin-bottom: 10px;
}

.content-main .entry-content {
    margin: 0px;
}

.site-header-nav > .nav-menu {
    width: 97%;/*width: 91%;*/
    float: left;
}
@media (max-width: 767px){
	.site-header-nav > .nav-menu {
		width: 90%;
	}
}
.site-header-nav > .nav-menu-after {
    width: 20px;/*width: 7%;*/
    float: right;
}

a {
    color: #00a5dd;
    text-decoration: none;
}

a:hover, a:focus {
    color: #00a5dd;
    text-decoration: underline;
}
/* +++ /SITE MAIN +++ */

/* +++ HEADER +++ */
/* header - collapsable logo */
.site-header-nav > .nav-menu > .wrap {
    display: block;
    position: relative;
    float: left;
    padding: 0px;
    margin: 0px;
}

.site-header-nav > .nav-menu > .nav-logo {
    display: block;
    position: relative;
    float: right;
    padding: 0px;
    margin: 0px;
}

.site-header-nav > .nav-menu > .nav-logo #nav-logo {
    display: none;
    text-decoration: none;
    overflow: hidden;
    height: 40px;
    width: 0px;
    margin: 0px;
    padding: 2px 0px;
}

.site-header.site-header-js-expanded .site-header-nav > .nav-menu > .nav-logo  #nav-logo {
    display: block;
    width: 0px;
}

.site-header.site-header-js-collapsed .site-header-nav > .nav-menu > .nav-logo  #nav-logo {
    display: block;
    width: 94px;
}

.site-header-nav > .nav-menu > .nav-logo #nav-logo > img {
    display: block;
    height: 100%;
}

@media (min-width: 768px) {
    .site-header-nav > .nav-menu > .nav-logo {
        float: left;
    }
}
/* /header - collapsable logo */

/* header - main menu */
.site-header-nav > .nav-menu .menu-toggle {
    height: 40px;
    width: 36px;
    padding: 3px;
    margin: 2px 10px 2px 0px;
    background-color: #fff;
    border: 1px solid #dddddd;
}

.site-header-nav > .nav-menu ul.menu {
    margin: 0px;
    padding: 2px 0px;
    background-color: #fff;
}

.site-header-nav > .nav-menu ul.menu > li {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.site-header-nav > .nav-menu ul.menu > li > a {
    height: 100%;
    line-height: 20px;
    margin: 0px;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #656565;
}

.site-header-nav > .nav-menu ul.menu > li > a::after {
    content: "";
    display: none;
    position: relative;
    width: 0%;
    height: 2px;
    background-color: #00a5dd;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.site-header-nav > .nav-menu ul.menu > li.current-menu-item a,
.site-header-nav > .nav-menu ul.menu > li.current_page_parent a,
.site-header-nav > .nav-menu ul.menu > li:hover a {
    color: #000;
}

.site-header-nav > .nav-menu ul.menu > li.current-menu-item > a::after,
.site-header-nav > .nav-menu ul.menu > li.current_page_parent > a::after,
.site-header-nav > .nav-menu ul.menu > li:hover > a::after {
    width: 100%;
    opacity: 1;
}

@media (min-width: 992px) {
    .site-header-nav > .nav-menu ul.menu > li {
        height: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    .site-header-nav > .nav-menu ul.menu > li > a {
        padding: 8px 6px;
    }
    
    .site-header-nav > .nav-menu ul.menu > li > a::after {
        display: block;
    }
}

@media (min-width: 1200px) {
    .site-header-nav > .nav-menu ul.menu {
        height: 40px;
    }
    .site-header-nav > .nav-menu ul.menu > li > a {
        font-size: 14px;
        padding: 8px 12px;
    }
    .site-header-js-collapsed .site-header-nav > .nav-menu ul.menu > li > a {
        padding: 8px 10px;
    }
}
/* /header - main menu */

/* header - language selector */
.nav-menu-after .language-chooser {
    display: block;
    position: relative;
    float: right;
    margin: 0px;
    padding: 0px;
}

.nav-menu-after .language-chooser li {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
/* /header - language selector */

/* header - header info */
.header { 
  text-align: left;
}

@media (max-width: 767px){
    .header{ text-align: center;}
}

.main-logo {
  width: 100%;
  max-width: 182px;
}
.header {
  padding: 20px 0;
  color: #777777;
}
.header i {
  color: #00a5dd;
  font-size: 18px;
  margin: 0 2px;
}
.header a {
  color: #777777;
}
.header a:hover {
  color: #00a5dd;
}
.header-phone {
  display: block;
  margin: 2px 0 10px;
  font-size: 14px;
}
.header-email {
  display: block;
  margin: 2px 0 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
.header-email .contact-email {
    float: left;
}
}
.header-adress {
  display: block;
  margin: 2px 0 10px;
  font-size: 14px;
}
.second-logo {
  width: 100%;
  max-width: 300px;
}
/* /header - header info */

/* header - social media links */
.site-header-topmost .social-links-wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.site-header-topmost .social-links-wrapper a {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 100%;
    border: none;
    text-decoration: none;
}

.site-header-topmost .social-links-wrapper a > img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.site-header-topmost .social-links-wrapper a:hover > img {
    opacity: 0.8;
}
/* /header - social media links */

/* +++ /HEADER +++ */

/* buttons */
.link-to-button-wrap {
    /*display: inline-block;
    position: relative;
    overflow: hidden;
    width: auto;
    height: 50px;*/
}

.link-to-button {
    display: inline-block;
    position: relative;
    width: auto;
    min-width: 150px;
    height: 40px;
    padding: 5px 10px;
    line-height: 30px;
    margin: 5px;
    background-color: #00a5dd;
    border: none;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 4px 0 #0085bb;
    transition: all 0.1s ease-in-out;
    top:0px;
}
.link-to-button.accent{
    background-color: #f90;
    box-shadow: 0 4px 0 #c77700;
}
.link-to-button:hover, .link-to-button:focus {
    box-shadow: 0 2px 0 #0085bb;
    top: 2px;
    text-decoration: none;
    color: #fff;
}
.link-to-button.accent:hover, .link-to-button.accent:focus {
	box-shadow: 0 2px 0 #c77700;
}
.link-to-button.accent.shop:before{
	content: "\f07a";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}
.block-button-center{
    /*display: block;
    text-align: center;*/
}

/* /buttons */

/* +++ FOOTER +++ */
/* footer - general */
.site-footer-main div {
    text-align: center;
    color: #909090;
}

.site-footer-main div.column > div {
    margin-top: 20px;
}

.site-footer-main a {
    color: #909090;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

.site-footer-main a:hover {
    color: #00a5dd;
    text-decoration: none
}

.site-footer-main h3 {
    padding: 5px;
    margin: 5px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

@media(min-width: 768px) {
    .site-footer div {
        text-align: left;
    }
}
/* /footer - general */

/* footer - contacts */
.site-footer-main .contacts {
    display: block;
    position: relative;
    width: 100%;
}

.site-footer-main .contacts .logo {
    display: block;
    position: relative;
    max-width: 200px;
    padding: 5px;
    margin: 10px 0px 20px 0px;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width: 768px) {
    .site-footer-main .contacts .logo {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.site-footer-main .contacts .logo > img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.site-footer-main .contacts .line {
    display: block;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding: 5px;
    margin: 0px;
}

.site-footer-main .contacts .line i {
    margin: 0px 5px 0px 0px;
    font-size: 16px;
    color: #00a5dd;
}
/* /footer - contacts */

/* footer - menus */
.site-footer-main ul.menu,
.site-footer-main ul.menu li {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.site-footer-main ul.menu li {
    padding: 5px;
}
/* /footer - menus */

/* footer - social media links */
.site-footer-main .social-links-wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.site-footer-main .social-links-wrapper a {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 100%;
    border: none;
    text-decoration: none;
}

.site-footer-main .social-links-wrapper a > img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.site-footer-main .social-links-wrapper a:hover > img {
    opacity: 0.8;
}
/* /footer - social media links */

/* footer - form links */
.site-footer-main .forms-links-wrapper {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.site-footer-main .forms-links-wrapper a.link-to-button {
    color: #fff;
}

.site-footer-main .forms-links-wrapper a.link-to-button:hover {
    color: #fff;
}
/* /footer - form links */

/* footer - copyright */
.site-footer-bottommost .copyright {
    font-size: 12px;
}
/* /footer - copyright */
/* +++ /FOOTER +++ */

/* FORM POPUP */
.form-popup-cloak {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.form-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 280px;
    min-height: 250px;
    padding: 20px 10px;
    margin: 0px;
    margin-top: -125px;
    margin-left: -150px;
    opacity: 1;
    background-color: #00a5dd;
    z-index: 1001;
    box-shadow: 0 1px 0 #006394;
}

.form-popup-close {
    display: inlineblock;
    position: absolute;
    width: auto;
    min-width: 100px;
    height: 30px;
    padding: 5px 10px;
    line-height: 20px;
    margin: 0px;
    top: -10px;
    right: -10px;
    background-color: #c40;
    border-width: 1px;
    border-style: solid;
    border-color: #707070;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    transition: all 0.1s ease-in-out;
}

.form-popup-close:hover {
    background-color: #f60;
    color: #fff;
}

@media(min-width: 768px) {
    .form-popup {
        width: 500px;
        margin-left: -250px;
    }
}

/* /FORM POPUP */

/*--------HEADING-TEXT--------*/
.heading-text {
    font-family: "Open Sans",sans-serif !important;
    font-size: 30px;
    color: #00a5dd;
    display: block;
    text-align: center;
    margin: 20px 0 20px;
}
/*--------/HEADING-TEXT--------*/
/*--------BLUE-ROW--------*/
.blue-row {
    background-color: #00a5dd;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}
.blue-row .heading-text{color: white}
.blue-row a {color: white}
 @media only screen and (min-width : 768px) {
    .heading-text:before, .heading-text:after{
        display: inline-block;
        content:" ";
        border-top: 1px solid;
        width: 70px;
        margin: 0 30px 10px;
     }
 }
/*--------/BLUE-ROW--------*/
/*----------- SLIDER----------------*/
.flexslider-hg .slide-thumbnail {
  height: auto !important;
}
.flexslider-hg {
  padding: 0;
  margin: 0 0 40px;
  border: 0;
  box-shadow: none;
}

.flex-direction-nav a {
  text-shadow: none;
  height: 50px;
}
/*----------- /SLIDER----------------*/
/*-----------MAIN SLIDER----------------*/
.flexslider-hg-style-none .flex-control-nav {
  display: none;
}
/*-----------/MAIN SLIDER----------------*/
/*----------MAIN-PRODUCTS------------*/
.main-product-box {
    background-color: white;
    color: #404040;
    display: block;
    font-family: Arial;
    overflow: hidden;
    position: relative;
    max-width: 400px;
    margin: 0 auto 20px;
}
.main-product-box a {
    color: #404040;
    display: block;
}
.main-product-img > img {
    display: block;
    margin-top: 110px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}
.main-product-logos {
    display: block;
    
    padding: 7px !important;
}
.main-product-desc {
    border-left: 1px solid #00a5dd;
    display: block;
    padding: 0 2px 0 7px!important;
    min-height: 145px;
}
.main-product-content {
    display: block;
    height: auto;
    position: absolute;
    top: 0;
    z-index: 2;
}
.main-product-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.main-product-text {
    display: block;
    font-size: 12px;
}
.main-product-readmore {
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
.main-product-box > a:hover {
    color: #000000;
}
.main-product-box > a:hover .main-product-img img {
    /*filter: grayscale(100%);
    opacity: 0.7;*/
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main-product-logo {
    margin-bottom: 10px;
    max-width: 130px;
    width: 100%
}
 @media only screen and (max-width : 992px) {

    }
/*----------/MAIN-PRODUCTS------------*/    
/*----------ADVANTAGE-icons-on-main-page----------*/
/*.fa.advantage {
  display: block !important;
  font-size: 70px;
  border: 1px solid;
  width: 110px;
  height: 110px;
  padding: 20px;
  margin: 0 auto 20px !important;
  border-radius: 50%;
  color: #00a5dd;
  font-weight: none;
  cursor: default;
}*/
.icons-row i.fa {
  color: #00a5dd;
  cursor: default;
  font-size: 36px;
  width: 80px;
  height: 80px;
  border: 2px solid #00a5dd;
  border-radius: 50%;
  padding: 20px;
  margin-bottom: 20px;
}
.icons-row {
  text-align: center;
}
.icons-row .icon-title {
  color: #00a5dd;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
/*----------/ADVANTAGE-icons-on-main-page----------*/
/*-----------HISTORY---------*/
/* ---- Timeline ---- */
.timeline-box {
  overflow-x: auto;
}
ol.timeline {
    position: relative;
    display: block;
    margin: 185px 20px 185px 80px;
    height: 4px;
    background: #00a5dd;
    min-width:1040px;
    

}
ol.timeline::after {
    content: "";
    position: absolute;
    top: -8px;
    display: block;
    width: 0;
    height: 0;
  border-radius: 10px;
    border: 10px solid #00a5dd;
}
ol.timeline::after {
    right: -10px;
    border: 10px solid transparent;
    border-right: 0;
    border-left: 20px solid #00a5dd;
  border-radius: 3px;
}
/* ---- Timeline elements ---- */
.timeline li {
    position: relative;
    top: -77px;
    display: inline-block;
    float: left;
    width: 110px;
    font: bold 14px arial;
}
.timeline li::before {
    content: "";
    position: absolute;
    top: 72px;
    left: -42px;
    display: block;
    width: 14px;
    height: 14px;
    border: 4px solid #00a5dd;
    border-radius: 10px;
    background: #ffffff;
}
/* ---- Details ---- */
.timeline .details {
    display: block;
    position: absolute;
    left: -105px;
    top: 110px;
    padding: 0px;
    font: 12px arial;
    background: #fff;
    width: 140px;
    display: block;
    
    
}
.timeline .details.top {
    top: -90px;
}
.timeline  .details::before {
    content: "";
    position: absolute;
    left: 60px;
    top: -9px;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #bbeeff;
    border-top: 0;
}
.timeline  .details.top::before {
    content: "";
    position: absolute;
    left: 60px;
    top: auto;
    bottom: -9px;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #bbeeff;
    border-bottom: 0;
}
.timeline  .year {
    display: block;
    padding: 15px;
    background-color: #00a5dd;
    height: 50px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}
.timeline  .detail {
    display: block;
    padding: 10px 5px;
    background: #bbeeff;
    color: #666666;
    height: 90px;
    text-align: center;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}
/* ---- Hover effects ---- */
.timeline  li:hover {
    cursor: pointer;
    color: #bbeeff;
}
.timeline  li:hover::before {
    width:17px;
    height:17px;
}
.timeline  li:hover .detail {
    color: #333333;
}
.timeline li:hover .year {
    background-color: #bbeeff;
    color: #666666
}   
/*
.timeline  li:hover .detail {
    display: block;
    background-color: #64d9ff;
}
.timeline  .details::before {
    border-color: #64d9ff;}*/
/*----------/HISTORY---------*/
/*----------NEWS-ON-MAIN-PAGE----------*/
ul.catlist {
  list-style: none !important;
  padding: 0;
}
ul.catlist li{
    margin-bottom:20px;
}
.catlist li img {
    float: left;
    border: 3px solid white;
    margin: 5px 10px 5px 3px;
}
.catlist .lcp_post {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.morelink {
    display: block;
    text-align: right;
    margin: 8px 0;
    font-size: 12px;
}
.morelink-all a {
    display: block;
    text-align: center;
    padding: 10px 0 5px;
    position: relative;
    clear: both;
    font-size: 18px;
    text-decoration: underline;
}
/*----------/NEWS-ON-MAIN-PAGE----------*/
/*----------Galery-ON-MAIN-PAGE----------*/
.galery-item {
    list-style: none !important;
    margin: 0;
    padding: 0;
    border: 1px solid white;
}
.galery-item img {
    width: 100% !important;
    height: auto !important;
}
/*----------/Galery-ON-MAIN-PAGE----------*/
/*----------Gallery-ON-NEWS-PAGES----------*/

ul.mini_gallery_images_list {
    list-style: none;
    padding: 0;
}
.mini_gallery_images_list li {
    width: 280px;
    float: left;
    padding: 5px;
    height: 210px;
    overflow: hidden;
}
.mini_gallery_images_list img {
    width: 100%;
    height: auto;
}
 @media (max-width: 400px) {
    .mini_gallery_images_list li {width:100% !important; height: auto;}
 }
/*----------/Gallery-ON-NEWS-PAGES----------*/
/*---------Recommendation-ON_PRODUCTS_PAGE----------*/
.recommendations{
    overflow: hidden;
    padding: 3%;
}
.recommendation img {
    width: 100%;
    max-width: 300px;
    border: 1px solid white;    
    -webkit-transition: all .2s linear;
    -moz-transition:    all .2s linear;
    -o-transition:      all .2s linear;
    -ms-transition:     all .2s linear;
    transition:         all .2s linear;
}
.recommendation img.rounded{border-radius: 60% 5px;}
.recommendation a{
    display: block;
    text-align: center;
    text-decoration: none;
}
.recommendation a:hover img{
    
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.recommendation a:hover {
    text-decoration: none;
}
.recommendation-label {
    margin: 15px 0 5px;
    padding: 5px 0;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #404040;
    
    -webkit-transition: all .2s linear;
    -moz-transition:    all .2s linear;
    -o-transition:      all .2s linear;
    -ms-transition:     all .2s linear;
    transition:         all .2s linear;
}
.recommendation a:hover .recommendation-label{
    color: #00a5dd;
}

/*---------/Recommendation-ON_PRODUCTS_PAGE----------*/

/* +++ POSTS - NEWS +++ */
.post-thumbnail {
    display: block;
    float: left;
    clear: left;
    max-width: 300px;
    margin: 5px 20px 5px 0px;
}

.post-thumbnail > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.post-thumbnail > a > img {
    width: 100%;
    height: auto;
}

.more-link {
    position: relative;
    display: block;
    float: right;
    width: auto;
    min-width: 100px;
    height: 30px;
    padding: 5px 10px;
    line-height: 20px;
    margin: 5px 5px;
    background-color: #00a5dd;
    border: none;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 4px 0 #0085bb;
    transition: all 0.1s ease-in-out;
}

.more-link:hover,
.more-link:focus {
    box-shadow: 0 2px 0 #0085bb;
    margin-top: 7px;
    margin-bottom: 3px;
    color: #fff;
    text-decoration: none;
}
/* +++ /POSTS - NEWS +++ */
/*---------CONTACT_PAGE----------*/
.contact-form {
    background-color: #00a5dd;
}
.contact-form .vc_column-inner {
    padding: 10px;
}
.contact-title {
    font-size: 24px;
    font-weight: bold;
    color: #00a5dd;
}
.contact-form .contact-title {
    color: white !important;
    margin: 0 0 5px 5px;
}
.working-days p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2px;
}
.working-days p span {
    min-width: 30px;
    display: inline-block;
}
.contact-data .contact-phone, .contact-data .contact-email, .contact-data .contact-adress {
    font-size: 18px;
    margin: 0 0 15px 0;
}
.contact-data i {
    color: #00a5dd;
    margin-right: 5px;
}
.contact-data a {
    color: #666666;
}
.contact-data a:hover {
    color: #00a5dd;
}
#contact-map{margin: 20px 0;} 
.contact-photo {
    padding: 5px;
}
.contact-photo img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
/*---------/CONTACT_PAGE----------*/
/*----------PRODUCT_PAGES---------*/
.anchor-margin:before {
    display: block;
    clear: both;
    content: "";
    height: 55px;
    margin: -55px 0 0;
}
.second-title {
  font-size: 24px;
  text-align: center;
  color: #00a5dd;
  font-weight: 400;
}
.gallery-col-top-padding {
  padding-top: 50px;
}
.text-col {
  text-align: justify;
}
/*----------/PRODUCT_PAGES---------*/
/*-----------SALES-----------------*/
.sale {
    margin-bottom: 20px;
}
.sale_title {
  font-size: 22px;
  text-align: center;
  margin: 10px;
  color: #00a5dd;
}
.sale_img img {
  width: 100%;
  display: block;
  max-width: 600px;
  margin: 10px 0;
  height: auto;
}
.sale_name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0;
}
.sale_text {
  text-align: justify;
}
.sale  .sales_call_us_link {float: left; margin-left: 0;}
.sale .sales_pdf_link {float: left; 
background-color: #d9534f;
border-color: #d43f3a;
box-shadow: 0 4px 0 #d43f3a;
min-width: 70px;
}
.sale .sales_pdf_link:hover {
    box-shadow: 0 2px 0 #d43f3a;
}

/*-----------/SALES-----------------*/

/* q-translate flags */
.qtranxs_widget ul { margin: 0; }
.qtranxs_widget ul li
{
display: inline; /* horizontal list, use "list-item" or other appropriate value for vertical list */
list-style-type: none; /* use "initial" or other to enable bullets */
margin: 0 5px 0 0; /* adjust spacing between items */
opacity: 0.5;
-o-transition: 1s ease opacity;
-moz-transition: 1s ease opacity;
-webkit-transition: 1s ease opacity;
transition: 1s ease opacity;
}
/* .qtranxs_widget ul li span { margin: 0 5px 0 0; } */ /* other way to control spacing */
.qtranxs_widget ul li.active { opacity: 0.8; }
.qtranxs_widget ul li:hover { opacity: 1; }
.qtranxs_widget img { box-shadow: none; vertical-align: middle; display: initial; }
.qtranxs_flag { height:12px; width:18px; display:block; }
.qtranxs_flag span { display:none; }
/* end q-translate flags */

/* +++ ACCESSORIES +++ */
.accessories-control-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: auto;
    height: 40px;
}

.accessories-control-button {
    display: inline-block;
    position: relative;
    width: auto;
    min-width: 150px;
    height: 30px;
    padding: 5px 10px;
    line-height: 20px;
    margin: 5px 5px;
    background-color: #00a5dd;
    border: none;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 4px 0 #0085bb;
    transition: all 0.1s ease-in-out;
}

.accessories-control-button:hover, 
.accessories-control-button:focus {
    box-shadow: 0 2px 0 #0085bb;
    margin-top: 7px;
    margin-bottom: 3px;
    text-decoration: none;
    color: #fff;
}

.accessories-control-button.accessories-control-button-active {
    box-shadow: 0 0px 0 #0085bb;
    margin-top: 9px;
    margin-bottom: 1px;
    text-decoration: none;
    color: #fff;
}

.accessories_formatted {
    display: none;
}

.accessories_formatted_visible {
    display: block;
}

/* +++ /ACCESSORIES +++ */

a.clicks_button {
    padding-left: 5px;
    padding-right: 5px;
    color: #00a5dd;
}

a.clicks_button:focus,
a.clicks_button:hover {
    color: #00a5dd;
    text-decoration: underline;
}
/*-----------TEXT----------*/
.text-img {
    width: 100%;
    max-width: 555px;
	height: auto;
    margin: 0 auto;
    display: block;
}
/*-----------vacancy----------*/
.vacancy{
    margin-bottom: 30px;
}
.vacancy_title{
    font-size: 22px;
    text-align: center;
    margin: 10px;
    color: #00a5dd;
}
.vacancy_text {
    text-align: justify;
    font-size: 14px;
}
.vacancy_text ul{
    list-style: none;
    padding: 0;
    font-weight: bold;
}
.vacancy_text ul li {
    margin: 5px 0 0 10px ;
}
.vacancy_text ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #00a5dd;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
}
.vacancy_email{
    text-align: center;
    margin: 20px 0 15px;
}
.vacancy_btn{
    text-align: center;
    display: block;
}
.vacancy hr{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.vacancy-header{
    text-align: center;
    font-size: 30px;
    margin: 0px 0 -20px 0;
    text-transform: none;
}
/*-----------/vacancy----------*/
/*-----------basseyn-accordion----------*/
.vc_tta.vc_general.basseyn-accordion .vc_tta-panel-body{
	padding-left: 0;
	padding-right: 0;
}
.basseyn-accordion .vc_general.vc_cta3{
	border: 0;
	padding: 10px;
}
.basseyn-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
	background-color: #ddd;
}
.basseyn-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
	border-width: 0;
}
.basseyn-accordion table > tbody > tr > td,
.basseyn-accordion table > tbody > tr > th{
	padding: 4px 0 4px;
	border-bottom: 1px solid #ddd;
}
.basseyn-accordion table > tbody > tr > th{
	font-weight: bold;
	padding-right: 4px;
}
.basseyn-accordion  header{
	text-align: center;	
}
.basseyn-accordion img{
	margin: 20px auto;
}
.basseyn-accordion .vc_cta3-actions-bottom {
  max-width: 330px;
  margin: 0 auto;
}
.call-to-action-basseyn .vc_general.vc_cta3.vc_cta3-style-custom.vc_cta3-shape-square.vc_cta3-align-left.vc_cta3-icon-size-md.vc_cta3-actions-bottom{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
      -webkit-transition: all .2s ease-in-out;
    -moz-transition:    all .2s ease-in-out;
    -o-transition:      all .2s ease-in-out;
    -ms-transition:     all .2s ease-in-out;
    transition:         all .2s ease-in-out;
}
.call-to-action-basseyn .vc_general.vc_cta3.vc_cta3-style-custom.vc_cta3-shape-square.vc_cta3-align-left.vc_cta3-icon-size-md.vc_cta3-actions-bottom:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.call-to-action-basseyn .vc_tta-panel-body {
  overflow: visible !important;;
}
/*-----------/basseyn-accordion----------*/
/*-----------spa-icon----------*/
.spa-icon {
  margin: 15px 0px 15px 45px;
  font-size: 15px;
  color: #959599;
  line-height: 18px;
  position: relative;
}
.spa-icon:after {
  content: '|';
  display: block;
  position: absolute;
  left: -13px;
  top: -2px;
  font-size: 1.2em;
}
.spa-icon:before {
  content: '';
  width: 30px;
  position: absolute;
  background: url('/wp-content/uploads/icons/people.jpg');
  left: -43px;
  height: 30px;
  background-size: contain;
  top: -5px;
}
.spa-icon.volume:before {
  background-image: url('/wp-content/uploads/icons/volume.jpg');
}
.spa-icon.size:before {
  background-image: url('/wp-content/uploads/icons/size.jpg');
}
.spa-icon.seat:before {
  background-image: url('/wp-content/uploads/icons/seat.jpg');
}
.spa-icon.lounger:before {
  background-image: url('/wp-content/uploads/icons/lounger.jpg');
}
.spa-icon.jet:before {
  background-image: url('/wp-content/uploads/icons/jet.jpg');
}
.spa-icon.weight:before {
  background-image: url('/wp-content/uploads/icons/weight.jpg');
}
.spa-icon.pump:before {
  background-image: url('/wp-content/uploads/icons/pump.jpg');
}
.spa-icon.main {
	font-weight: bold;
}
.spa-icon.main:after {
	font-weight: normal;
}
/*-----------/spa-icon----------*/
/*-----------colors-block----------*/
.colors-block .arrow-first, .colors-block .arrow-second{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.colors-block .arrow-first::before {
  content: '';
  width: 2px;
  height: 61%;
  display: block;
  background-color: #00a5dd;
  transform: rotate(-63deg);
  left: 19%;
  position: absolute;
  top: -12%;
}
.colors-block .arrow-first::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid #00a5dd;
  border-radius: 50%;
  top: 32%;
  right: 60%;
}
.colors-block .arrow-second::before {
  content: '';
  width: 2px;
  height: 72%;
  display: block;
  background-color: #00a5dd;
  transform: rotate(-148deg);
  left: 89%;
  position: absolute;
  top: -7%;
}
.colors-block .arrow-second::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid #00a5dd;
  border-radius: 50%;
  top: 59%;
  left: 74%;
  content: '';
  display: block;
}

.colors-block .color-example {
  width: 105px;
  height: 105px;
  margin: 0 0 5px 5px;
  float: right;
}
.colors-block .colors-block-title{
  font-weight: bold;
  text-align: right;
  font-size: 16px;
  margin-bottom: 10px;
}
.colors-block .right-col .colors-block-title{
  text-align: left;
}
.colors-block .right-col .color-example {
  margin: 0 5px 5px 0;
  float: left;
}
.colors-block .middle-col {
  overflow: hidden;
}
.colors-block .middle-col img{
  margin: 0 auto;	
}
@media(max-width: 1200px){
	.colors-block .color-example {
		width: 90px;
		height: 90px;
	}
}
@media(max-width: 991px){
	.colors-block .arrow-first::before {
	  height: 50%;
	  transform: none;
	  left: 39%;
	  top: -17%;
	}
	.colors-block .arrow-second::before {
	  height: 50%;
	  transform: none;
	  left: 74%;
	  top: 60%;
	}
	.colors-block .colors-block-title{
		text-align: left;
	}
	.colors-block .right-col .colors-block-title{
		text-align: right;
	}
	.colors-block .color-example{
		float:left;
	}
	.colors-block .right-col .color-example{
		float:right;
	}	
	.colors-block .color-example {
		margin: 0 5px 5px 0;
	}
}

/*-----------/colors-block----------*/

#site.bootstrapped .site-footer {
	margin: 0;
}