/*
Theme Name: Oncuba Travel
Theme URI: https://oncubatravel.com
Author: OnCuba
Author URI: https://oncuba.com
Description: OnCuba Travel theme.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: OnCuba Travel, Custom.
*/


/*GLOBAL STYLES --------------------------------------------------  */

@font-face {
    font-family: 'LatoRegular';
    src: url('fonts/LatoRegular.eot');
    src: url('fonts/LatoRegular.eot') format('embedded-opentype'), url('fonts/LatoRegular.woff') format('woff2'), url('fonts/LatoRegular.woff') format('woff'), url('fonts/LatoRegular.ttf') format('truetype'), url('fonts/LatoRegular.svg') format('svg');
}

@font-face {
    font-family: 'LatoBlack';
    src: url('fonts/LatoBlack.eot');
    src: url('fonts/LatoBlack.eot') format('embedded-opentype'), url('fonts/LatoBlack.woff') format('woff2'), url('fonts/LatoBlack.woff') format('woff'), url('fonts/LatoBlack.ttf') format('truetype'), url('fonts/LatoBlack.svg') format('svg');
}

@font-face {
    font-family: 'LatoBold';
    src: url('fonts/LatoBold.eot');
    src: url('fonts/LatoBold.eot') format('embedded-opentype'), url('fonts/LatoBold.woff') format('woff2'), url('fonts/LatoBold.woff') format('woff'), url('fonts/LatoBold.ttf') format('truetype'), url('fonts/LatoBold.svg') format('svg');
}

body {
    color: #5a5a5a;
    font-family: 'LatoRegular';
}

h1,
h2,
h3,
h4 {
    font-family: 'LatoBlack';
}

@media (min-width: 990px) {
    .container {
        width: 100%;
    }
}


/*navbar settings*/

.oct_nav {
    position: fixed;
    /*bottom: 3px;*/
    background-color: #d31112;
    border-radius: 0px;
    border: 1px #d31112;
    z-index: 2000;
    /*height: 60px;*/
    min-height: 60px;
}

.oct_navContainer {
    padding: 0;
    height: 60px;
    opacity: 0.8;
}

.oct_navContainer .oct_logoBrand {
    margin-left: 0;
    padding: 8px 0 0 15px;
}

.affix {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-collapse .oct_nav_ul {
    padding-right: 0;
    padding-left: 0;
    margin: auto;
}

.oct_nav_il a {
    margin-top: 5px;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.nav .oct_nav_il a {
    padding: 10px 3px;
    z-index: 1200;
}

.nav .oct_link_il:hover a {
    color: white;
    background-color: #d31000;
    /*font-size: 17px*/
}

.nav .oct_link_il:focus a {
    color: white;
    background-color: #d31112;
    /* font-size: 14px*/
}


/*li for menu*/
.navbar-nav > li{
    opacity: 0.7;
}

.navbar-nav > li:hover{
    opacity: 1;
}
.nav > li.oct_il_b a:after {
    content: " ";
}

.twitter {
    background: rgba(0, 0, 0, 0) url("img/icons/twitter.svg") no-repeat scroll left center;
}

.twitter a {
    color: transparent;
}

.navbar-nav .twitter a {
    padding: 15px 0 15px 15px;
}

.nav .twitter:hover a {
    background-color: transparent;
    background: rgba(0, 0, 0, 0) url("img/icons/twitter.svg") no-repeat scroll left center;
    color: transparent;
}

.facebook {
    background: rgba(0, 0, 0, 0) url("img/icons/facebook-square.svg") no-repeat scroll left center;
}

.facebook a {
    color: transparent;
}

.navbar-nav .facebook a {
    padding: 15px 0 15px 15px;
}

.navbar-nav > li{
    opacity: 0.7;
}

.navbar-nav > li:hover{
    opacity: 1;
}
.nav .facebook:hover a {
    background-color: transparent;
    background: rgba(0, 0, 0, 0) url("img/icons/facebook-square.svg") no-repeat scroll left center;
    color: transparent;

}

a,a:hover, a:active, a:link {
    text-decoration: none;
}

.instagram {
        background: rgba(0, 0, 0, 0) url("img/icons/instagram.svg") no-repeat scroll left center;
}

.instagram a {
    color: transparent;
}

.navbar-nav .instagram a {
    padding: 15px 0 15px 15px;
}

.nav .instagram:hover a {
    background-color: transparent;
    background: rgba(0, 0, 0, 0) url("img/icons/instagram.svg") no-repeat scroll left center;
    color: transparent;
}




.vimeo {
    background: rgba(0, 0, 0, 0) url("img/icons/vimeo.png") no-repeat scroll left center;
}

.vimeo a {
    color: transparent;
}

.navbar-nav .vimeo a {
    padding: 15px 0 15px 15px;
}

.nav .vimeo:hover a {
    background: rgba(0, 0, 0, 0) url("img/icons/vimeo.png") no-repeat scroll left center;
    color: transparent;
}

.nav > li > a:focus {
    background-color: transparent;
}

.navbar-toggle {
    padding: 10px 10px;
    margin-bottom: 0px;
    background-color: #d31112;
    /*position: fixed;
    right: 0;
    z-index: 9999;*/
}

.bar1,
.bar2,
.bar3 {
    width: 22px;
    height: 3px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -5px);
    transform: rotate(45deg) translate(-4px, -5px);
}

.oct_mininavbar {
    position: absolute;
    width: 225px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.4);
    color: white;
    right: 30px;
    top: 20px;
    z-index: 3;
}

