@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

.px-40
{
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.content-overview{
    	background: #fff;
    	display: block;
    	margin-bottom: 30px;
    	padding-bottom: 30px;
    	overflow: hidden;
    	position: relative;
    	border: 1px solid #eee9e5;
    }

 /*   .bsb-link {
    	display: inline-block;
    	position: relative;
    	z-index: 1;
    	width: 50px;
    	height: 50px;
    	border-radius: 50%;
    	font-size: 24px;
    	color: #f1f1f1;
    	line-height: 52px;
    	text-align: center;
    	background: rgba(0,0,0,.6)!important;
    } */

    .social-icon{
    	position: absolute;
    	top: 10px;
    	left: 30px
    }

    .tour-title-subline{
    	font-weight: 700;
    	font-size: 36px;
    	color: #343a40;
    	display: block;
    	margin-top: 8px;
    }

    .tour-title{
    	font-weight: 700;
    	font-size: 46px;
    	color: #343a40;
    	line-height: 48px;
    	margin: 32px 0 24px;
    	padding: 0 30px;
    }

    .tour-description {
    	padding: 0 30px;
    }
    .tour-details-block{
    	position: relative;
    	border: 1px solid #eee9e5;
    	padding: 30px;
    	background: #fff;
    }
    .tour-details{
    	text-align: center;
    }
    .tour-details div.tour-details-price{
    	font-weight: 400;
    	font-size: 1.6em;
    	color: #343a40;
    }

    .tour-details  > em{
    	font-weight: 400;
    	font-size: 1em;
    	color: #868e96;
    	font-style: normal;
    }

    .tour-pricetable{
    	padding: 30px;
    }

    #primary .tour-font-success
    {
    	color: #12b886;
    }

    #primary .tour-font-danger
    {
    	color: #ee641c;
    }

    .tour-pl-1-em
    {
    	padding-left: 1em;
    }

    .tour-pb-08-em
    {
    	padding-bottom: 0.8em;
    }

    .tour-included-price li, .tour-not-included-price li
    {
    	font-size: 14px;
    }
    .tour-pb-63p
    {
    	padding-bottom: 63%;
    }
    .tour-pos-relative
    {
    	position: relative;
    }
    .tour-image-header
    {
    	display: block;
    	height: 100%;
    	width: 100%;
    }
    .tour-image-container
    {
    	position: absolute;
    	top: 0;
    	left: 0;
    	overflow: hidden;
    	height: 100%;
    	width: 100%;
    }
    .tour-image
    {
        display: inline-block;
        width: 100%;
        height: 200px;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .tour-image-cover
    {
    	background-size: cover !important;
    	background-repeat: no-repeat !important;
    	background-position: center !important;
    	width: 100%;
    	height: 100%;
    }
    .tour-image-cover1
    {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        width: 100%;
        height: 100%;
    }
    .tour-py-25
    {
    	padding-top: 25px;
    	padding-bottom: 25px;
    }
    .tour-px-16
    {
    	padding-left: 16px;
    	padding-right: 16px;
    }
    .tour-d-block
    {
    	display: block;
    }
    .tour-radius-3
    {
    	border-radius: 3px;
    }
    .tour-location-border
    {
    	border: 1px solid #eee9e5;
    }
    /*.tour-location-name
    {
    	line-height: 24px;
     max-height: 48px;
     height: 48px;
 }*/
 .tour-day
 {
     margin-right: 5px;
 }
 .tour-price
 {
     padding-left: 5px;
     border-left: 1px solid #e8e8e8;
 }
 .tour-price-number
 {
     color: #129cab;
     margin-left: 5px;
 }
 .tour-font-14
 {
     font-size: 14px;
 }
 .tour-font-15
 {
     font-size: 15px;
 }
 .tour-font-dim
 {
    color: #868e96;
}
.tour-carousel-item-container
{
 border: 1px solid #eee9e5;
}
.tour-letter-spacing-01
{
 letter-spacing: 0.1px;
}
.tour-owl-carousel-left:after
{

}
.tour-owl-carousel-right:after
{

}
.owl-nav
{
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-nav .owl-prev
{
    float: left;
}
.owl-nav .owl-next
{
    float: right;
}
.tour-carousel-container
{
    padding: 0 80px;
}
.tour-customize-hover
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    opacity: 0;
    transition: all 0.3s ease;
}
.tour-customize-hover button
{
    border-radius: 6px;
}
.item:hover > .tour-carousel-item-container > .tour-details-container > .tour-customize-hover
{
    opacity: 0.9;
}
.tour-border-rounded-5
{
    border-radius: 5px;
}
.layout-sidebar-right .sidebar-area
{
    padding-left: 20px;
}

.tour-ratings-container span.checked
{
    display: block;
    background-color: #ffb200;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
}
.tour-ratings-container span
{
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #ffb200;
}
.tour-trip-container .tour-days
{
    font-size: 21px;
}
.tour-tag
{
    padding: 3px 8px;
    border-radius: 3px;
    border: 1px solid #eee9e5;
    line-height: 16px;
}
.tour-places-container span
{
    padding: 0px 5px;
}
.tour-sticky-hide
{
    display: none;
    opacity: 0;
    /*height: 0;*/
}
.tour-details-sticky
{
    transition: all 0.5s ease;
}
.tour-sticky-disappear
{
    animation-name: disappear;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
}
.tour-tabs ul li a
{
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    color: #868e96;
}
.tour-tabs ul li a:hover
{
    background-color: transparent !important;
    color: #343a40;
}
.tour-tabs ul li a.active
{
    border-bottom: 3px solid #12b886 !important;
}
.tour-pricetable table td:not(:first-child), .tour-pricetable table th:not(:first-child)
{
    border-left: 1px solid;
}
.tour-pricetable table td, .tour-pricetable table th
{
    border-color:  #adb5bd !important;
}


@keyframes disappear
{
    from { transform: translateY(0); -moz-transform: translateY(0);}
    to { transform: translateY(-100%); -moz-transform: translateY(-100%); }
}
.tour-sticky-appear
{
    animation-name: appear;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    padding: 0.5rem 0;
}
@keyframes appear
{
    from { transform: translateY(-100%); -moz-transform: translateY(-100%); }
    to { transform: translateY(0); -moz-transform: translateY(0); }
}



/* ==================
Media Query css
================== */





@media only screen and (min-width : 321px) and (max-width : 480px) {
    .tour-carousel-container
    {
        padding: 0px;
    }
}

@media only screen and (max-width : 320px) {
    .tour-carousel-container
    {
        padding: 0px;
    }
}

/*#secondary .sidebar.sidebar-1
{
    position: relative;
    margin: 0;
    top: 0;
}*/
/* For listing page (VIVID) */
#left-sidebar{
	padding-right: 10px;
	width: 25%;
	float: left;
}
#right-sidebar{
	padding-left: 10px;
	width: 75%;
	float: right;
}
.entry-content{
	width:100% !important;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
	clear: both;
}
.vvdfilters {
    background: #fff;
    padding: 1px 15px;
	border: 1px solid #CCCCCC;
}
.vvdfilters h3 {
    color: #dc5959;
    font-size: 18px;
    margin: 12px 0 0;
    font-weight: bold;
    letter-spacing: 1.3px;
}
.vvdfilters hr {
    margin: 10px 0;
}
hr {
    border-top: 1px solid #eee;
}
.vvdfilters div.filterblock {
    margin-bottom: 20px;
}
.vvdfilters h4 {
    font-size: 14px !important;
    padding: 2px 0 0 !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
	margin: 10px 0px !important;
}
.vvdfilters ul {
    padding: 0;
    margin-bottom: 0;
	list-style: none;
}
.vvdfilters li {
    list-style: none;
    padding: 0 0 0px !important;
    margin: 1px 0px !important;
    font-size: 95%;
    border: 0px solid #fff;
    width: 100%;
}
.vvdfilters li a {
    display: inline-block;
    cursor: pointer;
	color: #cd1a01 !important;
}
.vvdfilters li em {
    margin-left: 5px;
    color: #777;
}
.vvdfilters span.meerminder {
    float: right;
    clear: both;
    margin: -5px 0 10px;
    font-size: 95%;
}
.vvdfilters span.meerminder a {
    color: #cd1a01;
    font-size: 85%;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.vvdfilters h4, .vvdfilters li.selected, .vvdfilters li.selected:hover {
    color: #000 ;
    font-weight: 700;
	margin: 24px 0px;
}
.vvdfilters li.selected a {
    display: inline-block;
    color: #000 !important;
    text-decoration: none;
    font-weight: 400;
}

.vvdfilters li.selected a:before {
    font-size: 100%;
    content: "\f058";
    color: #0381d9;
    margin-left: -2px;
    margin-right: 4px;
}
.vvdfilters li a:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    content: "\f138";
    color: #c1c1c1;
    margin-right: 5px;
    margin-top: 2px;
    text-decoration: none;
    font-size: 80%;
}
.vvdfilters span.meerminder:before {
    font-family: FontAwesome;
    font-size: 85%;
    content: "\f078";
    color: #b7b7b7;
    margin: 0;
}
.vvdfilters span.meerminder.minder:before {
    content: "\f077";
}

