/*
 Theme Name:   anova
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.2.8
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/
/*@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);*/

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(assets/fonts/opensanshebrew-lightitalic-webfont.eot);
    src: url(assets/fonts/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
        url(assets/fonts/opensanshebrew-lightitalic-webfont.woff) format('woff'),
        url(assets/fonts/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(assets/fonts/opensanshebrew-light-webfont.eot);
    src: url(assets/fonts/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
        url(assets/fonts/opensanshebrew-light-webfont.woff) format('woff'),
        url(assets/fonts/opensanshebrew-light-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(assets/fonts/opensanshebrew-italic-webfont.eot);
    src: url(assets/fonts/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
        url(assets/fonts/opensanshebrew-italic-webfont.woff) format('woff'),
        url(assets/fonts/opensanshebrew-italic-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(assets/fonts/opensanshebrew-regular-webfont.eot);
    src: url(assets/fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
        url(assets/fonts/opensanshebrew-regular-webfont.woff) format('woff'),
        url(assets/fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(assets/fonts/opensanshebrew-bolditalic-webfont.eot);
    src: url(assets/fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
        url(assets/fonts/opensanshebrew-bolditalic-webfont.woff) format('woff'),
        url(assets/fonts/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(assets/fonts/opensanshebrew-bold-webfont.eot);
    src: url(assets/fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
        url(assets/fonts/opensanshebrew-bold-webfont.woff) format('woff'),
        url(assets/fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(assets/fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(assets/fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
        url(assets/fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
        url(assets/fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(assets/fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(assets/fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
        url(assets/fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
        url(assets/fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}

body:before {
    display: none;
}

body {
    direction: rtl;
    text-align: right;
    font-family: 'Open Sans Hebrew', serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Open Sans Hebrew', serif !important;
}

img {
    max-width: 100%;
}

button,
a {
    outline: 0;
}

.bottom .container {
    width: 1257px;
}

.container {
    position: relative;
    width: 1257px;
    max-width: 100%;
}

.container1 {
    position: relative;
    width: 1257px;
    max-width: 100%;
    margin: auto;
}

.postid-4226 .tags .product_tag:first-child,
.postid-4227 .tags .product_tag:first-child {
    display: none;
}

.logo-professional {
    width: 15%;
}

.logo-professional a {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 14px;
    color: #333 !important;
    transition: all 0.3s;
}

.logo-professional a:hover {
    color: #d44c4c !important;
}

html[lang="en-US"] .woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
html[lang="en-US"] .woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 42%;
}

html[lang="en-US"] .product_image {
    width: 25%;
}

/* Button to shop */
.button-to-shop {
    position: fixed;
    bottom: 13%;
    left: 0;
    z-index: 99;
    transition: all 0.5s;
    max-width: 139px;
}

.button-to-shop a {
    display: block;
    cursor: pointer;
}

.button-to-shop .tax-product_cat {
    bottom: 33%;
}

/* .home .button-to-shop a:active {
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);
    top: 1px;
  } */
/* .home .button-to-shop a:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 21px solid #811517;
    border-bottom: 20px solid #811517;
    border-left: 20px solid transparent;
    border-right: 20px solid #811517;
    position: absolute;
    opacity: 0.6;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s;
  } */
/* .home .button-to-shop a:hover:after{
    border-left: 0px solid transparent;
    border-right: 0px solid #811517;
  } */
/*landing page*/
.postid-14023 .container:nth-of-type(2) {
    width: 1920px;
    width: 100vw;
    padding: 0 !important;
}

.postid-14023 .container:nth-of-type(2) img {
    width: 100%;
    height: auto;
}

.postid-14023 .container:nth-of-type(2) .tip_content {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
}

.postid-14023 .container:nth-of-type(2) .tip_content p {
    margin-bottom: 0;
}

.postid-14023 .share_text_add_this {
    display: none;
}

.postid-14023 .post_bottom_div {
    display: none;
}

.postid-14023 .bread_inner {
    display: none;
}

.page-template-template-rev a.logo {
    display: none;
}

img.alignleft {
    float: left;
    margin-right: 4%;
    margin-bottom: 9px;
}

img.alignright {
    float: right;
    margin-left: 10px;
}

.twentyfifteen .t15wc {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.banner_for_article img {
    width: 100%;
}

.site-content {
    float: none;
    width: 100%;
    margin-left: 0;
}

.term-46 #content>div:nth-child(3)>div>a:nth-child(1) {
    /*display: none;*/
}

.term-406 #content>div:nth-child(3)>div>a:nth-child(6) {
    display: none;
}

.term-979 #content>div:nth-child(3)>div>a:nth-child(6) {
    display: none;
}

footer iframe {
    position: fixed;
    top: 15%;
    right: 15%;
    z-index: 9999;
}

.iframe_vid {
    width: 100%;
    height: 100%;
    background-color: #000000b5;
    position: fixed;
    top: 0;
    overflow: auto;
    z-index: 99999;
}

.iframe_vid div {
    height: 100%;
}

span.close {
    padding-bottom: 3px;
    position: absolute;
    top: 125px;
    background: white;
    right: 14%;
    z-index: 99999999 !important;
    border-radius: 50%;
    width: 1.1%;
    line-height: 20px;
}


.site {
    max-width: 100%;
}

.site-footer {
    float: none;
    box-shadow: none;
    width: 100%;
    margin-left: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

.nicescroll-cursors {
    width: 12px !important;
    background: #37b6c8 !important;
    background: red !important;
}

.nicescroll-rails {
    opacity: 1 !important;
    background: white;
    width: 13px !important;
}

.has_animate {
    opacity: 0;
}

.credit a span {
    color: #0d8ebf;
    font-weight: bold;
}

.credit {
    margin-top: 22px;
}

.animation {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.animation:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

a:hover:before,
input:hover:before,
div:hover:before {
    left: 0;
}

.header_fade.animated {
    transition-duration: 0.1s;
}

.what {
    height: 109px;
    background: #bfc3c8;
    text-align: center;
    color: white;
    line-height: 100px;
    font-size: 30px;
    direction: rtl;
}

.title {
    height: 83px;
    background: #1d1f5f;
    margin-top: 10px;
}

.category .title {
    height: auto;
    position: relative;
}

.title.child_cat {
    background: #1d1f5f;
    position: relative;
    width: 100%;
}

.page-id-4 .allCats .prod_cat:nth-child(2) h2 {
    color: #7db629;
}

.title.child_cat .container {
    position: relative;
}

.go_back {
    font-size: 17px;
    color: #000;
    background: #f3f5f7;
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    left: 22px;
    line-height: 19px;
    top: 22px;
    transition: all 0.4s;
    font-weight: bold;
}

.container.topPage {
    height: 53px;
}

.go_back.animation:before {
    background: #23527c;
}

.title h1 {
    margin: 0;
    color: white;
    text-align: center;
    line-height: 78px;
}

a.prod_cat {
    width: 33%;
    width: 24.7%;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
}

a.prod_cat.product {
    width: 25%;
    float: right;
}

.category_with_banner a.prod_cat.product {
    width: 33%;
    float: none;
}

.category_with_banner .allCats {
    text-align: center;
}

.category_with_banner .article-bottom .article-title,
.category_with_banner .article-bottom .article-excerpt {
    padding: 10px 10px 0;
}

.category_with_banner .article-bottom .article-link {
    border: 2px solid lightgrey;
    height: 315px;
}

.category_with_banner .article-bottom .article-image {
    float: left;
    width: 45%;
}

.category_with_banner .article-bottom .article-image .grow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    max-height: 311px;
    min-height: 311px
}

.category_with_banner .article-bottom .article-title {
    display: block !important;
    float: right;
    width: 55% !important;
}

.term-23 .allCats .category:nth-child(2) .inner_content .imageWarraper {
    border: 3px solid #7db629;
}

.term-23 .allCats .category:nth-child(2) .inner_content h2 {
    color: #7db629;
}

.inner_content {
    margin: auto;
}

.inner_content img {
    max-width: 172px;
}

a.prod_cat h2 {
    color: #37b6c8;
    font-weight: bold;
    font-weight: normal;
    background: transparent;
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 4px;
}

.items_sub_title p {
    display: inline-block;
    font-size: 19px;
}

.woocommerce div.product div.product_image img {
    width: auto;
    max-height: 420px;
    max-width: 100%;
    display: block;
    margin: auto;
    margin-right: 0;
}

.items_sub_title p::after {
    height: 2px;
    background: #37b6c8;
    content: "";
    bottom: 0;
    right: auto;
    left: auto;
    margin: auto;
    display: block;
    transition: all 0.5s;
    width: 0;
    margin-top: 6px;
}

a:hover .items_sub_title p::after {
    width: 129px;
}

.product_image {
    float: left;
    width: 32%;
    margin-top: 45px;
    text-align: right;
}

.tags {
    background: transparent;
    color: #37b6c8;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.tags .product_tag:first-child {
    order: 2;
}

.tags .product_tag:last-child .title {
    margin-top: 0;
    margin-bottom: 10px;
}

.tags .title {
    background: transparent;
    color: #1d1f5f;
    float: right;
    vertical-align: top;
    margin: 0;
    height: auto;
    margin-top: 10px;
    padding-right: 0;
}

.tags .product_tag:first-child .title {
    margin-top: 0;
}

.product_tag.clearfix {
    margin-top: 11px;
}

.variation_ajax {
    float: right;
    direction: rtl;
    cursor: pointer;
    color: #1d1f5f;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    display: inline-table;
}

.variation_ajax * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.variation_ajax img {
    max-width: 57px;
    /*-webkit-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.variation_ajax div {
    text-align: center;
    line-height: 16px;
    /*font-weight: bold;*/
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #eee;
    border-radius: 50%;
    position: absolute;
    width: 53px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 4px;
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    text-align: center;
}

.variation_ajax:hover img,
.variation_ajax.active img {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);

}

.variation_ajax:hover div,
.variation_ajax.active div {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    -webkit-transition-delay: 0.14s;
    -moz-transition-delay: 0.14s;
    transition-delay: 0.14s;
}

.variations_description {
    font-size: 16px;
    color: #1d1f5f;
}

.variation_ajax[data-type="pa_liter"].active:after,
.variation_ajax[data-type="pa_liter"]:hover:after {
    width: 20px;
}

.variation_ajax[data-type="pa_liter"]:after {
    height: 1px;
    background: #1d1f5f;
    content: "";
    bottom: -1px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    transition: all 0.5s;
    width: 0;
    position: absolute;
}

.tags * {
    padding: 0 2px;
}

.realated_product a h4:after {
    height: 2px;
    background: #37b6c8;
    content: "";
    bottom: 0;
    right: auto;
    left: auto;
    margin: auto;
    display: block;
    transition: all 0.5s;
    width: 0;
    margin-top: 6px;
}

.realated_product a:hover h4:after {
    width: 35%;
}

.summary.entry-summary {
    direction: rtl;
}

.hp_cats a.prod_cat {
    direction: rtl;
    width: 135px;
    width: 12%;
    opacity: 0;
    transition: all 0.8s;
}

a.prod_cat img {}

.hp_cats a.prod_cat.animated {
    opacity: 1;
}

.hp_cats a.prod_cat {
    transition-delay: 0s;
}

.hp_cats a.prod_cat:nth-child(2n) {
    transition-delay: 0.1s;
}

.hp_cats a.prod_cat:nth-child(3n) {
    transition-delay: 0.2s;
}

.hp_cats a.prod_cat:nth-child(4n) {
    transition-delay: 0.3s;
}

.hp_cats a.prod_cat:nth-child(5n) {
    transition-delay: 0.4s;
}

.hp_cats a.prod_cat:nth-child(6n) {
    transition-delay: 0.5s;
}

.hp_cats a.prod_cat:nth-child(7n) {
    transition-delay: 0.6s;
}

.hp_cats a.prod_cat:nth-child(8n) {
    transition-delay: 0.7s;
}

.hp_cats a.prod_cat:nth-child(9n) {
    transition-delay: 0.8s;
}

.what.hp {
    background: #37b6c8;
    display: none;
}

.hp_cats {
    padding: 50px 0;
}

.cycle-pager {
    position: absolute;
    bottom: 0;
    z-index: 999;
    right: 0;
    left: 0;
    text-align: center;
}

h2 {
    background: #afc1c9;
    color: #fff;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    padding: 30px 0;
    margin-bottom: 0px;
    margin-top: 0;
}

.trainnig .text {
    background: #afc1c9;
    color: #fff;
    font-size: 27px;
    line-height: 43px;
    text-align: center;
    padding: 30px 0;
    direction: rtl;
    text-align: center;
    margin-top: 3px;
}

.trainnig .text div {
    max-width: 1000px;
    width: 100%;
}

.another_videos {
    text-align: center;
    background: #afc1c9;
    padding: 10px 0;
    height: 216px;
}

.another_videos .container .videos {
    transition: margin-right 0.5s;
}

.another_videos .container .videos.animated {
    opacity: 1;
    margin-right: 0;
}

.fb_iframe_widget {
    vertical-align: top;
}

div.forum {
    background: transparent;
    color: black;
    float: left;
    vertical-align: top;
    width: 100%;
}

.forum h2 {
    background: #37b6c8;
    border-bottom: 3px solid;
}

.forum .image {
    float: right;
    margin-left: 10%;
}

.forum_text {
    font-size: 25.5px;
    line-height: 35px;
    text-align: right;
    margin-top: 10px;
    color: #1d1f5f;
    clear: both;
}

.forum .image {
    margin-top: -79px;
    text-align: center;
}

.allCats a.prod_cat h2 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.forum a.link {
    font-size: 20px;
    padding: 0px 17px 0 32px;
    display: block;
    float: none;
    max-width: 145px;
    height: 44px;
    line-height: 43px;
    background-position: 12% 47%;
}

.online {
    background: #ebf0f5;
    color: #37b6c8;
}

.online h2 {
    background: #ebf0f5;
    color: #37b6c8;
    border-bottom: 3px solid;
}

.shops div {
    display: inline-block;
    margin: 0 5%;
    text-align: center;
}

.shops {
    direction: rtl;
    padding: 50px 0;
    text-align: center;
}

.shops img {
    display: block;
}

.single .shops img {
    border-radius: 50%;
    border: 1px solid #d6d4d4;
}

.shops span {
    display: inline-block;
    color: #fff;
    padding: 8px 12px 8px 28px;
    margin-top: 20px;
    background: #37b6c8 url(assets/images/button_arrow.png) 9% 50% no-repeat;
    font-size: 20px;
    font-weight: bold;
}

.facebook {
    background: white;
    padding-bottom: 50px;
}

.left {
    float: left;
    width: 50%;
}

.right {
    /*float: left;*/
    /*display: inline-block;*/
    position: relative;
}

.fb_iframe_widget {
    float: left;
}

.facebook .right {
    position: relative;
    width: 500px;
    display: inline-block;
    float: right;
}

.facebook h2 {
    background: white;
    color: #1d1f5f;
    border-bottom: 4px solid #1d1f5f;
    margin-bottom: 50px;
}

.forum.animated * {
    opacity: 1;
    transition: all 1.5s;
}

.another_videos .container {
    /*width: 1290px;*/
    /* padding: 0; */
}

.videos a.video.fancybox {
    display: inline-block;
    width: 18%;
    margin-right: 1%;
    margin-right: 10px;
}

.videos .slick-arrow {
    position: absolute;
    left: -31px;
    top: 37%;
    transform: translate(0, -37%);
    font-size: 0;
    border: 0;
    background: transparent;
    /*width: 21px;*/
    /*height: 47px;*/
    width: 12px;
    height: 32px;
    background-position: center;
    background-image: url(assets/images/hp_arrow_left.png);
}

div#wpvq-general-results {
    width: 100%;
}

.big_video.slick-slider button,
.main_slider.slick-slider button {
    font-size: 0;
    /*width: 13px;*/
    /*height: 13px;*/
    /*padding: 0;*/
    /*border-radius: 50%;*/
    /*border: 0;*/
    /*background: #a8a9aa;*/
    /*margin: 0 7px;*/
    /*margin-bottom: 20px;*/
    background: transparent;
    border: 0;
    width: 20px;
    height: 47px;
    background-image: url(assets/images/second_right.png);
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
}

.big_video.slick-slider button.slick-next,
.main_slider.slick-slider button.slick-next {
    left: 18px;
    right: auto;
    background-image: url(assets/images/second_left.png);
}

.main_slider.slick-slider button {
    background-image: url(assets/images/big_right.png);
}

.main_slider.slick-slider button.slick-next {
    background-image: url(assets/images/big_left.png);
}

.big_video.slick-slider ul.slick-dots,
.main_slider.slick-slider ul.slick-dots {
    padding-right: 0;
    position: absolute;
    bottom: 0;
    width: 20px;
    right: auto;
    left: auto;
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
}

.big_video.slick-slider ul.slick-dots li,
.main_slider.slick-slider ul.slick-dots li {
    display: inline-block;
}

.big_video.slick-slider .slick-active button,
.main_slider.slick-slider .slick-active button {
    background: #ee2a2e;
}

.videos .slick-arrow.slick-next {
    right: -21px;
    left: auto;
    background-image: url(assets/images/hp_arrow_right.png);
}

.videos a.video.fancybox span {
    color: white;
    font-size: 17px;
    margin-top: 8px;
    display: inline-block;
}

.video img {
    width: 100%;
}

a.link {
    display: inline-block;
    float: left;
    color: #fff;
    padding: 8px 32px;
    background: #363a6f url(assets/images/button_arrow.png) 5% 50% no-repeat;
    font-weight: bold;
    margin-top: 11px;
    font-size: 20px;
    padding-right: 13px;
}

.allCats .category .inner_content .imageWarraper {
    width: 220px;
    height: 220px;
    border: 3px solid #37b6c8;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    display: block;
    margin: auto;
}

.allCats a.prod_cat h2 {
    padding-top: 20px;
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 0;
}

.allCats a.prod_cat.product h2 {
    font-size: 25px;
}

.allCats a.prod_cat {
    margin-top: 40px;
    text-decoration: none;
    color: black;
    font-size: 17px;
}

.allCats a.prod_cat.product {
    height: 370px;
    height: 380px;
}

.allCats.hp_cats .category .inner_content .imageWarraper {
    border: 0;
    width: auto;
    height: 82px;
}

.allCats.hp_cats a.prod_cat {
    margin-top: 0;
    vertical-align: top;
}

.hp_cats.allCats .container {
    z-index: 9;
}

h1.product_title.entry-title {
    font-size: 42px;
    font-weight: 700;
    text-align: right;
    max-width: 375px;
    /*max-width: 250px;*/
    padding-bottom: 12px;
    color: #1d1f5f;
    margin-bottom: 8px;
    border-bottom: 0;
    line-height: 47px;
    margin-top: 50px !important;
    background: transparent;
}

.postid-16683 h1.product_title.entry-title,
.postid-16674 h1.product_title.entry-title {
    max-width: 427px;
}

.postid-16683 .product .summary.entry-summary h2,
.postid-16674 .product .summary.entry-summary h2 {
    max-width: 422px;
}

.variations_description ul {
    padding-right: 17px;
}

.items_sub_title br,
.product .summary.entry-summary h2 p br {
    display: none;
}

.product .items_sub_title br {
    display: block;
}

.product .summary.entry-summary h2 {
    color: #1d1f5f;
    font-size: 30px;
    font-weight: 700;
    text-align: right;
    padding: 7px 0;
    border-top: 3px solid #1d1f5f;
    border-bottom: 3px solid #1d1f5f;
    /*max-width: 250px;*/
    max-width: 375px;
    line-height: 34px;
    margin-bottom: 20px;
    background: transparent;
    padding-bottom: 9px;
}

.product .woocommerce-variation-description p {
    color: #1d1f5f;
    font-size: 15.77px;
    font-weight: 400;
    line-height: 21.663px;
}

.good_advice h2 {
    background: transparent;
    line-height: 20px;
    float: none !important;
    font-weight: normal;
}

.realated_product .title {
    margin-bottom: 47px;
}

.good_advice .title {
    margin-bottom: 47px;
    float: none !important;
}

/*.good_advice .container * {*/
/*float: right;*/
/*}*/
.good_advice .container img {
    margin-left: 6%;
}

.good_advice .container h3 {
    font-size: 27px;
    color: #1d1f5f;
    margin-top: 0;
}

.good_advice .container p {
    font-size: 20px;
    color: #1d1f5f;
    line-height: 25px;
}

.good_advice .container .text {
    max-width: 384px;
}

.good_advice .container a {
    float: left;
    clear: both;
    display: block;
    background: #1db6c1;
    color: white;
    font-size: 22px;
    padding: 5px 10px 7px 25px;
    background-image: url(assets/images/button_arrow.png);
    background-repeat: no-repeat;
    background-position: 9px center;
}

.post_tip {
    border: 1px solid #c3c1c1;
    padding: 10px;
    text-align: justify;
    margin: 0 10px;
    max-height: 207px;
    height: 165px;
}

.good_advice .slick-arrow {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0;
    border: 0;
    width: 12px;
    height: 32px;
    background: none;
    background-image: url(assets/images/arrow_right.png);
}

.all_cat_tips {
    margin-bottom: 33px !important;
}

.good_advice .slick-arrow.slick-prev {
    background-image: url(assets/images/arrow_left.png);
    right: auto;
    left: -24px;
}

/*.good_advice .slick-track{*/
/*display: flex;*/
/*}*/
.single .online {
    background: transparent;
}

.single .online h2 {
    line-height: 76px;
    background: #1d1f5f;
    margin-top: 10px;
    color: white;
    padding: 0;
    font-weight: normal;
    padding-bottom: 7px;
}

.allCats .category .inner_content .imageWarraper img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
    max-width: 100%;
}

a.tobuy {
    background: #1db6c1 url(assets/images/button_arrow.png) 21% 50% no-repeat;
    color: #fff;
    padding: 10px 19px;
    font-size: 19px;
    font-weight: bold;
    margin-top: 22px;
    padding-left: 33px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
    padding-right: 28px;
    max-width: 100%;
}

.home .allCats .category .inner_content .imageWarraper img {
    max-width: 125%;
    margin-right: -10%;
}

.allCats .category .inner_content .imageWarraper img.hover {
    opacity: 0;
}

.allCats .category .inner_content:hover .imageWarraper img.hover {
    opacity: 1;
}

.allCats .category.child .inner_content:hover .imageWarraper img.hover {
    opacity: 0.6;
}

.allCats .category .inner_content:hover .imageWarraper img {
    opacity: 0;
}

.realated_product a img {
    max-height: 100px;
    max-height: 167px;
    margin: auto;
}

.realated_product a {
    display: inline-block;
    text-align: center;
    padding-top: 35px;
    position: relative;
}

.realated_product h2 {
    background: transparent;
    line-height: 18px;
    font-weight: normal;
}

.realated_product button {
    font-size: 0;
    border: 0;
    background: transparent;
    width: 12px;
    height: 32px;
    background-image: url(assets/images/arrow_right.png);
    position: absolute;
    top: 37%;
    right: 0;
}

.realated_product {
    margin-top: 38px;
}

.product_page_image h2 {
    padding: 0;
    line-height: 71px;
    padding-bottom: 5px;
}

a.animation.more_videos {
    background: #1db6c1 url(assets/images/button_arrow.png) 6% 50% no-repeat;
    color: #fff;
    padding: 8px 19px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 22px;
    padding-left: 33px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 14px;
    left: 29px;
}

.product_page_image {
    position: relative;
}

.product_page_image h2 {
    background: #1d1f5f;
    font-weight: normal;
}

.realated_product button.slick-prev {
    left: 0;
    right: auto;
    background-image: url(assets/images/arrow_left.png);
}

.smaller {
    /*max-width: 814px;*/
    /*margin: auto;*/
}

.realated_product a h4 {
    color: #37b6c8;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

footer#colophon {
    /*height: 250px;*/
    background: #f2f2f2;
    /*margin-top: 80px;*/
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
}

a.logo {
    position: absolute;
    top: -46px;
}

.navbar-nav {
    float: right;
    padding-right: 163px;
}

.product .summary.entry-summary h2 p {
    margin-bottom: 1px;
}

.nav ul {}

.navbar-nav li {
    float: right;
    border-left: 2px solid #fff;
    height: 62px;
    position: static;
    max-width: 170px;
    text-align: center;
}

.navbar-default .navbar-nav li a {
    /*padding: 21px 26px;*/
    /*color: #000;*/
    /*font-size: 21px;*/
    /*transition: all 0.5s;*/
    padding: 16px 10px;
    color: #000;
    font-size: 21px;
    transition: all 0.1s;
}

.side_cats {
    float: right;
    width: 23%;
    /*margin-left: 10%;*/
}

.navbar-default .navbar-nav li.small a {
    font-size: 18px;
    padding-top: 11.2px;
    padding-bottom: 11.1px;
    font-weight: normal;
}

.side_cats ul {
    padding-right: 0;
    list-style: none;
    max-width: 160px;
    /*-webkit-box-shadow: 0px -1px 5px 0px rgba(163,160,163,1);*/
    /*-moz-box-shadow: 0px -1px 5px 0px rgba(163,160,163,1);*/
    /*box-shadow: 0px -1px 13px 0px rgba(163, 160, 163, 0.19);*/
}

.more_links {
    position: absolute;
    /*left: 13px;*/
    left: -220px;
    top: 0;
}

.more_links img {
    max-height: 54px;
}

.more_links a {
    display: inline-block;
    background: #37b6c8;
    /*padding: 4px 15.9px;*/
    padding: 4px 7.9px;
    float: right;
    border-left: 2px solid white;
    transition: all 0.5s;
}

.more_links a:hover {
    background-color: #1d1f5f;
}

.bottom .container {
    position: relative;
}



.navbar-default .navbar-nav li.current-product_cat-ancestor a,
.navbar-default .navbar-nav li.current-product-ancestor a,
.navbar-default .navbar-nav li.current-menu-parent>a,
.navbar-default .navbar-nav li.current-menu-parent .current-menu-item a,
.navbar-default .navbar-nav li.current-menu-parent a:hover,
.navbar-default .navbar-nav .sub-menu li:hover,
.navbar-default .navbar-nav li.current-category-ancestor>a,
.navbar-default .navbar-nav li.current-post-ancestor>a {
    text-decoration: none;
    background-color: #1d1f5f;
    color: #fff !important;
}

.navbar-default .navbar-nav li.current-menu-item,
.navbar-default .navbar-nav li:hover {
    background-color: #1d1f5f;
    color: #fff;
}

.navbar-default .navbar-nav li.current-menu-item a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
    text-decoration: none;
    color: #fff !important;
}

.navbar-default .navbar-nav li.current-menu-item

/*.navbar-nav>li:hover  */
    {
    background-color: #1d1f5f;
}

.navbar-default .navbar-nav .sub-menu li:hover a {
    background: transparent;
    color: #ffffff;
}

ul.sub-menu {
    list-style: none;
    padding-right: 0;
    /*background: white;*/
    position: relative;
    /*top: 131px;*/
    top: 62px;
    /*border-bottom: 3px solid #1d1f5f;*/
    /*position: absolute;*/
    padding-top: 11px;
    padding-bottom: 100px;
    background: transparent;
}

ul.sub-menu::before {
    content: "";
    background: white;
    width: 101.1%;
    height: 14px;
    position: absolute;
    right: -1%;
    height: 44px;
    top: 0;
    z-index: -1;
}

ul.sub-menu::after {
    content: " ";
    height: 3px;
    background: #1d1f5f;
    position: absolute;
    right: -3px;
    transition: all 0.5s;
    width: 100.5%;
    top: 42px;
}

ul.sub-menu.enter::after {
    width: 100%;
    transition: all 0.5s;
}

ul.sub-menu li {
    /*display: inline-block;*/
    height: auto;
    /*padding: 11px 0;*/
    /*border-left: 2px solid #fff;*/
    /*border-left: 2px solid #1d1f5f;*/
    background: white;
    float: right;
}

ul.sub-menu li:first-child {
    margin-right: -3px;
}

ul.sub-menu li a {
    color: #1d1f5f;
    font-weight: bold;
    /* padding: 0 10px; */
    padding-left: 17.5px;
    width: auto;
    padding-right: 17.5px;
    /*border-left: 2px solid #1d1f5f;*/
    font-size: 16.5px;
    transition: all 0.5s;
    background: white;
}

ul.sub-menu li:last-child {
    border-left: none;
}

ul.sub-menu li:last-child a {
    border: 0;
}

li .sub-menu {
    display: none;
}

li.open_y .sub-menu {
    display: block;
}

.top {
    background: white;
    text-align: left;
    padding: 1px 0 2px 0;
}

.side_cats li {
    padding: 10px 15px;
    color: #37b6c8;
    font-size: 19.97px;
    font-weight: 400;
    line-height: 32.656px;
    text-align: center;
    transform: scaleY(1.0013);
    border-bottom: 1px solid #e8ecf0;
    transition: all 0.5s;
}

.bottom {
    background: #f3f5f7;
}

.side_cats li a {
    color: #37b6c8;
    font-size: 19.97px;
    font-weight: 400;
    text-align: center;
}

.side_cats li.active a {
    color: #1d1f5f;
}

.side_cats li:after {
    height: 2px;
    background: #1d1f5f;
    content: "";
    bottom: -1px;
    right: 0;
    left: auto;
    margin: auto;
    display: block;
    transition: all 0.5s;
    width: 0;
    position: absolute;
}

.side_cats li:hover:after,
.side_cats li.active:after {
    width: 100%;
}

.side_cats li.active,
.side_cats li:hover {
    color: #1d1f5f;
    font-weight: bold;
    /*border-bottom: 2px solid #1d1f5f;*/
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    /*width: 43%;*/
    width: 45%;
}

.woocommerce .woocommerce-breadcrumb {
    padding-right: 187px;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #999;
}

.navbar-static-top {
    margin-bottom: 0;
}

.what img {
    float: right;
}

.what form {
    float: left;
    position: relative;
    width: 47%;
}

.what input[type=text] {
    border: 0;
    outline: 0;
    border-radius: 50px;
    width: 98%;
    height: 62px;
    padding: 5px 8px 7px 1px;
    background: white;
    color: #949698;
    padding-right: 3%;
}

.assistive-text {
    display: none;
}

.what form input[type=submit] {

    position: absolute;
    top: 24px;
    left: 7px;
    background-color: transparent;
    background-image: url(assets/images/search.png);
    border: 0;
    font-size: 0;
    height: 53px;
    width: 53px;
    padding: 0;
}

header input::-webkit-input-placeholder {
    color: #949698 !important;
    font-size: 26px;
}

header input:-moz-placeholder {
    /* Firefox 18- */
    color: #949698 !important;
    font-size: 26px;
}

header input::-moz-placeholder {
    /* Firefox 19+ */
    color: #949698 !important;
    font-size: 26px;
}

header input:-ms-input-placeholder {
    color: #949698 !important;
    font-size: 26px;
}

p#breadcrumbs {
    padding-right: 177px;
    margin-top: 13px;
    margin-bottom: 13px;
    max-width: 1157px;
    margin: auto;
    text-align: left;
    margin-bottom: 17px;
    margin-top: 35px;
    margin-top: 23px;
}

p#breadcrumbs span,
p#breadcrumbs a {
    color: #999;
    position: relative;
}

a.product.prod_cat img {
    opacity: 0;
    max-height: 100%;
    max-height: 200px;
    background: white;
    transition: all 0.5s;
}

a.product.prod_cat img.in {
    opacity: 1;
}

a.product.prod_cat {
    max-height: 100%;
}

a.product.prod_cat .imageWarraper {
    background-image: url(assets/images/ripple.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 57px;
    min-height: 200px;
    /*display: inline-block;*/
    position: relative;
    width: 100%;
}

a.product .inner_content .imageWarraper {
    width: auto;
}

.cycle-pager span {
    font-size: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #a8a9aa;
    display: inline-block;
    margin: 0 7px;
    margin-bottom: 20px;
    cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
    background: #ee2a2e;
}

.home footer#colophon {
    margin-top: 0;
}

.newsletter {
    text-align: center;
    padding: 40px 0;
    text-align: center;
    color: #363a6f;
    font-size: 30px;
    padding: 40px 0;
}

.newsletter-title {
    color: #1d1f5f;
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
}

.popup .thankyou {
    font-size: 38px;
    margin-bottom: 47px;
}

.newsletter input[type="text"] {
    margin: 0px 20px;
    border: 1px solid #1d1f5f;
    padding: 11px 10px;
    vertical-align: top;
    width: 232px;
    font-size: 16px;
}

/*.breadcrumb_last{*/
/*display: none;*/
/*}*/
/*p#breadcrumbs span:last-child::after {*/
/*content: "";*/
/*position: absolute;*/
/*left: 0;*/
/*width: 10px;*/
/*height: 10px;*/
/*background: white;*/
/*top: 5px;*/
/*}*/
.have_more {
    /*display: block!important;*/
    margin-top: -4px;
}

.have_more .more_text {
    font-size: 14px;
    position: relative;
}

.have_more .more_text::after {
    content: ">";
    position: absolute;
    left: -13px;
    top: 0px;
    transition: all 0.5s;
}

.have_more.active .more_text::after {
    transform: rotate(90deg);
}

.have_more .icons {
    opacity: 0;
    transition: all 0.5s;
    padding: 0 27px;
}

.have_more .icons.icons_in {
    opacity: 1;
}

.have_more img {
    max-width: 100%;
}

.have_more .variation_ajax {
    float: none;
    display: inline-block;
}

.year {
    position: absolute;
    top: 7px;
    left: 42px;
    width: 77px;
}

a.send_tip {
    background: transparent;
    text-align: right;
    background: #1d1f5f;
    font-size: 21px;
    width: 150px;
    text-align: center;
    padding: 0;
    line-height: 36px;
    font-weight: bold;
    cursor: pointer;
}

.year img {
    opacity: 1 !important;
    max-width: 100%;
}

a.product.prod_cat .have_more img {
    background: transparent;
    max-width: 46px !important;
}

a.product.prod_cat .have_more .variation_ajax div {
    right: 0px;
    width: 46px;
    font-size: 14px;
}

.newsletter input[type="submit"] {
    background: #1d1f5f url(assets/images/button_arrow.png) 9% 50% no-repeat;
    border: 0;
    padding: 9px 10px;
    padding-left: 24px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    vertical-align: top;
    margin-right: 20px;
}

/*.archive.category #breadcrumbs{*/
/*margin-top: 51px;*/
/*}*/
.mainSlider div {
    width: 100%;
}

.mainSlider .container {
    width: 1257px;
    padding: 0;
}

.newsletter input::-webkit-input-placeholder {
    color: #1d1f5f !important;
    font-size: 16px !important;
    line-height: 19px !important;
    top: 0px !important;
}

.newsletter input:-moz-placeholder {
    /* Firefox 18- */
    color: #1d1f5f !important;
    font-size: 16px !important;
    line-height: 19px !important;
    top: 0px !important;
}

.newsletter input::-moz-placeholder {
    /* Firefox 19+ */
    color: #1d1f5f !important;
    font-size: 16px !important;
    line-height: 19px !important;
    top: 0px !important;
}

.newsletter input:-ms-input-placeholder {
    color: #1d1f5f !important;
    font-size: 16px !important;
    line-height: 19px !important;
    top: 0px !important;
}

h2.product_category_title {
    margin: 0;
    color: white;
    text-align: center;
    line-height: 78px;
    padding: 0;
    background: transparent;
    font-weight: normal;
    font-size: 36px;
}

.title.inner_title {
    margin-top: 27px;
}

.all_tips .tip {
    width: 32.8%;
    float: right;
    margin-bottom: 50px;
    margin-bottom: 20px;
    text-align: right;
    padding: 0 3%;
    direction: rtl;
    /*max-height: 476px;*/
}

.all_tips .tip h2 {
    font-size: 30px;
    color: #1d1f5f;
    background: transparent;
    text-align: right;
    padding-bottom: 6px;
    padding-top: 45px;
    line-height: 35px;
}

.blog_img {
    width: 21%;
    float: right;
    margin-left: 15px;
}

.category-1048 p {
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 35px;
    color: #1d1f5f;
    margin-top: -25px;
}

.category-1048 a.sub_cat p {
    text-align: justify;
    padding: 0 9%;
}

.all_tips .container.inner {
    margin-bottom: 51px;
    margin-top: 34px;
}

.container.grid {
    width: 1179px;
    padding: 0 0.5%;
    max-width: 100%;
}

.online {
    background: #ebf0f5;
    color: #37b6c8;
    margin-top: 45px;
}

.border {
    width: 100%;
    height: 2px;
    /* border-bottom: 2px solid #1d1f5f; */
    background: #1d1f5f;
    margin-top: 31px;
    margin-top: 4px;
    margin-bottom: 20px;
}

a.product.prod_cat .imageWarraper.low_image {
    min-height: 100px;
}

p.share_text_add_this {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 3px;
}

.search .border {
    margin-top: 14px;
}

.all_tips.clearfix .tip h2 {
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 28px;
    letter-spacing: -0.5px;
    height: 65px;
    display: flex;
    align-items: center;
}

.special_item {
    margin-bottom: 9px;
}

.all_tips .tip p {
    font-size: 20px;
    color: #1d1f5f;
    line-height: 24px;
    font-weight: normal;
    height: 96px;
}

.tip a {
    font-size: 20px;
    font-weight: bold;
    color: #37b6c8;
}

.tip a.facebook {
    float: left;
    margin-top: -9px;
    padding-bottom: 0;
    width: 40px;
    height: 40px;
}

.all_tips.clearfix h2 {
    background: transparent;
    color: #1d1f5f;
    padding: 0;
    margin: 0;
    margin-top: 34px;
    font-size: 30px;
    line-height: 22px;
    margin-bottom: 35px;
}

.all_tips.clearfix .inner p {
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 3px;
    color: #1d1f5f;
    /*margin-top: 30px;*/
}

.single .catava_title {
    max-width: 1226px;
    margin: auto;
    top: 0;
    position: relative;
    margin-top: 63px;
    margin-bottom: 54px;
}

.tip a:hover {
    text-decoration: none;
}

.all_tips .tip:nth-child(3) {
    margin-left: 0;
}

/*.tip_content img.alignleft {*/
/*float: left;*/
/*margin-right: 4%;*/
/*}*/
.tip_content {
    font-size: 19px;
    color: #1d1f5f;
    line-height: 22px;
}

.single .tip_content {
    width: 750px;
    max-width: 90%;
    margin: auto;
    position: relative;
    /*overflow: auto;*/
}

.single .tip_content p,
.single .tip_content strong {
    line-height: 24px;
}

.single .tip_content .wrapper-special-design .wrap-block {
    float: right;
    text-align: center;
    margin-bottom: 36px;
}

.single .tip_content .wrapper-special-design .wrap-block a {
    display: block;
    text-decoration-line: none;
}

.single .tip_content .wrapper-special-design .wrap-block a:hover img,
.single .tip_content .wrapper-special-design .wrap-block a:focus img {
    opacity: 0.5;
}

.single .tip_content .wrapper-special-design .wrap-block a:focus {
    margin-bottom: 0;
}

.single .tip_content .wrapper-special-design .wrap-block .wrap-image {}

.single .tip_content .wrapper-special-design .wrap-block .wrap-image img {
    border-radius: 50%;
    border: 3px solid #00b9cb;
    transition: all 0.6s;
}

.single .tip_content .wrapper-special-design .wrap-block h2 {
    color: #00b9cb;
    font-size: 18px;
    text-align: center;
    margin: 15px 0 0 0;
}

.single .wrapper-popup-single .popup {
    /*position: fixed;*/
    /*background: rgba(0,0,0,0);*/
}

.single .wrapper-popup-single .popup.in {}

.single .wrapper-popup-single .popup .inner {
    max-width: 500px;
    top: 36%;
    /*border: 1px solid #1f1b63;*/
}

.single .wrapper-popup-single .popup .close {
    width: 100%;
    float: none;
    line-height: 49px;
    padding-right: 12px;
}

.single .wrapper-popup-single .popup a.close {
    /*width: 22px;*/
    /*height: 22px;*/
    /*line-height: 0.8;*/
    /*padding-right: 0;*/
    /*opacity: 1;*/
    /*display: block;*/
    /*margin-top: -10px;*/
    /*margin-right: -10px;*/
    /*background: #fff;*/
    /*text-align: center;*/
    /*border-radius: 50%;*/
    /*border: 1px solid #1f1b63;*/
}

.single .wrapper-popup-single .popup .inner .content {
    padding: 0 45px 25px 45px;
    text-align: right;
}

.single .wrapper-popup-single .popup h2 {
    background: transparent;
    color: #00b9cb;
    font-size: 17px;
    text-align: right;
    padding: 0 0 10px 0;
}

.single .wrapper-popup-single .popup .text,
.single .wrapper-popup-single .popup p {
    font-size: 17px;
    color: #1f1b63;
    text-align: right;
    max-width: 470px;
    margin: auto;
    margin-bottom: 0px;
}

.single .wrapper-popup-single .popup .related-products h2 {
    padding: 22px 0 10px 0;
}

.single .wrapper-popup-single .popup .related-products a {
    color: #1f1b63;
    font-size: 17px;
    margin-left: 5px;
    display: inline-block;
    text-decoration-line: underline;
}

.single .wrapper-popup-single .popup .related-products a br {
    display: none;
}

.single .wrapper-popup-single .popup .related-products a:hover,
.single .wrapper-popup-single .popup .related-products a:focus {
    color: #00b9cb;
}

.bread_inner {
    width: 750px;
    max-width: 90%;
    margin: auto;
}

.tip_content a.more_posts {
    float: left;
    clear: both;
    background: #1db6c1;
    /*background: #1db6c1 url(assets/images/button_arrow.png) 5% 50% no-repeat;*/
    color: #fff;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: bold;
    float: left;
    /*margin-top: -35px;*/
    /*padding-left: 33px;*/
    text-decoration: none;
}

.post_bottom_div {
    /* position: relative; */
    overflow: auto;
}

.tip_container h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    padding: 30px 0;
    border-bottom: 3px solid;
    color: #1d1f5f;
}

.all_links a {
    width: 19.5%;
    display: inline-block;
    margin: 0 3%;
}

.all_links {
    text-align: center;
}

.all_links a h2 {
    background: transparent;
    color: #2ab5c6;
    font-size: 30px;
    padding-bottom: 0;
    padding-top: 4px;
}

.all_links a h2,
.all_links a {
    background: transparent;
    padding-bottom: 0;
    padding-top: 4px;
    color: #37b6c8;
    font-weight: bold;
    font-size: 20px;
}

.all_links {
    margin: 50px 0 50px 0;
}

.page-template-template-videos .title {
    background: #37b6c8;
    margin-bottom: 10px;
}

.video_text {
    background: #afc1c9;
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 40px;
    line-height: 25px;
}

.contact_page .what {
    color: #444;
    font-size: 45px;
    font-weight: bold;
}

.contact_page .what span {
    color: white;
    font-size: 35px;
    font-weight: 200;
}

.contact_page .content {
    padding: 7px 0 37px 0;
    font-size: 20px;
    line-height: 22px;
}

.content.container {
    max-width: 750px;
}

.contact_page .content strong {
    color: #1d1f5f;
}

.contact_page .content p {
    margin-top: 28px;
    line-height: 28px;
}

.contact_page .title {
    background: #37b6c8;
    color: #fff;
    padding: 20px 0;
    font-size: 40px;
    font-weight: bold;
    height: auto;
    margin-bottom: 60px;
}

.contact_page .title h1 {
    line-height: 44px;
    font-weight: bold;
}

.contact_page form#form {
    float: right;
}

.contact_page #form .fieldest {
    width: 345px;
}

.contact_page #form .fieldest input,
#form .fieldest textarea {
    line-height: normal;
    border: 1px solid #1d1f5f;
    margin-bottom: 11px;
    padding: 8px;
    width: 100%;
}

.contact_page #form .fieldest textarea {
    min-height: 118px;
    resize: none;
}

.contact_page #form .fieldest input#submit {
    background: #1d1f5f url("assets/images/button_arrow.png") 13% 50% no-repeat;
    color: #fff;
    width: 100px;
    font-weight: bold;
    float: left;
    font-size: 20px;
    padding-left: 25px;
}

.contact_page .contactinfo,
.contactinfo a {
    margin-bottom: 40px;
    color: #1d1f5f;
    font-size: 17pt;
    line-height: 25px;
}

.contact_page .contactinfo p {
    margin-bottom: 0px;
}

.contact_page label.error {
    position: absolute;
    left: 5px;
    color: red;
    bottom: 6px;
}

.textarea_error label.error {
    bottom: 11px !important;
}

.contact_page .fieldest div {
    position: relative;
}

.container.form {
    max-width: 750px;
}

.page-template-template-contact footer#colophon {
    margin-top: 0;
}

.map {
    margin-bottom: -5px;
}

.single h1 {
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 30px;
    background: #1d1f5f;
    clear: both;
    color: white;
    line-height: 78px;
    text-align: center;
    top: 6px;
    margin-top: 0;
}

.go_back.single {
    top: 47px;
    left: 36px;
}

/*.single a.go_back,a.go_back_cat {*/
/*position: relative;*/
/*top: -9px;*/
/*margin-top: 20px;*/
/*background: #1db6c1;*/
/*background-image: url(assets/images/arrow_right_single.png);*/
/*background-repeat: no-repeat;*/
/*padding-right: 30px;*/
/*background-position: 94% center;*/
/*float: left;*/
/*left: 1px;*/
/*background: #1db6c1 url(assets/images/button_arrow.png) 5% 50% no-repeat;*/
/*color: #fff;*/
/*padding-right: 9px;*/
/*padding-left: 28px;*/
/*font-size: 17px;*/
/*color: #000;*/
/*background: #f3f5f7;*/
/*}*/
.cat_banner2 {
    margin-top: 50px;
}

a.go_back_cat {
    top: auto;
    margin-top: 47px;
    margin-bottom: 14px;
}

.title a.go_back_cat {
    position: absolute;
    top: 22px;
    left: 22px;
    margin: 0;
}

.title a.go_back_cat.single_emp {
    top: auto;
    bottom: -58px;
}

.container.inner {
    width: 750px;
    max-width: 90%;
}

.all_tips .container.inner {
    width: 1000px;
    max-width: 90%;
    font-size: 21px;
    color: #1d1f5f;
    line-height: 25px;
}

.single .tip_content h2 {
    background: transparent;
    color: #1d1f5f;
    padding: 0;
    margin: 0;
    margin-top: 34px;
    font-size: 35px;
    line-height: 22px;
    margin-bottom: 18px;
    text-align: right;
}

html.anova {
    margin-top: 0 !important;
}

.odot_content .employee_new:nth-child(3n) {
    margin-left: 0;
}

/*.tip_content img.alignleft {*/
/*float: none;*/
/*display: block;*/
/*margin: auto;*/
/*margin-bottom: 10px;*/
/*}*/
/*.tip_content {*/
/*max-width: 92%;*/
/*margin: auto;*/
/*}*/
.odot_content {
    color: #1d1f5f;
    font-size: 20px;
}

.employee_new {
    width: 32%;
    margin-left: 1%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #1d1f5f;
    margin-bottom: 25px;
    display: inline-block;

}

p.text.emp_title {
    color: #37b6c8;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 19px;
}

p.text.sub_title {
    color: black;
    margin-top: 0;
    font-weight: normal;
}

.odot_content.employees {
    text-align: center;
}

.odot_content.employee_content .image,
.odot_content.employee_content .text {
    text-align: center;
    font-weight: bold;
}

.odot_content.employee_content .text {
    margin-bottom: 10px;
}

.odot_content.employee_content .image {
    margin-top: 10px;
}

.image_banner img {
    width: 100%;
}

.dochot .title {
    margin: 0;
    padding: 0;
    height: auto;
    margin-bottom: 50px;
}

.dochot .title h1 {
    margin: 0;
    padding: 0;
    color: white;
    /*font-size: 42px;*/
    border: 0;
    /*line-height: 130px;*/
}

.dochot .container.inner {
    font-size: 20px;
    color: #1d1f5f;
    line-height: 23px;
    letter-spacing: -0.3px;
    padding: 0;
}

.files {
    margin-top: 10px;
    text-align: center;
}

a.fancybox.file {
    width: 32%;
    float: right;
    margin-top: 28px;
    margin-left: 2%;
}

a.fancybox.file:nth-child(3n) {
    margin-left: 0;
}

a.fancybox.file span {
    font-size: 21px;
    color: #37b6c8;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    height: 50px;
}
.container.inner.container-menu-about {
    max-width: 900px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}
.container-menu-about .odot_content {
    width: 80%;
}
.container-menu-about .side_menu {
    width: 18%;
   position: inherit !important;
    right: 0 !important;
    top: 24px !important;
    margin-left: 2%;
}
.side_menu.mobile-menus{
    display:none;
}
.side_menu {
    position: absolute;
    width: 161px;
    background: white;
    right: -171px;
    text-align: center;
    top: 47px;
}

.side_menu ul {
    padding-right: 0;
    list-style: none;
    margin-bottom: 0;
}

.side_menu a {
    font-size: 18px;
    color: #1d1f5f;
    padding: 7px 0;
    display: block;
    border-bottom: 3px solid #e8ecf0;
    transition: all 0.5s;
    text-align: right;
    padding-right: 9px;
}

.side_menu .current-menu-item a,
.side_menu a:hover,
.side_menu ul.sub-menu li a:hover {
    color: #1d1f5f;
    border-color: #1d1f5f;
    text-decoration: none;
}

.current-menu-parent a {
    color: #1d1f5f;
    border-color: #1d1f5f;
    font-weight: bold;
}

.side_menu ul.sub-menu li.current-menu-item a {
    font-weight: bold;
}

.employee .image {
    float: right;
    width: 27%;
}

.employee .text {
    float: right;
    width: 73%;
    font-size: 20px;
}

/*.employee.clearfix {*/
/*margin-bottom: 42px;*/
/*}*/
.employee.odot .image {
    float: left;
    width: 24%;
    margin-right: 2%;
}

.employee.odot .text {
    float: right;
    width: 100%;
    font-size: 20px;
}

.title.odot {
    margin-top: 0;
    height: auto;
    margin-bottom: 25px;
}

.title.odot h1 {
    margin-bottom: 0;
    padding: 0;
    color: white;
    font-size: 35px;
}

.odot_slider button {
    width: 22px;
    height: 60px;
    position: absolute;
    right: 63px;
    top: 41%;
    font-size: 0;
    border: 0;
    background: transparent;
    z-index: 99;
}

.odot_slider button.slick-next {
    right: auto;
    left: 63px;
    background-image: url(assets/images/arrow_white_left.png);
}

.odot_slider button.slick-prev {
    background-image: url(assets/images/arrow_white_right.png);
}

a.sub_cat {
    width: 31.33333%;
    float: none;
    text-align: center;
    text-decoration: none;
    margin-right: 1.333%;
    margin-bottom: 27px;
    display: inline-block;
    vertical-align: top;
}

.sub_cats a.sub_cat:nth-child(4n),
.sub_cats a.sub_cat:first-child {
    margin-right: 0;
}

a.sub_cat h2 {
    background: transparent;
    padding: 15px 0 11px 0;
    color: #37b6c8;
    font-size: 22px;
    padding-bottom: 0px;
}

a.sub_cat p {
    margin-bottom: 0;
    color: black;
    font-size: 18px;
}

.sub_cats {
    margin-top: 54px;
    text-align: center;
}

ul#issues img {
    position: absolute;
    width: 100%;
    height: 500px;
}

ul#issues li {
    display: inline-block;
}

ul#issues li.selected img {
    opacity: 1;
    z-index: 99999;
}

div#timeline #dates {
    width: 5% !important;
    float: right;
    margin-left: 0 !important;
    padding-right: 0;
    list-style: none;
}

