.header {

    width: 100%;

    z-index: 100;
}

.logowrapper {
    padding: 5px;
    background-color: #111;

}

.navwrapper {
    background: #2D2A26;
    padding: 3px;
    border-top: 1px solid #999;
}

.searchbox {

    position: absolute;
    right: 0px;

}

.linktopbox {
    position: absolute;
    right: 0px;
    top: 20px;
}

#searchform {
    position: relative;

}


h1 {
    font-family: 'Fira Code', monospace;
     !important;
    font-size: 50px !important;
}

.nekretnine h1 {
    font-family: 'Fira Code', monospace;
     !important;
    font-size: 30px !important;
}


#searchbox {
    height: 25px !important;
    width: 140px !important;
    position: relative;
    font-size: 12px;
    padding: 4px 12px 4px 10px !important;
    margin: 0px !important;
    line-height: 15px !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: none !important;
}

#seachbtn {
    position: absolute;
    right: 8px;
    top: -12px;
    z-index: 100;
    width: 20px;
    height: 20px;
}

#map {

    width: 100%;
    height: 500px;
}
}

.hdnbtn {
    color: none;
    border: none;
    background-color: transparent;
}

.hdnbtn i {

    color: #333;
}

.scrolldown {
    margin-top: 0px;
    z-index: 1;
    color: red;
    position: relative;
}

.sticker {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 10;
    margin-left: -96px;
    margin-bottom: -12px;
}

.down-arrow--bubble {
    bottom: 100%;
    margin-bottom: -16px;
}


.down-arrow {
    position: absolute;
    left: 50%;
    z-index: 100;
    display: block;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    opacity: 1;
    cursor: pointer;
}

.down-arrow--bubble {
    bottom: 100%;
    margin-bottom: -16px;
}

.down-arrow .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.down-arrow--bubble .arrow {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    border-right: 3px solid #2D2A26;
    border-bottom: 3px solid #2D2A26;
}


.navyblue{
    
   background-color: #2B3A42;
    color:#ccc;
}

.gold{
    
   background-color: #C4A981;
   
}
.gold h1{
    
  color: #2B3A42;
   
}



.banner_1 img{
    
    width:100px;
    margin-bottom: 30px;
}

.vlinel{
    
    border-left: 1px #ccc solid;
}

.vlinel{
    
    border-right: 1px #ccc solid;
}

.flip-in-hor-top {
    -webkit-animation: slide-in-elliptic-bottom-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-elliptic-bottom-fwd 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes slide-in-elliptic-bottom-fwd {
    0% {
        -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
        transform: translateY(600px) rotateX(30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% -1400px;
        transform-origin: 50% -1400px;
        opacity: 1;
    }
}

@keyframes slide-in-elliptic-bottom-fwd {
    0% {
        -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
        transform: translateY(600px) rotateX(30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% -1400px;
        transform-origin: 50% -1400px;
        opacity: 1;
    }
}



.rev-title1 {
    color: #fff;

    font-family: 'Fira Code', monospace;
    font-size: 70px !important;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    line-height: 1.1em !important;


}

.rev-title2 {
    color: #fff;
    font-size: 80px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);

}

.trokut {

    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -5px;
    width: 100px;
    height: 80px;

}

.linktop {
    margin-top: 15px;

}

.linktop a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border-right: 1px white solid;
    padding: 0px 6px;
    position: relative;
    cursor: pointer;
    font-size: 13px !important;

}

.linktop a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;

    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;

}

.linktop a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.linktop a:hover {
    color: #fff;

}

.linktop a:last-child {
    border: none;
}


.lanbox{
    
  margin-top:15px;
border-bottom:1px #ccc solid;
    height:30px;
    
}

.lanbox a{
    font-size:14px;
}
.logo {

    margin-top: 48px;
}

.logo a {

   font-family: 'Fira Code', monospace;
    font-size: 26px;
    color: #333;
    margin-left: 15px;
}



.logo img {

    height: 40px !important;

}

.footerGreen {

    padding: 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #0099FF;;
    border-top: 2px #333 solid;

}

.footerlight p {}

.footerlight p a {

    color: #fff;

}

.footerlight #address {

    margin: 15px 0px 0px 10px;

    font-size: 14px;
    line-height: 1.6em;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}


.footerblack {

    padding: 50px;
    background-color: #2B3A42;
}


.footerblack #copyright {
    margin: 15px 0px 0px 10px;
    font-size: 12px !important;
    line-height: 1.6em;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}



.footer a {
    font-size: 14px !important;
    color: #666;
    font-weight: 300;
    color: #666;
    display: block;



}




ul li {
    list-style-position: inside;
    list-style-type: none !important;
}

.img-fluidimportant {
    max-width: 100% !important;
    height: auto !important;
}
.footer{
    
    color:#fff;
}

.footer a:hover {

    color: #ccc;

}

.footer hr {

    border: 1px #333 solid;
}

.footer h2 {

    font-weight: 300;
    font-size: 21px;
    margin-bottom: 10px;
   color:#fff;

}

.footer h3 {

 
   color:#fff !important;

}



.footer .featuredtours {

    padding: 2px;
}

.follow-us {

    color: #2D2A26;
}

.socialbox {

    border-left: 1px solid #ccc;
    width: 100%;
    margin-left: 20px;
    padding-left: 20px;
    margin-top: 40px;
    position: relative;

}

.slideApply {
    border-left: 1px solid #ccc;
    width: 100%;
    margin-left: 20px;
    padding-left: 30px;
    margin-top: 40px;
    position: relative;
}


.slideApply li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    list-style-type: none;
}

.slideApply li strong {
    color: #98C13F;
}

.sidebar .socialbox:before {
    position: absolute;
    */ left: 0;
    bottom: -18px;
    content: "";
    width: 35px;
    height: 1px;
    background-color: #333;
}

.sidebar .slideApply:before {
    position: absolute;
    */ left: 0;
    bottom: -18px;
    content: "";
    width: 35px;
    height: 1px;
    background-color: #333;
}



.slidebar .widget:after {
    position: absolute;
    top: -3px;
    left: 0px;
    width: 3px;
    height: 50px;
    content: "";
    z-index: 999;
    background-color: #98C13F;
}




.socialbox li {
    list-style: none;
    margin-bottom: 2px !important;


}

.socialbox ul {

    margin: 10px 0px;


}

.socialbox li p {
    padding: 0;
    margin: 0px;


}

.socialbox img {
    margin-right: 10px;
    width: 20px;

}

.socialbox a {
    margin-left: 8px;
    margin-right: 20px;
    color: #2D2A26;
}


.slideApplybox {

    padding: 20px 0px;
    border-bottom: 1px #eaeaea solid;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;

}

.slideApplybox:first-child {

    padding-top: 0px;
}

.prijavise a {

    font-weight: 600;
    color: #2D2A26;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.applformbox {

    padding-top: 50px;
    padding-bottom: 80px;

    position: relative;
    border: 1px #eaeaea solid;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);

}

.applformbox:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.linkbox:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}


.applformbox-apply {

    font-size: 25px;
    color: #2D2A26;
    position: absolute;
    right: 25px;
    bottom: 20px;
}

.owl-theme .owl-nav {
    display: none;

}

.contact-form .form-group label {
    position: absolute;
    left: 30px;
    top: 13px;
    color: #000;
    font-size: 18px;
}

.form-control {
    display: block;
    border: 1px solid #ddd;
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0;
    color: #222;
    text-indent: 40px;
    background-image: none;
    border-radius: 4px;
    box-shadow: none;
    font-weight: 300;

}



#request-form input::-webkit-input-placeholder {
    /* WebKit browsers */
    line-height: 3.5em;
}

#request-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    line-height: 3.5em;
}

#request-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    line-height: 3.5em;
}

#request-form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    line-height: 3.5em;
}



