/*
Theme Name: EM Studio
Theme URI: http://www.emilia-m.com
Author: EM Studio
Author URI: http://www.emilia-m.com
Description: EM Studio Theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: EM Studio
*/

@import url(https://web.archive.org/web/20241229164512cs_/https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://web.archive.org/web/20241229164512cs_/https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

/*** -----------------------------Layout------------------------------- ***/

body {
    font-family: 'Open Sans Hebrew', sans-serif;
    font-size: 16px;
    background: #f6f6f6;
}
a {
    color:inherit;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

a:hover , a:focus{
    color:inherit;
    text-decoration: none;
    background: transparent;
}
.nav>li>a:hover, .nav>li>a:focus{
    background: inherit;
}

#main-container {
    padding: 50px 0;
    background: #f6f6f6;
}

label {

    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans Hebrew Condensed', sans-serif;
}

h3 {
    margin-top: 0;
}

/*** ----------------------------- Helpers ------------------------------- ***/
.center-top {
    position: absolute;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    filter: blur(0);
    -webkit-filter: blur(0);
}

.center-left {
    position: absolute;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    filter: blur(0);
    -webkit-filter: blur(0);
}

.center-top-left {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    filter: blur(0);
    -webkit-filter: blur(0);
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

/*** ----------------------------- Header ------------------------------- ***/
header{
    width: 100%;
    position: absolute;
    font-size: 18px;
    color: #fff;
    top:0;
    z-index: 1;
}

#hamburger {
    width: 31px;
    height: 23px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    float: left;
    position: relative;
    top: 23px;
    cursor: pointer;
    display: none;
}

#hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #990000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}

#hamburger span:nth-child(1) {
    top: 0px;
}

#hamburger span:nth-child(2),#hamburger span:nth-child(3) {
    top: 11px;
}

form .col-md-4 {
    overflow: hidden;
}

#hamburger span:nth-child(4) {
    top: 22px;
}

#hamburger.open span:nth-child(1) {
    top: 22px;
    width: 0%;
    left: 50%;
}

#hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
    top: 22px;
    width: 0%;
    left: 50%;
}


.logo {
    text-align: center;
    padding-top: 10px;
}

.logo img{
    width: 165px;

}

.navbar-nav>li.text-underline {
    text-decoration: underline;
}

.navbar-nav>li:not(.current-menu-item)>a:hover {
    color: #212850;
}

.navbar-nav>li>a{
    line-height: 5;
}

.navbar-nav>li.current-menu-item a {
    font-weight: bold;
}

.navbar-nav>li:hover,.navbar-nav>li:focus{
    text-decoration: none;
    background: transparent;
}
#cover-photo{
    position: relative;
    height: 300px;
    padding: 0;
}
#cover-photo.home{
    height: 85vh;
}
.mask{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.25);
}

.cover-wrapper {
    padding-top: 175px;
    color: #fff;
    position: relative;
}

.page-title {
    text-align: right;
    font-size: 42px;
    font-size: 42px;
    float: right;
    font-family: 'Open Sans Hebrew Condensed', sans-serif;
    font-weight: bold;
}

.breadcrumbs {
    float: left;
    padding-top: 30px;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 09px;
    border: 0px solid #222;
}

.breadcrumbs ul li {
    display: inline-block;
    padding: 0 4px 0 0;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.private-sub {

}

.private-sub>a {

}

.private-sub>a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 36px;
    bottom: 0;
    margin: auto;
}

.private-sub .sub-menu {
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: left;
    right: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 175px;
    padding: 0;
    position: absolute;
    top: 80px;
    z-index: 9999;
    display: none;
}


.private-sub:hover .sub-menu {
    display: block;
}

.sub-menu li {
    position: relative;
}

.sub-menu>li>a {
    clear: both;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    display: block;
    font-weight: normal;
    padding: 0 15px;
    white-space: nowrap;
    text-align: right;
    border-bottom: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.2);
}

/*** ----------------------------- FOOTER ------------------------------------***/
footer {
    border-top: 1px solid #212850;
    background: #fff;
    font-size: 14px;
}

footer .footer-bottom {
    background: #212850;
    padding: 15px 10px;
    overflow: hidden;
}

footer .footer-bottom .container {
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

footer .footer-bottom .container a{
    text-decoration: underline;
}

footer .footer-top {
    padding: 50px 0 0 0;
    margin: 0 0 25px 0;
}

ul.an-list, footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


ul.an-list li, footer ul li {
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
    padding: 10px 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

ul.an-list li:hover, footer ul li:hover {
    padding-left: 10px;
    padding-right: 10px;
}


ul.an-list li:first-child, footer ul li:first-child {
    border: 0 none;
}

ul.an-list li .fa, footer ul li .fa {
    margin-left: 10px;
    font-size: 14px;
}


footer h4 {
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 18px 0;
}

#donate input {
    float: right;
}

.payments {
    float: right;
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
}

#em-register {
    display: none;
}