.whitebox {
    margin-top: 0;
    background: #fff;
    box-shadow: 0 0 3px #888;
    padding: 1px 20px;
}

#zoekenboek #reizen {
    background: #fff;
    padding: 1px 15px 15px;
}
#zoekenboek .whitebox {
    margin-top: 0;
}
#reizen {
    min-height: 505px;
}
h2.bigblack {
    font-size: 22px;
    margin: 20px 0px 9px;
    border-bottom: 0;
    letter-spacing: 1px;
    color: #393c3d;
    font-weight: 500;
}
.gray {
    color: #8e8c8c;
    letter-spacing: 2px;
}
.sortbar {
    background: #f4f4f4;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 90%;
	margin: 15px 0 25px;
}
.sortbar ul {
    margin: 0;
    padding: 0;
    display: inline;
}
.sortbar li a{
	color: #cd1a01 !important;
	cursor:pointer  !important;
}

.sortbar li a, .sortbar li.nolink {
    margin: 0;
    padding: 5px 12px;
    border: 0;
    display: block;
    border-right: 1px solid #d8d8d8;
}
.sortbar li {
    padding: 0;
    margin: 0 !important;
    float: left;
}
.sortbar a.selected {
    padding-right: 10px;
    text-decoration: none;
}
.sortbar a:after {
    font-size: 90%;
    font-family: FontAwesome,serif;
    margin-left: 5px;
    text-decoration: none!important;
}
.desc:after {
    content: "\f077";
}
.asc:after {
    content: "\f078";
}
li#sortbar-loading-icon {
    padding: 4px 10px;
    color: #d07373;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.reizenlist .imgcol {
   width: 17%;
   display: inline-block;
   vertical-align: top;
}
.reizenlist .tekstcol{
	width: 59%;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: top;
}
.reizenlist .prijsinfo{
	text-align: center;
    padding: 0 0 0 20px;
	width: 22%;
	display: inline-block;
	vertical-align: top;
}
.reizenlist .reis-row h2 {
    margin: 0 0 5px;
    color: #cd1a01;
    padding: 0;
	font-size: 18px;
	letter-spacing: 0.5px;
    font-weight: 400;
}
.reizenlist .readmore{
	color: #333;
	font-size: 14px;
}
.reizenlist .metadata.list-inline {
    margin-top: 5px;
}

