@charset 'UTF-8';
@font-face {
    font-family: 'Geula';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/geulabookregularwebfont.eot');
    src: url('../fonts/geulabookregularwebfont.eot#iefix') format('embedded-opentype'),
    url('../fonts/geulabookregularwebfont.woff') format('woff'),
    url('../fonts/geulabookregularwebfont.ttf') format('truetype'),
    url('../fonts/geulabookregularwebfont.svg') format('svg');
}
@font-face {
    font-family: 'Geula';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/geulabookboldwebfont.eot');
    src: url('../fonts/geulabookboldwebfont.eot#iefix') format('embedded-opentype'),
    url('../fonts/geulabookboldwebfont.woff') format('woff'),
    url('../fonts/geulabookboldwebfont.ttf') format('truetype'),
    url('../fonts/geulabookboldwebfont.svg') format('svg');
}
* {
    direction: rtl;
    font-family: 'Geula', sans-serif;
    line-height: 110%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
html {
    font-family: 'Geula', sans-serif;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
input,
select,
select *,
textarea {
    font-size: 14px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 0;
}
ol,
ul {
    list-style: none;
}
.clear {
    clear: both;
}
.right {
    float: right;
}
.left {
    float: left;
}
.mobile {
    display: none!important;
}
.transition {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .5s ease-in-out;
}
.transition:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .5s ease-in-out;
}

.mobile {
    display: none!important;
}
.cmp {
    display: block!important;
}

/* Start Web Css */

html {
    overflow-x: hidden;
}
body {
    width: 100%;
    min-height: 100%;
}
section {
    position: relative;
    width: 100%;
}
.main {
    position: relative;
    width: 1171px;
    margin: 0 auto;
}
.cmp {
    display: block!important;
}
.mobile {
    display: none!important;
}
.middle {
    position: relative;
    top: 50%!important;
    transform: translate(0px, -50%);
}

.center {
    position: relative;
    top: 50%!important;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bold {
    font-weight: 700;
}
.regular {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.extra-bold {
    font-weight: 900;
}

.color-blue {
    color: #22043c;
}
.color-black {
    color: black;
}
.color-white {
    color: white;
}
.color-turquoise {
    color: #4acc9e;
}

header {
    width: 100%;
}
header .main {
	width:1217px;
    max-width: 100%;
}
header .logo {
    position: relative;
    z-index: 999;
    margin-left: 32px;
}
header .logo-2 {
    margin-top: 46px;
    margin-left: 15px;
}
header .logo-3 {
    margin-top: 46px;
    margin-left: 15px;
}
header .logo-4 {
    margin-top: 46px;
}
header .search{background:rgba(1,166,159,0.6);width:177px;height:30px;margin-top:67px;}
header .search input[type=text]{background:none;color:white;font-size:20px;width:150px;height:30px;padding-right:5px;float:right;}
header .search button{background:none;color:white;font-size:16px;float:left;margin-top:7px;margin-left:7px;}
nav {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 37px;
    margin-top: -77px;
    background: url('../images/nav-bg.jpg')repeat-x;
}
nav .main {
    width: 1240px;
    max-width: 100%;
}
nav ul.menu {
    margin-top: 5px;
    margin-right: 3%;
}
nav ul.menu li {
    display: inline-block;
    margin-left: 33px;
    text-align: Center;
}
nav ul.menu li a {
    font-size: 25px;
    font-weight: 400;
    position: relative;
    z-index: 99999999999999999999;
    display: inline-block;
    text-align: Center;
    color: white;
}
nav ul.menu li a:hover {
    font-weight: bold;
    text-decoration: none;
}
nav ul.menu li a::after {
    font-weight: bold;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: attr(title);
}
nav ul.second-menu {
    margin-top: 6px;
    margin-left: 22px;
}
nav ul.second-menu li.icon {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    padding: 2px;
    background: white;
}
nav ul.second-menu li.icon a {
    line-height: 24px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #00a69e;
}
nav ul.second-menu li.icon a:hover {
    text-decoration: none;
}
nav ul.second-menu li.icon:last-child {
    margin-left: 0;
}
nav .langs {
    font-size: 19px;
    margin-top: 6px;
    color: white;
}
nav .langs a {
    font-size: 18.4px;
    color: white;
}
nav ul.menu li.duplicate {
    position: Relative;
    z-index: 99999;
}
nav ul.menu li.duplicate ul.childMenu {
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
    display: none;
    padding-top: 33px;
}
nav ul.menu li.duplicate ul.childMenu li {
    background: rgba(0,166,158,1);
}
nav ul.menu li.duplicate ul.childMenu li a {
    width: auto;
    min-width: 148px;
    padding: 7.5px 5px 7.5px 15px;
}
nav ul.menu li.mobile {
    display: none;
}
.main_event {
    width: 100%;
    height: 502px;
    background-position: center;
    background-size: cover;
}
.main_event .main {
    position: Relative;
    z-index: 999;
    height: 100%;
}
.main_event .content {
    position: Absolute;
}
.main_event .content h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 75%;
    margin: 0;
    text-align: center;
    color: white;
    text-shadow: 3.064px 2.571px 6.23px rgba(0, 0, 0, .52);
}
.main_event .content p {
    font-size: 76px;
    line-height: 100%;
    margin: 0;
    text-align: center;
    color: white;
    text-shadow: 3.064px 2.571px 6.23px rgba(0, 0, 0, .62);
}
.main_event .content .buttons {
    width: 268px;
    height: 35px;
    margin: 0 auto;
    background: white;
    box-shadow: 3.064px 2.571px 6.23px rgba(0, 0, 0, .62);
}
.main_event .content .buttons .reg-link {
    width: 41%;
    height: 100%;
    color: #b01217;
}
.main_event .content .buttons .reg-link:hover {
    color: white;
    background: #b01217;
}
.main_event .content .buttons .more-link {
    width: 100%;
    color: white;
    background: #f7941f;
}
.main_event .content .buttons .more-link:hover {
    color: #f7941f;
    background: white;
}
.main_event .content .buttons a {
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    display: block;
    text-align: center;
}
.main_event .content .buttons a {
    text-decoration: none;
}

.main_event .backgroundSliders {
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}
.main_event .backgroundSliders .all {
    width: 100%!important;
    height: 100%!important;
}
.main_event .backgroundSliders .bx-wrapper {
    width: 100%!important;
    height: 100%!important;
}
.main_event .backgroundSliders .bx-viewport {
    width: 100%!important;
    height: 100%!important;
}
.main_event .backgroundSliders .slide {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.line-blue {
    position: relative;
    width: 100%;
    height: 26px;
    background: url('../images/line-blue.png')repeat-x;
    background-color: white;
}
.line-yellow {
    position: relative;
    width: 100%;
    height: 18px;
    background: url('../images/line-yellow.png')repeat-x;
    background-color: white;
}

#tayran_cats {
    margin-top: 50px;
    padding-bottom: 30px;
}
#tayran_cats .all .cat {
    position: relative;
    float: right;
    overflow: hidden;
    width: 135px;
    height: 135px;
    margin-left: 11px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
#tayran_cats .all .cat:last-child {
    margin-left: 0;
}
#tayran_cats .all .cat .title {
    position: relative;
    width: 100%;
    min-height: 58px;
    padding: 9px 0 9px 0;
    background: rgba(191,68,49,.8);
}
#tayran_cats .all .cat .title .inner {
    font-size: 27px;
    font-weight: 700;
    line-height: 78%;
    position: absolute;
    display: block;
    width: 67%;
    text-align: center;
    color: white;
}
#tayran_cats .all .cat:nth-child(2n+2) .title {
    background: rgba(176,18,23,.8);
}
#tayran_cats .all .cat:nth-child(3n+3) .title {
    background: rgba(0,166,158,.8);
}
#tayran_cats .all .cat:nth-child(4n+4) .title {
    background: rgba(247,148,31,.8);
}
#tayran_cats .all .cat:nth-child(5n+5) .title {
    background: rgba(247,148,31,.8);
}
#tayran_cats .all .cat .click {
    position: absolute;
    bottom: -35px;
    min-height: 35px;
}
#tayran_cats .all .cat .click .inner {
    font-size: 21px;
}
#tayran_cats .all .cat:hover .click {
    bottom: 0;
}