/*preloaer */
/*----preloader---*/
/* The Loader */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    background-color: #000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F26A21;
    -webkit-animation: spin 1.8s linear infinite;
    animation: spin 1.8s linear infinite;
    z-index: 11;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #80C240;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1AA8E2;
    -webkit-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
}

.loaded #loader {
    opacity: 0;
    transition: all 0.1s ease-in-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

/*---end-preloader---*/




/* Flat course 
-------------------------------------------------------------- */
.flat-box {
    border-radius: 3px;
}

.flat-box img {
    width: 100%;
}




.flat-box .flat-box-content {
    position: relative;
    padding: 28px 29px 24px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 3px solid #e5e5e5;
    box-shadow: 0px 2px 0px 0px rgba(229, 229, 229, 1);
    line-height: 22px;
    min-height: 250px;
}

.flat-box .flat-box-content p:last-of-type {
    margin-bottom: 28px;
}

.flat-box .flat-box-content h4 a {
    color: #615f5a !important;
    font-weight: 600 !important;
    margin-bottom: 9px;
}













/* flat hover zoom */
.flat-hover-zoom .entry-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.flat-hover-zoom:hover .entry-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.flat-hover-zoom .entry-image {
    overflow: hidden;
}




.flat-button-small {
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    line-height: 36px;
    padding: 0 8px;
    text-transform: uppercase;
    position: relative;
    border: 2px solid #fff;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}

.flat-button-small:hover {
    background: #2D2A26;
    border-color: #2D2A26;
    color: #fff;
}

.flat-button-small.orange {
    color: #2D2A26;
    border-color: #2D2A26;
}

.flat-button-small.orange:hover {
    color: #fff;
}









.flat-button {
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    line-height: 46px;
    padding: 0 17px;
    text-transform: uppercase;
    position: relative;
    border: 2px solid #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}

.flat-button:hover {
    background: #2D2A26;
    border-color: #2D2A26;
    color: #fff;
}

.flat-button.orange {
    color: #2D2A26;
    border-color: #2D2A26;
}

.flat-button.orange:hover {
    color: #fff;
}

.flat-button.bg-orange {
    background: #2D2A26;
    border-color: #2D2A26;
}

.flat-button.bg-orange:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}


.fullbck {
    background-color: #2D2A26 !important;
    border-color: #2D2A26 !important;
    color: #fff !important;
    font-weight: 600;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.flat-button-header {

    background: #2D2A26;

    color: #fff;

    display: inline-block;
    font-weight: 400;
    line-height: 46px;
    padding: 0 17px;

    position: relative;
    border: 2px solid #fff;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;

}


.flat-button-header-mobile {

    background: #2D2A26;

    color: #fff;

    display: inline-block;
    font-weight: 400;
    line-height: 15px;
    padding: 10px 15px;

    position: relative;
    border: 2px solid #fff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;

}

.flat-button-header.orange-header {
    color: #fff;
    border-color: #fff;
}

.flat-button-header.orange-header:hover {
    box-shadow: 0 0 31px rgba(0, 0, 0, .6);

}


.flat-box-content > .fixBottom {

    position: absolute;
    bottom: 25px;
    left: 25px;

}

.topictile {

    font-size: 22px;
}

.tc-image-effect6 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect6 img {
    -webkit-transform: scale(1.5) translateX(0);
    transform: scale(1.5) translateX(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tc-image-effect6:hover img {
    -webkit-transform: scale(1.5) translateX(20px);
    transform: scale(1.5) translateX(20px);
}

.tc-image-effect6:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 20%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0;
    right: 0px;
}

.tc-image-effect6:hover:after {
    opacity: 1;
}

.tc-image-effect6 .caption h3 {
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 25px;
    z-index: 10;
    right: 50%;
    background: rgba(2, 2, 2, 0.7);
    padding: 10px;
    width: calc(100% - 50px);
    text-align: center;
    margin-top: 0;
    transform: translateX(50%);
}

.tc-image-effect6 .caption p {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 25px;
    z-index: 1;
    left: 25px;
    display: block;
    width: 65%;
    text-align: right;
    padding-right: 15px;
    border-right: 2px solid rgba(255, 255, 255, 0.37);
}

.tc-image-effect6:hover .caption p {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect6 .link-wrap {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
}

.tc-image-effect6 .link-wrap a {
    border: 1px solid #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tc-image-effect6 .link-wrap a:first-child {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    margin-right: 6px;
}

.tc-image-effect6 .link-wrap a:last-child {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

.tc-image-effect6:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect6 .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.tc-image-effect6:hover .caption h3 {
    background: rgba(0, 0, 0, 0.8);
}





.tc-image-effect61 {
    position: relative;
    overflow: hidden;
}

.tc-image-effect61 img {
    -webkit-transform: scale(1.5) translateX(0);
    transform: scale(1.5) translateX(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.tc-image-effect61:hover img {
    -webkit-transform: scale(1.5) translateX(20px);
    transform: scale(1.5) translateX(20px);
}

.tc-image-effect61:after {
    position: absolute;
    content: '';
    height: 100%;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0;
    right: 0px;
}

.tc-image-effect61:hover:after {
    opacity: 1;
}

.tc-image-effect61 .caption h3 {
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 25px;
    z-index: 10;
    right: 50%;
    background: rgba(2, 2, 2, 0.7);
    padding: 10px;
    width: calc(100% - 50px);
    text-align: center;
    margin-top: 0;
    transform: translateX(50%);
}

.tc-image-effect61 .caption p {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 25px;
    z-index: 1;
    left: 25px;
    display: block;
    width: 65%;
    text-align: right;
    padding-right: 15px;
    border-right: 2px solid rgba(255, 255, 255, 0.37);
}

.tc-image-effect61:hover .caption p {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect61 .link-wrap {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
}

.tc-image-effect61 .link-wrap a {
    border: 1px solid #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tc-image-effect61 .link-wrap a:first-child {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    margin-right: 6px;
}

.tc-image-effect61 .link-wrap a:last-child {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

.tc-image-effect61:hover .link-wrap a {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.tc-image-effect61 .link-wrap a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.tc-image-effect61:hover .caption h3 {
    background: rgba(0, 0, 0, 0.8);
}

.tparrows {
    height: 100px;
    background: #2D2A26;
    background: rgba(3, 3, 3, .5);

}

.dzwrapper-test-a {
    margin-top: 150px;
    color: #fff;
}

.dzwrapper-test-a h1 {
    font-family: 'Mr Dafoe', cursive !important;
    font-size: 50px !important;
    color: #fff;

}

.dzwrapper-test-a h2 {
    
      font-family: 'Fira Code', monospace;
    font-size: 20px !important;
    color: #fff;

}

.tparrows:hover {

    background: #2D2A26;
    background: rgba(3, 3, 3, 1);

}

.tparrows:before {

    margin-top: 30px;
}


.text-over-carousel {

    position: absolute;
    bottom: 0px;
    padding: 20px;
    left: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff !important;
}

.text-over-carousel > h1 {
    color: #fff !important;
    font-size: 22px !important;
    margin-bottom: 10px;
}

.text-over-carousel > p {
    line-height: 1.3em;
}

.testemonialBtm h1 {

    font-size: 24px !important;
    font-weight: 300 !important;
}



.ias_loader {
    text-align: center;
    margin: 5px 0;
    width: 100%;
    border: 1px red solid;
    height: 50px;
}



#list .itemias {

    padding: 20px 20px !important;
}


#list > .itemias h1 {

    font-size: 27px !important;
    font-weight: 400;
}

.cbp-popup-wrap {

    overflow: auto;
}

.cbp-popup-singlePage .cbp-popup-navigation-wrap {

    background-color: #2D2A26;
}


.slidebarmenu {

    margin: 8px 0px;
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 8px;
    color: #2D2A26;
}




/*

speedboat box
-------------------------------------------------

*/







.speedboat-item {
    background: #fff;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.single-speedboat-box {
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border-radius: 3px;
}

.single-speedboat-box:hover {
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
}

.speedboat-list .single-speedboat-box .speedboat-item {
    height: 100%;
}

.speedboat-list .single-speedboat-box .speedboat-title-box {
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 30px 0 10px;
}

.speedboat-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 100%;
}

.speedboat-img:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    display: none;
    transition: 0.5s;
}

.speedboat-img:hover:before {
    display: block;
}

.speedboat-img img {
    width: 100%;
    height: 100%;
}

.speedboat-item a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.025em;
    z-index: 10;
}

.speedboat-author-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 18px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}


.single-speedboat-box:hover .speedboat-author-wrap {
    opacity: 1;
    visibility: visible;
}

.single-speedboat-box:hover .speedboat-img:after {
    background: linear-gradient(to top, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 5%, rgba(22, 22, 23, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

.single-featured-list .single-speedboat-box .speedboat-author-wrap h4 {
    line-height: 1.2;
    margin-bottom: 5px;
}

.single-featured-list .single-speedboat-box .speedboat-author {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.speedboat-item .save-btn {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.speedboat-item .speedboat-author {
    display: inline-block;
}

.single-featured-list .single-speedboat-box .speedboat-item .speedboat-author-wrap .speedboat-author {
    display: block;
}

.featured-price {
    display: inline-block;
    float: right;
    color: #fff;
    line-height: 1;
}

.single-featured-list .single-speedboat-box .featured-price {
    display: block;
    float: left;
}

.featured-price p {
    font-size: 20px;
    line-height: 1;
}

.featured-price span {
    font-size: 15px;
}

.per_month,
.per_sale {
    position: relative;

}

.per_sale {
    padding-right: 20px;
}

.per_month {
    padding-left: 15px;
}

.per_sale:after,
.per_month:before {
    position: absolute;
    content: "/";
    font-size: 22px;
    bottom: 0;
}

.per_sale:after {
    right: 5px;
}

.per_month:before {
    left: 5px;
}

.speedboat-list.fullwidth .list-extra {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    text-align: right;
    padding-right: 45px;
}

.speedboat-list.fullwidth .product-rating {
    line-height: 2.2;
}

.speedboat-list.fullwidth .list-date i {
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.compare-btn {
    position: absolute;
    top: 78%;
    right: 15%;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.37);
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 50%;
    line-height: 1.9;
    cursor: pointer;
    transition: 0.5s;
    float: right;
    display: inline-block;
    z-index: 999;

}

.compare-btn i {
    color: #fff;
}

.share_btn {
    position: absolute;
    top: 0;
    right: 0;
}

.save-btn li {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.57);
    border-radius: 50%;
    text-align: center;
}

.save-btn li i {
    color: #CCC;
    font-size: 16px;
    line-height: 36px;
}

.save-btn li:hover i {
    color: #FFF;
}

.save-btn li i.ion-ios-play {
    margin-left: 2px;
}

.trend-open p span {
    color: #888;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
}

.speedboat-item {
    transition: 0.6s;
}

.speedboat-item .compare-btn:hover {
    background: #6449E7;
}

.speedboat-item img {
    width: 100%;
    transition: 3s;

}

.speedboat-item:hover .speedboat-img img {
    transform: scale(1.2);
}


.speedboat-img {
    position: relative;
}

.featured-speedboat-wrap.v3 .speedboat-img {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.speedboat-list .single-speedboat-box .speedboat-img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.speedboat-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 9;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 5%, rgba(22, 22, 23, 0) 40%, rgba(0, 0, 0, 0) 100%);
    transition: 0.7s;
}

.speedboat-item:hover .speedboat-img:after {
    background: linear-gradient(to top, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 5%, rgba(22, 22, 23, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

.speedboat-location {
    display: flex;
    flex-direction: row;
}

.speedboat-location i {
    color: #6449e7;
    position: relative;
    font-size: 20px;
    margin-right: 10px;
}

.speedboat-location p {
    display: inline-block;
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

.recent-list .speedboat-location i {
    position: relative;
    font-size: 14px;
    top: 5px;
    margin-right: 5px
}

.speedboat-item .speedboat-author span {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    vertical-align: middle;
}

.speedboat-author span {
    color: #333;
    font-weight: 500;
}

.speedboat-author img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
}

.feature-text_one,
.feature-text_two {
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-weight: 400;
    padding: 3px 6px;
    display: inline-block;
    line-height: 1.3;
    z-index: 998;
    cursor: default;

}

.feature_text {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.feature_text.v2 {
    position: absolute;
    top: 6%;
    left: 3%;
    z-index: 9;
}

.feature_cb {
    background-color: #6449e7
}

.feature_or {
    background-color: #FA6742
}

.feature_text li {
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    text-align: center;
    font-weight: 500;
    padding: 3px 6px;
    display: inline-block;
    line-height: 1.3;
    z-index: 998;
    cursor: default;
    border-radius: 2px;
    margin: 0 3px;
}

.feature-text_one {
    right: 6%;
    background: #FA6742;
}

.feature-text_two {
    right: 27%;
    background: #6449E7;
}

#list-view .feature-text_one {
    right: 3%;
}

#list-view .feature-text_two {
    right: 23%;
}

.trending-rating-orange {
    background: #ffae00 !important;
}

.trending-rating-pink {
    background: #FF6D6D !important;
}

.speedboat-list-item {
    box-shadow: 0 0 15px #ddd;
}

.speedboat-list-item .speedboat-title-box {
    box-shadow: none;
    padding: 50px;
}

.speedboat-title-box {
    padding: 18px 20px 40px 20px;
    border-radius: 3px;
    background: #fff;
   min-height: 400px;
}

.speedboat-title-box h4 a {
    font-size: 20px;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.trending-row {
    position: relative;
}

.trending-places {
    position: relative;
}

.trending-places .swiper-container,
.speedboat-place .swiper-container {
    padding: 0 15px;
}

.speedboat-place {
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}

.featured-pagination,
.trending-pagination {
    transform: translate(50%, 50%);
    position: absolute;
    right: 50%;
    bottom: 13%;
}

.trending-pagination .swiper-pagination-bullet-active,
.featured-pagination.swiper-pagination-bullet-active {
    width: 24px !important;
    height: 6px !important;
    border-radius: 50px;
    opacity: 1;
    background: #6449E7 !important;
    top: 0;
}

.trending-pagination .swiper-pagination-bullet,
.featured-pagination.swiper-pagination-bullets {
    width: 12px;
    height: 6px;
    display: inline-block;
    border-radius: 10px;
    background: #6449E7;
    margin-right: 10px;
    transition: 0.6s;
    border: 2px solid #6449E7;
    position: relative;
    top: 5px;
}

.trending-pagination .swiper-pagination-bullet:focus,
.featured-pagination.swiper-pagination-bullets:focus {
    outline: 0;
}

.product-rating li {
    display: inline-block;
    line-height: 1;
    cursor: text;

}

.product-rating li i {
    font-size: 16px;
    cursor: text;
    color: #FFC600;
}

.review-summury {
    line-height: 55px;
}

.customer-review {
    margin-bottom: 50px;
}

.trend-left span {
    margin-right: 7px;
}

.lb-data .lb-number {

    display: none !important;


}

.trend-left span,
.trend-right a {

    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    line-height: 28px;
}

.trend-right i {
    color: #888;
    font-size: 18px;
}



.speedboat-title-box h4 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    line-height: 1;
    display: inline-block;
}


.speedboat-title-box p span {
    font-size: 12px;
    text-transform: capitalize;
    color: #888;
    font-weight: 400;
}

.speedboat-feature {
    columns: 2;
    padding: 15px 0;
}

.speedboat-feature li {

    padding: 0px 0 10px 0;
    list-style-type: none;

}

.speedboat-author-wrap.v2 .speedboat-feature li i,
.speedboat-author-wrap.v2 .speedboat-feature li span {
    color: #fff;
}

.speedboat-feature li i {
    font-size: 16px;
    margin-right: 5px;
    color: #ddd;
}

.speedboat-feature li:last-child:before {
    display: none;
    opacity: 0;
}

.speedboat-feature li span {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}

.trend-left img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.trend-left span {
    font-size: 15px;
}

.trending-bottom {
    border-top: 1px solid #ededed;
    padding-top: 20px;
}

.trending-bottom p {
    display: inline-block;
}

.trending-address li p {
    margin-left: 40px;
    padding-bottom: 5px;
}

.trend-closed {
    color: #ff3a6d;
    font-size: 13px;
    display: block;
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    line-height: 2.2;
}

.trend-open p {
    color: #6449e7;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
}

.list-details-btn .trend-open p {
    font-size: 22px;
    margin-left: 0;
}

.list-details-title.v2 .list-details-btn .trend-open p {
    color: #fff;
}

.list-details-title.v2 .list-details-btn .trend-open p span {
    color: #CCC;
    font-weight: 400
}


.entry-price .trend-open i {
    margin-right: 5px;
    font-size: 15px;
}

.single-place {
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
}

.single-place::after,
.single-blog-item.v2:after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(22, 22, 23, 0) 80%, rgba(0, 0, 0, 0) 100%);
    border-radius: 4px;
    opacity: 1;
}

.single-place-image {
    position: relative;
    overflow: hidden;
}

.single-place-image:hover img {
    transform: scale(1.1);
}

.single-place-wrap {
    border: 1px solid #f5f6f7;
    border-radius: 3px;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0 35px 27px -26px rgba(211, 211, 211, 0.4);
}

.single-place-wrap:hover .single-place-image img {
    transform: scale(1.1);
}

.single-place-wrap:hover .single-place-image:before {
    display: none;
}

.swiper-container.popular-place-wrap {
    padding-bottom: 50px;
}

.swiper-container.popular-place-wrap {
    padding-bottom: 50px;
}

.single-place-image img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
    transition: 1s;
    z-index: 9;
}

.popular-place-wrap.v1 .single-place-title,
.popular-place-wrap.v2 .single-place-title {
    font-size: 12px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.single-place-title {
    display: inline-block;
    background: #fff;
    color: #333 !important;
    line-height: 1;
    padding: 8px 10px 8px;
    border-radius: 1px;
    letter-spacing: 0.04rem;
    font-weight: 500 !important;
    text-transform: uppercase;
    z-index: 100;
}

.popular-place-wrap.v2 .single-place-wrap {
    box-shadow: none;
    position: relative;
}

.popular-place-wrap.v2 .single-place-title {
    margin-bottom: 10px;
}

.popular-place-wrap.v2 .single-place-content p {
    color: #fff;
    line-height: 1;
}

.popular-place-wrap.v2 .single-place-content p i {
    transition: 0.5s;
    top: 2px;
    position: relative;

}

.popular-place-wrap.v2 .single-place-image {
    position: relative;
    display: block;
}

.popular-place-wrap.v2 .single-place-image:hover img {
    transform: scale(1.1);
}

.popular-place-wrap.v2 .single-place-wrap .single-place-image:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 35%, rgba(22, 22, 23, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.popular-place-wrap.v2 .single-place-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    transition: 0.5s;
    overflow: hidden;
    padding: 30px 34px;
    background: transparent;
}

.single-place-content {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 35px 30px -11px rgba(221, 221, 221, 1);
}

.single-place-content h3 {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.single-place-content h3 span {
    margin-right: 5px;
}

.popular-place-wrap.v2 .single-place-content h3 {
    color: #fff;
}

.single-place-content a {
    font-weight: 400;
    font-size: 14px;
    color: #888;
}

.popular-place-wrap.v2 .single-place-content a {
    color: #fff;
}

.popular-place-wrap.v2 .single-place-content h3 a {
    font-size: 20px;
}

.single-place-content a i {
    margin-left: 3px;
    font-size: 15px;
    transition: 0.3s;
    vertical-align: middle;
}

.single-place-content p:hover i {
    margin-left: 10px;
}

.single-place-list.v2 li:first-child::after {
    display: none;
}

.single-place-list li span {
    font-weight: 600;
    margin-right: 5px;
}

.popular-next,
.popular-prev {
    top: 35%;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-35%);
}

.popular-prev {
    left: 4.1%;
}

.popular-next {
    right: 4.1%;
}

.featured-speedboat-wrap.v2 .swiper-button-disabled,
.similar-listing .swiper-button-disabled,
.popular-place-wrap .swiper-button-disabled {
    display: none;
    transition: 0.5s;
}

.hero-client-section.v2 .swiper-button-disabled {
    opacity: 0.4;
    transition: 0.5s;

}

.filter .active a {
    color: #6449E7;
    text-decoration: none;
}




.button.gold 			{border-color:#C4A981;color:#eaeaea;}
.button.gold:hover,
.button.gold:focus 		{background:#C4A981;color:#fff;}






/*

speedboat box
-------------------------------------------------

*/







.speedboat-item {
    background: #fff;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.single-speedboat-box {
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border-radius: 3px;
}

.single-speedboat-box:hover {
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
}

.speedboat-list .single-speedboat-box .speedboat-item {
    height: 100%;
}

.speedboat-list .single-speedboat-box .speedboat-title-box {
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 30px 0 10px;
}

.speedboat-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    height: 100%;
}

.speedboat-img:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    display: none;
    transition: 0.5s;
}

.speedboat-img:hover:before {
    display: block;
}

.speedboat-img img {
    width: 100%;
    height: 100%;
}

.speedboat-item a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    letter-spacing: 0.025em;
    z-index: 10;
}

.speedboat-author-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 18px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}


.single-speedboat-box:hover .speedboat-author-wrap {
    opacity: 1;
    visibility: visible;
}

.single-speedboat-box:hover .speedboat-img:after {
    background: linear-gradient(to top, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 5%, rgba(22, 22, 23, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

.single-featured-list .single-speedboat-box .speedboat-author-wrap h4 {
    line-height: 1.2;
    margin-bottom: 5px;
}

.single-featured-list .single-speedboat-box .speedboat-author {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.speedboat-item .save-btn {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.speedboat-item .speedboat-author {
    display: inline-block;
}

.single-featured-list .single-speedboat-box .speedboat-item .speedboat-author-wrap .speedboat-author {
    display: block;
}

.featured-price {
    display: inline-block;
    float: right;
    color: #fff;
    line-height: 1;
}

.single-featured-list .single-speedboat-box .featured-price {
    display: block;
    float: left;
}

.featured-price p {
    font-size: 20px;
    line-height: 1;
}

.featured-price span {
    font-size: 15px;
}

.per_month,
.per_sale {
    position: relative;

}

.per_sale {
    padding-right: 20px;
}

.per_month {
    padding-left: 15px;
}

.per_sale:after,
.per_month:before {
    position: absolute;
    content: "/";
    font-size: 22px;
    bottom: 0;
}

.per_sale:after {
    right: 5px;
}

.per_month:before {
    left: 5px;
}

.speedboat-list.fullwidth .list-extra {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    text-align: right;
    padding-right: 45px;
}

.speedboat-list.fullwidth .product-rating {
    line-height: 2.2;
}

.speedboat-list.fullwidth .list-date i {
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.compare-btn {
    position: absolute;
    top: 78%;
    right: 15%;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.37);
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 50%;
    line-height: 1.9;
    cursor: pointer;
    transition: 0.5s;
    float: right;
    display: inline-block;
    z-index: 999;

}

.compare-btn i {
    color: #fff;
}

.share_btn {
    position: absolute;
    top: 0;
    right: 0;
}

.save-btn li {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.57);
    border-radius: 50%;
    text-align: center;
}

.save-btn li i {
    color: #CCC;
    font-size: 16px;
    line-height: 36px;
}

.save-btn li:hover i {
    color: #FFF;
}

.save-btn li i.ion-ios-play {
    margin-left: 2px;
}

.trend-open p span {
    color: #888;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
}

.speedboat-item {
    transition: 0.6s;
}

.speedboat-item .compare-btn:hover {
    background: #6449E7;
}

.speedboat-item img {
    width: 100%;
    transition: 3s;

}

.speedboat-item:hover .speedboat-img img {
    transform: scale(1.2);
}


.speedboat-img {
    position: relative;
}

.featured-speedboat-wrap.v3 .speedboat-img {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.speedboat-list .single-speedboat-box .speedboat-img {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.speedboat-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 9;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 5%, rgba(22, 22, 23, 0) 40%, rgba(0, 0, 0, 0) 100%);
    transition: 0.7s;
}

.speedboat-item:hover .speedboat-img:after {
    background: linear-gradient(to top, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 5%, rgba(22, 22, 23, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

.speedboat-location {
    display: flex;
    flex-direction: row;
}

.speedboat-location i {
    color: #6449e7;
    position: relative;
    font-size: 20px;
    margin-right: 10px;
}

.speedboat-location p {
    display: inline-block;
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

.recent-list .speedboat-location i {
    position: relative;
    font-size: 14px;
    top: 5px;
    margin-right: 5px
}

.speedboat-item .speedboat-author span {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    vertical-align: middle;
}

.speedboat-author span {
    color: #333;
    font-weight: 500;
}

.speedboat-author img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
}

.feature-text_one,
.feature-text_two {
    font-size: 13px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-weight: 400;
    padding: 3px 6px;
    display: inline-block;
    line-height: 1.3;
    z-index: 998;
    cursor: default;

}

.feature_text {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.feature_text.v2 {
    position: absolute;
    top: 6%;
    left: 3%;
    z-index: 9;
}

.feature_cb {
    background-color: #6449e7
}

.feature_or {
    background-color: #FA6742
}

.feature_text li {
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    text-align: center;
    font-weight: 500;
    padding: 3px 6px;
    display: inline-block;
    line-height: 1.3;
    z-index: 998;
    cursor: default;
    border-radius: 2px;
    margin: 0 3px;
}

.feature-text_one {
    right: 6%;
    background: #FA6742;
}

.feature-text_two {
    right: 27%;
    background: #6449E7;
}

#list-view .feature-text_one {
    right: 3%;
}

#list-view .feature-text_two {
    right: 23%;
}

.trending-rating-orange {
    background: #ffae00 !important;
}

.trending-rating-pink {
    background: #FF6D6D !important;
}

.speedboat-list-item {
    box-shadow: 0 0 15px #ddd;
}

.speedboat-list-item .speedboat-title-box {
    box-shadow: none;
    padding: 50px;
}

.speedboat-title-box {
    padding: 18px 20px 40px 20px;
    border-radius: 3px;
    background: #fff;
}

.speedboat-title-box h4 a {
    font-size: 20px;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.trending-row {
    position: relative;
}

.trending-places {
    position: relative;
}

.trending-places .swiper-container,
.speedboat-place .swiper-container {
    padding: 0 15px;
}

.speedboat-place {
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}

.featured-pagination,
.trending-pagination {
    transform: translate(50%, 50%);
    position: absolute;
    right: 50%;
    bottom: 13%;
}

.trending-pagination .swiper-pagination-bullet-active,
.featured-pagination.swiper-pagination-bullet-active {
    width: 24px !important;
    height: 6px !important;
    border-radius: 50px;
    opacity: 1;
    background: #6449E7 !important;
    top: 0;
}

.trending-pagination .swiper-pagination-bullet,
.featured-pagination.swiper-pagination-bullets {
    width: 12px;
    height: 6px;
    display: inline-block;
    border-radius: 10px;
    background: #6449E7;
    margin-right: 10px;
    transition: 0.6s;
    border: 2px solid #6449E7;
    position: relative;
    top: 5px;
}

.trending-pagination .swiper-pagination-bullet:focus,
.featured-pagination.swiper-pagination-bullets:focus {
    outline: 0;
}

.product-rating li {
    display: inline-block;
    line-height: 1;
    cursor: text;

}

.product-rating li i {
    font-size: 16px;
    cursor: text;
    color: #FFC600;
}

.review-summury {
    line-height: 55px;
}

.customer-review {
    margin-bottom: 50px;
}

.trend-left span {
    margin-right: 7px;
}

.lb-data .lb-number {

    display: none !important;


}

.trend-left span,
.trend-right a {

    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    line-height: 28px;
}

.trend-right i {
    color: #888;
    font-size: 18px;
}



.speedboat-title-box h4 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    line-height: 1;
    display: inline-block;
}


.speedboat-title-box p span {
    font-size: 12px;
    text-transform: capitalize;
    color: #888;
    font-weight: 400;
}

.speedboat-feature {
    columns: 2;
    padding: 15px 0 0 0;
}

.speedboat-feature li {

    padding: 0px 0 10px 0;

}

.speedboat-author-wrap.v2 .speedboat-feature li i,
.speedboat-author-wrap.v2 .speedboat-feature li span {
    color: #fff;
}

.speedboat-feature li i {
    font-size: 16px;
    margin-right: 5px;
    color: #ddd;
}

.speedboat-feature li:last-child:before {
    display: none;
    opacity: 0;
}

.speedboat-feature li span {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}

.trend-left img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.trend-left span {
    font-size: 15px;
}

.trending-bottom {
    border-top: 1px solid #ededed;
    padding-top: 20px;
}

.trending-bottom p {
    display: inline-block;
}

.trending-address li p {
    margin-left: 40px;
    padding-bottom: 5px;
}

.trend-closed {
    color: #ff3a6d;
    font-size: 13px;
    display: block;
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    line-height: 2.2;
}

.trend-open p {
    color: #6449e7;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
}

.list-details-btn .trend-open p {
    font-size: 22px;
    margin-left: 0;
}

.list-details-title.v2 .list-details-btn .trend-open p {
    color: #fff;
}

.list-details-title.v2 .list-details-btn .trend-open p span {
    color: #CCC;
    font-weight: 400
}


.entry-price .trend-open i {
    margin-right: 5px;
    font-size: 15px;
}

.single-place {
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
}

.single-place::after,
.single-blog-item.v2:after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(22, 22, 23, 0) 80%, rgba(0, 0, 0, 0) 100%);
    border-radius: 4px;
    opacity: 1;
}

.single-place-image {
    position: relative;
    overflow: hidden;
}

.single-place-image:hover img {
    transform: scale(1.1);
}

.single-place-wrap {
    border: 1px solid #f5f6f7;
    border-radius: 3px;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0 35px 27px -26px rgba(211, 211, 211, 0.4);
}

.single-place-wrap:hover .single-place-image img {
    transform: scale(1.1);
}

.single-place-wrap:hover .single-place-image:before {
    display: none;
}

.swiper-container.popular-place-wrap {
    padding-bottom: 50px;
}

.swiper-container.popular-place-wrap {
    padding-bottom: 50px;
}

.single-place-image img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
    transition: 1s;
    z-index: 9;
}

.popular-place-wrap.v1 .single-place-title,
.popular-place-wrap.v2 .single-place-title {
    font-size: 12px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.single-place-title {
    display: inline-block;
    background: #fff;
    color: #333 !important;
    line-height: 1;
    padding: 8px 10px 8px;
    border-radius: 1px;
    letter-spacing: 0.04rem;
    font-weight: 500 !important;
    text-transform: uppercase;
    z-index: 100;
}

.popular-place-wrap.v2 .single-place-wrap {
    box-shadow: none;
    position: relative;
}

.popular-place-wrap.v2 .single-place-title {
    margin-bottom: 10px;
}

.popular-place-wrap.v2 .single-place-content p {
    color: #fff;
    line-height: 1;
}

.popular-place-wrap.v2 .single-place-content p i {
    transition: 0.5s;
    top: 2px;
    position: relative;

}

.popular-place-wrap.v2 .single-place-image {
    position: relative;
    display: block;
}

.popular-place-wrap.v2 .single-place-image:hover img {
    transform: scale(1.1);
}

.popular-place-wrap.v2 .single-place-wrap .single-place-image:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.25) 35%, rgba(22, 22, 23, 0) 80%, rgba(0, 0, 0, 0) 100%);
}

.popular-place-wrap.v2 .single-place-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    transition: 0.5s;
    overflow: hidden;
    padding: 30px 34px;
    background: transparent;
}

.single-place-content {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 35px 30px -11px rgba(221, 221, 221, 1);
}

.single-place-content h3 {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}

.single-place-content h3 span {
    margin-right: 5px;
}

.popular-place-wrap.v2 .single-place-content h3 {
    color: #fff;
}

.single-place-content a {
    font-weight: 400;
    font-size: 14px;
    color: #888;
}

.popular-place-wrap.v2 .single-place-content a {
    color: #fff;
}

.popular-place-wrap.v2 .single-place-content h3 a {
    font-size: 20px;
}

.single-place-content a i {
    margin-left: 3px;
    font-size: 15px;
    transition: 0.3s;
    vertical-align: middle;
}

.single-place-content p:hover i {
    margin-left: 10px;
}

.single-place-list.v2 li:first-child::after {
    display: none;
}

.single-place-list li span {
    font-weight: 600;
    margin-right: 5px;
}

.popular-next,
.popular-prev {
    top: 35%;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-35%);
}

.popular-prev {
    left: 4.1%;
}

.popular-next {
    right: 4.1%;
}

.featured-speedboat-wrap.v2 .swiper-button-disabled,
.similar-listing .swiper-button-disabled,
.popular-place-wrap .swiper-button-disabled {
    display: none;
    transition: 0.5s;
}

.hero-client-section.v2 .swiper-button-disabled {
    opacity: 0.4;
    transition: 0.5s;

}

.filter .active a {
    color: #6449E7;
    text-decoration: none;
}

/*------------------------------------------------
           Promo Section
--------------------------------------------------*/

.promo-text h3 {
    font-size: 30px;
    line-height: 1.4;
    position: relative;
    font-weight: 400;
    padding-bottom: 5px;
}

.promo-section {
    position: relative;
}

.promo-text h3::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 18%;
    height: 3px;
    background: #6449e7;
    content: "";
    border-radius: 50px;
}


.promo-section.v2 .promo-content-wrap {
    columns: 2;
    margin-left: 30px;
}

.promo-section.v2 .promo-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.promo-section.v2 .promo-content {
    box-shadow: 0px 0px 11px 0px rgba(38, 59, 94, 0.12);
    border-radius: 5px;
    padding: 25px;
}

.promo-section.v2 .promo-content:nth-child(1) {
    background: #6449e7;
}

.promo-section.v2 .promo-content:nth-child(4) {
    background: #FA6742;
}

.promo-section.v2 .promo-content:nth-child(1) h4,
.promo-section.v2 .promo-content:nth-child(4) h4 {
    color: #fff;
}

.promo-section.v2 .promo-content:nth-child(1) p,
.promo-section.v2 .promo-content:nth-child(4) p {
    color: #fff;
}

.promo-section.v2 .promo-content img {
    max-width: 60px;
    margin-bottom: 20px;
}

.promo-section.v2 .promo-content h4 {
    margin-bottom: 8px;
    line-height: 1.2;
}

.promo-section.v2 .promo-content p {
    line-height: 1.5;
}

.promo-text span,
.value-content span {
    font-weight: 400;
    font-size: 16px;

}

/*------------------Style2--------------------*/
.promo-content img {
    max-width: 55px;
    opacity: 0.7
}

.promo-content-wrap.v1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.row.promo-content {
    margin-bottom: 40px;
}

.promo-text h4 {
    line-height: 1;
    margin-bottom: 5px;
}

.promo-text p {
    line-height: 1.8;
    font-size: 15px;
    color: #888;
}

/*------------------------------------------------
           Promo Section
--------------------------------------------------*/

.promo-text h3 {
    font-size: 30px;
    line-height: 1.4;
    position: relative;
    font-weight: 400;
    padding-bottom: 5px;
}

.promo-section {
    position: relative;
}

.promo-text h3::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 18%;
    height: 3px;
    background: #6449e7;
    content: "";
    border-radius: 50px;
}


.promo-section.v2 .promo-content-wrap {
    columns: 2;
    margin-left: 30px;
}

.promo-section.v2 .promo-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.promo-section.v2 .promo-content {
    box-shadow: 0px 0px 11px 0px rgba(38, 59, 94, 0.12);
    border-radius: 5px;
    padding: 25px;
}

.promo-section.v2 .promo-content:nth-child(1) {
    background: #6449e7;
}

.promo-section.v2 .promo-content:nth-child(4) {
    background: #FA6742;
}

.promo-section.v2 .promo-content:nth-child(1) h4,
.promo-section.v2 .promo-content:nth-child(4) h4 {
    color: #fff;
}

.promo-section.v2 .promo-content:nth-child(1) p,
.promo-section.v2 .promo-content:nth-child(4) p {
    color: #fff;
}

.promo-section.v2 .promo-content img {
    max-width: 60px;
    margin-bottom: 20px;
}

.promo-section.v2 .promo-content h4 {
    margin-bottom: 8px;
    line-height: 1.2;
}

.promo-section.v2 .promo-content p {
    line-height: 1.5;
}

.promo-text span,
.value-content span {
    font-weight: 400;
    font-size: 16px;

}

/*------------------Style2--------------------*/
.promo-content img {
    max-width: 55px;
    opacity: 0.7
}

.promo-content-wrap.v1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.row.promo-content {
    margin-bottom: 40px;
}

.promo-text h4 {
    line-height: 1;
    margin-bottom: 5px;
}

.promo-text p {
    line-height: 1.8;
    font-size: 15px;
    color: #888;
}



/* Flat accordion
-------------------------------------------------------------- */
.flat-accordion .flat-toggle {
    padding-left: 58px;
    border: 2px solid #e5e5e5;
    position: relative;
    margin-bottom: 10px;
}

.flat-accordion .toggle-content {
    font-size: 14px;
    line-height: 25px;
}

.flat-accordion .toggle-content .faq-img {
    float: left;
    margin-right: 30px;
    margin-top: 7px;
}

.flat-accordion .toggle-content > div {
    overflow: hidden;
}

.flat-accordion .toggle-content > div p {
    margin-bottom: 10px;
}

.flat-toggle:before {
    position: absolute;
    left: 22px;
    top: 14px;
    content: "";
    width: 14px;
    border: 2px solid #2D2A26;
    background: #2D2A26;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.flat-accordion .flat-toggle h6.toggle-title {
    position: relative;
    cursor: pointer;
    color: #2D2A26;
    line-height: 1.3em;
    margin-bottom: 0;
    font-weight: bold;
    padding: 15px;
    0px;
}

.flat-accordion .flat-toggle h6.toggle-title:after {
    position: absolute;
    left: -34px;
    top: 20px;
    content: "";
    width: 10px;
    height: 2px;
    background-color: #fff;
}

.flat-accordion .flat-toggle h6.toggle-title:before {
    position: absolute;
    left: -30px;
    top: 16px;
    content: "";
    width: 2px;
    height: 10px;
    background-color: #fff;
}

.flat-accordion .flat-toggle h6.toggle-title.active:before {
    display: none;
}

.flat-accordion .flat-toggle .toggle-content {
    display: none;
    margin-left: -5px;
    padding: 10px 22px 20px 0px;
}


.flat-accordion .flat-toggle .toggle-content {
    margin-left: -30px;
    padding-right: 25px;
}

.flat-accordion .toggle-content > div {
    overflow: visible;
}

.flat-accordion .toggle-content .faq-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.ias-trigger-next {


    color: #fff;
    background-color: #2D2A26;
    margin: 20px;
}




.contact-content {
    text-align: center;
    border: 2px solid #e5e5e5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-content:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.contact-content .contact-address {
    padding: 53px 40px 59px;
    position: relative;
}

.contact-address .style1 img {
    margin-top: -128px;
}



.contact-content .details h5 {
    font-family: "montserrat", sans-serif;
    font-size: 20px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 17px;
}

.contact-content .details p {
    margin-bottom: 1px;
}




.linkbox {

    border: 1px #eaeaea solid;

    background: #f0f0f0;
    color: #333;
    padding: 15px 30px;
    margin-top: 20px;

}

.filesAndLinks li {

    list-style-type: none;
}






.reservation {
    padding-bottom: 80px;
}

.reservation .reservation-form {}

.reservation-form .form-group {
    padding: 10px 0px;
    position: relative;
}

.reservation-form .form-group .form-control {

    font-size: 15px;
    height: 50px !important;
    ;
}

.reservation-form .form-group input[type=number]::-webkit-inner-spin-button,
.reservation-form .form-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.reservation-form .reservation-btn {
    text-align: center;
    padding: 20px 0px;
}

.reservation-form .reservation-btn a {
    padding: 15px 40px;
}

.reservation-form i {
    position: absolute;
    right: 20px;
    top: 58px;
    color: #999;
    font-size: 16px;
}

.reservation-footer {
    position: relative;
    text-align: center;
    background-color: #fafafa;
    overflow: visible;
    padding-top: 20px;
}

.reservation-footer p {
    margin-bottom: 20px;
    color: #000;
    font-size: 22px;
}

.reservation-footer span {
    position: relative;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 5px;
    text-align: center;

}

.reservation td .active {
    background-color: #f9c56a !important;
}

.help-block {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
}




select {
    padding: 0px 50px 0px 15px;
    font-size: 16px;
    height: 50px;

    border-radius: 4px;
    border: 1px solid #ddd;


    width: 100%;
}






button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff !important;
    background-image: none;
    height: 50px;
    background-color: #2D2A26;
    line-height: 50px;
    padding: 0 24px 0 32px;
    cursor: pointer;
    /*letter-spacing: 1px;*/
    white-space: nowrap;
    font-weight: bold;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}





textarea {
    width: 100%;
    height: 200px;
    padding: 14px 20px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    font-size: 12px;
    line-height: 19px;
    color: #b1b1b1;
    opacity: 1;
}

input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 19px;
    color: #b1b1b1;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 19px;
    color: #b1b1b1;
    opacity: 1;
}