#donate .payments i {
    margin-left: 5px;
    color: #091a4c;
}
#donate .payments i:last-of-type {
    margin-left: 0;
}


/*** ----------------------------- Homepage ------------------------------- ***/

section {
    position: relative;
    padding: 75px 0;
}

section h1 {
    text-align: center;
}

.whitemask {
    background: rgba(255,255,255, 0.9);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.opening {
    display: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 100%;
}

.opening h1 {
    font-size: 46px;
    font-weight: bold;
}

.opening .get-more {
    transition: all 0.75s ease 0s;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    position: absolute;
    width: 100%;
    top: 80px;
}

#info {
    color: #fff;
}

#info h2 {
    position: relative;
    color: #fff;
}

.opening .get-more.down {
   top : 90px;
}

#contact .container {
    position: relative;
}

#contact .page-content {
    text-align: center;
}

#contact form {
    max-width: 500px;
    margin: auto;
    position: relative;
}

.read-more {
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    background: #990000;
    border: 0px;
    padding: 10px 20px;
}

.read-more:hover, .read-more:focus {
    border-radius: 0;
    color: #fff;
    background: #990000;
    border: 0px;
    padding: 10px 20px;
}

#contact .form-control {
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0;
    margin: 0 0 20px 0;
    border-radius: 0;
    font-size: 14px;
    color: #262626;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    border: 0;
    border-bottom: 1px solid #442525;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact .form-control:focus {
    border: 0;
    border-bottom: 1px solid #442525;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact textarea.form-control {
    height: 150px;
}



/*** ----------------------------- Contact ------------------------------- ***/


input[type=submit], #em-form {
    float: left;
    border-radius: 0;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    background: #990000;
    border: 0px;
    padding: 0 20px;
}

input[type=submit]:hover, input[type=submit]:focus {
    background: #990000;
    color: #fff;
    outline: 0 !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=submit]:disabled {
    background: #990000;
}

.contact-us ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


.contact-us ul li {
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.contact-us ul li:last-child {
    border-bottom: none;
}

.contact-us ul li .fa {
    margin-left: 10px;
    font-size: 12px;
}


.contact-us h3 {
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.contact-us #form_contact {

}

.contact-us #form_contact .row:first-child .col-md-12 {
    width: 33.3333%;
}

#form_register .payments {
    text-align: left;
}

.form-control {
    width: 100%;
    height: 40px;
    padding: 0 14px;
    margin: 0 0 30px 0;
    border-radius: 0;
    font-size: 14px;
    color: #262626;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    border: 1px solid #442525;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
/**/
    background-color: #fff;
    border: 4px solid #f6f6f6;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    float: left;
    height: 48px;
    margin: 0 0 30px;
    outline: 1px solid #e1e1e1;
    padding: 0 14px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition:none ;
}

.form-control:focus {
    border: 4px solid #f6f6f6;
    outline: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us #form_contact textarea.form-control {
    padding-top: 14px;
    height:200px;
}

label.error {
    color: #990000;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    margin-bottom: 6px;
}

.file-upload-container label.error {
    width: 150px;
    bottom: -35px;
    max-width: 150px;
    right: 0;
}

#contact label.error {
    bottom: -5px;
}

.em-loader {
    display: none;
    line-height: 2.3;
    margin-left: 10px;
}

.popup-msg {
    background: #212850;
    color: #fff;
    display: none;
    max-width: 75%;
    text-align: center;
    top: 35%;
}


    /*** ----------------------------- About ------------------------------- ***/

.about {
    text-align: center;
}

.page-image {
    margin: 25px 0;
    overflow: hidden;
    height:350px;
    position: relative;
}

.title-c{
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: bold;
    font-family: 'Open Sans Hebrew Condensed', sans-serif;
    font-size: 34px;
}

.page-image img {
    width: 100%;
    height: auto;
    position: absolute;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    right:0;
}

#goals {
    color: #fff;
    text-align: center;
}

.on-mask .mask {
    background: #1C234C;
}


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

#goals ul li {
    margin: 25px 0;
    padding: 10px 0px;
}

#about h2 {
    text-align:center;
}

.about-image {
    padding-top: 5px;
}

.about-image img{
    max-width: 100%;
}

#founders {
    position: relative;
    padding: 50px 0;
    margin-top: 25px;
    text-align: center;
}

#founders .container {
    position: relative;

}

#founders h1 {
    text-align: center;
    margin-bottom: 45px;
    margin-top: 0;

}

