/*------------------------------------------------|
Item:   Traveli - Responsive Landing Page HTML5 Template
Author: igdepe
Email:  igp.ekasuryawan@gmail.com
-------------------------------------------------*/

/*------------------------------------------------
Fonts typography
--------------------------------------------------|
font-family: 'Dosis', sans-serif;
font-family: 'Open Sans', sans-serif;
-------------------------------------------------*/

/*------------------------------------------------
Table of content
--------------------------------------------------|
1. Public style
2. Header + Navigation
3. Section Banner
4. Section Destination
5. Section special
6. Section popular
7. Section testimoni
8. Section additional packages
9. Section footer
10. Responsive Part ( Media Query )
-------------------------------------------------*/

/*------------------------------------------------
1. Public style
-------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

*{
	padding:0;
	margin:0;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
html,body{
	width: 100%;
	height: 100%;
}
body.freeze-dark{
	background: #383429d4;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
p{
	margin:0;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: #24fd02;
    color: #fff;
    border: 1px solid #24fd02;
    border-radius: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #d3f5ce;
    font-weight: 400;
    color: #2a3e5c;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-default:hover{
	background: #24fd02 !important;
}
.ui-state-active{
    border: 1px solid #1ac100 !important;
    background: #1ac100 !important;
    color:#fff !important;
}

/*------------------------------------------------
2. Header + Navigation
-------------------------------------------------*/

