/*
@package Inwave Event
@version 1.0.0
@created May 4, 2015
@author Inwavethemes
@email inwavethemes@gmail.com
@website http://inwavethemes.com
@support Ticket https://inwave.ticksy.com/
@copyright Copyright (c) 2015 Inwavethemes. All rights reserved.
@license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/


@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes&subset=latin,latin-ext);

/** COMMON STYLE **/
.iw-clear_both {
    clear: both;
}
.center-text{
    text-align: center;
}
.right-text{
    text-align: right;
}
.left-text{
    text-align: left;
}

/* ===== Post ===== */
/* Style1 */
.iw-posts.style1 .post-image-wrap{
	position:relative;
}
.iw-posts.style1 .iw-posts-list{
	margin:0 -15px;
}
.iw-posts.style1 .post-item{
	padding:0 15px;
}
.iw-posts.style1 .post-image img{
	border:1px solid #efefef;
}
.iw-posts.style1 .post-image-wrap:hover img{
	box-shadow:0px 0px 3px 1px #dedede;
}
.iw-posts.style1 .post-image img{
	width:100%;
}
.iw-posts.style1 .post-content{
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	text-align:center;
	color:#fff;
	opacity:0;
	background:rgba(0,0,0,0.6);
	transition:all ease 0.5s;
}
.iw-posts.style1 .post-image-wrap:hover .post-content{
	opacity:1;
}
.iw-posts.style1 .post-content-inner{
	position:absolute;
	width:100%;
	padding:0 20px;
	top:50%;
	transform: translateY(-50%);
	left:0;
	
}
.iw-posts.style1 .post-description{
	font-weight:500;
}
.iw-posts.style1 a.read-more{
	height:36px;
	line-height:36px;
	border-radius:50px;
	font-size:12px;
	color:#fff;
	padding:0 20px;
	display:inline-block;
	font-weight:600;
	margin-top:26px;
}
.iw-posts.style1 .post-info{
	text-align:center;
	padding:26px 20px 15px 20px;
	background:#fff;
}
.iw-posts.style1 .post-meta > div + div{
	margin-left:12px;
}
.iw-posts.style1 .post-meta > div{
	display:inline-block;
	font-size:12px;
}
.iw-posts.style1 .post-meta > div i{
	margin-right:5px;
}
.iw-posts.style1 h3.post-title{
	margin:0 0 5px 0;
	font-size:18px;
	font-weight:500;
	line-height:24px;
}
.iw-posts.style1 h3.post-title a{
	color:#232323;
}
.iw-posts.style1 .post-meta a:hover{
	color:#838383;
}

/*----- Post style 2 ----*/
.iw-posts.style2 .post-item{
    
    color:#838383;
    margin:0;
    background: #ffffff;
}
.iw-posts.style2 .owl-item.active + .owl-item.active .post-item{
    margin-left:-1px;
    padding-left:1px;
}
.iw-posts.style2 .post-item-inner{
	padding:52px 50px 34px 50px;
	border:1px solid #ececec;
}
.iw-posts.style2 .post-meta > div{
	display:inline-block;
	font-size:12px;
}
.iw-posts.style2 .post-meta > div + div{
	margin-left:10px;
}
.iw-posts.style2 .post-meta a:hover{
	color:#838383;
}
.iw-posts.style2 .post-meta{
	margin-bottom:20px;
}
.iw-posts.style2 h3.post-title{
	font-weight:600;
	margin:0 0 17px 0;
	font-size:30px;
	line-height:36px;
}

.iw-posts.style2 h3.post-title a{
	color:#232323;
}
.iw-posts.style2 .post-description{
	font-size:14px;
	line-height:36px;
}
.iw-posts.style2 .read-more{
	border-top:1px solid #ececec;
	margin-top:20px;
	padding-top:15px;
}
.iw-posts.style2 .read-more a{
	font-size:14px;
	font-weight:600;
}
.iw-posts.style2 .read-more a:hover{
	color:#838383!important;
}

.iw-posts.style2 .owl-theme .owl-controls{
	margin:20px 0 0 0;
}
.iw-posts.style2 .owl-theme .owl-controls .owl-page span{
	background:#dadada;
	border-radius:50px;
	height:11px;
	width:11px;
	margin:0 3px;
	opacity:1;
}


.iw-posts.style3 .iw-posts-list{
    margin:0 -15px;
}
.iw-posts.style3 .post-item-wrap{
    padding:0 15px;
}
.iw-posts.style3 .post-item-inner{
    background:#fff;
    position:relative;
    z-index:2;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.1);
    margin-bottom:30px;
}
.iw-posts.style3 .post-item{
    position:relative;
}
.iw-posts.style3 .post-item img {
    width: 100%;
}
.iw-posts.style3 .post-item:before{
    position:absolute;
    content:'';
    top:27px;
    bottom:27px;
    left:27px;
    right:27px;
    z-index:-1;
    background:red;
    width:calc(100% - 54px);
    height:calc(100% - 54px);
    box-shadow:0 22px 25px 10px rgba(0, 0, 0, 0.35);
    transition:all ease 0.5s;
    opacity:0;
}
.iw-posts.style3 .post-item:hover:before{
    opacity:1;
}
.iw-posts.style3 .post-content{
    padding: 15px 27px 25px;
}