#welcome {
    padding-top: 55px;
    padding-bottom: 30px;
}
#welcome .video {
    width: 691px;
    height: 389px;
}
#welcome .video iframe#player {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}
#welcome .content {
    width: 434px;
}
#welcome .content h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 8px;
    color: #b01217;
}
#welcome .content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
    margin-bottom: 45px;
    color: #636466;
}
#welcome a.link_more {
    font-size: 34px;
    font-weight: 700;
    line-height: 100%;
    position: relative;
    overflow: hidden;
    width: auto;
    color: #b01217;
    border-bottom: 2px solid #b01217;
}
#welcome a.link_more:hover {
    text-decoration: none;
}

#news {
    padding-top: 55px;
    padding-bottom: 30px;
}
#news .main {
    width: 1196px;
}
#news .side_1 {
    width: 844px;
    margin-top: 14px;
}
#news .side_2 {
    width: 316px;
}
#news h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}
#news .from_news {
    width: 100%;
}
#news .from_news .all {
    direction: ltr;
    width: 755px;
    height: 430px;
    margin-top: -65px;
}
#news .from_news .all > * {
    direction: ltr;
}
#news .from_news .all .item {
    width: 174px;
    height: 430px;
    margin-left: 18px;
    padding: 100px 0 100px 0;
    cursor: pointer;
}
#news .from_news .all .item a {
    display: block;
    width: 100%;
    height: 100%;
}
#news .from_news .all .item img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}
/*#news .from_news .all .item.slick-current{border:1px solid #00a69e;width:290px;margin-top:0;margin-left:0;padding:10px;height:430px;}
*/#news .all .slick-btn {
    position: Absolute;
}
#news .all .slick-next {
    right: -52px;
}
#news .all .slick-prev {
    left: -52px;
}