.oct_mininavbar p {
    margin-top: 7px;
    font-weight: bold;
}

.oct_mininavbar a {
    color: white;
}


/*Header settings*/

@media (min-height: 250px) {
    .header {
        height: 600px;
    }
}

.header {
    /*background: url(img/banners/header.jpg) no-repeat;*/
    background-size: cover;
    /*padding-right: 0;*/
    background-position: center center;
}

.oct_logoPosition {
    top: 80px;
    right: -37px;
    /*padding-left: 200px;*/
    position: relative;
    /*z-index: 2;*/
}

.oct_logoPositionStandar {
    margin: 40px auto;
    /*z-index: 2;*/
}

.oct_logoPositionXS1 {
    margin: 60px auto;
}

.oct_logoPositionXS2 {
    float: right;
}


/*.otc_tooltipfixed {
    position: fixed;
    z-index: 9999;
}*/

.otc_sendButton {
    position: fixed;
    background-color: #d31112;
    border-color: #d31112;
    border-radius: 0;
    right: 0;
    top: 165px;
    z-index: 9999;
}

.oct_tooltip {
    position: fixed;
    width: 242px;
    height: 242px;
    background: url(../../uploads/2017/04/250-x-250-px_fixed.jpg) no-repeat;
    background-size: cover;
    float: right;
    right: 80px;
    top: 137px;
    z-index: 9998;
}

.oct_carret {
    position: fixed;
    right: 64px;
    top: 175px;
    width: 16px;
    height: 24px;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-bottom: 12px solid transparent;
    border-left: 16px solid;
    border-top: 12px solid transparent;
    color: #d31112;
    z-index: 9999;
}

.oct_tooltip .row {
    margin-left: 0;
    margin-right: 0;
}

.oct_shadow {
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.oct_tooltip .oct_h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 28px;
}

.oct_tooltip p {
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 13px;
}

.oct_redbutton {
    background-color: #d31112;
    border-color: #d31112;
    border-radius: 4px;
    color: white;
}


/*Info section settings*/

.oct_background {
    background: url(img/banners/background.jpg) no-repeat;
    background-size: cover;
    /*background-position: center center;*/
    /*height: 350px;*/
}
.oct_ackground_footer{

    background: url(img/banners/background.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}



.oct_infoStructure {
    margin: 25px auto;
}


/*Cruise section settings*/

.oct_cruise {
    color: white;
    background: url(img/banners/crusier.jpg) no-repeat;
    background-size: cover;
    background-position: right center;
    height: 300px;
}

.oct_cruise h1 {
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 10px;
}

.oct_cruise h4,
p {
    margin-top: 0px;
    margin-bottom: 20px;
}

.oct-blackbutton {
    color: #ffffff;
    background-color: #252525;
    border-color: #252525;
    border-radius: 4px;
}

.oct-blackbutton:hover {
    color: #ffffff;
    background-color: #3c3838;
    border-color: black;
}

.oct-blackbutton:focus {
    color: #ffffff;
    background-color: #3c3838;
    border-color: black;
}


/*Services section settings*/

/*#services {
    background: url(img/banners/background.jpg);
    background-size: cover;
}*/

.suscribe_section{
	/*margin-top: 30px;*/
	margin-bottom: 30px;
}

.textpadding {
    padding: 10px;
}

.oct_carrusel2 .textpadding {
    padding: 10px
}

.otc_servicesDiv {
    padding: 0 15px 0 15px;
}

.oct_narrowCol {
    padding-left: 0;
    padding-right: 0;
}

.oct_divCaption {
    padding: 0 5px 0 5px;
    margin: 0 5px 0 5px;
}

.oct_serviceStructure {
    margin: 0 auto;
}

.oct_carrusel1 {
    height: 1000px;
}

.oct_carrusel1 .item {
    background-color: transparent;
    height: 1000px;
}

.oct_carrusel1 .left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.oct_carrusel1 .right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    right: 0;
}

