/*
	Theme Name: TravelTalk DK
	Theme URI: http://traveltalk.com
	Description: TravelTalk DK WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
body {
	margin:0;
	font-family: 'DM Sans', sans-serif;
   /* background: url(img/header-bg.png) repeat-x;
    background: url(img/tt_css_sprites_new.png) repeat-x;
    background-position: 0 -170px; */
}

/* ######################################################### */
/* ### General Reusable Styles ############################# */
/* ######################################################### */
a.read-more-btn {
	display: block;
	float: left;
	background-color: #80104b;
	margin: 25px 0px 0px 0px;
	padding: 3px 15px 3px 15px;
	border-radius: 3px;
	
	font-family: 'DM Sans', sans-serif;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
}
/* Mobile */
.display-mobile {
	display: none;
}
.display-desktop-only {
	display: block;
}
@media (max-width: 1100px) {
	.mobile-only {
		display: block;
	}
	.desktop-only {
		display: none;
	}
}
/* SCROLL ICON */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
a.green-call-to-action {
	background-color: #016200;
	padding: 15px 25px 15px 25px;
	border-radius: 5px;
	
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
a.green-call-to-action:visited {
	background-color: #016200;
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	
	color: #FFF;
}
/* ######################################################### */
/* ### Header Section ###################################### */
/* ######################################################### */
.header-wrapper {
/*	position:relative;*/
	width:100%;
	height:100px;
/*	background: url(img/header-bg.png) repeat-x;*/
	/* background: url(img/tt_css_sprites_new.png) repeat-x; */
    background: #ffff;
    background-position: 0 -170px;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    box-shadow: 0px 10px 15px #0000000F;
/* new menu update
    position: fixed;
    -webkit-transition: height 0.5s,background 0.5s;
    -moz-transition: height 0.5s,background 0.5s;
    transition: height 0.5s,background 0.5s;
*/
}
	.header-wrapper .header {
		position:relative;
/*		max-width:1300px;*/
		max-width:1455px;
		height:100px;
		margin:0px auto 0px auto;
	}
		.header-wrapper .header .logo {
			position:relative;
			float:left;
            margin: 0px;
			padding:20px 0px 0px 0px;            
		}
        .header-wrapper .header .logo img{
            width: 220px;
            height: auto;
        }
		.header-wrapper .header .navigation {
			font-family: 'DM Sans', sans-serif;
            /* new menu update 
            width: 73%;*/
            width: 76%;
			position:relative;
			float:right;
/*			margin:25px 0px 0px 0px;*/
			height: 100px;
		}
			.header-wrapper .header .navigation .ubermenu-nav>li>a {
				color: #fff;
				background: none; 
				font-weight: normal;
    			font-size: 13px;
			}
			.header-wrapper .header .navigation .ubermenu-nav>li>a:hover, .ubermenu-skin-white .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
				background: none; 
			}
				.header-wrapper .header .navigation img.ubermenu-image {
/*				    width: 105px;*/
                    width: 88px;
				    height: 55px !important;
				}
.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
    padding: 15px 15px !important;
}
.header-social {
	color: black;	
}
.header-social a {
	color: black;
	margin: 0 4px;	
}
/* ######################################################### */
/* ### Front Slideshow Section ############################# */
/* ######################################################### */
.slideshow-wrapper {
	position:relative;
	width:100%;
	height:800px;
/*	background: url(img/slide-1.jpg) no-repeat center;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.slideshow-wrapper .slideshow-content {
		position:relative;
		width: 100%;
		max-width:1300px;
		height:800px;
		margin:0px auto 0px auto;
	}
		.slideshow-wrapper .slideshow-content .location-badge {
			position:absolute;
			left:0px;
			top:60px;
			margin:0px 0px 0px 0px;
			padding:9px 25px 9px 25px;
			background:url(img/purple-gradient.jpg) no-repeat left;
			background-size:cover;
			
			font-family: 'DM Sans',sans-serif;
			font-size:18px;
			color:#FFF;
			text-transform:uppercase;
		}
			.slideshow-wrapper .slideshow-content .location-badge img {
				margin:0px 15px 0px 15px;                
                display: inline-block;
				vertical-align: middle;
			}
                .slideshow-wrapper .slideshow-content .location-badge a{
                    text-decoration: none;
                    color:#FFF;
                    text-transform:uppercase;
                    opacity: 0.9;
                }
		.slideshow-wrapper .slideshow-content .inspiration-badge {
			position:absolute;
			right:0px;
			top:60px;
			margin:0px 0px 0px 0px;
			padding:9px 25px 9px 25px;
			background:url(img/blue-gradient.jpg) no-repeat left;
			background-size:cover;
			
			font-family: 'DM Sans',sans-serif;
			font-size:18px;
			color:#FFF;
			text-transform:uppercase;
            opacity: 0.9;
		}
			.slideshow-wrapper .slideshow-content .inspiration-badge img {
				margin:0px 15px 0px 0px;
                display: inline-block;
				vertical-align: middle;
			}
		.slideshow-wrapper .slideshow-content .slideshow-text {
				position:absolute;
				left:0px;
				bottom:100px;
		}
			.slideshow-wrapper .slideshow-content .slideshow-text .slideshow-title {
				position:relative;
				max-width: 700px;
				margin:0px 0px 0px 0px;
				padding:19px 0px 19px 0px;
				/* background:url(img/purple-gradient.jpg) no-repeat left; */
				/* background-size:cover; */
				
				font-family: 'DM Sans',sans-serif;
				font-size:60px;
				font-weight:600;
				color:#FFF;
				line-height: 70px;
				/*text-shadow: 1px 2px 3px #000;*/
                text-shadow: 0px 1px 15px rgba(0, 0, 0, 1);
			}
            .slideshow-wrapper .slideshow-content .slideshow-text a{
                color: #FFF;
                text-decoration: none;
            }
			.slideshow-wrapper .slideshow-content .slideshow-text a.readmore {
				position:relative;
				float:left;
				margin:0px 0px 0px 0px;
				padding:12px 40px 12px 40px;
				border: #FFF solid 2px;
				/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
				
				font-family: 'DM Sans', sans-serif;
				font-size:18px;
				font-weight: 600;
				color:#FFF;
				text-decoration:none;
				text-transform: uppercase;
				/*text-shadow: 1px 2px 2px #000;*/
			}
				.slideshow-wrapper .slideshow-content .slideshow-text a.readmore img {
					margin:0px 0px 0px 20px;
                    display: inline-block;
				}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}
/* ######################################################### */
/* ### New Destinations Section ############################ */
/* ######################################################### */				
.new-destinations-wrapper {
	position:relative;
	width:100%;
	overflow:auto;
	/* background-color: #F8F8F8 */
}
	.new-destinations-content {
		position:relative;
		width:100%;
		max-width:100vw;
		margin:50px auto 50px auto;
		overflow:auto;
	}
	.category .new-destinations-wrapper .new-destinations-content {
		margin:50px auto 50px auto;
	}
		.new-destinations-content .grid-header {
			position:relative;
			width:100%;
			margin-bottom: 60px;
		}
			.new-destinations-content .grid-header h3 {
                margin: 0 0 0 0;
                font-family: 'DM Sans',serif;
                font-size: 60px;
                font-weight: 500;
                color: #202025;
                text-decoration: none;
                text-align: left;
                text-transform: capitalize;
                line-height: 50px;
			}
            .new-destinations-content .grid-header h3 span {
                font-size: 30px;
                display: block;
                font-weight: 500;
                color: #24D5AE;
            }
				.new-destinations-content .grid-header h3 img {
					margin:0px 15px 0px 0px;
				}
				.new-destinations-content .grid-header a {
				}
			.new-destinations-content .grid-header .more-links {
				display:inline-block;
				float:right;
				padding:9px 0px 9px 15px;
				margin:0px 0px 0px 0px;		
			}
				.new-destinations-content .grid-header .more-links a {
					font-size:15px;
					font-weight:400;
					color:#525252;
					text-decoration:none;
				}
					.new-destinations-content .grid-header .more-links a img {
						margin:0px 0px 0px 10px;
					}
		.new-destinations-content .grid-cell {
			position: relative;
            margin: 0 15px;
/*            height: 440px;*/
            height: 390px;
            transition: all 0.5s;
		}
		/* .new-destinations-content .grid-cell:nth-child(3n+0) {
			margin: 0px 0% 50px 0px;
		} */
			.new-destinations-content .grid-cell .location-image {
				position: relative;
                width: 100%;
                min-height: 275px;
                background-size: cover;
                background-position: center;
                height: 100%;
                border-radius: 20px !important;
			}
				.new-destinations-content .grid-cell .location-image .location-badge {
					position:absolute;
					left:0px;
					top:0px;
					margin:0px 0px 0px 0px;
					padding:9px 25px 9px 25px;
					background:url(img/purple-gradient.jpg) no-repeat left;
					background-size:cover;

					font-family: 'DM Sans',sans-serif;
					font-size:14px;
					font-weight: 500px;
					color:#FFF;
					text-transform:uppercase;
                    border-top-left-radius: 20px;
				}
				.new-destinations-content .grid-cell .location-badge img {
					margin:0px 15px 0px 15px;
				}
				.new-destinations-content .grid-cell .location-badge.single img {
					margin:0px 15px 0px 15px;
					height: 13px;
					vertical-align: middle;
				}
                .new-destinations-content .grid-cell .location-image .location-badge a{

					text-decoration: none;
					color:#FFF;
					text-transform:uppercase;
				}
			.new-destinations-content .grid-cell h4 {
				font-family: 'DM Sans',sans-serif;
				font-size: 22px;
				font-weight: 600;
				line-height: 30px;
				text-decoration: none;
				color: #333;
				margin: 0px 0px 25px 0px;
			}
				.new-destinations-content .grid-cell h4 a {
					color: #333;
					text-decoration: none;
				}
            .new-destinations-content .grid-cell .excerpt_content {
                min-height: 145px;
                max-height: 145px;
                height: 150px !important;
            }
/* ### Intro Section ####################################### */
			.new-destinations-content .grid-cell .excerpt_content {
                min-height: 220px;
                max-height: 220px;
				text-decoration: none;
				color: #000;
            }
			.new-destinations-content .grid-cell .excerpt_content a {
				text-decoration: none;
				color: #000;
            }
			.new-destinations-content .grid-cell .excerpt_content a:hover {
				color: #666;
			}
				.home .new-destinations-content .grid-cell .excerpt .excerpt_content h3 a {
					text-decoration: none;
           		 }
/* ### /Intro Section ####################################### */
/* Mobile */
@media (max-width: 767px) {
	.new-destinations-content .grid-cell {
		width:100%;
	}
}
@media  only screen and (max-width: 1024px) and (min-width: 768px) {
	.new-destinations-content .grid-cell {
		width:48%;
	}
}
/* ######################################################### */
/* ### Intro Section ####################################### */
/* ######################################################### */
.intro-section-wrapper {
	position:relative;
	width:100%;
/* 	overflow:auto;*/
	background-color: #efefef;
}
	.intro-section-wrapper .intro-section {
		position: relative;
        max-width: 1360px;
		padding-left: 40px;
        margin: auto;
	}
	.intro-section-wrapper h1 {
		font-family: 'DM Sans',sans-serif;
    	font-size: 30px;
    	font-weight: 500;
    	color: #333;
   	 	margin: 0px 0px 50px 0px;
		text-align: center;
	}
		.intro-section-wrapper h1:after {
			content: "";
			width: 100px;
			height: 2px;
			background: #841a53;
			display: block;
			margin: 20px auto auto auto;
		}
	.intro-section-wrapper h2 {
        font-family: 'DM Sans',sans-serif;
        font-size: 30px;
        font-weight: 500;
        color: #202025;
        margin: 0 0 50px 0;
        text-align: center;
        line-height: 39px;
		}
		/* .intro-section-wrapper h2:after {
			content: "";
			width: 100px;
			height: 2px;
			background: #841a53;
			display: block;
			margin: 20px auto auto auto;
		} */
	.intro-section-wrapper p {
        font-family: 'DM Sans' sans-serif;
        font-size: 16px;
        font-weight: 100;
        line-height: 24px;
        margin: 0 0 30px 0;
        color: #3a3a3a;
	}
	.intro-section-wrapper p a {
		color: #008BCF;
		text-decoration: none;
	}
	.intro-section-wrapper p .aligncenter {
		/*width: 250px!important;*/
		text-align: center;
	}
