/*!
 * luxurious Stylesheet
 * Docs & License: https://www.globalusprojektai.lt/
 * (c) 2014 Mantas Dainys
 */

/* Template variables */
:root {
    --main-color: #def1f8;
    --google-bg-color:#df4a32;
    --google-bg-color-hover:#c83c26;
    --header-bg-color:#ececec;
}

.md-contact-form input, .md-contact-form textarea, .md-contact-form button{
    border:1px solid #8cc14c!important;
}

.md-contact-form button{
    background: #8cc14c!important;
}

.md-contact-form button:hover{
    background: #40b8de!important;
}

html, body{
    height: 100%;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    font-family: OpenSans;
    background: #f0f0f0;
}

#wrapper{
    min-height: 100%;
    position: relative;
}

.body_loader{
    display:none;
    background:rgba(0,0,0,0.5);
    position:fixed;
    width:100%;
    height:100%;
    z-index: 9999;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin:0 auto;
    top:50%;
    position:relative;
    margin-top:-40px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@font-face {
    font-family: OpenSans;
    src: url('/fonts/OpenSans-Light.ttf');
}

h1{
    font-family: OpenSans;
    font-size: 20pt;
}

h1 a{
    text-decoration:none!important;
}

h2{
    font-family: OpenSans;
    font-size:18pt;
    margin:0;
    padding:4px;
}

.tm-middle{
    padding-bottom: 100px;
    background: #fafafa;
    overflow: hidden;
}
.rs-inline-block{
    display: inline-block;
    margin-right: 10px;
}
.rs-inline-form{
    display: inline-block;
}

.rs-inline-inputs{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
}

.rs-inline-inputs>.rs-inline-form:first-child, .rs-inline-inputs>div:first-child .rs-inline-form {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
 }

.rs-inline-inputs>.rs-inline-form:last-child, .rs-inline-inputs>div:last-child .rs-inline-form {
    margin-left: -5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.text-uppercase{
    text-transform: uppercase;
}

.uk-nav-autocomplete div{
    color:#999!important;
}

.uk-open .uk-accordion-title{
    font-weight: bold;
}

#map {
    width: 100%;
    height: 500px;
    position: absolute;
}

.md-text-controll{
    padding:30px;
    margin: 0 auto;
    max-width:400px;
}


#submit-contact-form .uk-margin{
    margin-bottom: 13px!important;
    margin-top: 13px!important;
}


.md-send-form{
    padding:3px 0;
    width: 100%;
}

.md-row-controll, .md-row-controll .select2-container{
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
}


.md-row-controll .select2-selection{
    height: 40px;
    padding: 5px;
}

.md-row-controll .select2-selection__arrow{
    top:7px!important;
}

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

.md-center{
    text-align: center;
}

.md-footer{
    background: #f0f0f0;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.md-footer *{
    font-size: 14px!important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5!important;
    border-radius: 0!important;
}

.fc-time{
    position: relative;
    top:5px!important;
}

.rs-margin-left{
    margin-left: 2px;
}

.rs-linkedin{
    background: #007ab5;
}

.rs-facebook{
    background: #3b5998;
}

.infoWindow {
    line-height: 13px;
    font-size: 10px;
}

.rs-float-left{
    font-size: 12pt;
    line-height: 22px;
    min-width: 220px;
    margin-left: 15px;
}

.rs-height-150{
    height: 150px;
}

#contacts{
    position:relative;
    height:565px;
    overflow: hidden;
    width:100%;
}

#contacts h2{
    color:white!important;
}

.contact_area{
    background: rgba(255,255,255,0.7);
    z-index: 0;
    padding: 20px;
}

.rs-padding-10{
    padding:10px
}

.rs-google{
    background: var(--google-bg-color);
}
.rs-google:hover{
    background: var(--google-bg-color-hover);
}

.fc-content{
    padding: 0 2px 8px 2px!important;
}

.uk-form-danger .select2-selection{
    border-color: #dc8d99 !important;
    background: #fff7f8 !important;
    color: #d85030 !important;
}

.uk-form-success .select2-selection{
    border-color: #32d296 !important;
    background: #fff7f8 !important;
    color: #32d296 !important;
}

