/*==================================
* Author        : "ThemeSine"
* Template Name : Travel
* Version       : 1.0
==================================== */

/*==================================



==================================== */

/*=========== TABLE OF CONTENTS ===========

1.  General css (Reset code)
2. 	Header
3. 	About
5.  Travel-box
5.  Service
6.  Gallery
7.  Discount-offer
8.  Packages
9.  Testemonial 
10. Special Offer
11. Blog
12. Subscribe
13. Footer-copyright
===========*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;

}

body{
	font-family:微軟正黑體, "Microsoft JhengHei", "Heiti TC Light", "ST Heiti TC Light", "STHeiti TC Light", STHeitiTC-Light, "STHeiti Light", STXihei,'Poppins', sans-serif,Raleway;
    position: relative;
	font-size:14px;
	color: #222222;
	/*background: url(../images/gallary/gallery_bg01.jpg);
	
    max-width:1920px;*/
	background-color: rgb(255, 244, 249);
    margin:0 auto;
	overflow-x:hidden;
    
}



a,a:hover,a:active,a:focus {

	display:inline-block;
	text-decoration:none;
	font-size:13px;
	padding:0;
    margin:0;

}

h1,h2,h3,h4,h5,h6 { 

	margin: 0;
	color:#222222;
	text-transform: capitalize;

}

p {

	margin: 0;
	color:#666666;
	font-size:14px;

}

img{	border:none;max-width:100%; height:auto;}

ul{

	padding: 0;
    margin: 0;
    list-style: none;

}

ul li {

	list-style: none;

	

}

select,input,textarea,button{box-shadow:none;outline:0!important;}





html,body{
	height: 100%;
	z-index: 2;

}

[placeholder]:focus::-webkit-input-placeholder {

  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;

}



/*=============Style css=========*/

/*-------------------------------------
		2. Header
--------------------------------------*/
.top-area {
    position: absolute;
    width: 100%;
}
.wrapper {
    position: relative;
    z-index: -1;
}
.header-area{
    position:relative;
    width: 100%;
	background-color: rgba(0,0,0,0)
}

/*.sticky-wrapper */
.sticky-wrapper {
    position: relative;
    z-index: 5;
    transition:.7s;
}
.is-sticky .header-area{

}
.is-sticky .header-area:after{
    position:absolute;
    content:'';
    background: rgba(121, 164, 218, 0.85);
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:-1;
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -ms-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition: all 0.5s linear;
}
.sticky-wrapper.is-sticky .main-menu .nav a:before{
    bottom: 17.6px;
}/*.sticky-wrapper */

/*.logo*/
.logo a, .logo a:hover, .logo a:focus{
    color: #fff;
    font-size:24px;
   
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}
.logo a span{
    color: #ffb700;
    text-transform: capitalize;
}

/*.logo*/

