/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */

.form-group {
    margin-bottom: -5px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/preloader.gif) center no-repeat #fff;
}


.benefit-icon {
    float: unset;
    font-size: 5em;
    padding-right: 23px;
    color: #305382;
}


.benefit-content {
    text-align: justify;
}


#header-area .header-bottom-area .main-menu .navbar-brand img {
    width: 150px;
}


#slider-area .single-slide-wrap {
    background-color: #305382;
    color: #fff;
    /*padding: 155px 0 320px;*/
    position: relative;
    z-index: unset;
}


#page-title-area {
    background-image: url(../img/cover_turcoaz_no_text.png);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 25px 0;
    z-index: unset;
}


.team-member-company {
    margin-top: 90px;
    border-radius: 6px;
    min-height: 178px;
    background-color: #305382;
    box-shadow: -2px 0 #4fc0be, 0 2px #4fc0be, 2px 0 #4fc0be, 0 -2px #4fc0be;
}

.team-member-company:hover {
    background-color: #161F37;
}


.left-align {
    text-align: left;
}

.bottom10px {
    margin-bottom: 10px;
}

.form-group .error {
    color: red;
    /*float:right;*/
    /*margin-top:-30px;*/
    font-size: 12px;
    z-index: 9999;
    font-weight: normal;
    /*background-color: #fff;*/
}


.form-control::placeholder {
    color: #b5c2ce;
    opacity: 1;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}


.dropdown-menu li {
    font-size: 18px;
    box-shadow: 1px 1px #888888;
}


.imagedropshadow {
    font-size: 5.5em;
    cursor: auto;
}

.imagedropshadow-sm {
    font-size: 3.5em;
    cursor: auto;
    /*float:left;*/
}

a:hover i.imagedropshadow {
    /*border: solid 1px #CCC;*/
    -moz-text-shadow: 2px 2px 15px #999;
    -webkit-text-shadow: 2px 2px 15px #999;
    text-shadow: 2px 2px 35px #2d52e2;
}


.single-about-text ul li {
    content: '';
    background-size: 20px;
    background-image: url("../img/bulleticon.png");
    background-repeat: no-repeat;
    padding-left: 41px;
    background-position-x: 10px;
    background-position-y: 4px;
}


.completule {
    display: none;
}

.teaserule {
    display: none;
}

.more {
    background: #4fc0be;
    color: #305382;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
    text-align: center;
}


.less {
    background: #4fc0be;
    color: navy;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
    display: none;
}


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


.twitter-share-button {

}


.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px;
    user-select: none;
    -webkit-user-select: none;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/*share buttons z-index*/
#st-1 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    direction: ltr;
    display: block;
    opacity: 1;
    text-align: left;
    /*z-index: 94034;*/
}


#sig-image {
    height: 120px;
    /*border: 1px solid ;*/
    /*border-style: dotted;*/
    border-bottom: 1px dotted blue;
    /*border-radius: 12px;*/
}

#sig-canvas {
    border: 1px solid;
    border-style: dotted;
    border-radius: 12px;
}


.sign-button {
    background-color: #305382;
    color: #fff;
    border: none;
    padding: 6px 15px;
    /*position: absolute;*/
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    height: 100%;
    border-radius: 6px;
    font-size: 14px;
}

.sign-button:hover {
    background-image: none !important;
    background-color: #5481ff !important;
}


.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    /*display: inline-block;*/
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}


/*WHYJOIN*/

#page-content-wrap .about-page-content-wrap .single-about-text .whyjoin-idx {
    font-size: 100px;
    line-height: 160px;
    font-size: 10rem;
    line-height: 16rem;
    line-height: 1;
    color: #50c1bf;
    text-shadow: 0px 4px 12px rgba(28, 23, 81, 0.83);
    /*text-shadow: 2px 2px 7px #000;*/
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 900;
    margin-left: 22px;
}


#page-content-wrap .about-page-content-wrap .wj {
    padding: 10px 94px 10px 94px;
    font-size: 16px;
    line-height: 25.6px;
    font-size: 1.6rem;
    line-height: 2.5600000000000005rem;
    text-align: justify;
    border-radius: 6px;
    min-height: 275px;
}


#cookieWarning {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 25px 20px 25px;
    border: 1px solid #2b4b75;
    background-color: #51c3c0;
    box-shadow: 10px 10px 5px #aaaaaa;
    z-index: 999;
    width: 540px;
    color: #2b4b75;
    border-radius: 6px;
}


#cookieWarningMobile {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    right: -45%;
    transform: translate(-50%, -50%);
    padding: 20px 10px 20px 10px;
    border: 1px solid #BFBFBF;
    background-color: #51c3c0;
    z-index: 999;
    color: #2b4b75;
}


.gray {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    opacity: 0.7;
}


.pic-whyjoin {
    border-radius: 12px;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 20px 6px 20px 0 rgba(0, 0, 0, 0.19) !important;

}


input[type=checkbox] {
    -webkit-box-shadow: 0px 0px 0px 1px #305382;
    -moz-box-shadow: 0px 0px 0px 1px #305382;
    box-shadow: 0px 0px 0px 1px #305382;
}


.back-to-gallery {
    background-color: #dbe5f3;
    cursor: pointer;
    color: #131c33;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    padding: 15px 35px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 25px;
}


.blog-details ul li {
    list-style: square;
    margin-left: 21px;
}

.errorlist li {
    list-style: none;
    color: red;
}


ul#id_sex li {
    display: inline-block;
    margin-right: 15px;
}

ul#id_sitt_member li {
    display: inline-block;
    margin-right: 5px;
}

ul#id_sitt_member li label {
    font-size: 2.5rem;
}

.sold-negative-balance {
    border: 1px solid red;
    border-radius: .45rem;
}

.sold-negative-balance .card-content .card-body span {
    color: red;
}

.sold-positive-balance {
    border: 1px solid #88c688;
    border-radius: .45rem;
}

.sold-positive-balance .card-content .card-body span {
    color: green;
}


/*Header*/
#header-area .preheader-area {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.header-bottom-area {
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0;
    z-index: 999;
}

#header-area {
    margin-bottom: 165px;
}

@media screen and (min-width: 768px) {
    .header-bottom-area {
        margin-bottom: 175px;
    }

    .header-bottom-area {
        top: 100px;
    }
}

@media screen and (min-width: 992px) {
    .header-bottom-area {
        top: 58px;
    }

    .header-bottom-area {
        margin-bottom: 165px;
    }
}


/*Events*/
#upcoming-area {
    margin: 0 0;
}

@media screen and (min-width: 768px) {
    #upcoming-area {
        margin: 50px 0;
    }
}

/*Sections*/
.section-title {
    margin-top: 40px;
}

/*Tooltips*/
.tooltip-term {
    position: relative;
    cursor: help;
    border-bottom: 1px dotted #00bcd4;
    text-decoration: none;
}

/* Latest News */
.single-blog-post {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 30px;
}

.blog-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
