
.modal.modal-loading .modal-dialog .modal-content {
	min-height: 300px;
}
.modal.modal-loading .modal-content:after {
	content: attr(data-modal-loading-text) " ";
	padding-top: 125px;
	display: block;
	height: 100%;
	width: 100%;
	background: url('../img/loader.gif') center 50px no-repeat rgba(255, 255, 255, 0.95);
	position: absolute;
	z-index: 998;
	left: 0;
	top: 0;
	text-align: center;
}


.checkbox, .radio {
	margin-left: 20px;
}

iframe {
	max-width: 100%;
}

#country-map {
	display: block;
	height: 500px;
	width: 100%;
}
#country-map .country-map-location {
	width: 400px;
	padding: 5px 0;
}
#country-map .country-map-location .place-img {
	float: left;
	padding-right: 15px;
	width: 40%;
}
#country-map .country-map-location .place-img img {
	max-width: 100%;
	height: auto;
}
#country-map .country-map-location .place-info {
	float: left;
	width: 60%;
	display: block;
	padding: 5px 0 0 0;
	font-family: 'MyriadPro-Cond',Sans-Serif;
	font-size: 16px;
}
#country-map .country-map-location .place-info h4,
#country-map .country-map-location .place-info h4 a {
	font-size: 20px;
	font-family: 'MyriadProRegular',Sans-Serif;
	color: #337ab7;
	margin: 0;
}
#country-map .country-map-location .place-info h5 {
	font-size: 1em;
	font-family: 'droid_serifitalic', serif;
	margin: 5px 0;
}
#country-map .country-map-location .place-info .show-raty-sm {
	width: 88px;
	display: inline-block;
}

#country-map .country-map-location .place-info p {
	margin: 10px 0 5px 0;
}

@media (max-width: 767px) {
	#country-map .country-map-location {
		width: 100%;
	}
	#country-map .country-map-location .place-img,
	#country-map .country-map-location .place-info {
		float: none;
		width: 100%;
	}
	
}

.blueimp-gallery.blueimp-gallery-display.custom-loading:after{
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: red;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/loading.gif) center center no-repeat;
	background-size: 40px 40px;
}
.lazy-container {
	display: block;
	position: relative;
	height: 0;
	
	padding-bottom: 70.4%; /*  e.g. 750 x 500 */
}
.top-places .lazy-container {
	padding-bottom: 66.67%;
}
.top-places .slick-list .lazy-container {
	padding-bottom: 126%;
}
.top-countries .lazy-container {
	padding-bottom: 45.22%;
}
.traveldeals .lazy-container  {
	padding-bottom: 75.07%;
}
.traveltype .lazy-container  {
	padding-bottom: 45.22%;
	background:#200002;
}
.traveltype .lazy-container img {
	opacity: 0.75;
}

.top-countries .lazy-container img {
	margin-top: 0 !important;
}

.lazy-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



#review_list_sort [data-sort-by-direction]:after {
	content: "";
	margin-right: 5px;
	display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
}
#review_list_sort [data-sort-by-direction="asc"]:after {
    border-bottom: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top-width: 0px;
    border-top-style: dotted;
}
#review_list_sort [data-sort-by-direction="desc"]:after {
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom-width: 0px;
    border-bottom-style: dotted;
}

#reviews-list,
#user-reviews-list {
	position: relative;
	z-index: 1;
	clear:both;
}
#reviews-list.loading:after,
#user-reviews-list.loading:after,
#feed-products-list.loading:after{
	content: 'Bezig met laden';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/review-list-loader.gif) no-repeat center 50px rgba(255,255,255,0.95);
	padding-top: 120px;
	z-index: 1000;
	text-align: center;
}
#user-reviews-list.loading:after,
#feed-products-list.loading:after{
    background: url(../img/review-list-loader.gif) no-repeat center 50px rgba(250,245,232, 0.95);
}


#reviews-list .btn-thanks,
#user-reviews-list .btn-thanks {
	border: 1px solid #e6e6e6;
	color: #74c374;
}
#reviews-list .btn-thanks:hover,
#user-reviews-list .btn-thanks:hover {
	border-color: #74c374;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	overflow-y: visible !important; /* overwriting digg digg plugin to fix modal scroll issue */
}

body {
	background:#faf5e8;
	font-family: 'MyriadPro-Cond', sans-serif;
	font-size:1.8em;
	padding-top: 55px;
	overflow-x: hidden !important;
}

.compass {
	position: absolute;
	top: 500px;
	z-index: -1;
	left: -55px;
}
@media (min-width:1750px){
	.compass {
		top: 610px;
		left: 7%;
	}
}

#reviewform .compass {
	display: none;
}

body#reviewform {background:#fff;}
h1 {
	font-family:'MyriadPro-Bold', sans-serif;
	color:#ee000f;
	font-size:1.8em;
}
h1#home {margin:0px;}
h2 {
	font-family:'MyriadPro-Bold', sans-serif;
	font-size:1em;
}
h2 span {
	font-size:18px;
	display:inline-block;
}
h2.borderless {
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}
h3 {
	font-family:'MyriadProRegular', sans-serif;
	font-size:1em;
	margin-bottom:15px;
}
h3.grey {font-size:0.9em;}
h4 {
	font-family:'MyriadPro-Bold', sans-serif;
	font-size:0.9em;
}
h5 {
	font-family:'MyriadPro-Bold', sans-serif;
	font-size:0.8em;
	margin:0px;
}
strong {font-family:'MyriadPro-Bold', sans-serif;}
hr {
	clear:both;
}
.regular p, .regular ul, p.regular, ol.regular, table, .form-check label {
	font-family:'MyriadProRegular', sans-serif;
	font-size:0.9em;
}
.regular ul ul, .regular ul ul ul {
	font-size:1em;
	list-style-type: disc;
}
.btn-sm {
	font-size:0.8em;
}
.mt0 {
	margin-top:0px;
}
.mt2 {
	margin-top:2px;
}
.mt5 {
	margin-top:5px !important;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}