#news .instagram {
    width: 100%;
    margin-top: 28px;
}
#news .instagram .all {
    direction: ltr;
    width: 755px;
}
#news .instagram .all > * {
    direction: ltr;
}
#news .instagram .all .item {
    overflow: hidden;
    width: 241px;
    height: 161px;
    margin-left: 14px;
    background-size: cover;
}
#news .instagram .all .item img {
    width: 100%;
    height: auto;
}
#news #map {
    height: 594px;
    margin-top: 25px;
    background: black;
}

#contact_bottom {
    line-height: 100%;
    width: 100%;
    padding: 34px 0 38px 0;
    background: #f7941f;
}
#contact_bottom .main {
    width: 1030px;
}
#contact_bottom h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    color: white;
}
#contact_bottom p {
    font-size: 37px;
    font-weight: 400;
    line-height: 74%;
    margin: 0;
    color: white;
}
#contact_bottom form {
    width: 100%;
    margin-top: 24px;
}
#contact_bottom .input {
    font-size: 25px;
    float: right;
    width: 330px;
    height: 33px;
    margin-left: 20px;
    padding-right: 10px;
    color: #636466;
    background: #fdead2;
}
#contact_bottom .input:nth-child(3) {
    margin-left: 0;
}
#contact_bottom .button {
    line-height: 50%;
    position: relative;
    float: left;
    width: 67px;
    height: 29px;
    margin-top: 15px;
    background: #636466;
}
#contact_bottom .button div {
    font-size: 25px;
    font-weight: 700;
    line-height: 71%;
    position: absolute;
    width: auto;
    width: 38px;
    color: white;
    border-bottom: 1px solid white;
}


footer {
    padding-top: 55px;
    padding-bottom: 45px;
}
footer .main {
    width: 1148px;
}
footer .social {
    direction: ltr;
    margin-top: 140px;
}
footer .social li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: #636466;
}
footer .social li a {
    font-size: 18px;
    line-height: 31px;
    display: block;
    text-align: center;
    color: white;
}
footer .links {
    line-height: 90%;
    width: 140px;
    margin-left: 28px;
}
footer .links li {
    width: 100%;
    margin: 0;
}
footer .links li a {
    font-size: 25px;
    line-height: 96%;
    display: block;
    color: #636466;
}
footer .logo {
    max-width: 161px;
    margin-top: 95px;
    margin-left: 50px;
}

