html{ height: 100%;}
body {
    height: 100%;
    background-color: #e8e8e8;
    font-family: "open sans hebrew", Arial, sans-serif;
    font-size: 16px;
}
.container{
    background-color: #fff;
}
header {
    background: url(/img/HeaderFooterBg.jpg);
    height: 126px;
    color: #fff;
    position: relative;
}
    header nav {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        text-align: left;
    }
        header nav ul{
            margin-bottom: 3px;
        }
            header nav ul li {
                display: inline-block;
            }
            header nav ul li.current{
                border-bottom: 2px solid white;
            }
                header nav ul li a {
                    color: white;
                    padding: 7px 20px;
                    display: block;
                }
                header nav ul li a:hover {text-decoration: none;}
    header .searchBar{
        position: absolute;
        top: 10px;
        left: 10px;
    }
    header .searchBar .searchInput{
        width: 200px;
        color: white;
        background-color: transparent;
    }
        header .searchInput::-webkit-input-placeholder {color: white;}
        header .searchInput::-moz-placeholder {color: white;}
        header .searchInput:-ms-input-placeholder {color: white;}
    header .searchBar .searchBtn{
        background-color: transparent;
        border: none;
        outline: none;
        position: absolute;
        left: 5px;
        top: 5px;
    }
footer{
    background: url(/img/HeaderFooterBg.jpg);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 38px;
}
    footer i {
        font-size: 20px;
        cursor: pointer;
    }
