/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.form-group {
    margin: 0 0 20px 0;
}

.form-control-icon {
    position: relative;
}

.form-control-icon .form-control {
    padding: 0 15px 0 30px;
}

.form-control-icon i {
    position: absolute;
    top: 11px;
    left: 14px;
    color: #dddddd;
    font-size: 14px;
}

.form-control:disabled, 
.form-control[readonly] {
    color: #000;
}

textarea.form-control {
    padding: 10px 15px;
}

.form-control {
    width: 100%;
    font-size: 12px;
    height: 36px;
    padding: 0 15px 0 15px;
    border-radius: 2px;
    border: 1px solid #ddd;
    background-color: transparent;
    color: #000;
}

.form-control:hover {
    border-color: #65b2f1;
}

.form-control:focus {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border-color: #65b2f1 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d2d2d2;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d2d2d2;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #d2d2d2;
}

/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid #e1e7ec;
    margin: 10px 0 10px 0;
    padding: 5px 0;
    border-radius: 0;
}

.breadcrumb li a {
    color: #666;
}

.breadcrumb li a:hover {
    color: #8bc75d;
}

label {
    font-weight: normal;
    margin: 0 0 5px 0;
}

.space {padding: 60px 0;}

.heading {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

/* btn
================================================== */
.btn {
    border-radius: 2px;
    padding: 0 15px;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    position: relative;
    z-index: 2;
    overflow: hidden;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn:focus {
    outline: none;
    box-shadow: none !important;
}

.btn i {
    margin-right: 0px;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary {
    background-color: #8bc75d;
    border-color: #8bc75d;
    color: #fff;
    outline: none;
    box-shadow: none !important;
}

.btn-primary:hover {
    background-color: #8bc75d;
    border-color: #8bc75d;
    opacity: .9;
}

.btn-primary:visited,
.btn-primary:focus,
.btn-primary:active {
    background-color: #8bc75d !important;
    border-color: #8bc75d !important;
}

.btn-primary-outline {
    background-color: transparent;
    border: 2px solid #8bc75d;
    color: #000;
}

.btn-primary-outline:hover {
    background-color: #8bc75d;
    color: #fff;
}

.btn-tertiary.disabled,
.btn-tertiary:disabled,
.btn-tertiary {
    background-color: #65b2f1;
    border-color: #65b2f1;
    color: #fff;
    outline: none;
    box-shadow: none !important;
}

.btn-secondary-outline:before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: translate(-50%, -150%) scale(1);
    -moz-transform: translate(-50%, -150%) scale(1);
    -o-transform: translate(-50%, -150%) scale(1);
    -ms-transform: translate(-50%, -150%) scale(1);
    transform: translate(-50%, -150%) scale(1);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.btn-secondary-outline:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.btn-secondary-outline {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-secondary {
    background-color: #fff;
    border-color: #fff;
    font-size: 14px;
    color: #000;
}

.btn-secondary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #17a2b8;
}

.btn-secondary:focus,
.btn-secondary:active {
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: none !important;
}

.btn-dark {
    color: #d2d2d2;
    font-size: 14px;
    background-color: #000;
    outline: none;
}

.btn-dark:hover {
    color: #fff;
    background-color: #000;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {color: #000;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 16px; line-height: 24px;}
h6 {font-size: 14px; line-height: 20px;}

strong {font-weight: 700;}

a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

a:hover {
    color: #8bc75d;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}


/* header */
header {
    width: 100%;
    background-color: #fff;
    z-index: 5;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}

header .logo {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin: 13px 0;
}

header .top-social {
    display: inline-block;
    margin-right: 25px;
}

header .top-social li {
    display: inline-block;
    margin: 0 5px;
}

header .top-social li:first-of-type {
    margin-left: 0;
}

header .top-social li a {
    color: #000;
}

header .top-social li.facebook a {
    color: #3B5999;
}

header .top-social li.instagram a {
    color: #D10869;
}

header .top-social li.twitter a {
    color: #1DA1F3;
}

header .top-social li.linkedin a {
    color: #0077B5;
}

header .top-social li.tripadvisor a {
    color: #000;
}

header .top-social li.youtube a {
    color: #CD201F;
}

header .top-contacts {
    text-align: center;
}

header .top-contacts li i {
    margin-right: 2px;
}

header .top-contacts li {
    display: inline-block;
    margin: 0 15px;
}

header .top-contacts li a {
    color: #000;
}

header .top-nav {
    width: 100%;
    display: inline-block;
    font-size: 0;
    text-align: right;
}

header .top-nav li {
    display: inline-block;
}

header .top-nav li a {
    color: #000;
    font-size: 12px;
    display: block;
    border-radius: 2px;
    margin-left: 25px;
}

header .top-nav li a img {
    height: 14px;
    margin-right: 3px;
    vertical-align: sub;
}

header .header-top {
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}

header .header-menu nav {
    position: relative;
}

header .header-menu nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    border-left: 1px solid #eee;
    height: 100%;
    width: 1px;
}

header .header-menu nav ul {
    font-size: 0;
    text-align: center;
}

header .header-menu nav ul li {
    display: inline-block;
}

header .header-menu nav ul li:last-of-type a i {
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
}

header .header-menu nav ul li a {
    color: #000;
    font-size: 12px;
    padding: 20px 12px;
    position: relative;
    display: block;
}

header .header-menu nav ul li.active a {
    color: #65b2f1;
}

header .header-menu nav ul li.active a:before {
    content: "";
    background-color: #65b2f1;
    height: 4px;
    width: 30px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -15px;
    box-shadow: 0px 2px 6px rgba(101, 178, 241, 0.5);
}

header .header-menu nav ul li.active a:hover {
    color: #65b2f1;
}

header .header-menu nav ul li a:hover {
    color: #65b2f1;
}

header .search {
    position: relative;
    padding: 10px 0;
}

header .search:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    border-left: 1px solid #eee;
    height: 100%;
    width: 1px;
}

header .search input[type=search] {
    border: 0;
    height: 40px;
    width: 100%;
    padding: 0 40px 0 12px;
    color: #000;
}

header .search input[type=search]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1; /* Firefox */
}

header .search input[type=search]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

header .search input[type=search]::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

header .search button {
    background-color: transparent;
    border: 0;
    font-size: 22px;
    outline: 0;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    color: #000;
    line-height: 52px;
    height: 45px;
}

header .search button:hover {

}

.categories-menu {
    margin: 0px 30px 0 0;
    border-top: 20px solid #fff;
    background-color: #65b2f1;
}

.categories-menu ul {
    padding: 10px 10px 10px 20px;
}

.categories-menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.categories-menu ul li ul li a {
    font-weight: normal;
    padding: 6px 0;
}

.categories-menu ul li:last-of-type {
    border-bottom: 0;
}

.categories-menu ul li a span {
    font-size: 12px;
    float: right;
    padding: 1px 25px 1px 5px;
    font-weight: normal;
}

.categories-menu ul li a i {
    font-size: 24px;
    position: absolute;
    right: 0px;
    top: 6px;
}

.categories-menu ul li a {
    color: #fff;
    padding: 8px 0;
    display: block;
    position: relative;
}

.categories-menu ul li a:hover {
    color: #f1f1f1;
}

.categories-menu ul li.active > a {
    font-weight: bold;
}
.categories-menu ul li.active > a span {
    font-weight: bold;
}

.filter {    
    box-shadow: 0px 11px 15px 0px rgba(239, 239, 239, 0.5);
    padding: 20px 30px;
    margin: 10px 0 30px 0;
    border-bottom: 3px solid #65b2f1;
    border-radius: 10px 10px;
}

.filter .form-group {
    margin: 0;
}

.filter button {
    height: 36px;
    display: block;
    width: 100%;
}

.filter button i {
    margin-right: 5px;
}

.filter .filter-offer {
    border: 0;
    border-bottom: 1px solid #65b2f1;
    border-radius: 0;
    padding: 0;
}


.place {
    margin: 0 0 10px 0;
    text-align: left;
    color: #a9a9a9;
}

.place span {
    font-size: 20px;
    font-weight: bold;
    margin-right: 3px;
    color: #000;
}


.sort {
    text-align: right;
    margin: 0 0 10px 0;
}

.sort span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
    display: inline-block;
}

.sort ul {
    display: inline-block;
}

.sort ul li {
    display: inline-block;
}

.sort ul li a {
    margin-left: 10px;
    display: block;
    color: #000;
    padding: 3px 10px;
    border: 1px solid #ddd;
}

.sort ul li a:hover {
    color: #65b2f1;
    border-color: #65b2f1;
}


.top-offers {
    margin: 0 0 10px 0;
}

.top-offers .offer .offer-info {
    display: block;
}

.top-offers .offer .offer-img {
    margin: 0 0 15px 0;
}

.top-offers .offer .offer-title {
    margin: 0 0 5px 0;
}

.top-offers .offer .offer-title a {
    color: #000;
    font-size: 14px;
    line-height: 16px;
}

.top-offers .offer .offer-title .rating {
    margin: 5px 0;
}

.top-offers .offer .offer-title .rating ul li {
    display: inline-block;
    margin-right: 2px;
}

.top-offers .offer .offer-title .rating ul li i {
    color: #ffc422;
}

.top-offers .offer .offer-contacts i {
    margin-right: 1px;
}

.top-offers .offer .offer-contacts {
    margin: 0 0 5px 0;
}

.top-offers .offer .offer-extras ul {
    display: table;
    width: 100%;
}

.top-offers .offer .offer-extras ul li:first-of-type {
    padding-top: 0;
}

.top-offers .offer .offer-extras ul li {
    display: block;
    padding: 3px 0;
}

.top-offers .offer .offer-extras ul li:last-of-type {
    padding-bottom: 0;
}

.top-offers .offer .offer-extras ul li .label {
    display: block;
}

.top-offers .offer .offer-extras ul li .value {
    font-weight: bold;
}

.top-offers .offer .offer-extras ul li .value i {
    position: relative;
    top: -1px;
    margin-right: 3px;
    color: #8bc75d;
}

.top-offers .offer .btn {
    display: block;
    margin: 5px 0 0 0;
}

.top-offers .offer .offer-timer {
    margin: 0 0 7px 0;
}

.top-offers .offer .offer-timer i {
    margin-right: 1px;
    position: relative;
    top: 2px;
    font-size: 14px;
}

.top-offers .offer .offer-old-price {
    font-size: 18px;
    text-decoration: line-through;
}

.top-offers .offer .offer-price {
    color: #ca2e2e;
    font-size: 32px;
    line-height: 28px;
    font-weight: bold;
    z-index: 6;
}

.top-offers .offer .offer-price .float-num {
    font-size: 28px;
    font-weight: normal;
}

.top-offers .offer .offer-price .currency {
    font-weight: normal;
    font-size: 14px;
}

.top-offers .offer .offer-vaucher i {
    margin-right: 1px;
}

.top-offers .offer .top-offers .offer-vaucher {
    margin: 0 0 5px 0;
}

.top-offers .offer .right {
    position: relative;
}

.top-offers .offer .right:before {
    content: "";
    position: absolute;
    left: -15px;
    height: 100%;
    border-left: 1px dashed #b9b9b9;
}

.top-offers .offer .offer-img {
    position: relative;
    overflow: hidden;
}

.top-offers .offer:hover .offer-title a {
    color: #8bc75d;
}

.top-offers .offer:hover .offer-img .offer-features {
    top: 0;
}

.top-offers .offer .offer-img .offer-features {
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 27px 15px;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: 30%;
    line-height: 1;
    margin: 0;
    outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    color: #ca2e2e;
}

.owl-theme .owl-nav [class*=owl-] span {
    width: 40px;
    height: 40px;
    line-height: 31px;
    display: block;
    border-radius: 100%;
}

.owl-carousel .owl-nav button.owl-next {
    right: -20px;
    background-color: #fff;
    font-size: 40px;
    line-height: 1;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
    background-color: #fff;
    font-size: 40px;
    line-height: 1;
}

.home-offers {
    margin: 10px 0 0 0;
}

.offers .offer {
    margin: 0 0 20px 0;
    box-shadow: 0px 11px 15px 0px rgba(239, 239, 239, 0.5);
    padding: 10px;
}

.offers .offer:last-of-type {
    margin: 0;
}

.offers .offer:hover .offer-title a {
    color: #8bc75d;
}

.offers .offer .btn {
    overflow: hidden;
    display: block;
    margin: 5px 0 0 0;
}

.offers .offer .btn::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.offers .offer:hover .btn::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


.offers .offer .offer-img {
    position: relative;
    overflow: hidden;
}

.offers .offer .offer-img:hover img {
    transform: scale(1.2);
}

.offers .offer .offer-img img {

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.offers .offer .offer-title {
    margin: 0 0 6px 0;
}

.offers .offer .offer-title a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.offers .offer .rating {
    margin: 5px 15px 5px 0;
    display: inline-block;
}

.offers .offer .rating ul li {
    display: inline-block;
    margin-right: 2px;
}

.offers .offer .rating ul li i {
    color: #ffc422;
}

.offers .offer .offer-object {
    font-size: 12px;
    display: block;
    margin: 5px 0 10px 0;
    color: #7b7b7b;
    font-weight: normal;
}

.offers .offer .offer-desc p {
    margin: 0;
}

.offers .offer .offer-contacts i {
    margin-right: 1px;
}

.offers .offer .offer-contacts {
    display: inline-block;
    padding: 5px 0;
    color: #000;
    font-size: 12px;
    margin-left: 10px;
    position: relative;
}

.offers .offer .offer-contacts:before {
    content: "/";
    position: absolute;
    left: -16px;
    color: #d6d6d6;
}

.offers .offer .offer-middle {
    height: 100%;
}

.offers .offer .offer-middle .offer-extras {
    margin: 5px -15px 0 0;
}

.offers .offer .offer-middle .offer-extras ul {
    display: table;
    width: 100%;
}

.offers .offer .offer-middle .offer-extras ul li {
    display: inline-block;
    width: calc(50% - 10px);
    padding: 4px 13px;
    border-radius: 2px 10px;
    margin: 5px 10px 0 0;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-left-width: 5px;
    color: #fff;
}

.offers .offer .offer-middle .offer-extras ul li .label {
    display: block;
    margin: 0 0 1px 0;
    color: #a9a9a9;
}

.offers .offer .offer-middle .offer-extras ul li .value {
    color: #000;
}

.offers .offer .offer-middle .offer-extras ul li .value i {
    position: relative;
    top: -1px;
    margin-right: 3px;
    color: #8bc75d;
}

.offers .offer {
    position: relative;
    height: 100%;
}

.offers .offer .offer-right:before {
    content: "";
    position: absolute;
    left: -15px;
    height: 100%;
    border-left: 1px dashed #b9b9b9;
}

.offers .offer .offer-timer {
    margin: 0 0 5px 0;
}

.offers .offer .offer-timer i {
    margin-right: 1px;
    position: relative;
    top: 2px;
    font-size: 14px;
}

.offers .offer .offer-prices {
    text-align: right;
    margin: 35px 0 0 0;
}

.offers .offer .offer-old-price {
    font-size: 18px;
    text-decoration: line-through;
    display: inline-block;
}

.offers .offer .offer-price {
    color: #ca2e2e;
    font-size: 42px;
    line-height: 28px;
    font-weight: bold;
    z-index: 6;
    display: inline-block;
    margin: 0 15px;
}

.offers .offer .offer-price .float-num {
    font-size: 28px;
    font-weight: normal;
    position: relative;
    top: -10px;
}

.offers .offer .offer-price .currency {
    font-weight: normal;
    font-size: 14px;
}

.offers .offer .offer-vaucher i {
    margin-right: 1px;
}

.offers .offer .offer-vaucher {
    margin: 0 0 5px 0;
}

.object-info p {
    margin: 0;
}


footer {
    margin: 70px 0 0 0;
}

footer .footer-nav {
    margin: 20px 0 0 0;
    border-bottom: 1px solid #ddd;;
}

footer .footer-nav ul {
    text-align: center;
}

footer .footer-nav ul li {
    display: inline-block;
    margin: 20px 15px;
}

footer .footer-nav ul li a {
    display: block;
    color: #000;
    text-transform: uppercase;
}

footer .footer-nav ul li a:hover {
    color: #65b2f1;
}

footer .copyright {
    text-align: center;
    padding: 20px 0 20px 0;
    color: #000;
}

footer .footer-social {
    margin: 0 0 10px 0;
    text-align: right;
}

footer .footer-social li {
    display: inline-block;
}

footer .footer-social li:first-of-type {
    margin-right: 0;
}

footer .footer-social li a {
    display: block;
    width: 30px;
    font-size: 18px;
    color: #000;
}

footer .footer-social li a:hover {
    color: #65b2f1;
}

footer .footer-contacts {
    text-align: center;
    padding: 20px 0 0 0;
    border-top: 1px solid #ddd;
}

footer .footer-contacts h4 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px 0;
}

footer .footer-contacts ul li {
    margin: 2px 0;
}

footer .footer-contacts ul li:last-of-type {
    font-weight: bold;
    font-size: 14px;
}

footer .footer-contacts ul li a {
    color: #000;
}

footer .footer-contacts ul li i {
    margin-right: 3px;
}

footer .payment-methods {
    height: 24px;
}


.pages {
    margin: 40px 0 20px;
}

.pages ul {
    display: table;
    width: 100%;
}

.pages ul li:first-of-type {
    float: left;
}

.pages ul li:first-of-type a {
    color: #65b2f1;
    border-color: #65b2f1;
}

.pages ul li:last-of-type {
    float: right;
}

.pages ul li:last-of-type a {
    color: #65b2f1;
    border-color: #65b2f1;
}

.pages ul li:first-of-type a:hover,
.pages ul li:last-of-type a:hover {
    background-color: #65b2f1;
    color: #fff;
}

.pages ul {
    text-align: center;
}

.pages ul li {
    display: inline-block;
    margin: 0 10px;
}

.pages ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #000;
}