/* Pages */
.page_cover {
    position: relative;
    width: 100%;
    height: 340px;
    background-position: center;
    background-size: cover;
}
.page_cover .main {
    height: 100%;
}
.page_cover .content {
    position: absolute;
    width: 90%;
}
.page_cover .content h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    text-align: center;
    color: white;
    text-shadow: 3.064px 2.571px 6.23px rgba(0, 0, 0, .52);
}

.page_content {
    width: 100%;
}
.page_content .main {
    width: 1170px;
}
.page_content p {
    font-size: 26px;
    font-weight: 400;
    max-width: 100%;
    margin: 0;
    margin-top: 10px;
    color: #636466;
}
.page_content p.red {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
    color: #b01217;
}
.page_content p.blue {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
    color: #00a69e;
}
.page_content p.orange {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
    color: #f7941f;
}

.gallery_bottom {
    direction: ltr;
    height: auto;
    margin-top: 55px;
    margin-bottom: 65px;
}
.gallery_bottom .main .all > * {
    direction: ltr;
}
.gallery_bottom .all {
    width: auto;
    height: 100%;
}
.gallery_bottom .all .item {
    position: relative;
    width: 562px;
    height: 345px;
    margin-left: 45px;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery_bottom .all .item .hover {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(176,18,23,.7);
}
.gallery_bottom .all .item .hover .icon {
    position: absolute;
    display: block;
    width: 63px;
}
.gallery_bottom .all .item .hover .icon img {
    width: 100%;
}
.gallery_bottom .all .item:hover .hover {
    opacity: 1;
}
.gallery_bottom .all .slick-btn {
    position: absolute;
    background: none;
}
.gallery_bottom .all .slick-next {
    right: -60px;
    margin-top: -35px;
    transform: rotate(180deg);
}
.gallery_bottom .all .slick-prev {
    left: -60px;
}

#page_about {
    padding-top: 32px;
}
#page_about .side {
    width: 558px;
}

#page_event {
    padding-top: 32px;
}
#page_event .side {
    width: 558px;
    margin-bottom: 38px;
}

#page_event .all_events .event {
    position: relative;
    float: right;
    width: 269px;
    height: 167px;
    margin-bottom: 30px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
#page_event .all_events .event:nth-child(2n+2) {
    margin-right: 20px;
}
#page_event .all_events .event .tale {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 0 12px 0;
    background: rgba(176,18,23,.7);
}
#page_event .all_events .event:nth-child(3n+3) .tale {
    background: rgba(247,148,31,.7);
}
#page_event .all_events .event:nth-child(2n+2) .tale {
    background: rgba(220,114,21,.7);
}
#page_event .all_events .event:nth-child(4n+4) .tale {
    background: rgba(0,166,158,.7);
}
#page_event .all_events .event .tale span {
    font-size: 42px;
    font-weight: 700;
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: white;
}
#page_event .contact_box {
    position: relative;
    height: 365px;
    background: #189e96;
}
#page_event .contact_box .inner {
    width: 84%;
    height: 100%;
    margin: 0 auto;
}
#page_event .contact_box .inner iframe {
    width: 100%;
    height: 100%!important;
}
#page_event .contact_box .inner > div {
    width: 100%;
    height: 100%!important;
}


.gallery_events_bottom .all_big {
    position: relative;
    width: 871px;
    height: 482px;
    margin: 0 auto;
    margin-top: 45px;
}
.gallery_events_bottom .all_big .item {
    height: 482px;
    background-position: center;
    background-size: cover;
}
.gallery_events_bottom .all_big .items {
    width: 100%;
    height: 100%;
}
.gallery_events_bottom .all_big .items > * {
    direction: ltr;
}
.gallery_events_bottom .all_big .slick-btn {
    position: absolute;
    background: none;
}
.gallery_events_bottom .all_big .slick-next {
    right: -60px;
    margin-top: -28px;
    transform: rotate(180deg);
}
.gallery_events_bottom .all_big .slick-prev {
    left: -60px;
}

