/*
Theme Name: Ekorna
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
GitHub Theme URI: holger1411/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder. 
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
Version: 0.9.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

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

a {transition: all 0.25s ease}

.topbar{padding: 5px 0;}

.topbar a {
    color: #fff;
}

.topbar .lang {
    float: left;
    display: block;
    font-size: 14px;
    color: #fff;
}

.topbar .lang ul {
	list-style: none;
	margin: 0 -5px;
	padding: 7px 0 0;
}
.topbar .lang ul li {
	padding: 0 5px;
	display: inline-block;
	border-right: 1px solid #fff;
	line-height: 1;
}

.topbar .lang ul li:last-of-type {
	border-right: none;
}

.topbar .lang a {
    float: left;
    display: block;
    color: #fff;
    text-decoration: none;
}

.topbar .lang span {
    float: left;
    display: block;
    padding: 0 5px;
    margin-top: -1px;
}

.topbar .contacts {color: #fff; float:right;}
.topbar .contacts.mobile {margin: 0 7px;}

.topbar .contacts span {
    float: left;
    display: block;
    color: #fff;
    margin-left: 40px;
    line-height: 28px;
}

.hdrMobile,
.hidden-md,
.hidden-sm-up {display: none;}

.topbar .headerSocials,
.footer-widget .headerSocials {font-size: 28px; line-height: 1; float: right; margin: 0 18px 0 30px;}
.footer-widget .headerSocials {float:left; width:100%; margin: 0 0 1rem -10px; color: #fff;}
.topbar .headerSocials a,
.footer-widget .headerSocials a {margin-left: 10px; text-decoration: none;}
.topbar .headerSocials a:hover,
.footer-widget .headerSocials a:hover {text-decoration: none; opacity: 0.7;}

.footer-widget .sml_subscribe .sml_email {margin-bottom: 0;}
.footer-widget .sml_subscribe .sml_email input {
    background-color: #ccc7b3;
    padding: 12px 10px;
    border: 0 none;
    display: block;
    width: 100%;
}
.footer-widget .sml_subscribe .sml_submit input {
    padding: 8px 20px;
    overflow: visible;
    background-color: #99ca4a;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    border: 1px solid #99ca4a;
    margin: 10px 0;
}

#breadcrumbs {padding-left:30px; font-style:italic;}

.right-widget .dpe-flexible-posts {list-style: none; padding-left: 0;}
.right-widget .dpe-flexible-posts li {margin-bottom: 30px;}
.right-widget .dpe-flexible-posts li a {position: relative; display: block;}
.right-widget .dpe-flexible-posts li a img {max-width: 100%;}
.right-widget .dpe-flexible-posts li a h4 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    display: block;
    clear: both;
    position: absolute;
    padding: 7px 10px;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    font-weight: 300;
}

.featured_trips ul {list-style: none; padding-left: 0;}
.featured_trips ul li {margin-bottom: 30px;}
.featured_trips ul li a {position: relative; display: block;}
.featured_trips ul li a img {max-width: 100%;}
.featured_trips ul li a .featuredBoxText {
    position: absolute;
    padding: 7px 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
}
.featured_trips ul li a .featuredBoxText h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    clear: both;
    margin-bottom: 0;
}
.featured_trips ul li a .featuredBoxText h4:hover {
    text-decoration: underline;
}

.featured_trips ul li a .featuredBoxText .time {
    color: #fff;
    margin-bottom: 0;
}

.featured_trips ul li a .featuredBoxText .price {
    color: #99ca4a;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: 2px 1px 3px rgba(0,0,0,1);
}

.right-widget.widget_text,
.right-widget .widget_text {
    background-color: #fff;
    padding: 20px 20px 10px;
    font-size: 14px;
}
.right-widget.widget_text.widget_custom_html,
.right-widget .widget_text.widget_custom_html {
    background-color: transparent;
    padding: 0;
    font-size: inherit;
}

.right-widget .widget-title {
    font-weight: normal;
    font-style: italic;
    font-family: Georgia,Times,"Times New Roman",serif;
}
.right-widget.widget_text .green-box,
.right-widget .widget_text .green-box {
    background-color: #99ca4a;
    color: #fff;
    margin: 15px -20px -10px;
    padding: 10px 20px 10px;
}

.header-slider { position: relative; }
.header-slider .inner {
	max-width: 1400px;
    margin: 0 auto;
	opacity: 0;
	max-height: 0;
	transition: all 0.3s ease
}
.header-slider .container {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.header-slider .inner.slick-initialized {
	opacity: 1; 
	max-height: 100000px;
}

.header-slider .container .overimage {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
	opacity: 0;
	transition: all 0.3s ease;
}
.slick-initialized + .container .overimage {
	opacity: 1;
}

.slider {
    background-color: #99ca48;
    margin-bottom: 30px;
    padding: 30px 20px;
}

.horizontal .slider {
	padding: 0 20px;
    margin-bottom: 0;
	opacity: 0;
	max-height: 0;
	transition: all 0.3s ease
}

.horizontal .slider.slick-initialized { 
    padding: 30px 20px;
    margin-bottom: 30px;
	opacity: 1; 
	max-height: 100000px;
}

.vertical .slider {
    padding: 20px 30px;
    margin-bottom: 55px;
}

.horizontal .slider a,
.vertical .slider a {
    position: relative;
    display: block;
    max-width: 156px;
    margin: 0 auto;
    overflow: hidden;
}

.vertical .slider a {
    margin: 15px auto;
}

.horizontal .slider a span,
.vertical .slider a span {
    position: absolute;
    padding: 5px 10px;
    display: inline;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    width: 100%;
}
.horizontal .slider a:hover span,
.vertical .slider a:hover span {
    text-decoration: underline;
}

.slider .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #3b3b3b;
    z-index: 2;
    border: none;
    cursor: pointer;
}

.horizontal .slider .slick-arrow {
	top: calc(50% - 25px);
}

.vertical .slider .slick-arrow {
    left: calc(50% - 25px); 
}

.slider .slick-arrow:focus {outline: none;}

.slider .slick-arrow:before {
	content: '';
	position: absolute;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
}

.horizontal .slider .slick-prev {left: -25px;} 
.vertical .slider .slick-prev {top: -25px;}

.horizontal .slider .slick-prev:before {
    right: 15px;
    border-width: 15px 20px 15px 0;
    border-color: transparent #ffffff transparent transparent;
}
.horizontal .slider .slick-prev:hover:before {opacity: 0.7; transition: all 0.3s ease;}
.vertical .slider .slick-prev:before {
	top: 15px;
    left: 10px;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #ffffff transparent;
}
.vertical .slider .slick-prev:hover:before {opacity: 0.7; transition: all 0.3s ease;}

.horizontal .slider .slick-next {right: -25px;} 
.vertical .slider .slick-next {bottom: -25px;} 

.horizontal .slider .slick-next:before {
    left: 15px;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #ffffff;
}
.horizontal .slider .slick-next:hover:before {opacity: 0.7; transition: all 0.3s ease;}
.vertical .slider .slick-next:before {
    top:initial;
    bottom: 15px;
	left: 10px;
    border-width: 20px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
}
.vertical .slider .slick-next:hover:before {opacity: 0.7; transition: all 0.3s ease;}

.content-area .site-main {background-color: #fff; padding: 30px; margin-bottom: 30px;}
.content-area .site-sub-main {padding: 0 30px;}
.taxonomy-description a,
.desc a,
.content-area a {text-decoration: underline; transition: all 0.2s ease}
.content-area a:hover {text-decoration: none;}
.content-area b.green,
.content-area strong.green,
.content-area sub,
.site-main h4, .site-main .h4 {
    font-size: 100%;
    line-height: inherit;
    position: inherit;
    vertical-align: baseline;
    font-weight: 700;
    background-color: #99ca4a;
    color: #fff;
    padding: 0 5px;
}

.content-area a strong,
.content-area a b,
.site-sub-main strong,
.site-sub-main b {
    background-color: inherit;
    color: #000000;
    font-weight: 700;
    padding: 0;
}

.content-area img {max-width: 100%; height: auto!important;}
.content-area img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.content-area table {}
.content-area table tr td {border: 1px solid #ddd; padding: 5px;}

.content-area p.tripline {text-align: justify; margin-bottom: 12px; position: relative; padding-left: 20px;}
.content-area p.tripline:before {content:''; position: absolute; left: 0; top: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #000000;
    line-height: 0px;
    _border-color: #ffffff #ffffff #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}
.content-area p.tripline a {text-decoration: none;} 
.content-area p.tripline a:hover {text-decoration: underline;}
.leftBookBox.content {margin-bottom: 0;}

.trips h2 {
    font-size: 28px;
    font-style: normal;
    line-height: 33px;
    color: #000;
    font-weight: bold;
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin-top: -6px;
}
.trips h2 a {
	color: inherit;
    text-decoration: none;
}
.trips h2 a:hover {text-decoration: underline;}

h1.page-title {margin-bottom: 20px; display: inline-block;}

h2.sub-header {font-size: 24px; margin-top: -15px; margin-bottom: 20px;}
h2.sub-header a {text-decoration: none;}
h2.sub-header a:hover {text-decoration: underline;}

.taxonomy-description {margin-bottom: 40px;}

.trips .trip {margin-bottom: 25px; clear:both;}

.trips .trip .desc {margin-bottom: 15px;}
.trips .trip .city {font-family: 'bebas_neueregular'; margin-bottom: 5px;}
.trips .trip .city a {text-decoration: none;}
.trips .trip .city a:hover {text-decoration: underline;}

.trips .left a {position: relative; display: block;}
.trips .left a>img {width: 100%; transition: opacity 0.3s ease}
.trips .left a:hover>img {opacity: 0.8;} 

.trips .left .icons {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 4px 10px;
    background: url(img/boxTrans.png) 0 0 repeat;
}

.trips .left .icons img {
    float: left;
    display: block;
    margin-right: 10px;
}

ul.trip-numbers {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float:left;
}

ul.trip-numbers li {
    float: left;
    display: block;
    clear: both;
    color: #000;
    padding: 5px 0 5px 40px;
    margin: 0 0 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

ul.trip-numbers li.days {
    padding: 0;
    line-height: 36px;
    font-weight: 600
}

ul.trip-numbers li.days span {
    background-image: url(img/icon_days.png);
    width: 30px;
    height: 30px;
    margin: 0 10px 6px 0;
    float: left;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

ul.trip-numbers li.guide {
    background-image: url(img/icon_guide.png);
}

ul.trip-numbers li.dateset {
    background-image: url(img/icon_dateset.png);
    padding: 7px 0 7px 40px;
}

.trips .left .icons .date {
    color: #fff;
    line-height: 25px;
    font-weight: bold;
}

ul.trip-numbers li.price {
    background-image: url(img/icon_price.png);
}

div.trip-activities {float:left; margin-bottom: 30px;}
div.trip-activities h6 {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
div.trip-activities ul {float:left; list-style: none; margin-left: 0; padding-left: 0; position: relative;}
div.trip-activities ul li { padding: 5px 0 5px 40px; margin: 0 0 8px; background-repeat: no-repeat;} 
div.trip-activities ul > li > span {
    width: 30px;
    height: 30px;
    margin: 0 10px 6px 0;
    float: left;
}

.leftNav {
    float: left;
    display: block;
    clear: both;
    background-color: #3b3b3b;
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 30px;
}

.leftNav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.leftNav ul li {
    float: left;
    display: block;
    clear: both;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 0;
    margin: 4px 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.leftNav ul li a {
    float: left;
    display: block;
    clear: both;
    color: #fff;
    text-decoration: none;
    padding: 3px 0 3px 40px;
}

.leftNav ul li.desc {
    background-image: url(img/icon_description.png);
}

.leftNav ul li.whatincludes {
    background-image: url(img/icon_whatincludes.png);
}

.leftNav ul li.gallery {
    background-image: url(img/icon_gallery.png);
}

.leftNav ul li.booking {
    background-image: url(img/icon_booking.png);
}

.leftNav ul li.map {
    background-image: url(img/icon_map.png);
}

.leftNav ul li.dates {
    background-image: url(img/icon_dates.png);
}

.leftBookBox {
    float: left;
    display: block;
    clear: both;
    width: 100%;
    padding: 5px 30px 5px 10px;
    background: #99ca48 url(img/greenArrow.jpg) 100% 50% no-repeat;
    text-decoration: none;
    margin-bottom: 30px;
    transition: all 0.2s ease
}

.leftBookBox:hover {opacity: 0.8;}

.leftBookBox span {
    font-size: 13px;
    line-height: 18px; 
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    float: left;
    display: block;
    clear: both;
    width: 100%;
}

.leftBookBox span:first-child {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.right-trip #dates>.date {
    display: flex; 
    justify-content: space-between; 
    flex-direction: row; 
    flex-wrap: wrap;
    padding: 0 0 22px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.right-trip #dates>.date .date {
    flex-basis: 100%;
    padding: 6px 10px;
    font-weight: bold;
    background: #e1decf;
    color: #3b3b3b;
    font-size: 18px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1decf+0,e1decf+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(225,222,207,1) 0%, rgba(225,222,207,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(225,222,207,1) 0%,rgba(225,222,207,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(225,222,207,1) 0%,rgba(225,222,207,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1decf', endColorstr='#00e1decf',GradientType=1 ); /* IE6-9 */

}

