/* FONTS */

@font-face {
    font-family: 'Rustico';
    src: url('../fonts/Rustico-Regular.eot');
    src: url('../fonts/Rustico-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Rustico-Regular.woff') format('woff'), url('../fonts/Rustico-Regular.ttf') format('truetype'), url('../fonts/Rustico-Regular.svg#Rustico-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Global */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #333;
    overflow-x: hidden;
    background: #fcfcfc url(../images/watermark.png) no-repeat top right;
    padding-top: 79px;
}

.page-template-add-side-trip.non-logged {
    overflow: hidden;
}

.single-itineraries.double-padding {
    padding-top: 149px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #699d8b;
}

a:hover {
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a:focus,
.btn:focus,
:focus {
    outline: 0;
    text-decoration: none;
}

.just-mobile {
    display: none;
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

a img {
    border: none;
    outline: 0;
}

input,
button,
form,
fieldset,
label,
textarea {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

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

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

.no-margin-top {
    margin-top: 0 !important;
}

.nmb {
    margin-bottom: 0 !important;
}

.npr {
    padding-right: 0 !important;
}

.npt {
    padding-top: 0 !important;
}

.npb {
    padding-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.floatleft {
    float: left !important;
}

.floatright {
    float: right !important;
}

.no-border {
    border: none !important;
}

.inline-block {
    display: inline-block !important;
}


/* LAYOUT */


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


/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */

.aligncenter {
    display: block;
    margin: 0 auto
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.wp-caption {
    border: 1px solid #666;
    text-align: center;
    background: #ccc;
    padding: 10px;
    margin: 10px
}


/* MAIN HEADER */

.main-header {
    padding: 19px 0;
    background: #fff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
    position: relative;
    border-bottom: 1px solid #dddddd;
    z-index: 999;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
}

.admin-bar .main-header {
    top: 32px;
}

:focus {
    outline: 0 !important;
}

.container-home {
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.container-home:after {
    content: '';
    display: block;
    clear: both;
}

.logo {
    float: left;
    margin-right: 20px;
}

.logo a {
    display: block;
}

.logo img {
    width: auto;
    height: 40px;
}

.header-search {
    float: left;
    width: 285px;
}

.header-search label {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9fa1a8;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #9fa1a8;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #9fa1a8;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #9fa1a8;
}

.searchform,
.sf_search {
    position: relative;
}

.sf_search {
    border: none !important;
}

.searchform input[type="search"],
.searchform input[type="text"] {
    background: #ebebeb;
    border: none;
    font-size: 16px;
    color: #9fa1a8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    padding: 0 14px 0 40px;
    font-weight: 400;
    width: 100% !important;
    font-weight: normal;
}

.searchform input[type="submit"],
.searchform button {
    background: url(../images/icon-search.png) no-repeat center;
    border: none;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    margin: 0;
    padding: 0;
}

.sf_main {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf_result_container {
    background-color: #f3f3f3;
    border: 1px solid #699d8b;
    border-radius: 5px;
}

.sf_result_container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #9fa1a8;
}

.sf_result_container ul li {
    padding: 10px 16px;
}

.sf_result_container ul li:hover {
    background-color: #699d8b;
    color: #fff;
}

.sf_result_container ul li a {
    display: block;
    color: #9fa1a8;
}

.sf_result_container ul li:hover a {
    color: #fff;
}

.sf_header,
.sf_lnk.sf_more {
    display: none !important;
}

.user-actions {
    float: right;
}

.btn-add-trip {
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    padding: 0 18px;
    margin: 0;
    border: none;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    float: left;
    position: relative;
    overflow: hidden;
}

.btn-add-trip:after {
    content: '';
    background: rgb(105, 157, 139);
    background: -moz-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: linear-gradient(to right, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#699d8b', endColorstr='#686ba2', GradientType=1); */
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-animation: GradientRotation 8s steps(80) infinite;
    animation: GradientRotation 8s steps(80) infinite;
    margin-left: -25%;
    margin-top: -55%;
    min-height: 150%;
    min-width: 150%;
    padding-bottom: 75%;
    padding-top: 75%;
    left: 0;
}

.btn-add-trip div {
    position: relative;
    z-index: 1;
}

.btn-add-trip span.icon-plus {
    display: inline-block;
    vertical-align: text-bottom;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    transition: all ease-in 250ms;
    -webkit-transition: all ease-in 250ms;
}

.icon-plus {
    /* background: url(../images/icon-plus.png) no-repeat center;
    background-size: 100%; */
    border: 1px solid #fff;
    position: relative;
    border-radius: 50%;
    position: relative;
}

.icon-plus span {
    position: absolute;
    top: -1px;
    left: 0;
    line-height: 24px;
    margin: 0;
    left: -1px;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
}

.btn-add-trip:hover,
.btn-add-trip:focus {
    color: #fff;
}

.btn-add-trip:focus {
    outline: 0;
    text-decoration: none;
}

.btn-add-trip:hover span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@keyframes GradientRotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


/*** LOGIN ACTIONS ***/

.login-actions {
    float: right;
    margin-left: 15px;
}

ul.login-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.login-menu:after {
    content: '';
    display: block;
    clear: both;
}

ul.login-menu li {
    float: left;
    margin-right: 0px;
    line-height: 40px;
}

ul.login-menu li.or {
    margin: 0 10px;
    margin: 0 10px;
    text-transform: lowercase;
    position: relative;
    background: #fff;
    padding: 0 10px;
    color: rgba(45, 51, 66, 0.50);
}

ul.login-menu li.or:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}

ul.login-menu li.or span {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #fff;
    padding: 0 5px;
}

ul.login-menu li:last-of-type {
    margin-right: 0;
}

ul.login-menu li a {
    display: block;
    padding: 0 5px;
}

ul.login-menu li:last-of-type a {
    padding-right: 0;
}


/*** USER MENU ***/

.user-menu-wrap {
    float: right;
    margin-left: 30px;
    position: relative;
}

.user-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.user-menu li.has-sub {
    display: block;
    position: relative;
    transition: all ease-in 150ms;
    -webkit-transition: all ease-in 150ms;
    -moz-transition: all ease-in 150ms;
}

.user-menu li.has-sub>a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
}

.user-menu span.avatar {
    display: block;
}

.user-menu li.has-sub>a img {
    display: block;
}

.user-menu li.has-sub ul {
    list-style: none;
    margin: 0;
    z-index: 999;
    position: absolute;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    right: 0;
    width: 260px;
    padding: 0;
    transition: all ease-in 150ms;
    -webkit-transition: all ease-in 150ms;
    -moz-transition: all ease-in 150ms;
    text-align: center;
    background: #ffffff;
    border: 1px solid #c5c7cb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}

.open li.has-sub ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 70px;
}

.user-menu li.has-sub ul li {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #2d3342;
    line-height: 24px;
}

.user-menu li.has-sub ul li.user-info {
    padding: 10px;
    background: #fcfcfc;
    border-bottom: 1px solid #cfd0d4;
}

.user-menu li.has-sub ul li.user-info span {
    display: block;
}

.user-menu li.has-sub ul li.user-info span.email {
    font-size: 14px;
    color: #9fa1a8;
}

.user-menu li.has-sub ul li a {
    display: block;
    color: #2d3342;
    padding: 10px;
    transition: all ease-in-out 150ms;
    -webkit-transition: all ease-in-out 150ms;
    -moz-transition: all ease-in-out 150ms;
}

.user-menu li.has-sub ul li a:hover {
    background: #2d3342;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.user-menu li.has-sub ul li a i {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle;
}


/* END HEADER */


/* START FOOTER */

.main-footer {
    display: block;
    position: relative;
    background: url(../images/footer-bg.jpg) no-repeat top left;
    background-size: cover;
    min-height: 1030px;
    padding: 100px 0;
}

.page-template-add-side-trip .main-footer,
.page-template-edit-side-trip .main-footer {
    z-index: -1;
    margin-top: -250px;
}

.page-template-add-side-trip .main-footer .container,
.page-template-edit-side-trip .main-footer .container {
    display: none;
}

.footer-callout {
    margin-bottom: 145px;
}

.footer-callout h2 {
    font-weight: 300;
    font-size: 54px;
    color: #699d8b;
    margin: 0 0 30px 0;
    line-height: 38px;
}

.footer-callout h2 span {
    font-size: 30px;
    color: #2d3342;
}

.footer-callout .btn-add-trip {
    float: none;
    display: inline-block;
}

.footer-logo {
    float: left;
    margin-right: 25px;
}

.footer-logo img {
    width: 120px;
}

.footer-nav-holder {
    float: left;
}

.footer-nav-holder nav {
    margin-bottom: 30px;
}

.footer-nav-holder nav:last-of-type {
    margin-bottom: 0;
}

ul.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

ul.footer-menu li {
    display: inline-block;
    margin-right: 36px;
    font-size: 18px;
    line-height: 1;
}

ul.footer-menu li:last-of-type {
    margin-right: 0;
}

ul.footer-menu li a {
    color: #252424;
    display: block;
    text-transform: uppercase;
}

#footer-menu-2 li a {
    color: rgba(37, 36, 36, 0.6);
}


/* END FOOTER */

main.main {
    min-height: 100vh;
    padding-top: 100px;
    position: relative;
}

main.main.single {
    padding: 50px 0 0 0;
}


/* HOMEPAGE */

.homepage-title {
    padding: 30px 0;
    margin-bottom: 30px;
}

header.homepage-title h1 {
    font-weight: 300;
    font-size: 44px;
    color: #699d8b;
    margin: 0;
    line-height: 24px;
}

header.homepage-title h1 span {
    font-size: 24px;
    color: #2d3342;
}

nav.home-nav {
    border-bottom: 1px solid #699d8b;
}

nav.home-nav:after {
    content: '';
    display: block;
    clear: both;
}

nav.home-nav a {
    float: left;
    margin-right: 4px;
    padding: 18px 10px;
    font-weight: 500;
    color: #35373d;
    text-transform: uppercase;
}

nav.home-nav a:hover {
    color: #699d8b;
}

nav.home-nav a:first-of-type {
    padding-left: 0;
}

nav.home-nav a:last-of-type {
    margin-right: 0;
}

.carousel-block {
    padding: 0 0 65px 0;
}

.side-trip-picks.carousel-block:first-of-type {
    padding-top: 45px;
}

.carousel-block.npt {
    padding-top: 0;
}

.carousel-block header {
    margin-bottom: 15px;
}

.carousel-block header h2 {
    margin: 0;
    font-size: 24px;
    color: #35373d;
    font-weight: 300;
    line-height: 1em;
    text-transform: uppercase;
}

.slick-home {
    margin-left: -10px;
    margin-right: -10px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
}

.slick-home .slick-list {
    padding-bottom: 4px;
}

.slick-home .trip-card {
    float: left;
    width: 33.333%;
    margin: 0 10px;
    display: none;
    /* Remove the line above to allow scale-in */
    max-width: 440px;
}


/* Remove to allow scale-in */

.slick-home.slick-initialized .trip-card {
    display: block;
}


/* end remove */

@media (min-width: 1600px) {
    .slick-home .trip-card {
        width: 25%;
    }
}

.slick-home .slick-prev {
    left: -50px;
}

.slick-home .slick-next {
    right: -40px;
}

.slick-home .slick-prev span,
.slick-home .slick-next span {
    display: block;
}

.slick-home .slick-prev,
.slick-home .slick-next {
    background: none;
    border: none;
    top: 50%;
    margin: 0;
    padding: 0;
    margin-top: -90px;
    width: 30px;
    height: 40px;
    font-size: 40px;
}

.trip-card {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

.trip-card .card-inner {
    background: #fff;
}

.trip-card .card-inner .card-image {
    position: relative;
}

.trip-card .card-inner .card-image img {
    width: 100%;
}

.card-rollover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all ease 250ms;
}

.card-rollover a.clickable {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.trip-card .card-inner .card-image:hover .card-rollover {
    opacity: 1;
    visibility: visible;
}

.card-rollover:after {
    content: '';
    background: rgb(105, 157, 139);
    background: -moz-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: linear-gradient(to right, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.card-rollover .rollover-actions {
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.card-rollover .rollover-actions a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    line-height: 1em;
    padding: 8px 10px;
    text-align: center;
    color: #699c8b;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.4);
    position: relative;
}

.card-rollover .rollover-actions a:last-of-type {
    margin-right: 0;
}

.card-rollover .rollover-actions a i {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 15px;
    height: 14px;
    vertical-align: top;
    background-size: cover;
}

.card-rollover .rollover-actions a.markAsDone i,
.card-rollover .rollover-actions a.markAsDoneNonLogged i {
    background-image: url(../images/mark-complete-icon.png);
}

.card-rollover .rollover-actions a.saveTripProfile i,
.card-rollover .rollover-actions a.saveTripProfileNonLogged i {
    background-image: url(../images/save-trip-icon.png);
}

.card-rollover .rollover-actions a.completed,
.card-rollover .rollover-actions a.saved {
    background: rgb(105, 157, 139);
    background: -moz-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: linear-gradient(to right, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    color: #fff;
}

.card-rollover .rollover-actions a.completed i,
.card-rollover .rollover-actions a.saved i {
    background-position: 0px -14px;
}

.card-rollover .rollover-actions a .tooltip {
    position: absolute;
    width: 95px;
    top: -20px;
    left: -20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all ease 250ms;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

.card-rollover .rollover-actions a:hover .tooltip {
    top: -35px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.card-rollover .rollover-actions a .tooltip-inner {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    background: #2d3342;
    position: relative;
    padding: 7px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1em;
}

.card-rollover .rollover-actions a .tooltip-inner:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #2d3342 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.trip-card .card-inner .card-info {
    padding: 18px 20px;
}

.trip-card .card-inner .card-info h2 {
    margin: 0 0 15px 0;
    font-size: 25px;
    font-weight: 500;
    color: #2d3342;
    line-height: 1em;
}

.trip-card .card-inner .card-info h2 a {
    color: #2d3342;
}

.trip-card .card-inner .card-info p {
    color: #2d3342;
    margin: 0 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.trip-card .card-inner .card-meta {
    text-transform: uppercase;
    color: rgba(53, 55, 61, 0.6);
    font-size: 15px;
}

.trip-card .card-inner .card-meta a {
    color: rgba(53, 55, 61, 0.6);
}

.trip-card .card-inner .card-meta a:hover {
    color: #699d8b;
}

.trip-card .card-inner .card-meta span.price span {
    color: #35373d;
}

.country-section {
    background: #f8f8fc;
    padding: 90px 0;
}

.country-section header {
    margin-bottom: 15px;
}

.country-section header h2 {
    margin: 0;
    font-size: 24px;
    color: #35373d;
    font-weight: 300;
    line-height: 1em;
    text-transform: uppercase;
}


/* COUNTRIES */

.country-card {
    margin-bottom: 60px;
}

.country-card .card-inner .card-image {
    margin-bottom: 12px;
}

.country-card .card-inner .card-image img {
    width: 100%;
}

.country-card .card-inner h2 {
    color: #252424;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.country-card .card-inner h2 a {
    color: #252424;
    transition: all ease 150ms;
}

.country-card .card-inner h2 a:hover {
    color: #699d8b;
}

.country-card .card-inner h2 i {
    display: inline-block;
    margin-right: 10px;
}

.more-countries-loader {
    text-align: center;
    position: relative;
}

.more-countries-loader:after {
    content: '';
    display: block;
    border-bottom: 1px solid #cecdd0;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
}

.more-countries-loader a {
    color: rgba(37, 36, 36, 0.50);
    font-weight: 500;
    padding: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #f8f8fc;
    transition: all ease 150ms;
}

.more-countries-loader a:hover {
    color: #699d8b;
}

.more-countries-loader a:focus {
    outline: 0;
    text-decoration: none;
}


/* PAGINATION */

.more-posts-loader {
    text-align: center;
    position: relative;
}

.more-posts-loader:after {
    content: '';
    display: block;
    border-bottom: 1px solid #cecdd0;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
}

.more-posts-loader a {
    color: rgba(37, 36, 36, 0.50);
    font-weight: 500;
    padding: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    transition: all ease 150ms;
}

.more-posts-loader a:hover {
    color: #699d8b;
}

.more-posts-loader a:focus {
    outline: 0;
    text-decoration: none;
}


/* Gallery Loader */

.more-pictures-loader {
    text-align: center;
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
}

.more-pictures-loader:after {
    content: '';
    display: block;
    border-bottom: 1px solid #cecdd0;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
}

.more-pictures-loader a {
    color: rgba(37, 36, 36, 0.50);
    font-weight: 500;
    padding: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    transition: all ease 150ms;
}

.more-pictures-loader a:hover {
    color: #699d8b;
}

.more-pictures-loader a:focus {
    outline: 0;
    text-decoration: none;
}


/* PRELOADER */

#more-cats-wrapper {
    position: relative;
    transition: all ease-in 0.5s;
}

#preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    text-align: center;
}

.no-js #preloader {
    display: none;
}

.mul8 {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.mul8circ1 {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid #e4e0de;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    -webkit-animation: mul8circ1Anim 2s infinite linear;
    animation: mul8circ1Anim 2s infinite linear;
    position: absolute;
}

.mul8circ2 {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid #699d8b;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    -webkit-animation: mul8circ2Anim 2.5s infinite linear;
    animation: mul8circ2Anim 2.5s infinite linear;
    position: absolute;
}

@-webkit-keyframes mul8circ1Anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mul8circ1Anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes mul8circ2Anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mul8circ2Anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.malinky-ajax-pagination-loading {
    position: relative;
    height: 50px;
}

.mul8p {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.mul8pcirc1 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 3px solid #e4e0de;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    -webkit-animation: mul8circ1Anim 2s infinite linear;
    animation: mul8circ1Anim 2s infinite linear;
    position: absolute;
}

.mul8pcirc2 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 3px solid #30726a;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    -webkit-animation: mul8circ2Anim 2.5s infinite linear;
    animation: mul8circ2Anim 2.5s infinite linear;
    position: absolute;
}

@-webkit-keyframes mul8pcirc1Anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mul8pcirc1Anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes mul8pcirc2Anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mul8pcirc2Anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* END HOMEPAGE */


/* ADD SIDE TRIP */

.add-side-trip {
    position: relative;
}

.add-side-trip>header {
    margin-bottom: 65px;
    width: 74%;
}

.add-side-trip>header h2 {
    font-weight: 300;
    font-size: 44px;
    color: #699d8b;
    margin: 0;
    line-height: 24px;
}

.add-side-trip>header h2 span {
    font-size: 24px;
    color: #2d3342;
}

.col-md-8.dpr {
    padding-right: 95px;
}

.add-side-trip .col-md-6.dpr,
.add-side-trip .col-sm-6.dpr {
    padding-right: 30px;
}

.add-side-trip .col-md-6.dpl,
.add-side-trip .col-sm-6.dpl {
    padding-left: 30px;
}

.form-section {
    margin-bottom: 70px;
}

.form-section h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #9fa1a8;
    font-weight: normal;
    line-height: 1em;
}


/* CUSTOM RADIOS AND CHECKBOXES */

.nmt {
    margin-top: 0 !important;
}

.checkbox {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.radio {
    margin: 0;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 32px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #9fa1a8;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 2px solid #9fa1a8;
    border-radius: 3px;
}

.control--radio .control__indicator {
    border-radius: 50%;
    border-color: #699d8b;
}

.control-label {
    display: block;
}

.control input:checked~.control__indicator {
    background: #699d8b;
    border-color: #699d8b;
}

.control--radio input:checked~.control__indicator {
    background: #fff;
}

.control input:checked~.control-label {
    color: #2d3342;
}

.control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 3px;
    top: 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #699d8b;
}

.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}


/* END CUSTOM CHECKBOXES AND RADIOS */

.form-group {
    margin-bottom: 50px;
    position: relative;
}

.form-group label abbr {}

.form-group:not(.checkbox-holder) label:not(.switch) {
    color: #9fa1a8;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
    transition: all ease 250ms;
    top: 0px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    font-size: 16px;
    line-height: 1em;
    width: 100%;
}

.form-group.filled:not(.checkbox-holder) label:not(.switch) {
    opacity: 1;
    top: -25px;
    z-index: 0
}

.form-group.half-margin {
    margin-bottom: 25px;
}

.form-control {
    height: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e7;
    font-size: 18px;
    font-weight: 400;
    padding: 12px;
    color: #9fa1a8;
    background: #f3f3f3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: all ease 250ms;
}

#remainingChars {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    color: rgba(53, 55, 61, 0.6);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0;
    transition: all ease 250ms;
}

.form-group.filled #remainingChars {
    opacity: 1;
}

textarea.form-control {
    min-height: 100px;
    padding: 14px 12px;
    max-width: 100%;
}

.form-control.filled {
    background: #fff;
    color: #2d3342;
}

.form-control:focus {
    border-color: #699d8b;
    outline: 0;
    -webkit-box-shadow: 0 0px 7px rgba(105, 157, 139, 0.2);
    box-shadow: 0 0px 7px rgba(105, 157, 139, 0.2);
}

.conditional {
    display: none;
}

.form-group.conditional {
    margin-bottom: 0;
}

.form-group .radio label {
    display: block;
}

#clone-pro-tips {
    color: #699d8b;
    display: block;
    padding: 12px 12px 0 12px;
    font-size: 16px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.clonable-field {
    position: relative;
    display: none;
}

.clonable-field a {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 50px;
    padding: 0 12px;
    font-size: 14px;
}

.clonable-field .form-control {
    padding-right: 70px
}


/* RADIO STYLE */

.radio label {
    margin-bottom: 12px;
}

.radio label:last-of-type {
    margin-bottom: 0;
}

.form-section header {
    margin-bottom: 40px;
    font-size: 16px;
    color: #2d3342;
    color: rgba(45, 51, 66, 0.7);
    font-weight: 500;
}

.form-section header h3 {
    font-weight: 300;
    font-size: 24px;
    color: #35373d;
    margin: 0 0 15px 0;
    line-height: 1em;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 14px;
    margin-bottom: 0;
    margin-right: 15px;
    vertical-align: middle;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9fa1a8;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -1px;
    bottom: -3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

input:checked+.slider {
    background-color: #699d8b;
}

input:focus+.slider {
    box-shadow: 0 0 1px #699d8b;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 10px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-holder {
    margin-top: 8px;
    color: #434856;
}

.input-icon {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 48px;
    height: 48px;
    border-right: 1px solid #e6e6e6;
    background-color: #fff;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
}

.icon-facebook {
    background-image: url(../images/icon-facebook.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 21px;
}

.has-icon .form-control {
    padding-left: 60px
}


/* Select */

.wdc_select {
    width: 100%;
}


/* DRAG DROP */

#limit-error,
#limit-error-multi {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    display: none;
    top: 105%;
    left: 0;
    padding: 0 30px 0 15px;
}

#limit-error-multi {
    padding: 0 15px 0 30px;
}

#limit-error .alert-white,
#limit-error-multi .alert-white {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    position: relative;
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
}

#limit-error .alert-white:after,
#limit-error .alert-white:before,
#limit-error-multi .alert-white:after,
#limit-error-multi .alert-white:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#limit-error .alert-white:after,
#limit-error-multi .alert-white:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}

#limit-error .alert-white:before,
#limit-error-multi .alert-white:before {
    border-color: rgba(235, 235, 235, 0);
    border-bottom-color: #ebebeb;
    border-width: 9px;
    margin-left: -9px;
}

#limit-error .alert-white .close-limit,
#limit-error-multi .alert-white .close-limit-multi {
    float: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    /* filter: alpha(opacity=20); */
    position: absolute;
    top: 5px;
    right: 10px;
    color: inherit;
    z-index: 1;
}

#limit-error .alert-white .close-limit:hover,
#limit-error-multi .alert-white .close-limit-multi:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    /* filter: alpha(opacity=50); */
}

