img{
    max-width: 100%;
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(open_sans_hebrew_fixed/opensanshebrew-lightitalic-webfont.eot);
    src: url(open_sans_hebrew_fixed/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
        url(open_sans_hebrew_fixed/opensanshebrew-lightitalic-webfont.woff) format('woff'),
        url(open_sans_hebrew_fixed/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(open_sans_hebrew_fixed/opensanshebrew-light-webfont.eot);
    src: url(open_sans_hebrew_fixed/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
        url(open_sans_hebrew_fixed/opensanshebrew-light-webfont.woff) format('woff'),
        url(open_sans_hebrew_fixed/opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(open_sans_hebrew_fixed/opensanshebrew-italic-webfont.eot);
    src: url(open_sans_hebrew_fixed/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
        url(open_sans_hebrew_fixed/opensanshebrew-italic-webfont.woff) format('woff'),
        url(open_sans_hebrew_fixed/opensanshebrew-italic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(open_sans_hebrew_fixed/opensanshebrew-regular-webfont.eot);
    src: url(open_sans_hebrew_fixed/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
        url(open_sans_hebrew_fixed/opensanshebrew-regular-webfont.woff) format('woff'),
        url(open_sans_hebrew_fixed/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(open_sans_hebrew_fixed/opensanshebrew-bolditalic-webfont.eot);
    src: url(open_sans_hebrew_fixed/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
        url(open_sans_hebrew_fixed/opensanshebrew-bolditalic-webfont.woff) format('woff'),
        url(open_sans_hebrew_fixed/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(open_sans_hebrew_fixed/opensanshebrew-bold-webfont.eot);
    src: url(open_sans_hebrew_fixed/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
        url(open_sans_hebrew_fixed/opensanshebrew-bold-webfont.woff) format('woff'),
        url(open_sans_hebrew_fixed/opensanshebrew-bold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(open_sans_hebrew_fixed/opensanshebrew-extrabold-webfont.eot);
    src: url(open_sans_hebrew_fixed/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
        url(open_sans_hebrew_fixed/opensanshebrew-extrabold-webfont.woff) format('woff'),
        url(open_sans_hebrew_fixed/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(open_sans_hebrew_fixed/opensanshebrew-extrabold-webfont.eot);
    src: url(open_sans_hebrew_fixed/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
        url(open_sans_hebrew_fixed/opensanshebrew-extrabold-webfont.woff) format('woff'),
        url(open_sans_hebrew_fixed/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}



.warp{
    width: 100%;
}
.center_box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.center_box>img{
    max-height: 90%;
    max-width: 90%;
}
a.row{
    display: block;
}
body.dir_rtl .form-control[dir="auto"]:not(.dir_controlled_by_js){
    direction: rtl;
}



@media (min-width: 1200px){
    .page_width{
        width: 1200px;
        margin: 0px auto;
    }
}

@-webkit-keyframes animated_cs_logo{
    0%{background-position:0 0;}
    100%{background-position: 0 -418px;}
}
@keyframes animated_cs_logo{
    0%{background-position:0 0;}
    100%{background-position: 0 -418px;}
}
.cs_logo_png{
    width: 163px;
    height: 22px;
    background: url('../img/simplysmart-b.png') no-repeat 0 0;
    _background: url('../img/simplysmart.png') no-repeat 0 0;
    -webkit-animation: animated_cs_logo 3s steps(19) infinite;
    animation: animated_cs_logo 3s steps(19) infinite;
    -webkit-transition:all 0.5s;
    transition: all 0.5s;
}

.__modal-content{
    padding: 0 40px;
    border-radius: 0;
}
._modal-header .close{
    display: none;
    position: absolute;
    top: -18px;    
    left: -18px;
    background: #fff;
    font-size: 40px;
    text-shadow: none;
    padding: 0 8px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    opacity: 0.7;
    float: none;
    transition: all 1s;
}
._modal-header .close:hover{
    opacity: 1;
    transform: rotate(720deg);
}

.box{
    display: block;
}
.btn-primary {
    color: #fff;
    background-color: #1371ba;
    background-image: linear-gradient(to top, #1371ba 0, #2aa8e0 100%);
    border-color: transparent;
}
.btn-md-wide{
    padding-left: 35px;
    padding-right: 35px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    _color: #fff;
    _background-color: #f894b8;
    _background-image: linear-gradient(to top, #cf6189 0, #f894b8 100%);
    _border-color: #000;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    _color: #fff;
    _background-color: #0f79bf;
    _border-color: #0f79bf;
}
.btn-black{
    background: #000;
    color: #fff;
}
.btn-read-more{
    color: #fff;
    background-color: #0084b5;
    background: linear-gradient(to top, #0084b5 0, #00aeff 100%);
    border-color: transparent;
    box-shadow: 0 10px 6px -6px #777;
    transition: all 0.25s;
}
.btn-read-more:hover, .btn-read-more:active, .btn-read-more:focus{
    color: #fff;
    border-color: #0084b5;
}
.btn-read-more.active.focus, .btn-read-more.active:focus, .btn-read-more.active:hover, .btn-read-more:active.focus, .btn-read-more:active:focus, .btn-read-more:active:hover, .open>.dropdown-toggle.btn-read-more.focus, .open>.dropdown-toggle.btn-read-more:focus, .open>.dropdown-toggle.btn-read-more:hover {
    color: #fff;
    background: linear-gradient(to bottom, #0084b5 0, #00aeff 100%);
    box-shadow: 0 10px 6px -9px #777;
}
.banner .btn-read_more{
    margin-top: 10px;
}
.btn-read_more:hover{
    color: #003670;
}
.btn-read_more.with_fa{
    font-size: 0;
    padding: 6px 10px;
}
.btn-read_more.with_fa .fa{
    font-weight: bold;
    font-size: 20px;
}
.active_1 .hide_active{
    display: none;
}
.active_1 .show_active_inline{
    display: inline !important;
}


.icon-input-btn{
    _display: inline-block;
    position: relative;
    font-size: 32px;
}
.dir_rtl .icon-input-btn input[type="submit"], .dir_rtl .icon-input-btn input[type="button"]{
    padding-right: 3em;
}
.dir_ltr .icon-input-btn input[type="submit"], .dir_ltr .icon-input-btn input[type="button"]{
    padding-left: 3em;
}
.icon-input-btn .fa{
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    line-height: 1;
    padding: 0.5em 0.5em 0.4em;
    pointer-events: none;
}
.dir_rtl .icon-input-btn .fa{
    right: 0;
    border-left: 1px solid #27a0db;
    border-left: 2px ridge #27a0db;
}
.dir_ltr .icon-input-btn .fa{
    left: 0;
}


h1{
    padding: 32px 0;
    font-size: 26px;
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #e2e2e2;
}
h2, h3{
    font-size: 1.2em;
    font-weight: normal;
    color: #000;
    margin-bottom: 6px;
}
hr{
    border-top-color: #000;
}
p {
    margin: 0 0 10px;
}
body{
    _font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 16px;
    background: #fff;
    width: 100%;
    position: relative;
    padding-top: 0px;
    padding-right: 0 !important;
    transition: all 0.1s;
}
td, th{
    border: 1px solid #000;
}
body.lang_heb{
    _font-family: 'Alef', Tahoma, sans-serif;
}
body.font_size_big{
    font-size: 18px;
}
body.font_size_biggest{
    font-size: 18px;
}
.header{
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 156px;
    margin-top: 18px;
    margin-top: -6px;
    margin-bottom: 0;
    _background-color: #fff;
    _background-color: rgba(255,255,255,.98);
    background-color: transparent;

    _background: url('../img/header_bg.png') repeat-x left top transparent;
    _background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,.4) 70%, transparent 100%);

    border: none;
    _box-shadow: 0 0 10px rgba(0,0,0,.25);
    box-shadow: none;
    pointer-events: none;
}
.dir_rtl .header{
    background: url('../img/header_bg_rtl.png') repeat left top transparent;
}
.dir_ltr .header{
    background: url('../img/header_bg_ltr.png') repeat right top transparent;
}
.header>div{
    pointer-events: none;
}
.header>div>*{
    pointer-events: auto;
}
.header .container-fluid{
    pointer-events: none;
}
.header .container-fluid>*{
    pointer-events: auto;
}
.header .container-fluid .warp_header_top{
    pointer-events: none;
}
.header .container-fluid .warp_header_top>*{
    pointer-events: auto;
}
.scroll_from_top .header, .header{
    position: fixed;
    top: -71px;
    top: -47px;
}
.logo p{
    margin-bottom: 0;
}
.logo a{
    display: block;
    margin:  0;
    padding: 28px 8px;
}
.logo img{
    width: 119px;
    transition: all 0.5s;
}
.scroll_from_top .logo a, .logo a {
    margin-top: 44px;
    padding-left: 12px;
    padding-right: 30px;
}
.dir_ltr .scroll_from_top .logo a, .logo a {
    margin-top: 44px;
	padding-left: 0;
	padding-right: 10px;
}
.scroll_from_top .logo img, .logo img{
    width: 130px;
    height: auto;
}
.navbar-nav .fa > span {
    display: none;
}
.header_phone_btn{
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    background: transparent;
}
.header_phone_btn:hover{
    color: #000;
    text-decoration: none;
}
.header_phone_btn .link{
    color: #0f79bf;
}
.dir_rtl .link_label{
    border-right: 1px solid #e9e9e9;
    margin-right: 6px;
    padding-right: 6px;
}
.dir_ltr .link_label{
    border-left: 1px solid #e9e9e9;
    margin-left: 6px;
    padding-left: 6px;
}
.dir_rtl .header_phone_btn .fa{
    color: #eee;
    color: #15ACCD;
    transform: scale(-1, 1);
}
.header_warp_search{
    padding: 7px 0;
}
.header_warp_search .title{
    display: none;
}
.header_links{
    width: 220px;
}
.header_link{
    display: block;
    color: #e98bad;
    padding: 8.5px 0;
    text-align: center;
}
.header_link:hover{
    color: #e98bad;
}
.header_link_2, .header_link_2:hover{
    color: #edb21a;
    border-top: 1px solid #e8e8e8;
}
.header_link_fa{
    color: #6d4c42;   
    float: right;
    width: 40px;
    border-left: 1px solid #e8e8e8;
}
.header_link_fa:hover{
    color: #6d4c42;   
}
.header_link_fa .fa{
    transition: all 0.5s;
}
.header_link_fa .fa:hover{
    color: #6d4c42;   
    transform: scale(1.8) rotate(360deg);
}

.navbar-header{
    float: none;
}
.navbar-nav {
    position: relative;
    z-index: 1;
    width: auto;
    _border-top: 1px solid #e9e9e9;
    background: transparent;
}
.navbar-default .navbar-nav>li>a{
    padding: 15px 12px;
    color: #777;
    background: transparent;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    border: none;
    _border-right: 1px solid #d7d7d7;
    _border-left: 1px solid #e8e8e8;
    _border-top: 1px solid #d7d7d7;
    _border-bottom: 2px solid transparent;
    _border-radius: 6px;
    transition: all 0.5s;
}
.navbar-default .navbar-nav>li>a>.text{
    
}
.navbar-default .navbar-nav>li>a.fa {

}
.navbar-default .navbar-nav>li>a.fa>.text{
display: none;
}
.navbar-default .navbar-nav>li>a>.text_2{
    font-size: 14px;
    color: #777;
}
.dir_rtl .navbar-default .navbar-nav>li:first-child>a {
    border-right: 1px solid #e8e8e8;
}
.navbar-default .navbar-nav>.active>a{
    background: transparent;
}
.navbar-default .navbar-nav:not(:hover)>.active>a,
.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active:hover>a,
.navbar-default .navbar-nav>.active:focus>a,
.navbar-default .navbar-nav>.open:hover>a{
    z-index: 1;
    background: transparent;
    color: #000;
    _border-color: #e8e8e8;
    _border-bottom-color: #6d4c42;
}

.navbar-default .navbar-nav .text-hide a{
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.navbar-default .navbar-nav a.fa {
    border: 0 none;
    line-height: 49px;
    padding: 0 10px;
}
.navbar-default .navbar-nav a.fa:hover{
    border-color: #0f79bf;
}

.warp_menu_icon{
    text-align: center;
    color: #105493;
    padding: 8px 0;
    border-bottom: 1px solid #d7d7d7;
}
.warp_menu_icon  .fa{
    transition: all 0.5s;
}
.navbar-default .navbar-nav:not(:hover)>.active>a .warp_menu_icon .fa,
.navbar-default .navbar-nav>li:hover>a .warp_menu_icon .fa,
.navbar-default .navbar-nav>li>a:focus .warp_menu_icon .fa,
.navbar-default .navbar-nav>.active:hover>a .warp_menu_icon .fa,
.navbar-default .navbar-nav>.active:focus>a .warp_menu_icon .fa,
.navbar-default .navbar-nav>.open:hover>a .warp_menu_icon .fa{
    color: #f0a93a;
}
.header_warp_search .warp_menu_icon{
    padding-top: 7px;
    padding-bottom: 8px;
}

.warp_header_menu{
    margin-top: 54px;
    _box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: transparent;
    max-width: 992px;
}
.navbar-default .header_menu{
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav .fa > span{
    display: none;
}
.navbar-nav>li>.dropdown-menu{
    padding: 0;
    margin: 0;
    margin-top: 0;
    border: none;
    _border-top: 1px solid #fff;
    border-radius: 0;
    _box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

    _right: 0;
    _left: 0;
}
.navbar-nav>li.open>.dropdown-menu{
    display: flex;    
}
.dropdown-menu{
    font-size: 0.875em;
    _background-color: rgba(255,255,255,0.8);
    background-color: #fff;
}
.dropdown-menu:empty{
    display: none !important;
}
.navbar-nav .dropdown-menu .dropdown-menu{
    top: 0;
    left: auto;
    right: 97%;
}
.dir_ltr .navbar-nav .dropdown-menu .dropdown-menu{
    left: 97%;
    right: auto;
}
/*
.navbar-nav>li>.dropdown-menu:before{
    content: url(../img/triangle_up.png);
    position: absolute;
    top: -15px;
    right: 20px;
}
.dir_ltr .navbar-nav>li>.dropdown-menu:before{
    left: 20px;
    right: auto;
}
*/
.dropdown-menu>li{
    position: relative;
}
@media (min-width: 768px){
    ._dropdown-menu>li::before{
        position: absolute;
        content: ' ';
        display: block;
        width: 3px;
        height: 10px;
        background: #fff;
        margin: 14px;
    }
}
.dropdown-menu>li>a{
    padding: 8px 30px;
    font-size: 1em;
    font-weight: normal;
    color: #bbb;
    background: #000;
    _border-bottom: 1px solid #e2e2e2;
}
.dropdown-menu>li:first-child>a img.flip{
    display: none;
}
.dropdown-menu>li:first-child>a{
    border-top: none;
    _box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.2) inset;
}
.dropdown-menu>li:last-child>a{
    border-bottom: none;
}
.dropdown-menu>li.active>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus, #warper_all .dropdown-menu>li.open>a{
    color: #fff;
    background: #000;
}
.dropdown-menu>li.active, .dropdown-menu>li:hover {
    _background: #30c4df;
}
.navbar-nav>li:last-child>.dropdown-menu{
    right: 0;
    left: auto;
}
.dir_rtl .navbar-nav>li:last-child>.dropdown-menu{
    right: auto;
    left: 0;
}
.top_bar{
    padding: 0px;
}
.warp_member_bar{
    margin: 14px 0;
    font-size: 14px;
    border-left: 1px solid #ccc;
}
.warp_member_bar a{
    padding: 0;
}
.warp_member_bar .fa{
    padding: 0 16px;
}
.warp_langs_menu{
    padding: 46px 11px 0;
}
.warp_langs_menu .form-control{
    background: #f5f5f5;
    color: #0f79bf;
}
.warp_langs_menu a{
    position: relative;
    _display: block;
    z-index: 1;
    _float: right;
    padding: 6px 8px;
    border-bottom: 1px solid transparent;
    color: #777;
    font-size: 16px;
    _box-shadow: 0 0 5px rgba(0,0,0,.1);
    transition: all 0.25s;
}
.dir_ltr .warp_langs_menu a{
    _float: left;
}
.warp_langs_menu:not(:hover) a.active, .warp_langs_menu a:hover{
    color: #000;
    background: #c8cf2d;
}
.not_registered_member .warp_member_bar .login, .registered_member .warp_member_bar .logout{
    display: block;
}
.not_registered_member .warp_member_bar .logout, .registered_member .warp_member_bar .login{
    display: none;
}
.warp_header_text{
    height: 70px;
    padding: 0 20px;
}

.warp_content_0{
    position: relative;
    z-index: 10;
    background: #fff;
}
.warp_content{
    position: relative;
    background: #fff;
}

.with_side_bar .content{
    display: flex;
    _overflow-y: hidden;
}
.content_bar{
    padding: 0;
    margin: 0 auto;
    flex-grow: 1;
}

.content_bar h2{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.in_content_text{
    min-height: 200px;
    padding: 20px 0;
    font-size: 18px;
    text-align: justify;
}
.in_content_text img{
    max-width: 100%;
    height: auto;
}
.with_side_bar .content h1{
    padding-left: 40px;
    padding-right: 40px;
}
.dir_rtl.with_side_bar .in_content_text{
    padding-right: 40px;
}
.dir_ltr.with_side_bar .in_content_text{
    padding-left: 40px;
}

.sidebar_text{
    margin-top: -20px;
}

.side_bar{
    padding-top: 40px;
    min-height: 350px;
    background: transparent;
}
.dir_ltr .side_bar{
    padding-right: 0px;
    padding-left: 0;
    background: linear-gradient(to left, #e8e8e8 0%, transparent 100%);
    box-shadow: -10px 0px 5px -5px rgba(0, 0, 0, 0.15) inset;
}
.dir_rtl .side_bar{
    padding-left: 0px;
    padding-right: 0;
    background: linear-gradient(to right, #e8e8e8 0%, transparent 100%);
    box-shadow: 10px 0px 5px -5px rgba(0, 0, 0, 0.15) inset;
}
.side_menu{
    margin-bottom: 40px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
}
.side_menu:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.side_bar .nav>li>a {
    position: relative;
    padding: 15px 20px;
    color: #777;
    background: transparent;
    font-size: 15px;
    font-weight: normal;
    border-top: 1px solid #ccc;
    transition: color 0.25s, background 0.25s, border 0.25s;
}
.side_bar .nav>li>a img{
    max-height: 25px;
}
.side_bar .nav>li:first-child>a {
    border-top: none;
}
.nav.menu_with_icon>li>a{
    padding-right: 60px;
}
.menu_with_icon>li>a img {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.side_bar .nav>li:first-child>a {
    _border-top: none;
}
.side_bar .nav-stacked>li+li {
    margin-top: 0px;
}
.side_menu:not(:hover) .nav>li.active>a, .side_menu:not(:hover) .nav>li>a:focus, .side_menu:not(:hover) .nav>li>a:hover,
.side_menu .nav>li>a:hover {
    text-decoration: none;
    color: #000;
    _background: #e98bad;

}



.side_bar .nav>li.active>a:before, .side_bar .nav>li>a:hover:before {
    _content: url(../img/side_menu_active_ltr_bg.png);
    position: absolute;
    display: block;
    top: -2px;
    left: -10px;
    background: transparent;
}
.dir_rtl .side_bar .nav>li.active>a:before, .dir_rtl .side_bar .nav>li>a:hover:before {
    _content: url(../img/side_menu_active_rtl_bg.png);
    left: auto;
    right: -10px;
}
.side_bar .nav:hover>li.active>a:before {
    display: none;
}
.side_bar .nav>li.active>a:hover:before {
    display: block;
}
.side_bar .dropdown-menu{
    display: none;
    position: relative;
    top: auto;
    left: auto;
    float: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.side_bar .active>.dropdown-menu{
    _display: block;
}
.side_bar .dropdown-menu>li>a{
    background-color: transparent;
    border-top: 1px solid #d6d6d6;
    margin: 0 50px 0 0;
    padding: 4px 12px;
    color: #777;
}
.side_bar .dropdown-menu>li>a{
    margin: 0 0 0 50px;
}
.side_bar .dropdown-menu>li.active>a, .side_bar .dropdown-menu>li>a:hover{
    color: #0f79bf;
    background: #fff;
}
.nav_header~li:nth-child(2)>a{
    border-top-color: transparent;
}
.nav_header h2{
    position: relative;
    margin: 0 -10px;
    padding: 14px 0;
    background: #0092ac;
    color: #fff;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0,0,0,.25);
}
.nav_header h2::before, .nav_header h2::after{
    position: absolute;
    content: ' ';
    bottom: -10px;
    right: 0;
    border-left: 10px solid #916406;
    border-bottom: 10px solid transparent;
}
.nav_header h2::after{
    right: auto;
    left: 0;
    border-right: 10px solid #916406;
    border-left: none;
}


.social{
    position: relative;
    margin-top: 34px;
}
.social_solid {
    display:inline-block;
    position:relative;
    width:36px;
    height:36px;
    opacity: 1;
    text-align:center;
    margin: 0 10px;
    border-radius:60px;
    transition:border-color .3s ease-out,color .3s ease-out,background .3s ease-in;
}
.social_solid i {
    line-height: 36px;
    transition: all 1s;
}
.social_solid:hover i{
    color:#fff;
}
.social_solid:hover{
    background:#fff;
}
.warp_social_facebook{
    padding-top: 20px;
    color: #777;
}
.banner{
    position: relative;
    transition: all 0.5s;
}
/*
.banner .item:after{
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(to top, rgba(16, 6, 4, 0.72) 0, transparent 100%);
}
*/
.homepage .banner .item:after{
    height: 543px;
}
.homepage .banner .carousel-inner>.item:after{
    content: ' ';
    position: absolute;
    height: 444px;
    background: url('../img/banner_bg.png') repeat-x left bottom transparent;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,.45) 14%,rgba(0,0,0,0.27) 28%,rgba(0,0,0,0.11) 42%,rgba(0,0,0,0.01) 60%);

    pointer-events: none;
    bottom: 0;
    right: 0;
    left: 0;
}
/*
*/
.banner .carousel-inner>.item>a>img, .banner .carousel-inner>.item>img{
    margin: 0 auto;
    -min-width: 1300px;
}
@media (max-width: 800px) {
    .banner .carousel-inner>.item>a>img, .banner .carousel-inner>.item>img{
        margin: 0 calc(50vw - 400px);
        min-width: 800px;
    }
}
.carousel .item > a{
    display: block;
}

.carousel-control{
    z-index: 10;
}
.carousel-caption{
    padding-top: 10px;
    padding-bottom: 30px;
    left: 0;
    right: 0;
    bottom: 0;

    color: #000;
    text-shadow: none;

    text-align: initial;
    _background: radial-gradient(rgba(255,255,255,.5) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
    _background: radial-gradient(rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
    _background: radial-gradient(rgba(255,255,255,.5) 0%, rgba(255,255,255,.5) 500px, rgba(255,255,255,0) 800px, rgba(255,255,255,0) 100%);
}
.carousel-caption>.page_width{   
    text-align: center;
}

.carousel-caption h2{
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    text-shadow: 2px 2px 2px rgba(0,0,0,.6);
}
.carousel-caption p{
    color: #f8d886;
    font-size: 25px;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(0,0,0,.6);
}
.carousel-caption .btn{
    padding: 8px 34px;
    _background: linear-gradient(to top, #0f79bf 0, #0792ee 100%);
    border-color: transparent;
    font-size: 16px;
    _box-shadow: 0 0 5px rgba(0,0,0,.25), 0 0 3px 1px rgba(255, 255 ,255, .15) inset;
    _box-shadow: 0 2px 5px rgba(0,0,0,.25);
    _transition: all 0.5s;
}
/*
.carousel-caption .btn:hover{
    background: rgba(0,0,0,.8);
    border-color: #fff;
}
*/
@media (min-width: 768px){
    .form-horizontal .checkbox .control-label {
        text-align: initial;
    }
}
.help-block:empty{
    display: none;
}
.warp_form .help-block{
    margin-bottom: 0;
}
.content_text .warp_form{
    padding-top: 0px;
    padding-bottom: 0px;
}
.breadcrumb {
    padding: 8px 10px;
    margin-bottom: 0;
    font-size: 14px;
    list-style: none;
    border-radius: 0;
    _border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #f3f3f3;
}
.with_side_bar .breadcrumb {
    padding-right: 40px;
    padding-left: 40px;
}
.breadcrumb a{
    color: #777;
}
.breadcrumb li:last-child > a{
    color: #0f79bf;
    color: #000;
}
.footer_logo{
    margin-left: 10px;
}
.warp_footer{
    width: 100%;
    position: relative;
    background: #000;
    color: #fff;
    padding: 20px 0;
    padding: 0;
    _box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15) inset;
    z-index: 99;
}
.footer{
    position: relative;
}
.warp_footer_1{
    _border-top: 1px solid #000;
    box-shadow: 0 5px 5px rgba(0,0,0,.25) inset;
}
/*
.warp_footer_1 .form-control::-moz-placeholder{color:#fff;opacity:1}.warp_footer_1 .form-control:-ms-input-placeholder{color:#fff}.warp_footer_1 .form-control::-webkit-input-placeholder{color:#fff}
.warp_footer_1 .form-control{
    color: #fff;
}
*/
.warp_footer_2 .footer_bottom{
    padding-bottom: 0;
    border-top: 1px solid #363636;
    border-top: 2px groove #363636;
}
.footer_contact_form .warp_contact_as_form{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.warp_footer_contact{
    padding: 35px 0;
}
.warp_cs_logo{
    padding: 40px 0;
}
@media(min-width: 768px){
    .footer_contact_form .col-sm-3, .footer_contact_form .col-sm-6, .footer_contact_form .col-sm-12{
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}
.footer_contact_form h2{
    font-size: 22px;
    padding: 0 7.5px;
    color: #fff;
}
.footer_contact_form h3{
    padding: 8px 7.5px;
    font-size: 18px;
}
.footer_contact_form textarea{
    height: 132px;
}
.footer_contact{
    padding: 30px 0;
    _border-top: 1px solid #e7e7e7;
}
.footer_contact img{
    max-width: 100%;
    height: auto;
}
.cs_logo {
    _padding: 20px 0;
}
.footer_links{
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 30px;
    color: #777;
}
.footer_links a{
    display: block;
    width: 25%;
    min-width: 140px;
    float: right;
    padding: 2px 0px;
    color: #777;
    font-size: 16px;
    transition: border 0.25s, background 1s;
	text-decoration:none;
	line-height:33px;
}
.dir_ltr .footer_links a{
    float: left;
}
.footer_links a:hover{
    color: #fff;
}
.footer_form{
    padding-top: 60px;
    padding-bottom: 40px;
}
.footer_form h2{
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}
.footer_form .form-control{
    background: transparent;
}
.footer_form textarea.form-control{
    height: 132px;
}
.footer_form .btn-primary{
    color: #000;
    background-color: #fff;
    background-image: none;
    _background-image: linear-gradient(to top, #e4ae22 0, #f8d886 100%);
}
.search_form{
    position: relative;
}
.search_form .q_search{
    background: #e3e3e3;
    border: 1px solid #c1c1c1;
    border-bottom: none;
}
.search_form .btn_glasss{
    position: absolute;
    left: 0px;
    top: 0;
    margin: 3px;
    padding: 3px 6px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
.dir_ltr .search_form .btn_glasss{
    left: auto;
    right: 0px;
}

/* --------------------------------- */

.font_bar .normal_size{
    font-size: 12px;
}
.font_bar .big_size{
    font-size: 16px;
}
.font_bar .biggest_size{
    font-size: 20px;
}

.aside_box{
    position: relative;
    margin-top: 20px;
    padding: 24px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: all 0.5s;
}
.side_search .form-group{
    margin-bottom: 0;
}
.side_form{
    position: relative;
    margin-top: 20px;
    padding: 24px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: all 0.5s;
}
.side_form:hover, .aside_box:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.sidebar_form_tag{
    position: absolute;
    top: -5px;
}
.dir_rtl .sidebar_form_tag{
    right: -5px;
}
.dir_ltr .sidebar_form_tag{
    left: -5px;
}
.side_form_title h2{
    padding-bottom: 15px;
}
.side_form_title h2{
    color: #000;
    font-size: 18px;
}
.side_form .checkbox{
    font-size: 11px;
    max-width: 80%;
}
.side_form .checkbox{
    font-size: 11px;
    max-width: 80%;
}
.side_form .control-label{
    display: none;
}
.side_form .checkbox .control-label{
    display: inline;
}
.side_form .form-group .col-sm-8{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.side_news{
    position: relative;
    margin-top: 20px;
    padding: 24px 20px;
    background: transparent;
    border-radius: 8px;
    _box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: all 0.5s;
}
.side_news:hover{
    _box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.side_news_title{
    padding: 20px 0;
    font-size: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.side_news_title span{
    color: #0092ac;
}
.warp_news .slick-track{
    margin-top: 30px;
}
.warp_news_articles .warp_news .slick-track{
    margin-top: 20px;
}
.news_item{
    padding: 0 0;
    display: block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.news_item:hover{
    color: #000;
    text-decoration: none;
}
.news_item h3 {
	padding: 0 0 4px 0;
	font-size: 16px;
	color: #000;
	font-weight: 900;
	border-bottom: 1px solid #e8e8e8;
}
.war_news_list_btns{
    text-align: center;
}
.news_list_btns{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#warper_all .news_list_btns .btn{
    border-radius: 0;
}

.warp_social_bar{
    border-top: 1px solid #e2e2e2;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    _background: #f1f1f1;
}
.dir_rtl.with_side_bar .warp_social_bar{
    padding-right: 40px;
}
.dir_ltr.with_side_bar .warp_social_bar{
    padding-left: 40px;
}
.contact_as_form h3{
    font-size: 16px;
}
.contact_as_form .form-control{
    background: #fff;
    border-color: #545454;
    color: #000;
}
.contact_as_form .btn{
    padding-left: 74px;
    padding-right: 74px;
}
.warp_social_bar>*{
    vertical-align: bottom !important;
    margin-right: 4px;
    margin-left: 4px;
}
.warp_social_bar .send_to_friend, .warp_social_bar .print_page{
    color: #000;
}
.warp_social_bar .send_to_friend .fa, .warp_social_bar .print_page .fa{
    margin-left: 10px;
    margin-right: 10px;
    color: #000;
    transition: all 0.25s;
}
.warp_social_bar .print_page .fa{
    color: #000;
}
.warp_social_bar .send_to_friend:hover .fa, .warp_social_bar .print_page:hover .fa{
    transform: scale(1.25);
}



/* --------- news ----- */
.warp_news {
    height: 380px;
}
.warp_news > div , .warp_news > div> div{
    height: 380px !important;
}
.news_item {
	padding: 5px 10px;
	background: #fff;
	margin-top: 0;
	margin-bottom: 10px;
	transition: all 1s;
	display: block;
	min-height: 110px;
	border-bottom: 1px solid #333;
}
.news_item.flip{
    background:#fff;
}
.news_item:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}
.news_item_details .warp_img{
    padding-right: 0;
    padding-left: 0;
    height: 180px;
    background: #ebebeb;
    overflow: hidden;
}
.news_item .warp_img img{
    transition: all 0.5s;
}
.news_item:hover .warp_img img{
    transform: scale(1.05);
}
.news_item_details .warp_text{
    padding-top: 40px;
}
.news_item_details .title{
    color: #000;
    font-size: 22px;
    font-weight: bolder;
}
.news_item_details .text{
    font-size: 22px;
    min-height: 62px;
}
.news_item_details .warp_time{
    font-weight: bolder;
    font-size: 22px;
}
.news_item_modal .modal-dialog{
    margin-top: 80px;
}
.news_item_modal .modal-content{
    border-radius: 0;
}
.news_item_modal button.close{
    position: absolute;
    top: -20px;
    left: -20px;
    opacity: 1;
    transition: all 0.5s;
}
.news_item_modal button.close img{
    border-radius: 50%; 
    transition: all 0.5s;
}
.news_item_modal button.close:hover{
    transform: rotate(360deg);
    opacity: 1;
    border-radius: 40%;
}
.news_item_modal button.close:hover img{
    border-radius: 0;
}
.news_item_text{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}
.news_item_modal .warp_form{
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}
/* --------- catalog ----- */
.news_item_details .warp_text {
    padding-top: 0;
}
.catalog_item_1 .title{
    margin-bottom: 15px;
}
.catalog_item_1 .text{
    font-size: 16px;
}
.catalog_item_1 .warp_img{
    border: 1px solid #dedede;
    background: #fff;
}
.catalog_item_1 .warp_form{
    display: none;
}
.catalog_product{
    position: relative;
}
.warp_catalog_product .warp_tag{
    position: absolute;
    width: 93px;
    height: 92px;
    top: -5px;
    left: -5px;
    _background: #eee;
    overflow: hidden;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAABcCAMAAAA780lUAAABDlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAontQnm9EontMTa6wSWYccc54hjcgpn9Qgi8YXZ5QPUYAWcrQfeqQVYY4hjsklmM4nm9Eeh8Qdd6EZbJgjk8wAAAAij8kXd7cjk8wRVoUkk8wdg8Abf74lls0cf70afbwdg8AgfaYfiMQehsIZeroFR3wll84ae7sFR3sFR3oFRnoUbrIdhMEFSHwFRnoFSHwpn9QnndImmc8mm9Eklc0ij8kll84hjcggi8cficUdgsAcgL4jk80ikcsZerseh8Mbfb0dhsIdhMEWc7YYeLkYdrgXdbcafbwafLwVcbQFR3sFRHYVb7MFQXETbbEEP20JT4USZZkRYZLB9iS6AAAAN3RSTlMAAwkZICQR6jH8DmNtPSv5aGH3cGb18O3hbWs5Evr38mP6+vD6+vrwc/r698g2+u/bIBjnq4U/sfLqbwAAAXxJREFUaN7tzGdSwlAYBdBrRUHF3rtiQZRi7xUbtheSoPvfiKN/PnUQXsK7TDJwFnDgRV9kX9d7JgbQcstSqSgp/7BtS0lvOHfdr13tEPLutY72tunWFqCZ1y0fClbeFTnQxM87GyUfo+ZHmrj5hPlcBC4/1BW0fDS8+amm5R7P+WaI82NNPvIp7XzBRz4X3vxaU/DyG00z1HzSc947cqKpmZvLzzTFw5v3e8/j55oaKsf4haZ1yT3sjFx2Ri77rY6k5N52Ri77fXXJYcmN74u+c2w/VFNDjlVGLvtlZZITdskJe6K2HEtXFUhO2BMxyX3ujFz2u/+sSO5/Z+bIM3MUXsoyk+O1rC0zOfLlSE7YN0zloOag5ij8NTtvLgc1x9NvZnNQczz/ZDoHNY8+isEByQ3tjFx2Ri47I5edkcv+9o2TI8rIZWfksheLRUdy87ujJDe+OyWXlSPnlGyXlSNXsmyblQMZy7JoOXaVUrQc2bRS4NlLKxBlUyD5BJ26rPmX6cXcAAAAAElFTkSuQmCC');
}
.warp_catalog_product .tag{
    position: relative;
    display: block;
    _background: red;
    _background: linear-gradient(45deg, #1371ba 0, #2aa8e0 100%);
    padding: 6px 0;
    text-align: center;
    transform: rotate(-45deg);
    position: absolute;
    left: -29px;
    top: 16px;
    width: 122px;
    font-weight: bold;
    color: #fff;
}
.warp_catalog_product .tag{

}
/* --------- blocks ----- */
.block{
    display: block;
    height: 370px;
    margin-bottom: 30px;
    color: #000;
}
.block .warp_img{
    background: #e6e4db;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.block .warp_img img{
    transition: all 0.5s;
}
.block .warp_text{
    background: #e7d1a8;
    height: 100%;
    padding: 30px;    
    font-weight: bold;
    border: 1px solid #f6f4ed;
    transition: all 0.5s;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.block_title{
    position: absolute;
    bottom: 0;
    margin: 20px;
    padding: 12px 20px;
    background: #f6f4ed;
    font-size: 25px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    transition: all 0.5s;
}
.block:hover{
    color: #000;
    text-decoration: none;
}
.block:hover .warp_img, .block:hover .warp_text{
    _box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.block:hover .warp_img img{
    transform: scale(1.05);
}
.block:hover .block_title{
    box-shadow: 0 0 15px rgba(0,0,0,.5);
}
/* --------- exhibitions ----- */
.content_bar .exhibition_tiltle{
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 40px;
}
.exhibitions_items{
    padding-bottom: 140px;
}
.exhibitions_items .warp_img_0{   
    background: #fff;
    padding: 20px;
    height: 310px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: all 0.5s;
}
.exhibitions_items .warp_img{
    position: relative;
    overflow: hidden;
}
.exhibition_item .col_text::after{
    content: url(../img/line_2.png);
    display: block;
    position: absolute;
    margin-top: -20px;

    right: -80px;
}
.dir_rtl .exhibition_item.flip .col_text::after{
    content: url(../img/line_1.png);
    right: auto;
    left: -80px;
}
.dir_ltr .exhibition_item .col_text::after{
    content: url(../img/line_1.png);
    right: auto;
    left: -80px;
}
.dir_ltr .exhibition_item.flip .col_text::after{
    content: url(../img/line_2.png);
    right: -80px;
    left: auto;
}
.exhibition_item:last-child .col_text::after{
    display: none;
}
.exhibitions_items .col_img{
    height: 10px;
}
.exhibitions_items .col_text{
    min-height: 230px;
    padding-top: 80px;
    padding-bottom: 20px;
}



.exhibitions_items .col_text{
    min-height: 260px;
    padding-top: 110px;
    padding-bottom: 20px;
}
.exhibitions_items .flip .col_text{
    min-height: 200px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.dir_rtl .exhibition_item .col_text{
    text-align: right;
}
.dir_rtl .exhibition_item.flip .col_text{
    text-align: left;
}
.dir_ltr .exhibition_item .col_text{
    text-align: left;
}
.dir_ltr .exhibition_item.flip .col_text{
    text-align: right;
}
.exhibition_item .title{
    font-size: 24px;
    font-weight: normal;
    padding: 20px 0;
    text-decoration: none;
    transition: all 0.5s;
}
.exhibition_item:hover .title{
    text-decoration: underline;
}
.exhibitions_items .text{
    font-size: 18px;
}
.exhibition_item .warp_img img{
    transition: all 0.5s;
}
.exhibition_item:hover .warp_img img{
    transform: scale(1.05);
}
.exhibition_item:hover .warp_img_0{   
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

/* --------- article ----- */
.article_item{
    padding-bottom: 20px;
    transition: all .25s;
    border-bottom: 1px solid #ddd;
}
.article_item:hover, .article_item:focus{
    background: #eee;
}
.article_item>div{
}
.article_item h2{
    margin-bottom: 0;
    padding: 12px 0;
    font-size: 20px;
    font-weight: normal;
}
.warp_article_img{
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: center;
}
.article_item h2 a:hover{
    text-decoration: none;
}
.article_summary{
    padding: 4px 0;
}

/* --------- catalog ----- */
.catalog_item_img .carousel-inner>.item{
    height: 350px;
}
.catalog_item_img .carousel-inner>.item>a>img, .catalog_item_img .carousel-inner>.item>img{
    margin: auto;
}
.catalog_cat_category{
    padding-bottom: 40px;
}
.catalog_cat_text{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}
.dir_rtl.with_side_bar .catalog_cat_text{
    padding-right: 40px;
}
.dir_ltr.with_side_bar .catalog_cat_text{
    padding-left: 40px;
}
.warp_catalog_category{
    display: block;
    margin: 0;
    padding-top: 20px;
}
.dir_rtl .warp_catalog_category{
    padding-right: 40px;
    padding-left: 0;
}
.dir_ltr .warp_catalog_category{
    padding-left: 40px;
    padding-right: 0;
}
.warp_catalog_item{
    cursor: pointer;
}
.warp_catalog_category:hover{
    text-decoration: none;
}
.catalog_category1 .catalog_category_title{
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    background: #f1f1f1;
    border-top: 1px solid #fff;
}
.catalog_category1 .catalog_category_title .fa{
    color: #1f82c3;
    padding-right: 12px;
    padding-left: 12px;
}

.catalog_category1{
    position: relative;
    margin: 0;
    _border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    transition: all 0.5s;
}


.catalog_category1:hover{
    box-shadow: 0 0 25px rgba(0,0,0,.3);
}
.catalog_category1 .warp_catalog_img{
    _height: 150px;
    _overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}
.catalog_category1 .warp_catalog_img img{
    transition: all 0.5s;
}
.catalog_category1:hover .warp_catalog_img img{
    transform: scale(1.01);
}


.catalog_category_root:hover, .catalog_category_root:active{
    text-decoration: none;
}
.warp_catalog_product{
    padding-top: 20px;
    padding-bottom: 20px;
}
.dir_rtl.with_side_bar .warp_catalog_product{
    padding-right: 40px;
    padding-left: 0;
}
.dir_ltr.with_side_bar .warp_catalog_product{
    padding-right: 0;
    padding-left: 40px;
}
.warp_catalog_product.onsale .catalog_product .warp_item_title::before{
    position: absolute;
    z-index: 1;
    top: -7px;
}
.dir_rtl .warp_catalog_product.onsale .catalog_product .warp_item_title::before{
    left: -7px;
}
.dir_ltr .warp_catalog_product.onsale .catalog_product .warp_item_title::before{
    right: -7px;
}
.lang_heb .warp_catalog_product.onsale .catalog_product .warp_item_title::before{
    content: url(../img/onsale_tag_heb.png);
}
.lang_eng .warp_catalog_product.onsale .catalog_product .warp_item_title::before{
    content: url(../img/onsale_img_eng.png);
}
.warp_catalog_product:hover, .warp_catalog_product:active, .warp_catalog_product:focus{
    text-decoration: none;
}
.catalog_product{
    _margin: 4px;
    __height: 410px;
    height: 320px;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background: linear-gradient(to top, #f3f3f3 0, #fff 35%, #fff 100%);
    transition: all 0.25s;
    _max-width: 580px;
    color: #000;

    display: flex;
    flex-direction: column;
}
.dir_rtl .catalog_product{
    _background: url(../img/catalog_item_corner_rtl.png) no-repeat left bottom, linear-gradient(to top, #f3f3f3 0, #fff 35%, #fff 100%);
}
.dir_ltr .catalog_product{
    _background: url(../img/catalog_item_corner_ltr.png) no-repeat right bottom, linear-gradient(to top, #f3f3f3 0, #fff 35%, #fff 100%);
}
.catalog_product:hover, .warp_catalog_product:active .catalog_product, .warp_catalog_product:focus .catalog_product{
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.frm_add_to_cart{
    margin-top: auto;
    margin-bottom: 20px;
}

.catalog_product .warp_catalog_img{
    height: 200px;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
}
.warp_catalog_item_btn{
    padding: 20px 25px 30px;
}
.btn_text{
    color: #000;
    font-weight: bolder;
}
.warp_catalog_item_btn .btn-primary{
    padding: 15px 24px;
    font-size: 23px;
    border-radius: 4px;
    background: linear-gradient(to top, #af0007 0%, #0f79bf 100%);
}
.dir_rtl .warp_catalog_item_btn .btn-primary{
    background: url(../img/catalog_btn_bg_rtl.png) no-repeat right center, linear-gradient(to top, #af0007 0%, #0f79bf 100%);
    padding-right: 84px;
}
.dir_ltr .warp_catalog_item_btn .btn-primary{
    background: url(../img/catalog_btn_bg_ltr.png) no-repeat left center, linear-gradient(to top, #af0007 0%, #0f79bf 100%);
    padding-left: 84px;
}
.warp_catalog_img_0{
    border-left: 1px solid #dedede;
}
.content_bar .catalog_cat_category_header {
    font-size: 22px;
    font-weight: normal;
}
.warp_item_title{
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #dedede;
}
.warp_catalog_detalis{
    padding: 20px 20px 0;
}
.catalog_item_title{
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.catalog_item_summary{
    display: inline-flex;
    align-items: center;
    height: 60px;
    color: #777;
    font-size: 14px;
    text-align: center;
}
.catalog_item_price{
    _text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.price_label{
    color: #1a7bbb;
}
.catalog_cat_main{
    
}
.catalog_cat_main>div{

}
.warp_catalog_gallery {
    padding: 40px 40px 40px 0;
    background: #eee;
    background: linear-gradient(to right, #fff 0%, #e8e8e8 100%);
    box-shadow: -2px 0 2px rgba(0,0,0,.2) inset;
}
.catalog_num{
    font-size: 14px;
    color: #000;
}
.catalog_label{
    font-size: 14px;
    color: #777;
}
.warp_catalog_item_detalis .item_text{
    padding-top: 20px;
    color: #777;
    text-align: justify;
}
.warp_catalog_item_detalis .feature{
    float: right;
    height: 50px;
    width: 50px;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.warp_catalog_item_detalis .feature:hover{   
    border-color: #000;
}
.warp_catalog_item_detalis .feature:hover img{
    /*
    filter: url(filters.svg#f1);
    -webkit-filter: url(static/filters.svg#f1);
    */
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}
.tooltip-inner {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.catalog_pricelist_price{
    text-decoration: line-through;
    color: #777;
}
.catalog_site_price{
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 20px;
}
.catalog_site_price .price{
    color: #1571b4;
}
.add_item_to_cart{
    font-size: 26px;
    font-weight: 900;
    text-shadow: 3px 2px 1px rgba(0,0,0,.5);
}

.catalog_item_form, .warp_btn_open_catalog_modal {
    margin-top: auto;
}
.footer .checkbox{
    margin-top: 0;   
}
.warp_item_form{
    height: 170px;
    padding-top: 20px;
    border-right: 1px solid #dedede;    
}
.warp_item_form .gray_text{
    color: #777;
    padding: 4px 0;
}
.warp_item_form .gray_text_2::before{
    content: url(../img/shopping_cart_icon.png);
    padding: 0 10px;
}








.link_to_more_items{
    display: block;
    padding: 16px 0;;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #0092ac;
    font-size: 25px;
    text-align: center;
    transition: all 0.25s;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.dir_rtl .link_to_more_items{
    margin-right: 40px;
}
.dir_ltr .link_to_more_items{
    margin-left: 40px;
}
.link_to_more_items:hover{
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.warp_catalog_item_detalis{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding: 20px 0;
    min-height: 450px;
}
.onsale .warp_catalog_gallery_img:before{
    position: absolute;
    top: -5px;
}
.lang_heb .onsale .warp_catalog_gallery_img:before{
    content: url(../img/onsale_tag_heb.png);
}
.lang_eng .onsale .warp_catalog_gallery_img:before{
    content: url(../img/onsale_tag_eng.png);
}
.dir_rtl .onsale .warp_catalog_gallery_img:before{
    left: -5px;
}
.dir_ltr .onsale .warp_catalog_gallery_img:before{
    right: -5px;
}
.catalog_gallery{
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.warp_catalog_gallery_img::after{
    position: absolute;
    bottom: -5px;
}
.dir_ltr .warp_catalog_gallery_img::after{
    content: url('../img/catalog_glass_ltr.png');
    left: 0;
}
.dir_rtl .warp_catalog_gallery_img::after{
    content: url('../img/catalog_glass_rtl.png');
    right: 0;
}
.warp_all_thumb_imgs{
    width: 104px;
    border-left: 1px solid #d1d1d1;
}
.warp_catalog_gallery_img{
    position: relative;
    height: 320px;
}
.warp_catalog_gallery_img img, .warp_tumb_img img{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    cursor: pointer;
}
.warp_tumb_img{
    height: 80px;
    display: flex;
    text-align: center;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.warp_catalog_content .warp_social_bar{
    padding: 15px 0;
}
.dir_rtl.with_side_bar .warp_catalog_content .warp_social_bar{
    padding-right: 20px;
}
.dir_ltr.with_side_bar .warp_catalog_content .warp_social_bar{
    padding-left: 20px;
}
.catalog_similar_products{
    margin: 0 -15px;
    padding-bottom: 20px;
    border-top: 1px solid #d1d1d1;
}
.catalog_similar_products_header{
    padding: 20px;
    font-weight: bold;
}
.catalog_similar_products .catalog_item_summary{
    _height: 74px;
    _font-size: 14px;
}

.warp_catalog_tabs{
    margin: 0 -15px;
    min-height: 250px;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}
.dir_rtl .warp_catalog_tabs .nav{
    padding-right: 30px;
}
.dir_ltr .warp_catalog_tabs .nav{
    padding-left: 30px;
}
.dir_rtl .warp_catalog_tabs .tab-content{
    padding-right: 40px;
}
.dir_ltr .warp_catalog_tabs .tab-content{
    padding-left: 40px;
}
.dir_rtl .nav-tabs>li:last-child {
    margin-left: 30px;
}
.dir_ltr .nav-tabs>li:last-child {
    margin-right: 30px;
}
.nav-tabs>li:not(.active) {
    cursor: pointer;
}
.dir_rtl .nav-tabs>li>a {
    margin-right: 8px;
}
.dir_ltr .nav-tabs>li>a {
    margin-left: 8px;
}
.nav-tabs {
    box-shadow: 0 -10px 10px -10px rgba(0,0,0,.1) inset;
}
.nav-tabs>li>a {
    padding: 16px 20px;
    color: #6d4c42;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #e98bad;
    color: #fff;
}
.tab-content{
    padding-top: 20px;
    padding-bottom: 20px;
}


/* ------------ gallery ---------- */
.contentent_seperate{
    border-top-color: #d1d1d1;
}
.content_padding{
    padding-right: 40px;
    padding-left: 40px;
}
.gallery_images_title{
    font-size: 23px;
    font-weight: bolder;
}
.gallery_img{
    display: block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: all 0.25s;
}
.dir_rtl .gallery_img{
    float: right;
    margin-right: 32.5px;
}
.dir_ltr .gallery_img{
    float: left;
    margin-left: 32.5px;
}
.gallery_img:hover{    
    box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.gallery_img::after{
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    content: ' ';
    content: url(../img/gallery_hover.png);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #bcc420;
    opacity: 0;
    transition: all 1s;
}
.gallery_img:hover::after{
    opacity: 0.8;
}







/* --------- top_menu ------- */
.warp_top_menu{
    background: #191919;
}

.navbar-default .navbar-nav.top_menu>li>a {
    color: #a9a9a9;
    background: transparent;
    font-size: 15px;
    padding: 5px 16px;
    margin: 0 0;
    font-weight: normal;
    border: none;
}
.navbar-default .navbar-nav.top_menu:not(:hover)>.active>a,
.navbar-default .navbar-nav.top_menu>li:hover>a,
.navbar-default .navbar-nav.top_menu>li>a:focus,
.navbar-default .navbar-nav.top_menu>.active:hover>a,
.navbar-default .navbar-nav.top_menu>.active:focus>a,
.navbar-default .navbar-nav.top_menu>.open:hover>a {
    background: transparent;
    color: #fff;
}
.warp_top_social_bar{
    border-top: 1px solid #e5e5e5;
    padding: 10px 0 0;
    text-align: center;
}
.header_header_phone{
    padding: 20px 90px 0;
}
.header_menu{
    margin-top: -1px;
}
.dir_rtl .warp_catalog_cat_img{
    margin-right: -430px;
}
.dir_ltr .warp_catalog_cat_img{
    margin-left: -430px;
}
.catalog_cat_h1{
    font-weight: bolder;
    _padding: 34px 0 20px;
    padding: 26px 0 16px;
}
.catalog_cat_h1.with_b{
    border-bottom: 1px solid #c8c8c8;
    border-bottom: 2px groove #fff;
}
.catalog_cat_main .breadcrumb{
    background: transparent;
    padding: 18px 0;
}
.warp_catalog_item .catalog_category_title{
    font-size: 20px;
}
.warp_catalog_item .catalog_category_title h2{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 20px;
}
.warp_catalog_item .catalog_category_title .btn{
    color: #fff;
    font-size: 20px;
    margin-top: -8px;
    padding: 0 4px;
}
.warp_catalog_item .catalog_category_title .btn img{
    transition: all 0.25s;
}
.warp_catalog_item .catalog_category_title .btn:hover img{
    transform: scale(1.4);
}

.catalog_cat_form{
    padding: 0 15px;
    background: #fff;
    position: relative;
    margin-top: 60px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    transition: all .25s;
}
.catalog_cat_form .catalog_cat_form_h2{
    font-weight: bolder;
    position: relative;
    display: inline-block;
    top: -18px;
    margin: -30px -15px -44px;
    background: #fff;
    _background: #aaa;
    right: 0;
    padding: 10px 30px 10px;
    box-shadow: 0 -3px 5px rgba(0,0,0,.15);
    transition: all .25s;
}
.dir_ltr .catalog_cat_form .catalog_cat_form_h2:after{
    right: -57px;
    left: auto;
    transform: scale(-1, 1);
}
.catalog_cat_form:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.catalog_cat_form .control-label{
    display: none;
}
.catalog_cat_form .col-sm-offset-4{
    margin-right: 0;
    margin-left: 0;
}
.catalog_cat_form .col-sm-8{
    width: 100%;
}
.catalog_cat_form .row:before, .catalog_cat_form .row:after{
    clear: none;
    display: none;
}
.catalog_cat_form .row.warp_inp_3017{
    display: none;
}
.catalog_cat_form .form-control, .catalog_cat_form .btn{
    border-radius: 0;
}
.catalog_modal .modal-title{
    text-align: center;
}

.fluid_block .warp_img > img {
    box-shadow: 0 0 4px 0 #999;
}
.fluid_block{
    margin-top: 30px;
}
.fluid_block .with_background{
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 20px;
    color: #fff;
    min-height: 380px;
}
.fluid_block .with_background h2{
    padding: 40px 0;
    margin-bottom: 0;
    color: inherit;
    font-size: 30px;
    font-weight: normal;
}
.fluid_block:nth-child(9n + 1),
.fluid_block:nth-child(9n + 6),
.fluid_block:nth-child(9n + 8){
    clear: both;
}
@media (min-width: 992px){
    .fluid_block:nth-child(9n + 2),
    .fluid_block:nth-child(9n + 5),
    .fluid_block:nth-child(9n + 7),
    .fluid_block:nth-child(9n + 8){
		width: 66.666%;
		
		min-height: 380px;
	}

    .fluid_block:nth-child(9n){
		min-height: 380px;
		
	}
    .fluid_block:nth-child(9n + 4){
        float: left;  
    }
    .dir_ltr .fluid_block:nth-child(9n + 4){
        float: right;  
    }
    .dir_ltr .fluid_block:nth-child(9n+6){
        float: left;  
    }

/*    .dir_ltr .fluid_block:nth-child(9n+1), .dir_ltr .fluid_block:nth-child(9n+6), .dir_ltr .fluid_block:nth-child(9n+8){
    	clear: none;
    }
*/
}
.warp_register_to_newsletter{
    padding: 60px 90px;
    margin-top: 30px;
    margin-bottom: 60px;
    background: url('../img/register_to_newsletter_bg.jpg') repeat center center #000;
    color: #fff;
}
.warp_register_to_newsletter h2{
    color: inherit;
    font-size: 24px;
    font-weight: normal;
}
.warp_register_to_newsletter h3{
    color: inherit;
    font-size: 40px;
    font-weight: 900;
}
.warp_register_to_newsletter .warp_fields{
    padding: 40px 0;
}
.warp_register_to_newsletter .form-control{
    height: 39px;
    font-size: 18px;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,.5);
    border-color: #747472;
}
.warp_register_to_newsletter .checkbox{
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
.warp_register_to_newsletter input[type=checkbox]{
    margin-top: 7px;
}
.warp_register_to_newsletter .btn-primary{
    color: #000;
    background: #fff;
    font-size: 18px;
    font-weight: 900;
}


.side_product{
    position: relative;
    display: flex;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: all 0.5s;
}
.side_product:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.side_product_image{
    padding: 0;
}
.side_product_text{
    padding-top: 24px;
    padding-bottom: 12px;
}
.side_product .title{
    max-width: 60%;
    font-size: 16px;
}
.side_product .catalog_site_price{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    color: #cd9701;
}
.side_product .catalog_site_price .price{
    color: #000;
}
.side_product .frm_add_to_cart .fa:hover{
    text-decoration: none;
}
.side_product .go_to_item{
    display: inline-block;
    padding-left: 16px;
    color: #000;
    _border-left: 1px solid #cbcbcb;
}
.side_product .add_to_cart{
    color: #cd9701;
}
.sidebar_product_tag{
    position: absolute;
    top: -5px;
}
.dir_rtl .sidebar_product_tag{
    left: -5px;
}
.dir_ltr .sidebar_product_tag{
    right: -5px;
}
/* -------------------------------------------------------- */

.camps_search_bar{
    position: absolute;
    top: -250px;
    margin: 0 -9px;
    padding: 100px 9px;
    padding: 0 9px;
    min-height: 148px;
    background: url('../img/camps_search_bg_rtl.png') no-repeat center center transparent;
}
.content_bar .camps_search_title {
    padding: 26px 0 14px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: normal;
    color: #6d4c42;
}
.content_bar .camps_search_title>span:first-child{
    color: #e98bad;
    font-weight: 900;
}
.camps_search_bar .input-daterange{
    max-width: 250px;
    float: left;
}
.dir_rtl .datepicker-dropdown.datepicker-orient-left:after{
    right: 7px;
    left: auto;
}
.camps_search_bar .slider{
    max-width: 150px;
}
#age_slider_1 .slider-handle{
    background: #e98bad;
}
#age_slider_1 .slider-selection{
    background: #6d4c42;
}
#age_slider_1 .slider-track-low, #age_slider_1 .slider-track-high{
    background: rgba(109, 76, 66, 0.26);
}
.h1_search_results>span:nth-child(1){
    color: #6d4c42;
}
.h1_search_results>span:nth-child(2){
    font-weight: 900;
}
.warp_search_item{
    display: block;
    margin-top: 30px;
}
.warp_search_item .warp_img{
    overflow: hidden;
    text-align: center;
}
.warp_search_item .warp_img img{
    margin: 0 -1000px;
    transition: all 0.25s;
}
.warp_search_item .warp_text{
    position: absolute;
    bottom: 20px;
    right: 35px;
}
.warp_search_item .warp_text h2{
    margin-bottom: 0;
    padding: 12px 16px;
    font-size: 21px;
    font-weight: 900;
    color: #e98bad;
    background: rgba(255,255,255,.9);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    transition: all 0.25s;
}
.warp_cycles_list{
    padding-left: 40px;
}
.camp_cycle{
    color: #fff;
    background: #6d4c42;
    padding: 4px 20px;
}
.warp_search_item .tag_img{
    position: absolute;
    top: -6px;
}
.dir_rtl .warp_search_item .tag_img{
    left: 9px;
}
.dir_ltr .warp_search_item .tag_img{
    right: 9px;
}

.warp_search_item:hover .warp_text h2{
    box-shadow: 0 0 15px rgba(0,0,0,.4);   
}
.warp_search_item:hover .warp_img img{
    transform: scale(1.05);
}

.camp_content>.row{
    margin-top: 30px;
}
.back_to_search{
    position: relative;
    z-index: 2;
    display: block;
    padding: 32px 0;
    color: #6d4c42;
    font-size: 18px;

}
.back_to_search::after{
    content: url('../img/back_to_search_arrow.png');
    display: inline-block;
    margin-right: 20px;
}
.warp_camp_logo_0{
    padding: 20px;
    background: #ebebeb;
}
.warp_camp_logo{
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    height: 340px;
    text-align: center;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.warp_camp_btn{
    padding: 20px;
    background: #6c4b41;
}
.warp_camp_btn .btn{
    font-size: 26px;
    font-weight: 900;
    padding: 16px 0;
}
.warp_camp_cycles{
    min-height: 100px;
    margin-top: 40px;
    background: #d6d6d6;
}
.warp_camp_cycles .tab_count_1 .nav-tabs{
    display: none;
}
.warp_camp_cycles .nav-tabs>li>a{
    margin-top: 20px;
    padding: 10px 22px;
    font-size: 16px;
    color: #fff;
    background: #b1b1b1;
    border-radius: 0;
    box-shadow: none;
}
.warp_camp_cycles .nav-tabs>li.active>a, .warp_camp_cycles .nav-tabs>li.active>a:focus, .warp_camp_cycles .nav-tabs>li.active>a:hover{
    color: #de84a5;
    background: #ebebeb;
}
.warp_camp_cycles .tab-content {
    padding-top: 0;
    padding-bottom: 0;
}
.camp_cycle_ul{
    padding: 0 20px;
    background: #ebebeb;
}
.camp_cycle_ul>li{
    list-style: none;
    padding: 6px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #c7c7c7;
} 
.camp_cycle_ul>li:first-child{
    border-top: none;
}
.camp_cycle_ul>li:last-child{
    border-bottom: none;
}
.camp_cycle_ul .title{

}
.camp_cycle_ul .text, .camp_cycle_ul .text a{
    color: #6d4c42;
}
.dir_rtl .camp_cycle_ul .text{
    text-align: left;
}
.warp_ad_banner{
    margin-top: 40px;
}
.warp_gallery_item{
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.warp_gallery_item a{
    position: relative;
    display: block;
}
.warp_gallery_item a::after{
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgxRUM3RkRGM0I3QjExRTZCRjI0QjMwMjA1QjEwMUExIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgxRUM3RkUwM0I3QjExRTZCRjI0QjMwMjA1QjEwMUExIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODFFQzdGREQzQjdCMTFFNkJGMjRCMzAyMDVCMTAxQTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODFFQzdGREUzQjdCMTFFNkJGMjRCMzAyMDVCMTAxQTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Du6TYAAADgUlEQVR42uRaXYQbURSenVQIIYSylCVMLSUVSkml8rQsoSzLPoXS17zuynOpUPLUKn1YVmMfSqnW1pZ96WptpVqWaF8aW2JLtbpSLdXKmp4b58bZY24yv5s7eviMuTNz7/nm/pxz7rkztm0bIUkGsIDIAbKAAiCBz48B+4AjwCfADuJHGI3PBCQyC1gGVJBAwuP3x0jmGeAx4LNvTQQRH8gDNu3wZRPr9qyT1x4Rw+U24MaYd3qAD+T6G8tTgAuAOXJVyTpgDYdh6D1yDfBd8Sf3ADVAzkN9OfxmT1GnaGvJbX1uXkoA7iga2/Y7FByG6raiDdF2MiiRlKKBt4ByCAQ4yli30w9L+SWSVHR7PQICHHXF8E35IfKAVfQTsHgKJCQWsU0qT3Couyayyio4CGku+Jk7Bw5zxhWRCmBAPvwKsKZAQsJCHagsTSKSZUvsH0BxiiQkiqgLXZqz44jcY8xrGpCQqDHd7qssu7C274mtfAW4GsAPSwNeOJRvAO76rPMloETuLwI63LJT30nMkULAP5hRGLhGwMk/YL7Z8JmJzITfs0KYPkSXWzfpoG5SVqTPJolUmQt+y9BXqG4J1H1EhPbGG/RadRWh22vWK0Miomvy5EHL0F+ojkL3OUGkzF56HgMiO+y+JIhcJgUi1OzGgEiXhcVFQcQiBe+M+AjV1eJEujEi0uVEzpICtzGysLD2BPQV39ZdfGszC+4kVNdZE/ejpPyKUY9QXdOmwz5THOWvyXb6MjFSPk17RxD5xnYO4yJU16MzOPvlymW5rOSpCzcmCbjuUL6PbtAk+TLh+cnVlu1ZHYYYCEXhxlMc0jjeZH/nnIdemaZYqOvI0RVEdtlLCzEgwnXcNXGzuUMKqzEgUmXBVs8kEeHIAWNuvW6SRx1pNDsKrFrMGDY0JtJgBrxFifQwYySl4sLXmYaUUDcpj1B3g7ooN9lHTQ2JNFXxu8kmzTq5FwFXTSMSNRYEbtBFiqfeRGrtI16Hzhjgis+AS+xwFBQW22vSU9TTRm9BuvDnT7jyMd3EXg6SVpifAon5IGkFnRM9W6p8otfU2wB7K2oSq2x4B0q9jUuGtiNMhrbDToa6SU9vhZie3ooyPU0hVor+KR4Y6DutTmEe4WgqIj+DuDtBj3AIY7fGwvDx8r8eqnHaANDimFNQIgbbSuIHzy457NdGcvDsnwADAD8TPM4QL2nqAAAAAElFTkSuQmCC);
    position: absolute;
    display: block;
    top: 0; bottom: 0; right: 0; left: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    padding: 60px 0;
    pointer-events: none;
    transition: all 0.5s;
    opacity: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}
.warp_gallery_item:hover a::after{
    opacity: 1;
}

.warp_gallery_item .title{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 12px 6px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.75);
    opacity: 1;
    transition: all 0.5s;
}
.warp_gallery_item:hover .title{
    opacity: 0;
}
.cs_tabs_gallery23 .nav-tabs{
    border-bottom-color: transparent;
    box-shadow: none;
}
.cs_tabs_gallery23 .nav-tabs>li>a{
    padding: 8px;
    color: #777;
    border-radius: 4px;
    box-shadow: none;
}
.cs_tabs_gallery23 .nav-tabs>li>a:hover{
    background: transparent;
    border-color: transparent;
}
.cs_tabs_gallery23 .nav-tabs>li.active>a, .cs_tabs_gallery23 .nav-tabs>li.active>a:focus, .cs_tabs_gallery23 .nav-tabs>li.active>a:hover {
    color: #fff;
    background: #6d4c42;
    border: none;

}
/* -------------------------------------------------------- */
.suppliers_search_bar{
    background: url('../img/suppliers_search_bg_rtl.png') no-repeat center center transparent;
}
.suppliers_search_bar .btn-primary{
    color: #000;
    background-color: #f8d886;
    background-image: linear-gradient(to top, #e4ae22 0, #f8d886 100%);
    border-color: transparent;
}
.h1_search_results_suppliers{
    color: #e4ae22;
}
.supplier_search_item{
    margin-top: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    transition: all 0.25s;
    color: #000;
}
.supplier_search_item:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.supplier_search_item .warp_img{
    min-height: 230px;
}
.supplier_search_item .warp_text{
    border-right: 1px solid #d1d1d1;
    padding: 0;
}
.supplier_search_item h2{
    margin: 0;
    padding: 20px 20px;
    color: #e4ae22;
}
.supplier_search_item .summary{
    height: 107px;
    padding: 20px 20px;
    background: #f0f0f0;
    border-top: 1px solid #d1d1d1;
}
.supplier_search_item .read_more{
    display: block;
    position: relative;
    padding: 20px 20px;
    color: #6d4c42;
    font-weight: 900;
    border-top: 1px solid #d1d1d1;
}
.supplier_search_item .read_more>.fa{
    color: #e4ae22;
}
.supplier_content>.row {
    margin-top: 30px;
}
.supplier_content .warp_camp_cycles{
    margin-top: 0;
}
.supplier_content .nav-tabs>li.active>a, .supplier_content .nav-tabs>li.active>a:focus, .supplier_content .nav-tabs>li.active>a:hover{
    background: #e4ae22;
}
/* -------------------------------------------------------- */
.warp_form h2{
    text-align: center;
    font-size: 1.5em;
    color: #e98bad;
}
/* ---------------------- homepage ---------------------------------- */
.hp_camp_list .camps_search_bar{
    position: relative;
    top: 0;
    margin: 0 0;
    background: none;
    border-bottom: 1px solid #e2e2e2;
}
.hp_camp_list .camps_search_title{
    text-align: center;
}
.hp_hr{
    border-top-color: #d1d1d1;
}
.link_to_all_camps, .link_to_all_suppliers{
    display: block;
    padding: 8px;
    color: #e98bad;
    font-weight: 900;
}
.link_to_all_camps:hover{
    color: #e98bad;
    text-decoration: none;
}
.link_to_all_camps .fa{
    color: #6d4c42;
}
.hp_suppliers_list .suppliers_search_bar{
    position: relative;
    top: 0;
    margin: 0 0;
    background: none;
    border-bottom: 1px solid #e2e2e2;
}
.hp_suppliers_list .camps_search_title{
    text-align: center;
}
.link_to_all_suppliers, .link_to_all_suppliers:hover{
    color: #e4ae22;
    text-decoration: none;
}



.warp_homepage_text_1{
    padding: 30px 0;
    background: #3e3f3f;
    _background: url('../img/homepage_text_bg.jpg') repeat top center #3e3f3f;
    color: #fff;
    font-size: 18px;
}

.warp_slider{
    _padding-top: 40px;
    _padding-bottom: 40px;
    background: #000;
    background: url('../img/slider_bg.jpg') repeat left top ;
}
.warp_slider_1{
    background: #fff;
}
.homepage .warp_gallery_main_cat{
    padding-bottom: 60px;
}
.warp_slider_1 .slider_header{
    margin-top: -29px;
    padding: 17px 0;
    text-align: center;
    font-size: 26px;
    background: url('../img/img_100.png') no-repeat center top transparent;
}
.warp_slider_2 .slider_header{
    float: right;
    color: #fff;
    font-size: 25px;
    padding: 30px 0;
}
.dir_tlr .slider_header{
    float: left;
}
.warp_slider a{
    color: #fff;
    text-align: center;
}
.warp_slider .slick-initialized .slick-slide {
    text-align: center;
    _width: 150px !important;
}
.warp_slider .warp_img{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 17px;
    transition: all 1s;
    background: transparent;
}
.warp_slider .warp_img:hover{
    _background: #fff;
    _box-shadow: 0 0 15px rgba(0,0,0,.25);
}
.warp_slider .slider img{
    _height: 50px;
    width: auto;
}
.slider_nav{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 90px 10px 30px;

    color: #fff;
}
.slider_nav.prev{
    left: 0;
}



.warp_data_list_boxes{
    padding-top: 15px;
    padding-bottom: 15px;
}
.data_list_box{
    height: 190px;
    margin: 15px 0;
    padding: 0 20px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    transition: all 0.5s;
}
.data_list_box:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    text-decoration: none;
}
.data_list_box .title{
    padding: 16px 0;
    color: #000;
    font-size: 21px;
    border-bottom: 1px solid #d0d0d0;
}
.data_list_box .text{
    padding: 16px 0;
    color: #777;
    font-size: 16px;
    width: 70%;
}






/* --------------- start navbar_toggle ----------- */
#warper_all{
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
@media (max-width: 768px){
    .in_content_text table th, .in_content_text table td{
        display: block;
    }
    .warp_catalog_content .table-responsive{
        margin-top: 20px;
    }
    .with_side_bar .content{
        display: block !important;
    }
    .dir_rtl .banner, .dir_rtl .warp_content, .dir_rtl .warp_footer{
        right: 0;
        transition: right 0.5s;
    }
    .dir_ltr .banner, .dir_ltr .warp_content, .dir_ltr .warp_footer{
        right: auto;
        left: 0;
        transition: left 0.5s;
    }
    .dir_ltr .addons_table{
        float: none !important;
    }
    .catalog_item_header{
        height: auto !important;
    }
    .logo{
        position: absolute;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        max-height: 60px;
        max-width: 60%;
        max-width: calc(100vw - 110px);
        text-align: center;
        transform: translateX(0);
        transition: transform 0.5s;
    }
    .scroll_from_top .logo a, .logo a{
        padding: 8px 0;
        margin: 0;
    }
    .scroll_from_top .logo img, .logo img{
        max-height: 100%;
        max-width: 100%;
        max-height: 50px;
        height: auto;
        width: auto;
    }
    .dir_rtl.active_navbar_toggle .banner, .dir_rtl.active_navbar_toggle .warp_content, .dir_rtl.active_navbar_toggle .warp_footer{
        right: 300px;
        _right: 285px;
    }
    .dir_rtl.active_navbar_toggle .logo{
        _transform: translateX(-300px);
    }


    .dir_ltr .banner, .dir_ltr .warp_content, .dir_ltr .warp_footer{
        left: 0;
        right: auto;
    }
    .dir_ltr.active_navbar_toggle .banner, .dir_ltr.active_navbar_toggle .warp_content, .dir_ltr.active_navbar_toggle .warp_footer{
        left: 300px;
        _left: 285px;
    }
    .dir_ltr.active_navbar_toggle .logo{
        _transform: translateX(300px);
    }
    .header_phone{
        color: #2aa8e0;
        margin-top: 5px;
    }

    .navbar-nav>li.open>.dropdown-menu {
        display: block;
    }
    .navbar-header .navbar-toggle .icon-bar, .header_phone_btn .fa{
        transition: all 0.5s ease 1s;
    }
    .active_navbar_toggle .navbar-header .navbar-toggle, .active_navbar_toggle .header_phone_btn {
        position: relative;
        z-index: 6;
    }
    .active_navbar_toggle .navbar-default .navbar-toggle .icon-bar{
        background-color: #0054A4;
    }
    .active_navbar_toggle .header_phone_btn .fa{
        color: #0092ac;
    }
    #warper_all .navbar-default .header_menu{
        margin-top: 0;
        padding-top: 0;
    }
    #warper_all .navbar-default .header_menu>.nav{        
        overflow-y: auto;
        height: 400px;
        height: 100vh;
    }
    .header_menu{
        box-shadow: 0 0 10px rgba(0,0,0,.5);
    }
    .active_navbar_toggle .header{
        background: #f4f4f4;
    }
    .navbar-nav{
        margin: 0;
    }
    .navbar_toggle {
        width: 300px;
        display: block;
        transition: all 0.5s;
        _transition-delay: 0.2s;
        position: relative;
        position: absolute;
        margin-top: 100%;
    }
    .active_navbar_toggle .navbar_toggle{
        padding: 0 0 1000%;
        margin-top: 0;
        background: #f4f4f4;
        max-height: initial;
        border-left: 1px solid #ccc;
    }
    .dir_rtl .navbar_toggle{
        right: -300px;
    }
    .dir_rtl.active_navbar_toggle .navbar_toggle{
        right: 0;
    }
    .dir_ltr .navbar_toggle{
        left: -300px;
    }
    .dir_ltr.active_navbar_toggle .navbar_toggle{
        left: 0;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar_toggle .dropdown .fa{
        position: absolute;
        right: 4px;
        z-index: 100;
        display: block;
        font-size: 2em;
        margin-top: 0px;
        padding: 7px 12px;
        border-radius: 50%;
        transition: all 0.5s;
    }
    .dir_rtl .navbar_toggle .dropdown .fa{
        right: initial;
        left: 4px;
    }
    .navbar_toggle .dropdown .fa.active{
        transform: rotate(180deg);
    }
    .navbar-default .navbar-nav>li{
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
    }
    .header.navbar-default .navbar-nav li>a{
        padding-right: 20px;
        text-align: initial;
    }
    .fluid_block .with_background{
        padding-right: 20px;
        padding-left: 20px;
    }
    .warp_register_to_newsletter{
        padding: 20px;
    }
    .warp_register_to_newsletter h2{
        font-size: 24px;
    }
    .warp_register_to_newsletter h3{
        font-size: 20px;
        font-weight: normal;
    }
    .warp_register_to_newsletter .warp_fields {
        padding: 10px 0;
    }
    .warp_register_to_newsletter .form-control{
        margin-bottom: 12px;
    }
    .warp_register_to_newsletter .checkbox label{
        font-size: 14px;
    }
}
/* --------------- end navbar_toggle ----------- */

@media (min-width: 992px){
    .with_side_bar .side_bar{
        width: 270px;
    }
    .with_side_bar .content_bar{
        width: 930px;
        width: calc(100% - 270px);
    }
    .warp_search_item:nth-child(5n+1){
        width: 66.66666%;
    }
}
@media (max-width: 1400px) and (min-width: 1200px){

}
@media (max-width: 992px) and (min-width: 768px){
    .navbar-default .navbar-nav.top_menu>li>a{
        font-size: 12px;
    }
}
@media (max-width: 1200px) and (min-width: 768px){
    .logo img{
        max-width: calc(100vw - 534px);
    }
    .navbar-default .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav>li:first-child{
        _display: none;
    }
    .warp_cs_logo{
        padding-left: 30px;
        padding-right: 30px;
    }
    .fluid_block{
        width: 50%;
        width: calc(100% / 2);
        height: 38vw;
    }
    .exhibition_page .side_bar{
        display: none;
    }
}
@media (max-width: 1200px){
    .warp_header_icons.flip{
        float: none!important;
        padding-right: 25px;
    }
    .navbar-default .header_menu{

    }
    .navbar-nav{
        margin: 0 0;
        padding: 0 0;
        _float: none;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        margin-right: 0;
        margin-left: 0;
        padding-right: 12px;
        padding-left: 12px;
    }
    .warp_langs_menu{
        _display: none;
    }
    .header_header_phone{
        padding-left: 20px;
        padding-right: 20px;
    }
    .carousel-caption {
        left: 10%;
        right: 10%;
        padding-bottom: 150px;
    }
    .content .content_text .in_content_text{
        padding-right: 40px;
        padding-left: 40px;
    }
    .dir_ltr .logo a {
        padding-right: 0;
        padding-left: 10px;
    }
    .footer .warp_cs_logo{
        padding-right: 20px;
        padding-left: 20px;
    }
    .footer_logo{
        margin-right: 10px;
    }
    .warp_gallery_cat{
        padding-left: 30px;
        padding-right: 30px;
    }
    #warper_all .footer_form .warp_h2 h2{
        padding: 25px 0;
        font-size: 18px;
    }
}
@media (max-width: 992px){
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .navbar-default .navbar-nav a.fa{
        /*display: none;*/
    }
    #warper_all .footer_form .warp_h2 h2 {
        padding: 16px 0;
    }
    .dir_ltr .header_warp_search{
        right: auto;
        left: 150px;
    }
    .catalog_item_summary{
        height: 75px;
        height: 120px;
    }
    .content_bar h2{
        padding-right: 20px;
        padding-left: 20px;
    }
    .warp_social_bar{
        padding-left: 30px;
        padding-right: 30px;
    }
    .catalog_cat_main .warp_catalog_cat_img{
        margin-left: 0;
        margin-right: 0;
    }
    .catalog_page .warp_catalog_category:nth-child(2n + 1){
        clear: both;
    }
    .footer .social{
        text-align: center;
    }
    .warp_cs_logo, .footer_contact{
        padding-top: 15px;
        padding-bottom: 15px;
    }

}
@media (min-width: 768px){
    .modal-body{
        padding: 20px 20px;
    }
    .header_menu{
        max-height: 50px;
    }
    .header_second_row, .navbar-header{
        height: 103px;        
    }
    .dir_rtl.with_side_bar .warp_social_bar{
        padding-left: 0px;
        padding-left: 20px;
    }
    .dir_ltr.with_side_bar .warp_social_bar{
        padding-right: 0px;
        padding-right: 20px;
    }
    .catalog_cat_form .row{
        width: 50%;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
    .catalog_cat_form .row.warp_inp_3023{
        float: right;
    }
    .catalog_cat_form .inp_3027{
        height: 132px;
    }
    .navbar_toggle .dropdown .fa{
        display: none;
    }
    .nav>li{
        position: relative;
    }
    .nav>li.open{
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAHCAMAAAA/FZ0KAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAFnRSTlMADJNvNwb28OTh2NXSvaKKhFdOPy0bIbVXwQAAAD5JREFUCNdjgAFGPmYGdCDMKSbGxIgixMovBgJcLEhiIjxiUCDAChNjZhODA26IYlFeMSQAMVmQXQwNcAgBABGWBbJrHEBQAAAAAElFTkSuQmCC');
        background-repeat: no-repeat;
        background-position: center bottom;
    }
}
@media (max-width: 768px){
    .breadcrumb{
        display: none;
    }
    body{
        padding-top: 54px;
    }
    #warper_all .header{
        height: 60px;
        box-shadow: 0 0 10px rgba(0,0,0,.25);
        background: none #f8f8f8;
        top: 0;
    }
    .content .page_h1{
        padding: 20px;
    }
    .content .content_text .in_content_text {
        padding-right: 20px;
        padding-left: 20px;
    }
    .navbar-nav>li>.dropdown-menu:before{
        display: none;
    }
    .navbar-nav>li>.dropdown-menu{
        background: transparent;
        box-shadow: none;
    }
    .dropdown-menu>li>a{
        background-color: transparent;
    }
    .navbar-default .navbar-nav>li>a{
        margin: 0;
        padding-right: 20px;
        padding-left: 20px;
        border-top-color: transparent;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active:hover>a{
        color: #0092ac;
        border-color: #0092ac;
        border-top-color: transparent;
        background: transparent;
    }
    .carousel-caption {
        left: 10%;
        right: 10%;
        bottom: 20px;
        background: transparent;
        padding-bottom: 0;
    }
    .caption_inner {
        padding-bottom: 20px;
    }
    .carousel-caption h2 {
        padding-bottom: 10px;
        font-size: 24px;
    }
    .carousel-caption p {
        font-size: 16px;
    }
    .carousel-caption .read_more {
        margin-top: 4px;
        padding: 2px 8px;
    }
    .header_second_row{
        position: relative;
        z-index: 5;
    }
    .header_top_row{
        position: absolute;
        right: 0;
        left: 0;
    }
    .header_top_row>*{
        display: none;
    }
    .header_top_row .logo{
        display: block;
        position: relative;
        margin: 0 25%;
        float: none!important;
        z-index: 30;
    }
    .header_top_row .logo img{
        margin-top: 6px;
        max-width: 100%;
        max-height: 60px;
        width: auto!important;
        height: auto!important;
    }


    .navbar-default .navbar-toggle .icon-bar {
        width: 30px;
        height: 5px;
        background-color: #eee;
        background-color: #2aa8e0;
    }
    .warp_main_menu{
        padding-top: 0;
    }
    .header_phone_btn{
        margin-top: 8px;
    }
    .warp_header_top{
        max-height: 1px;
    }
    .warp_contact_as_form .btn{
        width: 100%;
    }
    .navbar-default .navbar-nav>li>a{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-nav>li>.dropdown-menu{
        position: relative;
        float: none;
        float: none;
        font-size: 0.8em;
    }
    .dropdown-menu>li>a {
        border-top: 1px solid #e2e2e2;
    }
    .content .warp_social_bar{
        padding: 30px;
    }
    .warp_langs_menu{
        position: absolute;
        top: -14px;
    }
    .dir_rtl .warp_langs_menu{
        left: 20px;
    }
    .dir_ltr .warp_langs_menu{
        right: 20px;
    }
    .footer_contact{
        padding-left: 20px;
        padding-right: 20px;
    }
    .warp_form{
        _padding-left: 20px;
        _padding-right: 20px;
    }
    .social{
        text-align: center;
        margin: 0 0;
    }
    .catalog_cat_main{
        display: block;
    }
    .catalog_cat_category .warp_catalog_category{
        width: 50%;
        float: left;
        padding-left: 0;
        padding-right: 0;
    }
    .catalog_category1{
        margin: auto;
    }
    .warp_catalog_gallery{
        background: #e8e8e8;
        padding: 20px;
        box-shadow: none;
    }
    .catalog_gallery{
        margin: 0;
    }
    .warp_slider .slider img{
        _height: auto;
    }
    .slick-initialized .slick-slide{
        _padding: 8px;
    }
    .footer_contact{
        text-align: center;
    }
    .footer_links{
        min-height: 1px;
    }
    .catalog_category_summary{
        padding-right: 20px;
        padding-left: 20px;
    }
    .warp_category_content .btn{
        margin-right: 20px;
        margin-left: 20px;
    }
    .catalog_item_summary{
        height: auto;
        padding-bottom: 20px;
    }
    #warper_all .homepage_products_header{
        margin: 10px 20px;
    }
    #warper_all .warp_block{
        padding: 10px 20px;
    }
    .block .text {
        height: auto;
    }
    .fluid_block.flip{
        width: 100%;
        height: auto;
        max-width: 665px;
        float: none!important;
        margin: 20px auto;
        background: #ddd;
    }
    .warp_catalog_product .warp_catalog_img, .warp_catalog_detalis{
        width: auto;
        float: none;
        max-width: 610px;
    }
    .warp_item_min_price{
        text-align: center;
        font-size: 20px;
        color: #0092AC;
        padding-bottom: 20px;
    }
    #warper_all .catalog_cat_text{
        padding-left: 20px;
        padding-right: 20px;
    }
    .catalog_text_type_2{
        padding: 20px 30px;
    }
    .warp_catalog_product .warp_catalog_img_0{
        display: block;
        height: auto;
    }
    .warp_catalog_product .warp_catalog_img img{
        max-width: 100%;
        _max-width: 100vw;
        _min-width: 100%;
        max-width: initial;
        max-width: 80vw;
        max-width: calc(100vw - 40px);
        height: auto;
    }
    #warper_all .link_to_more_items{
        margin: 20px 30px;
        padding: 10px 20px;
        font-size: 20px;
    }
    .catalog_gallery_type_2{
        padding-top: 30px;
    }
    .footer_form{
        clear: both;
    }
    .data_list_box{
        height: auto;
    }
    .data_list_box .text{
        width: 60%;
    }
    .warp_catalog_item_detalis{
        min-height: initial;
    }
}
@media (max-width: 500px){
    .catalog_cat_img.flip{
        display: block !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .navbar-toggle{
        padding-right: 8px;
        padding-left: 8px;
    }
    .header_phone_btn{
        padding-right: 0;
        padding-left: 0;
    }
    .carousel-caption {
        bottom: 10px;
        padding-bottom: 0;
    }
    .carousel-caption h2 {
        _padding-bottom: 4px;
        _margin-bottom: 4px;
        font-size: 20px;
    }
    .carousel-caption p {
        _font-size: 14px;
    }
    .warp_catalog_product{
        float: none;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        _max-width: 300px;
    }
    .content_bar h1{
        font-size: 22px;
    }
    .content_bar h2{
        font-size: 20px;
    }
    .nav-tabs{
        width: 320px;
        width: 100vw;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-top: 5px;
    }
    .nav-tabs > li {
        float:none;
        display:inline-block;
    }
    .catalog_cat_category .warp_catalog_category{
        width: auto;
        float: none;
        padding: 0 0;
        margin-bottom: 20px;
    }
    .warp_data_list_box{
        width: auto;
    }
    .data_list_box{
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media print {
    .header{
        display: block;
    }
    .logo{
        position: relative;
    }
    .logo a[href]:after {
        content: none !important;
    }
}


@supports (display: _flex) {
    @media (min-width: 768px) {
        .navbar-nav{
            width: calc(100% - 420px);
            display: flex;
            justify-content: space-between;
            float: none;
        }
        .navbar-nav>li {
            float: none;
            flex-grow: 1;
            text-align: center;
        }
        .navbar-default .navbar-nav>li>a,
        .navbar-default .navbar-nav.top_menu>li>a{
            margin-right: 0;
            margin-left: 0;
            padding-right: 2px;
            padding-left: 2px;
        }
    }
}

/*
.banner{
    display: none;
}
.navbar-nav>li:nth-child(2) >.dropdown-menu{
    display: block !important;
}
body{
    padding-top: 0;
}
.header{
    display: none;
}
*/

.footer_links > ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0 1.5%;
    width: 30%;
}
.footer_links > ul li {
    float: right;
    padding: 0;
    width: 100%;
}






.side_bar{
    padding-top: 14px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10000px;
    margin-bottom: -10000px;

    background: #f4f4f4;
    _background: linear-gradient(to right, #e8e8e8 0%, #fff 100%);
    box-shadow: 10px 0px 5px -5px rgba(0, 0, 0, 0.15) inset;
}
.side_menu{
    margin-bottom: 0;
    border-radius: 0;
    _overflow-y: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.side_bar .nav>li>a {
    position: relative;
    padding: 8px 20px;
    color: #777;
    background: transparent;
    font-size: 0.875em;
    font-weight: normal;
    border-top: 1px solid #e2e2e2;
    _border-bottom: 1px solid #fff;
    transition: all 0.25s;
}
.nav.menu_with_icon>li>a{
    padding-right: 60px;
}
.menu_with_icon>li>a img {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.side_bar .nav>li:first-child>a {
    border-top: none;
}
.side_bar .nav-stacked>li+li {
    margin-top: 0px;
}
.side_bar .nav>li.active>a, .side_bar .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    color: #2d88b4;
    background: #fff;
}

.side_bar .nav>li.active>a:before, .side_bar .nav>li>a:hover:before {
    content: url(../img/side_menu_active_ltr_bg.png);
    position: absolute;
    display: block;
    top: -2px;
    left: -10px;
    background: transparent;
}
.dir_rtl .side_bar .nav>li.active>a:before, .dir_rtl .side_bar .nav>li>a:hover:before {
    content: url(../img/side_menu_active_rtl_bg.png);
    left: auto;
    right: -10px;
}
.side_bar .nav:hover>li.active>a:before {
    display: none;
}
.side_bar .nav>li.active>a:hover:before {
    display: block;
}
.side_bar .dropdown-menu{
    display: none;
    position: relative;
    top: auto;
    left: auto;
    float: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.side_bar .active>.dropdown-menu{
    display: block;
}
.side_bar .dropdown-menu>li>a{
    background-color: transparent;
    border-top: 1px solid #d6d6d6;
    margin: 0 50px 0 0;
    padding: 4px 12px;
    color: #777;
}
.side_bar .dropdown-menu>li.active>a, .side_bar .dropdown-menu>li>a:hover{
    color: #2d88b4;
    background: #fff;
}
.side_bar .dropdown-menu .dropdown-menu>li>a:before{
    content: " - ";
}


.side_search .form-control::-moz-placeholder{color:#000;opacity:1}.side_search .form-control:-ms-input-placeholder{color:#2d88b4}.side_search .form-control::-webkit-input-placeholder{color:#2d88b4}

.side_blue_block{
    position: relative;
    background: #000;
    color: #fff;
    margin-right: -10px;
    padding: 14px 20px;
}
.dir_ltr .side_blue_block{
    margin-right: 0;
    margin-left: -10px;
}
.side_blue_block:after{
    /*position: absolute;
    content: url(../img/side_search_rtl_bg.png);
    bottom: -13px;
    right: 0;*/
}
.dir_ltr .side_blue_block:after{
  /*  content: url(../img/side_search_ltr_bg.png);
    right: auto;
    left: 0;*/
}
.side_search .form-group {
    margin-bottom: 0;
}
.btn_glasss{
    position: absolute;
    z-index: 10;
    left: 26px;
    top: 19px;
    width: 24px;
    height: 24px;
    padding: 3px;
    background: #2d88b4;
    color: #fff;
    transition: all 0.5s;
}
.dir_ltr .btn_glasss{
    left: auto;
    right: 26px;
}
.contact_as_side_form{
    padding: 20px 20px;
}
.side_form_header{
    color: #000;
    font-size: 0.9375em;
}
.contact_as_side_form .form-control{
    background: #e0e0e0;
    color: #2d88b4;
}
.contact_as_side_form .btn{
    background: #2d88b4;
    color: #fff;
    padding: 10px 24px;
}




.warp_catalog_content{
    padding: 20px 15px;
}
.catalog_cat_img{
    margin: 30px 0 20px;
}
.catalog_cat_category_header{
    padding: 10px 0;
    margin: 20px 0;
    border-bottom: 1px solid #ececec;
}
.catalog_item_1:hover{
    text-decoration: none;
}
.warp_catalog_item_img{
    height: 160px;
    border-bottom: 1px solid #ececec;
    transition: all 0.25s;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);

    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog_item_img{
    max-width: 90%;
    max-height: 90%;
}
.catalog_item_1:hover .warp_catalog_item_img{
    border-bottom-color: #2d88b4;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.catalog_item_header{
    _padding: 10px 0 30px;
    padding: 10px 0;
    height: 60px;
}
.specification_link{
    position: relative;
    color: #aa1305;
    padding: 8px 0;
    display: block;
}
.specification_link:hover{
    color: #aa1305;
}
.specification_link:before{
    position: relative;
    content: url(../img/link_to_pdf.jpg);
    vertical-align: middle;
    padding: 0 8px;
    display: inline-block;
}
.addons_table {
    float: right;
    font-size: 0.75em;
    margin-top: 14px;
}
.addons_table th{
    color: #2d88b4;
    font-weight: normal;
    text-align: center;
}
.warp_inp_addons_num{
    width: 80px;
}
.inp_addons_num{
    width: 66px;
    margin: 0 auto;
}
.catalog_cat_img {
    margin: 30px 0 20px;
}

.warp_cart .label{
    color: #000;
}
.warp_items th{
    text-align: center;
}
.warp_item_price{
    text-align: center;
}
.cart_addons{
    margin: 0 20px;
    font-size: 1em;
}
.cart_addons_units, .cart_addons_title, .warp_item_price{
    font-size: 1em;
}
.cart_addons_title{
    font-size: 0.7em;
}
.cart_pack{
    font-size: 0.7em;
}
.cart_addons_group{
    display: none;
}
table th , table td {
    border: 0 none;
}
.segment.fluid_blocks{
    padding: 0 15px;
}
.fluid_block a.warp_img{
    display: block;
    text-align: center;
}

.fluid_block a.warp_img img{
    max-width: 100%;
}