.oct_carrusel1 .carousel-control {
    top: 950px;
    z-index: 4;
}

.oct_carrusel1 .carousel-caption {
    left: -30px;
    right: 0;
}

.jcarousel .oct_thumbButton {
    position: absolute;
    top: 170px;
    right: 105px;
    color: #fff;
    background-color: red;
    border-color: white;
    line-height: 4.8;
    border-radius: 50%;
    border: 5px solid white;
    z-index: 4;
    top: 300px;
    right: 105px;
}

.oct_carrusel2 {
    height: 2200px;
}

.oct_carrusel2 .item {
    background-color: transparent;
    height: 2200px;
}

.oct_carrusel2 .left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    left: 0;
}

.oct_carrusel2 .right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
    right: 0;
}

.oct_carrusel2 .carousel-control {
    top: 2151px;
    z-index: 4;
}

.oct_carrusel2 .carousel-caption {
    left: -30px;
    right: 0;
}

.colpadding {
    padding: 20px;
}

.oct_carruselText {
    color: red;
    position: relative;
    top: -30px;
    z-index: 3;
}

.oct_thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.75);
    width: 300px;
    height: 420px;
    position: relative;
    margin: 0 auto;
}

.oct_thumbSecondRow {
    background-color: #f4f4f4;
    bottom: 0;
    left: 15px;
    position: absolute;
    width: 300px;
    height: 160px;
    z-index: 999;
}

.oct_tumbMedDiv {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 215px;
    width: 300px;
    height: 110px;
}

.oct_tumbMedDiv_susb {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 355px;
    width: 300px;
    height: 65px;
}

.oct_tumbMedDiv_susb .oct_h1,
.oct_tumbMedDiv .oct_h1 {
    font-weight: bold;
    /*margin: 10px;*/
    padding: 0px 35px 35px 35px;
    color: white;
    font-size: 18.5px !important;
}

.oct_thumbnail .caption {
    margin-top: 30px;
}

.oct_carrusel2 .oct_thumbButton {
    position: absolute;
    top: 170px;
    right: 105px;
    color: #fff;
    background-color: red;
    border-color: white;
    line-height: 4.8;
    border-radius: 50%;
    border: 5px solid white;
    z-index: 4;
}

.oct_carrusel2 .oct_thumbnail {
    height: 660px
}

.carousel-caption p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
}


/*footer*/
ul.arrow {

    list-style-image: url(img/icons/arrow-footer.png);

}

.oct_submitfooter {
    background-color: #252525;
    color: white;
}

.oct_submitbutton {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
    border-radius: 0;
    margin: 35px 22px 35px 0;
}

.oct_submitbutton:hover {
    color: #ffffff;
    background-color: #7a7979;
    border-color: #3c3a3a;
}

.oct_submitbutton:focus {
    color: #ffffff;
    background-color: #7a7979;
    border-color: #3c3a3a;
}

.oct_submitinput {
    margin: 35px 22px 35px 0;
    border-radius: 0;
}

.oct_linkfooter {
    background-color: #d31112;
    color: white;
}

.oct_linkfooter ul {
    margin: 18px auto;
    padding-left: 20px;
}

.oct_footerLogo {
    margin: auto;
}

.footerpadding {
    padding: 0;
}


/*Detail packages
________________________________*/


/*Header settings*/

@media (min-height: 250px) {
    .headerHatGlance,
    .headerArtVision
    .product {
        height: 540px;
    }
}