.right-trip #dates>.date .price {flex-basis: 20%; padding: 7px 0; margin-top: 5px;} 
.right-trip #dates>.date .book {flex-basis: 30%; margin-top: 5px;}
.right-trip #dates>.date .book > .greenarrow {float: left;
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding: 5px 30px 5px 10px;
    background-color: #99ca48;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.2s ease;
}
.right-trip #dates>.date .book > .greenarrow.grey {background-color: #e1decf;}
.right-trip #dates>.date .book > .greenarrow:before {
    content:'';
    position: absolute;
    top:0;
    right:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #ffffff transparent transparent;
}
.right-trip #dates>.date .book > .greenarrow:after {
    content:'';
    position: absolute;
    bottom:0;
    right:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #ffffff transparent;
}
.right-trip #dates>.date .book > .greenarrow:hover {opacity: 0.8;}
.right-trip #dates>.date .description {flex-basis: 50%; padding: 7px 10px; margin-top: 5px;}

.right-trip #gallery .inner {display: flex; justify-content: space-between; flex-flow: row wrap; flex-direction: row; flex-wrap: wrap;}
.right-trip #gallery .inner:after {
  content: "";
}
.right-trip #gallery .inner .galleryBox,
.right-trip #gallery .inner:after {flex-basis: 30%;}
.right-trip #gallery .inner .galleryBox .galleryDesc {padding: 5px 10px; background-color: #e1decf; text-align: left;}