.main{
    min-height: 100%;
    padding-top: 178px;
    margin-top: -178px;
}
.azulBox{
    background-color: #c8d7f4;
    color: #003378;
}
h1{
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #4ea3c0;
}
h2{
    font-size: 27px;
    font-weight: bold;
    border-bottom: 3px solid #4ea3c0;
}
h3{
    font-size: 27px;
    font-weight: normal;
}
h4{ 
    font-size: 19px;
    font-weight: bold;
}
p{ text-align: justify;}
.btn{
    max-width: 100%;
    color: white;
    font-size: 16px;
    text-shadow: 0 1px #003a7c;
    background-color: #036add;
    background-clip: padding-box;
    border: 1px solid;
    border-color: #036add #003a7c #004b9f;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}
.btn:hover,.btn:active{ background-color: #004b9f; color: white;}
.btn a{ color: white;}
.btn a:hover,.btn a:active{ text-decoration: none;}
.input-lg{font-size: 19px;}
button.input-lg, input[type="button"].input-lg, input[type="reset"].input-lg, input[type="submit"].input-lg{padding-top: 3px;}
label{font-weight: normal;}
.top-padding{ padding-top: 10px;}
.bottom-padding{ padding-bottom: 15px;}
.tb-padding{ padding-top: 10px;padding-bottom: 15px;}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.floated {
    width: 50%;
    float: left;
    display: block;
    padding-right: 20px;
}
.breadcrumb{ 
    background-color: transparent; 
    font-size: 14px;
    padding-right: 1px;
}
.breadcrumb>li+li:before{
    font-family: FontAwesome;
    content: '\f0d9';
    color: #777;
}
.creditScroll{
    text-align: left;
}
.creditScroll i { padding: 6px 15px 0 0; float: left;}
.creditScroll a { color: #fff;}
/* Home */
#HomeSlider{
    direction: ltr;
}
    #HomeSlider img{ width: 100%;}
    .owl-theme .owl-controls {
        margin-top: 0;
    }
    .owl-theme .owl-controls .owl-buttons div{
        position: absolute;
        left: 0;
        top: 30%;
        background: none;
        opacity: 0.7;
        font-size: 60px;
    }
    .owl-theme .owl-controls .owl-buttons div.owl-next{ left: auto; right: 0;}
    #HomeSlider .slideSpoiler{
        position: absolute;
        bottom: 10px;
        direction: rtl;
        padding: 0 30px 10px 30px;
        background: rgba(0,0,0,.7);
        color: white;
    }
    #HomeSlider .slideSpoiler h3{
        font-size: 27px;
        font-weight: 100;
    }    
    #marqueecontainer {
        position: relative;
        height: 270px; /*marquee height */
        overflow: hidden;
    }
    #vmarquee{position: absolute}
    #vmarquee ul{ list-style: none;}
    #vmarquee li{ position: relative;}
    #vmarquee li:before{
        content: '\f073';
        font-family: FontAwesome;
        position: absolute;
        right: -25px;
        color: #003378;
    }
    #vmarquee h3{ font-size: 21px; font-weight: 600;}
    #vmarquee h3 a{ color: black;}
    #vmarquee h3 a:hover{ text-decoration: none;}
    /* ������� ����� */
    .azulBox .joinMail{
        padding-top: 20px;
    }

    .joinMail input[type="email"]{
        background-color: transparent;
        border: 1px solid #003378;
        color: #003378;
        border-radius: 2px;
    }
    .joinMail input[type="email"]::-webkit-input-placeholder {color: #003378;}
    .joinMail input[type="email"]::-moz-placeholder {color: #003378;}
    .joinMail input[type="email"]:-ms-input-placeholder {color: #003378;}
    #DailyLesson{ 
        height: 20px;
        width: 20px;
        margin-top: 10px;
    }
    .DailyLessonLabel{
        padding: 8px 0;
    }
    /* ����� ���� ��� */
    .RoshTovBlock {
        overflow: hidden;
    }
    .RoshTovBlock .slideSpoiler{
        position: absolute;
        bottom: 19px;
        padding: 0 30px 10px 30px;
        background: rgba(0,0,0,.7);
        color: white;
        width: calc(100% - 15px);
        text-shadow: 0 0 7px black;
        text-align: center;
    }
    .RoshTovBlock .slideSpoiler h3{
        font-size: 46px;
        font-weight: 400;
    }    
    /* ��� ���� ����� */
    .newAtKB i{
        color: #003378;
        font-size: 20px;
    }
    .newAtKB h3{
        margin: 0 auto;
        font-size: 19px;
        font-weight: bold;
    }
    .newAtKB .lengthCol{ text-align: center;}
    .newAtKB .length{font-size: 14px;}
    .newAtKB h3 a{ color: black;}
    .newAtKB h3 a:hover{ text-decoration: none;}
    .newAtKBbtn{
        text-align: center;
        bottom: 15px;
        position: absolute;
        width: 100%;
    }
    .newAtKBbtn .btn{
        font-size: 19px;
    }
    /* ������ �������*/
    #quoteSlider{direction: ltr;}
    #quoteSlider img{width: 100%;}
    #quoteSlider .slideSpoiler{
        position: absolute;
        bottom: 10px;
        direction: rtl;
        padding: 0 30px 10px 30px;
        background: rgba(0,0,0,.7);
        color: white;
        width: 100%;
    }
    #quoteSlider .slideSpoiler p{margin: 0;}
    #quoteSlider .slideSpoiler strong{
        font-size: 27px;
        font-weight: 400;
    }    
    /* ��� ����� */
    .tagsBlock{
        height: 275px;
        overflow: hidden;
        text-align: center;
        padding: 20px 10px;
    }
    .tagsBlock #tagsSlider{
        direction: ltr;
        height: 100%;
    }
    .tagsBlock #tagsSlider .owl-wrapper-outer{height: 95%;}
    .tagsBlock #tagsSlider .tag{
        background-color: #4287d1;
        color: white;
        padding: 5px 10px;
        margin: 3px;
        border-radius: 4px;
        display: inline-block;
        direction: rtl;
    }
    .tag:hover{text-decoration: none; background-color: #036add;}
    /* ��� ���� */
    .BePartnerBlock {
        overflow: hidden;
    }
    .BePartnerBlock .slideSpoiler{
        position: absolute;
        bottom: 19px;
        padding: 0 30px 0 30px;
        background: rgba(0,0,0,.7);
        color: white;
        width: calc(100% - 15px);
        text-shadow: 0 0 8px black;
        text-align: center;
    }
    .BePartnerBlock .slideSpoiler h3{
        margin: 0;
    }
        .BePartnerBlock .slideSpoiler h3 strong {
            font-size: 46px;
            font-weight: 600;
        }
    /*���� ������*/
    .booksBlock {height: 240px;}
    .booksBlock .btn{font-size: 19px;}

/* Lesson */
    .lessonPage{ padding-bottom: 20px;}
    /*.lessonTagsRow .tag{
        background-color: #4287d1;
        color: white;
        padding: 5px 10px;
        margin: 3px;
        border-radius: 4px;
        display: inline-block;
    }
        .lessonTagsRow .tag:hover{text-decoration: none; background-color: #036add;}*/
    .lessonTagsRow .tag{
        background-color: none;
        color: rgba(0,0,0,.5);
        padding-bottom: 10px;
        display: inline-block;
    }
        .lessonTagsRow .tag:hover{text-decoration: none; background-color: transparent; color: black;}
        .lessonBtns{ float: left; margin-top: 15px;}
    .videoWrapper {
	    position: relative;
	    padding-bottom: 56.25%; /* 16:9 */
	    padding-top: 25px;
	    height: 0;
        margin: 15px 0; 
    }
    .videoWrapper iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
    }    
    .audioPlayer{ padding: 15px 0;}
    .audioPlayer #player{width: 100%;}
    .videoPlayer{ padding-top: 15px;}
    .videoPlayer video{width: 100%;}
    /*����� ��*/
    .sidebar{
        padding: 68px 15px 15px 10px;
    }
    .sidebar h2 {font-size: 25px;}
    .sidebar .searchBar{ position: relative;}
    .sidebar .searchBar .searchBtn{
        position: absolute;
        top: 5px;
        left: 5px;
        background: none;
        border: none;
    }
    /* ����� �� */
    .Categories p { 
        margin:0;
        padding: 10px 4px 0 0;
        font-size: 14px;
        color: gray;
    }
    .Categories ul { font-size: 17px;}
    .Categories ul ul{padding-right: 20px;}
    .Categories ul li{ position: relative}
        .Categories ul li i {
            position: absolute;
            right: -8px;
            top: 8px;
            z-index: 999;
            padding: 6px 8px;
            font-size: 18px;
            color: #036add;
            cursor: pointer;
            -webkit-transition: -webkit-transform .3s ease-in;
            transition: -webkit-transform .3s ease-in;
        }
            .Categories ul i.opened {
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }
    .Categories ul a{ color: black}
    .nav>li>a {
        border-bottom: 1px solid #ccc;
        padding: 10px 20px 10px 15px;
    }
    .nav>li>a:hover, .nav>li>a:focus {
        text-decoration: none;
        background-color: transparent;
    }
    .Categories .currentCat{font-weight: bold;}
    /* ����� ������ ����� */
    .joinNL{
        overflow: auto;
        margin: 30px 0 40px 0;
    }
    /* ��� ����� */
    .sidebar .tagsBlock {height: 400px;}
