@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

/* ======================
 CUSTOM FONTS STYLES
====================== */
@font-face {
    font-family: 'Almonidlaaa-Regular';
    src: url('fonts/almoni-dl-aaa-400.eot');
    src: url('fonts/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'),
    url('fonts/almoni-dl-aaa-400.woff') format('woff'),
    url('fonts/almoni-dl-aaa-400.ttf') format('truetype'),
    url('fonts/almoni-dl-aaa-400.svg#alefbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Almonidlaaa-Bold';
    src: url('fonts/almoni-dl-aaa-700.eot');
    src: url('fonts/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'),
    url('fonts/almoni-dl-aaa-700.woff') format('woff'),
    url('fonts/almoni-dl-aaa-700.ttf') format('truetype'),
    url('fonts/almoni-dl-aaa-700.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/opensanshebrew-regular-webfont.eot');
    src: url('fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-regular-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-regular-webfont.ttf') format('truetype');
url('fonts/opensanshebrew-regular-webfont.svg#alefregular') format('svg');
}

@font-face {
    font-family: 'Open Sans Hebrew Light';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/opensanshebrew-light-webfont.eot');
    src: url('fonts/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-light-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-light-webfont.ttf') format('truetype');
url('fonts/opensanshebrew-light-webfont.svg#alefregular') format('svg');
}

@font-face {
    font-family: 'Open Sans Hebrew Bold';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/opensanshebrew-bold-webfont.eot');
    src: url('fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/opensanshebrew-bold-webfont.woff') format('woff'),
    url('fonts/opensanshebrew-bold-webfont.ttf') format('truetype');
url('fonts/opensanshebrew-bold-webfont.svg#alefregular') format('svg');
}

/* ======================
 GENERAL STYLES
====================== */
body, html {
    width: 100%;
    height: 100%;
    font: 20px/1.52 'Open Sans Hebrew', Arial, Verdana, sans-serif;
    color: #666;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    margin: 0;
    background: #fff;
    direction: rtl;
}

body.arabic {
    font-size: 18px;
}

* {
    outline: none !important;
}

a {
    color: #5d5d5d;
    text-decoration: underline;
    outline: none !important;
    cursor: pointer;
}

a:hover {
    color: #bf2b5f;
    text-decoration: underline;
}

a:active {
    color: #bf2b5f;
    text-decoration: underline;
}

a img, fieldset {
    border: none;
}

img {
    vertical-align: top;
    border: 0;
    max-width: 100%;
    height: auto;
}

header, footer, article, section, hgroup, nav, figure {
    display: block;
}

/* general form styles */
form,
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input[type=email]:invalid {
    box-shadow: none;
}

input[type=text], input[type=tel], input[type=email], input[type=password], textarea, textarea.form-control {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    outline: none;
    border: 1px solid #dbdbdb !important;
    border-radius: 4px;
    font: 20px 'Open Sans Hebrew', Arial, Verdana, sans-serif;
    line-height: 58px;
    height: 58px;
    background: #eef0f1;
    margin: 0;
    color: #666;
    box-shadow: none !important;
}

input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, textarea.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #dbdbdb !important;
}

.error input[type="text"], .error input[type="tel"], .error input[type="email"], .error input[type="password"], .error textarea {
    border: 1px solid #d93c3c;
}

.arabic input[type="text"], .arabic input[type="email"], .arabic input[type="tel"], .arabic input[type="password"], .arabic textarea {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

/*input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus{border: 1px solid #00adef;}*/
.search-bar input[type=text]:focus {
    border: none;
}

::-webkit-input-placeholder {
    color: #949495;
}

input:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-moz-placeholder {
    color: #949495;
}

input:focus:-moz-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    color: #949495;
    opacity: 1;
}

input:focus::-moz-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: #949495;
}

input:focus:-ms-input-placeholder {
    opacity: 0.5;
}

input[type=text].error, input[type=tel].error, input[type=email].error, input[type=password].error, textarea.error {
    border: 1px solid #d93c3c !important;
}

.size-info.error label:before {
    content: "" !important;
}

.size-info.error label {
    color: #d93c3c !important;
}

textarea,
textarea.form-control {
    width: 100%;
    padding: 10px;
    overflow: auto;
    resize: none;
    line-height: 24px;
    height: 100px;
    font-size: 20px;
}

::-webkit-textarea-placeholder {
    color: #949495;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-moz-placeholder {
    color: #949495;
}

textarea:focus::-moz-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    color: #949495;
    opacity: 1;
}

textarea:focus::-moz-placeholder {
    opacity: 0.5;
}

:-ms-textarea-placeholder {
    color: #949495;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}

input[type="submit"] {
    -webkit-appearance: none;
    background: #25af40;
    border: none;
    color: #fff;
    font: 25px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    height: 54px;
    line-height: 54px;
    border-radius: 4px;
    margin: 0;
    width: 100%;
}
input[type="submit"]:hover{background: #057810;}
.arabic input[type="submit"]{font-family: 'Droid Arabic Kufi', sans-serif;}
input[type="submit"]:hover {
    background: #057810;
}

.arabic input[type="submit"] {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.menu-section {
    /*display: none;*/
    z-index: -1;
    left: 2000px;
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

#wrapper > .container {
    padding: 0;
}

h1 {
    text-align: center;
    font: 36px/42px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    letter-spacing: -1px;
    margin: 0 0 39px;
    color: #bf2b5f;
}

#how-to-participate h1 {
    color: #bf2b5f;
}

.arabic h1 {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.event-fb-btn {
    display: none;
}

p {
    margin: 0 0 20px;
}

mark {
    background: none;
    font-family: "Source Sans Pro", Arial, Verdana, sans-serif;
    font-weight: 600;
    color: #666;
    direction: ltr;
    display: inline-block;
}

.arabic {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.hebrew {
    font-family: 'Open Sans Hebrew', sans-serif;
}

.header-holder {
    background: #fff;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 400;
}

#header {
    margin: 0 -15px;
}

.arabic .logo,
.logo {
    width: 188px;
    height: 188px;
    float: right;
    text-indent: -9999px;
    margin: 10px 0 -118px;
    position: relative;
    z-index: 200;
}

.logo:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*box-shadow: 0 0 32px rgba(0,0,0,0.1);*/
    position: absolute;
    left: 0;
    top: 0;
}

.logo:before {
    content: "";
    width: 100%;
    height: 102px;
    background: #fff;
    position: absolute;
    left: -32px;
    top: -32px;
    z-index: 1;
    padding: 0 32px;
    box-sizing: content-box;
}

.logo a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    /* background: url("../images/GDD_Logo_188-188_HEB.png") no-repeat; */
    background: url("../images/GDD_Logo_188-188_HEB.png") no-repeat;
    background-size: 100% 100%;
}

.logo img {
    position: absolute;
    left: 0px;
    top: -1px;
    width: 100%;
    opacity: 1;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 50%;
    height: auto;
}

.arabic .menu-btn,
.menu-btn {
    float: left;
    color: #fff !important;
    width: 168px;
    text-align: left;
    font: 25px/80px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    background: #bf2b5f;
    margin: 0 26px 0 0;
    position: relative;
    z-index: 7999;
    outline: none !important;
    text-decoration: none !important;
    padding: 0 10px 0 32px;
    direction: rtl;
}

/*.arabic .menu-btn{font-family: 'Droid Arabic Kufi', sans-serif;}*/
.arabic .menu-btn:hover,
.menu-btn:hover {
    background: #bf2b5f;
    color: #fff;
}

.arabic .menu-btn:active,
.menu-btn:active {
    background: #bf2b5f;
    color: #fff;
}

.arabic .menu-btn span,
.menu-btn span {
    padding: 0 0 0 22px;
}

.arabic .menu-btn .patty,
.menu-btn .patty {
    display: inline-block;
    width: 22px;
    height: 2px;
    margin: 10px 0;
    background: #fff;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    vertical-align: middle;
}

.menu-btn .patty:after,
.menu-btn .patty:before {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: -1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.menu-btn .patty:before {
    top: -7px
}

.menu-btn .patty:after {
    top: 7px
}

body.menu-opened .header-holder {
    position: static;
}

body.menu-opened .menu-btn .patty {
    background: none !important
}

body.menu-opened .menu-btn .patty:after {
    top: 0 !important;
    background: #fff !important;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.menu-opened .menu-btn .patty:before {
    top: 0 !important;
    background: #fff !important;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(191, 43, 95, 0.95);
    z-index: 500;
    display: none;
}

.menu-opened {
    overflow-y: scroll;
}

.menu-opened #wrapper {
    height: 100%;
}

.menu-section {
    position: absolute;
    left: 0;
    color: #fff;
    top: 0;
    width: 100%;
    z-index: 600;
    opacity: 0;
    -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
    display: none;
}

.arabic .menu-section {
    font-family: 'Open Sans Hebrew', Arial, Verdana, sans-serif;
}

.menu-section a {
    color: #fff;
}

.menu-section a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.menu-section li.disabled a {
    color: #e2aebd;
    cursor: text;
    display: block;
}

.menu-section li.disabled a:hover {
    text-decoration: none !important;
}

.menu-section li.disabled a:after {
    content: "הסתיים";
    display: inline-block;
    border-radius: 5px;
    background: #e2aebd;
    font-size: 10px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    color: #bf2b5f;
    line-height: 17px;
    padding: 0 7px;
}

.menu-section li.disabled.finisheden a:after {
    content: "closed";
}

.menu-section li.disabled.finished a:after {
    content: "הסתיים";
}

.menu-opened .menu-section {
    display: block;
    top: 0;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.login-btn {
    float: left;
    border-radius: 16px;
    border: 1px solid #707070;
    padding: 0 15px;
    font: 20px/35px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 23px 0 0;
    color: #666;
    outline: none !important;
    text-decoration: none !important;
}

.login-btn:hover {
    background: #bf2b5f !important;
    color: #fff !important;
    border: 1px solid #bf2b5f !important;
}

.login-btn:active {
    background: #8f0723 !important;
    color: #fff !important;
    border: 1px solid #8f0723 !important;
}

.login-btn:visited {
    text-decoration: none;
}

/*.arabic .login-btn{font-family: 'Droid Arabic Kufi', sans-serif;}*/
.arabic #hero-block,
#hero-block {
    margin: 0 -98px 50px;
    background: #bf2b5f;
    color: #fff;
    overflow: hidden;
}

.arabic #hero-block .text-part,
#hero-block .text-part,
#hero-block--bottom .text-part {
    float: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 126px 97px 52px 60px;
    width: 49.92%;
}

.arabic #hero-block .text-part {
    text-align: right;
}

.arabic #hero-block .text-part h1,
#hero-block h2 a {
    color: #fff;
    text-decoration: none;
}

#hero-block h2 a:hover {
    color: #fff;
}

#hero-block .text-part h1 {
    color: #fff;
    font-size: 76px;
    text-align: right;
    line-height: 66px;
    margin: 0 -1px 20px 0;
}

.arabic #hero-block .text-part .days-left,
#hero-block .text-part .days-left {
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 3px 32px 0 0;
    background: url("../images/ico-clock.png") no-repeat 100% 50%;
    margin: 0 0 5px;
}

#hero-block .text-part a.btn-green {
    background: #25af40;
    border-radius: 4px;
    padding: 0 30px;
    font: 24px/49px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.arabic #hero-block .text-part a.btn-green {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

#hero-block .text-part a.btn-green:hover {
    background: #159328;
    color: #fff;
}

#hero-block .text-part a.btn-green:active {
    background: #057810;
    color: #fff;
}

.arabic #hero-block .image-part,
#hero-block .image-part {
    float: left;
    width: 50.07%;
}

#about-section {
    text-align: center;
    padding: 38px 15px 49px;
}

#about-section h1 {
    margin: 0 0 25px;
}

.scroll-down {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/arrow-down.png") no-repeat;
}

#about-section .scroll-down {
    margin-top: 50px;
}

#how-to-participate {
    margin: 0 -9999px;
    padding: 38px 9999px 48px;
    background: #eef0f1;
}

.remove-how-to-participate {
    /* margin: -38px -8465px; */
    margin: 0px -8465px;
    padding: 35px 8600px 49px !important;
    /*  background: #eef0f1; */
    margin-bottom: 3px;
}

#how-to-participate.white-section {
    background: #fff;
}

#how-to-participate .scroll-down {
    margin: 56px auto -18px;
}

#how-to-participate .row {
    letter-spacing: -3px;
    word-spacing: -3px;
    text-align: center;
}

.circle-block {
    color: #fff;
    font-size: 15px;
    line-height: 1.33;
    display: inline-block;
    width: 25%;
    padding: 0 15px;
    letter-spacing: 0;
    word-spacing: 0;
    vertical-align: top;
}

.circle-block .holder {
    background: #25af40;
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    text-align: center;
}

.circle-block.orange .holder {
    background: #e68a39;
}

.circle-block.purple .holder {
    background: #b63682;
}

.circle-block.pink .holder {
    background: #bf2b5f;
}

.circle-block.red .holder {
    background: #d93c3c;
}

/*.circle-block.red.active .participate-btn {*/
/*color: #d93c3c;*/
/*text-decoration: none;*/
/*}*/
.circle-block .holder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.circle-block .holder:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0s none;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.circle-block .holder:before {
    border-color: #25af40;
}

.circle-block.orange .holder:before {
    border-color: #e68a39;
}

.circle-block.purple .holder:before {
    border-color: #b63682;
}

.circle-block.pink .holder:before {
    border-color: #a62a57;
}

.circle-block.red .holder:before {
    border-color: #d93c3c;
}

/*.circle-block.pink .holder:hover{background-color: #d35b4c;}*/
.circle-block.pink .holder:hover:before {
    border-color: #b5213a;
}

.circle-block .holder:hover:before {
    border: 20px solid #057810;
    padding: 0;
}

.circle-block.disabled .holder:before {
    display: none;
}

.circle-block.active .holder {
    background: none !important;
    border: 1px solid #e7e8e9 !important;
    box-shadow: none;
    color: #3aa950;
}

.circle-block.orange.active .holder {
    color: #e68a39;
}

.circle-block.purple.active .holder {
    color: #b63682;
}

.circle-block.pink.active .holder {
    background-color: #d35b4c !important;
    color: #fff;
}

.circle-block.pink.active .holder:before {
    border-color: #a62a57 !important;
}

.circle-block.red.active .holder {
    color: #d93c3c;
}

.circle-block.active .holder:after {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

.circle-block.active .holder:before {
    border: 20px solid #3aa950 !important;
    display: block;
}

.circle-block.orange.active .holder:before {
    border: 20px solid #e68a39 !important;
}

.circle-block.purple.active .holder:before {
    border: 20px solid #b63682 !important;
}

.circle-block.red.active .holder:before {
    border: 20px solid #d93c3c !important;
}

.circle-block.orange:hover .holder:before {
    border: 20px solid #da6a23;
}

.circle-block.purple:hover .holder:before {
    border: 20px solid #820b42;
}

.circle-block.red .holder:hover:before {
    border: 20px solid #b80e0e;
}

.circle-block a,
.circle-block a:hover,
.circle-block a:active {
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    border-radius: 50%;
}

.circle-block .frame {
    padding: 97px 25px 70px;
}

.circle-block h2 {
    font: 36px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 -2px;
    letter-spacing: 0px;
}

.arabic .circle-block h2 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700
}

.circle-block .participate-btn {
    text-decoration: underline;
}

.circle-block .participate-btn,
.circle-block .you-are-here,
.circle-block .coming-soon {
    position: absolute;
    bottom: 47px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.circle-block .coming-soon,
.circle-block .you-are-here {
    color: #3aa950;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.circle-block .coming-soon {
    color: #fff;
}

.circle-block.orange .you-are-here {
    color: #da6a23;
}

.circle-block.purple .you-are-here {
    color: #820b42;
}

.circle-block.red .you-are-here {
    color: #b80e0e;
}

#latest-updates {
    padding: 35px 0 30px;
}

#latest-updates h1,
#events h1 {
    margin: 0 0 -2px;
}

#events h1 {
    text-transform: uppercase;
}

#latest-updates h2,
#events > h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 42px;
    text-align: center;
}

#latest-updates .instagram-images {
    border: 1px solid #bdc3c7;
    margin: 0 0 26px;
    overflow: hidden;
}

#latest-updates .instagram-images iframe {
    vertical-align: top;
}

#latest-updates .instagram-images img {
    float: right;
    width: 25%;
}

.instagram-column,
.twitter-column {
    margin-bottom: 80px;
    text-align: center;
}

.instagram-btn {
    padding: 0 63px 0 0;
    line-height: 52px;
    font-size: 16px;
    display: inline-block;
    background: url("../images/ico-instagram.png") no-repeat 100% 50%;
}

.instagram-btn:hover {
    color: #3f729b;
    background: url("../images/ico-instagram-hover.png") no-repeat 100% 50%;
}

.instagram-btn:active {
    color: #3f729b;
    background: url("../images/ico-instagram-active.png") no-repeat 100% 50%;
}

.twitters-list {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    text-align: right;
    font-size: 16px;
    line-height: 1.56;
    background: #eef0f1;
}

.twitters-list.white-list li {
    background: #fff;
}

.twitters-list li {
    position: relative;
    background: #eef0f1;
    border-top: 2px solid #fff;
    overflow: hidden;
    padding: 18px 21px 17px 12px;
    min-height: 70px;
    box-sizing: content-box;
}

.tw-date {
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 14px;
    color: #8b8c8d;
    opacity: 0.5;
}

.twitters-list li:first-child {
    border-top: none;
}

.twitters-list .title {
    color: #00acc8;
    font: 15px "Source Sans Pro", Arial, Verdana, sans-serif;
    font-weight: 600;
    display: block;
    margin: 0 0 1px;
    padding-left: 65px;
    direction: ltr;
}

.twitters-list .title a {
    color: #00acc8;
    text-decoration: none;
    direction: ltr;
}

.twitters-list p {
    margin: 0;
}

.twitter-btn {
    padding: 0 63px 0 0;
    line-height: 52px;
    font-size: 16px;
    display: inline-block;
    background: url("../images/ico-twitter.png") no-repeat 100% 50%;
}

.twitter-btn:hover {
    color: #55acee;
    background: url("../images/ico-twitter-hover.png") no-repeat 99.9% 50%;
}