#map {
    
}
#map .inner {
    padding-bottom: 100%; // This is the aspect ratio
    height: 0;
    position: relative;
    overflow: hidden;
}
#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#fancybox-close {top:20px!important;right:20px!important;background:url(img/fancybox.png) -40px 0!important;  opacity: 0.75;}
#fancybox-left-ico,
#fancybox-right-ico {background-image:url(img/fancybox.png)!important; opacity: 0.75;}
#fancybox-title-float-left {background:url(img/fancybox.png) -40px -90px no-repeat!important; opacity: 0.75;}
#fancybox-title-float-right {background:url(img/fancybox.png) -55px -90px no-repeat!important; opacity: 0.75;}

#right-sidebar .right-widget {margin-bottom: 30px;}    

.gm-style .directions-card {display: none;}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.entry-meta {margin-bottom: 15px; font-style: italic;} 

.tcContent {font-style: italic;}

.tcContent span.narekovaj {
    font-size: 140px;
    line-height: normal;
    height: 60px;
    float: left;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    margin-top: -26px;
}

.tcData {
    float: left;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 2px;
    padding-bottom: 50px;
    text-align: right;
    font-style: normal;
}

.tcTitle {
    font-size: 28px;
    line-height: 33px;
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    margin: 10px 0 20px;
    font-style: normal;
    font-weight: bold;
}