.mt25 {
	margin-top:25px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.ml0 {
	margin-left:0px;
}
.ml5 {
	margin-left:5px;
}
.ml15 {
	margin-left:15px;
}
.ml30 {
	margin-left:30px;
}
.mr0 {
	margin-right:0px;
}
.mr5 {
	margin-right:5px;
}
.mr15 {
	margin-right:15px;
}
.mb0 {
	margin-bottom:0px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb25 {
	margin-bottom:25px;
}
.mb30 {
	margin-bottom:30px;
}
.pt15 {
	padding-top:15px;
}
.pl0 {
	padding-left:0px;
}
.pl15 {
	padding-left:15px;
}
.pl30 {
	padding-left:30px;
}
.pr0 {
	padding-right:0px;
}
.pr15 {
	padding-right:15px;
}
.pr30 {
	padding-right:30px;
}
.navbar {
	background:#ee000f;
	border:none;
	height:55px;
}
.navbar-fixed-top {
	position: fixed;
	top: 0;
	max-width: 100vw;
}
.navbar-header {
	display: flex;
	align-items: center;
}
@media (min-width: 768px) {
	.navbar-header {
		display: none;
	}
}
.navbar:hover, .navbar:focus {
	z-index:1040;
}
.navbar-nav {
	width:100%;
}
.navbar-nav li a {
	padding: 1em 0.5em 0.95em 0.5em;
}
.navbar-nav .btn-success {
	margin:7px 5px 5px 0px;
	padding:6px 10px;
}
.navbar-toggle {
	float: none;
	padding: 9px 8px;
	margin: 0 15px 0 auto;
}
.navbar-nav li.dropdown a {
	padding:9px 0 10px 10px;
}
.navbar-nav li.dropdown a:hover {
	background:none;
}
.navbar-nav li.dropdown a#landen {padding:15px;}
.navbar-nav li.dropdown a img {
	margin-right:10px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu .dropdown-menu {
	width:100%;
	min-width:185px;
}
.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown:hover .dropdown-menu .dropdown-submenu > .dropdown-menu {display:none;} 
.dropdown-submenu:hover > .dropdown-menu{
    display:block !important;
} 
.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
} 
.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
} 
.dropdown-submenu .pull-left{
    float:none;
} 
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
@media (max-width: 767px) {.navbar-collapse {background:#262626; padding:0px; border-color:#262626;} .navbar-nav {margin:0px;} .nav li.pull-right {float:none !important;}}
.navbar-collapse form {
	margin-top:10px;
	margin-right:10px;
}
.navbar-collapse form input, .navbar-header form input {
  width:190px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 10px;
  background-color: #b2000b;
  border: none;
  display: inline-block;
  height: 35px;
  padding: 0 35px 0 10px;
  vertical-align: top;
}
.navbar-collapse form input:focus, .navbar-header form input:focus {
	background-color:#fff;
}
.navbar-collapse .form-control::-moz-placeholder, .navbar-header .form-control::-moz-placeholder{color:#ecbfc2;opacity:1}
.navbar-collapse .form-control:-ms-input-placeholder, .navbar-header .form-control:-ms-input-placeholder{color:#ecbfc2}
.navbar-collapse .form-control::-webkit-input-placeholder, .navbar-header .form-control::-webkit-input-placeholder{color:#ecbfc2}

.navbar-collapse .form-control:focus::-moz-placeholder, .navbar-header .form-control:focus::-moz-placeholder{color:#999;opacity:1}
.navbar-collapse .form-control:focus:-ms-input-placeholder, .navbar-header .form-control:focus:-ms-input-placeholder{color:#999}
.navbar-collapse .form-control:focus::-webkit-input-placeholder, .navbar-header .form-control:focus::-webkit-input-placeholder{color:#999}

.navbar-collapse .input-append button, .navbar-header .input-append button {
	margin-left:-45px;
	background-color:transparent;
	margin-top:2px;
}

.input-append input {
	display:inline-block;
}
.input-append button {
	background: #fff;
    margin-left: -45px;
}
.input-append button span {
	background: url("../img/search-icon.svg") no-repeat scroll 0 -2px rgba(0, 0, 0, 0);
    display: block;
    height: 22px;
    width: 22px;
	background-size:cover;
}
.input-append button.searchFocus span {background-position:0px -30px;}

@media (max-width:1200px){.navbar-collapse form input {width:185px;} .navbar-collapse form {margin-right:5px;}}

.navbar-header form {
	margin-left:10px;
}

.nav-tabs li a {
	background:#f2f2f2;
	border-color:#f2f2f2 #f2f2f2 #ddd;
	margin-right:5px;}

#navLandenDropdown {	
	padding-left: 20px;	
	border: 0px solid #e5e5e5;
	border-top: none;
	background: url(../img/dropdown-bg.png) no-repeat;
	margin-left: -3px;
	margin-top: 0px;	
	height: 343px;
	width: 960px;
	overflow: hidden;	
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	box-shadow: none;
}
@media (max-width: 768px) {#navLandenDropdown{display: none;}}

#navBestemmingenDropdown a {border: 0;}
.bestemmingen-column {
	width: 154px;
	float: left;
}
.bestemmingen-column h3 {margin-top:15px;}
.bestemmingen-column h3 a {
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold!important;
	color:#ee000f;
}
.bestemmingen-column h3 a:hover {color:#a6000a;}	
.bestemmingen-column ul {
	margin: 0px 0 0px 0px;
	padding: 0px 0 0 0;
	list-style: none;
}
.bestemmingen-column ul li {
	padding: 0px 0 2px 0px;
	font-size:16px;  
}
.bestemmingen-column ul li a { color: #333; }
.bestemmingen-column ul li a:hover { color: #000; text-decoration: underline;}
.bestemmingen-column-meer {font-size: 14px;}
.bestemmingen-column-small {padding-top: 4px }

a#logo {
	background:url(../img/logo.png);
	width:263px;
	height:102px;
	display:block;
	float:left;
	margin-left:-7px;
	text-indent:-9999px;
}
#logo-small, .logo-scroll {
	background:url(../img/logo-small.png)!important;
	width:55px!important;;
	height:55px!important;
	display:block !important;
	margin-left:0px !important;
	float:left;
	text-indent:-9999px;
}
@media (max-width:1200px){a#logo {
	background:url(../img/logo-small.png);
	width:55px;
	height:55px;
	display:block;
	float:left;
	margin-left:0px;
	text-indent:-9999px;
}}
@media (max-width: 768px) {.logo-scroll {display:none !important;}}

span.pa-callout-right {
font-size: 10px;
margin-left: 4px;
position: relative;
top: -10px;
margin-bottom: 13px;
color: #ffffff;
background-color: #eb9317;
padding: 3px 4px;
border-radius: 3px;
line-height: 10px;	
}

#top-banner {
	background:#6ba9fe url(../img/banner-top.png) center top no-repeat;
	position:fixed;
	top:0;
	width:100%;
	height:55px;
	text-align:center;
	z-index:1;
	box-shadow: inset 0px -3px 5px rgba(0,0,0,0.25);
}

.regionHeroWrapper {
  background: #200002;
  height: 495px;
  position: relative;
  display: table;
  width: 100%;
  overflow:hidden;
}
.HeroWrapperSmall .regionHeroWrapper {
  height: 220px;
  /* height: 275px; */
  display:block;
}
.HeroWrapperSmall h2 {
	color:#fff;
	font-size:2.5em !important;
	font-family:'MyriadPro-Bold',Sans-Serif;
	margin:10px 0 5px;
}
#pageHero .HeroWrapperSmall h1 {margin-top:50px;}
.HeroWrapperSmall .carousel-fade h1 {
	font-family:'droid_serifitalic', serif;
	font-size:1.1em;
	font-weight:normal;
	margin:0px;
}
.HeroWrapperSmall .image-caption {
	width: 1140px;
    margin: 0 auto;
    padding: 0px;
    left: 0;
    bottom: 75px;
    right: 0;
	text-align: center;
}
#pageHero .HeroWrapperSmall .image-caption {bottom:30px;}
@media (max-width:1200px){.HeroWrapperSmall .image-caption {width:940px;}}
@media (max-width:992px){.HeroWrapperSmall .image-caption {
	text-align:center;
	width:auto;	
	}}
@media (max-width:768px){.HeroWrapperSmall .image-caption {bottom:60px;}}

.blogpost .image-caption {
	top:56px;
	left:15px;
}
.carousel-fade .blogpost h1 {
	font-family: 'MyriadProRegular',Sans-Serif;
    font-size: 2.5em;
    color: #fff;
    font-weight: bold;
	max-width:570px;
}
@media (max-width:992px){.carousel-fade .blogpost h1  {font-size:2em;}}
@media (max-width:767px){.carousel-fade .blogpost h1  {font-size:1.8em;}}

#profile .carousel-fade h1, .review-header h3 a {
	font-family: 'MyriadProRegular',Sans-Serif;
    font-size: 2.5em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
	margin-top:20px;
	opacity:1;
}
.review-header h3 a:hover {
    opacity: 0.7;
    transition: opacity .2s ease-out;
	text-decoration:none;
}

.sun {
	background:url(../img/sun.png) no-repeat top center;
	padding-top:25px;
	float:right;
}
.sun span {
	font-family: 'MyriadPro-Bold',Sans-Serif;
	font-size: 1.1em;
    margin-left: 4px;
}
@media (max-width:768px){.sun {float:none;}}

#searchbox-blog {
	position: absolute;
	top:430px;
	right:0px;
    z-index: 999;
}
#searchbox-blog input {
	border: none;
    border-radius: 4px;
    padding: 6px 12px;
    width: 360px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    height: 34px;
	color: #555;
}
#searchbox-blog button span {
	height: 21px;
    width: 23px;
	background-position: 0px -31px;
}
#searchbox-blog button {
	padding: 3px 9px;
}
    
.glyphicon {font-size: 0.8em;}

.carousel {
	z-index:1;
	position:static;
}
.carousel-inner {
	position:static;
}

/*
.carousel-inner img {
	opacity: 0.75;
}
*/
.carousel-inner .img-cover {
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	top:0;
	z-index: 5;
}
.hero-bg-container {
	position: relative;
	height: 100%;
	z-index: 2;
}
.hero-bg-container:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
	background: #200002;
	opacity: .25;
}

.carousel-inner .img-cover.lazyloaded {
	transition: opacity .5s !important;
}
.carousel-inner .img-cover.lazyloaded + noscript + .item-image {
	visibility: hidden;
	transition: visibility .5s !important;
	transition-delay: .5s;
}

.col-md-8 .content .lazyloaded {
	display: block;
    max-width: 100%;
    height: auto;
}

.carousel-caption {
	top:25%;
	bottom: inherit;
}
@media (max-width:767px){.carousel-caption {top:25%;} #profile .carousel-caption {top:25%;}}
@media (max-width:1199px){.carousel-caption {left:5%; right:5%;}}
.carousel-fade h1 {
	font-family: 'MyriadPro-Bold',Sans-Serif;
    font-size: 1em;
    color: #fff;
    margin-bottom: 5px;
	margin-top:0px;
}
.country h1, .place h1 {
	font-family:'MyriadPro-Bold',Sans-Serif;
	font-size:3em;
	color:#fff;
	margin-bottom:5px;
}
.home h2 {font-size:2.5em; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); margin-bottom:22px;}
@media (max-width:992px){.country h1, .place h1  {font-size:2em;}}
@media (max-width:767px){.country h1, .place h1  {font-size:1.8em;}}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
	bottom: 0;
	right: 0;
}
.home .carousel-indicators {
	bottom:10px;
	width:30%;
	margin-left:-15%;
}
.carousel-indicators {
	width:30%;
	margin-left:-15%;
	bottom:10px;
}



@media (max-width:992px){.carousel-indicators {bottom:10px;}}
.carousel-fade .carousel-inner .item .item-image {  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 495px;
  opacity: 0.75;
  background-attachment:fixed;
}
@media (max-width:992px){.carousel-fade .carousel-inner .item .item-image {background-attachment:scroll; background-position:center top !important;}}




.carousel-inner .item .caption {
	margin: 0 auto;
    width: 1140px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 15px;
    color: #fff;
    display: block;
    text-align: right;
    z-index: 11;
}

.HeroWrapperSmall .carousel-fade .carousel-inner .item .item-image {
  height: 220px;
  /* height:275px; */
  background-attachment:scroll;	
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.home .carousel-caption {
	right:0px;
	top:338px;
	left:auto;
}
.home .carousel-caption h4 {
	text-transform:uppercase;
	margin-bottom:0px;
}
.carousel-caption h3 img {
	margin-top:-5px;
	margin-right:10px;
}
.regionHeroWrapper a, #quote a {
	color:#fff;
}

.video-wrap {
	position: absolute;
    overflow: hidden;
    width: 100%;
    height: 490px;
    top: 5px;
}
@media (max-width:1834px){.video-wrap video {height:490px;}}

.country-subnav {	
	background: #fff;
}

.country-subnav.sticky {
	position: fixed;
	top: 55px;
	left: 0;
	right: 0;
	height: 49px;
	z-index: 1030;
	box-shadow: 0 1px 2px #999;
	width:auto;
}

@media (max-width:1200px){.carousel-inner .item .caption {width:940px;}}

/*
#sticky-subnav .country-subnav, #mobile-subnav .mobile-dropdown {
  background: #fff;
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  height: 49px;
  z-index: 1030;
  box-shadow: 0 1px 2px #999;
  width:auto;
}
*/

.country-subnav li {
	padding:0px;	
}
.country-subnav li a {
	-webkit-transition: border-color .218s;
	-moz-transition: border-color .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
	border-bottom:2px solid transparent;
	color:#333;
	text-decoration:none;
	padding:10px;
	display:block;		
}
.country-subnav li a.active, .country-subnav li a:hover {
	-webkit-transition: border-color .218s;
	-moz-transition: border-color .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
	border-bottom:2px solid #ee000f;
	color:#000;	
}
a#dLabel {padding:10px 2px 9px 2px;}
a#dLabel:hover {
	border-bottom:2px solid transparent;
}
.dropdown-menu {font-size:1em;}
.country-subnav ul.dropdown-menu {
	margin-top:0px;
	padding:0px 0px 1px 0px;
	min-width:337px;
}
.country-subnav ul.dropdown-menu li {
	height:44px;
	border-bottom: 1px solid #eee;
}
.country-subnav ul.dropdown-menu li a {
	padding:0px;
	display:inline-block;
	width:100%;
	border-bottom:0px;
}
.country-subnav ul.dropdown-menu li a:hover, .mobile-dropdown ul li a:hover {
	background:#faf6ed;
}
.country-subnav ul.dropdown-menu img {
	margin:0px;
	float:left;
	width:65px;
}
.country-subnav ul.dropdown-menu span img {
	width:24px;
	margin:0px 10px 0px 0px;
}

