/*font-family: 'Montserrat', sans-serif;*/
html{
    height: 100%;
}
body{
    font-family: 'Montserrat', sans-serif;
    color: #6A737B;
    height: 100%;
    background: #FFF url(/site/assets/images/bgv2.svg) repeat top center;
}
a{
    color: #922A7D;
    text-decoration: none;
}
a:focus, a:active, a:visited{
    outline: none !important;
}
a:hover{
    outline: none !important;
    color: #9EC73D;
    text-decoration: none;
}
::selection {
    background: rgba(146, 42, 125, 0.5); /* WebKit/Blink Browsers */
    color: #FFF;
}
::-moz-selection {
    background: rgba(146, 42, 125, 0.5); /* Gecko Browsers */
    color: #FFF;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    font-weight: 100;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    font-weight: 100;
}
:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    font-weight: 100;
}
:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    font-weight: 100;
}
a, button{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus, select, select:hover, select:active, select:focus, button, button:hover, button:active, button:focus{
    outline: none !important;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { overflow-y: visible !important; }

/*USER PROFILE PIC*/
.form-control, .thumbnail {
    border-radius: 2px;
}
/* File Upload */
.fake-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload #logo-id {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 33px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.img-preview {
    max-width: 222px;
}
.form-group-pic-upload .fileUpload.btn{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 11px 30px;
}
.fileUpload #logo-id{
    padding: 11px 0;
}
/*USER PROFILE PIC*/
.col-newest-users{
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
    width: 100px;
}
.col-newest-users h5{
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    color: #333;
    font-weight: 700;
}
.col-newest-users img{
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
}
.activity-feed {
    padding: 15px;
}
.activity-feed .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #e4e8eb;
}
.activity-feed .feed-item:last-child {
    border-color: transparent;
}
.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #f37167;
}
.activity-feed .feed-item .date {
    position: relative;
    top: -5px;
    color: #8c96a3;
    text-transform: uppercase;
    font-size: 13px;
}
.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
}
.activity-feed img.activty_user_img{
    position: absolute;
    left: -16px;
    top: -9px;
    width: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 9;
}
img.activity_photo{
    width: 50px;
    margin-bottom: 30px;
}
@media (min-width: 1200px){
    .container {
        max-width: 1170px;
    }
}
.clear{
    display: block;
    clear: both;
    width: 100%;
}
body.mfp-zoom-out-cur{
    margin-left: auto !important;
}
.mfp-image-holder .mfp-close {
    color: #922A7D !important;
    background: #FFF !important;
}
.mfp-image-holder .mfp-close:hover{
    color: #FFF !important;
    background: #922A7D !important;
}
/*.mfp-iframe-holder .mfp-content {*/
/*line-height: 0;*/
/*width: 100%;*/
/*max-width: 500px;*/
/*}*/
/*.mfp-iframe-scaler iframe {*/
/*max-width: 500px !important;*/
/*left: 0px !important;*/
/*}*/
.mfp-image-holder .mfp-close{
    right: -20px !important;
    top: 25px !important;
    position: absolute !important;
    display: inline-block !important;
    color: #922A7D !important;
    background: #FFF !important;
    border-radius: 50px !important;
    padding: 1px 14px 0px 14px !important;
    opacity: 1.0 !important;
    transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    -ms-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    -webkit-transition: all 0.2s !important;
    width: auto !important;
    cursor: pointer !important;
}
.mfp-iframe-holder .mfp-close {
    right: -20px !important;
    top: -19px !important;
    position: absolute !important;
    display: inline-block !important;
    color: #FFF !important;
    background: #922A7D !important;
    border-radius: 50px !important;
    padding: 1px 14px 0px 14px !important;
    opacity: 1.0 !important;
    transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    -ms-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    -webkit-transition: all 0.2s !important;
    width: auto !important;
    cursor: pointer !important;
    min-height: 44px;
}
.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover{
    background: #922A7D !important;
    color: #FFF !important;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: default;
}
.mfp-iframe-scaler iframe{
    background: #FFF url('/site/assets/images/loading.svg') no-repeat center !important;
    background-size: 46px;
}
.mfp-content-iframe-login{
    max-width: 500px !important;
    height: 439px !important;
}
.m-t-0 {
    margin-top: 0 !important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-15 {
    margin-top: 15px !important;
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-25 {
    margin-top: 25px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !important;
}
.m-t-50 {
    margin-top: 50px !important;
}
.m-t-60 {
    margin-top: 60px !important;
}
.m-t-80 {
    margin-top: 80px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
    margin-bottom: 15px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-25 {
    margin-bottom: 25px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-50 {
    margin-bottom: 50px !important;
}
.m-b-60 {
    margin-bottom: 60px !important;
}
.m-b-80 {
    margin-bottom: 80px !important;
}
.p-t-0 {
    padding-top: 0px !important;
}
.p-t-5 {
    padding-top: 5px !important;
}
.p-t-10 {
    padding-top: 10px !important;
}
.p-t-15 {
    padding-top: 15px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.p-t-25 {
    padding-top: 25px !important;
}
.p-t-30 {
    padding-top: 30px !important;
}
.p-t-40 {
    padding-top: 40px !important;
}
.p-t-50 {
    padding-top: 50px !important;
}
.p-t-60 {
    padding-top: 60px !important;
}
.p-t-80 {
    padding-top: 80px !important;
}
.p-t-100 {
    padding-top: 100px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}
.p-b-5 {
    padding-bottom: 5px !important;
}
.p-b-10 {
    padding-bottom: 10px !important;
}
.p-b-15 {
    padding-bottom: 15px !important;
}
.p-b-20 {
    padding-bottom: 20px !important;
}
.p-b-25 {
    padding-bottom: 25px !important;
}
.p-b-30 {
    padding-bottom: 30px !important;
}
.p-b-40 {
    padding-bottom: 40px !important;
}
.p-b-50 {
    padding-bottom: 50px !important;
}
.p-b-60 {
    padding-bottom: 60px !important;
}
.p-b-80 {
    padding-bottom: 80px !important;
}
.p-b-100 {
    padding-bottom: 100px !important;
}
.p-l-10{
    padding-left: 10px !important;
}
.p-l-20{
    padding-left: 20px !important;
}
.p-l-30{
    padding-left: 30px !important;
}
.p-l-40{
    padding-left: 40px !important;
}
.load,
.load:after {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.load {
    margin: 60px auto;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    text-indent: -9999em;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    border-right: 5px solid rgba(0, 0, 0, 0.1);
    border-bottom: 5px solid rgba(0, 0, 0, 0.1);
    border-left: 5px solid #922A7D;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loading-body{
    position:fixed;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 1.0);
    z-index: 99999;
}

.dropdown:hover .dropdown-menu {
    /*display: block;*/
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    width:inherit;
    height:inherit;
    margin: 0 auto;
    pointer-events: all;
}
.modal .close{
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(/site/assets/img/close.svg) no-repeat center;
    width: 22px;
    height: 22px;
    display: block;
    background-size: 22px;
    cursor: pointer;
    z-index: 999999;
    opacity: 1;
}
.modal .modal-content{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal .modal-body{
    padding: 15px 0;
}
.modal .modal-body .add-review-body h1{
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    color: #922A7D;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 30px 0 30px 0;
}
.modal .modal-body .add-review-body h1 span{
    color: #000000;
}
.modal-backdrop{
    background: rgba(64, 46, 105, 0.81);
    opacity: 1 !important;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 748px;
    }
}
/*JAK 1.0*/
.top-bar{
    display: block;
    position: relative;
    width: 100%;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0 8px 0;
    font-size: 14px;
    font-weight: 400;
    color: #002934;
}
.top-bar a{
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #002934;
}
.top-bar a:hover{
    color: #922A7D;
}
.col-top-bar-right{
    text-align: right;
}
ul.soc-icon-kp{
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
ul.soc-icon-kp li{
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
}
ul.soc-icon-kp li a{
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #002934;
}
.btn-group-lang{
    float: right;
    border-left: 1px solid rgba(205, 205, 205, 0.4);
}
.btn-group-lang button{
    font-size: 14px;
    font-weight: 400;
    padding: 1px 0 5px 20px;
    margin: 0 0 0 20px;
    line-height: 14px;
    color: #002934;
}
.btn-group-lang button:active,
.btn-group-lang button:focus,
.btn-group-lang button:hover{
    color: #922A7D;
    text-decoration: none;
}
.btn-group-lang button span{
    margin-right: 5px;
}
.btn-group-lang button.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid #0000;
    border-bottom: 0;
    border-left: .3em solid #0000;
    margin: 0 0 -1px 7px;
}
.btn-group-lang .dropdown-menu{
    top: 2px !important;
    border: 1px solid rgba(205, 205, 205, 0.4);
    padding: 0;
    margin: 6px 0 0 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.btn-group-lang .dropdown-menu .dropdown-item{
    padding: 10px 15px;
}
.btn-group-lang .dropdown-menu .dropdown-item:hover{
    background: #922A7D;
    color: #FFF;
}
a.logo-link{
    display: inline-block;
    position: relative;
    padding: 15px 0;
}
a.logo-link img{
    display: inline-block;
    min-width: 190px;
}
.col-head-right{
    text-align: right;
}
.head-info-widget{
    display: inline-block;
    float: right;
    position: relative;
    padding: 35px 0;
}
.head-info-widget .item{
    display: inline-block;
    float: left;
    margin: 0 0 0 30px;
}
.head-info-widget a{
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
    float: left;
    border-left: 1px solid #CDCDCD;
}
.head-info-widget a:first-child{
    border: none;
}
.head-info-widget a i{
    float: left;
    width: 36px;
    height: 36px;
    border: 1px solid #922A7D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 21px;
    line-height: 34px;
    text-align: center;
    padding: 0;
    margin-right: 10px;
    margin-top: 5px;
}
.head-info-widget a:hover i{
    border: 1px solid #9EC73D;
}
.head-info-widget a .content{
    float: left;
}
.head-info-widget a small{
    font-size: 12px;
    line-height: 23px;
    font-weight: 400;
    color: #9F9F9F;
    display: block;
    text-align: left;
}
.head-info-widget a strong{
    font-size: 18px;
    font-weight: 900;
    color: #922A7D;
    display: block;
    text-align: left;
    line-height: 18px;
}
.head-info-widget a:hover strong{
    color: #9EC73D;
}
.head-info-widget a img{
    padding: 6px 0;
}
.transition{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.nav-main-menu{
    background: #922A7D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0;
    z-index: 9;
}
.nav-main-menu .nav-link{
    position: relative;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    padding: 26px 14px !important;
}
.nav-main-menu .nav-link:before{
    position: absolute;
    left: 0;
    bottom: -1px;
    content: " ";
    display: block;
    height: 0;
    width: 100%;
    background: #9EC73D;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nav-main-menu .nav-link:hover{
    color: #9EC73D;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nav-main-menu .nav-link:hover:before{
    height: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nav-main-menu .nav-link.icon-item i{
    padding:0 15px;
}
.nav-main-menu .nav-link.icon-item i:after{
    /*content: "\f144";*/
    /*font-family: "Ionicons";*/
    /*font-style: normal;*/
}
.nav-main-menu .active .nav-link:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: " ";
    display: block;
    height: 5px;
    width: 100%;
    background: #9EC73D;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nav-main-menu .nav-item .dropdown-menu{
    background: #922A7D;
    border-color: #922A7D;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.nav-main-menu .nav-item .dropdown-menu:before{
    /*position: absolute;*/
    /*display: block;*/
    /*left: 42px;*/
    /*top: -19px;*/
    /*content: "\f10d";*/
    /*color: #FFF;*/
    /*font-size: 14px;*/
    /*font-family: "Ionicons";*/
}
.nav-main-menu .nav-item .dropdown-menu .dropdown-item{
    color: #FFF;
    padding: 10px 15px;
}
.nav-main-menu .nav-item .dropdown-menu .dropdown-item:before{
    content: "\f10a";
    margin-right: 10px;
    font-size: 10px;
    font-family: "Ionicons";
}
.nav-main-menu .nav-item .dropdown-menu .dropdown-item:first-child{
    /*border-top: 1px solid #FFF;*/
}
.nav-main-menu .nav-item .dropdown-menu .dropdown-item:hover{
    color: #FFF;
    background: #9EC73D;
}
a.search-icon-link{
    position: absolute;
    right: 30px;
    top: 19px;
    font-size: 22px;
    color: #FFF;
}
a.search-icon-link:hover{
    color: #9EC73D;
}
#main-slideshow{
    max-height: 500px;
    overflow: hidden;
    margin: 30px 0 0 0;
    background: #FFF url(/site/assets/images/loading.svg) no-repeat center;
}
#main-slideshow .carousel-inner{
    display: block;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#main-slideshow .carousel-item{
    /*position: relative;*/
}
#main-slideshow .carousel-item .carousel-caption{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#main-slideshow .carousel-item .carousel-caption h5{
    margin: 60px auto 15px auto;
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    position: relative;
    text-align: center;
    max-width: 640px;
}
#main-slideshow .carousel-item .carousel-caption h5:after{
    content: " ";
    display: block;
    width: 100px;
    height: 2px;
    background: #9EC73D;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#main-slideshow .carousel-item .carousel-caption h4{
    font-size: 48px;
    line-height: 50px;
    margin: 0 auto 30px auto;
    padding: 0;
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
    max-width: 670px;
    color: #FFF;
}
#main-slideshow .carousel-item .carousel-caption p{
    font-size: 13px;
    line-height: 20px;
    margin: 0 auto 30px auto;
    padding: 0;
    font-weight: 400;
    text-align: center;
    display: block;
    max-width: 670px;
    color: #FFFFFF;
    opacity: 0.7;
}
#main-slideshow .carousel-indicators li{
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #922A7D;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#main-slideshow .carousel-indicators li.active{
    width: 20px;
    height: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #922A7D;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#main-slideshow .carousel-control-next, #main-slideshow .carousel-control-prev{
    width: 60px;
}
#main-slideshow .carousel-control-next i, #main-slideshow .carousel-control-prev i{
    font-size: 24px;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    background: #922A7D;
    border-color: #922A7D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-primary:hover{
    background: #9EC73D;
    border-color: #9EC73D;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.white-body{
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px;
}
h4.primary-heading,
h4.widget-title
{
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #313129;
    text-transform: uppercase;
    margin: 15px 0 30px 0;
    padding: 0 0 10px 0;
    display: block;
}
h4.primary-heading:after,
h4.widget-title:after
{
    content: " ";
    display: block;
    width: 60px;
    height: 2px;
    background: #922A7D;
    left: 0;
    bottom: 0;
    position: absolute;
}
h4.heading-center{
    text-align: center;
}
h4.heading-center:after{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.col-blog-post-item{
    margin-bottom: 30px;
}
a.home-post-img-link{
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
a.home-post-img-link .hover-img{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(146, 42, 125, 0.5);
    color: #FFF;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.home-post-img-link .hover-img:after{
    content: "\f48a";
    font-family: "Ionicons", sans-serif;
    font-size: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(5);
    -moz-transform: translateX(-50%) translateY(-50%) scale(5);
    -ms-transform: translateX(-50%) translateY(-50%) scale(5);
    -o-transform: translateX(-50%) translateY(-50%) scale(5);
    transform: translateX(-50%) translateY(-50%) scale(5);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.home-post-img-link:hover .hover-img:after{
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}
a.home-post-img-link:hover .hover-img{
    opacity: 1;
}
a.home-post-img-link img{
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;
    min-width: 100%;
}
a.home-blog-title{
    display: block;
}
a.home-blog-title h3{
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #333333;
}
a.home-blog-title:hover h3{
    color: #922A7D;
}
.blog-info{
    font-size: 12px;
    line-height: 16px;
    color: #AAAAAA;
    font-weight: 400;
}
.blog-info span{
    margin-right: 15px;
}
.reade-more{
    display: block;
    width: 100%;
    border-top: 1px solid #922A7D;
    text-align: right;
    margin-bottom: 90px;
}
.reade-more:hover{
    border-color: #9EC73D;
}
.reade-more a{
    display: inline-block;
    float: right;
    background: #922A7D;
    color: #FFF;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding: 10px 15px 10px 35px;
    position: relative;
}
.reade-more a:after{
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 32px solid #0000;
    border-left: 25px solid #FFF;
}
.reade-more a:hover{
    background: #9EC73D;
}
.col-home-sidebar{
    padding-top: 75px;
}
a.stundu-saraksts-link{
    display: block;
    background: #922A7D url(/site/assets/images/stundu-saraksts.svg);
    background-size: 61px;
    background-position: right 30px center;
    background-repeat: no-repeat;
    color: #FFF !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 22px;
    text-transform: uppercase;
    padding: 30px 90px 30px 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 15px;
}
a.stundu-saraksts-link:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
a.kalendars-link{
    display: block;
    background: #9EC73D url(/site/assets/images/kalendars.svg);
    background-size: 61px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    color: #FFF !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 22px;
    text-transform: uppercase;
    padding: 41px 90px 41px 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 30px;
}
a.kalendars-link:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.event-widget .event-module-list{
    display: block;
    width: 100%;
    position: relative;
}
.event-widget .event-module-list .event{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.event-widget .event-module-list .event a.mod-eve{
    display: block;
    width: 100%;
    position: relative;
}
.event-widget .event-module-list .event .mod-eve .mod-eve-date{
    float: left;
    background: #922A7D;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 65px;
    height: 65px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-right: 15px;
}
.event-widget .event-module-list .event .mod-eve:hover .mod-eve-date{
    background: #9EC73D;
}
.event-widget .event-module-list .event .mod-eve .mod-eve-date .day{
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding: 15px 0 0 0;
}
.event-widget .event-module-list .event .mod-eve .mod-eve-date .mont{
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.event-widget .event-module-list .event .mod-eve .mod-eve-content{
    font-size: 14px;
    line-height: 18px;
    color: #4C4D41;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.event-widget .event-module-list .event .mod-eve:hover .mod-eve-content{
    color: #9EC73D;
}
.home-gallerys{
    display: block;
    position: relative;
}
.home-gallerys .item .home-gallery-album-link{
    display: block;
    position: relative;
}
.home-gallerys .item .home-gallery-album-link img{
    display: block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.home-gallerys .item .home-gallery-album-link img{
    display: block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.home-gallerys .item .home-gallery-album-link .gallery-date{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #922A7D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.home-gallerys .item .home-gallery-album-link:hover .gallery-date{
    border-bottom: 2px solid #9EC73D;
}
.home-gallerys .item .home-gallery-album-link .gallery-date span{
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    background: transparent url(/site/assets/images/data_bg_transpert.svg) no-repeat top right;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 5px 30px 5px 10px;
    background-size: 296px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.home-gallerys .item .home-gallery-album-link:hover .gallery-date span{
    background: transparent url(/site/assets/images/data_bg_transpert_hover.svg) no-repeat top right;
    background-size: 296px;
}
.home-gallerys .owl-nav{
    position: absolute;
    top: 40%;
    width: 100%;
    -webkit-transform: translataY(-50%);
    -moz-transform: translataY(-50%);
    -ms-transform: translataY(-50%);
    -o-transform: translataY(-50%);
    transform: translataY(-50%);
}
.home-gallerys .owl-nav div{
    background: #F5F5F5;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #9F9F9F;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.home-gallerys .owl-nav div:hover{
    background: #922A7D;
    color: #FFF;
}
.home-gallerys .owl-nav .owl-prev{
    position: absolute;
    left: -70px;
}
.home-gallerys .owl-nav .owl-next{
    position: absolute;
    right: -70px;
}
section.main-body{
    overflow: hidden;
}
.row-home-gallery .primary-heading{
    margin-bottom: 30px;
}
a.home-gallery-album-link h3{
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    text-align: left;
    margin: 15px 0 0 0;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.home-gallery-album-link:hover h3{
    color: #922A7D;
}
a.home-gallery-album-link .galery-count{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    background: #922A7D;
    color: #FFF;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.home-gallery-album-link:hover .galery-count{
    background: #9EC73D;
}
footer{
    position: relative;
    background-color: #00171d;
    background-image: url(/site/assets/images/footer-bg.svg), url(/site/assets/images/footer-bg.svg);
    background-position: right 30px bottom 30px, left 30px top 30px;
    background-repeat: no-repeat, no-repeat;
    background-size: 177px, 177px;
    padding: 60px 0 30px 0;
}
footer .row-footer{
}
footer .row-footer hr{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer h4.widget-title{
    margin: 0 0 30px 0;
    padding-top: 0;
    color: #FFF;
    text-transform: none;
    font-size: 24px;
}
footer .footer-widget-content{
    font-size: 14px;
    line-height: 24px;
    color: #80A9B5;
}
footer .footer-widget-content p{
    margin-bottom: 15px;
}
footer .btn-invert{
    background: transparent;
    border: 1px solid #80A9B5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #80A9B5;
    padding: 7px 30px;
}
footer .btn-invert:hover{
    background: #9EC73D;
    border-color: #9EC73D;
    color: #FFF;
}
footer .gm-style-iw .infobox h3{
    font-size: 14px;
}
footer .copyright-text{
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: rgba(128, 169, 181, 0.7);
    font-weight: 300;
    padding-top: 15px;
}
.scrollToTop{
    position: absolute;
    right: 30px;
    top: 30px;
    background: #922A7D;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 26px;
    line-height: 60px;
    color: #FFF;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.scrollToTop:hover{
    background: #9EC73D;
    color: #FFF;
}
a.home-post-img-link img{
    border-bottom: 2px solid #922A7D;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
a.home-post-img-link:hover img{
    border-color: #9EC73D;
}
a.home-post-img-link span {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    background: #0000 url(/site/assets/images/data_bg_transpert.svg) no-repeat top right;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 5px 30px 5px 10px;
    background-size: 296px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.home-post-img-link:hover span {
    background-image: url(/site/assets/images/data_bg_transpert_hover.svg);
}
section.page-header{
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    margin-top: -35px;
    background-color: #002934;
    color: #FFF;
    background-image: url(/site/assets/images/def_bg_heading.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
section.page-header:before{
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#263238+0,263238+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(38,50,56,1) 0%, rgba(38,50,56,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(38,50,56,1) 0%,rgba(38,50,56,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(38,50,56,1) 0%,rgba(38,50,56,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263238', endColorstr='#00263238',GradientType=1 ); /* IE6-9 */
}
section.page-header .container{
    height: 100%;
    position: relative;
}
section.page-header .container .page-header-content{
    position: absolute;
    left: 15px;
    bottom: 30px;
}
section.page-header .container .page-header-content h1{
    font-size: 23px;
    font-weight: 700;
    color: #FFF;
    line-height: 23px;
    text-align: left;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    position: relative;
    display: block;
}
section.page-header .container .page-header-content h1:after{
    content: " ";
    display: block;
    width: 60px;
    height: 2px;
    background: #922A7D;
    position: absolute;
    left: 0;
    bottom: 0;
}
section.page-header .container .page-header-content .breadcrumb{
    display: block;
    background: transparent;
    padding: 0;
    margin: 0;
}
section.page-header .container .page-header-content .breadcrumb span{
    float: left;
    padding-right: 5px;
}
section.page-header .container .page-header-content .breadcrumb span a{
    display: block;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding-right: 5px;
}
section.page-header .container .page-header-content .breadcrumb span a:hover{
    color: #9EC73D;
}
section.page-header .container .page-header-content .breadcrumb span a:after{
    content: "\f10b";
    font-size: 12px;
    font-family: Ionicons;
    padding-left: 10px;
}
section.page-header .container .page-header-content .breadcrumb span:last-child a:after{
    content: "";
    display: none;
}
section.page-body .body-white{
    background: #FFF;
    border: 1px solid #0000000d;
    padding:60px 15px 60px 15px;
}
.col-page-content h3.page-title{
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    color: #263238;
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
}
.col-page-content h4.page-sub-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #516369;
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
}
.col-page-content .html-content{
    margin: 30px 0 30px 0;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    max-width: 100%;
    width: 100%;
}
.col-page-content .html-content p{
    margin-bottom: 30px;
}
.col-page-content .html-content strong,
.col-page-content .html-content b{
    font-weight: 700;
}
.col-page-content .html-content ul{
    display: block;
    list-style: none;
    margin: 0 0 30px 0;
    padding-left: 15px;
}
.col-page-content .html-content ul li{
    padding-bottom: 10px;
    line-height: 30px;
}
.col-page-content .html-content ul li:before{
    content: "\f375";
    font-family: Ionicons;
    padding-right: 15px;
    color: #922A7D;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.col-page-content .html-content a.content-img-auto-gen{
    /*display: inline-block;*/
    max-width: 100%;
    margin-bottom: 15px;
}
.fancybox-thumbs{
    background: #1e1e1e;
    opacity: .87;
}
.fancybox-thumbs>ul>li:before{
    border: 4px solid #922A7D;
}
.fancybox-navigation button:before{
    background: #922A7D;
    color: #FFF;
}
.fancybox-navigation button:hover:before{
    background: #9EC73D;
}
.col-page-content .share-page{
    /*display: block;*/
    text-align: center;
    margin: 30px auto 30px auto;
}
.col-page-content .share-page .shareElemts{
    display: block;
}
.col-page-content .share-page .shareElemts .group{
    display: inline-block;
    padding: 0 2px 0 2px;
}
.col-page-content .share-page .shareElemts .group button{
    background: #922A7D;
    color: #FFF;
    width: 50px !important;
    height: 50px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.col-page-content .share-page .shareElemts .group button:hover{
    background: #9EC73D;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
ul.nav-subnav{
    background: #E4E8EE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
ul.nav-subnav li{
    display: block;
    padding: 0;
    border-bottom: 1px solid #DDDDDD;
}
ul.nav-subnav li:last-child{
    border-bottom: none;
}
ul.nav-subnav li a{
    color: #2b313e;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    padding: 20px 20px;
}
ul.nav-subnav li a:hover{
    background: #9EC73D;
    color: #FFF;
}
ul.nav-subnav li a.active{
    background: #9EC73D;
    color: #FFF;
}
ul.nav-subnav li:first-child a.active,
ul.nav-subnav li:first-child a:hover{
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
ul.nav-subnav li:last-child a.active,
ul.nav-subnav li:last-child a:hover{
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
a.page-content-image-link{
    display: block;
    padding: 0;
    margin-bottom: 30px;
}
a.page-content-image-link img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    max-width: 100%;
}
a.mycoob-link img{
    max-height: 42px;
}
a.office360-link img{
    padding: 8px 0 4px 0;
    height: 42px;
}
a.blog-featured-img{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
a.blog-featured-img img{
    display: block;
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #922A7D;
    max-width: 100%;
    min-width: 100%;
    z-index: 7;
}
a.blog-featured-img span{
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    background: #0000 url(/site/assets/images/data_bg_transpert.svg) no-repeat top right;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 5px 30px 5px 10px;
    background-size: 296px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 8;
}
a.blog-featured-img:hover img{
    border-bottom: 2px solid #9EC73D;
}
a.blog-featured-img:hover span{
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    background: #0000 url(/site/assets/images/data_bg_transpert_hover.svg) no-repeat top right;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 5px 30px 5px 10px;
    background-size: 296px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.blog-featured-img:before{
    content: " ";
    display: block;
    position: absolute;
    right: -15px;
    top: 10px;
    width: 53px;
    height: 50px;
    background: transparent url(/site/assets/images/featured-baged-bottom.svg) no-repeat center;
    background-size: 53px;
    z-index: 6;
}
a.blog-featured-img:after{
    content: " ";
    display: block;
    position: absolute;
    right: -21px;
    top: 25px;
    width: 110px;
    height: 39px;
    background: transparent url(/site/assets/images/featured-baged-top.svg) no-repeat center;
    background-size: 110px;
    z-index: 8;
}
a.blog-featured-img .featured{
    display: block;
    position: absolute;
    right: 19px;
    top: 33px;
    z-index: 9;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
}
a.blog-title{
    display: block;
    position: relative;
}
a.blog-title h4{
    font-size: 30px;
    font-weight: 700;
    color: #922A7D;
    line-height: 37px;
    margin: 0 0 15px 0;
    padding: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.blog-title:hover h4{
    color: #9EC73D;
}
.blog-intro-desc{
    color: #657184;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
}
.blog-intro-info{
    font-size: 14px;
    color: #99A6BB;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}
.blog-intro-info span{
    margin-right: 10px;
}
.row-blog-featured{
    margin-bottom: 60px;
}
.btn-primary-outline{
    position: relative;
    background: transparent !important;
    color: #922A7D !important;
    border: 1px solid #922A7D !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 43px 8px 30px;
}
.btn-primary-outline i{
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline:focus
{
    border-color: #922A7D !important;
    color: #FFF !important;
    background: #922A7D !important;
}
.btn-primary-outline:hover i{
    right: 14px;
    color: #FFF !important;
}
.col-blog-featured a.btn-primary-outline{
    margin-bottom: 60px;
}
.col-blog-post-large-item a.home-blog-title h3{
    color: #333333;
    font-size: 16px;
    line-height: 18px;
}
.col-blog-post-large-item a.home-blog-title:hover h3{
    color: #922A7D;
}
.blog-pagination{
    display: block;
    position: relative;
    text-align: center;
    margin: 30px 0 30px 0;
}
.blog-pagination ul.pagination{
    text-align: center;
    width: 100%;
    display: block;
}
.blog-pagination ul.pagination li{
    display: inline-block;
}
.blog-pagination ul.pagination li a{
    font-size: 14px;
    font-weight: 400;
    color: #922A7D;
    padding: 9px 15px;
    line-height: 14px;
}
.blog-pagination ul.pagination li.active a,
.blog-pagination ul.pagination li.active a:hover,
.blog-pagination ul.pagination li a:hover
{
    background: #922A7D;
    color: #FFF;
    border-color: #922A7D;
}
.col-sidebar .form-search{
    display: block;
}
.col-sidebar .form-search .input-group input{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none;
    height: 40px;
    line-height: 40px;
}
.col-sidebar .form-search .input-group input:focus{
    outline: none;
}
.col-sidebar .form-search button.btn-secondary{
    background: transparent;
    border: none;
    font-size: 24px;
    height: 40px;
    line-height: 32px;
    text-align: center;
    color: #657184;
}
.col-sidebar .form-search .input-group{
    background: transparent;
    border: 1px solid #E4E8EE;
}
.form-control{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.col-sidebar .widget_categories{
    display: block;
    position: relative;
}
.col-sidebar .widget_categories ul{
    display: block;
    position: relative;
    list-style: none;
    background: #FFF;
    border: 1px solid #E4E8EE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 30px;
}
.col-sidebar .widget_categories ul li{
    display: block;
    width: 100%;
}
.col-sidebar .widget_categories ul li a{
    display: block;
    width: 100%;
    color: #262C38;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #E4E8EE;
}
.col-sidebar .widget_categories ul li a span{
    color: #922A7D;
}
.col-sidebar .widget_categories ul li a:hover{
    color: #922A7D;
}
.col-sidebar .widget_categories ul li:last-child a{
    border: none;
    padding-bottom: 0;
}
.col-sidebar .widget_categories ul li:first-child a{
    padding-top: 0;
}
.col-sidebar .widget-popular-posts .row-widget-content .col-widget-img{
}
.col-sidebar .widget-popular-posts .row-widget-content .col-widget-img img{
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.col-sidebar .widget-popular-posts .row-widget-content .col-widget-title{
    padding-left: 0;
}
.col-sidebar .widget-popular-posts .row-widget-content .col-12 .spitter{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E4E8EE;
    display: block;
    width: 100%;
}
.col-sidebar .widget-popular-posts .row-widget-content:last-child .col-12 .spitter{
    border: none;
}
.col-sidebar .widget-popular-posts .row-widget-content .col-widget-title a h5{
    color: #263238;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    font-weight: 700;
}
.col-sidebar .widget-popular-posts .row-widget-content .col-widget-title a:hover h5{
    color: #922A7D;
}
.col-sidebar .widget-popular-posts .row-widget-content .col-widget-title span{
    color: #657184;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    font-weight: 300;
}
.tagcloud a{
    border: 1px solid #E4E8EE;
    color: #99A6BB;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tagcloud a:hover{
    color: #FFF;
    background: #922A7D;
    border-color: #922A7D;
}
a.blog-open-img{
    display: block;
    width: 100%;
    position: relative;
}
a.blog-open-img img{
    display: block;
    max-width: 100%;
    min-width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    border-bottom: 2px solid #922A7D;
    margin-bottom: 15px;
    z-index: 7;
}
a.blog-open-img:hover img{
    border-bottom: 2px solid #9EC73D;
}
a.blog-open-img span {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    background: #0000 url(/site/assets/images/data_bg_transpert.svg) no-repeat top right;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 5px 30px 5px 10px;
    background-size: 296px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 8;
}
a.blog-open-img:hover span {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: -1px;
    background: #0000 url(/site/assets/images/data_bg_transpert_hover.svg) no-repeat top right;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 5px 30px 5px 10px;
    background-size: 296px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
h3.blog-open-title{
    color: #922A7D;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
}
.blog-open-bottom{
    display: block;
    width: 100%;
    margin: 30px 0;
}
.col-blog-open-bottom-a{
    text-align: left;
}
.col-blog-open-bottom-b{
    text-align: center;
}
.col-blog-open-bottom-c{
    text-align: right;
}
.btn-icon-left{
    padding: 8px 30px 8px 43px;
}
.btn-icon-left i{
    right: inherit;
    left: 17px;
}
.btn-icon-left:hover i{
    right: inherit;
    left: 15px;
}
.btn-lg{
    padding: 15px 40px;
    font-weight: 700;
}
.btn-primary-outline.btn-lg{
    padding: 15px 60px 15px 40px;
}
.btn-primary-outline.btn-lg i{
    right: 30px;
}
.btn-primary-outline.btn-lg:hover i{
    right: 20px;
}
.btn-icon-left.btn-primary-outline.btn-lg{
    padding: 15px 40px 15px 60px;
}
.btn-icon-left.btn-primary-outline.btn-lg i{
    right: inherit;
    left: 30px;
}
.btn-icon-left.btn-primary-outline.btn-lg:hover i{
    right: inherit;
    left: 20px;
}
.col-blog-open-bottom-b .share-page .shareElemts .group{
    padding: 0;
    margin: 0;
}
.col-blog-open-bottom-b .share-page .shareElemts .linkedin-share,
.col-blog-open-bottom-b .share-page .shareElemts .pinterest-share
{
    display: none;
}
a.blog-open-img .featured{
    display: block;
    position: absolute;
    right: 19px;
    top: 33px;
    z-index: 9;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    z-index: 9;
}
a.blog-open-img:before {
    content: " ";
    display: block;
    position: absolute;
    right: -15px;
    top: 10px;
    width: 53px;
    height: 50px;
    background: #0000 url(/site/assets/images/featured-baged-bottom.svg) no-repeat center;
    background-size: 53px;
    z-index: 6;
}
a.blog-open-img:after {
    content: " ";
    display: block;
    position: absolute;
    right: -21px;
    top: 25px;
    width: 110px;
    height: 39px;
    background: #0000 url(/site/assets/images/featured-baged-top.svg) no-repeat center;
    background-size: 110px;
    z-index: 8;
}
ul.comment-list{
    margin: 0;
    padding: 0;
}
ul.comment-list .media{
    border-bottom: 1px dashed #E4E8EE;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
ul.comment-list .media:last-child{
    border-bottom: none;
}
ul.comment-list .media .media-left{
    margin-right: 15px;
}
ul.comment-list .media .media-left img{
    max-width: 50px;
}
ul.comment-list .media .media-body h4.media-heading{
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
ul.comment-list .media .media-body p{
    color: #7a879b;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}
.user_authentication_bar{
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    float: right;
    text-align: right;
    width: auto;
    border-right: 1px solid rgba(205, 205, 205, 0.4);
}
.user_authentication_bar a.user-profile-link{
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 15px;
}
.user_authentication_bar a.user-profile-link img{
    position: absolute;
    left: 0;
    top: -4px;
    width: 22px;
}
.search-404 button{
    color: #FFF !important;
}
h5.primary-title{
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #313129;
    text-transform: uppercase;
    margin: 15px 0 30px 0;
    padding: 0 0 10px 0;
    display: block;
}
h5.primary-title:after {
    content: " ";
    display: block;
    width: 60px;
    height: 2px;
    background: #922A7D;
    left: 0;
    bottom: 0;
    position: absolute;
}
.btn-success{
    background: #9ec73d;
    border-color: #9ec73d;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
}
.btn-success i{
    padding-right: 10px;
}
.user-profile-btn-back{
    padding: 10px 30px;
    float: right;
}
.user-profile-btn-back i{
    padding-right: 10px;
}
.btn-danger,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:visited
{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    background: #dc3545;
    border-color: #dc3545;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-danger:hover{
    background: #F44336;
    border-color: #F44336;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.activity-feed .feed-item:after{
    border: 1px solid #922A7D;
}
.activity-feed .feed-item .date{
    text-transform: none;
}
.activity-feed .feed-item .date strong{
    text-transform: none;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.col-widget-contacts{
    margin-bottom: 30px;
}
.col-widget-contacts-info h4{
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #333;
}
.col-widget-contacts-info strong{
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #7a879b;
}
.col-widget-contacts-info small{
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #99A6BB;
}
.col-widget-contacts-info a{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}
.col-widget-contacts-info .about-contact{
    margin: 15px 0 15px 0;
    color: #657184;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}
.contact-soc{
    display: block;
    text-align: center;
}
.contact-soc a{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 15px 1px 0 1px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    background: #922A7D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
}
.contact-soc a:hover{
    background: #9ec73d;
}
.col-teacher-box{
    display: block;
    width: 100%;
    position: relative;
}
.col-teacher-box a{
    display: block;
    position: relative;
    max-height: 380px;
    overflow: hidden;
}
.col-teacher-box a .overlay-contact{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #922A7D;
    color: #FFF;
    padding: 10px;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.col-teacher-box a:hover .overlay-contact{
    background: #9ec73d;
}
.col-teacher-box a .overlay-contact h4{
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 16px;
    margin: 0 0 5px 0;
    padding: 0;
    color: #FFF;
}
.col-teacher-box a .overlay-contact small{
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 100;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    opacity: 0.5;
}
.teacher-popup{
    width: 100%;
    max-width: 1140px;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.teacher-popup .row-teacher-popup .col-teacher-popup-img a{
    display: block;
    width: 100%;
    position: relative;
}
.teacher-popup .row-teacher-popup .col-teacher-popup-img a img{
    max-width: 100%;
    min-width: 100%;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.teacher-popup .row-teacher-popup .col-teacher-popup-content h4{
    margin: 0;
    padding: 30px 0 5px 0;
    font-size: 24px;
    line-height: 24px;
    color: #263238;
    font-weight: 700;
    text-transform: uppercase;
}
.teacher-popup .row-teacher-popup .col-teacher-popup-content .status{
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0 0 15px 0;
    color: #657184;
    text-transform: uppercase;
}
.col-teacher-popup-content .contact-links{
    display: block;
    width: 100%;
    text-align: left;
}
.col-teacher-popup-content .contact-links a{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #922A7D;
}
.col-teacher-popup-content .contact-links a:hover{
    color: #9ec73d;
}
.col-teacher-popup-content .contact-links a i{
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #922A7D;
    color: #FFF;
    text-align: center;
    margin-right: 0;
    line-height: 31px;
    font-size: 16px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.col-teacher-popup-content .contact-links a:hover i{
    background: #9ec73d;
}
.col-teacher-popup-content,
.col-teacher-popup-content .about-contact{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 15px 0 0 0;
}
.m-r-10{
    margin-right: 10px;
}
.col-gallery-album{
    margin-bottom: 30px;
}
.col-gallery-album a{
    display: block;
    width: 100%;
    position: relative;
}
.col-gallery-album a.album-link img{
    display: block;
    max-width: 100%;
    min-width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #922A7D;
}
.col-gallery-album a.album-link:hover img{
    border-bottom: 2px solid #9EC73D;
}
.col-gallery-album a.album-link span{
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 1px;
    background: #0000 url(/site/assets/images/data_bg_transpert.svg) no-repeat top right;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 5px 30px 5px 10px;
    background-size: 296px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 8;
}
.col-gallery-album a.album-link:hover span{
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 1px;
    background: #0000 url(/site/assets/images/data_bg_transpert_hover.svg) no-repeat top right;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 5px 30px 5px 10px;
    background-size: 296px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.col-gallery-album a h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #263238;
    padding: 0;
    margin: 15px 0;
}
.col-gallery-album p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #99A6BB;
}
.col-album-open a.album-open-pic{
    background: #FFF url(/site/assets/images/loading.svg) no-repeat center;
    display: block;
    min-height: 200px;
}
.col-album-open a.album-open-pic img{
    position: relative;
    display: block;
    max-width: 100%;
    min-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.col-album-open a.album-open-pic span{
    position: absolute;
    right: 30px;
    top: 15px;
    width: 30px;
    height: 30px;
    background: #922A7D;
    color: #FFF;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.col-album-open a.album-open-pic:hover span{
    background: #9EC73D;
}
.contacts-map{
    display: block;
    width: 100%;
    min-height: 500px;
    background: #FFF url(/site/assets/images/loading.svg) no-repeat center;
    margin-top: -35px;
}
#module_email2{
    display: none;
}
.contact-form{
    margin-bottom: 30px;
}
.contact-form .form-group .form-control{
    padding: 7px 15px;
}
.contact-form .form-group label{
    color: #657184;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.contact-form .form-group label span{
    color: #FF0000;
    font-weight: 700;
}
.contact-form #form-info-text{
    font-size: 12px;
    line-height: 15px;
    color: #657184;
    padding: 15px 0 0 0;
}
.col-sidebar .widget-text .col-widget-text{
    color: #263238;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: 24px;
    margin-bottom: 30px;
}
.col-sidebar .widget-text .col-widget-text strong{
    color: #657184;
    font-weight: 700;
}
.col-sidebar .widget-text .col-widget-text p{
    margin-bottom: 10px;
}
.col-sidebar .widget-text .col-widget-text i{
    color: #922A7D;
    padding-right: 10px;
    font-size: 16px;
}
table.widget-contacts-table{
    border: none;
}
table.widget-contacts-table thead{
    background: #99A6BB;
    color: #FFF;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
table.widget-contacts-table thead tr th{
    border: none !important;
}
table.widget-contacts-table thead tr th:first-child{
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}
table.widget-contacts-table thead tr th:last-child{
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}
table.widget-contacts-table tbody tr td{
    vertical-align: middle;
    color: #657184;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
table.widget-contacts-table tbody tr td small{
    line-height: 16px;
    font-size: 12px;
    color: #99A6BB;
}
table.widget-contacts-table tbody tr td:nth-child(2){

}
table.widget-contacts-table tbody tr td a{
    color: #657184;
    font-weight: 400;
}
table.widget-contacts-table tbody tr td a:hover{
    color: #922A7D;
}
a.event-item-link .card-event-item{
    border: none;
    background: transparent;
}
a.event-item-link .card-event-item .card-body{
    background: #E4E8EE;
    border-color: #E4E8EE;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.event-item-link:hover .card-event-item .card-body{
    background: #922A7D;
    border-color: #922A7D;
}
a.event-item-link .card-event-item .card-body .card-event-head{
    display: block;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
a.event-item-link .card-event-item .card-body .card-event-head .date{
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #99A6BB;
}
a.event-item-link:hover .card-event-item .card-body .card-event-head .date{
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
a.event-item-link .card-event-item .card-body .card-event-head .date strong{
    font-size: 40px;
    line-height: 40px;
    color: #922A7D;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.event-item-link .card-event-item .card-body .card-event-head .date small{
    font-size: 23px;
    line-height: 16px;
    color: #922A7D;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.event-item-link .card-event-item .card-body .card-event-head .title{
    color: #657184;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.event-item-link .card-event-item .card-body .event-body{
    color: #99A6BB;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.event-item-link .card-event-item .card-body .place{
    color: #657184;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    display: block;
    margin-top: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a.event-item-link:hover .card-event-item .card-body .card-event-head .date strong,
a.event-item-link:hover .card-event-item .card-body .card-event-head .date small,
a.event-item-link:hover .card-event-item .card-body .card-event-head .title,
a.event-item-link:hover .card-event-item .card-body .event-body,
a.event-item-link:hover .card-event-item .card-body .place
{
    color: #FFF;
}
a.event-post-link{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
a.event-post-link img{
    position: relative;
    display: block;
    max-width: 100%;
    min-width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a.event-post-link:after{
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 8;
}
a.event-post-link:hover:after{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: -moz-linear-gradient(top,  #922A7D 0%, rgba(146, 42, 125, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #922A7D 0%,rgba(146, 42, 125, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #922A7D 0%,rgba(146, 42, 125, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#922A7D', endColorstr='#922A7D',GradientType=0 ); /* IE6-9 */
}
a.event-post-link .date{
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 9;
}
a.event-post-link .date .day-mon{
    float: left;
    color: #FFF;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
a.event-post-link .date .day-mon strong{
    float: left;
    font-size: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
}
a.event-post-link .date .day-mon small{
    font-size: 23px;
    line-height: 16px;
    color: #FFF;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
}
a.event-post-link .time{
    float: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #FFF;
    text-align: left;
    padding: 15px 0;
}
.place-item{
    color: #657184;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}
a.calendar-event-item{
    background: #922A7D;
    color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 5px;
}
a.calendar-event-item:hover{
    background: #9EC73D;
    color: #FFF;
}
.fc-unthemed td.fc-today {
    background: #E4E8EE;
}
.fc-unthemed td.fc-today .fc-day-number{
    color: #922A7D;
    font-weight: 700;
}
h1.gogole-cal-event-title{
    color: #657184;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.gogole-cal-event-time{
    font-size: 13px;
    font-weight: 100;
    color: #99A6BB;
    padding: 15px 0;
}
.google-cal-descrpation{
    color: #99A6BB;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 30px;
}
.fc-header-toolbar .fc-center h2{
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    color: #263238;
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: capitalize;
}
.fc-today-button{
    background: #922A7D;
    color: #FFF;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fc-today-button:hover{
    background: #9EC73D;
}
.fc-button-group button{
    background: #922A7D;
    color: #FFF;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.fc-button-group button:hover{
    background: #9EC73D;
}
.container-footer{
    background: #00171d;
}
nav.main-menu.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
form.contact-form .module-text-content{
    margin: 0 0 30px 0;
    color: #657184;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}
table.table{
    color: #263238;
}
.fancybox-lock {
    /* overflow: hidden !important; */
    width: auto;
}
.col-page-content .html-content{
    font-family: 'Montserrat', sans-serif !important;
}
ul.nav-subnav li.splitter a{
    font-weight: bold;
    background: #922A7D;
    color: #FFF;
    text-align: center;
}
.widget-slideshow-sidebar img{
    max-width: 100%;
    min-width: 100%;
    display: block;
    margin-bottom: 15px;
}
.table td p:last-child, .table th p:last-child,
table td p:last-child{
    margin-bottom: 0;
}
a.piesakies-attalinati-poga{
    background-image: url(/site/assets/images/push-pin.svg);
    background-size: 50px;
    background-color: #922a7d;
    margin-bottom: 15px;
}
#main-slideshow .carousel-item.full_link a{
    display: block;
    width: 100%;
    height: 100%;
}
.cookies-gdpr-first-block{
    width: 100%;
}
form.form-cookies-gdpr-customize .form-check input:focus,
form.form-cookies-gdpr-customize .form-check input:active{
    -webkit-appearance: initial;
    box-shadow: initial;
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
    width: 13px;
    height: 13px;
    border: 1px solid #666;
    background: #FFF;
    color: #FFF;
}
form.form-cookies-gdpr-customize .form-check input:hover,
form.form-cookies-gdpr-customize .form-check input:checked
{
    -webkit-appearance: initial;
    box-shadow: initial;
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
    width: 13px;
    height: 13px;
    border: 1px solid #9ec73d;
    background: #9ec73d;
    color: #FFF;
}
form.form-cookies-gdpr-customize .form-check input:checked + label:after{
    display: block;
    width: 10px;
    height: 10px;
    color: #FFF;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 2px;
    top: 4px;
    font-size: 10px;
}
.cookies-gdpr-sec-block .form-check:nth-child(3),
.cookies-gdpr-sec-block .form-check:nth-child(4){
    display: none !important;
    visibility: hidden !important;
}
#privacy-policy-link:after{
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
}
#btn-cookies-gdpr-more:before{
    content: "\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
}
#btn-cookies-gdpr-customize:before{
    content: "\f013";
    font-family: "Font Awesome 5 Free";
    font-weight: 900 !important;
}
.img-responsive{
    max-width: 100%;
    height: auto !important;
}
.cke_editable{
    background: #FFF !important;
}
.content_block_module{
    padding-left: 2px;
    padding-right: 2px;
}
h3.page-gallery-title,
h4.content-blocks-title{
    font-weight: 700;
    line-height: 34px;
    color: #263238;
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
}
.row-gallery-content-block, .row-page-gallery{
    margin-left: -2px;
    margin-rught: -2px;
}
.row-gallery-content-block .col-12,
.row-page-gallery .col-md-2{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
}
.row-gallery-content-block .col-12 a,
.row-page-gallery .col-md-2 a{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.row-page-gallery .col-md-2 a img,
.row-gallery-content-block .col-12 a img{
    display: block;
    position: relative;
    max-width: 100%;
    min-width: 100%;
}
nav.nav-main-menu .collapse ul.navbar-nav li.nav-item:first-child a.nav-link{
    padding: 26px 4px !important;
}
.html-content img, .html-content a img{
    max-width: 100% !important;
    height: auto !important;
}