/*
Theme Name: Volare
Theme URI: http://shthemes.net/demosd/volare
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: In 2025, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: volare

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contactimageup, paragraphs, general styles
---------------------------------------------------*/
:root {
  --color-primary: #d71921;
  --color-secondary: #0072bc;
  --color-third: #827b00;
}
.border .post iframe.video{
	margin-bottom: 18px;
    height: 475px;
}
.search .button_newsletter,.search a.button_newsletter,
.error404 .button_newsletter,.error404 a.button_newsletter,
.archive .button_newsletter,.archive a.button_newsletter,
.author .button_newsletter,.author a.button_newsletter,
.tag .button_newsletter,.tag a.button_newsletter{
    border: none;
    background: #d71921;
    background: #d71921 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #d71921 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    color: #fff;
    height: 36px;
    line-height: 34px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    outline: none;
    position: relative;
    top: 2px;
}
.search .button_newsletter:hover,.search a.button_newsletter:hover,
.error404 .button_newsletter:hover,.error404 a.button_newsletter:hover,
.archive .button_newsletter:hover,.archive a.button_newsletter:hover,
.author .button_newsletter:hover,.author a.button_newsletter:hover,
.tag .button_newsletter:hover,.tag a.button_newsletter:hover{
	background: #111;
    background: #111 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #111 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
}
.page-template-divingpage .button_medium{
	border: none;
    background: #d71921;
    background: #d71921 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #d71921 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    color: #fff;
    padding: 5px 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-template-divingpage .button_medium:hover{
	background: #111;
    background: #111 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #111 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
}
.page-template-sailingpage .button_medium{
	border: none;
    background: #0072bc;
    background: #0072bc -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #0072bc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #0072bc -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #0072bc -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #0072bc -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #0072bc linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    color: #fff;
    padding: 5px 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-template-sailingpage .button_medium:hover{
	background: #00aeef;
    background: #00aeef -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #00aeef -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #00aeef -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #00aeef -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #00aeef -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #00aeef linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
}
ul.recent_post li div{
	margin-top: 10px;
}
aside .widget.widget_news h4{
	margin-bottom: 20px;
}
p.comment-form-cookies-consent{
	display: none;
}
#comments ol li .comment_right p{
	margin-bottom: 0px;
}
.post .post_info .post-left ul li:nth-child(2) a{
	text-transform: capitalize;
}
.post .post_info .post-left ul li:nth-child(3) a{
	margin-right: 5px;
}
.post h2{
	color: var(--color-primary);
}
.container .row aside hr:first-child{
	display: none;
}
aside .widget_tag_cloud .tagcloud ul{
	padding: 0px;
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
}
aside .widget_tag_cloud .tagcloud ul li{
	list-style: none;
}
aside .widget_tag_cloud .tagcloud ul li a{
	display: inline-block;
    margin: 5px 14px 10px 0;
    height: 33px;
    line-height: 33px;
    background: #ededed url(http://localhost/volare/wp-content/uploads/2025/02/tag_bg.png) no-repeat 91% center;
    padding: 0 28px 0 11px;
    color: #646464;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 14px !important;
    transition: background .5sease;
}
aside .widget_tag_cloud .tagcloud ul li a:hover{
	background-color: #333;
    color: #fff;
    text-decoration: none;
}
ul.pagination li span.page-numbers.current{
	background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.page-template-sailingpage ul.pagination li span.page-numbers.current{
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
}
.page-template-sailingpage ul.pagination li a.page-numbers{
    color: #428bca;
}
.page-template-trekkingpage ul.pagination li span.page-numbers.current{
    background-color: var(--color-third);
    border-color: var(--color-third);
    color: #fff;
}
.page-template-trekkingpage ul.pagination li a.page-numbers{
    color: var(--color-third);
}
hr{
	margin-top: 20px!important;
	margin-bottom: 20px!important;
}
.wpcf7-spinner{
	display: none;
}
.wpcf7-not-valid-tip{
	color: #333;
	margin-top: 10px;
}
.wpcf7 form .wpcf7-response-output{
	margin: 2em 0em 1em;
	border-color: #333!important;
	color: #333;
}
footer .wpcf7 form.invalid .wpcf7-response-output{
	margin: 0em 0em 2em;
}
.wpcf7-form .button_newsletter{
	top: 0px;
}
.wpcf7-form .form-inline.add_bottom_30{
	margin-bottom: 0px;
}
.box-ribbon form #quick_booking .form-group p{
	margin-bottom: 0px;
}
.box-ribbon form #quick_booking p{
	margin-bottom: 0px;
}
.forcefullwidth_wrapper_tp_banner #slider_home .tp-banner.revslider-initialised.tp-simpleresponsive{
	max-height: 550px!important;
    height: 550px!important;
}
.box_container a{
	box-shadow: 0 0 5px rgba(000, 000, 000, 0.4)!important;
}
.container .row .border .media.list_1 .pull-left img{
	border-radius: 50%;
}
form textarea.form-control.style_2{
	height: 150px;
}
form .form-group p,
form .form-group .styled-select.style_2{
	margin-bottom: 0px;
}
#contactform_booking p input.wpcf7-submit,
#contactform p input.wpcf7-submit{
	border: none;
    background: #d71921;
    background: #d71921 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #d71921 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    color: #fff;
    padding: 8px 15px;
    float: right;
    margin-right: 15px;
    text-decoration: none;
    transition: background .5sease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5sease;
    -o-transition: background .5s ease;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#contactform_booking p input.wpcf7-submit:hover,