.iw-posts.style3 h3.post-title{
    margin:0 0 32px 0;
    font-size:18px;
    line-height:28px;
    font-weight:600;
}
.iw-posts.style3 h3.post-title a{
    color:#000;
}
.iw-posts.style3 .post-date,
.iw-posts.style3 .read-more a{
    font-size:13px;
    font-family: 'Poppins';
    color:#ccc;
}
.iw-posts.style3 .read-more{
    font-weight:600;
}
.iw-posts.style3 .post-item:hover .read-more a {
    color: #000000;
}
.iw-posts.style3 .post-date{
    margin-bottom: 9px;
}

/* ===== Heading ===== */
/* Style 1 */
.iw-heading {
    margin: 0 auto;
}
.iw-heading strong {
    font-weight: 600;
}
.iw-heading.style1 .iwh-title {
    font-size: 60px;
    line-height: 50px;
    margin: 0 0 22px;
    display: inline-block;
    color: #282828;
}
.iw-heading.style1 .iwh-sub-title {
    font-size: 18px;
    line-height: 35px;
    text-transform: uppercase;
}
.iw-heading.style1 .iwh-description {
    font-size: 14px;
    color: #828181;
}

/* Style 2 */
.iw-heading.style2 {
    margin: 0 auto;
}
.iw-heading.style2 .iwh-title {
    font-size: 36px;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 2px 0;
    position: relative;
}
.iw-heading.style2 .iwh-icon {
    width: 205px;
    display: inline-block;
    position: relative;
    line-height: 1;
    text-align: center;
}
.iw-heading.style2 .iwh-icon:before, .iw-heading.style2 .iwh-icon:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    background: #f1f1f1;
    top: 5px;
}
.iw-heading.style2 .iwh-icon:before {
    left: 0;
}
.iw-heading.style2 .iwh-icon:after {
    right: 0;
}
.iw-heading.style2 .iwh-sub-title {
    font-family: 'Herr Von Muellerhoff', cursive;
    font-weight: 400;
    font-size: 60px;
    line-height: 52px;
}

/* Style 3 */
.iw-heading.style3 {
    margin: 0 auto;
    color: #838383;
}
.iw-heading.style3 .iwh-title {
    font-weight: 600;
    font-size: 48px;
    color: #232323;
    text-transform: uppercase;
    line-height: 1;
    margin: 10px 0 24px;
    padding-bottom: 16px;
    position: relative;
}
.iw-heading.style3 .iwh-title:after {
    content: "";
    margin: 17px 0 0;
    width: 90px;
    border-top: 2px solid;
    display: block;
    position: absolute;
    bottom: 0;
}
.iw-heading.style3.text-center .iwh-title:after {
    left: calc(50% - 45px);
}
.iw-heading.style3 .iwh-sub-title {
    font-size: 14px;
    font-weight: 600;
    color: #232323;
}
.iw-heading.style3 .iwh-description {
    font-size: 14px;
    line-height: 30px;
}
/* Style 4 */
.iw-heading.style4 .iwh-sub-title{
    line-height:1;
}
.iw-heading.style4 .iwh-title{
    margin:0;
    line-height:1;
}
.iw-heading.style4 .iwh-description{
    margin-top:12px;
}

/* Style 5 */
.iw-heading.style5 {
    margin: 0 auto;
}
.iw-heading.style5 .iwh-title {
    font-size: 194px;
    line-height: 81px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.02);
    margin: 0;
}
.iw-heading.style5 .iwh-sub-title {
    font-family: 'Herr Von Muellerhoff', cursive;
    font-weight: 400;
    font-size: 60px;
    line-height: 52px;
}

/*Discount tours*/
.intravel-discount-tours .image-wrap a{
    display:inline-block;
    max-width:100%;
    position:relative;
    z-index:2;
}
.intravel-discount-tours .image-wrap a:before{
    position:absolute;
    content:'';
    width:100%;
    bottom:0;
    left:0;
    height:60%;
    z-index:1;
    opacity:0.7;
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* Standard syntax */
}
.intravel-discount-tours .info-wrap{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    z-index:4;
    color:#fff;
    padding:0 15px;
}
.intravel-discount-tours .tour-type{
    font-family: 'Playfair Display';
    font-size:18px;
    font-weight:500;
}
.intravel-discount-tours h3.title{
    margin:14px 0 19px 0;
    line-height:36px;
    font-size:24px;
    font-family: 'Poppins';
}
.intravel-discount-tours h3.title{
    margin-bottom:33px;
}
.intravel-discount-tours h3.title a{
    color:#fff;
}
.intravel-discount-tours{
    margin:0 -15px;
}
.intravel-discount-tours .iw-tour-item-wrap{
    padding:0 15px;
}
.intravel-discount-tours .iw-tour-item{
    position:relative;
}
.intravel-discount-tours .discount span{
    position:relative;
    display:inline-block;
    width:44px;
    height:44px;
    font-size:18px;
    line-height:44px;
    color:#000;
    margin-bottom:24px;
}
.intravel-discount-tours .discount span:before{
    width:100%;
    height:100%;
    background:#fff;
    border-radius:4px;
    position:absolute;
    top:0;
    left:0;
    transform:rotate(45deg);
    content:'';
    z-index:-1;
}