.pages ul li.active a,
.pages ul li a:hover {
    border-color: #65b2f1;
    color: #65b2f1;
}


.object .top-offers {
    margin: 30px 0 0 0;
}

.object .object-details .object-name h1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.object .object-details .object-short-desc h2 {
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    color: #a9a9a9;
}

.object .object-details .object-price {
    display: inline-block;
}

.object .object-details .call {
    background-color: #65b2f1;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -12px;
    padding: 10px 15px 10px 55px;
}

.object .object-details .call:hover {
    background-color: #5da4de;
}

.object .object-details .call i {
    margin-right: 5px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    line-height: 33px;
    text-align: center;
    border-radius: 0px 50px 50px 0;
    font-size: 16px;
}

.object .object-nav {
    margin: 30px 0 30px 0;
}

.object .object-nav ul {
    margin: 20px 0 0 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.object .object-nav ul li {
    display: inline-block;
}

.object .object-nav ul li.active a:before {
    content: "";
    background-color: #65b2f1;
    height: 4px;
    width: 30px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -15px;
    box-shadow: 0px 2px 6px rgba(101, 178, 241, 0.5);
}

.object .object-nav ul li a {
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    display: block;
    position: relative;
    text-transform: uppercase;
}

.object .object-nav ul li a:hover {
    color: #65b2f1;
}

.object .object-details .rating {
    margin: 10px 0 3px;
    display: block;
}

.object .object-details .rating ul li {
    display: inline-block;
    margin-right: 2px;
    font-size: 16px;
}

.object .object-details .rating ul li i {
    color: #ffc422;
}

.object .object-details .object-contacts {
    margin: 10px 0 15px 0;
}

.object .object-details .object-contacts li {
    margin: 6px 0;
}

.object .object-details .object-contacts li i {
    margin-right: 3px;
    color: #65b2f1;
}

.object .object-details .offer-vaucher {
    font-size: 16px;
    display: block;
}

.object .object-details .offer-vaucher i {
    margin-right: 2px;
}

.object .object-details .offer-timer {
    text-align: center;
    font-size: 16px;
    display: block;
}

.object .object-details .offer-timer i {
    position: relative;
    top: 1px;
    margin-right: 2px;
}

.object .object-details .offer-old-price {
    font-size: 22px;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 15px;
    color: #a0a0a0;
}

.object .object-details .offer-price {
    font-size: 46px;
    line-height: 46px;
    font-weight: bold;
    display: inline-block;
    z-index: 6;
    color: #ca2e2e;
    margin-right: 15px;
}

.object .object-details .offer-price .float-num {
    font-size: 30px;
    font-weight: normal;
    position: relative;
    top: -12px;
}

.object .object-details .offer-price .currency {
    font-weight: normal;
    font-size: 14px;
}

.object .object-reservation .btn {
    padding: 0 15px;
    font-size: 16px;
    height: 50px;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    margin: 2px 0 0 0;
    display: block;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
}

.object .object-reservation .btn-buy {
    border-left: 2px solid #fff;
    background-color: #FF9800;
    padding: 0 15px;
    font-size: 16px;
    height: 50px;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    margin: 3px 0 0 0;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.object .object-reservation .btn-buy:hover {
    opacity: .9;
}

.object .object-details .object-benefits {
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    display: inline-block;
    border-left: 2px dashed #ddd;
}

.object .object-reservation .object-reservation-form {
    background-color: #000;
    padding: 12px 20px 18px;
    position: relative;
}

.object .object-reservation .form-control-icon i {
    color: #fff;
    top: 14px;
    left: 0;
}

.object .object-reservation h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.object .object-reservation .form-group {
    margin-bottom: 5px;
}

.object .object-reservation .form-group .form-control {
    background-color: transparent;
    padding: 0 0 0 23px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    font-weight: bold;
    height: 44px;
}

.object .object-reservation .form-control:focus {
    border-color: #fff !important;
}

.object .object-reservation .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    font-weight: normal;
    opacity: 1; /* Firefox */
}

.object .object-reservation .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-weight: normal;
}