.drag-drop-area {
    position: relative;
    height: 230px;
}

.drop {
    background: #ebebeb;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 4px dashed transparent;
}

.drop .cont {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table;
    color: #9fa1a8;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    font-size: 16px;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.drop .cont .cont-inner {
    display: table-cell;
    vertical-align: middle;
}

.drop .cont .tit {
    font-size: 16px;
    text-transform: uppercase;
    color: #35373d;
    margin-bottom: 25px;
}

.drop .cont .browse {
    color: #699d8b;
    display: block;
}

.drop .cont .multiupload .browse {
    display: inline-block;
}

.drop .cont .desc {
    color: #9fa1a8;
    text-align: center;
}

.drop input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: red;
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#filelist-cover {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px;
    height: 100%;
}

#filelist-cover>div {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}

#filelist-cover .thumb {
    margin: 0;
    border-radius: 5px;
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.removeImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
}

#filelist-cover .thumb a {
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #699d8b;
    line-height: 22px;
    font-size: 14px;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

#filelist-cover .thumb a:hover {
    text-decoration: none;
}

#filelist-cover .thumb:hover .removeImg {
    display: block;
}

#filelist-cover .thumb img {
    max-height: 150px;
    border-radius: 5px;
}

#filelist-cover .filename {
    margin-top: 0px;
    font-size: 16px;
    color: #9fa1a8;
    text-align: center;
}