.twitter-btn:active {
    color: #55acee;
    background: url("../images/ico-twitter-active.png") no-repeat 99.9% 50%;
}

.arabic .menu-section .close,
.menu-section .close {
    margin: 28px 32px 32px 34px !important;
}

.menu-section .container {
    color: #fff;
    padding-bottom: 20px;
}

.menu-section .container .row:before {
    content: "";
    clear: both;
    display: block;
}

.arabic .menu-section .close,
.menu-section .close {
    margin: 32px;
    padding: 0 0 0 32px;
    opacity: 1;
    text-decoration: none;
    font: 25px/26px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    background: url("../images/bg-close-btn.png") no-repeat 0 6px;
    display: none;
}

.arabic .menu-section .close {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    float: left;
}

.menu-section .close:hover {
    color: #fff;
}

.menu-section .container .social-networks {
    width: 36%;
    /* width: 28.759%; */
    padding: 52px 0 0;
    margin: 4em auto;
    display: block;
    float: none;
    overflow: hidden;
}

.menu-section .container .column {
    margin-top: 92px;
    border-right: 2px solid #fff;
}

.menu-section .container .column:first-child {
    border: none;
}

.menu-section .container .social-networks {
    word-spacing: -3px;
    letter-spacing: -3px;
    text-align: center;
    padding: 0 1px 0 0;
}

.menu-section .container .social-networks li {
    font: 21px/21px 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 12px;
    float: none;
    display: inline-block;
    word-spacing: 0;
    letter-spacing: 0;
}

.arabic .menu-section .container .social-networks li {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.menu-section .container .column h3 {
    text-align: center;
    font: 36px/36px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 40px 0;
}

.arabic .menu-section .container .column h3 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700;
}

.menu-section .container .column ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-section .container .column ul li {
    text-align: center;
    margin-bottom: 10px;
}

.menu-section .container .column ul li a {
    text-decoration: none;
}

.menu-section .container .column ul li a:hover {
    text-decoration: underline;
}

#events,
#photo-gallery {
    margin: 0 -9999px;
    padding: 40px 9999px 30px;
    text-align: center;
}

#events h1 {
    margin-bottom: 38px;
}

#photo-gallery h1 {
    margin-bottom: 38px;
}

#photo-gallery .gallery-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    overflow: hidden;
}

#photo-gallery .gallery-list li {
    min-height: 316px;
}

#photo-gallery .gallery-list li h2 {
    font: 19px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 285px;
}

.arabic #photo-gallery .gallery-list li h2 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700;
}

#photo-gallery .gallery-list a {
    text-decoration: none;
}

#photo-gallery .gallery-list a:hover {
    text-decoration: none;
}

#photo-gallery .gallery-list li span {
    font-size: 14px;
    line-height: 17px;
    display: block;
    margin-bottom: 27px;
}

#photo-gallery .gallery-list li img {
    width: 100%;
    margin-bottom: 8px;
}

.btn {
    font: 25px/46px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    display: inline-block;
    margin: 0 auto 70px;
    padding: 0 25px;
    text-decoration: none;
    color: #fff !important;
    background: #666;
    border-radius: 4px;
    min-width: 166px;
}

.arabic .btn {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.btn:hover {
    background: #474747;
    color: #fff;
}

.btn:active {
    background: #383838;
    color: #fff;
}

.btn:visited {
    color: #fff;
}

#partners {
    padding: 38px 0 158px;
    margin: 0 -2px;
    position: relative;
}

#partners .press_section {
    color: #b63682;
    text-decoration: none;
}

#partners .press_section:hover {
    text-decoration: underline;
}

#partners h1 {
    padding-bottom: 57px;
    direction: rtl;
}

#partners .partners {
    position: relative;
}

#partners .bx-next, #partners .bx-prev {
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 12px;
    left: 0;
    width: 20px;
    height: 37px;
    background: url("../images/previous.png") no-repeat 0 0;
    outline: none;
}

#partners .bx-next {
    left: auto;
    right: 1px;
    background: url("../images/next.png") no-repeat 0 0;
}

#partners .disabled {
    opacity: 0.3;
}

#partners img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 70px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    vertical-align: middle;
}

#partners li:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

#partners .partners-holder {
    margin: 0 auto;
    overflow: hidden;
    direction: ltr;
}

#partners .partners-holder ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

#partners .partners-holder ul li {
    float: right;
    height: 70px;
    position: relative;
}

#partners .partners-holder ul li > div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 70px;
    width: 100%;
    position: relative;
}

#partners .partners-holder ul li > div:after {
    content: "";
    display: inline-block;
    height: 70px;
    vertical-align: middle;
}

#partners .partners-holder ul li a {
    vertical-align: middle;
}

#partners .partners-holder ul li .gsWrapper img {
    vertical-align: top;
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#partners .partners-holder ul li .gsWrapper:hover img {
    opacity: 1;
}

/*#partners .partners-holder ul li a img{vertical-align: middle;}*/
#footer {
    background: #bf2b5f;
    margin: 0 -9999px;
    padding: 0 9999px;
    color: #fff;
    font: 16px/20px 'Open Sans Hebrew', Arial, Verdana, sans-serif;
    overflow: hidden;
}

#footer a {
    color: #fff;
}

#footer:after {
    content: "";
    display: block;
    clear: both;
}

.footer-menu {
    width: 22.8%;
    float: right;
    padding: 55px 0 40px 30px;
}

.footer-menu h2 {
    margin: 0 0 18px;
    font: 25px/26px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

/*.arabic .footer-menu h2{font-family: 'Droid Arabic Kufi', sans-serif; font-weight: bold;}*/
.footer-menu ul li {
    margin-bottom: 6px;
}

.footer-menu ul a, .social-networks a {
    text-decoration: none;
}

.social-networks a {
    display: block;
    text-indent: -9999px;
    width: 57px;
    height: 57px;
    float: right;
}

.social-networks .youtube a {
    background: url("../images/icon-youtube.svg") no-repeat 0 0/contain;
}

.social-networks .facebook a {
    background: url("../images/icon-facebook.svg") no-repeat 0 0/contain;
}

.social-networks .twitter a {
    background: url("../images/icon-twitter.svg") no-repeat 0 0/contain;
}

.social-networks .instagram a {
    background: url("../images/icon-insta.svg") no-repeat 0 0/contain;
}

.social-networks .linkedin a {
    background: url("../images/icon-linkedin.svg") no-repeat 0 0/contain;
}

.social-networks .youtube a:hover {
    background: url("../images/icon-youtube-hover.svg") no-repeat 0 0;
}

.social-networks .facebook a:hover {
    background: url("../images/icon-facebook-hover.svg") no-repeat 0 0;
}

.social-networks .twitter a:hover {
    background: url("../images/icon-twitter-hover.svg") no-repeat 0 0;
}

.social-networks .instagram a:hover {
    background: url("../images/icon-insta-hover.svg") no-repeat 0 0;
}

.social-networks .linkedin a:hover {
    background: url("../images/icon-linkedin-hover.svg") no-repeat 0 0;
}

/*.social-networks .youtube a{background: url("../images/bg-youtube.png") no-repeat 0 0;}*/
/*.social-networks .facebook a{background: url("../images/bg-facebook.png") no-repeat 0 0;}*/
/*.social-networks .twitter a{background: url("../images/bg-twitter.png") no-repeat 0 0;}*/
/*.social-networks .instagram a{background: url("../images/bg-instagram.png") no-repeat 0 0;}*/
/*.social-networks .linkedin a{background: url("../images/bg-linkedin.png") no-repeat 0 0;}*/

/*.social-networks a:hover{background-position: 0 -57px;}*/
/*.social-networks a:active{background-position: 0 -114px;}*/
.footer-menu ul a:hover {
    text-decoration: underline;
}

.footer-menu ul, .social-networks {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-networks {
    width: 28.759%;
    float: right;
    padding: 60px 0 0 0;
    margin: 0 -23px 0 23px;
}

.social-networks.en {
    /*width:31.3% !important;*/
    width: auto;
}

.social-networks li {
    float: right;
    /* margin: 0 0 0 24px; */
    margin: 0 0 0 20px;
}

.social-networks li.facebook.en {
    margin: 0 0 0 0px;
}

.contact-info {
    width: 25.641%;
    float: right;
    background: #cf6087;
    padding: 24px 28px 9999px 42px;
    height: 100%;
    margin-bottom: -9999px;
    box-sizing: border-box;
}

.contact-info .tel {
    margin-bottom: 24px;
    display: block;
}

.contact-info .tel a {
    font-size: 18px;
    padding: 0 30px 0 0;
    text-decoration: none;
    background: url("../images/bg-tel.png") no-repeat 100% 6px;
}

.contact-info .tel a:hover {
    text-decoration: underline;
}

.contact-info h4 {
    margin: 0;
    font: 30px/29px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

/*.arabic .contact-info h4{font-family: 'Droid Arabic Kufi', sans-serif; font-weight: bold;}*/
.contact-info address {
    font-size: 16px;
    line-height: 20px;
}

.contact-info .developed-by {
    display: block;
    text-indent: -9999px;
    background: url("../images/bg-arison.png") no-repeat 0 0;
    width: 121px;
    height: 24px;
    margin: 0 2px 0 0;
}

.container_column1_bold a {
    font-weight: 700;
}

.hero-block-holder {
    margin: 0 0 38px;
    background-color: #BF2B5F;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 50%;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

.article-hero-block {
    min-height: 430px;
    margin: 0 0 40px;
}

.hero-block-holder .container {
    padding: 0;
}

.hero-block-holder #hero-block {
    background: none;
    margin-bottom: 0;
}

.arabic .image-part_min,
.image-part_min,
.image-part_min_great {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image-part_min img {
    display: none;
    width: 100%;
    float: none;
}

.hero-block-holder .btn-green {
    margin-bottom: 20px;
}

.circle-block::before {
    transition: all 0.1s ease-in-out 0s;
}

/* about page*/
#hero-block .text-part h2 {
    margin: 0 -2px 2px 0;
    font: 46px/57px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.arabic #hero-block .text-part h2 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: bold;
}

#hero-block .text-part p {
    max-width: 463px;
    font: 26px/39px 'Open Sans Hebrew Light', Arial, sans-serif;
    margin: 0 0 20px;
}

.arabic #hero-block .text-part p {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
}

#content-section {
    padding-bottom: 20px;
    overflow: hidden;
}

.content {
    line-height: 1.65;
}

.content h1,
.content h2 {
    color: #bf2b5f;
    margin: 0 0 12px;
    text-align: right;
    font: 32px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.content p {
    margin: 0 0 29px;
}

.content iframe {
    max-width: 768px;
    width: 100%;
    height: 456px;
    margin: 0 0 40px;
}

.sidebar_about {
    max-width: 300px;
    float: left;
    width: 100%;
    margin: 2px 0 0 9px;
}

.sidebar_about ul {
    list-style: none;
    max-width: 300px;
    padding: 0;
    overflow: hidden;
}

.sidebar_about ul li:first-child {
    color: #bf2b5f;
    font-size: 20px;
    line-height: 1.25;
}

.sidebar_about ul li {
    color: #666;
    font-size: 16px;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
    width: 100%;
    background: url("../images/sidebar_about_image_4.png") repeat-y 221px 0;
    min-height: 133px;
    overflow: hidden;
}

.arabic .sidebar_about ul li {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700;
}
.blog-block .idea-block-cont a{padding: 0 0 36px;}
/* article */
.article{
	max-width: 770px;
	margin: 0 auto !important;
	float: none !important;
}
.article p{margin: 0 0 33px;}
.article ul{margin-bottom: 29px;}
.article figure{margin: 0 0 35px;}
.article figure img{
	display: block;
	margin: 0 auto 10px;
}
.article figure figcaption{
	max-width: 640px;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
}
.article .social-networks{
	word-spacing: -3px;
	letter-spacing: -3px;
	margin: 0 auto;
	text-align: center;
	float: none;
	padding: 20px 0 55px;
}
.article .social-networks li{
	word-spacing: 0;
	letter-spacing: 0;
	display: inline-block;
	float: none;
	margin: 0 6px;
}
.article .social-networks a{
	width: 50px;
	height: 50px;
}
.article .social-networks .facebook a{background: url("../images/bg-facebook-2.png") no-repeat 0 0;}
.article .social-networks .twitter a{background: url("../images/bg-twitter-2.png") no-repeat 0 0;}
.article .social-networks a:hover{background-position: 0 0;}
.article .social-networks a:active{background-position: 0 0;}
.article h2{
	font: 32px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
	margin: 0 0 13px;
	padding: 1px 0 0;
}
.article-info{
	max-width: 530px;
	margin: 0 auto;
	text-align: center;
	padding: 47px 0 20px;
	overflow: hidden;
}
.article-info h3{
	font: 26px/0.85 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
	color: #fff;
	margin: 0 0 33px;
}
.article-info h3 a{
	color: #fff;
	text-decoration: underline;
}
.article-info h1{
	font: 46px/0.85 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
	margin: 0 0 5px;
	color: #fff;
}
.article-info p{
	margin: 0 0 25px;
}
.article-info .date{
	display: block;
	margin: 0 0 25px;
	font-size: 16px;
	font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
}
.article-info .social-networks{
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: inline-block;
	word-spacing: -3px;
	letter-spacing: -3px;
}
.article-info .social-networks li{
	float: none;
	margin: 0 6px;
	display: inline-block;
	word-spacing: 0;
	letter-spacing: 0;
}
.article-info .social-networks li a{
	width: 50px;
	height: 50px;
	background-size: 50px auto;
}
/*.article-info .social-networks li a:hover{background-position: 0 -50px;}*/
.article-info .social-networks li a:active{background-position: 0 -100px;}
#related-posts #photo-gallery.activity-ideas{padding-top: 38px;}
#related-posts #photo-gallery.activity-ideas h1{margin: 0 0 47px;}
.green-streep,
.cta-pledge-streep{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #3aa950;
	font-family: 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
	z-index: 999;
}
.cta-pledge-streep{
	background: #b63682;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 15px;
}
.sidebar_about ul li:last-child {
    background: none;
}

.sidebar_about ul span {
    font-family: 'Open Sans Hebrew', Arial, sans-serif;
    margin-right: 5px;
}

.arabic .sidebar_about ul span {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 400;
}

.sidebar_about ul .people, .sidebar_about ul .heart, .sidebar_about ul .earth {
    padding-right: 33px;
    margin-bottom: 3px;
}

.sidebar_about div {
    float: left;
    max-width: 190px;
    width: 100%;
    padding: 0 0 0 20px;
}

.sidebar_about .year {
    color: #bf2b5f;
    float: right;
    background: url("../images/sidebar_about_image_5.png") no-repeat 6px 4px;
    padding: 2px 0 4px 38px;
    font-size: 22px;
    line-height: 1;
    width: 95px;
}

.sidebar_about .people {
    background: url("../images/sidebar_about_image_1.png") no-repeat 100% 55%;
}

.sidebar_about .heart {
    background: url("../images/sidebar_about_image_2.png") no-repeat 99% 60%;
}

.sidebar_about .earth {
    background: url("../images/sidebar_about_image_3.png") no-repeat 99% 60%;
}

.sidebar_about .scroll-down {
    display: none;
}

/*GDD-business*/
.orange .hero-block-holder {
    background-color: #e97f03;
}

.orange h1 {
    color: #e97f03;
}

#hero-block .text-part h3 {
    margin: 5px 0 5px;
    font: 46px/57px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.arabic #hero-block .text-part h3 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700;
}

#photo-gallery.activity-ideas h1 {
    margin: 0 0 24px 0;
}

#photo-gallery.activity-ideas p {
    margin: 0 0 43px;
}

.ideas-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ideas-list li {
    margin-bottom: 31px;
}

.ideas-list li img {
    margin-bottom: 0;
}

.ideas-list li h2 {
    min-height: 80px;
    background: #fff;
    padding: 16px 32px 5px 35px;
    color: #666;
    font: 20px/20px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0;
}

.arabic .ideas-list li h2 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-weight: 700;
}

.ideas-list li h2 a {
    color: #666;
    text-decoration: none;
    display: block;
}

#downloads-section .btn,
.activity-ideas .btn {
    margin-top: 39px;
    margin-bottom: 39px;
    width: 177px;
    line-height: 52px;
    clear: both;
    color: #fff;
}

#downloads-section .btn {
    margin-top: 0;
}

#business-form {
    text-align: center;
    margin: 0 0 27px;
}

#business-form h1 {
    margin-bottom: 13px;
}

#form-section p,
#business-form p {
    max-width: 775px;
    margin: 0 auto 62px;
}

.info-form {
    margin: 0 auto 73px;
    max-width: 630px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 0 0 130px;
}

.info-form .form-row {
    overflow: hidden;
    margin: 0 0 25px;
}

.info-form label {
    float: right;
    color: #666;
    line-height: 58px;
    width: 26%;
    padding: 0 0 0 10px;
    font-weight: normal;
    text-align: right;
}

.info-form input[type="text"],
.info-form input[type="email"],
.info-form input[type="tel"],
.info-form textarea {
    float: left;
    width: 74%;
}

.info-form input[type="email"]:invalid {
    box-shadow: none;
}

.info-form input[type="submit"] {
    float: left;
    width: 74%;
    margin: 10px 0 0;
}

/**/
::-webkit-input-placeholder {
    color: #f00;
}

input:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-moz-placeholder {
    color: #f00;
}

input:focus:-moz-placeholder {
    opacity: 0.5;
}

::-moz-placeholder {
    color: #f00;
    opacity: 1;
}

input:focus::-moz-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    color: #f00;
}

input:focus:-ms-input-placeholder {
    opacity: 0.5;
}

/**  ezMark jQuery Plugin **/
.ez-hide {
    opacity: 0;
    filter: alpha(opacity=0);
}

.ez-radio.error {
    border: 1px solid #d93c3c !important;
    color: #d93c3c !important;
}

.ez-radio {
    background: #eef0f1;
    border: 1px solid #d9d9d9;
    float: right;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
}

.ez-radio input {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.ez-selected {
    border: 1px solid #b63682;
    background: #b63682;
}

.green .ez-selected {
    border: 1px solid #3aa950;
    background: #3aa950;
}

#contact-form-section .contact-form textarea {
    height: 97px;
}

#contact-form-section {
    padding-top: 12px;
}

