@font-face {
    font-family: 'Myriad';
    src: url("../fonts/Myriad Hebrew.eot");
    src: url("../fonts/Myriad Hebrew.eot?#iefix") format("embedded-opentype"), url("../fonts/Myriad Hebrew.woff2") format("woff2"), url("../fonts/Myriad Hebrew.woff") format("woff"), url("../fonts/Myriad Hebrew.ttf") format("truetype"), url("../fonts/Myriad Hebrew.svg#Myriad Hebrew") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-05F4;
}

@font-face {
    font-family: 'Myriad';
  src: url("../fonts/Myriad Hebrew Bold.eot");
  src: url("../fonts/Myriad Hebrew Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Myriad Hebrew Bold.woff2") format("woff2"), url("../fonts/Myriad Hebrew Bold.woff") format("woff"), url("../fonts/Myriad Hebrew Bold.ttf") format("truetype"), url("../fonts/Myriad Hebrew Bold.svg#Myriad Hebrew Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-05F4;
}

html {
    height: 100%;
}

html body.admin-menu {
    margin-top: 0 !important;
}

body {
    background: url(../Images/main_bg.png) no-repeat center 0 #bfdaec !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    font: 400 14px 'Myriad' !important;
    color: #282828;
    line-height: 1.2;
    direction: rtl;
    height: 100%;
}
.footer-area ul.menu li a:hover {
    color: #ffb400;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
}

*::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.admin-nw.not-front .block_superfish_2 .menu_btn.active{
    padding-top: 40px;
}

.admin-nw.not-front .header.active .menu_btn.active{
    padding-top: 65px;
}

.menu_btn .item {
    background-color: #282828;
    width: 100%;
    margin-bottom: 6px;
    height: 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.menu_btn .item_1 {
    width: 45px;
}

.menu_btn .item_2 {
    width: 39px;
}

.menu_btn:hover .item {
    width: 100%;
}

.menu_btn {
    width: 50px;
    padding-top: 40px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.menu_btn.active {
    height: 50px;
}

.menu_btn.active .item {
    background: #fff;
    width: 100%;
}

.menu_btn.active .item_1 {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
    width: 100%;
}

.menu_btn.active .item_2 {
    -webkit-transform: translate3d(0, 0px, 0) rotate(-45deg);
    transform: translate3d(0, 0px, 0) rotate(-45deg);
}

.menu_btn.active .item_3 {
    display: none;
}

.hello-user,
#header-top {
    display: none;
}

.front .header {
    position: absolute;
    top: 2.5vh;
    left: 0;
    width: 100%;
    z-index: 150;
    direction: ltr;
}

.block_superfish_2 {
    position: absolute;
    top: -50vh;
    left: 0;
    background: #c78f5f;
    height: 160px;
    padding-top: 50px;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.block_superfish_2.active {
    top: -2.5vh;
}

.block_superfish_2 > .block_content {
    max-width: 1170px;
    margin: 0 auto;
}

.block_superfish_2 > .block_content > .menu {
    float: none;
}

.block_superfish_2 > .block_content > .menu::after {
    content: '';
    display: table;
    clear: both;
}

.block_superfish_2 > .block_content > .menu > li {
    font-size: 18px;
    font-weight: 700;
    margin-right: 0px;
    float: right;
}

.block_superfish_2 > .block_content > .menu > li:first-child {
    margin-right: 0;
}

.block_superfish_2 > .block_content > .menu > li:hover > span,
        .block_superfish_2 > .block_content > .menu > li:hover > a {
    background-color: #9b0004;
    color: #fff;
}

.block_superfish_2 > .block_content > .menu > li > span,
        .block_superfish_2 > .block_content > .menu > li > a {
    color: #fff;
    padding: 15.5px 22px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.block_superfish_2 > .block_content > .menu > li > span:hover, .block_superfish_2 > .block_content > .menu > li > span.active,
          .block_superfish_2 > .block_content > .menu > li > a:hover,
          .block_superfish_2 > .block_content > .menu > li > a.active {
    background-color: #9b0004;
    color: #fff;
}

.block_superfish_2 > .block_content > .menu > li.menuparent > span,
        .block_superfish_2 > .block_content > .menu > li.menuparent > a {
    padding-right: 35px;
    position: relative;
}

.block_superfish_2 > .block_content > .menu > li.menuparent > span::after,
          .block_superfish_2 > .block_content > .menu > li.menuparent > a::after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 100%;
    right: 20px;
    top: 0;
    background: transparent url("../Images/menu_arr.png") left center no-repeat;
}

.block_superfish_2 > .block_content > .menu > li.menuparent ul {
    background: #fff;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px 10px;
    width: auto !important;
    top: 106%;
    min-width: 164px;
}

.block_superfish_2 > .block_content > .menu > li.menuparent ul a {
    font-size: 18px;
    color: #191919;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.block_superfish_2 > .block_content > .menu > li.menuparent ul a:hover {
    color: #9b0004 !important;
    background: none;
}

.contribute_btn .block_content a {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    padding: 10px 49px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    display: inline-block;
    top: 25px;
    left: 45px;
    text-decoration: none;
}

.contribute_btn .block_content a:hover {
    background: #c18956;
    color: #fff;
}

.logo {
    position: absolute;
    right: 40px;
    top: 0;
}

.menu_wrapper {
    max-width: 1110px;
    margin: 0 auto;
    display: table;
    width: 100%;
}

.flexslider {
    margin: 0;
    border: none;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flexslider .caption-wrapper {
    position: absolute;
    right: 50%;
    margin-right: -515px;
    bottom: 25px;
    color: #fff;
    line-height: 1;
    direction: rtl;
}

.flexslider .caption-wrapper * {
    font-size: 50px;
    direction: rtl !important;
}

.flexslider .caption-wrapper a {
    color: #fff;
    text-decoration: none;
}

.flexslider .caption-wrapper a:hover {
    text-decoration: underline;
}

.flexslider .caption-wrapper a.more {
    display: none !important;
}

.flexslider h1 {
    font-weight: 400;
    margin: 0;
    line-height: .7;
}

.flexslider h1 + a {
    display: none;
}

.flexslider p {
    margin: 0;
}

.flexslider .flex-control-nav {
    bottom: 35px;
    z-index: 10;
    width: auto;
    left: 50%;
    margin-left: -515px;
}

.flexslider .flex-control-nav li a {
    width: 20px;
    height: 3px;
    background-color: #c2c2c2;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.flexslider .flex-control-nav li a:hover {
    background-color: #f9c100 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: scaleY(6.66);
    -ms-transform: scaleY(6.66);
    transform: scaleY(6.66);
}

.flexslider .flex-control-nav li a.flex-active {
    background-color: #f9c100 !important;
}

.flexslider .views-field-field-teaser-image {
    position: relative;
    overflow: hidden;
}

.flexslider .views-field-field-teaser-image::after {
    content: '';
    display: block;
    width: 100%;
    height: 222px;
    background: transparent url("../Images/slider_bg.png") center top no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.flexslider .flex-direction-nav {
    display: none !important;
}

.section_1 {
    background: transparent url("../Images/first_bg.png") center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section_1 .fp-tableCell {
    padding-top: 15vh;
    display: block;
    height: 100% !important;
}

.section_4 .fp-tableCell,
.section_3 .fp-tableCell,
.section_2 .fp-tableCell {
    display: block;
    height: 100% !important;
}

.block_views_text_on_front_block_1 {
    padding-top: 2.9vh;
}

.block_views_text_on_front_block_1 .block_content {
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 25px 65px 40px 65px;
    text-align: center;
    position: relative;
}

.block_views_text_on_front_block_1 .views-field-title {
    color: #006bc6;
    font-size: 36px;
    margin-bottom: 10px;
}

.block_views_text_on_front_block_1 .views-field-body {
    font-size: 20px;
    line-height: 1.5;
}

.block_views_text_on_front_block_1 .views-field-field-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block_views_text_on_front_block_1 .views-field-field-link a {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    padding: 10px 49px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    top: 25px;
}

.block_views_text_on_front_block_1 .views-field-field-link a:hover {
    background: #c18956;
}

.scroll_to {
    width: 48px;
    height: 48px;
    bottom: 1.5vh;
    left: 50%;
    margin: 35px auto 0;
    background: transparent url("../Images/scroll_to.png") 0 0 no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: block;
}

.scroll_to:hover {
    opacity: .7;
}

.block_views_Slideshow_block {
    height: 53vh;
    overflow: hidden;
}

.block_views_community_block_1 {
    padding-top: 17.2vh;
}

.block_views_community_block_1 .view {
    position: relative;
    z-index: 1;
}

.block_views_community_block_1 > .block_content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.block_views_community_block_1 > .block_content::after {
    content: '';
    display: block;
    width: 250px;
    height: 190px;
    background: transparent url("../Images/logo_print.png") 0 0 no-repeat;
    position: absolute;
    top: -150px;
    left: -200px;
    -webkit-background-size: cover;
    background-size: cover;
}

.block_views_community_block_1 > .block_title {
    color: #1674c9;
    font-size: 60px;
    font-weight: 400;
    line-height: .7;
    margin-bottom: 4.3vh;
    text-align: center;
}

.block_views_community_block_1 .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block_views_community_block_1 .views-row {
    width: 33.3%;
    padding: 0 15px;
}

.block_views_community_block_1 img {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
}

.block_views_community_block_1 .row_wrap {
    position: relative;
    overflow: hidden;
}

.block_views_community_block_1 .row_wrap:hover .body_wrap {
    top: 0;
}

.block_views_community_block_1 .body_wrap {
    position: absolute;
    top: 277px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
    padding: 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.block_views_community_block_1 .views-field-title {
    text-align: center;
    margin-bottom: 50px;
    top: 24px;
    position: relative;
}

.block_views_community_block_1 .views-field-title a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
}

.block_views_community_block_1 .views-field-body {
    font-size: 18px;
    line-height: 1.33;
    font-weight: 700;
    color: #fff;
    margin-bottom: 80px;
    text-align: center;
}

.block_views_community_block_1 .views-field-field-community-link {
    text-align: center;
}

.block_views_community_block_1 .views-field-field-community-link a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 10px 50px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.block_views_community_block_1 .views-field-field-community-link a:hover {
    background: #fff;
    color: #000;
}

.block_block_13,
.block_block_12 {
    padding-top: 6.9vh;
}

.block_block_13 .block_title,
  .block_block_12 .block_title {
    color: #006bc6;
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
}

.block_block_13 .block_content,
  .block_block_12 .block_content {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.block_webform_client_block_2756 h2 {
    display: none !important;
}

.block_views_mt_latest_news_block_1 {
    padding-top: 17.5vh;
}

.block_views_mt_latest_news_block_1 .view {
    position: relative;
    z-index: 1;
}

.block_views_mt_latest_news_block_1 > .block_content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.block_views_mt_latest_news_block_1 > .block_content::after {
    content: '';
    display: block;
    width: 306px;
    height: 204px;
    background: transparent url("../Images/news_bg.png") 0 0 no-repeat;
    position: absolute;
    top: -170px;
    right: -175px;
}

.block_views_mt_latest_news_block_1 > .block_title {
    color: #1674c9;
    font-size: 60px;
    font-weight: 400;
    line-height: .7;
    margin-bottom: 5vh;
    text-align: center;
}

.block_views_mt_latest_news_block_1 .view-content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.block_views_mt_latest_news_block_1 .view_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
}

.block_views_mt_latest_news_block_1 .view_content .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block_views_mt_latest_news_block_1 .views-row {
    width: 50%;
    padding: 0 15px;
}

.block_views_mt_latest_news_block_1 img {
    display: block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    opacity: 1;
}

.block_views_mt_latest_news_block_1 .row_wrap {
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.block_views_mt_latest_news_block_1 .views-field-title {
    padding: 17px 15px;
}

.block_views_mt_latest_news_block_1 .views-field-title a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    display: block;
    line-height: 1.1;
    height: 23px;
    overflow: hidden;
}

.block_views_mt_latest_news_block_1 .views-field-title a:hover {
    text-decoration: underline;
}

.block_views_mt_latest_news_block_1 .views-field-body {
    padding: 17px 15px;
    line-height: 1.28;
}

.block_views_mt_latest_news_block_1 .views-field-field-image a {
    display: block;
    background: #000;
}

.block_views_mt_latest_news_block_1 .views-field-field-image:hover img {
    opacity: .5;
}

.block_views_mt_latest_news_block_1 .more-link {
    display: none;
}

.section_4 {
    background: transparent url("../Images/section4_bg.png") center 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.section_4 .footer-menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3.8vh;
    width: 100%;
}

.section_4 .footer-menu .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}

.section_4 .footer-menu .leaf {
    padding: 0 15px;
    width: 33.3%;
    list-style: none;
    margin: 0;
    text-align: center;
}

.section_4 .footer-menu .leaf a {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.24px;
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ffb400;
    text-decoration: none;
    display: block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 17px 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.section_4 .footer-menu .leaf a:hover {
    background: #d69700;
}

.menu_front {
    position: absolute;
    bottom: 5.5vh;
    right: 55px;
    z-index: 10;
}

.menu_front .leaf {
    margin-bottom: 15px;
    list-style: none;
}

.menu_front .menu_link {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.menu_front .menu_link:hover {
    background: #006bc6;
}

.fp-viewing-footer .menu_front .leaf:nth-child(4) .menu_link,
.fp-viewing-lesson .menu_front .leaf:nth-child(3) .menu_link,
.fp-viewing-community .menu_front .leaf:nth-child(2) .menu_link,
.fp-viewing-slider .menu_front .leaf:first-child .menu_link {
    background: #006bc6;
}

.socials_wrap {
    position: absolute;
    bottom: 5vh;
    left: 10px;
    z-index: 150;
}

.socials_wrap .views-row {
    margin-bottom: 2px;
}

.socials_wrap .views-row:hover {
    position: relative;
    z-index: 5;
}

.socials_wrap .views-row a {
    width: 49px;
    height: 49px;
    display: block;
    text-indent: -9999px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: .6;
    float: left;
}

.socials_wrap .views-row a:hover {
    opacity: 1;
    width: 55px;
}

.socials_wrap .views-row-1 a {
    background: #fff url("../Images/social_1.png") center no-repeat;
}

.socials_wrap .views-row-2 a {
    background: #fff url("../Images/social_2.png") center no-repeat;
}

.socials_wrap .views-row-3 a {
    background: #fff url("../Images/social_3.png") center no-repeat;
}

.socials_wrap .contribute_btn {
    display: none;
}

body.not-front {
    background: #e0f7ff !important;
}

.not-front .header {
    direction: ltr;
    min-height: 155px;
    padding-top: 30px;
    position: relative;
    z-index: 1000;
    background: transparent url("../Images/header_bg.jpg") center top no-repeat;
}

.not-front .header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #e0f7ff;
    padding-top: 0;
    min-height: 115px;
}

.not-front .header.active .contribute_btn .block_content a {
    top: 25px;
}

.not-front .header.active .logo {
    top: 10px;
}

.not-front .header .contribute_btn .block_content a {
    top: 55px;
}

.not-front .header .logo {
    top: 30px;
}

.page_title_wrapper {
    background: transparent url("../Images/page_title_bg.jpg") center top no-repeat;
    height: 150px;
    margin-bottom: 40px;
}

.page_title_wrapper #page-title {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 60px;
    line-height: .9;
    text-align: center;
    padding-top: 45px;
}

#page.active {
    padding-top: 155px;
}

.page-user .container {
    max-width: 1170px;
    padding: 0 30px;
    margin: 0 auto;
}

.page-user #main {
    max-width: 789px;
    background: #fff;
    margin: 0 auto;
}

.page-user .tabs .element-invisible {
    display: none !important;
}

.page-user ul.primary {
    margin: 0;
    border-bottom: none;
    padding: 0;
    font-size: 0;
}

.page-user ul.primary li {
    width: 20%;
    display: block;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    padding-left: 2px;
}

.page-user ul.primary li:last-child {
    padding-left: 0;
}

.page-user ul.primary li a {
    background: none;
    border: none;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #7c7c7c;
    background: #e1e1e1;
    padding: 16px 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.page-user ul.primary li:hover a, .page-user ul.primary li.active a {
    color: #fff;
    background: #c78f5f;
}

.page-user form {
    padding: 39px 30px 41px;
}

.page-user form label {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
}

.page-user form .confirm-parent, .page-user form .password-parent {
    width: 100%;
}

.page-user form#user-pass .form-actions {
    padding-top: 4px;
}

.page-user form .form-item {
    margin: 0 0 22px;
}

.page-user form div.password-strength {
    margin-bottom: 3px;
}

.page-user form div.password-strength .indicator {
    background-color: #33b400;
}

.page-user form div.form-item div.password-suggestions {
    border: none;
    font-size: 12px;
    font-weight: 700;
}

.page-user form div.form-item div.password-suggestions li {
    list-style: none;
}

.page-user form .password-indicator {
    height: 7px;
}

.page-user form .form-text {
    height: 40px;
    background-color: #f6f6f6;
    padding: 0 15px;
    border: none;
    width: 100%;
    margin-bottom: 8px;
}

.page-user form .form-actions {
    padding-top: 15px;
    margin: 0;
}

.page-user form .form-actions .ajax-throbber {
    display: none !important;
}

.page-user form .form-actions .form-submit {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 10px 46px;
    display: inline-block;
}

.section_4 .form_wrap .block-webform {
    position: absolute;
}

.form_wrap h2 {
    display: none;
}

.form_wrap .block-webform {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 39px 30px;
    width: 790px;
    z-index: 251;
    display: none;
}

.form_wrap .block-webform .links {
    display: none !important;
}

.form_wrap .block-webform .webform-confirmation {
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

.form_wrap .block_title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.form_wrap form label {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
}

.form_wrap form .confirm-parent, .form_wrap form .password-parent {
    width: 100%;
}

.form_wrap form#user-pass .form-actions {
    padding-top: 4px;
}

.form_wrap form .form-item {
    margin: 0 0 22px;
}

.form_wrap form div.password-strength {
    margin-bottom: 3px;
}

.form_wrap form div.password-strength .indicator {
    background-color: #33b400;
}

.form_wrap form div.form-item div.password-suggestions {
    border: none;
    font-size: 12px;
    font-weight: 700;
}

.form_wrap form div.form-item div.password-suggestions li {
    list-style: none;
}

.form_wrap form .password-indicator {
    height: 7px;
}

.form_wrap form .form-text {
    height: 40px;
    background-color: #f6f6f6;
    padding: 0 15px;
    border: none;
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
}

.form_wrap form .form-textarea {
    height: 100px;
    background-color: #f6f6f6;
    padding: 10px 15px;
    border: none;
    width: 100%;
    margin-bottom: 8px;
    resize: none;
    font: 400 14px 'Myriad' !important;
}

.form_wrap form .form-actions {
    padding-top: 15px;
    margin: 0;
}

.form_wrap form .form-actions .form-submit {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 10px 46px;
    display: inline-block;
}

.footer {
    background: #fff;
    padding: 65px 0 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1170px;
    padding: 50px 30px 0;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .view-socials .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .view-socials .views-row {
    margin-right: 2px;
}

.footer .view-socials .views-row:first-child {
    margin-right: 0;
}

.footer .view-socials .views-row a {
    width: 49px;
    height: 49px;
    display: block;
    text-indent: -9999px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: .6;
}

.footer .view-socials .views-row a:hover {
    opacity: 1;
}

.footer .view-socials .views-row-1 a {
    background: #fff url("../Images/social_1.png") center no-repeat;
}

.footer .view-socials .views-row-2 a {
    background: #fff url("../Images/social_2.png") center no-repeat;
}

.footer .view-socials .views-row-3 a {
    background: #fff url("../Images/social_3.png") center no-repeat;
}

.footer .footer-menu .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}

.footer .footer-menu .leaf {
    padding: 0 15px;
    width: 33.3%;
    list-style: none;
    margin: 0;
    text-align: center;
}

.footer .footer-menu .leaf a {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.24px;
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ffb400;
    text-decoration: none;
    display: block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 17px 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.footer .footer-menu .leaf a:hover {
    background: #d69700;
}

.block_block_14 {
    font-size: 20px;
}

.block_block_14 .block_content a {
    text-decoration: none;
}

.block_block_14 .block_content a:hover {
    text-decoration: underline;
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.wrapper .wrapper__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 30px;
}

.not-front .block_superfish_2 {
    padding-top: 78px;
    height: 180px;
}

.node .field-name-body {
    font-size: 16px;
    line-height: 1.66;
}

.node_accomodation {
    max-width: 760px;
    margin: 0 auto;
    padding: 30px 15px 0;
}

.node_accomodation img {
    display: block;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.node_accomodation .dots_wrap {
    height: 45px;
    background: #fff;
    padding: 0 25px;
    overflow: hidden;
    direction: ltr;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.node_accomodation .dots_wrap .field-slideshow-pager {
    position: absolute;
    top: 21px;
    right: 27px;
}

.node_accomodation .dots_wrap .field-slideshow-pager a {
    display: block;
    float: left;
    margin-right: 14px;
    width: 20px;
    height: 3px;
    background-color: #c2c2c2;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 0;
}

.node_accomodation .dots_wrap .field-slideshow-pager a:hover {
    background-color: #f9c100 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: scaleY(6.66);
    -ms-transform: scaleY(6.66);
    transform: scaleY(6.66);
}

.node_accomodation .dots_wrap .field-slideshow-pager a.activeSlide {
    background-color: #f9c100 !important;
}

.node_accomodation .dots_wrap .field-slideshow-pager a:last-child {
    margin-right: 0;
}

.node_accomodation .field-name-field-images {
    margin-bottom: 55px;
}

.node_accomodation .field-name-body {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.875;
}

.node_accomodation .field-name-body h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.node_accomodation .field-name-field-price {
    display: table;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.875;
}

.node_accomodation .field-name-field-price .field-label {
    font-weight: 400;
}

.view-accommodation-list {
    max-width: 1170px;
    margin: 0 auto 200px;
    padding: 30px 30px 0;
}

.view-accommodation-list .view-content {
    font-size: 0;
    margin: 0  -15px;
}

.view-accommodation-list .views-row {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    width: 33.3%;
    padding: 0 15px;
}

.view-accommodation-list .views-field-field-images {
    display: table;
    margin: 0 auto 30px;
}

.view-accommodation-list .views-field-field-images img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

.view-accommodation-list .views-field-title {
    text-align: center;
    margin-bottom: 15px;
}

.view-accommodation-list .views-field-title a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #1674c9;
}

.view-accommodation-list .views-field-title a:hover {
    text-decoration: underline;
}

.view-accommodation-list .views-field-body {
    line-height: 1.875;
    text-align: center;
}

.view-animals {
    padding: 30px 15px 0;
    max-width: 960px;
    margin: 0 auto;
}

.view-animals .view-footer,
  .view-animals .view-header {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.view-animals .view-grouping {
    margin-bottom: 5px;
}

.view-animals .view-grouping-header {
    width: 100%;
    background: #e5ba95;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 19.5px 15px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.view-animals .view-grouping-header .toggle {
    display: none;
}

.view-animals .view-grouping-header:hover, .view-animals .view-grouping-header.active {
    background: #1674c9;
    color: #fff;
}

.view-animals .view-grouping-content {
    padding: 25px 30px;
    background: #fff;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.view-animals .view-grouping-content li {
    list-style: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.view-animals .view-grouping-content li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.view-animals .view-grouping-content li::after {
    content: '';
    display: table;
    clear: both;
}

.view-animals .view-grouping-content .views-field-field-image {
    float: left;
    margin-right: 45px;
}

.view-animals .view-grouping-content .views-field-field-image img {
    display: block;
}

.view-animals .view-grouping-content .views-field-title {
    margin-bottom: 15px;
    font-weight: 700;
}

.node_33 {
    max-width: 1140px;
    padding: 30px 15px 0;
    margin: 0 auto;
}

.node_33 .field-name-body {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.node_33 .field-name-body .three_images,
    .node_33 .field-name-body .two_images,
    .node_33 .field-name-body .main_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.node_33 .field-name-body .main_images {
    padding-top: 55px;
    margin-bottom: 35px;
}

.node_33 .field-name-body .three_images {
    padding-top: 70px;
}

.node_33 img {
    display: block;
    margin-bottom: 30px;
}

.node_27 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 55px;
}

.node_27 p {
    padding-top: 30px;
}

.node_27 iframe {
    margin-top: 30px;
    margin-bottom: 70px;
}

.node_27 .bottom_text {
    padding: 40px 70px;
    background: #fff;
    font-weight: 700;
}

.node_27 .bottom_text strong {
    display: block;
    text-align: center;
    color: #1674c9;
    margin-bottom: 25px;
}

.node_27 .bottom_text p {
    padding-top: 0;
}

.node_27 .bottom_text img {
    display: none;
}

.node_32 {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    margin-bottom: 55px;
}

.node_32 h2 {
    font-size: 36px;
    color: #1674c9;
    margin-bottom: 20px;
}

.node_32 h2:hover {
    text-decoration: none;
    opacity: 1;
}

.node_32 a {
    color: #1674c9;
}

.node_32 a:hover {
    text-decoration: none;
    opacity: 1;
}

.node_32 li {
    list-style: none;
    font-weight: 700;
}

.node_2289 {
    padding: 30px 15px 45px;
    max-width: 1140px;
    margin: 0 auto;
}

.node_2289 table {
    width: 100% !important;
    border: none !important;
}

.node_2289 table * {
    border: none !important;
}

.node_2289 th {
    background-color: #ce9a6a;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    height: 56px !important;
    border-bottom: 3px solid #dcf6ff !important;
    text-align: right;
    padding-right: 15px;
}

.node_2289 th:first-child {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.node_2289 th:last-child {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.node_2289 td {
    font-size: 16px;
    background: #fff;
    border-bottom: 3px solid #dcf6ff !important;
    text-align: right;
    height: 56px !important;
    padding-right: 15px;
    position: relative;
}

.node_2289 td::after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #8bbbcc;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}

.node_2289 td:first-child {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.node_2289 td:first-child::after {
    display: none;
}

.node_2289 td:last-child {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.view-catalog {
    overflow: hidden;
}

.view-catalog ul {
    margin: 0;
    padding: 0;
}

.view-catalog ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.view-catalog h3 {
    font-size: 36px;
    font-weight: 700;
    color: #1674c9;
    text-align: center;
    margin-bottom: 20px;
}

.view-catalog .fields_wrap {
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0;
    padding-bottom: 50px;
}

.view-catalog .fields_wrap::after {
    content: '';
    display: table;
    clear: both;
}

.view-catalog .item-list:not(.parents) {
    padding-top: 60px;
}

.view-catalog .item-list > h3 {
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 48px;
}

.view-catalog .parents h3 {
    padding-top: 60px;
}

.view-catalog .parents .views-row {
    padding-top: 60px;
}

.view-catalog .parents .views-row-1 {
    padding-top: 0;
}

.view-catalog .views-field-body {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 25px;
    background: #fff;
}

.view-catalog .views-field-body table td{
    padding: 15px;
}

.view-catalog .views-field-body::after {
    content: '';
    display: table;
    clear: both;
}

.view-catalog .views-field-body table {
    margin-bottom: 0;
    background: none;
}

.view-catalog .views-field-body table *::after {
    display: none !important;
}

.view-catalog .views-field-body.empty {
    display: none;
}

.view-catalog .views-field-title a {
    text-decoration: none;
    font-size: 36px;
    font-weight: 400;
    color: #006bc6;
}

.view-catalog .views-field-title a:hover {
    text-decoration: none;
}

.view-catalog .views-field-field-lesson-days {
    display: table;
    margin: 0 auto 38px;
    font-weight: 700;
    font-size: 18px;
}

.view-catalog .views-field-field-lesson-days * {
    float: right;
}

.view-catalog tbody {
    border: none;
}

.view-catalog table img{
    border-radius: 50%;
    width: 257px !important;
    height: 257px !important;
}
.view-catalog table {
    width: 100%;
    font-size: 16px;
    border: none;
}

.view-catalog table * {
    border: none;
}

.view-catalog table strong {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.view-catalog .node_48 {
    display: none;
}

.view-catalog .views-field-field-teacher {
    background: #fff;
    min-height: 4px;
}

.view-catalog .views-field-field-teacher.empty {
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -50px;
    padding-right: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}

.view-catalog .views-field-field-teacher.empty > .views-label {
    display: block;
    font-size: 20px;
    margin-left: 5px;
    font-weight: 400;
}

.view-catalog .views-field-field-teacher.empty > .field-content {
    font-size: 20px;
}

.view-catalog .views-field-field-teacher > .views-label {
    display: none;
}

.view-catalog .views-field-field-teacher > .field-content {
    font-size: 0;
}

.view-catalog .views-field-field-teacher .node {
    max-width: 1140px;
    padding: 70px 15px 30px;
    margin: 0 auto;
    font-size: 16px;
}

.view-catalog table{
    margin-bottom: 0;
}
.view-catalog table td{
    padding-top: 0;
    padding-bottom: 0;
}

.view-catalog .views-field-field-teacher img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0 auto 30px;
    width: 257px !important;
    height: 257px !important;
}

.view-catalog .node_teacher > h2 {
    display: none;
}

.view-catalog .node_teacher .field-name-body {
    font-size: 16px;
    line-height: 1.5;
}

.view-catalog .field-name-field-mt-photo {
    float: left;
    width: 33.3%;
    margin-right: 15px;
    text-align: center;
}

.view-catalog .text_wrap {
    font-size: 20px;
    text-align: center;
}

.view-catalog .text_wrap h2 {
    font-size: 30px;
}

.view-catalog .text_wrap h2 a {
    color: #282828;
    text-decoration: none;
}

.view-catalog .text_wrap h2 a:hover {
    text-decoration: underline;
}

.view-catalog .item-list.parents_48 .views-row-2 .views-field-field-teacher {
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -50px;
    padding-right: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}

.view-catalog .item-list.parents_48 .views-row-2 .views-field-field-teacher > .views-label {
    display: block;
    font-size: 20px;
    margin-left: 5px;
    font-weight: 400;
    line-height: 34px;
}

.view-catalog .item-list.parents_48 .views-row-2 .views-field-field-teacher > .field-content {
    font-size: 20px;
}

.view-catalog .item-list.parents_48 .node_48 {
    display: block;
    padding: 0;
}

.view-catalog .item-list.parents_48 .node_48 > h2 {
    display: block;
}

.view-catalog .item-list.parents_48 .node_48 > h2 a {
    font-size: 20px;
    color: #282828;
    text-decoration: none;
}

.page-catalog .wrapper__content {
    margin-bottom: 0;
}

.page-catalog .page_title_wrapper {
    margin-bottom: 0;
}

.node_2191 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

.node_2191 .node_wrap {
    max-width: 950px;
    padding: 0 15px;
    margin: 0 auto;
}

.node_2191 h3 {
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    color: #1674c9;
}

.node_2191 h1 {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1674c9;
}

.node_2191 .image_1 {
    margin: 45px 0;
}

.node_2191 h2 {
    margin-bottom: 35px;
    font-size: 36px;
    font-weight: 700;
    color: #1674c9;
}

.node_2191 h2 img {
    position: relative;
    top: 17px;
}

.node_2191 .text_wrap {
    background: #fff;
    margin: 60px 0;
}

.node_2191 .text_wrap h2 {
    width: 100%;
}

.node_2191 .text_wrap h3 {
    width: 100%;
}

.node_2191 .text_wrap a {
    color: #282828;
    display: block;
    margin-bottom: 5px;
}

.node_2191 .text_wrap a u {
    text-decoration: underline;
}

.node_2191 .text_wrap a:hover u {
    text-decoration: none;
}

.node_2191 .list_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
    margin-bottom: 55px;
}

.node_2191 .list_wrapper ol {
    width: 50%;
}

.node_2191 .list_wrapper ol li {
    margin-bottom: 30px;
}

.node_2191 .list_wrapper .ul_wrap {
    width: 50%;
}

.node_2191 .list_wrapper li {
    text-align: right;
    list-style: none;
    margin-bottom: 17px;
    font-size: 14px;
    position: relative;
    padding-right: 23px;
}

.node-type-course .page_title_wrapper .container{
   max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
}
.node-type-course .page_title_wrapper .container #page-title{
    text-align: center;
    width: 66.67%;
    float: left;
    padding: 30px 0;
    font-size:56px;
}


.node_2191 .list_wrapper li::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ce9a6a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 0;
}

.node_2191 .list_wrapper + h3 {
    font-size: 36px;
    line-height: 30px;
    color: #191919;
}

.node_2191 .list_wrapper + h3 a {
    color: #191919;
    text-decoration: none;
}

.node_2191 .list_wrapper + h3 + h2 {
    font-size: 36px;
    line-height: 30px;
    color: #191919;
}

.node_2191 .list_wrapper + h3 + h2 a {
    color: #191919;
    text-decoration: none;
}

.node_2191 .text_wrapper {
    max-width: 950px;
    padding: 50px 15px 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
}

.node_2191 .text_wrapper u {
    text-decoration: none;
}

.node_2191 .text_wrapper h3 {
    color: #191919;
    margin-bottom: 65px;
}

.node_2191 .text_wrapper h3 a {
    color: #191919;
    text-decoration: none !important;
}

.node_2191 .text_wrapper .text_item {
    width: 33.3%;
    padding: 0 30px;
}

.node_2191 .text_wrapper h4 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #1674c9;
}

.node_2191 .text_black {
    width: 100%;
}

.node_2191 .text_black h2 {
    color: #191919;
}

.node_31 {
    padding-bottom: 30px;
}

.node_31 .table_wrap {
    padding: 10px 0 60px;
    background: #fff;
}

.node_31 .node_wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 15px 0;
}

.node_31 table {
    border: none;
    width: 100%;
    font-size: 20px;
}

.node_31 table h1 {
    font-size: 36px;
    color: #1674c9;
    margin-bottom: 15px;
}

.node_31 table * {
    border: none;
}

.node_31 table td {
    width: 50%;
    vertical-align: top;
    text-align: right;
}

.node_31 table td:nth-child(2) {
    display: none;
}

.node_31 table td:last-child div:first-child {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.node_31 .counts_wrap {
    max-width: 350px;
}

.node_31 .counts_wrap div {
    border-top: 1px solid #d8d8d8;
    padding: 8px 0;
}

.node_31 .counts_wrap div:last-child {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 35px;
}

.node_31 .table_text {
    font-weight: 700;
    max-width: 240px;
}

.node_31 .main_text {
    font-size: 20px;
    text-align: center;
}

.node_31 .main_text h1 {
    font-size: 36px;
    line-height: 1.3;
    max-width: 740px;
    margin: 0 auto 60px;
    text-align: center;
}

.node_31 .main_text h1 img {
    margin: 0;
    display: inline;
}

.node_31 .main_text h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.node_31 .main_text img {
    display: block;
    margin: 30px auto;
}

.page-node-31 .page_title_wrapper {
    margin-bottom: 0;
}

.node_34 {
    max-width: 1140px;
    padding: 50px 15px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.875;
}

.node_34 .main_text {
    font-size: 24px;
    line-height: 1.5;
}

.node_34 iframe {
    margin: 50px auto;
    width: 730px;
    height: 470px;
}

.node_34 li {
    list-style: none;
}

.node_34 .last_text {
    max-width: 380px;
    margin: 0 auto;
    background: #fff;
    font-weight: 700;
    padding: 30px 0;
}

.node_30 {
    max-width: 1140px;
    padding: 50px 15px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.875;
}

.node_30 h1 {
    font-size: 36px;
    font-weight: 700;
    color: #1674c9;
}

.node_30 ul {
    padding-top: 50px;
}

.node_30 ul li {
    list-style: none;
    font-weight: 700;
}

.node_30 .img_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1010px;
    margin: 0 auto;
}

.node_30 img {
    margin: 25px 0 40px;
}

.node_3023 {
    max-width: 1140px;
    padding: 50px 15px 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

.node_3023 .field-name-field-text-full {
    margin-bottom: 100px;
}

.node_3023 .field-name-field-text-full .field-items {
    position: relative;
    padding-top: 170px;
    padding-bottom: 120px;
}

.node_3023 .field-name-field-text-full .field_wrap {
    position: absolute;
    max-width: 290px;
}

.node_3023 .field-name-field-text-full .field_wrap .field-item {
    position: relative;
    z-index: 1;
}

.node_3023 .field-name-field-text-full .field_wrap::before {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.node_3023 .field-name-field-text-full .field_wrap:last-child {
    position: static;
    display: table;
    margin: 0 auto;
    max-width: 445px;
}

.node_3023 .field-name-field-text-full .field_wrap:last-child::before {
    display: none;
}

.node_3023 .field-name-field-text-full .field_wrap:nth-child(1) {
    left: 0;
    top: 85px;
}

.node_3023 .field-name-field-text-full .field_wrap:nth-child(2) {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.node_3023 .field-name-field-text-full .field_wrap:nth-child(3) {
    right: 0;
    top: 85px;
}

.node_3023 .field-name-field-text-full .field_wrap:nth-child(4) {
    bottom: 0;
    right: 0;
}

.node_3023 .field-name-field-text-full .field_wrap:nth-child(5) {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.node_3023 .field-name-field-text-full .field_wrap:nth-child(6) {
    left: 0;
    bottom: 90px;
}

.node_3023 .submitted {
    display: none;
}

.node_3023 .field-name-field-images-about .field-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

.node_3023 .field-name-field-images-about .field-items .field-item {
    width: 25%;
    padding: 0 15px;
}

.node_3023 .field-name-body {
    font-weight: 700;
}

.node_2520 iframe{
    width: 100% !important;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 250;
    display: none;
}

.section_4 .popup {
    position: absolute;
}

.node-type-course #main-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
}

.node-type-course #main-content .row::after {
    content: '';
    display: table;
    clear: both;
}

.node-type-course section.col-md-8 {
    width: 66.6%;
    float: left;
}

.node-type-course .fix-sidebar-second {
    width: 285px;
    float: right;
    background: transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.node-type-course .fix-sidebar-second .block_content .menu:not(.parent) {
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 15px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto 7px;
}

.node-type-course .fix-sidebar-second .block_content .menu:not(.parent) li {
    margin-bottom: 15px;
}

.node-type-course .fix-sidebar-second .block_content .menu:not(.parent) li.last {
    margin-bottom: 0;
}

.node-type-course .fix-sidebar-second .block_content .menu:not(.parent) a {
    color: #191919 !important;
    text-decoration: none;
    background: none !important;
    font-weight: 400 !important;
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 0 !important;
    font-size: 18px;
}

.node-type-course .fix-sidebar-second .block_content .menu:not(.parent) a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    background-color: #1880d0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.node-type-course .fix-sidebar-second .block_content .menu:not(.parent) a.active, .node-type-course .fix-sidebar-second .block_content .menu:not(.parent) a:hover {
    color: #c38066 !important;
}

.node-type-course .fix-sidebar-second .block_content > ul {
    padding: 15px;
}

.node-type-course .fix-sidebar-second .block_content > ul > li {
    padding: 0;
    margin: 0;
}

.node-type-course .fix-sidebar-second .block_content > ul > li.current {
    background-color: #c38066;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
    padding-bottom: 3px;
}

.node-type-course .fix-sidebar-second .block_content > ul > li.current > span {
    background-color: #c38066;
    background-image: url("../Images/sidebar_arrow2.png");
}

.node-type-course .fix-sidebar-second .block_content > ul > li > span {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 20px 12.5px 50px;
    color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 4px;
    cursor: pointer;
    display: block;
    background-image: url("../Images/sidebar_arrow.png");
    background-position: left 12px center;
    background-repeat: no-repeat;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li.current > span {
    margin-bottom: 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-image: url("../Images/sidebar_arrow4.png");
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li > span {
    background-color: #ededed;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 20px 12.5px 50px;
    color: #c38066 !important;
    text-decoration: none !important;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 4px;
    cursor: pointer;
    display: block;
    background-image: url("../Images/sidebar_arrow3.png");
    background-position: left 12px center;
    background-repeat: no-repeat;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li > a{
    background-image: none;
    color: #191919 !important;
    text-decoration: none;
    background: none !important;
    font-weight: 400 !important;
    position: relative;
    display: block;
    padding: 10px 35px 10px 10px;
    padding-left: 0 !important;
    font-size: 18px;
    background: #fff !important;
    border-radius: 3px;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li > a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    background-color: #1880d0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li ul {
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 25px 15px;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li ul li {
    margin-bottom: 15px;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li ul li.last {
    margin-bottom: 0;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li ul a {
    color: #191919 !important;
    text-decoration: none;
    background: none !important;
    font-weight: 400 !important;
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 0 !important;
    font-size: 18px;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li ul a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    background-color: #1880d0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li ul a:hover {
    color: #9b0004 !important;
}

.node-type-course .fix-sidebar-second .block_content > ul > li.last {
    margin-bottom: 0;
}

.node-type-course .fix-sidebar-second .block_content > ul li {
    list-style: none;
}

.node-type-course .node_course {
    color: #191919;
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 30px;
}

.node-type-course .node_course .field-name-body {
    font-size: 16px;
    line-height: 2.14;
    padding-top: 30px;
    background: #fff;
    overflow: hidden;
    padding: 30px 18px;
}

.node-type-course .node_course .field-name-body table {
    margin-bottom: 0;
}

.node-type-course .node_course .field-name-body table td {
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.node-type-course .node_course .field-name-body table td::after {
    display: none !important;
}

.node-type-course .node_course .field-name-body table td table td::after {
    content: '';
    display: block !important;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

.node-type-course .node_course .field-name-body table td table td:first-child::after {
    display: none !important;
}

.node-type-course .node_course .field-name-body table td table td:last-child::after {
    content: '';
    display: block !important;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

.node-type-course .node_course tbody {
    border: none;
}

.node-type-course .node_course .field-name-field-lesson-days,
  .node-type-course .node_course .field-name-field-lesson-hours,
  .node-type-course .node_course .field-name-field-classroom,
  .node-type-course .node_course .field-name-field-teacher {
    overflow: hidden;
}

.node-type-course .node_course .field-name-field-lesson-days .field-label,
    .node-type-course .node_course .field-name-field-lesson-hours .field-label,
    .node-type-course .node_course .field-name-field-classroom .field-label,
    .node-type-course .node_course .field-name-field-teacher .field-label {
    float: right;
}

.node-type-course .node_course .field-name-field-lesson-days .field-items,
    .node-type-course .node_course .field-name-field-lesson-hours .field-items,
    .node-type-course .node_course .field-name-field-classroom .field-items,
    .node-type-course .node_course .field-name-field-teacher .field-items {
    float: right;
}

.node-type-course .node_course .field-name-field-lesson-days .field-item {
    float: right;
}

.node-type-course .node_course .field-name-field-lesson-days .field-item::before {
    content: ',';
    display: inline;
    padding-left: 5px;
}

.node-type-course .node_course .field-name-field-lesson-days .field-item:first-child::before {
    display: none;
}

.node-type-course .node_course .field-name-field-classroom {
    margin-bottom: 30px;
}

.node-type-course .view-files-for-course {
    margin-bottom: 30px;
}

.node-type-course .view-files-for-course .view-header {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 18px;
    color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.node-type-course .view-files-for-course table {
    background: #fff;
    width: 100%;
}

.node-type-course .view-files-for-course table tbody {
    border: none;
}

.node-type-course .view-files-for-course table td {
    padding: 20px;
    font-size: 16px;
    border-top: 3px solid #dcf6ff;
    position: relative;
}

.node-type-course .view-files-for-course table td::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

.node-type-course .view-files-for-course table td:first-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.node-type-course .view-files-for-course table td:first-child::after {
    display: none;
}

.node-type-course .view-files-for-course table td:last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.node-type-course .view-files-for-course table strong {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    padding: 7px 18px;
    color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 -20px;
}

.node-type-course .view-files-for-course table tr.even, .node-type-course .view-files-for-course table tr.odd {
    background: none;
    border: none;
    padding: 0;
}

.node-type-course table.tableheader-processed {
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
}

.node-type-course table.tableheader-processed tbody {
    border: none;
}

.node-type-course table.tableheader-processed td {
    padding: 20px;
    font-size: 16px;
    border-top: 3px solid #dcf6ff;
    position: relative;
}

.node-type-course table.tableheader-processed td::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

.node-type-course table.tableheader-processed td:first-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.node-type-course table.tableheader-processed td:first-child::after {
    display: none;
}

.node-type-course table.tableheader-processed td:last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.node-type-course table.tableheader-processed thead tr {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    border: none;
}

.node-type-course table.tableheader-processed th {
    padding: 11px 18px;
    border: none;
    color: #fff;
    background: none;
}

.node-type-course table.tableheader-processed th:nth-child(1) {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.node-type-course table.tableheader-processed th:last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.node-type-course table.tableheader-processed tr.even, .node-type-course table.tableheader-processed tr.odd {
    background: none;
    border: none;
    padding: 0;
}

.node-type-course table.sticky-header {
    display: none !important;
}

.node-type-course .fix-sidebar-second .block_content .parent .parent .menu:not(.parent) {
    width: 100%;
    margin-top: -4px;
    margin-bottom: 0;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.node_87 {
    text-align: center;
    font-size: 20px;
    line-height: 1.66;
}

.page-teachings #main-content {
    max-width: 1170px;
    margin: 0 auto 30px;
    padding: 0 30px;
}

.page-teachings #main-content .row::after {
    content: '';
    display: table;
    clear: both;
}

.page-teachings section.col-md-8 {
    width: 66.6%;
    float: left;
}

.page-teachings section.col-md-8 .block_system_main {
    font-size: 18px;
    line-height: 1.66;
}

.page-teachings section.col-md-8 .block_system_main strong {
    font-size: 24px;
    display: block;
    padding-top: 50px;
}

.page-teachings .fix-sidebar-second {
    width: 285px;
    float: right;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-teachings .fix-sidebar-second .block_content .menu:not(.parent) {
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 15px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto 7px;
}

.page-teachings .fix-sidebar-second .block_content .menu:not(.parent) li {
    margin-bottom: 15px;
}

.page-teachings .fix-sidebar-second .block_content .menu:not(.parent) li.last {
    margin-bottom: 0;
}

.page-teachings .fix-sidebar-second .block_content .menu:not(.parent) a {
    color: #191919 !important;
    text-decoration: none;
    background: none !important;
    font-weight: 400 !important;
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 0 !important;
    font-size: 18px;
}

.page-teachings .fix-sidebar-second .block_content .menu:not(.parent) a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    background-color: #1880d0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.page-teachings .fix-sidebar-second .block_content .menu:not(.parent) a.active, .page-teachings .fix-sidebar-second .block_content .menu:not(.parent) a:hover {
    color: #c38066 !important;
}

.page-teachings .fix-sidebar-second .block_content > ul {
    padding: 15px;
}

.page-teachings .fix-sidebar-second .block_content > ul > li {
    padding: 0;
    margin: 0;
}

.page-teachings .fix-sidebar-second .block_content > ul > li.current {
    background-color: #c38066;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
    padding-bottom: 3px;
}

.page-teachings .fix-sidebar-second .block_content > ul > li.current > span {
    background-color: #c38066;
    background-image: url("../Images/sidebar_arrow2.png");
}

.page-teachings .fix-sidebar-second .block_content > ul > li > span {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 20px 12.5px 50px;
    color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 4px;
    cursor: pointer;
    display: block;
    background-image: url("../Images/sidebar_arrow.png");
    background-position: left 12px center;
    background-repeat: no-repeat;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li.current > span {
    margin-bottom: 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-image: url("../Images/sidebar_arrow4.png");
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li > span {
    background-color: #ededed;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 20px 12.5px 50px;
    color: #c38066 !important;
    text-decoration: none !important;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 4px;
    cursor: pointer;
    display: block;
    background-image: url("../Images/sidebar_arrow3.png");
    background-position: left 12px center;
    background-repeat: no-repeat;
}

.page-teachings  .fix-sidebar-second .block_content > ul > li .parent > li > a{
    background-image: none;
    color: #191919 !important;
    text-decoration: none;
    background: none !important;
    font-weight: 400 !important;
    position: relative;
    display: block;
    padding: 10px 35px 10px 10px;
    padding-left: 0 !important;
    font-size: 18px;
    background: #fff !important;
    border-radius: 3px;
}

.page-teachings  .fix-sidebar-second .block_content > ul > li .parent > li > a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    background-color: #1880d0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li ul {
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 25px 15px;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li ul li {
    margin-bottom: 15px;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li ul li.last {
    margin-bottom: 0;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li ul a {
    color: #191919 !important;
    text-decoration: none;
    background: none !important;
    font-weight: 400 !important;
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 0 !important;
    font-size: 18px;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li ul a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    background-color: #1880d0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li ul a:hover {
    color: #9b0004 !important;
}

.page-teachings .fix-sidebar-second .block_content > ul > li.last {
    margin-bottom: 0;
}

.page-teachings .fix-sidebar-second .block_content > ul li {
    list-style: none;
}

.view-calendar {
    max-width: 1170px;
    padding: 0 30px;
    margin: 0 auto;
}

.view-calendar .calendar-calendar th.days {
    background: #ad3636;
}

.view-calendar .date-nav-wrapper .date-heading h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
}

.view-calendar .colored-item {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.view-calendar .title a {
    font-weight: 400 !important;
    color: #ad3636 !important;
}

.view-calendar .hours {
    font-weight: 400 !important;
}

.view-calendar .hours * {
    font-weight: 400 !important;
}

.view-calendar .view-content {
    margin-bottom: 20px;
}

.view-calendar .view-content + .view-header .date-heading h3 {
    display: none;
}

.page-catalog-calendar .block_system_main .pager li,
.page-semester-timetable .block_system_main .pager li {
    padding-top: 0 !important;
}

.page-catalog-calendar .block_system_main .pager a,
.page-semester-timetable .block_system_main .pager a {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 7.5px 28px;
    display: inline-block;
}

.page-catalog-calendar .block_system_main .pager .date-next,
.page-semester-timetable .block_system_main .pager .date-next {
    right: 106px;
}

.node_peace_activity,
.node_article,
.node_community,
.node_2748 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.66;
}

.node_peace_activity > .content::after,
.node_article > .content::after,
.node_community > .content::after {
    content: '';
    display: table;
    clear: both;
}

.node_peace_activity .images-container,
.node_article .images-container,
.node_community .images-container {
    float: left;
    margin-right: 25px;
}

.node_peace_activity .field-name-body,
.node_article .field-name-body,
.node_community .field-name-body {
    font-size: 16px;
    line-height: 1.66;
}

.node-type-article #page-title {
    font-size: 48px;
}

.to_up {
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    background: transparent url("../Images/to_up.png") left top no-repeat;
    text-indent: -9999px;
    position: fixed;
    bottom: -150px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 98;
}

.to_up:hover {
    opacity: .7;
}

.to_up.active {
    bottom: 20px;
}

.page-user.logged-in .tabs {
    margin-bottom: 30px;
}

.page-user.logged-in #main {
    max-width: 1140px;
}

.page-user.logged-in .region-content {
    padding: 0 15px;
}


.page-user.logged-in.admin-nw .tabs li {
    display: inline-block;
}

.page-user.logged-in.admin-nw .tabs li:last-child {
    display: none;
}
.page-user.logged-in .profile {
    font-size: 16px;
}

.page-user.logged-in .profile h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.page-user.logged-in .profile form input[type="submit"] {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.page-user.logged-in .profile form input[type="submit"]:hover {
    opacity: .8;
}

.page-user.logged-in .profile .item-list {
    padding-top: 10px;
}

.page-user.logged-in .profile .field {
    padding-top: 10px;
}

.page-user.logged-in .view .date-nav-wrapper .pager a {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 3.5px 8px;
    display: inline-block;
}

.page-user.logged-in .view-calendar .date-nav-wrapper .date-heading h3 {
    font-size: 18px;
}

.page-user.logged-in .timetable-print {
    max-width: 440px;
    margin-left: 30px;
}

.sticky-header {
    display: none !important;
}

tr.even, tr.odd {
    background: none;
    border: none;
    padding: 0;
}

table {
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
}

table.fix-direction-ltr {
    direction: rtl;
}

table tbody {
    border: none;
}

table th {
    background: #ce9a6a !important;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 18px;
    color: #fff;
    border-bottom: none;
    border-left: 1px solid #fff;
}

table th:last-child {
    border: none;
}

table td {
    padding: 20px;
    font-size: 16px;
    border-top: 3px solid #dcf6ff;
    position: relative;
}

table td:not(.single-day):not(.past):not(.date-box):first-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

table td:not(.single-day):not(.past):not(.date-box):first-child::after {
    display: none !important;
}

table td:not(.single-day):not(.past):not(.date-box):last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

table td:not(.single-day):not(.past):not(.date-box)::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

table a{
    color: #1674c9;
    text-decoration: underline;
}

table a:hover{
    text-decoration: none;
}

.page-rides-carpooling #main .tabs ul {
    border-bottom: none;
    padding: 0;
    margin: 0 0 30px;
}

.page-rides-carpooling #main .tabs ul a {
    border: none;
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    padding: 10px 49px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.page-rides-carpooling #main .tabs ul a.active, .page-rides-carpooling #main .tabs ul a:hover {
    background: #c18956;
}

.page-user-grades .block_system_main form select {
    width: 250px;
    height: 40px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.page-user-grades .block_system_main form .form-submit {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 7px 25px;
    border: none;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-left: 20px;
}

.page-user-grades .block_system_main form .form-submit:hover {
    opacity: .8;
}

.page-user-grades .block_system_main table th {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 18px;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-user-grades .block_system_main table {
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
}

.page-user-grades .block_system_main table tbody {
    border: none;
}

.page-user-grades .block_system_main table td {
    padding: 20px;
    font-size: 16px;
    border-top: 3px solid #dcf6ff;
    position: relative;
}

.page-user-grades .block_system_main table td::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

.page-user-grades .block_system_main table td:first-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.page-user-grades .block_system_main table td:first-child::after {
    display: none;
}

.page-user-grades .block_system_main table td:last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.page-user-grades .block_system_main table strong {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    padding: 7px 18px;
    color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 -20px;
}

.page-user-grades .block_system_main table tr.even, .page-user-grades .block_system_main table tr.odd {
    background: none;
    border: none;
    padding: 0;
}

body.page-health-form {
    background: none !important;
}

.agree.btn.btn-primary,
body.page-health-form .form-submit {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 7px 25px;
    border: none;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-left: 20px;
    float: right;
}

.agree.btn.btn-primary{
    float: left;
}

.page-registration .form-submit {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 7px 25px;
    border: none;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-left: 20px;
    float: right;
}

.page-registration .form-submit:hover {
    opacity: .8;
}

.page-registration #main {
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
}

.page-registration #main ul {
    margin-bottom: 30px;
    overflow: hidden;
}

.page-registration #main ul li a {
    text-decoration: none;
}

.page-registration #main .block_block_2 {
    margin-bottom: 20px;
}

.page-registration #main .block_block_2 .block_content {
    font-size: 16px;
}

.page-registration #main .pager a {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    text-shadow: none;
    padding: 3.5px 8px;
    display: inline-block;
}

.page-registration #main .view-calendar .date-nav-wrapper .date-heading h3 {
    font-size: 20px;
}

.page-registration #main .ui-accordion-header-icon {
    background: url(../Images/sidebar_arrow.png) no-repeat center !important;
}

.page-registration #main .ui-accordion-header-active .ui-accordion-header-icon {
    background: url(../Images/sidebar_arrow2.png) no-repeat center !important;
}

.page-registration #main fieldset {
    border: none;
}

.page-registration #main .block_block_5 table th {
    background-color: #ce9a6a !important;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 18px;
    color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-registration #main .block_block_5 table {
    background: #fff;
    width: 100%;
    border: none !important;
}

.page-registration #main .block_block_5 table * {
    border: none !important;
}

.page-registration #main .block_block_5 table tbody {
    border: none;
}

.page-registration #main .block_block_5 table td {
    padding: 20px;
    font-size: 16px;
    border-top: 3px solid #dcf6ff !important;
    position: relative;
}

.page-registration #main .block_block_5 table td::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

.page-registration #main .block_block_5 table td:first-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.page-registration #main .block_block_5 table td:first-child::after {
    display: none;
}

.page-registration #main .block_block_5 table td:last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.page-registration #main .block_block_5 table tr.even, .page-registration #main .block_block_5 table tr.odd {
    background: none;
    border: none;
    padding: 0;
}

.page-registration form .form-text {
    height: 40px;
    background-color: #f6f6f6;
    padding: 0 15px;
    border: none;
    width: 100%;
    margin-bottom: 8px;
    width: 250px !important;
}

.page-registration-extra #main-content .takanon-text {
    display: none;
}

.page-registration-extra #main-content .text-field-wrapper {
    display: none;
}

.takanon.ui-dialog-content .field-name-body {
    padding-top: 15px;
}

.admin-nw.not-front .header .contribute_btn .block_content a {
    top: 40px !important;
}

.page-registration .hidden {
    display: none;
}

.page-assignment #main-content {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.page-assignment #main-content input[type="submit"] {
    margin-left: 15px;
}

.page-assignment .text-format-wrapper {
    margin-bottom: 25px;
}

#main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

input[type="button"],
input[type="submit"] {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background: #ce9a6a !important;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border: none;
}

#catalog-weight-form {
    padding-top: 25px;
}