/* MULTIPLE */

#drop-zone {
    /* width: 100%;
    min-height: 150px;
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #35373d;
    background: #ebebeb;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0;
    border: 4px dashed transparent;
    height: 100%; */
    background: #ebebeb;
    width: 100%;
    min-height: 230px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 4px dashed transparent;
}

#drop-zone input[type="file"] {
    /* position: absolute;
    cursor: pointer;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%; */
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: red;
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#drop-zone .cont {
    width: 100%;
    height: 100%;
    position: absolute;
    display: table;
    color: #9fa1a8;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    font-size: 16px;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#drop-zone .cont .cont-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 16px 0;
}

#drop-zone .cont.block,
#drop-zone .cont .cont-inner.block {
    display: block;
    position: static;
}

#drop-zone .cont .tit {
    font-size: 16px;
    text-transform: uppercase;
    color: #35373d;
}

#drop-zone .cont .browse {
    color: #699d8b;
    display: inline-block;
}


/*If you dont want the button*/

#clickHere {
    /* display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    /* cursor: pointer;
    color: white;
    font-size: 17px;
    width: 150px;
    border-radius: 4px;
    background-color: #4679BD;
    padding: 10px; */
}

#filename {
    padding-top: 0;
    position: relative;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

.filename-preview {
    flex-grow: 1;
    flex-basis: 30%;
    margin: 1.5%;
    background-color: #fff;
    height: 60px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 90px;
    padding: 15px;
    position: relative;
}