#contact-form-section .contact-form {
    padding: 0 0 109px 200px;
    max-width: 770px;
    margin: 0 auto;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form input[type="submit"],
.contact-form .fields-holder {
    float: right;
    width: 64.91%;
}

.contact-form input[type="submit"] {
    font-size: 25px;
    margin: 20px 0 0;
    float: left;
    background-color: #3aa950;
}

.contact-form label {
    text-align: right;
    float: right;
    padding: 0 0 0 10px;
    width: 35.08%;
    line-height: 58px;
    margin: 0;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.contact-form .form-row {
    margin: 0 0 30px;
}

.contact-form .form-row:after {
    content: "";
    display: block;
    clear: both;
}

.thankyou-block {
    text-align: center;
    margin: 7px 0 100px;
    min-height: 270px; /*min-height: 172px;*/
}

.thankyou-block h1 {
    color: #b63682;
    margin: 0 0 8px;
    font-size: 31px;
}

.error label:before {
    content: "*";
}

.error label {
    color: #d93c3c;
}

.errors-text {
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
    color: #d93c3c;
    margin: 0 auto 30px 0;
    width: 64.91%;
}

.errors-text p {
    margin: 0;
}

.purple .hero-block-holder {
    background-color: #b63682;
}

.purple h1 {
    color: #b63682;
}

#partners .partners-holder ul li {
    margin-right: 19px !important;
}

#partners h1 a {
    color: #bf2b5f;
    text-decoration: none;
}

#partners h1 a:hover {
    color: #666;
}

.gray-section {
    background: #eef0f1;
    margin: 0 -9999px !important;
    padding-left: 9999px !important;
    padding-right: 9999px !important;
}

#partners .scroll-down {
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin: 0 0 0 -15px;
}

#independent-gallery {
    padding: 35px 0 100px;
}

.gallery-block {
    height: 369px;
    display: table;
    background: #b63682;
    margin: 0 0 14px;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
}

.gallery-block.pink {
    background: #bf2b5f;
}

.gallery-block.red {
    background: #d93c3c;
}

.gallery-block.orange {
    background: #e68a39;
}

.gallery-block a {
    color: #fff;
}

.gallery-block .holder {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0 35px;
}

.gallery-block h2 {
    margin: 0;
    font: 32px/40px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.gallery-block .more-holder {
    position: absolute;
    width: 100%;
    bottom: 35px;
    text-align: center;
    left: 0;
}

.gallery-block .event-details {
    position: absolute;
    left: 0;
    top: 0;
    background: #eef0f1;
    width: 100%;
    height: 100%;
    color: #666;
    padding: 30px 35px;
    display: none;
}

.gallery-block:hover .event-details {
    display: block;
}

.gallery-block .event-details h3 {
    color: #b63682;
    font: 32px/40px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 23px;
}

.gallery-block .event-details h2 {
    display: none;
}

.gallery-block .event-details span {
    display: block;
    margin: 0 0 24px;
    text-align: right;
    max-width: 275px;
    padding: 3px 61px 0 0;
    min-height: 34px;
    position: relative;
    line-height: 1.25;
}

.gallery-block .event-details span em {
    font-style: normal;
    display: block;
}

.gallery-block .event-details span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: -18px 0 0 -18px;
    width: 37px;
    height: 37px;
    background-color: #b63682;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.gallery-block .event-details span.company:before {
    background-image: url("../images/ico-company.png");
}

.gallery-block .event-details span.phone:before {
    background-image: url("../images/ico-phone.png");
}

.gallery-block .event-details span.time {
    margin: 0 0 15px;
}

.gallery-block .event-details span.time:before {
    background-image: url("../images/ico-clock-3.png");
}

.gallery-block .event-details span.location {
    margin: 0 0 30px;
}

.gallery-block .event-details span.location:before {
    background-image: url("../images/ico-location-2.png");
}

.gallery-block .event-details span.location address {
    display: block;
    line-height: 1.25;
}

.gallery-block.empty {
    border: 7px solid #e4e4e4;
    background: url("../images/bg-empty-block.gif");
}

.gallery-block.empty img {
    display: block;
    margin: 70px auto 40px;
}

.gallery-block.empty h3 {
    color: #a3a3a3;
    font: 24px/23px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0;
}

#form-section {
    position: relative;
    margin: -10px 0 30px;
}

#form-section .form-row {
    max-width: 770px;
    margin: 0 auto;
    padding: 0 0 0 200px;
}

.aligncenter {
    text-align: center;
}

.radioinput-holder {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 13px;
}

.radioinput-holder label {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    max-width: none;
    height: 100px;
    display: table;
    line-height: 22px;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
    cursor: pointer;
}

.radioinput-holder.ez-parent label {
    color: #fff;
}

.radioinput-holder label span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

#form-section fieldset {
    border-top: 2px solid #eef0f1;
    margin: 0 -9999px;
    padding: 40px 9999px;
}

#form-section fieldset.first,
#form-section fieldset:first-child {
    border-top: 0px !important;
    padding-top: 0 !important;
}

#form-section #activity-yes fieldset {
    border-top: 2px solid #eef0f1 !important;
    padding-top: 40px !important;
}

#form-section h2 {
    font: 32px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 40px;
    text-align: center;
    color: #b63682;
}

.green #form-section h2 {
    color: #3aa950;
}

#form-section .form-row-2,
#form-section .form-row {
    margin: 0 auto;
    padding-bottom: 30px;
}

#form-section .form-row:after {
    content: "";
    clear: both;
    overflow: hidden;
    display: block;
}

fieldset .form-row label {
    display: none;
}

fieldset.last .form-row label {
    display: block;
}

#form-section .form-row > label {
    float: right;
    width: 35%;
    padding: 14px 0 0 10px;
}

#form-section input[type="text"],
#form-section input[type="tel"],
#form-section input[type="email"],
#form-section input[type="submit"],
#form-section textarea,
#form-section .fields-holder,
#form-section .upload-file-container {
    float: left;
    width: 65%;
}

#form-section input[type="submit"] {
    margin: -20px 0 0;
}

#form-section input[type="text"].short {
    float: right;
    width: 99px;
    margin: 0 0 0 40px;
}

#form-section .note {
    display: block;
    overflow: hidden;
    line-height: 58px;
    font-size: 16px;
    color: #959595;
}

#upload_file,
#upload_file-2 {
    position: absolute;
    right: -99999px;
}

#upload_label,
#upload_label-2 {
    display: block;
    cursor: pointer;
    position: relative;
    font-weight: normal;
}

/** custom select styles **/
div select,
div select.form-control {
    border-radius: 5px;
    background: #eef0f1 url("../images/select-arrow.gif") no-repeat 0 0;
    height: 58px;
    border: 1px solid #dcdddd !important;
    width: 100%;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 20px 'Open Sans Hebrew', Arial, Verdana, sans-serif;
    line-height: 100%;
    box-shadow: none !important;
    cursor: pointer;
}

div select:focus,
div select.form-control:active {
    background: #b2b2b2 url("../images/select-arrow.gif") no-repeat 0 0;
    color: #fff;
    box-shadow: none;
    border: 1px solid #dcdddd;
}

div select option,
div select.form-control option {
    line-height: 1.2px;
    padding: 7px 18px;
    background: #eef0f1;
    border-top: 1px solid #dcdcdc;
    text-decoration: none;
    color: #8f9090;
}

div select option:hover,
div select.form-control option:hover {
    background: #dcdcdc;
    color: #8f9090;
}

select::-ms-expand {
    display: none;
}

.sbHolder {
    height: 58px;
    position: relative;
    width: 100%;
    z-index: 100;
    border-radius: 5px;
    background: #eef0f1;
}

.sbHolder.open {
    z-index: 101;
}

.sbHolder.open,
.sbHolder.selected {
    background: #aaabab;
}

.sbSelector {
    display: block;
    height: 58px;
    right: 0;
    line-height: 56px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    color: #b2b3b4;
    padding: 0 15px 0 60px;
    border: 1px solid #dcdddd;
    border-radius: 5px;
}

.sbHolder.open .sbSelector,
.sbHolder.selected .sbSelector {
    color: #fff;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #b2b3b4;
    outline: none;
    text-decoration: none;
}

.sbToggle {
    background: #b2b2b2;
    display: block;
    height: 58px;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    border-radius: 5px 0 0 5px;
}

.sbHolder.open .sbToggle,
.sbHolder.selected .sbToggle {
    background: none;
}

.sbToggle:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border: solid transparent;
    border-width: 14px 8px;
    border-top-color: #fff;
    margin: -5px 0 0 -8px;
}

.sbOptions_div {
    list-style: none;
    right: 0;
    margin: 14px 0 0;
    padding: 0;
    position: absolute;
    top: 65px !important;
    width: 100%;
    z-index: 1;
    max-height: 285px !important;
}

.sbOptions_div .slimScrollDiv {
    border: 1px solid #d9d9d9;
    background: #eef0f1;
    border-radius: 5px;
}

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

.sbOptions_div .top-arrow {
    display: block;
    height: 14px;
    position: absolute;
    z-index: 100;
    top: -14px;
    left: 0;
    width: 100%;
}

.sbOptions_div .top-arrow:before {
    content: "";
    border: 14px solid transparent;
    border-bottom-color: #d9d9d9;
    position: absolute;
    left: 16px;
    top: -13px;
}

.sbOptions_div .top-arrow:after {
    content: "";
    border: 12px solid transparent;
    border-bottom-color: #eef0f1;
    position: absolute;
    left: 18px;
    top: -9px;
}

.sbOptions li {
    border-top: 1px solid #dcdcdc;
}

.sbOptions li:first-child {
    border: none;
}

.sbOptions a {
    display: block;
    outline: none;
    padding: 10px 36px 10px 20px;
    text-decoration: none;
    color: #8f9090;
}

.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
    color: #8f9090;
    background: #dcdcdc;
}

.sbHolder .slimScrollDiv {
    border-radius: 5px;
}

.sbHolder .slimScrollRail {
    border-radius: 0 !important;
    right: 0 !important;
}

.sbHolder .slimScrollBar {
    width: 12px !important;
    border-radius: 6px !important;
    border: 1px solid #e7e7e7 !important;
    background: #c1c1c1 !important;
    opacity: 1 !important;
    margin: 0 1px 0 0;
}

.upload-file-container .text {
    float: right;
    width: 58.1%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background: #eef0f1;
    padding: 0 10px;
    height: 58px;
    line-height: 56px;
    color: #666;
}

.upload-file-container .upload-file-btn {
    float: left;
    border: 1px solid #e4e4e4;
    background: #b2b2b2;
    color: #fff;
    text-align: center;
    height: 58px;
    line-height: 56px;
    width: 33.51%;
    border-radius: 5px;
}

#form-section .scroll-down {
    margin-top: 24px;
    margin-bottom: 30px;
}

.radio-row {
    text-align: right;
}

.activity-no {
    display: none;
}

.green .hero-block-holder {
    background-color: #3aa950;
}

.green h1 {
    color: #3aa950;
}

.your-choice .radio-row .ez-radio,
.your-choice .radio-row .ez-checkbox {
    margin: 5px 0 0 12px;
    float: right;
    cursor: pointer;
    background: url('../images/bg-radio-btn.png') 0 0 no-repeat;
    align-items: center;
    width: 20px;
    height: 20px;
    border: none;
    box-sizing: border-box;
}

.your-choice .radio-row .ez-checkbox {
    background: #dee1e3;
    border: 1px solid #b4b4b4;
}

.your-choice .ez-hide {
    opacity: 0;
    filter: alpha(opacity=0);
}

.your-choice .radio-row .ez-checked, .your-choice .radio-row .ez-selected, .radio-row .ez-selected {
    background-position: 0 -22px;
}

.your-choice .radio-row .ez-checked {
    border: none;
    background: #3aa950 url("../images/checkmark.png") no-repeat 50% 50%;
}

.your-choice .ez-checkbox, .your-choice .ez-radio {
    zoom: 1;
    display: inline;
    vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

#events.activity-ideas.white-bg-gallery,
#photo-gallery.white-bg-gallery {
    background: #fff;
}

.white-bg-gallery .ideas-list .idea-block-cont {
    background: #f5f6f7;
}

.you-choice-options {
    max-width: 770px;
    margin: 0 auto 25px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.you-choice-options label {
    font-weight: normal;
}

.you-choice-options .radio-row:after {
    content: "";
    display: block;
    clear: both;
}

.register-amuta {
    padding: 0 0 40px;
}

textarea.other {
    height: 78px;
}

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

#slider ul li img {
    width: 100%;
    display: none;
}

@media only screen and (min-width: 768px) {

    .arabic #slider,
    #slider {
        position: absolute;
        left: 0;
        right: auto;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: 100;
    }

    #slider ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        height: 100% !important;
    }

    #slider ul li {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #slider .bx-viewport {
        height: 100% !important;
        position: absolute !important;
        left: 0;
        top: 0;
    }
}

/* home slider - navigation style*/
.home #slider .bx-wrapper .bx-pager,
.home #slider .bx-wrapper .bx-controls {
    position: absolute;
    bottom: 50%;
    width: 100%;
}

.home #slider .bx-wrapper .bx-pager-item,
.home #slider .bx-wrapper .bx-controls .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.home #slider .bx-wrapper .bx-prev {
    display: none;
}

.home .text-part--with-slider .bx-wrapper .bx-prev {
    left: 10px;
    background: url('../images/slider/controls.png') no-repeat 0 -32px;
}

.home .text-part--with-slider .bx-wrapper .bx-next {
    display: block;
}

.home .bx-wrapper .bx-prev:hover,
.home .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.home .bx-wrapper .bx-next {
    right: 10px;
    background: url('../images/slider/controls.png') no-repeat -43px -32px;
}

.home .bx-wrapper .bx-next:hover,
.home .bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}

.home .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.home .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

#hero-block > div.text-part.text-part--with-slider > div > div.bx-controls.bx-has-controls-direction > div > a.bx-prev.disabled,
#hero-block > div.text-part.text-part--with-slider > div > div.bx-controls.bx-has-controls-direction > div > a.bx-next.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.home #slider .bx-wrapper .bx-controls-auto {
    text-align: center;
}

.home #slider .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.home #slider .bx-wrapper .bx-controls-auto .bx-start:hover,
.home #slider .bx-wrapper .bx-controls-auto .bx-start.active,
.home #slider .bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.home #slider .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url('images/controls.png') -86px -44px no-repeat;
    margin: 0 3px;
}

.home #slider .bx-wrapper .bx-controls-auto .bx-stop:hover,
.home #slider .bx-wrapper .bx-controls-auto .bx-stop.active,
.home #slider .bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.home #slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.home #slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.participate-block {
    margin-bottom: 45px;
}

#about-section .participate-block p {
    color: #666;
    margin: 0 20px;
}

.participate-block a {
    color: #3aa950;
}

.content-image {
    margin: 0 0 41px;
}

.content-image img {
    width: 100%;
}

#content-block-2 {
    padding-bottom: 100px;
    text-align: center;
    line-height: 1.44;
}

#content-block-2 h1 {
    margin: 0 0 42px;
    font: 32px/38.5px 'Almonidlaaa-Bold', Arial, sans-serif;
    font-weight: 600;
}

#content-block-2 h2 {
    margin: 0 0 20px;
    font: 26px/32px 'Almonidlaaa-Bold', Arial, sans-serif;
    font-weight: 600;
    color: #BF2B5F;
}

#content-block-2 p {
    margin: 0 20px 39px;
}

.arabic #content-block-2 h1,
.arabic #content-block-2 h2 {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

#photo-gallery.photo-gallery-page {
    margin-top: -38px;
    padding-top: 50px;
}

.gallery-list .image-holder {
    margin: 0 0 8px;
    max-height: 239px;
    overflow: hidden;
}

#photo-gallery .gallery-list .image-holder img {
    margin: 0;
}

.gallery-list .video .image-holder {
    position: relative;
}

.gallery-list .video .image-holder:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("../images/ico-play.png") no-repeat;
    margin: -37px 0 0 -37px;
    width: 75px;
    height: 75px;
}

.fancybox-close {
    width: 72px;
    height: 72px;
    left: -36px;
    top: -36px;
    right: auto;
    background: url("../images/fancybox/btn-close.png") no-repeat;
}

.fancybox-skin strong {
    display: none;
    float: right;
    padding: 0 20px 0 10px;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.fancybox-skin .fancybox-title {
    float: left;
    padding: 0 10px 0 20px;
    font-size: 16px;
    line-height: 19px;
}

.downloads-categories,
.ideas-categories {
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
}

.downloads-categories {
    text-align: center;
}

.downloads-categories .download-cat,
.ideas-categories li {
    display: inline-block;
    margin: 0 14px 14px 0;
}

.downloads-categories .download-cat .filter,
.ideas-categories li .filter {
    background: #e3e3e3;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 41px;
    height: 41px;
    color: #666;
    padding: 0 24px;
    text-decoration: none;
    height: 41px;
    line-height: 41px;
    display: inline-block;
}

.frame-download-link {
    display: none;
}

.downloads-categories li .filter:hover,
.downloads-categories li .filter.active,
.ideas-categories li .filter:hover,
.ideas-categories li .filter.active {
    background: #c13667;
    color: #fff;
    text-decoration: none;
}

.idea-block {
    margin-bottom: 23px;
    min-height: 339px;
}

.idea-block .idea-block-cont {
    background: #fff;
}

.idea-block .idea-block-cont img {
    width: 100%;
}

.idea-block .idea-block-cont a {
    text-decoration: none;
    display: block;
    padding: 0 0 17px;
    overflow: hidden;
}

.idea-block .idea-block-cont h2 {
    margin: 21px auto 3px;
    font-size: 28px;
    line-height: 26px;
    text-decoration: none;
    font-family: 'Almonidlaaa-Bold', "Open Sans Hebrew", Arial, Verdana, sans-serif;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 285px;
}

.idea-block .idea-block-cont h2 br {
    display: none;
}

.idea-block .idea-block-cont span {
    text-decoration: underline;
    font-size: 16px;
    line-height: 16px;
    font-family: "Open Sans Hebrew", Arial, Verdana, sans-serif;
}

#events.activity-ideas,
#photo-gallery.activity-ideas {
    background: #eef0f1;
    padding: 38px 9999px 61px;
    color: #666;
}