.founder {
    width: 25%;
    margin: 25px -2px;
    padding: 0 50px;
    display: inline-block;
}

.founder .frame img {
    top: 0;
}

.founder .box .text-box h3 {
    margin: 0;
}

.box .frame {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;

}

.wcUsersListIncluded .wcUsersList {
    font-size: 12px !important;
}

.founder .box .frame {
    border: 1px solid #e1e1e1;
    border-bottom: 0;
}


.box .frame:before{
    content: "";
    display: block;
    padding-top: 100%; 	/* initial ratio of 1:1*/
}

.frame img {
    /*position: absolute;
    margin: auto;
    width: 100%;
    height: auto;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;*/
    position: absolute;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

.box .text-box {
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-top: 0;
    padding: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    background: #fff;
}

.box .text-box h3 {
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 16px;
}

strong.title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-style: italic;
    color: #666;
    display: block;
    text-align: center;
}


/*** ----------------------------- Faq ------------------------------- ***/


.faq-archive {
    text-align: right;

}

.faq-box {
    display: inline-block;
    padding: 15px 15px;
    margin: 0 -2px;
    width: 50%;
    vertical-align: top;
}

/*** ----------------------------- Info ------------------------------- ***/


#googlemap {
    border: 1px solid #e1e1e1;
    padding: 4px;
    width: 100%;
    position: absolute;
    height: 100%;
}

.acf-map {
    width: 100%;
    height: 100%;

}

.info .page-content {
    padding-top: 25px;
}

.info img {
    max-width: 100%;
}

.collage {
    overflow: auto;
}

.collage .collage-image {
    float: right;
    width: 30%;
    height: 170px;
    padding: 7.5px;
}

.collage .collage-image div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.collage .collage-image:first-of-type {
    width: 70% !important
}

.collage .collage-image:nth-of-type(2) {
    width: 30% !important;
}

.collage .collage-image:nth-of-type(4n), .collage .collage-image:nth-of-type(4n + 1){
    width: 70%;
}

.collage .collage-image:nth-of-type(4n -1 ), .collage .collage-image:nth-of-type(4n){
    height: 270px;
}

#recruit {
    color: #fff;
}

#recruit .top-icon {
    text-align: center;
    margin-bottom: 30px;
}

#recruit .col-md-6{
    text-align: justify;
    padding-left: 45px;
    border-left: 1px solid #fff;
}

#recruit .col-md-6:last-child {
    padding-left: 15px;
    padding-right: 45px;
    border: 0;

}

#recruit h1 {
    text-align: center;
    margin-bottom: 45px;
    color: #fff;
    margin-top: 0;
}

#sort {
    background: #fff;
}

.subject-top {
    text-align: center;
}

.subjects {
    text-align: center;
    margin-top: 25px;
}

.subject-box {
    display: inline-block;
    width: 33.33333%;
    vertical-align: top;
    margin: 25px -2px;
    padding: 0 25px;
}

.subject-box .top-icon {
    margin-bottom: 20px;
    color: #212850;
}

#course {
    padding:0;
}

#course .container-fluid {
}

#course .col-md-5 .text-inner {
    float: left;
    width: 70%;
    padding:50px 0;
}

.course-back {
    overflow: hidden;
}

/*** ----------------------------- Register ------------------------------- ***/
#main-container.register {
    padding: 100px 0;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    height: 40px ;
    padding: 0 14px;
    border-radius: 0 !important;
    font-size: 14px;
    color: #262626 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    border: 1px solid #442525 ;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 5px;

    /**/
    background-color: #fff;
    border: 4px solid #f6f6f6 !important;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    float: left;
    height: 48px !important;
    margin: 0 0 30px;
    outline: 1px solid #e1e1e1;
    padding: 5px 14px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.select2-container--default .select2-selection--single:focus {
    border: 4px solid #f6f6f6 !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
    left: 5px !important;
}

#id_photo {
    outline: none;
}

.both {
    clear: both;
}
.file-upload-container {
    width:400px;
}
.file-upload-override-button {
    position: relative;
    /*overflow: hidden;*/
    cursor: pointer;
    float: left;
    border-radius: 0;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    background: #212850;
    border: 0px;
    padding: 0 20px;
    float: right;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.file-upload-override-button:hover {
    background: #a8d6f4;
}
.file-upload-override-button:active {
    position:relative; top:1px;
}
input[type=file] {
    position: absolute;
    height: 50px;
    top: -10px;
    left: -10px;
    cursor: pointer;
    opacity: 0;
    filter:alpha(opacity=0);
    max-width: 100%;
}
.file-upload-filename {
    margin-right: 160px;
    height: auto;
    padding: 5px;
    font-size: 14px;
}

.success-page img, .donate-page img {
    max-width: 100%;
    height: auto;
}

/*** PROFILE ***/

#not-active {
    background-color: #990000;
    text-align: center;
    color: #fff;
}