.gallery_events_bottom .nav_images {
    width: 871px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.gallery_events_bottom .nav_images .item {
    width: 206px;
    height: 136px;
    margin-left: 15.66px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
.gallery_events_bottom .nav_images .all > * {
    direction: ltr;
}


#page_tairan .about {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
#page_tairan .about .img {
    position: relative;
    overflow: hidden;
    width: 359px;
    height: 253px;
}
#page_tairan .about .img img {
    position: absolute;
    width: 100%;
}
#page_tairan .about  p.orange {
    line-height: 96%;
    width: 370px;
    margin-right: 45px;
}
#page_tairan .about  p.content {
    width: 360px;
}
#page_tairan .tairan_info {
    width: 450px;
    margin-top: 50px;
}
#page_tairan .tairan_info h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
    color: #b01217;
}
#page_tairan .tairan_info h2 span {
    font-size: 37px;
    font-weight: 400;
    color: #636466;
}
#page_tairan .tairan_info .bullets {
    margin-bottom: 40px;
}
#page_tairan .tairan_info span.bullet {
    font-size: 37px;
    font-weight: 400;
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-right: 50px;
    cursor: pointer;
    color: #636466;
}
#page_tairan .tairan_info span.bullet:hover {
    color: #b01217;
}
#page_tairan .tairan_info span.bullet svg {
    color: #f7941f;
}
#page_tairan .tairan_info span.bullet .facebook svg {
    color: #189e96;
}
#page_tairan .tairan_info span.bullet img {
    max-width: 43px;
}
#page_tairan .tairan_info span.bullet .icon {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 50px;
    margin-top: 2px;
}
#page_tairan .tairan_info a {
    text-decoration: none;
}
#page_tairan .tairan_info a.tairan_website {
    font-family: Calibri;
    font-size: 27px;
    color: #b01217;
    border-bottom: 2px solid #b01217;
}
#page_tairan .tairan_info a.tairan_email {
    font-family: Calibri;
    font-size: 27px;
    color: #00a69e;
    border-bottom: 2px solid #00a69e;
}
#page_tairan .tairan_map {
    width: 565px;
    height: 500px;
    margin-top: 50px;
    margin-bottom: 43px;
}
#page_tairan .tairan_map {
    width: 565px;
    height: 500px;
    margin-top: 50px;
    margin-bottom: 43px;
}

#page_tairan .recommendations {
    position: relative;
    width: 1015px;
    margin: 0 auto;
    padding: 50px 0 45px 0;
}
#page_tairan .recommendations .all > * {
    direction: ltr;
}
#page_tairan .recommendations .recommendation {
    direction: rtl;
    width: 324px;
    height: 141px;
    margin-left: 22px;
    padding-top: 14px;
    color: white;
    background: #bf1f2e;
}
#page_tairan .recommendations .recommendation p {
    font-size: 25px;
    font-weight: 700;
    width: 95%;
    max-width: 286px;
    margin: 0 auto;
    color: white;
}
#page_tairan .recommendations .recommendation p.content {
    line-height: 80%;
    height: 88px;
    margin-bottom: 8px;
}
#page_tairan .recommendations .recommendation p.info {
    font-size: 17px;
    font-weight: 400;
    line-height: 7px;
}
#page_tairan .recommendations .recommendation p.info span {
    display: block;
}
#page_tairan .recommendations .slick-btn {
    position: absolute;
    background: none;
}
#page_tairan .recommendations .slick-prev {
    left: -60px;
}
#page_tairan .recommendations .slick-next {
    right: -60px;
    margin-top: -28px;
    transform: rotate(180deg);
}
#page_tairan .recommendations .recommendation:nth-child(n+1) {
    background: #bf1f2e;
}
#page_tairan .recommendations .recommendation:nth-child(2n+2) {
    background: #189e96;
}
#page_tairan .recommendations .recommendation:nth-child(3n+3) {
    background: #f7941f;
}

#page_tairans {
    padding-top: 37px;
}