ul#issues {
    width: 95% !important;
    float: right;
    padding-right: 0;
    position: relative;
    height: 500px;
}

.container.bigg {
    width: 96%;
    margin-right: 4%;
    padding: 0;
}

.section {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.section .intro {
    /*position: absolute;*/
    font-size: 24px;
    color: #1d1f5f;
    font-size: 24px;
    line-height: 28px;
}

.section .intro img {
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    transition-duration: 0.1s !important;
}

.section .intro .text {
    color: white;
    position: absolute;
    top: 100px;
    left: 68px;
}

.section .intro .h_title {
    font-weight: bold;
}

#section0 {
    background-image: url(assets/images/history/img1.jpg);
}

#section1 {
    background-image: url(assets/images/history/img2.png);
}

#section2 {
    background-image: url(assets/images/history/img3.jpg);
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: auto !important;
    background: transparent;
    color: red;
    position: static;
}

#fp-nav ul li a span.circle {
    width: 3px !important;
    height: 3px;
    background: black;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.job {
    display: block;
    border: 1px solid;
    padding: 10px;
    margin-bottom: 10px;
    color: #1d1f5f;
    font-size: 20px;
    position: relative;
}

.job .title {
    background: transparent;
    font-weight: bold;
}

.job .line {
    margin-bottom: 3px;
}