.oct_h4 {
    text-align: center;
    padding: 5px;
}
.product {
     height: 540px;
    background-size: cover;
    /*padding-right: 0;*/
    background-position: center center;
    position: relative;
    margin-top: 50px;
    z-index: 1;
    margin: 0 auto;
}
.headerHatGlance {
    background: url(http://oncubatravel.com/wp-content/themes/octravel/img/banners/havnaatglance.jpg) no-repeat;
    background-size: cover;
    /*padding-right: 0;*/
    background-position: center center;
    position: relative;
    margin-top: 50px;
    z-index: 1;
    margin: 0 auto;
}

.headerArtVision {
    background: url(http://oncubatravel.com/wp-content/themes/octravel/img/banners/Hartvision.jpg) no-repeat;
    background-size: cover;
    /*padding-right: 0;*/
    background-position: center center;
    position: relative;
    margin-top: 50px;
    z-index: 1;
    margin: 0 auto;
}

.oct_header_packDiv {
    /*width: 765px;*/
    position: absolute;
    text-align: center;
    left: -15px;
    bottom: -540px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}
.oct_header_cruise{
	width: 100%;
    position: absolute;
    text-align: center;
    left: -15px;
    top: 250px;
    color: white;
    background-color: rgba(0, 0, 0, 0);
}

.oct_header_blog {
    position: absolute;
    text-align: center;
    bottom: -431px;
    color: white;
}
.input-group .oct_selectinput {
    margin: 0;
    padding: 3px 8px 6px;
    border-radius: 0;
    height: 30px;
    width: 50px;
}

.oct_selectinput .oct_selectItems {
    font-size: 19px;
    padding: 0px 4px 18px 0;
}

.oct_lastone {
    font-size: 19px;
    padding: 0;
    padding-right: 4px
}

.input-group .oct_redbutton {
    position: relative;
    right: -10px;
    height: 30px;
    width: 100px;
}

.oct_borders {
    background: #252525;
    width: 180px;
    height: 50px;
    padding: 10px;
    margin-left: 165px;
}

.nav-pills .oct_pillsButons {
    /*width: 300px;*/
    color: #000;
    background-color: #e1e1e1;
    border-radius: 0;
}

.nav-pills .active .oct_pillsButons {
    /*width: 300px;*/
    color: #fff;
    background-color: #252525;
}

.nav-pills .active .oct_pillsButons:hover {
    /* width: 300px;*/
    color: #fff;
    background-color: #252525;
}



.form-control {
    border-radius: 0;
}


/*contact page*/

@media (min-height: 250px) {
    .oct_sample_page {
        height: 320px;
    }

    .oct_thank_page{
        height: 620px;
    }
}

.map{
    overflow:hidden;
    height:268px;
    width:100%;
}

.oct_sample_page {
    background: url(img/banners/contactHeader.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.oct_thank_page{
    background: url(img/banners/ElectronicCard.jpg) no-repeat;
    background-size: cover;
    background-position: center center;

}

/*#contactform {
    background: url(img/banners/background.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}*/


/*responsive*/

.navbar-fixed-top, .navbar-fixed-bottom{
/*position: relative !important;*/
}

@media only screen and (min-width: 340px) {
    .oct_navContainer .oct_logoBrand {
        margin-left: 0;
        padding: 8px 10px 0 50px;
    }
    .oct_carrusel1 .carousel-caption {
        left: 0;
        right: 0;
    }
    .oct_carrusel2 .carousel-caption {
        left: 0;
        right: 0;
    }
}

@media only screen and (min-width: 767px) {
    .oct_header_packDiv {
        width: 750px;
        position: relative;
        text-align: center;
        left: -15px;
        bottom: -413px;
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .oct_borders {
        background: #252525;
        width: 180px;
        height: 50px;
        padding: 10px;
        margin-left: 0;
    }
    .oct_footerLogo {
        margin: 35px 0 0 15px;
    }
    .oct_linkfooter ul {
        margin: 25px auto;
        padding-left: 60px;
    }
    .oct_carrusel1 .left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
        left: 130px;
    }
    .oct_carrusel1 .right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
        right: 130px;
    }
    .oct_carrusel2 .left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
        left: 130px;
    }
    .oct_carrusel2 .right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
        right: 130px;
    }
    .nav > li.oct_il_b a:after {
        content: " / ";
    }
    /*.oct-experiencesect .textpadding {
        padding: 10px 110px;
    }*/
    .twitter {
        background: rgba(0, 0, 0, 0) url("img/icons/twitter.svg") no-repeat scroll center center;
    }
    .twitter a {
        color: transparent;
    }
    .navbar-nav .twitter a {
        padding: 15px 0 15px 15px;
    }
    .nav .twitter:hover a {
        background-color: transparent;
        background: rgba(0, 0, 0, 0) url("img/icons/twitter.svg") no-repeat scroll center center;
        color: transparent;

    }
    .facebook {
        background: rgba(0, 0, 0, 0) url("img/icons/facebook-square.svg") no-repeat scroll center center;
    }
    .facebook a {
        color: transparent;
    }
    .navbar-nav .facebook a {
        padding: 15px 0 15px 15px;
    }
    .nav .facebook:hover a {
        background-color: transparent;
        background: rgba(0, 0, 0, 0) url("img/icons/facebook-square.svg") no-repeat scroll center center;
        color: transparent;
    }

    a,a:hover, a:active, a:link {
    text-decoration: none;
}

.instagram {
    background: rgba(0, 0, 0, 0) url("img/icons/instagram.svg") no-repeat scroll left center;
}

.instagram a {
    color: transparent;
}

.navbar-nav .instagram a {
    padding: 15px 0 15px 15px;
}

.nav .instagram:hover a {
    background-color: transparent;
    background: rgba(0, 0, 0, 0) url("img/icons/instagram.svg") no-repeat scroll left center;
    color: transparent;
}
    .oct_logoPositionStandar {}

    .map{
    overflow:hidden;
    height:268px;
    width:340px;
}
}

@media only screen and (min-width: 990px) {
    .oct_logoPosition {
        padding-left: 200px;
        position: absolute;
        right: 80px;
        top: 19px;
        z-index: 2;
    }
    .oct_logoPositionStandar {
        /*right: -210px;
        top: 40px;
        position: relative;
        /*z-index: 2;*/
    }
    .oct_thumbButton {
        position: absolute;
        top: 170px;
        right: 105px;
        color: #fff;
        background-color: red;
        border-color: white;
        line-height: 4.8;
        border-radius: 50%;
        border: 5px solid white;
        z-index: 4;
    }
    .jcarousel .oct_thumbButton {
        top: 300px;
        right: 100px;
    }
    .oct_header_packDiv {
        width: 990px;
        position: relative;
        text-align: center;
        left: -15px;
        bottom: -412px;
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .nav-pills .oct_pillsButons {
        width: 300px;
        color: #000;
        background-color: #e1e1e1;
        border-radius: 0;
    }
    .nav-pills .active .oct_pillsButons {
        width: 300px;
        color: #fff;
        background-color: #252525;
    }
    .nav-pills .active .oct_pillsButons:hover {
        width: 300px;
        color: #fff;
        background-color: #252525;
    }
    .oct_carrusel1 {
        height: 500px;
    }
    .oct_carrusel1 .item {
        background-color: transparent;
        height: 500px;
    }
    .oct_carrusel1 .carousel-control {
        top: 440px;
        z-index: 4;
    }
    .oct_carrusel1 .carousel-caption {
        left: 160px;
        right: 160px;
    }
    .oct_carrusel1 .left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
        left: 230px;
    }
    .oct_carrusel1 .right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
        right: 230px;
    }
    .oct_carrusel2 {
        height: 750px;
    }
    .oct_carrusel2 .item {
        background-color: transparent;
        height: 750px;
    }
    .oct_carrusel2 .left {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
        left: 230px;
    }
    .oct_carrusel2 .right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 100%);
        right: 230px;
    }
    .oct_carrusel2 .carousel-control {
        top: 700px;
        z-index: 4;
    }
    .oct_carrusel2 .carousel-caption {
        left: 0;
        right: -30%;
    }

    .map{
    overflow:hidden;
    height:268px;
    width:440px;
	}
}

