/*GENERAL*/

section {
    position: relative;
}
h1, h2, h3 {
    font-family: "fb_regular","Roboto","helvetica","arial";
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a:hover {text-decoration: none;color: inherit;}
p {
    direction: rtl;
}

button.no_default_style {
    border: none;
    background: transparent;
    -webkit-appearance: none;
}

button.reset_style {
    background: none;
    border: none;
    -webkit-appearance: none;
}

.yellow_btn {
    background-color: #FFAD32;
    padding: 5px 10px;
}

.yellow_btn:hover, .yellow_btn:focus {
    color: white;
    background-color: black;
}

.yellow_btn:hover span, .yellow_btn:focus span {
    background-image: url('../img/icons/white/white_arrow_left.svg');
}


.carousel-control:focus img {
    border: 1px solid #5959D1;
    outline-offset: -2px;
}


/* END GENERAL*/

.welcome-index, .welcome-error404, .welcome-play {
    padding-top: 95px;
}


.nav-childs {
    display: block;
    clear: both;
    width: 100%;
    /* height: 110px; */
    background-color: #E6E6E6;
}

.nav-childs .overflow {
    width: 300px;
    height: 66px;
    float: right;
    overflow: hidden;
}

.nav-childs .overflow header {
    margin: 0px 0 0 0;
    height: 66px;
    display: table;
    padding: 4px 0 0 0 !important;
}

.nav-childs .overflow header h1 {
    width: 100%;
    height: 100%;
    font-size: 27px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    line-height: .8;
}
.nav-childs ul {
    display: inline-block;
    float: left;
    list-style-type: none;
}
.nav-childs ul li {
    display: inline-block;
    float: right;
}
.nav-childs ul li:hover {
    background-color: #e6e6e6;
}
.nav-childs ul li.active {}
.nav-childs ul li a {
    display: block;
    color: black;
    font-size: 16px;
    margin: 0;
    padding: 26px 16px 24px;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 1;
    background-color: transparent;
}
.nav-childs ul li.active a:before, .nav-childs ul li a:hover:before, .nav-childs ul li a:focus:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ffad32;
    position: absolute;
    margin: 5px -10px 0 0;
}

.home {
    /*background: url('../img/bgs/home1.jpg') center top transparent no-repeat;*/
    padding: 0 0 0px 0;
}

.home nav {
    background-color: #333333;
    padding: 27px 0 18px;
}
.home nav h2 {
    color: white;
    /*    font-family: "fb_light","Roboto","helvetica","arial";*/
    letter-spacing: -1px;
    font-size: 22px;
    float: right;
    margin: 7px 0 0 0;
}
.home nav .form-wrapper {
    /* float: right; */
    display: inline-block;
    margin: 0 20px 0 0;
    width: 874px;
}
.home nav .form-wrapper form {}
.home nav .form-wrapper form select {
    float: right;
    margin: 0 0 0 10px;
}

.home nav .form-wrapper form select:hover, .home nav .form-wrapper form select:focus {
    border: 1px solid #FFAD32;
}

.home nav .form-wrapper form .send_btn {
    float: right;
    width: 110px;
}

.home nav .form-wrapper form .send_btn.disable {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    cursor:default;
}

.home nav .form-wrapper form .send_btn.disable:hover, .home nav .form-wrapper form .send_btn.disable:focus {
    background-color: #ffad32;

}

.home nav .form-wrapper form .send_btn:hover, .home nav .form-wrapper form .send_btn:focus {
    background-color: #FFFFFF;
    color: #333333;
}

.home main {
    margin: 40px 0 0 0;
}
.home main .main_plays {
    width: 800px;
    float: right;
    color: #333333;
}


