@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700italic,700&subset=latin-ext,latin);

/* Webfont: LatoLatin-Bold */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/lato/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Regular */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/lato/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'PT Sans', sans-serif;
    background: #eee;
    color: #666;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
}

p {
    margin-bottom: 10px;
}

ol, ul, dl {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
}

a, a:active {
    color: #2572ad;
    text-decoration: none;
}

a:hover {
    color: #2572ad;
    text-decoration: underline;
}

a img {
    border: none;
}

.apgavikas {
    display: none;
}

.err {
    border-color: #A54E55 !important;
}

input[type="text"], input[type="password"], textarea {
    color: #777;
    padding: 1px 5px;
    border: 1px solid #d2d2d2;
    width: 250px;
    height: 20px;
    background: #FFFFFF;
    font: 12px Arial, sans-serif;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px;
}

textarea {
    height: 150px;
    line-height: 125%;
    resize: none;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover,
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #bbb;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px;
}

input[type="submit"], input[type="button"] {
    color: #fff;
    padding: 2px 15px 6px;
    border: 1px solid #4e4e86;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    background: #666699;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px;
}

input[type="submit"]:hover, input[type="button"]:hover,
input[type="submit"]:focus, input[type="button"]:focus {
    background: #8181ab;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
}

.btn-link {
    display: inline-block;
    color: #fff;
    padding: 0px 15px;
    border: 1px solid #4e4e86;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    background: #666699;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px;
    cursor: pointer;
}

.btn-link:hover, .btn-link:focus {
    color: #fff !important;
    background: #8181ab;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
}

.btn-link-fb {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0 30px;
    border: 1px solid #1a356e;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    background: url('../images/fb-button-bg.png') no-repeat #5f78ab;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px;
    cursor: pointer;
}

.btn-link-fb:hover, .btn-link-fb:focus {
    color: #fff !important;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
}

/* main styles */

.row {
    max-width: none \0/;
}

.row.index-widgets{
    max-width: initial;
}

.events-list.objects-list{
    max-width: 90.063em;
    margin-left: auto;
    margin-right: auto;
}

.row.fluid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.row.fluid > .columns {
    padding-left: 0;
    padding-right: 0;
}

.main-title {
    margin-bottom: 30px;
    font-size: 60px;
    font-weight: bold;
    color: #2572ad;
}

.main-title.center {
    text-align: center;
}

.map-cont {
    position: relative;
    width: 100%;
    height: 450px;
}

.route-view-cont .map-cont{
    height: 620px;
}

/* cat-menu */

.cat-menu {
    background-color: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 2px;

    -moz-box-shadow: 0 2px 2px #ccc;
    -webkit-box-shadow: 0 2px 2px #ccc;
    box-shadow: 0 2px 2px #ccc;
}

.cat-menu-div {
    padding-bottom: 50px;
}

@media only screen and (max-width: 40em) {
    .cat-menu a {
        width: 100%;
    }

    .main-title {
        font-size: 25px !important;
    }
}

.cat-menu .button {
    background-color: #44ac49;
    font-weight: 700;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 15px;
    margin: 5px;

    -moz-box-shadow: 0 2px 2px #ccc;
    -webkit-box-shadow: 0 2px 2px #ccc;
    box-shadow: 0 2px 2px #ccc;
}

.cat-menu .button:hover {
    text-decoration: none;
    background-color: #dedede;
    color: #3b3b3b;

    -moz-box-shadow: inset 0 1px 1px #aaa;
    -webkit-box-shadow: inset 0 1px 1px #aaa;
    box-shadow: inset 0 1px 1px #aaa;
}

.cat-menu .button.selected {
    background-color: #dedede;
    color: #3b3b3b;

    -moz-box-shadow: inset 0 1px 1px #aaa;
    -webkit-box-shadow: inset 0 1px 1px #aaa;
    box-shadow: inset 0 1px 1px #aaa;
}

/* --------- */

/* header area */
.bg-holder {
    /*background: url('../images/index-photo.jpg') left top no-repeat #000;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 9999 !important;
    position: fixed;
    background: none !important;
    width: 100%;
    top: 0px;
}

.header {
    background: rgba(0, 0, 0, 0.37);
    transition: 500ms;
    height: 77px;
}

.header.tiny {
    background: rgba(0, 0, 0, 0.70);
}

.header .logo {
    padding: 13px 0px 13px 20px !important;
    max-width: 200px;
}

.header .menu{
    width: calc(100vw - 220px);
}

.header .logo img {
    height: 50px;
    transition: 500ms;
}

.header.tiny .logo {
    padding: 5px 0px 5px 20px !important;

}

.header.tiny .logo img {
    height: 40px;
}

.header .menu {
    padding-right: 20px !important;
}

.header.tiny {
    height: 50px;
}

.header.tiny #top-nav li {
    display: block;
    position: relative;
    height: 24px;
    padding: 0px 25px;
    cursor: default;
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    top: 14px;
}

#top-nav {
    float: right;
    display: table;
    height: 70px;
    padding: 0;
    margin: 0;
}

#top-nav li {
    display: block;
    position: relative;
    height: 24px;
    padding: 0px 25px;
    cursor: default;
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    top: 27px;
    transition: 500ms;
}

#top-nav li.selected {
    height: 45px;
    color: #71d261;
    border-bottom: 3px solid #71d261;
}

.header.tiny #top-nav li.selected {
    height: 36px;
    color: #71d261;
    border-bottom: 3px solid #71d261;
}

#top-nav li.selected a {
    color: #71d261;
}

#top-nav li a {
    color: #fff;
    white-space: nowrap;
    letter-spacing: 1px;
}

.menu-mobile {
    float: right;
    display: inline-block;
    padding-top: 7px;
    -webkit-transition: 500; /* Safari */
    transition: 500;
}

.tiny .menu-mobile {
    padding-top: 1px;
}

.menu-mobile img {
    width: 43px;
    height: 37px !important;
}

.content {
    min-height: calc(100vh - 77px) !important;
}

.content-hold {
    position: relative;
    /*background: url('../images/index-photo.jpg') 0 0px no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: calc(100vh - 77px);
}

.content-hold .side-menu .arrow-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #fff;
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.content-hold .side-menu .arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #fff;
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.content-hold .side-menu {
    position: fixed;
    max-width: 350px;
    padding: 30px 25px;
    background-attachment: fixed;
    top: 0;
    transition: 500ms;
    z-index: 999;
    padding-top: 107px;
    max-height: calc(100%);
}

.content-hold .side-menu .side-menu-data{
    max-width: 300px;
}

.content-hold .side-menu.tiny {
    top: 0px;
    z-index: 2;
}

/*.content-hold .side-menu .side-menu-data {
	overflow: hidden;
}*/

.content-hold .side-menu .hide-side-menu {
    position: absolute;
    top: 97px;
    right: -25px;
    width: 51px;
    height: 51px;
    background: url('../images/hide-side-menu.png') no-repeat;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.content-hold .side-menu .show-side-menu {

    position: absolute;
    top: 97px;
    right: -25px;
    width: 51px;
    height: 51px;
    background: url('../images/hide-side-menu.png') no-repeat;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.content-hold .side-menu.tourism .show-side-menu {
    background: url('../images/show-side-menu-tourism.png') no-repeat;
}

.content-hold .side-menu .this-title {
    margin-bottom: 25px;
    line-height: 32px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.content-hold .side-menu.tourism .this-title {
    background: url('../images/icon-tourism.png') no-repeat;
    padding-left: 45px;
}

.content-hold .side-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.content-hold .side-menu ul li {
    min-width: 200px;
    padding: 15px 20px;
    margin-bottom: 2px;
    /*background: url('../images/overlay.png');*/
    background: rgba(23, 58, 85, 0.55);
    text-transform: uppercase;
    font-weight: bold;
}

.content-hold .side-menu a {
    color: #fff;
}

.content-hold .side-menu.tourism .selected {
    color: #71d261;
    text-decoration: none;
}

.content-hold .side-menu.tourism a:hover {
    color: #71d261;
    text-decoration: none;
}

.content-hold .side-menu.tourism li.selected {
    background: rgba(23, 58, 85, 0.85);
    margin-bottom: 0;
}

.content-hold .side-menu.tourism a.selected + .down {
    display: block;
}

.content-hold .side-menu.tourism .selected a {
    color: #71d261;
}

.content-hold .side-menu.tourism .down {
    display: none;
}

.content-hold .side-menu.tourism .down li:last-child {
    margin-bottom: 2px;
}

.content-hold .side-menu.tourism .down li {
    padding: 10px 30px;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0;
}

.content-hold .side-menu.tourism .down li:hover, .content-hold .side-menu.tourism .down li:hover a {
    background-color: #60b662;
    color: #fff !important;
}

.content-hold .side-menu.tourism .down li a {
    color: #71d261;
}

.content-hold .side-menu.tourism .down .selected a {
    color: #fff;
}

.content-hold .side-menu.tourism .down .odd {
    background: rgba(19, 55, 81, 0.7);
}

.content-hold .content {
    background: #eee;
        padding-top: 72px;
}

/* news */
.news-list .one .name {
    padding-left: 4px;
    padding-bottom: 15px;
}

.news-list .one .desc {
    padding-left: 4px;
    font-size: 14px;
    color: #656161 !important;
    word-wrap: break-word;
    max-height: 72px !important;
    overflow: hidden;
    text-align: left !important;
    padding-top: 0 !important;
}

.news-list .one .desc p{
    margin-bottom:  0;
}

.news-list .one .photo {
    position: relative;
}

.mm-wrapper_blocking body{
    padding-top: 0!important;
}

.news-list .one .photo .month {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    text-align: center;
}

.news-list .one .photo .day {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin-top: 3px;
}

.news-list .one .photo .day span {
    font-size: 20px;
    color: white;

}

/* events-list */
.events-list .one .name {
    padding-left: 4px;
    padding-bottom: 15px;
}

.events-list .one .desc {
    padding-left: 4px;
    font-size: 14px;
    color: #656161 !important;
    word-wrap: break-word;
    max-height: 70px !important;
    overflow: hidden;
    text-align: left !important;
    padding-top: 0 !important;
}

.events-list .one .photo {
    position: relative;
}

.packs {
    position: relative;
    border-bottom: 30px solid white;
}

.index-widgets .packs {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    background: #EEEEED;
}

.index-widgets .packs .objects-list {
    max-width: 90.063em;
    margin-left: auto;
    margin-right: auto;
}

.packs:after {
    content: "";
    display: block;
    width: 100%;
    background: #FFFFFF;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border: #EEEEED 30px solid;
    position: absolute;
    bottom: -30px;
}

@media only screen and (max-width: 40em) {

    .news-list .one .photo .month {
        font-size: 13px;
    }

    .news-list .one .photo .day {
        font-size: 17px;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .news-list .one .photo .month {
        font-size: 13px;
    }

    .news-list .one .photo .day {
        font-size: 17px;
    }

}

.news-list .one .photo .date {
    padding-left: 10px;
    position: absolute;
}

.news-list .one .photo .flag {
    position: absolute;
    right: 0;
    top: -4px;
    width: 30%;
}

.events-list .one .photo .flag {
    position: absolute;
    right: 0;
    top: -4px;
    width: 30%;
}

.events-list .one .photo .date {
    position: absolute;
    text-align: center;
    font-size: 15px;
    width:90%;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

/* objects */
.content-old {
    background-color: #fff !important;
}

.content-old .category-name {
    color: #2572ad !important;
}

.figure {
    height: 30px;
    width: 100%;
    background-color: #eeeeee;
    border-bottom-left-radius: 80% 50px;
    border-bottom-right-radius: 80% 50px;
}

.events .figure {
    display: none;
}

.object-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.flag {
    z-index: 1;
}

.object-wrapper img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.object-wrapper:hover > img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05) rotate(0.2deg);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05) rotate(0.2deg);
}

.object-wrapper .plus {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 20%;
    transition: all 0.3s ease-in-out;
    background: transparent url("../images/plus.png") no-repeat scroll center center / 100% auto;
    opacity: 0;
    z-index: 1;
    left: 45%;
    margin-right: -55%;
}

.object-wrapper:hover > .plus {
    top: 40%;
    opacity: 100;
}

.objects-list .mix {
    display: none;
}

.objects-list-old .mix {
    display: none;
}

.objects-list .one {
    margin-bottom: 30px;
}

.objects-list .one a {
    text-decoration: none;
    color: white;
}

.objects-list .one .photo {
    margin-bottom: 15px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
}

.objects-list .one .name {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.objects-list-old .one {
    margin-bottom: 30px;
}

.objects-list-old .one a {
    text-decoration: none;
}

.objects-list-old .one .photo {
    margin-bottom: 15px;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
}

.objects-list-old .one .name {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.view-object-main-section {
    background: #fff;
    min-height: calc(100vh - 72px);
    padding-top: 72px;
}

.view-object:last-child {
    /*margin-bottom: 30px;*/
    padding-bottom: 30px;

}

.view-object .photo {
    text-align: center;
}

.view-object .main-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 52px;
    padding-left: 0px;
}

.view-object .info .description {
    margin-bottom: 15px;
}

.view-object .info .description * {
    font-size: 16px;
    line-height: 22px;
}

.view-object .info .line {
    margin-bottom: 10px;
    line-height: 20px;
    vertical-align: bottom;
}

.view-object .info .line .small {
    font-size: 14px;
}

.view-object .info .line span {
    padding-left: 34px;
    background: none no-repeat;
}

.view-object .info .line .address {
    background-image: url('../../images/icn-location.png');
}
.view-object .info .line .facebook {
    background-image: url('../../images/fb-small.png');
    margin-left: 3px;
    padding-left: 27px;
}
.view-object .info .line .facebook {
    background-image: url('../../images/fb-small.png');
    margin-left: 3px;
    padding-left: 27px;
}


.view-object .info .line .phone {
    background-image: url('../../images/icn-phone.png');
}

.view-object .info .line .email {
    background-image: url('../../images/icn-email.png');
}

.view-object .info .line .url {
    background-image: url('../../images/icn-website.png');
}

.view-object .info .line .date {
    background-image: url('../images/icn-date.png');
}

.view-object .info .line .duration {
    background-image: url('../images/icn-duration.png');
}

.view-object .info .line .place {
    background-image: url('../images/icn-place.png');
}

.view-object .info .line .price {
    background-image: url('../images/icn-price.png');
}

a.gallery-back {
    padding-top: 20px;
    display: block;
    color: #68af47;
    font-weight: bold;
}

.view-object .gallery-cont {
    margin-top: 0px;
}

.view-object .gallery-cont .one img {
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
}

.view-object #portfolio.gallery-cont .one {
    border: 0px solid #fff;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    max-height: 347px;
    overflow-y: hidden;
    padding: 0;
    margin: 0 0.6% 1%;
    width: 32.1%;
    width: 100%;
    max-width:  197px;
}

.view-object #portfolio.gallery-cont .one a{
    position: relative;
    width: 100%;
    height: 100%;
    display: inherit; 
}

.view-object #portfolio.gallery-cont .one a span{
    display: none;
    align-items: center;
    justify-content: center;
    background:  rgba(37, 114, 173, 0.7);
    color:  white;
    font-size: 19px;
    width:  100%;
    height:  100%;
    top: 0;
    text-align:  center;
    font-weight:  bold;
    position:  absolute;
}

.share-block{
    padding-bottom: 40px;
    margin-top:  18px;
}

.share-block h4{
    font-weight: bold;
}

.view-object .route-view #portfolio.gallery-cont .one{
    margin: 0 1.6% 30px;
    width: 30.1%;
}

.view-object #portfolio.gallery-cont .one img {
    border: 0px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.16);
}

.view-object .services {
    margin-bottom: 30px;
}

.view-object .services .this-main-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
}

.view-object .services .one {
    margin: 0 0 30px;
    padding: 0 0 15px;
    background: #fff;
}

.view-object .services .one .this-title {
    padding: 20px 30px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
}

.view-object .services .one .photos {
    padding: 0 30px;
}

.view-object .services .one .photos .gallery-cont {
    margin: 15px -15px;
}

.view-object .services .one .photos .gallery-cont .one {
    margin: 0;
    padding: 0 15px;
}