@media only screen and (min-width: 1200px) {
    .oct_header_packDiv {
        width: 102.5%;
        position: relative;
        text-align: center;
        left: -15px;
        bottom: -431px;
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
    }
}


/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/

.jcarousel {
    position: relative;
    overflow: hidden;
    height: 405px;
}


/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/

.jcarousel ul {
    width: 20000em;
    position: relative;
    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0 80px;
    left:-420px !important;
}


/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/

.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
    width: 305px !important;
}

.prev {
    left: -100px;
    position: relative;
    top: -5px;
    z-index: 100;
}

.next {
    right: -100px;
    position: relative;
    top: -5px;
    z-index: 100;
}

.jcarousel_row {
    margin: 0 auto;
}

@media only screen and (min-width: 650px) {
    .jcarousel_row {
        margin: 0 0px;
	margin-left: 2.1%;
        /*margin-left: 14%;*/
    }
}


/*tabs css*/

 /* Style the list */
/*ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}*/

/* Float the list items side by side */
/*f*/

/* Style the links inside the list items */
/*ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}*/

/* Change background color of links on hover */
/*ul.tab li a:hover {background-color: #ddd;}
*/
/* Create an active/current tablink class */
/*ul.tab li a:focus, .active {background-color: #ccc;}*/

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


/*k-news wordpress pluggin*/