.home main .main_plays .carousel-inner {}
.home main .main_plays .carousel-control {
    width: 67px;
    padding: 120px 0 0 0;
    background: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

.home main .main_plays .carousel-control:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.home main .main_plays .carousel-control img {
    width: 16px;
}

.home main .main_plays .carousel-indicators {
    bottom: 2px;
}
.home main .main_plays .carousel-indicators li {
    border-color: #333333;}
.home main .main_plays .carousel-indicators li.active {
    background-color: #333333;
}

.home main .main_plays .item {}
.home main .main_plays .item .play {
    width: 800px;
    height: 576px;
    overflow: hidden;
    float: right;
}
.home main .main_plays .item .play figure {
    width: 100%;
    height: 330px;
    overflow: hidden;
    background-color: #F2F2F2;
    position: relative;
}
.home main .main_plays .item .play .text_cont {
    width: 100%;
    height: 246px;
    overflow: hidden;
    background-color: #FFAC31;
    padding: 40px 40px;
}
.home main .main_plays .item .play .text_cont .text {
    height: 173px;
    width: 375px;
    overflow: hidden;
    float: right;
}

.home main .main_plays .item .play figure .shpitz_orange {
    position: absolute;bottom: 0;right: 20%;}


.home main .main_plays .item .play .text_cont .text h2 {
    font-size: 27px;
    margin: 0 0 3px 0;
    /* line-height: .8; */
    font-family: "fb_regular","Roboto","helvetica","arial";
}

.home main .main_plays .item .play .text_cont .buttons {
    float: left;
    width: 320px;
    padding: 30px 0 0 0;
}

.home main .main_plays .item .play .text_cont .buttons .date_container {
    line-height: 1;
}
.home main .main_plays .item .play .text_cont .buttons .date_container h3 {
    text-align: center;
    font-size: 20px;
}
.home main .main_plays .item .play .text_cont .buttons .date_container p {
    font-size: 27px;
    text-align: center;
    font-family: "fb_regular","Roboto","helvetica","arial";
}


.home main .main_plays .item .play .text_cont .buttons .more {
    background-size: 9px;
    display: block;
    width: 230px;
    background-color: #333333;
    margin: 10px auto;
    color: white;
    padding: 9px 10px;
    text-align: center;
}
.home main .main_plays .item .play:hover .text_cont .buttons .more, .home main .main_plays .item .play:focus .text_cont .buttons .more {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 1px solid black;
}

.home main .main_plays .item .play:hover .text_cont .buttons .more span, .home main .main_plays .item .play:focus .text_cont .buttons .more span {
    background-image: url('../img/icons/black/black_arrow_left.svg');

}    

.two_columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.home main .others_plays {
    float: left;
    width: 377px;
}

.home main .others_plays .carousel .item .play {
    margin: 0 0 14px 0;
    display: block;
    width: 100%;
    height: 254px;
    overflow: hidden;
    text-decoration: none;
}

.home main .others_plays .carousel .item .play figure {
    width: 100%;
    height: 157px;
    overflow: hidden;
    position: relative;
    background: url('../img/bgs/logo_light.svg') center center #F2F2F2 no-repeat;
    background-size: cover !important;
}
.home main .others_plays .carousel .item .play .text_cont {
    display: table;
    width: 100%;
    background-color: #333333;
}
.home main .others_plays .carousel .item .play .text_cont .text {
    background-color: #f2f2f2;
    width: 70%;
    display: table-cell;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1;
    color: black;
    /* font-family: "fb_light","Roboto","helvetica","arial"; */
}

.home main .others_plays .carousel .item .play .text_cont .text h3 {
    font-size: 22px;
    margin: 0 0 5px 0;
    line-height: .9;
}

.home main .others_plays .carousel .item .play figure .shpitz_grey {
    position: absolute;
    bottom: 0;
    right: 207px;
}


.home main .others_plays .carousel .item .play .text_cont .buttons {
    width: 30%;
    background-color: #333333;
    display: table-cell;
    vertical-align: middle;
}

.home main .others_plays .carousel .item .play .text_cont .buttons .more {
    color: white;
    font-size: 22px;
    text-align: center;
    line-height: .9;

}
.home main .others_plays .carousel .item .play:hover .text_cont .buttons, .home main .others_plays .carousel .item .play:focus .text_cont .buttons {
    background-color: #FFAC31;
}

.home main .others_plays .carousel .item .play:hover .text_cont, .home main .others_plays .carousel .item .play:focus .text_cont {
    background-color: #FFAC31;
}


.home main .others_plays .carousel .down_buttons {}

.home main .others_plays .carousel .down_buttons .carousel-control {
    position: relative;
    border: 1px solid black;
    width: 179px;
    background: none;
    color: black;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    text-align: right;
    padding: 0 20px 0 0;
}

.home main .others_plays .carousel .down_buttons .carousel-control:hover, .home main .others_plays .carousel .down_buttons .carousel-control:focus {
    background-color: #FFAC31 !important;
}

.home main .others_plays .carousel .down_buttons .carousel-control.right {
    float: right;
    background: url('../img/icons/black/arrow_up.svg') 10px center transparent no-repeat;
    background-size: 20px;
    font-size: 22px;
    padding: 1px 14px 0px 0;
}
.home main .others_plays .carousel .down_buttons .carousel-control.left {
    float: left;
    background: url('../img/icons/black/arrow_down.svg') 10px center transparent no-repeat;
    background-size: 20px;
    padding: 1px 14px 0px 0;
    font-size: 22px;
}

.home .thisWeek {
    margin: 50px 0;
}
.home .thisWeek header {
    border-bottom: 1px dotted black;
    padding: 0 0 5px 0;
    margin: 30px 0 0 0;
}
.home .thisWeek header h2 {
    font-size: 27px;
    float: right;
}
.home .thisWeek header a{
    float: left;
    font-size: 18px;
}

.home .thisWeek header a:hover {
    text-decoration: underline;
}

.home .thisWeek .plays {
    width: 100%;
    display: table;
}
.home .thisWeek .plays .play {
    width: 100%;
    display: table-row;
    font-size: 16px;
}

.home .thisWeek .plays .play:last-child {border-bottom: none;}

.home .thisWeek .plays .play:hover .col {
    background-color: #F2F2F2;
    padding: 10px 20px;
}

.home .thisWeek .plays .play .col {
    padding: 10px 0;
    border-bottom: 1px dotted black;
}
.home .thisWeek .plays .play .col:nth-child(1) {
}
.home .thisWeek .plays .play .col:nth-child(2) {
    font-weight: bold;
}
.home .thisWeek .plays .play .col:nth-child(3) {}

.home .thisWeek .plays .play .col:last-child {
    text-align: left;
}
.home .thisWeek .plays .play .col:last-child .button {
    display: inline-block;
    padding: 5px 20px;
    background-color: #333333;
    color: white;
    font-size: 18px;
}

.home .media {
    width: 100%;
    background-color: #f2f2f2;
    /* min-height: 400px; */
    position: relative;
    padding: 50px 0 80px 0;
}

.home .media .shpitz_white_big {
    position: absolute;
    top: -51px;
    left: 60px;
}

.home .media h2 {
    font-size: 27px;
    margin: 0 0 30px 0;
}

.home .media .carousel {}
.home .media .carousel .carousel-inner {
    width: 80%;
    margin: 0 auto;
}
.home .media .carousel .carousel-control {
    width: 50px;
    background: none;
    padding: 4% 0;
}
.home .media .carousel .carousel-control img {
    width: 20px;
}

.home .media .carousel .carousel-indicators {
    bottom: -58px;
}

.home .media .carousel .carousel-indicators li {
    border-color: black;
}

.home .media .carousel .carousel-indicators li.active {
    background-color: black;
}

.home .media .carousel .item .media {}
.home .media .carousel .item .media figure {
    float: right;
    width: 226px;
    height: 164px;
}
.home .media .carousel .item .media .text_cont {
    float: right;
    width: 690px;
    margin: 0 40px 0 0;
}
.home .media .carousel .item .media .text_cont .text {
    width: 100%;
    height: 144px;
    padding: 0 0 5px;
    overflow: hidden;
    color: #333333;
}

.home .media .carousel .item .media .text_cont .text h3 {
    margin: 0 0 20px 0;
}

.home .media .carousel .item .media .text_cont .text h3 strong {
    font-family: "fb","Roboto","helvetica","arial";
    font-weight: bold;
}

.home .media .carousel .item .media .text_cont .more {
    color: #333333;
}

.home .media .carousel .item .media:hover .text_cont .more, .home .media .carousel .item .media:focus .text_cont .more {
    text-decoration: underline;
}

.home .media .carousel .item .media:focus h3 {
    text-decoration: underline;
}



footer aside {}
footer aside .form-wrapper {
    width: 778px;
    margin: 0 auto;
}
footer aside .form-wrapper h2 {
    color: #ffad32;
    font-family: "fb","Roboto","helvetica","arial";
    text-align: center;
    font-size: 25px;
    margin: 0 0 20px 0;
}
footer aside .form-wrapper form {}
footer aside .form-wrapper form .iname {
    background-color: white;
    float: right;
    width: 214px;
    margin: 0 0 0 10px;
}
footer aside .form-wrapper form .send_btn {
    width: 105px;
    line-height: 44px;
}

footer .footer_table {
    display: table;
    width: 100%;
    margin: 60px 0 40px 0;
}

footer .footer_table .col {vertical-align: top;}

footer .footer_table .col:nth-child(1) {
    width: 250px;
    border-left: 1px dotted white;
}
footer .footer_table .col:nth-child(2) {
    width: 355px;
    /* border-left: 1px dotted white; */
    padding: 30px 20px 0 0;
}

footer .footer_table .col:nth-child(3) {
    padding: 0 30px 0;
}

footer .social {}
footer .social a {
    float: right;
    text-align: center;
    margin: 0 20px;
    color: #838989;
}
footer .social a:last-child {}
footer .social a img {}
footer .social a:hover {color:#ffad32;}
footer .social a span {
    display: block;
    text-align: center;
    line-height: 1;
    /*    font-family: "fb_light","Roboto","helvetica","arial";*/
    font-size: 17px;
    margin: 17px 0 0 0;
}

footer .media {}
footer .media h3 {
    /*font-family: "fb_light","Roboto","helvetica","arial";*/
    line-height: 1;
    font-size: 22px;
    margin: 0 0 10px 0;
}
footer .media p {
    /*font-family: "fb_light","Roboto","helvetica","arial";*/
    color: #838989;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 0 0;
}

footer .media a {color: rgba(255, 173, 50, 0.54);font-size: 16px;}

footer .media a:hover {
    text-decoration: underline;
    color: #ffad32;
}

section.play .wrapper {
}
.play.main-bg {
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 150px;
    padding: 75px 0 0 0;
}

section.play .back-btn {
    width: 100%;
    height: 42px;
    color: #fff;

}

section.play .back-btn a {
    display: block;
    border: 1px solid #fff;
    width: 102px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    float: left;
    color: white;
}

section.play .back-btn a:hover, section.play .back-btn a:focus {
    background-color: black;
}

section.play .play-details, section.play .play-description {
    display: table;
    height: 330px;
    width: 100%;
    margin-top: 23px;
}

section.play .play-description {
    height: auto;
    margin-top: 50px;
    margin-bottom: 35px;}

section.play .play-name, section.play .play-participate, section.play .play-summery{
    display: table-cell;
}

section.play .play-name {
    width: 400px;
    height: 100%;
    background-color: #ffad32;
    padding: 30px 35px 15px 40px;
    position: relative;
    vertical-align: top;
}

section.play .play-images {
    height: 100%;
    width: 800px;
    display: table-cell;
    background-color: #F2F2F2;
    vertical-align: middle;
    background: url('../img/bgs/logo_light.svg') center center #F2F2F2 no-repeat;
    background-size: 20%;
    /* position: relative; */
}

section.play .play-images .carousel-inner {

}

section.play .play-images.carousel .item {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

section.play .play-images.carousel .item img {
    /* width: 100%; */
}

section.play .play-images.carousel .carousel-indicators {
    top: 10px;
    left: 10px;
    text-align: left;
    margin: 0;
}
section.play .play-images.carousel .carousel-indicators li {
    border: 2px solid #333333;
    width: 12px;
    height: 12px;
}
section.play .play-images.carousel .carousel-indicators li.active {
    background: url('../img/bgs/circle_with_border.svg') center center transparent no-repeat;
    background-size: 90%;
    width: 15px;
    height: 15px;
}


section.play .shpitz-orange {
    position: absolute;
    bottom:30px;
}

section.play .play-dates {
    color: #fff;
    border-bottom: 1px dotted #fff;
    font-size: 23px;
}

.play h1 {
    font-size: 34px;
    margin-top: 10px;
    letter-spacing: -1px;
}

section.play .play-name .subtitle {
    font-size: 22px;
    overflow: hidden;
    margin: 0px 0 50px 0;
    line-height: 1;
}

section.play .play-duration {
    position: absolute;
    bottom: 20px;
    font-size: 19px;
}

section.play .play-duration img {
    margin-left: 5px;
}

section.play .play-participate {
    background-color: #f2f2f2;
    width: 370px;
    padding: 35px 23px;
    position: relative;
    vertical-align: top;
}

section.play .play-summery {
    width: 760px;
    padding: 0 0 0 40px;
    vertical-align: top;
    font-size: 19px;
}

section.play .play-summery h2 {
    font-size: 27px;
}

section.play .play-text {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    font-size: 19px;
    /*    font-family: "fb_light","Roboto","helvetica","arial";*/
    margin: 20px 0 40px 0;
    line-height: 30px;
}
section.play .play-text-youtube {
    display: inline-block;
    width: 49%;
    font-size: 19px;
    margin: 20px 0 40px 0;
    line-height: 30px;
    padding-left: 20px;
}
section.play iframe.youtube {
    display: inline-block;
    width: 50%;
    min-height: 250px;
    vertical-align: top;
    margin: 0 auto 20px;
}

section.play .play-text iframe {
    width: 100%;
    border: none;
    border-top: 5px solid #FFAD32;
    border-bottom: 5px solid #FFAD32;
    min-height: 290px;
}

section.play .play-text p {
    margin: 0;
}

section.play .creators {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    font-size: 19px;
}

section.play .creators-title, section.play .creators-names  {
    display: table-cell;
}

section.play .creators-title {
    font-family: "fb_regular","Roboto","helvetica","arial";
    width: 93px;
}

section.play .creators-names {
    font-size: 19px;
    /*    font-family: "fb_light","Roboto","helvetica","arial";*/
}

section.play .creators-names p {
    font-size: 19px;
    margin: 0;
}

section.play .ticket-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

section.play .ticket-btn a {
    background-color: #ffad32;
    width: 195px;
    height: 53px;
    padding: 1px 0 0 0;
    border: 1px solid transparent;
    font-size: 19px;
    color:#333;
    text-align: center;
    line-height: 53px;
    display: block;
    letter-spacing: -1px;
}

section.play .ticket-btn a:hover {
    background-color: white;
    border: 1px solid #333;
}

section.play .bottom-btns a{
    display: block;
    cursor: pointer;
    font-size: 19px;
    float: right;
    color:#fff;
    height: 53px;
    line-height: 53px;
    text-align: center;
    /*    font-family: "fb_light","Roboto","helvetica","arial";*/
    background: url('../img/icons/white/arrow_down.svg') 15px center #333333 no-repeat;
    padding: 0 20px 0 50px;
    background-size: 20px;
    margin: 0 0 0 15px;
}

section.play .bottom-btns a:hover, .play .bottom-btns a:focus {
    background-color: #ffad32;
    color: #333;
    background-image: url('../img/icons/black/arrow_down.svg');
}




section.play .bottom-btns a:nth-child(1) {}
section.play .bottom-btns a:nth-child(2) {}
section.play .bottom-btns a:nth-child(3) {
    float: left;
    margin-left: 0;
    cursor: pointer;
}

section.play .bottom-btns a:nth-child(3).open {
    background-image: url('../img/icons/white/arrow_up.svg');
}

section.play .bottom-btns a.open:hover, .play .bottom-btns a.open:focus {
    background-image: url('../img/icons/black/arrow_up.svg');
}

section.play .reviews {
    display: none;
}

section.play .reviews .line {
    padding: 50px 0;
}
section.play .reviews .line:nth-child(odd) {
    background-color: #f2f2f2;
}
section.play .reviews .line:nth-child(even) {
    background-color: #e6e6e6;
}
section.play .reviews .line .review {
    width: 50%;
    float: right;
    padding-left: 40px;
}

section.play .reviews .line .review:nth-child(2) {
    padding-right: 40px;
    padding-left: 0;
}

section.play .reviews .line .review header {
    display: table;
    width: 100%;
}
section.play .reviews .line .review header .col {}

section.play .reviews .line .review header .col:nth-child(1) {
    font-family: "fb_regular","Roboto","helvetica","arial";
}
section.play .reviews .line .review header .col:nth-child(2) {
    text-align: left;
    vertical-align: bottom;
}

section.play .reviews .line .review header .col h3 {
    font-size: 27px;
}
section.play .reviews .line .review header .col p {
    font-size: 20px;
    margin: 0;
}
section.play .reviews .line .review header .col span {
    font-size: 19px;
}
section.play .reviews .line .review article {
    font-size: 19px;
    margin: 20px 0 0 0;
    line-height: 1.2;
    text-align: justify;
}

section.archives {}

.archives .menu-carusel {
    margin: 0 0 20px;
}

.archives .menu-carusel .carousel {
    margin: 20px 0 0 0;
}

.archives .menu-carusel .carousel button {
    background: none;
    border: none;
    /* float: right; */
    display: inline-block;
    width: 2%;
    padding: 5px 0;
    vertical-align: top;
}

.archives .menu-carusel .carousel button:focus {
    border: 1px solid blue;
}

.archives .menu-carusel .carousel button img {
    height: 28px;
    margin: 0px 0 0 0;
}
.archives .menu-carusel .carousel .item {
    text-align: center;
    padding: 0 2px;
}
.archives .menu-carusel .carousel .item a {
    border: 1px solid #333;
    padding: 6px 0px;
    width: 100%;
    display: inline-block;
}
.archives .menu-carusel .carousel .item.active {}
.archives .menu-carusel .carousel .item.active a,
.archives .menu-carusel .carousel .item a:hover,
.archives .menu-carusel .carousel .item a:focus {
    border: none;
    background-color: #FFAD32;
    border: 1px solid #FFAD32;
}
.archives .menu-carusel .carousel .owl-carousel {
    width: 95%;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}


section.archives .plays_wrapper .item {
    width: 377px;
    float: right;
    margin: 0 0 35px 34px;
}

section.archives .plays_wrapper .item:nth-child(3n+0) {
    margin-left: 0;
    float: left;
}

section.archives .plays_wrapper .item .play {
    width: 100%;
    display: block;
    overflow: hidden;
}
section.archives .plays_wrapper .item .play figure {
    width: 100%;
    height: 157px;
    overflow: hidden;
    background-color: #F2F2F2;
    position: relative;
}
section.archives .plays_wrapper .item .play .text_cont {
    width: 100%;
    overflow: hidden;
    background-color: #F2F2F2;
    padding: 0;
}
section.archives .plays_wrapper .item .play .text_cont .text {
    height: 77px;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 30px;
    margin: 25px 0 22px;
}

section.archives .plays_wrapper .item .play figure .shpitz_orange {
    position: absolute;
    bottom: 0;
    right: 47%;
    width: 57px;
    height: 24px;
    background-image: url('../img/pages/shpitz_grey.png');
}


section.archives .plays_wrapper .item .play .text_cont .text h2 {
    font-size: 22px;
    margin: 0 0 5px 0;
    line-height: .8;
    font-family: "fb_regular","Roboto","helvetica","arial";
}

section.archives .plays_wrapper .item .play .text_cont .buttons {
    width: 100%;
    padding: 0px 0 0 0;
}


section.archives .plays_wrapper .item .play .text_cont .buttons .more {
    background-size: 9px;
    display: block;
    width: 100%;
    background-color: #333333;
    margin: 0;
    color: white;
    padding: 9px 10px;
    text-align: center;
    font-size: 22px;
}
section.archives .plays_wrapper .item .play:hover .text_cont, section.archives .plays_wrapper .item .play:focus .text_cont {
    background-color: #FFAD32;
}

section.archives .plays_wrapper .item .play:hover figure .shpitz_orange {
    background-image: url('../img/pages/shpitz_orange3.png');
}



section.repertoire {
    padding: 70px 0 40px;
}
section.repertoire nav {
    padding: 35px 0;
}
section.repertoire nav ul {}
section.repertoire nav ul li {
    display: inline-block;
    margin: 0 0 0 7px;
}
section.repertoire nav ul li:last-child {}

section.repertoire nav ul li a {
    border: 1px solid #333;
    padding: 10px 26px;
    font-size: 18px;
    /*    font-family: "fb_light","Roboto","helvetica","arial";*/
}
section.repertoire nav ul li a:hover, section.repertoire nav ul li.active a:focus, section.repertoire nav ul li.active a {
    background-color: #FFAD32;
    border: 1px solid transparent;
}



section.repertoire .plays_wrapper .item {
    width: 377px;
    float: right;
    margin: 0 0 35px 34px;
}

section.repertoire .plays_wrapper .item:nth-child(3n+0) {
    margin-left: 0;
    float: left;
}

section.repertoire .plays_wrapper .item .play {
    width: 100%;
    display: block;
    overflow: hidden;
}
section.repertoire .plays_wrapper .item .play figure {
    width: 100%;
    height: 157px;
    overflow: hidden;
    background-color: #F2F2F2;
    position: relative;
    cursor: pointer;
}
section.repertoire .plays_wrapper .item .play .text_cont {
    width: 100%;
    overflow: hidden;
    background-color: #F2F2F2;
    padding: 0;
}
section.repertoire .plays_wrapper .item .play .text_cont .text {
    height: 77px;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 30px;
    margin: 25px 0 22px;
    cursor: pointer;
}

section.repertoire .plays_wrapper .item .play .text_cont .text a {
    color: #3FA9F5;
}

section.repertoire .plays_wrapper .item .play .text_cont .text a:hover, section.repertoire .plays_wrapper .item .play .text_cont .text a:focus
{
    text-decoration: underline;
}

section.repertoire .plays_wrapper .item .play figure .shpitz_orange {
    position: absolute;
    bottom: 0;
    right: 47%;
    width: 57px;
    height: 24px;
    background-image: url('../img/pages/shpitz_grey.png');
}


section.repertoire .plays_wrapper .item .play .text_cont .text h2 {
    font-size: 22px;
    margin: 0 0 5px 0;
    line-height: .8;
    font-family: "fb_regular","Roboto","helvetica","arial";
}

section.repertoire .plays_wrapper .item .play .text_cont .buttons {
    width: 100%;
    padding: 0px 0 0 0;
}


section.repertoire .plays_wrapper .item .play .text_cont .buttons .more {
    background-size: 9px;
    display: block;
    width: 100%;
    background-color: #333333;
    margin: 0;
    color: white;
    padding: 9px 10px;
    text-align: center;
    font-size: 22px;
}
section.repertoire .plays_wrapper .item .play:hover .text_cont, section.repertoire .plays_wrapper .item .play:focus .text_cont {
    background-color: #FFAD32;
}

section.repertoire .plays_wrapper .item .play .text_cont .buttons a:hover, section.repertoire .plays_wrapper .item .play .text_cont .buttons a:focus {
    color: #FFAD32;
}
section.repertoire .plays_wrapper .item .play .text_cont .buttons a:hover span, section.repertoire .plays_wrapper .item .play .text_cont .buttons a:focus span {
    background-image: none;
}

section.repertoire .plays_wrapper .item .play:hover .text_cont .text a, section.repertoire .plays_wrapper .item .play:focus .text_cont .text a {
    color: white;
}

section.repertoire .plays_wrapper .item .play:hover figure .shpitz_orange {
    background-image: url('../img/pages/shpitz_orange3.png');
}

section.repertoire .plays_wrapper .item.add {}
section.repertoire .plays_wrapper .item.add .play {}
section.repertoire .plays_wrapper .item.add .play .text_cont {}
section.repertoire .plays_wrapper .item.add .play .text_cont .text {
    margin: 0;
    height: 281px;
    padding: 30px 30px 30px 123px;
    color: white;
    font-size: 18px;
}

section.repertoire .plays_wrapper .item.add .play:hover .text_cont, section.repertoire .plays_wrapper .item .play:focus .text_cont {
    background-color: #F2F2F2;
}

section.repertoire .plays_wrapper .item.add .play:hover .text_cont .buttons .more, section.repertoire .plays_wrapper .item.add .play:focus .text_cont .buttons .more {
    background-color: #333333;
}

section.repertoire .plays_wrapper .item.add .play .text_cont .buttons .more {
    background-color: #FFAD32;
}

section.repertoire .plays_wrapper .item.add .play .text_cont .text h2 {
    font-size: 32px;
    color: white;
    margin: 0 0 15px 0;
}







section.guest {
    padding: 70px 0 40px;
}
section.guest nav {
    padding: 35px 0;
}
section.guest nav ul {}
section.guest nav ul li {
    display: inline-block;
    margin: 0 0 0 7px;
}
section.guest nav ul li:last-child {}

section.guest nav ul li a {
    border: 1px solid #333;
    padding: 10px 26px;
    font-size: 18px;
    /*    font-family: "fb_light","Roboto","helvetica","arial";*/
}
section.guest nav ul li a:hover, section.guest nav ul li.active a:focus, section.guest nav ul li.active a {
    background-color: #FFAD32;
    border: 1px solid transparent;
}



section.guest .plays_wrapper .item {
    width: 377px;
    float: right;
    margin: 0 0 35px 34px;
}

section.guest .plays_wrapper .item:nth-child(3n+0) {
    margin-left: 0;
    float: left;
}

section.guest .plays_wrapper .item .play {
    width: 100%;
    display: block;
    overflow: hidden;
}
section.guest .plays_wrapper .item .play figure {
    width: 100%;
    height: 157px;
    overflow: hidden;
    background-color: #F2F2F2;
    position: relative;
    cursor: pointer;
}

section.guest .plays_wrapper .item .play figure figcaption {
    background-color: #FFAD32;
    font-size: 14px;
    padding: 2px 5px;
    float: left;
    margin: 10px 0 0 10px;
    font-family: "fb_regular","Roboto","helvetica","arial";
}

section.guest .plays_wrapper .item .play .text_cont {
    width: 100%;
    overflow: hidden;
    background-color: #F2F2F2;
    padding: 0;
}
section.guest .plays_wrapper .item .play .text_cont .text {
    height: 77px;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 30px;
    margin: 25px 0 22px;
    cursor: pointer;
}

section.guest .plays_wrapper .item .play .text_cont .text a {
    color: #3FA9F5;
}

section.guest .plays_wrapper .item .play .text_cont .text a:hover, section.guest .plays_wrapper .item .play .text_cont .text a:focus
{
    text-decoration: underline;
}

section.guest .plays_wrapper .item .play figure .shpitz_orange {
    position: absolute;
    bottom: 0;
    right: 47%;
    width: 57px;
    height: 24px;
    background-image: url('../img/pages/shpitz_grey.png');
}


section.guest .plays_wrapper .item .play .text_cont .text h2 {
    font-size: 22px;
    margin: 0 0 5px 0;
    line-height: .8;
    font-family: "fb_regular","Roboto","helvetica","arial";
}

section.guest .plays_wrapper .item .play .text_cont .buttons {
    width: 100%;
    padding: 0px 0 0 0;
}


section.guest .plays_wrapper .item .play .text_cont .buttons .more {
    background-size: 9px;
    display: block;
    width: 100%;
    background-color: #333333;
    margin: 0;
    color: white;
    padding: 9px 10px;
    text-align: center;
    font-size: 22px;
}
section.guest .plays_wrapper .item .play:hover .text_cont, section.guest .plays_wrapper .item .play:focus .text_cont {
    background-color: #FFAD32;
}

section.guest .plays_wrapper .item .play .text_cont .buttons a:hover, section.guest .plays_wrapper .item .play .text_cont .buttons a:focus {
    color: #FFAD32;
}
section.guest .plays_wrapper .item .play .text_cont .buttons a:hover span, section.guest .plays_wrapper .item .play .text_cont .buttons a:focus span {
    background-image: none;
}

section.guest .plays_wrapper .item .play:hover .text_cont .text a, section.guest .plays_wrapper .item .play:focus .text_cont .text a {
    color: white;
}

section.guest .plays_wrapper .item .play:hover figure .shpitz_orange {
    background-image: url('../img/pages/shpitz_orange3.png');
}

section.list {
    padding: 40px 0 80px;
    min-height: 390px;
}
section.list .plays_list {
    display: table;
    width: 100%;
}
section.list .plays_list .play {
    display: table-row;
    color: #333;
}

section.list .plays_list .play:nth-child(odd) {
    background-color: #f2f2f2;
}



section.list .plays_list .play .col {
    vertical-align: middle;
    padding: 15px 20px;
    line-height: 1;
    font-size: 20px;
}
section.list .plays_list .play .col p {
    margin: 0;
    padding: 0;
}

section.list .plays_list .play .col strong {
    display: block;
}

section.list .plays_list .play .col:nth-child(1) {}
section.list .plays_list .play .col:nth-child(2) {
    width: 170px;
}
section.list .plays_list .play .col:nth-child(3) {
    width: 270px;
}
section.list .plays_list .play .col:nth-child(4) {
    width: 190px;
}
section.list .plays_list .play .col:nth-child(5) {
    padding: 15px 0px;
}
section.list .plays_list .play .col:nth-child(6) {
    padding: 15px 5px;
}
section.list .plays_list .play .col:nth-child(7) {}
section.list .plays_list .play .col figure.play_figure {
    width: 176px;
    height: 73px;
    border: 1px solid #D8D8D8;
}

section.list .plays_list .play .col img.deaf {
    width: 53px;
}

section.list .plays_list .play .col button {
    background-color: #333;
    color: white;
    padding: 11px 31px;
    font-size: 18px;
}

section.list .plays_list .play:hover .col button, section.list .plays_list .play:focus .col button {
    background-color: #ffad32;
    color: black;
}

section.list nav {
    float: left;
    margin: 0 0 30px 0;
}
section.list nav ul {}
section.list nav ul li {
    display: inline-block;
}
section.list nav ul li a {
    display: inline-block;
    border: 1px solid #333;
    padding: 5px 25px 4px;
    font-size: 18px;
    margin: 0 8px 0 0px;
}

section.list nav ul li.active a, section.list nav ul li a:hover, section.list nav ul li a:focus {
    border-color: transparent;
    background-color: #FFAD32;
}

section.list .comments_discount {
    margin: 32px 0 0 0;
}
section.list .comments_discount h3 {}
section.list .comments_discount p {}


section.childrens, section.winner {
    padding-top: 35px;
}

section.program {}
section.program iframe {
    width: 100%;
    margin: 30px 0;
    height: 650px;
    border: none;
}




section.club_prices nav {
    float: left;
    margin: 40px 0 50px 0;
}
section.club_prices nav ul {}
section.club_prices nav ul li {
    display: inline-block;
}
section.club_prices nav ul li a {
    display: inline-block;
    border: 1px solid #333;
    padding: 5px 25px 4px;
    font-size: 18px;
    margin: 0 8px 0 0px;
}

section.club_prices nav ul li.active a, section.list nav ul li a:hover, section.list nav ul li a:focus {
    border-color: transparent;
    background-color: #FFAD32;
}

section.club_prices table {
    width: 100%;
    margin: 50px 0 50px 0;
}
section.club_prices table tr {}
section.club_prices table tr th {
    text-align: center;
    font-weight: normal;
    border: 1px solid #ececec;
    padding: 30px 0 26px;
    line-height: .8;
    font-size: 20px;
    font-family: "fb_regular","Roboto","helvetica","arial";
    background-color: #F4F4F4;
}
section.club_prices table tr th small {
    display: block;
    font-size: 100%;
    font-family: "fb","Roboto","helvetica","arial";
}

section.club_prices table tr td {
    border: 1px solid #ececec;
    text-align: center;
    padding: 12px 0 8px;
    font-size: 20px;
    background-color: #F4F4F4;
}


section.club_prices table tr td:nth-child(2) {
}


section.club_prices table tr.first_row td {
    border-top: 2px solid #D8D8D8 !important;
}

section.club_prices table tr td.light_grey {
    background-color: #F8F7F7;
}

section.club_prices table tr.top_header th:nth-child(1) {
    border-top: none;
    border-right: none;
}
section.club_prices table tr.top_header th {
    border: 1px solid #ececec;
    text-align: center;
    font-size: 20px;
    background-color: white;
    padding: 17px 0;
}

section.club_prices table tr td.rotated {
    width: 10px;
    padding: 0;
    border: 0;
    border-right: 1px solid #ececec;
}

section.club_prices table tr:last-child td.rotated {
    border-bottom: 1px solid #ececec;
}

section.club_prices table tr td.rotated span {
    line-height: .8;
    display: block;
    -ms-transform: rotate(90deg);/* IE 9 */
    -webkit-transform: rotate(90deg);/* Chrome, Safari, Opera */
    transform: rotate(90deg);
    font-family: "fb_regular","Roboto","helvetica","arial";
}

section.club_prices table tr.adult td:first-child  {border-right: 2px solid #ffac32;}
section.club_prices table tr.adult:hover td {border-bottom: 2px solid #ffac32;}
section.club_prices table tr.adult:hover td:first-child {border-bottom: none;}

section.club_prices table tr.old td:first-child  {border-right: 2px solid #2fab66;}
section.club_prices table tr.old:hover td {border-bottom: 2px solid #2fab66;}
section.club_prices table tr.old:hover td:first-child {border-bottom: none;}

section.club_prices table tr.children td:first-child  {border-right: 2px solid #36a8e0;}
section.club_prices table tr.children:hover td {border-bottom: 2px solid #36a8e0;}
section.club_prices table tr.children:hover td:first-child {border-bottom: none;}

section.club_prices .footer {
    margin: 0 0 60px 0;
}
section.club_prices .footer ul {}
section.club_prices .footer ul li {
    font-size: 20px;
    margin: 0 0 10px 0;
}
section.club_prices .footer ul li img {
    width: 19px;
    vertical-align: middle;
    border-left: 1px solid #D8D8D8;
    padding: 0 0 0 5px;
}
section.club_prices .footer ul li img.logo_forum {
    width: 61px;
    border-left: none;
}
section.club_prices .footer ul li span {}
section.club_prices .footer ul li span strong {}


section.club_info {
    padding: 60px 0 50px 0;
    min-height: 650px;
    background-repeat: no-repeat;
    background-position: center 40px;
}
section.club_info .panel {
    width: 718px;
    margin-bottom: 0;
}
section.club_info .panel .panel-heading {
    border: none;
    padding: 0;
    /* height: 50px; */
}

section.club_info .panel .panel-heading .panel-title {
    position: relative;
    z-index: 99;
    line-height: 1.4;
    padding: 0px 0 0 0;
}
section.club_info .panel .panel-heading .panel-title a {
    display: block;
    width: 100%;
    padding: 0px 0 0;
    height: 38px;
}
section.club_info .panel .panel-heading .panel-title .text {
    float: right;
    font-size: 20px;
}

section.club_info .panel .panel-heading .panel-title .icon {
    font-size: 15px;
    margin: 2px 0 0 10px;
    float: left;
}

section.club_info .panel .panel-heading .panel-title a.collapsed:before {
    content: "";
    background: url('../img/icons/info_open.svg') center center no-repeat;
    width: 27px;
    height: 27px;
    float: left;
    margin: -2px 0 0 0;
}

section.club_info .panel .panel-heading .panel-title a:before {
    content: "";
    background: url('../img/icons/info_close.svg') center center no-repeat;
    width: 27px;
    height: 27px;
    float: left;
    margin: -2px 0 0 0;
}

section.club_info .panel .panel-heading .panel-title a.collapsed {
    background-color: white;
    padding: 11px 0;
    background: url('../img/bgs/grey_dots.png') center bottom white repeat-x;
}

section.club_info .panel .panel-heading .panel-title a.collapsed:hover, section.club_info .panel .panel-heading .panel-title a.collapsed:focus {
    font-weight: bold;
}


section.club_info .panel .panel-heading .panel-title a {
    background-color: #f5f5f5;
    padding: 21px 28px 0 20px;
    height: 50px;
}

section.club_info .panel .panel-collapse {
    padding: 7px 16px 7px 26px;
    background: url('../img/bgs/grey_dots.png') center bottom #f5f5f5 repeat-x;
}


section.club_info .panel .panel-heading .panel-title a.collapsed .text {
    font-family: "fb","Roboto","helvetica","arial";
}

section.club_info .panel .panel-heading .panel-title a .text {
    font-family: "fb_regular","Roboto","helvetica","arial";
}

section.club_info .panel .panel-collapse .text .yellow_btn {
    float: left;
    margin: 20px 0 30px 0;
    cursor: pointer;
}

section.club_info .panel .panel-collapse .text .yellow_btn.open {
    margin: 20px 0 0px 0;

}

section.club_info .panel .panel-collapse .text .yellow_btn.open span.black_arrow_left {

    background-image: url('../img/icons/black/arrow_up.svg');
    width: 17px;margin: 0 10px 0 0;
}

section.club_info .panel .panel-collapse .text .yellow_btn.open:hover span.black_arrow_left, section.club_info .panel .panel-collapse .text .yellow_btn.open:focus span.black_arrow_left {
    background-image: url('../img/icons/white/arrow_up.svg');
    width: 17px;margin: 0 10px 0 0;
}


section.club_info .panel .panel-collapse .text .form-wrapper {
    background-color: #FFAC32;
    margin: 0 -30px 0 -40px;
    padding: 0 30px 0 40px;
    display: none;
}
section.club_info .panel .panel-collapse .text .form-wrapper form {
    padding: 34px 20px 10px;
}
section.club_info .panel .panel-collapse .text .form-wrapper form .iname {
    border: 2px solid white;
    width: 49%;
    margin: 0 0 10px 2%;
    float: right;
    /* padding: 14px 14px 10px 5px; */
}

section.club_info .panel .panel-collapse .text .form-wrapper form .iname:nth-child(1) {}
section.club_info .panel .panel-collapse .text .form-wrapper form .iname:nth-child(2) {
    margin-left: 0;
}
section.club_info .panel .panel-collapse .text .form-wrapper form .iname:nth-child(3) {
    width: 80%;
}

section.club_info .panel .panel-collapse .text .form-wrapper form .send_btn {
    width: 18%;
    background-color: white;
    line-height: 44px;
    padding: 3px 0 0 0;
    color: black;
}

section.club_info .panel .panel-collapse .text .form-wrapper form .send_btn:hover, section.club_info .panel .panel-collapse .text .form-wrapper form .send_btn:focus {
    background-color: black;
    color: white;
}

section.club_info .panel .panel-body {
    padding: 0 15px;
}

section.club_sale {
    min-height: 492px;
    padding: 70px 0 0 0;
}

section.club_sale header.top {
    width: 660px;
    height: 210px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
section.club_sale header.top h2 {
    font-family: "fb_bold","Roboto","helvetica","arial";
    font-size: 65px;
    line-height: .6;
}
section.club_sale header.top h3 {
    font-family: "fb","Roboto","helvetica","arial";
    font-size: 35px;
}
section.club_sale header.top .text {
    font-size: 15px;
    margin: 10px 0 0 0;
}
section.club_sale header.top .text p {}
section.club_sale header.top .text img {
    width: 50px;
    margin: -2px 7px 0 8px;
    display: inline-block;
}

section.club_sale .figure_cont {
    width: 850px;
    margin: 0 auto;
}
section.club_sale .figure_cont header {
    color: white;
    float: right;
    width: 240px;
    margin: 0px 0 0 0px;
    padding: 100px 0 0 0;
    text-align: center;
}
section.club_sale .figure_cont header h2 {
    font-family: "fb_bold","Roboto","helvetica","arial";
    font-size: 40px;
    line-height: .5;
}
section.club_sale .figure_cont header .text {
    font-size: 27px;
}
section.club_sale .figure_cont figure {
    width: 275px;
    height: 174px;
    float: right;
    margin: 35px 48px 0 0;
    /* border: 1px solid black; */
}
section.club_sale .figure_cont small {
    color: white;
    font-size: 13px;
    float: right;
    margin: 182px 63px 0 0;
}

section.club_sale .texts {
    margin: 40px 0 50px;
}

section.club_sale .texts h2 {
    font-family: "fb_regular","Roboto","helvetica","arial";
    font-size: 22px;
}

section.club_sale .texts article  {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;/* Chrome, Safari, Opera */
    -moz-column-gap: 80px;/* Firefox */
    column-gap: 80px;
    -webkit-column-rule-style: dotted;/* Chrome, Safari, Opera */
    -moz-column-rule-style: dotted;/* Firefox */
    column-rule-style: dotted;
    -webkit-column-rule-width: 2px;/* Chrome, Safari, Opera */
    -moz-column-rule-width: 2px;/* Firefox */
    column-rule-width: 2px;
    -webkit-column-rule-color: #333;/* Chrome, Safari, Opera */
    -moz-column-rule-color: #333;/* Firefox */
    column-rule-color: #333;
    padding: 20px 0;
}

section.club_sale .texts article ol {
    padding: 0 20px 0 0;
    margin: 0;
}
section.club_sale .texts article  ol li {
    margin: 0 0 15px 0;
    font-size: 15px;
}
section.club_sale .texts article  ol li img {
    width: 45px !important;
    margin: -1px 6px 0 5px;
    display: inline-block;
}

section.club_sale .texts article .buttons {}
section.club_sale .texts article .buttons a {
    font-size: 15px;
    margin-left: 8px;
    padding: 10px 10px;
}
section.club_sale .texts article .buttons a img {
    width: 45px !important;
    margin: -1px 6px 0 5px;
    display: inline-block;
}

section.friends_who {
    min-height: 504px;
    padding: 70px;
}

section.friends_who article {
    width: 640px;
}
section.friends_who article h2 {
    font-size: 22px;
}
section.friends_who article .text {
    font-size: 15px;
    margin: 20px 0 0 0;
}
section.friends_who article .text p {}

section.friends_events {
    padding: 30px 0;
}
section.friends_events nav {
    display: table;
    width: 100%;
}
section.friends_events nav a {
    display: table-row;
    width: 100%;
    color: #333;
    text-decoration: none;
}

section.friends_events nav a:last-child .col {
    border-bottom: none;
}

section.friends_events nav a .col {
    vertical-align: top;
    padding: 30px 20px;
    border-bottom: 1px solid #ececec;
}

section.friends_events nav a .col:nth-child(1) {}
section.friends_events nav a .col:nth-child(2) {
}
section.friends_events nav a .col:nth-child(3) {
    width: 290px;
    text-align: left;
}

section.friends_events nav a .col figure {
    width: 189px;
    height: 189px;
    background-size: cover !important;
}
section.friends_events nav a .col h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
}
section.friends_events nav a .col .text {
    font-size: 15px;
}

section.friends_events nav a .col .date {}

section.friends_events nav a .col button {
    font-size: 22px;
    background-color: #ffac32;
    padding: 6px 30px;
    margin: 48% 0 0 0;
}


section.friends_events nav a:focus .col button, section.friends_events nav a:hover .col button {
    background-color: black;
    color: white;

}

section.friends_events nav a:focus .col button span.black_arrow_left, section.friends_events nav a:hover .col button span.black_arrow_left {
    background-image: url('../img/icons/white/white_arrow_left.svg');
}

section.friends_donate {}
section.friends_donate header {
    background-color: #f5f5f5 !important;
    min-height: 400px;
    padding: 30px 0 0 0;
}

section.friends_donate header h2 {
    font-size: 15px;
    text-align: center;
    font-family: "fb","Roboto","helvetica","arial";
}
section.friends_donate header h2 strong {
    font-size: 20px;
}

section.friends_donate header h2 p {
    display: inline;
}

section.friends_donate .marquee_cont {
    margin: 285px 0 0 0;
}

section.friends_donate .marquee {
    margin: 0px 0 0 0;
}

section.friends_donate .logos-carusel {
    padding: 50px 0;
}
section.friends_donate .logos-carusel .item {}
section.friends_donate .logos-carusel .item img {
    padding: 0 20px;
}

section.news_shabat {
    min-height: 338px;
    padding: 250px 0 0 0;
}

section.news_shabat .circle {

    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;

    -ms-transform: rotate(-8deg); /* IE 9 */
    -webkit-transform: rotate(-8deg); /* Chrome, Safari, Opera */
    transform: rotate(-8deg);

    border: 11px solid white;
    background-color: #ffac31;
    padding: 61px 10px;
    letter-spacing: -1px;
    width: 250px;
    height: 250px;
    text-align: center;
    float: left;
}
section.news_shabat .circle .title {
    font-family: "fb_regular","Roboto","helvetica","arial";
    font-size: 46px;
    line-height: .7;
}
section.news_shabat .circle span {
    font-size: 26px;
    display: block;
    line-height: 0.9;
    margin: 5px 0 0 0;
}

section.news_shabat .bg_grey {
    background-color: #f1f1f1;
}

section.news_shabat header {
    float: right;
    width: 651px;
    text-align: center;
    margin: 140px 240px 0 0;
}
section.news_shabat header img {} 
section.news_shabat header h3 {
    font-family: "fb","Roboto","helvetica","arial";
    font-size: 46px;
    margin: -20px 0 0 0;
}
section.news_shabat header hr {
    border-top: 2px dotted #737373;
    margin: 10px auto 14px;
    width: 84%;
}
section.news_shabat header .text {}
section.news_shabat header .long_text {
    font-size: 15px;
    margin: 30px 0 40px;
}
section.news_shabat header .long_text p {
    margin:0;
}

section.news_shabat .plays_table {
    display: table;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
section.news_shabat .plays_table .play_row {
    display: table-row;
}
section.news_shabat .plays_table .play_row .col {
    vertical-align: middle;
    padding: 40px 20px 0;
    font-size: 15px;
}

section.news_shabat .plays_table .play_row .col h2 {
    font-size: 40px;
    margin: 0 0 10px 0;
}
section.news_shabat .plays_table .play_row .col p {
    margin: 0;
}

section.news_shabat .plays_table .play_row .col:nth-child(1) {}
section.news_shabat .plays_table .play_row .col:nth-child(2) {}


section.news_shabat .plays_table .play_row .col img {
    display: block;
    width: 294px;
    height: 294px;

    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

section.news_shabat .plays_table .play_row.date_row .col {
    border-bottom: 1px dotted #333;
}

section.news_shabat .plays_table .play_row .date {
    font-size: 40px;
    font-family: "fb_regular","Roboto","helvetica","arial";
    letter-spacing: -3px;
    position: absolute;
    margin: -28px 0 0 0;
    left: 0;
    background-color: white;
    padding: 0 20px 0 0;
}

section.news_shabat .bg_white {
    background-color: white;
    padding: 50px 0 0 0;
}

section.news_shabat .footer {
    background: linear-gradient(to right, white 0%, white 50%, #FFAC31 50%, #FFAC31 100%);
    margin: 80px 0 0 0;
    padding: 0px 0 0 0;
}
section.news_shabat .footer .text {
    float: right;
    background-color: #FFAC31;
    padding: 20px 60px 10px 0;
    width: 890px;
    line-height: 1.2;
    font-size: 23px;
}


section.news_shabat .footer .text strong {

}

section.news_shabat .footer .logo {
    float: left;
    margin: 30px 0 0 60px;
    width: 150px;
}

section.news_shabat .footer .logo img {
    width: 100%;
}

section.news_childrens {
    min-height: 344px;
    padding: 400px 0 80px 0;
}
section.news_childrens article {
    font-size: 15px;
}
section.news_childrens article h2 {
    font-size: 22px;
    margin: 0 0 6px 0;
}
section.news_childrens article p {
    margin: 0;
}




section.news_media {
    min-height: 730px;
    padding: 20px 0;
}

section.news_media .carousel-inner {}
section.news_media .carousel-control {
    width: 30%;
    padding: 19% 0;
    background: none;
}
section.news_media .carousel-control img {
    width: 20px;
}

section.news_media .carousel-indicators {
    bottom: inherit;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
section.news_media .carousel-indicators li {
    border-color: #333333;}
section.news_media .carousel-indicators li.active {
    background-color: #333333;
}

section.news_media .item {
    text-align: center;
    padding: 40px 0 20px 0;
}
section.news_media .item img {
    margin: 0 auto;
    background-color: white;
    -webkit-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 24px -2px rgba(0,0,0,0.75);
    border: 1px solid lightgrey;
}

section.education_curs {
    min-height: 346px;
    padding: 350px 0 40px 0;
}

section.education_curs article {
    display: table;
    width: 100%;
    margin: 20px 0 0 0;
}

section.education_curs article h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

section.education_curs article h3 {
    font-size: 18px;
}

section.education_curs article a {
    color: #333;
}
section.education_curs article a span {
    color: #009ee2;
}

section.education_curs article a:hover {
    text-decoration: underline;
}
section.education_curs article a:hover span {}

section.education_curs article .line {
    display: table-row;
    width: 100%;
}

section.education_curs article .line .col {
    vertical-align: top;
    font-size: 15px;
    width: 50%;
    border-bottom: 1px dotted #C6C6C6;
}

section.education_curs article .line:last-child .col {
    border-bottom: none;
}

section.education_curs article .col:nth-child(1) {
    padding: 30px 0px 40px 40px;
}
section.education_curs article .col:nth-child(2) {
    padding: 30px 40px 40px 0px;
}





section.education_program {
    min-height: 346px;
    padding: 350px 0 40px 0;
}

section.education_program article {
    display: table;
    width: 60%;
    margin: 20px auto 0;
}

section.education_program article h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

section.education_program article h3 {
    font-size: 18px;
    margin: 50px 0px 10px 0;
}

section.education_program article a {
    color: #009ee2;
}

section.education_program article a:hover {
    text-decoration: underline;
}


section.education_program article .line {
    display: table-row;
    width: 100%;
}

section.education_program article .line .col {
    vertical-align: top;
    font-size: 15px;
    text-align: center;
    width: 50%;
    border-bottom: 1px dotted #C6C6C6;
}

section.education_program article .line:last-child .col {
    border-bottom: none;
}

section.education_program article .col:nth-child(1) {
    padding: 30px 0px 40px 40px;
}
section.education_program article .col:nth-child(2) {
    padding: 30px 40px 40px 0px;
    border-right: 1px dotted #C6C6C6;
}

section.education_center {
    padding: 346px 0 0 0;
}
section.education_center article {
    background: linear-gradient(to right, white 0%, white 50%, #F1F1F1 50%, #F1F1F1 100%);
}
section.education_center article h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

section.education_center article .col {
    width: 50%;
    font-size: 15px;
}

section.education_center article .table {
    display: table;
    margin: 0;
}

section.education_center article .right {
    background-color: #f1f1f1;
    padding: 50px 0 0 60px;
}
section.education_center article .left {
    padding: 0 60px 20px 0;
}

section.education_center article .left img {
    float: left;
    margin: 0px 0 0 0;
}



section.education_about {
    padding: 346px 0 0 0;
}
section.education_about article {
    background: linear-gradient(to right, white 0%, white 70%, #F1F1F1 70%, #F1F1F1 100%);
}
section.education_about article h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

section.education_about article .col {
    /* width: 50%; */
    font-size: 15px;
}

section.education_about article .table {
    display: table;
    margin: 0;
}

section.education_about article .right {
    background-color: #f1f1f1;
    padding: 80px 0 0 60px;
    width: 45%;
}
section.education_about article .left {
    padding: 0 60px 70px 130px;
    width: 55%;
}

section.education_about article .left img {
    float: left;
    margin: -107px 0 0 0;
}

section.education_about article table {}
section.education_about article table tr {}
section.education_about article table tr td {
    vertical-align: top;
    padding: 0 0 0 40px;
}
section.education_about article table tr td a {
    color: #009ee2;
}

section.education_about article table tr td a:hover, section.education_about article table tr td a:focus {
    text-decoration: underline;
}


section.education_workshop {
    padding: 343px 0 0 0;   
}

section.education_workshop .grey_bg {
    background: linear-gradient(to right, white 0%, white 70%, #F1F1F1 70%, #F1F1F1 100%);
}

section.education_workshop .table {
    display: table;
    width: 100%;
    min-height: 500px;
    margin: 0;
}

section.education_workshop .table .col {
}


section.education_workshop .table article.col {
    width: 980px;
    background-color: white;
    padding: 60px 85px 30px 0;
}

section.education_workshop .table nav.col {
    width: 220px;
}

section.education_workshop .table nav.col ul {
    width: 270px;
    position: absolute;
    margin: 60px 0 0 0;
}
section.education_workshop .table nav.col ul li {}
section.education_workshop .table nav.col ul li a {
    display: block;
    margin: 0 0 6px 0;
    padding: 0 20px;
    line-height: 41px;
    width: 220px;
    background-color: white;
    color: black;
    border-radius: 0px 20px  20px 0;
    -moz-border-radius: 0px 20px  20px 0;
    -webkit-border-radius: 0px 20px  20px 0;
}

section.education_workshop .table nav.col ul li a span {
    float: left;
    margin: 16px 0 0 0px;
}

section.education_workshop .table nav.col ul li:last-child a {
    background-color: #e5e5e5 !important;
    margin: 40px 0 0 0;
}

section.education_workshop .table nav.col ul li a:hover,
section.education_workshop .table nav.col ul li a.active,
section.education_workshop .table nav.col ul li a:focus {
    background-color: #ffac32;

    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

    width: 260px;
}

section.education_workshop .table article.col h2 {
    font-size: 22px;
}
section.education_workshop .table article.col table {
    width: 70% !important;
    position: relative;
}
section.education_workshop .table article.col table tr {
}
section.education_workshop .table article.col table tr td {
    background-color: white;
    padding: 10px;
    border: 1px solid #ececec;
    width: 202px !important;
}

section.education_workshop .table article.col table tr:nth-child(1) td {
    background-color: #f5f5f5;
    font-family: "fb_regular","Roboto","helvetica","arial";
    position: relative;
    text-align: right;
    font-weight: normal;
    border: 1px solid #ececec;
    padding: 10px;
    width: 202px !important;
}

section.education_workshop .table article.col table tr td:nth-child(1) {
    background-color: white;
    width: 40px !important;
}

section.education_workshop .table article.col table tr td:nth-child(1) span {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    position: absolute;
    right: -34px;
    line-height: .5;
    text-align: center;
}

section.education_workshop .table article.col table tr:nth-child(1) td:nth-child(1) {
    border-right: 2px solid #FFAC32;
}


section.education_workshop .bottom-btns {
    margin: 40px 0 0 0;
}

section.education_workshop .bottom-btns a{
    display: block;
    cursor: pointer;
    font-size: 19px;
    float: right;
    color:#fff;
    height: 53px;
    line-height: 53px;
    text-align: center;
    /*    font-family: "fb_light","Roboto","helvetica","arial";*/
    background: url('../img/icons/white/arrow_down.svg') 15px center #333333 no-repeat;
    padding: 0 20px 0 50px;
    background-size: 20px;
    margin: 0 0 0 15px;
}

section.education_workshop .bottom-btns a:hover, .play .bottom-btns a:focus {
    background-color: #ffad32;
    color: #333;
    background-image: url('../img/icons/black/arrow_down.svg');
}




section.education_workshop .bottom-btns a:nth-child(1) {}
section.education_workshop .bottom-btns a:nth-child(2) {}
section.education_workshop .bottom-btns a:nth-child(3), section.education_workshop .bottom-btns a.holidays {
    float: left;
    margin-left: 0;
    cursor: pointer;
}

section.education_workshop .bottom-btns a:nth-child(3).open {
    background-image: url('../img/icons/white/arrow_up.svg');
}

section.education_workshop .bottom-btns a.open:hover, .play .bottom-btns a.open:focus {
    background-image: url('../img/icons/black/arrow_up.svg');
}

section.education_workshop .reviews {
    display:none;
}


section.education_workshop .teachers {
    margin: 50px auto 0;
    width: 812px;
}
section.education_workshop .teachers .teacher {
    float: right;
    margin: 0 0 20px 30px;
    width: 250px;
    text-align: center;
}
section.education_workshop .teachers .teacher:last-child {
    margin-left: 0;
}

section.education_workshop .teachers .teacher h3 {
    font-size: 20px;
    margin: 20px 0 0 0;
}
section.education_workshop .teachers .teacher h4 {
    font-size: 15px;
    margin: 0;
}
section.education_workshop .teachers .teacher .text {
    margin: 20px 0 0 0;
    font-size: 15px;
    text-align: center;
    padding: 0 20px;
}

section.education_workshop .teachers .teacher img {
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width:150px;
    height: 150px;
}





section.education_summer {
    padding: 346px 0 0 0;
}
section.education_summer article {
    background: linear-gradient(to right, white 0%, white 70%, #F1F1F1 70%, #F1F1F1 100%);
}
section.education_summer article h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

section.education_summer article .col {
    /* width: 50%; */
    font-size: 15px;
    text-align: center;
}


section.education_summer article .col p {
}

section.education_summer article .table {
    display: table;
    margin: 0;
}

section.education_summer article .right {
    background-color: #f1f1f1;
    padding: 80px 0 40px 60px;
    width: 45%;
}
section.education_summer article .left {
    padding: 0 60px 70px 130px;
    width: 55%;
}

section.education_summer article .left img {
    float: left;
    margin: -107px 0 0 0;
}

section.education_summer article .table {}

section.education_summer article .table a {
    color: #009ee2;
}

section.education_summer article .table a:hover, section.education_summer article table a:focus {
    text-decoration: underline;
}

section.about_beforeandtoday {
    height: 898px;
    width: 100%;
    overflow: hidden;
}

section.about_beforeandtoday article {
    padding: 50px 0 0 0;
}

section.about_beforeandtoday article .text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;/* Chrome, Safari, Opera */
    -moz-column-gap: 80px;/* Firefox */
    column-gap: 80px;
    color: white;
    font-size: 15px;
}

section.about_beforeandtoday article h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
    color: white;
}

section.about_chief {

}

section.about_chief header {
    margin: 0 auto;
    text-align: center;
    padding: 130px 0 0 0;
}
section.about_chief header figure {
}
section.about_chief header figure img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 204px;
    border: 8px solid white;
}
section.about_chief header figure figcaption {}
section.about_chief header figure figcaption p {margin:0;font-size: 22px;}
section.about_chief header figure figcaption strong {}

section.about_chief article {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;/* Chrome, Safari, Opera */
    -moz-column-gap: 80px;/* Firefox */
    column-gap: 80px;
    color: black;
    font-size: 16px;
    margin: 60px 20px 0px;
}

section.about_chief .sign {
    float: left;
    margin: 10px 0 70px 0;
}

section.about_chief .sign p {
    margin: 0;
}

section.about_awards {
    padding: 120px 0 50px 0;
    position: relative;
}

section.about_awards .awards-carusel {
    position: relative;
}
section.about_awards .awards-carusel .item {
    padding: 0 170px 0 30px;
    background: url('../img/pages/about_award.png') top right no-repeat;
    min-height: 470px;
}
section.about_awards .awards-carusel .item header {
    margin: 0 0 18px 0;
}
section.about_awards .awards-carusel .item header h2 {
    color: white;
    font-family: "fb","Roboto","helvetica","arial";
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 1;
}
section.about_awards .awards-carusel .item header h2 strong {
    display: block;
    font-family: "fb_bold","Roboto","helvetica","arial";
    font-size: 43px;
}
section.about_awards .awards-carusel .item .text {
    color: white;
    font-size: 20px;
}
section.about_awards .awards-carusel .item .text h3 {
    font-size: 25px;
    margin: 30px 0 5px 0;
}

section.about_awards .awards-carusel .item .text p {
    margin: 0;
}

section.about_awards .awards-carusel nav {
    float: left;
    margin: 80px 0 0px 40px;
}
section.about_awards .awards-carusel nav button {
    width: 29px;
    padding: 0 5px;
    margin: 0 15px;
}
section.about_awards .awards-carusel nav button img {
    width: 100%;
}

section.about_awards .awards-carusel .item .stars {
    margin: 0 0px 20px 20px;
}
section.about_awards .awards-carusel .item .stars img {
    width: 26px;
    float: right;
    margin: 0 0 0 5px;
}



section.about_awards .gradient-left {
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    background: url('../img/bgs/about_awards_grandient_left.png') center left repeat-y;
    z-index: 10;
    width: 517px;
}
section.about_awards .gradient-right {
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    background: url('../img/bgs/about_awards_grandient_right.png') center left repeat-y;
    z-index: 10;
    width: 517px;
}

section.about_awards #owlcarousel {
    z-index: 11;
}

section.about_friends {
    padding: 50px 0;
}

section.about_friends h2 {
    font-size: 22px;
    margin: 0 0 30px 0;
}

section.about_friends .friends {
    position: relative;
}

section.about_friends .friends .friend img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 90px;
    height: 90px;
    position: absolute;
    margin: -37px -120px 0 0;
}

section.about_friends article:first-child .friends .friend {
    height: 46px;
}

section.about_friends .friends .friend {
    /* background-color: yellow; */
    float: right;
    width: 210px;
    height: 100px;
    overflow: hidden;
    padding: 0 10px 0 0;
    margin: 0 0 20px 0;
}

section.about_friends article .friends .friend h2 {
    margin: 0 0 20px 0;
}

section.about_friends .friends .friend h3 {
    font-size: 15px;
}
section.about_friends .friends .friend p {
    font-size: 15px;
    line-height: 1;
}

section.about_friends article:first-child .friends {
    margin: 0 110px 0 0;
    padding: 27px 0 0 0;
}

section.about_friends article {
    border-bottom: 2px solid #d9d9d9;
    margin: 0 0 40px 0;
}

section.about_friends article:last-child {
    border-bottom: none;
}

section.info_actors {
    min-height: 520px;
}

section.info_actors nav {
    margin: 30px 0 0 0;}
section.info_actors nav ul {}
section.info_actors nav ul li {
    float: right;
}

section.info_actors nav ul li:last-child a {
    margin-left: 0;
    float: left;
}

section.info_actors nav ul li a {
    font-size: 18px;
    /* float: right; */
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #333;
    margin: 0 0 0 14px;
}
section.info_actors nav ul li a:hover,section.info_actors nav ul li a:focus, section.info_actors nav ul li a.active {
    background-color: #FFAD32;
    border-color: #FFAD32;
}

section.info_actors .actors {
    margin: 50px 0 0 0;
}
section.info_actors .actors .actor {
    position: relative;
    width: 190px;
    float: right;
    margin: 0 0 20px 30px;
    text-align: center;
    line-height: 1;
    color: #333;
}

section.info_actors .actors .actor figure {
    width: 100%;
    height: 190px;
    display: table;
    margin: 0 0 15px 0;
    border: 1px solid #ECECEC;
}

section.info_actors .actors .actor:hover figure .hover, section.info_actors .actors .actor:focus figure .hover {
    display: table-cell;
}


section.info_actors .actors .actor figure .hover {
    display: none;
    /*display: table-cell;*/
    width: 190px;
    height: 188px;
    vertical-align: middle;
    text-align: center;
    padding: 5px 10px;
    font-size: 15px;
    background-color: #FFAD32;
}

section.info_actors .actors .actor figure .hover .text {
    line-height: 1.2;
}

section.info_actors .actors .actor figure .hover .text .button {
    display:inline-block;
    background-color: white;
    color: #333;
    margin: 10px 0 0 0;
    padding: 8px 16px 5px;
}

section.info_actors .actors .actor figure .hover .text .button:hover,
section.info_actors .actors .actor figure .hover .text .button:focus {
    background-color: black;
    color: white;
}

section.info_actors .actors .actor h3 {
    font-size: 20px;
}
section.info_actors .actors .actor p {
    margin: 0;
}

section.info_actors .actors .line {
    border-bottom: 1px solid #ECECEC;
    margin: 0 0 30px 0;
}

section.info_actors .actors .line:last-child {
    border-bottom: none;
}



.info_actors .single_actor {
    margin: 50px 0;
}

.info_actors .single_actor .go_back {
    color: #333;
    text-decoration: none;
}

.info_actors .single_actor .go_back:hover, .info_actors .single_actor .go_back:focus {
    text-decoration: underline;
}

.info_actors .single_actor .picture {
    float: right;
    width: 260px;
    margin: 3px 0 0 0;
    text-align: left;
}

.info_actors .single_actor figure {
    width: 260px;
    height: 250px;
}

.info_actors .single_actor article {
    float: right;
    width: 600px;
    margin: 0 50px 0 0;
}
.info_actors .single_actor article h1 {
    margin: 0 0 10px 0;
}
.info_actors .single_actor article .text {
    text-align: right;
}

section.info_actors .single_actor .picture a {
    display:inline-block;
    background-color: #ffad32;
    color: white;
    margin: 10px 0 0 0;
    padding: 8px 16px 5px;
}

section.info_actors .single_actor .picture a:hover, section.info_actors .single_actor .picture a:focus {
    background-color: black;
    color: white;
}


section.info_accessibility {
    padding: 0 0 50px 0;
}
section.info_accessibility header {
    font-size: 15px;
    height: 417px;
    overflow: hidden;
    padding: 70px 480px 0 10px;
}
section.info_accessibility header h2 {
    font-size: 22px;
    margin: 0 0 15px 0;
}
section.info_accessibility header .text {}
section.info_accessibility header .text p {}


section.info_accessibility article .col {
    width: 50%;
    font-size: 15px;
}

section.info_accessibility article .table {
    display: table;
    margin: 0;
}

section.info_accessibility article .right {
    padding: 50px 0 0 60px;
}
section.info_accessibility article .left {
    padding: 0 60px 20px 0;
}

section.info_accessibility article .table .col h3 {
    margin: 0 0 2px 0;
}
section.info_accessibility article .table .col ul {
    list-style: initial;
    margin: 0 40px 0;
}
section.info_accessibility article .table .col ul li {}



section.info_parking {
}
section.info_parking .wrapper {
    z-index: 10;
}
section.info_parking article {
    float: right;
    width: 720px;
    background-color: white;
    padding: 50px 0 0 50px;
    font-size: 15px;
    min-height: 750px;
}
section.info_parking article h2 {
    font-size: 22px;margin: 0 0 0px 0;}
section.info_parking article h3 {
    font-size: 17px;
    margin: 30px 0 5px 0;
}
section.info_parking article p {}
section.info_parking .map {
    width: 840px;
    height: 750px;
    position: absolute !important;
    top: 0;
    left: 0;
}

section.info_school {
    padding: 520px 0 60px 0;
}
section.info_school article {}

section.info_school article img {
    float: left;
    margin: -3px 0 0 0;
}

section.info_school article .text {
    margin: 0 0 50px 0;
    font-size: 15px;
}
section.info_school article .text p {}
section.info_school article .text h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}
section.info_school article .sign {
    float: left;
    line-height: 1.1;
    border-right: 1px solid #BFBFBF;
    padding: 0 15px 0 0;
    margin: 0 35px 0 0;
}

section.info_school article .sign p {
    margin:0;
}

section.info_school article a {
    float: right;
    background-color: #FFAD32;
    padding: 5px 20px;
    margin: 12px 0 0 0;
}
section.info_school article a:hover, section.info_school article a:focus {
    background-color: black;
    color: white;
}

section.info_school article a:hover span, section.info_school article a:focus span {
    background-image: url('../img/icons/white/white_arrow_left.svg');
}

section.info_time {
    padding: 70px 0 0 0;
    min-height: 860px;
}

section.info_time .section1 {
    height: 447px;
    margin: 0 0 30px;
    overflow: hidden;
}

section.info_time .section1 article {
    width: 718px;
}
section.info_time .section1 article h2 {
    font-size: 64px;
    font-family: "fb","Roboto","helvetica","arial";
    letter-spacing: -3px;
}
section.info_time .section1 article h2 strong {
    font-family: "fb_bold","Roboto","helvetica","arial";
    color: white;
}
section.info_time .section1 article h3 {
    font-size: 40px;
    margin: 0 0 20px 0;
}
section.info_time .section1 article ul {
}
section.info_time .section1 article ul li {
    border-top: 2px dotted #333;
    padding: 10px 15px;
    line-height: 1.1;
}

section.info_time .section1 article ul li:before {
    content: "";
    position: absolute;
    margin: 6px -15px 0 0;
    width: 5px;
    height: 5px;
    border: 1px solid #333;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

section.info_time .section2 {}

section.info_time .section2 article {
    width: 718px;
}
section.info_time .section2 article h2 {
    font-size: 22px;
    margin: 0 0 10px 0;
}

section.info_time .section2 article ol {
}
section.info_time .section2 article ol li {
    padding: 0 0 13px 0;
}

section.info_time .section3 {
    height: 228px;
    margin: 40px 0 0 0;
    padding: 60px 0 0 0;
    text-align: center;
    font-size: 38px;
    line-height: .8;
}
section.info_time .section3 h2 {
    font-family: "fb_bold","Roboto","helvetica","arial";
    font-size: 64px;
    letter-spacing: -2px;
}
section.info_time .section3 h2 strong {
    font-family: "fb_bold","Roboto","helvetica","arial";
    color: white;
}
section.info_time .section3 p {
    margin: 0;
}

section.info_time .section4 {
    padding: 50px 0 0px;
}

section.info_time .section4 article {

    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;/* Chrome, Safari, Opera */
    -moz-column-gap: 80px;/* Firefox */
    column-gap: 80px;
    -webkit-column-rule-style: dotted;/* Chrome, Safari, Opera */
    -moz-column-rule-style: dotted;/* Firefox */
    column-rule-style: dotted;
    -webkit-column-rule-width: 1px;/* Chrome, Safari, Opera */
    -moz-column-rule-width: 1px;/* Firefox */
    column-rule-width: 1px;
    -webkit-column-rule-color: #333;/* Chrome, Safari, Opera */
    -moz-column-rule-color: #333;/* Firefox */
    column-rule-color: #333;
    padding: 20px 0;
}

section.info_time .section4 article ol {}
section.info_time .section4 article ol li {
    padding: 0 0 40px 0;
    font-size: 15px;
}
section.info_time .section4 h2 {
    font-size: 22px;
}
section.info_time .section4 article p {}
section.info_time .section4 article em {
    color: #009ee2;
    /* font-weight: bold; */
    font-style: normal;
}
section.info_time .section4 article strong {}



section.info_time .footer {
    background: linear-gradient(to right, white 0%, white 50%, #FFAC31 50%, #FFAC31 100%);
    margin: 80px 0 0 0;
    padding: 0px 0 0 0;
}
section.info_time .footer .text {
    float: right;
    background-color: #FFAC31;
    padding: 30px 60px 30px 0;
    width: 890px;
    line-height: 1.2;
    font-size: 23px;
}

section.info_time .footer .text p {
    margin: 0;
}


section.info_time .footer .text strong {

}

section.info_time .footer .logo {
    float: left;
    margin: 30px 0 0 60px;
    width: 150px;
}

section.info_time .footer .logo img {
    width: 100%;
}





section.info_jobs {
    padding: 60px 0 50px 0;
    min-height: 650px;
    background-repeat: no-repeat;
    background-position: center 40px;
}
section.info_jobs .panel {
    width: 760px;
    margin: 0 auto;
}
section.info_jobs .panel .panel-heading {
    border: none;
    padding: 0;
    /* height: 50px; */
}

section.info_jobs .panel .panel-heading .panel-title {
    position: relative;
    z-index: 99;
    line-height: 1.4;
    padding: 0px 0 0 0;
}
section.info_jobs .panel .panel-heading .panel-title a {
    display: block;
    width: 100%;
    padding: 0px 0 0;
    height: 38px;
}
section.info_jobs .panel .panel-heading .panel-title .text {
    float: right;
    font-size: 20px;
}

section.info_jobs .panel .panel-heading .panel-title .icon {
    font-size: 15px;
    margin: 2px 0 0 10px;
    float: left;
}

section.info_jobs .panel .panel-heading .panel-title a.collapsed:before {
    content: "";
    background: url('../img/icons/info_open.svg') center center no-repeat;
    width: 27px;
    height: 27px;
    float: left;
    margin: -2px 0 0 0;
}

section.info_jobs .panel .panel-heading .panel-title a:before {
    content: "";
    background: url('../img/icons/info_close.svg') center center no-repeat;
    width: 27px;
    height: 27px;
    float: left;
    margin: -2px 0 0 0;
}

section.info_jobs .panel .panel-heading .panel-title a.collapsed {
    background-color: white;
    padding: 11px 0;
    background: url('../img/bgs/grey_dots.png') center bottom white repeat-x;
}

section.info_jobs .panel .panel-heading .panel-title a.collapsed:hover, section.info_jobs .panel .panel-heading .panel-title a.collapsed:focus {
    font-weight: bold;
}


section.info_jobs .panel .panel-heading .panel-title a {
    background-color: #f5f5f5;
    padding: 21px 28px 0 20px;
    height: 50px;
}

section.info_jobs .panel .panel-collapse {
    padding: 7px 16px 7px 26px;
    background: url('../img/bgs/grey_dots.png') center bottom #f5f5f5 repeat-x;
}


section.info_jobs .panel .panel-heading .panel-title a.collapsed .text {
    font-family: "fb","Roboto","helvetica","arial";
}

section.info_jobs .panel .panel-heading .panel-title a .text {
    font-family: "fb_regular","Roboto","helvetica","arial";
}

section.info_jobs .panel .panel-collapse .text .yellow_btn {
    float: left;
    margin: 20px 0 30px 0;
    cursor: pointer;
    padding: 10px 20px;
}

section.info_jobs .panel .panel-collapse .text .yellow_btn.open {
    margin: 20px 0 0px 0;

}

section.info_jobs .panel .panel-collapse .text .yellow_btn.open span.black_arrow_left {

    background-image: url('../img/icons/black/arrow_up.svg');
    width: 17px;margin: 0 10px 0 0;
}

section.info_jobs .panel .panel-collapse .text .yellow_btn.open:hover span.black_arrow_left, section.info_jobs .panel .panel-collapse .text .yellow_btn.open:focus span.black_arrow_left {
    background-image: url('../img/icons/white/arrow_up.svg');
    width: 17px;margin: 0 10px 0 0;
}


section.info_jobs .panel .panel-collapse .text .form-wrapper {
    background-color: #FFAC32;
    margin: 0 -30px 0 -40px;
    padding: 0 30px 0 40px;
    display: none;
}
section.info_jobs .panel .panel-collapse .text .form-wrapper form {
    padding: 34px 20px 10px;
}
section.info_jobs .panel .panel-collapse .text .form-wrapper form .iname {
    border: 2px solid white;
    width: 49%;
    margin: 0 0 10px 2%;
    float: right;
    /* padding: 14px 14px 10px 5px; */
}

section.info_jobs .panel .panel-collapse .text .form-wrapper form .iname:nth-child(1) {}
section.info_jobs .panel .panel-collapse .text .form-wrapper form .iname:nth-child(2) {
    margin-left: 0;
}
section.info_jobs .panel .panel-collapse .text .form-wrapper form .iname:nth-child(3) {
    width: 80%;
}

section.info_jobs .panel .panel-collapse .text .form-wrapper form .send_btn {
    width: 18%;
    background-color: white;
    line-height: 44px;
    padding: 3px 0 0 0;
    color: black;
}

section.info_jobs .panel .panel-collapse .text .form-wrapper form .send_btn:hover, section.info_jobs .panel .panel-collapse .text .form-wrapper form .send_btn:focus {
    background-color: black;
    color: white;
}

section.info_jobs .panel .panel-body {
    padding: 0 15px;
}

section.contact {
    padding: 80px 0 0 0;
}
section.contact .text {
    font-size: 15px;
    float: right;
}
section.contact .text p {
    margin: 0;
}
section.contact .text .big {
    font-size: 21px;
    line-height: 1.2;
}
section.contact .text .big a {
    font-size: 90%;
}

section.contact .form-wrapper {
    float: left;
    width: 603px;
}
section.contact .form-wrapper .iname {
    border: 2px solid #ececec;
    margin: 0 0 8px 0;
}
section.contact .form-wrapper .send_btn {
    width: 100px;
    float: left;
    margin: 0 0 0 20px;
}

section.contact .map {
    width: 100%;
    height: 340px;
    margin: 90px 0 0 0;
}

section.contact .table {
    width: 100%;
    display: table;
}

section.contact .col {
    vertical-align: top;
    padding: 0 0 0 20px;
}

section.contact .social {
    margin: 30px 0 0 0;
}
section.contact .social a {
    margin: 0 0 0 4px;
    text-decoration: none;
}
section.contact .social a img {
    width: 30px;
}
section.contact .social a:last-child {}

section.personal {
    height: 840px;
}

.welcome-personal .site-header .social a.user {
    background-color: #F2F2F2;
}

section.personal {
    text-align: center;
}

section.personal main {
    padding: 60px 0 0 0;
}
section.personal main img.logo {
    /* width: 198px; */
}

section.personal main .form-wrapper {
    width: 369px;
    margin: 40px auto 0;
}
section.personal main .form-wrapper .iname {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 2px solid #ececec;
    padding: 0px 72px 0px 5px;
    line-height: 65px;
    margin: 0 0 30px 0;
    font-size: 23px;
}

section.personal main .form-wrapper #input1 {
    background: url('../img/icons/personal/people.svg') 312px center no-repeat transparent;
    background-size: 20px;
}
section.personal main .form-wrapper #input2 {
    background: url('../img/icons/personal/key.svg') 312px  center no-repeat transparent;
    background-size: 20px;
}

section.personal main .form-wrapper .send_btn {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 2px solid #ffad32;
    background-color: transparent;
    color: #ffad32;
    line-height: 65px;
}

section.personal main .form-wrapper .send_btn:hover, section.personal main .form-wrapper .send_btn:focus {
    background-color: black;
    border-color: black;
    color: white;
}

section.personal main .form-wrapper label {
    text-align: right;
    width: 100%;
    display: none;
}

section.personal main .form-wrapper .notes {
    padding: 0 39px 0 0;
    margin: 0 0 20px 0;
}
section.personal main .form-wrapper .notes img {
    width: 20px;
    float: right;
}
section.personal main .form-wrapper .notes .text {
    float: right;
    text-align: right;
    line-height: 1;
    color: #FFAD32;
    font-size: 17px;
    margin: 3px 13px 0 0;
}
section.personal main .form-wrapper .notes .text p {
    margin: 0;
}

section.personal .bottom {
    font-size: 18px;
    margin: 60px 0 0 0;
    color: #6F6F6F;
}
section.personal .bottom h3 {
    font-size: 18px;
    color: #FFAC32;
    font-family: "fb","Roboto","helvetica","arial";
}
section.personal .bottom p {
}
section.personal .bottom a {
    color: #6F6F6F;
    text-decoration: underline;
}
section.personal .bottom a:hover, section.personal .bottom a:focus {
    color: black;
}

body.welcome-accessibility {
    padding-top: 96px;
}


section.accessibility_section {
    padding: 0 0 50px 0;
}
section.accessibility_section header {
    font-size: 15px;
    height: 417px;
    overflow: hidden;
    padding: 70px 480px 0 10px;
}

section.accessibility_section header h1 {
    margin: 0 0 10px 0;
}

section.accessibility_section header h2 {
    font-size: 22px;
    margin: 0 0 15px 0;
}
section.accessibility_section header .text {}
section.accessibility_section header .text p {}


section.accessibility_section article .col {
    width: 50%;
    font-size: 15px;
    padding: 20px 0;
}

section.accessibility_section article .col img.neguishut {
    width: 110px;
}

section.accessibility_section article .table {
    display: table;
    margin: 0;
}

section.accessibility_section article .right {
    text-align: center;width: 33%;}
section.accessibility_section article .left {
    vertical-align: top;}

section.accessibility_section article .table .col h3 {
    margin: 0 0 2px 0;
}
section.accessibility_section article .table .col ul {
    list-style: initial;
    margin: 0 40px 0;
}
section.accessibility_section article .table .col ul li {}

section.accessibility_section article .table .col a {
    color: #0677BD;
    font-size: 18px;
}
section.accessibility_section article .table .col a:hover, section.accessibility_section article .table .col a:focus {
    color: black;
    text-decoration: underline;
}


.welcome-index .accessibility > button {
    top: 159px;
}

#buytickets {
    text-align: center;
}

#buytickets .btn-default {
    margin: auto;
    background-color: #ffad32;
    padding: 10px;
    font-size: 20px;
}

#buytickets .btn-default span {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    margin-right: 11px;
}

body.welcome-gift {
    background-color: #F2F2F2;
}

body.welcome-gift .site-header {
    border-bottom: 1px solid #E1E1E1;
}

.gift {}

.gift iframe.buyme-giftcard-iframe {
    width: 100%;
    height: auto;
    min-height: 1200px;
    border: none;
}

@media screen and (min-width: 800px) {
    .gift iframe.buyme-giftcard-iframe {
        min-width: 800px;
    }
}

.site-header .gift_link {
    float: right;
    width: 100px;
    margin: 17px 0 0 0;
}

.site-header .gift_link img {
    width: 100%;
}

body.welcome-search {
    padding: 96px 0 0 0;
}

.search {
    min-height: 380px;

}

.search .all-results {
    padding: 35px 0 50px 0;

}
.search .page-title {
    display: block;
    clear: both;
    width: 100%;
    /* height: 110px; */
    background-color: #E6E6E6;
    padding: 20px 0;
}

.search .page-title h1 {
    width: 100%;
    height: 100%;
    font-size: 27px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    line-height: .8;
}

.search .all-results h2 {
    font-size: 23px;
}

.search .all-results .text {
    font-size: 18px;
}

.search .all-results a{
    font-size:15px;
    display: inline-block;
    float: right;
}

.search .all-results .category-article-item-text a span {
    direction: ltr;
    float: left;
    color: #ffad32;
}

.search .all-results .category-article-item {
    margin-bottom: 50px;
    max-width: 600px;
}

.search .pagination {
    border-radius:0;
}

.search .pagination-sm>li:first-child>a, .search .pagination-sm>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.search .pagination>li:first-child>a, .search .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.search .pagination>li>a, .search .pagination>li>span {
    color:rgb(51, 51, 51)
}

.search .pagination>.active>a, .search .pagination>.active>a:focus, .search .pagination>.active>a:hover, .search .pagination>.active>span, 
.search  .pagination>.active>span:focus, .search  .pagination>.active>span:hover {
    background-color: #ffad32;
    border-color: #ffad32;
    color: #fff;
}