#not-active p {
    margin: 0;
    padding: 15px 0;
}

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

ul.info-row {
    padding: 0 15px;
    margin-top: 30px;
    border: 1px solid #e1e1e1;
}

.profile-detail-box .frame {
    float: right;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 4px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profile-detail-box .frame.move-img {
    cursor: move;
}

.profile-detail-box .frame.move-img .img-holder {
    display: none !important;
}

.profile-detail-box .frame img {
    background: #fff;
}

.profile-detail-box ul li {
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #666;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    position: relative;
}

.profile-detail-box ul li:hover {
    color: #111;
}

.profile-detail-box ul li[data-key=email] {
    font-size: 12px;
}

.profile-detail-box strong.name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #222;
    display: block;
}

.profile-detail-box .member-social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.profile-detail-box .member-social li {
    padding: 0 0 0 10px;
    border: 0;
    float: right;
}

.profile-detail-box li.emp {
    color: #e1e1e1;
}

.profile-detail-box .member-social li.emp a{
    border-color: #e1e1e1;
    color: #e1e1e1;
}

.profile-detail-box .member-social li a {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #999;
    text-decoration: none;
    display: block;
}

.profile-detail-box ul li .fa {
    line-height: 18px;
    padding: 0;
    float: none;
}

.profile-detail-box ul li strong .fa {
    width: 20px;
    text-align: center;
}

.profile-detail-box ul li strong {

}

.profile-detail-box ul li:last-of-type {
    border-bottom: 0;
}

.profile-detail-box .member-social li a.social_active:hover {
    background-color: #a8d6f4;
    color: #fff!important;
    border: 1px solid rgba(0,0,0,0);
}

.profile-detail-box .tool {
    display: none;
    position: absolute;
    left: 15px;
    cursor: pointer;
    top: 20px;
    color: #990000;
    background: #fff;
}

.profile-detail-box .tool.fa-check, .profile-detail-box .tool.fa-spin {
    display: block;
    top: 33px;
    left: 30px;
}

.profile-detail-box .fa-plus {
    display: block;
}

.profile-detail-box.cur ul li:hover .fa-pencil {
    display: block;
}


.profile-detail-box.cur input, .select2 {
    display: none;
    margin-bottom: 0;
}

.form-control.social {
    border-bottom: 0;
}

.form-control.social:last-of-type {
    border-bottom: 1px solid #442525;
}

.profile-detail-box ul li:last-child .fa-check, .profile-detail-box ul li:last-child .fa-spin{
    bottom: 30px;
    top: auto;
}

.form-control.social:focus + .form-control.social{
    border-top:1px solid #a8d6f4;
}

.form-control.social:last-of-type:focus {
    border-bottom: 1px solid #a8d6f4;
}

li label.error {
    margin-top: 10px;
    position: relative;
}

label.year, label.email {
    display: none;
}

.img-holder {
    width: 100%;
    text-align: center;
    height:100%;
    display: none;
    cursor: pointer;
}

.img-holder .img-load {
    background: rgba(255,255,255,.4);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 2.5;
    border: 1px solid rgba(255,255,255,.4);
}

.img-move {
    background: rgba(255,255,255,.4);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 2.3;
    border: 1px solid rgba(255,255,255,.4);
    position: absolute;
    top: 15px;
    right: 15px;
}

#drag {
    position: relative;
    width: 100%;
    height: 100%;
}

.inner-frame .img-move {
    top: auto;
    right: auto;
    bottom: 15px;
    left: 15px;
    display: none;
    cursor: pointer !important;
}

.frame.move-img .inner-frame .img-move {
    display: block;
}


.img-holder i {

}

.img-holder.loader {
    display: block;
}

#avatar {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.frame:hover .img-holder {
    display: block;
}


.inner-frame {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 4px solid transparent;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    opacity: 1;
}

.img-holder .warning {
    background: rgba(255,255,255,.4);
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255,255,255,.4);
    position: absolute;
    bottom: 0;
    padding: 0;
    font-size: 14px;
    padding: 10px;
    color: #222;
    display: none;
    margin: 0;
}

.img-text {
    position: relative;
    overflow: auto;
}

.board-title {
    margin: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 100;
    padding-left: 45px;
}

.board-title:focus {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.info-row {
    background: #fff;
}


.the-board-add {

}

.the-board-add .board-title {

}

.box-title .title-wrap {
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}

.box-title .title-wrap i {
    margin-left: 5px;
    color: #212850;
    font-size: 16px;
}

#main-container.page-profile {
    padding-top: 30px;
}

.the-board-add .wp-editor-wrap {

}