.job .line.required_text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.job .line.required_text .title {
    display: block;
    margin-bottom: 0;
}

.job .line a {
    color: #1d1f5f;
    text-decoration: underline;
}

.job .cv {
    position: absolute;
    left: 15px;
    bottom: 12px;
    color: #37b6c8;
    font-weight: bold;
}

.send_tip {
    clear: both;
    background: #37b6c9;
    color: white;
    position: relative;
    display: block;
    text-align: center;
    /*margin-top: 38px;*/
    padding: 18px 0 10px 0;
    font-size: 27px;
}

.bottom_banner {
    margin-top: 11px;
}

.send_tip .title {
    background: transparent;
    padding: 0;
    margin: 0;
    height: auto;
    font-size: 42px;
    margin-bottom: 18px;
    line-height: 52px;
}

.send_tip a {
    background: #1d1f5f;
    width: 149px;
    color: white;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    line-height: 36px;
}

/*.nagish {*/
/*position: fixed;*/
/*bottom: 3px;*/
/*right: 18px;*/
/*background: black;*/
/*width: 100px;*/
/*z-index: 9999;*/
/*color: white;*/
/*text-align: center;*/
/*padding: 4px 0;*/
/*border-radius: 2px;*/
/*font-size: 16px;*/
/*}*/
body .fixed_background.title {
    padding-top: 16%;
    /*background-size: 100%;*/
    background-size: 107%;
    background-attachment: fixed;
    /*position: relative;*/
    /*background-position: center center;*/
    /*background-size: cover;*/
}