.intravel-discount-tours .owl-theme .owl-controls{
    margin:0;
    position:absolute;
    top:calc(50% - 22px);
    width:100%;
}
.intravel-discount-tours .owl-theme .owl-controls .owl-buttons div{
    height:44px;
    border-radius:100px;
    background:#fff;
    color:#838383;
    font-size:30px;
    padding:0;
    margin:0;
    line-height:44px;
    opacity:1;
    width:44px;
    position:absolute;
    top:0;
}
.intravel-discount-tours .owl-theme .owl-controls div.owl-next{
    right:-7px;
}
.intravel-discount-tours .owl-theme .owl-controls div.owl-prev{
    left:-7px;
}
/*END Discount tours*/

/*Popular Tours*/

.intravel-popular-tours .image-wrap a{
    display:block;
    max-width:100%;
    position:relative;
    z-index:2;
    width: 100%;
}
.intravel-popular-tours .large .image-wrap a .img-tour {
    height: 570px;
    width: 100%;
}
.intravel-popular-tours .small .image-wrap a .img-tour {
    height: 270px;
    width: 100%;
}
.intravel-popular-tours .image-wrap a:before{
    position:absolute;
    content:'';
    width:100%;
    bottom:0;
    left:0;
    height:60%;
    z-index:1;
    opacity:0.7;
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)); /* Standard syntax */
}

.intravel-popular-tours .iw-tour-item{
    position:relative;
    margin-bottom:30px;
}
.intravel-popular-tours .info-wrap{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    z-index:4;
    color:#fff;
    padding:0 15px;
}

.intravel-popular-tours .tour-type{
    font-family: 'Playfair Display';
    font-size:18px;
    font-weight:500;
}
.intravel-popular-tours h3.title{
    margin:14px 0 19px 0;
    line-height:1;
    font-size:24px;
    font-family: 'Poppins';
}

.intravel-popular-tours h3.title a{
    color:#fff;
}
.intravel-popular-tours h3.title a:hover{
    text-decoration:underline;
}
/*End Polular Tours*/
/* ===== Iw_Slider ===== */
.iw-slider-block.style1 {
    padding-top: 50px;
    margin: 0 150px;
}
.iw-slider-block{
    overflow:hidden;
}
.dg-container{
    position: relative;
    height: 450px;
    overflow: visible !important;
    padding-right:60px;
    padding-left:60px;
}
.dg-wrapper{
    height: 100%;
    width: 50%;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}
.dg-wrapper .item{
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    cursor:pointer;
}
.dg-wrapper .dg-center:before, .dg-wrapper .item:after{
    height:75%;
    width:50px;
    bottom:0;
    content:'';
    position:absolute;
    z-index:-1;
    background:rgba(0,0,0,0.15);

}
.dg-wrapper .dg-center:after {
    right: -10px;
    transform: skewX(-4deg);
}
.dg-wrapper .dg-center:before {
    left: -10px;
    transform: skewX(4deg);
}