#page_tairans .all .tairan {
    position: relative;
    float: right;
    width: 369px;
    height: 337px;
    margin: 0 0 31px 31px;
    background: #f7941f;
}
#page_tairans .all .tairan .content {
    width: 90%;
    margin: 0 auto;
    padding-top: 14px;
    text-align: center;
    color: white;
}
#page_tairans .all .tairan .content span {
    line-height: 58%;
    display: block;
    margin-bottom: 11px;
}
#page_tairans .all .tairan .content span.cat {
    font-size: 22px;
    font-weight: 400;
}
#page_tairans .all .tairan .content span.location {
    font-size: 22px;
    font-weight: 400;
}
#page_tairans .all .tairan .content span.title {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 14px;
}
#page_tairans .all .tairan .content a.button {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    width: 80px;
    height: 22px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #f7941f;
    background: white;
}
#page_tairans .all .tairan .content a.button:hover {
    color: white;
    background: black;
}
#page_tairans .all .tairan .img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 202px;
    background-position: center top;
    background-size: cover;
}
#page_tairans .all .tairan:nth-child(2n+2) {
    background: #b01217;
}
#page_tairans .all .tairan:nth-child(2n+2) a.button {
    color: #b01217;
}
#page_tairans .all .tairan:nth-child(3n+3) {
    background: #189e98;
}
#page_tairans .all .tairan:nth-child(3n+3) a.button {
    color: #189e98;
}
#page_tairans .all .tairan:nth-child(4n+4) {
    background: #189e98;
}
#page_tairans .all .tairan:nth-child(4n+4) a.button {
    color: #189e98;
}
#page_tairans ul.cats {
    width: 100%;
    margin-bottom: 40px;
}
#page_tairans ul.cats li {
    position: relative;
    display: inline-block;
    /* float: right; */
    width: 135px;
    height: 50px;
    margin-left: 9.2px;
    cursor: pointer;
    background: #f7941f;
}
#page_tairans ul.cats li.active {
    background: #636466;
}
#page_tairans ul.cats li:nth-child(8) {
    margin-left: 0;
}
#page_tairans ul.cats li:nth-child(3n+1) {
    background: #f7941f;
}
#page_tairans ul.cats li:nth-child(3n+2) {
    background: #189e98;
}
#page_tairans ul.cats li:nth-child(3n+3) {
    background: #b01217;
}
#page_tairans ul.cats li span {
    font-size: 23px;
    font-weight: 400;
    line-height: 82%;
    position: absolute;
    width: 95%;
    text-align: Center;
    color: white;
}
#page_tairans ul.cats li:hover {
    background: #636466;
}
#page_tairans .main.second {
    right: -1px;
    width: 1202px;
}
#page_tairans ul.cats li.active {
    background: #636466!important;
}

#page_news {
    padding-top: 37px;
}
#page_news .all {
    width: 1040px;
    margin: 0 auto;
}
#page_news .article {
    float: right;
    width: 300px;
    height: auto;
    margin-bottom: 50px;
    margin-left: 70px;
}
#page_news .article .img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 335px;
    border: 1px solid #00a69e;
}
#page_news .article .img img {
    position: absolute;
    width: 100%;
}
#page_news .article span.title {
    font-size: 24px;
    font-weight: 700;
    color: #00a69e;
}
#page_news .all a:nth-child(3n+3) .article {
    margin-left: 0;
}
img.loader {
    position: Absolute;
}


.page_gallery .main {
    width: 871px;
}
.page_gallery video {
    width: 100%;
    height: auto;
    max-height: 100%;
    background: black;;
}
.page_gallery .nav_images .slick-btn {
    position: absolute;
    background: none;
}
.page_gallery .nav_images .slick-next {
    right: -60px;
    margin-top: -28px;
    transform: rotate(180deg);
}
.page_gallery .nav_images .slick-prev {
    left: -60px;
}
.page_gallery ul.cats {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 30px;
}
.page_gallery ul.cats li {
    position: relative;
    display: inline-block;
    float: right;
    width: 138px;
    height: 50px;
    margin-left: 9.2px;
    cursor: pointer;
    background: #f7941f;
}

.page_gallery ul.cats li:nth-child(8) {
    margin-left: 0;
}
.page_gallery ul.cats li:nth-child(2n+2) {
    background: #b01217;
}
.page_gallery ul.cats li:nth-child(3n+3) {
    background: #189e98;
}
.page_gallery ul.cats li:nth-child(4n+4) {
    background: #f7941f;
}
.page_gallery ul.cats li span {
    font-size: 23px;
    font-weight: 400;
    line-height: 82%;
    position: absolute;
    width: 95%;
    text-align: Center;
    color: white;
}
.page_gallery ul.cats li:hover {
    background: #636466;
}
.page_gallery .all_big {
    margin-top: 0;
}
.page_gallery ul.cats li.active {
    background: #636466;
}
.hamburger {
    display: none;
}