.filename-preview .closeBtn {
    background: #fff;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    color: #699d8b;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    opacity: 0;
    -webkit-transition: all ease 250ms;
    -moz-transition: all ease 250ms;
    transition: all ease 250ms;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

.file-preview {
    background: #ccc;
    border: 5px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.filename-preview:hover .closeBtn {
    opacity: 1;
}

.closeBtn:hover {
    color: red;
}


/* Multi file list */

#filelist-cover-multiple {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0px;
}

.initial-grid-holder {
    z-index: 0;
}

#filelist-cover-multiple #grid-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#filelist-cover-multiple #grid-holder>div {
    flex: 1 30%;
    margin: 1.5%;
    max-width: 31.5%;
}

#filelist-cover-multiple .thumb {
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.removeImgMultiple {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
}

#filelist-cover-multiple .thumb a {
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #699d8b;
    line-height: 22px;
    font-size: 14px;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

#filelist-cover-multiple .thumb a:hover {
    text-decoration: none;
}

#filelist-cover-multiple .thumb:hover .removeImgMultiple {
    display: block;
}

.drag-drop-area.multiple {
    min-height: 230px;
}

.drag-drop-area.multiple.invisible {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.multiple .drop .cont .tit {
    margin-bottom: 16px;
}

.multiple .drop .cont-inner {
    padding: 16px 0 0 0;
    display: block;
}

.form-submit .btn {
    text-align: center;
    height: 50px;
    color: #fff;
    border: none;
    display: block;
    background: #699d8b;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 100%;
    font-size: 1em;
    padding: 0;
    line-height: 50px;
    font-weight: 500;
}


/* Card Preview */

.col-md-4.static {
    position: static;
}

.trip-side {
    max-width: 360px;
}

.card-preview {
    max-width: 360px;
}

.card-preview.floating,
.card-preview.absolute,
.card-preview.standing {
    width: 360px;
}

.card-preview>h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #9fa1a8;
}

.card-preview .trip-card {
    position: relative;
}

.card-preview .trip-card .card-image {
    position: relative;
    /* min-height: 270px; */
}

.card-preview .trip-card .card-image .thumb {
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: 360px;
}

.card-preview .trip-card .card-image img {
    width: 100%;
    max-width: 360px;
}

.card-preview .trip-card .card-info p.filled,
.card-preview .trip-card .card-info h2.filled {
    color: #35373d
}

.card-preview .trip-card .card-info .card-meta i {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.card-preview .trip-card .card-info .card-meta i:before {
    content: "\00a0";
}

.card-preview .trip-card .card-info .card-meta .filled:not(.price) {
    color: #35373d;
}

.card-preview .trip-card .card-info .card-meta.filled i {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
}


/* SINGLE SIDE TRIP */

.gallery-grid {
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
    min-height: 900px;
}

.single-itineraries .gallery-grid {
    margin-top: 40px;
}

.masonry,
.masonry .masonry-brick {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.masonry .masonry-brick {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top
}

.gallery-grid .gallery-item {
    cursor: pointer;
    width: 33.333%;
    float: left;
    padding: 4px;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.4s;
    transition-delay: 250ms !important;
}

.gallery-grid .gallery-item.animated {
    opacity: 1;
}

.grid-sizer {
    width: 33.333%;
}

.gallery-grid .gallery-item a {
    display: block;
}

.not-visible {
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.gallery-grid .gallery-item img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gallery-grid .gallery-item iframe {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gallery-grid .gallery-item .video-sizer {
    width: 100%;
    height: 250px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 245px;
    overflow: hidden;
}

.gallery-grid .gallery-item .video-sizer a {
    height: 100%;
}

.gallery-grid .gallery-item .video-sizer .video-player {
    height: 100%;
}

.side-trip-nav {
    border-bottom: 1px solid #d4d5d6;
    margin-bottom: 45px;
}

.side-trip-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-trip-nav ul li {
    float: left;
}

.side-trip-nav ul li a {
    display: block;
    padding: 10px 12px;
    color: rgba(53, 55, 61, 0.75);
    text-decoration: none;
    font-weight: 500;
    line-height: 1em;
}

.side-trip-nav ul li:first-of-type a {
    padding-left: 0;
}

main.side-trip .dpr,
.comments-section .dpr {
    padding-right: 45px;
}

main.side-trip header {
    margin-bottom: 40px;
}

main.side-trip header h1 {
    margin: 0;
    color: #699d8b;
    font-weight: 500;
    font-size: 44px;
    line-height: 1em;
}

main.side-trip header .overview {
    text-transform: uppercase;
    color: #35373d;
    line-height: 20px;
}

main.side-trip header .overview.hmt {
    margin-top: 15px;
}

main.side-trip header .overview .price {
    color: rgba(53, 55, 61, 0.6);
}

main.side-trip header .overview .price span {
    color: #35373d;
}

main.side-trip header .overview .flag-icon {
    font-size: 20px;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
}

main.side-trip #details,
main.side-trip .details,
main.side-trip #pro-tips,
main.side-trip .pro-tips {
    margin-bottom: 60px;
}

.trip-section {
    color: #2d3342;
    margin-bottom: 60px;
}

main.side-trip .trip-section:last-of-type {
    margin-bottom: 0;
}

.trip-section h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
    margin: 0 0 15px 0;
    color: #699d8b;
}

.trip-section p {
    margin: 0 0 15px 0;
    font-size: 18px;
}

.trip-section p:last-of-type {
    margin-bottom: 0;
}

.trip-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.trip-section ul li {
    margin-bottom: 35px;
    position: relative;
    padding-left: 25px;
}

.trip-section ul li:last-of-type {
    margin-bottom: 0;
}

.trip-section ul li:after {
    content: "\53";
    font-family: "dripicons-v2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 4px;
    font-size: 18px;
    left: 0px;
    color: #699d8b;
}

.comments-section .comments-inner {
    border-top: 1px solid #699d8b;
    margin-top: 50px;
    padding-top: 50px;
    margin-bottom: 0;
}

.comments-section header {
    margin-bottom: 15px;
}

.comments-section header h3 {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    color: #35373d;
    line-height: 1;
}

#disqus_thread {
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 15px;
}

.related-trips {
    margin-top: 45px;
}


/* Trip Side */

.map-holder {
    position: relative;
}

.map-holder h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 5px 0;
    color: rgba(53, 55, 61, 0.5);
    line-height: 1em;
}

#side-map,
.side-map {
    height: 240px;
    background: #555555;
    width: 100%;
}

.map-holder {
    margin-bottom: 40px;
}

dl {
    margin: 0 0 15px 0;
    position: relative;
    font-size: 18px;
    line-height: 1.25em;
}

dl:last-of-type {
    margin-bottom: 0;
}

dl:after {
    content: '';
    display: block;
    clear: both;
}

dl dt {
    display: block;
    /* position: absolute; */
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
    float: left;
}

dl:after {
    content: '';
    display: block;
    clear: both;
}

dl dd {
    display: block;
    margin-left: 0;
    padding-left: 110px;
}

.trip-meta .price {
    color: rgba(53, 55, 61, 0.6);
}

.trip-meta .price span {
    color: #35373d;
}

.trip-meta {
    margin-bottom: 40px;
}

.booking-info {
    font-size: 18px;
    margin-bottom: 30px;
}

.booking-info h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 300;
    color: #35373d;
    line-height: 1;
}

.booking-info p {
    margin: 0;
    line-height: 1;
}

.floating .booking-info dl dd,
.standing .booking-info dl dd,
.booking-info dl dd {
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
}

.floating .booking-info dl dd.nooverflow,
.standing .booking-info dl dd.nooverflow,
.booking-info dl dd.nooverflow {
    text-overflow: inherit;
}

.booking-info .contact-info .nooverflow a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.booking-info .contact-info span.whatsapp {
    display: block;
    font-size: 13px;
    color: rgba(45, 51, 66, 0.70);
    line-height: 16px;
    margin-top: 8px;
}

.booking-info .contact-info span.whatsapp img {
    width: 16px;
    vertical-align: top;
}

.booking-info .contact-info a {
    color: #699d8b;
}

.sidetrip-actions {
    border-top: 1px solid #cdced2;
    padding-top: 40px;
    margin-top: 40px;
}

.sidetrip-actions .save-trip,
.sidetrip-actions .complete-trip {
    margin-bottom: 35px;
}

.sidetrip-actions .save-trip .avatar-image,
.sidetrip-actions .complete-trip .avatar-image {
    float: left;
    margin-right: 15px;
}

.sidetrip-actions .save-trip .avatar-image img,
.sidetrip-actions .complete-trip .avatar-image img {
    border-radius: 50%;
    width: 44px;
}

.sidetrip-actions .save-trip h4,
.sidetrip-actions .complete-trip h4 {
    margin: 0;
    color: #35373d;
    font-size: 18px;
    font-weight: 500;
    float: left;
    margin-right: 20px;
    line-height: 1.2em;
}

.sidetrip-actions .save-trip h4 span,
.sidetrip-actions .complete-trip h4 span {
    display: block;
    font-size: 16px;
    color: rgba(53, 55, 61, 0.5);
}

.sidetrip-actions .save-trip a,
.sidetrip-actions .complete-trip a {
    float: right;
    font-size: 16px;
    color: #699d8b;
    background: #f8f8fc;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding: 0 20px;
    border-radius: 20px;
    margin-top: 3px;
    position: relative;
    width: 150px;
    transition: all ease 150ms;
}

