/*
Theme Name: Lemuria
Version: 1.0.0
Text Domain: lemuria
*/
/**FONTS**/
@font-face {
    font-family: FBFORMULA-BOLD;
    src: url(fonts/FBFORMULA-BOLD.OTF);
}
@font-face {
    font-family: FBFORMULA-REGULAR;
    src: url(fonts/FBFORMULA-REGULAR.OTF);
}
/**END FONTS**/
html, body, ul, h1, h2,p, h3, h4, h5, input, textarea, span,a, button{
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    direction: rtl;
    font-family:  FBFORMULA-REGULAR;
    font-weight: normal;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
body *{
    font-size: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul{
    list-style: none;
}
a {
    text-decoration: none;
    color: #000000;
}
.clear{
    clear: both;
}
button {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
.clearfix::after {
    display: block;
    content: '';
    clear: both;
}
/**HEADER-HOME**/
.header-home-top{
    background: url("img/home-header-top-bg.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 37px 10px 44px 10px;
}
.header-home-top h1{
    font-family: FBFORMULA-BOLD;
    font-size: 9.2rem;
    color: #00FFFE;
    line-height: 85%;
    background: rgba(48,96,104,0.5);
    display: inline-block;
    padding: 0px 26px;
}
.header-home-top h2{
    font-family: FBFORMULA-BOLD;
    font-size: 5.76rem;
    color: #ffffff;
    background: rgba(48,96,104,0.5);
    display: inline-block;
    padding: 0px 30px;
}
a:hover{
    text-decoration: none;
}
/**HEADER**/
.header-home-main{
    background-color:rgb(149, 29, 154)!important;;
    position: absolute;
    width: 100%;
    z-index: 10000;
}
.header-home-main.rolled-up{
    top: 0px;
    transition: 0.5s;
    background-color: rgba(204,204,204, 1);
    position: fixed;
}
.rolled-up{
    top: 0px;
    transition: 0.5s;
    background-color: rgb(149, 29, 154)!important;
    right: 0;
}
.header-wrapper{
    position: relative;
    padding: 17px 0px 15px 0px;
    max-width: 1280px;
    margin: 0 auto;
}
.header-wrapper ul li{
    display: inline-block;
}
.header-socials{
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.header-socials ul li{
    background-color: #FFFFFF;
    position: relative;
    padding: 12.5px;
    border-radius: 50px;
}
.header-socials ul li a{
    position: absolute;
    top: 0px;
    left: 6px;
}
.header-socials ul li .fa{
    color: #7395AF;
    font-size: 1.7rem;
}
nav{
    display: inline-block;
}
nav ul li:first-child{
    margin-left: 10px;
}
nav ul li:hover{
    background-color: #DFD1DF;
}
nav ul li:hover > a{
    color: #9D3D76;
}
nav ul li a{
    color: #ffffff;
    font-size: 2.2rem;
    padding: 10px 23px;
    display: block;
}
.header-logo{
    position: absolute;
    left: 0px;
    top:6px;
}
/**HOME-MAIN-BANNER**/
.home-main-banner{
    background: url("img/home-main-banner.jpg") no-repeat center;
    background-size: cover;
    height: 777px;
}
/**HOME-INTRO**/
.home-intro-main-wrapper{
    background: url("img/home-intro-bg.jpg") no-repeat center;
    background-size: cover;
}
.home-intro-category-wrapper{
    text-align: right;
}
.home-intro-wrapper{
    padding: 36px 0 0 0;
    text-align: center;
}
.home-intro-welcome{
    padding: 0 15px 75px 15px;
    max-width: 630px;
    margin: 0 auto;
}
.title-bottom-line-2{
    font-size: 5.8rem;
    display: inline-block;
    padding-bottom: 37px;
    line-height: 90%;
    position: relative;
}
.title-bottom-line-2:after{
    content: "";
    height: 3px;
    width: 56px;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    bottom: 20px;
    background-color: #AB1AA1;
}
.home-intro-welcome p{
    font-size: 2.2rem;
    line-height: 160%;
}
.home-intro-welcome a{
    color: #ffffff;
    background-color: #AB1AA1;
    padding: 10px 16px;
    font-size: 2.4rem;
    font-family: FBFORMULA-BOLD;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.2s;
    border: 1px solid #AB1AA1;
}
.home-intro-welcome a:hover {
    color: #AB1AA1;
    background-color: #fff;
}
.home-intro-category-main-wrapper{
    padding-top: 0px;
}
.home-intro-category-main-wrapper h2{
}
.title-bottom-line{
    font-size: 5.8rem;
    display: inline-block;
    position: relative;
    padding-bottom: 70px;
}
.title-bottom-line:after{
    content: "";
    height: 3px;
    width: 56px;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    bottom: 48px;
    background-color: #AB1AA1;
}
.home-intro-category{
    padding: 0px 30px;
}
.home-intro-category-text{
    padding: 20px 10% 55px 10%;
    text-align: center;
}
.home-intro-category h3 a{
    font-size: 3.2rem;
    font-family: FBFORMULA-BOLD;
    color: #AB1AA1;
}
.home-intro-category p{
    font-size: 2.4rem;
}
.home-intro-category-img a, .home-intro-category-img img{
    display: block;
}
.home-intro-category-img img{
    width: 100%;
    height: auto;
}
/** home slider **/

.home-slider img{
    height: 750px;
    object-fit: cover;
}




/**HOME-EVENT**/
.home-event-main-wrapper{
    background: rgba(0,89,114,1);
    background: -moz-linear-gradient(left, rgba(0,89,114,1) 0%, rgba(29,69,125,1) 23%, rgba(130,32,149,1) 49%, rgba(126,34,148,1) 77%, rgba(165,26,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,89,114,1)), color-stop(23%, rgba(29,69,125,1)), color-stop(49%, rgba(130,32,149,1)), color-stop(77%, rgba(126,34,148,1)), color-stop(100%, rgba(165,26,159,1)));
    background: -webkit-linear-gradient(left, rgba(0,89,114,1) 0%, rgba(29,69,125,1) 23%, rgba(130,32,149,1) 49%, rgba(126,34,148,1) 77%, rgba(165,26,159,1) 100%);
    background: -o-linear-gradient(left, rgba(0,89,114,1) 0%, rgba(29,69,125,1) 23%, rgba(130,32,149,1) 49%, rgba(126,34,148,1) 77%, rgba(165,26,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,89,114,1) 0%, rgba(29,69,125,1) 23%, rgba(130,32,149,1) 49%, rgba(126,34,148,1) 77%, rgba(165,26,159,1) 100%);
    background: linear-gradient(to right, rgba(0,89,114,1) 0%, rgba(29,69,125,1) 23%, rgba(130,32,149,1) 49%, rgba(126,34,148,1) 77%, rgba(165,26,159,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005972', endColorstr='#a51a9f', GradientType=1 );
}
.home-event-wrapper{
    padding: 56px 0px;
}
.home-event-text{
    float: right;
    width: 52.2%;
    padding-left: 155px;
}
.home-event-text p{
    font-size: 2.4rem;
    color: #fff;
}
.home-event-text a{
    display: inline-block;
    color: #AB1AA1;
    background-color: #ffffff;
    padding: 10px 35px;
    font-size: 2.8rem;
    font-family: FBFORMULA-BOLD;
    margin-top: 40px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: all 0.2s;
}
.home-event-text a:hover{
    color: #fff;
    background-color: transparent;
}
.home-event-text h2{
    font-size: 3.8rem;
    color: #fff;
    display: inline-block;
    line-height: 95%;
    padding-bottom: 30px;
}
.home-event-img-wrapper{
    float: left;
    width: 47%;
}
.home-event-img img{
    width: 100%;
    height: auto;
}
/**HOME-SEMINARS**/
.home-seminars-main-wrapper{
    background: url("img/home-seminars-wrapper.jpg") no-repeat center;
    background-size: cover;
}
.home-seminars-main-wrapper{
    text-align: center;
    padding-top: 40px;
}
/**HOME-INVITATION**/
.home-invitation-wrapper{
    background-color: #9400A1;
    padding: 24px 10px 34px 10px;
    text-align: center;
}
.home-invitation-wrapper h2{
    font-size: 5rem;
    color: #fff;
    font-family: FBFORMULA-BOLD;
}
.home-invitation-wrapper a{
    display: inline-block;
    color: #AB1AA1;
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 3.4rem;
    margin-top: 15px;
    transition: all 0.2s;
    border: 1px solid #fff;
}
.home-invitation-wrapper a:hover {
    color: #fff;
    background-color: #AB1AA1;
}
/**HOME-CLOSE-EVENTS**/
.home-close-events-main-wrapper{
    text-align: center;
    padding: 35px 10px 15px 10px;
}
.home-close-events-wrapper{
    text-align: right;
}
.home-close-event{
    margin-bottom: 36px;
    padding: 0 18px;
}
.home-close-event-images{
    margin-bottom: 10px;
}
.home-close-event-image{
    float: right;
}
.home-close-event-date{
    float: left;
}
.home-close-event-image img, .home-close-event-image a{
    display: block;
    width: 100%;
    height: 115px;
}
.home-close-event-date{
    background-color: #AB1AA1;
    color: #ffffff;
}
.home-close-event-image{
    width: 63%;
    margin-left: 5px;
}
.home-close-event-date{
    width: 34%;
    padding: 10px 0px;
    color: #fff;
    height: 115px;
    vertical-align: 18px;
    text-align: center;
}
.home-close-event-date h3, .home-close-event-date p{
    font-size: 3rem;
    font-weight: 600;
    font-family: FBFORMULA-BOLD;
    line-height: 70%;
}
.home-close-event-date h3{
    padding-top: 20px;
}
.home-close-event-text{
    border: 2px solid #AB1AA1;
    padding: 18px 10px 10px 10px;
}
.home-close-event-text h4{
    font-size: 2.6rem;
    color: #AB1AA1;
}
.home-close-event-text p{
    font-size: 1.8rem;
    color: #696969;
}
.home-close-event-text a{
    font-size: 2.4rem;
    color: #005F6F;
    margin-top: 10px;
    display: inline-block;
}
.home-close-event-text a span{
    margin-left: 10px;
}
/**HOME-ARTICLES**/
.home-articles-main-wrapper{
    background: url("img/home-articles-bg.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 33px 10px 78px 10px;
}
.home-articles-main-wrapper h2{
    padding-bottom: 87px;
}
.home-articles-main-wrapper h2:after{
    background-color: #ffffff;
}
.home-article{
    margin-bottom: 39px;
    text-align: right;
}
.home-article-img a, .home-article-img img{
    display: block;
    width: 100%;
    height: auto;
}
.home-article-text {
    border: 2px solid #ffffff;
    margin-top: 10px;
    padding: 10px;
}
.home-article-text h3{
    font-size: 2.8rem;
    font-family: FBFORMULA-BOLD;
}
.home-article-text p{
    font-size: 2.2rem;
}
.home-article-text a{
    font-size: 2.4rem;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}
.home-article-text span{
    margin-left: 10px;
    vertical-align: 2px;
}
.button-more-articles{
    display: inline-block;
    color: #B929AD;
    background-color: #ffffff;
    padding: 7px 23px;
    border-radius: 5px;
    font-size: 2.8rem;
    margin-top: 10px;
}
/**HOME-PRODUCT**/
.home-product-main-wrapper{
    text-align: center;
    padding: 33px 10px 75px 10px;
}
.home-carousel .item{
}
.home-carousel .item img{
    border: 1px solid #AB1AA1;
    width: 100%;
    display: block;
    object-fit: cover;
}
.home-carousel .item h3{
    padding-top: 17px;
    font-size: 3.8rem;
    color: #B929AD;
}
.home-carousel .item p{
    color: #696969;
    font-size: 3rem;
}
.home-product-wrapper{
    position: relative;
}
/*.home-product-wrapper .owl-nav{*/
/*display: block!important;*/
/*}*/
.home-product-wrapper .owl-nav .owl-prev,
.thumbs-slider .owl-nav .owl-prev {
    position: absolute;
    width: 22px;
    height: 38px;
    background: url("img/carousel-product-nav-left.png") no-repeat center;
    background-size: cover;
    left: -40px;
    top: 40%;
    margin-top: -19px;
}
.home-product-wrapper .owl-nav .owl-prev:hover,
.thumbs-slider .owl-nav .owl-prev:hover{
    background: url("img/carousel-product-nav-left.png") no-repeat center;
}
.home-product-wrapper .owl-nav .owl-next,
.thumbs-slider .owl-nav .owl-next{
    position: absolute;
    width: 22px;
    height: 38px;
    background: url("img/carousel-product-nav-right.png") no-repeat center;
    background-size: cover;
    right: -40px;
    top: 40%;
    margin-top: -19px;
}
.thumbs-slider .owl-nav .owl-next,
.thumbs-slider .owl-nav .owl-prev {
    top: 50%;
}
.home-product-wrapper .owl-nav .owl-next:hover,
.thumbs-slider .owl-nav .owl-next:hover{
    background: url("img/carousel-product-nav-right.png") no-repeat center;
}
/**HOME-PATIENT**/
.home-patient-main-wrapper{
    background-color: #AB1AA1;
    color: #ffffff;
    padding: 28px 10px 19px 10px;
}
.home-patient-wrapper{
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}
.home-patient-col{
}
.home-patient-col h2{
    font-size: 3.2rem;
}
.home-patient-col p{
    font-size: 2.4rem;
}
/**HOME-FORM**/
.home-form-main-wrapper{
    background: url("img/home-form-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 35px 10px 90px 10px;
}
.home-form-title-wrapper{
    max-width: 545px;
    margin: 0 auto;
    text-align: center;
}
.home-form-title-wrapper h2{
    padding-bottom: 80px;
}
.home-form-info-area input, .home-form-wrapper textarea{
    width: 100%;
}
.home-form-wrapper form .home-form-info-area input, .home-form-submit-area textarea{
    font-size: 2.8rem;
    padding: 7px 20px;
    border: 1px solid #9400A1;
}
.home-form-info-area{
    margin-bottom: 20px;
}
.home-form-info-area input[type="submit"]{
    background-color: #9400A1;
    color: #ffffff;


}
.home-form-submit-area textarea{
    width: calc(82% - 160px);
    display: block;
    float: right;
    height: 55px;
    resize: none;
    padding: 0 20px;
}
.home-form-submit-area input{
    display: block;
    float: left;
    width: calc(30% - 160px);
    color: #fff;
    background-color:#9400A1;
    cursor: pointer;
    padding: 8px 80px;
    font-size: 2.8rem;
    border: 0px;
}
.club-form input[type="submit"] {
    background-color:#9400A1;
    color: #fff;
}
/**FOOTER**/
footer{
    padding: 30px 10px 0px 10px;
    background: url("img/footer-bg.jpg") no-repeat center;
    background-size: cover;
    color: #ffffff;
}
.footer-right-col{
    float: right;
    width: 70%;
}
.footer-last-post{
    width: 25.6%;
    float: left;
}
footer h2, footer h3{
    font-size: 2.8rem;
    font-weight: 600;
    padding-bottom: 15px;
}
footer p{
    font-size:2.2rem;
    line-height: 100%;
}
.footer-contact-us p{
    padding-bottom: 20px;
}
.footer-contact-us{
    padding-left: 40px;
}
.footer-last-events-img{
    margin-bottom: 18px;
    padding: 0px 6px;
}
.footer-last-events-img img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}
.footer-img-last-post{
    margin-bottom: 25px;
}
.footer-img-last-post img{
    width: 100%;
    height: auto;
    display: block;
}
.footer-bottom-line{
    margin-top: 30px;
    text-align: center;
}
.footer-bottom-line p{
    font-size: 14px;
    padding-bottom: 5px;
}
.footer-text-facebook{
    padding-top: 12px;
    border-top: 2px solid #FFFFFF;
}
.footer-text-facebook p{
    padding-bottom: 0px;
}
.footer-info div{
    margin-bottom: 12px;
}
.footer-info div p{
    border-bottom: 2px solid #FFFFFF;
}
.footer-info div p a {
    color: inherit;
}
.footer-info{
    padding-left: 35px;
}
/**BASE-HEADER**/
.base-header-wrapper{
    background: rgba(116,68,120, 0.7);
    width: 100%;
    position: absolute;
    z-index: 100000;
    right: 0;
}
.base-header-wrapper.rolled-up {
    position: fixed;
}
.header-title{
    background: url("img/base-header-bg.jpg") no-repeat center;
    background-size: cover;
}
.header-title{
    padding: 212px 0px 146px 0px;
    text-align: center;
}
.header-title h1{
    font-size: 9rem;
    font-weight: 600;
    color: #FFFFFF;
    background: rgba(110,75,114, 0.3);
    display: inline-block;
    line-height: 90%;
    padding: 0px 25px;
    font-family: FBFORMULA-BOLD;
}
/**BASE-PAGES**/
.base-page-posts-wrapper{
    padding-bottom: 40px;
}
.base-page-wrapper{
    background: url("img/page-base-bg.jpg") no-repeat center;
    background-size: cover;
}
.base-page-title{
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 0 124px 0;
    text-align: center;
}
.base-page-title h2{
    font-size: 5.8rem;
    line-height: 92%;
    padding-bottom: 36px;
    position: relative;
}
.base-page-title h2:after{
    content: "";
    height: 3px;
    width: 56px;
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: 90%;
    background-color: #AB1AA1;
}
.base-page-title p{
    font-size: 2.2rem;
    line-height: 160%;
}
.base-page-post{
    margin-bottom: 40px;
    background-color: rgba(0,95,112, 0.85);
}
.base-page-post-img{
    float: right;
    width: 50%;
    height: 100%;
}
.base-page-post-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.base-page-post-text-wrapper{
    float: right;
    width: 50%;
}
.base-page-post-text{
    padding: 20px 60px 39px 50px;
    color: #FFFFFF;
}
.base-page-post-text h3{
    font-size: 3.2rem;
}
.base-page-post-text h4{
    font-size:3.8rem;
    font-family: FBFORMULA-BOLD;
    display: inline-block;
    position: relative;
    padding-bottom: 66px;
}
.base-page-post-text h4:after{
    content: "";
    position: absolute;
    height: 3px;
    width: 55px;
    background-color: #FFFFFF;
    right: 0;
    bottom: 33px;
}
.base-page-post-text p{
    font-size: 2.4rem;
    max-width: 360px;
    line-height: 100%;
}
.base-page-post-text a{
    display: inline-block;
    color: #9400A1;
    background-color: #FFFFFF;
    font-size: 2.8rem;
    font-family: FBFORMULA-BOLD;
    border-radius: 10px;
    padding: 7px 33px;
    margin-top: 53px;
    border: 1px solid #fff;
    transition: all 0.2s;
}
.base-page-post-text a:hover {
    color: #fff;
    background-color: transparent;
}
/**BASE-PAGES  BASE-PAGE-INVITATION**/
.base-page-invitation-wrapper{
    padding: 60px 0px 160px 0px;
}
.base-page-invitation-wrapper h2{
    /*padding-bottom: 35px;*/
}
.base-page-invitation-wrapper p{
    font-size: 2.2rem;
}
.base-page-invitation{
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
}
/**BASE-PAGES BASE-PAGE-NAME**/
.base-page-name-wrapper{
    background-color: #9400A1;
    padding: 60px 0px 50px 0px;
    color: #FFFFFF;
    text-align: center;
}
.base-page-name-wrapper h2{
    font-size: 4.8rem;
}
.base-page-name-wrapper p{
    font-size: 2.6rem;
}
/**ABOUT**/
.about-img{
    width: 320px;
    margin: auto;
}
.about-img img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 18px solid #E5E5E5;
    width: 100%;
    height: auto;
}
.about-icon-text h2{
    color: #9400A1;
    font-size: 3.2rem;
    font-family: FBFORMULA-BOLD;
}
.about-icon-text p{
    font-size: 2.4rem;
}
.about-icon-text{
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    padding: 20px 0px 100px 0px;
}
.title-bottom-line-div{
    text-align: center;
}
.about-main-wrapper{
    padding-bottom: 55px;
}
.about-text-block{
    background-color: #9400A1;
    padding: 50px 0 40px 0;
    color: #FFFFFF;
}
.about-text-block h2{
    font-size: 5rem;
    font-family: FBFORMULA-BOLD;
}
.about-text-block a{
    color: #9400A1;
    background-color: #FFFFFF;
    font-size: 3.4rem;
    padding: 15px 60px;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.2s;
    border: 1px solid #fff;
}
.about-text-block a:hover {
    color: #fff;
    background-color: transparent;
}
.about-text-block-left{
    text-align: left;
}
.location-main-wrapper .base-page-title{
    padding-bottom: 45px;
}
.location-wrapper-address{
    padding: 0 50px 0 50px;
}
.location-wrapper-address h2{
    font-size: 5.1rem;
    font-family: FBFORMULA-BOLD;
    display: inline-block;
    padding-bottom: 60px;
    position: relative;
}
.location-wrapper-address h2:after{
    content: "";
    position: absolute;
    width: 56px;
    height: 3px;
    background-color: #9400A1;
    top: 82%;
    right: 0;
}
.location-wrapper-address p{
    font-size: 4.2rem;
}
.location-wrapper-address h3{
    color:  #9400A1;
    font-size: 5.25rem;
    font-family: FBFORMULA-BOLD;
    line-height: 80%;
}
.location-wrapper-address span{
    display: inline-block;
    font-size: 3.5rem;
}
.location-explanation-col-wrapper{
    padding-top: 48px;
}
.location-explanation-col{
    padding: 33px 37px 33px 0px;
    border-top: 3px solid #9400A1;
    border-bottom: 3px solid #9400A1;
}
.location-explanation-col-icon{
    float: right;
    width: 155px;
}
.location-explanation-col-text{
    float: right;
    width: calc(100% - 155px);
}
.location-explanation-col-text p{
    font-size: 2.2rem;
}
.location-explanation-col-text span{
    font-size: 2.2rem;
    font-family: FBFORMULA-BOLD;
}
.location-explanation-col-text span, .location-explanation-col-text p{
    display: inline;
}
.location-explanation-col:last-child{
    border-top: 0px;
}
/**BLOG**/
.blog-main-wrapper .nav li a{
    color: #9400A1;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-size: 2.8rem;
    font-family: FBFORMULA-BOLD;
    width: 100%;
    border: 1px solid #9400A1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    line-height: 1;
    /*height: 91px;*/
}
.blog-main-wrapper .nav li{
    width: 18.8%;
    margin-left: 14px;
}
.blog-tabs .nav>li.active>a, .blog-tabs .nav>li.active>a:focus, .blog-tabs .nav>li.active>a:hover {
    color: #FFFFFF;
    background-color: #9400A1!important;
    transition: 0.3s;
}
.blog-tabs .nav > li {
    float: right;
    margin-bottom: 15px;
}
.blog-tabs .nav>li.active>a, .blog-tabs .nav>li.active>a:focus, .blog-tabs .nav>li.active>a:hover {
    color: #FFFFFF;
    background-color: #9400A1!important;
    transition: 0.3s;
}
.blog-main-wrapper .nav li:hover{
    color: #FFFFFF;
    background-color: #9400A1!important;
    transition: 0.3s;
}
.blog-main-wrapper{
    padding: 116px 0 68px 0;
}
.blog-main-wrapper .nav{
    margin-bottom: 20px;
}
.blog-main-wrapper .home-article-text a{
    color: #005F70;
}
.blog-main-wrapper .home-article-text{
    border: 2px solid #000000;
}
.blog-show-more{
    padding-top: 45px;
    text-align: center;
}
.blog-show-more a{
    color: #ffffff;
    background-color: #9400A1;
    font-size: 2.8rem;
    padding: 9px 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
}
#mapContacts {
    height: 400px;
}
.preloader-ajax {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
}
/**SINGLE-POST**/
.single-post-wrapper {
    padding: 50px 0px 150px 0px;
    background: url("img/page-base-bg.jpg") no-repeat center;
    background-size: cover;
    text-align: right;
}
.single-post-header{
    text-align: left;
    border-bottom: 3px solid #9501A0;
}
.single-post-title h2 {
    font-size: 4rem;
}
.single-post-title h3{
    font-size: 3rem;
}
.single-post-title h4{
    font-size: 1.5rem;
}
.single-post-img{
    margin: 20px 0;
}
.single-post-img img{
    width: 100%;
    display: block;
    height: auto;
}
.single-post-content p{
    font-size: 2.1rem;
    color: #4D4D4D;
}
.single-post-content a {
    color: blue;
    text-decoration: underline;
}
.home-main-banner-img { display: none; }
.home-main-banner { display: block; }
.header-home-top { display: block; }
.hamburger { display: none; }
.header-socials { display: inline-block; }
nav.menu-head-menu-container { display: inline-block; }
.thumb-hk {
    width: 100%;
    -webkit-background-size: cover!important;
    background-size: cover!important;
    background-position: center!important;
}
.one-string-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-post-container {
    max-width: 800px;
}
.single-post-container p {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}
.single-post-container h1,
.single-post-container h2,
.single-post-container h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.single-post-container h3 {
    font-size: 2.4rem;
}
.single-post-container h3 span,
.single-post-container h3 strong,
.single-post-container h2 span,
.single-post-container h2 strong {
    font-size: inherit;
}
.single-post-container h2 {
    font-size: 3rem;
}
.recapcha-me{
    float: right;
    height: 77px;
    overflow: hidden;
    width: 163px;
    position: relative;
    top: -7px;
    direction: ltr;
}
#wpcf7-f398-p97-o2 input,
#wpcf7-f140-p97-o1 input {
    width: calc((100% - 210px)/4);
    float: right;
    margin-left: 10px;
}
.classsubscribe-checkbox .wpcf7-list-item {
    width: 100%;
    margin: 0;
}
.classsubscribe-checkbox label {
    width: 100%;
}
.classsubscribe-checkbox input {
    width: 20px!important;
}

/** shop **/

.shop-main-wrapper {
    padding: 100px 0 0 0;
}


.shop-wrapper .item{
    width: 33.33%;
    padding: 0 1%;
    margin-bottom: 30px;
}
.flex-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/** LANDING STYLES **/
.page-template-page-landing img{
    max-width: 100%;
}
.page-template-page-landing footer{
    padding: 0!important;
}


.rubik-font-family{
    font-family: 'Rubik', sans-serif;
}
.rubik-font-family h1,
.rubik-font-family h2,
.rubik-font-family h3,
.rubik-font-family p,
.rubik-font-family a{
    font-family: 'Rubik', sans-serif;
}
.bg-style{
    background: no-repeat center;
    background-size: cover;
}
.land-banner-wrapper{
    position: relative;
    color: #ffffff;

}
.land-banner-logo{
    position: absolute;
    top: 48px;
    left: 77px;
    max-width: 240px;
}
.land-banner-title-wrapper{
    text-align: center;
    padding: 150px 70px 80px 70px;
}

.land-banner-year{
    line-height: 100%;
    display: inline-block;
    font-size: 80px;
    font-weight: 500;
    padding: 20px 40px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0.7) 0%, rgba(57,115,132,0.7) 50%, rgba(149,64,161,0.7) 100%);
}
.land-banner-title{
    font-size: 90px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.land-banner-subtitle{
    font-size: 60px;
    line-height: 100%;
}

.land-banner-bottom{
    position: relative;
    padding: 20px 390px 20px 0;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0.7) 0%, rgba(57,115,132,0.7) 50%, rgba(149,64,161,0.7) 100%);
}
.land-banner-bottom-text{
    font-size: 48px;
    line-height: 100%;
}
.land-banner-bottom-img{
    position: absolute;
    right: 90px;
    top: -85px;
    max-width: 280px;
}

.landing-content-wrapper{
    padding: 0 70px;
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 110px;
}
.land-course{
    color: #911A9C;
}
.land-content-title{
    text-align: center;
    margin: 35px 0;
}
.land-content-title h2{
    display: inline-block;
    position: relative;
    font-size: 48px;
    font-weight: 700;
}
.land-content-title h2:after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 6px;
}
.land-course h2:after{
    background-color: #911A9C;
}
.land-content-item{
    padding: 25px 0;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(145,26,156,0.2);
    -moz-box-shadow: 10px 10px 10px 0px rgba(145,26,156,0.2);
    box-shadow: 10px 10px 10px 0px rgba(145,26,156,0.2);
    margin-bottom: 70px;
}