.dg-wrapper .dg-transition{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dg-wrapper .dg-center{
    cursor: default;
}
.item.dg-center .browser-frame:after{
    display: none;
}

.iw-slider-block .item a img,
.iw-slider-block .item p{
    margin: 0;
    height: 100%;
}

.iw-profile-slider-block .dg-wrapper .profile-info,
.iw-profile-slider-block .dg-wrapper .social-links{
    display: none;
}

.iw-video{
    position: relative;
}
/*.iw-video .iw-video-player{*/
    /*position:relative;*/
    /*z-index: 1;*/
/*}*/
.iw-video video{
    display: block;
    width:100%;
}
.iw-video .play-button {
    display: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position:absolute;
    z-index: 1;
    top:50%;
    left:50%;
    transform: translateX(-50%)  translateY(-50%);
    -webkit-transform: translateX(-50%)  translateY(-50%);
    width: 40px;
    height: 40px;
    border: 4px #ffffff solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
}
.iw-video .play-button i {
    margin-left: 2px;
}
.dg-center .play-button {
    display: block;
}
.iw-video.have-content .play-button{
    top:30%;
}
.iw-video .play-button{
    transition:all ease 0.2s;
    -webkit-transition:all ease 0.2s;
}
.iw-video.playing .play-button{
    opacity: 0!important;
}
.iw-video.playing .play-button{
    transform: translateX(-50%)  translateY(-50%) scale(5);
    -webkit-transform: translateX(-50%)  translateY(-50%) scale(5);
}
.iw-video-overlay {
    transition: width 0.5s ease, height 0.5s ease;
    -webkit-transition: width 0.5s ease;
    width: 0;
    height: 0;
}
.dg-center .iw-video-overlay{
    position: absolute;
    bottom:0;
    right:0;
    height: 100%;
    width:100%;
}
.iw-slider-block .img {
    display: none;
    opacity: 0;
    z-index: 9;
    top: -50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 2px #ffffff solid;
    transition: opacity ease 0.2s;
    -webkit-transition: opacity ease 0.2s;
}
.iw-slider-block .dg-center .img {
    display: block;
    opacity: 1;
}


/* ========== Funfact ========== */
.inwave-funfact-item.style1 {
    border-right: 1px rgba(225, 225, 225, 0.2) solid;
    padding: 30px 15px;
    color: #ffffff;
    min-height: 120px;
    width: 25%;
    display: inline-block;
}
.inwave-funfact-item.style1:last-child {
    border: none;
}
.inwave-funfact-item.style1 .funfact-img {
    float: left;
    margin-right: 15px;
}
.inwave-funfact-item.style1 .funfact-info {
    overflow: hidden;
}
.inwave-funfact-item.style1 .funfact-info .funfact-number {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 30px;
}
.inwave-funfact-item.style1 .funfact-info .funfact-title {
    font-size: 18px;
}

/*Spotlight Destination*/
.intravel-spotlight-destination .destination{
    position: relative;
}
.intravel-spotlight-destination.style1 .destination:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
}
.intravel-spotlight-destination .tour-type-img img {
    width: 100%;
}
.intravel-spotlight-destination .destination-info{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 25px;
    color: #fff;
}
.intravel-spotlight-destination .destination-info .title{
    font-size: 14px;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    border: 1px solid #fff;
    border-radius: 2px;
    display: inline-block;
}
.intravel-spotlight-destination .destination-info > h3{
    font-size: 36px;
    font-weight: 600;
    margin: 5px 0 2px;
}
.intravel-spotlight-destination .destination-info > h3 a{
    color: #fff;
}
.intravel-spotlight-destination .destination-info p{
    font-size: 12px;
}
.intravel-spotlight-destination .tour-types .row{
    margin-bottom: 30px;
}
.intravel-spotlight-destination .tour-types .row:last-child{
    margin-bottom: 0;
}
.intravel-spotlight-destination .tour-type{
    position: relative;
}
.intravel-spotlight-destination .tour-type:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    display: inline-block;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.intravel-spotlight-destination .tour-type:hover:before{
    opacity: 0;
}
.intravel-spotlight-destination .tour-type-info{
    position: absolute;
    top: calc(50% - 70px);
    text-align: center;
    width: 100%;
}
.intravel-spotlight-destination .destination > img {
    width: 100%;
}
.intravel-spotlight-destination .tour-type > img {
    width: 100%;
}
.intravel-spotlight-destination .tour-type-icon {
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
}
.intravel-spotlight-destination .tour-type-info h3{
    margin: 10px 0;
}
.intravel-spotlight-destination .tour-type-info h3 a{
    font-size: 18px;
    color: #fff;
}
.intravel-spotlight-destination.style2 .row {
    margin: 0;
}
.intravel-spotlight-destination.style2 .iw-video,
.intravel-spotlight-destination.style2 .tour-types,
.intravel-spotlight-destination.style2 .tour-types .tour-type-item {
    padding: 0;
}
.iw-video-poster {
    transition:opacity ease 1s;
    -webkit-transition:opacity ease 1s;
    position: relative;
}
.intravel-spotlight-destination .iw-video .play-button{
    transition:all ease 0.2s;
    -webkit-transition:all ease 0.2s;
    display: block;
    border: none;
    font-size: 72px;
    top: calc(50% - 25px);
}
.intravel-spotlight-destination .iw-video .video{
    margin: 100px 0 0;
}
body .modal-backdrop.in {
    opacity: 0.64;
}
.intravel-spotlight-destination .iw-video .open-popup{
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-size: 72px;
    background: none !important;
    border: none;
    line-height: 24px;
    padding: 0;
    box-shadow: none;
    z-index: 0;
}
.intravel-spotlight-destination .iw-video .open-popup:after {
    position: absolute;
    content: "";
    top: calc(50% - 110px);
    left: calc(50% - 81px);
    width: 227px;
    height: 196px;
    background-image: url("../images/play_button_bg.png");
    background-repeat: no-repeat;
    z-index: -1;
}
.intravel-spotlight-destination .iw-video button i.icon {
    width: auto;
    height: auto;
    margin: 0;
}
.intravel-spotlight-destination .iw-video .close-popup {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    bottom: 0;
    color: #ffffff;
    position: absolute;
    right: 0;
}
.intravel-spotlight-destination .iw-video video {
    height: 100%;
}
.iw-video.playing .play-button,.iw-video.playing .iw-video-poster{
    opacity: 0!important;
}
.intravel-spotlight-destination.style2 {
    color: #ffffff;
}
.intravel-spotlight-destination.style2 .tour-type {
    position: relative;
}
.intravel-spotlight-destination.style2 .tour-type:before {
    display: none;
}
.intravel-spotlight-destination.style2 .tour-type:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    opacity: 0.5;
    background: #000000;
}
.intravel-spotlight-destination.style2 .tour-type:hover:after {
    opacity: 1;
}
.intravel-spotlight-destination.style2 .tour-types .tour-type a:hover {
    color: #ffffff;
}
.intravel-spotlight-destination.style2 .tour-type-info {
    top: calc(50% - 65px);
    -webkit-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
    padding: 0 40px;
    z-index: 2;
}
.intravel-spotlight-destination.style2 .tour-type-item:hover .tour-type-info,
.intravel-spotlight-destination.style2 .tour-type-item.hover .tour-type-info {
    top: 35px;
}
.intravel-spotlight-destination.style2 .tour-type-info h3 {
    font-weight: 600;
    font-size: 18px;
}
.intravel-spotlight-destination.style2 .tour-type-info h3 {
    font-weight: 600;
    font-size: 18px;
}
.intravel-spotlight-destination.style2 .tour-type-info .tour-type-description {
    margin-bottom: 15px;
}
.intravel-spotlight-destination.style2 .tour-type-info .tour-type-detail,
.intravel-spotlight-destination.style2 .tour-type-info .tour-type-description {
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    display: none;
    opacity: 0;
}
.intravel-spotlight-destination.style2 .tour-type-item:hover .tour-type-info .tour-type-detail,
.intravel-spotlight-destination.style2 .tour-type-item:hover .tour-type-info .tour-type-description {
    display: block;
    opacity: 1;
}
.intravel-spotlight-destination.style2 .tour-type-info .tour-type-detail a {
    display: inline-block;
    height: 35px;
    line-height: 31px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: 2px #ffffff solid;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.intravel-spotlight-destination.style2 .tour-type-info .tour-type-detail a i {
    margin-top: 4px;
}