.country-subnav ul.dropdown-menu span {
	padding: 10px;
    float: left;
}
.country-subnav ul.dropdown-menu li#all {border-bottom:none; height:42px;}
.country-subnav ul.dropdown-menu li#all a {
	padding:10px 0px 9px 0px;
	color:#337ab7;
}
.country-subnav ul.dropdown-menu li#all a:hover {
	color:#23527c;
}

.country-subnav li span a, .country-subnav li span a:hover {
	border:none;
	color:#333;
	padding:12px 3px 12px 0px;
	display:inline-block;
	font-family: 'MyriadProRegular',Sans-Serif;		
}
.country-subnav li span a:hover {
	text-decoration:underline;
}
.country-subnav img, .mobile-dropdown img {
	margin:0px 2px 2px 5px;
}
.country-subnav .list-inline {
	margin-left:0px;
}
#sticky-subnav .country-subnav .list-inline {
	width: 1140px;
	margin:0 auto;
}
@media (max-width:1200px){#sticky-subnav .country-subnav .list-inline {width:940px;}}



.mobile-subnav.sticky {
	position: fixed;
	top: 55px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0 1px 2px #999;
}

.mobile-dropdown, .mobile-dropdown button {
	background-color:#fff;
	height:49px;
}
.mobile-dropdown .caret {
	    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.mobile-dropdown ul {
	list-style: none;
	padding: 0px 0px 1px 0px;
	margin: -5px 0px -6px 0px;
}
.mobile-dropdown ul li {
	width: 100%;
	display: inline-block;
}
.mobile-dropdown a {
	color:#333;
	padding:12px 3px 12px 10px;
	display:block;
	font-family: 'MyriadProRegular',Sans-Serif;
	height:44px;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.mobile-dropdown ul li a:hover, .mobile-dropdown ul li a:active {
	text-decoration: none;
}
.mobile-dropdown ul li:last-child a {border-bottom:none; height:48px;}

#searchbox {
	position:absolute;
	text-align:center;
	top:25%;
	left:50%;
	width: 100%;
    margin-left: -50%;
	z-index:999;
}
@media (max-width:991px){#searchbox {top:30%;}}
.carousel-fade #searchbox p {
	color:#fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	margin-top:10px;
	font-size:1em;
}
#searchbox input.search_destination  {
	border:none;
	border-radius:5px;
	font-size:24px;
	font-family:'MyriadProRegular',Sans-Serif;
    padding:5px 10px;
    width:475px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	height:45px;
}
#searchbox .typeahead.dropdown-menu {
	width:475px;
	text-align: left;
}
@media (max-width:768px){#searchbox input.search_destination, #searchbox .typeahead.dropdown-menu {width:80%} #searchbox {top:25%;}}
#searchbox .typeahead.dropdown-menu > li > a {
	padding-left: 5px;
	padding-right: 10px;
}
#searchbox .typeahead.dropdown-menu .destination_img {
	float: left;
	width: 35px;
	display: inline-block;
	text-align: center;
}
#searchbox .typeahead.dropdown-menu .destination_img img { /* fix: some images in map or bigger */
	max-width: 24px;
	height: auto;
}
#searchbox .typeahead.dropdown-menu .destination_img span {
	font-size: 18px;
}
#searchbox .typeahead.dropdown-menu .destination_reviews{
	float: right;
	display: inline-block;
	font-size: 16px;

}
#searchbox .typeahead.dropdown-menu .destination_name {
	font-size: 18px;
	line-height: 24px;
}
.search_destination_form {
	position: relative;
}
.search_destination_form ul.typeahead.dropdown-menu {
	width:300px;
}
.search_destination_form .typeahead.dropdown-menu > li > a {
	padding:0.5em 0.8em 0.5em 0.5em;
}
.search_destination_form .typeahead.dropdown-menu .destination_img {
	float: left;
	width: 35px;
	display: inline-block;
	text-align: center;
}

.search_destination_form .typeahead.dropdown-menu .destination_img img { /* fix: some images in map or bigger */
	max-width: 24px;
	height: auto;
}
.search_destination_form .typeahead.dropdown-menu .destination_img span {
	font-size: 18px;
}
.search_destination_form .typeahead.dropdown-menu .destination_reviews{
	float: right;
	display: inline-block;
	font-size: 16px;
}
.search_destination_form .typeahead.dropdown-menu .destination_name {
	font-size: 18px;
	line-height: 24px;
}

#searchbox button {
	background: none repeat scroll 0 0 #fff;
    margin-left: -52px;
    margin-top: -5px;
}
#searchbox button span {
	background:url(../img/icons-sprite.png) no-repeat scroll 0 -316px;
	width:22px;
	height:22px;
	display:block;	
}
#searchbox button:hover span {background-position:0px -339px;}
#quote {
	top:55%;
	z-index:11;
	color:#fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	margin:0 auto;
}
#quote span {
	font-family:'droid_serifitalic', serif;
	font-size:1.1em;
}
@media (min-width:1200px){#quote {width:85%;}}
@media (max-width:767px){#quote {top:53%; line-height:1.2em;} #quote span {font-size:0.9em;}}
.home #quote {
	top:412px;
	position:absolute;
}
.country .container {
	position:relative;
}
.country-average-rating {
	/*position:absolute;
	right:15px;
	top:320px;
	text-align:center;
	font-size:0.9em;*/
	z-index:16;	
	color:#fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	line-height:1.2em;
	background:url(../img/stamp.png) no-repeat center bottom;
	padding-bottom:57px;
}
@media (max-width:767px){.country-average-rating {left:20%; right:20%}}
span#average-rating-value  {
	font-family:'MyriadPro-Bold',Sans-Serif;
	font-size:2.6em;
	line-height:1.2em;
}
.home .container, .place .container {position:relative; z-index: 10}
#breadcrumb {
	background:#fff;
	padding:45px 0px 0px 15px;
}
#breadcrumb p {
	margin:0px;
}

.latest-reviews {
	background:rgba(255, 255, 255, 0.90);
	width:350px;
	position:absolute;
	right:30px;
	z-index:2;
}
.latest-reviews .btn, .essentials .btn, #register-modal .btn, #login-modal .btn, #new-review .btn, #login .btn, #submit_review, #submit_place_review_form, p.text-center .btn, #review-register-modal .btn {
	font-size:26px;
	font-family:'MyriadPro-BoldCond',Sans-Serif;
	padding:4px 20px 6px 20px;
}
.latest-reviews .btn span, .essentials .btn span, #new-review .btn span {
	font-size:18px;
	color:#fff;
}

.reviewer .btn-fb {
	padding: 4px 20px 6px 20px;
}
.btn-fb, .btn-fb:hover {
	background:linear-gradient(#5678BC, #314A7B) repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-size:18px !important;
	color:#fff;
	position:relative;
	padding-left:50px !important;
}

.btn-fb em {
	background: url(../img/icon-facebook.png) no-repeat scroll 0 0 rgba(255, 255, 255, 0.08);
    bottom: 0;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05);
    height: 36px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 36px;
}

.blockerPrimary_divider {
    margin-top: 1.5em;
    position: relative;
	text-align:center;
}
.blockerPrimary_divider:after, .blockerPrimary_divider:before {
    background: none repeat scroll 0 0 #CCCCCC;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 11px;
    width: 45%;
}
.blockerPrimary_divider:before {
    left: 0;
}
.blockerPrimary_divider:after {
    right: 0;
}
#aanmelden {
	background:url(../img/stripe.gif) no-repeat scroll 10px 0px;
	padding:65px 0px 68px 65px;
	margin-top:80px;
}