.sidetrip-actions .save-trip a.saved,
.sidetrip-actions .complete-trip a.completed {
    background: #699d8b;
    color: #fff;
}

.sidetrip-actions .save-trip a:hover,
.sidetrip-actions .complete-trip a:hover {
    color: #fff;
    background: #699d8b;
    text-decoration: none;
}

.save-trip-btn {
    /* text-align: center;
    background: rgba(53, 55, 61, 0.5);
    color: #fff;
    text-transform: uppercase;
    height: 38px;
    border-radius: 20px;
    padding: 0px 10px;
    line-height: 38px;
    font-weight: 500;
    font-size: 1em;
    /* width: 250px;
    float: left; 
    position: relative;
    display: inline-block;
    */
}


/* .save-trip-btn.saved {
    background: #699d8b;
    color: #fff;
} */

.save-trip-btn .loader,
.complete-trip-btn .loader {
    position: absolute;
    top: 5px;
    right: 36px;
    display: none;
}

.save-trip-btn .loader .mul8,
.complete-trip-btn .loader .mul8 {
    top: 0;
    right: 0;
    margin: 0;
    width: 26px;
    height: 26px;
}

.save-trip-btn .loader .mul8circ1,
.complete-trip-btn .loader .mul8circ1 {
    width: 26px;
    height: 26px;
    border: 2px solid #ffffff;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
}

.save-trip-btn .loader .mul8circ2,
.complete-trip-btn .loader .mul8circ2 {
    width: 26px;
    height: 26px;
    border: 2px solid #dadada;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
}


/* .save-trip-btn:hover {
    color: #fff;
    text-decoration: none;
} */

.save-trip-btn:focus {
    /* color: #fff; */
    text-decoration: none;
}

.sidetrip-actions .sharing-actions {
    line-height: 38px;
    vertical-align: middle;
    float: right;
}

.sidetrip-actions .sharing-actions:after {
    content: '';
    display: block;
    clear: both;
}

.sidetrip-actions .sharing-actions a {
    color: #9fa1a8;
    width: 30px;
    height: 38px;
    text-align: center;
    float: left;
}

.sidetrip-author {
    /* margin-top: 40px; */
}

.sidetrip-author .author-image {
    float: left;
    margin-right: 15px;
}

.sidetrip-author .author-image img {
    border-radius: 50%;
    width: 44px;
}

.sidetrip-author .author-info h4 {
    margin: 0;
    color: #35373d;
    font-size: 18px;
    font-weight: 500;
    float: left;
    margin-right: 20px;
    line-height: 1.2em;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px;
    white-space: nowrap;
}

.sidetrip-author .author-info h4 span {
    display: block;
    font-size: 16px;
    color: rgba(53, 55, 61, 0.5);
}

.sidetrip-author .author-info a.profile-btn {
    float: right;
    font-size: 16px;
    color: #699d8b;
    background: #f8f8fc;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding: 0 20px;
    border-radius: 20px;
    margin-top: 3px;
    width: 150px;
    transition: all ease 150ms;
}

.sidetrip-author .author-info a.profile-btn:hover {
    color: #fff;
    background: #699d8b;
    text-decoration: none;
}

.no-trips-added {
    text-align: center;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    padding: 60px 0;
}

.no-trips-added h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
    color: #35373d;
    font-weight: 300;
    line-height: 1em;
    text-transform: uppercase;
}

.no-trips-added p {
    margin: 0;
    font-weight: 300;
}


/* itineraries single and preview */

.preview-bar {
    background: #2d3342;
    position: fixed;
    text-align: center;
    padding: 16px 0;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
    z-index: 998;
    width: 100%;
    top: 79px;
}

.admin-bar .preview-bar {
    top: 111px;
}

.preview-bar.headroom--unpinned {
    top: 70px;
}

.preview-bar .btn {
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0 75px;
    border-radius: 5px;
    border: none;
    margin: 0 12px
}

.preview-bar .btn-edit {
    background: rgba(255, 255, 255, 0.05);
}

.preview-bar .btn-publish {
    position: relative;
    overflow: hidden;
    padding: 0 100px;
}

.preview-bar .btn-publish span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.preview-bar .btn-publish:before {
    content: '';
    background: rgb(105, 157, 139);
    background: -moz-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: linear-gradient(to right, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#699d8b', endColorstr='#686ba2', GradientType=1); */
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    -webkit-animation: GradientRotation 8s steps(80) infinite;
    animation: GradientRotation 8s steps(80) infinite;
    margin-left: -25%;
    margin-top: -55%;
    min-height: 150%;
    min-width: 150%;
    padding-bottom: 75%;
    padding-top: 75%;
    left: 0;
}

section.itineraries {
    /* background: url(../images/footer-bg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 540px; */
}

.container.no-padding {
    padding: 0;
}

.single-itineraries .main-footer {
    z-index: -1;
    margin-top: -250px;
}

.single-itineraries .main-footer .container {
    display: none;
}

.trip-photo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.trip-photo {
    position: relative;
}

.trip-photo .slickslide {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
}

.mb_YTPBar {
    visibility: hidden;
}

.playVideo,
.playVideoMobile {
    display: none;
    background: rgba(45, 51, 66, 0.8);
    width: 88px;
    height: 88px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -44px;
    margin-left: -44px;
    z-index: 99;
    color: #fff;
    text-align: center;
    line-height: 88px;
}

.playVideo span,
.playVideoMobile span {
    width: 32px;
    height: 45px;
    background: url(../images/play-icon.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.mbYTP_wrapper {
    visibility: hidden;
}

.slide-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 665px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide-background img {
    width: 100%;
    visibility: hidden;
}

ul.slick-dots {
    margin-left: -2px;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-right: -2px;
    margin-top: 1px;
    padding: 0;
}

.itinerary-tab ul.slick-dots {
    padding: 0;
}

ul.slick-dots li {
    opacity: 0.5;
    transition: all ease 150ms;
    flex-basis: 10%;
}

ul.slick-dots li:hover,
ul.slick-dots li.slick-active {
    opacity: 1;
}

.gallery.slick-thumbs {
    display: none;
}

ul.slick-dots button {
    background: none;
    border: none;
    padding: 0;
    border: 2px solid #fff;
    width: 100%;
}

ul.slick-dots button img {
    width: 100%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    font-size: 32px;
    color: rgba(45, 51, 66, 0.5);
    width: 45px;
    height: 45px;
    line-height: 44px;
    text-align: center;
}

.trip-photo .slick-prev span,
.trip-photo .slick-next span {
    display: block;
}

.trip-photo .slick-prev,
.trip-photo .slick-next {
    background: none;
    border: none;
    top: 50%;
    margin: 0;
    padding: 0;
    margin-top: -80px;
    width: 30px;
    height: 40px;
    color: rgba(45, 51, 66, 0.5);
}

.slick-arrow.slick-disabled {
    visibility: hidden;
}

.slick-arrow:hover {
    color: #699d8b;
    text-decoration: none;
}

.slick-next {
    right: -37px;
}

.slick-prev {
    left: -37px;
}

.side-trip-header:after,
.country-header:after {
    content: '';
    display: block;
    clear: both;
}

.side-trip-header img {
    border-radius: 10px;
    float: left;
    margin-right: 25px;
}

.side-trip-header img {
    display: none;
}

.side-trip-header h1 {
    margin: 0 0 10px 0;
    color: #699d8b;
    font-weight: 300;
    font-size: 46px;
    line-height: 1em;
}

.side-trip-header p,
.country-header p {
    margin: 0 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
}

.side-trip-header .country-wrapper,
.country-header .country-wrapper {
    font-size: 16px;
    color: rgba(53, 55, 61, 0.60);
    text-transform: uppercase;
}

.side-trip-header .country-wrapper a {
    color: rgba(53, 55, 61, 0.60);
}

.side-trip-header .country-wrapper a:hover {
    color: #699d8b;
}

.side-trip-header .country-wrapper i,
.country-header .country-wrapper i {
    vertical-align: top;
    margin-right: 5px;
    font-size: 26px;
}

.side-trip-header .country-wrapper {
    line-height: 26px;
    margin-bottom: 10px;
}

.side-trip-header,
.country-header {
    margin-bottom: 40px;
}

.itinerary-nav {
    margin-bottom: 10px;
}

.itinerary-nav .nav-inner {
    /* border-bottom: 1px solid #699d8b; */
}

.itinerary-nav span,
.itinerary-nav a {
    float: left;
    line-height: 1em;
    padding: 0px 0 5px 0;
    margin-right: 20px;
    font-weight: 500;
    color: #595c64;
    position: relative;
    /* text-transform: uppercase; */
}

.itinerary-nav span.trip-name {
    text-transform: none;
    color: #686ba2;
    font-weight: bold;
}

.itinerary-nav span.trip-country i {
    margin-right: 7px;
}

.itinerary-nav span.trip-name,
.itinerary-nav span.trip-country {
    display: none;
}

.itinerary-nav a {
    border-bottom: 1px solid transparent;
}

.itinerary-nav a.active,
.itinerary-nav a:hover {
    border-bottom: 1px solid #686ba2;
    color: #686ba2;
}

.itinerary-nav a.active {
    font-weight: 700;
}

.itinerary-nav a.active:after {
    /* content: ''; */
    width: 100%;
    height: 2px;
    background: #699d8b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.itinerary-nav span {
    color: #797a7d;
}

.itinerary-nav.headroom--unpinned {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    transform: translateY(0);
    z-index: 998;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 15px 0;
}

.itinerary-nav.headroom--unpinned .nav-inner {
    border-bottom: none;
}

.itinerary-nav.headroom--unpinned span.trip-name,
.itinerary-nav.headroom--unpinned span.trip-country {
    display: block;
}

.itinerary-nav.headroom--unpinned a {
    border: none;
}

.itinerary-nav.headroom--unpinned a.active,
.itinerary-nav.headroom--unpinned a:hover {
    border-bottom: none;
    color: #686ba2;
    text-decoration: underline;
}

.itinerary-nav.headroom--unpinned span,
.itinerary-nav.headroom--unpinned a {
    margin-right: 20px;
}

.itinerary-tab {
    display: none;
}

.itinerary-tab.active {
    display: block;
}

section.thank-you {
    padding: 0;
}

section.thank-you header.thank-you-title {
    border-bottom: 1px solid #699d8b;
    padding: 0 0 50px 0;
    margin-bottom: 50px;
}

section.thank-you header.thank-you-title h1 {
    font-weight: 300;
    font-size: 44px;
    color: #699d8b;
    margin: 0;
    line-height: 24px;
}

section.thank-you header.thank-you-title h1 span {
    font-size: 24px;
    color: #2d3342;
}

section.thank-you header.thank-you-title .btn-add-trip {
    float: right;
    margin-top: 15px;
}

section.thank-you header.thank-you-title .col-md-4,
section.thank-you header.thank-you-title .col-sm-4 {
    text-align: right;
}

.form-section.upload .image-preview {
    position: relative;
}

.form-section.upload .image-preview img {
    border-radius: 5px;
}

.form-section.upload .image-preview a#removeCoverPhoto {
    background: #fff;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    color: #699d8b;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    -webkit-transition: all ease 250ms;
    -moz-transition: all ease 250ms;
    transition: all ease 250ms;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

.form-section.upload .image-preview a#removeCoverPhoto:hover {
    color: red;
}

#uploaded-files {
    padding-top: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    background: #ebebeb;
    width: 100%;
    min-height: 230px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0;
    position: relative;
    border: 4px dashed transparent;
    padding: 0;
}

#uploaded-files .filename-preview {
    height: 50px;
}

