/*=================================================
||				1. Imports 
==================================================*/
@import url(http://fonts.googleapis.com/css?family=Roboto:100,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);

body
{
    font-family: 'Roboto', 'Open-Sans', sans-serif;
    overflow-x: hidden;
    color: white;
}
/*Owl Carousel*/
.owl-prev, .owl-next
{
    position: absolute;
    top: 43%;
    font-size: 22px;
    padding: 5px;
}
.owl-next
{
    right: -40px;
}
.owl-prev
{
    left: -40px;
}
.owl-prev:before
{
    content: "\f3d2";
    font-family: 'ionicons';
    /*color: #fff;*/
}
.owl-next:before
{
    content: "\f3d3";
    font-family: "ionicons";
    /*color: #fff;*/
}
.section-title{
    font-family: 'Roboto Slab', serif;
    color: #2D3E52;
    text-align: center;
}
.section-subtitle{
    color: #583b54;
    text-align: center;
    margin-bottom: 50px;
}
.section-wrapper{
    /*padding-top: 70px;*/
    padding-bottom: 30px;
    background-color: #f5f5f5;
}
p{
    color: #333;
}
.border-radius{
    border-radius: 0 !important;
    border-color: #2D3E52;
    height: 45px;
}
p:hover{
    cursor: default;
}
.navbar-toggle {
    background-color: #ff0080;
    border: 1px solid #ff0080;
    border-radius: 0;
    transition: all .4s ease-in-out;
}
.navbar-default .navbar-toggle {
    border-color: #ff0080;
}
.navbar-default .navbar-toggle .icon-bar{
    background: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: #fff;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background-color: rgb(96, 201, 235);
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*=================================================
||				3. Header
==================================================*/
/*navbar*/
.navbar-default .navbar-brand{
    border: 1px solid transparent;
    color: #ff0080;
    font-size: 25px;
    padding: 10px 0px;
    height: auto;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: capitalize;
}
ul.nav.navbar-nav.navbar-right{
    margin-top: 10px;
}
.navbar-default .navbar-brand span{
    color: #583b54;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
    color: #ff0080;
}
.navbar-default {
    background-color: #ffffff;
    border-color: transparent;
    padding: 5px 0px;
    border-radius: 0;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a{
    color:black;
    padding-right: 20px;
    padding-left: 20px;
    margin-top:20px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: all .4s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #ff0080;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #ff0080;
    background: #e8f9ff;
}
.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
    color: #ff0080;
    /*background: white;*/
}
/*Home*/
.flexslider{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    overflow-x: hidden;
    background: transparent;
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
    background-size: cover;

}
.slider-item{
    background-size: inherit;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.inner-intro{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.intro{
    display: table;
    text-align: center;
    width: 100%;
    height: 100vh;
}
.header-title{
    font-size: 34px;
    font-weight: 400;
}
.header-title span{
    font-weight: 700;
}
.header-sub-title{
    font-size: 14px;
    color: #fff;
    margin: 20px auto 25px;
}
.custom-btn{
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    transition: all .4s ease-in-out;
}
.custom-btn:hover{
    background: #fff;
    color: #583b54;
}
/*=================================================
||				4. Find a Tour
==================================================*/
.form-dropdown{
    margin-top: -25px;
}
.custom-addon{
    background: #fff;
}
.border-right{
    border-right: 0px;
}
.custom-button{
    background: #2D3E52;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    transition: all .4s ease-in-out;
}
.custom-button:hover{
    background: #ff0080;
    border-color: #ff0080;
    color: #fff;
}
.tour .input-group{
    margin-bottom: 22px;
}
/*=================================================
||				5. Our Blazzing offers
==================================================*/
.offer{
    color: black;
    text-align: center;
    background: #f9f9f9;
}
.offer-item{
    background: #fff;
    letter-spacing: 1px;
    padding: 30px;
    transition: all .7s ease-in;
    margin: 10px 0px;
}
.icon{
    padding: 20px 0;
    font-size: 35px;
    color: #2D3E52;
}
.offer-item h3{
    padding-bottom: 40px;
    margin: 0px;
    font-size: 15px;
}
.offer-item p{
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 170%;
}
.offer-item:hover{
    box-shadow: 0 0 30px rgba(125, 125, 125, 0.1);
}


/*=================================================
||				6. Top place to visit
==================================================*/
.visit-item{
    padding: 0px 15px;
    transition: all .4s ease-in-out;
    /*opacity: .6;*/
}
.visit-item:hover{
    opacity: 1;
}
.visit .owl-theme .owl-controls .owl-nav [class*=owl-]{
    background: #fff;
    color: #2D3E52;
    font-size: 25px;
}
/*=================================================
||				7. offer-cta
==================================================*/
.offer-cta{
    background: url("../images/cta-1.png") right center;
    background-size: cover;
}
.offering{
    float: right;
    color: #2D3E52;
    text-align: center;
    padding: 32px 0;
}
.percent{
    font-style: italic;
    font-size: 68px;
}
.percent span{
    font-size: 117px;
    font-weight: 700;
    font-style: normal;
}
.FTour{
    font-size: 30px;
    font-weight: 200;
    margin-top: -20px;
}
.price-btn{
    background: #ff0080;
    color: #fff;
    border-color: #ff0080;
    text-transform: capitalize;
    margin: 20px;
}
.price-btn:hover{
    color: #ff0080;
    background-color: #fff;
    border-color: #ff0080;
}
/*=================================================
||				8. Additional Services
==================================================*/
.additional-services .col-md-4{
    margin-bottom: 30px;
}
.custom-table{
    display: table;
}
/*.additional-services .custom-table:hover{
        box-shadow: 0 0 30px rgba(125, 125, 125, 0.1);
}*/
.add-srvc-img{
    left: 0;
    top: 0;
    bottom: 0;
}
.add-srvc-heading{
    color: #313131;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
}
.add-srvc-detail{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    background-color: #f9f9f9;
    color: #969595;
    font-size: 13px;
    padding-right: 30px;
}
/*=================================================
||				9. Sponsor
==================================================*/
.sponsor{
    text-align: center;
    background: #f9f9f9;
}
.sponsor-item{
    /*width: 100px !important; */
    padding: 30px;
    opacity: .3;
    transition: all .4s ease-in-out;
    margin-bottom: 30px;
}
.sponsor-item:hover{
    opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #ff0080;
}
.owl-theme .owl-dots .owl-dot span{
    background: #f1f1f1;
}
/*=================================================
||				10. Subscribe
==================================================*/
.subscribe{
    text-align: center !important;
}
.brand-logo{
    font-size: 33px;
    color: #ff0080;
}
a.brand-logo span{
    color: #583b54;
}
a.brand-logo:focus, a.brand-logo:hover{
    color: #ff0080;
    text-decoration: none;
}

.subscribe-now{
    color: #313131;
    font-size: 13px;
    margin: 40px 0 20px;
}
.custom-sub-btn{
    background-color: #ff0080;
    color: #fff;
    border-color: #ff0080;
    transition: all .4s ease-in-out;
}
.custom-sub-btn:hover{
    background: #53B1DE;
    border-color: #53B1DE;
    color: #fff;
}
/*.input-group .custom-sub{
        width: 300px;
}*/
.social-icon{
    text-align: center;
    list-style-type: none;
    margin: 30px 0 0;
    padding: 0;
    font-size: 20px;
}
.social-icon li{
    display: inline;
    padding: 5px;
}
.social-icon a{
    color: #ff0080;
}
.social-icon a:hover{
    color: #337ab7;
}

footer{
    /*text-align: center;*/
    /*padding: 20px;*/
    background: #ff0080;
}
footer a{
    color: #fff;
    padding: 0px;
}
footer a:hover{
    color: #fff;
}
footer a:hover, footer a:focus{
    text-decoration: none;
    color: #fff;
}
.top {
    display: inline-block;
    float: right;
    background-color: #2F6B5A;
    border-radius: 4px;
}
/*=================================================
||				13. Media Query
==================================================*/

@media (max-width: 991px){
    .offer-cta{
        background: url("../images/cta-1.png") bottom left no-repeat;
    }
    .offering{
        padding-bottom: 300px;
    }
    float: left;
}
@media (max-width: 480px){
    .slider-item{
        background-image: none !important;
    }
    .slide{
        height: auto;
    }
    .intro{
        max-height: 627px;
    }
    .navbar-default .navbar-nav>li>a{
        font-weight: 400;
    }
    .navbar-default .navbar-brand{
        padding-left: 15px;
    }
}
.site-footer {
    background-color: rgb(35, 47, 62);
    font-size: 15px;
}
.site-footer .footer-top {
    padding: 45px 0 0;
}
.site-footer .footer-bottom {
    background: #e7e7e7;
    padding: 30px 0;
}
.site-footer .branding .site-title {
    font-size: 14px;
    line-height: normal;
}
.site-footer .branding .site-description {
    font-size: 10px;
}
@media screen and (max-width: 480px) {
    .site-footer .branding {
        margin-bottom: 20px;
    }
}
.site-footer .contact-links {
    margin-top: 20px;
}
@media screen and (max-width: 990px) {
    .site-footer .contact-links {
        text-align: left;
        float: none;
    }
}
@media screen and (max-width: 480px) {
    .site-footer .contact-links {
        clear: both;
    }
}
.site-footer .contact-links a {
    color: #555;
    text-decoration: none;
    margin-left: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: inline-block;
}
.site-footer .contact-links a .fa {
    margin-right: 5px;
}
.site-footer .contact-links a:hover {
    color: #19bdce;
}
.site-footer .colophon {
    border-top: 1px solid #d1d1d1;
    background: #2D3E52;
    padding: 15px 0;
}
@media screen and (max-width: 480px) {
    .site-footer .colophon {
        text-align: center;
    }
}
.site-footer .colophon p {
    margin-top: 15px;
}
.site-footer .widget {
    margin-bottom: 30px;
}
.site-footer .widget-title {
    font-size: 1rem;
    font-weight: 500;
}
.site-footer .widget-customer-info img {
    margin-right: 10px;
}
.site-footer .widget-customer-info .cs-info {
    display: table;
}
.site-footer .widget-customer-info .cs-info p {
    margin-top: 0;
}
.site-footer .widget-customer-info .cs-info a {
    text-decoration: none;
    color: #818c8d;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.site-footer .widget-customer-info .cs-info a:hover {
    color: #19bdce;
}

.list-arrow {
    list-style-type: none;
    margin: 0 0 30px;
    padding-left: 0;
    font-size: 15px;
}
.list-arrow li {
    position: relative;
    padding: 10px 0 0;

}
.list-arrow li:before {
    content: " ";
    width: 6px;
    height: 5px;
    background: url(images/small-arrow.png) no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}
.list-arrow li a {
    color: inherit;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    text-decoration: none;
    /*    float: left;*/
}
.list-arrow li a:hover {
    color: #19bdce;
}
.list-arrow.alt {
    font-size: 15px;
}
.list-arrow.alt li {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
}
.list-arrow.alt li:before {
    top: 20px;
}

.list-fa {
    list-style-type: none;
    padding-left: 0;
    margin: 0 0 30px;
}
.list-fa li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.list-fa .fa {
    position: absolute;
    left: 0;
    top: 5px;
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }}


select.frecuency {
    border: none;
    font-style: italic;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
    border-bottom: none;
}
select.frecuency:focus {
    outline: none;
    border-bottom: 5px solid #22313F;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
}
.free {
    text-transform: uppercase;
}
.input-group {
    margin: 20px auto;
    width: 100%;
}
input.btn.btn-lg {
    width: 60%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
button.btn {
    width: 35%;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.promise {
    color: #999;
}



/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #ff0080;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

a {
 /*background-color: #D3D3D3;*/   
}