/* ######################################################### */
/* ### Featured Destination Section ######################## */
/* ######################################################### */
.feature-destination-wrapper {
	position:relative;
	width:100%;
	height:550px;
/*	background: url(img/iceland-background.jpg) no-repeat center;*/
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.feature-destination-wrapper .feature-destination-content {
		position:relative;
		width:100%;
		max-width: 1300px;
		height:535px;
		margin:0px auto 0px auto;
	}
		.feature-destination-wrapper .feature-destination-content .feature-destination-text {
			position:absolute;
			left:0px;
			top:200px;
		}
				.feature-destination-wrapper .feature-destination-content .feature-destination-text .feature-destination-title {
					position: relative;
					max-width: 700px;
					margin: 0px 0px 0px 0px;
					padding: 19px 0px 19px 0px;
					
					font-family: 'DM Sans',sans-serif;
					font-size: 60px;
					font-weight: 600;
					color: #FFF;
					line-height: 70px;
				}
				.feature-destination-wrapper .feature-destination-content .feature-destination-text a {
					position: relative;
					float: left;
					margin: 0px 0px 0px 0px;
					padding: 12px 40px 12px 40px;
					border: #FFF solid 2px;
					font-family: 'Open Sans',sans-serif;
					font-size: 18px;
					font-weight: 600;
					color: #FFF;
					text-decoration: none;
					text-transform: uppercase;
				}
					.feature-destination-wrapper .feature-destination-content .feature-destination-text a img {
						margin:0px 0px 0px 20px;
					}
				.feature-destination-wrapper .feature-destination-content .featured-badge {
					position:absolute;
					left:0px;
					top:50px;
					margin:0px 0px 0px 0px;
					padding:9px 25px 9px 25px;
					background:url(img/blue-gradient.jpg) no-repeat left;
					background-size:cover;
					
					font-family: 'DM Sans',sans-serif;
					font-size:18px;
					color:#FFF;
					text-transform:uppercase;
				}
					.feature-destination-wrapper .feature-destination-content .featured-badge img {
						margin:0px 15px 0px 0px;
						vertical-align: middle;
					}
/* ######################################################### */
/* ### Other Destinations Section ########################## */
/* ######################################################### */
.other-destinations-wrapper {
	position:relative;
	width:100%;
	overflow:auto;
	/* background-color: #F8F8F8 */
}
	.other-destinations-content {
		position:relative;
        width:100%;
		max-width:1300px;
		margin:0 auto;
		overflow:auto;
	}
	/* Country and continent pages */
	.category 	.other-destinations-content {
		position:relative;
        width:100%;
		max-width:1300px;
		margin:0px auto 50px auto;
		overflow:auto;
	}
	/* Country and continent pages */
		.other-destinations-content .grid-header {
			position:relative;
			width:100%;
			margin: 0px 0px 33px 0px;
		}
			.other-destinations-content .grid-header h3 {
				margin: 0 0 0 0;
                font-family: 'DM Sans',sans-serif;
                font-size: 37px !important;
                font-weight: 500;
                color: #202025;
                text-decoration: none;
                text-align: left;
                text-transform: capitalize;
			}
			.other-destinations-content .grid-header h3 span {
				font-size: 19px;
                display: block;
                font-weight: 500;
                color: #24D5AE;
			}

				.other-destinations-content .grid-header a {
				}
			.other-destinations-content .grid-header .more-links {
				display:inline-block;
				float:right;
				padding:9px 0px 9px 15px;
				margin:0px 0px 0px 0px;		
			}
				.other-destinations-content .grid-header .more-links a {
					font-size:15px;
					font-weight:400;
					color:#525252;
					text-decoration:none;
				}
					.other-destinations-content .grid-header .more-links a img {
						margin:0px 0px 0px 10px;
					}
		.other-destinations-content .grid-cell {
			position: relative;
            box-sizing: border-box;
            width: 100%;
            margin: 0 2% 30px 0;
            display: flex;
		}
		.other-destinations-content .grid-cell:nth-child(4n+0) {
			margin: 0px 0% 50px 0px;
		}
			.other-destinations-content .grid-cell .location-image {
				position: relative;
				background-position: center;
				background-size:cover; 
                width: 240px;
                height: 152px;
                border-radius: 20px;
                min-height: 152px;
			}
				.other-destinations-content .grid-cell .location-badge {
                    margin: 0 0 0 0;
                    font-family: 'DM Sans',sans-serif;
                    font-size: 14px;
                    color: #FFF;
                    text-transform: uppercase;
			}
				.other-destinations-content .grid-cell .location-badge a{
			        text-decoration: none;
                    color: #202025 !important;
                    text-transform: uppercase;
                    opacity: 0.5;
                    font-weight: 500 !important;
                    font-size: 12px;
			    }
				.other-destinations-content .grid-cell .location-badge img {
					margin:0px 15px 0px 15px;
					height: 13px;
					vertical-align: middle;
				}
				.other-destinations-content .grid-cell .location-badge.single img {
					margin:0px 0px 0px 15px;
				}
			.other-destinations-content .grid-cell h4 {
				font-family: 'DM Sans',sans-serif;
				font-size: 22px;
				font-weight: 600;
				line-height: 30px;
				text-decoration: none;
				color: #333;
				margin: 0px 0px 10px 0px;
			}
            .other-destinations-content .grid-cell h4 a {
                text-decoration: none;
                color: #202025 !important;
                font-size: 20px !important;
                font-weight: 500;
                line-height: 24px;
            }
			.other-destinations-content .grid-cell .excerpt {
				box-sizing: border-box;
                position: relative;
                margin: 0 0 0 0;
                padding: 0;
                width: 100%;
                background-color: #FFF;
                overflow: auto;
                font-family: 'DM Sans',sans-serif;
                font-size: 16px;
                font-weight: 100;
                line-height: 22px;
                margin-left: 28px;
                border-bottom: 1px solid rgb(112 112 112 / 20%);
			}
			.other-destinations-content .grid-cell .excerpt a {
				text-decoration: none;
				color: #333;
			}
			.other-destinations-content .grid-cell .excerpt a:hover {
				text-decoration: none;
				color: #666;
			}
/* Mobile */
@media (max-width: 767px) {
	.other-destinations-content .grid-cell{
        width: 100%;
    }
}
@media  only screen and (max-width: 1024px) and (min-width: 768px) {
	.other-destinations-content .grid-cell{
		width:48%;
	}
}
/* ######################################################### */
/* ### Inspiration Section ################################# */
/* ######################################################### */
.inspiration-wrapper {
	position:relative;
	width:100%;
	overflow:auto;
	/* background: url(img/inspiration-background.jpg); */
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.inspiration-content {
		position:relative;
		/* width:100vw; */
		margin:50px auto 50px auto;
		overflow:auto;
		text-align:left;
	}
		.inspiration-content h3, .series_container h1 {
            display: inline-block;
            margin: 0 auto 0 auto;
            padding: 18px 40px 18px 40px;
            background-size: cover;
            font-family: 'DM Sans',sans-serif;
            font-size: 60px;
            font-weight: 500;
            color: #202025;
            text-transform: capitalize!important;
            text-align: left!important;
            float: left;
		}
        .inspiration-content h3 span, .series_container h1 span {
            color: #24D5AE;
            font-size: 30px;
            display: block;
        }
			.inspiration-content h3 img {
				margin:0px 20px 0px 20px;
				vertical-align: middle;
			}
		.inspiration-content p {
			margin: 70px auto 30px auto;
            font-family: 'DM Sans',sans-serif;
            font-size: 16x;
            font-weight: 100;
            color: rgb(32 32 37 / 70%);
            float: left;
            width: 521px;
		}
		.inspiration-content .grid-cell {
			position: relative;
            width: auto;
            height: 400px;
            border-radius: 20px;
            margin: 0 15px;
            background-size: cover;
            background-color: #0000001f;
            background-blend-mode: color;
		}
		.inspiration-content .grid-cell:nth-child(4n+0)  {
			margin:0px 0px 18.66px 0px;
		}
			.inspiration-content .grid-cell h4 {
				position: absolute;
                bottom: 27px;
                width: 100%;
                margin: 0 0 0 0;
                padding: 13px 20px 13px 20px;
                /* background: url(../../../../../../themes/traveltalk/img/purple-dark-gradient.jpg) no-repeat left; */
                background-size: cover;
                box-sizing: border-box;
                font-family: 'DM Sans',sans-serif;
                font-size: 26px;
                font-weight: 400;
                color: #FFF;
			}
				.inspiration-content .grid-cell h4 img {
					float:right;
					margin:5px 0px 0px 0px;
				}
                .inspiration-content .grid-cell h4 a {
                    text-decoration: none;
				    color:#FFF;
                }
/* ######################################################### */
/* ### Partners Section #################################### */
/* ######################################################### */
.partners-wrapper {
	position:relative;
	width:100%;
	overflow:auto;
}
	.partners-content {
		position:relative;
		width:1300px;
		margin:100px auto 100px auto;
		overflow:auto;
		text-align:center;
	}
		.partners-content h3 {
			display: inline-block;
            margin: 0;
            font-family: 'DM Sans',sans-serif;
            font-size: 60px;
            font-weight: 500;
            color: #202025;
            text-align: left !important;
            float: left;
		}
        .partners-content h3 span {
            color: #24D5AE;
            font-size: 30px;
            display: block;
        }
		.partners-content p {
			margin: 55px auto 0px auto;
            font-family: 'DM Sans',sans-serif;
            font-size: 16px;
            font-weight: 100;
            width: 557px;
            color: #202025;
            opacity: 0.7;
            text-align: left;
            line-height: 24px;
		}	
		.partners-content .grid-holder {
			position:relative;
			max-width:1003px;
            width: 100%;
			margin:60px auto 0px auto;
			/* border-bottom:#eaeaea solid 1px; */
			overflow:auto;
            clear: both;
		}
			.partners-content .grid-holder .grid-cell {
				position:relative;
				float:left;
				width:333px;
				height:145px;
				/* border-left:#eaeaea solid 1px; */
				/* border-top:#eaeaea solid 1px; */
				
				line-height:145px;
			}
			.partners-content .grid-holder .grid-cell:nth-child(3n+0) {
				/* border-right:#eaeaea solid 1px; */
			}
				.partners-content .grid-holder .grid-cell img {
					display:inline-block;
					vertical-align:middle;
				}
/* ######################################################### */
/* ### Social Media Section ################################ */
/* ######################################################### */
.social-media-wrapper {
	position:relative;
	width:100%;
 	overflow:auto;
	background-color: #efefef;
}
	.social-media-wrapper .social-media-content {
		position:relative;
		max-width: 1200px;
		padding: 50px;
		margin:100px auto 100px auto;
		background-color: #FFF;
		overflow: auto;
	}
		.social-media-wrapper .social-media-content .facebook {
			position: relative;
			float: left;
			width: 50%;
		}
/* ######################################################### */
/* ### Footer ############################################## */
/* ######################################################### */
.footer-wrapper {
	position:relative;
	width:100%;
	overflow:auto;
	background-color:#24D5AE;
}
	.footer-content {
		position:relative;
		width:1300px;
		margin:100px auto 100px auto;
		overflow:auto;
		text-align:center;
        display: flex;
        flex-wrap: wrap;
        overflow: unset;
	}
		.footer-content .quote {
			position:relative;
			max-width:375px;
			margin:40px auto 0px auto;
			
			font-size:18px;
			font-weight:300;
			font-style:italic;
			color:#FFF;
		}
			.footer-content .quote .quote-start {
				position:absolute;
				top:0px;
				left:-40px;
				widows:33px;
				height:27px;
			}
			.footer-content .quote .quote-end {
				position:absolute;
				bottom:0px;
				right:-40px;
				widows:33px;
				height:28px;
			}
		.footer-content .information-holder {
			position: relative;
            overflow: auto;
            margin: 0!important;
            flex: 1;
            display: flex;
            text-align: left;
		}
		.footer-social {
			font-size: 22px;
			color: #fff;
			line-height: 1.5em;
		}
		.footer-social i{
			padding: 0 10px 0 10px;
			color: #fff;
		}
		.footer-social a{
			color: #fff;
		}
        .brand-holder {
            width: 25%;
            position: relative;
            margin-right: 45px;
        }
			.footer-content .information-holder .grid-cell {
				position:relative;
				float:left;
                width: 33.33%;
				padding: 0 30px;
			}
			.footer-content .information-holder .grid-cell:nth-child(3) {
				border-right:none;
			}
			.footer-content .information-holder .grid-cell p {
                font-family: 'DM Sans',sans-serif;
                font-size: 16px;
                line-height: 24px;
                font-weight: 300;
                color: #FFF;
			}
            .footer-content .information-holder .grid-cell p strong {
                font-size: 20px;
                color: #077E64;
                font-weight: 500;
            }
/* ######################################################### */
/* ### Country Header Section ############################## */
/* ######################################################### */
.country-header-wrapper {
	position:relative;
	width:100%;
/*	height:500px;*/
	height:700px;
/*	background: url(img/thailand-top-image-dummy.jpg) no-repeat center;*/
	background-size:cover !important;
    /*  new menu update 
    margin-top: 100px;*/
}
	.country-header-wrapper .country-header-content {
		position:relative;
        width: 100%;
        max-width: 1300px;
/*		height:500px;*/
		height:700px;
		margin:0px auto 0px auto;
	}
		.country-header-wrapper .country-header-content .country-header-text {
				position:absolute;
				left:0px;
/*				top:295px;*/
				top:370px;
		}
        .country-header-wrapper .country-header-content .country-header-text-tags {
				position: relative;
/*                top: 290px;*/
                top: 370px;
                text-align: left;
		}
        
			.country-header-wrapper .country-header-content .country-header-text .country-header-title {
				position:relative;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				
				font-size:30px;
				font-weight:400;
				color:#FFF;
                text-shadow: 0px 1px 15px rgba(0, 0, 0, 1);
			}
            .country-header-wrapper .country-header-content .country-header-text-tags .country-header-title-tags {
				    position: relative;
                    margin: 0px 0px 0px 0px;
                    padding: 19px 35px 19px 35px;
                    font-size: 30px;
                    font-weight: 400;
                    color: #FFF;
                    display: inline-block;
                    text-shadow: 0px 1px 15px rgba(0, 0, 0, 1);
			}
				.country-header-wrapper .country-header-content .country-header-text .country-header-title a {
					margin: 0px 0px;
/*					font-family: 'DM Sans',sans-serif;*/
					font-family: 'Arvo', serif;
					font-size: 60px;
					font-weight: 600;
					color: #FFF;
					line-height: 70px;
					text-decoration: none;
				}
				.country-header-wrapper .country-header-content .country-header-text .country-header-title img {
					margin:0px 20px 0px 20px;
				}
/* ######################################################### */
/* ### Country Map Section ################################# */
/* ######################################################### */
.country-map-wrapper {
	position:relative;
	width:100%;
	overflow:auto;
	margin: 0px 0px 100px 0px;
}
	.country-map-content {
		position:relative;
		max-width:1300px;
		margin:0px auto 0px auto;
		overflow:auto;
	}
		.country-map-content .grid-header {
			position:relative;
			width:100%;
		}
			.country-map-content .grid-header h3 {
				margin: 50px 0px 100px 0px;
				font-family: 'DM Sans',sans-serif;
				font-size: 35px;
				font-weight: 100;
				color: #333;
				text-decoration: none;
				text-align: center;
			}
/* ######################################################### */
/* ### Single Page ######################################### */
/* ######################################################### */
.single-page-wrapper {
	position:relative;
	width:100%;
	overflow:auto;
}
	.single-page-content {
		position:relative;
		max-width:1300px;
		margin:0px auto 0px auto;
		overflow:auto;
	}
		.single-page-content .grid-header {
			position:relative;
			width:100%;
			border-bottom:#54adb5 solid 10px;
		}
			.single-page-content .grid-header h3 {
				display:inline-block;
				background:url(img/blue-gradient-up.jpg) no-repeat left;
				padding:9px 15px 9px 15px;
				margin:0px 0px 0px 0px;
				
				font-size:15px;
				font-weight:400;
				color:#FFF;
				text-decoration:none;
				text-transform:uppercase;
			}
				.single-page-content .grid-header h3 img {
					margin:0px 15px 0px 0px;
				}
		.single-page-content .grid-holder {
			position:relative;
			max-width:1300px;
			padding:50px;
			background-color:#f1f1f1;
			overflow:auto;
		}
		.single-page-content .grid-holder h1{
			font-family: 'DM Sans', sans-serif;
			font-size:25px;
			font-weight:300;
			color:#54adb5;
			margin-bottom:50px;
		}
		.single-page-content .grid-holder h1:after{
			 content: "";
			 width: 100px;
			 height: 2px;
			 background: #841a53;
			 display: block;
			 margin-top: 20px;
		}
        
		.single-page-content .grid-holder h2, .single-page-content .grid-holder h3 {
            margin: 50px 0px;
            font-family: 'Arvo', sans-serif;
			font-size: 35px;
			font-weight: 600;
			color: #333;
        }
		.single-page-content .grid-holder h3{
			font-size: 30px;
		}

		.single-page-content .grid-holder h3:after{
			height: 0;
		}
        .single-page-content .grid-holder h2:before {
            content: "";
            width: 100px;
            height: 2px;
            background: #841a53;
            display: block;
            margin: 0px 0px 15px 0px;
        }
        .single-page-content .grid-holder h2:after {
            content: "";
            width: 100px;
            height: 0px;
            background: #841a53;
            display: block;
            margin: 20px 0px 0px 0px;
        }
		.single-page-content .grid-holder p {
			font-family: 'DM Sans', sans-serif;
			font-size: 16px;
			font-weight:100;
			color:#111;
			padding: 0px;
		}
			.single-page-content .grid-holder .cell-left {
				position:relative;
				float:left;
				max-width:575px;
				margin:0px 25px 0px 0px ;
				background-color:#f1f1f1;
			}
			.single-page-content .grid-holder .cell-right {
				position:relative;
				float:left;
				max-width:575px;
				margin:0px 0px 0px 25px;
				background-color:#f1f1f1;
			}
            .single-page-content .grid-holder .cell-left-info {
                position:relative;
                float:left;
                width: 100%;
                max-width:730px;
                margin:0px 25px 0px 0px ;
                background-color:#fff;
            }
                .single-page-content .grid-holder .cell-left-info img{
                    margin-top: 20px;
                }
            .single-page-content .grid-holder .cell-right-sidebar {
                position:relative;
                float:left;
                max-width:400px;
                margin:0px 0px 0px 25px;
                background-color:#fff;
            }

/* ######################################################### */
/* ### Country Info Section ################################ */
/* ######################################################### */
.country-info-wrapper {
	position:relative;
	width:100%;
	overflow:auto;
	background-color: #fff;
}
	.country-info-content {
		position:relative;
		max-width:1300px;
		margin:50px auto 0px auto;
		overflow:auto;
	}
		.country-info-content .grid-header {
			position:relative;
			width:100%;
		}
			.country-info-content .grid-header h3 {
				margin: 0px 0px 50px 0px;
				font-family: 'DM Sans',sans-serif;
				font-size: 35px;
				font-weight: 100;
				color: #333;
				text-decoration: none;
				text-align: center;
			}
		.country-info-content .grid-holder {
			position:relative;
			max-width:1300px;
			padding:100px 50px 50px 50px;
			margin: 0px 0px 50px 0px;
			background-color:#FFF;
			overflow:auto;
		}
/*
		.country-info-content .grid-holder h1 {
			font-family: 'DM Sans', sans-serif;
			font-size:25px;
			font-weight:300;
			color:#54adb5;
			margin:-10px 0px 50px 0px;
			line-height: 35px;
		}
		.country-info-content .grid-holder h1:after {
			 content: "";
			 width: 100px;
			 height: 2px;
			 background: #841a53;
			 display: block;
			 margin-top: 20px;
		}
*/
		.country-info-content .grid-holder h2, .country-info-content .grid-holder h1, .country-info-content .grid-holder h3 {
            margin: 30px 0px 30px 0px;
/*            font-family: 'DM Sans',sans-serif;*/
			font-family: 'Arvo', serif;
            font-size: 35px;
            font-weight: 600;
            color: #333;
			line-height: 50px;
        }
        .country-info-content .grid-holder h3 {
            font-size: 26px;
        }
        .country-info-content .grid-holder h2:before {
/*            content: "";
            width: 100px;
            height: 2px;
            background: #841a53;
            display: block;
            margin: 0px 0px 15px 0px;*/
        }
        .country-info-content .grid-holder h2:after, .country-info-content .grid-holder h1:after, .country-info-content .grid-holder h3:after {
            content: "";
            width: 50px;
            height: 2px;
            background: #841a53;
            display: block;
            margin: 20px 0px 0px 0px;
        }
		.country-info-content .grid-holder p, .country-info-content .grid-holder div {
			font-family: 'DM Sans', sans-serif;
			font-size: 16px;
			font-weight:100;
			color:#111;
			line-height: 24px;
			margin: 0px 0px 30px 0px;
		}
			.country-info-content .grid-holder .cell-left {
				position:relative;
				float:left;
				max-width:575px;
				margin:0px 25px 0px 0px ;
				background-color:#f1f1f1;
			}
			.country-info-content .grid-holder .cell-right {
				position:relative;
				float:left;
				max-width:575px;
				margin:0px 0px 0px 25px;
				background-color:#f1f1f1;
			}
            .country-info-content .grid-holder .cell-left-info {
                position:relative;
                float:left;
                width: 100%;
                max-width:730px;
                margin:0px 25px 0px 0px ;
                background-color:#fff;
            }
                .country-info-content .grid-holder .cell-left-info img{
                    margin-top: 20px;
                }
            .country-info-content .grid-holder .cell-right-sidebar {
                position:relative;
                float:left;
                max-width:400px;
                margin:0px 0px 0px 25px;
                background-color:#fff;
            }

/* ######################################################### */
/* ### Country Facts Section ############################### */
/* ######################################################### */
.country-facts-wrapper {
	position:relative;
	width:100%;
	overflow:auto;
	background-color: #E8E8E8;
	margin:0px auto 50px auto;
	padding: 0px 0px 50px 0px;
}
	.country-facts-content {
		position:relative;
		max-width:1300px;
		margin:50px auto 50px auto;
		overflow:auto;
	}
		.country-facts-content .grid-header {
			position:relative;
			width:100%;
		}
			.country-facts-content .grid-header h3 {
				margin: 50px 0px 50px 0px;
				font-family: 'DM Sans',sans-serif;
				font-size: 45px;
				font-weight: 600;
				color: #FFF;
				text-decoration: none;
				text-align: center;
			}
				.country-facts-content .grid-header h3 img {
					margin:0px 15px 0px 0px;
				}
		.country-facts-content .grid-cell {
			position:relative;
			float:left;
			width:25%;
			height:275px;
			
			font-family: 'DM Sans',sans-serif;
			text-align:center;
			font-size:30px;
			font-weight: 600;
			color: #FFF;
			overflow:auto;
		}
			.country-facts-content .grid-cell .fact-cell {
				width:134px;
				height:104px;
				background-image:url(img/country-facts-bg.png);
				margin:50px auto 10px auto;
				padding:30px 0px 0px 0px;
				
				font-family: 'DM Sans',sans-serif;
				text-align:center;
				font-size:18px;
				color:#FFFFFF;
				overflow:auto;
			}
/* ######################################################### */
/* ### Single Destination Section ############################# */
/* ######################################################### */
.single-destination-wrapper {
	position:relative;
	width:100%;
	height:700px;
/*	background: url(img/boracay.jpg) no-repeat center;*/
	background-size:cover;
	background-position: center;
    background-repeat: no-repeat;
    /*  new menu update  
    margin-top: 100px;*/
}
	.single-destination-wrapper .single-destination-content {
		position:relative;
		width: 100%;
		max-width:1300px;
		height:700px;
		margin:0px auto 0px auto;
	}
		.single-destination-wrapper .single-destination-content .location-badge {
			position:absolute;
			left:0px;
			top:60px;
			margin:0px 0px 0px 0px;
			padding:9px 25px 9px 25px;
			background:url(img/purple-gradient.jpg) no-repeat left;
			background-size:cover;
			
			font-family: 'DM Sans',sans-serif;
			font-size:18px;
			color:#FFF;
			text-transform:uppercase;
		}
			.single-destination-wrapper .single-destination-content .location-badge img {
				margin:0px 15px 0px 15px;
				vertical-align: middle;
			}
                .single-destination-wrapper .single-destination-content .location-badge a{
                    text-decoration: none;
                    color:#FFF;
                    text-transform:uppercase;
                }
		.single-destination-wrapper .single-destination-content .inspiration-badge {
			position:absolute;
			right:0px;
			top:60px;
			margin:0px 0px 0px 0px;
			padding:9px 25px 9px 25px;
			background:url(img/blue-gradient.jpg) no-repeat left;
			background-size:cover;
			
			font-family: 'DM Sans',sans-serif;
			font-size:18px;
			color:#FFF;
			text-transform:uppercase;
		}
			.single-destination-wrapper .single-destination-content .inspiration-badge img {
				margin:0px 15px 0px 0px;
				vertical-align: middle;
			}
		.single-destination-wrapper .single-destination-content .single-destination-text {
				position:absolute;
				bottom:150px;
                text-align: left;
            
		}
			.single-destination-wrapper .single-destination-content .single-destination-text .single-destination-title {
				position:relative;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				max-width: 800px;
			}
                .single-destination-title h1 {
                    margin: 0px;
					
					font-family: 'Arvo',sans-serif;
					font-size:60px;
					font-weight:600;
					color:#FFF;
					line-height: 70px;
                    text-shadow: 0px 1px 15px rgba(0, 0, 0, 1);
                }
				.single-destination-wrapper .single-destination-content h5.scroll-holder {
					position: absolute;
					left: 50%;
					margin: 0px 0px 0px 0px;
					text-align: center;
					bottom: 75px;;
                }
					.single-destination-wrapper .single-destination-content h5.scroll-holder .help-text {
						display: block;
						margin: 75px 0px 0px 0px;
						
						color: #FFF;
						text-transform: uppercase;
               		}
			.single-destination-wrapper .single-destination-content .single-destination-text a {
				position:relative;
				float:right;
				margin:0px 0px 0px 0px;
				padding:12px 40px 12px 40px;
				background-color:#800f4c;
				
				font-size:17px;
				color:#FFF;
				text-decoration:none;
			}
				.single-destination-wrapper .single-destination-content .single-destination-text a img {
					margin:0px 0px 0px 20px;
				}
/* ######################################################### */
/* ### Related Destinations Section ######################## */
/* ######################################################### */
.related-destinations-wrapper {
	position:relative;
	width:100%;
	overflow:auto;
    padding: 0px !important;
	background-color: #f1f1f1;
}
	.related-destinations-content {
		position:relative;
        width:100%;
		max-width:1300px;
		margin:100px auto 50px auto;
		overflow:auto;
	}
		.related-destinations-content .grid-header {
			position:relative;
			width:100%;
		}
			.related-destinations-content .grid-header h3 {
				margin: 0px 0px 100px 0px;
				font-family: 'DM Sans',sans-serif;
				font-size: 35px;
				font-weight: 100;
				color: #333;
				text-decoration: none;
				text-align: center;
			}
				.related-destinations-content .grid-header h3 img {
					margin:0px 15px 0px 0px;
					vertical-align: middle;
				}
				.related-destinations-content .grid-header a {
				}
                .related-destinations-content .grid-header h3:after {
                    margin: 0px;
                    height: 0px;
                }
			.related-destinations-content .grid-header .more-links {
				display:inline-block;
				float:right;
				padding:9px 0px 9px 15px;
				margin:0px 0px 0px 0px;		
			}
				.related-destinations-content .grid-header .more-links a {
					font-size:15px;
					font-weight:400;
					color:#525252;
					text-decoration:none;
				}
					.related-destinations-content .grid-header .more-links a img {
						margin:0px 0px 0px 10px;
					}
		.related-destinations-content .grid-cell {
			position:relative;
			float:left;
			width: 31.15%;
            margin-right: 2.15% !important;
		}
			.related-destinations-content .grid-cell .location-image {
				position: relative;
				min-height:175px;
				
				background-position: center;
				background-size:cover; 
			}
				.related-destinations-content .grid-cell .location-badge {
				position:absolute;
				left:0px;
				top:0px;
				margin:0px 0px 0px 0px;
				padding:7px 10px;
				background:url(img/purple-gradient.jpg) no-repeat left;
				background-size:cover;
				
				font-size:16px;
				color:#FFF;
				text-transform:uppercase;
			}
				.related-destinations-content .grid-cell .location-badge a {
			        text-decoration: none;
			        color: #FFF;
			        text-transform: uppercase;                    
                    font-weight: 400;
                    font-family: 'Oswald', sans-serif !important;
                    opacity: 0.9;
			    }
				.related-destinations-content .grid-cell .location-badge img {
					margin:0px 15px 0px 15px;
				}
				.related-destinations-content .grid-cell .location-badge.single img {
					margin:0px 0px 0px 15px;
				}
			.related-destinations-content .grid-cell h4 {
				font-family: 'DM Sans',sans-serif;
				font-size: 22px;
				font-weight: 600;
				line-height: 30px;
				text-decoration: none;
				color: #333;
				margin: 0px 0px 25px 0px;
			}
            .related-destinations-content .grid-cell h4 a {
             text-decoration: none;
             color: #333;
            }
			.related-destinations-content .grid-cell .excerpt {
				box-sizing: border-box;
				position: relative;
				margin: 0px 0px 0px 0px;
				padding:20px 25px 30px 25px;
				width: 100%;
				min-height: 300px;
				background-color: #FFF;
				overflow: auto;
				
				font-family: 'DM Sans', sans-serif;
				font-size: 16px;
				font-weight: 100;
				line-height: 22px;
			}
			.related-destinations-content .grid-cell .excerpt a {
				text-decoration: none;
    			color: #333;
			}
            .related-destinations-content .grid-cell:nth-child(3n+1){
                margin: 0px 0px 56px 0px;
            }
/* ######################################################### */
/* ### Single Post Map Section ############################# */
/* ######################################################### */
.single-post-map-wrapper {
	position:relative;
	width:100%;
	overflow:auto;
    padding: 0px !important;
}
	.single-post-map-content {
		position:relative;
        width:100%;
		max-width:1300px;
		margin:100px auto 50px auto;
		overflow:auto;
	}
		.single-post-map-content .grid-header {
			position:relative;
			width:100%;
		}
			.single-post-map-content .grid-header h3 {
				margin: 0px 0px 50px 0px;
				font-family: 'DM Sans',sans-serif;
				font-size: 35px;
				font-weight: 100;
				line-height: 35px;
				color: #333;
				text-decoration: none;
				text-align: center;
			}
				.single-post-map-content .grid-header h3:after {
					content: "";
					width: 50px;
					height: 2px;
					margin: 30px auto 0px auto;
				}
.single-post-map-wrapper h3 {
	padding: 0px 0px 0px 0px!important;
}
/* ######################################################### */
/* ### Travel Tips / Rejse Tips ############################ */
/* ######################################################### */
.rejse-tips-wrapper {
	position:relative;
	width:100%;
	overflow:auto;
    padding: 0px !important;
}
	.rejse-tips-content {
		position:relative;
        width:100%;
		max-width:1300px;
		margin:100px auto 50px auto;
		overflow:auto;
	}
		.rejse-tips-content .grid-header {
			position:relative;
			width:100%;
		}
			.rejse-tips-content .grid-header h3 {
				margin: 0px 0px 50px 0px;
				font-family: 'DM Sans',sans-serif;
				font-size: 35px;
				font-weight: 100;
				line-height: 35px;
				color: #333;
				text-decoration: none;
				text-align: center;
			}
				.rejse-tips-content .grid-header h3:after {
					content: "";
					width: 50px;
					height: 2px;
					margin: 30px auto 0px auto;
				}
.rejse-tips-wrapper h3 {
	padding: 0px 0px 0px 0px!important;
}
/* ######################################################### */
/* ### Content Cells ####################################### */
/* ######################################################### */
.content-row {
	position: relative;
	float: left;
	width: 100%;
}
	.content-row .content-cell-two {
		box-sizing: border-box;
		position: relative;
		float: left;
		width: 44%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		
	}
		.content-row .content-cell-two:nth-child(1){
			margin: 0 3% 3% 0;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 25px 30px #00000019;
            border-radius: 30px;
            padding: 75px 50px;
		}
		.content-row .content-cell-two:nth-child(2){
			margin: 0 4% 0 3%;
            width: 45%;
		}
@media (max-width: 1100px) {
	.content-row .content-cell-two {
		width: 100%;
	}
}
/* ######################################### */
/* ### Content Cells Frontpage ############# */
/* ######################################### */
.content-row-front {
	position: relative;
	float: left;
	width: 100%;
}
	.content-row-front .content-cell-two {
		box-sizing: border-box;
		position: relative;
		float: left;
		width: 45%;
	}
		.content-row-front .content-cell-two:nth-child(1){
			margin: 0 3% 3% 0;
            padding: 75px 50px;
		}
		.content-row-front .content-cell-two:nth-child(2){
			margin: 0 3% 0 3%;
            width: 45%;
		}
@media (max-width: 1100px) {
	.content-row-front .content-cell-two {
		width: 100%;
	}
}
/* ######################################################### */
/* Mobile */
@media (max-width: 767px) {
	.related-destinations-content .grid-cell{
        width: 100%;
    }
}
@media  only screen and (max-width: 1024px) and (min-width: 768px) {
	.related-destinations-content .grid-cell{
		width:48%;
	}
}
/* Mobile */

.scroll-wrapper {
}

.image-wrapper {
	position:relative;
	width:100%;
	height:400px;
    background: url(img/thailand_sea.jpg) no-repeat center;
	background-size:cover;
	background-position: center;
    margin-top: 50px; 
}
.post-images{    
    padding: 0px !important;
}
.image-text {
    text-align: right;
    margin: 15px 0px;
    font-weight: 100;
    font-style: italic;
    font-family: 'DM Sans', sans-serif;   
    margin-bottom: 50px;
}

.tips-title {
	position: relative;
	float: left;
    background-color: #3e9fae;
	padding: 10px 20px !important;
	left: -56px;
    
	font-family: 'DM Sans',sans-serif !important;
	color: #fff !important;
    text-transform: uppercase;
    font-size: 18px !important;	
}
.tips-title img, .tips-triangle img {
    vertical-align: middle;
    height: unset;
    width: unset !important;
    margin: 0px !important;
	padding: 0px 10px 0px 0px;
}

.tips-wrapper {
    border: 2px solid #80134c;
    padding: 25px !important;
    margin-top: 60px;
    margin-left: 40px;
}
.tips-triangle, .tips-title, .tips-text{
    margin-bottom: 0px !important;
}
.tips-wrapper strong, .tips-wrapper b {
     color: #80134c;
     }
.tips-triangle {
    clear: both;
    position: relative;
    left: -56px;
}
.tips-text {
/*    float: right;*/
    width: 100%;
    margin-top: -100px;
    position: relative;
    min-height: 80px;
}
.tips-text p{
    padding: 0px 40px 0px 130px !important;
}
.social_share_button_wrapper{
    padding:0px 80px;
    padding:0px 80px;
}
.social_share_button_wrapper ul {
    list-style: none;
    display: inline-block;
    margin-left: 0 !important;
    margin-bottom: 30px;
    padding-left: 0 !important;
}
.social_share_button_wrapper ul li {
    display: inline-block;
    margin-right: 5px;
    font-family: 'Oswald', sans-serif !important;
}

.social_share_button_wrapper ul li a {
    display: block;
    padding: 0 25px 0 25px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
}
.social_share_button_wrapper ul li a.facebook_share {
    background: #455fa1;
    
}
.social_share_button_wrapper ul li a.twitter_share {
    background: #58abf5;
}
.social_share_button_wrapper ul li a.pinterest_share {
    background: #cd1d1f;
}
.social_share_button_wrapper ul li a.google_share {
    background: #eb4026;
}
.social_share_button_wrapper ul li a.email_share {
    background: #1980be;
}
.fa-facebook, .fa-twitter{
    padding-right: 5px;
}
.ads_label {
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #999;
}
.widget_mc4wp_form_widget {
    background: #f2f2f2;
    padding: 30px;
    box-sizing: border-box;
}

.widget_mc4wp_form_widget {
    clear: both;
    width: 100%;
    float: left;
}

.widget_mc4wp_form_widget {
    margin: 40px 0 30px 0;
}
.widget_mc4wp_form_widget h3 {
    color: #222222;
    font-family: Raleway, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0px;
}
.widget_mc4wp_form_widget span {
    background: #f2f2f2;
    display: inline-block;
    padding: 0 1.2em;
    position: relative;
    z-index: 2;
}
 .widget_mc4wp_form_widget h3::before {
    content: "";
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}
.widget_mc4wp_form_widget form {
    margin-top: 20px;
}
.subscribe_tagline {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}   
.widget_mc4wp_form_widget p {
    padding: 0 !important;
    margin: 0px 0px 10px 0px !important;
}
.widget_mc4wp_form_widget  img{
    max-width: 100%;
    height: auto;
}
.subscribe_form {
    margin-top: 15px;
}
.subscribe_form p{
    text-align: center;
}
.intro-section-wrapper .content-cell-two .subscribe_form input[type=submit],.intro-section-wrapper .content-cell-two .subscribe_form input[type=submit], .intro-section .subscribe_form input[type=submit]{
    background-color: green;
    border-color: green;
    width: 50%;
}
.widget_mc4wp_form_widget input[type=text], .widget_mc4wp_form_widget input[type=email] {
    width: 100%;
    text-align: left;
}

.widget_mc4wp_form_widget input[type=text], .widget_mc4wp_form_widget input[type=password], .widget_mc4wp_form_widget input[type=email], input[type=url], .widget_mc4wp_form_widget textarea {
    background-color: #ffffff;
    color: #111111;
    border-color: #e1e1e1;
}
.widget_mc4wp_form_widget input[type=text], .widget_mc4wp_form_widget input[type=password], input[type=email], .widget_mc4wp_form_widget input[type=url], .widget_mc4wp_form_widget input[type=date], .widget_mc4wp_form_widget input.wpcf7-text,  .intro-section-wrapper .content-cell-two input[type=text],  .intro-section-wrapper .subscribe_form input[type=text], .subscribe_form input[type=text]{
    margin: 0;
    outline: none;
    transition: border-color linear .3s;
    box-sizing: border-box;
    -webkit-appearance: none;
	background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 12px;
    height: 45px;
    font: normal normal normal 16px/17px DM Sans;
    letter-spacing: 0px;
    color: #202025;
    padding: 12px 25px;
    border: 0;
	margin-bottom: 5px;
	text-align: left;
}
.widget_mc4wp_form_widget input[type=submit], .mc4wp-form-fields input[type=submit] {
    width: 100%;
    cursor: pointer;
	padding: 8px 20px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    box-shadow: 0 0 0 0 !important;
    line-height: 1.5 !important;
    transition: color .2s;
    background: #24D5AE 0% 0% no-repeat padding-box;
    border-radius: 12px;
    border: none;
    text-align: center;
    font: normal normal normal 16px/24px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 5px;
    height: 49px;
}
.widget_mc4wp_form_widget input[type=submit]:hover {
background-color: #222;
    color: #fff;
    border-color: #222;
}   

/* Club page */
.category-club-traveltalk .subscribe_tagline {
    float: left;
    width: 49%;
    padding-right: 2%;
}
.category-club-traveltalk .subscribe_form {
    float: left;
    width: 100%;
}
.category-club-traveltalk .mc4wp-form-fields input[type=text], .category-club-traveltalk .mc4wp-form-fields input[type=email] {
    padding: 11px 10px 11px 10px;
    font-size: 100%;
    margin: 0;
    background: #fcfcfc;
    border: 1px solid #e1e1e1;
    outline: none;
    transition: border-color linear .3s;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
}

.cell-left-info h2:after, .cell-left-info h3:after{
    content: "";
    width: 100px;
    height: 2px;
    background: #841a53;
    display: block;
    margin-top: 30px;
}
.cell-left-info h2:before, .cell-left-info h3:before{
    display:none !important;
}
.cell-left-info h2, .cell-left-info h3, .cell-left-info strong,.cell-left-info h1{
    font-family: 'DM Sans', sans-serif;
    font-size: 25px;
    font-weight: 300;
    color: #54adb5;
    margin-bottom: 50px;
/*    padding: 0px 80px;*/
    padding: 0px;
}
.cell-left-info strong{
	font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0px;
}
.cell-left-info p a{
   text-decoration: none;
}
.cell-left-info p, .cell-left-info div {
/*    padding: 0px 80px;*/
    padding: 0px;
}
.cell-left-info div > div, .cell-left-info div > p{
    padding-left: 0px;
    padding-right: 0px;
}
.cell-left-info div > div.wp-caption img,.cell-left-info div > div.related-images img {
    width: 128%;
}
.cell-left-info ul{
    width: 100%;
    margin-left: 60px;
    font-weight: 100;
    list-style-type: unset;
}
.cell-left-info ul li{
    padding-right: 175px;
}
.cell-left-info table thead tr th {
    background: transparent;
}
.cell-left-info table tr th,.cell-left-info  table tr td {
    padding: 20px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
}
.cell-left-info table tr td {
    font-weight: 100;
}

.cell-left-info table tr th,.cell-left-info  table tr td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}
.video-wrapper {
	position:relative;
	width:100%;
    margin-top: 30px;   
    padding: 0px !important;
}
.grid-cell-full {
    position: relative;
    width: 100%;
	min-height: 280px;
    /* margin-top: 10px; */
	margin: 0px 0px 50px 0px;
    padding: 0px !important;
	background-color: #FFF;
	
}
    .grid-cell-full .location-image{
        position: relative;
        width: 33.33%;
        min-height: 280px;
        float:left;
    }
    .grid-cell-full .location-image .location-badge {
        position: absolute;
        left: 0px;
        top: 0px;
        margin: 0px 0px 0px 0px;
        padding: 9px 25px 9px 25px;
		
		background: url(img/purple-gradient.jpg) no-repeat left;
    	background-size: cover;
		
        font-size: 14px;
        color: #FFF;
        text-transform: uppercase;
		
    }
        .grid-cell-full .location-image .location-badge a {
            text-decoration: none;
            color: #FFF;
            text-transform: uppercase;
            font-family: 'DM Sans',sans-serif;
            font-weight: 100;
        }
            .grid-cell-full .location-badge.single img {
                margin: 0px 15px 0px 15px;
				height: 13px;
				vertical-align: middle;
            }
    .grid-cell-full h4 {
		font-family: 'DM Sans',sans-serif;
		font-size: 22px;
		font-weight: 600;
		line-height: 30px;
		text-decoration: none;
		color: #333;
		margin: 0px 0px 25px 0px;
    }   
		.grid-cell-full h4 a {
			color: #333;
			text-decoration: none;
		} 
    .grid-cell-full .grid-title-text{
        float:left;
        width: 66.65%;
    }
        .grid-cell-full .grid-title-text a{
        font-size: 20px;
        font-weight: 400;
        color: #FFF;
        text-decoration: none;
        font-family: 'DM Sans', sans-serif;
    }
    .grid-cell-full .excerpt{
        box-sizing: border-box;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 30px;
        width: 66%;
        background-color: #FFF;
        overflow: auto;
        font-family: 'DM Sans', sans-serif;
        font-size: 16px;
        line-height: 22px;
        min-height: 220px;
    }
    .grid-cell-full a.read-more-btn{
        float:right !important;
        margin-top: 0px !important;
        color: #fff;
    }
    .grid-full-right-side {
        background-color: #FFF;
    }
/* ######################################################### */
/* ### Pagination ########################################## */
/* ######################################################### */
.pagination_wrapper{
    width: 100%;
    text-align: center;
    padding: 20px 0px;
	
	font-family: 'DM Sans', sans-serif;
	font-weight: bold;
}
.pagination_wrapper span {
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	
	color: #333;
	line-height: 40px;
}
.pagination_wrapper a, .pagination_wrapper .prev {
	display: inline-block;
	border-radius: 50%;
	height: 40px;
	
	color: #369aaa;
	line-height: 40px;
}
	.pagination_wrapper span.current {
		background-color: #24D5AE;
		
		color: #FFF;
	}
.pagination_wrapper a.next, .pagination_wrapper a.page-numbers {
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	width: 40px;
	height: 40px;
}
.pagination_wrapper a.next, .pagination_wrapper a.prev {
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	width: auto;
}
.pagination_wrapper a.next, .pagination_wrapper a.next {
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	width: auto;
}
/* ######################################################### */
/* ### /Pagination ########################################## */
/* ######################################################### */
.padding-side-20 p{
    padding: 0px 20px !important;
}
.excerpt_content {
    min-height: 200px;
}
.wp-caption {
    width: 100% !important;
}
.wp-caption img, .category-content div img{
    width: 100%;
    height: unset;
}
div.wp-caption img, div.related-images img {
/*    left: -80px;*/
    position: relative;
}
div.wp-caption .wp-caption-text {
    font-style: italic !important;
    text-align: right !important;
/*    left: -80px !important;*/
    position: relative !important;
}

.scroll_header{
    height: 70px;
}
.scroll_header .logo img{
    width: auto;
    height: 50px;
}

.scroll_header .navigation{
    margin: 10px 0px 0px 0px !important;
}
.h1_category, .h1_country{
    margin: 0px 0px;
	font-family: 'Arvo', serif;
/*	font-family: 'DM Sans',sans-serif;*/
    font-size: 60px;
    font-weight: 600;
    color: #FFF;
    line-height: 70px;
}
.float_right{
    float:right;
}
.float_left{
    float: left;
}
.wp-caption-text{
    padding: 0px 0px !important; 
}

/*
.country-info-content .grid-holder strong, .country-info-content .grid-holder b{
        font-family: 'DM Sans', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #54adb5;
    } 
*/
.category-content p img{
    width: unset;
    height: unset;
}
.category-content img{
    left: 0px !important;
}
.category-content h3{
    color: #54adb5;
}
.size-full, .global__image, .size-large{
    width: 100% !important;
    height: unset;
}
.p_images{
    padding: 0px !important;
}
.has-link {
	cursor: pointer;
}
.cell-left-info iframe {
    width: 100% !important;
/*    height: 380px !important;*/
}
.category-content a, .cell-left-info a{
    color: #a727c5;
    text-decoration: none;
}

.momomdocont{
    width: 100%;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    box-sizing: border-box;
    margin: 0;
    padding: 1em 2em !important;
    text-align: left;
}
.momomdocont ul{
    margin-left: 0px;
}
.momomdocont p, .momomdocont div{
    padding: 0px !important;
}
#content_header .momomdocont p, #content_header .momomdocont div, .cat_cont div, .cat_cont p {
    margin: 3px !important;
}
.cat_cont{
    width: 50% !important;
}
.mmd-widget-form-input--date .mmd-widget-form-input-text{
    opacity: unset !important;
}