.close_search {
    position: absolute;
    right: 0;
    left: 0;
    font-size: 32px;
    color: white;
    line-height: 23px;
    opacity: 0;
    transition: all 0.5s;
}

a.search.open .close_search {
    opacity: 1;
}

a.search.open img {
    opacity: 0;
}

a.negishut {
    opacity: 0;
    font-size: 17px;
    color: #000;
    background: #f3f5f7;
    display: inline-block;
    line-height: normal;
    transition: all 0.4s;
    padding: 5px 30px;
    margin-top: 5px;
}

header form,
.search_page form {
    float: left;
    position: relative;
    /*width: 487px;*/
    background: #37b6c8;
    max-width: 100%;
    padding: 1% 1.5%;
    width: 100%;
    margin-left: -2px;
}

header .warraper_form form input[type=submit] {
    max-width: 100%;
}

header .warraper_form {
    width: 0;
    transition: width 0.5s;
    position: absolute;
    left: 17px;
}

header .warraper_form.open {
    width: 487px;
}

header input[type=text].opacity {
    opacity: 0;
}

a.search {
    /*width: 102.3px;*/
    width: 71.3px;
    height: 62px;
    padding-top: 14px;
    text-align: center;
    position: relative;
}

a.search.mobile {
    display: none;
}

header input[type=text],
.search_page input[type=text] {
    border: 0;
    outline: 0;
    border-radius: 50px;
    width: 98%;
    height: 62px;
    padding: 5px 8px 7px 0px;
    background: white;
    color: #949698;
    padding-right: 3%;
    padding-top: 12px;
    font-size: 25px;
    padding-top: 4px;
}