/*Item Info*/
.iw-item-info.default{
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 40px 30px 30px;
    text-align: center;
    margin-bottom: 30px;
}
.iw-item-info.default i{
    width: 106px;
    height: 106px;
    line-height: 106px !important;
    font-size: 38px;
    border-radius: 50%;
    color: #fff;
    margin-top: 10px;
}
.iw-item-info.default h3{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 17px;
}
.iw-item-info.default h3:after{
    content: "";
    height: 2px;
    width: 70px;
    background: #dddddd;
    display: block;
    margin: 10px auto 0;
}
.iw-item-info.default .description{
    font-size: 12px;
    line-height: 24px;
    color: #959595;
}
.iw-item-info.default .dot span{
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #d7d7d7;
    border-radius: 50%;
    margin-right: 3px;
}
.iw-item-info.default .dot span:last-child{
    margin-right: 0;
}

.iw-item-info.default:hover{
    color: #fff;
}
.iw-item-info.default:hover i{
    background: #fff !important;
}
.iw-item-info.default:hover .title a{
    color: #fff;
}
.iw-item-info.default:hover h3:after{
    background: #fff;
}
.iw-item-info.default:hover .description{
    color: #fff;
}
.iw-item-info.default:hover .dot span{
    background: #fff;
}


/*Team Member*/
.iw-member{
    position: relative;
    margin-bottom: 30px;
}
.iw-member .iw-member-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    background: rgba(44, 44, 44, 0.76);
    z-index: 1;
    color: #fff;
	opacity:0;
	transition:all ease 0.5s;
}
.iw-member:hover .iw-member-info{
	opacity:1;
}
.iw-member .iw-member-info h3{
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 0 0;
}
.iw-member .iw-member-info h4{
    font-size: 14px;
    font-weight: 500;
    margin-top: 7px;
}
.iw-member .iw-member-info p{
    margin-bottom: 15px;
}
.iw-member-bottom{
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 0 25px;
}
.iw-member .socials{
    list-style: none;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.iw-member .socials li{
    display: inline-block;
    padding: 10px 20px 10px 0 ;
}
.iw-member .socials li a{
    font-size: 14px;
    color: #fff;
}

/* ------------ Buttons -------------*/
.iw-button {
    font-weight: 400;
}
.iw-button .rounded {
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.iw-button a.bg-white {
    background-color: #ffffff;
}
.iw-button a.bg-grey {
    background-color: #222222;
}
.iw-button a.bg-none {
    background: none;
}
.iw-button a.color-white {
    color: #ffffff;
}
.iw-button a.color-grey {
    color: #e6e6e6;
}
.iw-button a.button-text {
    border: 2px solid;
    display: inline-block;
    line-height: 30px;
    white-space: nowrap;
}
.iw-button a.border-white {
    border-color: #ffffff;
}
.iw-button a.border-grey {
    border-color: #e6e6e6;
}
.iw-button.button2 a {
    border: none;
}
.iw-button.ibutton-small a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
}
.iw-button.ibutton-normal a {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
}
.iw-button.ibutton-large a.button-text {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
}
.iw-button.background-opacity a.button-text, .iw-button.background-opacity a.button-text:hover {
    position: relative;
    border: none;
    background: none !important;
    z-index: 0;
    overflow: hidden;
}
.iw-button.background-opacity a.button-text:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.8;
    z-index: -1;
}
.iw-button.background-opacity a.button-text.bg-white:after {
    background: #ffffff;
}
.iw-button.background-opacity a.button-text.bg-grey:after {
    background: #e6e6e6;
}
.iw-button.background-opacity a.button-text span {
    z-index: 2;
}
.iw-button.background-opacity .bg-white-hover a.button-text:hover:after {
    background: #ffffff;
}
.iw-button.background-opacity .bg-grey-hover a.button-text:hover:after {
    background: #e6e6e6;
}
.iw-button a.width-auto {
    width: auto;
}
.iw-button a.full-width {
    width: 100%;
}
.button-icon.iw-button a.button-text {
    position: relative;
    padding: 25px 25px 25px 75px;
}
.button-icon .iw-button-text a i {
    position: absolute;
    left: 15px;
    width: 45px;
    top: calc(50% - 28px);
    padding: 10px 0;
    opacity: 0.35;
}
.button-icon .iw-button-text a:hover i {
    opacity: 1;
}
.button-icon .iw-button-text a {
    position: relative;
}
.button-icon .iw-button-text a:before {
    position: absolute;
    width: 1px;
    height: 70%;
    left: 60px;
    content: "";
    background: rgba(225, 225, 225, 0.35);
    top: 14%;
}
.iw-button .iw-button-text.bg-white-hover a:hover {
    background: #ffffff;
}
.iw-button .iw-button-text.bg-grey-hover a:hover {
    background: #e6e6e6;
}
.iw-button .iw-button-text.color-white-hover a:hover {
    color: #ffffff;
}
.iw-button .iw-button-text.color-grey-hover a:hover {
    color: #e6e6e6;
}
.iw-button .iw-button-text.border-white-hover a:hover {
    border-color: #ffffff;
}
.iw-button .iw-button-text.border-grey-hover a:hover {
    border-color: #e6e6e6;
}