#clearGalleryPhotos,
#clearGalleryPhotosAll {
    font-size: 0.8em;
}

#clearGalleryPhotos:hover,
#clearGalleryPhotosAll:hover {
    color: red;
}

.slickslide iframe {
    min-width: 700px;
    height: 400px;
}

.slickslide .youtube {
    opacity: 1;
    transition: opacity 1s;
}

.slickslide .youtube:not(.slick-current) {
    opacity: 0.4;
    transition: opacity 1s;
}

.video-background {
    background: #000;
    z-index: -99;
    max-height: 400px;
}

.video-foreground,
.video-background iframe {
    width: 100%;
    height: 400px;
    pointer-events: none;
}


/* PROFILE */

.profile-header {
    margin-bottom: 80px;
}

.profile-header .profile-image {
    background: #fff;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 190px;
    margin-right: 35px;
}

.profile-header .profile-image img {
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid #fff;
}

.profile-info h2 {
    font-weight: 300;
    font-size: 44px;
    margin: 0 0 35px 0;
    color: #699d8b;
    line-height: 1em;
}

.profile-info h2 .btn-outline {
    font-size: 16px;
    color: rgba(45, 51, 66, 0.50);
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-weight: 500;
    border: 2px solid #cacaca;
    border-radius: 5px;
    height: 38px;
    padding: 0 14px;
    line-height: 34px;
    transition: all ease-in 250ms;
    user-select: none;
}

.profile-info h2 .btn-outline:hover {
    background: #699d8b;
    border-color: #699d8b;
    color: #fff;
    font-weight: normal;
}

.profile-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.profile-info ul li {
    line-height: 20px;
    font-size: 18px;
    color: #2d3342;
    margin-bottom: 15px;
}

.profile-info ul li.instagram,
.profile-info ul li.slack {
    display: inline-block;
    margin-bottom: 0;
}

.profile-info ul li.instagram {
    margin-right: 35px;
}

.profile-info ul li.instagram a {
    color: #2d3342;
}

.profile-info ul li.instagram a:hover {
    color: #699d8b;
}

.profile-info ul li span.icon {
    background-image: url(../images/profile-sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 7px;
}

.profile-info ul li.website {
    color: #699d8b;
}

.profile-info ul li.email .icon {
    background-position: -20px -0px;
}

.profile-info ul li.instagram .icon {
    background-position: -60px -0px;
}

.profile-info ul li.slack .icon {
    background-position: -20px -40px;
}

.profile-info ul li.website .icon {
    background-position: -60px -40px;
}

nav.profile-nav {
    border-bottom: 1px solid #699d8b;
}

nav.profile-nav:after {
    content: '';
    display: block;
    clear: both;
}

nav.profile-nav a {
    float: left;
    margin-right: 4px;
    padding: 18px 10px;
    font-weight: 500;
    color: #35373d;
}

nav.profile-nav a:hover {
    color: #699d8b;
}

nav.profile-nav a:first-of-type {
    padding-left: 0;
}

nav.profile-nav a:last-of-type {
    margin-right: 0;
}

.profile-header-edit .profile-image {
    background: #fff;
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 190px;
    margin-right: 35px;
    position: relative;
}

.profile-header-edit .profile-image img {
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid #fff;
}

.profile-header-edit .profile-info {
    float: left;
}

.js .profile-header-edit .profile-image .inputfile {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}

.profile-header-edit .profile-image label {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
}

.profile-header-edit .profile-image label figure {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #9fa1a8;
}

.profile-header-edit .profile-image label:hover figure {
    color: #699d8b;
}

.profile-header-edit .profile-image label span {
    position: absolute;
    width: 100%;
    bottom: -60px;
    left: 0;
    text-align: center;
    display: block;
    font-style: italic;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control-profile {
    line-height: 1.42857143;
    display: block;
    width: 100%;
    height: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    font-size: 18px;
    font-weight: 400;
    padding: 12px;
    padding-left: 60px;
    color: #2d3342;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: all ease 250ms;
}

.website .form-control-profile {
    color: #699d8b;
}

.name .form-control-profile,
.login-password .form-control-profile {
    padding: 12px;
}

.form-control-profile:focus {
    border-color: #699d8b;
    outline: 0;
    -webkit-box-shadow: 0 0px 7px rgba(105, 157, 139, 0.2);
    box-shadow: 0 0px 7px rgba(105, 157, 139, 0.2);
}

.profile-info input:-webkit-autofill,
.profile-info input:-webkit-autofill:hover,
.profile-info input:-webkit-autofill:focus input:-webkit-autofill,
.profile-info textarea:-webkit-autofill,
.profile-info textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.profile-info select:-webkit-autofill,
.profile-info select:-webkit-autofill:hover,
.profile-info select:-webkit-autofill:focus {
    border: 1px solid #e9e9e9;
    -webkit-text-fill-color: #aaa;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.profile-header-edit .form-group {
    margin-bottom: 24px;
}

.profile-header-edit .form-group label {
    font-weight: 500;
    color: #9fa1a8;
    font-size: 1em;
    margin-bottom: 8px;
    line-height: 1em;
}

.profile-header-edit .form-group span.icon {
    background-image: url(../images/profile-sprite.png);
    background-repeat: no-repeat;
    background-color: #fcfcfc;
    border-right: 1px solid #ececec;
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-right: 0;
    position: absolute;
    bottom: 1px;
    left: 1px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.profile-header-edit .form-group.email span.icon {
    background-position: -5px 15px;
}

.profile-header-edit .form-group.website span.icon {
    background-position: -45px -25px;
}

.profile-header-edit .form-group.instagram span.icon {
    background-position: -45px 15px;
}

.profile-header-edit .form-group.slack span.icon {
    background-position: -5px -25px;
}

#profile-change-password {
    display: none;
}

.profile-header-edit .login-password label {
    color: #9fa1a8;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    transition: all ease 250ms;
    font-size: 16px;
    line-height: 1em;
}

.profile-header.viewing .edit-only {
    /* display: none; */
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.profile-header.editing .view-only {
    -webkit-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}


/* UTILITY PAGES */

main.main.utility-page {
    padding: 100px 0;
    min-height: 1px;
}

.utility-page header.page-header {
    margin-bottom: 70px;
}

.utility-page header.page-header h1 {
    margin: 0;
    color: #699d8b;
    font-weight: 300;
    font-size: 44px;
    line-height: 1em;
}

.utility-page .form-wrap {
    margin: 0 auto;
    width: 50%;
}

.form-inner {
    position: relative;
}

.form-inner label {
    margin: 0;
    font-size: 16px;
    position: relative;
    color: #9fa1a8;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}


/* LOGIN MODAL */

.modal {
    background: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal-content a.close-modal {
    color: #699d8b;
    position: absolute;
    padding: 20px;
    top: 0;
    right: 0;
    line-height: 1em;
    font-size: 24px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 620px;
        margin: 60px auto 0 auto;
    }
}

@media (min-width: 1024px) {
    .modal-dialog {
        width: 620px;
        margin: 30px auto 0 auto;
    }
}

@media (min-width: 1920px) {
    .modal-dialog {
        width: 620px;
        margin: 140px auto 0 auto;
    }
}

.modal-content {
    position: relative;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 22px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 22px rgba(0, 0, 0, 0.1);
}

.modal-header {
    padding: 40px 70px;
    text-align: center;
    border: none;
}

.modal-header h2 {
    margin: 0 0 10px 0;
    font-weight: 300;
    color: #699d8b;
    font-size: 44px;
    line-height: 1;
}

.modal-header p {
    margin: 0;
    color: #2d3342;
    font-size: 24px;
    line-height: 1;
    font-weight: 300;
}

.modal-header div {
    color: #686ba2
}

.modal-header div a {
    color: #686ba2;
    border-bottom: 1px solid #686ba2;
}

.modal-footer {
    padding: 25px 70px 20px 70px;
    text-align: center;
    border: none;
}

.modal-footer p {
    margin: 0;
    font-weight: 300;
    color: #686ba2;
    font-size: 24px;
    line-height: 1;
}

.modal-footer p a {
    color: #686ba2;
    text-decoration: none;
    border-bottom: 1px solid #6a68a3;
    display: inline-block;
}

.modal-body {
    position: relative;
    padding: 0 70px;
}

.modal-body .facebook,
.modal-body .instagram,
.modal-body .email {
    display: table;
    width: 100%;
    height: 100px;
    background: #ddd;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.modal-body .facebook div,
.modal-body .instagram div,
.modal-body .email div {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}

.modal-body .facebook div .icon,
.modal-body .instagram div .icon,
.modal-body .email div .icon {
    display: block;
    margin: 0 auto 15px auto;
    width: 25px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.modal-body .facebook div .icon {
    background-image: url(../images/facebook-icon.png);
}

.modal-body .instagram div .icon {
    background-image: url(../images/instagram-icon.png);
}

.modal-body .email div .icon {
    background-image: url(../images/email-icon.png);
}

.modal-body .facebook {
    background: #4666a9;
}

.modal-body .instagram {
    background: #d93274;
}

.modal-body .email {
    background: rgb(105, 157, 139);
    background: -moz-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: linear-gradient(to right, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#699d8b', endColorstr='#686ba2', GradientType=1); */
}

#login-form .modal-header {
    padding-bottom: 25px;
}

#registration-complete .modal-header,
#check-email .modal-header {
    padding: 40px 40px 50px 40px;
}

#registration-complete .modal-footer,
#check-email .modal-footer {
    padding: 0;
    position: relative;
}

#registration-complete .modal-footer .email-icon,
#check-email .modal-footer .email-icon {
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -27px;
    margin-bottom: -27px;
    background: url(../images/registration-complete.png) no-repeat center;
    background-size: 100%;
}

#register-form .modal-header p {
    margin-bottom: 20px;
}

.form-inner p {
    margin: 0 0 25px 0;
}

#login-form .form-inner p.login-password {
    margin-bottom: 0;
}

#login-form .form-inner p.login-password input[type="password"] {
    padding-right: 80px;
}