.red, h4.red a {color:#ee000f;}
.grey {color:#8b8b8b;}
.gold {color:#da8500 !important;}
.brown {color:#ba976d;}
.green {color:#74c374;}
.blue {color:#71a8d7;}
.lightblue {color:#c1d6ec;}

table.climate td {
	width:36px;
	height:36px;
	text-align:center;
	border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
td.highseason {background:#74c374;}
td.shoulder {background:#71a8d7;}
td.lowseason {background:#c1d6ec;}

.caret-up {
display: inline-block;
width: 0px;
height: 0px;
margin-left: 2px;
vertical-align: middle;
border-top: none;
border-bottom: 4px solid #000;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-top-width: 0px;
border-top-style: dotted;
content: "";
}
.caret-down {
display: inline-block;
width: 0px;
height: 0px;
margin-left: 2px;
vertical-align: middle;
border-top: none;
border-top: 4px solid #000;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-bottom-width: 0px;
border-bottom-style: dotted;
content: "";
}

.content {
	background:#fff;
	padding:20px;
	margin-bottom:30px;
	width:100%;
}
.travelinfo .content {margin-bottom:0px;}

.affiliates {
	background:#e2f2f1;
	padding: 20px;
	margin: 30px 0px;
	position: relative;
}

.affiliates h2 {
	margin-top: 0px;
	border-bottom: dashed #fff;
	padding-bottom: 15px;
}

.affiliates ul {
	margin-top: 15px;
}


.affiliates li {
	margin-bottom: 10px;
}

.icon-tips {
	position: absolute;
    top: -15px;
    right: 20px;
}

.icon-traveling {
	position: absolute;
    bottom: 20px;
    z-index: 0;
    right: 20px;
}

.traveloffers {
	padding-left:15px;
	background:#e2f2f1;
	
}
.flights {
	padding:20px;
	border-right:1px dotted #ccc;
}
@media (max-width:991px){.flights {border-right:0px; border-bottom:1px dotted #ccc;}}
.flights-icon, .hotels-icon, .travel-icon, .category-icon, .train-icon {
  width: 20px;
  height: 20px;
  float: left;  
  margin:0px 10px 0px 0px;
}
.flights-icon {
  background: url("../img/icon-flights.svg") no-repeat;
  background-size: cover;
}
.hotels {
	padding:20px;
}
.hotels-icon {
  background: url("../img/icon-bed.svg") no-repeat;
  background-size: cover;
}
.travel-icon {
  background: url("../img/icon-travel.svg") no-repeat;
  background-size: cover;
}
.category-icon {
  background: url("../img/icon-categories.svg") no-repeat;
  background-size: cover;
}
.train-icon {
  background: url("../img/icon-train.svg") no-repeat;
  background-size: cover;
}
.map-icon {
  background: url("../img/icon-mappointer.svg") no-repeat;
  background-size: cover;
  width: 14px;
  height: 18px;
  float: right;
  margin: 2px 5px 0px 0px;
}
.review-header .map-icon {
  width: 22px;
  height: 28px;	
  float: none;
  margin:0px;
  display:inline-block;
}
.climate-icon, .whentogo-icon, .visa-icon, .accommodation-icon, .health-icon, .geography-icon, .transport-icon, .food-icon, .money-icon, .safety-icon, .holidays-icon {
  width: 105px;
  height:105px;
  margin:0 auto;
}
.travelinformation li {line-height:1.8em;}
.travelinformation .climate-icon, .travelinformation .whentogo-icon, .travelinformation .visa-icon, .travelinformation .accommodation-icon, .travelinformation .health-icon, .travelinformation .geography-icon, .travelinformation .transport-icon, .travelinformation .food-icon, .travelinformation .money-icon, .travelinformation .safety-icon, .travelinformation .holidays-icon {
  width: 20px;
  height:20px;
  margin-top:3px;
  margin-right:10px;
  float:left;
}
.climate-icon {
  background: url("../img/icon-climate.svg") no-repeat;
  background-size: cover;
}
.whentogo-icon {
  background: url("../img/icon-whentogo.svg") no-repeat;
  background-size: cover;
}
.visa-icon {
  background: url("../img/icon-visa.svg") no-repeat;
  background-size: cover;
}
.accommodation-icon {
  background: url("../img/icon-accommodation.svg") no-repeat;
  background-size: cover;
}
.health-icon {
  background: url("../img/icon-health.svg") no-repeat;
  background-size: cover;
}
.geography-icon {
  background: url("../img/icon-geography.svg") no-repeat;
  background-size: cover;
}
.transport-icon {
  background: url("../img/icon-transport.svg") no-repeat;
  background-size: cover;
}
.food-icon {
  background: url("../img/icon-food.svg") no-repeat;
  background-size: cover;
}
.money-icon {
  background: url("../img/icon-money.svg") no-repeat;
  background-size: cover;
}
.safety-icon {
  background: url("../img/icon-safety.svg") no-repeat;
  background-size: cover;
}
.holidays-icon {
  background: url("../img/icon-holidays.svg") no-repeat;
  background-size: cover;
}
.edit-icon, .edit-icon-white, .world-icon, .world-icon-white, .appreciation-icon, .appreciation-icon-white, .appreciation-icon-green {
  width: 16px;
  height: 16px;
  display:inline-block;  
  margin:0px 4px -1px 0px;
}
.world-icon, .world-icon-white {
  margin-bottom:-2px;
}
.edit-icon {
  background: url("../img/icon-edit.svg") no-repeat;
  background-size: cover;
}
.edit-icon-white {
  background: url("../img/icon-edit-white.svg") no-repeat;
  background-size: cover;
}
.world-icon {
  background: url("../img/icon-world.svg") no-repeat;
  background-size: cover;
}
.world-icon-white {
  background: url("../img/icon-world-white.svg") no-repeat;
  background-size: cover;
}
.appreciation-icon {
  background: url("../img/icon-appreciation.svg") no-repeat;
  background-size: cover;
}
.appreciation-icon-white {
  background: url("../img/icon-appreciation-white.svg") no-repeat;
  background-size: cover;
}
.appreciation-icon-green {
  background: url("../img/icon-appreciation-green.svg") no-repeat;
  background-size: cover;
}

.price {
	font-family:'MyriadPro-Bold',Sans-Serif;
	font-size:1.5em;
}

.itemcontainer {
	padding:15px 0px 0px 15px;
	position:relative;
}

li[data-show-review-picture="false"] {
	display: none;
}
li[data-show-review-picture="true"] {
	display: block;
}


.tips-inspiratie {
	margin-left:-15px;
	clear:both;
}
.tips-inspiratie img, .traveldeals img, .roundtrips .media-left img, .top-country img, .top-place img {
	opacity: 0.75;
}
.tips-inspiratie img:hover, .traveldeals li:hover img, .roundtrips li:hover img, .top-country img:hover, .top-place img:hover {
	opacity: 0.5;	
}
.roundtrips li:hover .media-body img, .traveldeals li .show-raty-sm img  {
	opacity:1;
}
.tips-inspiratie a, .traveldeals a, .roundtrips .media-left a, .top-country a, .top-place a {
	background: #200002;
	display:block;		
}

.latest_reviews_profile .roundtrips .media-left img, .latest_reviews_profile .roundtrips li:hover img {
	opacity:1;
}

.blog li:nth-child(even) {
 /*clear:both;*/
}

.image-caption {
    color: #FFFFFF;
    padding-right:20px;
    position: absolute;
    text-shadow: 0 1px 2px rgba(32, 0, 2, 0.6);
    z-index: 10;
	left:35px;
	bottom:5px;
}
.image-caption h3 {
	margin-top:0px;
	font-family:'MyriadProRegular',Sans-Serif;
	font-size:1.2em;
	padding-right:10px;
}
.image-caption h3 a, .image-caption h3, .image-caption span a, .image-caption h2 a {color:#fff; background:none !important;}
.image-caption h3 a:hover, .image-caption h2 a:hover, .image-caption span a:hover {color:rgba(255, 255, 255, 0.75); text-decoration:none;}

.category-link a, .category-link a:hover {color:#8b8b8b;}

.traveldeals, .top-places {
	margin-left:-15px;
}
.top-places {
	margin-left:0px;
	margin-bottom:40px;
	float:left;
	padding-right:15px;
	display: block;
	width: 100%;
	/*overflow-x:hidden;*/
}
ul.places-list {
	-moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
	padding:0px;
	list-style-position:inside;
}
@media (min-width:991px){
	ul.places-list {
	-moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}	
}

.traveldeals .itemcontainer {
	position:relative;
}

.sightslist .itemcontainer {
	min-height:405px;
}
.sightslist h2 {
	font-family: 'MyriadProRegular',Sans-Serif;
    font-weight: bold;
	font-size:2.5em;	
	display: table;
    white-space: nowrap;
}

@media (max-width:991px){.sightslist h2 {display:block; white-space:inherit; text-align:center; margin-bottom:30px;}}

.sightslist h2:before, .sightslist h2:after {
      border-top: 1px solid #b39a7a;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.5em;
      width: 50%;
    }
.sightslist h2:before {right: 1.5%; }
.sightslist h2:after {left: 1.5%; }

.sightslist .traveldeal-content h4 a {
    font-family: 'MyriadProRegular',Sans-Serif;
    font-size: 1.2em;
}
.sightslist span.description {
	font-family: 'droid_serifitalic', serif;
	font-size:0.85em;
}

.last-minutes h2 {
	font-family: 'MyriadProRegular',Sans-Serif;
    font-weight: bold;
    font-size: 2em;
    text-align: center;	
}

.last-minutes h3 {
	font-size: 1.3em;
	
}
.last-minutes .traveldeal-content p {
	font-size: 1em;
	line-height: 1.5em;
}

@media (min-width:1200px){.sightslist .traveldeal-content {min-height:360px;}}

.parentsight .image-caption {
	top:150px;
	width:100%;
	padding-right:55px;
}

@media (min-width:992px){.parentsight .image-caption {top:100px;}}
@media (max-width:768px){.parentsight .image-caption {top:75px;}}
@media (min-width:1200px){.parentsight .image-caption {top:150px;}}

.parentsight a img {min-height:433px;}
.parentsight h4 a {
	font-family: 'MyriadProRegular',Sans-Serif;
    font-weight: bold;
	font-size:3.3em;
	color:#fff;
	text-shadow: 0 1px 2px rgba(32, 0, 2, 0.6);
	background:none;
	display:inline-block;
}
.parentsight h4 a:hover {
	text-decoration:none;
	opacity: 0.75;
}
.parentsight p {line-height:1em;}

.parentsight .read-more a {
	font-family: 'MyriadProRegular',Sans-Serif;
	border:1px solid #fff;
	display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    margin-top: 10px;	
}

.parentsight .read-more a:hover {
	background: rgba(255, 255, 255, 0.25) !important;
	text-decoration:none;
	border-color:rgba(255, 255, 255, 0.75);
}

.top-place-label {
	background: url("../img/top-label.png") no-repeat;
	width:45px;
	height:21px;
	position:absolute;
	top:25px;
	left:13px;
	text-indent:-9999px;
	z-index:10;
}

.traveldeals a img {
width: 100%;
height: 180px;
}
.col-md-12 .traveldeals a img {height: 162px;}
@media (max-width: 768px){.traveldeals a img, .col-md-12 .traveldeals a img {width: 100%; height: 500px;}}
@media (max-width: 540px){.traveldeals a img, .col-md-12 .traveldeals a img {width: 100%; height: 180px;}}

.blog a img {
display: block;
    max-width: 100%;
    height: auto;
}


.last-minutes .traveldeals a img {
width: 100%;
height: 220px;
}
.last-minutes .traveldeals li {max-width: 468px;}

.last-minutes .traveldeal-content {
	min-height: 300px;
}
@media (max-width: 540px){.last-minutes .traveldeal-content {min-height: 270px;}}

.last-minutes .traveldeals .agent img {
	width: 115px;
    height: 39px;
    margin-top: -70px;
    opacity: 0.999999;
    float: left;	
}


.traveldeal-content, .roundtrips .media-body {
	background:#fff;
	padding:15px;
}
.traveldeal-content p {
	line-height:1.1em;
}
.traveldeal-content h4 a, .traveldeal-content a h4 {
	font-family:'MyriadPro-Cond',Sans-Serif;
	font-size:1.1em;
	background:none !important;
}
.traveldeals .price a {
	background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	color:#fff;
	text-decoration:none;
	position:absolute;
	right:10px;
	top:25px;
	padding:2px 10px 0px 10px;
	font-size:0.75em;
	z-index:10;
	font-family:'MyriadPro-Bold',Sans-Serif;
	border-radius:3px;
}
.traveldeals .budget-topper {
	left:25px;
	top:28px;
}
.traveldeals .droomreis {
	left:26px;
	top:29px;
}

.roundtrips .media {
	position:relative;
	overflow:visible;
}
.roundtrips .number {
	background: url("../img/number-bg.png") no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:-30px;
	text-align:center;
	padding-top:3px;
	font-family:'MyriadPro-Bold',Sans-Serif;
}
.budget-topper {
	background: url("../img/budget-topper.png") no-repeat;
	position:absolute;
	top:9px;
	left:8px;
	text-indent:-9999px;
	width:87px;
	height:83px;
	z-index:10;	
}
.droomreis {
	background: url("../img/droomreis.png") no-repeat;
	position:absolute;
	top:14px;
	left:8px;
	text-indent:-9999px;
	width:79px;
	height:74px;
	z-index:10;	
}
.redactie-tip {
	background: url("../img/tip-van-de-redactie.png") no-repeat;
	position:absolute;
	top:28px;
	left:29px;
	text-indent:-9999px;
	width:94px;
	height:26px;
	z-index:10;	
}
.roundtrips .media-left img {
	height:165px;
}
.roundtrips .media-left {
	width: 165px;
    display: block;
    overflow: hidden;
    float: left;
	position:relative;
}

.roundtrips .media-body {
	height:165px;
	padding-bottom:1px;
}
.roundtrips .media-body .pull-right {
	width:90px;
	line-height:1em;
}
.roundtrips .media-body .pull-left {
	width:80%;
	line-height:1.2em;
}


#feed-products-wrap.loading #feed-products-filter-form,
#feed-products-wrap.loading #feed-products-list-sort,
#feed-products-wrap.loading #feed-products-pagination {
    position: relative;
}
#feed-products-wrap.loading #feed-products-filter-form:after,
#feed-products-wrap.loading #feed-products-list-sort:after,
#feed-products-wrap.loading #feed-products-pagination:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 5;
    background: rgba(255,255,255,0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#feed-products-wrap.loading #feed-products-pagination:after {
    background: rgba(250,245,232, 0.95);
}

#price-filter-slider .slider-handle {
    background: #ee000f;
}
#price-filter-slider .slider-selection {
    background: #d6000f;
}
#price-filter-slider .slider-track {
    background: #ddd;
}
#price-filter-slider.slider.slider-horizontal {
    height: 16px;
    width: 100%;
}
#price-filter-slider.slider.slider-horizontal .slider-handle {
    margin-left: -8px;
}
#price-filter-slider.slider.slider-horizontal .slider-track {
    height: 6px;
    margin-top: -3px;
}
#price-filter-slider .slider-handle {
    width: 16px;
    height: 16px;
}
.price-range-slider-wrap {
    margin-left: 8px;
    margin-right: 8px;
    display: block;
}

#feed-products-filter-form label.disabled {
    color: #8b8b8b;
    pointer-events: none;
}
#feed-products-filter-form label.disabled span {
    display: none;
}

@media (max-width:1200px){.roundtrips .media-body .pull-left {width:75%}}
@media (max-width:768px){.roundtrips .media-left, .roundtrips .media-left img {width:100%; height:auto;} .roundtrips .media-body .pull-left {width:65%}}
sup {
	top:-.2em;
}
.price a {
	text-decoration:none;
}
.roundtrips .btn {
	margin:10px 0px;
	padding:6px 18px;
}
.country-intro h1 {
	color:#333;
	font-size:1em;
}
.country-intro p {
	font-size:0.95em;
}
.travel-offers {
	border:1px solid #d1c3ae;
	border-radius:3px;
	text-align:center;
	margin-top:18px;
    padding: 0px 30px;
}
.travel-offers-heading {
	background:#faf5e8;
	margin:	-18px auto 0px auto;
	display: inline-block;
    padding: 0px 10px;
}
.travel-offers h4 {
	float:left;
	margin-bottom:18px;
}
.travel-offers a {display: inherit;}

.accommodations p {line-height: 1em;}
.accommodations img {max-width:100%;}
@media (max-width:768px){.accommodations .itemcontainer {min-height:300px;}}

.essentials {
	position: relative;
}
.essentials .essentials-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.essentials .essentials-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	width: 100%;
	height: 100%;
	z-index: 1;

	object-fit: cover;
	font-family: 'object-fit: cover';
}

img.img-cover {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	font-family: 'object-fit: cover';
}


.essentials strong {
	line-height:30px;
}
.essentials h2 {
	/*background:url(../img/border.png) scroll bottom repeat-x;
	padding-bottom:15px;
	*/
}
.sights li {
	margin-bottom:1px;
}
.sights a .media {
	background:#fff;
}
.sights h4 {
    font-family: "MyriadPro-Cond",sans-serif;
    font-size: 1em;
}
.sights a {
	text-decoration:none;
}
.sights a:hover .media, .sights li.active .media {
	background:#faf6ed;
}
.sights .media-left {
	width:110px;
	display:block;
	float:left;
	padding-right:0px;
	min-height:73px;
}
.sights .media-body {
	padding:10px 10px 8px;
	line-height:17px;
}

ul.flightsites {
	border-top:1px solid #eee;
}
.traveltype ul.flightsites {
	border-top:none;
	margin-bottom:0px;
}

.flightsites li {
	border-bottom:1px solid #eee;
	padding:5px 0px;
}

.traveltype .image-caption {
	left: 10%;
    right: 10%;
    top: 80px;
	bottom: inherit;
	font-size:1.3em;
	padding-right:0px;
}

.traveltype .image-caption h3 {
	padding-right:0px;
}

@media (max-width:991px){
	.traveltype .image-caption {top:55px;}
	.traveltype .image-caption h3 {font-size:1em;}

}

.traveltype .flightsites li:last-child {
	border-bottom:none;
	padding-bottom:0px;
}

@media (min-width: 768px){
.tableofcontent {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
}

.tableofcontent {
	counter-reset: listItem;
    margin: 30px 0px 30px -40px;
    list-style: none;
    position: relative;
}

.tableofcontent li {
	display: block;
}

.tableofcontent a {
    display: inline-block;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.tableofcontent a:before {
    background: #f5eddb;
    border-radius: 99em;
    color: #333;
    counter-increment: listItem;
    content: counter(listItem) ".";
    display: inline-block;
    font-weight: bold;
    height: 30px;
    left: 0;
    margin-right: 12px;
    position: relative;
    padding-left: 3px;
    padding-top: 4px;
    text-align: center;
    top: -4px;
    width: 30px;
	float: left;
}

button.toc {
	margin: 15px 0px;
	padding: 10px 15px;
}
button.toc h3 {
	margin: 0px;
}

.readalso {
	background: #e2f2f1;
	margin: 30px 0px;
	padding: 20px;
	text-align: center;
}

#back-to-top {
    width: 40px;
    height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 55px;
    right: 3px;
    background: url(../img/top-arrow.svg) no-repeat center 50%;
	background-color: rgba(0,0,0,.4);
}

@media (min-width: 768px){
#back-to-top {
	bottom: 15px;
	right: 15px;
}
}

#back-to-top:hover {
    background-color: #ee000f;
}

.fixed_star_rating_5_0, .fixed_star_rating_4_5, .fixed_star_rating_4_0, .fixed_star_rating_3_5, .fixed_star_rating_3_0, .fixed_star_rating_2_5, .fixed_star_rating_2_0, .fixed_star_rating_1_5, .fixed_star_rating_1_0, .fixed_star_rating_0_5, .fixed_star_rating_0_0 {
	width: 80px;
	height: 15px;
	vertical-align: top;
	margin-top: 1px;
	background-image: url(../img/starRating.png);
	display: inline-block;
	text-indent:-9999px;
}
.fixed_star_rating_5_0 {
	background-position: 0 0
}
.fixed_star_rating_4_5 {
	background-position: 0 -16px
}
.fixed_star_rating_4_0 {
	background-position: 0 -32px
}
.fixed_star_rating_3_5 {
	background-position: 0 -48px
}
.fixed_star_rating_3_0 {
	background-position: 0 -64px
}
.fixed_star_rating_2_5 {
	background-position: 0 -80px
}
.fixed_star_rating_2_0 {
	background-position: 0 -96px
}
.fixed_star_rating_1_5 {
	background-position: 0 -112px
}
.fixed_star_rating_1_0 {
	background-position: 0 -128px
}
.fixed_star_rating_0_5 {
	background-position: 0 -144px
}
.fixed_star_rating_0_0 {
	background-position: 0 -159px
}

.large_star_rating_5_0, .large_star_rating_4_5, .large_star_rating_4_0, .large_star_rating_3_5, .large_star_rating_3_0, .large_star_rating_2_5, .large_star_rating_2_0, .large_star_rating_1_5, .large_star_rating_1_0, .large_star_rating_0_5, .large_star_rating_0_0 {
	width: 125px;
	height: 20px;
	vertical-align: top;
	margin-top: 1px;
	background-image: url(../img/starRatingLarge.png);
	display: inline-block;
	text-indent:-9999px;
}
.large_star_rating_5_0 {
	background-position: 0 0
}
.large_star_rating_4_5 {
	background-position: 0 -22px
}
.large_star_rating_4_0 {
	background-position: 0 -44px
}
.large_star_rating_3_5 {
	background-position: 0 -66px
}
.large_star_rating_3_0 {
	background-position: 0 -88px
}
.large_star_rating_2_5 {
	background-position: 0 -110px
}
.large_star_rating_2_0 {
	background-position: 0 -132px
}
.large_star_rating_1_5 {
	background-position: 0 -154px
}
.large_star_rating_1_0 {
	background-position: 0 -176px
}
.large_star_rating_0_5 {
	background-position: 0 -198px
}
.large_star_rating_0_0 {
	background-position: 0 -220px
}

.forum-topics h2 {
	margin-top:0px;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
}
.forum-topics ul {
	padding-left: 0;
  	list-style: none;
}
.forum-topics li {
	margin-bottom:20px;
	color:#999;
}
.forum-topics .topic-author img {
	width:20px;
	height:20px;
	border-radius:50%;	
}


.sidebar-tips .image-caption {bottom:10px;}
@media (min-width:991px){.sidebar-tips .image-caption {width:284px;}}
@media (min-width:1200px){.sidebar-tips .image-caption {min-width:350px;}}

.top-countries {
	background:#e6dbcc;
	padding:15px 0px 25px 0px;
}
.sidebar .top-countries {
	background:none;
	padding:0px;
}
.top-country {
	margin-top:10px;
	margin-bottom:8px;
	position:relative;
}
.top-country h3, .top-place h3 {margin-top:0px; margin-bottom:0px;}
.top-country h3 a {display:inline;}
.top-place h3 {float:left; width:100%;}
.top-place .map-icon {float:left;}
.top-country .image-caption {left:25px; bottom:15px;}
.top-country h3 a img, .top-country h3 a img:hover, .top-place .show-raty-sm img, .top-place .show-raty-sm img:hover  {opacity:1;}
.top-place .show-raty-sm {float:left; margin-right:5px;}
.top-place .image-caption {bottom:15px;}
.top-country li {margin-left:-15px;}

.top-country .popover-content, .top-country .popover-title {
	color:#333;
}
.top-country .popover-content {
		font-family:'MyriadPro-Cond',Sans-Serif;
		font-size:1.05em;
}
.top-country .popover-content li {
	margin-left:0;
	line-height: 1.4;
}
span.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:0.68em;
}
@media (min-width:1200px){span.quote {font-size:0.87em;}}
span.user {
	margin-top:-3px;
	margin-bottom:5px;
	display:inherit;
}

#landenkiezer {
	background:#eaf7fe;
	position:relative;
	padding-bottom:5px;
	margin:30px 0px 0px 0px;
}
.map #landenkiezer {padding-top:35px;margin-top:-35px;}
@media (max-width:991px){#landenkiezer {background-image:none;}}
#landenkiezer ol, #landenkiezer label {
	padding-left:20px;
}
h2#aspect .tooltip {
	font-family:'MyriadPro-Cond',Sans-Serif;
}
#filters {
	margin:15px 0px;
	padding:10px 0px;
	border-radius:3px;
	border:1px solid #aa9987;
	position: relative;
}
#filters .filters-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
#filters .form-control {
	border:1px solid #aa9987;
}
#filters label {
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.60);
}