/*Spotlight Tour*/
.intravel-spotlight-tour .tour-img-poster img {
    width: 100%;
}
.intravel-spotlight-tour .spotlight-tours .row:last-child{
    margin-bottom: 0;
}
.intravel-spotlight-tour .tour-info-wrap:hover:before{
    opacity: 0;
}
.intravel-spotlight-tour .tour-info{
    position: absolute;
    top: calc(50% - 70px);
    text-align: center;
    width: 100%;
}
.intravel-spotlight-tour .tour-info-wrap > img {
    width: 100%;
}
.intravel-spotlight-tour .row {
    margin: 0;
}
.intravel-spotlight-tour .iw-video,
.intravel-spotlight-tour .spotlight-tours,
.intravel-spotlight-tour .spotlight-tours .tour-item {
    padding: 0;
}
.iw-video-poster {
    transition:opacity ease 1s;
    -webkit-transition:opacity ease 1s;
    position: relative;
}
.intravel-spotlight-tour .iw-video .play-button{
    transition:all ease 0.2s;
    -webkit-transition:all ease 0.2s;
    display: block;
    border: none;
    font-size: 72px;
    top: calc(50% - 25px);
}
.intravel-spotlight-tour .iw-video .video{
    margin: 100px 0 0;
}
body .modal-backdrop.in {
    opacity: 0.64;
}
.intravel-spotlight-tour .iw-video .open-popup{
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-size: 72px;
    background: none !important;
    border: none;
    line-height: 24px;
    padding: 0;
    box-shadow: none;
    z-index: 0;
}
.intravel-spotlight-tour .iw-video .open-popup:after {
    position: absolute;
    content: "";
    top: calc(50% - 110px);
    left: calc(50% - 81px);
    width: 227px;
    height: 196px;
    background-image: url("../images/play_button_bg.png");
    background-repeat: no-repeat;
    z-index: -1;
}
.intravel-spotlight-tour .iw-video button i.icon {
    width: auto;
    height: auto;
    margin: 0;
}
.intravel-spotlight-tour .iw-video .close-popup {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    bottom: 0;
    color: #ffffff;
    position: absolute;
    right: 0;
}
.intravel-spotlight-tour .iw-video video {
    height: 100%;
}
.iw-video.playing .play-button,.iw-video.playing .iw-video-poster{
    opacity: 0!important;
}
.intravel-spotlight-tour {
    color: #ffffff;
}
.intravel-spotlight-tour .tour-info-wrap {
    position: relative;
    overflow: hidden;
}
.intravel-spotlight-tour .tour-info-wrap:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    opacity: 0.5;
    background: #000000;
}
.intravel-spotlight-tour .tour-info-wrap:hover:after {
    opacity: 1;
}
.intravel-spotlight-tour .spotlight-tours .tour-info-wrap a:hover {
    color: #ffffff;
}
.intravel-spotlight-tour .tour-info {
    top: calc(50% - 65px);
    -webkit-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
    padding: 0 40px;
    z-index: 2;
}
.intravel-spotlight-tour .tour-item:hover .tour-info,
.intravel-spotlight-tour .tour-item.hover .tour-info {
    top: 80px;
}
.intravel-spotlight-tour .tour-info h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.intravel-spotlight-tour .tour-info .tour-description {
    margin-bottom: 15px;
}
.intravel-spotlight-tour .tour-info .tour-detail,
.intravel-spotlight-tour .tour-info .tour-description {
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    display: none;
    opacity: 0;
}
.intravel-spotlight-tour .tour-item:hover .tour-info .tour-detail,
.intravel-spotlight-tour .tour-item:hover .tour-info .tour-description {
    display: block;
    opacity: 1;
}
.intravel-spotlight-tour .tour-info .tour-detail a {
    display: inline-block;
    height: 35px;
    line-height: 31px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: 2px #ffffff solid;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.intravel-spotlight-tour .tour-info .tour-detail a i {
    margin-top: 4px;
}