/* ���� ������� */
    .categoryPage h3{
        font-size: 19px;
        font-weight: bold;
        color: black;
        margin: 10px 0 5px 0;
    }
    .categoryPage h3 a{ color: inherit; transition: all ease-in-out .2s;}
    .categoryPage h3 a:hover{ text-decoration: none; color: #4ea3c0;}
    .lessonsRow{ padding-bottom: 10px;}
    .hoverCover{
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        width: 100%;
        height: 197px;
        line-height: 197px;
        color: white;
        text-align: center;
        font-size: 52px;
        opacity: 0;
        transition: all ease-in-out .2s;
    }
    .lessonImg:hover .hoverCover{ opacity: 1; z-index:10;}
    .lessonImg{ position: relative;}
    .lessonLength{ 
        color: white;
        z-index:5;
        font-size: 14px;
        padding: 0 10px;
        width: 100%;
        height: 70px;
        display: block;
        position: absolute;
        bottom: 0;
        background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
        background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
        background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
        background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    }
    .lessonLengthText{
        position: absolute;
        bottom: 5px;
    }
        .lessonLengthText i{ padding: 0 5px;}
/* ���� ���� */
    .mainContent{

    }
        .mainContent h2 {
            border-bottom: none;
        }
/*��� ���*/
#contactForm{padding-bottom: 15px;}
    #contactForm .form-group,#joinMail .form-group{ 
        overflow: auto;
        margin-bottom: 15px;

    }
    #contactForm label{
        font-weight: bold;

    }
    #contactForm .required{color: #c10000;}
    label.error {
        color: #c10000;
        font-size: 0.9em;
        font-weight: normal !important;
        line-height: 18px;
        padding: 5px 0 0;
    }
    .form-control.error {
        border-color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }
    .form-control.error:focus {
	    border-color: #843534;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }
    .socialRow{ padding: 10px 30px;}
    .smGlobalBtn{ /* global button class */
        display: inline-block;
        position: relative;
        cursor: pointer;
        width: 50px;
        height: 50px;
        box-shadow: 0 2px 2px #999;
        padding: 0;
        text-decoration: none;
        text-align: center;
        color: #fff;
        font-size: 27px;
        font-weight: normal;
        line-height: 2em;
        border-radius: 25px;
        -moz-border-radius:25px;
        -webkit-border-radius:25px;
    }
    /* facebook button class*/
    .facebookBtn{
        background: #4060A5;
    }
    .facebookBtn:before{ /* use :before to add the relevant icons */
        font-family: "FontAwesome";
        content: "\f09a"; /* add facebook icon */
    }
    .facebookBtn:hover{
        box-shadow: none;
        text-decoration: none;
    }
    /* google plus button class*/
    .googleplusBtn{
        background: #e64522;
    }
    .googleplusBtn:before{
          font-family: "FontAwesome";
          content: "\f0d5"; /* add googleplus icon */
    }
    .googleplusBtn:hover{
        box-shadow: none;
        text-decoration: none;
    }
    /* youtube button class*/
    .youtubeBtn{
        background: #cb2027;
    }
    .youtubeBtn:before{
          font-family: "FontAwesome";
          content: "\f167"; /* add youtube icon */
    }
    .youtubeBtn:hover{
        box-shadow: none;
        text-decoration: none;
    }

/* ��� ����*/
.donBlock{ 
    padding-bottom: 25px;
    font-size: 17px;
}
    .donBlock h3{margin-top:0;}
    .donBlock a{ color: inherit; }
    .donIcons {
        background-color: #036add;
        color: white;
        text-align: center;
        border-radius: 40px;
        padding-top: 23px;
        height: 80px;
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    .donIcons i {
        -moz-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    .donBlock:hover .donIcons{ padding-top: 19px;}
    .donBlock:hover i {font-size: 2.5em;}
/* ���� ���� */
    .productImage{cursor: zoom-in;}
    #zoomModal {text-align: center;}
        #zoomModal h4 {
            font-weight: bold;
            font-size: 25px;
            color: #036add;
        }
    .productImageLabel{ 
        text-align: center;
    }
    .pricesLine{ 
        text-align: center;
        font-size: 29px;
    }
    .pricesLine .btn{
        background-color: #DAA520;
        border-color: #DAA520;
        text-shadow: 0 1px #DAA520;
    }
    .pricesLine .currency{font-size: 17px;}
    .preSalePrice{ text-decoration: line-through;font-size: 18px;}
    .egChapter{ 
        position: absolute;
        top: 48px;
        left: 15px;
    }
/* ���� ������ */
    .boookBlock{
        padding:30px;
        text-align: center;
    }
    .boookBlock a{ color: inherit;}
    .boookBlock a:hover{ text-decoration:none;}
    .phonePurchase{ 
        padding: 10px 0;
        text-align: center;
    }
    /* ribbon style */
     .ribbon-wrapper {
        direction: ltr;
        color:white;
        position: absolute;
        border-top: 0 solid #ccc;
        top: 40px;
        left: 30px;
        font-size: 21px;
    }
      .ribbon-front {
	    background-color: rgba(0,0,0,.8);	
        height: 40px;
        padding: 0 10px;
	    position: relative;
	    left:-10px;
	    z-index: 2;
        direction: rtl;
    }

      .ribbon-front,
      .ribbon-back-left,
      .ribbon-back-right
    {
	    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.55);
	    -khtml-box-shadow: 0 0 4px rgba(0,0,0,0.55);
	    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.55);
	    -o-box-shadow: 0 0 4px rgba(0,0,0,0.55);
    }

      .ribbon-edge-topleft,
      .ribbon-edge-topright,
      .ribbon-edge-bottomleft,
      .ribbon-edge-bottomright {
	    position: absolute;
	    z-index: 1;
	    border-style:solid;
	    height:0px;
	    width:0px;
    }

      .ribbon-edge-bottomleft,
      .ribbon-edge-bottomright {
	    top: 40px;
    }

      .ribbon-edge-topleft,
      .ribbon-edge-bottomleft {
	    left: -10px;
	    border-color: transparent #99c transparent transparent;
    }

      .ribbon-edge-topleft {
	    top: 0;
	    border-width: 0 10px 0 0;
    }
      .ribbon-edge-bottomleft {
	    border-width: 0 10px 10px 0;
    }

      .ribbon-edge-topright,
      .ribbon-edge-bottomright {
	    left: 20px;
	    border-color: transparent transparent transparent #99c;
    }

      .ribbon-edge-topright {
	    top: 0;
	    border-width: 0 0 0 0;
    }
      .ribbon-edge-bottomright {
	    border-width: 0 0 0 0;
    }

      .ribbon-back-left {
	    position: absolute;
	    top: 10px;
	    left: 0;
	    width: 0;
	    height: 40px;
		    z-index: 0;
    }

      .ribbon-back-right {
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 0;
	    height: 40px;
		    z-index: 0;
    }