#mmd-widget-uniqueid{
    padding: 10px !important;
}
.related-images{
    width: 100% !important;
}
.momondo_right_cont{
    text-align: center;
}
.momondo_right_cont img{
    width: 100%;
}
.chosen-container{
    padding: 0px !important;
    width: 250px !important;
}
.chosen-container-single .chosen-single{
    padding: 5px 0 0 8px !important;
    height: 35px !important;
}
.post_width_45{
    width: 45%;
    float: left;
    padding: 10px !important;
}
.con_search_results {
    padding: 0px !important;
    width: 100%;
}

.configuration_container .chosen-container-single .chosen-single div b{
	background-image: url(img/arrow_down_chevron.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.configu_text_result{
    font-style: italic;
}
.config_infos h2{
    padding-left: 0px !important;
}
.algolia-autocomplete{
    max-height: 500px;
    overflow-y: scroll;
}
.fa-search{
    font-size: 19px !important;
}
.search_num{
    padding: 5px;
    width: 50px;
}
.search_sel{    
    padding: 5px;
    width: auto;
}
#menu-item-1758 .ubermenu-target{
    padding: 12px !important;
}




#popup-content-sidebar {
	display: none;
	position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(243, 238, 238);
    background-color: rgba(243, 238, 238, 0.8);
    margin: 0px;
}
#popup-content-sidebar #sidebar {
    margin: 0 auto;
    padding: 30px 45px;
    max-width: 500px;
	list-style: none;
}
#popup-content-sidebar #sidebar .widget_mc4wp_form_widget {
	background-color: #fff;
}
#popup-content-sidebar #sidebar .widget_mc4wp_form_widget h2 {
	display: none;
}
#popup-content-sidebar .subscribe_form input[type=submit]{
    background-color: green !important;
    border-color: green !important;
}
.cookie_link{   
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    margin-top: 10px;
    width: 100%;
}
.cookie_link a{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.config_infos ul{
    margin-left: 10px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 100;
    color: #111;
    line-height: 24px;
}
.config_infos ul li {
    padding-right: 70px;
}
.ul-cat-image{
    list-style: none;
    padding: 0;
}
.ul-cat-image li{
    padding: 15px 0;
}
.ul-cat-image li a img{
    padding-top: 10px;
    width: 50% !important;
    display: block;
}
.rej_content, .rej_content h2, .rej_content h3{
    padding: 0px !important;
}
.heateor_sss_sharing_container li{
    list-style: none !important;
}

.heateor_sss_sharing_container .heateorSssTotalShareCount, .heateor_sss_sharing_container .heateorSssTotalShareText{
    margin: 0px !important;
    padding: 0px !important;
}
.search-field-holder{
    padding-top: 25px !important;
    padding-bottom: 32px !important;
}
.search-field{
    margin-bottom: 0 !important;
    width: 18%;
    float: left;
}
.field-label{
    font-size: 12px !important;
    text-transform: uppercase;
    color: #47a1ab !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}
.input-image img, .input-block img{
    width: unset !important;    
}
.input-image{
    float: left;
    padding-right: 10px;
    margin-bottom: 0 !important;
}
.input-fields input[type=text]{
    border: none;
    font-size: 14px;
    color: black;
}
.input-fields input[type=text]:focus {
    outline: none;
}
.input-fields{
    margin-bottom: 0 !important;
    border-bottom: 1px solid #000;
    padding-bottom: 10px !important;
    margin-right: 17px !important;
    width: 93%;
}
.input-grouping{
    margin-bottom: 0 !important;
}
.filter-div{
    padding: 50px !important;
}
.filter-fields{
    width: 21%;
    float: left;
}
.input-block{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px !important;
}

#fade-loading {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 9998;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal-loading {
    display: none;
	position: fixed;
    top: 45%;
    left: 45%;
    width: 100px;
    height: 100%;
    padding: 30px 15px 0px;
    background: none;
    z-index: 9999;
    text-align: center;
    overflow: hidden;
}
#modal-loading img {
	width: 100%;
}