ol#top-countries {
	margin:0px 0px 20px -20px;
}
#top-countries li {
	clear:both;
	float:left;
	margin-left:15px;
}
#top-countries img {
	float:left;
	margin:0px 10px 0px -20px;
}
#top-countries ul {
	float:left;
	font-size:15px;
	color:#8b8b8b;
	margin-top:-6px;
}
img#blue-stamp {
	position:absolute;
	bottom:0px;
	right:0px;
}

#visited-countries {
	background:#fff;
	margin:20px 0px 0px 0px;
}
#visited-countries ul {
	-moz-column-count: 2;
    -moz-column-gap: 80px;
    -webkit-column-count: 2;
    -webkit-column-gap: 80px;
    column-count: 2;
    column-gap: 80px;
	padding:0px;
	list-style-position:inside;
	clear:both;
	float:left;
	line-height: 1.7em;
}

.reisfotos {
	padding-right:15px;
}
.reisfotos p, .latest-reviews p span {
	color:#8b8b8b;
	margin-top:10px;
}
.reisfotos p img, .latest-reviews p img, #profiel li img, #landenkiezer li img, .reviewer small img, .top-country img, .latestreviews p img, .countries img, .bestemmingen-column img, #reviewer-spotlight p img, .latest_reviews .media-body img, .latest_reviews_profile .media-body img, #visited-countries li img {
	margin-top:-3px;
	margin-right:4px;
}
.latest_reviews .media-body .show-raty-sm img, .latest_reviews_profile .media-body .show-raty-sm img {
	margin:-5px 0px 0px 0px;
}
.reisfotos .image-caption {
	padding-right:0px;
}
.country-content a {cursor:pointer;}