.land-content-item-img{
    width: 45%;
    padding-right: 25px;
    position: relative;
}
.land-content-item-img img{
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
}

.land-content-item-text{
    width: 55%;
    padding: 0 60px 0 25px;
}
.land-content-item-text-internal-wrapper{
    position: relative;
    padding-bottom: 100px;
    height: 100%;
}

.land-content-item-img-date{
    position: absolute;
    right: 0;
    top: 20px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 15px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0.7) 0%, rgba(57,115,132,0.7) 50%, rgba(149,64,161,0.7) 100%);
}
.land-content-item-text h3{
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
}
.land-content-item-text p{
    color: #505050;
    font-size: 24px;
    margin: 20px 0;
    line-height: 100%;
}
.land-content-item-text a{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
    color: inherit;
    padding: 7px 10px;
    font-size: 24px;
    text-align: center;
}
.land-course a{
    border: 2px solid #911A9C;
    border-radius: 50px;
    color: #911A9C;
}

.land-content-item-small{
    margin-bottom: 70px;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(145,26,156,0.2);
    -moz-box-shadow: 10px 10px 10px 0px rgba(145,26,156,0.2);
    box-shadow: 10px 10px 10px 0px rgba(145,26,156,0.2);
}
.land-content-item-small-date{
    font-size: 24px;
    font-weight: 500;
    padding: 40px 15px 5px 15px;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0.7) 0%, rgba(57,115,132,0.7) 50%, rgba(149,64,161,0.7) 100%);
    width: 140px;
    color: #ffffff;
}
.land-content-item-small-title{
    padding: 20px 30px;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    width: 34%;
}
.land-content-item-small-content{
    width: calc(66% - 140px);
    font-size: 24px;
    color: #505050;
    padding: 40px 0;
}
.land-content-item-small-content a{
    padding: 5px 15px;
    display: block;
    margin-top: 15px;
    text-align: center;
}