#photo-gallery.activity-ideas h1 {
    margin-bottom: 35px; /*margin-bottom: 19px;*/
}

div[id^="event-"],
div[id^="blog-"],
div[id^="ideas-"],
#ideas-info,
#ideas-info-2 {
    display: none;
    max-width: 1170px;
    margin: 0 auto;
}

div[id^="ideas-grid"] {
    display: block;
}

.idea-info-content {
    padding: 40px 50px 50px;
    position: relative;
    width: 1140px;
    max-width: 1140px;
    box-sizing: border-box;
}

.ideas-he .idea-info-content {
    min-height: 435px;
}

.he-events .ideas-he .idea-info-content {
    min-height: 475px;
}

.idea-info-content:after {
    content: "";
    display: block;
    clear: both;
}

.idea-info-content .image-holder {
    float: right;
    margin: 10px 0 0 30px;
    width: 48.59%;
}

.idea-info-content .image-holder img {
    width: 100%;
}

.idea-info-content .description {
    overflow: hidden;
    padding: 0 0 20px 10px;
}

/*.ideas-he .idea-info-content .description{
	overflow: visible;
}*/
.ideas-he .idea-info-content .event-info .location,
.ideas-he .idea-info-content .event-info .timings {
    display: block;
}

.ideas-he .facebook-btn {
    position: absolute;
    bottom: 48px;
}

.he-events .ideas-he .facebook-btn {
    bottom: 91px;
}

.ideas-he .idea-info-content .event-info p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans Hebrew';
}

.he-events .ideas-he .idea-info-content .event-info p {
    font-size: 20px;
    line-height: 32px;
}

.idea-info-content .description h2 {
    font: 36px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 25px;
}

.idea-info-content .description p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
}

.idea-info-content .description a {
    color: #bf2b5f;
}

.idea-info-content .description .read-more a:before {
    content: "";
    display: block;
    clear: both;
}

/*.idea-info-content .description .read-more a{display: block;}*/
.idea-info-content .description .read-less {
    display: block;
    margin: -20px 0 20px;
}

.idea-info-content .recommendation {
    font: 20px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    color: #bf2b5f;
    position: absolute;
    bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.start-video {
    content: '';
    background: url("../images/ico-play.png") no-repeat;
    margin: -37px 0 0 -37px;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    padding: 12px;
    left: 50%;
    border: none;
    z-index: 100;
}

.hide-video-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}

.slimScrollRail .prev,
.slimScrollRail .next {
    height: 50%;
    margin: 0 !important;
    padding: 0 !important;
}

#text-page {
    padding: 150px 0 70px;
    max-width: 1080px;
}

#text-page h1 {
    margin: 0 0 32px;
    text-align: right;
    font-size: 46px;
}

#text-page h2 {
    color: #bf2b5f;
    font: 32px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 13px;
    padding: 1px 0 0;
}

#text-page p {
    margin: 0 0 33px;
}

#text-page a {
    color: #3aa950;
    text-decoration: underline;
}

#text-page a:hover {
    text-decoration: none;
}

#text-page ul {
    margin: 0 0 33px;
}

#downloads-section {
    text-align: center;
}

#downloads-section.gray-section {
    padding-top: 45px;
}

.downloads-list {
    margin: 0;
    padding: 0 0 24px;
    list-style: none;
    overflow: hidden;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.downloads-list.align-left {
    justify-content: flex-start;
}

.downloads-list li {
    position: relative;
    margin: 0 0 30px;
    min-height: 225px;
    overflow: hidden;
}

.downloads-list img {
    width: 100%;
    height: auto;
}

.downloads-list .download-link-block {
    position: relative;
}

.downloads-list .download-link-block img {
    opacity: 0.4;
}

.downloads-list .download-link {
    position: absolute;
    text-align: center;
    color: #fff;
    background: #bf2b5f url("../images/download-arrow.png") no-repeat 50% 29px;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    padding: 87px 10px 0;
    line-height: 15px;
    z-index: 100;
}

.downloads-list .heading {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    box-sizing: border-box;
    padding: 0 15px;
    z-index: 200;
}

.downloads-list li:hover .heading {
    display: none;
}

.downloads-list .heading .holder {
    display: table;
    width: 100%;
    height: 100%;
    background: #b63682;
}

.downloads-list .pink-block .heading .holder {
    background: #bf2b5f;
}

.downloads-list .orange-block .heading .holder {
    background: #e68a39;
}

.downloads-list .red-block .heading .holder {
    background: #d93c3c;
}

.downloads-list .heading .frame {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0 25px;
}

.downloads-list .heading h2 {
    margin: 0;
    color: #fff;
    font: 42px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.gray-section .downloads-list .heading h2 {
    text-transform: uppercase;
}

.downloads-list .language {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 25px;
    text-transform: uppercase;
}

/* blog posts */
.blog-block .idea-block-cont h2 {
    text-overflow: clip;
    white-space: normal;
    color: #bf2b5f;
    max-width: none;
    margin: 42px 25px 10px;
    line-height: 28px;
}

#events.activity-ideas .blog-block p,
#photo-gallery.activity-ideas .blog-block p {
    font-size: 16px;
    margin: 0 35px 14px;
}

.blog-block .idea-block-cont a {
    padding: 0 0 36px;
}

/* article */
.article {
    max-width: 770px;
    margin: 0 auto !important;
    float: none !important;
}

.article p {
    margin: 0 0 33px;
}

.article ul {
    margin-bottom: 29px;
}

.article figure {
    margin: 0 0 35px;
}

.article figure img {
    display: block;
    margin: 0 auto 10px;
}

.article figure figcaption {
    max-width: 640px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
}

.article .social-networks {
    word-spacing: -3px;
    letter-spacing: -3px;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding: 20px 0 55px;
}

.article .social-networks li {
    word-spacing: 0;
    letter-spacing: 0;
    display: inline-block;
    float: none;
    margin: 0 6px;
}

.article .social-networks a {
    width: 50px;
    height: 50px;
}

.article .social-networks .facebook a {
    background: url("../images/bg-facebook-2.png") no-repeat 0 0;
}

.article .social-networks .twitter a {
    background: url("../images/bg-twitter-2.png") no-repeat 0 0;
}

.article .social-networks a:hover {
    background-position: 0 0;
}

.article .social-networks a:active {
    background-position: 0 0;
}

.article h2 {
    font: 32px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 13px;
    padding: 1px 0 0;
}

.article-info {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
    padding: 47px 0 20px;
    overflow: hidden;
}

.article-info h3 {
    font: 26px/0.85 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    color: #fff;
    margin: 0 0 33px;
}

.article-info h3 a {
    color: #fff;
    text-decoration: underline;
}

.article-info h1 {
    font: 46px/0.85 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 5px;
    color: #fff;
}

.article-info p {
    margin: 0 0 25px;
}

.article-info .date {
    display: block;
    margin: 0 0 25px;
    font-size: 16px;
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.article-info .social-networks {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    word-spacing: -3px;
    letter-spacing: -3px;
}

.article-info .social-networks li {
    float: none;
    margin: 0 6px;
    display: inline-block;
    word-spacing: 0;
    letter-spacing: 0;
}

.article-info .social-networks li a {
    width: 50px;
    height: 50px;
    background-size: 50px auto;
}

/*.article-info .social-networks li a:hover {
    background-position: 0 -50px;
}*/

.article-info .social-networks li a:active {
    background-position: 0 -100px;
}

#related-posts #photo-gallery.activity-ideas {
    padding-top: 38px;
}

#related-posts #photo-gallery.activity-ideas h1 {
    margin: 0 0 47px;
}

.green-streep,
.cta-pledge-streep {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #3aa950;
    font-family: 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    z-index: 999;
}

.cta-pledge-streep {
    background: #b63682;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 15px;
}

.cta-pledge-streep a,
.green-streep a {
    color: #fff;
}

.cta-pledge-streep p {
    margin: 0;
    display: inline-block;
    padding: 24px 187px 24px 0;
    line-height: 35px;
}

.cta-pledge-streep p a {
    float: right;
    background: #ffffff;
    color: #b63682;
    padding: 0 16px;
    line-height: 33px;
    margin: 0 -187px 0 0;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #b63682;
}

.cta-pledge-streep.he p a {
    float: left;
    margin: 0px 30px 0 180px;
}

.cta-pledge-streep p a:hover {
    color: #fff;
    background: #820b42;
    border: 1px solid #fff;
}

.green-streep p {
    margin: 0;
    padding: 10px 15px;
}

.cta-pledge-streep .close,
.green-streep .close {
    position: absolute;
    left: 30px;
    top: 17px;
    background: url("../images/btn-close.png") no-repeat;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    z-index: 10;
    opacity: 1;
}

.cta-pledge-streep .close {
    top: 32px;
}

/* events */
.red .hero-block-holder {
    background-color: #d93c3c;
}

.red h1 {
    color: #d93c3c;
}

.red .downloads-categories li .filter:hover,
.red .downloads-categories li .filter.active,
.red .ideas-categories li .filter:hover,
.red .ideas-categories li .filter.active {
    background: #d93c3c;
    color: #fff;
}

.green .downloads-categories li .filter:hover,
.green .downloads-categories li .filter.active,
.green .ideas-categories li .filter:hover,
.green .ideas-categories li .filter.active {
    background: #3aa950;
    color: #fff;
}

.event-block .idea-block-cont h2 {
    color: #d93c3c;
    line-height: 28px;
}

.he-events .event-block .idea-block-cont h2 {
    min-height: 56px;
}

#ideas-grid.l-events-list h3 {
    display: none;
    color: #d93c3c;
    line-height: 28px;
}

#ideas-grid.l-events-list .idea-block-cont span {
    font-size: 20px;
    text-decoration: none;
}

.he-events .event-info > h2 + h3 {
    display: none;
}

body.he-events .event-info > h2 {
    margin-bottom: 20px;
}

#events.activity-ideas .event-block h3,
#photo-gallery.activity-ideas .event-block h3 {
    font-size: 28px;
    line-height: 1;
    font-family: 'Almonidlaaa-Bold', "Open Sans Hebrew", Arial, Verdana, sans-serif;
    margin: -4px auto 11px;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 285px;
}

.red a:hover {
    color: #d93c3c;
    text-decoration: underline;
}

.red a:active {
    color: #d93c3c;
    text-decoration: underline;
}

.circle-block.red a:hover {
    color: #fff;
}

.green a:hover {
    color: #3aa950;
    text-decoration: underline;
}

.green a:active {
    color: #3aa950;
    text-decoration: underline;
}

.orange a:hover {
    color: #e97f03;
    text-decoration: underline;
}

.orange a:active {
    color: #e97f03;
    text-decoration: underline;
}

.idea-info-content .event-info {
    font-family: 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.idea-info-content .event-info .image-holder {
    margin-top: 10px;
}

.idea-info-content .event-info h2 {
    font: 42px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 0;
    color: #d93c3c;
}

.idea-info-content .event-info h3 {
    font: 42px/1 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    margin: -5px 0 16px;
    color: #666;
}

.idea-info-content .event-info p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 34px;
}

.idea-info-content .event-info .facebook-btn {
    color: #fff;
    background: #3b5998;
    padding: 0 15px;
    display: inline-block;
    font: 26px/55px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    text-decoration: none;
    border-radius: 7px;
}

.idea-info-content .event-info .location img,
.idea-info-content .event-info .timings img {
    vertical-align: middle;
    margin: 0 0 0 3px;
}

.idea-info-content .event-info .read-more a:before {
    content: "";
    display: block;
    clear: both;
}

.idea-info-content .event-info .location,
.idea-info-content .event-info .timings {
    display: block;
    /*padding: 0 30px 0 0;
	background: url("../images/ico-location-gray.png") no-repeat 99.5% 0;*/
    padding: 0;
    background: none;
    line-height: 24px;
    margin: 0 0 6px;
}

.idea-info-content .event-info .timings {
    margin: 0 0 20px;
    /*background: url("../images/ico-clock-gray.png") no-repeat 100% 1px;*/
}

.idea-info-content .event-info .location img,
.idea-info-content .event-info .timings img {
    vertical-align: middle;
    margin: 0 0 0 3px;
}

.orange .thankyou-block h1 {
    color: #e97f03 !important;
}

.purple #form-section h2 {
    color: #b63682 !important;
}

#social-networks-section {
    padding: 45px 0 30px;
}

.social-networks-block img {
    display: block;
    margin: 0 auto 25px;
}

.social-networks-block ul {
    margin: 0 20px 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 16px;
}

.social-networks-block ul li {
    display: inline-block;
    margin: 0 10px 10px;
}

#hero-block .text-part strong {
    font-size: 26px;
    line-height: 36px;
}

#store-section {
    margin-bottom: 50px;
    font: 26px/32px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;;
}

.store-steps-list:after {
    content: "";
    display: block;
    clear: both;
}

.store-steps-list {
    margin: 2px 0 48px;
    padding: 0 180px;
    overflow: hidden;
}

