#menu-posts-news{
    display:none;
}
h1{
    line-height: 1.2em;
}
h2 {
    line-height: 1.2em;
}
h3{
    line-height: 34px;
}
h4{
	font-size: 1.6em;
    line-height: 20pt;
}
.blue_heading{
    color:#0ea9b4;
}
.grey_text{
        color: #515151;
}
p a, p a:visited, p a:hover, p a:active {
    color: #0ea9b4;
    text-decoration: underline !important;
}


figure{
    max-width:587px;
}
figure img{
    width:100%;
        height: auto;
}
.white_text a{
    color:white !important;
    text-decoration:none !important;
    font-size: 11pt !important;
}
.home_buttons .vc_column-inner{
/*    text-align:center; */
}
.nav-top-block{
    display:none;
}
#nav-icon{
 position:absolute;   
}

#tour_panel .vc_tta-panels-container  p a{
        color: #ffffff;
}

.text_right{
        text-align:right;
}

.text_left{
        text-align:left;
}
.btn-home, .btn{
    color: #ffffff;
    background: #0ea9b4;
    border-radius: 0;
    height: auto;
    line-height: 2.1em;
    padding: 10px 15px 10px 15px;
    width: auto;
}
.btn-home a, .btn {
     font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.btn-home:hover, .btn:hover{
        color: #FFFFFF;
    background: #117d84;
}

.brand-vpexpedition{
    left:0;
}

.trans_background{
    background-color: rgba(0, 0, 0, 0.38);
 }

/*
NEWS POSTS
*/


.single-post .main-content, 
.nlog  .main-content{
    padding-left: 23%;
}
.blog .main-content #content .row{
        background: #00000057;
}
    
.single-post #content .row{
    background: transparent;
        padding: 0;
}
.single-post article p {
    background: #00000057;
    padding: 10px 12px 10px 12px;
    margin: 0;
}

.bottom-article a.btn, .blog .btn, .single-post .btn{
    padding: 3px 20px 3px 20px;
    color: white !important;
    background: #0ea9b4;
    border: 1px solid rgba(255,255,255, 0.5);
}
.bottom-article a.btn:hover {
    background: #9aa96b;
}
.bottom-article a.btn{
    margin-top: -86px;
}

.bottom-article{
    overflow: inherit;
    margin-top: 59px;
}
ul.meta-post {
    margin-top: -58px;
}



#logo img{
    height: 113px;
    width: auto;
    max-width: inherit !important;
    margin-top: 16px;
}
.nav-bottom{
        z-index: 100;
}
#tour_panel .vc_tta-tabs-list a{
      text-decoration: none !important;
      font-size: 18px;
}
#tour_panel .vc_tta-panels-container{
        padding-top: 22px;
            padding-bottom: 22px;
            background-color: #0ea9b4;
         /*   background-color: #0000004a;  */
}
#tour_panel  .vc_tta-tab.vc_active>a {
    background-color: #0ea9b4;
    color: #fff;
}
#side_snippet h1{
        line-height: inherit;
}

.nav-bottom{
    width:auto;
}

.vc_active .vc_tta-panel-title{
        background: #0ea9b4;
}
.vc_active .vc_tta-panel-title>a{
    color: white !important;
}






/*
ALTERATION 
*/
#logo{
        top: 57px;
}
nav {
    margin:0;
    position: fixed;
    left: 20px;
    max-width: 270px;
    top: 213px;
    z-index: 999;
}
nav ul li {
    display: block;
    margin-right: 15px;
    width: 100%;
}
nav ul li a{
    padding: 1px;
    font-size: 15pt;
        color: #c4de90 !important;
}
nav ul ul{
        left: 239px;
}
nav ul ul li {
    padding: 10px;
    width: 236px;
}
#main-menu{
    background-color: rgba(0, 0, 0, 0.38);

    width: 331px;
    height: 100%;
    padding-right: 62px;
    position: fixed;
        z-index: 1;
}
.main-content {
    max-width: 1400px;
    margin: 0 auto;
    float: inherit;
     padding-bottom: 0;
    padding-left: 28%;
    padding-top: 28px;
    max-width: 100%;
}






@media (max-width: 1650px){
    #logo img {
        height: 110px;
    }
    /*
    ALTERATION 
    */
    .main-content {
        padding-left: 28%;
    }
    .footer{
        background-image:none;
    }
    
     .footer .container-fluid {   
         background: none;
         border:none;
        text-align: center;
        position: relative;
        width: 100%;
    }
    .footer .container-fluid .row .col-md{
            text-align: center;
    }
}

@media (max-width: 999px){
    nav ul li a {
        line-height: 25px;
        font-size: 24px;
    }

    #logo{
        position: absolute;
            z-index: 1;
    }
    #logo img{

        height: 73px;
        height: 104px;
      max-width: inherit !important;
    }
     .main-content {
        padding-left:7%;
        padding-right:7%;
     padding-bottom: 115px;
    }   

    .menu-main-menu-container{
           margin-top: 17px;
    }
    .single-post .main-content, .nlog .main-content {
        padding-left: 0;
    }
    
    /*
    ALTERATION 
    */
    nav {
      position: relative;
          top: 47px;
    }
    nav ul{
            width: 332px;
    }
    nav ul li {
        padding: 7px;
    }
        #main-menu{
            background-color: #000000d9;
    }
    .main-content{
        padding-top: 148px;
    }
    .home #logo{
        display:none;
    }
    

}

@media (min-width: 768px) and (max-width: 999px){
    .vc_col-sm-8 {
        width: 100%; 
    }
        figure{
    max-width:770px;
  }
}
@media (max-width: 600px){
    figure{
    max-width:400px;
  }
}
@media (max-width: 414px){
    figure{
    max-width:350px;
}
    .main-content {
        padding-top: 24px;
    }

    #logo{
        position: relative !important;
        width: 137px;
         top: 17px !important;
    }
    .footer {
        display:block;
            margin-bottom: 57px;
       text-align: center;
    }
    .footer .text-right{
        text-align: center;
    }

    p{
        font-size: 125%;
    }
    .single-post .main-content, .nlog .main-content {
        padding-left: 7%;
    }

}