#page_contact {
    padding: 35px 0 40px 0;
}
#page_contact .side {
    width: 564px;
}
#page_contact .side p {
    font-size: 22px;
}
#page_contact .side p.blue {
    font-size: 30px;
}
#page_contact .block {
    padding: 25px 0 30px 0;
    background: #189e96;
}
#page_contact .block .inner {
    width: 85%;
    margin: 0 auto;
}
#page_contact .block .inner form {
    width: 100%;
}
#page_contact .block .inner form .input {
    font-size: 28px;
    width: 100%;
    height: 40px;
    margin-bottom: 13px;
    padding-right: 10px;
    color: #636466;
}
#page_contact .block .inner form .input.msg {
    width: 100%;
    height: 180px;
    padding-top: 10px;
}
#page_contact .block .inner h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 18px;
    color: white;
}
#page_contact .block .inner .button {
    font-size: 42px;
    font-weight: 700;
    float: left;
    margin-top: 13px;
    padding: 2px 1px 9px 1px;
    color: white;
    border-bottom: 2px solid white;
    background: none;
}

.input.err {
    background: #fcafaf!important;
}
#contactForm label.err {
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-top: -11px;
    color: white;
}


.page_events .txt {
    max-width: 970px;
    margin-top: 35px;
    margin-bottom: 25px;
}
.page_events .txt p {
    font-size: 35px;
    width: 100%;
}
.page_events .all {
    width: 100%;
}
.page_events .all .event {
    width: 100%;
    height: 358px;
    margin-bottom: 40px;
    cursor: pointer;
    background: #e4e5e7;
}
.page_events .all .event {
    border-right: 15px solid #f7941f;
}
.page_events .all .event:nth-child(2n+2) {
    border-right: 15px solid #179c99;
}
.page_events .all .event .img {
    position: relative;
    float: left;
    overflow: hidden;
    width: 360px;
    height: 100%;
}
.page_events .all .event .img img {
    position: absolute;
    top: 50%!important;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.page_events .all .event .content {
    width: 735px;
    margin-top: 40px;
    margin-right: 35px;
}
.page_events .all .event .content p {
    font-size: 30px;
    width: 100%;
}
.page_events .all .event .content h4 {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    color: #f7941f;
}
.page_events .all .event:nth-child(2n+2) .content h4 {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    color: #179c99;
}
.cats .btn {
    font-size: 23px;
    font-weight: 400;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    background: none;
}
#page_tairans .all.grid .tairan  {
	float: none;
}