.store-steps-list .steps-list {
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.store-steps-list .steps-list li a {
    color: #b2b2b2;
}

.store-steps-list .steps-list li {
    display: inline-block;
    margin: 0 9px 0 0;
    color: #b2b2b2;
    font: 25px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.store-steps-list .steps-list li.performed a,
.store-steps-list .steps-list li.performed {
    color: #666;
}

.store-steps-list .steps-list li.active span {
    color: #fff;
    background: #bf2b5f;
    border: 1px solid #bf2b5f;
}

.store-steps-list .steps-list li.active {
    color: #bf2b5f;
}

.store-steps-list .steps-list li.performed span {
    color: #fff;
    background: #666;
    border: 1px solid #666;
}

.store-steps-list .steps-list li span {
    display: inline-block;
    border-radius: 50%;
    width: 43px;
    line-height: 43px;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    text-align: center;
    color: #b2b2b2;
    margin: 0 15px;
}

.store-steps-list .steps-list li a {
    text-decoration: none;
}

.busket-holder {
    float: left;
    position: relative;
    margin: 7px 0 0 -180px;
}

.busket.empty {
    display: inline-block;
    border: 2px solid #3aa950;
    border-radius: 4px;
    color: #3aa950;
    padding: 0 38px 0 20px;
    box-sizing: border-box;
    line-height: 31px;
    font-size: 14px;
    background: #fff;
    text-decoration: none;
}

.busket {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    border: 2px solid #3aa950;
    border-radius: 4px;
    background: #3aa950;
    padding: 0 38px 0 10px;
    line-height: 31px;
}

.busket a {
    color: #fff;
    text-decoration: underline;
    display: block;
    padding: 0 38px 0 10px;
    margin: 0 -38px 0 -10px;
    position: relative;
}

.busket a:hover {
    color: #fff;
    text-decoration: none;
}

.busket em {
    color: #fff;
    font-style: normal;
}

.busket.empty em {
    color: #3aa950;
}

.busket:before,
.busket.empty:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../images/bg-busket.png") no-repeat 0 0;
    width: 21px;
    height: 16px;
}

.busket:before {
    background: url("../images/bg-busket-white.png") no-repeat 0 0;
}

.payment-type {
    bottom: 0;
    position: absolute;
    bottom: 0;
}

.product-section {
    position: relative;
}

.product-section:after {
    content: "";
    display: block;
    clear: both;
}

.product-list {
    margin: 0 -15px 59px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.shirt-img-holder {
    overflow: hidden;
    margin-bottom: 25px;
    max-height: 360px;
}

.product-list li a {
    text-decoration: none;
}

.product-list li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.product-list li:hover {
    background-color: #3aa950;
}

.product-list li span {
    color: #bf2b5f;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.product-list li .hover-block {
    position: absolute;
    top: -50px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: none;
}

.product-list li:hover .hover-block {
    display: block;
}

.product-list li .hover-block .hover-block-content {
    display: table;
    width: 100%;
    height: 100%;
}

.product-list li .hover-block .hover-block-content span {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    font: 32px/0.875 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.product-list li .hover-block-content span, .product-list li:hover .hover-block .hover-block-content span {
    color: #3aa950;
}

.product-list li:hover img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.product-list li span.price {
    color: #fff;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 27px;
    font-size: 24px;
    line-height: 42px;
    background: #bf2b5f;
    border-radius: 4px;
    letter-spacing: -1px;
}

.product-list li:hover span {
    color: #fff;
}

.product-list li:hover span.price {
    color: #3aa950;
    background: #fff;
}

.t-shirts-imgs .t-shirt-img-back {
    display: none;
}

.size-info ul li label {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    background: #f6f6f6;
    box-sizing: border-box;
}

.size-info ul li label.ez-parent, .size-info ul li:hover label .ez-radio, .size-info ul li:hover label {
    color: #fff;
    background: #3aa950;
}

.size-info .ez-radio.ez-selected {
    background: #3aa950;
}

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

.t-shirts-selection {
    float: right;
    margin: 0 0 0 29px;
    width: 48.8%;
}

.t-shirts-imgs {
    position: relative;
    overflow: hidden;
}

.t-shirts-imgs .btns-holder {
    position: absolute;
    bottom: 13px;
    left: 12px;
    width: 100%;
}

.t-shirts-imgs .btns-holder a {
    width: 56px;
    height: 51px;
    float: left;
    margin: 0 0 0 12px;
    position: relative;
    border: none;
}

/*.t-shirts-imgs .btns-holder a:before{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}*/
.t-shirts-imgs .btns-holder a.active:before {
    display: none;
}

.t-shirts-imgs .btns-holder a:hover, .t-shirts-imgs .btns-holder a.active {
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
}

.order-information-holder {
    overflow: hidden;
    padding: 0 0 75px;
}

.order-information {
    margin-bottom: 50px;
}

.order-information .price {
    display: block;
    margin-bottom: 41px;
    color: #3aa950;
    font: 32px/30px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.order-information h2 {
    text-align: right;
    margin: -5px 0 0 0;
    letter-spacing: -1px;
    font: 32px/31px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.size-info {
    overflow: hidden;
    margin-bottom: 16px;
}

.size-info ul li label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    z-index: 9;
    cursor: pointer;
    color: #777;
}

.size-info .ez-radio {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    z-index: -1;
    border: 1px solid #d7d7d7;
}

.shipping > label, .total > label {
    color: #777;
    font-style: normal;
    float: right;
    margin: 0 0 0 5px;
    font: 16px/24px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    width: 100px;
}

.size-info > label, .amount > label {
    color: #777;
    font-style: normal;
    float: right;
    margin: 0 0 0 5px;
    font: 20px/32px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    width: 65px;
}

.size-info ul li {
    float: right;
    margin: 0 0 0 10px;
}

.amount .ui-spinner {
    position: relative;
}

.amount .ui-spinner {
    width: 60px;
}

.amount #spinner {
    width: 59px;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    background: #f6f6f6;
    border-radius: 4px;
    font: 18px/28px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
}

.ui-spinner .ui-spinner-up, .ui-spinner .ui-spinner-down {
    position: absolute;
    top: 8px;
    left: 3px;
    width: 15px;
    height: 10px;
    text-indent: -9999px;
    background: url("../images/bg-spinner-up.png") 100% 5px no-repeat;
}

.ui-spinner .ui-spinner-down {
    top: auto;
    bottom: 3px;
    background: url("../images/bg-spinner-down.png") 100% 1px no-repeat;
}

.product-section .add {
    color: #fff;
    background: #3aa950;
    padding: 0 64px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font: 20px/49px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
}

.product-section .continue {
    color: #3aa950;
    padding-right: 68px;
    display: block;
    margin-bottom: 10px;
    text-align: right;
    overflow: hidden;
    letter-spacing: -2px;
    font: 26px/39px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.payment-type span {
    display: block;
    text-transform: uppercase;
    font: 16px/22px 'Open Sans Hebrew Bold', Arial, sans-serif;
}

.order-info-block .img-block {
    float: right;
    border: 1px solid #d2d2d2;
}

.order-info-block {
    background: #f7f7f7;
    margin-bottom: 2px;
    overflow: hidden;
}

.order-info-block {
    display: table;
    height: 100px;
    width: 100%;
    padding: 21px 18px 17px;
}

.order-info-block .info-block {
    display: table-cell;
    vertical-align: middle;
}

.order-info-block .size-info {
    margin-bottom: 0;
}

.cart-block {
    position: relative;
    margin-bottom: 57px;
}

.cart-block a.return-btn {
    position: absolute;
    top: 7px;
    left: 23px;
    text-decoration: underline;
    font-size: 15px;
    color: #fff;
}

.cart-block table td,
.cart-block table th {
    border: none;
    border-bottom: 2px solid #fff;
}

.cart-block table {
    width: 100%;
    border-collapse: collapse;
    color: #777;
}

.cart-block th {
    text-align: center;
    height: 49px;
    background: #bf2b5f;
    color: #fff;
    box-sizing: border-box;
}

.cart-block td {
    padding: 17px 0;
    background: #f7f7f7;
    vertical-align: middle;
}

.cart-block td:first-child {
    width: 7.52%;
    padding: 17px 17px 17px 10px;
}

.cart-block th h2 {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -1px;
}

.cart-block td:nth-child(2) {
    width: 61.28%;
    vertical-align: middle;
}

.cart-block td:nth-child(3) {
    width: 13.41%;
    padding: 0 10px;
}

.cart-block td:nth-child(3) label {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0 10px;
}

.cart-block td:nth-child(3) input[type="text"] {
    height: 26px;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #777;
    text-align: right;
    border-radius: 4px;
    padding: 0 8px;
    width: 46px;
    display: inline-block;
    font: 14px/24px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif
}

.cart-block td:nth-child(4) {
    width: 5.14%;
    text-align: left;
}

.cart-block td:nth-child(5) {
    width: 12.65%;
    padding: 0 7px;
}

.cart-block a.reset-btn {
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999px;
    display: block;
    background: url("../images/bg-reset-btn.png") no-repeat 0 0;
    width: 22px;
    height: 24px;
    float: left;
    margin: 0 0 0 25px;
}

.cart-block .img-block img {
    border: 1px solid #d2d2d2;
    vertical-align: middle;
}

.cart-block .size-info {
    margin: 0;
}

.cart-block table td h3 {
    font-size: 17px;
    margin: 0 0 5px;
}

.cart-block table .size-info > label {
    line-height: 23px;
    float: right;
    width: auto;
}

.cart-block table .size-info ul li {
    margin: 0 0 0 5px;
    line-height: 23px;
}

.cart-block table .size-info ul li label, .cart-block table .size-info .ez-radio {
    height: 23px;
    width: 23px;
    line-height: 23px;
    font-size: 9px;
    border-radius: 4px;
}

.cart-block table .size-info .ez-radio {
    background: transparent;
    border: 1px solid transparent;
}

.cart-block table .size-info .ez-radio {
    margin: -11px 0 0 -12px;
}

table .size-info > label {
    font: 14px/23px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    margin: 0 0 0 4px;
}

table .price-cart {
    font-size: 15px;
}

.cart-block tfoot td:first-child {
    padding: 5px 19px 5px 5px;
    text-align: right;
}

.cart-block tfoot td {
    height: 71px;
    background: #f8e9ef;
}

.cart-block table tfoot h3, .cart-block table tfoot .price-cart {
    color: #bf2b5f;
    font-size: 20px;
}

.cart-block .delivery td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 47px;
}

.cart-block .delivery td:nth-child(2),
.cart-block .delivery td:first-child {
    width: auto;
}

.cart-block .delivery h3 {
    margin: 0;
}

.cart-block .price-cart {
    display: block;
    text-align: left;
    width: 60px;
}

.cart-block tfoot .price-cart {
    width: auto;
    text-align: right;
}

.payment-block {
    text-align: center;
}

.payment-block .payment {
    display: block;
    padding: 13px 0;
    height: auto;
    width: 370px;
    margin: 0 auto 11px;
    color: #fff;
    background: #3aa950;
    text-decoration: none;
    border-radius: 3px;
    box-sizing: border-box;
    font: 20px/20px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
}

.payment-block .pay-pal, .payment-block .pay-pal:hover {
    display: inline-block;
    text-align: center;
    font: 13px/13px 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    height: auto;
    border-radius: 2px;
    vertical-align: top;
    text-decoration: none;
    width: auto;
    background: none;
    color: #777;
}

.payment-block .pay-pal img {
    margin-right: 4px;
}

.blocks-wrapper {
    position: relative;
    overflow: hidden;
    margin: -43px 0 0;
    min-height: 500px;
}

.blocks-wrapper .container {
    padding: 0;
}

.arabic .blocks-wrapper div[class*="col"] {
    float: right;
}

.text-section {
    padding: 53px 20px 40px 0;
    line-height: 1.45;
}

.text-section h1,
.social-networks-section h1 {
    text-align: left;
    margin: 0 0 34px;
}

.arabic .slides-text h1 {
    direction: rtl;
    text-align: right !important;
}

.arabic .text-section h1,
.arabic .social-networks-section h1 {
    text-align: right;
}

.text-section p {
    margin: 0 0 27px;
}

.text-section a {
    color: #63a70a;
}

.social-networks-section {
    padding: 53px 9999px 9999px 50px;
    margin: 0 -9999px -9999px -15px;
    background: #eef0f1;
}

.arabic .social-networks-section {
    padding: 53px 50px 9999px 9999px;
    margin: 0 -15px -9999px -9999px;
    background: #eef0f1;
}

.social-networks-section ul {
    margin: 0;
    padding: 11px 0 0;
    list-style: none;
    font-weight: 700;
    line-height: 57px;
}

.social-networks-section ul li {
    margin: 0 0 30px;
}

.social-networks-section ul a {
    display: inline-block;
    padding: 0 0 0 74px;
    text-decoration: none;
}

.arabic .social-networks-section ul a {
    padding: 0 74px 0 0;
    background-position: 100% 50% !important;
}

.social-networks-section ul .twitter a {
    background: url("../images/bg-twitter-3.png") no-repeat 0 50%;
}

.social-networks-section ul .facebook a {
    background: url("../images/bg-facebook-3.png") no-repeat 0 50%;
}

.social-networks-section ul .instagram a {
    background: url("../images/bg-instagram-2.png") no-repeat 0 50%;
}

.social-networks-section ul .linkedin a {
    background: url("../images/bg-linkedin-3.png") no-repeat 0 50%;
}

.text-part .scroll-down,
.mobile-categories-filter,
.article-info .scroll-down {
    display: none;
}

.mobile-categories-filter.purple-filter {
    background: #B63682;
}

#form-section input::-webkit-input-placeholder,
#contact-form-section input::-webkit-input-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

#form-section input:-moz-placeholder,
#contact-form-section input:-moz-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

#form-section input::-moz-placeholder,
#contact-form-section input::-moz-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

#form-section input:-ms-input-placeholder,
#contact-form-section input:-ms-input-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

textarea:-moz-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #EEF0F1;
    opacity: 1;
}

.total {
    line-height: 46px;
}

#got-it {
    padding: 48px 0 45px;
    background-color: #eef0f1;
}

#got-it h1 {
    margin: 0 0 15px;
}

#got-it p {
    font: 400 20px/1.4 "Source Sans Pro", Arial, Verdana, sans-serif;
    margin: 0 0 56px;
    text-align: center;
}

#got-it.success h1 {
    margin: 0;
    font: 700 32px/1.2 "Source Sans Pro", Arial, Verdana, sans-serif;
    color: #3aa950;
}

#got-it.success p {
    margin: 0 auto;
    font: 400 20px/1.4 "Source Sans Pro", Arial, Verdana, sans-serif;
    max-width: 355px;
    text-align: center;
    color: #3aa950;
}

.got-it-form {
    padding-bottom: 90px;
    overflow: hidden;
}

.got-it-form input[type="text"],
.got-it-form input[type="email"] {
    color: #666;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0 !important;
}

.error .got-it-form input[type="text"],
.error .got-it-form input[type="email"], .got-it-form input[type="email"].error {
    border-color: #d93c3c !important;
}

.error .got-it-form input::-webkit-input-placeholder {
    color: #d93c3c;
    opacity: 1;
}

.error .got-it-form input:-moz-placeholder {
    color: #d93c3c;
    opacity: 1;
}

.error .got-it-form input::-moz-placeholder {
    color: #d93c3c;
    opacity: 1;
}

.error .got-it-form input:-ms-input-placeholder {
    color: #d93c3c;
    opacity: 1;
}

.got-it-form input[type="text"],
.got-it-form input[type="email"],
.got-it-form input[type="submit"] {
    float: left;
}

.got-it-form input[type="text"],
.got-it-form input[type="email"] {
    width: 63.8%;
    margin-right: 3.2%;
}

.got-it-form input[type="submit"] {
    width: 33%;
    height: 58px;
}

.got-it-form input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
}

.got-it-form input:-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
}

.got-it-form input::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
}

.got-it-form input:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
}

.got-it-form form {
    margin: 0px auto;
    max-width: 584px;
}

.success .got-it-form {
    display: none;
}

.thanks {
    display: none;
}

.success .thanks {
    display: block;
}

.size-info.error label:before {
    content: "" !important;
}

.size-info.error label {
    color: #d93c3c !important;
}

.size-info.error .ez-radio {
    border: 1px solid #d93c3c !important;
    color: rgb(119, 119, 119);
}

.freelanceForm fieldset.first {
    display: none;
}

#program-and-details {
    margin: 0 -9999px;
    padding: 65px 9999px 25px;
    text-align: center;
    background: #eef0f1;
}

#meet-us {
    padding: 19px 0 26px;
    text-align: center;
}

#participating-organizations {
    padding: 65px 0 51px;
    text-align: center;
}

.video-box .text-video {
    font-weight: 400;
    font-size: 22px;
}

.video-box .text-join {
    font-weight: 400;
}

.hero-block-holder .video-box {
    padding: 15px 0 0;
}

.video-box #hero-block .text-part h1 {
    margin: 0 0 12px;
}

.video-wrapper-popup {
    display: none;
}

#participating-organizations h1 {
    margin: 0 0 28px;
}

#meet-us h1 {
    margin: 0;
}

#meet-us h2 {
    margin: 0 0 34px;
    font-size: 32px;
    color: #b63682;
}

#meet-us p,
#program-and-details p {
    margin: 0 0 33px;
    line-height: 1.5;
}

#meet-us p:last-child,
#program-and-details p:last-child {
    margin: 0 0 24px;
}

#meet-us a {
    margin: 12px 0 0;
    display: inline-block;
    color: #b63682;
    text-decoration: none;
}

#meet-us > a {
    margin: 13px 0 0;
}

#meet-us p a {
    line-height: 1.19;
}

#meet-us p a span {
    border-bottom: 1px solid #b63682;
}

#program-and-details .row a {
    display: inline-block;
    margin: 10px 0 0;
    border-bottom: 1px solid #b63682;
    line-height: 1.19;
    color: #b63682;
    text-decoration: none;
}

#program-and-details > a {
    display: inline-block;
    margin: 46px 0 0;
}

.video-box .play-video {
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    width: 68px;
    height: 68px;
    margin: 11px 0 13px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.video-box .play-video:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 17px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 19px solid #F5F0F3;
    border-bottom: 13px solid transparent;
}

.video-box #hero-block .text-part p {
    margin: 0 0 42px;
}

.video-box #hero-block .text-part {
    padding-bottom: 0;
}

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

#participating-organizations li {
    display: inline-block;
    margin: 0 0 10px 12px;
}

.main-video-popup {
    z-index: 10;
    position: relative;
    height: 100%;
    width: 100%;
}

.video-wrapper-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    overflow: hidden;
}

.close-video {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 48px;
    right: 48px;
    z-index: 30;
}

.close-video:after {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    width: 13px;
    background: url('../images/close.png') 50% 50% no-repeat;
    background-size: cover;
    top: 29%;
    right: 31%;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
    opacity: 1;
}

.xs-visible {
    display: none !important;
}

/*.volunteerForm .form-row-2 radioinput-holder:last {
	display:none;
}*/
.instagram-widget {
    margin: 0;
    padding: 0;
    list-style: none;
}

#great-style {
    position: relative;
}

#great-style .text-part {
    box-sizing: border-box;
    float: right;
    width: 45.6%;
    padding: 79px 0 138px 40px;
}

.image-part_min_great img {
    display: none;
    width: 100%;
    float: none;
}

#great-style {
    background-color: #eef0f1;
}

#great-style .text-part h2 {
    margin-bottom: 21px;
    font: 36px/42px 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    color: #bd2e60;
    word-spacing: -2px;
}

#great-style .text-part p {
    margin-bottom: 49px;
    font-size: 24px;
    color: #bd2e60;
    letter-spacing: -1px;
    word-spacing: 3px;
}

#great-style .text-part a {
    font-size: 22px;
    color: #666;
    text-decoration: underline;
}

#great-style .text-part a:hover {
    text-decoration: none;
}

.spinner-select {
    position: relative;
    overflow: hidden;
    float: right;
}

.spinner-select:after,
.spinner-select:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 10px;
    text-indent: -9999px;
    background: url("../images/bg-spinner-up.png") 100% 5px no-repeat;
}

.spinner-select:before {
    top: 15px;
    bottom: 3px;
    background: url("../images/bg-spinner-down.png") 100% 1px no-repeat;
}

.spinner-select select.form-control {
    background: #F6F6F6;
}

.social-white {
    background-color: #FFF !important;
}

#hero-block .text-part.text-part--with-slider {
    padding-bottom: 14px;
}

.slides-text {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.c-pager {
    margin: 40px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.c-pager li {
    display: inline-block;
    margin-left: 8px;
    line-height: 0;
}

.c-pager li:last-child {
    margin-left: 0;
}

.c-pager .pager-active button {
    background-color: #f2d5df;
}

.c-pager button {
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 50%;
    background-color: #d9809f;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.text-part .bx-viewport {
    min-height: 372px;
}

.all-events-btn {
    display: inline-block;
    margin-top: 6px;
    padding: 0 10px;
    min-height: 42px;
    font-size: 20px;
    line-height: 42px;
    font-family: 'Almonidlaaa-Regular', Arial, Verdana, sans-serif;;
    color: #fff;
    border-radius: 4px;
    background-color: #25af40;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.all-events-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #169f31;
}

/*07 09 2016*/

.get-ideas-page .idea-block .idea-block-cont h2 {
    margin-bottom: 7px;
    max-width: 320px;
    max-height: 50px;
    font-size: 21px;
    color: #666;
    word-spacing: 0;
    letter-spacing: 0;
    text-overflow: clip;
    white-space: normal;
}

.get-ideas-page .idea-block .idea-block-cont a:hover h2 {
    color: #3aa950;
}

.get-ideas-page #photo-gallery.activity-ideas h1 {
    margin-bottom: 24px;
    margin-top: 12px;
}

.get-ideas-page #how-to-participate h1 {
    margin: 0 0 45px;
}

.get-ideas-page .idea-info-content .event-info p {
    margin-bottom: 30px;
    font-size: 17px;
}

.get-ideas-page .idea-info-content .event-info .event-text p {
    margin-bottom: 21px;
    font-size: 22px;
    letter-spacing: 0px;
    word-spacing: 2.5px;
}

.get-ideas .idea-info-content .image-holder {
    width: 48.4%;
}

.get-ideas .idea-info-content .description a {
    font-size: 15px;
    color: #3aa950;
}

.get-ideas .idea-info-content .description .description__btn {
    font-size: 18px;
}

.get-ideas .idea-info-content .description a:hover {
    color: #bf2b5f;
}

.get-ideas .idea-info-content .event-text p {
    margin-bottom: 21px;
}

.get-ideas .idea-info-content .event-info p {
    margin: 2px 0 31px;
    font-size: 17px;
}

.get-ideas .idea-info-content .event-info h2 {
    margin-bottom: 27px;
    font-size: 36px;
    color: #666;
}

.get-ideas .idea-info-content .event-info h4 {
    font-size: 20px;
    margin: 0 0 20px;
}

.get-ideas .idea-info-content .description ol li {
    margin-bottom: 2px;
    letter-spacing: 0px;
    word-spacing: 2px;
    line-height: 1.8;
}

.ideas-list .idea-block .idea-block-cont {
    position: relative;
}

.flag {
    width: 30px !important;
    height: 20px !important;
}

.description__info .flag {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 7px 0 0;
}

.idea-block .idea-block-cont .flag {
    position: absolute;
    bottom: 15px;
    left: 12px;
}

#press {
    margin: -38px 0 0;
    padding-top: 93px;
    padding-bottom: 15px;
    background-color: #f1f1f1;
    text-align: center;
}