.assistive-text {
    display: none;
}

header form input[type=submit],
.search_page form input[type=submit] {
    position: absolute;
    top: 10px;
    left: 4.5%;
    background-color: transparent;
    background-image: url(assets/images/search.png);
    border: 0;
    font-size: 0;
    height: 53px;
    width: 53px;
    padding: 0;
}

.search_page form {
    float: none;
    background: transparent;
}

.search_page input[type=text] {
    border: 1px solid #ddd;
    height: 67px;
}

.search_page form input[type=submit] {
    top: 19px;
    left: 4.1%;
}

p.empty_search {
    font-size: 24px;
    text-align: center;
}

a.fancybox.file span::after,
a.sub_cat h2::after {
    height: 2px;
    background: #37b6c8;
    content: "";
    bottom: 0;
    right: auto;
    left: auto;
    margin: auto;
    display: block;
    transition: all 0.5s;
    width: 0;
    margin-top: 2px;
}

a.fancybox.file:hover span::after {
    width: 100%;
}

a.sub_cat h2::after {
    margin-top: 7px;
}

a.sub_cat:hover h2::after {
    width: 30%;
}

.new {
    position: absolute;
    top: 11px;
    right: 55px;
}

a.sub_cat .image {
    max-width: 323px;
    margin: auto;
    max-height: 297px;
    overflow: hidden;
}

a.sub_cat .image img {
    transition: all 0.5s;
    max-width: 150%;
    width: 100%;
}

a.sub_cat:hover .image img {
    width: 114%;
}

.tip.grid-item .image {
    max-width: 317px;
    max-height: 262px;
    width: 317px;
    height: 262px;
    height: 232px;
    overflow: hidden;
}

.lang_style_div {
    display: inline;
}

.lang_style {
    color: #37b6c8;
    font-size: 16px;
    background: #f3f5f7;
    padding: 5px 10px;
    display: inline-block;
}

.lang_style:hover {
    text-decoration: none;
    background-color: #37b6c8;
    color: #fff;
}

.tip.grid-item .image img {
    max-width: 110%;
    width: 100%;
    transition: all 0.5s;
}

.tip.grid-item:hover .image img {
    width: 110%;
}

footer .container>div {
    float: right;
    text-align: right;
}

footer .links {
    float: left !important;
    display: none;
}

.footer_logo {
    margin-top: -50px;
    width: 15%;
}

.footer_text {
    /* width: 21%; */
    margin-left: 5%;
}

.footer_menu {
    /*width: 15%;*/
    margin-left: 5%;
}

footer#colophon a {
    color: black;
}

footer#colophon ul {
    list-style: none;
    padding-right: 0;
}

.top {
    display: block;
}

footer h4 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 14px;
}

div#top {
    position: fixed;
    left: 20px;
    bottom: 17px;
    opacity: 0;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 99999;
}

div#top.in {
    opacity: 1;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto !important;
}

.fancybox-skin {
    padding: 0 !important;
    width: 100% !important;
}

.fancybox-type-iframe .fancybox-inner {
    width: 100% !important;
}

/*body.error404 .site-content {*/
/*background: #afc2c9;*/
/*}*/

body.error404 .site-content .container {
    min-height: 500px;
}

.error404 h1 {
    font-size: 91px;
    border: 7px solid #1d1f5f;
    display: inline-block;
    border-radius: 50%;
    width: 314px;
    line-height: 300px;
    margin-top: 150px;
    color: #1d1f5f;
}

.warrap404 img {
    position: absolute;
    right: -52%;
    top: 118px;
}

.warrap404 {
    display: inline-block;
    position: relative;
}

/*.error404 .site{*/
/*background: #afc2c9;*/
/*}*/
.error404 .site-content {
    text-align: center;
    color: white;
}

.error404 p.not_found {
    font-size: 31px;
    margin-top: 0;
    margin-bottom: 100px;
    color: #1d1f5f;
}

.sidebtn {
    display: none;
}

.fb-like.fb_iframe_widget {
    display: block;
    text-align: center;
    margin-top: 50px;
    margin: auto;
    display: block;
    float: none;
    margin-top: 14px !important;
    /*top: 29px;*/
    position: absolute;
    bottom: -38px;
    width: 100%;
}

.single-product div#main {
    margin-top: 35px !important;
}

.single-product div#main .side_cats {
    margin-top: 15px;
}

.single-product div#main {
    margin-top: 35px !important;
}

.single a.back {
    background: #a7a5a5 url(assets/images/single_arrow.png) 69% 50% no-repeat;
    color: #fff;
    padding: 11px 10px;
    font-size: 19px;
    font-weight: bold;
    margin-top: 14px;
    display: block;
    margin-bottom: 50px;
    text-align: center;
    padding-right: 8%;
    padding-left: 0;
    max-width: 160px;
    margin-left: auto;
    margin-right: 0;
}

.good_advice {
    margin-top: 38px;
    display: none;
}

div#map-canvas {
    height: 436px;
    margin-top: -54px;
    background-size: cover;
    background-position: top center;
}

.socialText {
    position: absolute;
    background-color: white;
    /*box-shadow: 1px 1px 1px 1px black;*/
    border: 1px solid #1d1f5f;
    padding: 10px;
    border-radius: 6px;
    display: none;
    /*background-image:url(assets/images/share_arrow.png);*/
    /*background-size: 10%;*/
    /*background-position: center 46px;*/
    /*background-repeat: no-repeat;*/
}

.socialText::after {
    background-image: url(assets/images/share_arrows.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 99999;
    height: 100px;
    content: "";
    position: absolute;
    width: 24px;
    height: 26px;
    z-index: 999999;
    top: 46px;
    right: 0;
    left: 0;
    margin: auto;
}

.category .allCats {
    margin-bottom: 49px;
}

.socialText .fa {
    font-size: 22px;
    margin-right: 18px;
    color: #1d1f5f;
    transition: all 0.5s;
    border: 1px solid white;
    padding: 1px;
}

.socialText .fa:hover {
    border: 1px solid #1d1f5f;
}

/*.socialText a:last-child::before{*/
/*display: block;*/
/*width: 0;*/
/*border-style: solid;*/
/*content: "";*/
/*position: absolute;*/

/*top: 10px;*/
/*bottom: auto;*/
/*left: auto;*/
/*right: -30px;*/
/*border-width: 15px 0 15px 30px;*/
/*border-color: transparent #5a8f00;*/
/*}*/
/*.socialText a:last-child::after{*/
/*display: block;*/
/*width: 0;*/
/*border-style: solid;*/
/*content: "";*/
/*position: absolute;*/

/*top: 16px;*/
/*bottom: auto;*/
/*left: auto;*/
/*right: -21px;*/
/*border-width: 9px 0 9px 21px;*/
/*border-color: transparent #fff;*/
/*}*/
.socialText a:last-child .fa {
    margin-right: 0;
}

.socialText a {
    float: left;
}

.socialText a:hover .fa {}

.popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.popup.in {
    z-index: 9999;
    opacity: 1;
    -webkit-animation: fadeIn ease-in-out 1;
    -moz-animation: fadeIn ease-in-out 1;
    animation: fadeIn ease-in-out 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.popup .inner {
    background: white;
    width: 100%;
    margin: auto;
    margin-top: 5%;
    max-width: 780px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 25%;
}

.popup a.close {
    width: 100%;
    float: none;
    line-height: 49px;
    padding-right: 12px;
}

.popup h1 {
    background: #37b6c8;
    color: white;
    text-align: center;
    margin-top: 0;
    line-height: 49px;
    font-size: 38px;
    font-weight: bold;
    position: relative;
    padding: 12px 0 19px 0;
}

.popup p {
    font-size: 27px;
    color: #1d1f5f;
    text-align: center;
    max-width: 470px;
    margin: auto;
    margin-bottom: 25px;
}

.popup form {
    padding: 0 30px;
    overflow: auto;
}

.popup .right {
    float: right;
}

.popup .left {
    float: left;
}

.popup input.submit {
    clear: both;
    max-width: 100px;
    float: left;
    font-size: 20px;
    padding: 0;
    height: auto;
    line-height: 42px;
    color: white;
    text-align: right;
    padding-right: 12px;
    margin-bottom: 25px;
    border: 0;
    padding-left: 30px;
    background: #1d1f5f url(assets/images/button_arrow.png) 13% 50% no-repeat;
}

.popup form>div {
    width: 50%;
}

.popup form>div input,
.popup form>div textarea {
    width: 99%;
    height: 45px;
    margin-bottom: 14px;
    border: 1px solid #1d1f5f;
    padding-right: 13px;
}

.popup form>div textarea {
    resize: none;
    height: 163px;
    margin-left: 0;
    display: block;
    margin-right: auto;
}

.search .container>.title,
.search .title.inner {
    display: none;
}

.search .title {
    font-weight: normal;
    color: white;
    text-align: center;
    line-height: 76px;
}

.search .container>.title.search_page {
    display: block;
}

.search .grid-item {
    width: 32.8%;
    float: right;
    padding: 0 3%;
    direction: rtl;
}

.search h2 {
    font-size: 30px;
    color: #1d1f5f;
    background: transparent;
    line-height: 40px;
    text-align: right;
    padding-bottom: 0;
}

.search a.read_more {
    color: #37b6c8;
    font-weight: bold;
    font-size: 18px;
    display: block;
    text-align: left;
}

.search .tip.grid-item .image img {
    width: auto;
    margin: auto;
    display: block;
}

.search .tip.grid-item .image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.search .cat_banner {
    display: none;
}

.search .grid-item p,
.search .grid-item ul {
    color: #1d1f5f;
    margin-top: 12px;
}

#fancybox-buttons.top {
    background: transparent;
    display: none;
}

.navbar-header.open_menu {
    display: none;
}

.aligncenter {
    display: block;
    margin: auto;
}

.tip_content a {
    text-decoration: underline;
}

*::selection {
    background-color: #37b6c8;
    color: white;
}

.base-page .container {
    min-height: 400px;
    padding-top: 50px;
}

.side_menu .current-menu-item ul.sub-menu,
.current-menu-parent ul.sub-menu {
    display: block;
    position: relative;
    top: 0;
    padding-bottom: 0;
    right: 0;
    padding-top: 0;
}

.side_menu .current-menu-item a {
    font-weight: bold;
}

.side_menu .current-menu-item ul.sub-menu li,
.current-menu-parent ul.sub-menu li {
    float: none;
    margin-right: 0;
    padding: 0;
}

.side_menu .current-menu-item ul.sub-menu::after,
.current-menu-parent ul.sub-menu::after {
    display: none;
}

.side_menu ul.sub-menu li a {
    border-left: 0;
    font-size: 18px;
    padding: 7px 0;
    border-bottom: 3px solid #e8ecf0;
    transition: all 0.5s;
    font-weight: normal;
    color: #37b6c8;
    padding-right: 19px;
    background: #f7f7f7;
}

.related_posts .tip {
    float: right;
    width: 31%;
    margin-left: 3.5%;
}

.related_posts .tip h2 {
    background: transparent;
    color: #1d1f5f;
    font-size: 19px;
    text-align: right;
    /*height: 35px;*/
    font-weight: normal;
    margin-top: 7px;
}

.related_posts h3 {
    /*font-weight: bold;*/
    /*margin-bottom: 17px;*/
}

.related_posts {
    clear: both;
}

.related_posts h3 {
    background: #1d1f5f;
    color: white;
    font-weight: normal;
    line-height: 34px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.related_posts .tip p {
    font-size: 17px;
    font-weight: normal;
    color: #1d1f5f;
}

.related_posts.products .tip p {
    color: #000;
}

.container.topPage .go_back_cat {
    display: none;
}

.related_posts .tip img {
    max-height: 165px;
    width: 100%;
}

.related_posts .tip:last-child {
    margin-left: 0;
}

.related_posts .tip a {
    text-decoration: none;
}

.fixed_background.post_single {
    padding-top: 250px;
    padding-top: 12%;
    background-attachment: fixed;
    background-position: center top;
    /*background-size: cover;*/
}

span.popup_bottom_text {
    color: #1d1f5f;
    font-size: 16px;
    float: left;
    margin-left: 15px;
}

.woocommerce div.product {
    overflow: auto;
    background-image: url(assets/images/ripple.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    overflow: hidden;
}

.woocommerce div.product.in {
    transition: all 0.5s;
    background: #ffffff !important;
    height: auto;
    overflow: visible;
}

.woocommerce div.product * {
    opacity: 0;
    transition: all 0.5s;
}

.woocommerce div.product.in * {
    opacity: 1;
}

.woocommerce div.product .product_title br {
    display: inline;
}

.slidre_before_js {
    position: absolute;
    z-index: 99999;
}

.mainSlider {
    opacity: 0;
}

/*a.tobuy {*/
/*display: none;*/
/*}*/
.mobile_title {
    display: none;
}

.history_page .title {
    margin-top: -6px;
}

p.not_valid {
    font-weight: bold;
    color: #1d1f5f;
}

.before_questions {
    color: black;
    /* background: #f2f2f2; */
}

h3.quiz_title,
.before_questions .sub_title,
.wpvq-question-label {
    background: #37b6c8 !important;
    color: white !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 16px 0 !important;
    font-weight: 700 !important;
    font-size: 35px !important;
}

.before_questions .sub_title {
    text-align: center;
    font-size: 31px;
    padding-bottom: 11px;
}

.before_questions .content {
    padding-top: 20px;
    padding: 20px 30px;
}

.before_questions .text {
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
}

.question_div {
    background: #f2f2f2;
    padding-bottom: 20px;
}

button.wpvq-start-quiz,
button.wpvq-next-page-button,
.wpvq-play-again-area a button {
    background-color: #1f1b63 !important;
    padding: 10px 40px !important;
}

.Personality .wpvq-answer.wpvq-choose {
    background: rgba(55, 182, 200, 0.2) !important;
    border: 3px solid rgba(55, 182, 200, 0.2) !important;
    color: #000000 !important;
}

.wpvq-question .wpvq-question-label {
    font-weight: normal !important;
    padding-top: 16px;
    font-size: 31px !important;
}

.wpvq-question {}

.wpvq-question img {
    padding: 30px;
}

.wpvq-answer {
    background: transparent !important;
    border: 3px solid transparent !important;
    padding: 7px 30px !important;
    margin-bottom: 0 !important;
}

.wpvq-personality-content img {
    width: 100% !important;
    height: auto !important;
}

div#wpvq-final-personality {
    background: transparent !important;
}

span.wpvq-quiz-title {
    display: none !important;
}

div#wpvq-final-personality .wpvq-you-are {
    text-align: center !important;
    display: block !important;
    font-size: 32px !important;
    margin-top: 0 !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    background: #ee2a2e;
    color: white !important;
    padding: 17px 0;
    margin: 0 !important;
}

div#wpvq-final-personality {
    margin-top: 0 !important;
    padding: 0 !important;
}