.wpcf7 #group-date {width:100%;}
.wpcf7 .formitem {margin-bottom: 20px;}
.wpcf7 .formitem label {font-weight: 600; padding-left: 8px;}
.wpcf7 .formitem input[type=submit] {float:right;}
.wpcf7 .formitem input.wpcf7-not-valid,
.wpcf7 .formitem textarea.wpcf7-not-valid {border-color: #99ca48;}
.wpcf7 .formitem .wpcf7-not-valid-tip {display: none;}

article.comments {clear:both;}

#wrapper-footer-full .dpe-flexible-posts {list-style: none; padding-left: 0;}

#top-menu-container {float:left; line-height: 28px;}
#top-menu-container .top-menu {margin-bottom: 0; list-style: none; padding-left: 0;}
#top-menu-container .top-menu > li {float: left;padding-left: 40px;}
#top-menu-container .top-menu > li:first-of-type {padding-left: 0;}

#footer-full-content {padding-left: 45px; padding-right: 45px;}

button#catapultCookie {border-radius:0!important;}
.subscribe-form-footer {margin-top: 20px;}
.subscribe-form-footer p {margin-bottom: 3px!important;}
.subscribe-form-footer input[type="email"] {
    background-color: #ccc7b3;
    padding: 12px 10px;
    border: 0 none;
    display: block;
    width: 100%;
}
.subscribe-form-footer + .wpcf7-validation-errors {background-color: transparent; margin: 0; color: #fff;} 
.subscribe-form-footer + .wpcf7-mail-sent-ok {margin: 0;}
.subscribe-form-footer .wpcf7-not-valid-tip {color: #fff;}

.linked-post {
  border-top: 30px solid #e1decf;
  margin: 30px -30px 0;
  padding: 30px 30px 0;
}


.linked-post .ltrips {display: flex; justify-content: space-between; flex-wrap: wrap; margin:0 -15px -30px; }
.linked-post .ltrips .slick-list {width: 100%;}
.linked-post .ltrips .slick-list .slick-track {float: left;}

.linked-post .ltrips .slick-arrow {
    position: absolute; 
    top: 31%; 
    position: absolute; 
    width: 50px; 
    height: 50px; 
    background-color: #3b3b3b; 
    z-index: 2; 
    border: none; 
    cursor: pointer;
}

.linked-post .ltrips .slick-prev {left: -50px;}
.linked-post .ltrips .slick-next {right: -50px;}

.linked-post .ltrips .slick-arrow:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
}
.linked-post .ltrips .slick-arrow:hover:before {opacity: 0.7; transition: all 0.3s ease;}

.linked-post .ltrips .slick-prev:before {
    right: 15px;
    border-width: 15px 20px 15px 0;
    border-color: transparent #ffffff transparent transparent;
}

.linked-post .ltrips .slick-next:before {
    left: 15px;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #ffffff;
}

.linked-post .ltrips .trip {width:33%; max-width: 270px; margin: 0 15px 30px; display: block;}

.linked-post .ltrips .trip .top a {
    position: relative;
    display: block;
}
.linked-post .ltrips .trip .top a img {width:270px;}

.linked-post .ltrips .trip .top a .featuredBoxText {
    position: absolute;
    padding: 7px 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
}
.linked-post .ltrips .trip .top a .featuredBoxText h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    clear: both;
    margin-bottom: 0;
    background:none;
    padding: 0;
    position: initial;
}
.linked-post .ltrips .trip .top a .featuredBoxText h4:hover {
    text-decoration: underline;
}

.linked-post .ltrips .trip .top a .featuredBoxText .time {
    color: #fff;
    margin-bottom: 0;
}

.linked-post .ltrips .trip .top a .featuredBoxText .price {
    color: #99ca4a;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: 2px 1px 3px rgba(0,0,0,1);
}

.linked-post .ltrips .trip .bottom {
    margin: 14px 0 0 0;
    font-size:14px;
}

@media screen and ( min-width: 1260px ) {
    #primary {max-width: 80%; flex: 0 0 80%;}
    #homepage-sidebar {max-width: 20%; flex: 0 0 20%;}
    #right-sidebar {max-width: 20%;}
    .left-trip.bar-area {max-width: 240px;}
    .right-trip.content-area{max-width: 660px; flex: 0 0 660px;}
}

@media screen and ( max-width: 1259px ) {
    body {font-size: 14px;}
    .custom-logo-link .img-fluid {max-width: 170px;}
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
        text-transform: initial;
    }
    .header-slider .container .overimage {
        height: 80%;
    }
    .right-trip #gallery .inner .galleryBox,
    .right-trip #gallery .inner:after {flex-basis: 47%;}
}

