/*
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
*/

@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%;
}
.page_width{
    width: 1020px;
    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.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;
}


.btn-cp{
    margin: 20px 0;
    color: #fff;
    background: linear-gradient(10deg, #1c1c8d 26%, #1c1c8d 49%, #1c1c8d 74%);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

h1{
    padding: 20px 0;
    font-size: 26px;
    font-weight: normal;
    color: #1c1c8d;
    border-bottom: 1px solid #d7d7d7;
}
h2, h3{
    font-size: 1.2em;
    font-weight: normal;
    color: #1c1c8d;
    margin-bottom: 6px;
}
body{
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 16px;
    background: #fff;
    width: 100%;
    position: relative;
    padding-top: 0;
    padding-right: 0 !important;
    transition: all 0.1s;
}
body.lang_heb{
    _font-family: 'Alef', Tahoma, sans-serif;
}
body.font_size_big{
    font-size: 18px;
}
body.font_size_biggest{
    font-size: 18px;
}
.header{
    width: 100%;
    z-index: 100;
    height: 150px;
    margin-bottom: 0;
    _background: #fff;
    _background: url('../img/header_bg_rtl.png') repeat left top transparent;
    border: none;
    pointer-events: none;
}
.dir_ltr .header{
    _background: url('../img/header_bg_ltr.png') repeat right top transparent;
}
.header>*{
    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;
}
.logo a{
    display: block;
    margin:  0;
    padding: 24px 0;
    outline: none;
}

.header_phone_btn{
    margin: 8px;
    color: #888;
    background: transparent;
}

.navbar-nav {
    position: relative;
    z-index: 1;
    width: auto;
    _margin: 0 -15px;
    padding: 0;
    background: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    background: transparent;
    font-size: 17px;
   /* padding: 0 20px; */
    font-weight: normal;
    border: none;
    border-right: 1px solid #fff;
    border-left: 1px solid #d7d7d7;
    transition: all 0.5s;
}
.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>a:hover{
    color: #1c1c8d;
    background: transparent;
}
.navbar-default .navbar-nav:hover>.active>a{
    color: #000;
}
.navbar-default .navbar-nav>.active:hover>a{
    color: #1c1c8d;
}
.navbar-default .navbar-nav .text-hide a{
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.warp_header_menu{
    _box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: transparent;
}
.navbar-default .header_menu{
    margin-top: 70px;
    padding: 0;
}
.navbar-nav .fa > span{
    display: none;
}
.navbar-nav>li>.dropdown-menu{
    padding: 0;
    margin: 0;
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.dropdown-menu{
    font-size: 0.875em;
    background-color: rgba(255,255,255,0.8);
}
.navbar-nav .dropdown-menu .dropdown-menu{
    top: 0;
    left: auto;
    right: 97%;
}
.navbar-nav>li>.dropdown-menu:before{
    content: url(../img/triangle_up.png);
    position: absolute;
    top: -15px;
    right: 20px;
}
.dropdown-menu>li{
    position: relative;
}
.dropdown-menu>li>a{
    margin: 0px 20px;
    padding: 8px 0px;
    font-size: 1em;
    font-weight: normal;
    color: #000;
    background: transparent;
    border-top: 1px solid #d2d2d2;
    _border-bottom: 1px solid #d4d4d4;
}
.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{
    color: #1c1c8d;
    background: transparent;
}
.dropdown-menu>li.active, .dropdown-menu>li:hover {
    background: transparent;
}
.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_lang_menu{
    padding: 15px 12px;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    color: #777;
}
.warp_lang_menu a{
    color: #777;
    font-size: 18px;
}
.warp_lang_menu a.active{
    display: none;
}


.warp_content{
    position: relative;
}
.content{

}
.content_bar{
    padding: 0;
    margin: auto;
}
.in_content_text{
    padding: 20px 0;
    text-align: justify;
}
.side_bar{
    padding-top: 24px;
    padding-right: 0;
    padding-left: 20px;
    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;
}
.dir_ltr .side_bar{
    padding-right: 20px;
    padding-left: 0;

    background: linear-gradient(to left, #e8e8e8 0%, #fff 100%);
    box-shadow: -10px 0px 5px -5px rgba(0, 0, 0, 0.15) inset;
}
.side_menu{
    margin-bottom: 0;
    border-radius: 6px;
    _overflow-y: hidden;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.side_bar .nav>li>a {
    position: relative;
    padding: 12px 20px;
    color: #000;
    background: transparent;
    font-size: 16px;
    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: #1c1c8d;
    _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: #1c1c8d;
    background: #fff;
}

.social{
    position: relative;
    top: -10px;
}
.social_solid {
    display:inline-block;
    position:relative;
    width:36px;
    height:36px;
    opacity: 1;
    text-align:center;
    margin: 0 5px;
    border-top-left-radius:60px;
    border-bottom-left-radius:60px;
    border-top-right-radius:60px;
    border-bottom-right-radius:60px;
    -webkit-transition:border-color .3s ease-out,color .3s ease-out,background .3s ease-in;
    -moz-transition:border-color .3s ease-out,color .3s ease-out,background .3s ease-in;
    transition:border-color .3s ease-out,color .3s ease-out,background .3s ease-in;
}
.social_solid.facebook{
    background: #3B5998;
    margin-right:10px;
}
.social_solid.facebook i {
    color: #FFF;
}
.social_solid i {
    line-height: 36px;
}
.social_solid.youtube i {
    color: #FFF;
}
.social_solid i {
    line-height: 36px;
    transition: all 1s;
}
.social_solid.youtube {
    background: #C4302B;
}
.social_solid:hover i{
    color:#fff;
    transform: scale(1.2);
}
.social_solid:hover{
    background:#fff;
}
.social_solid.facebook i{
    color:#fff;
}
.social_solid.facebook.fade:hover i{
    color:#3b5998;
}
.social_solid.facebook.nofade:hover{
    background:#263961;
}
.social_solid.youtube.fade:hover i{
    color:#C4302B;
}
.social_solid.youtube.nofade:hover{
    background: #C4302B;
}

.homepage .warp_content{
    padding-top: 0;
    overflow-y: visible;
}
.homepage .content{
    padding-top: 0; 
}
.warp_partners{
    padding: 40px 0;
}

.banner{
    position: relative;
    transition: all 0.5s;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    margin: 0 auto;
    min-width: 1000px;
}
.homepage .carousel-inner>.item>a>img, .homepage .carousel-inner>.item>img{
    min-width: 600px;
}
.main_banner .carousel-inner>.item>a>img, .main_banner .carousel-inner>.item>img{
    _min-width: 2000px;
    min-width: 1500px;
}
.carousel .item > a{
    display: block;
}


.carousel-caption{
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    right: 0;
    bottom: 0;

    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 h2{
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 50px;
    color: #9a7715;
    border-bottom: 1px solid #c1cfd9;
}
.carousel-caption p{
    font-size: 24px;
    color: #000;
}
.carousel-caption .read_more{


}
.breadcrumb {
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.breadcrumb a{
    color: #777;
}
.breadcrumb li:last-child > a{
    color: #1c1c8d;
}
.warp_footer{
    width: 100%;
    position: relative;
    color: #000;
    padding: 20px 0 60px;
    background-color: #f2f2f2;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15) inset;
}
.footer{
    position: relative;
}
.footer_bottom{
    padding-bottom: 0;
    _border-bottom: 1px solid #c8c8c8;
}

.footer_contact_form .col-sm-6, .footer_contact_form .col-sm-12{
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.footer_contact_form h3{
    padding: 8px 7.5px;
    font-size: 18px;
}
.footer_contact_form textarea{
    height: 132px;
}
.footer_contact{
    padding: 15px 0 0;
}
.footer_contact img{
    position: relative;
    top: -34px;
}
.cs_logo {
    padding: 10px 0;
}
.footer_links{
    font-size: 14px;
    color: #7c7c7c;
}
.footer_links a{
    color: #7c7c7c;
    transition: all 0.25s;
}
.footer_links a:hover{
    color: #000;
    text-decoration: none;
}

.article_side{
    padding: 30px 0;
}
.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: 4px;
    padding: 2px 5px;
    background: #fff;
    color: #1c1c8d;
    box-shadow: 0 0 10px rgba(0,0,0,0.1)
}


.breadcrumb{
    display: inline-block;
    padding: 6px 0;
    border-top: none;
}
.article_h1{
    color: #000;
}
.article_author{
    padding: 20px 0;
    color: #000;
    font-weight: normal;
}
.social_article{
    padding-bottom: 20px;
}
.article_text h2{
    color: #1c1c8d;
    font-weight: bold;
}
.warp_social_bar > *{
    vertical-align: top !important;
}
.article_text{
    padding-bottom: 40px;
}
.article_contact_as_form{
    padding: 40px 0;
    border-top: 1px solid #d7d7d7;
}
.article_contact_as_form h2{
    font-size: 28px;
    color: #000;
}
.article_contact_as_form h3{
    display: none;
    font-size: 18px;
    color: #777;
}
.side_box{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 6px;
    margin-top: 0;
    margin-bottom: 40px;
}
.warp_survey{
    display: none;
}
.article_register_to_newslatter_form{
    padding: 0;
}
.article_register_to_newslatter_form h2{
    padding: 20px;
    font-size: 21px;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
}
.article_register_to_newslatter_form h3{
    padding: 20px;
    font-size: 14px;
    color: #000;
}
.article_register_to_newslatter_form .warp_n_pad_inp{
    padding: 0 20px;
}
.article_register_to_newslatter_form .checkbox{
    font-size: 12px;
}
.article_register_to_newslatter_form .btn-block{
    margin-bottom: 12px;
}
.article_menu li>a {
    color: #000;
    border-top: 1px solid #e2e2e2;
}
.article_menu li:first-child>a {
    border-top: none;
}
.article_menu li.active>a, .article_menu li>a:focus, .article_menu li>a:hover {
    text-decoration: none;
    color: #1c1c8d;
    background: #fff;
}


.article_item{
    max-width: 720px;
    border-top: 1px solid #d7d7d7;
    padding-bottom: 30px;
}
.article_item:first-child{
    border-top: none;
}
.article_item .warp_article_img{
    display: block;
    position: relative;
}
.article_item.contains_videos .warp_article_img:before{
    content: url(../img/contains_videos_bg.png);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10% 40%;
    z-index: 2;
    display: block;
    transition: all 0.25s;
    background: rgba(255,255,255,0);
}
.article_item.contains_videos:hover .warp_article_img:before{
    background: rgba(255,255,255,0.2);
    transform: scale(1.05);
}
.article_h{
    padding: 26px 0;
}
.article_h a{
    color: #1c1c8d;
    font-size: 25px;
    font-weight: bold;
}
.article_h a:hover{
    text-decoration: none;
}
.article_summary{
    padding: 26px 0;
}
.warp_article_category .warp_survey{
    display: none;
}

.article_category_title{
    border-bottom: none;
    margin: 0 15px;
}
.recommended_items{
    background: #f2f2f2;
    max-width: 690px;
    margin: 0 15px;
}
.recommended_items .item{
    background: #f2f2f2;
    padding: 30px;
}
.recommended_items .item{
    width: 33.33%;
    float: right;
}
.recommended_items .warp_item_img{
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 146px;
    text-align: center;
}
.recommended_items .item_img{
    display: inline-block;
    width: auto;
    height: 100%;

    right: -400px;
    left: -400px;
    position: relative;
    margin: auto;
}
.recommended_items .item_h a{
    display: block;
    height: 92px;
    padding: 16px 0;
    color: #1c1c8d;
}
.recommended_items .item_summary{
    display: none;
}
.recommended_items .item_h:hover a{
    text-decoration: none;
}
.recommended_items .read_more{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.recommended_items .item:first-child{
    padding: 0 0 30px 0;
    margin: 30px 30px 0 30px;
    width: auto;
    border-bottom: 1px solid #d7d7d7;
}
.recommended_items .item:first-child .item_h a{
    padding: 0 0 16px 0;
    height: auto;
    color: #1c1c8d;
}
.recommended_items .item:first-child .item_h{
    font-size: 21px;
    font-weight: bold;
}
.recommended_items .item:first-child .warp_item_img{
    float: right;
    width: 320px;
    height: 226px;
    margin-left: 14px;
}
.recommended_items .item:first-child .read_more{
    display: inline-block;
    padding-top: 16px;
    color: #1c1c8d;
}
.recommended_items .item:first-child .item_summary{
    display: block;
}

@media(min-width: 768px){
    .homepage .warp_content.page_width{
        width: auto;
    }
    .homepage .header{
        position: absolute;
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.9) 100%) transparent;
        background: url('../img/hp_header_bg.png') repeat-x top center transparent;
        height: 300px;
    }
    .homepage .navbar-default .navbar-nav>.active>a,
    .homepage .navbar-default .navbar-nav>li>a:hover,
    .homepage .navbar-default .navbar-nav>li>a:focus,
    .homepage .navbar-default .navbar-nav>.active>a,
    .homepage .navbar-default .navbar-nav>.active>a:hover{
        _background: rgba(255, 255, 255, 0.5);
    }
}
.homepage .banner .item:before{
    content: ' ';
    position: absolute;
    display: block;
    top: 0; bottom: 0; right: 0; left: 0;
    background: #fff;
    opacity: 0.75;
    pointer-events: none;
}
.homepage .banner .carousel-caption{
    z-index: 5;
    text-shadow: none;
}
.warp_homeoage_text{
    position: relative;
    z-index: 8;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.warp_homeoage_text_1{
    padding-top: 140px;
    background: url('../files/site_images/logo.png?v=1') no-repeat center 30px #fff;
}
.warp_homeoage_text_2{
    padding: 24px 0;
}
/*
.warp_homeoage_text_1 .btn-cp{
    margin: 30px 0;
    padding: 8px 24px;
    background: #fff;
    color: #8d6e00;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
*/
.warp_homeoage_text_2 .btn-cp{
    padding: 10px 40px;
}
.homeoage_blocks{
    background: url('../img/hp_bottons_bg.jpg') repeat-x top center;
    padding: 110px 0;
}
.block{
    display: block;
}
.block:hover{
    text-decoration: none;
}
.block .warp_img{
	text-align: center;
    padding: 5px;
    background: url(../img/hp_box_img_bg.png?v=1) no-repeat center center;
    position: relative;
    overflow: hidden;
    width: 131px;
    height: 131px;
    margin: 0 auto;
    border-radius: 50%;
	
}

.block .warp_img::after{
    background: url(../img/hp_box_img_bg.png?v=1) no-repeat center center;
    position: absolute;
    overflow: hidden;
    width: 131px;
    height: 131px;
    margin: 0 auto;
    border-radius: 50%;
	z-index:1000;
	top:0;
	right:0;
	content:" ";
}

.block .warp_img img{
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto auto;
    transition: all 0.5s;
	    height: 123px;
}

.block .warp_img{
    transition: all 0.5s;
}
.block:hover .warp_img img{

  
}
.block .title{
    padding: 12px 20px;
    color: #000;
    font-size: 30px;
    text-align: center;
}
.footer_articles{
    padding-top: 30px;
}
.footer_articles .title{
    margin: 6px 0;
}
.footer_articles .summary{
    font-size: 0.9em;
}


.warp_quick_form{
    position: fixed; 
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    height: 70px;
    background: url('../img/quick_form_bg.png') no-repeat bottom center #c1c1c1;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.quick_form{
    position: relative;
}
.quick_form_close{
    position: absolute;
    z-index: 15;
    top: -32px;
    right: -48px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 1s;
}
.quick_form_close:hover{
    transform: rotate(360deg);
}
.warp_quick_form .wrap_title{
    padding-top: 12px
}
.warp_quick_form .wrap_title:hover, .warp_quick_form .wrap_title:active, .warp_quick_form .wrap_title:focus{
    text-decoration: none;
}
.warp_quick_form .wrap_title h2{
    color: #fff;
    font-size: 24px;
}
.warp_quick_form .wrap_title h3{
    color: #fff;
    font-size: 16px;
}
.warp_quick_form .wrap_fileds{
    _padding-top: 20px;
}
.warp_quick_form .form-control{
    background: #cbcbcb;
    border: 1px solid #ababab;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    width: 172px;
    margin: 0 7px;

}
.warp_form .help-block{
    margin-bottom: 0;
}
.warp_form .btn-cp{
    margin: auto;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
/* --------------------------------- */

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


/* --------------- start navbar_toggle ----------- */
#warper_all{
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.navbar_toggle .dropdown .fa{
    display: none;
}
@media (max-width: 768px){
    .banner, .warp_content, .warp_footer {
        transition: right 0.5s;
        right: 0;
    }
    .active_navbar_toggle .banner, .active_navbar_toggle .warp_content, .active_navbar_toggle .warp_footer {
        right: 300px;
        right: 285px;
    }
    .navbar-nav{
        margin: 0;
    }
    .navbar_toggle {
        width: 300px;
        display: block;
        transition: all 0.5s;
        transition-delay: 0.2s;
        right: -1000px;
        position: relative;
        position: absolute;
        margin-top: 100%;
    }
    .active_navbar_toggle .navbar_toggle{
        right: 0;
        _padding-bottom: 100%;
        margin-top: 0;
        background: #f4f4f4;
        max-height: initial;
        border-left: 1px solid #ccc;
    }
    .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;
    }
}
/* --------------- end navbar_toggle ----------- */


@media (max-width: 1400px) and (min-width: 1200px){
    .block_content {
        padding: 0 30px;
    }
    .block .title {
        padding: 10px 0;
        font-size: 20px;
        margin: 0;
    }
    .block .summary {
        max-height: 90px;
        font-size: 13px;
    }
    .block .read_more {
        padding: 4px 12px;
    }
}
@media (max-width: 1200px) and (min-width: 0px){

}
@media (max-width: 1020px){
    .page_width{
        width: auto;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding-right: 14px;
        padding-left: 14px;
    }
    .carousel-caption {
        left: 10%;
        right: 10%;
        padding-bottom: 30px;
    }
    .warp_quick_form{
		
        width: 2000px;
        background-position: -600px center;
        background-position: 480px center;
    }
    .quick_form{
        max-width: 100vw;
        margin: 0;
    }
    .warp_quick_form .form-control{
        width: 92px;
    }
    .quick_form_close {
        top: -46px;
        right: -26px;
    }
    .content h1{
        padding-right: 20px;
        padding-left: 20px;
    }
    .content .in_content_text{
        padding-right: 20px;
        padding-left: 20px;
    }
    .content .warp_contact_as_form{
        padding-right: 40px;
        padding-left: 40px;
    }
    .breadcrumb, .article_author, .social_footer, .article_text{
        padding-right: 20px;
        padding-left: 20px;
    }
    .article_menu li>a {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 768px){
    .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;
    }
    .carousel-caption {
        left: 10%;
        right: 10%;
        bottom: 10px;
        background: transparent;
    }
    .carousel-caption h2 {
        padding-bottom: 10px;
        font-size: 30px;
    }
    .carousel-caption p {
        font-size: 20px;
    }
    .carousel-caption .read_more {
        margin-top: 4px;
        padding: 2px 8px;
    }
    .homeoage_text{
        padding-right: 20px;
        padding-left: 20px;
    }
    .blocks .warp_img img{
        margin: auto;
    }

    .warp_quick_form{
        display: none;
        width: auto;
        background-position: right center;
        text-align: center;
    }
    .header{
        height: 60px;
        background: #F6F7F8;
        background: rgba(246, 247, 248, 0.9);
    }
    .warp_header_top{
        max-height: 1px;
    }
    .logo{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        float: none !important;
        width: 60px;
    }
    .logo a {
        display: block;
        padding: 5px 12px;
    }
    .logo img{
        max-height: 50px;
        width: auto;
    }
    .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;
    }
    .select_lang {
        width: 100%;
        -webkit-appearance: none;
        appearance: none;
    }
    .banner_logo{
        display: none;
    }
    .homeoage_blocks {
        background: url('../img/hp_bottons_bg_xs.jpg') no-repeat center center;
        padding: 80px 20px;
    }
    .recommended_items {
        margin: 0;
    }
    .recommended_items .item_img{
        width: 100%;
        height: auto;
        right: auto;
        left: auto;
    }
    .recommended_items .item {
        width: auto;
        padding: 20px;
        border-bottom: 1px solid #d7d7d7;
    }
    .recommended_items .warp_item_img {
        height: auto;
    }
    .recommended_items .item:first-child {
        padding: 20px;
        margin: 0;
        border-bottom: 1px solid #d7d7d7;
    }
    .recommended_items .item:first-child .warp_item_img{
        width: auto;
        height: auto;
    }
    .article_item{
        border-bottom: 1px solid #d7d7d7;
    }
    .article_img{
        max-width: 100%;
    }
    .article_item.contains_videos .warp_article_img:before {
        transform: scale(0.7);
        padding: 6% 40%;
    }
    .article_item .read_more{
        _display: none;
        width: 100%;
    }
    .footer_contact img{
        display: block;
        top: -20px;
        float: none !important;
        margin: auto;
    }
}
@media (max-width: 500px){
    .carousel-caption {
        bottom: 10px;
        padding-bottom: 0;
    }
    .carousel-caption h2 {
        padding-bottom: 0;
        margin-bottom: 2px;
        font-size: 24px;
    }
    .carousel-caption p {
        font-size: 16px;
    }
}



@media (min-width: 768px){
    .form-horizontal .checkbox .control-label {
        text-align: initial;
    }
}
.help-block:empty{
    display: none;
}

body.Flickerblocks .yt_player{
    opacity: 0;
    position: absolute !important;
}
body.Flickerblocks .yt_alt{
    display: block !important;
}


.simply_credit {
    animation: 3s steps(19) 0s normal none infinite running animated_cs_logo;
    background: rgba(0, 0, 0, 0) url("../images/simply-black.png") no-repeat scroll 0 0;
    display: block;
    margin: 0px auto;
    height: 22px;
    transition: all 0.5s ease 0s;
    width: 163px;
    font-size: 0;
}

.credit {
    float: left;
    width: 200px;
}

@-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;}
}  

/*
body{
    padding-top: 0px;
    _background: red;
}
.header{
    display: none;
}
.banner{
    display: none;
}
.navbar-fixed-top{
    display: none;
}
.dropdown-menu{
    display: block !important;
}
*/  