.reizenlist .reis-row .metadata li {
    margin: 0px 10px;
    display: inline-block;
    vertical-align: top;
}
.reizenlist .reis-row .list-inline .reisorglogo {
    border: 1px solid #eee;
    margin-top: 0;
	width: 80px;
    max-height: 40px;
}
small {
    font-size: 85%;
}
a.reisreportpartner {
	font-size:10px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.reizenlist .prijsinfo strong {
    color: #cd1a01;
    font-size: 28px;
}
.reizenlist .btn-primary {
    margin-top: 10px;
    font-size: 10px;
    padding: 8px 10px;
    width: auto;
    display: inline;
    float: left;
    margin-bottom: 10px;
	border: 1px solid #52a452;
	border-radius: 3px !important;
	background: linear-gradient(to bottom,#61c261 0,#51a451 100%);
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	line-height: 1.42857143;
	color: #fff !important;
}
.txt_middle{
	text-align:center;
	 margin-top: 20px;
}
.load_more {
    margin-top: 10px;
    font-size: 10px;
    padding: 8px 10px;
    width: auto;
    display: inline;
    margin-bottom: 10px;
	border: 1px solid #52a452;
	border-radius: 3px !important;
	background: linear-gradient(to bottom,#61c261 0,#51a451 100%);
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	line-height: 1.42857143;
	color: #fff !important;
}
.reizenlist p{
	margin-bottom: 5px;
}
.reizenlist .reis-row hr {
    border-top: 1px solid #eee;
}
.reizenlist .btn-primary {
	font-size: 10px;
	letter-spacing: 0;
	width: 100%;
}
.filterblock select{
	width: 100%;
	padding: 10px;
}
.noUi-horizontal {
    width: 90%;
    margin: 0 auto;
}

 .content ul.metadata
{
	margin-bottom :0px !important;
}
.content ul.metadata img
{
	margin-bottom :0px !important;
}

.main_ctnt {
    border: 1px solid #000000;
    margin: 100px;
    padding: 15px;
    width: 650px;
}
.xmore {
    font:normal 15px arial;
    text-align: justify;
	padding: 15px 0 0 0;
}
.morectnt span {
display: none;
}
.showmoretxt {
    font: bold 15px tahoma;
    text-decoration: none;
}
.more_filters {
        display: none;
    }
	.rest_disp {
        display: block;
    }
.noUi-horizontal .noUi-handle {
 	background-color : #ed5565; 
	border-color :#ed5565;
	box-shadow :none !important;
}
.noUi-handle {
    height: 15px !important;
    width:13px !important;
    padding-left: 5px !important; 
}
.box-shadow{
	display:none;
}
.en{
	float:right;
}
.st
{
	margin-left :10px;
}


.prijsinfo small {
    display: inline;
    margin-right: 6px;
	font-size: 12px;
}

.showmoretxt{
	color: #cd1a01;
	font-size: 14px;
	line-height: 1.42857143;
	font-weight: 400;
}
.showmoretxt:after{
	content: "\f078";
	margin-left: 5px;
	font: normal normal normal 14px/1 FontAwesome;
}
.country-names{
	font-size: 13px;
	line-height: 1.42857143;
	font-weight: 400;
	color: #BBB;
}

.vvdfilters h4 i, .vvdfilters li.selected i {
    color: #777777;
}

/* start trip CSS*/
    #travel-trip hr {
    margin: 30px 0;
    padding: 0;
    height: 1px;
    clear: both;
    background: 0 0;
}

.tour-location-name{
	margin-top: 0.5rem !important;
    margin-bottom: 0rem !important;
    display: -webkit-box;
    max-height: 48px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
}

.tour-carousels-container .tour-carousel-container
{
    position: relative;
}

.tour-carousels-container .tour-carousel-container .carousel-nav-container1, .tour-carousels-container .tour-carousel-container .carousel-nav-container2
{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
}

#travel-trip .sidebar-agents .sidebar-title {
    margin-top: 20px;
    padding: 0 20px;
}

#travel-trip .sidebar-item-card {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #eee9e5;
    margin-bottom: 30px;
    overflow: hidden;
}

#travel-trip .sidebar-title, #travel-trip .sidebar-stages-title, #travel-trip .sidebar-inspirations-title, #travel-trip .sidebar-itineraries-title {
    font-size: 1.1em;
    color: #343a40;
    font-weight: 700;
    margin: 10px auto 20px;
    text-align: center;
}

#travel-trip .travel-agent-presentation-list .travel-agent-presentation {
    padding: 0 15px;
}

#travel-trip .travel-agent-presentation-photo {
    float: left;
    max-width: 70px;
    margin-right: 10px;
}

#travel-trip .travel-agent-presentation-name {
    margin-left: 80px;
    font-size: 15px;
    color: #343a40;
    line-height: 1;
}