.the-board-add div.mce-toolbar-grp {
    background: #212850;
    border: 0;
}

#mceu_19-body {
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.the-board-add .mce-rtl .mce-flow-layout .mce-flow-layout-item>div {
    text-align: right;
}

.the-board-add .mce-toolbar .mce-ico {
    color: #f5f5f5;
}

.the-board-add .mce-toolbar .mce-btn-group .mce-btn {
    color: #f5f5f5;
    border: 0;
    background: transparent;
}


.the-board-add .mce-toolbar .mce-btn-group .mce-btn:hover {
    color: #fff;
    border: 0;
    background: transparent;
    outline:0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.big-box {
    border: 1px solid #e1e1e1;
    background: #fff;
    margin-bottom: 30px;
}

.box-wrapper {
    padding: 30px;
}

.submit-board {
    position: relative;
    padding: 10px 15px 10px;
    overflow: auto;
}

.the-board-add div.mce-statusbar {
    border-bottom: 1px solid #e5e5e5;
    border-width: 1px !important;
    padding-bottom: 3px;
}

.mce-toolbar .mce-btn-group .mce-btn.mce-active, .mce-toolbar .mce-btn-group .mce-btn:active, .qt-dfw.active {
    background: transparent !important;
    border-color: #fff !important;
    border-radius: 0 !important;
}

.last-posts .board-editor .post {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    opacity:1;
}

.admin-post {
    /*background: #a8d6f4;*/
}

.admin-post .date {

}

.post-body .date {
    display: none;
}

.last-posts .admin-post .inner-frame {
    border-color:#a8d6f4;
}

.last-posts .admin-post .post-body {
    color: #fff;
}

.fresh {
    opacity: 0;
}

.last-posts .board-editor .post .post-head {
    height: 50px;
    width: 100%;
    line-height: 3.1;
    position: relative;
    cursor: pointer;
}

.last-posts .board-editor .post:last-of-type {
    border: 0;
}

.last-posts .frame {
    height: 100%;
    width: 50px;
    overflow: hidden;
    position: relative;
    margin-left: 10px;

}

.last-posts .inner-frame {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 4px solid #fff;
    overflow: hidden;
}

.big-box.back {
    padding: 10px;
    margin: 0;
    margin-bottom: 30px;
    font-weight: bold;
}

.big-box.back i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 3px;
}

.last-posts .inner-frame img {
    top: 0;
}

.last-posts .board-editor .post .post-head .center-top {
    left: 15px;
    font-size: 24px;
    color: #990000;
    line-height: 0;
}

.col-md-7 .last-posts .board-editor .post .post-head strong {
    color: #212850;
    font-size: 14px;
}


.last-posts .board-editor .post .post-head .center-top i {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}


.last-posts .board-editor .post .post-body {
    display: none;
    padding-right: 60px;
    padding-bottom: 10px;
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    color: #222222;
}

.last-posts .board-editor .post .post-body div, .last-posts .board-editor .post .post-body p, .last-posts .board-editor .post .post-body a {
    font-family: 'Open Sans Hebrew', sans-serif !important;

}

.delete-post {
    cursor: pointer;
    color: #990000;
    bottom: 15px;
    left: 18px;
    position: absolute;
    font-size: 16px;
}

.date {
    color: #aaa;
    font-size: 12px;
    margin-right: 5px;
}

.board-editor .file-upload-container {
    padding:10px 10px 8px;
    width: auto;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.board-editor .file-upload-override-button {
    margin-left: 15px;
}

.img-upload {
    left: 20px;
    font-size: 22px;
    color: #990000;
    line-height: 0;
    cursor: pointer;
    z-index: 101;
    background: #fff;
}

.empty-posts {
    padding: 10px;
    margin:0;
    font-size: 14px;
}

.gallery-images {
    padding: 10px 15px;
    overflow: auto;
}

.gallery-images .empty-posts {
    padding:0;
}

.gallery-img {
    float: right;
    width: 20%;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity:1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.gallery-img:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.gallery-img .wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 2.5px solid transparent;
    overflow: hidden;
}

.gallery-img .wrap .inner-wrap {
    border: 1px solid #e1e1e1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}


.gallery-img .wrap .inner-wrap .img-border {
    border: 4px solid transparent;
    height:100%;
    width:100%;
    overflow: hidden;
    position: relative;
}

.gallery-img img {
    position: absolute;
    margin: auto;
    width: 100%;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.hide-me {
    display: none;
}

.last-posts .show-more {
    margin-bottom: 10px;
}

.show-more {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    float: right;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}

.show-more i {
    display: block;
    font-size: 30px;
    line-height: 0.5;
}

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

.last-posts .auto-width, .profile-detail-box .auto-width {
    height: 100%;
}

.page-single-gallery .gallery-images {
    padding: 0;
}

.zoom-photo {
    background: rgba(255,255,255,.4);
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 1.8;
    border: 1px solid rgba(255,255,255,.4);
    display: none;
    cursor: pointer;

}

.gallery-img:hover .zoom-photo {
    display: block;
}

.fresh {
    opacity: 0;
}

#gallery-big {
    height: 100vh;
    width: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index:1000;

}

#gallery-big .backFade {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.9);
}

#gallery-big .gallery-loader {
    height: 100%;
    width: 100%;
}

