/*
Theme Name: The Ocean
Theme URI: http://themeforest.net/user/themeinnwit/portfolio
Author: ThemeInnwit
Author URI: http://themeinnwit.com/
Description: Ocean - All in one WordPress theme. This theme suites for all kinds of business. You can create any type of design with this theme without touching a single line of code. 
Version: 1.6.4
License: Themeforest Split Licence
License URI: license.txt
Tags: black, white, light, responsive-layout, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
Text Domain: the-ocean
*/

#nav_menu-3 {
	list-style: none;
}

#nav_menu-3 li {
	display: inline-block;

}

#nav_menu-3 li a {
	padding: 0 10px 0;
	text-transform: uppercase;
	border-right: 1px solid #ccc;
}

#nav_menu-3 li:first-child a {
	padding-left: 0;
}

#nav_menu-3 li:last-child a {
	border-right: none;
}

.widget li > a:before {
	content: '';
}

.header-top {
	margin-top: 10px;
	text-align: right;
}

.main-nav {
	display: flex;
	align-items: flex-end;
}

.btn.btn-outline:hover, .btn.btn-solid.colorbtn, .btn.btn-outline.colorbtn:hover, .main-nav li a .inner-menu:after {
	background-color: #fff !important;
}

.main-nav > .menu > li.current-menu-item > a .inner-menu span:before, .main-nav > .menu > li.current-menu-parent > a .inner-menu span:before {
	
	width: 0;
}

/*************************Fixed Book NOW Button Vertical *************************/
.fixed-btn {
    
    position: fixed !important;
    right: -40px;
    top: 40%;
    background-color: #1c6fc6;
    color: #fff!important;
    z-index: 10;
    padding: 5px 20px;
    font-size: 24px;
    font-family: Oswald!important;
    font-style: normal;  

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}


/****************************End of Fixed Book NOW Button Vertical *************************/


.header-btn {
	background-color: #00a2d6;
	color: #fff!important;
	font-size: 22px;
    display: inline-block;
    line-height: 39px;
    height: 42px;
    width: 110px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.header-top a {
    font-size: 20px;
}

.main-nav li:last-child a {
	padding-right: 0
}

.main-nav .menu li a {
	font-size: 17px !important;
	padding-right: 14px;
	padding-left: 14px;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background-color:#00a2d6!important; 
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern { 
	background-color:#00a2d6!important;
}
element.style {
    color: #00a2d6;
}

#pageFooterCon p, .copyright p{ color:#FFF; }

.wpb_wrapper li{
	color:#00a2d6;
	font-family:oswald;
	font-size:18px;

}

.wpb_wrapper h4{
	color:#00a2d6;
	font-family:oswald;
	font-size:20px;
	font-weight: bold;
	
}

.page-id-5 .wpb_wrapper h4, .page-id-7 .wpb_wrapper h4{
	font-size:16px;
	font-weight: normal;
}
p {
	 text-align: justify;
    text-justify: inter-word;
}
.row-worker{
	display: none;
}
.price-table.style3 .value{
	text-align: center;
	font-size: 40px;
	color:#ffffff;
}
.booking-term {
line-height:0.2!important;
font-size:14px;
}

.dark-logo {
	display: inline-block;
	z-index: 10;
	margin-top: -40px;
	margin-bottom: 10px;
}

.page-id-5 .wpb_content_element {margin-bottom: 0!important;}

.price-table .value{ 

font-size: 24px!important;
text-align: center;
color:#00a2d6; }

#menu-footer a:hover {
	color: #fff!important;
}

.page-id-5 .vc_gitem-post-data-source-post_title h4{
	color:#00a2d6;
	font-family:oswald;
	font-size:30px!important;
	font-weight: bold;
	text-align: center;
}

.header-slogan {
	font-size: 26px;
	padding-top: 20px;
	font-style: italic;
	font-weight: bold;
}

.header-wrap {
	position: relative;
}
#logo {
	position: absolute;
	top: -50px;
}

.sticky-wrapper {
	min-height: 83px;
}
.header-con.stuck #logo {
	top: 0;
}

.header-break {
	display: none;
}

#sub-header{ padding: 43px 0 95px !important;
 }

#banner{
	position: relative !important;
} 

.banner-header{
	position: absolute !important;
	right:0 !important;
	margin:0 auto !important;
}
.banner-header h2{
	font-size:30px!important;
}

.comment-respond, .comments, .authorDetails { display: none !important;}

.img-effect figure {
	    padding: .5em .5em;
    margin: 2em 0 2em 0;
    transition: all .25s ease-in-out;
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
}
.img-effect figure:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    transition: all .25s ease-in-out;
}