@-webkit-keyframes pop-scale {
    0% {
        -webkit-transform: scale(0.7)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pop-scale {
    0% {
        -moz-transform: scale(0.7)
    }

    100% {
        -moz-transform: scale(1)
    }
}

@keyframes pop-scale {
    0% {
        transform: scale(0.7)
    }

    100% {
        transform: scale(1)
    }
}

/* bootstrap resetting elements */
.btn {
    background-image: none;
}


.secbox {

    float: right;
}

.lang {

    position: absolute;
    right: 150px;
    top: -4px;
}

.lang img {
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;

    width: 25px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.lang img:hover {

    width: 25px;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}


.activelan {

    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
}


.mfp-s-loading {


    width: 100%;
    height: 100%;




}

.error {
    color: red;
    font-weight: bold;
    -moz-box-shadow: inset 0 0 5px #ccc;
    -webkit-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
}

.innerf {
    padding: 10px;
}



.speedboat-query-area.speedboat-page-bg,
.query-title,
.single-query select {
    position: relative;
}

.query-title {
    margin-top: -70px;
    text-align: center;
    z-index: 20;
}

.single-query option,
.query-title > h2 a {
    color: #fff;
}

.query-title > h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 21px 0;
    text-transform: uppercase;
}

.single-query label,
.single-query-slider label {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 500;
}

.single-query {
    margin-bottom: 10px;
}

.single-query {
    margin-bottom: 10px;
}

.single-query .keyword-input {
    border: 2px solid #333;
    height: 50px;
    border-radius: 5px;
    padding-left: 10px;
    width: 100%;
    background: #98C13F;
}

.single-query input,
.single-query select {
    text-transform: normal;
    background: transparent;
}

.search-2 .intro .zelect,
.intro .zelect,
.single-query input,
.single-query select {
    width: 100%;
}

.single-query select {
    -moz-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) url("https://www.terra-studio.hr/images/select-icon.png") no-repeat scroll right center;
    border: 2px #333 solid;
    border-image: none;

    border-radius: 5px;

    color: #fff;

    height: 50px;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    background-color: #98C13F;
}

.single-query select option {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    line-height: 20px;

}

.toggle-btn button {
    background: rgba(0, 0, 0, 0.2);
    border: 0 none;
    border-radius: 2px 2px 0 0;
    font-size: 24px;
    height: 36px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 65px;
}

.nstSlider {
    height: 2px;
    top: 8px;
    background-color: #efefef;
    position: relative;
    z-index: 1;
}

.query-submit-button {
    display: inline-block;
}

.keyword-input::-webkit-input-placeholder {
    color: #dff9a7;
    font-size: 15px;
}

.nstSlider .rightGrip,
.nstSlider .leftGrip {
    width: 12px;
    height: 12px;
    top: -6px;
    background-color: #676767;
}

.nstSlider .bar {
    height: 2px;
    top: 0;
    background-color: #454040;
}

.leftLabel,
.rightLabel {
    color: #676767;
    display: inline-block;
}

.single-query-slider .price {
    display: inline-block;
    float: right;
    font-size: 14px;
}

.white .nstSlider {
    background-color: #5D6D7E;
}

.white .nstSlider .bar,
.white .nstSlider .rightGrip,
.white .nstSlider .leftGrip {
    background-color: #fff;
}

.white .leftLabel,
.white .rightLabel,
.toggle-btn button,
.btn-slide,
.search-properties .group-button-search .more-filter .text-1,
.search-properties .group-button-search .more-filter .text-2,
.search-properties .group-button-search .more-filter .icon {
    color: #fff;
}

.user-properties-filters {
    background-color: #fcfcfd;
}

.user-properties-filters .wrapper-filters {
    padding-top: 40px;
    padding-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}

.btn-slide:hover {
    border-color: #2aacff;
}

.btn-slide {
    border: medium none;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
}

.search-properties .group-button-search {
    width: 100%;
}

.search-properties .group-button-search .more-filter {
    display: inline-block;
    line-height: 50px;
}

.search-properties .group-button-search .more-filter .text-1,
.search-properties .group-button-search .more-filter .text-2,
.search-properties .group-button-search .more-filter .icon {
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.search-properties .group-button-search .more-filter .text-1,
.search-properties .group-button-search .more-filter .text-2 {
    padding-right: 15px;
    font-weight: 700;
    cursor: pointer;
}

.search-properties .group-button-search .more-filter .text-2 {
    letter-spacing: 0.045em;
}

.search-properties .group-button-search .more-filter .icon {
    font-size: 1.14em;
}

.search-properties .group-button-search .more-filter.show-more .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-properties .group-button-search .btn-search {
    display: inline-block;
    float: right;
}

.search-properties.search-page {
    padding: 60px 0;
}

.search-properties.search-page .btn-search {
    margin-top: 30px;
}

.search-properties.bg-gray {
    background-color: #fcfdfd;
}

.search-properties.bg-gray .title-search-speedboat {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.search-properties.bg-gray .group-button-search .more-filter .text-1,
.search-properties.bg-gray .group-button-search .more-filter .text-2,
.search-properties.bg-gray .group-button-search .more-filter .icon {
    color: #838e95;
}

.search-propertie-filters {
    background-color: #f4f4f4;
    position: relative;
    margin-top: 20px;
}

.search-propertie-filters .container-2 {
    padding: 20px 0 0 20px;
}

.search-propertie-filters.bg-gray {
    background-color: #fcfdfd;
}

.group-button-search {
    margin-top: 30px;
    position: relative;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 20px 8px 10px;
}

.group-button-search a {
    display: block;
    font-size: 12px;
}

.more-filter i {
    border-radius: 100%;
    color: #191919 !important;
    font-size: 12px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 30px;
    background: #fff;
}

.search-form-group {
    display: inline-block;
    margin-bottom: 25px;
    width: 100%;
}

.more-filter .text-1,
.more-filter .text-2 {
    cursor: pointer;
    padding-right: 0;

}

.more-filter .text-1,
.more-filter .text-2,
.more-filter .icon {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    text-transform: capitalize;
    font-weight: 500;
    margin-right: 6px;
}

.search-form-group .type-checkbox {
    cursor: pointer;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

.search-form-group input[type=checkbox] {
    display: none;
}

.search-form-group input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}

.search-form-group input[type=checkbox] + label:before {
    content: "\f096";
}

.search-form-group input[type=checkbox] + label:before {
    letter-spacing: 10px;
}

.search-form-group input[type=checkbox]:checked + label:before {
    content: "\f14a";
}

.search-form-group input[type=checkbox]:checked + label:before {
    letter-spacing: 9px;
}

.search-form-group.white .type-checkbox {
    color: #999999;
}

.single-query .zelected::after,
.search-2 .single-query .zelected::after {
    content: url(https: //www.terra-studio.hr/images/select-icon.png);
        position: absolute;
    right: 0;
    top: 0;
}

.intro .zelect {
    display: inline-block;
    background-color: #fff;
    min-width: 100%;
    cursor: pointer;
    border: 2px solid #666;
    border-radius: 0;
    position: relative;
}

.intro .zelected {
    font-weight: normal;
    height: 40px;
    padding-left: 15px;
    padding-top: 9px;
    color: #666;
}

.intro .zelect.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.intro .dropdown {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #dbdece;
    border-top: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 36px;
    z-index: 2;
    padding: 3px 5px 3px 3px;
}

.intro .dropdown input {
    font-family: sans-serif;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #dbdece;
    color: #ccc;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 0 7px 10px;
}

.intro .dropdown ol {
    padding: 0;
    margin: 3px 0 0 0;
    list-style-type: none;
    max-height: 150px;
    overflow-y: scroll;
}

.intro .dropdown li {
    padding: 8px 12px;
}

.zearch-container {
    margin: 10px;
}

.zearch-container::after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    top: 20px;
    color: #999999;
}

.intro .dropdown li.current {
    color: #fff;
}

.intro .dropdown li:hover {
    background-color: #b7b7b7;
    color: #fff;
}

.intro .dropdown .no-results {
    margin-left: 10px;
    color: #cccc;
}

.search-2 .zearch-container {
    display: none;
}





.search-form-group.white > span {
    vertical-align: super;
}




.search_2 {
    position: relative;
    z-index: 6;
}

.search_2 .query-submit-button {
    margin-top: -3px;
}

.search_2_set {


    padding-top: 27px;
    position: relative;
    width: 100%;
}




.card_style2 .single_card .img_area img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}



.card_style .single_card .img_area {
    overflow: hidden;
}

.card_style .single_card .img_area img {
    width: 100%;
}

.card_style .single_card .card_content a {
    color: #333;
}


.card_style .single_card .card_content {
    border: 1px solid #eee;
    padding: 34px 30px 45px;
    background-color: #F8F8F8;
}

.card_style .single_card:hover .card_content {
    background: #f6f6f6;
}

.card_style .single_card .card_content a:hover {
    color: #027AEC;
}

.card_style .single_card .update_time {
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 10px 30px;
    border-top: none;
}

.card_style .single_card .card_content a.readmore {
    color: #fff;
    padding: 5px 20px;
}

.card_style .single_card .card_content a.readmore:hover {
    background: #027AEC;
}



.card_style2 .single_card .img_area {
    border-radius: 5px 5px 0px 0px;
}

.card_style2 .single_card:hover .img_area img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.card_style2 .single_card .card_content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 21px 30px 25px;
}

.card_style2 .single_card .card_content a:hover {
    color: #027AEC;
}

.card_style2 .single_card .update_time {
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 10px 30px;
    border-top: none;
}





.btn_ble {
    margin-left: -70px;
}

.btn_ble > li {
    margin-bottom: 50px;
    margin-left: 70px;
}


.btn_ble li a {
    font-size: 16px;
}

/*button size style*/
.btn_ble li.btn_sm a {
    line-height: 40px;
    padding: 0 25px;
}

.btn_ble li.btn_md a {
    line-height: 45px;
    padding: 0px 40px;
}

.btn_ble li.btn_lg a {
    line-height: 53px;
    padding: 0 45px;
}

.btn_ble li.btn_xl a {
    line-height: 60px;
    padding: 0 60px;
}




.btn_ble.reg li a {
    background: #98C13F;
    color: #fff;
    border-color: #98C13F;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: 'Fira Code', monospace;
}

.btn_ble.reg li a:hover {
    background: #333;
    color: #98C13F !important;
}






#estimate {
    background: url(http: //real-estate-dubrovnik.com/images/estimate_bg.jpg) no-repeat;
        background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.estimate_form h2 {
    color: #fff;
}

#estimate .intro .zelect {
    border: 1px solid #999999;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    min-width: 100%;
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
    color: #fff;
}

#estimate .single-query > input[type="text"] {
    border: 1px solid #999999;
    border-radius: 0;
    height: 40px;
    padding-left: 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    box-shadow: none;
    margin-bottom: 0;
}