#press .container {
    padding: 0;
}

#press h2 {
    margin: 50px 10px 40px;
    font-size: 36px;
    font-family: 'Almonidlaaa-Bold', Arial, Verdana, sans-serif;
    color: #bf2b5f;
}

.press__list::after {
    content: "";
    display: table;
    clear: both;
}

.press__item {
    float: right;
    box-sizing: border-box;
    width: 31.6%;
    margin: 0 0 35px 2.6%;
    padding: 7px 8px 25px;
    background-color: #fff;
    text-align: center;
    box-shadow: inset 0px 0px 4px 0px rgba(199, 199, 199, 1);
}

.press__item:nth-child(3n) {
    margin-left: 0;
}

.press__item strong {
    font-family: 'Almonidlaaa-Bold', Arial, Verdana, sans-serif;
}

.press__item a {
    display: block;
    text-decoration: none;
}

.press__item a:hover p {
    color: #bf2b5f;
    text-decoration: underline;
}

.press__item p {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Almonidlaaa-Regular', Arial, Verdana, sans-serif;
    color: #333;
    text-decoration: none;
}

.press__date {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 0.9;
    font-family: 'Almonidlaaa-Regular', Arial, Verdana, sans-serif;
    color: #333;
    text-decoration: none;
}

#talk-to-us {
    margin: 45px 0 62px;
    padding: 0 135px;
    text-align: center;
}

#talk-to-us h2 {
    margin-bottom: -5px;
    font-size: 36px;
    font-family: 'Almonidlaaa-Bold', Arial, Verdana, sans-serif;
    color: #bf2b5f;
    margin-bottom: 18px;
}

#talk-to-us p,
.talk-to-us__mail a {
    font-size: 22px;
    line-height: 1.2;
    color: #6d6e71;
    text-decoration: none;
}

.talk-to-us__mail a:hover {
    color: #bf2b5f;
}

.talk-to-us__mail {
    margin-top: 46px;
}

.press-page .logo {
    margin-right: -14px;
}

.get-ideas-page #hero-block .text-part {
    padding: 154px 0 0 20px;
}

.press-page #hero-block .text-part {
    padding: 154px 82px 0 20px;
}

.get-ideas-page .filter-holder {
    display: none;
}

/*YAMAT PAGE*/

.extra-top-padding {
    padding-top: 47px;
}

.home-yamat #about-section {
    padding-top: 85px !important;
    background-color: #fff !important;
}

.home-yamat #how-to-participate {
    background-color: rgba(189, 195, 199, 0.25);
}

.home-yamat .text-part .bx-viewport {
    min-height: 330px;
}

.home-yamat #hero-block .text-part h1 {
    margin-bottom: 13px;
    font-size: 60px;
    line-height: 0.9;
    word-spacing: -3px;
}

.home-yamat #hero-block .text-part p {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.5;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    word-spacing: 1px;
}

.home-yamat .all-events-btn {
    padding: 0 15px;
}

.home-yamat .circle-block h2 {
    margin-bottom: 8px;
    font-size: 32px;
}

.home-yamat .circle-block .frame {
    padding-top: 108px;
    padding-left: 10px;
    padding-right: 10px;
}

.home-yamat .circle-block .frame span {
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
}

.home-yamat #photo-gallery {
    padding-bottom: 23px;
    background-color: #fff;
}

.home-yamat #photo-gallery .gallery-list li {
    min-height: 311px;
}

.home-yamat #photo-gallery .gallery-list li span {
    margin-bottom: 24px;
}

.home-yamat #partners {
    margin: 0 -9999px;
    padding-top: 35px;
    padding-left: 9999px;
    padding-right: 9999px;
    padding: 35px 9999px 5px;
    background-color: rgba(189, 195, 199, 0.25);
}

.en .home-yamat #partners {
    background-color: #fff;
}

.btn:hover {
    text-decoration: none !important;
}

.home-yamat .btn {
    margin-bottom: 32px;
}

.home-yamat #partners h1 {
    margin-bottom: 31px;
    padding-bottom: 0;
}

.home-yamat #partners .partners-holder ul {
    direction: rtl;
    text-align: justify;
}

.home-yamat #partners .partners-holder ul::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.home-yamat #partners .partners-holder ul li {
    float: none;
    display: inline-block;
    height: auto;
}

.home-yamat #great-style {
    background-color: #fff;
}

.home-yamat #great-style .text-part {
    width: 50%;
    padding-bottom: 115px;
}

.home-yamat #great-style .container {
    padding-right: 0;
}

.home-yamat #great-style .text-part h2 {
    margin-bottom: 16px;
    word-spacing: -3px;
}

.home-yamat #great-style .text-part p {
    max-width: 495px;
    margin-bottom: 88px;
    letter-spacing: 0px;
    word-spacing: -3px;
}

.anchors-page .hero-block-holder {
    margin: 0;
}

.anchors-line {
    position: relative;
    height: 68px;
}

.anchors-line ul {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 230;
    height: 68px;
    padding: 0;
    border-bottom: 1px solid #acacac;
    background-color: #fff;
    font-size: 0;
    text-align: center;
}

.anchors-line ul.fixed-anchor {
    position: fixed;
}

.anchors-line ul li {
    display: inline-block;
    box-sizing: border-box;
    width: 257px;
    height: 100%;
    margin-left: -1px;
    border-left: 1px solid #acacac;
    border-right: 1px solid #acacac;
    font-size: 27px;
    font-family: 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

.anchors-line ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 43px;
    padding-right: 3px;
    border-bottom: solid 8px transparent;
    line-height: 65px;
    letter-spacing: 0px;
    word-spacing: -1px;
    text-decoration: none;
    transition: 0.15s border-color ease-in-out;
}

.anchors-line ul li a:hover {
    color: #666;
    text-decoration: none;
    /*border-color: #3aa950;*/
}

[class*="anchor--"]::after {
    content: "";
    position: absolute;
    top: 13px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.anchor--registration::after {
    left: 38px;
    width: 31px;
    height: 33px;
}

.anchor--ideas::after {
    left: 17px;
    width: 27px;
    height: 42px;
}

.anchor--downloads::after {
    top: 17px;
    left: 27px;
    width: 35px;
    height: 31px;
}

.anchors-line ul li .anchor--downloads {
    padding-left: 53px;
}

.green .anchor--registration::after {
    background-image: url("../images/anchor-1-green.png");
}

.green .anchor--ideas::after {
    background-image: url("../images/anchor-2-green.png");
}

.green .anchor--downloads::after {
    background-image: url("../images/anchor-3-green.png");
}

.orange .anchor--registration::after {
    background-image: url("../images/anchor-1-orange.png");
}

.orange .anchor--ideas::after {
    background-image: url("../images/anchor-2-orange.png");
}

.orange .anchor--downloads::after {
    background-image: url("../images/anchor-3-orange.png");
}

.red .anchor--registration::after {
    background-image: url("../images/anchor-1-red.png");
}

.red .anchor--ideas::after {
    background-image: url("../images/anchor-2-red.png");
}

.red .anchor--downloads::after {
    background-image: url("../images/anchor-3-red.png");
}

.purple-common .anchor--ideas::after {
    background-image: url("../images/anchor-2-purple.jpg");
}

.purple-common .anchor--downloads::after {
    background-image: url("../images/anchor-3-purple.png");
}

/*.red .anchors-line ul li a:hover {
	border-color: #db3a36;
}

.purple-common .anchors-line ul li a:hover {
	border-color: #bf2b5f;
}

.orange .anchors-line ul li a:hover {
	border-color: #e68a39;
}*/

.anchors-page #photo-gallery.photo-gallery-page {
    margin-top: 0;
}

.anchors-page #partners {
    padding: 91px 0 87px;
}

#form-gdd.thanks-form-mini {
    padding: 73px 0 54px;
}

.form-gdd--thanks-mini img {
    margin-bottom: 27px;
}

.form-gdd--thanks-mini p {
    font-size: 30px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    line-height: 1.4;
    word-spacing: -2px;
    letter-spacing: 1px;
}

#form-gdd {
    padding: 48px 0 100px;
    color: #666;
    text-align: center;
}

#form-gdd.mini-form {
    padding: 87px 0 59px;
}

#form-gdd .form-gdd--form-mini,
#form-gdd .form-gdd--thanks-mini,
#form-gdd .form-gdd--thanks {
    /*display: none;*/
}

#form-gdd.mini-form .form-gdd,
#form-gdd.thanks-form .form-gdd,
#form-gdd.thanks-form-mini .form-gdd {
    /*display: none;*/
}

#form-gdd .form-gdd--form-mini h1 {
    letter-spacing: 0;
}

#form-gdd.mini-form .form-gdd--form-mini,
#form-gdd.thanks-form .form-gdd--thanks,
#form-gdd.thanks-form-mini .form-gdd--thanks-mini {
    display: block;
}

.form-gdd--form-mini input[type="text"] {
    text-align: center;
}

#form-gdd.mini-form .form-gdd__row {
    max-width: 480px;
    margin: 0 auto;
}

#form-gdd.mini-form input {
    float: right;
}

#form-gdd.mini-form input[type="email"],
#form-gdd.mini-form input[type="text"],
#form-gdd.mini-form input[type="submit"] {
    height: 46px;
    border-radius: 0;
}

#form-gdd.mini-form input[type="email"],
#form-gdd.mini-form input[type="text"] {
    width: 66.4%;
    max-width: 100%;
    padding: 0 36px;
    border-width: 0 !important;
    font-size: 24px;
    line-height: 62px;
    word-spacing: 0px;
    letter-spacing: 1px;
}

#form-gdd.mini-form input[type="submit"] {
    width: 33.6%;
    font-size: 24px;
    line-height: 46px;
}

#form-gdd.mini-form h1 {
    margin-bottom: 74px;
    font-size: 32px;
    letter-spacing: 0px;
    word-spacing: -1.4px;
}

#form-gdd h1 {
    margin-bottom: 48px;
    font-size: 26px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    line-height: 1.2;
    color: #666;
}

#form-gdd h2 {
    margin: 0 0 25px;
    font-size: 36px;
    font-family: 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

#form-gdd input:not([type="checkbox"]),
#form-gdd input:not([type="radio"]),
#form-gdd select,
#form-gdd textarea {
    max-width: 372px;
    margin: 0 auto 13px;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 24px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    background-color: #f5f5f5;
    border-color: #e6e6e6 !important;
}

#form-gdd input[type="submit"] {
    background-color: #3aa950;
}

#form-gdd input[type="submit"] {
    height: 46px;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
}

#form-gdd select {
    color: #878787;
}

#form-gdd textarea {
    height: 197px;
    padding: 14px 16px;
}

#form-gdd fieldset:nth-child(2) {
    margin-bottom: 77px;
}

.form-gdd__radio {
    overflow: hidden;
    max-width: 530px;
    margin: 0 auto 90px;
}

.form-gdd__radio input {
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    opacity: 0;
    -webkit-appearance: none;
}

#form-gdd.thanks-form {
    padding: 72px 0 42px;
}

#form-gdd .form-gdd--thanks h1 {
    margin-bottom: -6px;
    font-size: 46px;
    font-family: 'Almonidlaaa-Bold', 'Open Sans Hebrew', Arial, sans-serif;
    letter-spacing: -1px;
    word-spacing: 4px;
}

#form-gdd .form-gdd--thanks img {
    margin-bottom: 19px;
}

#form-gdd .form-gdd--thanks p {
    font-size: 32px;
    line-height: 1.3;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    color: #707070;
}

#form-gdd input::-webkit-input-placeholder {
    color: #878787;
}

#form-gdd input:-moz-placeholder {
    color: #878787;
}

#form-gdd input::-moz-placeholder {
    color: #878787;
}

#form-gdd:-ms-input-placeholder {
    color: #878787;
}

#form-gdd textarea::-webkit-input-placeholder {
    color: #878787;
}

#form-gdd textarea:-moz-placeholder {
    color: #878787;
}

#form-gdd textarea::-moz-placeholder {
    color: #878787;
}

#form-gdd input[type="radio"]:checked + label {
    color: #fff;
}

.form-gdd__radio label {
    float: right;
    width: 33%;
    margin-left: 0.5%;
    font-size: 26px;
    line-height: 44px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    background-color: #eef0f1;
    cursor: pointer;
}

.form-gdd__radio label:last-child {
    margin-left: 0;
}

.form-gdd__check {
    overflow: hidden;
    max-width: 830px;
    margin: 0 auto 82px;
    padding-right: 20px;
}

.form-gdd__col {
    float: right;
    width: 33%;
    margin-left: 8.2%;
}

.form-gdd__col:last-child {
    width: 17.6%;
    margin-left: 0px;
}

.form-gdd__check label {
    position: relative;
    display: block;
    margin-right: 47px;
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 1;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    color: #878787;
    word-spacing: 2px;
    letter-spacing: -1px;
    text-align: right;
}

.form-gdd__check label::before {
    content: "";
    position: absolute;
    right: -47px;
    top: 2px;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.form-gdd__check input:checked + label::before {
    background-image: url('../images/tick.png');
}

.form-gdd__check input {
    position: absolute;
    right: 0;
    top: 2px;
    z-index: -1;
    width: 24px;
    height: 24px;
    opacity: 0;
    -webkit-appearance: none;
}

.form-gdd__row {
    position: relative;
}

.form-gdd__row::after {
    content: "";
    display: table;
    clear: both;
}

.form-gdd__comments {
    max-width: 372px;
    margin: 0 auto;
}

#form-gdd .form-gdd__comments h2 {
    margin-bottom: 21px;
}

.form-gdd__comments label {
    display: block;
    margin-right: 37px;
    margin-bottom: 12px;
    font-size: 19px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    text-align: right;
    word-spacing: -1px;
}

.form-gdd__comments label::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    box-sizing: border-box;
    width: 23px;
    height: 23px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #8c8c8c;
    box-shadow: inset 0 0 1px 1px #c5c5c5;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
}

.form-gdd__comments input[type="checkbox"]:checked + label::before {
    box-shadow: none;
    background-image: url('../images/tick.png');
}

.form-gdd__comments input[type="checkbox"] {
    position: absolute;
    top: 4px;
    right: 0;
    z-index: -1;
    width: 23px;
    height: 23px;
    opacity: 0;
    -webkit-appearence: none;
}

.orange #form-gdd h2 {
    color: #e68a39;
}

.orange .form-gdd__radio input:checked + label {
    background-color: #e68a39;
}

/*.orange .form-gdd__check input:checked + label::before {
	background-color: #e68a39;
	border-color: #e68a39;
}*/

/*.orange .form-gdd__comments input[type="checkbox"]:checked + label::before {
	background-color: #e68a39;
	border-color: #e68a39;
}*/

.orange #form-gdd .form-gdd--thanks h1 {
    color: #e68a39;
}

.green #form-gdd h2 {
    color: #3aa950;
}

.green .form-gdd__radio input:checked + label {
    background-color: #3aa950;
}

.form-gdd__check input:checked + label::before {
    background-color: #3aa950;
    border-color: #3aa950;
}

.form-gdd__comments input[type="checkbox"]:checked + label::before {
    background-color: #3aa950;
    border-color: #3aa950;
}

.green .social-networks::before {
    color: #3aa950;
}

.orange .social-networks::before {
    color: #e68a39;
}

.red .social-networks::before {
    color: #db3a36;
}

.purple-common .social-networks::before {
    color: #bf2b5f;
}

.green #form-gdd .form-gdd--thanks h1 {
    color: #3aa950;
}

.red #form-gdd h2 {
    color: #db3a36;
}

.red .form-gdd__radio input:checked + label {
    background-color: #db3a36;
}

/*.red .form-gdd__check input:checked + label::before {
	background-color: #db3a36;
	border-color: #db3a36;
}

.red .form-gdd__comments input[type="checkbox"]:checked + label::before {
	background-color: #db3a36;
	border-color: #db3a36;
}*/

.red #form-gdd .form-gdd--thanks h1 {
    color: #db3a36;
}

.purple-common #form-gdd h2 {
    color: #bf2b5f;
}

.purple-common .form-gdd__radio input:checked + label {
    background-color: #bf2b5f;
}

/*.purple-common .form-gdd__check input:checked + label::before {
	background-color: #bf2b5f;
	border-color: #bf2b5f;
}

.purple-common .form-gdd__comments input[type="checkbox"]:checked + label::before {
	background-color: #bf2b5f;
	border-color: #bf2b5f;
}*/

.purple-common #form-gdd .form-gdd--thanks h1 {
    color: #bf2b5f;
}

.anchors-page #photo-gallery.activity-ideas {
    padding-top: 33px;
}

.anchors-page #photo-gallery.activity-ideas h1 {
    margin-bottom: 47px;
    font-size: 44px;
}

.anchors-page #ideas-grid {
    margin: 0 auto;
}

#downloads-section .btn,
.activity-ideas .btn {
    width: 165px;
    margin-bottom: 29px;
    padding: 0 10px;
    font-size: 22px;
    line-height: 46px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
}

.activity-ideas .btn {
    margin-top: 13px;
}

#photo-gallery.activity-ideas {
    padding-bottom: 45px;
}

#downloads-section {
    padding-top: 31px;
    padding-bottom: 104px;
}

#downloads-section h1 {
    margin-bottom: 62px;
    font-size: 44px;
}

.association-page #hero-block .text-part {
    padding: 181px 97px 94px 20px;
}

.association-page #hero-block .text-part h2 {
    margin-bottom: 14px;
    font-size: 60px;
    letter-spacing: -1.4px;
}

.association-page #hero-block .text-part p {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.35;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
    word-spacing: -2px;
    letter-spacing: -0.4px;
}

.authority-page #hero-block .text-part p {
    font-size: 28px;
    line-height: 1.63;
    word-spacing: 1px;
    letter-spacing: 0;
}

.authority-page.anchors-page #photo-gallery.activity-ideas {
    padding-top: 27px;
}

.authority-page.anchors-page #photo-gallery.activity-ideas h1 {
    margin-bottom: 52px;
}

.authority-page.anchors-page .anchor--ideas::after {
    left: 20px;
}

.authority-page #hero-block .text-part h2 {
    margin-bottom: 11px;
}

.authority-page #hero-block .text-part {
    padding-bottom: 79px;
}

.business-page #downloads-section {
    padding-bottom: 82px;
    border-bottom: 1px solid #ababab;
}