#emailJResetLogin {
    float: right;
    margin-top: -50px;
    position: relative;
    z-index: 0;
    padding: 14px 15px;
    color: #686ba2;
    text-decoration: underline;
    user-select: none;
}

.form-inner p.login-submit {
    margin: 50px 0 0 0;
    text-align: center;
}

.form-inner p:after {
    content: '';
    display: block;
    clear: both;
}

.form-inner input[type="text"],
.form-inner input[type="email"],
.form-inner input[type="url"],
.form-inner input[type="password"] {
    height: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e7;
    font-size: 18px;
    font-weight: 400;
    padding: 12px;
    color: #2d3342;
    background: #f3f3f3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: all ease 250ms;
    line-height: 1.42857143;
    display: block;
    width: 100%;
}

.form-inner input[type="text"].filled,
.form-inner input[type="email"].filled,
.form-inner input[type="url"].filled,
.form-inner input[type="password"].filled {
    background: #fff;
}

.form-inner input[type="text"]:focus,
.form-inner input[type="email"]:focus,
.form-inner input[type="url"]:focus,
.form-inner input[type="password"]:focus {
    border-color: #699d8b;
    outline: 0;
    -webkit-box-shadow: 0 0px 7px rgba(105, 157, 139, 0.2);
    box-shadow: 0 0px 7px rgba(105, 157, 139, 0.2);
}


/* Change Autocomplete styles in Chrome*/

.form-inner input:-webkit-autofill,
.form-inner textarea:-webkit-autofill,
.form-inner select:-webkit-autofill {
    /* border: 1px solid #eee;
    -webkit-text-fill-color: #2d3342; */
    -moz-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-inner input[type="submit"] {
    background: #699d8b;
    border: none;
    text-align: center;
    height: 40px;
    padding: 0 40px;
    color: #fff;
    border-radius: 20px;
    transition: all ease 250ms;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}

.form-inner input[type="submit"]:hover {
    opacity: 0.9;
}

.form-inner input[type="submit"]:disabled,
.form-inner input[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-inner input[disabled]:hover {}

#password-strength {
    padding: 0 15px;
    height: 40px;
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #e6e6e7;
}

.form-group.password-input label:after {
    display: block;
    clear: both;
    content: '';
}

#inline-password-strength {
    float: right;
    font-size: 14px;
    text-align: right;
}

.short {
    background-color: #da4932;
    border-color: #da4932 !important;
    color: #fff;
}

#inline-password-strength.short {
    background-color: transparent;
    border-color: transparent !important;
    color: #da4932;
}

.bad {
    background-color: #fc9700;
    border-color: #fc9700 !important;
    color: #fff;
}

#inline-password-strength.bad {
    background-color: transparent;
    border-color: transparent !important;
    color: #fc9700;
}

.good {
    background-color: #ffca00;
    border-color: #ffca00 !important;
    color: #fff;
}

#inline-password-strength.good {
    background-color: transparent;
    border-color: transparent !important;
    color: #ffca00;
}

.strong {
    background-color: #96c100;
    border-color: #96c100 !important;
    color: #fff;
}

#inline-password-strength.strong {
    background-color: transparent;
    border-color: transparent !important;
    color: #43b646;
}

.profile-info #password-strength {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    height: 50px;
    padding: 0 12px;
    line-height: 48px;
}

.profile-info .password-strength {
    margin-top: 15px;
}

.profile-info .profile-submit {
    margin-top: 50px;
}

.profile-info input[type="submit"] {
    background: rgb(105, 157, 139);
    background: -moz-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: linear-gradient(to right, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#699d8b', endColorstr='#686ba2', GradientType=1); */
    border: none;
    text-align: center;
    height: 40px;
    padding: 0 40px;
    color: #fff;
    border-radius: 5px;
    transition: all ease 250ms;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.profile-info input[type="submit"]:hover {
    opacity: 0.9;
}

.profile-info input[type="submit"]:disabled,
.profile-info input[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.profile-page .alert {
    margin-bottom: 40px;
}

.alert-holder {
    position: relative;
    z-index: 1;
}

.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11); */
    display: table;
    width: 100%;
    font-size: 14px;
}

.close-limit {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    /* filter: alpha(opacity=20); */
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
    top: 0;
}

.close-limit:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    /* filter: alpha(opacity=50); */
}

.alert-white {
    background-image: linear-gradient(to bottom, #fff, #f9f9f9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
    padding-top: 15px;
    text-align: center;
}

.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -3px;
    background: #fff;
}

.alert-white .icon i {
    font-size: 20px;
    color: #fff;
}

.alert-white p {
    margin: 0;
}


/*============ colors ========*/

.welcome-alert {
    background: #699e8c;
    color: #fff;
    border-color: #699e8c;
    padding: 8px 14px;
    width: auto;
    position: absolute;
    top: 0;
    min-width: 540px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    margin: 0;
    -webkit-border-radius: 0 0px 5px 5px;
    -moz-border-radius: 0 0px 5px 5px;
    border-radius: 0 0px 5px 5px;
}

.alert-dismissable.welcome-alert .close,
.alert-dismissible.welcome-alert .close {
    right: 0;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-weight: normal;
}

.alert-success {
    color: #7d7d7d;
    background-color: #fff;
    border-color: #96c100;
}

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
    border-color: #96c100;
    background: #96c100;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #4d90fd;
    color: #7d7d7d;
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
    border-color: #4d90fd;
    background: #4d90fd;
}