.filter-checkbox, .filter-checkbox-non {
  position: absolute;
  opacity: 0;
}
.filter-checkbox + label, .filter-checkbox-non + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: black;
}
.filter-checkbox + label:before, .filter-checkbox-non + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #cbc9c9;
  background: white;
}
.top_lastminute .filter-checkbox-non + label:before{
    width: 0;
    height: 0;
    border: 0;
}
.top_lastminute .lastmintoplabel{
    background-color: #47a1ab;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    
}
.top_lastminute .lastmintoplabel:hover, .top_lastminute .filter-checkbox-non:checked, .top_lastminute .checklastminlabel{
    background-color: #c3c3c3;
    color: #000;
}
.filter-checkbox:hover + label:before, .filter-checkbox-non:hover + label:before {
  background: #145e9c;
}
.filter-checkbox:focus + label:before, .filter-checkbox-non:focus + label:before {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.filter-checkbox:checked + label:before, .filter-checkbox-non:checked + label:before {
  background: #145e9c;
}
.filter-checkbox:disabled + label, .filter-checkbox-non:disabled + label {
  color: #d0cece;
  cursor: auto;
}
.filter-checkbox:disabled + label:before, .filter-checkbox-non:disabled + label:before {
  box-shadow: none;
  background: #d0cece;
}
.filter-checkbox:checked + label:after, .filter-checkbox-non:checked + label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top_lastminute .filter-checkbox-non:focus + label:before {
    box-shadow:unset;
}
.top_lastminute .filter-checkbox-non + label:after{
    width: 0;
    height: 0;
    border: 0;
}
.result-text{
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 25px !important;
}
.result-num{
    font-size: 16px !important;
    font-weight: bold !important;
    color: #47a1ab;
}
.filter-title{
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}
.filter-content{
    margin-bottom: 50px !important;
}
.result-contents{
    width: 79%;
    float: left;
}
.gray-sort{
    background-color: #efefef;
    padding: 20px;
    margin-bottom: 20px !important;
}
.sort-title{
    font-size: 22px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}
.gray-sort input[type=button]{
    color: white !important;
    font-size: 14px !important;
    background-color: #47a1ab  !important;
    border: none  !important;
    border-radius: 5px;
    padding: 10px 18px  !important;
}
.search-results-div{
    margin-top: 0 !important;
}
.gray-inputs{
    height: 10px;
}
.input-left{
    float:left;
}
.input-right{
    float:right;
}

.input-right select{
    padding: 5px;
    border: none;
    border-radius: 5px;
    width: 121px;
    margin-left: 10px;
    margin-top: -3px;
}
.result-image{
    width: 284px;
    height: 246px;
    float: left;
    background-image: url(img/deals-samp-image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0 !Important;
}
.result-info{
    float: left;
    padding-left: 28px;
    line-height: 0;
    width: 38%;
    margin-bottom: 15px;
    margin-bottom: 0 !Important;
    padding-bottom: 30px;
	min-height: 250px;
}
.result-info h3{
    font-size: 22px !important;
    font-weight: bold !important;
    color: black !important;
    position: relative;
    margin-top: 0 !important;
    margin-bottom: 11px;
}
.result-desc, .result-stars{
    margin-bottom: 12px !important;
}
.result-labels{
    margin-bottom: 0 !important;
    font-weight: bold !important;
}
.result-labels label{
    font-weight: 100;
}
.result-info input[type=button], .price-button input[type=button], .result-info .result-link-yellow, .price-button .result-link-green{
    color: white;
    border: none;
    border-radius: 6px;
    padding: 14px 26px;
    background-color: #f3cf3f;
    font-weight: bold;
    margin-top: 17px;
    cursor: pointer;
    display: block;
    width: 122px;
}
.price-button input[type=button], .price-button .result-link-green{    
    background-color: #47a1ab;
    padding: 14px 30px;
    right: 27px;
    position: relative;
    width: 185px;
}
.result-price{
    text-align: right;
    margin-bottom: 0 !Important;
    float: left;
    width: 23%;
}
.image-price-top img{
    width: unset !important;    
}
.image-price-top{
    height: 145px;
    margin-bottom: 0 !Important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: right;
}
.price-text{
    font-size: 36px !important;
    font-weight: bold !important;
    margin-bottom: 25px;
}
.price-btn-hold{
/*    top: -17px;*/
    position: relative;    
}
.result-list{
    border-bottom: 2px solid #efefef;
    margin-bottom: 40px !important;
    padding-bottom: 0 !important;
    clear: both;
    display: inline-block;
    width: 100%;
}
.bestil-link{
    padding: 8px 20px 8px 20px;
    color: #fff !important;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none  !important;
    border-radius: 9px;
    background-color: #49a6b1;
    font-weight: 500;
    letter-spacing: 1px;
}
.result-pagination-div{
    width: 100%;
    text-align: center;
    clear: both;
    display: block;
}
.result-page-num{
    color: white !important;
    font-weight: bold !important;
    text-decoration: none;
    border: none;
    padding: 15px 21px;
    background-color: #af1a42;
    border-radius: 11px;
    margin-right: 5px;
}
a.result-page-num.current-page {
	background-color: #ce768d;
}

.rangeslider {
    -webkit-appearance: none;  
    appearance: none;
    width: 80%;
    height: 5px;
    background: #d3d3d3; 
    outline: none; 
    opacity: 0.7; 
    -webkit-transition: .2s; 
    transition: opacity .2s;
}

.rangeslider:hover {
    opacity: 1; 
}


.rangeslider::-webkit-slider-thumb {
    -webkit-appearance: none; 
    appearance: none;
    width: 25px; 
    height: 25px; 
    background: #d3d3d3; 
    cursor: pointer; 
    border-radius: 5px;
}

.rangeslider::-moz-range-thumb {
    width: 25px; 
    height: 25px; 
    background: #d3d3d3; 
    cursor: pointer; 
    border-radius: 5px;
}
.p-btn-y{
    padding: 0 !important;
    margin: 0 !important;
    padding-right: 54px !important;
}
.envira-gallery-wrap{
    padding: 0 !important;
}
.deals_select:focus {
    outline: none;
}
.deals_select{
    border: none;
    width: 85%;
	cursor: pointer;
}
.hasDatepicker {
	cursor: pointer;
}
.filter-star {
	cursor: pointer;
}
.right_btn_extract{
    width: 94%;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}
.r_btn_extract_n{
    width: 100%;
}
.right_btn_green{
    position: absolute;
    right: 0;
    top: -178px;
    background-color: #47a1ab;
    padding: 14px 30px;
    width: 185px;
    color: white !important;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 17px;
    cursor: pointer;
    display: block;
}
.no-resulter{
    color: black !Important;
}
.deals-header-wrapper{
    background-image: unset !important;
    background-color: #4a4a4a;
    color: white;
    height: 180px !important;
}
.deals-header-wrapper .country-header-content{
    height: 180px !important;
}
.deals-header-wrapper .country-header-text{
    top: 0 !important;
}
.deals-header-wrapper h1{
    float: unset !important;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 26px !important;
    line-height: 24px !important;    
    margin-top: 37px;
    font-weight: bold !important;    
}
.deals-header-wrapper p,.deals-header-wrapper a{
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Open Sans',sans-serif !important;
}
.xml-search-btn{    
    background-color: #47a1ab;
    padding: 14px 30px;
    color: white !important;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 17px;
    cursor: pointer;
    display: block;
}
.search-field2{
    width: 90px;
}
.deals_content{
    margin-bottom: 70px !important;
}

.display-type{
    width: 100%;
    text-align: right;
    color: #888888 !important;
    font-size: 12px !important;
    line-height: 1 !important;
}
.list-black{
    background: url(img/list_black.png);
}
.list-gray{
    background: url(img/list_gray.png);
}
.list-btn{
    width: 20px;
    height: 14px;
    border: none;
    margin-right: 8px;
    margin-left: 8px;
}
.grid-black{
    background: url(img/grid_black.png);
}
.grid-gray{
    background: url(img/grid_gray.png);
}
.grid-btn{
    width: 14px;
    height: 14px;
    border: none;
    margin-right: 6px;
    margin-left: 9px;
    float: right;
}
.lblborder{
    width: 1px;
    height: 14px;
    background-color: #888888;
    float: right;
}
.grid-list{
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.atlogo{
    width: unset !Important;
}
.grid-content-holder{
    background-position: center !important; 
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 0 23px 37px 25px;
    margin-bottom: 20px !important;
    background:linear-gradient(rgba(20,20,20, .5),rgba(20,20,20, .5)),url(img/deals-samp-image.jpg);
}
.grid-list .grid-cells{
    width: 50%;
    float: left;
    margin-bottom: 0 !important;
}
.grid-list .grid-content-holder:first-child {margin-right: 13px;}
/*.grid-list  .grid-cells .grid-content-holder:(even) {margin-left: 13px;}*/
.grid-content-holder:nth-of-type(even) {margin-left: 13px;}
.grid-list .grid-cells:nth-child(odd){clear: both;}
.grid-content-holder h3{
    color: #fff;
    font-size: 22px;
    padding: 36px 0 25px 0;
    margin: 0 !important;
    line-height: 1;
}
.grid-content-holder .result-desc{
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1 !important;
    padding-bottom: 26px;
    margin: 0 !important;
}
.grid-content-holder .result-stars{
    line-height: 1 !important;
    margin-bottom: 26px !important;
}
.grid-content-holder .result-labels{
    color: #fff !important;
    font-weight: 400 !important;
}
.btn_grid{
    background-color: #47a1ab;
    padding: 14px 30px;
    width: 185px;
    color: white !important;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 30px !important;
    display: block;
    white-space: nowrap;
}
.total-price{
    font-size: 42px !important;
    font-weight: bold !important;
    color: #f3cf3f !important;
    position: relative;
    float: right;
    bottom: -32px;    
}
.logo-holder{
    position: relative;
    top: 0;
    right: -23px;
    text-align: right;
    height: 0;
    margin: 0 !important;
}
.gray_stars{
    opacity: .2;
}
.heateor_sss_facebook_like{
    width: 125px !important;
}
.like_sidebar{
    margin-top: 20px !important;
}
.gallery_content{
    width: 100%;
    display: block;
    clear: both;
    padding-top: 20px;
}
.gal_cell{
    width: 24.5%;
    padding-right: 5px;
    float: left;
    margin-bottom: 0 !important;
}
.deal_gallery{
    width: 100%;
    height: 260px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px !important;
}
.multiselect {
  width: 100%;
  margin: 0px !important;
}
.selectBox {
  position: relative;
  margin: 0px !important;
}

.selectBox select {
  width: 100%;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#amenities {
	display: none;
	border: 1px #dadada solid;
	position: absolute;
	z-index: 9999;
	background-color: #fff;
	max-height: 300px;
    overflow: auto;
    padding: 10px;
}

#amenities label {
  display: block;
}

#amenities label:hover {
  background-color: #1e90ff;
}
/* ######################################################### */
/* ### Book din rejser Section ######################## */
/* ######################################################### */
.bookdinrejser-wrapper {
	position:relative;
	width:100%;
	height:800px;
	background: url(img/bookform_cover_image.jpg) no-repeat center;
/*	background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
/*    margin-top: 100px;*/
    margin-bottom: 100px;
}
	.bookdinrejser-wrapper .bookdinrejser-content {
		position:relative;
		width:100%;
/*		max-width: 1200px;*/
		max-width: 990px;
		margin:0px auto 0px auto;
        padding: 75px 0 0;
	}
	.bookdinrejser-wrapper .bookdinrejser-content h2, .bookdinrejser-wrapper .bookdinrejser-content h1{
		font-size: 45px;
        text-align: center;
        font-weight: normal;
        font-family: 'DM Sans',sans-serif;
        color: white;
        margin-top: 0;
        margin-bottom: 15px;
	}
	.bookdinrejser-wrapper .bookdinrejser-content h2::after, .bookdinrejser-wrapper .bookdinrejser-content h1::after{
        content: "";
        width: 55px;
        background: white;
        display: block;
        margin: 3px 0px 0px 0px;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        border-bottom: 3px solid white;
	}
	.bookdinrejser-wrapper .bookdinrejser-content .bookdinrejser-introtext{
        font-size: 25px;
        text-align: center;
        font-weight: normal;
        font-family: 'DM Sans',sans-serif;
        color: white;
        margin-top: 0;
	}
.bookdinrejser-wrapper .bookdinrejser-inputcontent{
    width: 100%;
}
.bookdinrejser-wrapper .bookdinrejser-inputgroup{
    width: 50%;
    float: left;
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}
.bookdinrejser-wrapper .bookdinrejser-inputleft{
    float: right;
    padding-right: 22px;
}

.bookdinrejser-wrapper .bookdinrejser-inputgroup p{
    margin-top: 55px;
    margin-bottom: 8px;
}
.bookdinrejser-wrapper .bookdinrejser-inputright{
    padding-left: 22px;
}
.bookdinrejser-wrapper .inputcontent2 .bookdinrejser-inputgroup p{
    margin-top: 35px;
}
	
.bookdinrejser-wrapper .selectdiv{
   position: relative;
/*    width: 415px;*/
	width: 468px;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    float: left;
}	
.bookdinrejser-wrapper .selectdiv select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    color: #333;
    -ms-word-break: normal;
    word-break: normal;
}

.bookdinrejser-wrapper .spandate{
    position: relative;
    width: 468px;
}
.bookdinrejser-wrapper .selectdiv::after, .bookdinrejser-wrapper .spandate::after{
/*    content: url('img/arrowdown.png');*/
    content: url(img/tt_css_sprites_new.png);
    right: 21px;
    top: 17px;
    position: absolute;
    pointer-events: none;
    background-position: 0 0;
    height: 5px;
    width: 9px;
    overflow: hidden;
    padding-top: 10px;
}

.bookdinrejser-wrapper .spandate::after{
    top: 0;
}
.bookdinrejser-wrapper .bookdinrejser-inputfield img{
    float: left;
    position: relative;
    right: -44px;
    z-index: 1;
    padding-top: 19px;
}
.bookdinrejser-wrapper .bookdinrejser-buttondiv{
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 54px;
}
.bookdinrejser-wrapper .bookdinrejser-buttondiv button{
    border: none;
    border-radius: 6px;
    width: 324px;
    max-width: 324px;
    height: 65px;
    max-height: 65px;
    background-image: url(img/buttonblue.jpg);
    font-size: 18.28px;
    color: white;
    font-family: 'DM Sans',sans-serif;
    padding-left:0;
}
.bookdinrejser-wrapper .bookdinrejser-buttondiv button img{
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    padding-left: 11px;
}
.bookdinrejser-wrapper input, .bookdinrejser-wrapper select{
    padding: 18px 0 22px 55px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-weight: lighter;
    font-family: 'DM Sans', sans-serif;
}
.bookdinrejser-wrapper input{
/*    background: url(img/pink_rects.png) no-repeat scroll  25px 19px;*/
    background: url(img/tt_css_sprites_new_2.png) no-repeat 3px -211px;
    background-color: white;
}
.bookdinrejser-wrapper select{
/*    background: url(img/pink_globe.png) no-repeat scroll  25px 19px;*/
    background: url(img/tt_css_sprites_new_2.png) no-repeat 3px -332px;
    background-color: white;
}
.bookdinrejser-wrapper .bookdinrejser-middletext{
    text-align: center;
    clear: both;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    font-style: italic;
    padding-top: 53px;
    font-size: 16px;
    color: white;
}
.bookdinrejser-wrapper .midtext img{
    width: 53px;
    height: 1px;
    padding-bottom: 4px;
}
.bookdinrejser-wrapper .midtext .imgleft{
    padding-right: 12px;
}
.bookdinrejser-wrapper .midtext .imgright{
    padding-left: 12px;
}
.bookdinrejser-wrapper .bookdinrejser-bottomtext{
    width: 100%;
    text-align: center;
    clear: both;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    color: white;
    font-size: 16px;
    padding-top: 20px;
}
.bookdinrejser-wrapper .bookdinrejser-bottomtext a{
    color: white;
    text-decoration: none;
}
.bookdinrejser-wrapper input{
    width: 415px;
}
.bookdinrejser-wrapper .filter-checkbox-non+label{
    color: white;
}
.bookdinrejser-wrapper .filter-checkbox-non+label:before{
    width: 20px;
    height: 20px;
}
.bookdinrejser-wrapper input:focus, .bookdinrejser-wrapper select:focus, .bookdinrejser-wrapper button:focus{
    outline: none;
}
.image_h3{
    position: absolute;
    bottom: 0;
    margin-left: 30px;
    font-family: 'DM Sans',sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
    color: white;
    display: none;
}
.linkwales{
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
    background-color: green !important;
    cursor: pointer;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-box-shadow: 0px 6px 4px -2px rgb(6, 121, 6);
    -moz-box-shadow: 0px 6px 4px -2px rgb(6, 121, 6);
    box-shadow: 0px 6px 4px -2px rgb(6, 121, 6);
}
.image_h3 a{
    text-decoration: none;
    color: white;
}
.book-link{
    position: absolute;
    /* new menu update
    top: -60px;
*/
    top: 40px;
    right: 0;
    padding: 12px 10px 0 0;
    display: none;
}
.cfcontent input[type=text], .cfcontent input[type=email],.cfcontent input[type=date],.cfcontent input[type=tel],.cfcontent input[type=number], .cfcontent textarea{
    padding: 11px 10px 11px 10px;
    font-size: 100%;
    margin: 0;
    background: #fcfcfc;
    border: 1px solid #e1e1e1;
    outline: none;
    transition: border-color linear .3s;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}
.cfcontent input[type=submit],.cfcontent input[type=button]{
    background: #f3cf3f !important;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 12px 45px;
    margin: 10px 0 0 0;
}
.config_infos .wpcf7, .cfcontent{
    padding: 0 !important;
}

.grecaptcha-badge { visibility: hidden; }

.cell-left-info ul li ul{
    margin-left: 0;
}
.country-info-content .grid-holder .cell-right-sidebar{
    max-width: 300px;
}
.country-info-content .grid-holder .cell-left-info{
    max-width: 830px;
}
.bookpostlink{
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
    background-color: #2c777d !important;
    cursor: pointer;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-box-shadow: 0 6px 4px -2px rgb(112, 180, 185);
    -moz-box-shadow: 0 6px 4px -2px rgb(112, 180, 185);
    box-shadow: 0 6px 4px -2px rgb(112, 180, 185);
}
.slider_logo_container{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 45px;
}
.slider_logo_image{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 515px;
    height: 100px;
    margin: auto;
}
.fix-rightsidebar{
    position: fixed;
    top: 0;
    overflow-y: scroll;
    height: 100%;
    max-width: 310px;
    overflow-x: hidden;
}
/* width */
.fix-rightsidebar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.fix-rightsidebar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.fix-rightsidebar::-webkit-scrollbar-thumb {
  background: #2b7b84; 
}