.object .object-reservation .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    font-weight: normal;
}

.object .object-reservation .label {
    color: #fff;
    line-height: 44px;
    text-align: center;
}

.object-info h3 {
    font-weight: bold;
    color: #65b2f1;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
}

.object-info ul li {
    margin: 5px 0;
}

.object-info ul {
    margin: 0 0 20px 0;
}

.object-gallery-thumbs {
    margin: 15px 0 0 0;
}

.object-gallery-thumbs .slick-slide {
    padding: 0 2px;
}

.object-gallery-thumbs .slick-prev,
.object-gallery-thumbs .slick-next {
    display: none !important;
}

.object .object-map {
    margin: 30px 0 0 0;
}

.object .top-offers h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.object .object-map h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.steps {
    text-align: center;
    margin: 42px 0 0 0;
    background: url('../imgs/steps.jpg') top center no-repeat;
    padding: 30px 0;
    position: relative;
    box-shadow: 0px 11px 15px 0px rgba(239, 239, 239, 0.5);
}

.steps:before {
    content: "";
    background-color: rgba(101, 178, 241, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.steps h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 20px 0;
    color: #fff;
    z-index: 5;
    position: relative;
}

.steps .step {
    position: relative;
    margin: 0 0 30px 0;
    z-index: 5;
}

.steps .step:before {
    content: "";
    height: 120px;
    width: 100px;
    background: url(../imgs/icons/arrow-down.png) center top no-repeat;
    position: absolute;
    bottom: -70px;
    right: -10px;
    background-size: 75px;
}

.steps .step:last-of-type:before {
    display: none;
}

.steps .step .step-num {
    text-align: center;
    font-size: 80px;
    line-height: 85px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 100%;
    margin: 0 auto 10px auto;
    display: table;
}

.steps .step h3 {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 0 45px;
}

.steps .step img {
    height: 30px;
    margin-right: 7px;
    position: relative;
    top: -7px;
}

.breadcrumb {
    margin: 0 0 20px;
    border: 0;
    padding: 0;
}


.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    margin: 0 0 15px 0;
} 