#travel-trip .travel-agent-presentation-name .agency-name {
    display: inline-block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 36px;
    color: #343a40;
    line-height: 1;
}

#travel-trip .travel-agent-presentation-hobby {
    padding-top: 5px;
    font-size: 15px;
    color: #343a40;
    font-weight: 600;
    clear: both;
}

#travel-trip .card-cover {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #eee9e5;
}

#travel-trip .card-cover-image-container {
    position: relative;
}
#travel-trip .card-cover-image {
    width: 100%;
    background-size: cover;
    background-position: center center;
}

#travel-trip .lazyloaded {
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    opacity: 1;
}

#travel-trip .destination-card-cover-title-wrap {
    display: table;
    padding: 0 15px;
    width: 100%;
    height: 6em;
}

#travel-trip .destination-card-cover-title {
    font-weight: 400;
    font-size: 1.4em;
    color: #343a40;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#travel-trip .text-content-title-community {
    font-weight: 700;
    font-size: 1.8em;
    color: #343a40;
    margin: 10px 0 26px;
    text-align: center;
}

    #travel-trip  h2.section-title{
        text-align: center;
        font-size: 26px;
        margin: 15px 0 30px;
    }

    #travel-trip .travel-filters{
        margin-bottom: 5px;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            background: #fff;
            border: 1px solid #eee9e5;
            padding: 0;
    }

    #travel-trip .travel-filters .col-md-4:not(:last-child), #travel-trip .travel-filters .col-md-2:not(:last-child) {
    border-right: 1px solid #eee9e5;
}
#travel-trip .travel-filters-col:not(:last-child) {
    border-right: 1px solid #eee9e5;
}

#travel-trip .travel_select {
    position: relative;
}

#travel-trip .travel-filters-filter {
    padding: 8px 0;
    display: table;
    width: 100%;
}

#travel-trip .travel-filters-icon {
    width: 20px;
}


#travel-trip .travel-filters-icon, #travel-trip .travel-filters-value, #travel-trip .travel-filters-arrow, #travel-trip .travel-filters-label {
    display: table-cell;
    vertical-align: middle;
}
#travel-trip .travel-filters-value {
    padding-left: 8px;
}

#travel-trip .travel-filters-arrow {
    width: 20px;
    color: #868e96;
}

#travel-trip .travel_select-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    border-radius: 3px;
    background: 0 0;
    -webkit-appearance: none;
    cursor: pointer;
    opacity: 0;
}

#travel-trip .travel-tour-more {
    margin-top: 30px;
    margin-bottom: 70px;
    text-align: center;
}


#travel-trip .btn-secondary {
    color: #12b886;
    border-color: #12b886;
}

#travel-trip .travel-tour-more .btn{
    padding: 6px 18px;
    border-radius: 6px;
}

#travel-trip .card-simple-small {
    padding: 15px;
}

#travel-trip .card-simple {
    display: block;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #eee9e5;
}

#travel-trip .travel-card-button-content {
    display: block;
    width: 100%;
    text-align: left;
}

#travel-trip .btn-color-lime.btn-primary {
    font-weight: 700;
    color: #fff;
    border-color: #12b886;
    background-color: #12b886;
}

#travel-trip .travel-card-button-content-horizontal .travel-card-button-title {
    display: table-cell;
    padding: 0 30px;
    margin-bottom: 0;
}

#travel-trip .travel-card-button-content-horizontal .travel-card-button-cta {
    display: table-cell;
    margin-bottom: 0;
    white-space: nowrap;
}

#travel-trip .travel-card-button-title {
    font-weight: 400;
    font-size: 1em;
    color: #868e96;
    display: block;
    vertical-align: middle;
}

#travel-trip .btn-lg {
    font-size: 14px;
    padding: 10px 32px;
        border-radius: 6px;
}

#travel-trip .col-xs-6 {
    width: 50% !important;
}
/* End trip*/

.agency-icon{
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #efefef;
    z-index:1;
}
.country_specialist,.holiday_specialist,.reisreport_specialist,.free_magazine {
    /*position: absolute;
    left: 1.5%;
    top: 2%;*/
    
    opacity: 0.7;
    padding: 5px 7px;
    line-height: 17px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0.15rem;
}

.gl_tour_tags_container
{
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    left: 1.5%;
    top: 2%;
}

.country_specialist{
    background-color: #28a745;
}
.free_magazine{
    background-color: #d87408;
}
.holiday_specialist{
   background-color: #cc0000;
}
.reisreport_specialist{
    background-color: #000000;
}
.holiday_lbl_top{
    top: 19%;
}
.reisreport_lbl_top2{
 top: 39%;   
}

.reisreport_lbl_top1{
 top: 20%;   
}

/* styles for '...' */ 
.tour-desc-lbl {
  overflow: hidden;
  position: relative; 
  max-height: 7em; 
  text-align: justify;  
  font-size: 11px;
}
/* create the ... */
.tour-desc-lbl:before {
  content: '...';
  position: absolute;
  right: 7px;
  bottom: -2px;
}
.tour-view-detail-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.agency-view-detail-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.agency-view-detail-container button{
    border-radius:6px;
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 769px) and (max-width: 991px) {
	#left-sidebar, #right-sidebar{
		width: 100%;
	}

	#left-sidebar{
		padding-right: 0px;
	}
	#right-sidebar{
		padding-left: 0px;
		margin-top: 20px;
	}
	.reizenlist .tekstcol{
		width: 55%;
	}
	.reizenlist .prijsinfo{
		width: 25%;
	}
	.reizenlist .btn-primary {
		font-size: 10px;
		letter-spacing: 0;
	}

	/* Tour */
	 #travel-trip .travel-card-button-content-horizontal .travel-card-button-cta{
        display: block;
        margin-top: 15px;
    }
    #travel-trip .travel-card-button-content-horizontal .travel-card-button-title{
        padding: 0;
    }
    /**/
}