/* Handle on hover */
.fix-rightsidebar::-webkit-scrollbar-thumb:hover {
  background: #094b52; 
}
#lastminute_content{
    margin-top: 0;
    min-height: 800px;
    height: auto;
    padding-bottom: 30px;
}
#lastminute_content .bookdinrejser-content .bookdinrejser-introtext a, #lastminute_content .bookdinrejser-content .bookdinrejser-introtext a:hover{
    color: #fff;
    text-decoration: none;
}
#lastminute_content .bookdinrejser-introtext img{
    left: unset !important;
}
#lastminute_content .bookdinrejser-inputgroup p{
    margin-top: 25px;
    
}
#lastminute_content .bookdinrejser-introtext p{
    font-size: 16px;
}
#lastminute_content .bookdinrejser-introtext h2{
    font-size: 28px;
}
.cat_ads_container{
    text-align: center;
}
.cat_ads_container img{
    width: unset !important;
}
.bookpost_link{
    color: #333 !important;
}
.gtranslate_content{
    width: 100%;
    text-align: right;
    position: absolute;
    display: block;
    z-index: 99999;
}
.gtranslate_content a.glink{
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-family: Verdana,Geneva,sans-serif;
    color: #202025;
    padding-right: 4px; 
}
.cell-left-info ol {
    width: 100%;
    margin-left: 60px;
    font-weight: 100;
    max-width: 700px;
}
/*Rejsenyt styles*/
#rejsenyt_contents{
    background-color: #fff;   
}
#rejsenyt_contents .country-info-content{
    margin-top: 0;   
}
#rejsenyt_contents .country-info-content .grid-holder{
    padding-top: 60px;
}
#rejsenyt_contents .country-info-content .grid-holder .cell-left-info{
    max-width: 670px;
}
#rejsenyt_contents .country-info-content .grid-holder .cell-right-sidebar{
    max-width: 480px;
}
#rejsenyt_contents .featrej_image{
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    height: unset;
    border-radius: 25px;
}
#rejsenyt_contents .rej_date{
    color: #24D5AE;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0 !important;
    margin-top: 20px;
}

#rejsenyt_contents .country-info-content .grid-holder h2, #rejsenyt_contents .country-info-content .grid-holder .rejnet-title{
    padding: 0;
    font-weight: bold;
    font-size: 36px;
}

#rejsenyt_contents .country-info-content .grid-holder h2::after{
    height: 0;
    background-color: transparent;
    margin: 0;
}
#rejsenyt_contents .country-info-content .grid-holder .newrem_rej{
    text-align: center;
}
#rejsenyt_contents .country-info-content .grid-holder .newrem_rej::after{
    height: 2px;
    background: #841a53;
    margin: 20px auto;
}

#rejsenyt_contents .country-info-content .grid-holder h2{
    margin-bottom: 15px;
}
#rejsenyt_contents .country-info-content .grid-holder h2 a{
    color: #333333;
    text-decoration: none;
}
#rejsenyt_contents .country-info-content .grid-holder .rejnet-title{
    text-align: center;
    margin-bottom: 35px;
}
#rejsenyt_contents .country-info-content .grid-holder .rejnet-title::after{
    height: 2px;
    background: #841a53; 
    margin: 20px auto;
}

#rejsenyt_contents .country-info-content .grid-holder .rej_desc{
    font-size: 16px;
    font-weight: normal;
    padding: 0;
	opacity: 0.6;
    color: #202025;
}
#rejsenyt_contents .country-info-content .grid-holder .featrej_more{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: block;
    max-width: 180px;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background-color: #24D5AE;
    margin-bottom: 30px;
    text-decoration: none;
	border-radius: 15px;
}
#rejsenyt_contents .newrej_cells{
    display: block;
    width: 100%;
    height: auto;
    min-height: 170px;
    clear: both;
}
#rejsenyt_contents .newrej_cells .newrej_image{
    width: 185px;
    height: 170px;
    float: left;        
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
}
#rejsenyt_contents .newrej_cells .newrej_contents{
    float: left;
    width: 100%;
    max-width: 250px;
    padding-left: 37px;   
}
#rejsenyt_contents .newrej_cells .newrej_date{
    margin-top: 0;
    line-height: 11px;
    margin-bottom: 20px;
}
#rejsenyt_contents .newrej_cells .newrej_h2{
    font-size: 20px !important;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
#rejsenyt_contents .newrej_cells .newrej_more{
    color: #a10d54;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.latest_rejse{
    position: relative;
    clear: both;
    height: auto;
}
.latest_rejse .grid-cell-wrapper{
    width: 100%;
    margin-top: 20px !important;
    display: block;
    height: auto;
    padding: 0;
}
.latest_rejse .grid-cell-wrapper .grid-cell{
    position: relative;
    float: left;
    width: 32%;
    margin: 0 2% 50px 0;
    max-height: 610px;
}
.latest_rejse .grid-cell-wrapper .grid-cell .location-image{
    position: relative;
    width: 100%;
    min-height: 275px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}
.latest_rejse .grid-cell-wrapper .grid-cell h4{
    font-family: 'DM Sans',sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #333;
    margin: 0 0 25px 0;
    font-weight: bold;
    min-height: 90px;
    overflow-y: hidden;
}
.latest_rejse .grid-cell-wrapper .grid-cell h4 a{
    color: #333;
    text-decoration: none;
    max-height: 90px;
    overflow: hidden;
    display: inline-block;
}
.latest_rejse .grid-cell-wrapper .grid-cell:nth-child(3n+0) {
    margin: 0 0% 50px 0;
}
/*end Rejsenyt styles*/

.booking_intro_text{
    min-height: 100px;
    text-align: center;
    padding: 30px 0 20px;    
    background: url(img/camping.jpg);
    background-size: cover;
    border-radius: 20px;
}
.booking_intro_text h2{
    font-family: 'DM Sans',sans-serif;
    font-size: 36px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 47px;
    padding: 50px 75px 0;
    text-align: left;
}
.booking_intro_text .book_intro_subtext{
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    line-height: 26px;
    padding: 0 75px;
    text-align: left;
}
.booking_intro_text .book_intro_subtext a{
    text-decoration: none;
    font-weight: 300;
    color: #fff;

}
.travel_news_intro{
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 100;
    color: #111;
    line-height: 24px;
    text-align: center;
    width: 100%;
}
.travel_news_intro a{
    text-decoration: none;
    color: #a10d54;
}
#ajaxsearchlite1 {
    padding: 5px;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
	padding: 0px !important;
    height: 41px !important;
}
#ajaxsearchlite1 .proinput .orig {
	font-size: 14px;
    padding: 5px !important;
}
#ajaxsearchlite1 .proinput .autocomplete {
	display: none;
}
#fsa-suggestions, #fsa-suggestions-mobile{
    max-width: 247px;
}
.proinput input[type=search]{
    height: 37px !important;  
}
.proinput input[type=text]{
    height: 19px !important;
}
#topmenusearch-container .probox{
    border-radius: 0 !important;
}
#topmenusearch-container.proclose, #topmenusearch-container .promagnifier{
    margin-top: 4px !important;
}

/*new search header*/
#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1{
    border-radius: 0 !important;
    border: 0 !important;
    background: none !important;
}

.default-search-bar .quadmenu-dropdown-menu{
    position: absolute !important;
    top: 0 !important;
    height: 100px !important;
    width: 100% !important;
    right: 0 !important;
    max-width: 935px !important;
    padding-top: 27px !important;
    background: url(img/tt_css_sprites_new.png) repeat-x !important;
    background-position: 0 -170px !important;
    box-shadow: none !important;
    z-index: 99999 !important;
/*    display: block !important;*/
}
.default-search-bar .quadmenu-dropdown-menu #topmenusearch-container .probox{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dadada;
    background-image: url(img/tt_search_magnifier.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 5px !important;
}
.default-search-bar .quadmenu-dropdown-menu #topmenusearch-container .probox .promagnifier{
    display: none;
}
.default-search-bar .quadmenu-dropdown-menu #topmenusearch-container .proinput input[type=search], .default-search-bar .quadmenu-dropdown-menu #topmenusearch-container .proinput .autocomplete{
    color: #fff!important;
    font-size: 16px !important;
    font-weight: lighter !important;
    font-family: 'Open Sans', sans-serif !important;
    height: 28px !important;
}
.default-search-bar .quadmenu-dropdown-menu #topmenusearch-container .proinput input[type=search]::-webkit-input-placeholder { /* Edge */
  color: #fff!important;
    font-size: 16px !important;
    font-weight: lighter !important;
    font-family: 'Open Sans', sans-serif !important;
}

.default-search-bar .quadmenu-dropdown-menu #topmenusearch-container .proinput input[type=search]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff!important;
    font-size: 16px !important;
    font-weight: lighter !important;
    font-family: 'Open Sans', sans-serif !important;
}

.default-search-bar .quadmenu-dropdown-menu #topmenusearch-container .proinput input[type=search]::placeholder {
  color: #fff!important;
    font-size: 16px !important;
    font-weight: lighter !important;
    font-family: 'Open Sans', sans-serif !important;
}
#fsa-search-container-mobile #ajaxsearchpro1_1 .probox{
    background-color: #fff !important;
    margin: 0 !important;
    height: 43px !important;
}
#fsa-search-container-mobile #ajaxsearchpro1_1 .promagnifier{
    display: none !important;
}
#ajaxsearchpro1_2 .probox .proclose svg{
    background-color: unset !important;
    box-shadow: none !important;
}
#ajaxsearchpro1_2{
    padding-left: 15px;
    padding-right: 15px;    
}
#ajaxsearchprores1_2{
    margin-top: 30px !important;
    box-shadow: none !important;
    background-color: #56afb6 !important;
    border:0 !important;
}
#ajaxsearchprores1_1{
    box-shadow: none !important;
    background-color: #56afb6 !important;
    border:0 !important;
}
#ajaxsearchprores1_1{
    margin-top: 0 !important;
}
#ajaxsearchliteres1{
    background-color: #56afb6 !important;
}
#ajaxsearchprores1_2 .vertical .item, #ajaxsearchprores1_1 .vertical .item, div.asp_r.asp_r_1.vertical .item{
    background-color: #56aeb6 !important;
    border-radius: 0;
    box-shadow: none;
    border: none !important;
    padding: 15px !important;
}
#ajaxsearchprores1_1.vertical .results .item .asp_image, #ajaxsearchprores1_2.vertical .results .item .asp_image, div.asp_r.asp_r_1.vertical .results .item .asp_image{
    width: 120px !important;
    height: 120px !important;
    margin-right: 25px !important;
}
#ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a{
    font-family: 'DM Sans',sans-serif !important;
    font-size: 18px !important;
    color: white !important;
}
#ajaxsearchprores1_1.vertical .results .item .asp_content  .asp_res_text, #ajaxsearchprores1_2.vertical .results .item .asp_content  .asp_res_text, div.asp_r.asp_r_1.vertical .results .item .asp_content .asp_res_text{
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: white;
}
div.asl_r.vertical .results .asl_spacer{
    background: none !important;
}
div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{
    width: 4px !important;
    border-radius: 0 !important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
    font-size: 14px !important;
    font-weight: lighter !important;
    font-family: 'Open Sans', sans-serif !important;
}
#ajaxsearchlite1 .probox{
    border: 1px solid #4a89bf !important;
}
.header-search-menu, .header-search-block{
    display: block !important;
}
#ajaxsearchprores1_1 .asp_group_header, #ajaxsearchprores1_2 .asp_group_header, div.asp_r.asp_r_1 .asp_group_header{
    background-color: #56afb6 !important;
    color: #fff !important;
    border: none !important;
}
#ajaxsearchprores1_1 .results .item.hovered, #ajaxsearchprores1_2 .results .item.hovered, div.asp_r.asp_r_1 .results .item.hovered{
    background-image: unset !important; 
}
#ajaxsearchprores1_1.vertical .results .item::after, #ajaxsearchprores1_2.vertical .results .item::after, div.asp_r.asp_r_1.vertical .results .item::after{
    height: 0 !important;
}

#ajaxsearchprores1_2 .results::-webkit-scrollbar {
    width: 5px !important;
    border-radius: 0 !important;
}

/* Track */
#ajaxsearchprores1_2 .results::-webkit-scrollbar-track {
  background: #fff !important;
}

/* Handle */
#ajaxsearchprores1_2 .results::-webkit-scrollbar-thumb {
  background: #d0d0d0 !important;
}

/* Handle on hover */
#ajaxsearchprores1_2 .results::-webkit-scrollbar-thumb:hover {
  background: #d0d0d0 !important;
}

div.asp_w.asp_r .results .asp_nores, div.asp_w.asp_r .results .asp_nores .asp_keyword{
    background-color: #56afb6 !important;
    color: #fff !important;
    border: none !important;
}
/*end new search header*/
.tag_header_banner{
    background-position: center;
}
.tag_header_banner, .tag_header_banner .country-header-content{
    height: 300px;
}
.tag_header_banner .country-header-text-tags{
        top: 30px !important;
}
.searchresult_contents .airplane_white_image{
    margin: 0 15px 0 15px !important;
}
.searchresult_contents .grid-cell-full{
    height: 280px;
}
.searchresult_contents .grid-full-right-side{
    height: 100%;
}

#booking_fnct_show{
    height: auto;
    padding: 0 15px 60px;
    margin-bottom: 30px;
}
#booking_fnct_show .bookdinrejser-content{
    padding-top: 0 !important;
}
#booking_fnct_show .bookdinrejser-inputcontent{
    padding: 0;
    height: 100px;
}
#booking_fnct_show .bookdinrejser-inputgroup{
    width: 45%;
    padding: 0 10px;
}
#booking_fnct_show .bookdinrejser-inputleft, #booking_fnct_show .bookdinrejser-inputright{
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
#booking_fnct_show .bookdinrejser-inputgroup p{
    font-family: 'Oswald', sans-serif !important;
    color: #fff !important;
    font-weight: 500 !important;
}
#booking_fnct_show .selectdiv{
    width: 100% !important;
}
#booking_fnct_show .spandate{
    width: 100% !important;
}
#booking_fnct_show input{
    width: 100% !important;
    max-width: 310px;
}
#booking_fnct_show .bookdinrejser-middletext{
    padding: 53px 0 0 0 !important;
}
#booking_fnct_show .bookdinrejser-buttondiv{
    padding: 54px 0 0 0 !important;
}
#booking_fnct_show .airplane_white_image{
    padding:0 !important;
}
#booking_fnct_show .bookdinrejser-bottomtext{
    padding: 20px 0 0 0 !important;
}
.topsearch_new{
    /* padding-top: 12px; */
}
.topsearch_new .is-search-input{
    color: #000!important;
    font-size: 16px !important;
    font-weight: lighter !important;
    font-family: "Open Sans";
    text-shadow: none;
    line-height: normal;
    border: 0 !important;
    box-shadow: none;
    height: 28px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    padding-top: 2px !important;
    margin: -1px 0 0 -4px !important;
    width: 100%;
    border-bottom: 1px solid #fff !important;
    padding-left: 22px !important;
    background-image: url(img/tt_search_magnifier.png) !important;
    background-repeat: no-repeat;
    background-position: center left 5px;
    background-color: transparent;
    width: 98%;
    margin-left: 0px !important;
}
.topsearch_new .is-search-input::placeholder { 
  color: #fff!important;
  opacity: 1; 
}

.topsearch_new .is-search-input:-ms-input-placeholder { 
  color: #fff!important;
}

.topsearch_new .is-search-input::-ms-input-placeholder { 
  color: #fff!important;
}
.topsearch_mobile_new{
    display: none;
    padding: 13px 42px 13px 13px;
}
.category .country-info-wrapper #booking_fnct_show input{
    max-width: 192px;
}
.category .country-info-wrapper #booking_fnct_show .bookdinrejser-middletext, .category .country-info-wrapper #booking_fnct_show .bookdinrejser-buttondiv, .category .country-info-wrapper #booking_fnct_show .bookdinrejser-bottomtext{
    padding: 0 !important;
}
.category .country-info-wrapper #booking_fnct_show .airplane_white_image{
    margin-bottom: 0 !important;
}
.mc4wp-response, .mc4wp-response p {
    color: green !important;
    font-weight: 700 !important;
    width: 100%;
    text-align: center;
}
#post_page_content .gallery .gallery-item img{
    width: 100%;
    height: 100%;
    max-height: 197px;
    border: 0;
}
.mobilemenu-nav{
    display: none;
}
.mobilemenu-nav ul.topmainmenu > li:hover > a:before, .mobilemenu-nav ul.topmainmenu > li.current-menu-item > a:before{
    border-top:0;
}
.excerp_limit_lines, .rej_desc2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.rej_desc2{
    -webkit-line-clamp: 3; /* number of lines to show */
	opacity: 0.6;
    color: #202025 !important;
}
.page-template-template-signupmailchimp div.mc4wp-response{
    padding: 0 !important;
}
.gt_black_overlay{
    z-index: 9999 !important;
}
.fullinputgroup{
	width: 100% !important;
    float: unset  !important;
}
.bookdinrejser-inputfull{
	padding-left: 3px;
    padding-right: 3px;
}
.bookdinrejser-inputfull .selectdiv{
	width: 100%;
}
.post_related_cnt .excerpt_content, .most-popular-booking .excerpt_content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.category .content-cell-two:nth-child(1){
	padding-top: 50px !important;
}
.category .content-row .content-cell-two:nth-child(2){
	margin-top: 50px !important;
}
.category .content-cell-two h2{
	margin-top: 0;
}