.readmore span {font-family:'droid_serifitalic', serif;}
.readmore strong {font-size:1.1em;}

@media (max-width:991px){.reviews, .pagination {padding-right:15px;} .related {padding-right:0px;}}
.reviews h3 span, p.write-review span, #reviews-list h3 span {
	background: url("../img/review-icon.svg") no-repeat scroll;
	width: 20px;
    height: 20px;
    float: left;
    display: block;
    background-size: cover;
    margin: -3px 4px 0px 0px;	
}
p.write-review span {margin-top:-1px;}
.tags ol {
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
	padding:0px;
	list-style-position:inside;
}
.rating {
	background:url(../img/rating-bg.png) scroll 0px -10px no-repeat;
	clear:both;
	float:left;
	width:100%;
	padding:15px 15px 25px 15px;
	margin-bottom:15px;
}



@media (max-width:768px){.rating {background:url(../img/rating-bg-xs.png) scroll 0px -10px no-repeat;}}

.average-rating {
	text-align:center;
	margin-top:-5px;
}
@media (max-width:1199px){.average-rating {margin-top:15px;}}
.average-rating span#average {
	font-family:'MyriadPro-Bold',Sans-Serif;
	font-size:2em;
}
.category {
  float: left;
  text-align: right;
  width: 220px;
  margin-right: 15px;
  margin-top: -5px;
}
.place-reviews .category {width:75px;}
@media (max-width:768px){
	.place-reviews .category {width:100%;}
	.place-reviews .progress {clear:both;} .place-reviews .category {text-align:left;}
}
@media (min-width:1200px) {
	/*.place-reviews {min-height:317px;}*/
	/*.place-reviews p.regular { position: absolute; bottom: 0; left: 10%; right: 10%; }*/
}

.progress-wrap {
	clear: both;
}

.progress-container {
	display: flex;
}
.progress-container .category,
.progress-container .category-rating,
.progress-container .progress {
	float: none;
}

.top-reviews .reviewer {width:40px; padding-bottom:0px;}
.top-reviews h4 {font-family: 'droid_serifitalic', serif !important; font-size:0.8em; margin-bottom: 0px; line-height: 1.2em;}
.top-reviews p {font-size:0.8em;}


.intro-blocks-row {
	display: flex;
	flex-direction: column;
}
.intro-blocks-row > div {
	float: none;
	margin-bottom: 30px;
}
.intro-blocks-row > div .content {
	height: 100%;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}
.intro-blocks-row > div .content .content-bottom {
	margin-top: auto;
}

.intro-blocks-row .rating-container {
	display: flex;
}

@media (min-width: 992px) {
	.intro-blocks-row  {
		flex-direction: row;
	}
}



.category-rating {
  float:left;
  margin:-5px 0px 0px 10px;	
}
.progress {
  overflow: hidden;
  height: 12px;
  margin: 0px !important;
  background-color: #e9e9e9;
  border-radius: 0px;
  box-shadow:none;
  width:40%;
  float:left;
}
.place-reviews .progress {width:55%;}
#visited-countries .progress {width:98%;}
@media (max-width:512px){.progress {clear:both;} .category {text-align:left;}}
.progress-bar-info, .progress-bar {
  background-image:none;
  background-color:#57b357;
  box-shadow:none;	
}

#review-intro {
	width:32%;
	font-size:16px;
}

#reviews-list li.view-more-btn {
	text-align: center;
}

.roundtrips {
    position: relative;
}


#reviews-list .collapse.in,
.roundtrips .collapse.in {
	display: inline;
}


.latest_reviews #reviews-list li {
	background:#fff;
	padding:30px 20px 20px 20px;
	border-top:none;
	margin-bottom:15px;
}
.latest_reviews_profile #reviews-list li {
	padding-top:0px;
	border-top:none;
}
.show-raty-sm img {margin-top:-3px;}
#reviews-list li {
	border-top:1px solid #eee;
	padding-top:30px;
	clear:both;
}
#reviews-list li:last-child {
	
}
#reviews-list li.inactive {
	display: none !important; /* override tinysort display: list-item */
}
#reviews-list h4.media-heading {
	font-family:'droid_serifitalic', serif;
	font-size:0.95em;
}
.tags {background:url(../img/compas-small.gif) scroll center 8px no-repeat;}

.reviewer {
	position:relative;
	width:120px;
	line-height:20px;
	padding-bottom:15px;
}
.reviewer img {
	margin-bottom:10px;
	max-width: 76px !important;
	display: inline !important;
}
.latest_reviews .reviewer {
	width: 100px;
	text-align: center;
    margin-right: 10px;
}
.avatar {border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}

.form-check label {
	color: #337ab7;
	font-weight: normal;
	cursor: pointer;
}
.form-check label:hover {
	color: #23527c;
}


#profile .avatar {
	background-size: cover;
	width:100px;
	height:100px;
	display:block;
	font-size:1.5em;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}


#profile .avatar .edit-profilephoto {
	opacity:0;
	height: 100px;
    width: 100px;
    
    background-color: rgba(0,0,0,.6);
    color: #fff;
    transition: opacity .2s ease-out;
    border-radius: 100%;
	cursor:pointer;
	position: relative;
}
#profile .avatar .edit-profilephoto .qq-upload-button-selector {
	height: 100px;
	width: 100px;
	padding-top: 40px;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
}

#profile .avatar .edit-profilephoto:hover, .edit-review a:hover {
	opacity:1;
}
#profile .container .glyphicon-camera, .edit-review a {
	z-index:10;
	font-size:1.3em;
	color:#fff;
	opacity:0.7;
	transition: opacity .2s ease-out;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
#profile .container .glyphicon-camera {
	font-size:0em;
	opacity:0.7;
	transition: font-size .1s ease-in, opacity .2s ease-out;
}
#profile .container .glyphicon-camera:hover {
	opacity:1;
}

#profile:hover .container .glyphicon-camera {
	font-size:1.3em;
}


.review-header {
	background:#200002;
	font-size:0.95em;
	overflow:hidden;
	position:relative;
}
.review-header h3 {
	margin-top:0px;
	margin-bottom:5px;
	display: inline-block;
}
.review-header-image {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 215px;
    opacity: 0.75;
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transform: scale(1.05);
}
.review-header .carousel-caption {
	top: 12%;
	left: 5%;
	right: 5%;
	padding-top: 0px;
    margin-top: 20px;
}
.latest_reviews_profile .review-header .reviewer-rating {
	padding:7px 0px 0px 0px;
	text-shadow: none;
	display: inline-block;
	position:static;	
}
.review-header .edit-review {
	z-index:10;
	position: absolute;
    right: 0px;
}

.photostream {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	column-gap: 4px;
}
.photostream a img {width: 100%; padding: 2px 0;}
@media (max-width: 767px) {		
	.photostream {	
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}
.photostream .review-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 10px;
	height: 0;
	margin:2px 0px;
}
.photostream .review-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.edit-profile h3 {
	text-transform:uppercase;
	color:#b39a7a;
	font-family: 'MyriadPro-Bold',Sans-Serif;
    font-size: 0.9em;
}
.edit-profile h3.grey {
	text-transform:none;
	font-family: 'MyriadProRegular',Sans-Serif;
	color:#8b8b8b;
}
.arrow-up {
	width: 0px;
    height: 0px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

#ervaringen .reviewer img, #laatste-reiservaringen .reviewer img, #best-gewaardeerd .reviewer img, #preview .reviewer img {margin-bottom:0px;}
.reviewer-rating {
	position:absolute;
	top:0;
	right:17px;
	background:#f5eddb;
	border-radius:50%;
	color:#ee000f;
	font-family:'MyriadPro-BoldCond',Sans-Serif;
	font-size:25px;
	width:47px;
	height:47px;
	padding:12px 0px 0px 10px;
}
.latest_reviews_profile .reviewer-rating {
	top:15px;
	right:15px;
	padding:7px 0px 0px 10px;
}

#reviews-list a {cursor:pointer;}
.media-body a {cursor:pointer;}
.media-body a .glyphicon, .reviewer a .glyphicon {font-size:14px;}


.more-description-button:after {content: 'Lees minder'; padding-left: 4px;}
.more-description-button.collapsed:after {content: 'Lees meer'; padding-left: 0}
.more-description-button.collapsed:before {
    content: '...\00a0';
    text-decoration: none !important;
    color: #333 !important;
    display: inline-block;
}

#reviews-list li ul.aspects li, .reviews-list li ul.aspects li {
	border:none;
	padding:0 0 0 0px;
	font-family:'MyriadProRegular',Sans-Serif;
	font-size:16px;
	}