/*.main-menu*/
.main-menu {position:relative;}
.main-menu ul .nav .navbar-nav {
    text-align:right;
    float:none;
}
.main-menu .nav li {
    position:relative;
    padding: 16px 12px 0px;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.main-menu .nav li a{
    padding: 11px 0 29px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
   
    font-weight:500;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.main-menu  .nav  li.active a,
.main-menu  .nav  li a:hover,
.main-menu .nav  li a:focus{
    color: #ffb700;
    background-color:transparent;
}
.main-menu .nav a:before{
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    bottom: -2.4px;
    left: 0;
    background: transparent;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    
}
.main-menu .nav li.active  a:before,
.main-menu .nav a:hover:before{
    background: #ffb700;
    width: 100%;
}

/*.main-menu*/

/* tooggle */
.main-menu .navbar-toggle {
    margin-top: 5px;
    border: 1px solid;
    font-size: 16px;
    float:left;
}
.main-menu .navbar-toggle {
    color: #00d8ff;
}
.main-menu .navbar-default .navbar-toggle:focus, 
.main-menu .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}


.home-border{
    border-top:2px solid #fff;
}

/*book-btn*/
.book-btn {
	background: #00d8ff;
    border: 1px solid #00d8ff;
    width: 120px;
    height: 40px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size:14px;
    
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.book-btn:hover{
    color: #fff;
    background: #00d8d5;
    border: 1px solid #00d8d5;
}/*book-btn*/
/*book-btn*/
.btn {
	background: #00d8ff;
    border: 0px solid #00d8ff;
	padding: 10px 25px;
   
   
    text-align: center;
    color: #fff;
    font-size:16px;
    
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn:hover{
    color: #fff;
    background: #00d8d5;
    border: 0px solid #00d8d5;
		padding: 10px 25px;
   
}
.btn-primary {background: rgba(208,19,110,1.00);
    border: 0px solid #00d8ff;}/*book-btn*/
/*-------------------------------------
		3. 	About
--------------------------------------*/
.about-us{
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	background: url(../../assets/images/home/banner-d.jpg)no-repeat;
	background-size: cover;
	background-position: center bottom;
	min-height: 500px;
}
.top_banner {
	     display: inherit;
    justify-content: center;
    align-items: center;
    position: relative;
  background: url(../../assets/images/homebg3.png)no-repeat;
    background-size:cover;
    background-position: center bottom;
    min-height: 550px;
    padding-top: 90px;
	
    

}
.top_banner.promoCA {
	 display: inherit;
    justify-content: center;
    align-items: center;
    position: relative;
    
    min-height: inherit;
    padding-top: 78px;
	
	background-color: #89c6d8;
	
	
    

}
.top_banner .top_img {
	width: 100%
}
/*.about-us:before{
	position: absolute;
	content: "";
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,122,207,.4);
}*/

/*about-us-content*/
.about-us-content{
	margin: -55px 0 0 0;
}
.about-us h2 {
	color: #f7a666;
    font-size: 60px;
    text-transform: inherit;
    
    font-weight: 600;
    line-height: 1.22;
}
.about-us h2 img {
	margin:0 auto}
.about-us h3 {
	color: #fff;
    font-size: 50px;
    text-transform: inherit;
    
    font-weight: 600;
    line-height: 1.0;
	text-shadow: 0 0 5px rgba(0,0,0,.7)
}
.about-us h3 img {
	margin:0 auto}
.about-us h2 span{
	color:#2bdab5;
	margin-top: -11px;
}
.about-btn {
    margin-top: 39px;
    letter-spacing: 1.2px;
     -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.about-view {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #00d8ff;
    border: 1px solid #00d8ff;
    width: 200px;
    height: 60px;
    white-space: nowrap;
    color: #fff;
    font-size:16px;
    font-family:  微軟正黑體, "Microsoft JhengHei", "Heiti TC Light", "ST Heiti TC Light", "STHeiti TC Light", STHeitiTC-Light, "STHeiti Light",  'Poppins',STXihei, sans-serif,Raleway;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(14,15,18,.2);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.about-btn:hover .about-view{
    color: #fff;
    background: #00d8d5;
    box-shadow: 0 5px 20px rgba(14,15,18,.7);
	border: 1px solid #00d8d5;
}
.travel-mrt-0{
    margin-top: 0px;
}
/*about-us-content*/

/*-------------------------------------
		4. 	Travel-box
--------------------------------------*/
.single-travel-boxes {
    margin-top: -125px;
    background: #fff;
}
.tab-para p {
    font-size: 24px;
}
/* .desc-tabs */
.desc-tabs {
    border: transparent;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.desc-tabs .nav-tabs {
    display: inline-block;
    border-right: 1px solid #fff;
}

.desc-tabs .nav-tabs>li.active>a{
	color: #fff;
    background: #00d8ff;
    cursor: default;
    font-size: 20px;
    font-weight: 500;
    
    text-transform: capitalize;
    -webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.desc-tabs .nav-tabs>li.active>a:focus, 
.desc-tabs .nav-tabs>li.active>a:hover {
    color: #565a5c;
    text-decoration: none;
}
.desc-tabs .nav-tabs>li>a{
	color: #fff;
    background: #00d8ff;
    cursor: default;
    font-size: 20px;
    font-weight: 500;
    
    text-transform: capitalize;
    padding: 17px 40px 17px 46px;
    border: 0;
    -webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.single-travel-boxes .nav>li>a:focus, 
.single-travel-boxes .nav>li>a:hover {
	color: #565a5c;
	background: #fff;
	border: 0;
    text-decoration: none;
}
.desc-tabs .nav-tabs>li>a>i{
	padding-right: 6px;
}
/* .desc-tabs */



/*===ab-select-box===*/
.tab-para{
	padding: 43px 42px 24px;
}
.single-tab-select-box h2{
	color: #565a5c;
    font-size: 20px;
    font-weight: 500;
    
    text-transform: capitalize;
    margin-bottom: 17px;
}
.travel-select-icon{
	position:relative;
}
.travel-select-icon:after{
	position: absolute;
    content: "\f107";
    right: 0px;
    top: 0;
    font-size: 18px;
    color: #aaa;
    background: #f9f9f9;
    font-family: "fontAwesome";
    pointer-events: none;
    border:1px solid #d7d7d7;
    border-bottom: transparent;
    padding: 10px;
}

.travel-check-icon{
    position: relative;
}
.travel-check-icon:after{
    position: absolute;
    content: "\f073";
    right: 0px;
    top: 0;
    font-size: 18px;
    color: #aaa;
    background: #f9f9f9;
    font-family: "fontAwesome";
    pointer-events: none;
    border:1px solid #d7d7d7;
    border-bottom: transparent;
    padding: 10px 8px;
}/*travel-select-icon*/

.travel-select-icon  select,.travel-check-icon  input {
	color:#aaa;
	font-size:14px;
	
	text-transform: capitalize;
	height: 48px;
}/*select*/

.travel-select-icon .form-control,.travel-check-icon .form-control{
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	appearance:none;
	outline:0!important;
	box-shadow:none;
	border:1px solid #d7d7d7;
	border-radius: 0px;
	margin-bottom: 20px;
}/*.travel-select-icon .form-control*/

/*.trip-circle*/
.trip-circle {
    display: flex;
    margin-bottom: 17px;
}
.single-trip-circle{
    display: flex;
}
.single-trip-circle:nth-child(2){
    display: flex;
    margin-left: 42px;
}
.single-trip-circle input[type="radio"] {
    display:none;
}
.single-trip-circle input[type="radio"] + label {
    color: #565a5c;
    font-size: 16px;
    font-weight: 500;
    
    text-transform: capitalize;
    margin-bottom: 17px;
    margin-left:0px;
}
.single-trip-circle input[type="radio"] + label span.round-boarder{
    display:inline-block;
    width:15px;
    height:15px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}
.single-trip-circle input[type="radio"] + label span.round-boarder1{
    display:inline-block;
    width: 9px;
    height: 9px;
    margin: -13px 0px 0 1px;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}
.single-trip-circle input[type="radio"] + label span.round-boarder{
    border:2px solid #aaa;
}

.single-trip-circle input[type="radio"] + label span.round-boarder1 {
    border:1px solid #fff;
    background-color:#fff;
}

.single-trip-circle input[type="radio"]:checked + label span.round-boarder1{
     background-color:#00d8ff;
}

.single-trip-circle input[type="radio"] + label span.round-boarder1,
.single-trip-circle input[type="radio"]:checked + label span.round-boarder1 {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}
/*.trip-circle*/


/* filter */
.travel-budget {
    margin-top: 38px;
}
.travel-budget h3{
	color: #565a5c;
    font-size: 20px;
    font-weight: 500;
    
    text-transform: capitalize;
}
.price_filter{
	margin-top: 9px;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background:  #d7d7d7;
    border: medium none;
    border-radius: 0;
    height: 6px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #00d8ff none repeat scroll 0 0;
    border: 0px solid #00d8ff;
    border-radius:50%;
    height: 12px;
    width: 12px;
    outline: 0;
    cursor: pointer;
    z-index: 1;
}
.price_filter .ui-slider-range {background: #00d8ff none repeat scroll 0 0;}
.price_slider_amount > input[type="text"] {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    letter-spacing: 5.5px;
    height: 40px;
    text-align: center;
    width: 280px;
    border: none !important;;
	
}
.price_slider_amount label {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
	
}
.price_slider_amount > input[type="text"]:focus {outline: 0}
.price_slider_amount > input[type="submit"] {outline: 0;}
.price_slider_amount {letter-spacing: 2px;}
.price_slider_amount > input[type="submit"] {
   	font-weight: 500;
    font-size: 14px;
    color: #aaa;
	
}

/* .travel-btn */
.about-view.travel-btn{
	width: 180px;
	margin-right: 15px;
}

/*-------------------------------------
        5. Service
--------------------------------------*/
.fu_sakura { background: url(../images/d001.png) no-repeat right bottom; background-size: 50%}
.service-counter { margin-top: 125px }
.description h1 {    line-height: 100%;
	font-family: cursive,sans-serif;
    font-size: 6.2em;
    color: #5082c1;
    text-align: left;}
.description .bg-susky { background-color: #5082c1}
.description .small {    margin-top: -10px;
    font-size: 20px;
    color: #999;}
.description .map { background-color: #fff; box-shadow: 0 0 15px 3px rgba(0,0,0,.5); padding: 10px; overflow: hidden;max-width: 500px; margin-top: 20px}
.description .map_round {background-color: #fff; box-shadow: 0 0 15px 3px rgba(0,0,0,.3); padding: 5px; overflow: hidden;max-width: 300px; margin-top: 20px; border-radius: 50%}
.description .box { margin-top: 30px}
.description .box img { width: 100%  }
.description .box .description h3 { color: #333;  padding: 20px 0 ; border-bottom: 1px solid #333; font-size: 20px; font-weight: 600}
.description .box .description h5 { color: #555;  padding: 5px 0; text-align: justify; line-height: 180% }
.Bimg_bg {background-color: #5082c1; height: 100%;
    position: absolute;
    bottom: 0;
    width: 70%;
	right:0;
    z-index: 0;}
.Cimg_bg {background-color: #5082c1; height: 15%;
    position: absolute;
    top: 0;
    width: 70%;
	right:0;
    z-index: 0;}
.pd-m {    padding: 20px 30% 50px 20px;
    font-size: 24px;
}
.text-white {color: #fff}
.service {
    position: relative;
    padding: 60px 0 54px;
}
.descrip { font-size: 28px; font-weight: 500; color: #fff;line-height: 1.5em;text-shadow: 0 0 8px rgba(0,0,0,.3);
text-align: center}
/* single-ststistics-box */
.single-service-box {
    
    margin-bottom:30px;
}
.single-service-box h3 {
	 
	padding-bottom: 10px;
	padding-top: 10px
}
.single-service-box h4 {
	display: block;
	line-height: 1.3
}
.single-service-box h4 strong {
	color: #C52306
	
}
.single-service-box h4 span {
	font-weight: 700;
	color: #01779B
}
.single-service-box h4 small {
	text-decoration: line-through
}
/* single-ststistics-box */
.service-content {
	color: #666;
    text-align: center;
     /* width: 160px;
   height: 160px; */
    border-radius: 15px;
    background-color: #d2a239;
    padding: 15px 25px;
	display: block;
	margin: 40px auto;
	 -webkit-transition:all 0.4s linear;
  -o-transition:all 0.4s linear;
  -moz-transition:all 0.4s linear;
  transition:all 0.4s linear;
    
    
}
.service-content i {
	color: #fff;
	font-size: 48px;
	
}
.service-content h2 a{
    color:#565a5c;
    font-size:16px;
    text-transform:capitalize;
    
    font-weight: 500;
}
.service-content p{
    
    font-size:16px;
    text-transform:inherit;
    padding:  0 10px;
	color: #fff;
}
.service-content:hover {
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.3);
	margin-top: 20px auto;
}
/*-------------------------------------
        6. Gallery
--------------------------------------*/
.gallery{
    
	padding: 90px 0;
	
	
	
}
.gallery .container {
	/*background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.8);
	padding: inherit*/
	
	
}
.gallery-details{
    margin-top:117px;
    margin-bottom:109px;
}
.gallery-content {
    margin-top:62px;
}

/* gallary-header  */
.gallary-header h2{
    position:relative;
    color:#565a5c;  
    font-size:30px;
    font-weight:500;
    text-transform:capitalize;
    
    padding-bottom:14px;
}
.gallary-header p{
    position:relative;
    color:#aaa;  
    font-size:16px;
    
    margin-top: 17px;
}
/* featured-header  */


/* ---- .item ---- */
.filtr-container .filtr-item {
    overflow:hidden;
    float: left;
    position:relative;
    margin-bottom: 10px;
    overflow:hidden;
}
/*.item img*/
.filtr-container .filtr-item img{
    width:100%;
    height:100%;
    transition:.5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.filtr-container .filtr-item:hover  img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}/*.item img*/



/*.item-title*/
.item-title{
    position: absolute;
    background:transparent;
    bottom: 20%;
    left: 60px;
    width: 170px;
    height: 60px;
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition: all 0.6s linear;
}
.item-title a {
    color:#fff;
    font-size:24px;
    text-transform: capitalize;
    
    font-weight: 500;
    margin-bottom: 3px;
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition: all 0.6s linear;
}
.item-title p {
    color:#fff;
    font-size:16px;
    text-transform: capitalize;
    
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
    -ms-transition:all 0.6s linear;
    -o-transition:all 0.6s linear;
    transition: all 0.6s linear;
}
.item-title p span{
    padding-right: 30px;
}
.filtr-container .filtr-item:hover .item-title a,
.filtr-container .filtr-item:hover .item-title p{
    color:#2cdbb5;
}
/*.item-title*/


/*-------------------------------------
        7.  Discount-offer
--------------------------------------*/

.discount-offer {
    padding: 0 0 60px 0;
  /*  position: relative;
    background: url(../../assets/images/home/offer-timer.jpg)no-repeat center fixed;
    background-size: cover;*/
	background-color: #df1514;
    z-index: 1;
}
.discount-offer h3 {
	 color:#fff;
    font-size:30px;
    
    font-weight: 500;
    line-height: 1.4;
}
.discount-offer .guide_bg {
	/*background: url(../images/offer/sun_gbg.png) no-repeat center top;
	background-size: 525px;
	*/
}

.easy_title {
    background: url(../../assets/images/home/top.png) no-repeat center -5px;  
	min-height: 150px;
	padding-top:60px
}
.easy_title h3 {
	color:#FAC10F;
    font-size:24px; 
	/*text-shadow: 0 0 5px rgba(0,0,0,.5);*/
    
    font-weight: 600;
    line-height: 2;
	padding: 5px 0
	
}
.discount-offer:after,.subscribe:after {
    position: absolute;
    content: "";
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: #f5f5f4;
    z-index: -1;
}

.dicount-offer-content h2{
    color:#fff;
    font-size:30px;
    
    font-weight: 500;
    line-height: 1.4;
}

/* campaign-timer */
.campaign-timer{
    background: rgba(50,55,63,.65);
    max-width: 555px;
    margin: 43px auto;
    padding:24px 0 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(34,31,31,.2);
}
.camp {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight:600;
    
    padding: 10px 0;
}
.time-after{
    position:relative;
}
.time-after:after{
    position:absolute;
    content:':';
    top:10px;
    right:-8px;
}
.time {
	display: block;
	line-height: 1;
	padding: 10px 22px 0 0;
	font-weight: 500;
	font-size: 48px;
	color: #fff;
	
}/* campaign-timer */

/*.discount-offer-btn*/
.about-view.discount-offer-btn{
    color: #fff;
    max-width: 160px;
    margin: 0 auto;
}/*.discount-offer-btn*/

/*-------------------------------------
        8. Packages 
--------------------------------------*/
.packages{
    padding:120px 0 90px;
	background:url(../images/client/01.jpg) center top fixed;
	background-size: cover;
}
.packages-content{
    margin-top:65px;
}
/*single-package-item */
.single-package-item{
    margin-bottom: 30px;
    padding-bottom: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.single-package-item-txt{
    padding: 0 25px;
}
.single-package-item img {
    width: 100%;
}
.single-package-item h3{
    position: relative;
    font-size: 20px;
    color: #565a5c;
    font-weight:500;
    
    padding: 20px 0;
}
.single-package-item h3:after{
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ebebeb;
}
.packages-para{
    padding:17px 0 0;
    text-transform: capitalize;
}
.packages-para p{
    font-size: 14px;
    color: #aaa;
    
    margin-bottom:15px;
}
.packages-para p span{
    display: inline-block;
    width: 150px;
}
.packages-review p i{
    color: #ffdf00;
    font-size: 16px;
}
.packages-review span{
    margin-left: 20px;
    font-size: 14px;
    color: #aaa;
    
    text-transform: capitalize;
}
.about-view.packages-btn{
    width: 110px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;

}
.about-view.packages-btn:hover{
    box-shadow: 0 5px 20px rgba(14,15,18,.3);
}
.single-package-item:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
/*single-package-item */

/*-------------------------------------
        9. Testemonial 
--------------------------------------*/

.testemonial{
    position:relative;
    background: #f9f9f9;
    padding:120px 0;
}

/*testemonial-carousel*/
.home1-testm-single {
    max-width: 345px;
    background: #fff;
    padding: 50px 0;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.home1-testm-single:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.3);
}
.home1-testm.item {
    padding-top: 74px;
    padding-bottom: 30px;
}

/*.home1-testm-img*/
.testemonial .owl-carousel .owl-item img {
    display: inline-block;
    width:80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
}/*.home1-testm-img*/

/*owl-carousel*/
.testemonial .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding: 0 19px;
}
.testemonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
.testemonial .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    border-radius:50%;
    background: #aaa; 
}
.testemonial .owl-theme .owl-dots .owl-dot.active span{
    background: #00d8ff;
}/*owl-carousel*/

/*home1-testm-txt*/
.home1-testm-txt {
    padding-top: 27px;
}
.home1-testm-txt p{
    color: #aaa;
    font-size: 16px;
    
    max-width: 284px;
    margin: 0 auto;
    padding: 20px 0;
}
.home1-testm-txt h3 a{
    display: block;
    color: #00d8ff;
    font-size: 16px;
    
    font-weight: 500;
    text-transform: capitalize;
}
.home1-testm-txt h4{
    color: #aaa;
    font-size: 14px;
    
    font-weight: 300;
    padding: 15px 0 0px;
}
.home1-testm-txt span {
    color: #ddd;
    font-size: 18px;
}/*home1-testm-txt*/

/*testemonial-carousel*/

/*-------------------------------------
        10.  Special-Offer
--------------------------------------*/
.special-offer{
    position: relative;
    background: url(../../assets/images/offer/offer-banner.jpg)no-repeat center;
    background-size: cover;
    z-index: 1;
}
.special-offer:after{
    position: absolute;
    content: "";
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,216,255,.6);
    z-index: -1;
}

/*.single-special-offer-bg*/
.single-special-offer-bg {
    margin-top: -1px;
    position: relative;
    padding-bottom: 42px;
    z-index: -1;
}
.single-special-offer-bg:before {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,216,255,.7);
    z-index: 1;
}
.single-special-offer-bg img {
    height: 807px;
}

.single-special-shape-txt {
    position: absolute;
    top: 100px;
    left:22px;
}
.single-special-shape-txt h3,.single-special-shape-txt h4{
    color: #fff;
    font-size: 30px;
    
    font-weight: 700;
    text-align: center;
}
.single-special-shape-txt h4{
    text-transform: uppercase;
    margin: 64px 0 100px 0;
    line-height: 1.3;
}
.single-special-shape-txt h4 span{
    font-size: 60px;
}
.single-special-shape-txt p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
.single-special-shape-txt p span{
    font-size: 30px;
    font-weight: 700;
}/*.single-special-offer-bg*/

/*single-special-offer*/
.single-special-offer-txt{
    padding: 172px 0 0;
}
.single-special-offer h2{
    color: #74eaff;
    font-size: 30px;
    
    font-weight: 500;
    margin-bottom: 22px;
}
/*single-special-offer*/


.packages-para.special-offer-para p{
    color: #fff;
}
.packages-para.special-offer-para p span{
    display: inline;
    color: #fff;
    width: 100%;
    margin-right: 25px;
}
.offer-para{
    margin-top: 31px;
    text-transform: initial;
    line-height: 2;
}

.packages-review.special-offer-review {
    margin-bottom: 13px;
}
.packages-review.special-offer-review span{
    color: #fff;
}

.offer-btn-group{
    display: flex;
    margin-top: -10px;
}
.about-view.packages-btn.offfer-btn{
    background: transparent;
    border:1px solid #fff;
    color: #fff;
    margin-right: 25px;
}
/*-------------------------------------
        11. Blog
--------------------------------------*/
.blog{
    background: #fff;
        padding: 115px 0 92px;
}

/*blog-content*/
.blog-content {
    margin-top: 66px;
    
}
.blog-content .thumbnail {
    background:transparent;
    border:transparent;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    margin-bottom:30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog-content .thumbnail:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.thumbnail h2{
    padding: 25px 0 25px 20px;
    color:#565a5c;
    font-size:16px;
    
}
.thumbnail span{
    color:#aaa;
    font-size:14px;
    font-weight: normal;
    padding-left: 25px;
    
}

/*.thumbnail-img*/
.thumbnail-img{position:relative;}

.blog-content .thumbnail .thumbnail-img  img{
    max-width: 102%;
    margin-left: -4px;
}
.thumbnail-img-overlay{
    position:absolute;
    top:0;
    left:-4px;
    width:102%;
    height:100%;
    background:rgba(0,0,0,.5);
    opacity:0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog-content .thumbnail:hover  .thumbnail-img-overlay{
    opacity:1;
}/*.thumbnail-img*/

/*.caption*/
.blog-content .caption {
    background:#fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.blog-content .thumbnail:hover  .caption {
    border:transparent;
    
}
.blog-txt {
    margin-top:8px;
    margin-left:12px;
}
.blog-content .caption .blog-txt  h3 a{
    color:#565a5c;
    font-size:15px;
    font-weight:500;
    
    margin-top:15px;
    padding-bottom: 3px;
    min-height: 63px;
    line-height: 2;
}
.blog-content .caption .blog-txt p{
    color:#aaaaaa;
    font-size:14px;
    
    min-height: 105px
}
.blog-content .caption .blog-txt a {
    
    font-size: 16px;
    color: #64cbfa;
    padding-bottom: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}/*.caption*/

/*blog-content*/

/*-------------------------------------
        12.  Subscribe
--------------------------------------*/
.subscribe {
    position: relative;
    padding: 120px 0;
    background: url(../../assets/images/home/subscribe-banner.jpg)no-repeat center fixed;
    background-size: cover;
    z-index: 1;
}

/*subscribe-title*/
.subscribe .subscribe-title {
    margin-bottom: 45px;
}
.subscribe-title h2{
    color:#fff;
    font-size:38px;
    
    font-weight: 500;
    line-height: 1.4;
    
}
.subscribe-title p{
    color:#fff;
    font-size:20px;
    
    line-height: 1.4;
    margin-top: 10px;
}/*subscribe-title*/


/*custom-input-group*/
.custom-input-group {
    position: relative;

}
.custom-input-group i{
    position: absolute;
    color: #aaa;
    font-size:16px;
    top: 25px;
    left: 40px;
}
.custom-input-group .form-control {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 63px;
    padding-right: 155px;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border-color: #eee;
}
.custom-input-group .subscribe-btn {
    float: right;
    position: relative;
    z-index: 1;
    margin: 5px 5px;
}
/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    background: #00d8ff;
    display: inline-block;
    padding: 17px 54px;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    
    box-shadow: 0 1px 5px rgba(2, 3, 3, 0.15);
    letter-spacing: 0.7px;
    border: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none;
}
.appsLand-btn:hover {
    box-shadow: 0 3px 25px rgba(2, 3, 3, 0.25);
    background: #00d8ff;
}

.appsLand-btn.appsLand-btn-larg {
    padding: 20px 40px;
}

.appsLand-btn.appsLand-btn-larg i {
    margin-right: 9px;
    font-size: 24px;
    vertical-align: sub;
}/*appsLand-btn*/

/*-------------------------------------
        13.  Footer-copyright
--------------------------------------*/
.footer-copyright{
    background:#f9f9f9;
    padding: 0 0 60px;
}
.footer-content{
    padding:120px 0;
}

/*single-footer-item*/
.single-footer-item{
    
    text-transform: capitalize;
}
.single-footer-item h2{
    color:#565a5c;
    font-size:16px;
    font-weight: 600;
    margin-bottom:40px;
}/*single-footer-item*/

/*footer-logo*/
.footer-logo {
    /*padding-top: 76px;*/
}
.footer-logo a, .footer-logo a:hover,.footer-logo a:focus {
    color: #565a5c;
    font-size:24px;
    
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}
.footer-logo a>span {
    color: #00d8ff;
    text-transform: capitalize;
} 
.footer-logo p{
    color: #aaa;
    font-size:16px;
    
    text-transform: capitalize;
}
/*footer-logo*/

/*single-footer-txt*/
.single-footer-txt p{
    margin-bottom:8px;
}
.single-footer-txt p a{
    color:#565a5c;
    font-size:16px;
    -webkit-transition: .5s ease-in-out; 
    -moz-transition:.5s ease-in-out; 
    -ms-transition:.5s ease-in-out; 
    -o-transition:.5s ease-in-out;
    transition: .5s ease-in-out;
    
}
.single-footer-txt p a:hover{
    -webkit-transition:scaleX(1.2);
    -moz-transition:scaleX(1.2);
    -ms-transition:scaleX(1.2);
    -o-transition:scaleX(1.2);
    transform:scaleX(1.2);
    color: #00d8ff;
}/*single-footer-txt*/

.footer-copyright hr{
    border-top: 1px solid #ebebeb;
}

/*foot-icons*/
.foot-icons {
    text-align: center;
    margin-top:60px;
}
 .foot-icons .footer-social-links li {
    padding: 0 10px;
    text-align: center;
}
.foot-icons .footer-social-links a {
    color: #fff;
    display: block;
    font-size: 18px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 50%;
}

.foot-icon-bg-1{
    background: #3b5999;
}
.foot-icon-bg-2{
    background: #1da1f3;
}
.foot-icon-bg-3{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8938ae+0,c13181+100 */
    background: #8938ae; /* Old browsers */
    background: -webkit-linear-gradient(right, #8938ae 0%, #c13181 100%);
    background: -o-linear-gradient(right, #8938ae 0%, #c13181 100%);
    background: linear-gradient(to right, #8938ae 0%, #c13181 100%);
}

.foot-icons .footer-social-links a:hover {
    /*color: #00d8d5;*/
    color: #2cdbb5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.foot-icons p{
    color:#aaa;
    font-size:16px;
    margin-top:28px;
}
.foot-icons p a,.foot-icons p a:hover,.foot-icons p a:focus{
    color:#00d8ff;
    font-size:16px;
    margin-top:28px;
}/*foot-icons*/

/*===============================
         Scroll Top
===============================*/

#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    z-index:15;
    color: #fff;
    background:rgba(0,0,0,.5);
	
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;

}

#scroll-Top  .return-to-top:hover {
    background:#00d8ff;
    color: #fff;
	border-radius:50%;

}
/*-------------------------------------
        yestrip-Footer-copyright
--------------------------------------*/
.yestrip-footer-copyright{
    
    padding: 0 0 30px;
    background: #333 url(../images/foor_bg.png) repeat-x;
	border-top: 1px solid #313131;
    box-shadow: 0 -1px 5px 0 #666;
	
}
.yestrip-footer-content{
    padding:80px 0;
}

/*yestrip-single-footer-item*/
.yestrip-single-footer-item{
    
    text-transform: capitalize;
	margin-bottom: 30px
}
.yestrip-single-footer-item h2{
    color:#88d8fb;
    font-size:16px;
    font-weight: 600;
    margin-bottom:20px;
}/*yestrip-single-footer-item*/

/*yestrip-footer-logo*/
.yestrip-footer-logo {
    padding-top: 0px;
	text-align:center
}
.yestrip-footer-logo img {
	width:50%
}
.yestrip-footer-logo a, .yestrip-footer-logo a:hover,.yestrip-footer-logo a:focus {
    color: #565a5c;
    font-size:14px;
   
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}
.yestrip-footer-logo a>span {
    color: #00d8ff;
    text-transform: capitalize;
} 
.yestrip-footer-logo p{
    color: #aaa;
    font-size:14px;
	padding-top: 15px;
    
    text-transform: capitalize;
}
/*yestrip-footer-logo*/

/*yestrip-single-footer-txt*/
.yestrip-single-footer-txt p{
    margin-bottom:8px;color: #fff;text-shadow: 1px 1px 3px #333;
}
.yestrip-single-footer-txt p a{
    color:#fff;
    /*font-size:16px;*/
    -webkit-transition: .5s ease-in-out; 
    -moz-transition:.5s ease-in-out; 
    -ms-transition:.5s ease-in-out; 
    -o-transition:.5s ease-in-out;
    transition: .5s ease-in-out;
    
}
.yestrip-single-footer-txt p a:hover{
   /* -webkit-transition:scaleX(1.2);
    -moz-transition:scaleX(1.2);
    -ms-transition:scaleX(1.2);
    -o-transition:scaleX(1.2);
    transform:scaleX(1.2);*/
    color: #2098d1;
	text-decoration:underline
}/*yestrip-single-footer-txt*/

.yestrip-footer-copyright hr{
    border-top: 1px solid #ebebeb;
}

/*yestrip-foot-icons*/
.yestrip-foot-icons {
    text-align: center;
    margin-top:60px;
}
 .yestrip-foot-icons .yestrip-footer-social-links li {
    padding: 0 10px;
    text-align: center;
}
.yestrip-foot-icons .yestrip-footer-social-links a {
    color: #fff;
    display: block;
    font-size: 18px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 50%;
}

.yestrip-foot-icon-bg-1{
    background: #3b5999;
}
.yestrip-foot-icon-bg-2{
    background: #1da1f3;
}
.yestrip-foot-icon-bg-3{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8938ae+0,c13181+100 */
    background: #8938ae; /* Old browsers */
    background: -webkit-linear-gradient(right, #8938ae 0%, #c13181 100%);
    background: -o-linear-gradient(right, #8938ae 0%, #c13181 100%);
    background: linear-gradient(to right, #8938ae 0%, #c13181 100%);
}

.yestrip-foot-icons .yestrip-footer-social-links a:hover {
    /*color: #00d8d5;*/
    color: #2cdbb5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.yestrip-foot-icons p{
    color:#aaa;
    font-size:16px;
    margin-top:28px;
}
.yestrip-foot-icons p a,.yestrip-foot-icons p a:hover,.yestrip-foot-icons p a:focus{
    color:#00d8ff;
    font-size:16px;
    margin-top:28px;
}/*yestrip-foot-icons*/






/*location*/

.location {
    padding: 40px 0;
}

.location .location_title ul {
    width: 680px;
    margin: 0 auto;
}

.location .location_body {
    padding: 0px 0;
}

.location .location_body .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
    margin-bottom: 15px;
}

.location .location_body .item {
    position: relative;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px;
}

.location .location_body .item img {
    width: 100%;
}

.location .location_body .item .item_cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.location .location_body .item .item_cont .text {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: table;
    padding: 15px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    position: relative;
    z-index: 2;
}

.location .location_body .item .item_title {
    display: table-cell;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    z-index: 1;
    opacity: 1;
}
.filtr-container .item_title {
	
	
}

.location .location_body .item .item_title ul {
    list-style: none;
    padding:  10px;
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 1px solid #fff;

	
}

.location .location_body .item .item_title ul li {
    display: table-cell;
    vertical-align: middle;
    font-size: 36px;
    color: #fff;
    text-align: center;
	font-weight: 600;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
}

.location .location_body .item .item_cont .text .text_hover {
    display: table-cell;
    font-size: 20px;
    color: #d9534f;
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    opacity: 0;
    /*
    -webkit-transform: scale(0); 
    transform: scale(0);
*/
}

.location .location_body .item .item_cont .text .text_hover ul {
    height: 100%;
    display: block;
    margin-bottom: 0;
    padding-left: 20px;
}

.location .location_body .item .item_cont .text .text_hover ul li {
    height: 50%;
	padding-top:50px;
	color:#fff
}

.location .location_body .item .item_cont .text .text_hover ul li .text_hover_title {
    font-size: 20px;
    color: #fff;
}

.location .location_body .item .item_cont .text .text_hover ul li .time {
    font-size: 14px;
    color: #fff;
}

.location .location_body .item .item_cont .text .text_hover ul li .money {
    font-size: 28px;
    color: #d9534f;
    width: calc(100% - 30px);
}

.location .location_body .item .item_cont .text .text_hover ul li .money span {
    font-size: 16px;
    color: #fff;
}

.location .location_body .item .item_cont .text .text_hover .more {
    width: 30px;
    height: 30px;
    border: 2px solid #d9534f;
    text-align: center;
    float: right;
    color: #d9534f;
    text-decoration: none;
    background-image: url(../images/go_icon.png);
    background-position: -1px center;
    position: absolute;
    bottom: 18px;
    right: 15px;
	border-radius:50%;
	padding:5px
	
}

.location .location_body .item .item_cont .text .text_hover .more:hover {
    border: 3px solid #d9534f;
    background-position: -31px center;
}

.location .location_body .item:hover >.item_title,
.location .location_body .item:active >.item_title{
    /*    display: none;*/
    opacity: 0;
}

.location .location_body .item:hover > .item_cont .text .text_hover,
.location .location_body .item:active > .item_cont .text .text_hover{
    display: table-cell;
    opacity: 1;
    /*
     -webkit-transform: scale(1); 
    transform: scale(1);
*/
}

.location .location_body .item:hover > .item_cont .text,
.location .location_body .item:active > .item_cont .text{
    background: rgba(0, 0, 0, 0.7);
}


/*location_end*/


/*main*/

.container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 1200px;
}

.container-fluid-max {
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    max-width: 1800px;
}

.min_width {
    min-width: 1200px;
}

.main_title_h2 {
    color: #d9534f;
    font-size: 37px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.main_title {
    color: #444343;
    font-size: 26px;
    position: relative;
    padding-left: 20px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    /*font-weight: bold;*/
    text-shadow: 1px 0px 0px #444343;
}

.main_title span {
    font-size: 16px;
    color: #444343;
    margin-left: 5px;
}

.main_title:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 30px;
    background: #d9534f;
    left: 0;
    top: 0;
}

.main_title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    background-image: url(../img/line.png);
    clear: both;
    bottom: 0;
}

.main_tab_body_item {
    display: none;
}

.main_tab_body >.main_tab_body_item {
    display: block;
}

.main_item {
    margin-bottom: 15px;
}

.main_item > img,
.main_item a > img {
    width: 100%;
}

.main_item .text {
    padding: 30px 20px 0;
    background: #fff;
    height: 215px;
}

.main_item .text .top {
    height: 86px;
    overflow: hidden;
    margin-bottom: 35px;
}

.main_item .text .top a {
    font-size: 20px;
    color: #444343;
    margin: 0 0 10px;
}

.main_item .text .top a:hover {
    font-size: 20px;
    color: #d9534f;
    margin: 0 0 10px;
    text-decoration: none;
}

.main_item .text .time {
    font-size: 14px;
    color: #aeaeae;
}

.main_item .text .money {
    font-size: 31px;
    /* font-size: 36px; */
    color: #d9534f;
    line-height: 22px;
    padding-top: 13px;
}

.main_item .text .money span {
    font-size: 14px;
    color: #818181;
    display: inline-block;
}

.main_tab_title {
    border-bottom: 1px solid #b7b7b7;
}

.main_tab_title ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
    display: table;
    width: 100%;
}

.main_tab_title ul li {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
    /*    width: 14.2857142%;*/
    cursor: pointer;
    text-align: center;
    color: #818181;
    font-size: 16px;
    padding-bottom: 20px;
    position: relative;
    float: none;
    /*
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
*/
}

.main_tab_title ul li:after {
	
    content: "\f0d8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 5.15px);
    font-weight: bold;
}

.main_tab_title ul li.active {
    color: #d9534f;
    border-bottom: 2px solid #d9534f;
	
}

@media (min-width: 992px) {
    .main_tab_title ul li:hover {
        color: #d9534f;
        border-bottom: 2px solid #d9534f;
    }
}

/*手機以下 */

@media (max-width: 767px) {
    .list_no_tr {
        display: block;
        padding: 20px 0;
    }
    .pad_show {
        display: none !important;
    }
    .pad_hide {
        display: block!important;
    }
    .pad_show_2 {
        display: none!important;
    }
    .pad_hide_2 {
        display: inline-block!important;
    }
    .cd-top {
        bottom: 134px;
    }
    .pagination > li > a,
    .pagination > li > span {
        margin: 0 3px 10px;
    }
    .pagination > li > a,
    .pagination > li > span {
              padding: 6px 14px;
    }
    .pagination > .active > span,.pagination > .active > span:hover{ padding: 4px 12px;}
    .pagination > .active > a,
   
    .pagination > .active > a:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus,
    .pagination > li.fast > a,
    .pagination > li.fast > span,
    .pagination > li.fast > a,
    .pagination > li.fast > span {
        padding: 4px 11.5px;
    }
    /*    location_body*/
    .location .location_title ul {
        width: 100%;
        margin: 0 auto;
    }
    /*    location_body_end*/
    /*    tour*/
    .tour .tour_body .text {
    padding: 15px 15px 0;
    height: 172px;
}
    .tour .tour_body .main_item {
        padding-right: 0px;
        padding-left: 0px;
        background: #fff;
    }
    /*    tour*/
    /*  hot_activity  */
 
  
  
   
  
 

    
}



@media (max-width: 375px) {
	.container-fluid-max {
    margin: 0 auto;
    min-width: inherit;
    width: 100%;
		max-width: 1800px;}
    .location .location_body .item .item_cont .text .text_hover ul li .text_hover_title {
        font-size: 18px;
    }
    .location .location_body .item .item_cont .text .text_hover ul li .time {
        font-size: 12px;
    }
    .location .location_body .item .item_cont .text .text_hover {
        font-size: 18px;
    }
    .location .location_body .item .item_cont .text .text_hover ul li .money {
        font-size: 18px;
    }
    .main_tab_title ul li {
   font-size: 14px;
    
    }

}
/*========================Thank you=================*/

.filtr-container .filtr-item .item_title ul a{   
    font-size: 22px; font-weight: 600; color: #fff
  }
.filtr-item .item_title ul a:hover { color: #EF1C20 }
.item_title strong { display: block; color: #fff}
.filtr-item .time { font-size:14px; padding:5px 0}
.filtr-item .money { font-size:28px; color:#d9534f}
.filtr-item .money span { font-size:14px; color:#fff}
.filtr-item .money small { padding-left: 10px; font-size: 14px; text-decoration: line-through; color: #1E1E1E}

.img_banner {
	position: absolute;
		bottom:0;
	right:250px;
	width: 350px
}

.S_euro {
	min-height: 600px;
	background: url(../images/gallary/g1_01.jpg) no-repeat top center;
	
	
}
.S_euro.S_Nasia {
	min-height: 600px;
	background: url(../images/gallary/g2_01.jpg) no-repeat top center;
	
	
}.S_euro.S_china {
	min-height: 600px;
	background: url(../images/gallary/ch1_01.jpg) no-repeat top center;
	
	
}

.S_euro a { color: inherit;
 -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition: all 0.2s linear;}
.S_euro a:hover { opacity: .8}
/*japan*/
.S_Japan  {
	
	min-height: 600px;
	/*background: url(../images/gallary/ja_00.jpg) no-repeat bottom center;
	background-size: 550px;*/
	
	
	
	
}
.Japan_left { 
background: url(../images/gallary/ja_01.png) no-repeat 30px 20px;
	background-size: 390px;
	padding: 30px;
	min-height: 500px
}
.Japan_se { 
background: url(../images/gallary/ja_02.png) no-repeat center bottom;
	background-size: 415px;
	
	min-height: 500px
}
.Japan_th img{ 
width: 100%
	
}
.border-rau_15 { border-radius: 15px; overflow: hidden}
.border_b_2 { border: 2px solid #000}
.m_b15 { margin-bottom: 15px}
.m_b35 { margin-bottom: 35px}
.Japan_left .circle_content {
	    border-radius: 50%;
    background: rgba(255,255,255,.8);
    text-align: center;
    /* max-height: 280px; */
    padding: 45px 20px;
    /* max-width: 280px; */
    /* min-height: 280px; */
    width: 250px;
    height: 250px;
    position: absolute;
    top: 90px;
    right: 55px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	
}
.Japan_left .circle_content:hover {box-shadow: 0 0 15px 0 rgba(0,0,0,.5); top: 85px; background: rgba(255,255,255,1); }
.Japan_se .circle_content:hover {box-shadow: 0 0 15px 0 rgba(0,0,0,.5); top: 115px; background: rgba(255,255,255,1); }
.Japan_se .circle_content  {
	border-radius: 50%;
    background: rgba(255,255,255,.8);
    text-align: center;
    /* max-height: 280px; */
    padding: 45px 35px;
    /* max-width: 280px; */
    /* min-height: 280px; */
    width: 280px;
    height: 280px;
    position: absolute;
    top: 120px;
    left: 105px;
	 -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.go_pass a { -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition: all 0.2s linear;}
.go_pass a:hover {transform:rotate(3deg);
opacity: inherit}
.circle_content p {font-size: 14px;
	color:#666;}
.circle_content .j_title { font-size: 20px; font-weight: 600;
padding: 5px 5px 15px 5px;
border-bottom: 1px solid #333}
.j_content {}
.j_price {font-size: 20px; font-weight: 600; color: #DF2106}
.j_price small {text-decoration: line-through; font-size: 14px; font-weight: 300; color: #2B2A2A; padding: 3px 5px;display: block}
.Japan_se a { color: inherit}
.Japan_se a:hover { box-shadow: 0 0 15px 0 rgba(0,0,0,.5)}
.circle_infor {
	border-radius: 50%;
    background: rgba(255,255,255,.8);
    text-align: center;
    /* max-height: 280px; */
    padding: 45px 35px;
    /* max-width: 280px; */
    /* min-height: 280px; */
    width: 280px;
    height: 280px;
	margin-left: -100px;
	margin-top: 40%;
}
.circle_infor h2 {
	font-weight: 500;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.5);
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
}
.circle_video {
	border-radius: 50%;
    background: rgba(255,255,255,.8);
    text-align: center;
    /* max-height: 280px; */
    
    /* max-width: 280px; */
    /* min-height: 280px; */
    width: 280px;
    height: 280px;
	overflow: hidden;
	
}
/*japan End*/

/*China*/

.Ch_left { 
background: url(../images/gallary/ch_01.png) no-repeat 30px 20px;
	background-size: 390px;
	padding: 30px;
	min-height: 500px
}
.Ch_se { 
background: url(../images/gallary/ch_02.png) no-repeat center bottom;
	background-size: 415px;
	
	min-height: 500px
}
.Ch_th img{ 
width: 100%
	
}
.Ch_left .circle_content {
	    border-radius: 50%;
    background: rgba(255,255,255,.8);
    text-align: center;
    /* max-height: 280px; */
    padding: 45px 20px;
    /* max-width: 280px; */
    /* min-height: 280px; */
    width: 250px;
    height: 250px;
    position: absolute;
    top: 90px;
    right: 55px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
	
}
.Ch_left .circle_content:hover {box-shadow: 0 0 15px 0 rgba(0,0,0,.5); top: 85px; background: rgba(255,255,255,1); }
.Ch_se .circle_content:hover {box-shadow: 0 0 15px 0 rgba(0,0,0,.5); top: 115px; background: rgba(255,255,255,1); }
.Ch_se .circle_content {
	border-radius: 50%;
    background: rgba(255,255,255,.8);
    text-align: center;
    /* max-height: 280px; */
    padding: 45px 35px;
    /* max-width: 280px; */
    /* min-height: 280px; */
    width: 280px;
    height: 280px;
    position: absolute;
    top: 120px;
    left: 105px;
	 -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.circle_content p {font-size: 14px;
	color:#666;}
.circle_content .j_title { font-size: 20px; font-weight: 600;
padding: 5px 5px 15px 5px;
border-bottom: 1px solid #333}
.j_content {}
.j_price {font-size: 20px; font-weight: 600; color: #DF2106}
.j_price small {text-decoration: line-through; font-size: 14px; font-weight: 300; color: #2B2A2A; padding: 3px 5px;display: block}
.Japan_se a { color: inherit}
.Japan_se a:hover { box-shadow: 0 0 15px 0 rgba(0,0,0,.5)}
/*China End*/
.S_euro .container {
	    padding-bottom: 55px;
    border-bottom: 1px solid #999;
	margin-bottom: 50px
}
.S_euro .S_left {

	
	
	
}
.S_euro .S_left img {width: 100%;}
.S_title { font-size: 18px; font-weight: 300;text-shadow: 0 0 0px rgba(0,0,0,.8); color: #666; padding-top: 5%}
.S_content {background-color: rgba(255,255,255,.7);
	padding: 40px;
	color: #333;}
.S_euro .S_content h1 {
	font-size: 24px;
	margin-bottom: 10px
}
.S_euro .S_content ul { }
.S_euro .S_content li {list-style: circle; margin-bottom: 5px; font-size: 12px}
.S_euro .price { font-size: 20px; font-weight: 600; color: #DF2106}
.S_euro .price span { font-size: 14px; font-weight: 600; color: #333}
.S_euro .price small { text-decoration: line-through; font-size: 14px; font-weight: 300; color: #2B2A2A; padding: 3px 5px}
.S_euro .S_right img {width: 100%}
.S_right  { font-size: 26px; font-weight: 600; color: #fff}
.show_title  { font-size: 18px; font-weight: 600;text-shadow: 0 0 0px rgba(0,0,0,.8); color: #DF2106; }
.show_title small { display: block;font-size: 12px;padding: 0 0 5px 0; color:#333}
.show_title .money { font-size: 24px; font-weight: 300; color: #06c5df}
.show_title  .money span { font-size: 14px; font-weight: 300; color: #333}
.show_title .money .breakprice { text-decoration: line-through; font-size: 12px; color: #999; padding-left:5px}
.show_title .time {font-size: 14px;padding: 5px 0; color:#333}

/*頭*/
.top_area { }
.Bannertitle_01 {
	    position: absolute;
    /* top: 5%; */
    left: 50%;
    margin-left: -100px;
    width: 200px;
}
.Bannertitle_02 {
position: absolute;
    /* top: 15%; */
    left: 10%;
    width: 430px;
    padding-top: 0px;
}
.Bannertitle_03 {
	position: absolute;
	top:0%;
	right: 10%;
	
	width: 420px;
	padding-top: 0px;
	z-index: 3
}
.Bannertitle_04 {
	    position: absolute;
    top: 40%; 
    left: 10%;
    /* padding-right: 10px; */
    width: 490px;
    bottom: 0;
    z-index: 2;
    
}
.Bannertitle_05 {
	position: absolute;
    bottom: 0%;
    left: 50%;
    width: 950px;
    z-index: 1;
	margin-left: -475px
    
}
.wit { width: 100; font-size: 20px}
.wit span { display: block;padding:  5px 10px; background-color: #C70A58; margin-top: 20px; font-size: 18px;line-height: 1.2}
.wit strong { display: inline-block; }
.Bannertitle_01 .wit ,.Bannertitle_02 .wit,.Bannertitle_03 .wit,.Bannertitle_04 .wit,.Bannertitle_05 .wit img { width: 100%}
.text-shadow { text-shadow: 1px 1px 1px rgba(255,255,255,1)}
.text-shadow_bl { text-shadow: -1px -1px 1px rgba(0,0,0,.9)}
.smalltravel_mid {
	background: url(../images/offer/smalltravel-bg.png) no-repeat center;
	margin: 15px auto
	
	
}
.notes { background-color: rgba(242,242,242,0.54); padding: 40px}
.notes h4 { text-align: center; margin-bottom: 20px}
.notes ul { padding-left: 0}
.notes ul li { padding:5px ; list-style: circle}
.mb10 { margin-bottom: 10px}.mt20 {margin-top: 20px}
.smalltravel_list { 
	padding:15px 30px 30px  30px;
	color: #333;
	background-color: rgba(255,255,255,.5);
	border-radius: 15px;
	box-shadow: inset 1px 2px  8px 0 rgba(0,0,0,.4);
	margin: 20px auto
}
.smalltravel_list h3 {
	color: #333;
	font-size: 24px;
	font-weight: 300;
	text-align: center
}
.smalltravel_list h4 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding:15px 0 ;
	margin-top: 15px;
	border-top: 1px dashed #666
	
}
.smalltravel_list h4 i {
	
	color: #D32E0C
}
.smalltravel_list h5 {
	color: #333;
	font-size: 14px;
	
	text-align: center;
	padding:3px 0 ;
	margin-top: 5px;
	
}
.smalltravel_list ul {
	padding: 0;
	font-size: 14px;
	text-align: center
	
}
.smalltravel_list li {
	list-style: none;
	padding: 14px 35px ;
	display: inline-block;
	background: url(../images/offer/small_travel_icon.png) no-repeat left 10px;
	background-size: 30px
	
}
.smalltravel_list li.p2 {
	background: url(../images/offer/small_travel_icon.png) no-repeat left -30px;
	background-size: 30px
}
.smalltravel_list li.p3 {
	background: url(../images/offer/small_travel_icon.png) no-repeat left -69px;
	background-size: 30px
}
.smalltravel_list li.p4 {
	background: url(../images/offer/small_travel_icon.png) no-repeat left -107px;
	background-size: 30px
}
.jrtitle {
	background: url(../images/client/jrtitle_bg.png) no-repeat center top;
	padding-top: 250px
}
.jrtitle_pad {
	padding: 30px 20px
}
/*獸師*/
.Bg_shushi {
	text-align: center;
	border-radius: 15px;
	padding: 15px;
	background-color: rgba(255,255,255,.4);
	color: #fff;
	min-height: 499px;display: table
}
.cm_shushi {
	text-align: center;
	border-radius: 15px;
	padding: 45px 15px 5px 15px ;
	background-color: rgba(255,255,255,1);
	color: #fff;
	min-height: 499px;
	border: 4px solid #fff;
}
.cm_shushi h2 {
	color: #B21114
}
.cm_shushi h4 {
	color: #B21114
}
.Bg_shushi a {color: #B21114; -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;}
.Bg_shushi a:hover {
	box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	margin-top: -5px;
	border-radius: 15px;
}
.cm_shushi.step2 {
	background-color: #1d2087
}.cm_shushi.step_l {
	background-color: #ffdc13
}
.cm_shushi.step2 h4 {
	color: #F8F46B;
	font-weight: 500
}
.cm_shushi.step2 ul {
	list-style: circle;
	font-size: 14px;
	color: #fff
	
}
.cm_shushi.step2 li {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 5px 10px
}
.cm_shushi.step1 ul {
	list-style: circle;
	font-size: 14px;
	color: #fff;
	text-align: left
	
}
.cm_shushi.step1 li {
	font-size: 14px;
	color: #333;
	
	padding: 5px 10px
}
.circle_cm {
	color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #d02c07;
    padding: 10px;
    position: absolute;
    top: -20px;
    left: 30px;
    line-height: 35px;
    font-size: 26px;
    border: 4px solid #fff;
	
}
.circle_cm span {
	color: #666;
	font-size: 24px;
	display: block;
	margin-bottom: 5px  
	
}

.m_bt_30 { margin-bottom: 30px;
margin-top: 30px}
/*-------------------------------------
        yestrip-Footer-copyright
--------------------------------------*/
.yestrip-footer-copyright{
    
    padding: 0 0 30px;
    background: #333 url(../images/foor_bg.png) repeat-x;
	border-top: 1px solid #313131;
    box-shadow: 0 -1px 5px 0 #666;
	
}
.yestrip-footer-content{
    padding:80px 0;
}

/*yestrip-single-footer-item*/
.yestrip-single-footer-item{
    
    text-transform: capitalize;
	margin-bottom: 30px
}
.yestrip-single-footer-item h2{
    color:#e28f86;
    font-size:16px;
    font-weight: 600;
    margin-bottom:20px;
}/*yestrip-single-footer-item*/

/*yestrip-footer-logo*/
.yestrip-footer-logo {
    padding-top: 0px;
	text-align:center
}
.yestrip-footer-logo img {
	width:50%
}
.yestrip-footer-logo a, .yestrip-footer-logo a:hover,.yestrip-footer-logo a:focus {
    color: #565a5c;
    font-size:14px;
   
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}
.yestrip-footer-logo a>span {
    color: #00d8ff;
    text-transform: capitalize;
} 
.yestrip-footer-logo p{
     color: #565a5c;
    font-size:14px;
	padding-top: 15px;
    
    text-transform: capitalize;
}
/*yestrip-footer-logo*/

/*yestrip-single-footer-txt*/
.yestrip-single-footer-txt p{
    margin-bottom:8px;color: #9c9b9b;text-shadow: 1px 1px 3px #333;
}
.yestrip-single-footer-txt p a{
    color:#9c9b9b;
    /*font-size:16px;*/
    -webkit-transition: .5s ease-in-out; 
    -moz-transition:.5s ease-in-out; 
    -ms-transition:.5s ease-in-out; 
    -o-transition:.5s ease-in-out;
    transition: .5s ease-in-out;
    
}
.yestrip-single-footer-txt p a:hover{
   /* -webkit-transition:scaleX(1.2);
    -moz-transition:scaleX(1.2);
    -ms-transition:scaleX(1.2);
    -o-transition:scaleX(1.2);
    transform:scaleX(1.2);*/
    color: #e28f86;
	text-decoration:underline
}/*yestrip-single-footer-txt*/

.yestrip-footer-copyright hr{
    border-top: 1px solid #ebebeb;
}

/*yestrip-foot-icons*/
.yestrip-foot-icons {
    text-align: center;
    margin-top:60px;
}
 .yestrip-foot-icons .yestrip-footer-social-links li {
    padding: 0 10px;
    text-align: center;
}
.yestrip-foot-icons .yestrip-footer-social-links a {
    color: #9c9b9b;
    display: block;
    font-size: 18px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 50%;
}

.yestrip-foot-icon-bg-1{
    background: #3b5999;
}
.yestrip-foot-icon-bg-2{
    background: #1da1f3;
}
.yestrip-foot-icon-bg-3{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8938ae+0,c13181+100 */
    background: #8938ae; /* Old browsers */
    background: -webkit-linear-gradient(right, #8938ae 0%, #c13181 100%);
    background: -o-linear-gradient(right, #8938ae 0%, #c13181 100%);
    background: linear-gradient(to right, #8938ae 0%, #c13181 100%);
}

.yestrip-foot-icons .yestrip-footer-social-links a:hover {
    /*color: #00d8d5;*/
    color: #2cdbb5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.yestrip-foot-icons p{
    color:#aaa;
    font-size:16px;
    margin-top:28px;
}
.yestrip-foot-icons p a,.yestrip-foot-icons p a:hover,.yestrip-foot-icons p a:focus{
  
    font-size:16px;
    margin-top:28px;
}/*yestrip-foot-icons*/

.yestrip-footer-copyright .footer-logo img {
    max-height: 37px;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: .5em;

}
.yestrip-footer-copyright .footer-LINE p {
	 color: #9c9b9b;
    font-size:12px;
	padding-top: 15px;
    
    text-transform: capitalize;
	
}
.yestrip-footer-copyright .footer-LINE img {
    width: 100px;
   
    margin-bottom: .5em;

}
.yestrip-footer-copyright .col-md-2,
.yestrip-footer-copyright .col-md-3,
.yestrip-footer-copyright .col-md-4,
.yestrip-footer-copyright .col-md-5
{
	border-left: 1px solid #9c9b9b;
	padding: 0 5px 0 15px;
	min-height: 210px
}