/* ========== Info Item ========== */
.intravel-types ul li a{
    height:95px;
    line-height:95px;
    text-align:center;
    width:95px;
    border:2px solid #fff;
    border-radius:200px;
    display:inline-block;
    color:#fff;
    font-size:30px;
}
.intravel-types ul li a:hover{
    background:#fff;
    color:#13a1c5;
}
.intravel-types ul li{
    list-style:none;
    display:inline-block;
    margin:0 40px 30px 40px;
}
.intravel-types ul{
    margin-bottom:40px;
}
.intravel-types{
    text-align:center;
}
.intravel-types .ext-link a{
    height:44px;
    line-height:44px;
    border-radius:100px;
    background:#fff;
    color:#13a1c5;
    padding:0 48px;
    font-size:16px;
    display:inline-block;
}

.iw-item-info.style2{
    text-align:center;
    border:1px solid #e8e8e8;
    padding:40px;
    margin-top:43px;
}
.iw-item-info.style2 .icon{
    height:67px;
    width:67px;
    line-height:67px;
    border-radius:100px;
    color:#fff;
    font-size:33px;
    margin:-83px auto 45px auto;
}
.iw-item-info.style2 .icon i{
    line-height:inherit;
}
.iw-item-info.style2 .title{
    margin:0 0 15px 0;
    line-height:1;
    font-size:18px;
}
.iw-item-info.style2 .title a{
    color:#232323;
}
.iw-item-info.style2 .description{
    font-size:12px;
    line-height:30px;
    color:#747474;
}
.iw-item-info.style3 {
    border: 1px solid #e8e8e8;
    padding: 45px 30px 25px;
    font-size: 12px;
    background: #ffffff;
    margin-bottom: 30px;
}
.iw-item-info.style3 .title {
    margin-bottom: 2px;
}
.iw-item-info.style3 .title a {
    font-size: 24px;
    font-weight: 600;
    color: #232323;
}
.iw-item-info.style3 .sub-title {
    color: #232323;
    font-style: italic;
    margin-bottom: 6px;
}
.iw-item-info.style3 .dot span {
    background: #4f4f4f none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 7px;
    margin-right: 3px;
    width: 7px;
}
.iw-item-info.style3:hover .dot span {
    background: #ffffff;
}
.iw-item-info.style3:hover, .iw-item-info.style3:hover .title a,
.iw-item-info.style3:hover .sub-title, .iw-item-info.style3:hover .icon {
    color: #ffffff !important;
}