#contactform p input.wpcf7-submit:hover{
	background: #111;
    background: #111 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #111 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
}
.page-template-trekkingpage #contactform_booking p input.wpcf7-submit,
.page-template-trekkingpage #contactform p input.wpcf7-submit{
    border: none;
    background: #827b00;
    background: #827b00 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #827b00 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #827b00 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #827b00 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #827b00 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #827b00 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    color: #fff;
    padding: 8px 15px;
    float: right;
    margin-right: 15px;
    text-decoration: none;
    transition: background .5sease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5sease;
    -o-transition: background .5s ease;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page-template-trekkingpage #contactform_booking p input.wpcf7-submit:hover,
.page-template-trekkingpage #contactform p input.wpcf7-submit:hover{
    background: #111;
    background: #111 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #111 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
}
.v-middle{
    padding: 100px 0px;
}
.v-middle h1.display-2{
    font-size: 160px;
    line-height: 160px;
    padding-bottom: 40px;
}
.v-middle h1.display-3{
    font-size: 55px;
    padding-bottom: 40px;
}
.v-middle p{
    font-size: 17px;
    padding-bottom: 40px;
}
.search-custom{
    padding: 30px 10px;
}
.search-custom h4{
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
}
.search-custom .form-group{
    position: relative;
}
.search-custom .form-group input{
    padding: 8px 20px;
    font-weight: 600;
    line-height: 22px;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
    padding-right: 50px;
    font-size: 14px;
    display: block;
    width: 100%;
    color: #999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d7d7d7;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 50px;
    border-radius: 3px;
}
.search-custom .form-group button{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    border: transparent;
    background-color: var(--color-primary);
    color: #fff;
}
.search-custom .form-group button:hover{
    background-color: #111;
    color: #fff;
}
.search-custom .form-group input:focus-visible{
    outline: -webkit-focus-ring-color auto 0px;
}
footer .form-inline p br{
    display: none;
}
footer .form-inline p .wpcf7-form-control-wrap .form-control{
    width: 220px;
    border: none;
    height: 35px;
    margin-top: -2px;
}
footer .form-inline p .wpcf7-not-valid-tip{
    color: #fff;
}
footer .form-inline p{
    margin-bottom: 0px;
}
footer .wpcf7 form .wpcf7-response-output{
    color: #fff;
    border-color: #fff!important;
}
footer .wpcf7-form.invalid .form-inline input.button_newsletter{
    position: relative;
    top: -64px;
    right: -223px;
}
#contactform_booking hr.no_margin{
    margin-top: 0px!important;
    margin-bottom: 20px!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu{
    width: 12.8em;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item{
    box-shadow: rgba(0, 0, 0, 0.3) 1px 3px 3px;
    background: rgb(0, 174, 239);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 0.2em 1.5em;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    color: rgb(255, 255, 255);
    background: rgb(215, 25, 33);
    outline: none;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item{
    box-shadow: none;
    background: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{
    padding: 0px!important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-row li.mega-menu-column ul.mega-sub-menu{
    position: absolute!important;
    border-top: 2px solid #111!important;
    left: 0!important;
    z-index: 99999;
    background: #222!important;
    padding: 30px!important;
    box-sizing: border-box!important;
    width: 100%!important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-row li.mega-menu-column ul.mega-sub-menu ul.mega-sub-menu{
    border-top: 0px solid #111!important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-row li.mega-menu-column ul.mega-sub-menu li{
    padding: 0px;
}
ul.mega-sub-menu .mega-menu-row .mega-sub-menu li ul.mega-sub-menu li h5{
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
ul.mega-sub-menu .mega-menu-row .mega-sub-menu li ul.mega-sub-menu li p a.pic_offer strong{
    color: #fff;
    padding: 0px 10px;
}
nav #menu_container .row .col-md-12{
    height: 40px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    background: rgba(0, 0, 0, 0)!important;
    color: #ffffff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 18px 0px 18px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    color: rgb(255, 255, 255);
    background: rgb(215, 25, 33)!important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{
    height: 328px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:first-child ul.mega-sub-menu{
    padding-left: 40px !important;
    padding-right: 15px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:nth-child(2) ul.mega-sub-menu{
    padding: 30px 15px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:last-child ul.mega-sub-menu{
    padding-left: 15px !important;
    padding-right: 40px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12 ul.mega-sub-menu ul.mega-sub-menu{
    padding: 0px!important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-603 ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{
    height: auto;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-603 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:first-child ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-603 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:nth-child(2) ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-603 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:last-child ul.mega-sub-menu{
    padding: 30px!important;
    height: 240px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-603 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:first-child ul.mega-sub-menu{
    padding-left: 60px !important;
    padding-right: 0px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-603 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:nth-child(2) ul.mega-sub-menu{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-603 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:last-child ul.mega-sub-menu{
    padding-right: 60px !important;
    padding-left: 0px !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
    padding-bottom: 2px;
    margin-bottom: 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(153, 153, 153);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{
    padding: 0px !important;
    box-shadow: none!important;
    height: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    color: rgb(255, 255, 255);
    padding: 10px;
    border-bottom: 1px dotted rgb(85, 85, 85);
    min-width: 200px;
    background: rgb(34, 34, 34);
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    color: rgb(255, 255, 255);
    background: rgb(215, 25, 33);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p:nth-child(2){
    color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
    width: 100%;
}
nav #menu_container .row .col-md-12 .dropdown.pull-right{
    top: -30px;
    margin-top: 0px;
}
.logged-in header{
    top: 32px;
}
.logged-in header nav{
    top: 0;
}
.logged-in nav{
    top: 88px;
}
.page-template-sailing nav #top_nav li a,
.page-template-sailingpage nav #top_nav li a,
.single-sailing nav #top_nav li a{
    outline-color: rgb(0, 114, 188);
    outline-offset: -0.015625px;
    color: rgb(0, 114, 188);
    outline-width: 0px;
}
.page-template-sailing nav #top_nav li a:hover,
.page-template-sailingpage nav #top_nav li a:hover,
.single-sailing nav #top_nav li a:hover{
    color: #00aeef;
}
.page-template-sailing #phone,
.page-template-sailingpage #phone,
.single-sailing #phone{
    color: #444;
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > ul.mega-sub-menu{
    width: 12.8em;
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item{
    box-shadow: rgba(0, 0, 0, 0.3) 1px 3px 3px;
    background: rgb(0, 174, 239);
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 0.2em 1.5em;
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    color: rgb(255, 255, 255);
    background: rgb(215, 25, 33);
    outline: none;
    font-weight: 600;
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item{
    box-shadow: none;
    background: transparent;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{
    padding: 0px!important;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-row li.mega-menu-column ul.mega-sub-menu{
    position: absolute!important;
    border-top: 2px solid #111!important;
    left: 0!important;
    z-index: 99999;
    background: #222!important;
    padding: 30px!important;
    box-sizing: border-box!important;
    width: 100%!important;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-row li.mega-menu-column ul.mega-sub-menu ul.mega-sub-menu{
    border-top: 0px solid #111!important;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-row li.mega-menu-column ul.mega-sub-menu li{
    padding: 0px;
}
ul.mega-sub-menu .mega-menu-row .mega-sub-menu li ul.mega-sub-menu li h5{
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
ul.mega-sub-menu .mega-menu-row .mega-sub-menu li ul.mega-sub-menu li p a.pic_offer strong{
    color: #fff;
    padding: 0px 10px;
}
nav #menu_container .row .col-md-12{
    height: 40px;
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:hover{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600!important;
    padding: 0px 18px 0px 18px;
    background: var(--color-secondary)!important;
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:hover{
    background: #00aeef!important;
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{
    height: 328px;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:first-child ul.mega-sub-menu{
    padding-left: 40px !important;
    padding-right: 15px !important;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:nth-child(2) ul.mega-sub-menu{
    padding: 30px 15px !important;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:last-child ul.mega-sub-menu{
    padding-left: 15px !important;
    padding-right: 40px !important;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12 ul.mega-sub-menu ul.mega-sub-menu{
    padding: 0px!important;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-665 ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{
    height: auto;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-665 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:first-child ul.mega-sub-menu,
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-665 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:nth-child(2) ul.mega-sub-menu,
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-665 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:last-child ul.mega-sub-menu{
    padding: 30px!important;
    height: 240px;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-665 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:first-child ul.mega-sub-menu{
    padding-left: 60px !important;
    padding-right: 0px !important;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-665 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:nth-child(2) ul.mega-sub-menu{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu.mega-menu-item-665 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:last-child ul.mega-sub-menu{
    padding-right: 60px !important;
    padding-left: 0px !important;
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
    padding-bottom: 2px;
    margin-bottom: 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(153, 153, 153);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{
    padding: 0px !important;
    box-shadow: none!important;
    height: 0px;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    color: rgb(255, 255, 255);
    padding: 10px;
    border-bottom: 1px dotted rgb(85, 85, 85);
    min-width: 200px;
    background: rgb(34, 34, 34);
    font-weight: 600;
}
#mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    color: rgb(255, 255, 255);
    background: rgb(215, 25, 33);
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p:nth-child(2){
    color: #fff;
}
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
    width: 100%;
}
 #mega-menu-wrap-secondary #mega-menu-secondary{
    background: rgb(0, 114, 188);
}
 #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link:hover{
    background: #00aeef;
    transition: none;
    color: #fff;
}
 #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-row li.mega-menu-column ul.mega-sub-menu{
    border-top: 2px solid #0066a8!important;
    background: var(--color-secondary)!important;
}
 #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-row li.mega-menu-column ul.mega-sub-menu ul.mega-sub-menu{
    border-top: 0px solid #0066a8!important;
}
 #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    background: var(--color-secondary);
    border-bottom: 1px dotted #fff;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
 #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    background: #00aeef;
}
 #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
 #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
    background: var(--color-secondary);
    border-bottom: 1px solid #fff;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
 #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    color: #fff;
    outline: none;
    background: var(--color-secondary);
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}
 #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    background: #00aeef;
	color: #fff;
}
#mega-menu-wrap-secondary #mega-menu-secondary ul.mega-sub-menu .mega-menu-row .mega-sub-menu li ul.mega-sub-menu li h5{
    border-bottom: 1px solid #fff;
}
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-item > ul.mega-sub-menu{
    width: 12.8em;
}
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item{
    box-shadow: rgba(0, 0, 0, 0.3) 1px 3px 3px;
    background: rgb(0, 174, 239);
}
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 0.2em 1.5em;
}
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    color: rgb(255, 255, 255);
    background: rgb(215, 25, 33);
    outline: none;
    font-weight: 600;
}
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item{
    box-shadow: none;
    background: transparent;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu{
    padding: 0px!important;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-row li.mega-menu-column ul.mega-sub-menu{
    position: absolute!important;
    border-top: 2px solid #111!important;
    left: 0!important;
    z-index: 99999;
    background: #222!important;
    padding: 30px!important;
    box-sizing: border-box!important;
    width: 100%!important;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-row li.mega-menu-column ul.mega-sub-menu ul.mega-sub-menu{
    border-top: 0px solid #111!important;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-menu-row li.mega-menu-column ul.mega-sub-menu li{
    padding: 0px;
}
ul.mega-sub-menu .mega-menu-row .mega-sub-menu li ul.mega-sub-menu li h5{
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
ul.mega-sub-menu .mega-menu-row .mega-sub-menu li ul.mega-sub-menu li p a.pic_offer strong{
    color: #fff;
    padding: 0px 10px;
}
nav #menu_container .row .col-md-12{
    height: 40px;
}
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-item > a.mega-menu-link:hover{
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600!important;
    padding: 0px 18px 0px 18px;
    background: rgb(17, 17, 17)!important;
}
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-item > a.mega-menu-link:hover{
    background: #827907!important;
}
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{
    height: 328px;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:first-child ul.mega-sub-menu{
    padding-left: 40px !important;
    padding-right: 15px !important;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:nth-child(2) ul.mega-sub-menu{
    padding: 30px 15px !important;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:last-child ul.mega-sub-menu{
    padding-left: 15px !important;
    padding-right: 40px !important;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12 ul.mega-sub-menu ul.mega-sub-menu{
    padding: 0px!important;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu.mega-menu-item-687 ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{
    height: auto;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu.mega-menu-item-687 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:first-child ul.mega-sub-menu,
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu.mega-menu-item-687 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:nth-child(2) ul.mega-sub-menu,
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu.mega-menu-item-687 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:last-child ul.mega-sub-menu{
    padding: 30px!important;
    height: 240px;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu.mega-menu-item-687 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:first-child ul.mega-sub-menu{
    padding-left: 60px !important;
    padding-right: 0px !important;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu.mega-menu-item-687 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:nth-child(2) ul.mega-sub-menu{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu.mega-menu-item-687 ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-columns-4-of-12:last-child ul.mega-sub-menu{
    padding-right: 60px !important;
    padding-left: 0px !important;
}
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
    padding-bottom: 2px;
    margin-bottom: 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(153, 153, 153);
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu{
    padding: 0px !important;
    box-shadow: none!important;
    height: 0px;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    color: rgb(255, 255, 255);
    padding: 10px;
    border-bottom: 1px dotted rgb(85, 85, 85);
    min-width: 200px;
    background: rgb(34, 34, 34);
    font-weight: 600;
}
#mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    color: rgb(255, 255, 255);
    background: rgb(215, 25, 33);
}
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p:nth-child(2){
    color: #fff;
}
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
    width: 100%;
}
 #mega-menu-wrap-third #mega-menu-third > li.mega-menu-item > a.mega-menu-link,
 #mega-menu-wrap-third #mega-menu-third > li.mega-menu-item > a.mega-menu-link:hover,
 #mega-menu-wrap-third #mega-menu-third > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
 #mega-menu-wrap-third #mega-menu-third > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}
 #mega-menu-wrap-third #mega-menu-third > li.mega-menu-item > a.mega-menu-link:hover,
 #mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-item > ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-third #mega-menu-third > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-third #mega-menu-third > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus{
    background: #827907;
	color: #fff;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 600;
}
 #mega-menu-wrap-third #mega-menu-third li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.page-template-trekking #slider_home .tp-banner ul li:nth-child(2) .tp-caption:nth-child(3),
.page-template-trekkingpage #slider_home .tp-banner ul li:nth-child(2) .tp-caption:nth-child(3){
    font-size: 40px;
    line-height: 40px;
    font-family: Raleway;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    font-weight: 900;
}
footer .footer_nav{
    top: 0px;
}

.page-template-sailing #slider_home .tp-banner ul li .tp-caption{
    color: #fff;
}
.page-template-sailing #slider_home .tp-banner ul li:nth-child(2) .tp-caption:nth-child(2),
.page-template-sailing #slider_home .tp-banner ul li:nth-child(2) .tp-caption:last-child{
    color: #000;
}
.page-template-diving a.button_medium,
.page-template-divingpage a.button_medium,
.blog a.button_medium,
.error404 a.button_medium{
    border: none;
    background: #d71921;
    background: #d71921 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #d71921 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    color: #fff;
}
.page-template-diving a.button_medium:hover,
.page-template-divingpage a.button_medium:hover,
.blog a.button_medium:hover,
.error404 a.button_medium:hover{
    background: #111;
    background: #111 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #111 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
}
.page-template-sailing a.button_medium,
.page-template-sailingpage a.button_medium{
    border: none;
    background: #0072bc;
    background: #0072bc -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #0072bc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #0072bc -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #0072bc -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #0072bc -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #0072bc linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    color: #fff;
}
.page-template-sailing a.button_medium:hover,
.page-template-sailingpage a.button_medium:hover{
    background: #00aeef;
    background: #00aeef -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #00aeef -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #00aeef -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #00aeef -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #00aeef -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #00aeef linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
}
.page-template-trekking a.button_medium,
.page-template-trekkingpage a.button_medium,
.single-hike .button_medium{
    border: none;
    background: #827b00;
    background: #827b00 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #827b00 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #827b00 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #827b00 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #827b00 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #827b00 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    color: #fff;
}
.page-template-trekking a.button_medium:hover,
.page-template-trekkingpage a.button_medium:hover,
.single-hike .button_medium:hover{
    background: #111;
    background: #111 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #111 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
}
.page-template-trekking .button_newsletter:hover,
.page-template-trekkingpage .button_newsletter:hover,
.single-hike .button_newsletter:hover{
    background: #827b00;
    background: #827b00 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #827b00 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #827b00 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #827b00 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #827b00 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #827b00 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
}
.page-template-sailing .button_newsletter,
.page-template-sailingpage .button_newsletter,
.single-sailing .button_newsletter,
.single-sailing .button_medium,
.page-template-sailingpage #contactform_booking p input.wpcf7-submit,
.page-template-sailingpage #contactform p input.wpcf7-submit{
    border: none;
    background: #0072bc;
    background: #0072bc -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #0072bc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #0072bc -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #0072bc -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #0072bc -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #0072bc linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    color: #fff;
}
.page-template-sailing .button_newsletter:hover,
.page-template-sailingpage .button_newsletter:hover,
.single-sailing .button_newsletter:hover,
.single-sailing .button_medium:hover,
.page-template-sailingpage #contactform_booking p input.wpcf7-submit:hover,
.page-template-sailingpage #contactform p input.wpcf7-submit:hover{
    background: #00aeef;
    background: #00aeef -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #00aeef -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #00aeef -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #00aeef -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #00aeef -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #00aeef linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
}
.page-template-diving .button_newsletter,
.page-template-divingpage .button_newsletter,
.single-diving .button_newsletter,
.single-post .button_newsletter,
.blog .button_newsletter,
.single-diving .button_medium,
.single-post .button_medium{
    border: none;
    background: #d71921;
    background: #d71921 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #d71921 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #d71921 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    color: #fff;
}
.page-template-diving .button_newsletter:hover,
.page-template-divingpage .button_newsletter:hover,
.single-diving .button_newsletter:hover,
.single-post .button_newsletter:hover,
.blog .button_newsletter:hover,
.single-diving .button_medium:hover,
.single-post .button_medium:hover{
    background: #111;
    background: #111 -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(0, 0, 0, .2)));
    background: #111 -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
    background: #111 linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%);
}
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    background: url(https://shthemes.net/demosd/volare/wp-content/uploads/2025/03/AjaxLoader.gif) no-repeat center center
}
.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
}