.wpvq-a-d-s.wpvq-top-a-d-s {
    margin-bottom: 0 !important;
}

.wpvq-personality-content p {
    font-size: 20px !important;
    text-align: justify !important;
}

input.vq-css-checkbox+label.vq-css-label {
    padding-left: 0 !important;
    padding-right: 31px;
    background-position: right 2px;
    font-weight: normal !important;
    color: black !important;
    font-size: 17px !important;
}

.wpvq-personality-content>p {
    padding: 20px;
    padding-top: 0;
}

.wpvq-personality-content img {
    padding-top: 20px;
}

div#wpvq-quiz-1 {
    font-family: 'Open Sans Hebrew', serif !important;
}

.wpvq-answer:hover {
    background: rgba(55, 182, 200, 0.2) !important;
    border: 3px solid rgba(55, 182, 200, 0.2) !important;
    transition: all 550ms ease-out !important;
}

/**/
.tp-bullets,
.tp-tabs,
.tp-thumbs {
    position: fixed;
    /*display: block;*/
    z-index: 1000;
    top: 0;
    /*left: 0;*/
    /*height: 100%;*/
    background: rgba(255, 255, 255, 0.6);
    /* top: 178px!important; */
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 109px !important;
    /*left: 100%;*/
    text-align: center;
    right: -141px !important;
    left: auto !important;
    padding-top: 60px;
    box-shadow: 4px 5px 7px 6px rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    visibility: visible !important;
}

.hephaistos .tp-bullet {
    border: none;
    background: transparent !important;
    width: 108px !important;
    height: 32px !important;
    color: black;
    text-align: center;
    box-shadow: none;
    position: static !important;
    top: 0;
    /* left: 0px!important; */
    /* right: auto!important; */
    display: block;
    font-weight: bold;
    font-size: 20px;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.hephaistos .tp-bullet:hover,
.hephaistos .tp-bullet.selected {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    color: #ee2a2e;
    /* border-bottom: 1px solid white; */
    border-radius: 0;
}

a.history_close {
    font-weight: bold;
    font-size: 17px;
    color: black;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    padding: 6px 0;
}

.wsp-container h2 {
    color: black;
    background: transparent;
    text-align: right;
    font-size: 24px;
    padding-bottom: 10px;
}

.current-product-ancestor a {
    color: white !important;
}

div#wpadminbar {
    /*display: none;*/
}

a.history_close span {
    display: block;
}

.page-template-template-rev .nagish-icon {
    display: none !important;
}

ul.wsp-products-list li a br {
    display: none;
}

.page-template-template-contact .title {
    margin-top: 0;
}

span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea {
    line-height: normal;
    border: 1px solid #1d1f5f;
    margin-bottom: 11px;
    padding: 8px;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #1d1f5f url(assets/images/button_arrow.png) 13% 50% no-repeat;
    color: #fff;
    width: 100px;
    font-weight: bold;
    float: left;
    font-size: 20px;
    padding-left: 25px;
    border: 0;
    padding: 8px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #ee2a2e !important;
    margin: 37px 0 !important;
    color: black !important;
    font-weight: bold !important;
}

.shops a {
    display: inline-block;
}

.popup.second_popup p {
    font-size: 21px;
    max-width: 100%;
}

.credit .credit {
    margin-top: 9px;
}

.only_mobile {
    display: none;
}

.mobile_history {
    z-index: 99999999;
    position: relative;
}

.page-template-template-history .container.topPage,
.page-template-template-history .title {
    display: none;
}

.page-template-template-rev iframe {
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
}

/**/
/* ----- shilat 03.05.2017 ----- */
.wrapper-landing-page {
    position: relative;
}

.wrapper-landing-page .image-desktop {
    display: block !important;
}

.wrapper-landing-page .image-mobile {
    display: none !important;
}

.wrapper-landing-page .inner-lending {
    position: absolute;
    bottom: 16.5%;
    right: 24.6%;
    width: 25.45%;
}

.wrapper-landing-page .inner-lending .image-video {
    width: 490px;
}

.wrapper-landing-page .inner-lending .btn-lending {
    width: 100%;
    max-width: 491px;
    text-align: center;
    background: #ce1b15;
    font-size: 30px;
    font-weight: 600;
    padding: 11px 0 14px 0;
    color: #fff;
    margin-top: 15px;
    border-radius: 9px;
    transition: all 0.6s;
}

.wrapper-landing-page .inner-lending .btn-lending:hover,
.wrapper-landing-page .inner-lending .btn-lending:focus {
    background: #a10500;
}

.wrapper-landing-page {}

iframe[name="google_conversion_frame"] {
    position: absolute;
    top: 0;
    right: 0;
}

/************************************************/

html[lang="en-US"] {
    direction: ltr !important;
    text-align: left !important;
}

html[lang="en-US"] body {
    direction: ltr !important;
    text-align: left !important;
}

html[lang="en-US"] .side_cats {
    float: left;
    width: 23%;
    margin-left: 0;
    margin-right: 10%;
}

html[lang="en-US"] .side_cats ul {
    float: left;
}

html[lang="en-US"] .product_image {
    float: right;
}

html[lang="en-US"] .woocommerce div.product * {
    direction: ltr;
    text-align: left;
}

html[lang="en-US"] .variation_ajax,
html[lang="en-US"] .tags .title {

    float: left;
}


.mobile {
    display: none;
}

/************************************************/

.paperCuts {}

.paperCuts .paperCutsItem {}

.paperCuts .paperCutsItem ul {
    list-style: none;
    padding: 0;
}

.paperCuts .paperCutsItem ul li {
    float: right;
    width: 33%;
    padding: 0 3% 2%;
    text-align: center;
}

.paperCuts .paperCutsItem .image {}

.paperCuts .paperCutsItem .image a {}

.paperCuts .paperCutsItem .image a img {}

.paperCuts .paperCutsItem .link {}

.paperCuts .paperCutsItem .link a {
    background: transparent;
    padding: 0 0 2px 0;
    color: #37b6c8;
    font-size: 22px;
    font-weight: bold;
    margin: 4% 0;
    display: block;
    position: relative;
}

.paperCuts .paperCutsItem .link a span {
    height: 0;
    transition: all 0.5s;
}

.paperCuts .paperCutsItem .link span::after {
    content: "";
    width: 0;
    transition: all 0.5s;
    opacity: 0;
}

.paperCuts .paperCutsItem .link:hover span::after {
    height: 2px;
    background: #37b6c8;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    position: absolute;
    margin-top: 2px;
    width: 39%;
    transition: all 0.5s;
    opacity: 1;
}

.paperCuts .more_posts {
    background: #1db6c1;
    color: #fff;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: bold;
    margin-top: 14px;
    display: inline-block;
}

.wrap_image,
.product_image {
    position: relative;
}

.loadingDiv {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    background: transparent;
    height: 18vw;
}

.loadingDiv img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.variation_ajax.active .loadingDivinnr {
    display: none !important;
}

.variation_ajax .loadingDivinnr {
    position: absolute;
    z-index: 999;
    display: none;
}

@media (max-width: 1565px) {
    a.search {
        width: auto;
        padding: 0 11.15px;
        height: 45px;
        padding-top: 7px;
    }

    .more_links {
        left: 13px;
        top: -50px;
    }

    .more_links img {
        max-height: 37px;

    }

    .lang_style_div {
        margin-left: 269px;
    }
}

@media (max-width: 1500px) {
    .wrapper-landing-page .inner-lending .btn-lending {
        font-size: 25px;
        padding: 5px 0 8px 0;
    }
}

@media (max-width: 1275px) {

    .footer_menu,
    .footer_text {
        width: 4%;
    }

    .lang_style_div {
        margin-left: 220px;
    }

    div#map-canvas {
        height: 278px;
    }

    .not-mobile {
        display: none;
    }

    .only_mobile {
        display: block;
    }

    body .fixed_background.title {
        padding-top: 20%;
        /* background-size: 100%; */
        background-size: 142%;
    }

    .more_links {
        top: -46px;
    }

    .more_links a {
        padding: 0;
    }

    .more_links img {
        max-height: 45px;
    }

    a.search {
        width: auto;
        padding: 0 11.15px;
        height: 45px;
        padding-top: 7px;
    }

    .more_links .search img {
        max-height: 28px;
    }
}

@media (max-width: 1024px) {
    .all_tips.clearfix .tip h2 {
        font-size: 23px;
        margin-bottom: 10px;
        line-height: 23px;
    }

    .all_tips .tip p {
        font-size: 18px;
    }

    .tip.grid-item .image {
        max-width: 267px;
        max-height: 262px;
        width: 317px;
        /*height: 262px;*/
        height: 178px;
        overflow: hidden;
    }


}

@media (max-width: 969px) {
    div#map-canvas {
        height: 207px;
    }

    .navbar-nav>li {
        width: 20%;
    }

    .navbar-nav {
        width: 100%;
        padding-right: 130px;
    }

    a.logo {
        max-width: 130px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 21px 0;
    }

    .wrapper-landing-page .inner-lending .btn-lending {
        font-size: 18px;
        padding: 3px 0;
    }

    .tip.grid-item .image {
        height: auto;
        width: 100%;
        max-width: 100%;
        max-height: 170px;
    }

    .all_tips .tip p {
        font-size: 16px;
        line-height: 20px;
        height: 75px;
    }
}