.business-page #partners h1 {
    margin-bottom: 16px;
    font-size: 44px;
}

.home-yamat #hero-block .text-part {
    padding-top: 136px;
}

.home-yamat #hero-block .text-part .days-left {
    margin-bottom: 15px;
    font-size: 22px;
    font-family: 'Almonidlaaa-Regular', 'Open Sans Hebrew', Arial, sans-serif;
}

.home-yamat #hero-block .slides-text li:nth-child(2) p {
    margin-bottom: 20px;
}

.slides-text {
    height: 100%;
}

.slides-text li {
    position: absolute;
    height: 100%;
    padding-bottom: 42px;
}

.all-events-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 142px;
}

.home-yamat #hero-block .slides-text li:nth-child(3) p {
    margin-bottom: 5px;
}

.home-yamat #hero-block .slides-text li:nth-child(3) .all-events-btn {
    min-width: 142px;
    text-align: center;
}

.home-yamat .all-events-btn {
    font-size: 19px;
}

.home-yamat #hero-block .text-part {
    padding-left: 20px;
}

.errors-text {
    margin: 0 auto 30px 0;
    width: 64.91%;
    text-align: right;
}

.form-gdd__inputs .form-gdd__row {
    max-width: 770px;
    margin: 0 auto;
    padding: 0 0 0 200px;
}

.form-gdd__inputs .form-gdd__row {
    content: "";
    clear: both;
    display: block;
}

.form-gdd__inputs input,
.form-gdd__inputs .form-gdd__row select {
    float: left;
    width: 65%;
}

.error-label {
    display: none;
    float: right;
    width: 35%;
    padding: 14px 0 0 10px;
    color: #d93c3c;
    text-align: right;
}

.error .error-label {
    display: block;
}

.form-gdd__error-msg {
    display: none;
}

.error .form-gdd__error-msg {
    display: block;
    max-width: 372px;
    margin: 0 auto 13px;
    padding: 0 15px;
    color: #d93c3c;
}

.error input[type="text"], .error input[type="tel"], .error input[type="email"], .error input[type="password"], .error textarea,
.error.form-gdd__row select {
    box-shadow: 0 0 1px 1px #d93c3c !important;
}

.error.form-gdd__row select {
    color: #d93c3c !important;
}

.error input::-webkit-input-placeholder {
    color: #d93c3c !important;
}

.error input:-moz-placeholder {
    color: #d93c3c !important;
}

.error input::-moz-placeholder {
    color: #d93c3c !important;
}

.error input:-ms-input-placeholder {
    color: #d93c3c !important;
}

/*.social-networks a:hover {
	background-position: 0 0 !important;
}*/

/*.social-networks .youtube a:hover {
	background-image: url('../images/youtube-hover.png');
}*/

/*.social-networks .facebook a:hover {
	background-image: url('../images/fb-hover.png');
}*/

input.required {
    padding-right: 25px !important;
    background-image: url('../images/required.png');
    background-position: 96% 14px;
    background-repeat: no-repeat;
}

select.required {
    padding-right: 25px !important;
    background-image: url('../images/select-arrow.gif'),
    url('../images/required.png') !important;
    background-position: 0 0, 96% 14px !important;
}

.anchors-line ul li a.active-anchor {
    border-color: #3aa950;
}

.red .anchors-line ul li a.active-anchor {
    border-color: #db3a36;
}

.purple-common .anchors-line ul li a.active-anchor {
    border-color: #bf2b5f;
}

.orange .anchors-line ul li a.active-anchor {
    border-color: #e68a39;
}

.your-choice {
    margin-top: 44px;
}

.your-choice.form-row {
    margin: 0 auto 12px;
    max-width: 373px;
}

/* MailChimp */
#mc4wp-form-1 {
    margin-bottom: 60px;
    border-bottom: 2px solid #fff;
    margin-right: 13%;
    margin-left: 13%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 20px;
}

#mc4wp-form-1 > div.mc4wp-form-fields {
    margin: 0% 10% 23%;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p {
    margin: 20px 0 10px;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p > label {
    float: left;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p > input[type="text"], #mc4wp-form-1 > div.mc4wp-form-fields > p > input[type="email"] {
    background-color: #fff;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p > input[type="email"] {
    display: inline-block;
    float: left;
    width: 83%;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p > input[type="submit"] {
    float: right;
    display: inline-block;
    margin-top: -58px;
    height: 58px;
    width: 19%;
    border: 1px solid #24ae40;
    border-radius: 0px 5px 5px 0px;
}

#mc4wp-form-1 > div.mc4wp-form-fields > p > input[type="submit"] {
    font-size: 16px;
}

@media screen and (max-width: 414px) {
    #mc4wp-form-1 {
        margin-left: 0%;
        margin-right: 0%;
        padding-left: 0%;
        padding-right: 0%;
    }

    #mc4wp-form-1 > div.mc4wp-form-fields > p > input[type="submit"] {
        margin-top: -49px;
        height: 49px;
        width: 20%;
        border: 1px solid #24ae40;
        border-radius: 0px 5px 5px 0px;
        font-size: 12px;
        text-align: center;
    }

    #mc4wp-form-1 > div.mc4wp-form-fields {
        margin: 0% 10% 35%;
    }
}

.page-template-page-language #social-networks-section {
    margin-bottom: 50px
}

/*Conference Page Styling*/
.page-template-page-conference .hero-block-holder {
    min-height: 517px;
}

.page-template-page-conference #hero-block .text-part h2 {
    margin: 17px 0 23px 0;
    letter-spacing: 1px;
    font-size: 54px;
}

.page-template-page-conference #hero-block .text-part p {
    max-width: 413px;
    line-height: 1.5;
}

.conference-page .conference-gallery {
    margin: 0;
    -webkit-padding-start: 0;
    padding: 65px 0 75px;
    list-style: none;
}

.conference-gallery .image-holder img {
    height: 480px;
    width: calc(100% - 21px);
    object-fit: cover;
    opacity: 0;
}

.conference-gallery .image-holder a {
    display: block;
    width: calc(100% - 21px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.partners-list-info > .partners-list-info {
    /*display: none;*/
}

.conference-gallery li {
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 35px;
}

/*.conference-gallery li::after {*/
/*content: "";*/
/*display: block;*/
/*width: 275px;*/
/*height: 1px;*/
/*background: #b63682;*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 15px;*/
/*}*/

.conference-gallery .image-holder {
    max-height: 480px;
    overflow: hidden;
    margin-bottom: 47px;
}

.conference-gallery h2 {
    max-width: 90%;
    margin: 0 0 11px;
    font-weight: 700;
    color: #b63682;
}

.conference-gallery span {
    display: block;
}

.conference-gallery .time {
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 400;
}

.conference-gallery .place {
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.conference-gallery .note {
    font-size: 18px;
}

.page-template-page-conference #partners-list-section ul li .partners-list-info,
.single-conference #partners-list-section ul li .partners-list-info,
.page-template-page-conferense-front-end #partners-list-section ul li .partners-list-info {
    pointer-events: none;
}

#partners-list-section ul li .partners-list-info {
    height: 100%;
}

#partners-list-section .partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.partners-list .partners-list-info {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.partners-list .partners-list-info > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

#partners-list-section ul {
    display: flex;
    flex-wrap: wrap;
}

.speakers h2,
.simply-text h2,
#partners-list-section h2,
.take-part h2,
#downloads-section h2,
#conference .container > h2,
#photo-gallery .container > h2 {
    color: #b63682;
    text-align: center;
    font-size: 31px;
    font-weight: 700;
}

.thankyou-block {
    margin-bottom: 4px;
}

.simply-text {
    padding: 25px 0 42px;
}

.thankyou-page .simply-text {
    padding: 86px 0 42px;
    position: relative;
}

.thankyou-page .simply-text .thankyou-block h1 {
    margin-bottom: 37px;
}

.thankyou-page .simply-text:after {
    content: "";
    width: 79px;
    height: 78px;
    background: url("../images/hand.svg") no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.simply-text h2 {
    margin: 0 0 28px;
}

.thankyou-page .simply-text p {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 34px;
}

.simply-text p {
    text-align: center;
    font-size: 23px;
    line-height: 1.4;
    color: #666;
}

.thankyou-page .simply-text p:nth-child(2) {
    position: relative;
}

.thankyou-page .simply-text p:nth-child(2):after {
    content: "";
    width: 47px;
    height: 2px;
    background: #b63681;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
}

.thankyou-page .simply-text p a {
    font-size: inherit;
    color: #b63682;
}

.thankyou-page .simply-text p a[target="_top"] {
    font-size: 18px;
}

.simply-text p:last-child {
    margin-bottom: 0;
}

.speakers {
    padding: 42px 0 11px;
}

.speakers h2 {
    margin: 0 0 63px;
}

.speakers-list-item .speaker-info {
    padding: 15px 15px 26px;
    background: #f1f1f1;
    text-align: center;
    color: #000;
    min-height: 180px;
}

.speakers-list-item .speaker-info span {
    display: block;
    line-height: 1.48;
    font-size: 16px;
}

.speakers-list-item h3 {
    position: relative;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0 0 7px;
    padding: 0 0 18px;
}

.speakers-list-item h3::after {
    content: '';
    position: absolute;
    height: 1px;
    background: #484848;
    width: 20px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.speakers-list-item img {
    display: block;
    object-fit: cover;
}

.speakers-list ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.speakers-list.align-left ul {
    justify-content: flex-start;
}

.speakers-list li {
    list-style: none;
    width: calc((100% - (14px * 4)) / 5);
    margin-bottom: 20px;
}

.speakers-list li:not(:last-child) {
    margin-right: 14px;
}

.speakers-list li:nth-child(5n) {
    margin-right: 0;
}

.take-part {
    /*padding: 31px 0 105px;*/
    padding: 31px 0 25px;
    text-align: center;
}

.take-part > .container {
    border-bottom: 2px solid #f1f1f1;
}

.take-part h2 {
    margin: 0 0 41px;
}

.take-part a {
    font-size: 24px;
    display: inline-block;
    width: auto;
    margin: 0 auto 71px;
    color: #fff;
    background: #25af40;
    padding: 0 15px;
    text-decoration: none;
    text-align: center;
    line-height: 1.67;
}

.take-part a:hover {
    background: #057810;
    color: #fff;
}

.single-conference #downloads-section {
    padding-bottom: 6px;
}

#downloads-section .container > h2 {
    margin: 0 0 37px;
}

#downloads-section .downloads-list h2 {
    color: #fff;
}

.single-conference #partners-list-section {
    margin: 0;
    padding: 32px 0 25px;
}

#partners-list-section h2 {
    margin: 0 0 39px;
}

.single-conference #photo-gallery.photo-gallery-page {
    margin-top: 0;
    padding-bottom: 65px;
    padding-top: 27px;
}

.single-conference #photo-gallery > .container {
    border-bottom: 2px solid #f1f1f1;
}

.single-conference #photo-gallery .gallery-list {
    margin: 0 0 40px;
}

.single-conference #photo-gallery h2 {
    margin-bottom: 36px;
}

#conference .container > h2 {
    margin: 32px 0 42px;
}

.single-conference .conference-gallery {
    padding-top: 0;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-conference .conference-gallery.align-left {
    justify-content: flex-start;
}

.conference-gallery a {
    text-decoration: none;
    color: #b63682;
}

.conference-gallery h2 a:hover {
    text-decoration: none;
}

.conference-gallery a:hover {
    text-decoration: underline;
}

.single-conference .gallery-list li {
    /*display: block !important;*/
    display: block;
}

.single-conference .gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single-conference .gallery-list.align-left {
    justify-content: flex-start;
}

#conference .container > a {
    display: block;
    font-size: 25px;
    padding: 9px 0 76px;
    max-width: 400px;
    color: #b63682;
    text-align: center;
    margin: 0 auto;
}

/*peace-of-mind*/

.fancybox-type-iframe {
    max-width: 887px;
}

.fancybox-type-iframe .fancybox-inner {
    width: 100% !important;
    height: auto !important;
}
.fancybox-image{
       opacity: 1;
}
.more-video {
    display: flex;
    justify-content: space-between;
}

.mind-inspires-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.mind-inspires-wrapper .item {
        width: 20%;
        position: relative;
        margin-bottom: 4px;
        padding: 0 2px;
        box-sizing: border-box;
}

.top-mind-section.hero-block-holder {
    min-height: 381px;
}

.text-mind-section {
        text-align: center;
        padding: 7px 0 35px;
        line-height: 1.5;
        color: #000;
}

.video-mind-section img:not(.play_video) {
    width: 100%;
}
.video-mind-section {
        padding: 48px 0 72px;
        position: relative;
        border-bottom: 1px solid #e0e0e0;
}
.video-mind-section .gallery-list, .item_more-video a{
        position: relative;
}
.video-mind-section .gallery-list:after, .item_more-video a:after{
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
}
.more-video {
        padding: 48px 0 0;
        border-bottom: 1px solid #e0e0e0;
        flex-wrap: wrap;
        margin: 0 -7px;
}

.more-video .play_video {
        width: 53px;
}
.item_more-video {
        width: 33.33%;
        margin-bottom:73px;
        padding: 0 7px;

}

.item_more-video a, .video-mind-section a {
        position: relative;
        display: block;

}
.main-peace-mind h2 {
        font-size: 30px;
        color: #bd418b;
        text-align: center;
        margin: 0 0 27px;
        font-weight: 400;
}

.main-peace-mind h3 {
        font-size: 20px;
        color: #bd418b;
        text-align: center;
        padding: 0 20px;
        margin: 0 0 13px;
        font-weight: 400;
        line-height: 1.25;

}

.main-peace-mind .container {
    max-width: 824px;
}

.play_video {
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    top: 35%;
}

.mind-inspires-section {
        padding: 39px 0 53px;
}

.mind-inspires-wrapper {
        padding-top: 5px;
        margin: 0 -2px;
}

.hover-img {
    display: none;
}
.mind-inspires-section .btn {
        width: 100%;
        background: #bd418b;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        border-radius: 0;
        cursor: pointer;
        line-height: 30px;
        margin-bottom: 0;
}

.top-mind-section #hero-block .text-part h1 {
        text-transform: lowercase;
        line-height: 1.2;
        width: 256px;
        font-size: 50px;
}


.mind-inspires-wrapper a:hover {

    position: absolute;
    width: 255px;
    z-index: 1;
    border: 1px solid #bd418b;
    top: -47px;
    left: -70px;
}

.mind-inspires-section .btn {
    width: 100%;
    background: #bd418b;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    line-height: 30px;
    margin-bottom: 0;
}

.top-mind-section #hero-block .text-part h1 {
    text-transform: lowercase;
    line-height: 1.2;
    width: 225px;
    font-size: 50px;
}
.f, .h {
        text-align: center;
}
@media only screen and (max-width: 1366px) {
    .top-mind-section #hero-block .text-part {
        padding-top: 159px;
        padding-left: 12px;
    }

}
@media only screen and (max-width: 710px) and (min-width: 481px){
        .mind-inspires-wrapper{
                justify-content: start;
                margin: 0 -3px;
        }
        .mind-inspires-wrapper a{
                display: block;
        }
        .mind-inspires-wrapper .item{
                width: 20%;
        }
        .play_video, .more-video .play_video{
                width: 81px;
                top: 37%;
        }
}

@media only screen and (max-width: 767px) {
    .top-mind-section #hero-block .text-part a {
        margin-bottom: auto;
    }

    .top-mind-section #hero-block .text-part {
        padding: 18px 0;
    }

    .top-mind-section #hero-block .text-part h1 {
        font-size: 36px;
        width: 240px;
        margin: 0 auto;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 710px) {
    .mind-inspires-wrapper a:hover {
        width: auto;
        position: static;
        border: none;
    }

    .item_more-video {
        width: 100%;
        margin-bottom: 52px;
    }

    .mind-inspires-wrapper .item {
        width: 50%;
    }

    .play_video, .more-video .play_video {
        width: 60px;
        top: 34%;
    }

    .more-video {
        padding: 26px 0 0;
    }
	.item_more-video:last-of-type{
               margin-bottom: 48px;
	}
}

@media only screen and (min-width: 480px) {
    .mind-inspires-section .btn {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
        .mind-inspires-wrapper .item {
                width: 50%;
        }
        .play_video, .more-video .play_video {
                width: 60px;
                top: 34%;
        }

        .top-mind-section #hero-block .text-part {
                min-height: auto !important;
        }

        .top-mind-section.hero-block-holder {
                min-height: 374px;
        }

        .text-mind-section {
                font-size: 16px;
                font-weight: 300;
        }

        .text-mind-section {
                padding: 30px 0 34px;
                line-height: 1.9;
        }

        .main-peace-mind .video-mind-section h2 {
                width: 200px;
                margin: 0 auto 14px;
                font-weight: bold;
        }

        .main-peace-mind h2 {
                font-size: 20px;
                font-weight: bold;
                margin: 0 auto 24px;
                line-height: 1.4;
        }

        .video-mind-section {
                padding: 55px 0 30px;
                border: none;
        }

        .main-peace-mind h3 {
                line-height: 1.35;
                margin-bottom: 13px;
        }
        .main-peace-mind h3 {
                padding: 0 8px;
        }

        .mind-inspires-section {
                padding: 30px 0 27px;
                border-bottom: 1px solid #e0e0e0;
        }

        .mind-inspires-wrapper .item {
                display: none;
        }

        .mind-inspires-wrapper .item:nth-child(-n+60) {
                display: block;
        }

        .mind-inspires-wrapper {
                margin-bottom: 15px;

        }
	.item_more-video:last-of-type{
               margin-bottom: 48px;
	}
}

@media (max-width: 1200px) {
    .conference-gallery h2 {
        max-width: 100%;
    }

    .conference-gallery .image-holder img {
        height: 380px;
        width: calc(100% - 15px);
    }

    .conference-gallery .image-holder a {
        width: calc(100% - 15px);
    }
}

@media (max-width: 992px) {
    .conference-gallery h2 {
        font-size: 24px;
    }

    .conference-gallery li::after {
        width: 187px;
    }

    .conference-gallery .image-holder img {
        height: 300px;
        width: calc(100% - 10px);
    }

    .conference-gallery .image-holder a {
        width: calc(100% - 10px);
    }
}