#catalog-weight-form input[type="button"] {
    margin-left: 20px;
}

.ckeditor_links,
.filter-wrapper {
    display: none !important;
}

.node-type-teacher .node_teacher .field-name-field-mt-photo {
    float: right;
    margin-left: 30px;
}

@media (min-width: 1201px) and (max-width: 1580px) {
    .logo {
        max-width: 300px;
    }

    .menu_wrapper {
        max-width: 940px;
    }

    .header {
        top: 1vh;
    }

    .block_views_Slideshow_block {
        height: 52vh;
    }

    .flexslider .caption-wrapper {
        bottom: 55px;
        max-width: 650px;
    }

    .flexslider .caption-wrapper * {
        font-size: 36px;
    }

    .flexslider .caption-wrapper h1 {
        font-size: 36px;
    }

    .flexslider .flex-control-nav {
        bottom: 55px;
    }

    .region-banner {
        padding-top: 12vh;
    }

    .section_1 .fp-tableCell {
        padding-top: 0;
    }

    .contribute_btn .block_content a {
        top: 11px;
        left: 25px;
        padding: 10px 20px;
        font-size: 18px;
    }

    .menu_btn {
        padding-top: 22px;
    }

    .block_views_text_on_front_block_1 .views-field-title {
        font-size: 30px;
    }

    .block_views_text_on_front_block_1 .views-field-body {
        font-size: 16px;
    }

    .block_views_text_on_front_block_1 .block_content {
        padding: 15px 40px 25px 40px;
    }

    .block_views_text_on_front_block_1 .views-field-field-link a {
        padding: 8px 35px;
        font-size: 20px;
    }

    .scroll_to {
        width: 36px;
        height: 36px;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .block_views_mt_latest_news_block_1 > .block_title,
  .block_views_community_block_1 > .block_title {
        font-size: 48px;
    }

    .block_views_mt_latest_news_block_1 > .block_title {
        margin-bottom: 3vh;
    }

    .block_views_community_block_1 {
        padding-top: 10vh;
    }

    .block_views_community_block_1 .view-content {
        max-width: 900px;
        margin: 0 auto;
    }

    .block_block_13 .block_title, .block_block_12 .block_title {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .block_block_13 .block_content, .block_block_12 .block_content {
        font-size: 16px;
    }

    .block_views_community_block_1 .views-field-title {
        top: 0;
    }

    .block_views_community_block_1 .body_wrap {
        top: 218px;
        padding: 0 10px;
    }

    .block_views_community_block_1 .views-field-body {
        margin-bottom: 30px;
    }

    .block_views_mt_latest_news_block_1 {
        padding-top: 10.5vh;
    }

    .block_block_13 {
        padding-top: 2.5vh;
    }

    .block_views_mt_latest_news_block_1 .view-content_wrap {
        max-width: 900px;
        margin: 0 auto;
    }

    .block_views_mt_latest_news_block_1 .views-field-body {
        max-height: 85px;
        overflow: hidden;
    }

    .block_views_mt_latest_news_block_1 .row_wrap {
        padding-bottom: 10px;
    }

    .block_views_community_block_1 .views-field-title {
        top: 12px;
    }

    .block_views_community_block_1 .views-field-title a {
        font-size: 25px;
    }

    .block_views_mt_latest_news_block_1 > .block_content::after {
        top: -130px;
        right: -115px;
    }

    .section_4 {
        background: transparent url(../Images/section4_bg.png) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .section_4 .socials_wrap {
        left: 20px;
    }

    .scroll_to {
        margin-top: 10px;
    }

    .section_1 .scroll_to {
        margin-top: 35px;
    }

    .block_block_13 .block_title, .block_block_12 .block_title {
        margin-bottom: 10px;
    }

    .block_superfish_2 {
        padding-top: 28px;
        height: 100px;
    }

    .block_superfish_2 > .block_content {
        max-width: 940px;
    }

    .block_superfish_2 > .block_content > .menu > li {
        margin-right: 4px;
    }

    .block_superfish_2 > .block_content > .menu > li > span, .block_superfish_2 > .block_content > .menu > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent > span, .block_superfish_2 > .block_content > .menu > li.menuparent > a {
        padding-right: 25px;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent > span::after, .block_superfish_2 > .block_content > .menu > li.menuparent > a::after {
        right: 10px;
    }

    .not-front .header {
        min-height: 125px;
    }

    .not-front .header .contribute_btn .block_content a {
        top: 43px;
    }

    .not-front .header.active .contribute_btn .block_content a {
        top: 19px;
    }

    .not-front .block_superfish_2 {
        padding-top: 54px;
        height: 150px;
    }

    .block_views_community_block_1 > .block_content::after {
        top: -50px;
        left: -100px;
    }

    .not-front .header.active {
        min-height: 80px;
    }

    .not-front .header.active .menu_wrapper {
        padding-top: 8px;
    }

    .block_superfish_2 > .block_content > .menu > li {
        font-size: 16px;
    }

    .menu_btn {
        top: -6px;
    }

    .admin-df .menu_btn {
        top: -2px;
    }
    .admin-nw.not-front .header.active .menu_btn.active{
        padding-top: 45px;
    }
}

@media (max-height: 620px) and (min-width: 1201px) and (max-width: 1400px) {
    .region-banner {
        padding-top: 15vh;
    }

    .block_views_Slideshow_block {
        height: auto;
    }

    .scroll_to {
        margin-top: 10px;
    }

    .block_views_mt_latest_news_block_1 {
        padding-top: 5.5vh;
    }

    .block_views_community_block_1 {
        padding-top: 5vh;
    }

    .block_block_13 .block_title, .block_block_12 .block_title {
        margin-bottom: 10px;
    }

    .block_views_community_block_1 > .block_content::after {
        top: -0px;
        left: -100px;
    }

    .block_views_mt_latest_news_block_1 > .block_content::after {
        top: -10px;
    }

    .region-banner {
        padding-top: 12vh;
    }

    .fp-viewing-slider .header {
        top: 1.2vh;
    }

    .fp-viewing-slider .logo {
        max-width: 280px;
    }

    .fp-viewing-slider .menu_btn {
        padding-top: 17px;
    }

    .fp-viewing-slider .contribute_btn .block_content a {
        top: 6px;
    }

    .fp-viewing-slider .block_superfish_2 {
        padding-top: 20px;
        height: 85px;
    }

    .block_views_Slideshow_block {
        height: 51vh;
    }

    .flexslider .caption-wrapper {
        bottom: 100px;
    }

    .flexslider .flex-control-nav {
        bottom: 93px;
    }

    .block_views_text_on_front_block_1 {
        padding-top: 3.9vh;
    }

    .block_views_text_on_front_block_1 .block_content {
        padding: 10px 40px 25px 40px;
    }

    .block_views_text_on_front_block_1 .views-field-title {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .block_block_13, .block_block_12 {
        padding-top: 5vh;
    }

    .block_block_13 {
        padding-top: 2vh;
    }

    .block_views_mt_latest_news_block_1 .views-field-title {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .block_superfish_2 {
        padding-top: 25px;
    }
}

@media (max-width: 1200px) {
     .node-type-course .page_title_wrapper .container{
        max-width: 1170px;
        margin: 0 auto;
        width: 100%;
    }
    .node-type-course .page_title_wrapper .container #page-title{
        text-align: center;
        width: 66.67%;
        float: left;
        padding: 37px 0;
        font-size: 40px;
    }
    .block_superfish_2 > .block_content > .menu > li.menuparent .arrow_mob {
        content: '';
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        right: 0;
        top: 0;
        background: transparent url(../Images/menu_arr.png) center no-repeat;
        z-index: 10;
    }
    .block_superfish_2 > .block_content > .menu > li.menuparent ul{
        right: 0 !important;
        left: auto !important;
    }
    .block_superfish_2 > .block_content > .menu > li.menuparent > span::after, .block_superfish_2 > .block_content > .menu > li.menuparent > a::after{
        display: none !important;
    }
    .socials_wrap,
  .front .header {
        display: none;
    }

    .section {
        overflow: hidden;
    }

    .section_1 {
        padding-top: 90px;
    }

    .section_1 .header {
        display: block;
    }

    .section_1 .logo {
        max-width: 270px;
    }

    .section_1 .socials_wrap {
        display: block;
        bottom: 12vh;
    }

    .contribute_btn .block_content a {
        top: 11px;
        left: 25px;
        padding: 10px 20px;
        font-size: 18px;
    }

    .menu_wrapper {
        max-width: 710px;
    }

    .menu_btn {
        padding-top: 15px;
    }

    .contribute_btn .block_content a {
        top: 3px;
    }

    .flexslider .flex-control-nav {
        left: 15px;
        margin-left: 0;
    }

    .block_views_Slideshow_block {
        height: auto;
    }

    .flexslider .flex-control-nav {
        bottom: 10px;
    }

    .flexslider .flex-control-nav li a {
        width: 17px;
        height: 4px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .flexslider .caption-wrapper {
        margin: 0;
        right: 15px;
    }

    .flexslider .caption-wrapper h1,
  .flexslider .caption-wrapper * {
        font-size: 30px;
    }

    .menu_front {
        display: none;
    }

    .scroll_to {
        display: none;
    }

    .block_views_mt_latest_news_block_1,
  .block_views_community_block_1 {
        padding-top: 65px;
    }

    .section_4 {
        height: 600px;
    }

    body {
        background-color: transparent !important;
    }

    .block_views_text_on_front_block_1 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .front .header {
        display: block;
    }

    .logo {
        max-width: 265px;
    }

    .block_superfish_2 {
        max-width: 50vw;
        height: 100vh;
        top: -2.5vh;
        left: -150vw;
        position: fixed;
    }

    .block_superfish_2.active {
        top: -2.5vh;
        left: 0;
    }

    .block_superfish_2 > .block_content > .menu {
        padding: 45px 20px 20px;
    }

    .block_superfish_2 > .block_content > .menu > li {
        float: none;
        margin-right: 0;
    }

    .not-front .block_superfish_2 {
        height: 100vh;
    }

    .not-front .header .logo {
        max-width: 300px;
    }

    .not-front .header {
        min-height: 103px;
    }

    .not-front .header .contribute_btn .block_content a {
        top: 34px;
    }

    .node_33 img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    
    .flexslider .caption-wrapper {
        max-width: 300px;
    }

    .node_3023 .field-name-field-text-full .field_wrap {
        max-width: 200px;
        font-size: 16px;
    }

    .menu_wrapper {
        max-width: 510px;
    }

    .section_1 .socials_wrap {
        display: none !important;
    }

    .block_views_community_block_1 .body_wrap {
        top: 180px;
        padding: 0 15px;
    }

    .block_views_community_block_1 .views-field-title {
        margin-bottom: 15px;
    }

    .block_views_community_block_1 .views-field-title a {
        font-size: 18px;
    }

    .block_views_community_block_1 .views-field-body {
        margin-bottom: 20px;
    }

    .block_views_community_block_1 .views-field-body {
        font-size: 16px;
    }

    .section_4 .footer-menu .leaf a {
        font-size: 20px;
    }

    .section_1 {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .not-front .logo {
        max-width: 300px;
    }

    .not-front .header .contribute_btn .block_content a {
        top: 36px;
    }

    .front .header {
        display: block;
    }

    .logo {
        max-width: 265px;
    }

    .block_superfish_2 > .block_content > .menu {
        padding-top: 60px;
    }

    .node-type-course .fix-sidebar-second {
        width: 210px;
        padding: 5px;
    }

    .page-teachings .fix-sidebar-second .block_content > ul > li .parent > li > span,
  .page-teachings .fix-sidebar-second .block_content > ul > li > span,
  .node-type-course .fix-sidebar-second .block_content > ul > li .parent > li > span,
  .node-type-course .fix-sidebar-second .block_content > ul > li > span {
        font-size: 16px;
    }

    .page-teachings .fix-sidebar-second .block_content .menu:not(.parent) a,
  .node-type-course .fix-sidebar-second .block_content .menu:not(.parent) a {
        font-size: 14px;
    }

    .page-teachings .fix-sidebar-second .block_content .menu:not(.parent),
  .node-type-course .fix-sidebar-second .block_content .menu:not(.parent) {
        padding: 5px 10px;
    }
}

.not-front .footer .contribute_btn {
    display: none;
}

#arava-center-view-only-file-form{
    margin: 0 auto;
    display: table;
    text-align: center;
    padding-top: 20px;
}
#arava-center-view-only-file-form .form-text{
    width: 320px;
    height: 40px;
    margin-top: 8px;
}

@media (max-width: 767px) {
    
    .node-type-course .page_title_wrapper .container #page-title{
        float: none;
        padding: 0;
        font-size: 22px;
		width: 100%;
    }
    
    .front .header {
        position: relative;
        padding: 25px 0 5px;
        top: 0;
    }

    .view-catalog .views-field-body table{
        margin-bottom: 30px;
    }

    .view-catalog .views-field-body{
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .view-catalog table td{
        padding: 20px 0;
    }

    #arava-center-view-only-file-form .form-text{
        width: 100%;
        height: 38px;
        margin-top: 8px;
    }

    .block_views_mt_latest_news_block_1 .view_content {
        width: 100%;
    }

    .view-catalog table strong {
        display: inline !important;
    }

    .page-user.logged-in .view .date-nav-wrapper .pager a {
        min-width: 70px;
        white-space: nowrap;
    }

    #admin-menu {
        display: none !important;
    }

    .not-front .footer .contribute_btn {
        display: block;
    }

    .not-front .footer .contribute_btn .block_content a {
        position: static;
    }

    .block_block_14 {
        font-size: 20px;
        text-align: center;
        width: 100%;
        padding-top: 15px;
    }

    .block_superfish_2 {
        max-height: 100%;
        overflow-y: auto;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent > span::after, .block_superfish_2 > .block_content > .menu > li.menuparent > a::after {
        display: none;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent .arrow_mob {
        content: '';
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        right: 0;
        top: 0;
        background: transparent url(../Images/menu_arr.png) center no-repeat;
        z-index: 10;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent ul {
        display: none !important;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent ul.active {
        display: block !important;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent > a,
  .block_superfish_2 > .block_content > .menu > li.menuparent > span, .block_superfish_2 > .block_content > .menu > li.menuparent > a,
  .block_superfish_2 > .block_content > .menu > li.menuparent > span {
        background-color: transparent !important;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent.active > a,
  .block_superfish_2 > .block_content > .menu > li.menuparent.active > span, .block_superfish_2 > .block_content > .menu > li.menuparent.active > a,
  .block_superfish_2 > .block_content > .menu > li.menuparent.active > span {
        background-color: #9b0004 !important;
    }

    .page-user #block-system-main {
        overflow: hidden;
    }

    .page-user #main-content {
        padding: 0;
    }

    .page-user .my-timetable-block {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .page-user .view-calendar table {
        width: 1000px;
    }

    .page-user .edit-my-semester-block, .page-user .remaining-payment-block, .page-user .my-messages-block, .page-user .profile, .page-user .assignments-to-check-block {
        width: 100%;
    }

    .page-user.logged-in .profile form input[type="submit"] {
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .to_up {
        width: 35px;
        height: 35px;
    }

    .socials_wrap {
        display: block;
    }

    .contribute_btn {
        display: none;
    }

    .socials_wrap {
        position: fixed;
        bottom: 0 !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 50;
        min-width: 250px;
    }

    .socials_wrap .contribute_btn {
        display: block;
        float: left;
        margin-right: 10px;
    }

    .socials_wrap .contribute_btn .block_content a {
        display: block;
        position: static;
    }

    .socials_wrap .view-socials {
        overflow: hidden;
    }

    .socials_wrap .views-row {
        margin-right: 10px;
    }

    .socials_wrap .views-row:last-child {
        margin-right: 0;
    }

    .socials_wrap .views-row a {
        width: 42px !important;
        height: 42px !important;
    }

    .front .logo {
        margin: 5px auto 0;
        position: static;
    }

    .section_1 {
        padding-top: 0 !important;
    }

    .menu_btn {
        position: fixed;
        top: 12px;
        left: 15px;
        z-index: 50;
        padding-top: 0;
    }

    .block_views_Slideshow_block {
        display: none;
    }

    .block_views_text_on_front_block_1 .block_content {
        padding: 15px 20px 30px;
    }

    .socials_wrap .views-row {
        float: left;
    }

    .block_views_text_on_front_block_1 {
        margin-bottom: 15px;
    }

    body {
        background: #b8d1e0 !important;
    }

    .section {
        background: none !important;
        overflow: visible;
    }

    .block_views_mt_latest_news_block_1 > .block_content::after,
  .block_views_community_block_1 > .block_content::after {
        display: none;
    }

    .block_views_community_block_1 > .block_title {
        font-size: 48px;
    }

    .block_views_community_block_1 .views-row {
        width: 100%;
        max-width: 260px;
        margin: 0 auto 30px;
    }

    .block_views_community_block_1 .body_wrap {
        top: 180px;
        padding: 0 15px;
    }

    .block_views_community_block_1 .views-field-title {
        top: 12px !important;
        margin-bottom: 47px !important;
    }

    .block_views_community_block_1 .views-field-title a {
        font-size: 24px;
    }

    .block_views_community_block_1 .views-field-body {
        margin-bottom: 20px;
    }

    .block_views_community_block_1 .views-field-body {
        font-size: 16px;
    }

    .block_block_13, .block_block_12 {
        padding-top: 30px;
    }

    .block_block_13 .block_title, .block_block_12 .block_title {
        margin-bottom: 20px;
    }

    .block_views_mt_latest_news_block_1 .views-row {
        width: 100%;
        max-width: 280px;
        margin: 0px auto 35px;
    }

    .block_views_mt_latest_news_block_1 > .block_title {
        font-size: 48px;
    }

    .section_4 {
        height: auto;
        padding: 30px 0;
    }

    .section_4 .footer-menu {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .section_4 .footer-menu .leaf {
        width: 100%;
        margin-bottom: 20px;
    }

    .page-user ul.primary li {
        width: 100%;
        padding: 0;
        display: block !important;
    }

    .logo {
        margin: 0 auto;
        position: static;
    }

    .not-front .header {
        min-height: 0;
        height: auto;
        padding: 25px 15px 15px;
        background-position: 0;
    }

    .page_title_wrapper {
        height: auto;
        padding: 35px 0;
    }

    .page_title_wrapper #page-title {
        padding-top: 0;
        font-size: 36px;
    }

    .page-user .container {
        padding: 0 15px;
    }

    .page-user form {
        padding: 15px 10px;
    }

    .footer {
        padding: 20px 0;
    }

    .footer_info {
        padding-top: 20px;
    }

    .footer .footer-menu .menu li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .footer .footer-menu .leaf a {
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 260px;
        margin: 0 auto;
    }

    .block_superfish_2 {
        max-width: 100%;
    }

    .block_superfish_2 > .block_content > .menu > li {
        margin-bottom: 10px;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent ul {
        right: 0 !important;
        left: 0 !important;
    }

    .menu_btn.active {
        top: 30px;
    }

    .not-front .block_superfish_2 {
        height: 100vh;
    }

    .view-accommodation-list {
        margin-bottom: 0;
    }

    .view-accommodation-list .views-row {
        text-align: center;
        width: 100%;
        margin-bottom: 45px;
    }

    .view-animals .view-grouping-content {
        text-align: center;
    }

    .view-animals .view-grouping-content .views-field-field-image {
        float: none;
        display: table;
        margin: 0 auto 10px;
    }

    .node_33 .field-name-body .three_images, .node_33 .field-name-body .two_images, .node_33 .field-name-body .main_images {
        display: block;
    }

    .node_27 iframe {
        width: 100%;
        height: 250px;
    }

    .node_27 .bottom_text {
        padding: 15px;
    }

    .node_32 img {
        width: 100% !important;
        height: auto !important;
    }

    .node_2289 .field-name-body .field-item {
        width: 100%;
        overflow-y: auto;
    }

    .node_2289 .field-name-body table {
        width: 900px !important;
    }

    .node_2289 .field-name-body table td {
        padding-left: 10px;
    }

    .view-catalog .field-name-field-mt-photo {
        width: 100%;
        margin-bottom: 10px;
    }

    .view-catalog .views-field-field-teacher .node {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .view-catalog .item-list:not(.parents) {
        padding-top: 25px;
    }

    .view-catalog .parents h3 {
        padding-top: 25px;
    }

    .view-catalog .parents .views-row {
        padding-top: 25px;
    }

    .view-catalog .parents .views-row-1 {
        padding-top: 0;
    }

    .view-catalog .node_teacher .field-name-body {
        overflow: visible;
    }

    .view-catalog table * {
        display: block;
        width: 100% !important;
        text-align: center;
    }

    .view-catalog table img {
        width: 100% !important;
        height: auto !important;
    }

    .node_2191 h1 {
        font-size: 36px;
    }

    .node_2191 .list_wrapper + h3 + h2,
  .node_2191 .list_wrapper + h3,
  .node_2191 h2,
  .node_2191 h3 {
        font-size: 24px;
    }

    .image_2,
  .image_1 {
        width: 100% !important;
        height: auto !important;
    }

    .node_2191 .text_wrapper .text_item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .node_2191 .list_wrapper ol {
        width: 100%;
        margin-bottom: 25px;
    }

    .node_2191 ul {
        padding: 0 15px;
    }

    .node_2191 ul li {
        list-style: none;
    }

    .node_2191 .list_wrapper .ul_wrap {
        width: 100%;
    }

    .node_31 img {
        width: 100% !important;
        height: auto !important;
    }

    .node_31 table td {
        width: 100%;
        display: block;
    }

    .node_31 .main_text h1 img {
        height: 16px !important;
        width: 16px !important;
    }

    .node_34 {
        padding-top: 0;
    }

    .node_34 iframe {
        width: 100%;
        height: auto;
        margin: 20px auto;
    }

    .node_30 {
        padding-top: 0;
    }

    .node_30 img {
        margin: 10px 0;
        width: 100% !important;
        height: auto !important;
    }

    .node_30 ul {
        padding-top: 20px;
    }

    .node_3023 .field-name-field-text-full .field_wrap {
        position: static;
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
        margin-bottom: 45px;
        margin-left: auto;
        margin-right: auto;
    }

    .node_3023 .field-name-field-text-full .field_wrap img {
        width: 100% !important;
        height: auto !important;
    }

    .node_3023 .field-name-field-text-full .field-items {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .node_3023 .field-name-field-images-about .field-items {
        display: block;
    }

    .node_3023 .field-name-field-images-about .field-items .field-item {
        width: 100%;
        text-align: center;
    }

    .node_3023 .field-name-field-text-full {
        margin-bottom: 20px;
    }

    .node_3023 .field-name-field-images-about .field-items {
        margin-bottom: 20px;
    }

    .node_3023 {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .form_wrap .block-webform {
        width: 280px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 15px;
        margin-left: -140px;
        max-height: 98%;
        overflow-y: auto;
        padding: 15px;
    }

    .page-teachings section.col-md-8,
  .node-type-course section.col-md-8 {
        width: 100%;
    }

    .page-teachings #main-content,
  .node-type-course #main-content {
        padding: 0 15px;
    }

    .view-files-for-course .view-content {
        overflow-x: auto;
    }

    .view-files-for-course table {
        width: 600px !important;
    }

    .page-teachings .fix-sidebar-second,
  .node-type-course .fix-sidebar-second {
        float: none;
        display: table;
        margin: 0 auto;
    }

    .my-timetable-block {
        float: none;
        width: auto;
        overflow-y: auto;
    }

    .my-timetable-block .view-calendar,
    .my-timetable-block table {
        width: 950px !important;
    }

    .my-timetable-block .view .date-nav-wrapper .date-prev {
        right: auto;
        left: 0;
        top: 35px;
    }

    .my-timetable-block .view .date-nav-wrapper .date-next {
        right: auto;
        left: 90px;
        top: 35px;
    }

    .my-timetable-block .second_header {
        display: none;
    }

    .my-timetable-block .view-calendar {
        padding: 0;
    }

    .page-user .my-timetable-block #calendar-2017-11-27-0::after {
        bottom: -1px;
    }

    .timetable-print {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }

    .view-calendar {
        padding: 0 15px;
    }

    .page-catalog-calendar .block_system_main .pager li, .page-semester-timetable .block_system_main .pager li {
        padding-top: 40px !important;
    }

    .page-catalog-calendar .block_system_main .second_header .pager li, .page-semester-timetable .block_system_main .second_header .pager li {
        padding-top: 0px !important;
    }

    .view-calendar .date-nav-wrapper .date-heading h3 {
        margin-bottom: 20px;
    }

    #calendar-2017-11-27-0 {
        border: none;
        position: relative;
    }

    #calendar-2017-11-27-0::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #ccc;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
}

.block_views_community_block_1 div.contextual-links-wrapper {
    top: 70px;
}

div#admin-toolbar div.admin-tab,
#admin-toolbar ul.menu li a {
    height: auto;
}

div#admin-toolbar {
    z-index: 100000;
}


/* custome css */
@media (max-width: 1200px) and (min-width:768px){
.socials_wrap, .front .header {
    display: block;
}
.menu_front{
     display: block;
}
}
@font-face {
    font-family: 'Myriad';
    src: url("../fonts/Myriad Hebrew.eot");
    src: url("../fonts/Myriad Hebrew.eot?#iefix") format("embedded-opentype"), url("../fonts/Myriad Hebrew.woff2") format("woff2"), url("../fonts/Myriad Hebrew.woff") format("woff"), url("../fonts/Myriad Hebrew.ttf") format("truetype"), url("../fonts/Myriad Hebrew.svg#Myriad Hebrew") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-05F4;
}

@font-face {
    font-family: 'Myriad';
  src: url("../fonts/Myriad Hebrew Bold.eot");
  src: url("../fonts/Myriad Hebrew Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Myriad Hebrew Bold.woff2") format("woff2"), url("../fonts/Myriad Hebrew Bold.woff") format("woff"), url("../fonts/Myriad Hebrew Bold.ttf") format("truetype"), url("../fonts/Myriad Hebrew Bold.svg#Myriad Hebrew Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-05F4;
}

html {
    height: 100%;
}

html body.admin-menu {
    margin-top: 0 !important;
}

body {
    background: url(../Images/main_bg.png) no-repeat center 0 #bfdaec !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    font: 400 14px 'Myriad' !important;
    color: #282828;
    line-height: 1.2;
    direction: rtl;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
}

*::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.admin-nw.not-front .block_superfish_2 .menu_btn.active{
    padding-top: 40px;
}

.admin-nw.not-front .header.active .menu_btn.active{
    padding-top: 65px;
}

.menu_btn .item {
    background-color: #282828;
    width: 100%;
    margin-bottom: 6px;
    height: 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.menu_btn .item_1 {
    width: 45px;
}

.menu_btn .item_2 {
    width: 39px;
}

.menu_btn:hover .item {
    width: 100%;
}

.menu_btn {
    width: 50px;
    padding-top: 40px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.menu_btn.active {
    height: 50px;
}

.menu_btn.active .item {
    background: #fff;
    width: 100%;
}

.menu_btn.active .item_1 {
    -webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
    transform: translate3d(0, 9px, 0) rotate(45deg);
    width: 100%;
}

.menu_btn.active .item_2 {
    -webkit-transform: translate3d(0, 0px, 0) rotate(-45deg);
    transform: translate3d(0, 0px, 0) rotate(-45deg);
}

.menu_btn.active .item_3 {
    display: none;
}

.hello-user,
#header-top {
    display: none;
}

.front .header {
    position: absolute;
    top: 2.5vh;
    left: 0;
    width: 100%;
    z-index: 150;
    direction: ltr;
}

.block_superfish_2 {
    position: absolute;
    top: -50vh;
    left: 0;
    background: #c78f5f;
    height: 160px;
    padding-top: 50px;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.block_superfish_2.active {
    top: -2.5vh;
}

.block_superfish_2 > .block_content {
    max-width: 1170px;
    margin: 0 auto;
}

.block_superfish_2 > .block_content > .menu {
    float: none;
}

.block_superfish_2 > .block_content > .menu::after {
    content: '';
    display: table;
    clear: both;
}

.block_superfish_2 > .block_content > .menu > li {
    font-size: 18px;
    font-weight: 700;
    margin-right: 0px;
    float: right;
}

.block_superfish_2 > .block_content > .menu > li:first-child {
    margin-right: 0;
}

.block_superfish_2 > .block_content > .menu > li:hover > span,
        .block_superfish_2 > .block_content > .menu > li:hover > a {
    background-color: #9b0004;
    color: #fff;
}

.block_superfish_2 > .block_content > .menu > li > span,
        .block_superfish_2 > .block_content > .menu > li > a {
    color: #fff;
    padding: 15.5px 22px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.block_superfish_2 > .block_content > .menu > li > span:hover, .block_superfish_2 > .block_content > .menu > li > span.active,
          .block_superfish_2 > .block_content > .menu > li > a:hover,
          .block_superfish_2 > .block_content > .menu > li > a.active {
    background-color: #9b0004;
    color: #fff;
}

.block_superfish_2 > .block_content > .menu > li.menuparent > span,
        .block_superfish_2 > .block_content > .menu > li.menuparent > a {
    padding-right: 35px;
    position: relative;
}

.block_superfish_2 > .block_content > .menu > li.menuparent > span::after,
          .block_superfish_2 > .block_content > .menu > li.menuparent > a::after {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 100%;
    right: 20px;
    top: 0;
    background: transparent url("../Images/menu_arr.png") left center no-repeat;
}

.block_superfish_2 > .block_content > .menu > li.menuparent ul {
    background: #fff;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 15px 10px;
    width: auto !important;
    top: 106%;
    min-width: 164px;
}

.block_superfish_2 > .block_content > .menu > li.menuparent ul a {
    font-size: 18px;
    color: #191919;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.block_superfish_2 > .block_content > .menu > li.menuparent ul a:hover {
    color: #9b0004 !important;
    background: none;
}

.contribute_btn .block_content a {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    padding: 10px 49px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: absolute;
    display: inline-block;
    top: 25px;
    left: 45px;
    text-decoration: none;
}

.contribute_btn .block_content a:hover {
    background: #c18956;
    color: #fff;
}

.logo {
    position: absolute;
    right: 40px;
    top: 0;
}

.menu_wrapper {
    max-width: 1110px;
    margin: 0 auto;
    display: table;
    width: 100%;
}

.flexslider {
    margin: 0;
    border: none;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flexslider .caption-wrapper {
    position: absolute;
    right: 50%;
    margin-right: -515px;
    bottom: 25px;
    color: #fff;
    line-height: 1;
    direction: rtl;
}

.flexslider .caption-wrapper * {
    font-size: 50px;
    direction: rtl !important;
}

.flexslider .caption-wrapper a {
    color: #fff;
    text-decoration: none;
}

.flexslider .caption-wrapper a:hover {
    text-decoration: underline;
}

.flexslider .caption-wrapper a.more {
    display: none !important;
}

.flexslider h1 {
    font-weight: 400;
    margin: 0;
    line-height: .7;
}

.flexslider h1 + a {
    display: none;
}

.flexslider p {
    margin: 0;
}

.flexslider .flex-control-nav {
    bottom: 35px;
    z-index: 10;
    width: auto;
    left: 50%;
    margin-left: -515px;
}

.flexslider .flex-control-nav li a {
    width: 20px;
    height: 3px;
    background-color: #c2c2c2;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.flexslider .flex-control-nav li a:hover {
    background-color: #f9c100 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: scaleY(6.66);
    -ms-transform: scaleY(6.66);
    transform: scaleY(6.66);
}

.flexslider .flex-control-nav li a.flex-active {
    background-color: #f9c100 !important;
}

.flexslider .views-field-field-teaser-image {
    position: relative;
    overflow: hidden;
}

.flexslider .views-field-field-teaser-image::after {
    content: '';
    display: block;
    width: 100%;
    height: 222px;
    background: transparent url("../Images/slider_bg.png") center top no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.flexslider .flex-direction-nav {
    display: none !important;
}

.section_1 {
    background: transparent url("../Images/first_bg.png") center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section_1 .fp-tableCell {
    padding-top: 15vh;
    display: block;
    height: 100% !important;
}

.section_4 .fp-tableCell,
.section_3 .fp-tableCell,
.section_2 .fp-tableCell {
    display: block;
    height: 100% !important;
}

.block_views_text_on_front_block_1 {
      padding-top: 4.9vh;
}

.block_views_text_on_front_block_1 .block_content {
    max-width: 1100px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 25px 65px 40px 65px;
    text-align: center;
    position: relative;
}

.block_views_text_on_front_block_1 .views-field-title {
    color: #006bc6;
    font-size: 36px;
    margin-bottom: 10px;
}

.block_views_text_on_front_block_1 .views-field-body {
    font-size: 20px;
    line-height: 1.5;
}

.block_views_text_on_front_block_1 .views-field-field-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block_views_text_on_front_block_1 .views-field-field-link a {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    padding: 10px 49px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    top: 25px;
}

.block_views_text_on_front_block_1 .views-field-field-link a:hover {
    background: #c18956;
}

.scroll_to {
    width: 48px;
    height: 48px;
    bottom: 1.5vh;
    left: 50%;
    margin: 35px auto 0;
    background: transparent url("../Images/scroll_to.png") 0 0 no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: block;
}

.scroll_to:hover {
    opacity: .7;
}

.block_views_Slideshow_block {
    height: 53vh;
    overflow: hidden;
}

.block_views_community_block_1 {
    padding-top: 17.2vh;
}

.block_views_community_block_1 .view {
    position: relative;
    z-index: 1;
}

.block_views_community_block_1 > .block_content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.block_views_community_block_1 > .block_content::after {
    content: '';
    display: block;
    width: 250px;
    height: 190px;
    background: transparent url("../Images/logo_print.png") 0 0 no-repeat;
    position: absolute;
    top: -150px;
    left: -200px;
    -webkit-background-size: cover;
    background-size: cover;
}

.block_views_community_block_1 > .block_title {
    color: #1674c9;
    font-size: 60px;
    font-weight: 400;
    line-height: .7;
    margin-bottom: 4.3vh;
    text-align: center;
}

.block_views_community_block_1 .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block_views_community_block_1 .views-row {
    width: 33.3%;
    padding: 0 15px;
}

.block_views_community_block_1 img {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
}

.block_views_community_block_1 .row_wrap {
    position: relative;
    overflow: hidden;
}

.block_views_community_block_1 .row_wrap:hover .body_wrap {
    top: 0;
}

.block_views_community_block_1 .body_wrap {
    position: absolute;
    top: 277px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
    padding: 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.block_views_community_block_1 .views-field-title {
    text-align: center;
    margin-bottom: 50px;
    top: 24px;
    position: relative;
}

.block_views_community_block_1 .views-field-title a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
}

.block_views_community_block_1 .views-field-body {
    font-size: 18px;
    line-height: 1.33;
    font-weight: 700;
    color: #fff;
    margin-bottom: 80px;
    text-align: center;
}

.block_views_community_block_1 .views-field-field-community-link {
    text-align: center;
}

.block_views_community_block_1 .views-field-field-community-link a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 10px 50px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.block_views_community_block_1 .views-field-field-community-link a:hover {
    background: #fff;
    color: #000;
}

.block_block_13,
.block_block_12 {
    padding-top: 6.9vh;
}

.block_block_13 .block_title,
  .block_block_12 .block_title {
    color: #006bc6;
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
}

.block_block_13 .block_content,
  .block_block_12 .block_content {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.block_webform_client_block_2756 h2 {
    display: none !important;
}

.block_views_mt_latest_news_block_1 {
    padding-top: 17.5vh;
}

.block_views_mt_latest_news_block_1 .view {
    position: relative;
    z-index: 1;
}

.block_views_mt_latest_news_block_1 > .block_content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.block_views_mt_latest_news_block_1 > .block_content::after {
    content: '';
    display: block;
    width: 306px;
    height: 204px;
    background: transparent url("../Images/news_bg.png") 0 0 no-repeat;
    position: absolute;
    top: -170px;
    right: -175px;
}

.block_views_mt_latest_news_block_1 > .block_title {
    color: #1674c9;
    font-size: 60px;
    font-weight: 400;
    line-height: .7;
    margin-bottom: 5vh;
    text-align: center;
}

.block_views_mt_latest_news_block_1 .view-content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.block_views_mt_latest_news_block_1 .view_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
}

.block_views_mt_latest_news_block_1 .view_content .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block_views_mt_latest_news_block_1 .views-row {
    width: 50%;
    padding: 0 15px;
}

.block_views_mt_latest_news_block_1 img {
    display: block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    opacity: 1;
}

.block_views_mt_latest_news_block_1 .row_wrap {
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.block_views_mt_latest_news_block_1 .views-field-title {
    padding: 17px 15px;
}

.block_views_mt_latest_news_block_1 .views-field-title a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    display: block;
    line-height: 1.1;
    height: 23px;
    overflow: hidden;
}

.block_views_mt_latest_news_block_1 .views-field-title a:hover {
    text-decoration: underline;
}

.block_views_mt_latest_news_block_1 .views-field-body {
    padding: 17px 15px;
    line-height: 1.28;
}

.block_views_mt_latest_news_block_1 .views-field-field-image a {
    display: block;
    background: #000;
}

.block_views_mt_latest_news_block_1 .views-field-field-image:hover img {
    opacity: .5;
}

.block_views_mt_latest_news_block_1 .more-link {
    display: none;
}

.section_4 {
    background: transparent url("../Images/section4_bg.png") center 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.section_4 .footer-menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3.8vh;
    width: 100%;
}

.section_4 .footer-menu .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}

.section_4 .footer-menu .leaf {
    padding: 0 15px;
    width: 25%;
    list-style: none;
    margin: 0;
    text-align: center;
}

.section_4 .footer-menu .leaf a {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.24px;
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ffb400;
    text-decoration: none;
    display: block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 17px 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.section_4 .footer-menu .leaf a:hover {
    background: #d69700;
}

.menu_front {
    position: absolute;
    bottom: 5.5vh;
    right: 55px;
    z-index: 10;
}

.menu_front .leaf {
    margin-bottom: 15px;
    list-style: none;
}

.menu_front .menu_link {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.menu_front .menu_link:hover {
    background: #006bc6;
}

.fp-viewing-footer .menu_front .leaf:nth-child(4) .menu_link,
.fp-viewing-lesson .menu_front .leaf:nth-child(3) .menu_link,
.fp-viewing-community .menu_front .leaf:nth-child(2) .menu_link,
.fp-viewing-slider .menu_front .leaf:first-child .menu_link {
    background: #006bc6;
}

.socials_wrap {
    position: absolute;
    bottom: 5vh;
    left: 10px;
    z-index: 150;
}

.socials_wrap .views-row {
    margin-bottom: 2px;
}

.socials_wrap .views-row:hover {
    position: relative;
    z-index: 5;
}

.socials_wrap .views-row a {
    width: 49px;
    height: 49px;
    display: block;
    text-indent: -9999px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: .6;
    float: left;
}

.socials_wrap .views-row a:hover {
    opacity: 1;
    width: 55px;
}

.socials_wrap .views-row-1 a {
    background: #fff url("../Images/social_1.png") center no-repeat;
}

.socials_wrap .views-row-2 a {
    background: #fff url("../Images/social_2.png") center no-repeat;
}

.socials_wrap .views-row-3 a {
    background: #fff url("../Images/social_3.png") center no-repeat;
}

.socials_wrap .contribute_btn {
    display: none;
}

body.not-front {
    background: #e0f7ff !important;
}

.not-front .header {
    direction: ltr;
    min-height: 155px;
    padding-top: 30px;
    position: relative;
    z-index: 1000;
    background: transparent url("../Images/header_bg.jpg") center top no-repeat;
}

.not-front .header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #e0f7ff;
    padding-top: 0;
    min-height: 115px;
}

.not-front .header.active .contribute_btn .block_content a {
    top: 25px;
}

.not-front .header.active .logo {
    top: 10px;
}

.not-front .header .contribute_btn .block_content a {
    top: 55px;
}

.not-front .header .logo {
    top: 30px;
}

.page_title_wrapper {
    background: transparent url("../Images/page_title_bg.jpg") center top no-repeat;
    height: 150px;
    margin-bottom: 40px;
}

.page_title_wrapper #page-title {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 60px;
    line-height: .9;
    text-align: center;
    padding-top: 45px;
}

#page.active {
    padding-top: 155px;
}

.page-user .container {
    max-width: 1170px;
    padding: 0 30px;
    margin: 0 auto;
}

.page-user #main {
    max-width: 789px;
    background: #fff;
    margin: 0 auto;
}

.page-user .tabs .element-invisible {
    display: none !important;
}

.page-user ul.primary {
    margin: 0;
    border-bottom: none;
    padding: 0;
    font-size: 0;
}

.page-user ul.primary li {
    width: 20%;
    display: block;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    padding-left: 2px;
}

.page-user ul.primary li:last-child {
    padding-left: 0;
}

.page-user ul.primary li a {
    background: none;
    border: none;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #7c7c7c;
    background: #e1e1e1;
    padding: 16px 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.page-user ul.primary li:hover a, .page-user ul.primary li.active a {
    color: #fff;
    background: #c78f5f;
}

.page-user form {
    padding: 39px 30px 41px;
}

.page-user form label {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
}

.page-user form .confirm-parent, .page-user form .password-parent {
    width: 100%;
}

.page-user form#user-pass .form-actions {
    padding-top: 4px;
}

.page-user form .form-item {
    margin: 0 0 22px;
}

.page-user form div.password-strength {
    margin-bottom: 3px;
}

.page-user form div.password-strength .indicator {
    background-color: #33b400;
}

.page-user form div.form-item div.password-suggestions {
    border: none;
    font-size: 12px;
    font-weight: 700;
}

.page-user form div.form-item div.password-suggestions li {
    list-style: none;
}

.page-user form .password-indicator {
    height: 7px;
}

.page-user form .form-text {
    height: 40px;
    background-color: #f6f6f6;
    padding: 0 15px;
    border: none;
    width: 100%;
    margin-bottom: 8px;
}

.page-user form .form-actions {
    padding-top: 15px;
    margin: 0;
}

.page-user form .form-actions .ajax-throbber {
    display: none !important;
}

.page-user form .form-actions .form-submit {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 10px 46px;
    display: inline-block;
}

.section_4 .form_wrap .block-webform {
    position: absolute;
}

.form_wrap h2 {
    display: none;
}

.form_wrap .block-webform {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 39px 30px;
    width: 790px;
    z-index: 9999;
    display: none;
}

.form_wrap .block-webform .links {
    display: none !important;
}

.form_wrap .block-webform .webform-confirmation {
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

.form_wrap .block_title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.form_wrap form label {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 12px;
}

.form_wrap form .confirm-parent, .form_wrap form .password-parent {
    width: 100%;
}

.form_wrap form#user-pass .form-actions {
    padding-top: 4px;
}

.form_wrap form .form-item {
    margin: 0 0 22px;
}

.form_wrap form div.password-strength {
    margin-bottom: 3px;
}

.form_wrap form div.password-strength .indicator {
    background-color: #33b400;
}

.form_wrap form div.form-item div.password-suggestions {
    border: none;
    font-size: 12px;
    font-weight: 700;
}

.form_wrap form div.form-item div.password-suggestions li {
    list-style: none;
}

.form_wrap form .password-indicator {
    height: 7px;
}

.form_wrap form .form-text {
    height: 40px;
    background-color: #f6f6f6;
    padding: 0 15px;
    border: none;
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
}

.form_wrap form .form-textarea {
    height: 100px;
    background-color: #f6f6f6;
    padding: 10px 15px;
    border: none;
    width: 100%;
    margin-bottom: 8px;
    resize: none;
    font: 400 14px 'Myriad' !important;
}

.form_wrap form .form-actions {
    padding-top: 15px;
    margin: 0;
}

.form_wrap form .form-actions .form-submit {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 10px 46px;
    display: inline-block;
}

.footer {
    background: #fff;
    padding: 65px 0 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1170px;
    padding: 50px 30px 0;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .view-socials .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .view-socials .views-row {
    margin-right: 2px;
}

.footer .view-socials .views-row:first-child {
    margin-right: 0;
}

.footer .view-socials .views-row a {
    width: 49px;
    height: 49px;
    display: block;
    text-indent: -9999px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: .6;
}

.footer .view-socials .views-row a:hover {
    opacity: 1;
}

.footer .view-socials .views-row-1 a {
    background: #fff url("../Images/social_1.png") center no-repeat;
}

.footer .view-socials .views-row-2 a {
    background: #fff url("../Images/social_2.png") center no-repeat;
}

.footer .view-socials .views-row-3 a {
    background: #fff url("../Images/social_3.png") center no-repeat;
}

.footer .footer-menu .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}

.footer .footer-menu .leaf {
    padding: 0 15px;
    width: 25%;
    list-style: none;
    margin: 0;
    text-align: center;
}

.footer .footer-menu .leaf a {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.24px;
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ffb400;
    text-decoration: none;
    display: block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 17px 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.footer .footer-menu .leaf a:hover {
    background: #d69700;
}

.block_block_14 {
    font-size: 20px;
}

.block_block_14 .block_content a {
    text-decoration: none;
}

.block_block_14 .block_content a:hover {
    text-decoration: underline;
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.wrapper .wrapper__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 30px;
}

.not-front .block_superfish_2 {
    padding-top: 78px;
    height: 180px;
}

.node .field-name-body {
    font-size: 16px;
    line-height: 1.66;
}

.node_accomodation {
    max-width: 760px;
    margin: 0 auto;
    padding: 30px 15px 0;
}

.node_accomodation img {
    display: block;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.node_accomodation .dots_wrap {
    height: 45px;
    background: #fff;
    padding: 0 25px;
    overflow: hidden;
    direction: ltr;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.node_accomodation .dots_wrap .field-slideshow-pager {
    position: absolute;
    top: 21px;
    right: 27px;
}

.node_accomodation .dots_wrap .field-slideshow-pager a {
    display: block;
    float: left;
    margin-right: 14px;
    width: 20px;
    height: 3px;
    background-color: #c2c2c2;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 0;
}

.node_accomodation .dots_wrap .field-slideshow-pager a:hover {
    background-color: #f9c100 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: scaleY(6.66);
    -ms-transform: scaleY(6.66);
    transform: scaleY(6.66);
}

.node_accomodation .dots_wrap .field-slideshow-pager a.activeSlide {
    background-color: #f9c100 !important;
}

.node_accomodation .dots_wrap .field-slideshow-pager a:last-child {
    margin-right: 0;
}

.node_accomodation .field-name-field-images {
    margin-bottom: 55px;
}

.node_accomodation .field-name-body {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.875;
}

.node_accomodation .field-name-body h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.node_accomodation .field-name-field-price {
    display: table;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.875;
}

.node_accomodation .field-name-field-price .field-label {
    font-weight: 400;
}

.view-accommodation-list {
    max-width: 1170px;
    margin: 0 auto 200px;
    padding: 30px 30px 0;
}

.view-accommodation-list .view-content {
    font-size: 0;
    margin: 0  -15px;
}

.view-accommodation-list .views-row {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    width: 33.3%;
    padding: 0 15px;
}

.view-accommodation-list .views-field-field-images {
    display: table;
    margin: 0 auto 30px;
}

.view-accommodation-list .views-field-field-images img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

.view-accommodation-list .views-field-title {
    text-align: center;
    margin-bottom: 15px;
}

.view-accommodation-list .views-field-title a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: #1674c9;
}

.view-accommodation-list .views-field-title a:hover {
    text-decoration: underline;
}

.view-accommodation-list .views-field-body {
    line-height: 1.875;
    text-align: center;
}

.view-animals {
    padding: 30px 15px 0;
    max-width: 960px;
    margin: 0 auto;
}

.view-animals .view-footer,
  .view-animals .view-header {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.view-animals .view-grouping {
    margin-bottom: 5px;
}

.view-animals .view-grouping-header {
    width: 100%;
    background: #e5ba95;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 19.5px 15px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.view-animals .view-grouping-header .toggle {
    display: none;
}

.view-animals .view-grouping-header:hover, .view-animals .view-grouping-header.active {
    background: #1674c9;
    color: #fff;
}

.view-animals .view-grouping-content {
    padding: 25px 30px;
    background: #fff;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.view-animals .view-grouping-content li {
    list-style: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.view-animals .view-grouping-content li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.view-animals .view-grouping-content li::after {
    content: '';
    display: table;
    clear: both;
}

.view-animals .view-grouping-content .views-field-field-image {
    float: left;
    margin-right: 45px;
}

.view-animals .view-grouping-content .views-field-field-image img {
    display: block;
}

.view-animals .view-grouping-content .views-field-title {
    margin-bottom: 15px;
    font-weight: 700;
}

.node_33 {
    max-width: 1140px;
    padding: 30px 15px 0;
    margin: 0 auto;
}

.node_33 .field-name-body {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.node_33 .field-name-body .three_images,
    .node_33 .field-name-body .two_images,
    .node_33 .field-name-body .main_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.node_33 .field-name-body .main_images {
    padding-top: 55px;
    margin-bottom: 35px;
}

.node_33 .field-name-body .three_images {
    padding-top: 70px;
}

.node_33 img {
    display: block;
    margin-bottom: 30px;
}

.node_27 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 55px;
}

.node_27 p {
    padding-top: 30px;
}

.node_27 iframe {
    margin-top: 30px;
    margin-bottom: 70px;
}

.node_27 .bottom_text {
    padding: 40px 70px;
    background: #fff;
    font-weight: 700;
}

.node_27 .bottom_text strong {
    display: block;
    text-align: center;
    color: #1674c9;
    margin-bottom: 25px;
}

.node_27 .bottom_text p {
    padding-top: 0;
}

.node_27 .bottom_text img {
    display: none;
}

.node_32 {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    margin-bottom: 55px;
}

.node_32 h2 {
    font-size: 36px;
    color: #1674c9;
    margin-bottom: 20px;
}

.node_32 h2:hover {
    text-decoration: none;
    opacity: 1;
}

.node_32 a {
    color: #1674c9;
}

.node_32 a:hover {
    text-decoration: none;
    opacity: 1;
}

.node_32 li {
    list-style: none;
    font-weight: 700;
}

.node_2289 {
    padding: 30px 15px 45px;
    max-width: 1140px;
    margin: 0 auto;
}

.node_2289 table {
    width: 100% !important;
    border: none !important;
}

.node_2289 table * {
    border: none !important;
}

.node_2289 th {
    background-color: #ce9a6a;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    height: 56px !important;
    border-bottom: 3px solid #dcf6ff !important;
    text-align: right;
    padding-right: 15px;
}

.node_2289 th:first-child {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.node_2289 th:last-child {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.node_2289 td {
    font-size: 16px;
    background: #fff;
    border-bottom: 3px solid #dcf6ff !important;
    text-align: right;
    height: 56px !important;
    padding-right: 15px;
    position: relative;
}

.node_2289 td::after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #8bbbcc;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}

.node_2289 td:first-child {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.node_2289 td:first-child::after {
    display: none;
}

.node_2289 td:last-child {
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.view-catalog {
    overflow: hidden;
}

.view-catalog ul {
    margin: 0;
    padding: 0;
}

.view-catalog ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.view-catalog h3 {
    font-size: 36px;
    font-weight: 700;
    color: #1674c9;
    text-align: center;
    margin-bottom: 20px;
}

.view-catalog .fields_wrap {
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0;
    padding-bottom: 50px;
}

.view-catalog .fields_wrap::after {
    content: '';
    display: table;
    clear: both;
}

.view-catalog .item-list:not(.parents) {
    padding-top: 60px;
}

.view-catalog .item-list > h3 {
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 48px;
}

.view-catalog .parents h3 {
    padding-top: 60px;
}

.view-catalog .parents .views-row {
    padding-top: 60px;
}

.view-catalog .parents .views-row-1 {
    padding-top: 0;
}

.view-catalog .views-field-body {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 25px;
    background: #fff;
}

.view-catalog .views-field-body table td{
    padding: 15px;
}

.view-catalog .views-field-body::after {
    content: '';
    display: table;
    clear: both;
}

.view-catalog .views-field-body table {
    margin-bottom: 0;
    background: none;
}

.view-catalog .views-field-body table *::after {
    display: none !important;
}

.view-catalog .views-field-body.empty {
    display: none;
}

.view-catalog .views-field-title a {
    text-decoration: none;
    font-size: 36px;
    font-weight: 400;
    color: #006bc6;
}

.view-catalog .views-field-title a:hover {
    text-decoration: none;
}

.view-catalog .views-field-field-lesson-days {
    display: table;
    margin: 0 auto 38px;
    font-weight: 700;
    font-size: 18px;
}

.view-catalog .views-field-field-lesson-days * {
    float: right;
}

.view-catalog tbody {
    border: none;
}

.view-catalog table img{
    border-radius: 50%;
    width: 257px !important;
    height: 257px !important;
}
.view-catalog table {
    width: 100%;
    font-size: 16px;
    border: none;
}

.view-catalog table * {
    border: none;
}

.view-catalog table strong {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.view-catalog .node_48 {
    display: none;
}

.view-catalog .views-field-field-teacher {
    background: #fff;
    min-height: 4px;
}

.view-catalog .views-field-field-teacher.empty {
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -50px;
    padding-right: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}

.view-catalog .views-field-field-teacher.empty > .views-label {
    display: block;
    font-size: 20px;
    margin-left: 5px;
    font-weight: 400;
}

.view-catalog .views-field-field-teacher.empty > .field-content {
    font-size: 20px;
}

.view-catalog .views-field-field-teacher > .views-label {
    display: none;
}

.view-catalog .views-field-field-teacher > .field-content {
    font-size: 0;
}

.view-catalog .views-field-field-teacher .node {
    max-width: 1140px;
    padding: 70px 15px 30px;
    margin: 0 auto;
    font-size: 16px;
}

.view-catalog table{
    margin-bottom: 0;
}
.view-catalog table td{
    padding-top: 0;
    padding-bottom: 0;
}

.view-catalog .views-field-field-teacher img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 0 auto 30px;
    width: 257px !important;
    height: 257px !important;
}

.view-catalog .node_teacher > h2 {
    display: none;
}

.view-catalog .node_teacher .field-name-body {
    font-size: 16px;
    line-height: 1.5;
}

.view-catalog .field-name-field-mt-photo {
    float: left;
    width: 33.3%;
    margin-right: 15px;
    text-align: center;
}

.view-catalog .text_wrap {
    font-size: 20px;
    text-align: center;
}

.view-catalog .text_wrap h2 {
    font-size: 30px;
}

.view-catalog .text_wrap h2 a {
    color: #282828;
    text-decoration: none;
}

.view-catalog .text_wrap h2 a:hover {
    text-decoration: underline;
}

.view-catalog .item-list.parents_48 .views-row-2 .views-field-field-teacher {
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -50px;
    padding-right: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}

.view-catalog .item-list.parents_48 .views-row-2 .views-field-field-teacher > .views-label {
    display: block;
    font-size: 20px;
    margin-left: 5px;
    font-weight: 400;
    line-height: 34px;
}

.view-catalog .item-list.parents_48 .views-row-2 .views-field-field-teacher > .field-content {
    font-size: 20px;
}

.view-catalog .item-list.parents_48 .node_48 {
    display: block;
    padding: 0;
}

.view-catalog .item-list.parents_48 .node_48 > h2 {
    display: block;
}

.view-catalog .item-list.parents_48 .node_48 > h2 a {
    font-size: 20px;
    color: #282828;
    text-decoration: none;
}

.page-catalog .wrapper__content {
    margin-bottom: 0;
}

.page-catalog .page_title_wrapper {
    margin-bottom: 0;
}

.node_2191 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

.node_2191 .node_wrap {
    max-width: 950px;
    padding: 0 15px;
    margin: 0 auto;
}

.node_2191 h3 {
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    color: #1674c9;
}

.node_2191 h1 {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1674c9;
}

.node_2191 .image_1 {
    margin: 45px 0;
}

.node_2191 h2 {
    margin-bottom: 35px;
    font-size: 36px;
    font-weight: 700;
    color: #1674c9;
}

.node_2191 h2 img {
    position: relative;
    top: 17px;
}

.node_2191 .text_wrap {
    background: #fff;
    margin: 60px 0;
}

.node_2191 .text_wrap h2 {
    width: 100%;
}

.node_2191 .text_wrap h3 {
    width: 100%;
}

.node_2191 .text_wrap a {
    color: #282828;
    display: block;
    margin-bottom: 5px;
}

.node_2191 .text_wrap a u {
    text-decoration: underline;
}

.node_2191 .text_wrap a:hover u {
    text-decoration: none;
}

.node_2191 .list_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
    margin-bottom: 55px;
}

.node_2191 .list_wrapper ol {
    width: 50%;
}

.node_2191 .list_wrapper ol li {
    margin-bottom: 30px;
}

.node_2191 .list_wrapper .ul_wrap {
    width: 50%;
}

.node_2191 .list_wrapper li {
    text-align: right;
    list-style: none;
    margin-bottom: 17px;
    font-size: 14px;
    position: relative;
    padding-right: 23px;
}

.node_2191 .list_wrapper li::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ce9a6a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 0;
}

.node_2191 .list_wrapper + h3 {
    font-size: 36px;
    line-height: 30px;
    color: #191919;
}

.node_2191 .list_wrapper + h3 a {
    color: #191919;
    text-decoration: none;
}

.node_2191 .list_wrapper + h3 + h2 {
    font-size: 36px;
    line-height: 30px;
    color: #191919;
}

.node_2191 .list_wrapper + h3 + h2 a {
    color: #191919;
    text-decoration: none;
}

.node_2191 .text_wrapper {
    max-width: 950px;
    padding: 50px 15px 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
}

.node_2191 .text_wrapper u {
    text-decoration: none;
}

.node_2191 .text_wrapper h3 {
    color: #191919;
    margin-bottom: 65px;
}

.node_2191 .text_wrapper h3 a {
    color: #191919;
    text-decoration: none !important;
}

.node_2191 .text_wrapper .text_item {
    width: 33.3%;
    padding: 0 30px;
}

.node_2191 .text_wrapper h4 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #1674c9;
}

.node_2191 .text_black {
    width: 100%;
}

.node_2191 .text_black h2 {
    color: #191919;
}

.node_31 {
    padding-bottom: 30px;
}

.node_31 .table_wrap {
    padding: 10px 0 60px;
    background: #fff;
}

.node_31 .node_wrap {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 15px 0;
}

.node_31 table {
    border: none;
    width: 100%;
    font-size: 20px;
}

.node_31 table h1 {
    font-size: 36px;
    color: #1674c9;
    margin-bottom: 15px;
}

.node_31 table * {
    border: none;
}

.node_31 table td {
    width: 50%;
    vertical-align: top;
    text-align: right;
}

.node_31 table td:nth-child(2) {
    display: none;
}

.node_31 table td:last-child div:first-child {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
}

.node_31 .counts_wrap {
    max-width: 350px;
}

.node_31 .counts_wrap div {
    border-top: 1px solid #d8d8d8;
    padding: 8px 0;
}

.node_31 .counts_wrap div:last-child {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 35px;
}

.node_31 .table_text {
    font-weight: 700;
    max-width: 240px;
}

.node_31 .main_text {
    font-size: 20px;
    text-align: center;
}

.node_31 .main_text h1 {
    font-size: 36px;
    line-height: 1.3;
    max-width: 740px;
    margin: 0 auto 60px;
    text-align: center;
}

.node_31 .main_text h1 img {
    margin: 0;
    display: inline;
}

.node_31 .main_text h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.node_31 .main_text img {
    display: block;
    margin: 30px auto;
}

.page-node-31 .page_title_wrapper {
    margin-bottom: 0;
}

.node_34 {
    max-width: 1140px;
    padding: 50px 15px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.875;
}

.node_34 .main_text {
    font-size: 24px;
    line-height: 1.5;
}

.node_34 iframe {
    margin: 50px auto;
    width: 730px;
    height: 470px;
}

.node_34 li {
    list-style: none;
}

.node_34 .last_text {
    max-width: 380px;
    margin: 0 auto;
    background: #fff;
    font-weight: 700;
    padding: 30px 0;
}

.node_30 {
    max-width: 1140px;
    padding: 50px 15px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.875;
}

.node_30 h1 {
    font-size: 36px;
    font-weight: 700;
    color: #1674c9;
}

.node_30 ul {
    padding-top: 50px;
}

.node_30 ul li {
    list-style: none;
    font-weight: 700;
}

.node_30 .img_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1010px;
    margin: 0 auto;
}

.node_30 img {
    margin: 25px 0 40px;
}

.node_3023 {
    max-width: 1140px;
    padding: 50px 15px 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

.node_3023 .field-name-field-text-full {
    margin-bottom: 100px;
}

.node_3023 .field-name-field-text-full .field-items {
    position: relative;
    padding-top: 170px;
    padding-bottom: 120px;
}

.node_3023 .field-name-field-text-full .field_wrap {
    position: absolute;
    max-width: 290px;
}

.node_3023 .field-name-field-text-full .field_wrap .field-item {
    position: relative;
    z-index: 1;
}

.node_3023 .field-name-field-text-full .field_wrap::before {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.node_3023 .field-name-field-text-full .field_wrap:last-child {
    position: static;
    display: table;
    margin: 0 auto;
    max-width: 445px;
}

.node_3023 .field-name-field-text-full .field_wrap:last-child::before {
    display: none;
}

.node_3023 .field-name-field-text-full .field_wrap:nth-child(1) {
    left: 0;
    top: 85px;
}

.node_3023 .field-name-field-text-full .field_wrap:nth-child(2) {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.node_3023 .field-name-field-text-full .field_wrap:nth-child(3) {
    right: 0;
    top: 85px;
}

.node_3023 .field-name-field-text-full .field_wrap:nth-child(4) {
    bottom: 0;
    right: 0;
}

.node_3023 .field-name-field-text-full .field_wrap:nth-child(5) {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.node_3023 .field-name-field-text-full .field_wrap:nth-child(6) {
    left: 0;
    bottom: 90px;
}

.node_3023 .submitted {
    display: none;
}

.node_3023 .field-name-field-images-about .field-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

.node_3023 .field-name-field-images-about .field-items .field-item {
    width: 25%;
    padding: 0 15px;
}

.node_3023 .field-name-body {
    font-weight: 700;
}

.node_2520 iframe{
    width: 100% !important;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 250;
    display: none;
}

.section_4 .popup {
    position: absolute;
}

.node-type-course #main-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
}

.node-type-course #main-content .row::after {
    content: '';
    display: table;
    clear: both;
}

.node-type-course section.col-md-8 {
    width: 66.6%;
    float: left;
}

.node-type-course .fix-sidebar-second {
    width: 285px;
    float: right;
    background:transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.node-type-course .fix-sidebar-second .block_content .menu:not(.parent) {
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 15px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto 7px;
}

.node-type-course .fix-sidebar-second .block_content .menu:not(.parent) li {
    margin-bottom: 15px;
}

.node-type-course .fix-sidebar-second .block_content .menu:not(.parent) li.last {
    margin-bottom: 0;
}

.node-type-course .fix-sidebar-second .block_content .menu:not(.parent) a {
    color: #191919 !important;
    text-decoration: none;
    background: none !important;
    font-weight: 400 !important;
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 0 !important;
    font-size: 18px;
}

.node-type-course .fix-sidebar-second .block_content .menu:not(.parent) a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    background-color: #1880d0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.node-type-course .fix-sidebar-second .block_content .menu:not(.parent) a.active, .node-type-course .fix-sidebar-second .block_content .menu:not(.parent) a:hover {
    color: #c38066 !important;
}

.node-type-course .fix-sidebar-second .block_content > ul {
    padding: 15px;
}

.node-type-course .fix-sidebar-second .block_content > ul > li {
    padding: 0;
    margin: 0;
}

.node-type-course .fix-sidebar-second .block_content > ul > li.current {
    background-color: #c38066;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
    padding-bottom: 3px;
}

.node-type-course .fix-sidebar-second .block_content > ul > li.current > span {
    background-color: #c38066;
    background-image: url("../Images/sidebar_arrow2.png");
}

.node-type-course .fix-sidebar-second .block_content > ul > li > span {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 20px 12.5px 50px;
    color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 4px;
    cursor: pointer;
    display: block;
    background-image: url("../Images/sidebar_arrow.png");
    background-position: left 12px center;
    background-repeat: no-repeat;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li.current > span {
    margin-bottom: 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-image: url("../Images/sidebar_arrow4.png");
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li > span {
    background-color: #ededed;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 20px 12.5px 50px;
    color: #c38066 !important;
    text-decoration: none !important;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 4px;
    cursor: pointer;
    display: block;
    background-image: url("../Images/sidebar_arrow3.png");
    background-position: left 12px center;
    background-repeat: no-repeat;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li > a{
    background-image: none;
    color: #191919 !important;
    text-decoration: none;
    background: none !important;
    font-weight: 400 !important;
    position: relative;
    display: block;
    padding: 10px 35px 10px 10px;
    padding-left: 0 !important;
    font-size: 18px;
    background: #fff !important;
    border-radius: 3px;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li > a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    background-color: #1880d0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li ul {
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 25px 15px;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li ul li {
    margin-bottom: 15px;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li ul li.last {
    margin-bottom: 0;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li ul a {
    color: #191919 !important;
    text-decoration: none;
    background: none !important;
    font-weight: 400 !important;
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 0 !important;
    font-size: 18px;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li ul a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    background-color: #1880d0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.node-type-course .fix-sidebar-second .block_content > ul > li .parent > li ul a:hover {
    color: #9b0004 !important;
}

.node-type-course .fix-sidebar-second .block_content > ul > li.last {
    margin-bottom: 0;
}

.node-type-course .fix-sidebar-second .block_content > ul li {
    list-style: none;
}

.node-type-course .node_course {
    color: #191919;
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 30px;
}

.node-type-course .node_course .field-name-body {
    font-size: 16px;
    line-height: 2.14;
    padding-top: 30px;
    background: #fff;
    overflow: hidden;
    padding: 30px 18px;
}

.node-type-course .node_course .field-name-body table {
    margin-bottom: 0;
}

.node-type-course .node_course .field-name-body table td {
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.node-type-course .node_course .field-name-body table td::after {
    display: none !important;
}

.node-type-course .node_course .field-name-body table td table td::after {
    content: '';
    display: block !important;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

.node-type-course .node_course .field-name-body table td table td:first-child::after {
    display: none !important;
}

.node-type-course .node_course .field-name-body table td table td:last-child::after {
    content: '';
    display: block !important;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

.node-type-course .node_course tbody {
    border: none;
}

.node-type-course .node_course .field-name-field-lesson-days,
  .node-type-course .node_course .field-name-field-lesson-hours,
  .node-type-course .node_course .field-name-field-classroom,
  .node-type-course .node_course .field-name-field-teacher {
    overflow: hidden;
}

.node-type-course .node_course .field-name-field-lesson-days .field-label,
    .node-type-course .node_course .field-name-field-lesson-hours .field-label,
    .node-type-course .node_course .field-name-field-classroom .field-label,
    .node-type-course .node_course .field-name-field-teacher .field-label {
    float: right;
}

.node-type-course .node_course .field-name-field-lesson-days .field-items,
    .node-type-course .node_course .field-name-field-lesson-hours .field-items,
    .node-type-course .node_course .field-name-field-classroom .field-items,
    .node-type-course .node_course .field-name-field-teacher .field-items {
    float: right;
}

.node-type-course .node_course .field-name-field-lesson-days .field-item {
    float: right;
}

.node-type-course .node_course .field-name-field-lesson-days .field-item::before {
    content: ',';
    display: inline;
    padding-left: 5px;
}

.node-type-course .node_course .field-name-field-lesson-days .field-item:first-child::before {
    display: none;
}

.node-type-course .node_course .field-name-field-classroom {
    margin-bottom: 30px;
}

.node-type-course .view-files-for-course {
    margin-bottom: 30px;
}

.node-type-course .view-files-for-course .view-header {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 18px;
    color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.node-type-course .view-files-for-course table {
    background: #fff;
    width: 100%;
}

.node-type-course .view-files-for-course table tbody {
    border: none;
}

.node-type-course .view-files-for-course table td {
    padding: 20px;
    font-size: 16px;
    border-top: 3px solid #dcf6ff;
    position: relative;
}

.node-type-course .view-files-for-course table td::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

.node-type-course .view-files-for-course table td:first-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.node-type-course .view-files-for-course table td:first-child::after {
    display: none;
}

.node-type-course .view-files-for-course table td:last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.node-type-course .view-files-for-course table strong {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    padding: 7px 18px;
    color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 -20px;
}

.node-type-course .view-files-for-course table tr.even, .node-type-course .view-files-for-course table tr.odd {
    background: none;
    border: none;
    padding: 0;
}

.node-type-course table.tableheader-processed {
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
}

.node-type-course table.tableheader-processed tbody {
    border: none;
}

.node-type-course table.tableheader-processed td {
    padding: 20px;
    font-size: 16px;
    border-top: 3px solid #dcf6ff;
    position: relative;
}

.node-type-course table.tableheader-processed td::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

.node-type-course table.tableheader-processed td:first-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.node-type-course table.tableheader-processed td:first-child::after {
    display: none;
}

.node-type-course table.tableheader-processed td:last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.node-type-course table.tableheader-processed thead tr {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    border: none;
}

.node-type-course table.tableheader-processed th {
    padding: 11px 18px;
    border: none;
    color: #fff;
    background: none;
}

.node-type-course table.tableheader-processed th:nth-child(1) {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.node-type-course table.tableheader-processed th:last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.node-type-course table.tableheader-processed tr.even, .node-type-course table.tableheader-processed tr.odd {
    background: none;
    border: none;
    padding: 0;
}

.node-type-course table.sticky-header {
    display: none !important;
}

.node-type-course .fix-sidebar-second .block_content .parent .parent .menu:not(.parent) {
    width: 100%;
    margin-top: -4px;
    margin-bottom: 0;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.node_87 {
    text-align: center;
    font-size: 20px;
    line-height: 1.66;
}

.page-teachings #main-content {
    max-width: 1170px;
    margin: 0 auto 30px;
    padding: 0 30px;
}

.page-teachings #main-content .row::after {
    content: '';
    display: table;
    clear: both;
}

.page-teachings section.col-md-8 {
    width: 66.6%;
    float: left;
}

.page-teachings section.col-md-8 .block_system_main {
    font-size: 18px;
    line-height: 1.66;
}

.page-teachings section.col-md-8 .block_system_main strong {
    font-size: 24px;
    display: block;
    padding-top: 50px;
}

.page-teachings .fix-sidebar-second {
    width: 285px;
    float: right;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-teachings .fix-sidebar-second .block_content .menu:not(.parent) {
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 15px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto 7px;
}

.page-teachings .fix-sidebar-second .block_content .menu:not(.parent) li {
    margin-bottom: 15px;
}

.page-teachings .fix-sidebar-second .block_content .menu:not(.parent) li.last {
    margin-bottom: 0;
}

.page-teachings .fix-sidebar-second .block_content .menu:not(.parent) a {
    color: #191919 !important;
    text-decoration: none;
    background: none !important;
    font-weight: 400 !important;
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 0 !important;
    font-size: 18px;
}

.page-teachings .fix-sidebar-second .block_content .menu:not(.parent) a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    background-color: #1880d0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.page-teachings .fix-sidebar-second .block_content .menu:not(.parent) a.active, .page-teachings .fix-sidebar-second .block_content .menu:not(.parent) a:hover {
    color: #c38066 !important;
}

.page-teachings .fix-sidebar-second .block_content > ul {
    padding: 15px;
}

.page-teachings .fix-sidebar-second .block_content > ul > li {
    padding: 0;
    margin: 0;
}

.page-teachings .fix-sidebar-second .block_content > ul > li.current {
    background-color: #c38066;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
    padding-bottom: 3px;
}

.page-teachings .fix-sidebar-second .block_content > ul > li.current > span {
    background-color: #c38066;
    background-image: url("../Images/sidebar_arrow2.png");
}

.page-teachings .fix-sidebar-second .block_content > ul > li > span {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 20px 12.5px 50px;
    color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 4px;
    cursor: pointer;
    display: block;
    background-image: url("../Images/sidebar_arrow.png");
    background-position: left 12px center;
    background-repeat: no-repeat;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li.current > span {
    margin-bottom: 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-image: url("../Images/sidebar_arrow4.png");
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li > span {
    background-color: #ededed;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 20px 12.5px 50px;
    color: #c38066 !important;
    text-decoration: none !important;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 4px;
    cursor: pointer;
    display: block;
    background-image: url("../Images/sidebar_arrow3.png");
    background-position: left 12px center;
    background-repeat: no-repeat;
}

.page-teachings  .fix-sidebar-second .block_content > ul > li .parent > li > a{
    background-image: none;
    color: #191919 !important;
    text-decoration: none;
    background: none !important;
    font-weight: 400 !important;
    position: relative;
    display: block;
    padding: 10px 35px 10px 10px;
    padding-left: 0 !important;
    font-size: 18px;
    background: #fff !important;
    border-radius: 3px;
}

.page-teachings  .fix-sidebar-second .block_content > ul > li .parent > li > a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    background-color: #1880d0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li ul {
    background: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 25px 15px;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li ul li {
    margin-bottom: 15px;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li ul li.last {
    margin-bottom: 0;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li ul a {
    color: #191919 !important;
    text-decoration: none;
    background: none !important;
    font-weight: 400 !important;
    position: relative;
    display: block;
    padding-right: 15px;
    padding-left: 0 !important;
    font-size: 18px;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li ul a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    background-color: #1880d0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.page-teachings .fix-sidebar-second .block_content > ul > li .parent > li ul a:hover {
    color: #9b0004 !important;
}

.page-teachings .fix-sidebar-second .block_content > ul > li.last {
    margin-bottom: 0;
}

.page-teachings .fix-sidebar-second .block_content > ul li {
    list-style: none;
}

.view-calendar {
    max-width: 1170px;
    padding: 0 30px;
    margin: 0 auto;
}

.view-calendar .calendar-calendar th.days {
    background: #ad3636;
}

.view-calendar .date-nav-wrapper .date-heading h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
}

.view-calendar .colored-item {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.view-calendar .title a {
    font-weight: 400 !important;
    color: #ad3636 !important;
}

.view-calendar .hours {
    font-weight: 400 !important;
}

.view-calendar .hours * {
    font-weight: 400 !important;
}

.view-calendar .view-content {
    margin-bottom: 20px;
}

.view-calendar .view-content + .view-header .date-heading h3 {
    display: none;
}

.page-catalog-calendar .block_system_main .pager li,
.page-semester-timetable .block_system_main .pager li {
    padding-top: 0 !important;
}

.page-catalog-calendar .block_system_main .pager a,
.page-semester-timetable .block_system_main .pager a {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 7.5px 28px;
    display: inline-block;
}

.page-catalog-calendar .block_system_main .pager .date-next,
.page-semester-timetable .block_system_main .pager .date-next {
    right: 106px;
}

.node_peace_activity,
.node_article,
.node_community,
.node_2748 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.66;
}

.node_peace_activity > .content::after,
.node_article > .content::after,
.node_community > .content::after {
    content: '';
    display: table;
    clear: both;
}

.node_peace_activity .images-container,
.node_article .images-container,
.node_community .images-container {
    float: left;
    margin-right: 25px;
}

.node_peace_activity .field-name-body,
.node_article .field-name-body,
.node_community .field-name-body {
    font-size: 16px;
    line-height: 1.66;
}

.node-type-article #page-title {
    font-size: 48px;
}

.to_up {
    width: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    background: transparent url("../Images/to_up.png") left top no-repeat;
    text-indent: -9999px;
    position: fixed;
    bottom: -150px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 98;
}

.to_up:hover {
    opacity: .7;
}

.to_up.active {
    bottom: 20px;
}

.page-user.logged-in .tabs {
    margin-bottom: 30px;
}

.page-user.logged-in #main {
    max-width: 1140px;
}

.page-user.logged-in .region-content {
    padding: 0 15px;
}


.page-user.logged-in.admin-nw .tabs li {
    display: inline-block;
}

.page-user.logged-in.admin-nw .tabs li:last-child {
    display: none;
}
.page-user.logged-in .profile {
    font-size: 16px;
}

.page-user.logged-in .profile h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.page-user.logged-in .profile form input[type="submit"] {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.page-user.logged-in .profile form input[type="submit"]:hover {
    opacity: .8;
}

.page-user.logged-in .profile .item-list {
    padding-top: 10px;
}

.page-user.logged-in .profile .field {
    padding-top: 10px;
}

.page-user.logged-in .view .date-nav-wrapper .pager a {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 3.5px 8px;
    display: inline-block;
}

.page-user.logged-in .view-calendar .date-nav-wrapper .date-heading h3 {
    font-size: 18px;
}

.page-user.logged-in .timetable-print {
    max-width: 440px;
    margin-left: 30px;
}

.sticky-header {
    display: none !important;
}

tr.even, tr.odd {
    background: none;
    border: none;
    padding: 0;
}

table {
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
}

table.fix-direction-ltr {
    direction: rtl;
}

table tbody {
    border: none;
}

table th {
    background: #ce9a6a !important;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 18px;
    color: #fff;
    border-bottom: none;
    border-left: 1px solid #fff;
}

table th:last-child {
    border: none;
}

table td {
    padding: 20px;
    font-size: 16px;
    border-top: 3px solid #dcf6ff;
    position: relative;
}

table td:not(.single-day):not(.past):not(.date-box):first-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

table td:not(.single-day):not(.past):not(.date-box):first-child::after {
    display: none !important;
}

table td:not(.single-day):not(.past):not(.date-box):last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

table td:not(.single-day):not(.past):not(.date-box)::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

table a{
    color: #1674c9;
    text-decoration: underline;
}

table a:hover{
    text-decoration: none;
}

.page-rides-carpooling #main .tabs ul {
    border-bottom: none;
    padding: 0;
    margin: 0 0 30px;
}

.page-rides-carpooling #main .tabs ul a {
    border: none;
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    padding: 10px 49px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.page-rides-carpooling #main .tabs ul a.active, .page-rides-carpooling #main .tabs ul a:hover {
    background: #c18956;
}

.page-user-grades .block_system_main form select {
    width: 250px;
    height: 40px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.page-user-grades .block_system_main form .form-submit {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 7px 25px;
    border: none;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-left: 20px;
}

.page-user-grades .block_system_main form .form-submit:hover {
    opacity: .8;
}

.page-user-grades .block_system_main table th {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 18px;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-user-grades .block_system_main table {
    background: #fff;
    width: 100%;
    margin-bottom: 30px;
}

.page-user-grades .block_system_main table tbody {
    border: none;
}

.page-user-grades .block_system_main table td {
    padding: 20px;
    font-size: 16px;
    border-top: 3px solid #dcf6ff;
    position: relative;
}

.page-user-grades .block_system_main table td::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

.page-user-grades .block_system_main table td:first-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.page-user-grades .block_system_main table td:first-child::after {
    display: none;
}

.page-user-grades .block_system_main table td:last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.page-user-grades .block_system_main table strong {
    background-color: #ce9a6a;
    font-size: 20px;
    font-weight: 700;
    padding: 7px 18px;
    color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 -20px;
}

.page-user-grades .block_system_main table tr.even, .page-user-grades .block_system_main table tr.odd {
    background: none;
    border: none;
    padding: 0;
}

body.page-health-form {
    background: none !important;
}

.agree.btn.btn-primary,
body.page-health-form .form-submit {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 7px 25px;
    border: none;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-left: 20px;
    float: right;
}

.agree.btn.btn-primary{
    float: left;
}

.page-registration .form-submit {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 7px 25px;
    border: none;
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-left: 20px;
    float: right;
}

.page-registration .form-submit:hover {
    opacity: .8;
}

.page-registration #main {
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
}

.page-registration #main ul {
    margin-bottom: 30px;
    overflow: hidden;
}

.page-registration #main ul li a {
    text-decoration: none;
}

.page-registration #main .block_block_2 {
    margin-bottom: 20px;
}

.page-registration #main .block_block_2 .block_content {
    font-size: 16px;
}

.page-registration #main .pager a {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background-color: #ce9a6a;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    text-shadow: none;
    padding: 3.5px 8px;
    display: inline-block;
}

.page-registration #main .view-calendar .date-nav-wrapper .date-heading h3 {
    font-size: 20px;
}

.page-registration #main .ui-accordion-header-icon {
    background: url(../Images/sidebar_arrow.png) no-repeat center !important;
}

.page-registration #main .ui-accordion-header-active .ui-accordion-header-icon {
    background: url(../Images/sidebar_arrow2.png) no-repeat center !important;
}

.page-registration #main fieldset {
    border: none;
}

.page-registration #main .block_block_5 table th {
    background-color: #ce9a6a !important;
    font-size: 20px;
    font-weight: 700;
    padding: 12.5px 18px;
    color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-registration #main .block_block_5 table {
    background: #fff;
    width: 100%;
    border: none !important;
}

.page-registration #main .block_block_5 table * {
    border: none !important;
}

.page-registration #main .block_block_5 table tbody {
    border: none;
}

.page-registration #main .block_block_5 table td {
    padding: 20px;
    font-size: 16px;
    border-top: 3px solid #dcf6ff !important;
    position: relative;
}

.page-registration #main .block_block_5 table td::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    width: 1px;
    height: 30px;
    margin-top: -15px;
    background-color: #8bbbcc;
}

.page-registration #main .block_block_5 table td:first-child {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.page-registration #main .block_block_5 table td:first-child::after {
    display: none;
}

.page-registration #main .block_block_5 table td:last-child {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.page-registration #main .block_block_5 table tr.even, .page-registration #main .block_block_5 table tr.odd {
    background: none;
    border: none;
    padding: 0;
}

.page-registration form .form-text {
    height: 40px;
    background-color: #f6f6f6;
    padding: 0 15px;
    border: none;
    width: 100%;
    margin-bottom: 8px;
    width: 250px !important;
}

.page-registration-extra #main-content .takanon-text {
    display: none;
}

.page-registration-extra #main-content .text-field-wrapper {
    display: none;
}

.takanon.ui-dialog-content .field-name-body {
    padding-top: 15px;
}

.admin-nw.not-front .header .contribute_btn .block_content a {
    top: 40px !important;
}

.page-registration .hidden {
    display: none;
}

.page-assignment #main-content {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.page-assignment #main-content input[type="submit"] {
    margin-left: 15px;
}

.page-assignment .text-format-wrapper {
    margin-bottom: 25px;
}

#main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

input[type="button"],
input[type="submit"] {
    -webkit-box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    box-shadow: 0 2px 9px rgba(206, 154, 106, 0.62);
    background: #ce9a6a !important;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border: none;
}

#catalog-weight-form {
    padding-top: 25px;
}

#catalog-weight-form input[type="button"] {
    margin-left: 20px;
}

.ckeditor_links,
.filter-wrapper {
    display: none !important;
}

.node-type-teacher .node_teacher .field-name-field-mt-photo {
    float: right;
    margin-left: 30px;
}

@media (min-width: 1201px) and (max-width: 1680px) {
    .logo {
        max-width: 300px;
    }

    .menu_wrapper {
        max-width: 940px;
    }

    .header {
        top: 1vh;
    }

    .block_views_Slideshow_block {
        height: 52vh;
    }

    .flexslider .caption-wrapper {
        bottom: 55px;
        max-width: 650px;
    }

    .flexslider .caption-wrapper * {
        font-size: 36px;
    }

    .flexslider .caption-wrapper h1 {
        font-size: 36px;
    }

    .flexslider .flex-control-nav {
        bottom: 55px;
    }

    .region-banner {
        padding-top: 12vh;
    }

    .section_1 .fp-tableCell {
        padding-top: 0;
    }

    .contribute_btn .block_content a {
        top: 11px;
        left: 25px;
        padding: 10px 20px;
        font-size: 18px;
    }

    .menu_btn {
        padding-top: 22px;
    }

    .block_views_text_on_front_block_1 .views-field-title {
        font-size: 30px;
    }

    .block_views_text_on_front_block_1 .views-field-body {
        font-size: 16px;
    }

    .block_views_text_on_front_block_1 .block_content {
        padding: 15px 40px 25px 40px;
    }

    .block_views_text_on_front_block_1 .views-field-field-link a {
        padding: 8px 35px;
        font-size: 20px;
    }

    .scroll_to {
        width: 36px;
        height: 36px;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .block_views_mt_latest_news_block_1 > .block_title,
  .block_views_community_block_1 > .block_title {
        font-size: 48px;
    }

    .block_views_mt_latest_news_block_1 > .block_title {
        margin-bottom: 3vh;
    }

    .block_views_community_block_1 {
        padding-top: 10vh;
    }

    .block_views_community_block_1 .view-content {
        max-width: 900px;
        margin: 0 auto;
    }

    .block_block_13 .block_title, .block_block_12 .block_title {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .block_block_13 .block_content, .block_block_12 .block_content {
        font-size: 16px;
    }

    .block_views_community_block_1 .views-field-title {
        top: 0;
    }

    .block_views_community_block_1 .body_wrap {
        top: 218px;
        padding: 0 10px;
    }

    .block_views_community_block_1 .views-field-body {
        margin-bottom: 30px;
    }

    .block_views_mt_latest_news_block_1 {
        padding-top: 10.5vh;
    }

    .block_block_13 {
        padding-top: 2.5vh;
    }

    .block_views_mt_latest_news_block_1 .view-content_wrap {
        max-width: 900px;
        margin: 0 auto;
    }

    .block_views_mt_latest_news_block_1 .views-field-body {
        max-height: 85px;
        overflow: hidden;
    }

    .block_views_mt_latest_news_block_1 .row_wrap {
        padding-bottom: 10px;
    }

    .block_views_community_block_1 .views-field-title {
        top: 12px;
    }

    .block_views_community_block_1 .views-field-title a {
        font-size: 25px;
    }

    .block_views_mt_latest_news_block_1 > .block_content::after {
        top: -130px;
        right: -115px;
    }

    .section_4 {
        background: transparent url(../Images/section4_bg.png) center bottom no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 100% -45px;
    }

    .section_4 .socials_wrap {
        left: 20px;
    }

    .scroll_to {
        margin-top: 10px;
    }

    .section_1 .scroll_to {
        margin-top: 35px;
    }

    .block_block_13 .block_title, .block_block_12 .block_title {
        margin-bottom: 10px;
    }

    .block_superfish_2 {
        padding-top: 28px;
        height: 100px;
    }

    .block_superfish_2 > .block_content {
        max-width: 940px;
    }

    .block_superfish_2 > .block_content > .menu > li {
        margin-right: 4px;
    }

    .block_superfish_2 > .block_content > .menu > li > span, .block_superfish_2 > .block_content > .menu > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent > span, .block_superfish_2 > .block_content > .menu > li.menuparent > a {
        padding-right: 25px;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent > span::after, .block_superfish_2 > .block_content > .menu > li.menuparent > a::after {
        right: 10px;
    }

    .not-front .header {
        min-height: 125px;
    }

    .not-front .header .contribute_btn .block_content a {
        top: 43px;
    }

    .not-front .header.active .contribute_btn .block_content a {
        top: 19px;
    }

    .not-front .block_superfish_2 {
        padding-top: 54px;
        height: 150px;
    }

    .block_views_community_block_1 > .block_content::after {
        top: -50px;
        left: -100px;
    }

    .not-front .header.active {
        min-height: 80px;
    }

    .not-front .header.active .menu_wrapper {
        padding-top: 8px;
    }

    .block_superfish_2 > .block_content > .menu > li {
        font-size: 16px;
    }

    .menu_btn {
        top: -6px;
    }

    .admin-df .menu_btn {
        top: -2px;
    }
    .admin-nw.not-front .header.active .menu_btn.active{
        padding-top: 45px;
    }
}

@media (max-height: 620px) and (min-width: 1201px) and (max-width: 1400px) {
    .region-banner {
        padding-top: 15vh;
    }

    .block_views_Slideshow_block {
        height: auto;
    }

    .scroll_to {
        margin-top: 10px;
    }

    .block_views_mt_latest_news_block_1 {
        padding-top: 5.5vh;
    }

    .block_views_community_block_1 {
        padding-top: 5vh;
    }

    .block_block_13 .block_title, .block_block_12 .block_title {
        margin-bottom: 10px;
    }

    .block_views_community_block_1 > .block_content::after {
        top: -0px;
        left: -100px;
    }

    .block_views_mt_latest_news_block_1 > .block_content::after {
        top: -10px;
    }

    .region-banner {
        padding-top: 12vh;
    }

    .fp-viewing-slider .header {
        top: 1.2vh;
    }

    .fp-viewing-slider .logo {
        max-width: 280px;
    }

    .fp-viewing-slider .menu_btn {
        padding-top: 17px;
    }

    .fp-viewing-slider .contribute_btn .block_content a {
        top: 6px;
    }

    .fp-viewing-slider .block_superfish_2 {
        padding-top: 20px;
        height: 85px;
    }

    .block_views_Slideshow_block {
        height: 51vh;
    }

    .flexslider .caption-wrapper {
        bottom: 100px;
    }

    .flexslider .flex-control-nav {
        bottom: 93px;
    }

    .block_views_text_on_front_block_1 {
        padding-top: 1.5vh;
    }

    .block_views_text_on_front_block_1 .block_content {
        padding: 10px 40px 25px 40px;
    }

    .block_views_text_on_front_block_1 .views-field-title {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .block_block_13, .block_block_12 {
        padding-top: 5vh;
    }

    .block_block_13 {
        padding-top: 2vh;
    }

    .block_views_mt_latest_news_block_1 .views-field-title {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .block_superfish_2 {
        padding-top: 25px;
    }
}

@media (max-width: 1200px) {
    .block_superfish_2 > .block_content > .menu > li.menuparent .arrow_mob {
        content: '';
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        right: 0;
        top: 0;
        background: transparent url(../Images/menu_arr.png) center no-repeat;
        z-index: 10;
    }
    .block_superfish_2 > .block_content > .menu > li.menuparent ul{
        right: 0 !important;
        left: auto !important;
    }
    .block_superfish_2 > .block_content > .menu > li.menuparent > span::after, .block_superfish_2 > .block_content > .menu > li.menuparent > a::after{
        display: none !important;
    }
    .socials_wrap,
  .front .header {
        display: none;
    }

    .section {
        overflow: hidden;
    }

    .section_1 {
        padding-top: 90px;
    }

    .section_1 .header {
        display: block;
    }

    .section_1 .logo {
        max-width: 270px;
    }

    .section_1 .socials_wrap {
        display: block;
        bottom: 12vh;
    }

    .contribute_btn .block_content a {
        top: 11px;
        left: 25px;
        padding: 10px 20px;
        font-size: 18px;
    }

    .menu_wrapper {
        max-width: 710px;
    }

    .menu_btn {
        padding-top: 15px;
    }

    .contribute_btn .block_content a {
        top: 3px;
    }

    .flexslider .flex-control-nav {
        left: 15px;
        margin-left: 0;
    }

    .block_views_Slideshow_block {
        height: auto;
    }

    .flexslider .flex-control-nav {
        bottom: 10px;
    }

    .flexslider .flex-control-nav li a {
        width: 17px;
        height: 4px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .flexslider .caption-wrapper {
        margin: 0;
        right: 15px;
    }

    .flexslider .caption-wrapper h1,
  .flexslider .caption-wrapper * {
        font-size: 30px;
    }

    .menu_front {
        display: none;
    }

    .scroll_to {
        display: none;
    }

    .block_views_mt_latest_news_block_1,
  .block_views_community_block_1 {
        padding-top: 65px;
    }

    .section_4 {
        height: 600px;
    }

    body {
        background-color: transparent !important;
    }

    .block_views_text_on_front_block_1 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .front .header {
        display: block;
    }

    .logo {
        max-width: 265px;
    }

    .block_superfish_2 {
        max-width: 50vw;
        height: 100vh;
        top: -2.5vh;
        left: -150vw;
        position: fixed;
    }

    .block_superfish_2.active {
        top: -2.5vh;
        left: 0;
    }

    .block_superfish_2 > .block_content > .menu {
        padding: 45px 20px 20px;
    }

    .block_superfish_2 > .block_content > .menu > li {
        float: none;
        margin-right: 0;
    }

    .not-front .block_superfish_2 {
        height: 100vh;
    }

    .not-front .header .logo {
        max-width: 300px;
    }

    .not-front .header {
        min-height: 103px;
    }

    .not-front .header .contribute_btn .block_content a {
        top: 34px;
    }

    .node_33 img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .flexslider .caption-wrapper {
        max-width: 300px;
    }

    .node_3023 .field-name-field-text-full .field_wrap {
        max-width: 200px;
        font-size: 16px;
    }

    .menu_wrapper {
        max-width: 510px;
    }

    .section_1 .socials_wrap {
        display: none !important;
    }

    .block_views_community_block_1 .body_wrap {
        top: 180px;
        padding: 0 15px;
    }

    .block_views_community_block_1 .views-field-title {
        margin-bottom: 15px;
    }

    .block_views_community_block_1 .views-field-title a {
        font-size: 18px;
    }

    .block_views_community_block_1 .views-field-body {
        margin-bottom: 20px;
    }

    .block_views_community_block_1 .views-field-body {
        font-size: 16px;
    }

    .section_4 .footer-menu .leaf a {
        font-size: 20px;
    }

    .section_1 {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .not-front .logo {
        max-width: 300px;
    }

    .not-front .header .contribute_btn .block_content a {
        top: 36px;
    }

    .front .header {
        display: block;
    }

    .logo {
        max-width: 265px;
    }

    .block_superfish_2 > .block_content > .menu {
        padding-top: 60px;
    }

    .node-type-course .fix-sidebar-second {
        width: 210px;
        padding: 5px;
    }

    .page-teachings .fix-sidebar-second .block_content > ul > li .parent > li > span,
  .page-teachings .fix-sidebar-second .block_content > ul > li > span,
  .node-type-course .fix-sidebar-second .block_content > ul > li .parent > li > span,
  .node-type-course .fix-sidebar-second .block_content > ul > li > span {
        font-size: 16px;
    }

    .page-teachings .fix-sidebar-second .block_content .menu:not(.parent) a,
  .node-type-course .fix-sidebar-second .block_content .menu:not(.parent) a {
        font-size: 14px;
    }

    .page-teachings .fix-sidebar-second .block_content .menu:not(.parent),
  .node-type-course .fix-sidebar-second .block_content .menu:not(.parent) {
        padding: 5px 10px;
    }
}

.not-front .footer .contribute_btn {
    display: none;
}

#arava-center-view-only-file-form{
    margin: 0 auto;
    display: table;
    text-align: center;
    padding-top: 20px;
}
#arava-center-view-only-file-form .form-text{
    width: 320px;
    height: 40px;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .front .header {
        position: relative;
        padding: 25px 0 5px;
        top: 0;
    }

    .view-catalog .views-field-body table{
        margin-bottom: 30px;
    }

    .view-catalog .views-field-body{
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .view-catalog table td{
        padding: 20px 0;
    }

    #arava-center-view-only-file-form .form-text{
        width: 100%;
        height: 38px;
        margin-top: 8px;
    }

    .block_views_mt_latest_news_block_1 .view_content {
        width: 100%;
    }

    .view-catalog table strong {
        display: inline !important;
    }

    .page-user.logged-in .view .date-nav-wrapper .pager a {
        min-width: 70px;
        white-space: nowrap;
    }

    #admin-menu {
        display: none !important;
    }

    .not-front .footer .contribute_btn {
        display: block;
    }

    .not-front .footer .contribute_btn .block_content a {
        position: static;
    }

    .block_block_14 {
        font-size: 20px;
        text-align: center;
        width: 100%;
        padding-top: 15px;
    }

    .block_superfish_2 {
        max-height: 100%;
        overflow-y: auto;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent > span::after, .block_superfish_2 > .block_content > .menu > li.menuparent > a::after {
        display: none;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent .arrow_mob {
        content: '';
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        right: 0;
        top: 0;
        background: transparent url(../Images/menu_arr.png) center no-repeat;
        z-index: 10;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent ul {
        display: none !important;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent ul.active {
        display: block !important;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent > a,
  .block_superfish_2 > .block_content > .menu > li.menuparent > span, .block_superfish_2 > .block_content > .menu > li.menuparent > a,
  .block_superfish_2 > .block_content > .menu > li.menuparent > span {
        background-color: transparent !important;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent.active > a,
  .block_superfish_2 > .block_content > .menu > li.menuparent.active > span, .block_superfish_2 > .block_content > .menu > li.menuparent.active > a,
  .block_superfish_2 > .block_content > .menu > li.menuparent.active > span {
        background-color: #9b0004 !important;
    }

    .page-user #block-system-main {
        overflow: hidden;
    }

    .page-user #main-content {
        padding: 0;
    }

    .page-user .my-timetable-block {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .page-user .view-calendar table {
        width: 1000px;
    }

    .page-user .edit-my-semester-block, .page-user .remaining-payment-block, .page-user .my-messages-block, .page-user .profile, .page-user .assignments-to-check-block {
        width: 100%;
    }

    .page-user.logged-in .profile form input[type="submit"] {
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .to_up {
        width: 35px;
        height: 35px;
    }

    .socials_wrap {
        display: block;
    }

    .contribute_btn {
        display: none;
    }

    .socials_wrap {
        position: fixed;
        bottom: 0 !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 50;
        min-width: 250px;
    }

    .socials_wrap .contribute_btn {
        display: block;
        float: left;
        margin-right: 10px;
    }

    .socials_wrap .contribute_btn .block_content a {
        display: block;
        position: static;
    }

    .socials_wrap .view-socials {
        overflow: hidden;
    }

    .socials_wrap .views-row {
        margin-right: 10px;
    }

    .socials_wrap .views-row:last-child {
        margin-right: 0;
    }

    .socials_wrap .views-row a {
        width: 42px !important;
        height: 42px !important;
    }

    .front .logo {
        margin: 5px auto 0;
        position: static;
    }

    .section_1 {
        padding-top: 0 !important;
    }

    .menu_btn {
        position: fixed;
        top: 12px;
        left: 15px;
        z-index: 50;
        padding-top: 0;
    }

    .block_views_Slideshow_block {
        display: none;
    }

    .block_views_text_on_front_block_1 .block_content {
        padding: 15px 20px 30px;
    }

    .socials_wrap .views-row {
        float: left;
    }

    .block_views_text_on_front_block_1 {
        margin-bottom: 15px;
    }

    body {
        background: #b8d1e0 !important;
    }

    .section {
        background: none !important;
        overflow: visible;
    }

    .block_views_mt_latest_news_block_1 > .block_content::after,
  .block_views_community_block_1 > .block_content::after {
        display: none;
    }

    .block_views_community_block_1 > .block_title {
        font-size: 48px;
    }

    .block_views_community_block_1 .views-row {
        width: 100%;
        max-width: 260px;
        margin: 0 auto 30px;
    }

    .block_views_community_block_1 .body_wrap {
        top: 180px;
        padding: 0 15px;
    }

    .block_views_community_block_1 .views-field-title {
        top: 12px !important;
        margin-bottom: 47px !important;
    }

    .block_views_community_block_1 .views-field-title a {
        font-size: 24px;
    }

    .block_views_community_block_1 .views-field-body {
        margin-bottom: 20px;
    }

    .block_views_community_block_1 .views-field-body {
        font-size: 16px;
    }

    .block_block_13, .block_block_12 {
        padding-top: 30px;
    }

    .block_block_13 .block_title, .block_block_12 .block_title {
        margin-bottom: 20px;
    }

    .block_views_mt_latest_news_block_1 .views-row {
        width: 100%;
        max-width: 280px;
        margin: 0px auto 35px;
    }

    .block_views_mt_latest_news_block_1 > .block_title {
        font-size: 48px;
    }

    .section_4 {
        height: auto;
        padding: 30px 0;
    }

    .section_4 .footer-menu {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .section_4 .footer-menu .leaf {
        width: 100%;
        margin-bottom: 20px;
    }

    .page-user ul.primary li {
        width: 100%;
        padding: 0;
        display: block !important;
    }

    .logo {
        margin: 0 auto;
        position: static;
    }

    .not-front .header {
        min-height: 0;
        height: auto;
        padding: 25px 15px 15px;
        background-position: 0;
    }

    .page_title_wrapper {
        height: auto;
        padding: 35px 0;
    }

    .page_title_wrapper #page-title {
        padding-top: 0;
        font-size: 36px;
    }

    .page-user .container {
        padding: 0 15px;
    }

    .page-user form {
        padding: 15px 10px;
    }

    .footer {
        padding: 20px 0;
    }

    .footer_info {
        padding-top: 20px;
    }

    .footer .footer-menu .menu li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .footer .footer-menu .leaf a {
        padding-top: 10px;
        padding-bottom: 10px;
        max-width: 260px;
        margin: 0 auto;
    }

    .block_superfish_2 {
        max-width: 100%;
    }

    .block_superfish_2 > .block_content > .menu > li {
        margin-bottom: 10px;
    }

    .block_superfish_2 > .block_content > .menu > li.menuparent ul {
        right: 0 !important;
        left: 0 !important;
    }

    .menu_btn.active {
        top: 30px;
    }

    .not-front .block_superfish_2 {
        height: 100vh;
    }

    .view-accommodation-list {
        margin-bottom: 0;
    }

    .view-accommodation-list .views-row {
        text-align: center;
        width: 100%;
        margin-bottom: 45px;
    }

    .view-animals .view-grouping-content {
        text-align: center;
    }

    .view-animals .view-grouping-content .views-field-field-image {
        float: none;
        display: table;
        margin: 0 auto 10px;
    }

    .node_33 .field-name-body .three_images, .node_33 .field-name-body .two_images, .node_33 .field-name-body .main_images {
        display: block;
    }

    .node_27 iframe {
        width: 100%;
        height: 250px;
    }

    .node_27 .bottom_text {
        padding: 15px;
    }

    .node_32 img {
        width: 100% !important;
        height: auto !important;
    }

    .node_2289 .field-name-body .field-item {
        width: 100%;
        overflow-y: auto;
    }

    .node_2289 .field-name-body table {
        width: 900px !important;
    }

    .node_2289 .field-name-body table td {
        padding-left: 10px;
    }

    .view-catalog .field-name-field-mt-photo {
        width: 100%;
        margin-bottom: 10px;
    }

    .view-catalog .views-field-field-teacher .node {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .view-catalog .item-list:not(.parents) {
        padding-top: 25px;
    }

    .view-catalog .parents h3 {
        padding-top: 25px;
    }

    .view-catalog .parents .views-row {
        padding-top: 25px;
    }

    .view-catalog .parents .views-row-1 {
        padding-top: 0;
    }

    .view-catalog .node_teacher .field-name-body {
        overflow: visible;
    }

    .view-catalog table * {
        display: block;
        width: 100% !important;
        text-align: center;
    }

    .view-catalog table img {
        width: 100% !important;
        height: auto !important;
    }

    .node_2191 h1 {
        font-size: 36px;
    }

    .node_2191 .list_wrapper + h3 + h2,
  .node_2191 .list_wrapper + h3,
  .node_2191 h2,
  .node_2191 h3 {
        font-size: 24px;
    }

    .image_2,
  .image_1 {
        width: 100% !important;
        height: auto !important;
    }

    .node_2191 .text_wrapper .text_item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .node_2191 .list_wrapper ol {
        width: 100%;
        margin-bottom: 25px;
    }

    .node_2191 ul {
        padding: 0 15px;
    }

    .node_2191 ul li {
        list-style: none;
    }

    .node_2191 .list_wrapper .ul_wrap {
        width: 100%;
    }

    .node_31 img {
        width: 100% !important;
        height: auto !important;
    }

    .node_31 table td {
        width: 100%;
        display: block;
    }

    .node_31 .main_text h1 img {
        height: 16px !important;
        width: 16px !important;
    }

    .node_34 {
        padding-top: 0;
    }

    .node_34 iframe {
        width: 100%;
        height: auto;
        margin: 20px auto;
    }

    .node_30 {
        padding-top: 0;
    }

    .node_30 img {
        margin: 10px 0;
        width: 100% !important;
        height: auto !important;
    }

    .node_30 ul {
        padding-top: 20px;
    }

    .node_3023 .field-name-field-text-full .field_wrap {
        position: static;
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
        margin-bottom: 45px;
        margin-left: auto;
        margin-right: auto;
    }

    .node_3023 .field-name-field-text-full .field_wrap img {
        width: 100% !important;
        height: auto !important;
    }

    .node_3023 .field-name-field-text-full .field-items {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .node_3023 .field-name-field-images-about .field-items {
        display: block;
    }

    .node_3023 .field-name-field-images-about .field-items .field-item {
        width: 100%;
        text-align: center;
    }

    .node_3023 .field-name-field-text-full {
        margin-bottom: 20px;
    }

    .node_3023 .field-name-field-images-about .field-items {
        margin-bottom: 20px;
    }

    .node_3023 {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .form_wrap .block-webform {
        width: 280px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 15px;
        margin-left: -140px;
        max-height: 98%;
        overflow-y: auto;
        padding: 15px;
    }

    .page-teachings section.col-md-8,
  .node-type-course section.col-md-8 {
        width: 100%;
    }

    .page-teachings #main-content,
  .node-type-course #main-content {
        padding: 0 15px;
    }

    .view-files-for-course .view-content {
        overflow-x: auto;
    }

    .view-files-for-course table {
        width: 600px !important;
    }

    .page-teachings .fix-sidebar-second,
  .node-type-course .fix-sidebar-second {
        float: none;
        display: table;
        margin: 0 auto;
    }

    .my-timetable-block {
        float: none;
        width: auto;
        overflow-y: auto;
    }

    .my-timetable-block .view-calendar,
    .my-timetable-block table {
        width: 950px !important;
    }

    .my-timetable-block .view .date-nav-wrapper .date-prev {
        right: auto;
        left: 0;
        top: 35px;
    }

    .my-timetable-block .view .date-nav-wrapper .date-next {
        right: auto;
        left: 90px;
        top: 35px;
    }

    .my-timetable-block .second_header {
        display: none;
    }

    .my-timetable-block .view-calendar {
        padding: 0;
    }

    .page-user .my-timetable-block #calendar-2017-11-27-0::after {
        bottom: -1px;
    }

    .timetable-print {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }

    .view-calendar {
        padding: 0 15px;
    }

    .page-catalog-calendar .block_system_main .pager li, .page-semester-timetable .block_system_main .pager li {
        padding-top: 40px !important;
    }

    .page-catalog-calendar .block_system_main .second_header .pager li, .page-semester-timetable .block_system_main .second_header .pager li {
        padding-top: 0px !important;
    }

    .view-calendar .date-nav-wrapper .date-heading h3 {
        margin-bottom: 20px;
    }

    #calendar-2017-11-27-0 {
        border: none;
        position: relative;
    }

    #calendar-2017-11-27-0::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #ccc;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
}

.block_views_community_block_1 div.contextual-links-wrapper {
    top: 70px;
}

div#admin-toolbar div.admin-tab,
#admin-toolbar ul.menu li a {
    height: auto;
}

div#admin-toolbar {
    z-index: 100000;
}


/* custome css */
@media (max-width: 1200px) and (min-width:768px){
.socials_wrap, .front .header {
    display: block;
}
.menu_front{
     display: block;
}
}
@media (max-width: 1580px) and (min-width: 1201px){
.not-front .block_superfish_2 {
    height: 148px;
        top: -5.5vh !important;
}
.front .logo {
    top: 22px;
}
}

@media (min-width: 1201px){
    	.section_2 .block_block_13, .section_2 .block_block_12 {
    padding-top: 1.9vh;
    }
    .region-header-top-left{height: 90px;}
    .front .section_1 .fp-tableCell {
    padding-top: 0vh;
}
#block-superfish-2{
    top: -0.5vh;
    background:  transparent;
    
}
#block-superfish-2,.not-front .block_superfish_2{
    position: relative;
}
.front .header{
 background:url('../Images/first_bg.png');
 z-index: 9999;
 display:  block;
 clear:  both;
 height: 113px;
 top:  0;
 left:  0;
 box-shadow: 0 1px 12px -1px #333;
}
.not-front .header{
 background:url('../Images/first_bg.png');
 position:  relative;
 z-index: 9999;
 display:  block;
 clear:  both;
 height: 123px;
 min-height: auto !important;
 top:  0;
 left: 0;
 box-shadow: 0 1px 12px -1px #333;
}
.not-front .header.active {
    background: url(../Images/first_bg.png);
    padding-top: 22px;
}
.not-front .header.active .logo {
    top: 30px;
}
.block_superfish_2 > .block_content > .menu {
    float:left ;
}
.menu_btn.active,.menu_btn{
    display:none;
}
.block_superfish_2 > .block_content > .menu > li > span, .block_superfish_2 > .block_content > .menu > li > a{
    color:#025296;
}
.not-front .header {
    min-height: 132px;
}
.block_superfish_2 > .block_content > .menu > li.menuparent > span::after, .block_superfish_2 > .block_content > .menu > li.menuparent > a::after{
    background-size: 7px 6px;
}
.block_superfish_2 > .block_content > .menu > li.menuparent:hover > span::after,.block_superfish_2 > .block_content > .menu > li.menuparent:hover > a::after,
.block_superfish_2 > .block_content > .menu > li.active-trail > span::after,
.block_superfish_2 > .block_content > .menu > li.active-trail > a::after{
   background: transparent url(../Images/menu_arr_alt.png) left center no-repeat;
}
.page-teachings #page{padding-top: 50px;}
.front #fullpage{margin-top: 0;}
.block_superfish_2 > .block_content > .menu > li.menuparent ul a{font-size:16px;}
.front .section_4 .footer-menu{bottom: 8.8vh;}
.front .section_4 .footer-menu {
    position: absolute;
    transform: none;
    left: 0;
    right: 0;
    bottom: 30px;
}
}
@media (max-width: 1440px) and (min-width:1201px){
    .block_superfish_2 > .block_content > .menu > li > span, .block_superfish_2 > .block_content > .menu > li > a,
    .block_superfish_2 > .block_content > .menu > li.menuparent ul a{
        font-size: 13px;
    }
    .block_superfish_2 > .block_content > .menu{
        margin-left:15px;
    }
    .logo img{
        width:250px;
    }
    .front .logo {
    top: 32px;
    }
    .not-front .header .logo {
    top: 40px;
}
#block-superfish-2,.not-front .block_superfish_2{
        width: 82%;
}
.section_2 .scroll_to {
    bottom: 1.5vh;
    margin-top: -19px;
}
.section_2 .block_block_13, .section_2 .block_block_12 {
    padding-top: 1.9vh;
}
.section_3 .block_views_mt_latest_news_block_1 {
    padding-top: 6.5vh;
}
}
@media (min-width:1581px){
    #block-superfish-2{
        top: -7.9vh;
        padding-top:  89px;
    }
    .logo{
        top: 22px !important;
    }
    .logo img{
        width:280px;
    }
    .not-front #block-superfish-2.block_superfish_2{
        top: -10.5vh;
        padding-top: 91px;
    }
    .not-front .header .logo{
        top: 33px !important;
    }
	.region-banner {
    padding-top: 17px;
	}
	.flexslider .caption-wrapper {
    bottom: 95px;
	}
	.flexslider .flex-control-nav {
    bottom: 85px;
	}
	.section_2 .block_block_13, .section_2 .block_block_12 {
    padding-top: 1.9vh;
    }
}

.view-files-for-course .views-table td.views-field-php-1{
  width:140px;
}
#breadcrumb{
    display:none;
}
#breadcrumb-inside{
        margin: 10px;
}


.block_superfish_2 > .block_content > .menu > li.menuparent ul.sf-hidden{
    display:  none !important;
}
.block_superfish_2 > .block_content > .menu > li.menuparent ul{display: none;}

.node-type-course .view-files-for-course .views-table td.views-field-php{
    width: 15%;
}

.node-type-course .view-files-for-course .views-table td.views-field-php-1{
      width: 32%;
}


.front .section_1{
    padding-top: 96px;
}
.front .section_2{
	padding-top: 60px;
}
.front .section_3{
    padding-top: 100px;
}

.front.logged-in .flexslider .caption-wrapper,.front.logged-in .flexslider .flex-control-nav{bottom:70px;}

#block-block-15 .block_content a{
    text-transform: capitalize;
}

.login_btn a{
text-transform: capitalize;
}

.block_superfish_2 > .block_content > .menu > li.menuparent > span{
    text-transform: capitalize;
}
.block_superfish_2 > .block_content > .menu > li a{
    text-transform: capitalize;
}

.section_4 .footer-menu .leaf a{
    text-transform: capitalize;
}
.sm2-bar-ui.full-width{
    margin-top: 20px;
}

.block_superfish_2 > .block_content > .menu{
   background: none !important;
}

.footer_info{
        max-width: none;
    padding: 50px 30px 50px;
        margin: 50px auto 0;
        background: #249bbe;
}
.footer {
    padding: 65px 0 0;
}
.row.footer-full .footer-area .sf-navbar{
    text-align: center !important;
}
.footer .sf-menu li {
    float: none;
    position: relative;
    z-index: 498;
    display: inline-block;
}
.row.footer-full {
    width: 100%;
    text-align: center;
}

.row.footer-full .sf-navbar li a {
    color: #e1e1e1;
    text-decoration: none;
    font-size: 18px;
    border-left: 1px solid #d9e8f985;
    padding: 0 20px;
}
.row.footer-full .sf-navbar li:last-child a {
border:none;
}

.footer-area ul.menu li a:hover{
    background-color: transparent !important;
}

.footer_info .sf-navbar.rtl > li > ul{
    display: block !important;
    position: relative;
    overflow: visible !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
}
.footer_info .sf-navbar.rtl li li{
  float:none;
  display:block;
      margin: 0;
}
.footer_info .sf-menu li.sf-depth-1{
    vertical-align:top;
    border-left: 1px solid #d9e8f985;
}
.footer_info .sf-menu.rtl a > .sf-sub-indicator{
    left: auto;
    top: 0;
    display: none;
}
.row.footer-full .sf-navbar li a{
    border:none;
    text-align: right;
}
.footer_info .sf-menu li.sf-depth-1 span font{
    color: #e1e1e1;
    text-decoration: none;
    font-size: 18px;
  
}
.footer_info .sf-menu li.sf-depth-1 span{
      text-align: right;
      padding: 0 0px 0 20px;
      position: relative;
      left: 0;
}

.row.footer-full .sf-navbar li a,
.footer_info .sf-menu li.sf-depth-1 span{
    color:#000;
    font-size:16px;
}
.footer_info .sf-menu li.sf-depth-1{
    border-left: 1px solid #666666;
       
}
.footer_info .sf-menu li.sf-depth-1:last-child{
    border:none;
}

.footer_info{
    background:url('/sites/all/themes/arava_center/Images/fbg.png');
    background-repeat:no-repeat;
    background-position:40% 80%;
}
.sf-menu.rtl, .sf-menu.rtl li {
    float: none;
}
.footer-area ul.menu li a:hover {
    color: #ffb400 !important;
    text-decoration: none;
}

.footer_info #superfish-1 {
    display: flex;
    max-width: 1170px;
    margin: 0 auto 0px;
    padding: 0 30px;
}

.footer_info .sf-menu li.sf-depth-1 {
    margin: 0;
}
.footer_info #superfish-1{justify-content: center;}
.footer_info{background-position: 40% 90%;}


.page-node-3772 .page_title_wrapper{
display:none;
}

@media (max-width: 767px) {
    .footer_info #superfish-1{display: block;z-index: 2;margin-top: 30px;}
.footer_info .sf-menu li.sf-depth-1{padding-bottom: 5px;border-left: none;display: block;}
.footer_info .sf-menu li.sf-depth-1 a{text-align: center;}
}