@media (max-width: 1500px) {
    .header-wrapper .header .logo{
        padding-left: 10px;
    }
    .upper-right-header-nav{
        padding-right: 10px;
    }
}
@media  only screen and (max-width: 1024px) and (min-width: 768px) {
	.bookdinrejser-wrapper .selectdiv {
		  width: 355px;
	}
    .bookdinrejser-wrapper input {
		  width: 300px;
	}
	.bookdinrejser-inputfull .selectdiv{
		width: 100%;
	}
	.bookdinrejser-wrapper .bookdinrejser-content{
		max-width: 763px;
	}
}
@media (max-width: 769px) {
    .gal_cell{
        width: 47%;
    }
    #rejsenyt_contents .newrej_cells .newrej_contents{
        max-width: 250px;
    }
}
@media (max-width: 1435px) {
    #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button)>a>.quadmenu-item-content{
        padding: 0 7px;
    }
}
@media (max-width: 1291px) {
    #rejsenyt_contents .country-info-content .grid-holder .cell-right-sidebar{
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }
    #rejsenyt_contents .newrej_cells .newrej_contents{
        max-width: 445px;
    }
    #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button)>a>.quadmenu-item-content{
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    .total-price{
        position:unset;
    }
    .btn_grid{
        width: 95%;
        margin-top: 40px !important;
        padding: 10px !important;
    }
    .fix-rightsidebar{
        position: relative;
    }
    
    .category .country-info-wrapper #booking_fnct_show input{
        max-width: 168px;
    }
    .header-wrapper .header .logo img{
        width: 175px;
        height: unset;
    }
}
@media (max-width: 1100px) {
    .category .country-info-wrapper #booking_fnct_show input{
        max-width: unset;
    }
    #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button)>a>.quadmenu-item-content{
        padding: 0 2px;
    }
}
@media (max-width: 409px) {
    .country-header-title h1.float_right{
        float:unset;
    }
    .subscribe_form p img{
        width: 100%;
    }
}
@media (max-width: 590px) {
    .category-club-traveltalk .subscribe_tagline {
	    float: none;
	    width: 100%;
	    padding-right: 0;
	}
	.category-club-traveltalk .subscribe_form {
	    float: none;
	    width: 100%;
	}
    .grid-list .grid-cells{
        width: 100%;
    }
    .grid-content-holder{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .gal_cell{
        width: 100%;
    }
}
@media (max-width: 768px) {
	.cell-left-info h2, .cell-left-info h3{
		padding: 0px;
	}
    .cell-left-info p, .cell-left-info div{
        padding: 0px;
    }
    .video-wrapper{
        height: 200px;
    }
    .tips-text{
        float: unset;
        margin-top:0px;
    }
    .tips-text p {
        padding: 0px !important;
    }
    .tips-title, .grid-cell-full .location-image, .grid-cell-full .grid-title-text, .grid-cell-full .excerpt{
        width: 100%;
    }
    
    .g img, .gofollow img{
        width: 100% !important;
    }
    .country-facts-content .grid-cell{
        width: 50%;   
    }
    .inspiration-content h3, .series_container h1{
        padding: 18px 13px 18px 13px;
    }
    
    .partners-content   {
        max-width: 1300px;
        width: 100%;
    }
    
    .footer-content{
        width: 100%;
        max-width: 1300px;
    }
    .partners-content .grid-holder .grid-cell{
        width: 99%;
    }
    .partners-content .grid-holder{
        width: unset;
    }
    .footer-content .quote .quote-start{
        position: relative;
        left: unset;
    }
    .footer-content .quote .quote-end{
        
        position: relative;
        right: unset;
    }
    .footer-content .information-holder{
        padding: 20px 0px;
        width: 100%;
        max-width: 1300px;
    }
        
    .footer-content .information-holder .grid-cell{
        width: 95%;
        margin-bottom: 10px;
        border-bottom: #a02274 solid 1px;
        border-right: 0px;
        
    }
    .slideshow-wrapper .slideshow-content .location-badge,.slideshow-wrapper .slideshow-content .inspiration-badge,.single-destination-wrapper .single-destination-content .location-badge,.single-destination-wrapper .single-destination-content .inspiration-badge{
        position: relative;
		display: inline-block;
    }
    .slideshow-wrapper .slideshow-content .inspiration-badge,.single-destination-wrapper .single-destination-content .inspiration-badge{
        text-align: right;
    }
    .post_header, .country-info-content{
        margin-top:0px !important;
    }
    .cell-left-info iframe:not(.wp-embedded-content) {
        height: unset !important;
    }
    .country-info-content .grid-holder .cell-left-info p > img{
        width:100%;
    }
	.slideshow-wrapper .slideshow-content .slideshow-text a.readmore {
		margin: 0px 0px 0px 20px;
	}
    .slideshow-wrapper .slideshow-content .slideshow-text a.readmore,.feature-destination-wrapper .feature-destination-content .feature-destination-text a{
        padding: 10px 20px;
        font-size: 15px;
    }
    .slideshow-wrapper .slideshow-content .slideshow-text .slideshow-title,.feature-destination-wrapper .feature-destination-content .feature-destination-text .feature-destination-title, .country-header-wrapper .country-header-content .country-header-text .country-header-title{
        padding: 10px 20px;
        font-size: 35px;
		line-height: 40px;
    }
    .slideshow-wrapper .slideshow-content .inspiration-badge,.slideshow-wrapper .slideshow-content .location-badge,.single-destination-wrapper .single-destination-content .single-destination-text .single-destination-title{
        font-size: 16px;
        padding: 8px 18px;
    }
    .country-header-wrapper .country-header-content .country-header-text .country-header-title h1{
        margin: 0px;
        font-size: 30px;
/*        font-size: 22px;*/
/*        display: inline-block;*/
    }
    .country-header-wrapper .country-header-content .country-header-text .country-header-title a{
        font-size: 50px;
    }
    .single-destination-title h1{
        font-size: 40px;
		line-height: 50px;
    }
    .slideshow-wrapper .slideshow-content .slideshow-text{
        top: unset !important;
        bottom: 40px;
    }
    .slideshow-wrapper .slideshow-content .slideshow-text_and_logo{
        bottom: 100px !important;
    }
/*
    .adsbygoogle {
    	display: none !important;
    }
*/
    .fa-search{
        color:unset;
    }
    .category-content p img, .category-content iframe{
        width: 100%;
    }
    .single-page-content .grid-holder{
        padding: 20px;
    }
    .intro-section-wrapper .intro-section{
        
    }
    .new-destinations-content .grid-cell:nth-child(3n+0){
/*        margin-bottom: 0px;*/
    }
    .intro-section-wrapper .intro-section{
        margin: 50px auto 50px auto;
    }
    .social_share_button_wrapper ul li{
        margin: 1px;
    }
    .social_share_button_wrapper ul li a{
        padding: 0 20px;
    }
    .feature-destination-wrapper .feature-destination-content .feature-destination-text .feature-destination-title{
        background: unset;
        background-size: cover;
        text-shadow: 1px 2px 3px #000;
    }
    .country-info-content .gridholder-single{
        padding-top: 40px !important;
    }
    .country-info-wrapper-single{
        margin-top: -60px !important;
    }
    .post_width_45{
        width: 100%;
    }
    .cell-left-info ul{
        margin-left: 0px;
    }
    .cell-left-info ul li{
        padding-right: 45px;
    }
    .cat_cont{
        width: 100% !important;
    }
    div.wp-caption img, div.related-images img {
        left: unset;
        width: 100% !important;
    }
    .ul-cat-image li a img{
        width: 100% !important;
    }
    .search-field, .filter-fields{
        width: 100%;
    }
    .filter-div{
        padding: 50px 10px !important;
    }
    .result-contents, .result-image, .result-info input[type=button], .price-button input[type=button], .result-price, .result-info .result-link-yellow, .price-button .result-link-green, .right_btn_green{
        width: 100% !important;        
    }
    .gray-sort{
        width: 89%;
    }
    .result-info{
        width: 100% !important;
        padding: 0;
    }
    .result-stars img{
        width: unset !Important;
    }
    .result-price{
        text-align: center;
    }
    .image-price-top{
        height: unset;
    }
    .price-button input[type=button], .price-button .result-link-green{
        right: unset;
    }
    .price-btn-hold{
        padding-right: 64px;
    }
    .right_btn_extract{
        left: 58px;
        width: 92%; 
    }
    .price-text{
        height: 90px;
    }
    .result-info .result-link-yellow, .price-button .result-link-green, .right_btn_green{
        text-align: center;
    }
    .right_btn_extract{
        width: 85% !important;
    }
    .right_btn_green{
        width: 100% !important;
    }
    .deals-header-wrapper{
        height: 240px !important;
    }
    .search-field2, .xml-search-btn{
        width: 100%;
    }
    div.wp-caption .wp-caption-text {
        left: unset !important;
/*        text-align: left !important;*/
    }
    .bookdinrejser-inputfield{
        padding:0 25px;
    }
    .bookdinrejser-wrapper .bookdinrejser-inputgroup{
        width: 100%;
    }
    .bookdinrejser-wrapper .bookdinrejser-inputleft{
        float: unset;
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .bookdinrejser-wrapper .selectdiv, .bookdinrejser-wrapper input{
        width: 100%;
    }
    .bookdinrejser-wrapper .bookdinrejser-inputright{
        text-align: center;
    }
    .bookdinrejser-inputright .bookdinrejser-inputfield{
        padding-right: 80px;        
        padding-left: 3px;
    }
	.bookdinrejser-inputleft .bookdinrejser-inputfield{
        padding-right: 80px;
    }
	.bookdinrejser-inputleft .bookdinrejser-inputfield2, .bookdinrejser-inputright .bookdinrejser-inputfield2{
        padding-right: 25px;
    }
    .bookdinrejser-wrapper .bookdinrejser-content{
        padding-top: 25px;
    }
    .bookdinrejser-wrapper .bookdinrejser-inputgroup p, .bookdinrejser-wrapper .inputcontent2 .bookdinrejser-inputgroup p{
        margin-top: 20px;
    }
    .bookdinrejser-wrapper .bookdinrejser-middletext{
        padding-top: 30px;
    }
    .bookdinrejser-wrapper{
        height: auto;
        padding-bottom: 25px;
        margin-top: 60px;
    }
    .bookdinrejser-wrapper .filter-checkbox-non{
        width: unset;
    }
    .slideshow-wrapper, .slideshow-wrapper .slideshow-content{
        height: 400px;
    }
    .new-destinations-content .grid-cell .excerpt{
        display: none;
    }
    .new-destinations-content .grid-cell .excerpt{
        display: none;
    }
    .image_h3{
        display: block;
    }
    .grid-cell-wrapper{
        padding: 0 20px;
    }
    .intro-section-wrapper p, .country-info-content .grid-holder p, .country-info-content .grid-holder div{
        font-size: 17px;
    }
    p.wp-caption-text{
        font-size: 14px !important;
    }
    .other-destinations-content .grid-cell .excerpt_content a, .related-destinations-content .grid-cell .excerpt_content a, .excerptlink{
        font-size: 16px;
    }
    .country-info-content .grid-holder h2{
        line-height: 40px;
    }
    .intro-section-wrapper .intro-section{
        margin: 20px auto 20px auto;
    }
    .other-destinations-content, .partners-content{
        margin: 35px auto 35px auto;
    }
    .other-destinations-content .grid-header, .related-destinations-content .grid-header h3{
        margin-bottom: 50px;
    }
    .related-destinations-content{
        margin-top: 35px;
    }
    .slider_logo_container{
        bottom: 40px;
    }
    .slider_logo_image{
        width: 261px;
        height: 50px;
    }
    .cat_ads_container img{
        width: 100% !important;
    }
    .latest_rejse .grid-cell-wrapper .grid-cell{
        width: 100%;
        margin: 0;
    }
    #fsa-suggestions .right-item p{
        height: 20px;
        margin-top: 12px;
    }
    #ajaxsearchlite1{
        padding: 0;
    }
    #ajaxsearchliteres1{
        margin-top: -10px;
        z-index: 99999;
    }
    .searchresult_contents .grid-cell-full{
        height: unset;
    }
    #booking_fnct_show .bookdinrejser-inputgroup{
        width: 90%;
    }
    #booking_fnct_show input{
        max-width: unset;
    }
    #booking_fnct_show .bookdinrejser-inputright .bookdinrejser-inputfield{
        padding-right: 54px;
    }
    .category .country-info-wrapper .bookdinrejser-inputfield{
        padding: 0;
    }
    #rejsenyt_contents .country-info-content .grid-holder .rejnet-title{
        margin-top: 50px;
		font-size: 25px;
    }
    .new-destinations-content .grid-header{
        margin-top: 20px;
    }
    .new-destinations-content .slick-slider .slick-track{
        height: 410px;
    }
    .new-destinations-content .grid-cell.slick-active.slick-current,.new-destinations-content .grid-cell.slick-active.slick-current + .slick-active, .new-destinations-content .grid-cell{
        height: 380px;
    }
    .other-destinations-content .grid-header, .related-destinations-content .grid-header h3{
        margin-bottom: 20px !important;
    }
    .other-destinations-content .grid-cell .location-image {
        width: 100%;
        margin-bottom: 10px;
    }
    .content-row .content-cell-two:nth-child(2){
        margin-bottom: 10px;
    }
    .inspiration-content{
        margin-top: 10px;
    }
    .bookdinrejser-wrapper{
        margin-bottom: 20px;
    }
    .intro-section-wrapper h2, .intro-section-wrapper p{
        margin-bottom: 25px;
    }
}
@media (max-width: 600px) {
    .country-facts-wrapper .country-facts-content .grid-cell{
        width: 100%;
    }
    .inspiration-wrapper .inspiration-content .grid-cell{
        width: 96%;
    }
}
@media (max-width: 500px) {
    #rejsenyt_contents .newrej_cells .newrej_image{
        width: 100%;
        float: unset;
    }
    #rejsenyt_contents .newrej_cells .newrej_contents{
        float: unset;
        padding-left: 0;
        max-width: unset;
    }
    #rejsenyt_contents .country-info-content .grid-holder h2{
        min-height: unset;
    }
    .bookdinrejser-wrapper .bookdinrejser-buttondiv button {
        width: 95%;
    }
	.gt_white_content{
		margin: auto !important;
		left: 5% !important;
		top: 20% !important;
	}
}
@media only screen and (min-width: 961px){
	.mobile-search {
		display:none;
	}
}
@media only screen and (max-width: 960px){
    .header-wrapper{
        position: relative;
    }
    .header-wrapper .header .logo{
        float: unset;
        text-align: left;
        clear: both;
        height: 45px;
        padding: 47px 0 0 14px;
    }
    .header-wrapper .header .logo img{
        width: 140px;
    }
    .header-wrapper .header .navigation{
        float: unset;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .header-wrapper{
     
	 height: 148px;
    }
    .scroll_header{
        /*      new menu update  
        height: unset;*/
    }
    .single-destination-wrapper, .country-header-wrapper{
        margin-top: 0px;
    }
    .country-info-content .grid-holder{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .excerpt_content {
        height: unset;
    }
    
    .inspiration-wrapper{
        background-repeat: repeat;
    }
    .inspiration-content .grid-cell, .inspiration-content .grid-cell:nth-child(4n+0){
        width: 43%;
        margin: 10px 10px 42px 10px;
    }
    .inspiration-content, .partners-content {
        max-width: 1300px;
        width: 100%;
    }
    #smp_mc_holder{
        left: -40px;
        position: relative;
    }
    #popup-content-sidebar{
        cursor: pointer;
    }
    .search-field{
        width: 100%;
    }
	
	.mobile-search {
		display:block;
	}
	.navigation .ubermenu-responsive-toggle {
		text-align: right;
	}
	
	.mobile-search {
		display: flex;
		text-align: left;
		position: absolute;
        width: 100%;
        
	}
	.mobile-search #fsa-search-container-mobile {
		position: absolute;
		z-index: 9;
		top: 8px !important;
        width: 100%;
        height: 55px;
	}
    .mobile-search #fsa-search-container-mobile form{
        width: 100%;
    }
	a#mobile-search-btn {
		padding: 13px;
		color: #000;
		display: block;
	}
	.mobile-search #fsa-search-container-mobile #fsa-search-mobile {
		border: 1px solid #ddd;
        width: 100%;
	}
	.default-search-bar {
		display: none !important;
	}
    .fa-search{
        color:unset !important;
    }
    .ubermenu-skin-white.ubermenu-responsive-toggle{
        background: transparent !important;
        color: black !important;
        position: absolute;
        top: 0;
        right: 0;
        border-top: transparent !important;
        border-bottom: transparent !important;
        padding-right: 10px !important;
        margin-right: 10px;
    }
    
    .new-destinations-content .grid-header{
        margin-bottom: 30px;
    }
    .new-destinations-content{
        margin-top: 60px;
    }
    .book-link{        
        display: block;
        padding-right: 20px;
        top: -50px;
    }
    .book-link a{
        color: white;
        text-decoration: none;
        font-weight: bold;
    }
    #fsa-suggestions-container, #fsa-suggestions-container-mobile{
        width: inherit !important;
    }
    #fsa-suggestions, #fsa-suggestions-mobile{
        max-width: 100%;
    }
    .gtranslate_content{
/*        display: none;*/
    }
    .gtranslate_content a.glink{
        font-size: 11px;
    }
    .booknow_img{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 28px;
        width: 105px;
        background-image: url(img/booknow_new.png)
    }
    .newclosebtn{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 32px;
        width: 32px;
        background-image: url(img/searchmenu_close.png);
        position: relative;
        float: right;
        top: -13px;
        margin-right: 14px;
        z-index: 99;
        display: none;
    }
    .mobile-search #ajaxsearchpro1_1,.mobile-search #ajaxsearchpro1_2,.mobile-search div.asp_m.asp_m_1{
        height: 100%;
    }
    #fsa-search-container-mobile #ajaxsearchpro1_1 .probox{
        height: 100% !important;
        background-color: #e8e8e8 !important;
    }
    #ajaxsearchpro1_1 .probox .proinput, #ajaxsearchpro1_2 .probox .proinput, div.asp_m.asp_m_1 .probox .proinput{
        padding: 10px 56px 10px 0;
        height: 35px;
    }
    .mobile-search .proclose{
        display: none !important;
    }
    #ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig{
        font-weight: 600 !important;
        background-color: #fff !important;
        height: 100% !important;
        color: #828282 !important;
        padding-left: 10px !important;
        border-radius: 15px;
    }
    .mobile-search .proinput input[type=search]{
        font-weight: 600 !important;
        background-color: #fff !important;
        height: 100% !important;
        color: #828282 !important;
        padding-left: 10px !important;
        border-radius: 15px;
    }
    .mobile-search .proinput input[type=search]::placeholder { 
        color: #828282 !important;
        font-weight: 600 !important;
        opacity: 1; /* Firefox */
    }

    .mobile-search .proinput input[type=search]:-ms-input-placeholder { 
        color: #828282 !important;
        font-weight: 600 !important;
    }

    .mobile-search .proinput input[type=search]::-ms-input-placeholder { 
        color: #828282 !important;
        font-weight: 600 !important;
    }
    #ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical{
        z-index: 9999999;
    }
    #quadmenu{
        margin-top: 25px !important;
    }
    .topsearch_mobile_new{
        display: block;
        padding: 13px 44px 13px 13px;
    }
}

.m-hide-search {
	display: none;
}
.m-show-search {
	display: block;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    .info-cat-div-right, .info-cat-div-left{
        bottom: 188px;
        right: -198px;
    }
    .info-cat-div-left{
        right: 170px;
    }
    .info-image-div{
        margin-left: 16px;
        width: 96%;
    }
    div.wp-caption img, div.related-images img {
        width: 102% !important;
    }
}
@media only screen and (max-width: 1129px){
    .result-image, .right_btn_extract{
        width: 100%;
    }
    .result-info{
        width: 56%
    }
    .result-price{
        width: 39%;
    }
    
}
@media only screen and (max-width: 825px){
    .result-info, .result-price{
        width: 100%
    }
    .price-text{
        height: 40px;
    }
    
}