@media (max-width: 768px) {
	#left-sidebar, #right-sidebar{
		width: 100%;
	}
	.reizenlist .prijsinfo, .reizenlist .tekstcol{
		width: 73%;
		float: right;
	}
	.reizenlist .imgcol {
		width: 25%;
		float: left;
	}
	
	#left-sidebar{
		padding-right: 0px;
	}
	#right-sidebar{
		padding-left: 0px;
		margin-top: 20px;
	}
	.reizenlist .btn-primary {
		width: 100%;
	}
	.reizenlist .imgcol img{
		/* display: none; */
	}

	/* Tour */
	 #travel-trip .travel-card-button-content-horizontal .travel-card-button-cta{
        display: block;
        margin-top: 15px;
    }
    #travel-trip .travel-card-button-content-horizontal .travel-card-button-title{
        padding: 0;
    }
    
    /*DRAGNOVA6896*/
    .vvd_w_70
    {
        width: 100% !important;
        margin: 0px;
    }
    .vvd_w_28
    {
        width: 100% !important;
    }
    .tour-info-container p a
    {
        font-size: 10px !important;
    }
}

@media (min-width: 581px) and (max-width: 720px) {
	#left-sidebar, #right-sidebar{
		width: 100%;
	}
	.reizenlist .prijsinfo, .reizenlist .tekstcol{
		width: 73%;
		float: right;
	}
	.reizenlist .imgcol {
		width: 25%;
		float: left;
	}
	
	#left-sidebar{
		padding-right: 0px;
	}
	#right-sidebar{
		padding-left: 0px;
		margin-top: 20px;
	}
	.reizenlist .btn-primary {
		width: 100%;
	}
	.reizenlist .imgcol img{
		/* display: none; */
	}
    .tour-info-container p a
    {
        font-size: 10px !important;
    }
}

@media (max-width: 580px){
	#left-sidebar, #right-sidebar{
		width: 100%;
	}
	.reizenlist .prijsinfo, .reizenlist .tekstcol{
		width: 73%;
		float: right;
	}
	.reizenlist .imgcol {
		width: 25%;
		float: left;
	}
	
	#left-sidebar{
		padding-right: 0px;
	}
	#right-sidebar{
		padding-left: 0px;
		margin-top: 20px;
	}
	.reizenlist .btn-primary {
		width: 100%;
	}
	.reizenlist .imgcol img{
		/* display: none; */
	}

	/* tour */
	#travel-trip .travel-card-button-content-horizontal .travel-card-button-cta{
        display: block;
        margin-top: 15px;
    }
    #travel-trip .travel-card-button-content-horizontal .travel-card-button-title{
        padding: 0;
    }

    #travel-trip .mob-100{
        width: 100% !important;
    }

   /* .agency-icon {
    top: 55.7% !important;
   }
   .btn-compare {
    top: 55.7% !important;
   }*/
    /**/
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	#left-sidebar, #right-sidebar{
		width: 100%;
	}
	.reizenlist .prijsinfo, .reizenlist .tekstcol{
		width: 73%;
		float: right;
	}
	.reizenlist .imgcol {
		width: 25%;
		float: left;
	}
	
	#left-sidebar{
		padding-right: 0px;
	}
	#right-sidebar{
		padding-left: 0px;
		margin-top: 20px;
	}
	.reizenlist .btn-primary {
		width: 100%;
	}
	.reizenlist .imgcol img{
		/* display: none; */
	}

	/* tour */
	#travel-trip .tour-carousel-container
    {
        padding: 0px;
    }

    /*DRAGNOVA6896*/
    .vvd_w_70
    {
        width: 100% !important;
        margin: 0px;
    }
    .vvd_w_28
    {
        width: 100% !important;
    }
    .tour-carousels-container .tour-carousel-container .carousel-nav-container1, .tour-carousels-container .tour-carousel-container .carousel-nav-container2
    {
        top: 100%;
        justify-content: center;
    }
    .tour-carousels-container .carousel-1
    {
        margin-bottom: 4rem;
    }
    .tour-carousels-container .carousel-2
    {
        margin-bottom: 4rem;
    }
    .tour-carousels-container .carousel-nav-container1
    {
        margin-top: 2rem;
    }
    .tour-carousels-container .carousel-nav-container2
    {
        margin-top: 1rem;
    }
    .tour-carousels-container .carousel-nav-container1 .tour-owl-carousel-left, .tour-carousels-container .carousel-nav-container2 .tour-owl-carousel-left
    {
        margin-right: 2px;
    }
    .tour-carousels-container .carousel-nav-container1 .tour-owl-carousel-right, .tour-carousels-container .carousel-nav-container2 .tour-owl-carousel-right
    {
        margin-left: 2px;
    }
    .tour-info-container p a
    {
        font-size: 10px !important;
    }
   
}