.travels-course{
    color: #0E606E;
}
.travels-course a {
    border: 2px solid #0E606E;
    border-radius: 50px;
    color:  #0E606E;
}

.landing-bottom{
    background-image: url("img/lanidng-bottom-bg.png");
    color: #ffffff;
    font-size: 24px;
    padding: 25px;
    text-align: center;
}
.travels-course h2:after{
    background-color: #0E606E;
}


/** landing adaptive **/

@media (max-width: 1100px){
    .land-banner-year{
        font-size: 40px;
    }
    .land-banner-title{
        font-size: 40px;
    }
    .land-banner-subtitle{
        font-size: 30px;
    }
    .land-banner-bottom-text{
        font-size: 24px;
    }
    .land-banner-bottom-img{
        width: 100px;
        right: 20px;
        top: -26px;
    }
    .land-banner-bottom{
        padding: 10px 150px 10px 10px;
    }
    .land-banner-title-wrapper{
        padding: 60px 40px;
    }
    .land-banner-logo{
        max-width: 130px;
        top: 30px;
        left: 30px;
    }
    .land-content-item-text h3{
        font-size: 40px;
    }
}
@media (max-width: 991px){
    .landing-content-wrapper{
        padding: 0 20px;
    }
}

@media (max-width: 768px){
    .land-content-title h2{
        font-size: 35px;
    }
    .land-content-item-text h3{
        font-size: 28px;
    }
    .land-content-item-text p{
        font-size: 18px;
    }
    .land-content-item-text a{
        font-size: 18px;
    }
    .land-content-item-small-title{
        font-size: 28px;
    }
    .land-content-item-small-content{
        font-size: 18px;
    }
    .land-content-item-small-content a{
        font-size: 18px;
    }
    .land-content-item-small{
        margin-bottom: 30px;
    }
    .land-content-item{
        margin-bottom: 30px;
    }
    .landing-content-wrapper{
        margin-bottom: 50px;
    }
    .land-content-item-text{
        padding: 0 20px 0 20px;
    }
    .landing-bottom{
        font-size: 16px;
    }
}
@media (max-width: 650px){
    .land-content-item-img{
        width: 100%;
        margin-bottom: 20px;
    }
    .land-content-item-text{
        width: 100%;
    }
    .land-content-item-text a{
        position: static;
        margin-top: 20px;
        display: block;
    }
    .land-content-item-text-internal-wrapper{
        padding-bottom: 20px;
    }
    .land-content-item-small-date{
        width: 100%;
        padding: 10px 20px;
        text-align: center;
    }
    .land-content-item-small-title{
        width: 100%;
        padding: 10px 20px;
    }
    .land-content-item-small-content{
        width: 100%;
        padding: 10px 20px 30px 20px;
    }
    .land-banner-year{
        font-size: 24px;
        padding: 5px 10px;
    }
    .land-banner-logo{
        top: 15px;
        left: 15px;
        max-width: 100px;
    }
    .land-banner-title{
        font-size: 30px;
    }
    .land-banner-subtitle{
        font-size: 24px;
    }
    .land-banner-bottom-text{
        font-size: 18px;
    }
    .land-content-title{
        margin: 20px 0;
    }




}

/*CF7*/
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
    display: block;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 16px;
    background-color: rgba(37, 150, 169, 0.23);
    box-sizing: border-box;
}

div.wpcf7-mail-sent-ok {
    position: relative;
}

div.wpcf7-validation-errors {
    background-color: rgba(191, 28, 28, 0.31);
}

span.wpcf7-not-valid-tip {
    display: none!important;
}

input.wpcf7-not-valid {
    border-bottom: 3px solid red !important;
}





