.text aside {
    margin-right: 50px;
}

.text aside ul li {
    border-bottom: 1px solid #ddd;
}

.text aside ul li a {
    position: relative;
    color: #000;
    padding: 10px 0 10px 25px;
    display: block
}

.text aside ul li.active a {
    color: #65b2f1;
}

.text aside ul li a:hover {
    color: #65b2f1;
}

.text aside ul li a:before {
    content: "\e684";
    font-family: 'Pe-icon-7-stroke';
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 22px;
}



/* cart */
.cart .cart-row {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 15px;
}

.cart .cart-row:first-of-type {
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: bold;
}

.cart .cart-row:nth-child(odd) {
    background-color: #fff;
}

.cart .cart-row .item-info a {
    color: #000;
    display: block;
}

.cart .cart-row .item-info a:hover {
    color: #65b2f1;
}

.cart .cart-row .item-info p {
    margin: 0;
}

.cart .cart-row .item-total,
.cart .cart-row .item-remove {
    display: inline-block;
}

.cart .cart-row .item-remove a {
    color: #a9a9a9;
    font-size: 40px;
    display: block;
    text-align: center;
}

.cart .cart-row .item-remove a:hover {
    color: #d41a1d;
}

.cart .cart-back {
    color: #000;
    text-transform: uppercase;
    display: block;
    margin: 50px 0 0 0;
}

