/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 92%;
    margin:0 4%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

#owl-demo .item{
    display: block;
    padding:8px 0;
    margin: 20px 10px 30px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:solid 2px #ededed;
    background: #fff none repeat scroll 0 0;
    /*box-shadow: 0 0 15px #f2f2f2 inset;*/
    text-align:center;
    border-radius:16%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

}
#owl-demo .item:hover{
    border-radius:2%;
}
#owl-demo .item .tours-img{width:100%; height: 100%; border-radius: 3px 3px 0 0;}
#owl-demo .item .tours-details{padding: 15px; color:#333;}
#owl-demo .item .tours-details h3{margin-top: 0px; margin-bottom: 0px; text-transform: uppercase; font-weight: normal; font-size: 18px;}
#owl-demo .item .tours-details .rating{display:block; padding: 5px 0px;}
#owl-demo .item .tours-details .light{color:#666;}
#owl-demo .item .tours-details .btn-select{background-color: #ed3237; padding: 8px 12px; border-radius: 5px; text-transform: uppercase;
                                           color:#FFF; text-decoration: none;}
#owl-demo .item .tours-details .btn-map{padding: 8px 12px; border-radius: 5px; text-transform: uppercase;
                                        color:#333; text-decoration: none;}
.icon-white{color:#234555 !important; font-size:30px;}

.white{color:#fff !important; font-size:30px;}
.white:hover{color:#cf3d41 !important; font-size:30px;}
.owl-theme .owl-controls .owl-buttons div {
    width: 35px !important;
    height: 35px !important;
    padding-top: 7px !important; 
    font-size: 16px !important;
    text-align: center;
}

.owl-theme .owl-buttons i{
    margin-top: 2px;
}

/*To move navigation buttons outside use these settings:*/

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -45px;
    top:88px; 
}

.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -45px;
    top: 88px;
}


#owl-demo3 {width:100%;position: absolute; margin: 0; top: 0;}
#owl-demo3 .owl-item{height: 780px;}
#owl-demo3 .item img{
    display: block;
    width: 100%;
    float: left;
}
#owl-demo3 .owl-prev{left: 45px; top:30%;}
#owl-demo3 .owl-next{right: 45px; top:30%;}
#owl-demo3 .item .item-data {
    position: absolute; 
    z-index: 99999;
    padding: 0;
    width: 100%;
    margin-top: 15%;
    color: #fff;
}
#owl-demo3 .item .item-data .btn-cta {
    background: transparent none repeat scroll 0 0;
    font-size: 18px;
}
#owl-demo3 .item .item-data .title {
    font-size: 46px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#owl-demo3 .item .item-data.section .intro {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.h650{height: 650px;}
.down-arrow{font-size: 40px; color:#fff !important; float: left; cursor:pointer; margin-top: 15%; width: 100%;}
.down-arrow .chevron-down{color:#fff !important;}
.owl-pagination{display: none;}
@media(min-width:768px) and (max-width:1023px){
    .owl-pagination{display: block;}
    .owl-theme .owl-controls .owl-buttons div{display: none;}
    .owl-buttons{display: none;}

    #owl-demo3 .item .item-data {
        margin-top: 20%;
    }

    #owl-demo3 .item .item-data .title {
        font-size: 35px;
        margin-bottom: 10px;
        margin-top: 0;
        font-weight: 700;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    }
    .h650{height: 310px;}
    .down-arrow{font-size: 40px; color:#fff !important; float: left; cursor:pointer; margin-top: 5%; width: 100%;}
}
@media(min-width:479px) and (max-width:767px){
    #owl-demo3 .item .item-data {
        margin-top: 18%;
    }
.owl-pagination{display: block;}
.owl-buttons{display: none;}
    #owl-demo3 .item .item-data .title {
        font-size: 30px;
        margin-bottom: 10px;
        margin-top: 0;
        font-weight: 700;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    }
    .h650{height: 300px;}
    #owl-demo3 .owl-item {
    height: 350px;
}
#owl-demo3 .item img {height: 350px;}
    .down-arrow{font-size: 40px; color:#fff !important; float: left; cursor:pointer; margin-top: 0%; width: 100%;}
}

#owl-demo2 .testimonial{ color:#444; margin: 15px;}
#owl-demo2 .items img{ width: 125px;}
.testimonialBg{background-image: url(images/slide_1.jpg); background-size: cover; position: relative; padding: 20px 0px;}  
.layerMask{position: absolute; height: 100%; width:100%; top: 0; bottom: 0; background-color: rgba(0,0,0, .6);}
.img-bordered{border:solid 3px #DDD;}
.mb30{margin-bottom: 30px;}
.text-yello{color:#00abc1; margin-top: 10px; text-transform: uppercase;}
.text-yello .title {
    font-size: 16px;
    color: #666666;
}
.testimonial .fa-quote-left {
    color: #ef7d69;
    font-size: 22px;
    left: -25px;
    position: absolute;
}
.testimonial .fa-quote-right {
    color: #ef7d69;
    font-size: 22px;
    right: 5px;
    position: absolute;

}


@media(min-width:320px) and (max-width:479px){
    #owl-demo2 .items img{ width: 80px;}
    .testimonial .fa-quote-left {
        color: #ef7d69;
        font-size: 18px;
        left: 0px;
        position: absolute;
        margin-right:20px;
    }
    .testimonial .fa-quote-right {
        color: #ef7d69;
        font-size: 18px;
        right: 5px;
        position: absolute;

    }
     #owl-demo3 .item .item-data {
        margin-top: 30%;
    }
    #owl-demo3 .item .item-data .title {
        font-size: 25px;
        margin-bottom: 10px;
        margin-top: 0;
        font-weight: 700;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    }
    #owl-demo3 .owl-item {height: 350px;}
    #owl-demo3 .item img {height: 350px;}
    .h650{height: 300px;}
    .owl-pagination{display: block;}
    .owl-buttons{display: none;}
     .down-arrow{font-size: 40px; color:#fff !important; float: left; cursor:pointer; margin-top: 5%; width: 100%;}
}