/* ���� ������ */
.searchString{
    font-weight: bold;
    font-size: 20px;
    color: #036add;
}
/* ����� �������� */
.NewsNav ul{ list-style: none; padding: 0;}
.NewsNav li{position: relative;}
 .NewsNav li:before{
    content: '\f073';
    font-family: FontAwesome;
    position: absolute;
    top: 9px;
    right: 10px;
    color: #003378;
}
.NewsNav li a{
    display: block;
    padding: 10px 35px 10px 0;
    margin-left: 21px;
    color: black;
}
    .NewsNav li a:hover {
        background-color: #eee;
        text-decoration: none;
    }
        .NewsNav li a:hover::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border-top: 21px solid transparent;
            border-bottom: 21px solid transparent;
            border-right: 21px solid #eee;
        }
    .NewsNav li.current a{
        font-weight: bold;
    }

/* Umbraco Forms */
.contour input.text{
	
}

@media (min-width: 768px) {
    .nopadding {
        padding: 0;
        margin: 0;
    }

    .nopadding-right {
        padding-right: 0;
        margin-right: 0;
    }

    .nopadding-left {
        padding-left: 0;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    header {
        height: 60px;
    }
    .navbar-inverse{ 
        height: auto;
        height: 60px;
        box-shadow: 0 0 10px rgba(0,0,0,.99);
        border-bottom: 0;
        text-align: right;
        background-color: transparent;
    }
    .navbar-inverse .navbar-toggle,.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
        border-color: rgba(255,255,255,.8);
        position: absolute;
        top: 12px;
        left: -5px;
    }
    .navbar-inverse .navbar-collapse{
        background-color: #333;
        max-height: 400px;
    }
    .navbar-inverse .navbar-nav>li>a {
        border-bottom: 1px solid rgba(255,255,255,.1);
        color: #fff;
    }
    header nav ul li.current {
        border-bottom: 3px solid #4ea3c0;
    }
    header .searchBar {
        position: relative;
        margin-bottom: 15px;
        left: 0;
        top:  0;
    }
    header .searchBar .searchInput {
        width: 100%;
    }
    footer {
        line-height: normal;
    }
    #HomeSlider .slideSpoiler {padding: 0 40px; bottom: 0; position: relative;background: rgba(0,0,0,.9);}
    #HomeSlider .slideSpoiler p{ font-size: 14px;}
    #HomeSlider .slideSpoiler h3{ margin: 0; font-size: 21px;}
    #marqueecontainer {height: 150px;}
    .row-eq-height {
        display: -webkit-block;
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }
    .newAtKB{padding-bottom: 60px;}
    .newAtKBbtn {width: 90%;}
    .RoshTovBlock,.BePartnerBlock {padding-right: 0;}
    #quoteSlider .slideSpoiler{ padding: 0 40px;bottom: 0; position: relative;background: rgba(0,0,0,.9);}
    #quoteSlider .slideSpoiler strong {font-size: 17px;}
    #quoteSlider .slideSpoiler p{ font-size: 14px;}
    .owl-theme .owl-controls .owl-buttons div{padding: 3px; top: 10%;}
    .booksBlock {height: auto;}
    .booksBlock img{
        width: 200px;
        height: auto;
    }
    .RT_newsRow {
        top: 30px;
        right: 20px;
        width: 100px;
    }
    .sidebar {
        padding: 10px 15px 15px 10px;
    }
    .lessonBtns{ float: none;}
    .lessonBtns .btn {
        color: white;
        font-size: 13px;
        width: 100%;
        margin-bottom: 5px;
    }
    .egChapter{
        position: relative;
        float: left;
        top: 0;
        left: 0;
        margin-right: 15px;
    }
    .donBlock .btn{ font-size: 14px;}
    .donIcons {
        margin-right: 10px;
        width: 22%;
    }
	.nopadding-mobile {
        padding: 0;
        margin: 0;
    }
}