.view-object .services .one .desc {
    padding: 0 30px;
}

.pack .desc {
    max-height: 70px !important;
}

.pack .desc ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
    list-style: none;
}

.pack .desc li {
    padding-left: 6px;
    text-indent: -6px;
}

.pack .desc li:before {
    content: "•  ";
    color: #2572ad;
    margin-right: 4px;
}

.pack .date {
    padding: 15px 18px 10px 13px !important;
    width: 100%;
}

.pack .date .month {
    font-size: 16px !important;
}

.pack .date .day {
    font-size: 22px !important;
}

.pack-left {
    display: inline-block;
}

.order-box {
    min-width: 660px;
    min-height: 535px;
}

.pack-info .order {
    float: right;
}

.pack-info .order .top, .order-box .top {
    background-color: #2572ad;
    color: #fff;
    margin: 0 auto;
    padding-top: 30px;
}

.pack-info .order .top {
    max-width: 315px;
    margin-left: 0;
}

.pack-info .order .top .price, .order-box .top .price {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px !important;
    display: inline-block !important;
}

.pack-info .order .top .persons, .order-box .top .persons {
    font-size: 18px;
}

.pack-info .order .top .additional, .order-box .top .additional {
    font-size: 16px;
    opacity: 0.5;
    padding-bottom: 20px;
}

.pack-info .content {
    background-color: #fafafa;
}

.order-box .content {
    width: 331px;
    float: right;
    border-left: 1px solid #e8e8e8;
}

.order-box .top-right {
    width: 331px;
    float: right;
}

.order-box .top-left {
    width: 100%;
    margin-left: 50px;
}

.order-box .content-left {
    width: 331px;
    float: left;
    border-left: 1px solid #e8e8e8;
}

.order-box .content-left .rules {
    padding-left: 37px;
    padding-top: 34px;
    margin-right: 40px;
    position: relative;
}

.order-box .content-left .rules div {
    line-height: 15px;
    font-size: 16px;
    padding-left: 40px;
}

.order-box .content-left [type="checkbox"]:not(:checked), .order-box .content-left [type="checkbox"]:checked {
    /*	position: absolute;
        left: -9999px;*/
}

.order-box .content-left [type="checkbox"]:not(:checked), .order-box .content-left [type="checkbox"]:checked {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    float: left;
}

.order-box .content-left [type="checkbox"]:not(:checked)::before, .order-box .content-left [type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 0px;
    top: -1px;
    width: 30px !important;
    height: 27px !important;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

.order-box .content-left [type="checkbox"]:not(:checked)::after, .order-box .content-left [type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 28px;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
}

.order-box .content-left [type="checkbox"]:not(:checked)::after {
    opacity: 0;
    transform: scale(0);
}

.order-box .content-left [type="checkbox"]:checked::after {
    opacity: 1;
    transform: scale(1);
}

.order-box .content-left [type="checkbox"]:disabled:not(:checked) ::before, .order-box .content-left [type="checkbox"]:disabled:checked ::before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.order-box .content-left [type="checkbox"]:disabled:checked ::after {
    color: #999;
}

.order-box .content-left [type="checkbox"]:disabled {
    color: #aaa;
}

.order-box .content-left [type="checkbox"]:checked:focus ::before,
.order-box .content-left [type="checkbox"]:not(:checked):focus ::before {
    border: 1px dotted blue;
}

.order-box .content-left input:hover:before {
    border: 0px solid #4778d9 !important;
}

.order-box .content-left textarea {
    height: 89px;
}

.pack-info .wrap, .order-box .wrap {
    padding-left: 15px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #2572ad;
    font-size: 16px;
    font-weight: bold;
}

.pack-info .wrap.duration, .order-box .wrap.duration {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.order-box .content-left, .order-box .wrap.information {
    font-weight: 400 !important;
    padding-top: 7px;
}

.order-box .wrap.time input {
    width: 200px !important;
    margin-bottom: 16px;
}

.order-box .content, .order-box .content input {
    font-weight: bold !important;
}

.pack-info .wrap img, .order-box .wrap img {
    padding-right: 15px;
}

.pack-info .wrap input, .order-box .wrap input {
    color: #2572ad;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    height: 35px;
    display: inline-block;
}

.order-box .content-left .wrap input, .order-box .content-left .wrap textarea {
    font-weight: 400 !important;
    color: #2572ad;
    font-size: 16px;
    padding: 5px 5px 5px 8px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 11px;
}

.pack-info #time, .order-box #time {
    max-width: 165px;
}

.pack-info #time2, .order-box #time2 {
    max-width: 165px;
}

.pack-info .wrap .txt {
    padding-top: 7px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

.order-box .wrap .txt {
    padding-top: 7px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.pack-info .wrap .txt div, .order-box .wrap .txt div {
    width: 54px;
    display: inline-block;
}

.pack-info .wrap .date-txt, .order-box .wrap .date-txt {
    padding-left: 28px;
    display: inline-block;
    opacity: 0.7;
}

.pack-info .wrap.time .arrow, .order-box .wrap.time .arrow {
    margin-left: -27px;
    color: #42aa47;
    cursor: pointer;
}

.pack-info .wrap.persons .persons-img, .order-box .wrap.persons .persons-img {
    padding-left: 0 !important;
    padding-top: 5px;
    text-align: left;
    width: 58px;
}

.pack-info .wrap.persons .persons-cont, .order-box .wrap.persons .persons-cont {
    margin-left: 0px;
}

.pack-info .wrap.persons .persons-img img, .order-box .wrap.persons .persons-img img {
    max-width: none !important;
}

.pack-info .wrap.duration img, .order-box .wrap.duration img {
    max-width: none !important;
    width: 54px;
}

.pack-info .wrap.house img, .order-box .wrap.house img {
    max-width: none !important;
    float: left;
    margin-right: 4px;
    padding-top: 3px;
}

.pack-info .wrap.duration .clock, .order-box .wrap.duration .clock {
    padding-left: 0 !important;
    text-align: left;
}

.pack-info .wrap.house .house-img, .order-box .wrap.house .house-img {
    padding-left: 0 !important;
    text-align: center;
    padding-right: 49px;
}

.pack-info .wrap.duration .clock-days, .order-box .wrap.duration .clock-days {
    padding-left: 15px !important;
    display: inline-block;
    padding-top: 5px;
}

.pack-info .wrap.house .house-cont, .order-box .wrap.house .house-cont {
    padding-left: 15px !important;
    display: inline-block;
    padding-top: 5px;
}

.pack-info .wrap.persons .minus, .order-box .wrap.persons .minus {
    color: #fff;
    cursor: pointer;
    background-color: #43ab48;
    padding: 12px 7px 11px 7px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.pack-info .wrap.persons .minus .minus-sign, .order-box .wrap.persons .minus .minus-sign {
    height: 3px;
    background-color: #fff;
    width: 12px;
    display: block;
}

.pack-info .wrap.persons .plus, .order-box .wrap.persons .plus {
    color: #fff;
    cursor: pointer;
    background-color: #43ab48;
    padding: 0px 7px 1px 7px;
    font-size: 25px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.pack-info .counter .counter-middle {
    display: inline-block;
    width: 89px;
    text-align: center;
}

.order-box .counter .counter-middle {
    display: inline-block;
    width: 89px;
    text-align: center;
}

.pack-info .time input, .order-box .time input {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px !important;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px !important;
}

.pack-info .main-title {
    padding-left: 0 !important;
    padding-top: 20px;
    padding-bottom: 15px;
}

.pack-info .intro ul, .pack-info .description ul {
    margin-left: 0;
    padding-left: 0 !important;
    list-style: none;
}

.pack-info .intro li {
    padding-left: 6px;
    text-indent: -6px;
}

.pack-info .intro li:before {
    content: "•  ";
    color: #2572ad;
    margin-right: 4px;
}

.pack-info .desc ul {
    margin-left: 0;
    padding-left: 0 !important;
    list-style: none;
}

.pack-info .desc li, .pack-info .description li {
    padding-left: 12px;
    text-indent: -6px;
}

.pack-info .desc li:before, .pack-info .description li:before {
    content: "•  ";
    color: #2572ad;
    margin-right: 4px;
}

.corners {
    background: url('../images/corners.png');
    background-repeat: repeat-x;
    padding-bottom: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    z-index: 10;
    margin-bottom: 40px;
}

.corners.blue {
    background: url('../images/corners-blue.png') !important;
    padding-bottom: 14px !important;
    margin-bottom: 0 !important;
}

.order .corners.blue {
    max-width: 315px;
    margin-left: 0;
}

.service {
    border-bottom: 1px solid #eee;
}

.service:last-child {
    border-bottom: 0px solid #eee;
}

.element {
    background-color: #fff;
    margin-top: 40px;
    overflow: hidden;
}

.element .title {
    color: #2572ad;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.element .title img {
    padding-right: 10px;
}

.element .info {
    margin: 0 auto;
}

.element .name {
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    padding-bottom: 10px;
    padding-top: 20px;
}

.element .date {
    font-weight: bold;
    color: #666666;
    font-size: 16px;
    padding-top: 10px;
}

.element .date .duration {
    color: #2572ad;
    display: inline-block;
    font-size: 18px;
}

.element .date img {
    padding-right: 5px;
    vertical-align: top;
}

.element .about {
    font-size: 16px !important;
    font-weight: bold;
    color: #666666;
    padding-bottom: 5px;
    padding-top: 10px;
}

.element .more {
    font-size: 16px;
    color: #2572ad;
    font-weight: bold;
    padding-bottom: 30px;
}

.element a:hover {
    text-decoration: none;
}

.element .more:before {
    content: "+ "
}

.element .service-desc {
    color: #666666;
    font-size: 14px;
    padding-bottom: 15px;
}

.pack-info .elements {
    min-height: 85px;
}

.pack-info .questions {
    background-color: #ffaa19;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.pack-info .questions .ask {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.pack-info .questions .email {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.pack-info .questions .phone {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}

.pack-info .questions a:hover {
    text-decoration: none;
}

.pack-info .questions .email span {
    color: #fff;
    text-decoration: underline;
}

.pack-info .questions .phone span {
    color: #fff;
}

.pack-info .questions img {
    padding-right: 15px;
}

/* view-new area */
.view-object.view-new .info h1 {
    font-size: 48px !important;
    color: #2572ad;
    line-height: 50px !important;
}

.view-object.view-new .info h2, .view-object.view-new .info h2 * {
    font-size: 36px !important;
    color: #2572ad;
    line-height: 50px !important;
}

.view-object.view-new .info h3 {
    font-size: 24px !important;
    color: #2572ad;
    line-height: 26px !important;
}

.view-object.view-new .info h4 {
    font-size: 18px !important;
    color: #2572ad;
    line-height: 20px !important;
}

.view-object.view-new .info p {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: normal !important;
}

.view-object.view-new .info ul > li {
    list-style: none;
}

.view-object.view-new .info ul > li:before {
    /* For a round bullet */
    content: '\2022';
    /* For a square bullet */
    /*content:'\25A0';*/
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -15px;
    top: -1px;
    color: #2572ad;
    font-size: 20px;
}

.view-object.view-new .info table {
    width: 100% !important;
    border: 0 !important;
}

.view-object.view-new .info table thead tr {
    -webkit-box-shadow: 0 4px 4px -2px #ccc;
    -moz-box-shadow: 0 4px 4px -2px #ccc;
    box-shadow: 0 4px 4px -2px #ccc;
}

.view-object.view-new .info table th {
    font-weight: bold !important;
    font-size: 14px !important;
    background-color: #f2f2f2;
    border: 0 !important;
    padding-left: 20px;
}

.view-object.view-new .info table td {
    font-weight: normal !important;
    font-size: 12px !important;
    background-color: #fff;
    border: 0 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    padding-left: 20px;
    vertical-align: top;
}

/*.view-object.view-new .info a:before{
    content: "+";
    display: inline-block;
    padding-right:4px;
    clear: both;
}*/

.view-object.view-new .info img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ajax container area */

#ajax_container {
    overflow-y: scroll;
    height: 500px;
    width: 700px;
}

#wrapper {
    overflow: hidden;
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    background: #FFFFFF;
    font: 12px Arial, sans-serif;
}

#header {
    position: relative;
    width: 100%;
    background: #f2f2f2;
}

#header .top-bar {
    float: left;
    width: 940px;
    height: 40px;
    padding: 0 20px 10px 20px;
}

#top-nav li ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: #e2e2e2;
    z-index: 999;
}

#top-nav li ul.dropdown li {
    display: block;
    float: left;
    position: relative;
    width: 200px;
    height: 24px;
    margin: 0;
    padding: 0 10px;
    line-height: 24px;
    border-bottom: 1px dotted #c4c4c4;
}

#top-nav li ul.dropdown a {
    float: left;
}

#header .lang {
    float: right;
    padding: 0px 20px;
    margin: 10px 0;
    text-align: right;
}

#header .lang .act-lang, #header .lang a {
    margin-left: 10px;
}

#header .currencies {
    float: right;
    padding: 0px 20px;
    margin: 10px 0;
    text-align: right;
}

#header .currencies .one {
    display: inline-block;
    margin-left: 10px;
}

#header .currencies .one .set-currency {
    cursor: pointer;
    color: #666699;
}

#header .currencies .one .set-currency:hover {
    text-decoration: underline;
}

#header .user-cp-hold {
    float: left;
    width: 500px;
    padding: 0px 20px;
}

#header .cart-indicator-hold {
    float: right;
    width: 300px;
    margin: 0 20px 10px 20px;
}

#header .cart-indicator {
    position: absolute;
    width: 280px;
    padding: 5px 10px;
    background-color: #E2E2E2;
    z-index: 900;
}

#header .cart-indicator .empty-cart-notif {
    float: left;
    width: 100%;
    text-align: right;
    line-height: 25px;
}

#header .cart-indicator .cart-main-info {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-align: right;
    line-height: 25px;
}

#header .cart-indicator .cart-items-list {
    display: none;
    float: left;
    width: 100%;
    padding: 10px 0;
}

#header .cart-indicator .cart-items-list .one {
    float: left;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #C4C4C4;
}

#header .cart-indicator .cart-items-list .one .pic {
    float: left;
    width: 80px;
    margin-right: 10px;
}

#header .cart-indicator .cart-items-list .one .info {
    float: left;
    width: 170px;
}

#header .cart-indicator .cart-items-list .one .remove {
    float: left;
    width: 20px;
    text-align: right;
}

#header .cart-indicator .cart-items-list .total {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-align: right;
    padding-top: 10px;
    border-top: 1px solid #C4C4C4;
}

#header .cart-indicator .cart-items-list .link {
    float: left;
    width: 100%;
}

#header .cart-indicator .cart-items-list .link .btn-link {
    float: right;
}

/* main-container area */

#content {
    position: relative;
    width: 100%;
    padding: 10px 0;
}

#left-side {
    float: left;
    width: 220px;
    min-height: 400px;
    padding-right: 9px;
    border-right: 1px solid #c4c4c4;
}

#left-side .block {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#left-side ul.list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}

#left-side #catalog-tree {
    float: left;
    width: 220px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

#left-side #catalog-tree .catalog-tree-title {
    float: left;
    width: 220px;
    margin-bottom: 3px;
    padding-bottom: 2px;
    font-size: 14px;
    border-bottom: 1px solid #C4C4C4;
}

#left-side #catalog-tree .level-1 {
    float: left;
    width: 220px;
}

#left-side #catalog-tree .level-2 {
    float: left;
    width: 200px;
    padding-left: 20px;
}

#left-side #catalog-tree .level-3 {
    float: left;
    width: 180px;
    padding-left: 40px;
}

#left-side #catalog-tree .level-4 {
    float: left;
    width: 160px;
    padding-left: 60px;
}

#left-side #catalog-tree a.selected {
    font-weight: bold;
}

#right-side {
    float: left;
    width: 740px;
    padding-left: 10px;
}