.hide{
    display:none!important;
}
.lx-button{
    margin-top: 15px;
    padding:8px 38px;
    background: transparent;
    color: white;
    border: 1px solid white;
}
.lx-button:hover{
    background: white;
}

.lx-button-invert{
    margin-top: 15px;
    padding:8px 38px;
    background: transparent;
    color: #8cc14c;
    border: 1px solid #8cc14c;
}
.lx-button-invert:hover{
    background: #8cc14c;
}


.lx-triangle:after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -160px;
    bottom: 0;
    width: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-bottom: 20px solid white;
    clear: both;
}

.effect2, article.hentry{
    position: relative;
}
.effect2:before, .effect2:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.effect2:after
{
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    right: 10px;
    left: auto;
}

.md-cols:hover{
    box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.md-cols a:hover{
    text-decoration: none!important;
}
.md-cols .more-link{
    display:none !important;
}

.md-cols a{
    text-decoration: none;
}

.md-preview img, .md-preview .uk-overlay{
    width:100%!important;
}


.md-more{
    text-align: center;
    padding:10px;
    background-color: #8cc14c!important;
    cursor:pointer;
}

.md-cols{
    border-top:1px solid #cbcbcb;
    border-left:1px solid #cbcbcb;
    border-right:1px solid #cbcbcb;
    background: white;
    width:100%;
}

.md-more>span{
    font-family: OpenSans;
    text-decoration: none;
    color:white;
    font-size: 14pt;
}

.md-more>span:hover{
    color:#8c9ca4;
    transition: color 0.5s ease;
}
.lx-custom-field{
    position: absolute;
    background: rgba(204, 153, 0, 0.7);
    padding:10px 20px;
    border-bottom: 3px solid white;
    z-index: 1;
    bottom:10px;
    color:white;
    font-size: 14pt;
}

.map-text{
    font-size: 16px!important;
}

.ticket{
    border:1px solid black;
    margin-bottom: 4px;
}

.order-btn{
    background: #333333;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    cursor:pointer;
}

.personal-title{
    margin-top: 23px;
}

#personal-modal .uk-panel *{
    color:#333!important;
}


#personal-modal .uk-button-default{
    border-color:#999;
}

#personal-modal .personal-title{

}

.price-new{
    font-size: 13pt;
}

.prices li{
    list-style-type: none;
}


.md-img-title:hover{
    background:#8cc14c;
    transition: background .2s ease-out;
}
.md-img-title{
    position: absolute;
    bottom:0;
    width:100%;
    background: #efd766;
    text-align: center;
}
.lx-more{
    background: #8cc14c;
    padding:10px;
    color:white;
    margin-bottom: 33px!important;
    font-family: OpenSans;
    text-decoration: none;
    font-size: 14pt;
}
.info-tooltip{
    word-break: keep-all!important;
}

.lx-setsticky{
    position: relative;
}

.lx-setsticky:after{
    content: "";
    position: absolute;
    height: 3px;
    bottom: -3px;
    width: 100%;
    z-index: 1;
    background: url('/uploads/line-shadow.png') 0 0 repeat-x;
}

.lx-setsticky{
    background: white;
}

.uk-navbar-container{
    background: white!important;
}

.uk-sticky-fixed .logo-area{
    display: none;
}
.order-container{
    background: white;
    padding:50px 0;
}

@media all and (min-width: 200px) and (max-width: 425px) {
    .uk-modal-body {
        padding: 5px 5px!important;
    }

}

@media all and (min-width: 200px) and (max-width: 768px) {
    .order-container{
        padding:5px 0!important;
    }
    .uk-nav a{
        width: 100%;
        margin-bottom: 4px;
    }
    .ticket{
        width: 100%;
    }
    .prices{
        padding-left: 0!important;
    }
    .checkout {
        margin-top: 0!important;
    }
    .sm-padding-bottom{
        margin-bottom: 20px;
    }
    .uk-breadcrumb li:before{
        content:""!important;
        margin: 0!important;
    }
    .uk-breadcrumb li:first-child{
        display: none!important;
    }
    .uk-breadcrumb .uk-active{
        text-align: center;
        width: 100%;
    }
    .uk-tab>* {
        padding-left: 0!important;

    }
}