/*================ Contact us  ===================*/
.iw-contact{
    padding:90px 0 60px 0;
}
.iw-contact .iw-form-group h3.title_contact_form{
    margin:0 0 20px 0;
    line-height:1;
    font-size:30px;
    text-transform:uppercase;
    font-weight:500;
    position:relative;
    z-index:1;
}
.iw-contact .iw-form-group h3.title_contact_form:before{
    position:absolute;
    border-top:3px solid #e7e7e7;
    width:100%;
    left:0;
    top:calc(50% - 3px);
    content:'';
    z-index:-1;
}
.iw-contact .iw-form-group h3.title_contact_form span{
    background:#fff;
    padding-right:70px;
    display:inline-block;
}
.iw-contact .iw-form-group .form-group .control{
    height:44px;
    line-height:42px;
    font-size:12px;
    padding:0 15px;
    border:1px solid #f1f1f1;
    width:100%;
    background:#fff;
}
.iw-contact .iw-form-group .form-group textarea.control{
    line-height:20px;
    height:auto;
    padding:15px;
}
.iw-contact .iw-form-group .form-group{
    margin-bottom:30px;
}
.iw-contact .iw-form-group .btn-submit{
    border:none;
    color:#fff;
    padding:0 23px;
    font-size:16px;
    height:44px;
    line-height:44px;
}
.iw-contact .iw-form-group .btn-submit:hover{
    background:#474747!important;
}
.iw-contact .iw-contact-address-right{
    border:1px solid #ececec;
    background:#fbfbfb;
}
.iw-contact .iw-contact-address-right .text-address{
    margin-left:82px;
    padding-left:15px;
    border-left:1px solid #ececec;
}
.iw-contact .iw-contact-address-right .iw-address{
    padding:25px 0;
    position:relative;
}
.iw-contact .iw-contact-address-right .iw-address + .iw-address{
    border-top:1px solid #ececec;
}
.iw-contact .iw-contact-address-right .iw-address .icon{
    position:absolute;
    width:82px;
    text-align:center;
    line-height:30px;
    font-size:30px;
    top:calc(50% - 15px);
}
.iw-contact .iw-contact-address-right .iw-address .title{
    text-transform:uppercase;
    margin:0 0 4px 0;
    line-height:1;
    font-weight:500;
    color:#838383;
}



/* ========== Effect image ========== */
.iw-effect-img .effect-1, .iw-effect-1 {
    overflow: hidden;
    position: relative;
}
.iw-effect-img .effect-1 img, .iw-effect-1 > img {
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    width: 100%;
}
.iw-effect-img:hover .effect-1 img, .iw-effect-1:hover > img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}



@media (max-width: 1400px) {

    .intravel-spotlight-tour .tour-item:hover .tour-info,
    .intravel-spotlight-tour .tour-item.hover .tour-info {
        top: 35px;
    }
}
@media (max-width: 1200px) {
    .iw-member .iw-member-info {
        padding: 15px;
    }
    .iw-member .iw-member-info p {
        line-height: 28px;
        margin-bottom: 5px;
    }
    .iw-member-bottom {
        padding: 0 15px;
    }
    .iw-member .socials li {
        display: inline-block;
        padding: 5px 20px 5px 0;
    }
}
@media (max-width: 980px) {
    .iw-member .iw-member-info {
        padding: 30px 25px;
    }
    .iw-member .iw-member-info p {
        margin-bottom: 15px;
    }
    .iw-member-bottom {
        padding: 0 25px;
    }
    .iw-member .socials li {
        display: inline-block;
        padding: 10px 20px 10px 0;
    }
    /* Posts */
    .post-item .post-item-inner {
        margin: 0;
    }
    /* Iw-Slider */
    .iw-slider-block.style1 {
        margin: 0;
    }
    .inwave-funfact-item.style1 {
        width: 50%;
    }

    .intravel-spotlight-destination.style1 .row .destination, .intravel-spotlight-destination.style1 .tour-types .row > div {
        margin-bottom: 30px;
    }
    .intravel-spotlight-destination .tour-types .row {
        margin-bottom: 0;
    }
    .intravel-spotlight-tour .tour-types .row {
        margin-bottom: 0;
    }
    .iw-item-info.default {
        padding: 40px 15px 30px;
    }
    .iw-item-info.style2 {
        padding: 43px 15px 40px;
    }
    .iw-item-info.style3 {
        padding: 45px 15px 25px;
    }
}
@media (width: 768px) {
    body .header-version-2 .iw-top-bar .contact,
    body .header-version-2 .iw-top-bar .social-curency{
        width: auto;
        padding-top: 10px;
    }

}
@media (max-width: 768px) {
    .hades.tparrows{
        display: none!important;
    }
}

@media (max-width: 767px) {
    /* Posts */
    /* Iw-Slider */
    .iw-slider-block .img {
        width: 40px;
        height: 40px;
        top: -45px;
    }

    body .vc_row-has-fill, body .iw-parallax {
        background-image: none !important;
    }
    .intravel-spotlight-tour .tour-item:hover .tour-info,
    .intravel-spotlight-tour .tour-item.hover .tour-info {
        top: 60px;
    }


}


@media (max-width: 479px) {
    .iw-heading .iwh-title {
        font-size: 36px !important;
        line-height: 45px !important;
    }
    .inwave-funfact-item.style1 {
        display: block;
        width: 100%;
    }
    .intravel-spotlight-destination.style2 .iw-video-poster {
        height: 320px;
    }
    .intravel-spotlight-tour .iw-video-poster {
        height: 320px;
    }

}