.cart .cart-back i {
    background-color: #65b2f1;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 27px;
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.cart .cart-back:hover {
    color: #65b2f1;
}

.cart .item-date {

}

.cart .item-price {

}

.cart .sum {
    margin: 30px 0 0 0;
}

.cart .sum h4 {
    text-align: right;
    border-bottom: 1px solid #f1f1f1;
    color: #000;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.cart .sum ul {
    text-align: right;
}

.cart .sum ul li {
    margin: 10px 0;
    font-size: 14px;
    font-weight: normal;
}

.cart .sum ul li .delivery-free {
    color: #d41a1d;
}

.cart .sum ul li span {
    display: inline-block;
    width: 140px;
    font-weight: bold;
    font-size: 24px;
}

.cart .sum button {
    background-color: #d41a1d;
    color: #fff;
    border: 0;
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.cart .sum button .cart-icon {
    font-size: 33px;
    line-height: 33px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

.cart .sum button .cart-label {
    display: inline-block;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
}

.cart .sum button .cart-value {
    display: inline-block;
    font-size: 34px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    margin-left: 15px;
}

.cart .sum button .cart-value sup {
    position: absolute;
    top: -4px;
    right: -25px;
    font-size: 14px;
}

.cart .sum button .cart-value sub {
    position: absolute;
    bottom: -6px;
    right: -26px;
    font-size: 12px;
    font-weight: normal;
}

.cart .sum button .cart-label span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
}

.cart .sum button .pe-7s-angle-right {
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    margin-left: 20px;
    width: 20px;
}

/* cart form */
.cart-form {
    padding-left: 30px;
    border-left: 1px solid #f1f1f1;
}

.cart-form h5 {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cart-form .btn {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 45px;
    line-height: 43px;
    font-weight: bold;
}



/* contacts */
.contacts .heading {
    text-align: center;
    margin: 0 0 10px 0;
}

.contacts .contact-info {
    margin: 0 0 40px 0;
    padding: 0 170px;
}

.contacts .contact-info .info-item {
    padding: 15px 0;
    text-align: center;
}

.contacts .contact-info .info-item i {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 10px 0;
    display: block;
}

.contacts .contact-info .info-item .lab {
    display: block;
    font-weight: bold;
}

.contacts .contact-info .info-item .val {
    display: block;
    color: #666;
}

.contacts .contact-info .info-item .val:hover {
    color: #65b2f1;
}

.contacts .contact-form {
    padding: 0 170px;
}

.contacts .contact-form label {
    margin: 0 0 5px 0;
    display: block;
}

.contacts .contact-form .form-control {
    background-color: #f8f8f8;
}

.contacts .contact-form .btn {
    margin: 0 auto;
    display: table;
    padding: 0 50px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
}


.thankyou .heading {
    text-align: center;
}

.thankyou .thankyou-offer-num {
    text-align: center;
    color: #000;
    margin: 0 0 30px 0;
    font-size: 14px;
}

.thankyou .thankyou-offer-num span {
    color: #65b2f1;
    font-weight: bold;
    font-size: 16px;
}

.thankyou.cart .sum ul,
.thankyou.cart .sum h4 {
    text-align: center;
}


.plans .plan-heading {
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: normal;
    font-size: 12px;
}

.plans .plan {
    margin: 10px 0 35px;
    border-bottom: 2px solid #FF9800;
    padding: 0px 0 0 0;
}

.plans .plan .plan-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    background-color: #f5f5f5;
    padding: 2px 10px;
}

.plans .plan .btn-primary {
    border-radius: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #FF9800 !important;
    border-color: #FF9800 !important;
    position: relative;
    overflow: inherit;
    padding: 0 15px 0 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.plans .plan .btn-primary:hover {
    opacity: .8;
}

.plans .plan .btn-primary:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 36px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 30px solid #FF9800;
    position: absolute;
    top: -1px;
    left: -31px;
    z-index: 5;
    transform: rotate(0deg);
}

.plans .plan-value {
    padding: 10px 0 5px;
    font-weight: bold;
    font-size: 16px;
}

.plans .plans-hint {
    text-align: center;
    font-style: italic;
}

button:active,
button:visited,
button:focus,
button {
    outline: none;
}