.inner-gallery {
    width: 992px;
    height: 80%;
    overflow: hidden;
    background: #000;
}

.inner-gallery #carousel {
    height: 100%;
    width: 100%;
}

.carousel-inner {
    height: 100%;
    direction: ltr;
}

.carousel-inner .item {
    height: 100%;
}

#gallery-big .item img {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    background: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#gallery-big .item img.auto-width {
    max-width: none;
    top: 50% !important;
}

.carousel-control {
    background-image: none !important;
    width: 10%;
    font-size: 58px;
    opacity: 1;
    height: calc(100% - 40px);
    top: auto;
    bottom: 0;
}

.carousel-inner>.item {
    webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.closeMe {
    position: absolute;
    top: 4px;
    left: 15px;
    z-index: 100;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    color: #fff;
    font-size: 21px;
}

#gallery-big .loader {
    color: #fff;
    font-size: 24px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

#gallery-big .carousel-inner .loader {
    z-index: 2;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2;
}

#gallery-big .delete-photo {
    position: absolute;
    top: 7px;
    left: 48px;
    z-index: 100;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    color: #fff;
    font-size: 18px;
}

.img-toolbar {
    height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .8);
    right: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.img-toolbar.bottom {
    top: auto;
    bottom: 0;
    line-height: 2.9;
    overflow: hidden;
}

.img-toolbar.birthday .user-birth {
    height: 100%;
    padding:5px;
    line-height: 2.1;
}

.img-toolbar.birthday .user-birth .frame {
    width: 30px;
}

.img-toolbar.birthday .user-birth .frame .inner-frame {
    border-width: 1px;
}

.img-toolbar .set-featured {
    position: absolute;
    height: 100%;
    line-height: 40px;
    width: 100%;
    top: 0;
}

.img-toolbar .set-featured .setMe {
    cursor:pointer;
}

/** --------------------------- the board -----------------------------------**/
.birthday .user-birth {
    height: 35px;
    padding: 0;
    font-size: 14px;
    line-height: 2.4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user-birth .frame {
    height: 100%;
    width: 35px;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
}

.user-birth .frame img {
    top: 0;
}
/** --------------------------- sidebar private -----------------------------------**/

#sidebar-private .last-posts .post .post-head {
    height: 35px;
    font-size: 12px;
    line-height: 3;
}

#sidebar-private .last-posts .post .post-body {
    padding-right: 45px;
    font-size: 12px;
}

#sidebar-private .last-posts .frame {
    width: 35px;

}

#sidebar-private .last-posts .date {
    display:none;
}

#sidebar-private .last-posts .board-editor .post .post-head .center-top {
    font-size: 16px;
    left: 10px;
}

#sidebar-private .last-posts .board-editor .post .delete-post {
    display: none;
}

.wcContainer {
    padding: 10px;
}

.wcControls {
    position: relative;
}

.wcControlsButtonsIncluded input.wcSubmitButton {
    float: left !important;
    border-radius: 0;
    line-height: 30px;
    color: #fff;
    font-size: 14px !important;
    background: #990000;
    border: 0px;
    padding: 0 15px;
    width: calc(30% - 30px);
    position: relative;
    top: 6px;
}

.wcControlsButtonsIncluded input.wcSubmitButton:focus {
    outline: 0;
}

.wcControlsButtonsIncluded input.wcInput {
    border: 0;
    border-bottom: 1px solid #212850;
    font-size: 14px;
    padding-bottom: 3px;
}

.wcControlsButtonsIncluded input.wcInput:focus {
    border: 0 !important;
    border-bottom: 1px solid #212850 !important;
    outline: 0 !important;
}

.wcControlsButtonsIncluded .wcInputContainer {
    width: 70%;
    display: inline-block;
    padding-right: 0 !important;
    padding-top: 10px;
}

.wcUsersCounter {
    padding: 5px 0;
    padding-right: 5px;
    font-size: 12px;
    color: #999;
}

#search input[type=text] {
    width: 70%;
    display: inline-block;
    margin: 0 -2px;
    border: 0;
    border-bottom: 1px solid #212850;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 14px;
}

#search input[type=submit] {
    display: inline-block;
    width: 25%;
    font-size: 14px !important;
    border: 0px;
    line-height: 30px;
    padding:  0;
}