#estimate .single-query {
    margin-bottom: 15px;
}

.estimate_image img {
    bottom: -80px;
    position: relative;
}

#estimate .intro .dropdown li {
    color: #676767;
}

#estimate .intro .dropdown li.current,
.estimate_form > p {
    color: #fff;
}

.estimate_form > p {
    margin: 15px 0 50px;
}




.logoHover{
    
    width:350px;
    height:350px; 
    z-index:150;
    position:absolute;
    top:0px;
    left:0px;
}

.iziModal-header-subtitle{
    
    font-size:19px !important;
}


.speedboat-img span{
    
    position:absolute;
    right: 10px;
    top: 10px;
    width: 70px;
    height:70px;
    z-index:20;
    color:#fff;
}
.speedboat-img span svg {

    color:#fff !important;
}

@media (max-width: 1199.98px) {


    .styicky-mob {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0px;
}

     .logo{
    
    text-align: left !important;
        margin-top:10px !important;
}
    
    
}



@media (max-width: 767.98px) {

    .styicky-mob {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0px;
    z-index:999;
}
    
    .logo{
    
    text-align: left !important;
        margin-top:10px !important;
}
    
    
.logo a {
    font-family: 'Fira Code', monospace;
    font-size:  20px;
    color: #333;
    margin-left: 15px;
}

    .logoHover{
    
    width:350px;
    height:350px; 
    z-index:150;
    position:absolute;
    top:150px;
    left:50%;
    margin-left:-150px;
}
   

}


@media (max-width: 575.98px) {

    .styicky-mob {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0px;
    z-index:999;
}
    
   .navik-header .logo { 
        padding: 20px 00px;
    }
    
    .logo{
    
    text-align: left !important;
        margin-top:10px !important;
}
    
    
.logo a {
    font-family: 'Fira Code', monospace;
    font-size:  20px;
    color: #333;
    margin-left: 15px;
}

    
    .logoHover {
    width: 150px;
    height: 150px;
    z-index: 150;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -75px;
    
}
   .logoHover img{
       
       width:150px;
    }

.burger-menu {
    position: absolute;
    top: 25px;
    right: 14px;
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}
    
    .dzwrapper-test-a h1{
        
        font-size:40px !important;
    }
    
        .dzwrapper-test-a h2{
        
        font-size:16px!important;
    }
    
    .footerlogo{
        
       width:150px; 
    }
    .footerblack a{
        
        font-size:20px;
        color: #fff;
    }

        .footerblack h3{
        
        font-size:14px !important;
        color: #fff;
    }
    
}