.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
    border-color: #fc9700;
    background: #fc9700;
}

.alert-warning {
    background-color: #fff;
    border-color: #fc9700;
    color: #7d7d7d;
}

.alert-danger {
    background-color: #da4932;
    border-color: #da4932;
    color: #7d7d7d;
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
    border-color: #da4932;
    background: #da4932;
}

.alert-dismissable .close,
.alert-dismissible .close {
    top: 0;
}

.limit-alert {
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    margin: 0;
}

.limit-alert span {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #699d8b;
}

.form-inner #signupform .form-group label:before {
    display: inline-block;
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #699d8b;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: normal;
}

.form-inner #signupform .form-group.email label:before {
    content: "\f003";
}

.form-inner #signupform .form-group.name label:before,
.form-inner #signupform .form-group.last-name label:before {
    content: "\f2c3";
}

.form-inner #signupform .form-group.captcha label:before {
    content: "\f17b";
}

.form-inner #signupform .form-group.website label:before {
    content: "\f0ac";
}

.form-inner #signupform .form-group.instagram label:before {
    content: "\f16d";
}

.form-inner #signupform .form-group.slack label:before {
    content: "\f198";
}

.form-inner .form-group:after {
    content: '';
    display: block;
    clear: both;
}


/* .form-inner #signupform .form-group {
    margin: 0 0 16px 0;
} */


/* .form-inner .submit {
    margin: 16px 0 0 0;
    border-top: 1px solid #ddd;
    padding-top: 16px;
}

.form-inner .submit input[type="submit"] {
    float: right;
} */

.form-inner .submit .comply {
    float: left;
    font-size: 14px;
    text-align: left;
    width: 50%;
    line-height: 16px;
    padding-top: 5px;
    color: rgba(45, 51, 66, 0.50);
}

.form-inner #signupform .form-group.submit {
    margin-bottom: 0;
}

.form-inner .recaptcha-container {
    text-align: right;
    width: 65%;
    float: right;
}

.g-recaptcha>div {
    width: 100% !important;
}

.form-inner #signupform .form-group.captcha {
    border-top: 1px solid #ddd;
    padding-top: 16px;
}

#clearGalleryPhotosAll {
    display: none;
}

.wp-social-login-provider-list a {
    /* float: left;
    width: 50%;
    padding: 0 15px; */
    display: table;
    height: 100px;
    background: #ddd;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}


/* HEADROOM */

.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0
}

.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform
}

.headroom--pinned {
    transform: translateY(0)
}

.headroom--unpinned {
    transform: translateY(-100%)
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }
    100% {
        -moz-transform: translateY(-100%)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }
    100% {
        -o-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
}

@-moz-keyframes swingInX {
    0% {
        -moz-transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg)
    }
}

@-o-keyframes swingInX {
    0% {
        -o-transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg)
    }
}

@keyframes swingInX {
    0% {
        transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        transform: perspective(400px) rotateX(0deg)
    }
}

.animated.swingInX {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ie-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: swingInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: swingInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: swingInX;
    backface-visibility: visible !important;
    animation-name: swingInX
}

@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }
}

@-moz-keyframes swingOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(-90deg)
    }
}

@-o-keyframes swingOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -o-transform: perspective(400px) rotateX(-90deg)
    }
}

@keyframes swingOutX {
    0% {
        transform: perspective(400px) rotateX(0deg)
    }
    100% {
        transform: perspective(400px) rotateX(-90deg)
    }
}

.animated.swingOutX {
    -webkit-transform-origin: top;
    -webkit-animation-name: swingOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: swingOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: swingOutX;
    -o-backface-visibility: visible !important;
    animation-name: swingOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }
    80% {
        -moz-transform: translateY(-10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }
    80% {
        -o-transform: translateY(-10px)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        transform: translateY(30px)
    }
    80% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0)
    }
    30% {
        opacity: 1;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-200px)
    }
}

@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0)
    }
    30% {
        opacity: 1;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-200px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }
    30% {
        opacity: 1;
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        transform: translateY(-200px)
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}


/* .trip-side.floating .map-holder,
.trip-side.stanging .map-holder {
    margin-bottom: 0;
}

.trip-side.floating .map-holder h2,
.trip-side.stanging .map-holder h2 {
    display: none;
}

.trip-side .map-holder .side-map {
    transition: all ease 150ms;
}

.trip-side.floating .map-holder .side-map,
.trip-side.stanging .map-holder .side-map {
    height: 0px;
    opacity: 0;
} */

.container.relative {
    position: relative;
}

.slick-home .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block !important;
    position: absolute;
    top: -25px;
    right: 10px;
}

.slick-home .slick-dots li {
    display: inline-block;
    margin-right: 5px;
    opacity: 1;
}

.slick-home .slick-dots li:last-of-type {
    margin-right: 0;
}

.slick-home .slick-dots li button {
    width: 18px;
    height: 4px;
    border-radius: 3px;
    border: none;
    background: #e2e2e2;
    text-indent: -9999px;
}

.slick-home .slick-dots li.slick-active button {
    background: rgb(105, 157, 139);
    background: -moz-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: linear-gradient(to right, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
}


/* .search-results .trip-card {
    margin-bottom: 40px;
} */

.search-results .homepage-title {
    border-bottom: 1px solid #699d8b;
}

.search-results .homepage-title p {
    margin: 30px 0 0 0;
}


/* .row.has-margin {
    margin-bottom: 40px;
} */


/* TAXONOMY PAGE */

.country-header {
    background: rgb(105, 157, 139);
    background: -moz-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: linear-gradient(to right, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#699d8b', endColorstr='#686ba2', GradientType=1); */
    padding: 70px 0 0 0;
    margin-bottom: 100px;
    /* display: table; */
    width: 100%;
    min-height: 620px;
}

.country-header .holder {
    position: relative;
}

.country-header .image-holder {
    margin-right: 0px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 480px;
}

.country-header .image-holder img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.country-header h1 {
    font-family: 'Rustico', sans-serif;
    color: #fff;
    font-size: 140px;
    text-shadow: 8px 8px 12px rgba(0, 0, 0, 0.3);
    line-height: 0.7em;
    margin: 0 0 40px -120px;
    user-select: none;
}

.container-home.relative {
    position: relative;
}

.country-header .header-content {
    position: relative;
    z-index: 1;
    padding-left: 525px;
    padding-top: 100px;
}

.country-header .header-content p {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
}


/* Taxonomy Filters */

.filter-container {
    margin-bottom: 30px;
}

.searchandfilter h4 {
    margin: 0;
    padding: 15px 12px;
    font-size: 19px;
    background: #f3f3f3;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    color: #9fa1a8;
    user-select: none;
    cursor: pointer;
    transition: all ease 250ms;
}

.searchandfilter .hasValue h4 {
    background: rgb(105, 157, 139);
    background: -moz-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    background: linear-gradient(to right, rgba(105, 157, 139, 1) 0%, rgba(104, 107, 162, 1) 100%);
    color: #fff;
}

.searchandfilter ul {
    padding: 0;
    margin: 0;
}

.searchandfilter ul:after {
    content: '';
    display: block;
    clear: both;
}

.searchandfilter ul li {
    list-style: none;
    display: inline-block;
    padding-right: 0;
    padding: 0;
    margin: 0;
    position: relative;
}

.searchandfilter>ul>li {
    margin-right: 20px;
}

.searchandfilter ul li ul {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 0;
    background: #f3f3f3;
    border: 1px solid #a9c5bc;
    border-radius: 5px;
    padding: 15px;
    min-width: 190px;
    box-shadow: 0 0 8px rgba(105, 157, 139, 0.1);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    /* display: none; */
    transition: all ease-in 150ms;
    -webkit-transition: all ease-in 150ms;
    -moz-transition: all ease-in 150ms;
}

.searchandfilter ul li.opened ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 70px;
}

.searchandfilter ul li ul li {
    padding: 0;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
    display: block;
}

.searchandfilter ul li ul li:last-of-type {
    margin-bottom: 0;
}

.searchandfilter label {
    color: #9fa1a8;
    font-weight: normal;
}

.searchandfilter .sf-option-active label {
    color: #2d3342;
}

.searchandfilter ul li ul li input[type=checkbox] {
    visibility: hidden;
    margin: 0;
    width: 20px;
    height: 20px;
}

.searchandfilter ul li ul li label:after {
    content: '';
    position: absolute;
    display: none;
    left: 7px;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.searchandfilter ul li ul li input[type=checkbox]:checked+label:after {
    display: block;
}

.searchandfilter ul li ul li label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 2px solid #9fa1a8;
    border-radius: 3px;
}

.searchandfilter ul li ul li input[type=checkbox]:checked+label:before {
    background: #699d8b;
    border-color: #699d8b;
}

.sf-field-taxonomy-itinerary_category {
    visibility: hidden;
}

.country-list .trip-card,
.country-list .trip-card .card-inner {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.country-list .trip-card .card-inner .card-image img {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.row.has-margin [class*="col-"] {
    margin-bottom: 30px;
}

.row.has-margin [class*="col-"]:nth-child(4n-7) {
    clear: left;
}