.page_article{padding-top:60px;padding-bottom:90px;}
.page_article .articlesPopular{width:368px;}
.page_article .articlesPopular h2{color:#00a69e;font-size:45px;margin:0;margin-bottom:30px;font-weight:700;}
.page_article .articlesPopular .article{width:100%;max-height:124px;margin-bottom:30px;}
.page_article .articlesPopular .article .img{width:153px;height:124px;overflow:hidden;background:#b6b8c2;position:relative;}
.page_article .articlesPopular .article .img img{position:absolute;width:100%;}
.page_article .articlesPopular .article p{margin-right:12px;color:#808183;padding-top:7px;padding-left:5px;font-size:18px;}
.page_article .articlesPopular .article p strong{display:block;font-size:24px;}

.page_article .fullArticle{width:750px;position:relative;}
.page_article .fullArticle .img{width:100%;}
.page_article .fullArticle .img img{width:100%;}
.page_article .fullArticle h2{font-size:40px;font-weight:700;color:#bf1f2e;}
.page_article .fullArticle p{font-size:20px;color:#636466;}
.page_article .fullArticle:before{content:' ';background:url('https://kesem-hamidbar.co.il/wp-content/themes/twentyseventeen/assets/images/lineYyellow.png') repeat-y;height:100%;width: 19px;position:absolute;right:-55px;top:0;}
.page_article .fullArticle img{max-width:100%;height:auto;}
.page_article .fullArticle .comments{width:100%;margin-top:100px;}
.page_article .fullArticle .comments .count{display:block;font-size:28px;color:#636466;}

.page_article .fullArticle .moreArticles{margin-top:80px;width:100%;margin-bottom:40px;}
.page_article .fullArticle .moreArticles h2{color:#00a69e;}
.page_article .fullArticle .moreArticles .article{width:198px;float:right;margin-left:75px;}
.page_article .fullArticle .moreArticles .article .img{width:100%;position:relative;overflow:hidden;height:162px;background:#b6b8c2;}
.page_article .fullArticle .moreArticles .article .img img{position:absolute;width:100%;}
.page_article .fullArticle .moreArticles .article p{color:#808183;padding-top:7px;padding-left:5px;font-size:18px;}
.page_article .fullArticle .moreArticles .article p strong{display:block;font-size:24px;}
.page_article .fullArticle .moreArticles .article:nth-child(4){margin-left:0;}

.page_cover .content .writer{display:block;font-size: 42px;font-weight: 700;line-height: 100%;margin: 0;text-align: center;color: white; text-shadow: 3.064px 2.571px 6.23px rgba(0, 0, 0, .52);}
.page_cover .content .date{display:block;font-size: 36px;font-weight: 700;line-height: 100%;margin: 0;text-align: center;color: white; text-shadow: 3.064px 2.571px 6.23px rgba(0, 0, 0, .52);}

.page_article .allArticles{width:750px;position:relative;}
.page_article .allArticles:before{content:' ';background:url('https://kesem-hamidbar.co.il/wp-content/themes/twentyseventeen/assets/images/lineYyellow.png') repeat-y;height:100%;width: 19px;position:absolute;right:-55px;top:0;}
.page_article .allArticles .article{width:100%;height:223px;position:relative;margin-bottom:35px;}
.page_article .allArticles .article .img{width: 295px;height:223px;overflow:hidden;position:relative;background:#b6b8c2;margin-left:18px;}
.page_article .allArticles .article .acolor{color:#00a69e}
.page_article .allArticles .article .bcolor{background:rgba(24,158,150,0.6);}
.page_article .allArticles .article .img img{position:absolute;width:100%;}
.page_article .allArticles .article .img .date{position:Relative;z-index:99;display:block;margin:0px auto;width:107px;text-align:center;color:white;font-size:24px;line-height:40px;height:40px;}
.page_article .allArticles .article .content{position:absolute;color:#636466;font-size:24px;right:313px;}
.page_article .allArticles .article .content span.title{font-weight:700;font-size:45px;}
.page_article .allArticles .article .content p{margin-bottom:0;}
.page_article .allArticles .article .content span.read{display:block;font-weight:;font-size:32px;}
.page_article .allArticles .article:nth-child(2n+2) .acolor{color:#f57d20;}
.page_article .allArticles .article:nth-child(2n+2) .bcolor{background:rgba(247,148,31,0.6);}
.page_article .allArticles .article:nth-child(3n+3) .acolor{color:#bf1f2e;}
.page_article .allArticles .article:nth-child(3n+3) .bcolor{background:rgba(191,68,49,0.6);}
.page_article .allArticles.allResults{width:100%;}

.page-numbers{display:inline-block;width:auto;font-size:16px;min-width:20px;padding-right:4px;padding-left:4px;height:16px;line-height:16px;background:#f7941f;color:white;text-align:center;}
a.page-numbers:hover{color:white;text-decoration:none;background:#00a69e;}
.page-numbers.current{background:#00a69e;}


.main_event .content {
    width:90%;
}

.main_event .content p{
    margin-top:15px;
	font-size:55px !important;
}

.main_event .content .buttons{
    margin-top:20px;
}

@media screen and (max-width:400px){
    .main_event .content p{
        font-size:40px !important;
    }
}
@media screen and (max-width:930px){
    #page_tairans ul.cats li {
        float: right;
    }
}
@media screen and (max-width: 700px) {
	.slide {
  background-image: url(https://kesem-hamidbar.co.il/wp-content/uploads/2021/05/Website_Sliders_17.11_mobile_2.png)!important;
  }
  .center{
    /* display:none; */
  }
	}