@import url(http://fonts.googleapis.com/css?family=Tangerine|Oswald:100,300,700|Alegreya+Sans:100,300|Josefin+Sans:400,600,300|Roboto:300,400);

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;

}
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 70%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.70);
    transition: all 0.7s ease-out;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none;
}
.waves-effect img {
    position: relative;
    z-index: -1;
}
.waves-notransition {
    transition: none !important;
}
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}
.waves-block {
    display: block;
}
/* Firefox Bug: link not triggered */

.waves-effect .waves-ripple {
    z-index: -1;
}

/*animated*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

/* FadeUp*/
@-webkit-keyframes fadeInUp { 
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* HOME PAGE SEARCH BOX 
/*-------------------------------------------------*/
 .tourz-search {
     background:  /*url(../images/bg.jpg) no-repeat*/;
     position: static;
     background-size: cover;

}
 .tourz-search {
}
 .tourz-search-form {
}
 #select-city {
     background: #fff;
     border: 0px;
     height: 45px;
     border-radius: 2px;
     padding: 0px 10px;
     box-sizing: border-box;
     font-size: 14px;
     border: 1px solid #efefef;
}
 #select-search {
     background: url(../images/icon/search.png) no-repeat left center #fff;
     border: 0px;
     height: 45px;
     border-radius: 2px;
     padding: 0px 10px 0px 35px;
     box-sizing: border-box;
     font-size: 14px;
     background-size: 17px;
     background-position-x: 10px;
}
 .search-hotel-type {
     padding-left: 18px;
}
 .tourz-search-form input[type="submit"] {
     background: none !important;
     width: 100%;
}
 .tourz-search-1 {
     padding: 150px 0px 100px 0px;
     width: 100%;
     margin: 0 auto;
     text-align: center;
     position: relative;
}
 .tourz-search-1 h1 {
     color: #fff;
     font-size: 50px;
}
 .tourz-search-1 p {
     font-size: 18px;
     color: #fff;
     padding-bottom: 30px;
     margin-bottom: 0px;
}
 .tourz-search-1 form {
}
 .tourz-search-form label {
     text-overflow: ellipsis;
     white-space: pre;
     overflow: hidden;
     right: 15px;
	     top: 12px !important;
}
 .tourz-search-form div:nth-child(1) {
     width: 20%;
     float: left;
}
 .tourz-search-form div:nth-child(2) {
     width: 60%;
     float: left;
}
 .tourz-search-form div:nth-child(3) {
     width: 15%;
     float: left;
}
 .tourz-search:before {
    /* content: '';
     */
     background: #141E30;
     background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
     background: linear-gradient(to right, rgba(36, 59, 85, 0.55), rgba(20, 30, 48, 0.82));
     position: absolute;
     bottom: 0px;
     top: 0px;
     left: 0px;
     right: 0px;
}
 .tourz-search-form div {
     margin: 0px 5px;
}
 .tourz-sear-btn {
     height: 45px;
     line-height: 45px;
     background: #f4364f;
     background: linear-gradient(to bottom,#ffcc2a,#d8a606);
     outline: none;
     font-size: 16px;
     display: block !important;
     color: #fff;
     font-weight: 600;
     font-family: 'Quicksand', sans-serif;
     text-transform: uppercase;
}
 .tourz-hom-ser {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 28px;
     padding-bottom: 0px;
     padding-left: 130px;
}
 .tourz-hom-ser ul {
     margin-bottom: 0px;
     margin: 0 auto;
     display: table;
     padding: 0px;
}
 .tourz-hom-ser ul li {
     float: left;
     display: inline;
     text-align: center;
     width: 25%;
     padding: 0px 80px;
}
 .tourz-hom-ser ul li a {
     background: linear-gradient(to bottom, #ffcc2a,#d8a606);
     width: 120px;
     height: 120px;
     display: block;
     padding: 18px 2px 10px 0px;
     text-align: center;
     color: #fff;
     border-radius: 5px;
     font-family: 'Arimo', sans-serif;
    /* position: relative;
     */
    /* overflow: hidden;
     */
     line-height: 24px;
     border: 1px solid #fff;
}
/* Wave Btn */
 .tourz-hom-ser ul li a:hover {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
     background: #87B83D;
     background: linear-gradient(to bottom, #0071bc, #034a7a);
     border: 1px solid #B0DC01;
	 text-decoration:none;
}

 .tourz-hom-ser ul li a img {
     display: table;
     text-align: center;
     margin: 0 auto;
     padding-bottom: 5px;
     width: 36px;
}
 .tourz-pop-ser-btn {
}
 .tourz-pop-ser-btn img {
}
 .tourz-top-phone {
     border: 1px solid #9a729a;
     border-radius: 50px;
}


@media only screen and (min-width:320px) and (max-width:1023px) {
.tourz-sear-btn {
     height: 40px;
     line-height: 40px;
     background: #f4364f;
     background: linear-gradient(to bottom,#f4364f,#dc2039);
     outline: none;
     font-size: 12px;
     display: block !important;
     color: #fff;
     font-weight: 400;
     font-family: "Roboto", sans-serif;
     text-transform: uppercase;
}
 .tourz-hom-ser {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 28px;
     padding-bottom: 5px;
}
 .tourz-hom-ser ul {
     margin-bottom: 0px;
     margin: 0 auto;
     display: table;
     padding: 0px;
}
 .tourz-hom-ser ul li {
     float: left;
     display: inline;
     text-align: center;
     width: 24%;
     padding: 0px 5px;
}

.tourz-hom-ser ul li a {
     background: #e8095a00;
     width: 52px;
     height: 52px;
     display: block;
     padding: 8px 2px 8px 2px;
     text-align: center;
     color: #fff;
     border-radius: 5px;
     font-family: "Roboto", sans-serif;
    /* position: relative;
     */
    /* overflow: hidden;
     */
     line-height: 0px;
     border: 1px solid #8e8e8e;
}
 .tourz-hom-ser ul li a:hover {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
     background: #7A9E3E;
     background: linear-gradient(to bottom,#7A9E3E,#4A8002);
     border: 1px solid #40EC06;
	 text-decoration:none;
}
 .tourz-hom-ser ul li a img {
     display: table;
     text-align: center;
     margin: 0 auto;
     padding-bottom: 5px;
     width: 30px;
}
 .tourz-pop-ser-btn {
}
 .tourz-pop-ser-btn img {
}
}


/* 6.TOUR PLACES 
/*-------------------------------------------------------*/
 .b_pack {
     position: relative;
     overflow: hidden;
     /*background: #ffffff;*/
     -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
     -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
     box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
     o-transition: all 0.3s ease-out;
     -ms-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -webkit-transition: all 0.3s ease-out;
     margin-bottom: 30px;
     border-bottom-left-radius: 7px;
     border-bottom-right-radius: 7px;
}
 .b_pack h4 {
     font-size: 14px;
     text-transform: uppercase;
     margin: 15px 0;
     font-weight: 600;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .b_pack h4 a {
     color: #000000;
     text-decoration: none;
     font-family: 'Quicksand', sans-serif;
     font-weight: 600;
}
 .v_pl_name {
     text-transform: capitalize;
     padding: 5px;
     color: #6C6C6C;
     font-weight: 500;
}
 .v_place_img {
     position: relative;
     overflow: hidden;
}
 .v_place_img img {
     width: 100% !important;
}
 .b_packages img {
     width: 100%;
     -webkit-transition: 0.4s ease;
     transition: 0.4s ease;
}
 .b_packages img:hover {
     -webkit-transform: scale(1.08);
     transform: scale(1.08);
}
/* Index Page Small Image Effects*/
 .band {
     width: 50px;
     height: auto;
     position: absolute;
     z-index: 9;
     left: 13px;
     top: -6px;
}
 .band img:hover {
     -webkit-transform: scale(01.0);
     transform: scale(01.0);
}

/* Icon */

 .pack_icon {
}
 .pack_icon ul {
     padding: 0px;
     padding-top: 10px;
     position: relative;
     overflow: hidden;
     margin-bottom: 0px;
}
 .pack_icon ul li {
     display: inline-block;
     width: 25%;
     float: left;
}
 .pack_icon ul li a {
}
 .b_pack div {
    /* padding-right: 0px;
     */
    /* padding-left: 7px;
     */
}
 .pack_icon_2 img {
     width: 22px;
}

/*-------------------------------------------------*/
/* SOCIAL MEDIA SHARE 
/*-------------------------------------------------*/
 .icon-float {
     position: fixed;
     left: 0px;
     top: 35%;
     z-index: 999;
}
 .icon-float ul {
     padding: 0px;
}
 .icon-float ul li {
     list-style-type: none;
}
 .icon-float ul li a {
     display: block;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     padding: 0px;
}
 .icon-float ul li a i {
     padding: 8px;
     width: 40px;
     height: 32px;
     text-align: center;
     color: #fff;
}
 .icon-float ul li a:hover {
     transform: rotateY(-180deg);
}
 .icon-float ul li a:hover i {
     transform: rotateY(180deg);
}
 .fb1 {
     background: #3b5998;
}
 .gp1 {
     background: #dd4b39;
}
 .tw1 {
     background: #1da1f2;
}
 .li1 {
     background: #0077b5;
}
 .yt1 {
     background: #cd201f;
}
 .wa1 {
     background: #34af23;
}
 .sh {
     background: #fff;
     padding: 10px 0px;
     font-size: 11px;
     text-align: center;
     color: #333;
     border-top-right-radius: 5px;
}
 .sh1 {
     background: #333;
     border-bottom-right-radius: 5px;
}

/* 14.COPY RIGHTS 
/*-------------------------------------------------------*/
 .copy {
     background: #fff;
}
 .copy p {
     text-align: center;
     margin-bottom: 0px;
     padding: 5px;
     font-size: 13px;
     color: #000000;
}
 .open > .dropdown-menu {
     -webkit-transition: background-color 0.3s ease 0s, border 0s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s;
     -moz-transition: background-color 0.3s ease 0s, border 0s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s;
     -o-transition: background-color 0.3s ease 0s, border 0s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s;
     transition: background-color 0.3s ease 0s, border 0s ease 0s, color 0.3s ease 0s, opacity 0.3s ease-in-out 0s;
}

.tb-space {
     padding: 100px 0px;
}
 .tb-space-inn {
     padding: 40px 0px;
}

/* SECTION AND DIV - TOP AND BOTTOM EXTRA SPACING 
/*-------------------------------------------------*/
 .pad-bot-redu {
     padding-bottom: 70px;
}
 .pad-bot-redu-5 {
     padding-bottom: 50px;
}
 .pad-bot-incre {
     padding-bottom: 100px;
}
 .pad-left-o {
     padding-left: 0px !important;
}
 .pad-top-o {
     padding-top: 0px;
}
/*-------------------------------------------------*/

.spe-title {
     text-align: center;
     position: relative;
     overflow: hidden;
     margin-bottom: 50px;
}
 .spe-title h2 {
     margin-bottom: 0px;
     padding-bottom: 20px;
     margin-top: 0px;
     text-transform: capitalize;
     font-size: 44px;
     color: #253d52;
    /* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.59);
     */
}
 .spe-title h2 span {
     color: #f4364f;
     font-size: 44px;
     font-weight: 600;
     font-family: 'Quicksand', sans-serif;
}
 .spe-title p {
     margin-bottom: 0px;
     font-size: 20px;
     font-weight: 400;
     padding-top: 12px;
     color: #888;
     font-family: 'Quicksand', sans-serif;
}
 .spe-title-1 {
}
 .spe-title-1 h2 {
     color: #253d52;
}
 .spe-title-1 h2 span {
}
 .spe-title-1 p {
     color: #4e5963;
}
 .title-line {
     margin-top: -10px;
}
 .tl-1 {
     width: 80px;
     height: 1px;
     display: inline-block;
     background: #eee;
}
 .tl-2 {
     display: inline-block;
     height: 12px;
     margin: 0 5px;
     position: relative;
     top: 5px;
     width: 12px;
     border: 1px solid #ebc131;
     border-radius: 50px;
}
 .tl-3 {
     width: 80px;
     height: 1px;
     display: inline-block;
     background: #eee;
}
/*-------------------------------------------------------*/

/*-------------------------------------------------*/
/* HOME PAGE CITY HOTELS 
/*-------------------------------------------------*/
 .tour-mig-like {
}
 .tour-mig-like-com {
     position: relative;
     border-radius: 10px;
     margin-bottom: 20px;
     background: #14addb;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .tour-mig-lc-img {
}
 .tour-mig-like-com:hover img {
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     opacity: 0.5;
}
 .tour-mig-lc-img img {
     width: 100%;
     border-radius: 5px;
}
 .tour-mig-like-com:before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 10%, rgba(84, 84, 84, 0.35) 80%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
     border-radius: 5px;
}
 .tour-mig-lc-con {
     position: absolute;
     width: 100%;
     margin-top: -125px;
     padding: 20px 20px 0px 20px;
     display: block;
     text-align: right;
}
 .tour-mig-lc-con2 {
     margin-top: -100px;
}
 .tour-mig-lc-con h5 {
     font-size: 26px;
     color: #fff;
     padding-top: 10px;
     padding-bottom: 0px;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     margin-bottom: 2px;
}
 .tour-mig-lc-con h6 {
     font-size: 14px;
     color: #fff;
     position: absolute;
     top: -20px;
    /* right: 0px;
     */
     border: 1px solid #fff;
     padding: 8px 10px 3px 10px;
     border-radius: 18px;
     margin-bottom: 5px;
     padding-bottom: 10px;
}
 .tour-mig-lc-con p {
     color: #c1c1c1;
}
 .tour-mig-lc-con p span {
     text-align: left;
     float: left;
     font-size: 20px;
     color: #eee;
}


/*-------------------------------------------------*/