/* New changes */
nav#quadmenu {
    padding-top: 0;
}   
ul.quadmenu-navbar-nav > li.quadmenu-item:hover > a:after {
    border-top: 3px solid #24d5ae !important;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
ul.quadmenu-navbar-nav > li.quadmenu-item > a {
    position: relative;
}
/* Hiding the Rejseleverandører menu */
ul.quadmenu-navbar-nav > li.quadmenu-item:nth-child(3) {
/*    display: none !important;*/
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal.js .quadmenu-navbar-nav>li.quadmenu-item {
    height: 100px !important;
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav>li:not(.quadmenu-item-type-button)>a>.quadmenu-item-content {
    color: #202025 !important;
    text-transform: capitalize !important;
}

.topmenu-nav ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
}
.top-handler {
    display: flex;
}
ul.topmainmenu {
    margin: 0;
    height: 100px;
    display: flex;
    align-items: center;
}
ul.topmainmenu > li > a {
    height: 100px;
    display: flex;
    align-items: center;
    color: #202025;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    padding: 0 10px;
}
ul.topmainmenu > li:hover > a:before,
ul.topmainmenu > li.current-menu-item > a:before {
    content: '';
    border-top: 3px solid #24D5AE;
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.topmenu-nav {
    margin-left: 60px;
}
.upper-right-header-nav {
    display: flex;
    align-items: center;
    position: relative
}
.upper-right-header-nav div.widget_search form {
    display: none;
}
.upper-right-header-nav div.widget_search {
    margin: 0 25px !important;
}
.upper-right-header-nav .widget_text {
    width: max-content;
}
.upper-right-header-nav .widget_text h3 {
    color: #202025;
    opacity: 0.5;
    font-size: 13px !important;
    font-weight: 500;
    margin: 0 0 7px!important;
}
.upper-right-header-nav .widget_text a.glink {
    font-size: 0px;
}
.upper-right-header-nav .widget_text a.glink:after {
    content: none;
    /* content: url(/wp-content/themes/traveltalk/img/flag-dk.svg);
    box-shadow: 0px 5px 10px #00000034;
    border-radius: 10px;
    display: inline-flex;
    width: 48px;
    height: 32px; */
}   
.upper-right-header-nav .widget_text a.glink.switcher-popup:after {
    content: none !important;
    /* content: '/f105';
    font-family: FontAwesome;
    font-size: 14px !important;
    display: block; */
}
.upper-right-header-nav .widget_text a.glink.switcher-popup img, 
.upper-right-header-nav .widget_text a.glink.switcher-popup span + span {
    display: none;
}
.upper-right-header-nav .widget_text a.glink.switcher-popup span {
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
    box-shadow: 0 3px 8px #0000003d;
    padding: 7px 17px;
    border-radius: 5px;
    color: black;
    font-weight: 500;
}
.upper-right-header-nav .widget_text a.glink:nth-child(2):after {
    /* content: url(/wp-content/themes/traveltalk/img/flag-eng.svg); */
    content: none;
}
.footer_qoute_image_end {
    width: 72px !important;
    height: 92px !important;
    background: url(/wp-content/themes/traveltalk/img/icon-quote.svg) !important;
    position: absolute;
    bottom: -49px !important;
    right: -26px !important;
    background-repeat: no-repeat;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background-size: cover !important;
}
.footer_qoute_image_start {
    width: 72px !important;
    height: 92px !important;
    background: url(/wp-content/themes/traveltalk/img/icon-quote.svg) !important;
    position: absolute;
    top: -63px !important;
    left: -41px !important;
    background-size: cover !important;
}
.upper-right-header-nav div.widget_search h3 {
    font-size: 0 !important;
    cursor: pointer;
}
.upper-right-header-nav div.widget_search h3:before {
    content: url(/wp-content/themes/traveltalk/img/icon-search.svg);
}
.top-masonry-container {
    width: 100%;
    max-width: 1300px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 20px;
}
.top-masonry-container .masonry-item:nth-child(2) {
    grid-column-start: 2 span;
    grid-row-end: 2 span;
}
.top-masonry-container .masonry-item:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: span 2;
}
.top-masonry-container .masonry-item:nth-child(10) {
/*
    grid-column-start: 2;
    grid-column-end: span 2;
*/
}
.top-masonry-container .masonry-item:nth-child(7){
	grid-column-start: 2;
	grid-column-end: span 2;
}
.top-masonry-container .masonry-item:nth-child(9){
	grid-column-start: 2 span;
	grid-row-end: 2 span;
}
.top-masonry-container .masonry-item:nth-child(9) .masonry-container{
	height: 100%;
	max-height: 460px;
}
.slick-slider .slick-track {
    height: 500px;
    justify-content: center;
    display: flex;
    align-items: flex-end;
}
.grid-cell.slick-active {
    height: 431px;
}
.grid-cell.slick-active.slick-current, .grid-cell.slick-active.slick-current + .slick-active, .grid-cell.slick-active.slick-current + .slick-active + .slick-active {
    height: 390px;
}
.slick-next:before {
    content: url(/wp-content/themes/traveltalk/img/arrow-left.svg);
    transform: rotate(180deg) translateY(3px);
    display: block;
}
.slick-next:hover:before {
    content: url(/wp-content/themes/traveltalk/img/arrow-right.svg);
    display: block;
    transform: translateX(-32px);
}
.slick-prev:before {
    content: url(/wp-content/themes/traveltalk/img/arrow-left.svg);
    display: block;
}
.slick-prev:hover:before {
    content: url(/wp-content/themes/traveltalk/img/arrow-right.svg);
    transform: rotate(180deg) translateY(3px) translateX(-32px);
}
.grid-slider-controls {
    height: auto;
    margin-left: auto;
    width: 147px;
    position: relative;
    height: 60px;
    float: right;
    top: -20px;
    display: flex;

}
.new-destinations-content .airplane_white_image,
.other-destinations-content .airplane_white_image {
    width: 9px;
    height: 9px;
    background: url(/wp-content/themes/traveltalk/img/icon-plane.svg) no-repeat;
    display: inline-block;
    margin: 0 9px;
    background-size: cover;
}
.location-badge.single a {
    color: #202025;
    opacity: 0.5;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500 !important;
}
.most-popular-booking {
    display: flex;
    max-width: 1300px;
    margin: 50px auto 115px;
    width: 100%;
}
.most-popular-booking .most-popular-content, .most-popular-booking .booking_intro_text {
    flex: 1;
}
.other-destinations-content .grid-cell-wrapper {
    display: flex;
    flex-direction: column;
    padding-right: 62px;
}
.other-destinations-content .excerpt_content {
    min-height: unset;
}
.other-destinations-content .grid-cell .excerpt .excerpt_content a {
    color: #202025;
    opacity: 0.6;
    font-size: 16px;
    line-height: 24px;
}
.other-destinations-content .grid-cell:last-of-type {
    margin-bottom: 0 !important;
}
.booking_intro_text a.booking-intro-button {
    background: #24D5AE 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 15px #00000029;
    border-radius: 15px;
    width: 188px;
    height: 58px;
    display: flex;
    margin-left: 75px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    margin-top: 40px;
}
.intro-section-wrapper {
    background-color: #fff;
	/* position: relative;
    width: 100%;
    overflow: unset;
    background: url(https://staging-traveltalkdk.kinsta.cloud/wp-content/uploads/2021/04/content-bg-scaled.jpg);
    background-size: cover;
    background-position: bottom center;
    height: 900px; -->*/
}
.content-row .content-cell-two:nth-child(2) h2 {
    color: #202025 !important;
    font-size: 36px;
    line-height: 47px;
    font-weight: 500;
}
.intro-section-wrapper .subscribe_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.intro-section-wrapper .subscribe_form img {
    width: 177px;
    height: auto;
}
.intro-section-wrapper .subscribe_form p:nth-child(2), .intro-section-wrapper .subscribe_form p:nth-child(3) {
    width: 49%;
    margin-bottom: 15px;
}
.intro-section-wrapper input,
.intro-section-wrapper .subscribe_form p:nth-child(1),
.intro-section-wrapper .subscribe_form p:nth-child(4),
.intro-section-wrapper .subscribe_form p:nth-child(5) {
    width: 100%;
}
.intro-section-wrapper .subscribe_form p:nth-child(4) {
    margin-bottom: 15px;
}
.intro-section-wrapper input {
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border-radius: 9px !important;
}
.intro-section-wrapper .subscribe_form p:nth-child(5) input {
    width: 100% !important;
    background: #24D5AE 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 10px 15px #00000029 !important;
    border-radius: 9px !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 500;
    text-transform: capitalize;
}
.inspiration-footer-grid {
    clear: both;
    margin-top: 200px;
    display: block !important;
}
.inspiration-footer-grid .slick-track {
    height: 400px;
}
.post-video-banner{
    width: 100%;
}
.post-video-banner h1{
    opacity: 0;
    height: 0;
}
.post-video-banner .country-info-content{
    margin-top: 0 !important;
}
#topbannervideo{
    width: 100%;
/*
    object-fit: cover;
    object-position: top;
*/
}
.gt_black_overlay{
	z-index: 999999;
}
.single-post .seriesbox{
	background: #F7F7F7 0% 0% no-repeat padding-box;
    border-radius: 20px;
    border: 0;
    padding: 38px 0;
	display: block;
    clear: both;
    width: 100%;
}
.single-post .seriesmeta{
	background: #24D5AE26 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    padding: 7px 14px;
    margin-bottom: 20px !important;
}
.single-post .scontent{
	padding-left: 40px;
    display: block;
    position: relative;
    width: 100%;
    clear: both;
}
.single-post .sc_icon{
	margin-bottom: 0 !important;
    float: left;
}
.single-post .sc_icon a{
	display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    line-height: 0;
    margin-right: 20px;
}
.single-post .sc_icon a img{
	margin-top: 0 !important;
    padding-top: 0 !important;
    height: 80px;
    width: auto;
}
.single-post .sc_link{
	margin-bottom: 0 !important;
    float: left;
    padding-top: 26px;
}
.single-post .sc_link a{
	text-align: left;
    letter-spacing: 0px;
    color: #000000;
    font-family: 'DM Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
}
.single-post .seriesbox ul.serieslist-ul{
	list-style-type: none !important;
    display: block;
    clear: both;
    margin-left: 40px !important;
    padding-top: 30px;
}
.single-post .seriesbox ul.serieslist-ul li{
	    text-decoration: underline;
    letter-spacing: 0px;
    color: #000000;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    padding-right: 0 !important;
}
.single-post .seriesbox ul.serieslist-ul li.serieslist-li-current{
	text-decoration: none !important;
}
.single-post .seriesbox ul.serieslist-ul li a{
	letter-spacing: 0px;
    color: #000000 !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.series_section{
	background-image:url(img/default_green_transparent_bg.jpg); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.series_container h1{
	padding-left: 0 !important;
}
.series_toc_container{
	clear: both;
    width: 100%;
    padding-top: 40px;
}
.series_section .excerpt_content{
	color: rgb(32 32 37 / 60%);
    line-height: 24px;
    border-bottom: 1px solid #e2e2e2;
	padding-bottom: 30px;
}
.series_section .excerpt_content .seriesmeta, .series_section .excerpt_content .seriesmeta a{
	color: rgb(32 32 37 / 60%);
    line-height: 24px;
}
.series_section .excerpt_content h4{
	font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #202025;
}
.series_toc_container .grid-cell-full,.series_toc_container .grid-cell-full .excerpt, .series_toc_container .grid-full-right-side{
	background-color: transparent;
}
.series_toc_container .serieslist-box .imgset{
	float: left;
    position: relative;
    width: 33.33%;
    min-height: 280px;
}
.series_toc_container .serieslist-box .imgset a{
	display: block;
    clear: both;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
    height: 100%;
    width: 100%;
}
.series_toc_container .serieslist-box .imgset a img{
	object-fit: cover;
    width: 100%;
    height: auto;
}
.series_toc_container .serieslist-content{
	box-sizing: border-box;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0 30px 30px;
    width: 66%;
    overflow: auto;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    min-height: 220px;
    color: #202025;
    line-height: 20px;
}
.series_toc_container .serieslist-content .toc_h2{
	text-align: left;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Arvo', serif;
    letter-spacing: 0px;
    color: #202025;
    line-height: 40px;
}
.series_toc_container .serieslist-content .toc_h2 a{	
    color: #202025;
    text-decoration: unset;
}
.series_toc_container .serieslist-content h2{
	text-align: left;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Arvo', serif;
    letter-spacing: 0px;
    color: #202025;
    line-height: 30px;
}
@media screen and (max-width: 768px) {
    .most-popular-booking {
        flex-wrap: wrap;
		display: block;
    }
    .top-handler {
        flex-wrap: wrap;
    }
    .topmenu-nav {
/*        display: none;*/
    }
    .masonry-item-title {
        max-width: 80%;
        font-size: 18px;
        padding-left: 13px;
        padding-right: 20px;
    }
    .top-masonry-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        /* padding: 0 15px; */
    }
    .top-masonry-container .masonry-item:nth-child(2),
    .top-masonry-container .masonry-item:nth-child(4),
    .top-masonry-container .masonry-item:nth-child(10) {
        grid-column-start: unset;
        grid-row-end: unset;
        grid-column-end: unset;
    }
    .new-destinations-content .grid-header {
        width: 100% !important;
        /* padding: 0 15px; */
    }
    /* .new-destinations-wrapper {
        margin: 0 15px;
    } */
    .new-destinations-content .grid-header h3 {
        font-size: 37px;
    }
    .most-popular-booking {
        margin: 50px 0 115px;
    }
    .other-destinations-content .grid-cell-wrapper {
        padding: 0 15px;
    }
    .other-destinations-content .grid-cell .location-image {
        width: 100%;
    }
    .other-destinations-content .grid-cell {
        flex-wrap: wrap;
    }
    .other-destinations-content .grid-cell .excerpt {
        margin-left: 0 !important;
        padding-bottom: 20px;
        min-height: auto !important;
    }
    /* .partners-wrapper {
        /* padding: 0 15px;
    } */
    .partners-content h3 {
        display: block;
        float: unset;
    }
    .partners-content p {
        width: 100%;
        margin-top: 12px;
    }
    .inspiration-content-container {
        width: 100%;
    }
    .inspiration-content h3, .series_container h1 {
        font-size: 41px;
    }
    .inspiration-content p {
        width: fit-content;
        margin-top: 12px;
        margin-left: 15px;
    }
    .intro-section-wrapper .content-row {
        display: flex;
        flex-wrap: wrap;
    }
    .intro-section-wrapper .intro-section {
        padding: 0 15px;
    }
    .content-row .content-cell-two:nth-child(2) {
        margin: 50px 0;
        width: 100%;
        float: unset !important;
    }
    .content-row .content-cell-two:nth-child(2) h2 {
        font-size: 28px;
        line-height: 39px;
        margin-bottom: 20px;
    }
    .content-row .content-cell-two:nth-child(1) {
        width: 100%;
        margin: 0 !important;
        float: unset !important;
        padding: 50px 25px;
    }
    .content-row-front .content-cell-two:nth-child(2) {
        margin: 50px 0;
        width: 100%;
        float: unset !important;
    }
    .content-row-front .content-cell-two:nth-child(2) h2 {
        font-size: 28px;
        line-height: 39px;
        margin-bottom: 20px;
    }
    .content-row-front .content-cell-two:nth-child(1) {
        width: 100%;
        margin: 0 !important;
        float: unset !important;
        padding: 50px 25px;
    }	
    .intro-section-wrapper {
        height: auto;
    }
    .grid-cell-wrapper {
        padding: 0;
    }
    .brand-holder {
        width: 100%;
    }
    .footer-content .information-holder {
        overflow: unset;
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }
    .grid-header h3 {
        padding-left: 15px;
    }
    .booking_intro_text {
        margin: 0 15px;
        justify-content: center;
        align-items: center;
    }
    .booking_intro_text h2 {
        padding: 0 20px;
        font-size: 29px;
        line-height: 37px;
        text-align: center;
    }
    .booking_intro_text .book_intro_subtext {
        padding: 0 35px;
        font-size: 17px;
        text-align: center !important;
    }
    .booking_intro_text a.booking-intro-button {
        margin: 40px auto 20px !important;
    }
    .inspiration-content .grid-cell {
        height: 309px;
    }
    .inspiration-footer-grid .slick-track {
        height: 334px;
    }
    .partners-content h3, .partners-content > p {
        display: block !important;
        float: unset;
        margin-left: 15px;
        width: auto;
    }
    .brand-holder {
        margin: 0 40px;
    }
    .footer-content {
        margin-top: 50px;
    }
    .footer-content .information-holder .grid-cell {
        text-align: center;
        padding-bottom: 16px;
    }
    .footer_qoute_image_end {
        background-size: cover !important;
    }
    .footer_qoute_image_start {
        background-size: cover !important;
    }
    .partners-content .grid-holder .grid-cell img {
        width: 70%;
        height: auto;
    }
    .title-container h1 {
        font-size: 1.8em;
    }
    body.single-post .inspiration-content {
        margin-top: 0;
    }
    body.single-post .most-popular-booking {
        margin-bottom: 0;
    }
    .mobilemenu-nav.activemobmenu{
        display: block;
        height: auto;
        background-color: #fff;
        position: relative;
        margin-top: 28px;
    }
    .mobilemenu-nav.activemobmenu ul{
        display: block;
        list-style: none;
        height: unset;
    }
    .mobilemenu-nav.activemobmenu ul li a{
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 0;
    }
	
	.upper-right-header-nav {
        display: block;
		position: absolute;
		top: 55px;
		right: 10px;
    }
	.upper-right-header-nav div.widget_search, .upper-right-header-nav .widget_text h3{
		display: none;
	}
	.upper-right-header-nav .widget_text a.glink.switcher-popup span{
		 padding: 5px 15px;
    	font-size: 14px;
	}
	.gt_white_content{
		max-width: 300px;
	}	
	.bookdinrejser-inputfull{
		text-align: center;
	}
	.post-top-banner .title-container h1{
		font-size: 30px !important;
	}
	.quadmenu-item-widget.widget_media_image{
		display: none;
	}
	.single-post .scontent{
		padding-left: 0;
	}
	.single-post .sc_icon{
		float: unset;
    	width: 100%;
	}
	.single-post .sc_icon a{
		margin: 0 !important;
		width: 100%;
		display: block;
		padding-left: 30px;
	}
	.single-post .sc_icon a img{
		border-radius: 10px;
	}
	.single-post .sc_link{
		float: unset;
		clear: both;
		margin-right: 0;
	}
	.single-post .sc_link a{
		padding-left: 30px;
    	display: block;
	}
	.single-post .seriesbox ul.serieslist-ul{
		margin-left: 0 !important;
    	padding: 0px 20px 0 30px !important;
	}
	.single-post .seriesbox ul.serieslist-ul li, .single-post .seriesbox ul.serieslist-ul li a{
		font-size: 17px;
	}
}
div#search-holder-container {
    max-width: 1300px;
    margin: 0 auto;
}
body .is-form-style input.is-search-input {
    background-color: #e2e2e2 !important;
    border: 0 !important;
    border-radius: 23px;
    background-image: none !important;
}
#topmenusearch-container {
    position: absolute;
    left: -100%;
    width: 0 !important;
    transition: visibility 0s, width 1s, opacity 0.5s cubic-bezier(0.43, 0.46, 1, 1);
    visibility: hidden;
    opacity: 0;
    top: unset !important;
}
#topmenusearch-container.open {
    width: -webkit-fill-available !important;
    visibility: visible;
    opacity: 1;
    z-index: 999999 !important;
    bottom: 0;
    left: 0;
    top: 0 !important;
    display: flex;
    justify-content: stretch;
    align-items: center;
    padding-left: 35px;
    right: 0;
}
div#topmenusearch-container .topsearch_new {
    padding: 10px;
    background: #fff;
    width: 100%;
}
.post-top-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-top-banner .title-container {
    background-color: #0000004f;
    padding: 20px;
    max-width: 1000px;
}
.post-top-banner .title-container h1 {
    color: #fff;
    text-align: center;
	font-size: 38px;
    font-family: 'Arvo', serif;
}
.top-masonry {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.banner-ad-left {
    margin-left: auto;
    margin-right: 20px;
}
.banner-ad-right {
    margin-right: 20px;
    margin-left: 10px;
}
.banner-ad-mobile {
    display: none;
}
.top-masonry {
    background-size: cover!important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}
@media screen and (max-width: 768px) {
    .banner-ad-left, .banner-ad-right {
        display: none;
    }
    .banner-ad-mobile {
        display: block;
        padding: 30px 10px 0;
        width: -webkit-fill-available;
    }
    .banner-ad-mobile img {
        width: 100%;
        height: auto;
    }
    .top-masonry {
        background-size: cover !important;
        flex-direction: column;
        padding: 0 15px;
    }
    .top-masonry-container {
        margin-top: 30px;
    }
}
@media screen and (min-width: 501px) and (max-width: 960px) {
    .mobile-search, .newnavbtn {
        display: none;
    }
    .header-wrapper {
        height: auto;
    }
    .header-wrapper .header .logo {
        padding: 30px 0 0 14px;
    }
}
.masonry-item .masonry-container {
    height: 187px;
    
    border-radius: 20px;
    background-size: cover;
    position: relative;
    background: transparent linear-gradient(
180deg, #00000000 0%, #00000080 90%, #000000E5 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 20px 20px;
    opacity: 1;
}
.masonry-item .masonry-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    z-index: -1;
    position: relative;
}
.masonry-item-title {
    font-family: 'DM Sans', sans-serif;
    /* background: #FFF 0% 0% no-repeat padding-box; */
    border-radius: 0 20px 20px 0;
    /* opacity: .6; */
    max-width: 70%;
    height: auto;
    position: absolute;
    bottom: 28px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    /* padding: 15px 20px 15px 20px; */
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    /* background-color: rgb(255 255 255 / 60%); */
}
.gt_white_content a {
    border-bottom: none;
    color: #000;
    padding: 6px 0;
}
.gt_white_content a.selected {
    background-color: #fff;
    font-weight: bold;
    color: #24D5AE;
    border-bottom: none;
}
.gt_white_content .gt_languages a img {
    display: none;
}
/* Icon animation */
.round-left {
	position: relative;
	border: 2px solid #24D5AE;
	margin: 5px;
	width: 55px;
	height: 55px;
	cursor: pointer;
	border-radius: 100%;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.round-left:hover {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
			
}
.round-left span {
  z-index: 999;
  height: 2px;
  margin: 1px;
  width: 12px;
  background: #24D5AE;
  transition: 0.4s ease;
}

.round-left span:first-child {
	display: block;
	position: absolute;
	transform: rotate(-45deg);
	left: 37%;
	bottom: 55%;
}

.round-left span:nth-child(2) {
  display: block;
  position: absolute;
  transform: rotate(45deg);
  left: 37%;
  bottom: 41%;
}   
.round-left:hover span:nth-child(1) {
  transform: rotate(135deg);	
}

.round-left:hover span:nth-child(2) {
  transform: rotate(-135deg);
}


.round-right {
	position: relative;
	border: 2px solid #24D5AE;
	margin: 5px;
	width: 55px;
	height: 55px;
	cursor: pointer;
	border-radius: 100%;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.round-right:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
			
}
.round-right span {
    z-index: 999;
    height: 2px;
    margin:1px;
    width: 12px;
    background: #24D5AE;
    transition: 0.4s ease;
}

.round-right span:first-child {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: 37%;
    bottom: 55%;
}

.round-right span:nth-child(2) {
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    left: 37%;
    bottom: 41%;
}   
.round-right:hover span:nth-child(1) {
    transform: rotate(-135deg);	
}

.round-right:hover span:nth-child(2) {
    transform: rotate(135deg);
}
.inspiration-footer-grid .round-left, .new-destinations-content .round-left {
    position: absolute;
    top: 40%;
    z-index: 1;
    left: 15px;
}
.inspiration-footer-grid .round-right, .new-destinations-content .round-right {
    position: absolute;
    top: 40%;
    z-index: 1;
    right: 15px;
}
.new-destinations-content .round-left, .new-destinations-content .round-right {
    top: 50%;
}

.new-destinations-content .grid-cell .excerpt {
    box-sizing: border-box;
    position: absolute;
    margin: 0 0 0 0;
    padding: 20px;
    background-color: #FFF;
    overflow: auto;
    font-family: 'DM Sans',sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 140px !important;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.home .new-destinations-content .grid-cell .excerpt .excerpt_content h3, .new-destinations-content .grid-cell .excerpt .excerpt_content h3 {
    font-family: 'DM Sans',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    color: #333;
    margin: 0px 0px 5px 0px;
    max-height: 50px;
    overflow: hidden
}

.new-destinations-content .grid-header {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto 60px;
}

.new-destinations-content .grid-header {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto 60px;
}

.inspiration-content-container {
    max-width: 1300px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

div#search-holder-container .new-destinations-content .location-image {
    border-radius: 20px;
}
img.home-masonry-banner {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Start Mobile */
@media screen and (min-width: 375px) {
    .masonry-item .masonry-container {
        height: 220px;
    }
}
@media screen and (min-width: 500px) {
    .top-masonry-container .masonry-item:nth-child(2) .masonry-container {
        height: 100%;
        max-height: 460px;
    }
    .new-destinations-content .grid-header {
        width: 90%;
    }
}
@media screen and (min-width: 768px) {
    .topmenu-nav, .upper-right-header-nav {
        display: none;
    }
    .top-masonry-container {
        margin: 90px 0 40px;
    }
    .banner-ad-left, .banner-ad-right {
        margin-top: 90px;
    }
    .banner-ad-right {
        display: none;
    }
    .top-masonry-container {
        margin-right: 20px;
    }
    
}
@media screen and (max-width: 768px) {
    .masonry-item-title {
        padding: 5px 20px 5px 20px;
    }
}
@media screen and (min-width: 1024px) {
    .topmenu-nav, .upper-right-header-nav {
        display: flex;
    }
    .banner-ad-left, .banner-ad-right, .top-masonry-container {
        margin-top: 50px;
    }
    .banner-ad-right {
        display: block;
    }
    .top-masonry-container {
        margin-right: 0;
    }
    .topmenu-nav {
        margin-left: 30px;
    }
    ul.topmainmenu>li>a {
        font-size: 13px;
    }
}
@media screen and (max-width: 1440px) {
	.category_top_banner, .category_top_banner .country-header-content{
		height: 600px;
	}
}
@media screen and (min-width: 1366px) {
    .banner-ad-left, .banner-ad-right  {
        margin-top: 50px;
    }
    .top-masonry-container {
        margin: 50px 20px 50px 50px;
		max-width: 1920px;
    }
    .topmenu-nav {
        margin-left: 40px;
    }
    ul.topmainmenu>li>a {
        font-size: 16px;
    }
    .masonry-item-title {
        max-width: 80%;
        font-size: 18px;
        line-height: 18px;
        padding-left: 20px;
    }
    .home .new-destinations-content .grid-cell .excerpt .excerpt_content h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .new-destinations-content .grid-header {
        width: 100%;
    }
	
}
@media screen and (min-width: 1600px) {
    .masonry-item-title {
/*        width: 339px;*/
    }
    .new-destinations-content .grid-cell .excerpt {
        padding: 20px 30px 30px 30px;
    }
}

/*weather graph styles*/
#weatherChart{
	width: 100% !important;
}
.weather-sub-text{
	font-size: 16px;
	line-height: 16px;
	color: #202025;
	opacity: 0.7;
	padding-bottom: 30px;
}
#weather_contents .other-destinations-wrapper, #weather_contents .other-destinations-content{
	overflow: unset;
}
.country_info{
	width: 100%;
	clear: both;
	padding: 50px 20px 0;
}
.cinfo_cells{
	width: 25%;
	float: left;
}
.cinfo_cell_image{
	width: max-content;
	float: left;
}
.cinfo_cell_content{
	float: left;
	padding-left: 22px;
}
.cinfo_cell_content_heading{
	letter-spacing: 0px;
	color: #24D5AE;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	padding-top: 12px;
	padding-bottom: 5px;
}
.cinfo_cell_content_text{
	letter-spacing: 0px;
	color: #202025;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	max-width: 190px;
}
.bp_contents, .bp_contents a{
	color: #fff;
}
@media (max-width: 1000px) {
	#weather_contents .other-destinations-content h3, .weather-sub-text,#weather_chart_content{
		padding: 0 20px;
	}
	.cinfo_cells{
		width: 50%;
		padding-bottom: 20px;
	}
}
@media (max-width: 768px) {		
	.country_info{
		padding: 50px 0 0;
	}
	.cinfo_cell_image{
		padding-left: 20px;
	}
	.top-masonry-container{
		display: block;
	}
	.top-masonry-container .masonry-item{
		margin-bottom: 20px;
	}
	.top-masonry-container .masonry-item:nth-child(9) .masonry-container{
		height: 220px;
	}
}
@media (max-width: 600px) {
	.cinfo_cells{
		width: 100%;
	}
	.cinfo_cell_image img{
		width: 70px;
	}
	.cinfo_cell_content_heading{
		font-size: 18px;
		line-height: 18px;
	}
}
/*end weather graph styles*/
/*top single badge*/
.badge_single_gp{
	position: absolute;
	top: 0;
	text-align: left;
	width: 100%;
	max-width: 1300px;
	margin: auto;
}
.badge_single_top{
	background-color: #0000004f;
	padding: 10px;
	display: inline-block;
	margin-top: 10px;
}
.badge_single_gp a{
	color: #fff !important;							
	opacity: 1 !important;
	line-height: 1;
}
.badge_single_top .airplane_white_image{
	background: url(img/icon-plane.svg) no-repeat;
}
/* end top single badge*/
.config_btn {
    padding: 8px 20px !important;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-shadow: none;
    -webkit-appearance: none;
    box-shadow: 0 0 0 0 !important;
    line-height: 1.5 !important;
    transition: color .2s;
	background: #24D5AE 0% 0% no-repeat padding-box !important;
    border-radius: 12px !important;
    border: none;
    width: 183px !important;
    text-align: center;
    font: normal normal normal 16px/24px DM Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
	margin-bottom: 5px;
	height: 49px;
}
.configuration_container select{
	max-width: 100%;
	width: 100%;
}
.intro-section-wrapper .config_btn{
	margin-top: 10px;
}
/*dream vacation styles*/
.header-booktrip-logo img{
	width: auto !important;
	margin-left: 50px;
}
.page-template-template-dreamvacation  .dream_menu_exclude{
	display: none !important;
}
.page-template-template-dreamvacation .upper-right-header-nav{
	display: none;	
}
.page-template-template-dreamvacation .header-wrapper .header .navigation{
	width: 100%;
}
.page-template-template-dreamvacation .header-wrapper .header .navigation .topmenu-nav{
	display: block;
}
.dream_vacation_section{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	margin-top: 20px;
}
.dream_vacation_section, .dv_container, .dv_groups, .dv_skyscanner, .dv_prefooter, .dv_search_results{
	position: relative;
	width: 100%;
}
.dv_search_results{
	padding-bottom: 100px;
}
.dream_vac_container{
	position: relative;
	max-width: 1300px;
	margin: 0px auto;
	padding-top: 68px;
	padding-bottom: 145px;
}
.page-template-template-dreamvacation nav#quadmenu .quadmenu-navbar-nav .quadmenu-item-level-0 a{
	letter-spacing: 0px !important;
	color: #202025;
	font-weight: 500 !important;
	font-family: 'DM Sans',sans-serif !important;
	font-size: 16px !important;
}
.dv_form_container, .dv_feat_container{
	float: left;
	position: relative;
}
.dv_form_container{		
	width: 48%;
}
.dv_feat_container{
	width: 45%;
	padding: 50px 0 0 60px;
}
.dv_feat_container h1{
	color: #202025;
	font-weight: 500;
}
.dv_feature_image{
	width: 100%;
	height: 720px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 5px;
}
.dvf_container{
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 25px 30px #00000019;
	border-radius: 30px 0 30px 30px;
	padding: 54px 65px;
	min-height: 648px;
}
.dvf_container iframe{
		width: 100% !important;
	}