@media only screen and (max-width : 320px) {
	#left-sidebar, #right-sidebar{
		width: 100%;
	}
	.reizenlist .prijsinfo, .reizenlist .tekstcol{
		width: 73%;
		float: right;
	}
	.reizenlist .imgcol {
		width: 25%;
		float: left;
	}
	
	#left-sidebar{
		padding-right: 0px;
	}
	#right-sidebar{
		padding-left: 0px;
		margin-top: 20px;
	}
	.reizenlist .btn-primary {
		width: 100%;
	}
	.reizenlist .imgcol img{
		/* display: none; */
	}

	/* tour */
	#travel-trip .tour-carousel-container
    {
        padding: 0px;
    }

    /*DRAGNOVA6896*/
    .vvd_w_70
    {
        width: 100% !important;
        margin: 0px;
    }
    .vvd_w_28
    {
        width: 100% !important;
    }

    .tour-carousels-container .tour-carousel-container .carousel-nav-container1, .tour-carousels-container .tour-carousel-container .carousel-nav-container2
    {
        top: 100%;
        justify-content: center;
    }
   /* .agency-icon{
        top:46.7% !important;
    }
    .btn-compare{
       top:46.7% !important;
    }*/
    span.gl_scroll_nav_left_container, span.gl_scroll_nav_right_container
    {
        height: 100%;
        display: flex;
        align-items: center;
        z-index: 99999999999;
    }
    .gl_scroll_navs .gl_scroll_nav_right_container, .gl_scroll_navs .gl_scroll_nav_left_container
    {
        margin: 0 !important;
    }
    .tour-info-container p a
    {
        font-size: 10px !important;
    }
}
@media only screen and (max-width: 1026px) {
    .rest_disp {
        display: none;
    }
	.more_filters {
        display: block; 
    }
	
}


/*****  New Css ********/
.dataitem:hover > .tour-carousel-item-container > .tour-details-container > .tour-customize-hover
{
    opacity: 1;
}
#travel-trip .travel-filters-icon img {
    margin-bottom: 0;
}

/* DRAGNOVA6896 */
.vvd_w_70
{
    width: 70%;
    float: left;
    margin-right: 2%;
}
.vvd_w_28
{
    width: 28%;
    float: left;
}
.pin-it-container img
{
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
}
/*.tour-carousel-container .owl-next .tour-owl-carousel-right, .tour-carousel-container .owl-prev .tour-owl-carousel-left*/
.tour-carousel-container .carousel-nav-container1 .tour-owl-carousel-left, .tour-carousel-container .carousel-nav-container1 .tour-owl-carousel-right
{
    border: 1px solid #7f7f7f;
    padding: 5px 10px;
    border-radius: 7px;
}
.tour-carousel-container .carousel-nav-container2 .tour-owl-carousel-left, .tour-carousel-container .carousel-nav-container2 .tour-owl-carousel-right
{
    border: 1px solid #7f7f7f;
    padding: 5px 10px;
    border-radius: 7px;
}
/**** footer sticku popup ****/

.item-container{
  position:relative;display:block; width: 100%; height: 100%;
}
.footer {
  position: fixed;
  bottom: 0;
  line-height: 47px; /* Vertically center the text there */
  background-color: #282828;
  right:0;
  margin: 0 50px;
  border-radius: 7px 7px 0 0;
  z-index:999;
}

.footerWidth {
  width:355px;
}