.header{
	padding:20px 0;
	position: absolute;
	width: 100%;
	background: transparent;
	z-index: 6;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.header.hde{
	z-index: 2;
}
.header .logo h1{
	color:#ecec27;
	font-family: 'Dosis', sans-serif;
	font-weight: 800;
	margin-top: 7px;
}
.header .logo{
    position: absolute;
    bottom: 10px;
}
.header .nav{
	float:right;
	margin-top: 6px;
}
.header .nav ul li{
	float:left;
	padding:0 15px;
	list-style-type: none;
}
.header .nav ul li:last-child{
	float:left;
	padding:0 0 0 15px;
	list-style-type: none;
}
.header .nav ul li a{
	color:#fff;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding:10px 0;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.header .nav ul li.search{
	border-left:1px solid #fff;
}
.header .nav ul li a:hover{
	color:#ecec27;
	border-bottom:2px solid #ecec27;
}
.fixtop{
	position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding:10px 0 15px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.fixtop .logo{
    bottom: 6px;
}

.mobilemenu{
	display: none;
	position: absolute;
	right:60px;
}
.mobilemenu a{
	display: block;
}
.mobilemenu a .bar{
	width: 50px;
	height: 2px;
	background: #fff;
	margin-bottom:8px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.closenow{
	display: none;
}
.closenow.open{
	    display: block;
    position: absolute;
    z-index: 9999;
    right: 15px;
    top: 15px;
    color: #ecec27;
    font-size: 25px;
    cursor: pointer;
}
.closenow.open:hover{
	color:#fff;
}

/*------------------------------------------------
3. Section Banner
-------------------------------------------------*/
.banner{
	background: #fff url(../images/Banner.jpg) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	height: 100%;
	position: relative;
	z-index: 1;
}
.wrapbg{
	 background: rgba(0,0,0,0.7);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    display: none;
}
.wrapbg_on{
	display: block;
}
.tbl{
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	z-index: 4;
}
.tbl .cell{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.tbl .cell .wrapin{
	float:right;
	margin-right: 19%;
	width: 480px;
	position: relative;
	z-index: 4;

}
.tbl .cell .wrapin h2{
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	color:#fff;
	font-size: 40px;
	margin:0 0 20px;
}
.tbl .cell .wrapin .wrapform{
	background: #fff;
	padding:20px;
	border-bottom: 3px solid #21d206;
}
.tbl .cell .wrapin .wrapform form label{
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
    font-size: 15px;
    color:#8a8a8a;
}
.tbl .cell .wrapin .wrapform form label.ico{
	position: absolute;
    left: 25px;
    top: 33px;
}
.tbl .cell .wrapin .wrapform form input[type=text],
.tbl .cell .wrapin .wrapform form input[type=email],
.tbl .cell .wrapin .wrapform form input[type=phone],
.tbl .cell .wrapin .wrapform form select{
	width: 100%;
	height: 34px;
	border:0;
	outline: 0;
	border:1px solid #bbbbbb;
	padding:0 30px;
	margin-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.tbl .cell .wrapin .wrapform form select{
	padding:0 22px;
}
.tbl .cell .wrapin .wrapform form textarea{
	width: 100%;
	outline: 0;
	padding:30px;
	border:1px solid #bbbbbb;
	font-family: 'Open Sans', sans-serif;
	font-family: 400;
}
.tbl .cell .wrapin .wrapform form .pickfield  label{
    color:#000;
}
.tbl .cell .wrapin .wrapform form .pickfield input[type=text],
.tbl .cell .wrapin .wrapform form .pickfield input[type=email],
.tbl .cell .wrapin .wrapform form .pickfield input[type=phone],
.tbl .cell .wrapin .wrapform form .pickfield select{
	border:1px solid #000;
}
.tbl .cell .wrapin .wrapform form .pickfield textarea{
	border:1px solid #000;
}
.tbl .cell .wrapin .wrapform form button,
.tbl .cell .wrapin .wrapform form input[type=submit]{
	text-align: center;
	margin-top:10px;
    background: #21d206;
    border: 2px solid #21d206;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.tbl .cell .wrapin .wrapform form button:hover,
.tbl .cell .wrapin .wrapform form input[type=submit]:hover{
	background: #1db505;
    border: 2px solid #1db505;
    color: #fff;
}

/*------------------------------------------------
4. Section Destination
-------------------------------------------------*/
.wraptitle{
	width: 500px;
	display: block;
	margin:0 auto;
}
.destination{
	padding:80px 0 50px;
}
.destination h2{
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	color:#333;
	margin:0 0 20px;
	font-size: 36px;
}
.destination p{
	text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #8a8989;
    margin: 0 0 40px;
    font-size: 16px;
}
.destination .grid-sizer,
.destination .grid-item { width: 22%; height: 320px; margin-bottom:50px;}
.destination .gutter-sizer { width: 4%; }
.destination .grid-m-width { width: 48%; height: 320px; margin-bottom:50px;}
.destination .grid-item{
	overflow: hidden;
}
.destination .grid-item:after{
	content: " ";
    position: absolute;
    z-index: 0;
    top: 70%;
    left: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.4) ,rgba(0,0,0,0.8));
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.destination .grid-item:hover:after{
	top: 30%;
}
.destination .grid-item .link{
	opacity: 0;
	position: absolute;
	right:20px;
	bottom:20px;
	z-index: 3;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform:translate(20px,20px);
    -webkit-transform:translate(20px,20px);
    -moz-transform:translate(20px,20px);
    -ms-transform:translate(20px,20px);
    -o-transform:translate(20px,20px);
}
.destination .grid-item .link.lopen{
	opacity: 1;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -o-transform:translate(0,0);
}
.destination .grid-item .link a{
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	color: #333;
    position: relative;
    z-index: 5;
    font-size: 16px;
}
.destination .grid-item .link:after{
	content: " ";
    width: 80px;
    height: 200px;
    background: #ecec27;
    position: absolute;
    transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    bottom: -87px;
}
.destination .grid-item .wraptext{
	position: absolute;
	left:20px;
	bottom:20px;
	z-index: 1;
	
}
.destination .grid-item .wraptext h3{
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	color:#ecec27;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
}
.destination .grid-item .wraptext p{
	font-weight: 400;
	text-align: left;
	color:#fff;
	margin:0;
}

/*------------------------------------------------
5. Section special
-------------------------------------------------*/
.special{
	padding:0;
	background: #ffffff url(../images/special.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}
.special .bgtext{
	padding:80px 40px;
	background: rgba(0,0,0,0.45);
}
.special .bgtext h1{
	font-size: 60px;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	color:#ecec27;
	text-align: right;
}
.special .bgtext h2{
	font-size: 28px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
}
.special .bgtext p{
	font-size: 16px;
	font-weight: 400;
	color:#fff;
	text-align: right;
}
.special .bgtext label{
	color: #ecec27;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: right;
    width: 100%;
}
.special .bgtext label strong{
	font-weight: 900;
}
.special .bgtext .line{
	width: 40px;
	height: 2px;
	background: #ecec27;
	display: block;
	margin:20px 0 20px auto;
}
.special .bgtext .atag{
	margin-top:20px;
}
.special .bgtext .atag a{
    background: #ecec27;
    border: 2px solid #ecec27;
    float:right;
    color: #333;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.special .bgtext .atag a:hover {
   	background: #bbc53d;
    border: 2px solid #bbc53d;
    color: #fff;
}

/*------------------------------------------------
6. Section popular
-------------------------------------------------*/
.popular{
	padding:80px 0;
	background: #ffffff;
}
.popular h2{
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	color:#333;
	margin:0 0 20px;
	font-size: 36px;
}
.popular p{
	text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #696969;
    margin: 0 0 40px;
    font-size: 16px;
}
.popular .swiper-container {
    width: 100%;
    height: 100%;
}
.popular .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 450px;
	display: block;
}
.popular .swiper-pagination {
    position: absolute;
    width: 100%;
    margin-top:30px;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.popular .swiper-pagination .swiper-pagination-bullet{
	margin:0 2px;
}
.popular .imgcover{
	width: 100%;
	height: 450px;
	position: relative;
    z-index: 2;
}
.popular .wraptext{
	position: absolute;
	z-index: 3;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: transparent;
}
.popular .wraptext .dtbl{
	display: table;
	width: 100%;
	height: 100%;
}
.popular .wraptext .dtbl .cell{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.popular .wraptext .dtbl .cell.hover{
	background: rgba(0,0,0,0.4);
}
.popular .wraptext .dtbl .cell h3{
	color:#fff;
	font-family: 'Dosis', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 20px;
}
.popular .wraptext .dtbl .cell h4{
	color:#ecec27;
	font-size: 16px;
    margin-top: 10px;
}
.popular .wraptext .dtbl .cell .price{
	position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 4;
    background: transparent;
    padding: 10px 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform:translate(0,30px);
    -webkit-transform:translate(0,30px);
    -moz-transform:translate(0,30px);
    -ms-transform:translate(0,30px);
    -o-transform:translate(0,30px);
}
.popular .wraptext .dtbl .cell .price.open{
	background: #fff;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -o-transform:translate(0,0);
}
.popular .wraptext .dtbl .cell .price h3{
	color: #bbc53d;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}
.popular .wraptext .dtbl .cell .atag{
	position: absolute;
	width: 100%;
	margin-top:20px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform:translate(0,-30px);
    -webkit-transform:translate(0,-30px);
    -moz-transform:translate(0,-30px);
    -ms-transform:translate(0,-30px);
    -o-transform:translate(0,-30px);
}
.popular .wraptext .dtbl .cell.hover .atag{
	position: relative;
	opacity: 1;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -o-transform:translate(0,0);
}
.popular .wraptext .dtbl .cell .atag a{
    background: #ecec27;
    border: 2px solid #ecec27;
    color: #333;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.popular .wraptext .dtbl .cell .atag a:hover{
	background: #bbc53d;
    border: 2px solid #bbc53d;
	color:#fff;
}

.popular .wraptext .dtbl .cell .price.open h3{
	color:#1f1f1f;
}
.popular .wraptext .dtbl .cell .price .star .fa-star{
	color:#ffc53a;
	margin:0 2px;
	font-size: 14px;
}

/*------------------------------------------------
7. Section testimoni
-------------------------------------------------*/
.testimoni{
	padding:80px 0;
	background: #f3f3f3;
}
.testimoni .dtbl{
	display: table;
	width: 100%;
	height: 100%;
	padding:0 20px;
}
.testimoni .dtbl .cell{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.testimoni .dtbl .cell i.fas{
	color:#ecec27;
	font-size: 40px;
}
.testimoni .dtbl .cell h2{
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin:20px 0;
}
.testimoni .dtbl .cell p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-bottom:20px;
}
.testimoni .dtbl .cell img{
	float:left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0 0 0 8px #ecec27;
}
.testimoni .dtbl .cell h4{
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 28px 0 0 70px;
	color:#545454;
}
.testimoni .dtbl .cell label{
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 0 20px;
    color: #a4a4a4;
}

/*------------------------------------------------
8. Section additional packages
-------------------------------------------------*/
.additionalpckg{
	padding:80px 0;
}
.additionalpckg .swiper-container-pgspecial .swiper-slide .imgcover{
	height: 300px;
}
.additionalpckg .swiper-container-pgspecial .swiper-slide .imgcover .wraptext{
	position: absolute;
	bottom:20px;
	left:20px;
}
.additionalpckg .swiper-container-pgspecial .swiper-slide .imgcover .wraptext h3{
	color:#fff;
	display: block;
	font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #ecec27;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
}
.additionalpckg .swiper-container-pgspecial .swiper-slide .imgcover .wraptext label{
	color:#fff;
	text-align: left;
	display: block;
	font-weight: 400;
    text-align: left;
    margin: 0;
}
.additionalpckg .swiper-container-pgspecial .swiper-slide .imgcover .atag{
    position: absolute;
    width: 100%;
    margin-top: 20px;
    right:0;
    bottom:20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.additionalpckg .swiper-container-pgspecial .swiper-slide:before{
    content: " ";
    position: absolute;
    z-index: 0;
    top: 70%;
    left: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.4) ,rgba(0,0,0,0.8));
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.additionalpckg .swiper-container-pgspecial .swiper-slide:after{
	content: "";
	background: rgba(0,0,0,0.7);
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.additionalpckg .swiper-container-pgspecial .swiper-slide.swiper-slide-active:after{
	background: transparent;
	position: relative;
}

.additionalpckg .swiper-container-pgspecial .swiper-slide .imgcover .atag a{
	text-align: right;
    display: inline-block;
    float: right;
    margin-right: 20px;
    background: #ecec27;
    border: 2px solid #ecec27;
    color: #333;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.additionalpckg .swiper-container-pgspecial .swiper-slide .imgcover .atag a:hover {
    background: #bbc53d;
    border: 2px solid #bbc53d;
    color: #fff;
}
.additionalpckg .swiper-container-pgspecial .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%;
    height: 300px;
}
.swiper-slide:nth-child(2n) {
    width: 40%;
}
.swiper-slide:nth-child(3n) {
    width: 20%;
}
.additionalpckg .wraptitle{
	width: 500px;
	display: block;
	margin:0 auto;
}
.additionalpckg .wraptitle h2{
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	color:#333;
	margin:0 0 20px;
	font-size: 36px;
}
.additionalpckg .wraptitle p{
	text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #8a8989;
    margin: 0 0 40px;
    font-size: 16px;
}
.additionalpckg .subscribe{
	width: 600px;
	display: block;
	margin:80px auto 0;
	position: relative;
}
.additionalpckg .subscribe form input[type=email],
.additionalpckg .subscribe form input[type=email]:active,
.additionalpckg .subscribe form input[type=email]:focus{
	width: 100%;
    height: 44px;
    padding: 0 25px;
    border-radius: 22px;
    border: 1px solid #d2d2d2;
    position: absolute;
    z-index: 1;
}
.additionalpckg .subscribe form input[type=email]:focus{
	width: 100%;
    height: 44px;
    padding: 0 25px;
    border-radius: 22px;
    border: 1px solid #868686;
    position: absolute;
    z-index: 1;
}
.additionalpckg .subscribe form input[type=submit]{
	background: #ecec27;
    border: none;
    border-radius: 20px;
    position: relative;
    text-transform: uppercase;
    color:#333;
    font-weight: 700;
    z-index: 2;
    float: right;
    height: 38px;
    padding: 5px 15px;
    top: 3px;
    right: 4px;
     transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.additionalpckg .subscribe form input[type=submit]:hover {
    background: #b1b120;
    color: #fff;
}
.additionalpckg .subscribe h3{
	color: #fff;
    display: block;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #9a9a95;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin: 0 0 40px;
}

/*------------------------------------------------
9. Section footer
-------------------------------------------------*/
.footer{
	position: relative;
	padding:80px 0;
	background: url(../images/sunset.jpg) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-o-background-size:cover;
	z-index: 2;
}
.footer:after{
	content: "";
	position: absolute;
	background: #403d3ad4;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index: -1;
}
.footer h1{
	font-family: 'Dosis', sans-serif;
    font-weight: 700;
	color:#fff;
}
.footer h2{
	font-family: 'Dosis', sans-serif;
    font-weight: 700;
	color:#fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom:25px;
}
.footer p{
	color:#c7c7c7;
}
.footer ul{
	margin:0;
}
.footer ul li{
	list-style-type: none;
	margin-bottom: 5px;
}
.footer ul li a{
	text-decoration: none;
	color:#c7c7c7;
	padding-left:21px;
}
.footer ul li a:before{
	content: "";
    width: 15px;
    height: 1px;
    background: yellow;
    position: absolute;
    margin-top: 14px;
    left: 17px;
}
.footer ul li a:hover{
	color:#fff;
}
.footer ul li a:hover:before{
	margin-top: 11px;
}

.footer ul.sosmed{
	text-align: left;
	margin-top: 25px;
}
.footer ul.sosmed li a:hover{
	background: #7f7f7f;
	color:#fff;
}
.footer ul.sosmed li{
	display: inline-block;
}
.footer ul.sosmed li a{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	line-height: 30px;
	font-size: 16px;
	color: #7f7f7f;
	padding-left:0;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.footer ul.sosmed li a:before{
	display: none;
}
.footer ul.thumb li img{
	width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
}
.footer ul.thumb li{
	margin-bottom:10px;
}
.footer ul.thumb li h4{
	color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}
.footer ul.thumb li h5{
	color: #ecec27;
    font-size: 14px;
}
.footer ul.thumb li a{
	margin-top:10px;
}
.footer ul.thumb li a:before{
	left:92px;
}

/*------------------------------------------------
10. Responsive Part
-------------------------------------------------*/
@media only screen and (max-width: 1440px){
	.tbl .cell .wrapin{
		margin-right: 11%;
	}
	.popular .swiper-slide {
	    height: 350px;
	}
	.popular .imgcover{
		height: 350px;
	}
}
@media only screen and (max-width: 1199px){
	.header .logo {
    	position: absolute;
    	top: 6px;
    	bottom: 0;
    	left:25px;
	}
	.mobilemenu {
		display: block;
	    right: 25px;
	    top: 20px;
	}
	.fixtop .mobilemenu {
	    top: 16px;
	}
	.fixtop .logo h1 {
	    margin-top: 0;
	}
	.tbl .cell .wrapin {
	    float: none;
	    margin-right: 25px;
	    width: 480px;
	    position: relative;
	    z-index: 4;
	    left: 25px;
	}
	.testimoni .dtbl,
	.testimoni .dtbl .cell{
		display: block;
	}
	.testimoni .rowtesti:first-child{
		padding-bottom:50px;
		border-bottom:1px solid #bbbbbb;
	}
	.testimoni .rowtesti:last-child{
		padding-top:50px;
	}

	.popupform-book .dtbl .cell .wrapbook .fbook-close {
	    position: relative;
	    margin-top: 0;
	    margin-left: 0;
	    color: #ecec27;
	    cursor: pointer;
	}
	.mobilemenu.open a .bar{
		transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
		margin:8px 0;
	}
	.nav{
		opacity: 0;
		position: absolute;
		width: 100%;
		left:0;
		z-index: -1;
		transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform:translate(0,-266px);
    -webkit-transform:translate(0,-266px);
    -moz-transform:translate(0,-266px);
    -ms-transform:translate(0,-266px);
    -o-transform:translate(0,-266px);
	}
	.nav.open {
		box-shadow: 0 5px 12px #5d5d5d;
	    opacity: 1;
	    float: none;
	    position: absolute;
	    z-index: 99;
	    background: #fff;
	    width: 100%;
	    left: 0;
	    margin-top: 37px;
	    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform:translate(0,0);
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -o-transform:translate(0,0);
	}
	.nav ul,
	.nav.open ul{
		margin-bottom:0;
	}
	.nav ul li,
	.nav.open ul li{
		float:none !important;
	}
	.nav ul li a,
	.nav.open ul li a{
		display: block;
		color:#848484;
		border-bottom: 1px solid #e0e0e0;
		text-align: center;
	}
	.nav ul li:last-child a,
	.nav.open ul li:last-child a{
		border-bottom: 1px solid transparent;
	}
	.header .nav ul li a:hover {
	    color: #000000;
	    font-weight: 900;
	    border-bottom: 1px solid #ecec27;
	}
	.fixtop{
		height: 52px;
	}
	.footer ul.sosmed{
		margin-bottom:50px;
	}
}

@media only screen and (max-width: 1024px){
	.mobilemenu {
	    right: 100px;
	}
	.tbl .cell .wrapin h2 {
	    font-size: 28px;
	}
	.header .logo {
	    left: 100px;
	}
	.destination .grid-m-width,
	.destination .grid-sizer, .destination .grid-item{
		width: 48%;
	}
	.tbl .cell .wrapin{
		left: 100px;
	}
	.destination .grid-item .link{
		opacity: 1;
		position: absolute;
		right:20px;
		bottom:20px;
		z-index: 3;
		transition: all 0.3s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transform:translate(0,0);
	    -webkit-transform:translate(0,0);
	    -moz-transform:translate(0,0);
	    -ms-transform:translate(0,0);
	    -o-transform:translate(0,0);
	}
	.popular .wraptext .dtbl .cell{
		background: rgba(0,0,0,0.4);
	}
	.popular .wraptext .dtbl .cell .price{
		background: #fff;
		transition: all 0.3s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transform:translate(0,0);
	    -webkit-transform:translate(0,0);
	    -moz-transform:translate(0,0);
	    -ms-transform:translate(0,0);
	    -o-transform:translate(0,0);
	}
	.popular .wraptext .dtbl .cell .price h3{
		color:#1f1f1f;
	}
	.popular .wraptext .dtbl .cell .atag {
	    position: absolute;
	    width: 100%;
	    margin-top: 20px;
	    opacity: 1;
	    transition: all 0.3s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transform: translate(0,0);
	    -webkit-transform: translate(0,0);
	    -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	    -o-transform: translate(0,0);
	}
	.footer ul.thumb{
		margin-bottom:50px;
	}
	.special .bgtext .line {
	    margin: 20px auto;
	}
	.special .bgtext p {
	    text-align: center;
	}
	.special .bgtext label{
		text-align: center;
	}
	.special .bgtext h2 {
	    text-align: center;
	}
	.special .bgtext h1 {
	    font-size: 40px;
	    text-align: center;
	}
	.special .bgtext .atag a {
	    float: none;
	    display: block;
	    width: 200px;
	    text-align: center;
	    margin: 0 auto;
	}
}

@media only screen and (max-width: 767px){
	.tbl .cell .wrapin {
	    left: 0;
	    margin: 0 auto;
	    width: 90%;
	}
	.footer h1,
	.footer p,
	.footer ul.sosmed,
	.footer h2,
	.footer ul{
		text-align: center;
	}
	.footer ul.thumb li img {
		float:none;
	    margin: 0 auto 10px;
	}
	.footer ul.thumb li{
		display: inline-block;
		margin:0 10px;
	}
	.footer ul li a{
		padding-left:0;
	}
	.footer ul li a:before{
		display: none;
	}
	.footer ul{
		margin:0 0 50px;
	}
	.footer .col-lg-3:last-child ul{
		margin:0 0 0 0;
	}
}
@media only screen and (max-width: 620px){
	.mobilemenu {
	    right: 20px;
	}
	.header .logo {
	    left: 20px;
	}
	.special .bgtext h1{
		font-size: 40px;
	}
	.special .bgtext h2{
		font-size: 24px;
	}
	.wraptitle,
	.additionalpckg .wraptitle{
		width: 90%;
	}
	.additionalpckg .subscribe{
		width: 90%;
	}
	.additionalpckg .swiper-container-pgspecial .swiper-slide .imgcover .wraptext{
		bottom:100px;
	}
	.additionalpckg .swiper-container-pgspecial .swiper-slide .imgcover .wraptext h3{
		text-align: left;
	}
	.tbl .cell .wrapin h2{
		font-size: 28px;
	}
	.tbl .cell .wrapin .wrapform {
	    padding: 20px 0px;
	}
}

@media only screen and (max-width: 420px){
	.destination .grid-m-width,
	.destination .grid-sizer, .destination .grid-item{
		width: 100%;
	}
	.banner,
	.tbl{
		height: 650px;
	}
	.destination .grid-item .wraptext h3{
		font-size: 20px;
	}
	.destination h2,
	.popular h2,
	.additionalpckg .wraptitle h2,
	.special .bgtext h1{
		font-size: 28px;
	}
	.destination p,
	.additionalpckg .wraptitle p,
	.popular p{
		font-size: 14px;
	}
	.testimoni .dtbl .cell i.fas{
		font-size: 25px;
	}
	.testimoni .dtbl .cell h2{
		font-size: 20px;
	}
	.testimoni .dtbl .cell p{
		font-size: 14px;
	}
}