@media (max-width: 767px) {
    .main_slider.slick-slider button {
        right: 2px;
    }

    .main_slider.slick-slider button.slick-next {
        left: 2px;
    }

    .logo-professional {
        order: 3;
    }

    .logo-professional img {
        width: 46%;
    }

    div#top {
        display: none
    }

    @-webkit-keyframes email-an {
        0% {
            box-shadow: 0 8px 10px rgba(238, 42, 46, 0.3), 0 0 0 0 rgba(238, 42, 46, 0.2), 0 0 0 0 rgba(238, 92, 24, 0.2)
        }

        40% {
            box-shadow: 0 8px 10px rgba(238, 42, 46, 0.3), 0 0 0 15px rgba(242, 46, 24, 0.2), 0 0 0 0 rgba(238, 92, 24, 0.2)
        }

        80% {
            box-shadow: 0 8px 10px rgba(238, 42, 46, 0.3), 0 0 0 30px rgba(242, 46, 24, 0), 0 0 0 26.7px rgba(238, 92, 24, 0.067)
        }

        100% {
            box-shadow: 0 8px 10px rgba(238, 42, 46, 0.3), 0 0 0 30px rgba(242, 46, 24, 0), 0 0 0 40px rgba(238, 92, 24, 0.0)
        }
    }

    @keyframes email-an {
        0% {
            box-shadow: 0 8px 10px rgba(238, 42, 46, 0.3), 0 0 0 0 rgba(238, 42, 46, 0.2), 0 0 0 0 rgba(2238, 92, 24, 0.2)
        }

        40% {
            box-shadow: 0 8px 10px rgba(238, 42, 46, 0.3), 0 0 0 15px rgba(242, 46, 24, 0.2), 0 0 0 0 rgba(238, 92, 24, 0.2)
        }

        80% {
            box-shadow: 0 8px 10px rgba(238, 42, 46, 0.3), 0 0 0 30px rgba(242, 46, 24, 0), 0 0 0 26.7px rgba(238, 92, 24, 0.067)
        }

        100% {
            box-shadow: 0 8px 10px rgba(238, 42, 46, 0.3), 0 0 0 30px rgba(242, 46, 24, 0), 0 0 0 40px rgba(238, 92, 24, 0.0)
        }
    }

    @keyframes opsimple {
        0% {
            opacity: 0;
        }

        40% {
            opacity: 1;
        }

        80% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes opsimple {
        0% {
            opacity: 0;
        }

        40% {
            opacity: 1;
        }

        80% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .button-to-shop {
        position: fixed;
        bottom: 1%;
        left: 0;
        z-index: 99;
        max-width: 100px;
    }

    .button-to-shop.email-an {
        background: rgb(238, 42, 46, 0.3);
        border-radius: 50%;
        box-shadow: 0 8px 10px rgba(238, 42, 46, 0.3);
        cursor: pointer;
        -webkit-animation: email-an linear 1s infinite;
        animation: email-an linear 1s infinite;
    }

    .videos .slick-arrow {
        display: none !important;
    }

    #loading_1 {
        display: none !important;
    }

    .summary .loadingDiv {
        margin-top: 3px;
    }

    .loadingDiv {
        display: none;
        position: absolute;
        right: 0;
        left: 0;
        background: transparent;
        height: 26vw;
        top: 47vw;
    }

    .loadingDiv img {
        width: 21vw;
        left: 0;
        right: auto;
        margin: 0;
    }

    .postid-14023 .container:nth-of-type(2) .tip_content p {
        width: 100%;
    }

    .postid-14023 .container:nth-of-type(2) .tip_content {
        overflow: inherit;
    }

    .postid-14023 .container:nth-of-type(2) {
        max-width: 100%;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: inline-block;
    }

    .links_mobile {
        display: block !important;
    }

    .links_mobile a {
        display: inline-block;
        width: 60px;
        margin: 17px 5px;
    }

    div#map-canvas {
        height: 145px;
    }

    .popup form>div input,
    .popup form>div textarea {
        width: 100%;
    }

    .popup form>div {
        width: 100%;
    }

    .popup h1 {
        font-size: 31px;
        line-height: 32px;
    }

    .popup p {
        font-size: 23px;
        line-height: 29px;
    }

    .popup .inner {
        max-width: 94%;
        max-height: 96%;
        overflow: scroll;
        top: 2%;
    }

    .tip.grid-item:hover .image img {
        width: 100%;
    }

    .all_tips .tip p {
        margin-top: 10px;
    }

    body .fixed_background.title {
        background-size: 215%;
    }

    .videos ul.slick-dots {
        padding-left: 0;
        list-style: none;
        overflow: auto;
        margin: auto;
        text-align: center;
        direction: ltr;
        margin-top: 13px;
    }

    .videos ul.slick-dots li {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: white;
        margin-right: 10px;
        border-radius: 50%;
        cursor: pointer;
    }

    .videos ul.slick-dots button {
        font-size: 0;
        border: 0;
        background: transparent;
    }

    .videos ul.slick-dots li.slick-active {
        background: #37b6c8;
    }

    .body_wrapper {
        overflow-x: hidden;
    }

    .content.container,
    .container.form {
        max-width: 94%;
    }

    .contact_page #form .fieldest {
        margin: auto;
    }

    .related_posts .tip {
        width: 100%;
        margin-left: 0;
        max-width: 479px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }

    .related_posts .tip img {
        max-height: 100%;
        width: auto;
        margin: auto;
        display: block;
    }

    .good_advice .container img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }

    .title {
        height: auto;
        width: 100%;
    }

    .product_page_image h2 {
        line-height: 33px;
        padding: 10px 0;
    }

    .container.btn_innner {
        z-index: 9999;
    }

    #wpadminbar {
        display: none;
    }

    ul.sub-menu::after {
        display: none;
    }

    .facebook .right {
        width: 80%;
        margin: auto;
        float: none;
        margin: auto;
        display: block;
    }

    .fb_iframe_widget {
        float: none;
    }

    .search_page form {
        background: #37b6c8;
    }

    body .fixed_background.title {
        padding-top: 30%;
    }

    .tip.grid-item {
        width: 49%;
    }

    .search_page input[type=text] {
        height: 62px;
    }

    .search_page form input[type=submit] {
        top: 10px;
    }

    a.search {
        display: none;
    }

    a.search.mobile {
        display: inline-block;
    }

    .navbar-header.open_menu {
        display: block;
    }

    .fb_iframe_widget {
        /*max-width: 80%!important;*/
        margin: auto;
    }

    .nagish {
        display: none;
    }

    .home .allCats .category .inner_content .imageWarraper img {
        margin-right: auto;
    }

    .credit {
        /* margin-top: 22px; */
        padding-bottom: 29px;
    }

    .site::after {
        content: " ";
        /*position: absolute;*/
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: block;
        top: 0;
        opacity: 0;
        transition: all 1s;
        z-index: 0;
    }

    .site.open::after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: block;
        top: 0;
        z-index: 99;
        opacity: 1;
        transition: all 1s;
    }

    .slide.cycle-slide {
        z-index: 9 !important;
    }

    .single h2 {
        font-size: 30px;
    }

    .summary.entry-summary>img,
    .wrap_image>img {
        max-width: 217px;
    }

    .side_cats ul {
        max-width: 100%;
    }

    .top {
        display: none;
    }

    p#breadcrumbs {
        padding-right: 4%;
        text-align: right;
    }

    .employee .text {
        float: none;
        width: 100%;
        margin-right: 1%;
        text-align: justify;
    }

    .employee .image {
        margin-left: 1%;
    }

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    button.btn1 {
        position: relative;
        overflow: auto;
        right: 0;
        background: transparent;
        display: block;
        width: 38px;
        height: 40px;
        left: 0px;
        border: 0;
    }

    .btn1 .icon-left {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 17px;
        background-color: #ee2a2e;
        left: 4px;
    }

    .btn1 .icon-left:before {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #ee2a2e;
        content: "";
        top: -9px;
        right: 0;
    }

    .btn1 .icon-left:after {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #ee2a2e;
        content: "";
        top: 9px;
        right: 0;
    }

    .btn1.open .icon-left {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .btn1.open .icon-left:before {
        -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
        transform: rotateZ(45deg) scaleX(1.3) translate(2px, 2px);

    }

    .btn1.open .icon-left:after {
        -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
        transform: rotateZ(-45deg) scaleX(1.3) translate(2px, -1px);

    }

    .btn1 .icon-right {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 17px;
        background-color: #ee2a2e;
        right: 4px;
    }

    .btn1.open .icon-right {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        background: transparent;
    }

    .btn1 .icon-right:before {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #ee2a2e;
        content: "";
        top: -9px;
        right: 0;
    }

    .btn1.open .icon-right:before {
        -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
        transform: rotateZ(-45deg) scaleX(1.3) translate(-2px, 2px);
    }

    .btn1 .icon-right:after {

        -webkit-transition-duration: 0.5s;

        transition-duration: 0.5s;

        position: absolute;

        width: 15px;

        height: 4px;

        background-color: #ee2a2e;

        content: "";

        top: 9px;

        right: 0;

    }

    .btn1.open .icon-right:after {

        -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);

        transform: rotateZ(45deg) scaleX(1.3) translate(-2px, -2px);

    }

    .bottom .container {
        max-width: 100%;
    }

    .navbar-nav {
        margin: 0;
    }

    .container>.navbar-header {
        margin-top: 11px;
        margin-bottom: 14px;
    }

    a.logo {
        top: 0;
        left: 0;
        max-width: 114px;
        z-index: 99;
        max-width: 67px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-static-top {
        height: auto;
    }

    .more_links {
        right: auto;
        left: auto;
        top: auto;
        width: 100%;
        margin-top: 20px;
        opacity: 0;
        position: initial;
    }

    .lang_style_div {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }

    .more_links.in {
        opacity: 1;
    }

    .more_links a {
        padding: 0;
        width: 50px;
        height: 50px;
        float: none;
        vertical-align: top;
    }

    a.search {
        padding-top: 9px;
    }

    .navbar-default .navbar-toggle {
        border: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: red;
        height: 3px;
        width: 30px;
    }

    .another_videos .container {
        max-width: 100%;
    }

    .has_animate {
        opacity: 1;
    }

    .hp_cats.allCats {
        text-align: center;
    }

    .forum .image {
        max-width: 40%;
        max-width: 59%;
        float: none;
        display: inline-block;
    }

    .forum_text {
        margin-top: 0;
        float: none;
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
    }

    .forum {
        text-align: center;
    }

    .left {
        float: none;
        text-align: center;
        width: 80%;
        margin: auto;
        margin-bottom: 14px;
    }

    .right {
        float: none;
        text-align: center;
        margin-top: 17px;
    }

    .navbar-collapse.collapse {
        position: absolute;
        top: 110px;
        background: white;
        width: 80%;
        text-align: center;
        display: block;
        /*margin-right: -104%;*/
        margin-left: -104%;
        transition: all 0.5s;
        background: #f3f5f7;
        z-index: 9;
        top: 65px;
        padding: 0;
        min-height: 300px;
        left: 0;
    }

    .navbar-collapse.collapse.open {
        /*margin-right: -2%;*/
        margin-left: 0%;
    }

    .navbar-nav {
        padding-right: 0;
        float: none;
        position: relative;
    }

    .navbar-nav>li {
        float: none;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: auto;
    }

    .navbar-default .navbar-nav>li>a {
        width: 100%;
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        padding-top: 12px;
        padding-bottom: 12px;
        clear: both;
        border-bottom: 2px solid white;
    }

    ul.sub-menu {
        position: relative;
        top: 0;
    }

    ul.sub-menu li {
        width: 100%;
        border-left: 0;
    }

    ul.sub-menu li a {
        border-left: 0;
    }

    /*.allCats {*/
    /*text-align: center;*/
    /*}*/
    a.category.prod_cat {
        width: 49%;
    }

    a.prod_cat.product {
        width: 50%;
    }

    .side_cats {
        float: none;
        width: 100%;
        margin: auto;
    }

    .single-product .site-main>.container {
        display: flex;
        flex-direction: column-reverse;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
        float: none;
    }

    .woocommerce div.product form.cart,
    .woocommerce div.product p.cart {
        margin-bottom: 0;
    }

    .imageWarraper {
        max-width: 100%;
    }

    .container {
        padding: 0px 2%;
        max-width: 98%;
        margin: auto;
        z-index: 9;
        display: flex;
        flex-wrap: wrap;
    }

    a.go_back {
        right: 19px;
        right: 0px;
    }

    .videos a.video.fancybox {
        margin-right: 0.5%;
        margin-left: 0.5%;
    }

    a.link {
        margin-left: 2%;
    }

    a.sub_cat {
        width: 50%;
        margin-right: 0;
    }

    .all_tips .tip {
        width: 49%;
    }

    .sidebtn {
        width: 27px;
        height: 23px;
        top: -47px;
        right: 81px;
        position: absolute;
        color: white;
        font-size: 20px;
        z-index: 9999;
        background-image: url(assets/images/dotshumburger.png);
        background-size: contain;
        background-position: center center;
        cursor: pointer;
    }

    .side_menu.open .sidebtn {
        content: "-";
    }

    .side_menu {
        transition: all 0.5s;
        right: -169px;
        z-index: 99;
        top: 0px;
    }

    .side_menu.open {
        right: -8px;
    }

    a.fancybox.file {
        width: 30%;
        padding: 0 1%;
        float: none;
        display: inline-block;
    }

    .fb_iframe_widget iframe,
    .fb_iframe_widget span {
        max-width: 100% !important;
    }

    .allCats.hp_cats .category .inner_content .imageWarraper {
        height: 92px;

        overflow: hidden;
    }

    .hp_cats.allCats .inner_content {
        margin-bottom: 13px;
    }

    a.sub_cat h2 {
        line-height: 15px;
        padding-bottom: 0;
    }

    .category-blog a.sub_cat h2 {
        line-height: 23px;
        padding-bottom: 20px;
    }

    a.sub_cat {
        margin-bottom: 28px;
    }

    .sidebtn {
        display: block;
    }

    .cycle-pager {
        position: relative;
    }

    .hp_cats {
        padding-top: 8px;
    }

    .image_banner img {
        max-width: 200%;
        width: 150%;
        margin: auto;
    }

    .image_banner {
        text-align: center;
    }

    .dochot .title h1 {
        line-height: 84px;
        font-size: 35px;
    }

    .footer_logo {
        display: none;
    }

    footer .container>div {
        width: 26%;
    }

    footer .container>div.links {
        width: 19%;
    }

    .tip.grid-item .image {
        width: auto;
        height: auto;
    }

}

@media (max-width: 640px) {

    /* ----- shilat 03.05.2017 ----- */
    .wrapper-landing-page .image-desktop {
        display: none !important;
    }

    .wrapper-landing-page .image-mobile {
        display: block !important;
    }

    .wrapper-landing-page .inner-lending {
        position: absolute;
        bottom: 34%;
        right: 11.6%;
        width: 76.45%;
    }

    .wrapper-landing-page .inner-lending .btn-lending {
        font-size: 28px;
        padding: 10px 0 14px;
    }

    .single .wrapper-popup-single .popup .inner {
        max-width: 85%;
        top: 20%;
    }
}

@media (max-width: 550px) {
    div#map-canvas {
        height: 118px;
    }

    .tip_content img.alignleft {
        float: none;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }

    .wrapper-landing-page .inner-lending .btn-lending {
        font-size: 18px;
        padding: 6px 0 6px;
    }

    .single .wrapper-popup-single .popup .inner {
        top: 10%;
    }

    .big_video.slick-slider button,
    .main_slider.slick-slider button {
        width: 10px;
        height: 27px;
        background-size: cover;
    }
}