@media (max-width: 768px) {
    .main-network-page{
    border-bottom: 1px solid #d5d5d5;
        margin-bottom: 26px;
}
    .thankyou-page .simply-text {
        padding: 119px 0 42px;
    }

    .thankyou-page .simply-text::after {
        top: 43px;
    }

    .thankyou-page .simply-text p {
        font-size: 19px;
        line-height: 1.8;
        margin-bottom: 31px;
    }

    .thankyou-page .simply-text p:nth-child(2)::after {
        bottom: -17px;
    }

    .conference-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .conference-gallery li {
        width: auto;
        margin: 0 auto 54px;
    }

    .conference-gallery li::after {
        width: 117px;
        height: 2px;
    }

    .conference-gallery h2 {
        max-width: 340px;
    }

    .conference-gallery .image-holder img {
        height: auto;
        width: 100%;
    }

    .conference-gallery .image-holder a {
        width: 100%;
    }

    .simply-text {
        padding: 32px 0 23px;
    }

    .simply-text h2 {
        margin: 0 0 34px;
    }

    .simply-text p {
        font-size: 16px;
        line-height: 1.6;
        padding: 0 15px;
    }

    .speakers h2 {
        margin: 0 0 19px;
    }

    .speakers-list {
        padding: 0 15px;
    }

    .speakers-list li {
        width: 100%;
        margin-bottom: 14px;
    }

    .speakers-list li:not(:last-child), .speakers-list li {
        padding: 0;
        margin-right: 0;
    }

    .speakers-list-item img {
        height: auto !important;
        width: 100%;
    }

    .speakers-list-item .speaker-info {
        padding: 22px 15px;
    }

    .speakers-list-item h3::after {
        bottom: 1px;
    }

    .take-part {
        padding: 7px 0 13px;
    }

    .take-part a {
        width: 100%;
        max-width: 290px;
    }

    .take-part h2 {
        margin: 0 0 39px;
    }

    .single-conference #downloads-section .container > h2 {
        margin: 0 0 36px;
    }

    .single-conference .downloads-list {
        padding: 0 0 20px;
    }

    .single-conference #downloads-section {
        padding-bottom: 1px;
    }

    .single-conference .downloads-list li:last-child {
        margin-bottom: 0;
    }

    .single-conference #photo-gallery.photo-gallery-page {
        padding-top: 2px;
    }

    #photo-gallery .container > h2 {
        margin: 0 0 26px;
    }

    .single-conference #photo-gallery .gallery-list li h2 {
        padding-right: 0;
        font-size: 18px;
        max-width: 250px;
        line-height: 1.3;
        margin-bottom: 1px;
    }

    .single-conference #photo-gallery .gallery-list li span {
        padding-right: 0;
        font-size: 14px;
    }

    .single-conference .gallery-list .image-holder {
        margin-bottom: 4px;
    }

    .single-conference #photo-gallery .gallery-list li {
        min-height: initial !important;
        margin-bottom: 28px;
    }

    .single-conference #photo-gallery.photo-gallery-page {
        padding-top: 35px;
        padding-bottom: 31px;
    }

    .single-conference #partners-list-section {
        padding: 0;
    }

    #partners-list-section .container > h2 {
        /*margin: 0 0 63px;*/
        margin: 0 -15px 22px;
        padding: 19px 0 5px;
        /*padding: 19px 0 39px;
	    background: #fff;*/
        text-transform: lowercase;
    }

    .single-conference #partners-list-section li {
        padding: 0;
        margin-bottom: 15px;
    }

    .single-conference #partners-list-section .partners-list {
        margin-bottom: 0;
    }

    .single-conference #partners-list-section li:last-child {
        margin-bottom: 22px;
    }

    .single-conference #conference {
        padding-top: 63px;
        border-bottom: 1px solid #ddd;
    }

    .single-conference #conference .container > h2 {
        margin: 0 0 21px;
    }

    .single-conference #hero-block .scroll-down,
    .page-template-page-conference #hero-block .scroll-down {
        display: none;
    }

    .conference-gallery.conference-gallery li {
        text-align: center;
        padding: 0 0 54px;
        margin: 0 auto 57px;
        width: 100%;
    }

    .conference-gallery.conference-gallery .image-holder {
        margin-bottom: 44px;
    }

    .conference-gallery.conference-gallery h2 {
        margin-bottom: 17px;
    }

    .conference-gallery.conference-gallery .time {
        margin-bottom: 3px;
    }

    .conference-gallery.conference-gallery li::after {
        height: 3px;
        left: 50%;
        transform: translateX(-50%);
    }

    .conference-gallery.conference-gallery .note {
        font-size: 19px;
    }

    .conference-gallery.conference-gallery .note a {
        text-decoration: none;
    }

    .conference-page .conference-gallery.conference-gallery {
        /*padding: 15px 0 92px;*/
        padding: 0 0 92px;
    }

    .single-conference .conference-gallery.conference-gallery {
        padding: 0 0 27px;
    }

    #conference .container > a {
        padding: 9px 0 52px;
        font-size: 25px;
    }

}

@media (max-width: 540px) {
    .simply-text p br {
        display: none;
    }
}

@media (max-width: 480px) {
    .page-template-page-conference #hero-block .text-part h2 {
        font-size: 32px;
    }

    .conference-page .conference-gallery {
        padding: 15px 0 70px;
    }

    .conference-gallery li:last-child {
        margin-bottom: 0;
    }

    .conference-gallery .image-holder {
        max-height: 320px;
        margin-bottom: 42px;
    }

    .conference-gallery h2 {
        margin-bottom: 14px;
        line-height: 1.2;
        letter-spacing: -0.6px;
        font-size: 29px;
        font-weight: 700;
    }

    .conference-gallery .time {
        margin-bottom: 4px;
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .conference-page .conference-gallery {
        padding: 0 0 70px;
    }

    .conference-gallery li {
        padding: 0 0 35px;
    }

    .conference-gallery h2,
    .conference-gallery span {
        padding: 0 20px;
    }
}

@media (min-width: 1023px) {

}

@media (min-width: 1200px) {

}

/*network-page*/
.main-network-page h2 {
    color: #b63682;
    font-size: 32px;
    margin: 0 0 25px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.text-network-section {
    text-align: center;
    color: #000;
    font-size: 18px;
    padding-bottom: 70px;

}

.text-network-section p {
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.68;
}

.main-network-page .underline {
    border-bottom: 1px solid #d5d5d5;
}

.map-section {
    padding: 68px 0 75px;
}

.map-section h2 {
    margin-bottom: 55px;
}

#map {
    height: 450px;
    width: 100%;
    max-width: 684px;
    margin: 0 auto;
}

.gm-style .gm-style-iw-c {
    padding: 6px !important;
}

.map-infowindow {
max-width: 315px;
    text-align: center;

    padding-right: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .map-infowindow {
        padding-right: 15px;
        padding-left: 15px;
    }

}

.map-infowindow h6 {
    margin: 0 0 3px;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
.gm-style-iw-d{
    overflow: hidden !important;
}
.map-infowindow p {
    margin: -4px 0 0 0;
    font-size: 15px;
    color: #b63682;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.filter-section {
    max-width: 656px;
    margin: 0 auto;
    padding: 68px 0 75px;
}

.filter-section input[type=text] {

    border: 1px solid #000 !important;
    background: none;
    border-radius: 0;
    height: 47px;
    font-size: 24px;
    padding: 0 29px;
}

.filter-section input::placeholder {
    color: #d5d5d5 ;
}
.filter-section input::-ms-input-placeholder {
    color: #d5d5d5 ;
}
.filter-section input::-webkit-input-placeholder {
    color: #d5d5d5 ;
}

.filter-section input[type=submit] {
    border: none;
    background: url("../images/search.svg") no-repeat;
    width: 26px;
    position: absolute;
    top: 12px;
    right: 17px;
    height: 33px;
    font-size: 0;

}

.wrapper-filter-section {
    display: flex;
    padding-top: 57px;
    justify-content: space-between;

    flex-wrap: wrap;

}

.wrapper-filter-section form {
    width: 58.5%;
    position: relative;
    font-size: 23px;
}
.filter-section .location:hover{
    background: #d64c9e;
}
.filter-section .location {
    width: 36%;
    color: #fff;
    padding-top: 8px;
    display: block;
    padding-left: 25px;
    background: #b63682;

    position: relative;
    font-size: 24px;
    cursor: pointer
}
.filter-section .location:after{
    content: '';
    width: 30px;
    height: 25px;
    position: absolute;
    background: url('../images/arrow-01.svg') no-repeat 100% 1px;
    transform: rotate(180deg);
    right: 17px;
}
.filter-section .location.active:after{
    transform: rotate(0);
    right: 17px;
    background-position: 100% 8px;
}

.city-name {

    color: #fff;
    display: none;
    padding: 44px 0 3px 26px;
    font-size: 18px;
    width: 77.5%;
    background: #b63682;
}

.city-name ul {
    column-count: 2;
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
    width: 79%;
    vertical-align: top;
}

.city-name ul:before {
    content: '';
    width: 1px;
    height: 85%;
    background: #cb70a6;
    position: absolute;
    left: 44%;
    top: 5px;
}

.city-name li {
    padding-bottom: 21px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    vertical-align: top;

}

.city-name li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.partners-section ul {
    padding: 0;
    list-style: none;
    display: flex;
    color: #000;
    flex-wrap: wrap;
}

.partners-section ul span {
    display: block;
    margin-bottom: 11px;

}

.partners-section h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 14px;
}

.partners-section > ul {
    margin-bottom: 33px;

}


.partners-section > ul >li > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 32px 25px 40px;
    font-size: 16px;

}
.partners-section > ul >li{
    width: 25%;
    margin-bottom:31px;
    padding: 0 10px;
}

.partners-section .mail {
    text-decoration: none;
    padding-bottom: 30px;
    display: block;
    border-bottom: 1px solid #b63682;
    margin-bottom: 20px;
    font-size:12px;
}

.partners-section h2 {
    margin-bottom: 68px;
}

.partners-section ul ul{
    flex-wrap: nowrap;
}
.partners-section ul ul li {
    width: 30px;
    position: relative;
    margin-right: 15%;

}
.partners-section ul  ul  li:last-of-type{
    margin-right: 0;
}
.partners-section ul ul a {

    width: 30px;
    height: 30px;
    cursor: pointer;

    display: block;
    position: relative;
}
.partners-section ul ul .tw a{
    background: url("../images/tw-img.svg") no-repeat;
}
.partners-section ul ul:last-of-type{
    margin-right: 0;


}

.partners-section ul ul .inst a {
    background: url("../images/inst-img.svg") no-repeat;
}

.partners-section ul ul .in a {
    background: url("../images/in-img.svg") no-repeat;
}

.partners-section ul ul .fb a {
    background: url("../images/f-img.svg") no-repeat;

}

.partners-section ul ul li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #d5d5d5;
    position: absolute;
    left: 44px;
    top: 0px;
}

.partners-section ul ul li:last-of-type:after {
    display: none;
}

.partners-section .load-more {
    width: 190px;
    color: #000;

    margin: 0 auto;
    text-decoration: none;
    display: block;
    text-align: center;
    border: 1px solid #b63682;
    padding: 8px 0;
}
.partners-section .load-more:hover{
    background: #b63682;
    color: #fff;
}
.partners-section {
    background: #eef0f1;
    margin: 0 -99999px;
    padding: 87px 99999px 75px;

}

.join-network-section {
    padding-bottom: 16px;
    padding-top: 1px;
}

.take-part-section li {
    text-align: center;
    color: #b63682;
    margin-bottom: 39px;

}

.take-part-section ol {
    list-style-position: inside;
    padding: 35px 0 13px;
    font-size: 18px;
    margin: 0;
}

.take-part-section li p {
    color: #000;
    margin: 0 0 8px;
}

.take-part-section h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 8px;
}

.top-network-page {
    min-height: 530px;
}

.top-network-page #hero-block .text-part {
    padding: 221px 11px 0px 0;
    max-width: 300px;
}

.top-network-page #hero-block .text-part h1 {
    font-size: 52px;
    line-height: 1.1;
}

.hero-block-holder.top-network-page {
    margin-bottom: 68px;
}

.join-text-section {
    padding: 68px 0 71px;
}

.main-network-page .join-text-section h2 {
    margin-bottom: 25px;
}

.join-text-section p {
    max-width: 700px;
}

.join-network-section h4 {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    color: #000;
}

.join-network-section h4:after {
    content: '';
    display: block;
    width: 94px;
    height: 2px;
    background: #b63682;
    margin: 21px auto 12px;
}

.join-network-section .wrapper-img {
    height: 91px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 19px;
}

.join-network-section p {
    line-height: 1.7;
    height: 150px;
    overflow: hidden;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: #000;
    fill: #000;
    font-size: 74px;
}

.icon-img-join1 {
    width: 0.9912109375em;
    font-size: 87px;
}

.icon-img-join2 {
    font-size: 87px
}

.icon-img-join3 {
    width: 0.900390625em;
    font-size: 92px;
}

.icon-img-join5 {
    font-size: 81px;
}

.our-join {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -32px;
    justify-content: center;
    font-size: 18px;
}

.our-join li {
    width: 33.33%;
    text-align: center;
    padding: 0 44px;
    margin: 73px 0 25px;
}

.our-join img {
    width: 100px;
    height: 80px;
    margin: 0 auto;
}

.our-join li:first-of-type img {
    height: 90px;
}

.our-join li:nth-of-type(4) img {
    height: 70px;
}

.our-join li:nth-of-type(5) img {
    height: 88px;
}

.take-part-section {
    padding-top: 68px;
    padding-bottom: 20px;
}

.page-template-page-global-network .text-part .scroll-down {
    display: none;
}

.gm-style .gm-style-iw-c{
    border-radius: 0;
    border-top: 2px solid #b63682;
}
.partners-section > ul > li.not-found{
    width: 100%;
    text-align: center;
    font-size: 18px;
}
@media only screen and (max-width: 1200px) {
    .top-network-page #hero-block .text-part {
        padding: 166px 11px 50px 0;
    }
    .partners-section > ul >li {
        width: 33.33%;
    }
}

@media only screen and (max-width: 1000px) {
    .partners-section > ul > li {
        width: 33.33%;
    }

}
@media (max-width: 992px) and (min-width:768px){
    .main-network-page .container{
        width: auto;
    }
    .partners-section ul ul li{
        margin-right: 14%;
    }
    /*.partners-section ul ul li:after{*/
        /*left: 34px;*/
    /*}*/
}

@media only screen and (max-width: 900px) {
    .our-join li {
        width: 50%;
    }
    .map-infowindow{
        max-width: 210px;
    }
}


@media only screen and (max-width: 767px) {
    .partners-section > ul > li {
        width: 50%;
    }
    .top-network-page #hero-block .text-part {
        padding: 21px 40px 13px 40px;
        max-width: none;
        min-height: auto !important;
    }

    .top-network-page #hero-block .text-part h1 {
        line-height: 1.34;
    }

}

@media only screen and (max-width: 639px) {
    .partners-section ul ul li:after {
        left: 54px;
    }
    .partners-section > ul > li {
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }

    .our-join li {
        width: 100%;
    }

    .join-network-section p {
        height: auto;
        margin-bottom: 0;
    }

    .main-network-page h2 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .hero-block-holder.top-network-page {
        margin-bottom: 37px;
    }

    .text-network-section {
        padding-bottom: 57px;
    }

    .map-section {
        padding-top: 45px;
    }

    .filter-section {
        padding-bottom: 66px;
        padding-top: 39px;
    }

    .filter-section h2 {
        margin-bottom: 37px;
    }

    .partners-section {
        padding-top: 66px;
        padding-bottom: 27px;
    }

    .partners-section h2 {
        margin-bottom: 35px;
    }

    .partners-section > ul > li div {
        padding: 32px 39px 40px;
        margin-bottom: 7px;

    }
    .partners-section > ul > li  {


        margin-bottom: 7px;

    }



    .main-network-page .join-text-section {
        padding-top: 76px;
    }

    .main-network-page .join-text-section h2 {
        line-height: 1.5;
        margin-bottom: 41px;
    }

    .main-network-page .join-text-section, .main-network-page .join-network-section {
        border-bottom: none;
    }

    .wrapper-filter-section form {
        position: relative;
        width: 100%;
        order: 1;
    }

    .filter-section .location {
        width: 100%;
        font-size: 24px;
        padding-bottom: 9px;
        background-position: 97%;
    }

    .city-name {
        width: 100%;
        padding-top: 13px;


    }
    .wrapper-filter-section input[type="text"] {

        margin-top: 20px;
    }
    .filter-section input[type=submit]{
        top: 30px;
    }
    .city-name ul {
        column-count: 1;
    }

    .city-name ul:before {
        display: none;
    }

    .city-name li {
        font-size: 16px;
        padding-bottom: 19px;

    }

    .wrapper-filter-section {
        padding-top: 0;
    }
}

@media only screen and (max-width: 490px) {


    .partners-section ul ul li:after {
        left: 44px;
    }

    .map-section h2 {
        margin-bottom: 27px;
    }

    .map-section {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 400px) {
    .join-network-section .wrapper-img{
        height: auto;
    }

    .partners-section > ul > li {
        width: 100%;

    }
    .wrapper-filter-section input[type="text"] {
        font-size: 24px;
        padding: 0 15px
    }

    .main-network-page .text-network-section.underline {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 55px;
        margin: 0 -15px;
    }

    .main-network-page .map-section.underline {
        margin: 0 -15px;
        padding: 45px 15px 0;
    }

    #map {
        height: 427px;
        padding: 0 15px;

    }

    .top-network-page #hero-block .text-part h1 {
        font-size: 38px;
    }

    .partners-section > ul {
        margin-bottom: 40px;
    }



    .our-join li {
        margin: 0 0 75px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .join-network-section {
        padding-bottom: 19px;
    }

    .join-network-section h4 {
        font-size: 26px;
    }

    .join-network-section h4:after {
        margin-bottom: 10px;
    }

    .take-part-section h3 {
        display: inline;
        line-height: 1.65;
    }

    .take-part-section ol {
        padding: 26px 0 0;
    }

    .take-part-section li {
        margin-bottom: 59px;
    }

    .take-part-section li p {
        margin: 0 0 2px;
        line-height: 1.7;
    }
}

footer img {
    width: 100%;
}