#search input:focus {
    border: 0;
    border-bottom: 1px solid #212850;
    outline: 0;
}

#search .search-btn {
    width: 15%;
    display: inline-block;
    margin: 0 -2px;
    text-align: center;
    cursor: pointer;
    height: 28px;
    line-height: 1.7;
    cursor: pointer;
    color: #990000;
}

#sidebar-private #search {
    padding: 15px 10px;
}



/** --------------------------- sidebar user -----------------------------------**/

.user-row {
    font-size: 14px;
}

.user-row .user-head {
    height: 43px;
    border-bottom: 1px solid #e5e5e5;
}

.user-head .mobile-menu {
    display: none;
}

.user-row .frame {
    height: 100%;
    width: 43px;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
}

.user-row .inner-frame {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.user-row .frame img {
    top: 0;
}

.user-row .welcome {
    line-height: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    padding-left: 15px;
}

.wcMessages {
    overflow-x: hidden !important;
}

.user-row .user-settings {
    margin-left: 10px;
}

.user-menu {
    padding:0 10px;
}

.user-row ul {
    font-size: 12px;
}

.user-row ul i {
    font-size: 12px !important;
}

    /** --------------------------- year -----------------------------------**/
.inner-search{
    margin-bottom: 20px;

}

.img-border .info{
    background: rgba(255,255,255,.4);
    width: 100%;
    right: 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.4);
    position: absolute;
    bottom: 0;
    padding: 0;
    font-size: 14px;
    padding: 10px;
    color: #222;
    display: none;
    margin: 0;
}
.years .gallery-img:hover .info{
    display: block;
}
.years .gallery-img {
    width: 25%;
    color: #fff;
    font-size: 22px;
}

.gallery-img .mask {
    background: rgba(0,0,0,0.5);
}
.years .gallery-images{
    padding: 5px 20px;
}
.years .gallery-img .wrap{
    border: 5px solid #fff;
}
.paging{
    display: block;
    text-align: center;
}
.cp_pagination {
    display: block;
    width: 100%;
    text-align: center;
}
.pagination{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.paging .pagination>li>span.current {
    background: #f6f6f6;
    color: #fff;
}
.paging .pagination>li:last-child>a, .paging .pagination>li:last-child>span {
    border-radius: 0;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #666;
    padding: 8px 14px;
    margin-right: 5px;
}
.pagination-box .pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span, .paging .pagination>li>span.current, .paging .pagination>li>a:hover, .paging .pagination>li>span:hover, .paging .pagination>li>a:focus, .paging .pagination>li>span:focus, .paging .pagination-box .pagination ul>li>a:hover, .paging .pagination ul>li>a:focus, .paging .pagination ul>.active>a, .paging .pagination ul>.active>span, .cp_pagination .page-numbers.current, .cp_pagination .pagination>li>a:hover, .cp_pagination .pagination>li>span:hover, .cp_pagination .pagination>li>a:focus, .cp_pagination .pagination>li>span:focus {
    box-shadow: 0 -3px 0 0 #212850;
    background: #f6f6f6;
}

.years .select2-container--default .select2-selection--single {
    height: 24px !important;
    padding: 0;
}

.years .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.4;
    font-size: 12px;
}

.years .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -1px !important;
    left: 1px !important;
}

.years .select2-container {
    width: 151px !important;;
}

/** --------------------------- Fallen -----------------------------------**/

.fallen-box {
    margin-bottom: 50px;
}

.fallen-box .frame {
    width: 35%;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
}

.fallen-box h4 {
    margin-top: 0;
    font-weight: bold;
}

.fallen-box .fallen-date {
    color: #999;
}

.fallen-box .fallen-text {
    text-align: justify;
}

    /** --------------------------- Home Gallery -----------------------------------**/

.page-archive-gallery .gallery-img {
    color: #fff;
    width: 25%;
    font-weight: bold;
    text-align: center;
}

.page-archive-gallery .gallery-img .wrap {
    border-color: #f6f6f6;
}

.page-single-gallery .user-birth {
    padding: 5px 0;
    height: 45px;
    border-top: 1px solid #d1cac3;
}

.page-single-gallery .user-birth:first-child {
    border: 0;
}

.page-single-gallery .birthday .board-editor {
    padding: 0 30px;
}



.wcUsersList {
    padding: 5px !important;
    height: auto !important;
    overflow-x: hidden !important;
}

.wcMessages {
    width: 100% !important;
}

/** Media query **/

@media (max-width: 1201px) {
    .birthday .user-birth {
        font-size: 12px;
        line-height: 3;
    }
}