#reviews-list li ul.aspects li.culture, .reviews-list li ul.aspects li.culture {background-position:2px -270px;}
#reviews-list li ul.aspects li.hospitality, .reviews-list li ul.aspects li.hospitality {background-position:2px -18px;}
#reviews-list li ul.aspects li.nature, .reviews-list li ul.aspects li.nature {background-position:2px -43px;}
#reviews-list li ul.aspects li.food, .reviews-list li ul.aspects li.food {background-position:0 -67px;}
#reviews-list li ul.aspects li.beach, .reviews-list li ul.aspects li.beach  {background-position:2px -89px;}

.reviews-number {background:url(../img/icons-sprite.png) no-repeat 0px -117px; padding-left:16px;}
span.countries-number {background:url(../img/icons-sprite.png) no-repeat 0px -138px; padding-left:16px;}
span.appreciations-number {background:url(../img/icons-sprite.png) no-repeat 0px -159px; padding-left:16px;}

span.appreciations-number.rank_bronze {background-position:0px -183px;}
span.appreciations-number.rank_silver {background-position:0px -208px;}
span.appreciations-number.rank_gold {background-position:0px -231px;}

span.numHlp {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline;
    float: left;
    height: 100%;
    overflow: hidden;
    padding: 0 3px;
    position: relative;
}
span .numHlpIn {
    display: block;
    float: left;
    overflow: visible;
    padding: 0px 4px 0px;
}
.arrowleft {
    top: 11px;
    float: left;
    left: 1px;
    position: relative;
    z-index: 1;
    background-image: url(../img/icons-sprite.png);
    background-position: left -257px;
    background-repeat: no-repeat;
    height: 7px;
    width: 5px;
}

.review-form {
	clear:both;
}
.review-form h2 {
  border-bottom: 1px solid #eee;
  margin-top: 0px;
  padding-bottom: 15px;	
}
.fileupload .progress {
	width:100%;
	margin-bottom:15px !important;
	height:18px;
}
.modal-header h2 span {
	color:#000;
}
table tr.odd {
	background:#f5eddb;
}
.review-form table td, .modal-body table td {
	border-right:1px solid #fff;
	padding:5px 10px;
}
.country .image-caption h3 {margin-bottom:10px;}
.country .image-caption h3 img {
	margin:-4px 5px 0px 0px;
	opacity:1;
}
a.country-rating {text-decoration:none; color:#fff;}
a.country-rating:hover {color:rgba(255, 255, 255, 0.75);}


#addRating {
	cursor: pointer;
	width: 155px;
	display:table-cell;
}
#target {
	display:table-cell;
}

.travel-agencies p {
	font-family:'MyriadPro-Cond',Sans-Serif;
	font-size:0.8em;
	line-height:1.15em;	
}
.travel-agencies p.text-right {
	font-size:0.9em;
}
.travel-agencies img.border {border:1px solid #ccc;}
.travel-agencies hr {
	margin:10px 15px;
	border-top:1px dotted #eee;
}

.travel-agencies-scroll {
   position: fixed;
   top:134px;
   z-index:2;
   width:284px;
   float:right;
   display:none;
}
.travel-agencies-scroll hr {
	margin-right:0px;
}

@media (min-width:1200px){.travel-agencies-scroll {width:360px;}}
@media (max-width:991px){.travel-agencies-scroll {display:none !important;}}

ul#offers {padding-right:15px;}
ul#offers li {border-bottom: 2px dotted #879393; clear:both; float:left; margin-left:15px;}
ul#offers li:last-child {border:none;}
#offers h3 {margin:15px 0px 0px 0px;}
#offers p {font-size:85%;}
#offers .price {
	float:left;
	width:80px;
	padding-bottom:10px;
}
#offers .price p {margin:10px 0px 0px 0px;}
#offers .price span {
	font-family:'MyriadPro-BoldCond',Sans-Serif;
	color:#ee000f;
	font-size:30px;
	float:left;
	margin-top:-7px;
}
#latest h2 {
	padding-bottom:0px;
	margin-top:5px;
}
#latest h2 a {
	font-size:1.9em;
	font-family:'MyriadProRegular',Sans-Serif;
	font-weight:bold;
}
#latest .itemcontainer {padding-top:0px;}

#latest .image-caption {
	width:auto;
	left: 25px;
    bottom: 25px;
}

.itemcontainer h2 {
	border:none;
	margin-bottom:5px;
}

#popular li {
	clear:both;
	float: left;
    width: 100%;
	border-bottom:1px dotted #ccc;
	padding: 7px 0px 4px 0px;
}
#popular li:last-child {border-bottom:none; padding-bottom:0px;}

#popular img {
	float:left;
	margin:4px 10px 10px 0px;
}
#popular h3 {margin-bottom:0px; margin-top:5px;}
#popular span {margin-right:7px;}

.giveaway .nav-tabs {
	border-bottom:none;
	text-align:center;
}
.giveaway .nav-tabs li {
	display:inline-block;
	float:none;
	margin-bottom: 15px;
}
.giveaway .nav-tabs li a {
	font-size: 26px;
    font-family: 'MyriadPro-BoldCond',Sans-Serif;
    padding: 4px 20px 6px 20px;
	background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	line-height: 1.3333333;
    border-radius: 6px;
	color: #fff;
    background-color: #5cb85c;
	position:relative;	
}
.giveaway .nav-tabs li a:hover {
	background-color: #419641;
    background-position: 0 -15px;
	border-color: #398439;
}
.giveaway .nav-tabs li.active a, .giveaway .nav-tabs li.active a:focus, .giveaway .nav-tabs li.active a:hover {
	background:#eee;
	color:#333;
	text-shadow:none;
	border-color:#eee;
	box-shadow: inset 0 2px 5px rgba(0,0,0,.125);
}

.giveaway .nav-tabs li.active a span.arrow {
	border-top: 12px solid #eee;
    bottom: -12px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    left: 50%;
    margin-left: -12px;
    z-index: 9;
    position: absolute;
    line-height: 0;
    content: '';
}

.review-sidebar {border-left: 1px solid #ccc; font-size:15px;}
.review-sidebar .reviewer {width:50px; padding-bottom:0px;}
.review-sidebar h4 {font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-weight:bold; font-size:14px;}
.review-sidebar p.regular {font-size:14px;}
.review-sidebar .media {border-bottom:1px solid #ccc;}

.custom-bullet-green li, .custom-bullet-red li {
    display: block;
}

.custom-bullet-green li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #74c374;
}

.custom-bullet-red li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #ee000f;
}

#reviewer-spotlight {
	background:url(../img/rating-bg-xs.png) scroll 0px bottom no-repeat;
	padding:15px 15px 35px;
}
@media (max-width:991px){#reviewer-spotlight, .new-reviewers {margin-right:15px;}} 
#reviewer-spotlight p.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
}
#reviewer-spotlight .row {margin-top:-10px;}

.new-reviewers .media > .pull-left {margin-right:10px;}
.new-reviewers .media-body {margin-top:0px; line-height:20px;}

#meeste-reviews ul, #meeste-waarderingen ul {margin-left:-15px; margin-top:-10px;}
#meeste-reviews ul a span, #meeste-waarderingen a span {
	background: none repeat scroll 0 0 #ee000f;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    height: 25px;
    left: 21px;
    position: absolute;
    text-align: center;
    top: 21px;
    width: 25px;
}
.top-reviewer {
 	background: none repeat scroll 0 0 #dcefee;
    padding: 10px;
	line-height:20px;
	min-height:125px;
}	
ul.tick li {
	background:url(../img/icons-sprite.png) no-repeat scroll 0 -400px;
	padding-left:28px;	
}
li#red-rank {background:url(../img/icons-sprite.png) no-repeat scroll 0 -458px; padding-left:35px; line-height:20px;}
li#bronze-rank {background:url(../img/icons-sprite.png) no-repeat scroll 0 -504px; padding-left:35px; line-height:20px;}
li#silver-rank {background:url(../img/icons-sprite.png) no-repeat scroll 0 -550px; padding-left:35px; line-height:20px;}
li#gold-rank {background:url(../img/icons-sprite.png) no-repeat scroll 0 -596px; padding-left:35px; line-height:20px;}