.requiredtext {
    display: none;
}

.knewsemail > label {
    display: none;
}


.knewsemail {
    display: inline-block;
    float: left;
    width: 75%;
}

.knewsemail > input {
    width: 100%;
     height: 34px;
     color: gray;

}
.knewsbutton {
    display: inline-block;
    float: left;
}

.knewsbutton {
    background-color: #999999;
    border: 1px solid #999999;
    font-size: 14px;
    width: 87px;
    height: 34px;
}

#knewsform_1 > form {
    display: block;
    float: left;
    margin: 35px 22px 35px 0;
    width: 100%;
}

.woocommerce .products h3{display: none !important;}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
    height: inherit !important; 
    width: 100% !important;
}

.woocommerce ul.products li.product a .woocommerce-LoopProduct-link
{
   pointer-events: none;
   cursor: default;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button
{
    background-color: rgb(255, 51, 52);
    color: #fff;
}

.woocommerce ul.products li.product .price
{
    color: rgb(255, 51, 52);
}

.product
{border: none !important;}

.tw-awesome-social,
.instagram-awesome-social,
.fb-awesome-social
{
	background: #b2b2b2;
	opacity: 0.5;
}

#menu-top-menu{
	    font-size: 18px;
    padding-right: 5%;
    padding-top: 0.3%;
}
.navbar-nav > li
{
	opacity: 1 !important;
}

.menu-about-us a:after,
.menu-our-programs a:after,
.menu-cruise a:after{
	
	content: "|";
	padding-left: 20px;
}

.navbar-nav > li::last-child 
{ 
	border-right: none
}

#menu-top-menu a{
	font-weight: bold;
	opacity: 1;
	color: rgb(255, 255, 255);
}

/*.navbar-nav > li:hover{
	background-color: #d31112 !important;
}*/

.menu-about-us :hover,
.menu-our-programs :hover,
.menu-billboard	:hover,
.menu-cruise	:hover,
.menu-visa   :hover{
	background-color: #d31112 !important;
}
.navbar{
   /* width: 100% !important;*/
}

#icon_wrapper{ top: 117px !important;}

.ri-grid ul li{
    width: 120px !important;
    height: 120px !important;
    margin-left: 2% !important;
    margin-bottom: 2% !important;
    backgraound: none !important;
}
.child_page{
    width: 33% !important;
}

.child_page-container .post_content {
    text-align: center;
    color: #5a5a5a;
}
.child_page-container .post_content h4 a{
    color: #5a5a5a !important;
}
.child_page-container .post_content .post_excerpt{
    text-align: justify;
}

.child_page-container .post_content .post_excerpt a{
    display: block;
    color: #d43f3a !important;
    font-weight: bold;
}
.child_pages .post_thumb img{
    /*width: 100%;*/
}

.post_144 h1{
display:none;
}
.circular-image img {
    width: 120px;               
    height: 120px;                
    -webkit-border-radius: 150px;                
    -moz-border-radius: 150px;                
    -ms-border-radius: 150px;                
    -o-border-radius: 150px; border-radius: 150px;      
    border:3px solid #eeeeee;
    padding:3px; 
    margin:3px;   
    display: table;
	margin: auto;                      
}

@media (min-width: 990px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1265px;
    }
}

@media (min-width: 1900px) {
    .container {
        width: 1920px;
    }
    .ri-grid ul li{
    width: 35% !important;
    height: 130px !important;
    margin-left: 2% !important;
    margin-bottom: 2% !important;
    backgraound: none !important;
}
.instg_fotos p{
margin-left:-20% !important;}
.jcarousel{
margin-left: 7% !important;
}
}

#menu-footer-2
.menu-about-us a:after,
#menu-footer-1 .menu-blog a:after{
content: none !important;
}

.wpcf7-list-item{
    display: block !important;
}

.oct_thumbButtonBook {
            position: absolute;
    padding: 1%;
    top: 400px;
    right: 575px;
    color: #fff;
    background-color: red;
    /* border: 5px solid white; */
    z-index: 4;
    }

input.referer-page{display:none;}

.amazingcarousel-image > div {
    display: none !important;
}