.dvf_container h1, .dvf_container h2.byt_title{
	letter-spacing: 0px;
	color: #202025;
	font-family: 'DM Sans', sans-serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 21px;
}
.dv_form_subtext{
	letter-spacing: 0px;
	color: #202025;
	opacity: 0.7;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
.dv_form_contents{
	margin-top: 50px;
	margin-bottom: 0 !important;
}
.dv_half_groups{
	float: left;
	width: 50%;
	margin-bottom: 0 !important;
}	
.dv_half_groups:nth-child(even) .dv_select_cnt, .dv_half_groups:nth-child(even) label{
	padding-left: 10px;
}
.dv_half_groups:nth-child(odd) .dv_select_cnt{
	padding-right: 10px;
}
.dv_groups{
	padding-bottom: 26px;
}
.dv_form_contents label{
	letter-spacing: 0px;
	color: #202025;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	padding-bottom: 11px;
	display: block;
}

.dv_groups .chosen-container{
	width: 100% !important;
	margin-bottom: 0 !important;
}
.dv_groups_btn{
	text-align: center;
}
.dv_groups_btn button{
	background: #24D5AE 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 15px #00000029;
	border-radius: 9px;
	width: 100%;
	border: 0;
	padding: 22px 0;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	max-width: 49%;
}
.dv_form_contents .chosen-container-single .chosen-single div b{
	background-image: url(<?php echo get_template_directory_uri() .'/img/arrow_down_chevron.png';?>);
	background-repeat: no-repeat;
	background-position: left center;
	right: 10px;
	position: relative;
}
.dv_form_contents .chosen-container-single .chosen-default, .dv_form_contents .chosen-container-single .chosen-single {
	background: #F4F4F4 0% 0% no-repeat padding-box;
	border-radius: 9px;
	border: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	box-shadow: unset;
	padding: 10px 15px !important;
	height: 44px !important;
}
.dv_skyscanner:before{
	content: '';
	background-image: url(<?php echo get_template_directory_uri() .'/img/skyscanner_section_bg.png';?>);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	position: absolute;
	opacity: 0.5;
	width: 100%;
	display: block;
}
.dvs_container{
	position: relative;
	max-width: 1300px;
	margin: 0px auto;
}
.dvs_text_cnt{
	width: 40%;
	float: left;
	background-color: transparent;
}
.dvs_form_cnt{
	width: 60%;
	float: left;
	position: relative;
	z-index: 999;
}
.dvs_form_contents{
	width: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 25px 30px #00000019;
	border-radius: 30px;
	height: 569px;
}
.dvs_form_contents img{
	max-width: 100%;
	border-radius: 30px;
	margin: auto;
}
.dvs_contents{
	width: 100%;
	padding-top: 107px;
	position: relative;
}
.dvs_contents h2{
	letter-spacing: 0px;
	color: #202025;
	font-family: 'DM Sans', sans-serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 47px;
	margin-bottom: 40px;
}
.dvs_contents .dvs_subtext{
	letter-spacing: 0px;
	color: #202025;
	opacity: 0.7;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;		
	padding-right: 46px;
}
.dv_whiteseparator{
	width: 100%;
	height: 25px;
	position: absolute;
	background: white;
	bottom: 0;
}
.dv_traveldeals{
	width: 100%;
	background: white;
	position: relative;
	padding-top: 183px;
	padding-bottom: 200px;
}
.dvt_container{
	position: relative;
	max-width: 1300px;
	margin: 0px auto;
}
.dvt_text_cnt{
	width: 40%;
	float: left;
}
.dvt_soon_cnt{
	width: 60%;
	float: left;
}
.dvt_headersubtext{
	letter-spacing: 0px;
	color: #24D5AE;
	font-family: 'DM Sans', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}
.dvt_contents h2{
	font-family: 'DM Sans', sans-serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 79px;
	letter-spacing: 0px;
	color: #202025;
	margin: 15px 0 0;
}
.dvt_soon_text{
	width: 100%;
	border: 1px dashed #EFCE4A;
	border-radius: 30px;
	padding-bottom: 90px;
	text-align: center;		
}
.dvt_soon_text h3{
	letter-spacing: 0px;
	color: #202025;
	font-family: 'DM Sans', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	padding-top: 56px;
}
.dvt_soon_subtext{
	letter-spacing: 0px;
	color: #202025;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	max-width: 468px;
	margin: auto;
	opacity: 0.7;
}
.dv_prefooter{
	width: 100%;
	position: relative;
	padding-top: 133px;
	padding-bottom: 403px;
	background-image: url(<?php echo get_template_directory_uri() .'/img/footer_dream_bg.jpg';?>);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.dvp_container{
	position: relative;
	max-width: 1300px;
	margin: 0px auto;
}
.dvp_contents{
	margin: auto;
	text-align: center;
}
.dvp_cells{
	display: inline-block;
	padding: 0 60px;
}
.dvp_cell_content{
	width: 100%;
}
.dvpc_text{
	letter-spacing: 0px;
	color: #FFFFFF;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}
.dvpc_image{
	width: 100%;
	text-align: center;
	padding-bottom: 34px;
}
.dvpc_image img{
	max-width: 100%;
}
.dvpc_link a{
	font-family: 'DM Sans', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	padding-top: 5px;
	letter-spacing: 0px;
	color: #24D5AE;
	text-decoration: none;
}
.dvsr_container{
	position: relative;
	max-width: 1300px;
	margin: 0px auto;
}
.dvsr_result_text{
	letter-spacing: 0px;
	color: #6D6C6C;
	font-family: 'DM Sans', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	padding-left: 5px;
}
.dvsr_result_text span{
	color: #24D5AE;
}
.dvsr_result_cells{
	width: 100%;
	position: relative;
	padding-top: 33px;
	padding-bottom: 150px;
}
.dvsr_cell{
	width: 100%;
	position: relative;
	margin-bottom: 45px;
}
.dvsr_cell_contents{
	width: 100%;
	position: relative;
	height: 351px;
}
.dvsr_image{
	width: 352px;
	height: 351px;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 30px 0 0 30px;
}
.dvsr_text_contents{
	width: 100%;
	height: 351px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 25px 30px #00000019;
	border-radius: 30px;
}
.dvsr_info_contents{
	padding-left: 400px;
}
.dvsr_info{
	width: 70%;
	float: left;
}
.dvsr_info h3, .dvsr_info h3 a{
	letter-spacing: 0px;
	color: #24D5AE;
	opacity: 1;
	font-family: 'DM Sans', sans-serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.dvsr_info h3 a{
	text-decoration: none;
	color: #24D5AE;
}
.dvsr_info_excerpt{
	letter-spacing: 0px;
	color: #6D6C6C;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	padding-right: 30px;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}
.dvsr_logo_cnt{
	padding-right: 30px;
	padding-top: 96px;
}
.dvsr_logo_mobile{
	display: none;
}
.dvsr_logo_cnt img, .dvsr_logo_mobile img{
	max-width: 100%;
}
.dvsr_logo{
	width: 30%;
	float: left;
}
.dvsr_btns{
	width: 100%;
	padding-top: 50px;
	position: relative;
}
.dvsr_link_learn{
	background: #20202580 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 15px #00000029;
	border-radius: 9px;
	padding: 14px 57px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	margin-right: 20px;
}
.dvsr_link_book{
	background: #24D5AE 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 15px #00000029;
	border-radius: 9px;
	padding: 14px 30px;
	display: inline-block;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.dv_groups select{
	width: 100%;
	background: #F4F4F4 0% 0% no-repeat padding-box;
	border-radius: 9px;
	border: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	box-shadow: unset;
	padding: 10px 15px !important;
	height: 44px !important;
	width: 100%;
}
.loading_dv{
	display: none;
	text-align: center;
	padding-bottom: 50px;
}
.loading_dv img{
	width: 40px;
}
.dv_errortext{
	font-size: 18px !important;
    padding-top: 20px !important;
    font-weight: normal !important;
    color: #a95151 !important;
    height: 0 !important;
}
.dvs_skyscanner_widget{
	padding: 50px;
}
.bookyourtrip_container{
	width: 100%;
    max-width: 650px;
    margin: auto !important;
}
.bookyourtrip_container .dvf_container{
	padding: 40px 30px !important;
	border-radius: 30px;
}
.bookyourtrip_container .dvf_container h2.byt_title{
	letter-spacing: 0px;
    color: #202025 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 42px !important;
    font-weight: 500 !important;
    line-height: 1;
    margin-bottom: 21px;
}
.bookyourtrip_container .chosen-container-single .chosen-search{
	letter-spacing: 0px;
    color: #202025 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 42px !important;
    font-weight: 500 !important;
    line-height: 1;
    margin-bottom: 21px;
}
.clear, .bookyourtrip_container .chosen-container-single .chosen-search, .dv_select_cnt{
	margin-bottom: 0 !important;
}
.category_skyscanner_widget div{
	margin-bottom: 0 !important;
}
.category_skyscanner_widget{
	width: 100%;
    max-width: 600px;
    margin: auto !important;
    margin-top: 50px !important;
    display: block;
    clear: both;
    box-shadow: 0px 5px 8px #00000019;
    border-radius: 30px;
    padding: 30px;
}
.dv_form_subtext img{
	width: 100%;
}
.home .dream_vacation_section .dv_form_subtext{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1200px) {
	.dv_form_container, .dv_feat_container, .dvsr_info, .dvs_text_cnt, .dvs_form_cnt, .dvt_text_cnt, .dvt_soon_cnt{
		float: unset;
		width: 100%;
	}
	.dream_vac_container{
		padding: 68px 30px 145px;
	}
	.dv_form_container{
		margin-bottom: 50px;
	}
	.dvf_container{
		border-radius: 30px;
	}
	.dvsr_container{
		padding: 0 30px;
	}
	.dvsr_image{
		width: 100%;
		border-radius: 30px 30px 0 0;
		height: 230px;
		position: relative;
	}
	.dvsr_text_contents{
		border-radius: 0 0 30px 30px;
		height: auto;
		padding-bottom: 30px;
	}
	.dvsr_info_contents, .dvs_container, .dvt_container{
		padding: 0 30px;
	}
	.dvsr_logo{
		display: none;
	}
	.dvsr_logo_mobile{
		display: block;
		padding: 20px 0;
	}
	.dvsr_cell_contents{
		height: auto;
	}
	.dv_feature_image{
		height: 500px;
	}
	.dvsr_info h3{
		margin-top: 0;
		padding-top: 30px;
	}
	.dvt_text_cnt{
		padding-bottom: 40px;
	}
	.dv_traveldeals{
		padding-bottom: 80px;
	}
	.dv_prefooter{
		padding-top: 50px;
		padding-bottom: 200px;
	}
	.dvp_cells{
		margin-bottom: 40px;
		display: block;
	}
}
@media (max-width: 991px) {		
	.page-template-template-dreamvacation .header-wrapper .header .navigation .topmenu-nav{
		display: none;
	}
}
@media (max-width: 768px) {
	.dvsr_btns a{
		margin-bottom: 10px;
	}
	.header-booktrip-logo img{
		width: 100px !important;
		margin-left: 0;
	}
	.page-template-template-dreamvacation .header-wrapper .header .navigation{
		top: -53px;
	}
	.page-template-template-dreamvacation .header-wrapper{
		height: 116px;
	}
	.dv_half_groups{
		float: unset;
		width: 100%;
	}
	.dv_half_groups:nth-child(even) .dv_select_cnt, .dv_half_groups:nth-child(even) label{
		padding-left: 0;
	}
	.dv_half_groups:nth-child(odd) .dv_select_cnt{
		padding-right: 0;
	}
	.dvs_form_contents{
		height: auto;
	}
	
	.page-template-template-dreamvacation .header-wrapper .header .logo{
		padding: 30px 0 0 14px !important;
	}
	.page-template-template-dreamvacation .header-wrapper {
		height: 90px;
	}
	.page-template-template-dreamvacation .mobilemenu-nav.activemobmenu {
		margin-top: 43px !important;
	}

	.dvf_container h1, .dvf_container h2.byt_title, .bookyourtrip_container .dvf_container h2.byt_title{
		font-size: 30px;
	}
	.dream_vac_container{
		padding: 30px 20px 60px;
	}
	.dvf_container{
		padding: 40px 20px;
	}
	.dv_form_subtext{
		font-size: 16px;
	}
	.dv_feat_container{
		display: none;
	}
	.dvsr_info h3{
		font-size: 30px;
	}
	.dvsr_container{
		padding: 0 20px;
	}
	.dvsr_btns{
		padding-top: 20px;
	}
	.dvsr_result_cells{
		padding-bottom: 60px;
	}
	.dvs_contents{
		padding-top: 40px;
	}
	.dv_traveldeals{
		padding-top: 120px;
	}
	.dvt_contents h2{
		font-size: 40px;
	}
	.header-wrapper .header .logo{
		z-index: 99;
	}
	
	.scroll-arrow {
    font-size: 32px;
    color: white;
    margin-top: 30px;
    animation: blink 1.5s infinite;
    text-align: center;
}

@keyframes blink {
    0% { opacity: 0.2; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(5px); }
    100% { opacity: 0.2; transform: translateY(0); }
}

}
/*end dream vacation styles*/
.envira-gallery-item-inner{
	margin-bottom: 0 !important;
}

/* Make header transparent on homepage initially */
.transparent-header .header {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: background-color 0.3s ease;
}

/* On scroll, turn solid (optional: adjust color as needed) */
.header.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