@media screen and ( max-width: 991px ) {
    .headerSocials {display: none;}
    .topbar .contacts span {margin-left: 25px;}
    #top-menu-container .top-menu > li {padding-left: 25px;}
    .topbar .contacts.mobile span {margin: 0 7px;}
    .navbar-expand-md .navbar-nav .nav-link {text-transform: uppercase;}
    .navbar-expand-md .navbar-nav .nav-link {border-right: 0;}
    .col-md-9.content-area {flex: 0 0 100%; max-width: 100%;}
    .col-md-3.widget-area {flex: 0 0 100%; max-width: 100%;}
    .trips .trip {display: block; margin-bottom: 40px; float: left;}
    .trips .trip .left,
    .trips .trip .center,
    .trips .trip .right {flex: 0 0 50%; max-width: 50%; float: left;}
    .trips .trip .right {margin-top: 20px; float:right;}

    .col-md-3.widget-area {padding-left: 45px; padding-right: 45px;}
    .featured_trips ul li a {max-width: 270px;}
    .featured_trips ul li a img {width: 270px; max-width: 100%;}
    .slider_vertical {display: none;}
}

@media screen and ( max-width: 767px ) {
    .header-slider {display: none;}
    .topbar .contacts > span {display: none;}
    .topbar .contacts.mobile > span {display: block;}
    .hdrMobile,
    .hidden-md,
    .hidden-sm-up {display: block;}

    .trips h2 a {text-decoration: underline;}
    .topbar .contacts.mobile span {margin: 0 0 0 14px;}
    .topbar .contacts.mobile {margin: 0;}
}

@media screen and ( max-width: 575px ) {
    .topbar .lang {width: auto;}
    .topbar .hdrRight {width: auto;} 
    .topbar > .container > .row {justify-content: space-between;}
}

@media screen and ( max-width: 420px ) {
    .trips .trip .left,
    .trips .trip .center,
    .trips .trip .right {flex: 0 0 100%; max-width: 100%;}
    .trips .trip .right {margin-left:0; margin-top: 20px;}
    .trips .trip .center {margin-top: 20px;}
    .right-trip #gallery .inner .galleryBox,
    .right-trip #gallery .inner:after {flex-basis: 100%;}
    .right-trip #gallery .inner .galleryBox img {width: 100%;}

    .trips .trip {display: flex; border-top: 4px solid #e1decf; margin-top: 0px; margin-bottom: 0px; padding-top: 20px;}
    .trips .trip .left {order:2;}
    .trips .trip .center {order:1; padding-bottom: 15px;}
    .trips .trip .right {order:3;}

    .linked-post .ltrips .trip {width:100%; margin: 0 15px 30px; max-width: 100%;}
    .linked-post .ltrips .trip .top a img {width:100%;}
}