.screenReader {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.team img {
	border:2px solid #fff;
}
.team .active img, #change-coverphoto-modal a.active img {
	border:2px solid #ee000f;
}
#change-coverphoto-modal a.active img {
	width:99px;
}
.team .inactive {
    filter: alpha(opacity=50);
    opacity: .5;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.intro {
	font-family: 'droid_serifitalic', serif !important;
	font-size: 1.1em !important;
}
.full-width-image {
	margin:15px -20px 15px -20px;
}

img.author {width:30px; display:inline !important;}
p.caption {
	/* font-family:'MyriadPro-Cond',Sans-Serif; */
	font-size:80%;
	color:#8b8b8b;		
}
.modal-header {
	background:url(../img/rating-bg.png) no-repeat scroll 0 -93px;
	border-radius:6px 6px 0px 0px;	
}
.modal-header h2 {border:none; margin:0;}

footer {
	background:#333;
	color:#999;
	margin-top:50px;
	padding-top:40px;
	font-size:0.9em;
}
footer a, footer a:hover {
	color:#999;
}
footer .vakantiedagen li {margin-right:15px;}
@media (max-width:768px){footer .vakantiedagen li#footer-logo {width:100%; margin-bottom: 25px;} .social-icons {float:left !important; margin-top: 25px;} footer .vakantiedagen li {margin-right: 10px;}}

.newsletter {
	background:url(../img/newsletter-stamp.png) no-repeat scroll 60px 0px;
	padding-top:20px;
	margin-top:-20px;	
}
@media (max-width:991px){.newsletter {margin-top:0px;}}
.credits {
	background:#262626;
	margin:20px 0px 0px 0px;
	padding:15px 0px;
}

/* --------------------------------------------
	SOCIAL SHORTCODE
-------------------------------------------- */

ul.social-icons li, ul.social-icons-small li {
	float: left;
	display: inline-block;
	margin-right: 12px;
	background: none;
	padding: 0!important;
	line-height: 32px!important;
	border: 0!important;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
ul.social-icons li {
	width: 32px;
	height: 32px;

}
ul.social-icons-small li {
	width: 26px;
	height: 26px;
	float:none;
	margin-right:6px;
}
ul.social-icons li:last-child, ul.social-icons-small li:last-child {
	margin-right:0px;
}
ul.social-icons li a {
	background: transparent url(../img/social-icons.png) no-repeat 0 0;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}
ul.social-icons-small li a {
	background: transparent url(../img/social-icons-small.png) no-repeat 0 0;
	display: block;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}
ul.social-icons:hover li, ul.social-icons.small:hover li, ul.social-icons-small:hover li {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity= 50);
}
ul.social-icons li:hover, ul.social-icons.small li:hover, ul.social-icons-small li:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity= 100);
}
ul.social-icons li a:hover, ul.social-icons-small li a:hover {
	color: transparent;
}
ul.social-icons li.twitter a {
	background-position: 0 0;
}
ul.social-icons li.facebook a {
	background-position: -32px 0;
}
ul.social-icons-small li.facebook a {
	background-position: -26px 0;
}
ul.social-icons li.vimeo a {
	background-position: -96px 0;
}
ul.social-icons li.linkedin a {
	background-position: -192px 0;
}
ul.social-icons-small li.linkedin a {
	background-position: -52px 0;
}
ul.social-icons li.googleplus a {
	background-position: -256px 0;
}
ul.social-icons-small li.googleplus a {
	background-position: -204px 0;
}
ul.social-icons li.flickr a {
	background-position: -288px 0;
}
ul.social-icons li.youtube a {
	background-position: -320px 0;
}
ul.social-icons li.pinterest a {
	background-position: -384px 0;
}
ul.social-icons li.instagram a {
	background-position: -416px 0;
}
ul.social-icons-small li.instagram a {
	background-position: -332px 0;
}
ul.social-icons li.rss a {
	background-position: -512px 0;
}
ul.social-icons-small li.email a {
	background-position: -80px 0;
}
ul.social-icons-small li.website a {
	background-position: -128px 0;
}

li.si_item {
	float: left;
    width: 12.5%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
	background:#200002;
}
@media (max-width: 767px) {li.si_item {width: 25%;}}
li.si_item a {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
li.si_item img {
    width: 100%;
    height: auto;
    display: block;
	opacity: .75;
}
.si_overlay {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 2;
    visibility: hidden;
    color: #fff;
	text-shadow:0 1px 2px rgba(32, 0, 2, 0.6);
}
.si_item a:hover img {
    opacity: .5;
}
.si_item a:hover .si_overlay {
    visibility: visible;
}

.video-container {
    position: relative;
    padding-bottom: 51%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:15px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pictures:after {
	clear: both;
	content: '';
	display: table;
}
.picture {
	display: block;
	height: auto;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.picture img {
	max-width: 100%;
	max-width: 100px;
	height: auto;
	float: left;
}
.picture-details {
	margin-left: 110px;
	display: block;
	padding-top: 25px;
}
.picture .delete-picture {
	padding-top: 5px;
	display: inline-block;
	float: right;
}

@font-face {
	font-family: 'MyriadPro-Cond';
	src: url('../fonts/MyriadPro-Cond.eot');
	src: local('☺'), url('../fonts/MyriadPro-Cond.woff') format('woff'), url('../fonts/MyriadPro-Cond.ttf') format('truetype'), url('../fonts/MyriadPro-Cond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyriadPro-BoldCond';
	src: url('../fonts/MyriadPro-BoldCond.eot');
	src: local('☺'), url('../fonts/MyriadPro-BoldCond.woff') format('woff'), url('../fonts/MyriadPro-BoldCond.ttf') format('truetype'), url('../fonts/MyriadPro-BoldCond.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyriadProRegular';
	src: url('../fonts/myriadpro-regular.eot');
	src: local('☺'), url('../fonts/myriadpro-regular.woff') format('woff'), url('../fonts/myriadpro-regular.ttf') format('truetype'), url('../fonts/myriadpro-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MyriadPro-Bold';
	src: url('../fonts/myriadpro-bold.eot');
	src: local('☺'), url('../fonts/myriadpro-bold.woff') format('woff'), url('../fonts/myriadpro-bold.ttf') format('truetype'), url('../fonts/myriadpro-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'droid_serifitalic';
    src: url('../fonts/DroidSerif-Italic-webfont.eot');
    src: url('../fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/DroidSerif-Italic-webfont.woff') format('woff'),
         url('../fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
         url('../fonts/DroidSerif-Italic-webfont.svg#droid_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'slick';
	src: url('../fonts/slick.eot');
	src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@media only screen and (max-width:768px){.dd_outer{display:none;}}

.col-xs-15 {
    width: 20%;
    float: left;
}
.col-xs-19 {
    width: 11.111111%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
}
.col-sm-19 {
        width: 11.111111%;
        float: left;
}
}
@media (min-width: 992px) {
.col-md-15 {
        width: 20%;
        float: left;
}
.col-md-19 {
        width: 11.111111%;
        float: left;
}
}
@media (min-width: 1200px) {
.col-lg-15 {
        width: 20%;
        float: left;
}
.col-lg-19 {
        width: 11.111111%;
        float: left;
}
}

/* --------------------------------------------
	WOO COMMERCE
-------------------------------------------- */

.woocommerce-main-image img, img.attachment-shop_catalog, .products li a img {
	display: block;
    height: auto;
    max-width: 100%;
}
.traveldeal-content a {
	background:none;
}
.traveldeal-content li a {
	display: inline;
}
.traveldeal-content a.btn-success {
	background:linear-gradient(to bottom, #5cb85c 0px, #419641 100%);
}
.traveldeal-content a.btn-success:hover {
	background:#419641;
	background-position:0 -15px;
}

.last-minutes .traveldeal-content a.btn-success {
	position: absolute;
	bottom: 15px;
	left: 30px;
	right: 30px;
	margin: auto
}

#shipping_method label {
	display:inline;
	margin-left:5px;
}

#review_form #respond{position:static;margin:0;width:auto;padding:0 0 0;background:transparent none;border:0} 
#review_form #respond:after{content:"";display:block;clear:both} 
#review_form #respond p{margin:0 0 10px} 
#review_form #respond .form-submit input{left:auto} 
#review_form #respond textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%} 
p.stars:after{content:"";display:block;clear:both} 
p.stars span{width:80px;height:16px;position:relative;float:left;background:url(../img/star.png) repeat-x left 0} 
p.stars span a{float:left;position:absolute;left:0;top:0;width:16px;height:0;padding-top:16px;overflow:hidden} 
p.stars span a:hover,p.stars span a:focus{background:url(images/star.png) repeat-x left -16px} 
p.stars span a.active{background:url(../img/star.png) repeat-x left -32px} 
p.stars span a.star-1{width:16px;z-index:10} 
p.stars span a.star-2{width:32px;z-index:9} 
p.stars span a.star-3{width:48px;z-index:8} 
p.stars span a.star-4{width:64px;z-index:7} 
p.stars span a.star-5{width:80px;z-index:6}



/**** DIGIBOOST ****/

/* validation */

form .form-group.validate-has-error label.error {
	color: #C00;
	font-weight: normal;
	font-size: 90%;
}

form .form-group.validate-has-success .num-characters-feedback {
	color: #589442;
}



.validate_errors {
	display: none; /* do not show container until first error appears */
}
.validate_errors label {
	display: block; /* to bring errors to next line */
	font-weight: normal;
	margin: 0;
}
.visualization-wrapper {
	display: block;
	width: 820px;
	max-width: 100%;
	position: relative;
}
#visualization {
	width: 100%;
	position: relative;
}

#more.collapse {
	display: block;
}
#more.collapse.loaded {
	display: none;
}
#more.collapse.in.loaded {
	display: block;
}

.offscreen-hidden {
	position: absolute;
    left: -9999px;
    display: block !important
}
.scoreInput {
    display: block;
}
.scoreInput label {
	display: inline-block;
}
.scoreInput .disable {
	display: inline-block;
	margin-left: 15px;
}
.scoreInput .disable label {
	font-weight: normal;
}
.scoreInput_scoreList {
	display: block;
    margin: 5px 0 20px 0;
	padding: 0;
}
.scoreInput_scoreList:after {
    content: "";
    display: table;
    clear: both
}
.scoreInput_scoreList li {
    float: left;
    text-align: center;
    border: 2px solid #eee;
    border-radius: 16px;
    margin: 0 4px 0 0;
    cursor: pointer;
	list-style: none;
}
.scoreInput_scoreList li span {
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 14px;
	padding-top:1px;
}
.scoreInput_currentState {
	display: none;
}
.scoreUnknown {
    background: #fff;
}
.scoreRed {
    background: #ee000f;
	color: #fff;
}
.scoreOrange {
    background: #f85601;
	color: #fff;
}
.scoreYellow {
    background: #fbb601;
	color: #fff;
}
.scoreGreen {
    background: #b3c400;
	color: #fff;
}
.scoreDarkGreen {
    background: #4ba34b;
	color: #fff;
}
.scoreInput.disabled .scoreInput_scoreList li {
	cursor: default;
	border-color: #f5f5f5;
}
.scoreInput.disabled .scoreInput_scoreList li span {
	background: #f5f5f5;
	color: #fff;
}



.upload-list {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	font-family: 'MyriadProRegular', sans-serif;
	font-size: 0.9em;
}
.upload-list > li {
	display: flex;
	align-items: center;
}
.upload-list > li + li {
	margin-top: 15px;
}
.upload-list > li > .info {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.upload-list > li > .thumb {
	flex: 0 0 auto;
	width: 100px;
	height: 100px;
	background-color: #eee;
	max-width: none;
	margin-right: 10px;

	display: flex;
	align-items: center;
	justify-content: center;
}
.upload-list > li > .info .delete-upload {
	margin-top: 5px;
	float: right;
}

input.image-file {
	position: absolute;
	right: 0;
	top: 0;
	font-family: Arial;
	font-size: 118px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	height: 100%;
}

.view-modal {
	position: fixed !important; /* overwrite easy social share */
}
.essb-mobile-sharebottom .essb_links li a {
	height: 35px;
}
    /* width: 36px!important; */
    height: 30px!important;