@media (max-width: 530px) {
    .paperCuts .paperCutsItem ul li {
        float: none;
        width: 78%;
        padding: 1% 3% 2%;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    img.aligncenter {
        width: 100%;
        height: auto;
    }

    .title a.go_back_cat.single_emp {
        bottom: -87px;
    }

    div#map-canvas {
        height: 130px;
        background-position: top right;
    }

    .all_tips.clearfix .inner p {
        text-align: right;
        font-size: 19px;
        line-height: 25px;
    }

    .title.mobile_title {
        color: white;
        font-size: 30px;
        padding: 15px 0 19px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 12px;
        display: block;
    }

    .title.mobile_title p {
        margin-bottom: 0;
    }

    .side_cats {
        padding: 0px 2%;
        max-width: 98%;
        margin: auto;
        z-index: 9;
    }

    .fixed_background.title {
        padding-top: 31%;
    }

    body .fixed_background.title {
        background-size: 294%;
        background-position: top center;
    }

    .post_tip {
        max-height: 1000px;
        height: auto;
    }

    .good_advice .slick-arrow {
        right: -11px;
    }

    .single .online h2 {
        min-height: 80px;
        line-height: 30px;
        display: flex;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        text-align: center;
    }

    .good_advice .slick-arrow.slick-prev {
        left: -12px;
    }

    .contact_page #form .fieldest {
        max-width: 100%;
    }

    footer .container>div.footer_text,
    footer .container>div.footer_menu {
        float: none;
        display: inline-block;
        width: 49% !important;
        margin-left: 0;
    }

    a.animation.more_videos {
        bottom: 5px;
        left: 15px;
    }

    .newsletter .wrap-input {
        display: block;
        margin: auto;
    }

    body .fixed_background.title {
        padding-top: 47%;
    }

    .title.odot h1 {
        font-size: 30px;
        line-height: 33px;
        padding: 10px;
    }

    .search .grid-item {
        width: 100%;
    }

    .newsletter input[type="submit"] {
        display: block;
        margin: auto;
        width: 232px;
    }

    .woocommerce div.product {
        display: flex;
        flex-direction: column-reverse;
    }

    .home .allCats .category .inner_content .imageWarraper img {
        margin-right: -10%;
    }

    .trainnig .text {
        font-size: 22px;
        line-height: 28px;
    }

    h1.product_title.entry-title {
        margin-top: 0 !important;
    }

    .woocommerce img,
    .woocommerce-page img {
        /*max-width: 80%;*/
        display: block;
        margin: auto;
    }

    .variation_ajax img {
        max-width: 57px !important;
    }

    a.tobuy {
        margin-top: 0;
        margin: auto;
        display: none;
    }

    a.prod_cat.product {
        width: 100%;
    }

    .allCats a.prod_cat.product {
        height: auto;
    }

    .category_with_banner a.prod_cat.product {
        width: 100%;
    }

    .allCats .category.child .inner_content .imageWarraper img {
        max-height: 69px;
        max-width: 100%;
        margin-right: auto;
    }

    .allCats .category .inner_content .imageWarraper img {
        max-width: 130%;
        margin-right: -15%;
    }

    a.fancybox.file {
        width: 49%;
        width: 98%;
    }

    .product_image {
        float: none;
        width: 100%;
        text-align: right;
        margin: auto;
    }

    h1.product_title.entry-title {
        max-width: 100%;
    }

    .product .summary.entry-summary h2 {
        max-width: 100%;
    }

    .imageWarraper {
        max-width: 100%;
    }

    a.category.prod_cat {
        width: 47%;
    }

    .allCats .category .inner_content .imageWarraper {
        width: 120px;
        height: 120px;
    }

    a.sub_cat {
        width: 100%;
        margin-bottom: 14px;
    }

    .all_tips .tip {
        width: 98%;
        max-width: 317px;
        margin: auto;
        float: none;
        display: block;
        margin-bottom: 20px;
    }

    .all_tips .tip:nth-child(3) {
        margin: auto;
        margin-bottom: 20px;
    }

    a.more_posts {
        margin: auto;
        display: block;
        float: none;
        max-width: 347px;
    }

    .tip_content a.more_posts {
        padding: 4px 11px;
    }

    .at-resp-share-element.at-mobile .at-share-btn {
        margin-right: 3px !important;
    }

    a.go_back {
        line-height: 8px;
        font-size: 14px;
    }

    a.go_back.animation {
        /*top: 10px;*/
        /*right: -2%;*/
        right: 2%;
        /*width: 104%;*/
        width: 96%;
        /*top: -3%;*/
        top: -43px;
    }

    .job .cv {
        position: relative;
        left: 0;
        right: auto;
        display: block;
        text-align: left;
        margin-top: 20px;
    }

    .forum .image {
        display: block;
        margin: auto;
    }

    .forum_text {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: auto;
        font-size: 22px;
        line-height: 28px;
        float: none;
        text-align: center;
    }

    .forum a.link {
        float: none;
        display: block;
        max-width: 143px;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .shops div {
        margin-bottom: 13px;
    }

    .newsletter-title {
        display: block;
        margin-bottom: 10px;
    }

    .newsletter input[type="text"] {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 30px;
        padding: 19px 3%;
    }

    footer .container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    footer .container>div {
        width: 50% !important;
        float: right;
    }

    footer .container>div.footer_text {
        order: 2;
    }

    footer .container>div.footer_menu {
        order: 1;
        margin-bottom: 18px;
    }

    footer .container>div.links {
        order: 3;
    }

    footer#colophon {
        height: auto;
    }

    footer img {
        display: inherit !important;
    }
}

@media (max-width: 420px) {
    body .fixed_background.title {
        background-image: none;
        background-size: 100%;
        background-attachment: inherit;
        background-position: top center;
    }

    .single .wrapper-popup-single .popup .inner {
        top: 8%;
    }
}

.newsletter .wrap-input {
    display: inline-block;
    max-width: 301px;
    position: relative;
    vertical-align: top;
}

.newsletter label.error {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    font-size: 16px;
    color: red;
}



body.rtl [class*="block-grid-"]>* {
    float: right;
}

#home-articles-section {
    margin-top: 15px;
}

#home-articles-section .article-link {
    display: block;
}

#home-articles-section .article-title {
    font-weight: bold;
    font-size: 18px;
    color: #1d1f5f;
    margin-bottom: 15px;
    line-height: 25px;
}

#home-articles-section .article-image {
    margin-bottom: 15px
}

#home-articles-section .article-image img {
    max-height: 206px;
}

#home-articles-section .article-excerpt {
    font-size: 16px;
    color: #1d1f5f;
    line-height: 23px;
    margin-bottom: 15px
}

#home-articles-section .read-more {
    font-size: 14px;
    font-weight: bold;
    color: #37b6c8;
    display: block;
    border-bottom: 2px solid #1d1f5f;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .hp_cats.allCats .container {
        display: flex;
    }

    #home-articles-section {
        margin-top: 60px;
    }

    #home-articles-section .article-title {
        height: 48px;
        display: table;
        width: 100%;
    }

    #home-articles-section .article-title span {
        display: table-cell;
        vertical-align: middle;
    }

    #home-articles-section .article-excerpt {
        min-height: 96px;
    }
}

#home-articles-section a .grow {
    overflow: hidden;
    display: block;
    position: relative;
}

#home-articles-section a .grow img {
    transition: all 0.5s ease;
}

#home-articles-section a:hover .grow img,
#home-articles-section a:focus .grow img {
    transform: scale(1.1);
    cursor: pointer;
}

.home #content>div:nth-child(3)>div>a:nth-child(1),
#main>div.container>div.side_cats>ul>li:nth-child(1) {
    /*display: none;*/
}

#newsletter-modal .modal-dialog {
    width: 100%;
    margin: 30px auto;
    max-width: 680px;
    background: url(assets/images/bg111.jpg) no-repeat center center;
    background-size: cover;
}

#newsletter-modal .modal-content {
    box-shadow: none;
    border: 1px solid #ed1d25;
    border-radius: 0;
    background-color: transparent;
}

#newsletter-modal .modal-body {
    padding: 0;
}

.modal-close {
    position: absolute;
    left: 15px;
    top: -3px;
    color: #ed1d25;
    font-size: 40px;
    font-weight: 700;
    cursor: pointer;
}

.right-popup {
    float: left;
    width: 56%;
}

.right-popup img {
    width: 100%;
    display: block;
    padding-top: 50px;
}

.left-popup {
    float: right;
    width: 44%;
    text-align: center;
    padding-right: 0;
    max-width: 277px;
    margin-top: 20px;
}

.left-popup img {
    display: block;
    margin: 15px auto 0;
}

.left-popup h3 {
    color: #ed1d25;
    font-size: 37px;
    margin: 14px auto;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 40px;
}

.left-popup h4 {
    color: #2866a8;
    font-size: 26px;
    margin: 15px 0;
    font-weight: 700;
    letter-spacing: -1px;
}

.left-popup p {
    color: #2866a8;
    font-size: 20px;
    margin: 20px auto;
    font-weight: 600;
    letter-spacing: -1px;
    max-width: 300px;
    line-height: 27px;
}

.left-popup form sup {
    color: #ed1c24;
}

.left-popup form {
    max-width: 300px;
    margin: 15px auto;
}

.left-popup form label.error {
    color: red;
}

.left-popup span.invalid_phone,
.left-popup span.invalid_email {
    display: none;
}

.left-popup input[type="text"]:focus,
.left-popup input[type="tel"]:focus,
.left-popup input[type="email"]:focus {
    outline: none;
}
.left-popup input[type="text"], .left-popup input[type="tel"], .left-popup input[type="email"] {
    width: 100%;
    border: 1px solid #f1f1f1;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
    background: #fff;
    color: #000;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    direction: rtl;
}
.left-popup  input[type="tel"]::-webkit-input-placeholder,
.left-popup  input[type="text"]::-webkit-input-placeholder,
.left-popup  input[type="email"]::-webkit-input-placeholder {
   color: #000;
   opacity:1;
}
.left-popup  input[type="tel"]:-moz-placeholder,
.left-popup  input[type="email"]:-moz-placeholder,
.left-popup  input[type="text"]:-moz-placeholder { 
   color: #000;
   opacity:1; 
}
.left-popup  input[type="tel"]::-moz-placeholder , 
.left-popup  input[type="email"]::-moz-placeholder , 
.left-popup  input[type="text"]::-moz-placeholder { 
   color: #000;
   opacity:1;
}
.left-popup  input[type="tel"]:-ms-input-placeholder,
.left-popup  input[type="email"]:-ms-input-placeholder,
.left-popup  input[type="text"]:-ms-input-placeholder {  
   color: #000;
   opacity:1;
}


label.check {
    display: block;
    max-width: 100%;
    margin-bottom: 18px;
    font-weight: 600;
    text-align: right;
    font-size: 13px;
}
.popup-newsletter-btn:hover {
    background-color: #333;
}
.popup-newsletter-btn {
    background-color: #ed1c24;
    color: #fff;
    border: none;
    font-weight: 700;
    padding: 0;
    width: 100%;
    font-size: 15px;
    height: 42px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0px;
    margin: 10px 0 0;
}


#newsletter-modal .modal-close {
    position: absolute;
    left:inherit;
    right: 0;
    top: -41px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
}
.popup-forms{
    padding:30px 20px;
}
.popup-forms h3 {
    color: #e71c27;
    font-size: 25px;
    margin: 0 0 15px;
    font-weight: 900;
    line-height: 32px;
}
.popup-forms h4{
    color:#246bae;
    font-size: 22px;
    margin:0;
    font-weight: 900;
}
.left-popup p{
    margin:0;
    letter-spacing: 0;
}
.left-popup p a {
    color: #246bae;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 20px;
    display: block;
}
@media screen and (max-width:670px) {
#newsletter-modal .modal-dialog {
    max-width: 100%;
    width: 96%;
    margin: 40px auto;
}
.popup-forms {
    padding: 20px 20px;
}
.popup-forms h3 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 27px;
}
.popup-forms h4 {
    font-size: 18px;
}
}

@media screen and (max-width:630px) {
    #newsletter-modal .modal-dialog {
        max-width: 300px;
    }
    .left-popup {
        float: none;
        width: 100%;
    }
    .img-mobiles {
        display: block !important;
        padding: 10px 0 30px;
    }
    .right-popup {
        display:none;
    }
   .popup-forms h3 {
    font-size: 17px;
    margin: 0 0 10px;
    line-height: 24px;
    text-align: center;
}
    .popup-forms h3 br{
        display:none;
    }
    .left-popup h4 {
        font-size: 18px;
        margin: 10px 0;
    }

    .left-popup p {
        font-size: 18px;
        margin: 10px auto;
        line-height: 23px;
    }

    .left-popup form {
        max-width: 250px;
    }
.popup-forms h4 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}
.right-popup img {
    max-width: 250px;
    margin: 0 auto;
    padding: 20px 0 0;
}
.left-popup p a {
    font-size: 14px;
}
    .modal-close {
        left: 10px;
        top: -5px;
        font-size: 30px;
    }
}
.form-ct input, .form-ct textarea {
    line-height: normal;
    border: 1px solid #1d1f5f;
    margin-bottom: 11px;
    padding: 8px;
    width: 100%;
} 
.form-ct p {
    margin:0;
}  
.contact_page .form-ct label.error {
    position: inherit;
    left: inherit;
    color: red;
    bottom: inherit;
}
.form-ct input.error, .form-ct textarea.error {
    border: 1px solid red;
} 
.form-ct textarea {
    height:200px;
}
.form-ct input[type="submit"] {
    background: #1d1f5f url(assets/images/button_arrow.png) 13% 50% no-repeat;
    color: #fff;
    width: 100px;
    font-weight: bold;
    float: left;
    font-size: 20px;
    padding-left: 25px;
    border: 0;
    padding: 8px;
}
#thankyou{
    text-align: center;
    color: #0d8152;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}
#loading {
    position: relative;
    text-align: center;
    margin: 0 0 60px 0;
}
.loader {
    text-align: center;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #203644;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.form-ct{
    text-align: center;
}
.popup-form:hover {
    background: #ee2a2e;
    color: #fff;
}
.popup-form {
    background: #1d1f5f;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: 0;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 145px 0 0;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#popup-form {
    display: none;
    width:980px;
}
#popup-form iframe{
    width:100%;
    height:560px;
}
.Whatsapp-fixed{
    display:none;
}
@media screen and (max-width:990px) {
.popup-form {
    margin: 30px 0 50px;
}
.form-ct {
    text-align: right;
}
#popup-form {
    width: 640px;
}
}
@media screen and (max-width:760px) {
.Whatsapp-fixed {
    display: block;
    position: fixed;
    bottom: 100px;
    z-index: 99;
    max-width: 50px;
    left: 20px;
}
.side_menu.mobile-menus {
    display: block;
}
.side_menu.desktop-menus {
    display: none;
}
}
@media screen and (max-width:670px) {
#popup-form {
    width: 400px;
}
}
@media screen and (max-width:440px) {
#popup-form {
    width: 300px;
}
.right #glassix-widget-launcher-container{
    bottom: 0 !important;
}
}
#_atPopupSU .bl-template .bl-block-button-content-wrapper {
    width: 180px;
    margin: 0 auto;
}
.bl-padding-columns.bl-content-wrapper-columns{
    padding-right:0 !important;
}
.odot_content .job:nth-child(4) , .odot_content .job:nth-child(5) {
    display:none;
}