@media (max-width: 993px) {

    #hamburger {
        display: block;
    }
    #cover-photo.home {
        height: auto;
    }

    .opening {
        position: static !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        padding: 100px 0;
    }

    .opening .get-more {
        display: none;
    }

    header {
        position: fixed;
        background: rgba(255,255,255,0.9);
        border-bottom: 2px solid #091a4c;
        z-index: 10;

    }

    header .container {
        width: 100%;
    }

    header .col-md-9 {
        position: static;
    }

    header .col-md-9 div:last-child {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        top: 76px;
        background: rgba(255,255,255,0.9);
        border-bottom: 2px solid #091a4c;
        display: none;
    }

    header .logo {
        text-align: right;
        padding: 10px;
    }

    .logo img {
        width: 85px;
    }

    .navbar-nav>li {
        float: none;
        display: inline-block;
        width: 50%;
        margin: 0 -2px;
        text-align: center;
        color: #111111;
        font-size: 16px;
        font-weight: bold;
    }
    .navbar-nav>li>a {
        line-height: 1;

    }

    .navbar-nav {
        float: none;
        width: 100%;
        padding: 15px 0;
        margin: 0;
    }

    #cover-photo {
        padding-top: 75px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .opening h1 {
        margin: 0;
    }

    .row-eq-height {
        display: block;
    }

    .page-image {
        height: auto;
    }

    .page-image img {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        height: auto;
    }

    #googlemap {
        position: relative;
        height: 100vw;
        min-height: 250px;
        margin-top: 30px;
        max-height: 300px;
    }

    #info .col-md-6 {
        overflow: auto;
    }

    .page-archive-gallery .gallery-img {
        width: 50%;
    }

    .cover-wrapper {
        padding-top: 0;
        padding-bottom: 15px;
    }

    #cover-photo {
        height: auto;
    }

    .about-image {
        margin-bottom: 15px;
    }

    #founders {
        padding-top: 25px;
    }

    .founder {
        width: 50%;
        margin: 10px -2px;
        padding: 0 15px;
    }

    .inner-gallery {
        width: 100%;
    }

    #gallery-big .item img.auto-width {
        width: 100% !important;
        top: 50% !important;

    }

    .gallery-img, .years .gallery-img {
        width: 25%;
    }

    #course .col-md-5 .text-inner {
        width: 100%;
    }

    .course-back {
        display: none;
    }

    .contact-us #form_contact .row:first-child .col-md-12 {
        width: 100%;
    }
    .contact-us #form_contact {
        margin-bottom: 30px;
    }

    .user-row {
        position: static !important;
    }

    .user-head .mobile-menu {
        position: absolute;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        font-size: 24px;
        color: #990000;
        line-height: 0;
        display: block;
        top: 9px;
        left: 15px;
        cursor: pointer;
    }

    .user-head + .user-menu {
        display: none;
        border-top: 1px solid #e5e5e5;
    }

    .user-head .mobile-menu.open {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .user-row .user-head {
        border-bottom: 0;
    }

    .user-row .user-head {
        position: relative;

    }

    .profile-detail-box .tool {
        display: block;
    }

    .profile-detail-box {
        margin-bottom: 30px;
    }

    .years .gallery-images{
        width: 100%;
    }

    .success-page img, .donate-page img {
        margin-bottom: 30px;
    }

    footer .col-md-4, footer.col-md-3 {
        overflow: auto;
        margin-bottom: 30px;
    }

    footer .col-md-4:last-child, footer.col-md-3:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 769px) {
    .founder {
        width: 50%;
        margin: 10px -2px;
        padding: 0 15px;
    }

    .gallery-img, .years .gallery-img {
        width: 50%;
    }

    .breadcrumbs {
        float: right;
        width: 100%;
        padding-top: 0;
    }

    .breadcrumbs ul {
        padding: 0;
    }

    .years .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 10px;
    }



    .the-board-add .col-md-12.board-editor {
        padding: 0 15px;
    }

    #recruit .col-md-6 {
        padding-left: 15px;
        border-left: 0;
    }

    #recruit .col-md-6:last-child {
        padding-right: 15px;
        margin-top: 30px;
    }

    .subject-box {
        width: 50%;
    }

    .date {
        display: none;
    }

    .post-body .date {
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }
}

@media (max-width: 469px) {
    .founder {
        width: 50%;
        margin: 10px -2px;
        padding: 0 15px;
    }

    .subject-box {
        width: 100%;
    }

}


/*
     FILE ARCHIVED ON 16:45:12 Dec 29, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:01:50 Nov 01, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.624
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.01
  esindex: 0.01
  cdx.remote: 23.457
  LoadShardBlock: 932.678 (3)
  PetaboxLoader3.datanode: 968.367 (4)
  load_resource: 129.966
  PetaboxLoader3.resolve: 84.407
*/