.jerk {
 -webkit-animation-name: jerk; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.2s; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0.5s; /* Safari 4.0 - 8.0 */
  animation-name: jerk;
  animation-duration: 0.2s;
  animation-delay: 0.5s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes jerk {
    0%   {height:47px;}
    25%  {height:54px;}
    50%  {height:60px;}
    75%  {height:54px;}
    100% {height:47px;}
}

/* Standard syntax */
@keyframes jerk {
  0%   {height:47px;}
  25%  {height:54px;}
  50%  {height:60px;}
  75%  {height:54px;}
  100% {height:47px;}
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

#collapseOne .d-flex{
    border-bottom: 1px solid #f8f9fa;
}


.panel-title > a:before {
    font-family: FontAwesome;
    content:"\f106";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    content:"\f107";
}
.panel-title > a{
  color: #fff;font-weight:bold;
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
    color:#fff;
}

.productCount{
  width: 1.4rem;
  display: inline-block;
  background-color: #28a745;
  border-radius: 50%;
  color: #fff;
  line-height: 1.4rem;
  text-align: center;
  padding-right: .1rem;
  font-size: 11px;
}
.price{
  text-decoration: line-through;
  font-size: 11px;
}
.product-image{
  width: 50px;
  max-width:50px !important;
  height: 40px;
  object-fit: cover;
  object-position: center;
}

.popup-overlay {
    /*display: none;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
    background-color: #FFF; 
    z-index:9999;
}
.popup-overlay.show {
  display:block;
}
.deleteItem{
    background-color: transparent;
    border: none;
    font-weight:bold;
    color:#282828;
}
.panel-body{
  height:300px;
  overflow-y:scroll; 
}

.item-title{font-size: 0.8rem;
    line-height: 19px;
    font-weight: bold;
    color: #282828;
    padding-bottom: 8px;}
.item-rating{line-height: 18px;font-size:0.8rem;}

.btn-full.btn-detail-compare{
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 5px;
    display: flex;
    padding: 10px 8px 8px 9px !important;
}
.btn-compare,.btn-detail-compare{border-radius: 50% !important; background-color: #fff;border: 1px solid #efefef !important;font-size: 18px !important;color: #ddd;
    font-weight: normal !important;padding: 9px 9px 3px 9px !important;z-index:100;}
.btn-compare:hover,.btn-detail-compare:hover{border: 1px solid #efefef;}    
/*.btn-compare:hover i,.btn-compare.active i,.btn-detail-compare:hover i,.btn-detail-compare.active i{color:#ff0000;}*/
.btn-compare.active i,.btn-detail-compare.active i{color:#ff0000;}
.loader-div{background:url('../images/loader.gif');background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 50px;
    height: 50px;position: fixed;
    top: 50%;
    left: 40%;
    z-index: 9999;}
.agency-icon-container{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    top: -18px;
    padding: 0px 9px;
}

.no-padding
{
    padding: 0;
}


.btn.btn-detail-compare
{
    line-height: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 769px) and (max-width: 991px) {

}

@media (max-width: 768px) {
  .loader-div {
    top:72%;
  }
}

@media (min-width: 581px) and (max-width: 720px) {

}

@media (max-width: 580px){

}

@media only screen and (min-width : 321px) and (max-width : 480px) {
  .footer {
    position: fixed;
    /*top: 100%;*/
    bottom:0;
    width:100%;
    padding: 13px 0px 0px 0px;
    text-align: center;
    font-size: 12px;
    /*height: 100vh;*/
    line-height:26px; 
    background-color: #282828;
    /*right:0;*/
    margin: auto 0px;
    border-radius:0;
  }

  .footerWidth {
    width:100%;
  }

  .panel-body{
    height: 79.5vh;
    overflow-y: scroll;
  }

  .panel-title > a{
    font-size:18px;
    font-weight:600;
  }

  .productCount {
    width: 1.5rem;
    display: inline-block;
    background-color: #28a745;
    border-radius: 50%;
    color: #fff;
    line-height: 1.5rem;
    text-align: center;
    padding-right: .1rem;
    font-size: 16px;
  }

  .panel-title{
     height: 38px;
    /*line-height: 26px;*/
    padding: 0;

  }

  
}

@media only screen and (max-width: 320px) {
   .footer {
    position: fixed;
    /*top: 100%;*/
    bottom:0;
    width:100%;
    padding: 13px 0px 0px 0px;
    text-align: center;
    font-size: 12px;
    /*height: 100vh;*/
    line-height:26px; 
    background-color: #282828;
    /*right:0;*/
    margin: auto 0px;
    border-radius:0;
  }

  .footerWidth {
    width:100%;
  }

  .panel-body{
    height: 79.5vh;
    overflow-y: scroll;
  }

  .panel-title > a{
    font-size:18px;
    font-weight:600;
  }

  .productCount {
    width: 1.5rem;
    display: inline-block;
    background-color: #28a745;
    border-radius: 50%;
    color: #fff;
    line-height: 1.5rem;
    text-align: center;
    padding-right: .1rem;
    font-size: 16px;
  }

  .panel-title{
     height: 38px;
    /*line-height: 26px;*/
    padding: 0;

  }
  
}


/*----------------------------*/
/*      Dragnova              */
/*----------------------------*/
/*.gl_compair .gl_tour_ul::-webkit-scrollbar {
    width: 0px;   remove scrollbar space 
    background: transparent;  /* optional: just make scrollbar invisible
}*/
.gl_compair .gl_tour_ul
{
    display: inline-block;
    overflow: hidden;
    overflow-y: hidden;
    max-width: 100%;
    margin: 0 0 1em;
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.gl_compair .gl_tour_ul li
{
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.gl_compair .gl_show_only_diff
{
    width: 20%;
    float: left;
}
.gl_compair .gl_scrollable
{
    width: 80%;
    float: left;
}
.gl_compair .gl_tour_compair_details_container
{
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.gl_compair .gl_hide_scroll
{
    overflow: hidden;
}
.gl_compair .gl_show_only_diff
{
    position: relative;
}
.gl_compair .gl_show_only_diff .gl_check_box_container
{
    position: absolute;
    /*bottom: 10px;*/
    width: 80%;
}

.gl_compair .gl_show_only_diff .gl_check_box_container > div > div
{
    text-align: right;
}

.gl_compair .gl_remove_trip
{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bolder;
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
    text-shadow: 0px 0 3px black;
}
.gl_compair .gl_word_wrap
{
    white-space: normal;
}
.gl_compair .gl_tour_price
{
    color: #28a745;
}
.gl_compair .opt_title
{
    height: 49px;
    display: flex;
    align-items: center;
    margin: 0;
    border-top: 0.5px solid #dcdcdc;
    cursor: pointer;
}
.gl_compair .opt_down
{
    transition: all 0.3s ease;
}
.gl_compair .opt_down:before
{
    font-family: "Icons";
    content: "\e904";
    color: #28a745;
    text-decoration: none;
    margin-right: 0.5rem;
}
.gl_compair .opt_up
{
    transform: rotate3d(1,0,0, 190deg);
}
.gl_compair .gl_compair_sub_opt_1
{
    transition: all 0.3s ease;
}
.gl_d_none
{
    height: 0px;
    display: none;
}
.gl_compair_details_container .opt_title
{
    color: #28a745;
}
.gl_d_block
{
    display: block !important;
}
.gl_compair .gl_border_rb
{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.gl_font_13
{
    font-size: 13px;
}
#gl_tour_compair_top_floating
{
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: white;
    /*padding: 0.5rem 0;*/
    transition: all 0.3s ease;
}
.gl_pb_25p
{
    padding-bottom: 20%;
}
.gl_tour_compair
{
    display: block;
}
.gl_w_30p
{
    width: 25%;
    float: left;
}
.gl_w_70p
{
    width: 70%;
    float: left;
}
.gl_tour_compair_title
{
    height: auto;
    line-height: normal;
    margin-bottom: 0rem !important;
    display: -webkit-box;
    max-height: 48px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.gl_scroll_nav_right:before
{
    font-family: "Icons";
    content: "\e906";
    color: black;
    text-decoration: none;
}
.gl_scroll_nav_left:before
{
    font-family: "Icons";
    content: "\e905";
    color: black;
    text-decoration: none;
}
.gl_scroll_navs
{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    align-items: center;
}
.gl_scroll_navs .gl_scroll_nav_left_container
{
    margin-left: -2.5rem;
    cursor: pointer;
}
.gl_scroll_navs .gl_scroll_nav_right_container
{
    margin-right: -2.5rem;
    cursor: pointer;
}

@media (min-width: 992px) and (max-width: 1199px) {
   /* .agency-icon {
    top: 59.7% !important;
   }
   .btn-compare {
    top: 59.7% !important;
   }*/
}

@media (min-width: 769px) and (max-width: 991px) {
 
}

@media (max-width: 768px) {
    .gl_compair .gl_hide_scroll
    {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }
    .gl_compair .gl_hide_scroll::-webkit-scrollbar
    {
        opacity: 0;
    }
   /*  .agency-icon {
    top: 50.7% !important;
   }
   .btn-compare {
    top: 50.7% !important;
   }*/
}

@media (min-width: 581px) and (max-width: 720px) {

}

@media (max-width: 580px){

}

@media only screen and (min-width : 321px) and (max-width : 480px) {
    .gl_compair .gl_show_only_diff
    {
        width: 100%;
        float: none;
    }
    .gl_compair .gl_scrollable
    {
        width: 100%;
        float: none;
    }
    .gl_compair .gl_tour_ul li
    {
        width: 50%;
    }
    .gl_compair .gl_tour_compair_details_container
    {
        flex-flow: column;
    }
    .gl_compair .gl_hide_scroll
    {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }
    .gl_compair .gl_hide_scroll::-webkit-scrollbar
    {
        opacity: 0;
    }
    .gl_compair .gl_show_only_diff .gl_check_box_container
    {
        position: relative;
        width: 100%;
    }
    .gl_compair .gl_show_only_diff .gl_check_box_container > div > div
    {
        text-align: left;
        margin-left: 0.5rem;
        display: inline-flex;
    }
    .gl_compair .gl_show_only_diff .gl_check_box_container .gl_share_btn_container
    {
        display: flex;
        align-items: flex-end;
        margin-bottom: 0.5rem;
    }
    .gl_compair .gl_show_only_diff .gl_check_box_container > div > div
    {
        flex-direction: column;
    }
}

@media only screen and (max-width : 320px) {
    .gl_compair .gl_show_only_diff
    {
        width: 100%;
        float: none;
    }
    .gl_compair .gl_scrollable
    {
        width: 100%;
        float: none;
    }
    .gl_compair .gl_tour_ul li
    {
        width: 50%;
    }
    .gl_compair .gl_tour_compair_details_container
    {
        flex-flow: column;
    }
    .gl_compair .gl_hide_scroll
    {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }
    .gl_compair .gl_hide_scroll::-webkit-scrollbar
    {
        opacity: 0;
    }
    .gl_compair .gl_show_only_diff .gl_check_box_container
    {
        position: relative;
        width: 100%;
    }
    .gl_compair .gl_show_only_diff .gl_check_box_container > div > div
    {
        text-align: left;
        margin-left: 0.5rem;
        display: inline-flex;
    }
    .gl_compair .gl_show_only_diff .gl_check_box_container .gl_share_btn_container
    {
        display: flex;
        align-items: flex-end;
        margin-bottom: 0.5rem;
    }
    .gl_compair .gl_show_only_diff .gl_check_box_container > div > div
    {
        flex-direction: column;
    }
}
.tour-owl-carousel-left, .tour-owl-carousel-right
{
    cursor: pointer;
}
.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 0 !important;
    list-style: none;
    background-color: #FAFAFA;
    border-radius: .25rem;
}
.breadcrumb-item {
    float: left;
    margin-bottom:0 !important; 
}
.breadcrumb-item.active {
    color: #636c72;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636c72;
    content: "/";
}
.breadcrumb::after {
    display: block;
    content: "";
    clear: both;
}
.btn-share{
    color: #000;
    margin: 10px 5px;
    font-size: 12px;
}
.travel-filters-col {

    margin-bottom: 0px !important;

}
.tour-info-container p a {

    color: #fff !important;

}
.cs-btn
{
	width: 55px;
	margin-bottom: 2px;
}

/* Date: 11-12-2012 Time: 5:59 Name: Axay */
.gl_all_tour_details, .gl_all_tour_details ul, .gl_all_tour_details ul li
{
    height: 100%;
}
/*.cs-container
{
    padding: 0 !important;
}*/

/* Date: 12-12-2018 Time: 10:16 Name: Axay */
.position-relative
{
    position: relative;
}
.tour-compair-details.gl_word_wrap img
{
    width: 140px;
    height: 140px;
    object-fit: contain;
    object-position: center;
}
.vvd_icon_left, .vvd_icon_right
{
    color: #fff;
    background-color: #1d1d1dc4;
    padding: 10px;
}