.title {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.title-2 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.title-3 {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.text-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

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

.text-box.right {
    text-align: right;
}

/* editable */

.view-more {
    text-align: center;
    padding-bottom: 70px;
    white-space: nowrap;
}

.view-more a {
    font-size: 16px;
    font-weight: bold;
    color: #2778b1;
    border: 1px dashed #b0bec5;
    padding: 20px 0;
    width: 100%;
    display: block;
    text-transform: uppercase;
    position: relative;
    top: 20px;
}

.view-more a:hover {
    text-decoration: none;
}

.view-more .count {
    display: inline-block;
    padding: 0;
    color: #41a846;
}

.view-more-loading {
    text-align: center;
    padding-bottom: 70px;
    white-space: nowrap;
}

.view-more-loading a {
    font-size: 16px;
    font-weight: bold;
    color: #2778b1;
    border: 1px dashed #b0bec5;
    padding: 20px 0;
    width: 100%;
    display: block;
    text-transform: uppercase;
    position: relative;
    top: 20px;
}

.view-more-loading a:hover {
    text-decoration: none;
}

.view-more-old {
    text-align: center;
    padding-bottom: 70px;
    white-space: nowrap;
}

.view-more-old a {
    font-size: 16px;
    font-weight: bold;
    color: #2778b1;
    border: 1px dashed #b0bec5;
    padding: 20px 0;
    width: 100%;
    display: block;
    text-transform: uppercase;
    position: relative;
    top: 20px;
}

.view-more-old a:hover {
    text-decoration: none;
}

.view-more-old .count {
    display: inline-block;
    padding: 0;
    color: #41a846;
}

.view-more-old-loading {
    text-align: center;
    padding-bottom: 70px;
    white-space: nowrap;
}

.view-more-old-loading a {
    font-size: 16px;
    font-weight: bold;
    color: #2778b1;
    border: 1px dashed #b0bec5;
    padding: 20px 0;
    width: 100%;
    display: block;
    text-transform: uppercase;
    position: relative;
    top: 20px;
}

.view-more-old-loading a:hover {
    text-decoration: none;
}

.title .category-name {
    color: #68af47;
    font-size: 60px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.editable-list {
    float: left;
    width: 740px;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}

.editable-list .one {
    float: left;
    width: 740px;
    margin-bottom: 25px;
}

.editable-list .one .name {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.editable-list .one .pic {
    float: left;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.editable-list .one .paragraphs {
    float: left;
    width: 530px;
    margin-bottom: 5px;
}

.editable-list .one .paragraphs.no-pic {
    width: 740px;
}

.editable-list .one .bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

.editable-list .one .bottom .created {
    float: left;
    width: 75px;
}

.editable-list .one .bottom .comments {
    float: left;
    width: 100px;
    margin-left: 15px;
}

.editable-list .one .bottom .category {
    float: left;
    width: 425px;
    margin-left: 15px;
}

.editable-list .one .bottom .read-more {
    float: right;
    font-weight: bold;
}

.editable-title-pic {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.editable-view {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.editable-view .date {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
}

.editable-view .paragraphs {
    float: left;
    width: 100%;
}

.editable-view .paragraphs .pic {
    float: right;
    width: 300px;
    margin: 0 0 5px 10px;
}

.editable-view .category {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.comment-list-cont {
    float: left;
    width: 740px;
    margin-bottom: 10px;
}

.comment-list-cont .one {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.comment-list-cont .one .head {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

.comment-list-cont .one .head .name {
    float: left;
    width: 600px;
    font-weight: bold;
}

.comment-list-cont .one .head .date {
    float: left;
    width: 140px;
    text-align: right;
}

.comment-list-cont .one .text {
    float: left;
    width: 740px;
}

.comment-list-cont .one .text .deleted {
    float: left;
    width: 100%;
    text-align: center;
    font-style: italic;
}

.show-all-comments {
    float: left;
    width: 100%;
    text-align: right;
    font-weight: bold;
}

/* portfolio */

.portfolio-list {
    float: left;
    width: 740px;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}

.portfolio-list .one {
    float: left;
    width: 740px;
    margin-bottom: 25px;
}

.portfolio-list .one .name {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.portfolio-list .one .pic {
    float: left;
    width: 260px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.portfolio-list .one .info {
    float: left;
    width: 740px;
    margin-bottom: 5px;
}

.portfolio-list .one .info.with-photo {
    width: 470px;
}

.portfolio-list .one .info .line-title {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

.portfolio-list .one .info .one-line {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.portfolio-list .one .info .more {
    float: left;
    width: 100%;
    text-align: right;
    font-weight: bold;
}

.portfolio-view {
    float: left;
    width: 740px;
}

.portfolio-view .fb-like-box {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}

.portfolio-view .photos {
    overflow: hidden;
    float: left;
    width: 320px;
    margin-right: 10px;
}

.portfolio-view .photos .big-photo {
    float: left;
    width: 320px;
    margin-bottom: 10px;
}

.portfolio-view .photos .big-photo.hidden {
    display: none;
}

.portfolio-view .photos .thumb-photos-cont {
    float: left;
    width: 320px;
}

.portfolio-view .photos .thumb-photos-cont .thumb-photo {
    overflow: hidden;
    float: left;
    width: 100px;
    margin-bottom: 10px;
    cursor: pointer;
}

.portfolio-view .photos .thumb-photos-cont .thumb-photo.second {
    margin: 0 10px 10px 10px;
}

.portfolio-view .info {
    float: left;
    width: 410px;
}

.portfolio-view .info.no-photo {
    width: 100%;
}

.portfolio-view .info .line-title {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.portfolio-view .info .one-line {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/* catalog */

.catalog-list-cont {
    float: left;
    width: 740px;
    margin-bottom: 10px;
}

.catalog-list-cont .breadcrumb {
    float: left;
    width: 740px;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}

.catalog-list-cont .breadcrumb li {
    float: left;
    margin-right: 5px;
}

.catalog-list-cont .breadcrumb li a {
    float: left;
    margin-right: 5px;
}

.catalog-list-cont .catalog-group-list {
    float: left;
    width: 740px;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}

.catalog-list-cont .catalog-group-list li {
    float: left;
    width: 165px;
    margin: 0 9px 18px 9px;
    border: 1px solid #C4C4C4;
}

.catalog-list-cont .catalog-group-list li .photo {
    float: left;
    width: 165px;
    height: 165px;
    border-bottom: 1px solid #C4C4C4;
}

.catalog-list-cont .catalog-group-list li .photo a {
    float: left;
}

.catalog-list-cont .catalog-group-list li .name {
    overflow: hidden;
    float: left;
    width: 155px;
    height: 30px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin: 5px;
}

.catalog-list-cont .catalog-group-list li .name a {
    width: 155px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.catalog-list-cont .catalog-group-list li .name a:hover {
    text-decoration: none;
}

.catalog-list-cont .catalog-item-list {
    float: left;
    width: 740px;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}

.catalog-list-cont .catalog-item-list li {
    float: left;
    width: 225px;
    margin: 0;
    padding: 10px 10px;
    border-bottom: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
}

.catalog-list-cont .catalog-item-list li.last-col {
    border-right: 0px;
}

.catalog-list-cont .catalog-item-list li.last-row {
    border-bottom: 0px;
}

.catalog-list-cont .catalog-item-list li .hold {
    position: relative;
    width: 100%;
}

.catalog-list-cont .catalog-item-list li .hold .promo-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
}

.catalog-list-cont .catalog-item-list li .photo {
    float: left;
    width: 225px;
    height: 225px;
    margin-bottom: 5px;
}

.catalog-list-cont .catalog-item-list li .photo a {
    float: left;
}

.catalog-list-cont .catalog-item-list li .name {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    margin-bottom: 5px;
}

.catalog-list-cont .catalog-item-list li .name a {
    width: 100%;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.catalog-list-cont .catalog-item-list li .name a:hover {
    text-decoration: none;
}

.catalog-list-cont .catalog-item-list li .price {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 14px;
}

.catalog-list-cont .catalog-item-list li .price b {
    color: #C70C1D;
}

.catalog-list-cont .catalog-item-list li .status {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    line-height: 18px;
}

.catalog-list-cont .catalog-item-list li .status .sold-out-price {
    margin-left: 5px;
    color: #C4C4C4;
    text-decoration: line-through;
}

.catalog-list-cont .catalog-item-list li .view {
    float: left;
    width: 100%;
    text-align: right;
}

.catalog-list-cont.in-tab {
    width: 700px;
}

.catalog-list-cont.in-tab .catalog-item-list {
    width: 700px;
}

.catalog-list-cont.in-tab .catalog-item-list li {
    width: 210px;
}

.catalog-list-cont.in-tab .catalog-item-list li .photo {
    overflow: hidden;
    width: 210px;
    height: 210px;
}

.view-item-cont {
    float: left;
    width: 740px;
    margin-bottom: 10px;
}

.view-item-cont .breadcrumb {
    float: left;
    width: 740px;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
}

.view-item-cont .breadcrumb li {
    float: left;
    margin-right: 5px;
}

.view-item-cont .breadcrumb li a {
    float: left;
    margin-right: 5px;
}

.view-item-cont .main-cont {
    float: left;
    width: 100%;
}

.view-item-cont .main-cont .short-desc {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.view-item-cont .main-cont .photos {
    float: left;
    width: 350px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.view-item-cont .main-cont .photos .big-photo {
    position: relative;
    width: 350px;
    margin-bottom: 10px;
}

.view-item-cont .main-cont .photos .big-photo .promo-icon {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 50px;
    height: 50px;
}

.view-item-cont .main-cont .photos .big-photo a {
    overflow: hidden;
    display: table-cell;
    width: 350px;
    height: 250px;
    text-align: center;
    vertical-align: middle;
}

.view-item-cont .main-cont .photos .big-photo .hidden {
    display: none !important;
}

.view-item-cont .main-cont .photos .thumbs {
    float: left;
    width: 350px;
    margin-bottom: 3px;
}

.view-item-cont .main-cont .photos .thumbs .one {
    float: left;
    width: 80px;
    border: 1px solid #c4c4c4;
    margin-right: 7px;
    margin-bottom: 7px;
}

.view-item-cont .main-cont .photos .thumbs .one.selected {
    border-color: #666699;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px;
}

.view-item-cont .main-cont .photos .thumbs .one.last {
    margin-right: 0px;
}

.view-item-cont .main-cont .photos .thumbs .one a {
    overflow: hidden;
    display: table-cell;
    width: 80px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
}

.view-item-cont .main-cont .right-side {
    float: left;
    width: 380px;
}

.view-item-cont .main-cont .main-info {
    float: left;
    width: 340px;
    padding: 10px 20px;
    margin-bottom: 20px;
    background-color: #F2F2F2;
}

.view-item-cont .main-cont .main-info .line {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.view-item-cont .main-cont .main-info .line .value {
    float: right;
    width: 200px;
}

.view-item-cont .main-cont .main-info .line.price {
    line-height: 18px;
}

.view-item-cont .main-cont .main-info .line.price .value {
    font-size: 16px;
    color: #C70C1D;
}

.view-item-cont .main-cont .main-info .line.sold-out-price {
    line-height: 18px;
}

.view-item-cont .main-cont .main-info .line.sold-out-price .value {
    font-size: 16px;
    font-weight: bold;
}

.view-item-cont .main-cont .main-info .line.price-break {
    color: #888;
    width: 330px;
    margin-left: 10px;
}

.view-item-cont .main-cont .main-info .line.price-break .value {
    width: 190px;
}

.view-item-cont .main-cont .main-info .line.price-break .value strong {
    color: #C70C1D;
}

.view-item-cont .main-cont .main-info .line.status-soon {
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
}

.view-item-cont .main-cont .main-info .line.free-shipping .value {
    font-weight: bold;
}

.view-item-cont .main-cont .evaluation {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.view-item-cont .main-cont .evaluation .stars {
    float: left;
    width: 130px;
    margin: 3px 25px;
}

.view-item-cont .main-cont .evaluation .stars .one-star {
    float: left;
    width: 26px;
    height: 26px;
    background-image: url('../images/icn_rating.png');
    background-repeat: no-repeat;
}

.view-item-cont .main-cont .evaluation .stars .one-star.link {
    cursor: pointer;
}

.view-item-cont .main-cont .evaluation .stars .one-star.empty {
    background-position: 0px 0px;
}

.view-item-cont .main-cont .evaluation .stars .one-star.half {
    background-position: -26px 0px;
}

.view-item-cont .main-cont .evaluation .stars .one-star.full {
    background-position: 0px -26px;
}

.view-item-cont .main-cont .evaluation .stars .one-star.selected {
    background-position: -26px -26px;
}

.view-item-cont .main-cont .evaluation .eval-info {
    float: left;
    width: 200px;
}

.view-item-cont .main-cont .evaluation .eval {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.view-item-cont .main-cont .evaluation .eval-count {
    float: left;
    width: 100%;
    text-align: center;
}

.view-item-cont .tabs-cont {
    float: left;
    width: 100%;
}

#view-items-tabs.ui-tabs {
    padding: 0;
    border: 0;
}

.view-item-cont .tabs-cont .ui-widget-content {
    color: inherit;
    font: inherit;
}

#view-items-tabs.ui-tabs .ui-corner-top {
    border-radius: 0;
}

#view-items-tabs.ui-tabs .ui-corner-bottom {
    border-radius: 0;
}

#view-items-tabs.ui-tabs .ui-tabs-nav {
    background: transparent;
    border: none;
    border-radius: 0px;
    padding: 0 10px;
}

#view-items-tabs.ui-tabs .ui-tabs-nav li {
    margin-left: 5px;
    border-radius: 5px 5px 0 0;
    white-space: normal;
}

#view-items-tabs.ui-tabs .ui-tabs-nav li a {
    outline-color: transparent;
    outline-width: 0;
}

#view-items-tabs.ui-tabs .ui-tabs-nav li a:hover {
    color: #333;
}

#view-items-tabs .ui-tabs-nav .ui-state-active {
    margin-bottom: -1px;
    background: #fff;
    font-weight: bold;
}

#view-items-tabs .ui-tabs-nav .ui-state-active a {
    cursor: default;
}

#view-items-tabs.ui-tabs .ui-tabs-panel {
    width: 700px;
    padding: 20px;
    border-top: 1px solid #AAAAAA;
    background: #fff;
}

.view-item-cont .descritpion {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}

.view-item-cont .properties-list {
    float: left;
    width: 100%;
}

.view-item-cont .properties-list .line {
    float: left;
    width: 100%;
    padding-bottom: 4px;
    margin-bottom: 5px;
    border-bottom: 1px solid #c4c4c4;
    font-weight: bold;
}

.view-item-cont .properties-list .line.last {
    border-bottom: 0px;
}

.view-item-cont .properties-list .line .value {
    float: right;
    width: 560px;
    font-weight: normal;
}

.view-item-cont .reviews-list {
    float: left;
    width: 100%;
}

.view-item-cont #show-review-cont {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.view-item-cont .review-list-cont {
    float: left;
    width: 100%;
}

.view-item-cont .review-list-cont .one {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.view-item-cont .review-list-cont .one .head {
    float: left;
    width: 100%;
    margin-bottom: 3px;
}

.view-item-cont .review-list-cont .one .head .name {
    float: left;
    width: 560px;
    font-weight: bold;
}

.view-item-cont .review-list-cont .one .head .date {
    float: right;
    width: 140px;
    text-align: right;
}

.view-item-cont .review-list-cont .one .text {
    float: left;
    width: 100%;
}

.view-item-cont .review-list-cont .one .text .deleted {
    float: left;
    width: 100%;
    text-align: center;
    font-style: italic;
}

.view-item-cont .show-all-reviews {
    float: left;
    width: 100%;
    text-align: right;
    font-weight: bold;
}

/* cart */
#quantity-update-info {
    display: none;
}

.cart-steps-cont {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.cart-steps-cont .one {
    float: left;
    width: 160px;
    margin-right: 5px;
    padding: 10px 9px;
    color: #C4C4C4;
    border: 1px solid #C4C4C4;
}

.cart-steps-cont .one.active {
    color: #333333;
    background: #F2F2F2;
}

.cart-steps-cont .one.past {
    color: #333333;
}

.cart-table {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.cart-table th {
    height: 27px !important;
    padding: 0px !important;
    border-bottom: 1px solid #C4C4C4;
    text-align: center;
}

.cart-table td {
    padding: 5px 5px;
    border-bottom: 1px solid #C4C4C4;
    text-align: center;
    vertical-align: middle;
}

.cart-table .cell {
    overflow: hidden;
    float: left;
    height: 55px;
    padding: 5px 0;
    border-right: 1px solid #C4C4C4;
    line-height: 27px;
}

.cart-table .cell.name {
    text-align: left;
    width: 345px;
}

.cart-table .cell.name.no-remove {
    width: 385px;
}

.cart-table .cell.name .pic {
    float: left;
    width: 80px;
    margin-right: 10px;
}

.cart-table .cell.name .full-name {
    overflow: hidden;
    float: left;
    width: 250px;
    height: 34px;
    margin: 10px 5px 10px 0;
    line-height: 17px;
}

.cart-table .cell.name.no-remove .full-name {
    width: 290px;
}

.cart-table .cell.price {
    width: 100px;
    height: 27px;
    padding: 19px 0;
}

.cart-table .cell.quant {
    width: 125px;
    height: 22px;
    padding: 21px 0 22px;
}

.cart-table .cell.quant.auto-recalculate {
    background: url('../images/icn-reload-single.png') no-repeat right 10px center;
}

.cart-table .cell.sum {
    width: 125px;
    height: 27px;
    padding: 19px 0;
}

.cart-table .cell.remove {
    width: 40px;
    height: 16px;
    padding: 24px 0 25px;
    border-right: 0;
}

.cart-table td.cell.remove {
    width: 16px;
    padding: 24px 12px 25px 12px;
}

.cart-table td.cell.recalculate {
    width: 125px;
    height: 16px;
    padding: 5px 0;
    margin-left: 447px;
    line-height: 16px;
    border: 0;
}

.cart-table td.cell.change {
    width: 100%;
    height: 16px;
    padding: 5px 0;
    line-height: 16px;
    border: 0;
    text-align: right;
}

.cart-table .cell span.recalculate-items {
    cursor: pointer;
    padding-left: 26px;
    color: #bebebe;
    background: url('../images/icn-reload.png') no-repeat;
}

.cart-table .cell span.recalculate-items:hover {
    color: #7a7979;
    background: url('../images/icn-reload.png') no-repeat 0 -16px;
}

.cart-table .cell.quant input {
    width: 50px;
    text-align: center;
}

.cart-table .cell.quant span.recalculate-items {
    padding-left: 16px;
    margin-left: 5px;
}

.cart-table .cell.remove a {
    float: left;
}

.cart-sums {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.cart-sums .line {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-align: right;
    font-weight: bold;
}

.cart-sums .line .value {
    float: right;
    width: 100px;
    text-align: right;
    font-weight: normal;
}

.cart-sums .red {
    color: #C70C1D;
}

.cart-member-options-cont {
    float: left;
    width: 345px;
    margin-right: 5px;
    padding: 10px 9px;
    border: 1px solid #C4C4C4;
}

.cart-member-options-cont input[type="text"], .cart-member-options-cont input[type="password"] {
    width: 140px;
}

.cart-registered-member-cont {
    float: left;
    width: 490px;
    margin: 0 125px;
}

.cart-payment-options-cont {
    float: left;
    width: 345px;
    margin-right: 5px;
    margin-bottom: 20px;
    padding: 10px 9px;
    border: 1px solid #C4C4C4;
}

.cart-payment-options-cont input[type="text"] {
    width: 140px;
}

.cart-payment-options-cont .additional-info {
    float: left;
    width: 100%;
}

.cart-payment-options-cont .payment-type {
    float: left;
    width: 100%;
}

/* members */
.members-cont {
    float: left;
    width: 100%;
}

.members-cont .form-zone {
    float: left;
    width: 490px;
}

.members-cont .fb-zone {
    float: left;
    width: 240px;
    padding: 5px 0 5px 9px;
    border-left: 1px solid #C4C4C4;
}

.members-cont .fb-zone .link {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

/* footer area */

.footer-bg {
    background: url('../images/footer-bg.jpg');
    line-height: 10 !important;
    padding-top: 70px;
    position: inherit;
    z-index: 1000;
}

.footer-bg ul {
    vertical-align: top;
}

.footer-bg .subscribe {
    text-align: center;
    float: none !important;
    padding-bottom: 20px;
}

.footer-bg .copyright .top {
    line-height: 18px;
    padding-bottom: 5px;
    font-size: 12px;
}

.footer-bg .copyright .bottom {
    line-height: 15px;
}

.footer-bg .copyright .bottom a {
    font-size: 11px;
    color: #24556d;
}

.footer-bg .copyright .bottom a:hover {
    color: #24556d;
}

.footer-bg .copyright {
    text-align: center;
    float: none !important;
    white-space: nowrap;
    font-size: 12px;
    color: #526a77;
}

.footer-bg .subscribe form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background: transparent;
    border: none;
    outline: none;
    font-size: 24px;
    color: #aab6bc;
    height: 30px;
    text-align: center;
    padding-bottom: 0;
    width: 100%;
}

.footer-bg .subscribe form input[type="submit"] {
    box-shadow: none !important;
    background: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    color: #71d261;
    text-transform: uppercase;
    text-align: center;
    padding-top: 0;
}

.footer-bg .subscribe form {
    border: 1px solid;
    border-style: dashed;
    border-color: #266936;
    padding: 30px 0px;
    width: 100%;
}

.footer-bg .one {
    display: inline-block;
    list-style: none;
    padding-bottom: 50px;
    height: 100%;
}

.footer-bg .one a {
    color: #9dabb2;
    font-size: 14px;
    padding-bottom: 0;
}

.footer-bg .other a {
    color: #9dabb2;
}

.footer-bg .one a:hover {
    text-decoration: underline;
    color: #71d261;
}

.footer-bg .one .meniu-title {
    padding-bottom: 7px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

/*

#footer {
	position: relative;
	width: 940px;
	padding: 10px 20px;
	background: #f2f2f2;
	color: #999;
}

#footer footer-nav-hold {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

#footer .footer-nav {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	list-style: none;
}

#footer .footer-nav li {
	float: left;
	margin-right: 20px;
	font-weight: normal;
}

#footer .footer-nav li.last {
	margin-right: 0;
}

#footer .footer-nav li.selected {
	font-weight: bold;
}

#footer .footer-nav li a {
	float: left;
	width: 100%;
	color: #666699;
}
#footer .main .footer-nav li a:hover {
	color: #666699!important;
}

#footer .copy {
	float: left;
	width: 100%;
	font-size: 11px;
}

#footer .copy .solution {
	float: right;
}
*/

/* tables */
.simple-table {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.simple-table th {
    width: 180px;
    padding: 0 10px 5px 10px;
    line-height: 24px;
    vertical-align: top;
    text-align: left;
}

.simple-table td {
    padding: 0 10px 5px 10px;
    line-height: 24px;
    vertical-align: top;
    text-align: left;
}

.edit-table {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.edit-table th {
    width: 180px;
    padding: 0 10px 5px 10px;
    background: #f2f2f2;
    line-height: 24px;
    vertical-align: top;
    text-align: left;
}

.edit-table td {
    padding: 0 10px 5px 10px;
    line-height: 24px;
    vertical-align: top;
    text-align: left;
}

/* msg blocks */

.msg-cont {
    position: relative;
    width: 99%;
    line-height: 10px;
    padding-bottom: 20px;
}

.msg {
    float: left;
    width: 100%;
    text-align: center;
}

.msg.err {
    color: #a54e55;
}

.msg.suc {
    color: #86a44e;
}

/* Admin bar */
.admin-bar-cont {
    position: fixed;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    padding: 5px;
    font-family: "Arial";
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    border-radius: 0 10px 0px 0px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index:99999999;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.admin-bar-cont.atidarytas {
    width: 100%;
    border-radius: 0;
}

.admin-bar-cont .show-btn {
    float: left;
    width: 24px;
    height: 24px;
    background: url('../../images/admin-bar/toolbox-icn.png') no-repeat;
    cursor: pointer;
}

.admin-bar-cont .admin-info {
    display: none;
    float: right;
    padding: 0 10px 0 20px;
    color: #fff;
    cursor: default;
}

.admin-bar-cont.atidarytas .admin-info {
    display: inline-block;
}

.admin-bar-cont .admin-menu {
    display: none;
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    color: #fff;
}

.admin-bar-cont.atidarytas .admin-menu {
    display: inline-block;
}

.ab-icn-btn {
    float: left;
    padding: 0 0 0 28px;
    margin-right: 22px;
    color: #1ea7db;
    background-repeat: no-repeat;
}

a.ab-icn-btn:hover {
    text-decoration: none;
    color: #6bcc00;
    background-position: 0 -24px;
}

span.ab-icn-btn {
    color: #9e9e9e;
    background-position: 0 -48px;
    cursor: default;
}

.ab-icn-btn.home {
    background-image: url('../../images/admin-bar/btn-home-icn.png');
}

.ab-icn-btn.add {
    background-image: url('../../images/admin-bar/btn-add-icn.png');
}

.ab-icn-btn.edit {
    background-image: url('../../images/admin-bar/btn-edit-icn.png');
}

/* CALENDAR */
.events-calendar {
    background-color: #68af47;
    font-weight: bold;
    font-size: 13px;
    padding: 0 5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.events-calendar .month-name {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    background-color: #7dc25d;
    margin: 0 -5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 4px 3px -6px black;
}

.events-calendar .arrow-l {
    display: inline-block;
    float: left;
    padding-top: 5px;
    padding-left: 10px;
    cursor: pointer;
}

.events-calendar .arrow-r {
    display: inline-block;
    float: right;
    padding-top: 5px;
    padding-right: 10px;
    cursor: pointer;
}

.events-calendar li {
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    color: #558f3b !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.events-calendar li.one {
    text-align: center;
    position:  relative;
}

.events-calendar li.one .day:after {
    position: absolute;
    content: " ";
    padding-bottom: 20px;
    height: 35px;
    left: 0;
    width: 100%;
}

.events-calendar li .day {
    background-color: #86bf6c;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    position: relative;
    cursor: pointer;
}

.events-calendar li .day.full {
    background-color: #fff;
    color: #68af47 !important;
}

.events-calendar li .day.empty {
    background-color: #68af47;
}

.events-calendar li .day.empty:hover {
    background-color: #68af47;
}

.events-calendar li .day:hover {
    background-color: #b4d7a3;
    color: #558f3b !important;
}

.events-calendar li .events:after {
    bottom: 100%;
    left: 32px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #b4d7a3;
    border-width: 10px;
    margin-left: -10px;
}

.events-calendar li .events {
    display: none;
    background-color: #b4d7a3 !important;
    position: absolute;
    left: -10px;
    top: 35px;
    padding: 10px 60px 15px 20px;
    z-index: 2;
}

.events-calendar li .events .one {
    margin-bottom: 0 !important;
}

.events-calendar li .events a {
    color: #558f3b;
    font-size: 14px;
    white-space: nowrap;
}

.events-calendar li .events a:hover {
    text-decoration: underline;
}

.events-calendar li.one:hover .day .events,
.events-calendar li.one:hover .events {
    display: block;
}

#events-calendar {
    float: left;
    width: 300px;
    background: #68af47;
}

#events-calendar .title {
    float: left;
    width: 100%;
    height: 30px;
    width: 245px;
    padding: 30px 22px 5px 30px;
    color: #b4d7a3;
    /*font-size: 24px;
    line-height: 30px;*/
    text-align: center;
    position: static;
}

#events-calendar .one {
    float: left;
    padding-left: 12px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0 !important;
}

#events-calendar .one .hold {
    position: relative;
    width: 100%;
}

#events-calendar .one .day {
    float: left;
    width: 30px;
    height: 25px;
    margin: 0 5px 5px 0;
    line-height: 25px;
    font-size: 16px;
    text-align: center;
    cursor: default;
    color: #5a4c50;
    background-color: #b4d7a3;
    font-weight: bold;
}

#events-calendar .one .day.selectable:hover {
    color: #558f3b !important;
    background: #b4d7a3 !important;
}

#events-calendar .one .name {
    color: #64585b;
    font-size: 13px;
    background: #68af47;
    font-weight: bold;
}

#events-calendar .one .empty {
    background: #68af47;
}

#events-calendar .one .old {
    color: #fff;
    background: #86bf6c;
}

#events-calendar .one .full {
    color: #68af47;
    background: #fff;
}

#events-calendar .one .day .events {
    display: none;
    position: absolute;
    left: -30px;
    background: #b4d7a3;
    color: #558f3b;
    padding: 15px 15px 5px 15px;
}

#events-calendar .one .day:hover .events {
    display: block;
}

#events-calendar .one .day .events .one {
    float: left;
    width: 270px;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
}

#events-calendar .one .day .events .one a {
    color: #1c1416;
}

.events-list-cont {
    padding-left: 20%;
}

.events-list-cont .title-1 {
    font-size: 48px;
    color: #2572ad;
    font-weight: bold;
}

.events-list-cont .description-1 p {
    font-size: 16px;
    color: #666666;
    font-weight: bold !important;
}

.cd-slider-wrapper {
    position: relative;
    /* hide horizontal scrollbar on IE11 */
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 727px !important;
    top: -77px;
}

.cd-slider > li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    /* hide vertical scrollbar on IE11 */
    overflow: hidden;
}

.cd-slider > li.visible {
    position: relative;
    z-index: 2;
    opacity: 1;
}

.cd-slider > li.is-animating {
    z-index: 3;
    opacity: 1;
}

.cd-slider .cd-svg-wrapper {
    /* using padding Hack to fix bug on IE - svg height not properly calculated */
    height: 0;
    padding-bottom: 57.15%;
}

.cd-slider-wrapper svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------------------------------

Slider dots/controls

-------------------------------- */
.cd-slider-controls {
    position: absolute;
    bottom: 0;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 15%;
    z-index: 3;
    width: 100%;
    text-align: center;
}

.cd-slider-controls img,
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    height: 44px;
    width: 44px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border: 2px solid transparent;
}

.cd-slider-controls li,
.theme-default .nivo-controlNav.nivo-thumbs-enabled .nivo-control {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 6px;
}

.cd-slider-controls li.selected img,
.theme-default .nivo-controlNav.nivo-thumbs-enabled .active img {
    border: 2px solid #71d261;

}

.cd-slider-controls li.selected,
.theme-default .nivo-controlNav.nivo-thumbs-enabled .active {
    background: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    padding-bottom: 6px;
    background-position: bottom;
}

.cd-slider-controls li p,
.theme-default .nivo-controlNav.nivo-thumbs-enabled p {
    display: none;
}

.cd-slider-controls li.selected p,
.theme-default .nivo-controlNav.nivo-thumbs-enabled .active p {
    display: block;
    color: #71d261;
    position: absolute;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    left: 0px;
    text-shadow: 0 0 2px #563333;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    text-indent: 0px;
}

.cd-slider-wrapper ul {
    margin: 0;
    padding: 0;
}

.cd-slider-wrapper ol {
    list-style: none;
}

.player {
    position: relative;
    padding-bottom: 50px;
}

.player .player-holder {
    position: absolute;
    left: 50%;
    z-index: 9;
}

.player .player-holder .player-center {
    position: relative;
    left: -50%;
}

.player .player-holder .player-center h1, h3 {
    color: #fff;
}

.player .player-holder .player-center h1 {
    font-weight: bold;
}

.player .player-holder .player-center center {
    padding-top: 100px;
}

.events {
    padding-bottom: 20px;
    background-color: #fff;
}

.join {
    padding-bottom: 20px;
}

.index-widgets .join{
    max-width: 90.063em;
    margin-left: auto;
    margin-right: auto;
}

.join .name,.join .desc {
    color: #fff !important;
    text-align: center;
    padding-top: 10px;
}

.join .desc {
    padding-bottom: 20px;
}

.join h2, .join h1 {
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    color: #666666;
    padding-bottom: 40px;
}

.join .objects-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.join .objects-list .one{
    margin-bottom: 0;
}

.join .objects-list .one a{
    height: 100%;
}

.join .objects-list .one .photo{
    height: inherit;
    position: relative;
    overflow: hidden;
}

.index-widgets .join .objects-list .one .photo img{
    max-width: inherit;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    min-width: calc(100%);
    -o-object-fit: cover;
    object-fit: cover; 
}

.join .objects-list .one .photo .text-block{
    bottom: 0;
    position: absolute;
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.join .objects-list .one:nth-child(1) .text-block{
    background-color: #ed7d59;
}

.join .objects-list .one:nth-child(2) .text-block{
    background-color: #7ec046;
}

.join .objects-list .one:nth-child(3) .photo{
    background: white;
}

.join .objects-list .one:hover .text-block{
    opacity: 0.8;
}





.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.view-object-main-section > .view-object > div.photo {
    text-align: right;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
    min-height: 200px;
}

.view-object-main-section {
    /* margin-top: 50px; */
}

.fancybox-margin.fancybox-lock .view-object-main-section {
    margin-top: 0px;
}

.view-object-main-section > .view-object > div.photo > img {
    max-width: initial;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
}

/*#facebook-hover{
	background: url('../images/facebook-icon.png') center no-repeat;
	background-size: 60%;
}*/

#container {
    width: 100%;
    opacity: 0;
    top: 0px;
    position: absolute;
    -webkit-transition: opacity 4s ease-in;
    -moz-transition: opacity 4s ease-in;
    -ms-transition: opacity 4s ease-in;
    -o-transition: opacity 4s ease-in;
    transition: opacity 4s ease-in;
}

#container.show {
    opacity: 1;
}

.route-sagment{
    background: white;
    padding: 30px 30px 25px;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    max-width: 660px;
    clear: both;
    position: relative;
}

.route-sagment:last-child{
    margin-bottom: 40px;
}

.route-sagment:after{
    content: "";
    width: 100%;
    background: url('../images/triangle.png') left repeat;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.route-sagment h2{
    font-size: 24px;
    font-weight: bold;
}

.sagment-desc{
    max-height: 100px;
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.sagment-desc:after{
    -webkit-box-shadow: inset 0px -65px 40px -40px rgb(255, 255, 255);
    -moz-box-shadow: inset 0px -65px 40px -40px rgb(255, 255, 255);
    box-shadow: inset 0px -65px 40px -40px rgb(255, 255, 255);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
}

.sagment-desc a{
    display: inline;
}

.route-plan-title{
    background: white;
    width: 100%;
    display: inline-block;
    margin-top: 1px;
    height: 65px;
    line-height: 65px;
}

.route-plan-title> div{
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 16px;
    font-weight: bold;
}

.trip-time, .trip-distance{
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    margin-bottom: 10px;
    float: left;
    width: auto;
    margin-right: 60px;
}

.trip-time span, .trip-distance span{
    color: #2572ad;
    margin-left: 8px;
}

.trip-time i{
    opacity: 0.5;
    font-size: 19px;
    margin-right: 8px;
    margin-top:  2px;
}

.trip-distance i{
    opacity: 0.5;
    font-size: 23px;
    margin-right: 8px;
}

.sagment-more{
    font-weight: bold;
}

.share-route{
    display: inline-block;
    width: 100%;
}

.share-title{
    font-size: 16px;
    font-weight: bold;
}

.share-route ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.share-route ul li{
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.share-route ul li a{
  font-size: 30px;  
}

.share-route ul li a:hover{
    text-decoration: none; 
}

.share-route ul li a:hover:before{
    text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
}

.share-route .fb{
    color: #445f9f;
}

.share-route .tw{
    color: #00aaeb;
}

.share-route .email{
    color: #256ca1;
}


.route-view{
    max-width: 700px;
}

.question-cont{
    max-width: 90.063em;
    margin: auto;
    padding-left: 40px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.question-form{
    background: #ffaa19;
    max-width: 1000px;
    color: white;
    min-height: 76px;
    padding-left: 30px;
    margin-right: 30px;
}

.question-form li{
    padding-bottom: 0;
}

.question-title{
    font-size: 30px;
    font-weight: bold;
    line-height: 76px;
    position: relative;
}

.question-title:after{
    content: "\e91e";
    font-family: 'moletai' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.1;
    font-size: 60px;
    position: absolute;
    top: 8px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(-15deg);
    margin-left: 10px;
}



.question-email a{
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 76px;
}

.question-email i{
    font-size: 44px;
    line-height: 80px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.question-email a:hover{
    text-decoration: none;
    border-bottom: 1px solid white;
}

.question-phone a{
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: 76px;
    font-family: 'PT Sans', sans-serif;
}

.question-phone a:hover{
    text-decoration: none;
    border-bottom: 1px solid white;
}

.question-phone i{
    border: 2px solid white;
    border-radius: 100%;
    padding: 7px;
    font-size: 20px;
    margin-right: 15px;
}

.objects-list li.route-link {
    font-size: 14px;
    line-height: 17px;
    min-width: 100px;
    padding: 5px;
    padding-top: 0;
    border-collapse: collapse;
    margin-bottom: 18px;
    margin-right: 6px;
}

li.route-link:hover .img-con, li.route-link.selected .img-con{
    border-color: #71d261;
    
}

li.route-link .img-con img{
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

li.route-link:hover .img-con img, li.route-link.selected .img-con img{
    opacity: 0.4;
}

li.route-link a.more-info {
    display: none
}

li.route-link.selected a.more-info {
    display: inline-block
}

a#marker-more {
    color: grey;
}

.map-back-button {
    position: absolute;

    background: white;
    padding: 25px;
    margin-top: 20px;
    margin-left: 150px;
    z-index: 100;
    cursor: pointer;
}

.route-list .map-container{
    margin-left: 0;
    width: 100%;
    margin: 0;
    top: 0px;
    height: calc(100vh);
    position: absolute;
}

.route-list #map-canvas2{
     height: 100vh;
}

.list-cont{
    z-index: 999;
    position: absolute;
    width: 351px;
    left: 0;
    padding-left: 0px;
    padding-right: 0px;
    height: calc(100vh - 72px);
    background: rgba(37, 114, 173, 0.9);
    background: linear-gradient(rgba(51, 153, 204, 0.8), rgba(51, 153, 204, 0.8)), url(https://www.infomoletai.lt/data/banners/orig/) center center no-repeat fixed;
    top: 72px;
    padding-top: 33px;
}

.list-cont .this-title {
    margin-bottom: 7px;
    line-height: 32px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255 ,255 , 0.2);
    padding-left: 16px;
    background: url(../images/icon-tourism.png) no-repeat;
    padding-left: 45px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 18px;
}

#map-listings{
    padding-top: 1px;
    padding-right: 10px;
}

body .simplebar-track.vertical{
    background: transparent;
    border-radius: 10px;
    width: 7px;
    right: 2px;
}

body ul:hover > .simplebar-track.vertical{
    background: #ffffff6b;
}

body ul:hover > .simplebar-track.vertical .simplebar-scrollbar{
    opacity: 0.7;
}

body .simplebar-track.vertical .simplebar-scrollbar{
    right: 1px;
    width: 5px;
    background: white;
    cursor: pointer;
}

.img-con .object-info{
    position: absolute;
    width: auto;
    top: 0px;
    display: inline-flex;
    background: white;
    left: 7px;
    padding: 5px 5px;
    border-top: 1px solid #ffffff80;
    font-size:  19px;
}

.trip-title{
    color: white;
    font-weight: bold;
    margin-top: 9px;
    font-size: 17px;
    padding-left: 12px;
}

.img-con{
    border: 4px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.16);
    background-color: #71d261;
    background-blend-mode: multiply;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    position: relative;
}

#map-listings .objects-list{
    max-height: calc(100vh - 303px);
    padding-bottom: 30px;
    padding-top: 6px;
}

.simplebar-scrollbar{
    width: 5px;
    background: white;
    right: 3px;
}

.simplebar-track:hover .simplebar-scrollbar{
    opacity:0.7;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear;
}

.routes-filter input{
    display: none;
}

.routes-filter label{
    color: white;
    font-size: 27px;
    padding-top: 20px;
    margin-right: 25px;
    padding-bottom: 20px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}


.routes-filter input[type="checkbox"]:checked + label{
    color: #ffee0c;
}

.filter-title{
    color: white;

}

.routes-filter > div{
    border-bottom: 1px solid rgba(255, 255 ,255 , 0.2);
}

.amount-cont-min{
    position: absolute;
    left: 16px;
    bottom: 8px;
    color: white;
}

.amount-cont-max{
    position: absolute;
    right: 16px;
    bottom: 8px;
    color: white;
}

.range-slide{
    padding-bottom: 33px;
}

.range-slide .slide{
    margin-top: 20px;
}

.ui-slider-horizontal .ui-slider-range{
    background: #ffee0c;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: #43ab48;
    border-color: #43ab48;
    outline: 0;
    width: 19px;
    height: 19px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.ui-widget-content{
    border: 0;
}

.ui-slider-horizontal .ui-slider-handle{
    top: -3px;
}

.side-menu-data .nothing-found{
    color: white;
    padding-left: 0;
    padding-top: 10px;
}

.hide-side-menu{
    position: absolute;
    top: 20px;
    right: -25px;
    width: 51px;
    height: 51px;
    background: #367eac;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 3px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    color: white;
    text-align: center;
    line-height: 51px;
    font-size: 22px;
}

.filter-side-menu{
    position: absolute;
    top: 20px;
    width: 51px;
    height: 51px;
    background: #367eac;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 3px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    color: white;
    text-align: center;
    line-height: 51px;
    font-size: 22px;
    right: 32px;
}

.filter-side-menu:hover, .hide-side-menu:hover{
    background: #6aadd8;
}

.sideClose .hide-side-menu{
    right: -51px;
}

.sideClose .hide-side-menu:before{
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hide-side-menu:before{
    display: inline-block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.side-menu {
    position: fixed;
    z-index: 9999;
    left: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.sideClose .side-menu {
    left: -351px
}

.simplebar-content{
    margin-bottom: -13px;
}

.filter-cont{
    padding-left: 10px;
    padding-right: 10px;
}

#map-listings.all-map-listings .objects-list{
    max-height: calc(100vh - 169px);
}

.all-filter{
    transition: height 0.3s ease-in-out;
    height: 0;
}

.all-filter.show{
    display: flex;
    height: calc(100vh - 168px);
    width: 100%;
}

.all-filter .simplebar-track.horizontal{
    display: none!important;
}

.all-filter .simplebar-content{
    margin-bottom: -17px;
}
.mutliSelect{
    margin-top: 23px;
}

.mutliSelect .filter-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: white;
    display: inline-block;
}

.mutliSelect .filter-clear{
    float: right;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color:white;
    cursor: pointer;
    outline: 0;
    line-height: 24px;
    padding-right: 5px;
}

.mutliSelect .filter-clear:hover{
    color: #ff9999;
}

.mutliSelect ul{
    padding: 0;
    margin: 0;
    margin-top: 6px;
}

.mutliSelect li{
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mutliSelect li input{
    display: none;
}

.mutliSelect li > label{
    color: white;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 0px 6px 0;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
}

.mutliSelect li > label i {
    font-size: 25px;
    color: white;
    margin-right: 20px;
    line-height: 26px;
    float: left;
}

.mutliSelect li > label span.selection {
    line-height: 1;
    font-size: 25px;
    cursor: pointer;
    float: right;
    padding-top: 0px;
}

.mutliSelect li > label span.selection .path1:before{
    color: rgb(225, 239, 249);
}

.mutliSelect li > label span.selection .path2:before{
    color: rgb(225, 239, 249);
}

.mutliSelect li input[type="checkbox"]:checked + label i, .mutliSelect li input[type="checkbox"]:checked + label > span{
    color: #71D261;
}

.mutliSelect li input[type="checkbox"]:checked + label span.selection .path1:before{
    color: white;
}

.mutliSelect li input[type="checkbox"]:checked + label span.selection .path2:before{
    color: #71D261;
}

.img-con .route-more{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    line-height: 214px;        
    font-size: 20px;
    z-index: -1;
    
}

.img-con .route-more a{
    text-decoration: underline;
    font-weight: bold;
    color: white;
}

 li.route-link:hover .img-con .route-more,  li.route-link.selected .img-con .route-more {
    z-index: 1;
}



@media only screen and (max-width: 60em) {

    .slider-logo img {
        display: none;
    }

    .player .player-holder .player-center h1 {
        font-size: 18px !important;
    }

    .player .player-holder .player-center h3 {
        font-size: 16px !important;
    }

    .player .player-holder .player-center center {
        padding-top: 50px !important;
    }

    .join .objects-list{
        display: initial;
    }
}

@media only screen and (max-width: 40em) {

    .player .player-holder .player-center center {
        padding-top: 30px !important;
    }

    .player .player-holder .player-center h1, h3 {
        font-size: 13px !important;
        white-space: nowrap;
    }

    .join h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 30em) {
    .content-hold .content {
        margin-left: 0 !important;
    }

    .objects-list .mix {
        display: block !important;
    }

    .objects-list-old .mix {
        display: block !important;
    }

    .title .category-name {
        font-size: 40px;
    }

    .slider-logo img {
        display: none;
    }

    .player .player-holder .player-center h1 {
        font-size: 13px !important;
        white-space: nowrap;
        padding-top: 15px;
    }

    .player .player-holder .player-center h3 {
        display: none;
    }

    .player .player-holder .player-center center {
        padding-top: 0 !important;
    }

    .player .player-holder .player-center center img {
        width: 50px;
    }

    .join h1 {
        font-size: 20px;
    }
}

.locales {
    position: relative;
}

.transparent-bg {
    position: absolute;
    z-index: 10;
    top: 23px;
    right: 50px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    cursor: pointer;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.tiny .transparent-bg {
    position: absolute;
    z-index: 10;
    top: 10px;
}

.transparent-bg:hover {
    background: rgba(30, 30, 30, .5) !important;
}

.transparent-bg:hover > .locales-drop {
    display: block;
}

.transparent-bg:hover > div img {
    display: inline-block;
}

.locales-drop {
    display: none;
}

.locales-drop img {
    display: none;
}

.locales-drop img:hover {
    opacity: 0.6;
}

.locales ul.dropdown li:first-child {
    padding-top: 5px !important;
}

.locales ul.dropdown li {
    height: auto !important;
    padding-top: 0px !important;
    border-bottom: 0 !important;
}

.locales ul.dropdown li img:hover {
    opacity: 0.6;
}

.cd-search-trigger, .cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    top: -11px;
    /* hide text */
    z-index: 3;
    transition: 500ms;
    background: url('../images/search.png') center no-repeat;
}

.tiny .cd-search-trigger, .cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    top: -12px;
    /* hide text */
    z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.cd-search-trigger span::before, .cd-search-trigger span::after {
    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
    /* hide search icon */
    opacity: 0;
}

.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
    /* show close icon */
    opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search {
    position: fixed;
    height: 50px;
    width: 100%;
    top: 70px;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search form {
    height: 100%;
    width: 100%;
    margin: 0;
}

.cd-search .close-search{
    height: 72px;
    width: 72px;
    display: inline-block;
    position: absolute;
    right: 0;
    opacity: 0.3; 
    padding-top: 19px;
    cursor: pointer;
}

.cd-search .close-search:hover {
    opacity: 1;
  }
.cd-search .close-search:before, .cd-search .close-search:after {
    position: absolute;
    left: 37px;
    content: ' ';
    height: 40px;
    width: 2px;
    background-color: #333;
}
.cd-search .close-search:before {
    transform: rotate(45deg);
  }
.cd-search .close-search:after {
    transform: rotate(-45deg);
}

.cd-search input {
    border-radius: 0;
    border: none;
    background: #ffffff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.cd-search input::-webkit-input-placeholder {
    color: #bbb;
}

.cd-search input::-moz-placeholder {
    color: #bbb;
}

.cd-search input:-moz-placeholder {
    color: #bbb;
}

.cd-search input:-ms-input-placeholder {
    color: #bbb;
}

.cd-search input:focus {
    outline: none;
}

.cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

#result-cont{
    background: white;
    z-index: -1;
    position: relative;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.result-list a{
    display: inline-block;
    width: 100%;
}

.result-list a:hover{
    text-decoration: none;
    background: #327ab229;
}

.result-list .one{
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(0, 118, 165, 0.1);
    display: inline-block;
    width: calc(100% - 20px);
    margin-right: 20px;
    min-height: 145px;
}  

.result-list > .one:last-child{
    border:0 ;
}

.result-page h1{
    font-size: 48px;
}

.result-page.search-result-block{
    padding-top: 120px;
}

.result-page .result-list{
    max-height: initial;
}

.result-content{
    padding-left: 30px;
    float: left;
    max-width: calc(100% - 90px);
}

.result-content .category{
    font-size: 14px;
    color: #666666;
}

.result-list .category-mobile{
    display: none;
    margin-bottom: 3px;
    font-size: 14px;
    color: #666666;
    position: absolute;
    top: 100px;
    width: 300px;
}



.result-content .title{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin: 0;
    float: left;
    padding-top: 12px;
}

.result-content .desc{
    font-size: 14px;
    color: #666666!important;
    padding: 0;
    text-align: left;
    margin-top: 16px;
    display: inline-block;
}

#search-paging{
    font-size: 14px;
    font-weight: bold;
}

.result-thumb{
    width: 90px;
    height: 90px;
    float: left;
    -webkit-box-shadow: 0 4px 14px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 4px 14px 0 rgba(0,0,0,.16);
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 16%);
    position: relative;
}

.result-thumb img{
    max-width: 90px;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    min-width: calc(100%);
    -o-object-fit: cover;
    object-fit: cover;
}

.result-list{
    max-height: calc(100vh - 263px);
    margin-bottom: 20px;
}

.tiny .result-list{
    max-height: calc(100vh - 241px);
}
.search-result-block, .news-list-div{
    padding: 45px 80px 39px;
    -webkit-box-shadow: 0px 4px 5px 0px #d6d6d6;
    -moz-box-shadow: 0px 4px 5px 0px #d6d6d6;
    box-shadow: 0px 4px 5px 0px #d6d6d6;
}

.news-list-div.notfound h1{
    font-size: 30px;
    font-weight: bold;
    color: #666666;
}

body .result-list:hover .simplebar-track.vertical .simplebar-scrollbar{
    background: black;
    opacity: 0.5;
}

body .result-list:hover .simplebar-track.vertical{
    background: #0000000f;
}

.nav-is-fixed .cd-search {
    position: fixed;
}

@media only screen and (max-width: 1340px) and (min-width: 1025px) {

    .pack-info .wrap .txt div, .order-box .wrap .txt div {
        display: inline-block;
        width: 49px;
    }

    .wrap.time .row, .wrap.persons .row {
        padding-right: 0px !important;
    }

    .pack-info .wrap .txt, .order-box .wrap .txt {
        padding-right: 0px;
    }

    .pack-info .wrap.duration img, .order-box .wrap.duration img {
        max-width: none !important;
        width: 49px;
    }

    .pack-info .wrap img, .order-box .wrap img {
        padding-right: 10px;
    }

    .pack-info .wrap.persons .persons-img {
        padding-left: 0 !important;
        padding-top: 5px;
        text-align: left;
        width: 54px;
    }

    .order-box .wrap.persons .persons-img {
        padding-left: 0 !important;
        padding-top: 5px;
        text-align: left;
        width: 59px;
    }

    .pack-info .counter .counter-middle, .order-box .counter .counter-middle {
        display: inline-block;
        width: 72px;
        text-align: center;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-search {
        height: 72px;
        top: 72px;
        transition: 500ms;
    }

    .cd-search.tiny {
        top: 50px;
        transition: 500ms;
    }

    .cd-search input {
        padding: 0 2em;
        font-size: 2.2rem;
        font-weight: 300;
    }

}

.pack-info .content {
    min-height: 100% !important;
    max-width: 315px;
}

.pack-info .content .order-area {
    padding: 20px 0;
    text-align: center;
}

.pack-info .content .order-area a:hover {
    text-decoration: none;
}

.pack-info .content .order-button, .order-box .content .order-button {
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    padding: 20px 0;
    border-radius: 3px;
    background: #48b14d;
    background: -moz-linear-gradient(top, #48b14d 0%, #41a846 100%);
    background: -webkit-linear-gradient(top, #48b14d 0%, #41a846 100%);
    background: linear-gradient(to bottom, #48b14d 0%, #41a846 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48b14d', endColorstr='#41a846', GradientType=0);
    max-width: 260px;
}

.order-box .content .order-button {
    margin: 20px auto;
    text-align: center;
    padding: 0;
}

.error {
    padding: 10px;
    color: red;
}

.thanks {
    font-size: 48px;
    color: #fff;
    padding-bottom: 30px;
    font-weight: bold;
}

.thanks-box {
    text-align: center;
}

.thanks-box img {
    padding-bottom: 40px;
    padding-top: 40px;
}

.thanks-box span {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.pack-info #time {
    /*margin-left: 10px;*/
}

.pack-info #time2 {
    /*margin-left: 10px;*/
}

.wrap.time .row .columns.large-86 {
    padding-right: 0px;
}

.order-box .wrap.time .row .columns.large-86 {
    padding-left: 0;
    float: left;
    width: 207px;
}

.order {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.order-box {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.pack-info .wrap .counter {
    border-radius: 0px;
    border: 1px solid #d2d2d2;
    width: 165px;
    display: inline-block;
    background-color: #fff;
    padding: 7px 10px;
    text-align: left;
    float: left;
}

.order-box .wrap .counter {
    border-radius: 0px;
    border: 1px solid #d2d2d2;
    width: 200px;
    display: inline-block;
    background-color: #fff;
    padding: 7px 10px;
    text-align: left;
    float: left;
}

.pack-info .wrap .counter input, .order-box .wrap .counter input {
    width: 28px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px;
    padding-left: 0px !important;
    color: rgb(37, 114, 173);
    font-size: 25px !important;
    height: 26px;
    margin: 0px !important;
    vertical-align: middle;
    border: 0 !important;
    padding: 0 !important;
}

.pack-info .wrap .counter input:focus, .order-box .wrap .counter input:focus {
    background-color: #fff !important;
}

.pack-info .wrap .counter img, .order-box .wrap .counter img {
    padding-right: 0 !important;
}

.pack-info .wrap .counter .x, .order-box .wrap .counter .x {
    font-weight: bold;
    color: #999999;
}

.theme-default .nivo-controlNav {
    z-index: 12;
    position: absolute;
    bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 100px;
    right: 0;
    width: 100%;
    text-align: center;
    top: inherit;
}

.slider-logo {
    position: absolute;
    left: 50%;
    z-index: 9;
    top: 0;
    margin-top: 10%;
}

.slider-logo div {
    position: relative;
    left: -50%;
}

.fancybox-close {
    top: 80px;
}

@import "compass/css3";

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

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

.arrow-bounce {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
    z-index: 5;
}

.arrow-bounce:hover {
    cursor: pointer;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

input.error {
    border: 1px solid red;
}

.order-box .content {
    min-height: 450px !important;
}

.information label.error, .rules label.error, .time label.error {
    background: #0c2b42;
    border-radius: 10px;
    position: absolute;
    top: -15px;
    left: 113px;
    line-height: normal;
    color: white;
    width: auto;
    display: table;
    border-bottom-left-radius: 0px;
    padding: 6px 15px;
    z-index: 1;
}

.time label.error {
    top: -35px;
    left: 80px;
}

.rules label.error {
    top: 2px;
}

.information label.error:before,
.order-box .content-left .information label.error:hover:before,
.rules label.error:before,
.order-box .content-left .rules label.error:hover:before,
.time label.error:before,
.order-box .content-left .time label.error:hover:before {
    content: "\A";
    border-style: solid;
    border-width: 10px 10px 0px 0 !important;
    border-color: transparent #0c2b42 transparent transparent !important;
    position: absolute;
    left: -10px;
    bottom: 0;
}

.order-box input[type="submit"] {
    color: #fff;
    padding: 2px 15px 6px;
    border: 0px solid #4e4e86;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 57px;
    width: 100%;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .pack .date {
        padding: 5px 5px 10px 5px !important;
    }

    .news-list .one .photo .day span {
        font-size: 16px;
        color: white;
    }

    .pack .date .day {
        font-size: 17px !important;
    }

    .pack .date .month {
        font-size: 13px !important;
    }

    .slider-logo div img {
        width: 80%;
    }

    .pack-info .questions .email {
        font-size: 18px !important;
    }

    .pack-info .questions .phone {
        font-size: 18px !important;
    }

    .pack-info .questions img {
        width: 40px !important
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1250px) {
    .pack-info .questions .ask {
        font-size: 24px;
    }

    .pack-info .questions .phone {
        font-size: 24px !important;
    }

    .pack-info .questions .phone img {
        padding-right: 5px;
    }

    .pack-info .questions .email img {
        padding-right: 5px;
    }

    .pack-info .wrap {
        padding-left: 10px;
    }

    .slider-logo div img {
        width: 60%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1120px) {
    .pack-info .questions .phone img {
        display: none;
    }

    .pack-info .questions .email img {
        display: none;
    }

    .pack-info #time {
        max-width: 148px !important;
    }

    .pack-info #time2 {
        max-width: 148px !important;
    }

    .pack-info .wrap .counter {
        width: 148px;
    }

    .slider-logo {
        display: none;
    }

    .pack-info .wrap.house .house-img, .order-box .wrap.house .house-img {
        padding-right: 5px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {

    .question-title, .question-email i, .question-email a{
        line-height: 55px;
    }

    .element {
        padding: 0 15px;
    }

    .pack-info .questions {
        padding-bottom: 100px;
    }

    .pack-info .questions .ask {
        padding-left: 30px !important;
        padding-bottom: 15px;
        text-align: center;
    }

    .pack-info .questions .phone {
        padding-left: 30px !important;
    }

    .pack-info .questions .email {
        padding-left: 30px !important;
    }

    .pack-info .wrap {
        padding-left: 0px !important;
        text-align: center;
    }

    .pack-info .wrap.duration .clock-days {
        padding-left: 25px !important;
    }

    .pack-info .wrap.house .house-cont {
        padding-left: 25px !important;
    }

    .pack-info .wrap .counter {
        width: 125px;
    }

    .pack-info .wrap.persons .persons-cont {
        margin-left: 5px;
        width: auto;
        float: initial;
    }

    .slider-logo {
        display: none;
    }

    .pack .date .month {
        font-size: 13px !important;
    }

    .pack .date .day {
        font-size: 18px !important;
    }

    .news-list .one .photo .day span {
        font-size: 15px;
        color: white;
    }

    .pack-info .order {
        float: initial;
    }

    .pack-info .order .top, .order .corners.blue, .pack-info .content {
        max-width: initial;
        margin: auto;
    }

    .pack-info .wrap.duration .clock {
        padding-left: 0 !important;
        text-align: center;
    }

    .pack-info .wrap .txt {
        padding-top: 7px;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .pack-info .wrap.house img, .order-box .wrap.house img {
        max-width: none !important;
        float: initial;
        margin-right: 4px;
        padding-top: 3px;
    }

    .pack-info .wrap.house .house-img, .order-box .wrap.house .house-img {
        float: initial;
    }

    .pack-info .wrap.house .house-img {
        padding-left: 0 !important;
        text-align: center;
        padding-right: 0px;
    }

    .order-box .wrap.house .house-img {
        padding-left: 0 !important;
        text-align: left;
        padding-right: 0px;
        width: 100%;
    }

    .pack-info .order .wrap.persons .persons-img {
        padding-left: 0 !important;
        padding-top: 5px;
        text-align: center;
        float: initial;
        display: inline-block;
    }

    .pack-info .wrap .txt div, .order-box .wrap .txt div {
        width: 56px;
        display: inline-block;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .pack .date {
        padding: 10px 10px 10px 3px !important;
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .pack-info .order {
        float: none;
    }
}

@media only screen and (max-width: 700px) {
    .pack .date {
        padding: 6px 1px 10px 1px !important;
        width: 100%;
    }

    .result-content{
        padding-left: 30px;
        float: left;
        max-width: calc(100% - 90px);
    }

    .result-content .category {
        display: none;
    }
    .result-list .category-mobile {
        display: block;
    }

}

@media only screen and (max-width: 640px) {

    .pack .date {
        padding: 10px 10px 13px 3px !important;
        width: 100%;
        max-width: 126px;
    }

    .question-title, .question-email i, .question-email a{
        line-height: 55px;
    }

    .pack-info ul {
        margin-left: 0 !important;
        font-size: 15px !important;
    }

    .element {
        padding: 0 10px;
    }

    .view-object .main-title {
        line-height: 30px;
    }

    .pack-info .questions {
        padding-bottom: 150px;
    }

    .pack-info .questions .phone {
        padding-left: 30px !important;
    }

    .pack-info .questions .email {
        padding-left: 30px !important;
        padding-bottom: 15px;
    }

    .pack-info .questions .ask {
        padding-left: 30px !important;
        padding-bottom: 15px;
    }

    .theme-default .nivoSlider img {
        height: 236px !important;
        width: auto !important;
    }

    .slider-logo {
        display: none;
    }

    .small-15.menu-mobile {
        width: 72px;
    }

    .order-box {
        min-width: unset;
        min-height: unset;
    }

    .order-box .content {
        width: 95%;
        float: none;
        border-left: 1px solid #e8e8e8;
        margin: 0 auto;
    }

    .fancybox-wrap {
        width: 95% !important;
        left: 2.5% !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }

    .order-box .content-left {
        padding-bottom: 30px;
    }

    .order-box .content-left .wrap input, .order-box .content-left .wrap textarea {
        width: 100%;
    }

    .order-box .content-left {
        width: 100%;
    }

    .fancybox-close {
        right: 0;
        top: 0;
    }

    .travel-objects .news-list .one .photo .month {
        font-size: 15px !important;
    }

    .travel-objects .news-list .one .photo .day {
        font-size: 20px !important;
    }

    .news-list .one .photo .day span {
        font-size: 20px;
        color: white;
    }

    .pack-info .order .top, .order .corners.blue, .pack-info .content {
        max-width: initial;
        margin-left: 0;
    }

    .pack-info .wrap.duration .clock, .order-box .wrap.duration .clock {
        padding-left: 0 !important;
        text-align: center;
    }

    .pack-info .wrap .txt, .order-box .wrap .txt {
        padding-top: 7px;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;

    }

    .pack-info .wrap.house img, .order-box .wrap.house img {
        max-width: none !important;
        float: initial;
        margin-right: 4px;
        padding-top: 3px;
    }

    .pack-info .wrap.house .house-img, .order-box .wrap.house .house-img {
        float: initial;
    }

    .pack-info .wrap.house .house-img, .order-box .wrap.house .house-img {
        padding-left: 0 !important;
        text-align: center;
        padding-right: 0px;
    }

    .pack-info .wrap.persons .persons-img, .order-box .wrap.persons .persons-img {
        padding-left: 0 !important;
        padding-top: 5px;
        text-align: center;
        float: initial;
        display: inline-block;
    }

    .order-box .wrap.persons .persons-img {
        padding-right: 0px;
        width: 62px;
        text-align: right;
    }

    .pack-info .wrap .txt div, .order-box .wrap .txt div {
        width: 56px;
        display: inline-block;
        padding-right: 15px;
    }

    .pack-info .wrap.persons .persons-cont {
        margin-left: 5px;
        width: auto;
        float: initial;
    }

    .pack-info .wrap, .order-box .wrap {
        padding-left: 0px;
        border-bottom: 1px solid #e8e8e8;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #2572ad;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .order-box .wrap .counter {
        text-align: center;
        float: initial;
    }
}

@media only screen and (max-width: 480px) {
    .pack .date {
        padding: 10px 5px 10px 5px !important;
    }

    .travel-objects .news-list .one .photo .month {
        font-size: 13px !important;
    }

    .travel-objects .news-list .one .photo .day {
        font-size: 17px !important;
        margin-top: 0px;
    }

    .news-list .one .photo .day span {
        font-size: 14px;
        color: white;
    }
}

@media only screen and (min-width: 90.063em) {
    .cd-slider-controls {
        margin-bottom: 65px !important;
    }

    .pack-info .wrap.time {
        padding-left: 20px !important;
    }

    .pack-info .wrap.time {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 1320px) {
    #top-nav li, .header.tiny #top-nav li {
        font-size: 14px;
        padding: 0 10px;
    }

    .cd-search-trigger {
        margin-right: 30px;
    }

    .header .menu{
        padding-right: 0!important;
    }

    .transparent-bg{
        right: 20px;
    }

    .header .menu .locales{
        width: 0;
    }


}

@media only screen and (max-width: 1270px) {
    #top-nav li, .header.tiny #top-nav li {
        font-size: 14px;
        padding: 0 10px;
    }

    .cd-search-trigger {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 1270px) {
    #top-nav li, .header.tiny #top-nav li {
        font-size: 14px;
        padding: 0 10px;
    }

    .cd-search-trigger {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 1150px) {

}

.fancybox-overlay.fancybox-overlay-fixed .fancybox-inner {
    height: auto !important;
}
.hidden{
    display:none !important;
}

.events-calendar a:hover {
    color: #ff4e50;
}

.pagination li a.ajax-pgng-events {
    padding: 9px 15px;
    color: #fff;
    border: 0;
    font-size: 15px;
    background: #FE4E50;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}


.pagination li a.ajax-pgng-events:hover {
    text-decoration: none;
    background: #fff;
    color: #FE4E50;
}

.with-top-padding{
    padding-top: 77px;
}

/* events */
.content-hold > .events{
    padding-top: 77px;
} 

.events-list {
    min-height: 10vh;
    /* margin-top: 77px; */
}

.events-list .row.paging {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.events-list .row.paging .small-100.columns {
    position: relative;
    left: -50%;
}

.event-list-cont .month-temp {
    display: inline-block;
}

.event-container .back-to-list {
    padding: 9px 15px;
    color: #fff;
    font-size: 15px;
    background: #FE4E50;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.event-container .back-to-list:hover {
    text-decoration: none;
    background: #fff;
    color: #FE4E50;
}

.event-container .backlink {
    margin-bottom: 25px;
}

.event-list-cont .print {
    padding: 10px 2px 10px 5px;
    color: #989898;
    text-decoration: none;
}

.event-list-cont .print:hover {
    color: #8ebe56;
}

.event-list-cont .year-list div.testiniai {
    padding-bottom: 15px;
    font-style: italic;
}

.event-list-cont .year-list div.month-name {
    padding-bottom: 15px;
    font-weight: bold;
}

.event-list-cont .year-list table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.event-list-cont .year-list a,
.event-list-cont .year-list a:active,
.event-list-cont .year-list a:visited {
    color: #4e4e4e;
}

.event-list-cont .year-list a:hover {
    color: #ff4e50;
}

.custom-fancybox-close {
    top: 23px !important;
}

.event-list-cont .year-list table tr th {
    border: 1px #E8E8E8 solid;
    background: #FE4E50;
    color: #fff;
    padding: 12px 15px;
}

.event-list-cont .year-list table tr td {
    border: 1px #E8E8E8 solid;
    padding: 12px 15px;
}

.event-list-cont .events-list .one a {
    text-decoration: none;
}

.event-list-cont .events-list .one .photo {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.event-list-cont .events-list .one .photo .event-image {
    width: 100%;
}

.event-list-cont .events-list .one .photo .date .month {
    display: table-cell;
    vertical-align: middle;
}

.event-list-cont .events-list .one .photo .date {
    display: table;
    min-height: 40px;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    width: auto;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    background-color: #8ebe56;
    font-size: 14px;
    min-width: 0;
    transition-property: min-width;
    transition-duration: 0.4s;
}

.event-list-cont .events-list .one:hover .photo .date {
    min-width: 100.2%;
}

.sidebar .year-list ul {
    list-style-type: none;
    margin-left: 0;
}

.sidebar .year-list ul li {
    padding-top: 15px;
    color: #4e4e4e;
}

.sidebar .year-list ul li:hover a {
    color: #ff4e50;
}

.showCats:hover,
.showPlaces:hover {
    text-decoration: none;
}

.event-list-cont .events-list .one .photo .date.today {
    background-color: #fbd324 !important;
    color: #ff4e50 !important;
}

.event-list-cont .events-list .one .photo .date .day {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 6px;
}

.event-list-cont .events-list .one .name {
    padding-top: 5px;
    color: #666;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    word-wrap: break-word;
}

.event-list-cont .events-list .one .photo {
    display: flex;
    margin-bottom: 0;
}

.event-list-cont .events-list .one .photo figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.event-list-cont .events-list .one .photo figure img {
    max-width: 100%;
    display: block;
    position: relative;
    transition: transform 0.4s;
}

.event-list-cont .events-list .one .photo .overphoto {
    position: absolute;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    top: 0;
    margin: 0;
}

.event-list-cont .events-list .one .recommended {
    text-transform: uppercase;
    padding: 2px 12px;
    text-align: center;
    background: #8459E6;
    color: #fff;
    height: auto;
    width: 100%;
    font-family: inherit !important;
    font-size: 15px;
}

.event-list-cont .events-list .one .category {
    padding: 2px 5px;
    color: #fff;
    height: auto;
    width: 100%;
    font-family: inherit !important;
    font-size: 14px;
}

.event-list-cont .events-list .one .category.default-cat-block {
    background-color: rgba(0, 0, 0, 0.7);
}

.event-list-cont .grid-item {
    margin-bottom: 15px;
}

.event-list-cont .events-list .one .photo .figcaption {
    padding-left: 12px;
    padding-right: 12px;
    background: #424242;
    overflow: hidden;
    align-items: stretch;
    color: #fff;
    height: 0;
    width: 100%;
    opacity: 0.9;
    font-family: inherit !important;
    font-size: 13px;
}

.event-list-cont .events-list .one .photo .figcaption div {
    padding-top: 2px;
}

.event-list-cont .events-list .one .free-event {
    text-transform: uppercase;
    padding: 2px 12px;
    text-align: center;
    color: #fff;
    background: #8FBE56;
    width: 100%;
}

.event-list-cont .print:hover {
    color: #8ebe56 !important;
}

.event-list-cont .print:hover div {
    color: #8ebe56 !important;
}

.event-list-cont .events-list .one .photo .absolute-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.event-container.pop-up {
    position: absolute !important;
}

.sidebar .year-list ul {
    cursor: pointer;
    padding-top: 10px;
}

.sidebar .year-list {
    padding-left: 0 !important;
}

.sidebar .categories-filter {
    padding-top: 15px;
    padding-left: 0 !important;
}

.sidebar .price-filter,
.sidebar .places-filter {
    padding-top: 15px;
    padding-left: 0 !important;
}

.event-list-cont .year-list a.print {
    position: absolute;
    top: 3px;
    right: 30px;
}

.event-list-cont .year-list .main-title {
    margin-bottom: 15px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #989898;
}

.event-content .email-form label,
.place-content .email-form label {
    cursor: default;
    color: #FC525B;
    font-weight: bold;
    font-size: 16px;
    padding: 3px 0;
}

.event-content .email-form textarea,
.place-content .email-form textarea {
    color: #000000;
    width: 100%;
    font-weight: normal;
    margin-bottom: 15px;
    border: 1px #EDEDED solid;
    box-shadow: none;
    outline: none;
    padding: 7px 8px;
}

.event-content .email-form input,
.place-content .email-form input {
    color: #000000;
    width: 100%;
    font-weight: normal;
    margin-bottom: 15px;
    border: 1px #EDEDED solid;
    box-shadow: none;
    outline: none;
    padding: 5px 8px;
}

.event-content .email-form input:focus, textarea:focus,
.place-content .email-form input:focus, textarea:focus {
    background: #fff;
    border: 1px #EDEDED solid;
    box-shadow: none;
    outline: none;
}

.event-content .email-form input:hover, textarea:hover,
.place-content .email-form input:hover, textarea:hover {
    background: #fff;
    border: 1px #EDEDED solid;
    box-shadow: none;
    outline: none;
}

.event-content .email-form input.send-email,
.place-content .email-form input.send-email {
    background: #8ebe56;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    height: 45px;
}

.event-content .email-form input.send-email:hover,
.place-content .email-form input.send-email:hover {
    color: #8ebe56;
    border: 1px #8ebe56 solid;
    background: #fff;
}

.event-content .email-form input.send-email:active,
.place-content .email-form input.send-email:active {
    outline: none;
    border: none;
    box-shadow: none;
}

.event-content .email-form,
.place-content .email-form {
    background: #E8E8E8;
    margin-top: 15px;
    padding: 15px 15px 0 15px;
    display: block;
    outline: none;
}

.place-content .email-form {
    background: #E8E8E8;
    margin-top: 15px;
    margin-left: 2%;
    margin-bottom: 14px;
    padding: 15px 15px 0 15px;
    display: block;
    outline: none;
}

.event-content .email-form form,
.place-content .email-form form {
    margin-bottom: 0;
}

.event-content .ticket li.price-extra-info .more-info-text:after {
    bottom: 100%;
    left: 21px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f9d423;
    border-width: 10px;
    margin-left: -10px;
}

.event-content .ticket li.price-extra-info .more-info-text {
    display: none;
    background-color: #f9d423;
    position: absolute;
    left: 5px;
    font-size: 14px;
    top: 73px;
    padding: 10px 60px 0px 20px;
    z-index: 2;
}

.event-content .location ul,
.event-content .ticket ul {
    margin-bottom: 5px;
    margin-top: 5px;
}

.event-content .ticket li.price-extra-info .more-info-text p {
    font-size: 14px;
}

.event-content .location {
    margin-top: 15px;
}

.event-content .location ul {
    margin-top: 10px;
    line-height: 1.4;
    padding-top: 5px;
    list-style: none;
    margin-left: 0;
}

.event-content .location ul li.name {
    font-weight: bold;
    font-size: 18px;
}

.event-content .location ul li a:visited {
    color: #4e4e4e;
    text-decoration: none;
}

.event-content .location ul li a:hover {
    color: #ff4e50;
    text-decoration: none;
}

.event-content .event-button-reverse .ltic2-icon-ticket {
    color: #8ebe56;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.place-content .event-button-reverse .ltic2-icon-map-o,
.event-content .event-button-reverse .ltic2-icon-map-o {
    color: #8ebe56;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.place-content .event-button-reverse,
.event-content .event-button-reverse {
    cursor: pointer;
}

.event-content .event-button-reverse .ltic2-icon-kalendorius {
    color: #8ebe56;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.event-content .location .ltic2-icon-vieta {
    color: #8ebe56;
    font-size: 38px;
    display: inline-block;
}

.event-content .left {
    padding: 0;
}

.event-content .ticket ul {
    margin-top: 10px;
    line-height: 1.4;
    padding-top: 5px;
    list-style: none;
    margin-left: 0;

}

.event-content .ticket ul li.price {
    font-weight: bold;
    font-size: 18px;
}

.event-content .ticket ul li.price_free {
    color: #4AA34C;
    text-transform: uppercase;
    font-weight: bold;
}

.event-content .ticket span.price {
    font-size: 20px;
    color: #EB5362;
}

.no-padding {
    padding: 0;
}

.event-content .event-button,
.event-content .event-button:active,
.event-content .event-button:focus {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #4e4e4e;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-weight: bold;
    background: #fff;
    border-radius: 4px;
    border: 1px #dddddd solid;
    zoom: 1;
}

.event-content .social-sharing:hover,
.place-content .social-sharing:hover,
.event-content .social-sharing.selected,
.place-content .social-sharing.selected {
    color: #8ebe56 ;
}

.event-content .social-sharing.print,
.place-content .social-sharing.print {
    color: #989898;
    text-decoration: none;
}

.place-content .photo {
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0;
    padding-bottom: 0;
}

.event-content .social-sharing.print:hover,
.place-content .social-sharing.print:hover {
    color: #8ebe56;
}

.event-content .sharing,
.place-content .sharing {
    padding-top: 15px !important;
    display: inline-block;
}

.event-content .social-sharing.email .ltic2-icon-email-1,
.place-content .social-sharing.email .ltic2-icon-email-1 {
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;

}

.event-content .social-sharing .text,
.place-content .social-sharing .text {
    display: inline-block;
    padding: 7px 2px;
}

.event-content .social-sharing.print .ltic2-icon-print,
.place-content .social-sharing.print .ltic2-icon-print {
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;

}

.year-list .ltic2-icon-print {
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;
    color: #989898;
}

.year-list .ltic2-icon-print:hover {
    color: #8ebe56;
}

.event-content .social-sharing.email,
.place-content .social-sharing.email {
    color: #989898;
    text-decoration: none;
}

.event-content .social-sharing.email:hover,
.place-content .social-sharing.email:hover {
    color: #8ebe56;
}

.event-content .event-button:hover,
.event-content .event-button.selected {
    color: #fff;
    background: #8ebe56;
}

.event-content .social-sharing,
.event-content .social-sharing:active,
.event-content .social-sharing:focus,
.place-content .social-sharing,
.place-content .social-sharing:active,
.place-content .social-sharing:focus {
    padding: 0 3px;
    text-decoration: none;
    color: #989898;
}

.event-content .social-sharing:hover {
    color: #8ebe56;
    text-decoration: none;
}

.event-content .social-sharing.opacity:hover {
    opacity: .5;
}

.place-content .event-button-reverse,
.place-content .event-button-reverse:active,
.place-content .event-button-reverse:focus,
.event-content .event-button-reverse,
.event-content .event-button-reverse:active,
.event-content .event-button-reverse:focus {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 3px 0 0 0;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #4e4e4e !important;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-weight: bold;
    background: #fff !important;
    border-radius: 3px;
    border: 1px #dddddd solid;
    zoom: 1;
}

.place-content .event-button-reverse:hover,
.place-content .event-button-reverse.selected,
.event-content .event-button-reverse:hover,
.event-content .event-button-reverse.selected {
    color: #4e4e4e !important;
    -webkit-box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 6px -2px rgba(0, 0, 0, 0.75);
}

.event-content .dates ul {
    margin-top: 10px;
    line-height: 1.4;
    padding-top: 5px;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;

}

.event-content .section-nav {
    padding: 35px 60px;
    background: #989898;
    border-top: 1px #e8e8e8 solid;
}

.event-content .showAllDates:hover {
    text-decoration: none;
}

.event-content .dates ul li.main_date {
    font-weight: bold;
    font-size: 18px;
}

.event-content .desc {
    padding-top: 15px;
    padding-left: 5px;
    word-wrap: break-word;
}

.place-content ul.info,
.place-content ul.worktime {
    list-style: none;
    margin-left: 0;
    margin-top: 15px;
    padding-left: 0 !important;
}

.place-content ul.info:empty {
    display: none;
}

.place-content a,
.event-content a {
    color: #4e4e4e ;
}

.place-content a:hover,
.event-content a:hover {
    color: #EB5362;
}

.place-content ul.info li a:hover {
    text-decoration: none;
    color: #EB5362 !important;
}

.place-content .ltic2-icon-darbo-laikas,
.place-content .ltic2-icon-envelope-o,
.place-content .ltic2-icon-monitor,
.place-content .ltic2-icon-phone,
.place-content .ltic2-icon-location,
.event-content .ltic2-icon-contacts,
.event-content .ltic2-icon-envelope-o,
.event-content .ltic2-icon-monitor,
.event-content .ltic2-icon-phone,
.event-content .ltic2-icon-facebook {
    padding-right: 2px;
    color: #EB5362;
    display: inline-block;
}

.event-content span.more,
.place-content span.more {
    font-size: 18px;
}

.event-content .atc-style-green {
    margin-top: 10px !important;
}

.event-content .more-info {
    padding-top: 25px !important;
    padding-bottom: 20px !important;
}

.place-content .more-info {
    padding-top: 25px !important;
}

.event-content .more-info-link:hover {
    text-decoration: none;
}

.event-content .more-info ul {
    line-height: 1.4;
    padding-top: 5px;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.place-content .more-info ul li a:hover {
    color: #4e4e4e !important;
    text-decoration: underline !important;

}

.event-content .photo {
    background: #E8E8E8;
    padding: 0;
}

.event-container .map-cont {
    height: 400px;
    margin-bottom: 25px;
}

.place-content .mini-photos .small-pic {
    padding-left: 3px;
    padding-right: 3px;
}

.event-content .photo a{
    background: #E8E8E8;
}
.place-content .photo a {
    background: #E8E8E8;
    width: 100%;
}

.place-content .photo a img {
    width: 100%;
}

.event-content .mini-photos,
.place-content .mini-photos {
    padding: 0;
}

.event-content .mini-photos div {
    padding: 2px 1px;
}

.place-content .mini-photos div {
    padding: 8px 0;
}

.event-content .mini-photos a,
.place-content .mini-photos a {
    text-align: center;
}

.event-content .mini-photos a div.more_photos,
.place-content .mini-photos a div.more_photos {
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
    font-size: 27px;
    font-weight: bold;
    position: absolute;
    top: 30%;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 500;
}

.event-content .mini-photos .no-padding-left,
.place-content .mini-photos .no-padding-left {
    padding-left: 0 !important;
}

.event-content .mini-photos .no-padding-right,
.place-content .mini-photos .no-padding-right {
    padding-right: 0 !important;
}

.place-content .photos {
    padding-bottom: 15px;
}

.event-content .main-title,
.place-content .main-title {
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #4e4e4e;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.event-navigation.big {
    z-index: 15003;
    position: fixed;
    top: 36%;
}

.event-navigation.big.right {
    left: 50%;
    margin-left: 425px;
}

.event-navigation.big.left {
    right: 50%;
    margin-right: 444px;
}

.event-navigation {
    cursor: pointer;
    background: #fff;
}

.event-navigation .arrow {
    color: #8ebe56;
    padding-top: 30px;
    font-size: 27px;
    height: 87px;
    text-align: center;
    transition-property: all;
    transition-duration: 0.2s;
}

.event-navigation .date .month {
    display: table-cell;
    vertical-align: middle;
}

.event-navigation .date {
    display: table;
    min-height: 40px;
    min-width: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    width: auto !important;
    height: auto;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    background-color: #8ebe56;
    font-size: 14px;
}

.event-navigation:hover .arrow {
    color: #fff;
    background: #8ebe56;
}

.event-navigation .image-cont {
    height: 87px !important;
    width: 140px !important;
    overflow: hidden;
}

.event-navigation .image {
    width: 100%;
    height: auto;
}

.event-navigation .date {
    width: 100%;
    height: auto;
}

.place-content.shadow,
.event-content.shadow {
    box-shadow: 0 1px 3px 1px rgba(204, 204, 204, 1);
}

.event-content h1.main-title {
    margin-top: 0 !important;
    padding: 0 !important;
}

.place-content h1.main-title {
    margin-top: 0 !important;
    padding: 14px 2% 0 2% !important;
}

.sidebar {
    padding-bottom: 20px;
}

.sidebar .title {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

.sidebar ul {
    list-style: disc;
    margin-left: 15px;
}

.sidebar ul li {
    padding-bottom: 0;
    padding-top: 0;
}

.sidebar ul li a {
    color: #4e4e4e;
}

.sidebar ul li a:hover {
    color: #ff4e50;
    text-decoration: none;
}

.sidebar ul.categories {
    list-style-type: none;
    line-height: 22px;
    margin-bottom: 0;
    margin-left: 0;
}

.sidebar ul.categories li {
    margin-bottom: 9px;
    cursor: pointer;
}

.sidebar ul.categories li:hover a {
    color: #ff4e50;
}

.sidebar ul.price_type,
.sidebar ul.places {
    margin-left: 0;
    line-height: 22px;
    margin-bottom: 0;
    list-style-type: none;
}

.sidebar ul.price_type li,
.sidebar ul.places li {
    margin-bottom: 9px;
    cursor: pointer;
}

.sidebar li .ikona {
    color: #989898;
    padding-right: 30px;
}

.sidebar li.selected .ikona {
    color: #ff4e50;
}

.sidebar ul.price_type li:hover,
.sidebar ul.places li:hover {
    color: #ff4e50;
}

.sidebar ul.price_type li:hover a,
.sidebar ul.places li:hover a {
    color: #ff4e50;
}

.sidebar li.selected a {
    color: #ff4e50;
}

.event-content .section,
.place-content .section {
    border-top: 1px #e8e8e8 solid;
    padding-top: 10px;
}

.month-block table{
    width: 100%;
}

.month-block table th,
.month-block table td{
    display: inline-block;
}

.simplebar-content{
    overflow-x: initial!important;
}

.map-cont.custom-map .iw-content{
    width: 212px;
    height: 123px;
    overflow: hidden;
    position: absolute;
    left: -3px;
}

.mobile-menu img{
    float: left;
    padding-left: 20px;
}

@media only screen and (max-width: 980px) {
    .header .menu{
        display:  none;
    }

    .header .logo{
        max-width:  initial;
    }

    .menu-mobile{
        width: 72px;
    }

    .cd-search .close-search{
        padding-top: 4px;
    }

}

@media only screen and (min-width: 40.063em) {

    .mobile-filter-map-content{
        display: none;
    }

    .place-content .desc {
        padding-left: 18px !important;
    }

    .place-content .photo {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    span.other-event-title {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
    }

    .place-content {
        overflow: visible;
        background: white;
        padding: 13px !important;
    }

    .event-content {
        overflow: visible;
        background: white;
        margin-bottom: 25px;
        padding: 27px !important;
    }

    .mobile-horizontal-padding {
        padding-bottom: 12px !important;
    }

    .medium-padding-bottom-3 {
        padding-bottom: 3px !important;
    }

    .mobile-vertical-padding.only-top {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 40.063em) {

    .side-menu{
        position: fixed;
        left: -100%;
    }

    .side-menu.show-side{
        position: fixed;
        left: 0%;
    }

    .side-menu-data .this-title{
        display: none; 
    }

    .hide-side-menu, .filter-side-menu{
        display: none;
    }

    .list-cont{
        width: 100%;
    }

    #map-listings{
        display: none;
    }

    #map-listings.show{
        display: block;
    }

    .all-filter.show{
        height: calc(100vh - 105px);
        overflow-y: scroll;
        padding-bottom: 70px;
    }

    .all-filter .simplebar-scroll-content{
        overflow: initial;
        min-width: 100%;
        width: 100%;
    }
    .simplebar-content{ 
        overflow: initial!important;
    }

    .simplebar-scroll-content{
        padding: 0!important;
        margin: 0!important;
    }

    body .simplebar-track.vertical{
        display: none!important;
    }

    .all-filter .simplebar-track.horizontal{
        display: none!important;
    }

    #map-listings.all-map-listings .objects-list{
        max-height: calc(100vh - 106px);
        padding-bottom: 0;
    }
    
    #map-listings.all-map-listings .objects-list .simplebar-content{
        padding-bottom: 70px!important; 
    }


}

@media only screen and (max-width: 64em) {

    .search-result-block, .news-list-div{
        padding: 30px 25px 39px;
    }

    .result-list{
        max-height: calc(100vh - 224px); 
    }

    .mobile-horizontal-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mobile-vertical-padding {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .mobile-vertical-padding.only-top {
        padding-bottom: 0 !important;
    }

    .no-large-padding-bottom {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 40em) {
    

    .content-hold .content{
        margin: 0!important;
    }

    .place-content ul.info {
        margin-bottom: 0;
    }

    .event-container {
        padding-top: 0 !important;
    }

    .no-mobile-top-padding {
        padding-top: 0 !important;
    }

    span.other-event-title {
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
    }

    .place-content h1.main-title {
        position: relative;
        top: 20px;
        margin: 0 !important;
        padding: 10px 15px 15px 15px !important;
        font-size: 24px;
        line-height: 26px !important;
    }

    .event-content h1.main-title {
        position: relative;
        top: 20px;
        margin: 0 !important;
        padding: 10px 15px 0 15px !important;
        font-size: 24px;
        line-height: 26px !important;
    }

    .event-content .desc {
        padding-top: 35px !important
    }

    .mobile-vertical-padding.only-top {
        padding-bottom: 20px !important;
    }

    .place-content {
        overflow: visible;
        background: white;
        padding: 0 !important;
        margin-bottom: 25px;
    }

    .place-content .photo {
        padding: 0;
    }

    .event-content {
        overflow: visible;
        background: white;
        margin-bottom: 25px;
        padding: 0 !important;
    }

    .event-content .email-form,
    .place-content .email-form {
        padding: 15px 15px 0 15px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .event-content .social-sharing.print,
    .place-content .social-sharing.print {
        display: none;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {

    .event-content .email-form,
    .place-content .email-form {
        padding: 15px 15px 0 15px !important;
        margin-bottom: 0 !important;
        margin-top: 12px !important;
    }

    .medium-padding-bottom-3 {
        padding-bottom: 3px !important;
    }
}


 .track{
     font-weight:bold;
     padding:25px 30px;
     color:#A7A7A7;
 }
.track i,
.track span{
    font-size:18px;
}
.track span{
    margin-left:40px;
}
.margin-top-40{
    margin-top:40px;
}

.route-card-name{
    background:  #367eac;
    border:  2px solid white;
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
    color: white;
    height: 23px;
    padding: 2px 10px;
    width: auto;
    float: left;
    position: absolute;
    top: 3px;
    left: 3px;
}

.route-card-name.green{
    background: #2BB44C;
}

.route-card-name span{
    font-weight:  bold;
}

.inside-container .btn.btn-default{
    font-size: 16px;
    font-weight: bold;
    color: #2778b1;
    border: 1px dashed #b0bec5;
    padding: 20px 0;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.view-object .info h4{
    color: #2572ad;
    font-weight:  bold;
    margin-bottom:  44px;
    padding-left: 15px;
}

.view-object .info.gallery h4{
    margin-bottom: 34px;
}

.booking, .tripadvisor{
    margin-top: 9px;
    float:  left;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    margin-bottom:  40px;
}

.property-list{
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    display:  grid;
    grid-template-columns: auto auto auto;
    max-width:  900px;
    grid-gap:20px 10px ;
    margin-bottom: 48px;
}

.property-list .property span{
    color: #2572ad;
    font-size:  26px;
    margin-right:  10px;
}

.property-list .property{

}

body .gm-ui-hover-effect{
    background: white!important;
}

body .gm-ui-hover-effect img{
    margin: 0!important;
}

.gm-ui-hover-effect > span {
  margin: 0 !important;
}

.objects-list a.years-calendar{
    color: #3377A7;
    font-size: 14px;
    margin-left: 32px;
    line-height: 20px;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 1px solid #3377A7;
}

.index-widgets .objects-list a.years-calendar{
    margin-left: 42px;
}

.objects-list a.years-calendar:before{
    position: absolute;
    left: 15px;
    font-size: 22px;
}

.index-widgets .objects-list a.years-calendar:before{
    left: 25px;
}

.objects-list a.years-calendar:hover{
    color: #71d261;
    border-color: #71d261;
}

.events-list.objects-list a.print{
    background: #3377A7;
    color: white;
    border-radius: 5px;
    padding: 12px 19px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    margin-top: 30px;
}

.years-list{
    max-width: 886px;
}

.events-list.objects-list .month-name{
    color: #666666;
    font: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.events-list.objects-list table{
    background: none;
    border: solid 0px #dddddd;
    margin-bottom: 45px;
}

.events-list.objects-list table tr{
    border-bottom: 1px solid #666666;
    background: none;
}

.events-list.objects-list table tr th,.events-list.objects-list table tr td{
    text-align: left;
    padding-left: 0;
    color: #666666;
}

.iw-content img{
    margin: 0 !important;
    max-width: inherit;
    height: 100%;
    min-width: calc(100%);
    -o-object-fit: cover;
    object-fit: cover;
}

.iw-content img + span{
    position: absolute;
    bottom: 5px;
    background: #ffffffd6;
    border-radius: 5px;
    left: 5px;
    margin-right: 3px;
    bottom: 2px;
    padding: 5px 10px;
}

@media print { 
    .content-hold .content{
        margin-left: 0!important;
    }

    .content-hold .side-menu{
        display: none;
    }

    .years-list{
        margin-left: 0!important;
        margin-top: 0;
    }

    .years-list table{
        width: 100%;
    }

    .footer-bg{
        display: none;
    }

    .month-block{
        page-break-inside: avoid;
    }
}

.mobile-filter-map-content{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

.mobile-filter-map-content > div{
    width: 59px;
    height: 59px;
    color: white;
    border-radius: 2px;
    background: #367EAC;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.35);
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    float: left;
    cursor: pointer;
} 

.mobile-filter-map-content > div.open-filter,
.mobile-filter-map-content > div.open-list{
    background: #71d261;
}



.mobile-filter-map-content > div:first-child{
    margin-right: 0;
}

.header{
    height: 72px;
}

body .small-15.menu-mobile{
    width: auto;
    height: 59px;
    padding: 0;
    margin-top: -6px;
    margin-right: 7px;
}

body .tiny .small-15.menu-mobile{
    height: 50px;
}

body .small-15.menu-mobile .cd-search-trigger{
    margin: 0;
    display: inline-block;
    top: 0px;
    height: inherit;
    margin-right: 15px;
    background:  none;
    text-align: center;
    line-height: 59px;
    opacity: 1!important;
}

body .small-15.menu-mobile .cd-search-trigger:before{
    content: "\e932";
    font-family: 'moletai' !important;
    color: white;
    font-size: 30px;
    line-height: inherit;
    position: relative;
    opacity: 1!important;
}

body .tiny .small-15.menu-mobile .cd-search-trigger{
    line-height: 50px;
}

body .tiny ~ .cd-search{
    top: 50px;
}

.right-off-canvas-toggle{
    width: 59px;
    height: 59px;
    color: white!important;
    border-radius: 2px;
    background: #367EAC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    text-decoration: none!important;
    transition: 500ms;
    float: right;
}

#my-menu, .mm-navbar, .mm-panel, .mm-panels{
    background: #5EAAD3;
    border: 0;
}

#top-nav-mobile{
    margin: 0;
}

#top-nav-mobile li,
.mm-listitem{
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#top-nav-mobile li:first-child,
.mm-listitem:first-child{
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.mm-listitem:after{
    display: none;
}

#top-nav-mobile a.mm-btn.mm-btn_next,
.mm-listitem__btn:not(.mm-listitem__text){
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding: 0;
    height: 40px;
    width: 50px;
    border-color: rgba(255, 255 ,255 , 0.5);
    
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited{
    color: white;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding: 0;
    padding-right: 5px;
}

#top-nav-mobile a.mm-btn_next{
    width: 50px;
}

#top-nav-mobile a:hover{
    text-decoration: none;
}

.mm-navbars_top{
    border: 0;
}

.mm-btn_next:after, .mm-btn_prev:before{
    border-color: white;
}

.mm-panels>.mm-panel>.mm-listview{
    margin: 0;
}

.mm-navbar .close{
    width: 59px;
    height: 59px;
    top: 7px;
    right: 7px;
    z-index: 99;
    position: absolute;
    border-radius: 2px;
    background: #367EAC;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    cursor: pointer;
}

.mm-navbar .close:before,
.mm-navbar .close:after{
    position: absolute;
    left: 28px;
    content: ' ';
    height: 33px;
    width: 7px;
    border-radius: 10px;
    background-color: white;
}

.mm-navbar .close:before {
    transform: rotate(45deg);
}
.mm-navbar .close:after {
    transform: rotate(-45deg);
}

.mm-panel{
    border:  0!important;
}

.mm-navbars_top .mm-navbar:first-child{
height: 76px;
}

.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview{
    margin-top: 0px;
}

.mm-btn_next:after, .mm-btn_prev:before{
    width: 14px;
    height: 14px;
    border-width: 6px;
}

.mm-btn_next:after{
    right: 16px;
}

.mm-panels, .mm-panels>.mm-panel{
    top: 32px;
}

#my-menu > .mm-panels > .menu-cont > .mm-navbar > .mm-navbar__title{
    display: none;
}

.header.tiny .right-off-canvas-toggle{
    width: 43px;
    height: 43px;
    margin-top: 4px;
    float: right;
    transition: 500ms;
}

.mm-panels .lang-menu-select.mm-listview{
    width: calc(100%);
    margin-top: 40px;

}

.mm-panels .lang-menu-select.mm-listview li{
    border: 0;
}

.mm-menu_opened ~ .mm-page .bg-holder{
    position: fixed;
}
