/*
 Theme Name: Flagstaff Power
 Theme URI: https://flagstaffmarine.com.au/
 Description: Custom theme for Flagstaff Power.
 Author: BBIM
 Author URI: http://brilliantdigital.com.au/
 License: Everything copyrighted
 Version: 1.1
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Open+Sans:300,400,400i,600,700,800|Montserrat:400,700');
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon/icomoon.eot');
    src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon/icomoon.woff') format('woff'), url('fonts/icomoon/icomoon.ttf') format('truetype'), url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    background-color: #F8F8F8;
    line-height: 30px;
    font-size: 16px;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
    color: #f55b3b;
}

a:focus,
button:focus {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

form,
fieldset {
    border-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

a img {
    outline: none;
    border: none;
}

.visible-lg {
    display: block;
}

.visible-xs {
    display: none;
}

.clearfix {
    clear: both;
}

.clearfix::after {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clear {
    clear: both;
}

.alignnone {
    margin: 0 auto;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #414142;
    font-family: 'Lato', sans-serif;
    line-height: 26px;
    font-weight: 400;
}

b,
strong {
    font-weight: 700;
}

i,
em {
    font-style: italic;
    font-family: 'Lato', sans-serif;
}

ol {
    margin-left: 20px;
}

ol li {
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

h2 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 15px;
}

h3 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 15px;
}

h4 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
}

h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

h6 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.text-center {
    text-align: center;
}

.btn {
    padding: 5px 30px;
    font-weight: 900;
    font-size: 11px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.fm_button a.btn{
    font-size: 14px;
}

.default-btn {
    background-color: transparent;
    color: #FFF;
    border-color: #FFF;
}

.default-btn:hover {
    background-color: #f55b3b;
    border-color: #f55b3b;
}

.primary-btn {
    background-color: #f55b3b;
    color: #FFF;
    border-color: #f55b3b;
}

.primary-btn:hover {
    background-color: #FFF;
    color: #f55b3b;
    border-color: #FFF;
}

.white-btn {
    background-color: #FFF;
    color: #455e71;
    border-color: #FFF;
}

.white-btn:hover {
    background-color: #f55b3b;
    color: #FFF;
    border-color: #f55b3b;
}

.darkBlue-btn {
    background-color: #455e71;
    color: #FFF;
    border-color: #455e71;
}

.darkBlue-btn:hover {
    background-color: #e8edf1;
    color: #455e71;
    border-color: #e8edf1;
}

.colorTan-btn {
    color: #FFF;
    background-color: #c3ae97;
    border-color: #c3ae97;
}

.colorTan-btn:hover {
    border-color: #f55b3b;
    background-color: #f55b3b;
}

.greyBg {
    background-color: #c2c3c9;
}

.whiteBlueBg {
    background-color: #FFF;
}

.darkBlueBg {
    background-color: #0d283c;
    color: #e8edf1;
}

.darkBlueBg p {
    color: #e8edf1;
}

.lightBlueBg {
    background-color: #f55b3b;
    color: #FFF;
}

.colorO {
    color: #f55b3b;
}

.colorG {
    color: #808183;
}

.colorW {
    color: #FFF;
}

.colorTan {
    color: #c3ae97;
}

.mobile-view {
    opacity: 0;
}


.sm-view{
    opacity: 0;
    visibility: hidden;
}

.container {
    width: 1020px;
    margin: 0 auto;
    padding: 0 15px;
}


/* ======================================= */
/* ============== emergency changes ================= */
/* ======================================= */
.page-template-events .event-wrapper .content .row {
  margin: 60px 0 0;
}

.event-wrapper .cont-wrap .form-wrap h2 {
  font-size: 26px;
  line-height: 30px;
}


.event-wrapper .cont-wrap {
  border-bottom: 2px solid #f55b3b;
}


/* ======================================= */
/* ============== Header ================= */
/* ======================================= */

.header {
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 9999;
    width: 100%;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
}
.page-template-yachthub-listing .header{
    position: relative;
}
.page-template-yachthub-listing .header.sticky-header{
    position: fixed;
}
.header.sticky-header {
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 0;
}

.header .content {
    position: relative;
}

.header .left-wrap {
    float: left;
}

.header .logo {
    width: 270px;
    text-align: left;
}

.header .right-wrap {
    float: right;
    width: 70%;
    text-align: right;
}

.header .top-wrap > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    position: relative;
    z-index: 2;
}
.header .top-wrap > span:nth-last-child(2) {
    margin-right: 0;
}
.header .right-wrap .top-wrap > span > span{
    display: inline-block;
    width: 120px;
    vertical-align: middle;
}
.header .right-wrap .top-wrap > span > span a {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}
.header i {
    background-color: #f55b3b;
    color: #FFF;
    font-size: 24px;
    padding: 7px 12px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}

.header .top-wrap > span a {
    font-weight: 700;
    font-size: 18px;
    color: #f55b3b;
}

.header .top-wrap > span.bav-btn a {
    border: 1px solid #f55b3b;
    padding: 8px 20px;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
}

.header .top-wrap > span.bav-btn a:hover {
    background-color: #f55b3b;
    color: #FFF;
}

.header .right-wrap .top-wrap a:focus {
    outline: none;
}

.header .top-wrap .custom-search{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 670px;
    width: 100%;
    z-index: 1;
}
.header .top-wrap .custom-search.sb-search-open{
    z-index: 22;
}

 .sb-search {
    position: relative;
    margin-top: 0;
    width: 0%;
    min-width: 40px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    border-bottom: 1px solid #b9babd;
    border-left: 1px solid #b9babd;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 10px 45px 10px 10px;
    font-family: inherit;
    font-size: 18px;
    color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
    color: #a5a7aa;
}

.sb-search-input:-moz-placeholder {
    color: #a5a7aa;
}

.sb-search-input::-moz-placeholder {
    color: #a5a7aa;
}

.sb-search-input:-ms-input-placeholder {
    color: #a5a7aa;
}

.sb-icon-search,
.sb-search-submit  {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #f55b3b;
    z-index: 90;
    font-size: 16px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "\e000";
}

/* Open state */
.sb-search-open .sb-search,
.no-js .sb-search {
    width: 100%;
}

.sb-search-open .sb-search .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #da6d0d;
    color: #fff;
    z-index: 11;
}

.sb-search-open .sb-search .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}


.main-menu {
    padding-top: 20px;
    margin-right: -15px;
    margin-left: -15px;
}

svg.icon {
    display: none;
}

.nav ul#menu {
    margin: 0;
    position: inherit;
}

.nav ul li a {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.nav #menu > li {
    position: relative;
    margin: 0 3px;
    z-index: 9999;
    display: inline-block;
    text-align: center;
}

.nav #menu > li > a {
    padding: 4px 8px;
    color: #000;
    display: inline-block;
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.nav #menu > li > a:hover,
.nav #menu > li.current-menu-item > a,
.nav #menu > li.current-menu-parent > a {
    color: #f55b3b;
    border-bottom-color: #f55b3b;
}

.nav #menu > li > ul {
    top: 12px;
}

.nav #menu > li > ul {
    width: 100%;
    min-width: 207px;
    display: none;
    border-top: 1px solid #f55b3b;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 52px !important;
    z-index: 999;
}

.header.sticky-header .nav #menu > li > ul {
    top:49px !important;
}
.header.sticky-header .nav #menu > li.largeMenu > ul {
    top:104px;
}

.top.fixed .nav #menu > li > ul {
    top: 57px;
}

.nav #menu > li > ul > li {
    float: none;
    margin-left: 0;
    height: auto;
    text-align: left;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.05s ease-in;
    -moz-transition: all 0.05s ease-in;
    -o-transition: all 0.05s ease-in;
    transition: all 0.05s ease-in;
}
.nav #menu > li.largeMenu{
    position: static;
}
.nav #menu > li.largeMenu > ul {
    width: 100%;
    left: 0;
    top: 115px;
    text-align: left;
    padding: 15px 10px;
}

.nav #menu > li > ul > li a {
    display: block;
    color: #000;
    line-height: normal;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
    padding: 8px 10px;
    border-bottom: 1px solid #000;
    position: relative;
}

.nav #menu > li > ul > li:last-child > a {
    border-bottom: none;
}

.nav #menu > li.largeMenu > ul > li a {
    border-bottom: none;
}

.nav #menu > li > ul > li a:hover,
.nav #menu > li.current-menu-parent > ul > li.current-menu-item > a {
    background-color: #f55b3b;
    color: #FFF;
    text-decoration: none;
}

.nav #menu > li.largeMenu > ul.sub-menu > li {
    display: inline-block;
    width: 19%;
    padding: 0 5px;
    vertical-align: top;
}

.nav #menu > li.largeMenu li.subMenu > a{
   font-weight: 600; 
} 

.nav #menu > li > ul.sub-menu li {
    list-style: none;
}

.nav #menu > li.largeMenu > ul.sub-menu a {
    padding: 6px 6px;
}
.nav #menu > li.largeMenu > ul.sub-menu > li.subMenu >  ul.sub-menu a {
    border-bottom: 1px solid #000;
}

.menu-btn {
    border: 2px solid #0d283c;
    background-color: #FFF;
    border-radius: 2px;
    cursor: pointer;
    height: 36px;
    margin-top: 0;
    top: 0;
    right: 0;
    padding: 1px;
    position: absolute;
    width: 46px;
}

#showRightPush.menu-btn {
    float: right;
}

.lines::before {
    border-bottom: 13px double #0d283c;
    border-top: 4px solid #0d283c;
    content: "";
    height: 21px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 31px;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.crossBtn {
    cursor: pointer;
    display: inline-block;
    float: left;
    width: 46px;
    text-align: center;
    padding: 13px;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 9999;
    display: block;
}

.crossBtn i {
    font-size: 20px;
    color: #FFF;
}


/* ===================================== */
/* ============= Body Content ========== */
/* ===================================== */

.heroContent {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.section.slider-wrapper {
    position: relative;
}

.section.no-slider {
    min-height: 135px;
    background-color: #FFF;
}
.section_video {
    margin: 0 auto;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.bgimage {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}

.bgimage.layer:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}

video {
    display: block;
}

video#bgvid {
    -webkit-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
    bottom: 0;
    margin: 0 auto;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    z-index: -100;
}

.video-js {
    width: 100%;
    background-color: transparent;
}

.video-js .vjs-tech {
    min-height: 100%;
    height: auto;
    z-index: -1;
}

.videoContent {
    position: absolute;
    top: 18%;
    left: 0;
    width: 100%;
    text-align: center;
}

.videoContent h1 {
    color: #0d283c;
}

.videoContent h4 {
    color: #306e9c;
}

.videoContent h1 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 20px;
}

.videoContent p {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.videoContent .scrollBtn {
    background-image: url('images/scrollBg.png');
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 15px;
    display: inline-block;
    padding: 13px 27px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    min-height: 80px;
    min-width: 122px;
}

.btn-wrap {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
}
.btn-wrapper{
    padding-top: 70px;
}
.btn-wrapper .btn-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 40px;
}

.btn-wrapper .btn-wrap .btn {
    color: #231f20;
    font-size: 14px;
    border-color:#686566;
    font-weight: 900;
    box-shadow: 0 0 1px #686566;
}
.btn-wrapper .btn-wrap .btn hr {
    border-color: #231f20;
}

.btn-wrapper .btn-wrap .btn:hover {
    color: #FFF;
    border-color:#f55b3b;
}
.btn-wrapper .btn-wrap .btn:hover hr {
    border-color: #FFF;
}

.btn-wrap ul, .section .btn-wrap ul {
    padding: 0;
    margin: 0;
}

.btn-wrap ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.btn-wrap ul li a {
    padding: 10px 32px;
    text-align: center;
    min-width: 225px;
    position:relative;
}
.btn-wrap ul li a img{
  position: absolute;
  right: 12px;
  top: 11px;
  width: 28px;
}
.btn-wrap ul li a img.left-icon{
  right: auto;
  left: 12px;
  top:20px;
}


.btn-wrap .btn > hr {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #FFF;
    display: block;
    width: 40px;
}

.section-title {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: 3px;
    position: relative;
}

.subTitle {
    color: #306e9c;
    font-weight: 400;
    font-size: 25px;
}

.mobile_bg {
    display: none;
}

.sectionTitle {
    border-bottom: 1px solid #dedede;
}

.sectionTitle h1 {
    color: #494949;
}

.section ul,
.section ol {
    padding-left: 34px;
    margin-bottom: 15px;
}



.section li {
    color: #414142;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Lato",sans-serif;
}

.section ul li {
    list-style: square;
}

.section .slick-dots {
    margin: 0;
    padding: 0;
}

.sliderContent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 333;    
}

.sliderContent .content {
    margin-top: 50%;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block;
    width: 100%;
}

.sliderContent .content h4,
.sliderContent .content h1 {
    color: #FFF;
}

.sliderContent .content h1 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 40px;
    font-weight: 300;
}

.sliderContent .content.floatLeft {
    float: left;
    text-align: left;
}

.sliderContent .content.floatRight {
    float: right;
    text-align: right;
}

.slick-slide {
    position: relative;
}

.content-block .row {
    overflow: hidden;
    display: inline-table;
    width: 100%;
}

.content-block .imgGrid > div{
    display: inline-block;
    vertical-align: top;
}
.content-block .img-row .section-title{
    margin-top: 25px;
}
.content-block .imgGrid.grid1 > div{
    width: 100%;
}
.content-block .imgGrid.grid2 > div{
    width: 49.7%;
}
.content-block .imgGrid.grid3 > div{
    width: 33%;
}
.content-block .imgGrid.grid2 > div:first-child{
    padding-right: 1%;
}
.content-block .imgGrid.grid2 > div:last-child{
    padding-left: 1%;
}

.fullWidth {
    overflow: hidden;
    width: 100%;
    padding: 35px 0;
}

.fullWidth .section-title,
.fullWidth .section-subTitle {
    text-align: center;
}

.content-area {
    position: relative;
}

.contact-form .content-area {
    display: table;
    width: 100%;
}

.contact-form.content-left .content-area .content-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    float: none;
}

.contact-form.content-left .content-area .content-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    float: none;
}

.content-area .img-block {
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-clip: content-box;
    width: 50%;
}

.content-area .content-wrap {
    max-width: 100%;
    width: 100%;
    padding: 5% 0 12px 0;
}

.full-block-wrapper{
    padding: 60px 0;
}

.row.whiteBg .section-title,
.full-block-wrapper .section-title,
.full-block-wrapper h2,
.full-block-wrapper h3,
.full-block-wrapper h4,
.row .section-title {
    color: #f55b3b;
}

.row.greyBg .section-title {
    color: #FFF;
}

.content-wrap.width30 {
    max-width: 30%;
}

.content-wrap.width40 {
    max-width: 40%;
}

.content-wrap.width45 {
    max-width: 45%;
}

.content-wrap.width50 {
    max-width: 50%;
}

.content-wrap.width55 {
    max-width: 55%;
}

.content-wrap.width60 {
    max-width: 60%;
}

.content-wrap.width70 {
    max-width: 70%;
}

.img-block.width30,
.video-block.width30,
.row-img-block.width30 {
    width: 30%;
}

.img-block.width40,
.video-block.width40,
.row-img-block.width40 {
    width: 40%;
}

.img-block.width45,
.video-block.width45,
.row-img-block.width45 {
    width: 45%;
}

.img-block.width50,
.video-block.width50,
.row-img-block.width50 {
    width: 50%;
}

.img-block.width55,
.video-block.width55,
.row-img-block.width55 {
    width: 55%;
}

.img-block.width60,
.video-block.width60,
.row-img-block.width60 {
    width: 60%;
}

.img-block.width70,
.video-block.width70,
.row-img-block.width70 {
    width: 70%;
}

.row.content-left .content-area .img-block {
    right: 0;
    left: auto;
}

.row.content-right .content-area .img-block {
    left: 0;
    right: auto;
}

.content-wrap.width30 .text {
    width: 300px;
}

.content-wrap.width40 .text {
    width: 360px;
}

.content-wrap.width45 .text {
    width: 340px;
}

.content-wrap.width50 .text {
    width: 430px;
}

.content-wrap.width55 .text {
    width: 436px;
}

.content-wrap.width60 .text {
    width: 530px;
}

.content-wrap.width70 .text {
    width: 815px;
}

.contact-form .form-block .form-wrap {
    text-align: center;
    padding: 50px 0;
}

.contact-form .form-block.width45 .form-wrap {
    width: 454px;
}

.contact-form .form-block.width55 .form-wrap {
    width: 530px;
}

.form-block .submitBtn {
    padding: 12px 70px;
    background-color: #c3ae97;
    border-color: #c3ae97;
}

.content-left .content-wrap {
    padding-right: 3%;
}

.content-right .content-wrap {
    padding-left: 3%;
}

.contact-form .content-wrap {
    background-color: #c2c3c9;
}

.contact-form .content-wrap .section-title {
    color: #FFF;
}

.event-wrapper .section-title {
    color: #f55b3b;
    text-transform: none;
}

.content-right.contact-form .form-block {
    padding-right: 5%;
}

.content-left.contact-form .form-block {
    padding-left: 5%;
}

.contact-form .form-wrap form {
    margin-top: 40px;
}

.content-right .content-area .content-wrap,
.content-left .content-area .content-wrap .text,
.content-right .content-area .img-block .contact-form,
.content-left .content-area .video-block,
.content-left .content-area .row-img-block {
    float: right;
}

.content-left .content-area .content-wrap,
.content-right .content-area .content-wrap .text,
.content-left .content-area .img-block .contact-form,
.content-right .content-area .video-block,
.content-right .content-area .row-img-block {
    float: left;
}

.content-block .content-wrap a.btn {
    margin-top: 30px;
}

.video-block {
    width: 100%;
    padding: 70px 0 20px 0;
    overflow: hidden;
}

.row.content-left .video-block,
.row.content-right .video-block {
    padding-top: 0;
    padding-bottom: 0;
}

.section .video-link {
    margin-top: 60px;
}

.section .row.content-left .video-link,
.section .row.content-right .video-link {
    margin-top: 0;
}

.video-link iframe {
    width: 100%;
}

.btn-block {
    padding: 40px 0;
    overflow: hidden;
}

.section .btn-block ul {
    padding: 0;
    margin: 0;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section .btn-block li {
    list-style: none;
    margin: 10px;
    min-width: 250px;
}

.btn-block .btn {
    background-color: #c3ae97;
    color: #FFF;
    padding: 16px;
    border-color: #c3ae97;
    font-size: 18px;
    min-width: 100%;
}

.btn-block .btn:hover {
    background-color: #f55b3b;
    color: #FFF;
    border-color: #f55b3b;
}

.block-wrapper .grid-block {
    margin-top: 60px;
}

.block-wrapper .grid-block > div {
    display: inline-block;
    vertical-align: top;
    width: 49.7%;
    padding: 0 18px;
}

.grid-block .grid-content {
    margin-top: 25px;
}

.grid-block p {
    font-weight: 300;
    line-height: 22px;
}

.grid-block h5 {
    color: #f55b3b;
    text-transform: uppercase;
    font-weight: 700;
}
.event-wrapper{
	padding: 70px 0;
}

.event-wrapper .content-wrap {
    background-color: transparent;
}

.event-wrapper .content-left .form-block {
    float: right;
}



.event-wrapper .form-block.width30 {
    width: 30%;
}

.event-wrapper .form-block.width40 {
    width: 40%;
}

.event-wrapper .form-block.width45 {
    width: 45%;
}

.event-wrapper .form-block.width50 {
    width: 50%;
}

.event-wrapper .form-block.width55 {
    width: 55%;
}

.event-wrapper .form-block.width60 {
    width: 60%;
}

.event-wrapper .form-block.width70 {
    width: 70%;
}

.event-wrapper .content-wrap.width30 .text,
.event-wrapper .content-wrap.width40 .text,
.event-wrapper .content-wrap.width45 .text,
.event-wrapper .content-wrap.width50 .text,
.event-wrapper .content-wrap.width55 .text,
.event-wrapper .content-wrap.width60 .text,
.event-wrapper .content-wrap.width70 .text,
.inner-wrapper .content-wrap.width30 .text,
.inner-wrapper .content-wrap.width40 .text,
.inner-wrapper .content-wrap.width45 .text,
.inner-wrapper .content-wrap.width50 .text,
.inner-wrapper .content-wrap.width55 .text,
.inner-wrapper .content-wrap.width60 .text,
.inner-wrapper .content-wrap.width70 .text {
    width: 100%;
}

.event-wrapper .cont-wrap{
    padding: 0 0 30px 0;
}

.event-wrapper .cont-wrap .content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.event-wrapper .form-wrap .form-control{
	border:1px solid #b9babd;
}

/*
* - Proven Process -
*/
.section.proven-process {
  padding: 70px 0;
  overflow: hidden;
  width: 100%; }

.section.proven-process .content {
    display: flex;
    flex-flow: row;
    width: 100%;
}

.proven-process .left-wrap,
.proven-process .right-wrap {
  width: 50%;
}

.proven-process .right-wrap {
  padding-left: 5%;
}


  .section.proven-process p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
 }

.proven-process a.btn {
  margin-top: 40px; }


/* ===================================== */
/* ======= Home Bottom Section ========= */
/* ===================================== */

.newsevents-wrapper > .content {
    display: table;
    max-width: 100%;
    width: 100%;
    position: relative;
}

.newsevents-wrapper > .content:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    height: 100px;
    width: 100%;
    left: 0;
    z-index: 222;
}

.newsevents-wrapper .section-title {
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0;
    padding: 30px;
    width: 510px;
    text-align: center;
    position: relative;
    text-transform: none;
    z-index: 333;
}

.newsevents-wrapper .leftCont .section-title {
    float: right;
}

.newsevents-wrapper .rightCont .section-title {
    float: left;
}

.newsevents-wrapper .leftCont,
.newsevents-wrapper .rightCont {
    display: table-cell;
    vertical-align: top;
}

.newsevents-wrapper .leftCont {
    width: 50%;
    background-color: #c3ae97;
    padding: 0;
}

.newsletterForm .submitBtn {
    margin-top: 20px;
    background-color: transparent;
    border-color: #FFF;
    font-size: 14px;
    padding: 12px 20px;
    letter-spacing: 4px;
    float: left;
    width: 170px;
}

.newsletterForm .submitBtn:hover {
    background-color: transparent;
    color: #f55b3b;
}

.signUpForm {
    width: 510px;
    float: right;
    padding: 30px 70px 50px 30px;
}

.newsletterForm .section-title {
    margin-bottom: 5px;
}

.newsletterForm h5 {
    color: #f55b3b;
    font-size: 15px;
    font-weight: 400;
}

.newsevents-wrapper .events-wrap {
    float: left;
    padding: 30px 30px 50px 70px;
    width: 510px;
    position: relative;
    z-index: 333;
}

.events-wrap ul {
    padding: 0;
    margin: 0;
}

.events-wrap li {
    list-style: none;
    display: block;
    margin-bottom: 15px;
    color: #FFF;
    font-size: 16px;
}

.events-wrap li a {
    text-decoration: underline;
}

.events-wrap li > span {
    display: inline-block;
    vertical-align: top;
}

.events-wrap li .event-date {
    width: 60px;
    background-color: #f55b3b;
    font-weight: 700;
    padding: 4px 8px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.events-wrap .event-date > span {
    display: block;
}

.events-wrap .event-name {
    width: 84%;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
}

.events-wrap .event-name a {
    display: block;
    color: #f55b3b;
    font-size: 16px;
}


/* ===================================== */
/* ============= Inner Page ============ */
/* ===================================== */

#heroSlider {
    width: 100%;
}

#heroSlider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#heroSlider .slick-slide img,
.heroSlider .slick-slide img {
    width: 100%;
}

#heroSlider .slick-prev,
#boat-img .slick-prev {
    left: 30px;
}

#heroSlider .slick-next,
#boat-img .slick-next {
    right: 30px;
}

#heroSlider .slick-prev,
#heroSlider .slick-next,
#boat-img .slick-prev,
#boat-img .slick-next {
    z-index: 333;
    height: 50px;
    width: 50px;
}

#heroSlider .slick-prev i,
#heroSlider .slick-next i,
#boat-img .slick-prev i,
#boat-img .slick-next i {
    color: #0d283c;
    font-size: 50px;
}

#heroSlider .slick-prev:before,
#heroSlider .slick-next:before,
#boat-img .slick-prev:before,
#boat-img .slick-next:before {
    content: '';
}

#boat-img.slick-dotted.slick-slider{
    margin-bottom: 0;
}

#heroSlider .slick-dots,
#boat-img .slick-dots{
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
}

#heroSlider .slick-dots li,
#boat-img .slick-dots li {
    list-style: none;
    margin: 0;
}

#heroSlider .slick-dots li button:before,
#boat-img .slick-dots li button:before {
    font-size: 16px;
    opacity: 1;
    color: #FFF;
}

#heroSlider .slick-dots li.slick-active button:before,
#heroSlider .slick-dots li button:hover:before,
#boat-img .slick-dots li.slick-active button:before,
#boat-img .slick-dots li button:hover:before {
    color: #f55b3b;
    opacity: 1;
}

.hero-wrapper {
    min-height: 400px;
    text-align: center;
    position: relative;
}

.hero-wrapper .content {
    padding: 300px 0 70px 0;
}

.hero-wrapper .content h1 {
    color: #FFF;
    display: inline-block;
    padding:12px 10px;
    background-color: rgba(0, 0, 0, 0.4);
}

.inner-wrapper{
    padding: 40px 0 70px 0;
    overflow: hidden;
}
.content-block .fullwidth {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.content-block .row .fullwidth {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}


/* ===================================== */
/* =========== Image Gallery =========== */
/* ===================================== */

.gallery-wrapper {
    padding: 70px 0 0 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-color: #FFF;
}

.gallery-wrapper .grid-wrap {
    margin-top: 50px;
}

.grid-wrap .controls {
    margin: 30px 0;
    text-align: center;
}

.grid-wrap .controls button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999999;
    color: #999999;
    font-size: 15px;
    padding: 4px 13px;
    cursor: pointer;
    margin: 0 4px;
}

.grid-wrap .controls button.mixitup-control-active,
.grid-wrap .controls button:hover {
    background-color: #0f346c;
    color: #FFF;
    border: 1px solid #0f346c;
}

.grid-wrap .mix img {
    max-width: 100%;
}

.grid-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    text-align: center;
}

.grid-wrap figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
    height: 280px;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.grid-wrap figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 0.8;
}

.grid-wrap figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid-wrap figure figcaption::before,
.grid-wrap figure figcaption::after {
    pointer-events: none;
}

.grid-wrap figure figcaption,
.grid-wrap figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20%;
    height: 100%;
}

.grid-wrap figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid-wrap figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid-wrap figure h2 span {
    font-weight: 800;
}

.grid-wrap figure h2,
.grid-wrap figure p {
    margin: 0;
}

.grid-wrap figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-fss figcaption {
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-fss figcaption:before {
    position: absolute;
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-fss h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-fss figcaption:before,
figure.effect-fss figcaption > img {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-fss figcaption > img {
    text-align: center;
    padding-top: 38px;
    margin: 0 auto;
}

figure.effect-fss:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-fss:hover figcaption:before,
figure.effect-fss:hover figcaption > img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-fss:hover figcaption {
    background-color: rgba(245, 91, 59, 0.7);
}


/* ===================================== */
/* ============== Blog Post ============ */
/* ===================================== */

.fs-blog-wrapper {
    padding: 70px 0;
    overflow-y: hidden;
    background-color: #FFF;
}

.inner-row {
    margin-right: -15px;
    margin-left: -15px;
}

.flex-content{
    margin-top: 60px;
    display: flex;
    flex-flow: row wrap;
}
.flex-content > div {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 15px;
    text-align: center;
    border-right: 1px solid #dddee0;
    position: relative;
    margin-bottom: 60px;
}
.flex-content .post-info{
    position: relative;
    padding-bottom: 60px;
}
.flex-content > div .btn-link {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.flex-content.grid-box4 > div {
    width: 25%;
}

.fs-blog-wrapper .single-btn .btn {
    cursor: pointer;
    padding: 12px 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 6px;
    background-color: #c3ae97;
    border-color: #c3ae97;
}
.fs-blog-wrapper .single-btn .btn:hover {
    background-color: transparent;
    border-color: #f55b3b;
    color: #f55b3b;
}

.fs-blog-wrapper .blog-content {
    margin-top: 60px;
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.fs-blog-wrapper .blog-content > div {
    display: table-cell;
    vertical-align: top;
    width: 33%;
    padding: 0 15px;
    text-align: center;
    border-right: 1px solid #dddee0;
}

.fs-blog-wrapper .blog-content > div:last-child,
.flex-content > div:last-child {
    border-color: transparent;
}

.blog-content a.btn:hover,
.flex-content a.btn:hover {
    background-color: transparent;
    border-color: #f55b3b;
    color: #f55b3b;
}

.blog-content .post-img,
.flex-content .post-img {
    margin-bottom: 20px;
}

.blog-content .post-title,
.flex-content .post-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
}

.blog-content p,
.flex-content p {
    color: #8a8b8c;
}

.blog-wrapper {
    padding: 70px 0;
    overflow: hidden;
    width: 100%;
}

.blog-wrapper .left-wrap {
    float: left;
    width: 70%;
}

.blog-wrapper .right-wrap {
    float: right;
    padding-left: 3%;
    width: 30%;
}

.blog-wrapper .post-wrap {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 0 2px #b9b9b9;
    padding: 5px;
    border-bottom: 2px solid #f55b3b;
}

.blog-wrapper .post-img {
    width: 200px;
    float: left;
    margin-bottom: 0;
}

.blog-wrapper .post-info {
    width: 68%;
    float: right;
}
.search-wrapper .post-info {
  width: 76%;
}

.blog-wrapper .post-info h5,
.blog-wrapper .post-text h5,
.blog-wrapper .post-info h5 a,
.blog-wrapper .post-text h5 a{
	color: #414142;
}

.blog-wrapper a.read-more {
    float: right;
}

.blog-wrapper .right-wrap .latest-post {
    margin-bottom: 20px;
}

.blog-wrapper .post-text h5 {
    font-size: 20px;
    margin-top: 10px;   
}

.blog-wrapper .right-wrap .read-btn {
    float: none;
    letter-spacing: 1px;
    padding: 1px 6px;
    float: none;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    color: #595f6f;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 8px;
}

.widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widget ul li {
    list-style: none;
    color: #595f6f;
    font-weight: 400;
    font-size: 14px;
    line-height: inherit;
}

.widget_categories li {
    border-bottom: 1px solid #ebedf2;
    padding: 5px 0;
}

.widget ul li a {
    color: #595f6f;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.widget_categories li a {
    position: relative;
}

.widget_categories li a:before {
    font-family: 'FontAwesome';
    content: "\f138";
    vertical-align: middle;
    font-size: 12px;
    margin-right: 8px;
    color: #d2d5de;
}

.widget_categories li a:hover:before,
.widget_categories li a:hover .count {
    color: #13b8da;
}

.widget ul li .count {
    float: right;
    color: #d2d5de;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.widget_tags li {
    display: inline-block;
    margin-bottom: 8px;
}

.widget_tags ul li a {
    padding: 2px 24px;
    color: #333333;
    border: 1px solid #d2d5de;
}

.widget_tags ul li a:hover {
    background-color: #13b8da;
    color: #FFF;
}

.section.pagination {
    text-align: center;
    padding: 34px 0;
    border-top: 1px solid #e5e5e5;
}

div.pagination .pages,
div.pagination .previouspostslink {
    float: left;
     font-weight: 400;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 10px;
}



div.pagination a.page,
div.pagination span.current {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    display: inline-block;
    margin: 1px 6px;
    line-height: 18px;
    padding: 4px 10px;
    text-decoration: none;
    font-weight: 400;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 2px solid #f55b3b;
}

.wp-pagenavi .nextpostslink {
    font-weight: 400;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 10px;
}

div.pagination span.current,
div.pagination a.page:hover {
    border-color: #f55b3b;
}

.blog-wrapper .search-form {
    position: relative;
    margin-bottom: 15px;
}

.blog-wrapper .search-form input[type="search"] {
    background-color: transparent;
    border: 2px solid #b9babd;
    display: inline-block;
    color: #000000;
    font-size: 15px;
    margin-top: 0;
    padding: 8px 35px 8px 12px;
    width: 100%;
}

.blog-wrapper .search-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.blog-wrapper .search-form .submit-btn {
    background-color: transparent;
    background-image: url("images/searchicon.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 19px;
    position: absolute;
    right: 9px;
    top: 10px;
    width: 28px;
    margin-top: 0;
    z-index: 333;
}

.newsletter-form {
    margin: 0 0 15px 0;
}

.newsletter-form p {
    text-align: left;
}

.newsletter-form .newsForm {
    margin: 15px 0;
}

.newsletter-form > span {
    background-color: #f55b3b;
    color: #FFF;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    padding: 8px 6px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border: 1px solid #f55b3b;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.newsletter-form > span:hover {
    background-color: transparent;
    color: #f55b3b;
}

.newsletter-form input {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    text-indent: 4px;
    margin-bottom: 0;
    color: #000000;
}

.newsletter-form input[type="text"] {
    border: 1px solid #b9babd;
    margin-bottom: 10px;
    padding: 10px 10px 10px 55px;
}

.newsletter-form input[type="email"] {
    border: 1px solid #b9babd;
    margin-bottom: 10px;
    padding: 10px 10px 10px 55px;
}

.newsletter-form input[type="submit"] {
    text-indent: 0px;
    margin-top: 0;
    background-color: #c3ae97;
    border: 1px solid #c3ae97;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.newsletter-form .mc4wp-checkbox{
    display: none;
}

.newsletter-form input[type="submit"]:hover {
    background-color: #423f40;
    border-color: #423f40;
}

/* ===================================== */
/* ============= Other Page ============ */
/* ===================================== */

.page-wrapper, .error-wrapper, .search-wrapper{
    overflow: hidden;
    width: 100%;
    padding:40px 0;
}
.section .search-form input.search-field{
    background-color: transparent;
    border: none;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #b9babd;
    font-size: 15px;
    color: #000;
    padding: 8px 12px;
    width: 300px;
    position: relative;
    font-weight: 500;
}
.search-submit {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 7px 20px;
  text-align: center;
  vertical-align: top;
}

.search-submit:hover{
    background-color: transparent;
    border-color: #f55b3b;
    color: #f55b3b;
}

/* ===================================== */
/* ============ Contact Page =========== */
/* ===================================== */

.mapCont {
    min-height: 610px;
}

.mapCont .infoBox {
    background-image: none !important;
    width: 280px !important;
}

.mapCont .map_p {
    margin-bottom: 10px;
    font-size: 14px;
}

.mapCont .infoBox > div {
    background-color: #FFF !important;
    position: relative;
}

.mapCont .infoBox .map_h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}

.mapCont .infoBox > div:after,
.mapCont .infoBox > div:before {
    right: 100%;
    top: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mapCont .infoBox > div:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 15px;
    margin-top: -15px;
}

.mapCont .infoBox > div:before {
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #eee;
    border-width: 18px;
    margin-top: -18px;
}


/* ===================================== */
/* =========== Instagram Feed ========== */
/* ===================================== */

.instafeed-wrapper {
    padding: 60px 0 0 0;
    overflow: hidden;
}

.instafeed-wrapper .feed-wrap {
    margin-top: 60px;
}

.instafeed-wrapper .feed-wrap > div {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 25%;
    height: 300px;
}


/* ===================================== */
/* ============== Core Value =========== */
/* ===================================== */

.section.icon-wrapper {
    width: 100%;
    overflow: hidden;
}

.icon-wrapper .layer,
.block-wrapper .layer {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 70px 0;
}

.page-template-product-container .block-wrapper .grid-img,
.page-template-product .block-wrapper .grid-img {
    box-shadow: 0 0 2px grey;
    padding: 10px;
    background-color: white;
}

.page-template-product-container .block-wrapper .layer,
.page-template-product .block-wrapper .layer {
    padding: 30px 0 0 0;
}

.page-template-product-container .block-wrapper .grid-block,
.page-template-product .block-wrapper .grid-block {
    margin-top: 0px;
}

.page-template-product-container .block-wrapper .video-link,
.page-template-product .block-wrapper .video-link {
    margin-top: 0;
}

.icon-wrap {
    text-align: center;
    margin: 80px auto 0 auto;
    display: table;
    width: 100%;
}

.icon-wrapper .icon-type > div {
    display: table-cell;
    vertical-align: top;
    width: 247px;
    position: relative;
    padding: 0 20px;
}

.icon-wrapper .icon-type h6 {
    margin-top: 15px;
    font-size: 15px;
}

.icon-wrapper .icon-type h6,
.icon-wrapper .icon-type h6 a {
    color: #414142;
    font-weight: 700;
}

.icon-wrapper .icon-type h6 a > hr {
    border: none;
    width: 30px;
    margin: 15px auto 0 auto;
    border-bottom: 2px solid #FFF;
}

.icon-wrapper .icon-type p {
    line-height: 20px;
    font-size: 15px;
    font-weight: 300;
    color: #414142;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    margin: 10px 10px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: transparent;
}

.hi-icon > span {
    background-color: transparent;
    border: 2px solid transparent;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

/* .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
} */


/* Effect 8 */

.icon-effect .hi-icon {
    border: 2px solid #808183;
    padding: 0px;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

/* .icon-effect .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.icon-effect .hi-icon:hover {
    border-color: #f55b3b;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.icon-effect .hi-icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #f55b3b, 0 0 0 10px rgba(245, 91, 59, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #f55b3b, 0 0 0 10px rgba(245, 91, 59, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #f55b3b, 0 0 0 10px rgba(245, 91, 59, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #f55b3b, 0 0 0 10px rgba(245, 91, 59, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #f55b3b, 0 0 0 10px rgba(245, 91, 59, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(245, 91, 59, 0.1), 0 0 10px 10px #f55b3b, 0 0 0 10px rgba(245, 91, 59, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
} */

/* ===================================== */
/* =========== Image Gallery =========== */
/* ===================================== */

.gallery-wrap .grid-wrap figure figcaption > a {
    z-index: 1000;
    text-indent: inherit;
    white-space: nowrap;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    opacity: 0;
}


.gallery-wrap .grid-wrap figure figcaption:hover a{
    opacity: 1;
}

.gallery-wrap figure.effect-fss figcaption > img {
    padding-top: 65px;
}


/* ============================================= */
/* ========= Inner Page With Gallery ========== */
/* =========================================== */

.amel-modal {
    background-color: #FFF;
    overflow: hidden;
    padding-top: 30px;
}

.amel-modal figure.effect-fss:hover figcaption {
    background-color: rgba(139, 121, 102, 0.7);
}

.amel-modal .row .section-title, .amel-modal.gallery-wrapper .section-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.amel-modal .content-block .fullwidth {
    padding: 60px 0;
}

.amel-modal .video-block {
    padding: 0 0 50px 0;
}

.amel-modal .video-link {
    margin-top: 0;
}

.amel-modal .video-block iframe {
    width: 100%;
    height: 800px;
}

.amel-modal .gallery-wrap {
    padding: 60px 0;
}

.amel-modal .row p,
.amel-modal .row li {
    color: #56595c;
    font-weight: 300;
}

.content-block .row {
    overflow: hidden;
    display: inline-table;
    width: 100%;
}

.content-block .imgGrid > div{
    display: inline-block;
    vertical-align: top;
}
.content-block .img-row .section-title{
    margin-top: 25px;
}
.content-block .imgGrid.grid1 > div{
    width: 100%;
}
.content-block .imgGrid.grid2 > div{
    width: 49.7%;
}
.content-block .imgGrid.grid3 > div{
    width: 33%;
}
.content-block .imgGrid.grid2 > div:first-child{
    padding-right: 1%;
}
.content-block .imgGrid.grid2 > div:last-child{
    padding-left: 1%;
}

.fullWidth {
    overflow: hidden;
    width: 100%;
    padding: 35px 0;
}

.fullWidth .section-title,
.fullWidth .section-subTitle {
    text-align: center;
}


.full-block-wrapper{
    padding: 60px 0;
}
.full-block-wrapper p,
.full-block-wrapper li{
  color: #09090A;  
}
.row.whiteBg .section-title,
.full-block-wrapper .section-title,
.full-block-wrapper h2,
.full-block-wrapper h3,
.full-block-wrapper h4,
.row .section-title {
    color: #f55b3b;
}

.row.greyBg .section-title {
    color: #FFF;
}

.content-wrap.width30 {
    max-width: 30%;
}

.content-wrap.width40 {
    max-width: 40%;
}

.content-wrap.width45 {
    max-width: 45%;
}

.content-wrap.width50 {
    max-width: 50%;
}

.content-wrap.width55 {
    max-width: 55%;
}

.content-wrap.width60 {
    max-width: 60%;
}

.content-wrap.width70 {
    max-width: 70%;
}

.img-block.width30,
.video-block.width30,
.row-img-block.width30 {
    width: 30%;
}

.img-block.width40,
.video-block.width40,
.row-img-block.width40 {
    width: 40%;
}

.img-block.width45,
.video-block.width45,
.row-img-block.width45 {
    width: 45%;
}

.img-block.width50,
.video-block.width50,
.row-img-block.width50 {
    width: 50%;
}

.img-block.width55,
.video-block.width55,
.row-img-block.width55 {
    width: 55%;
}

.img-block.width60,
.video-block.width60,
.row-img-block.width60 {
    width: 60%;
}

.img-block.width70,
.video-block.width70,
.row-img-block.width70 {
    width: 70%;
}

.row.content-left .content-area .img-block {
    right: 0;
    left: auto;
}

.row.content-right .content-area .img-block {
    left: 0;
    right: auto;
}

.content-wrap.width30 .text {
    width: 300px;
}

.content-wrap.width40 .text {
    width: 360px;
}

.content-wrap.width45 .text {
    width: 340px;
}

.content-wrap.width50 .text {
    width: 430px;
}

.content-wrap.width55 .text {
    width: 436px;
}

.content-wrap.width60 .text {
    width: 530px;
}

.content-wrap.width70 .text {
    width: 815px;
}


.content-left .content-wrap {
    padding-right: 3%;
}

.content-right .content-wrap {
    padding-left: 3%;
}

.contact-form .content-wrap {
    background-color: #c2c3c9;
}

.contact-form .content-wrap .section-title {
    color: #FFF;
}


.content-right .content-area .content-wrap,
.content-left .content-area .content-wrap .text,
.content-right .content-area .img-block .contact-form,
.content-left .content-area .video-block,
.content-left .content-area .row-img-block {
    float: right;
}

.content-left .content-area .content-wrap,
.content-right .content-area .content-wrap .text,
.content-left .content-area .img-block .contact-form,
.content-right .content-area .video-block,
.content-right .content-area .row-img-block {
    float: left;
}

.content-block .content-wrap a.btn {
    margin-top: 30px;
}

.video-block {
    width: 100%;
    padding: 70px 0 20px 0;
    overflow: hidden;
}

.row.content-left .video-block,
.row.content-right .video-block {
    padding-top: 0;
    padding-bottom: 0;
}



/* ===================================== */
/* ============ Contact Form =========== */
/* ===================================== */

.contact-page{
    padding:40px 0 0 0;
    overflow: hidden;
}

.contact-wrapper {
    padding: 70px 0;
    overflow: hidden;
}
.other-info{
    overflow: hidden;
    width: 100%;  
    margin-top: 30px;  
}
#map_canvas{
    height: 300px;
}
#map_canvas .infoBox{
    background-image:none !important;
    width:280px !important;

}
#map_canvas .map_p{
    margin-bottom:10px;
    font-size: 14px;
}
#map_canvas .infoBox > div{
    background-color:#FFF !important;
    position:relative;
}
#map_canvas .infoBox .map_h4{
    color:#000;
    font-size:16px;
    margin-bottom: 5px;
}

#map_canvas .infoBox > div:after, #map_canvas .infoBox > div:before {
    right: 100%;
    top: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#map_canvas .infoBox > div:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFF;
    border-width: 15px;
    margin-top: -15px;
}
#map_canvas .infoBox > div:before {
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #eee;
    border-width: 18px;
    margin-top: -18px;
}
.other-info > div{
    display: inline-block;
    vertical-align: top;
    width: 49.7%;
    text-align: left;
}
.other-info > div:first-child{
    padding: 2%;
}
.other-info > div:last-child{
    padding: 2%;
}
.contact-wrapper .bodyContent{
    margin: 25px 0;
    overflow: hidden;
    width: 100%;
}
.contact-wrapper .form-wrap {
    margin: 0 auto;
    padding: 50px;
    box-shadow: 0 0 7px #d4cbcb;
    text-align: center;
    max-width: 600px;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}


.search-wrap .form-group {
    margin-bottom: 10px;
}


.form-group label{
    font-weight: 500;
    color: #a5a7aa;
    font-size: 15px;
    text-transform: uppercase;
}

.contact-wrapper .form-group label{
    text-transform: none;
}

.contact-wrapper .wpcf7-checkbox {
    display: flex;
    flex-flow: row wrap;
}

.contact-wrapper span.wpcf7-list-item {
    width: 50%;
    font-size: 14px;
    margin: 0;
    color: #a5a7aa;
}

.form-group > label{
    margin-right: 20px;
}
.form-group .custom-checkbox > span {
    margin-right: 15px;
}

.form-group .form-control {
    background-color: transparent;
    border: none;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #b9babd;
    border-left: 1px solid #b9babd;
    font-size: 14px;
    color: #000;
    padding: 12px 12px;
    width: 100%;
    position: relative;
    font-weight: 500;
}

.contact-wrapper .form-group .form-control {
    padding: 6px 12px;
}
.captcha-box{
    position: relative;
}
.captcha-box > span:first-child {
    background-color: #afb0b4;
    padding: 12px 12px;
    border: 1px solid #afb0b4;
    text-align: center;
    display: inline-block;
}
.captcha-box.grid2 > span:first-child {
    padding: 10px 12px;
}
.contact-wrapper .captcha-box > span:first-child {
    background-color: transparent;
    padding: 5px 0;
    border-color: transparent;
    float: right;
    width: auto;
    right: 0;
    position: absolute;
}

.form-group.grid3 > span {
    display: inline-block;
    vertical-align: top;
    width: 31.4%;
}

.form-group.grid2 > span {
    display: inline-block;
    vertical-align: top;
    width: 48.9%;
}

.form-group.grid3 > span:nth-of-type(2) {
    margin: 0 2%;
}
.form-group.grid4 > span{
    margin-right: 2%;
}
.form-group.grid4 > span:last-child{
    margin-right: 0;
}

.form-group.grid2 > span:first-child {
    margin-right: 1%;
}

.form-group.grid2 > span:last-child {
    margin-left: 1%;
}

.form-group textarea {
    resize: none;
}

.submitBtn {
    cursor: pointer;
    padding: 12px 60px;
    text-align: center;
    margin-top: 15px;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 6px;
    background-color: #c3ae97;
    border-color: #c3ae97;
}

.submitBtn:hover {
    background-color: transparent;
    border-color: #f55b3b;
    color: #f55b3b;
}

.modal-body .submitBtn {
  padding: 10px 30px;
  width: 100%;
}

.modal-body .form-group .form-control {
  padding: 6px 12px;
}
.custom-select {
    background-color: #ffffff;
    border: 1px solid #b9babd;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 12px 8px;
    width: 100%;
    position: relative;
    font-weight: 500;
}
.modal-body .captcha-box > span:first-child {
  padding: 4px 12px;
}
.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #a5a7aa;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #a5a7aa;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: #a5a7aa;
}

.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #a5a7aa;
}

div.wpcf7-response-output {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 2px;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 0 15px 0;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 1em 0.8em;
    width: 60%;
    font-size: 16px;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 8px 2em;
    width: 40%;
    color: #a5a7aa;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.newsletter-form .input__label {
    padding: 2px 2em;
}

.input__label-content {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    border-right: 1px solid #c3ae97;
    padding-right: 20px;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #a5a7aa;
    font-size: 150%;
}
#footer-cta .form-group select,
#footer-cta .form-group select option {
    font-size: 14px;
    margin-bottom: 5px;
    color: #a5a7aa;
}


/* fs */

.input--fs {
    overflow: hidden;
    background: #fff;
}

.input__field--fs {
    width: 100%;
    background: transparent;
    padding-left: 5.75em;
    color: #a5a7aa;
}

.input__label--fs {
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    color: #D2D2D2;
}

.input__label-content--fs {
    display: inline-block;
    width: auto;
    color: #a5a7aa;
    -webkit-transform: translate3d(-1.75em, 0, 0);
    transform: translate3d(-1.75em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.icon--fs {
    display: inline-block;
    margin-top: 12px;
    -webkit-transform: translate3d(-2.5em, 0, 0);
    transform: translate3d(-2.5em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__field--fs:focus + .input__label--fs .input__label-content--fs,
.input--filled .input__label-content--fs {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

.input__label-content--fs,
.icon--fs,
.input__field--fs:focus + .input__label--fs .input__label-content--fs,
.input--filled .input__label-content--fs {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__field--fs:focus + .input__label--fs .icon--fs,
.input--filled .icon--fs {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.contact-wrapper address{
    margin-top: 25px;
}
.contact-wrapper address a > span{
     color: #333333;
}
.contact-wrapper address a{
    display: block;
}
.contact-wrapper address > div > span{
    display: block;
}
.contact-wrapper address > div > span > a{
     display: inline-block;
     vertical-align: top;
     margin-left: 10px;
}
.contact-wrapper address > span{
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    margin-top: 15px;
}
.contact-wrapper address > span:last-child{
    margin-bottom: 0;
}

.contact-wrapper .call-div{
    overflow: hidden;
    width: 100%;
}
.contact-wrapper .call-div strong,
.contact-wrapper .call-div > span{
    float: left;
}


.signUpForm .mc4wp-response {
  display: inline-block;
  margin-top: 14px;
  text-align: left;
  width: 100%;
}
.signUpForm .mc4wp-response p{
  color: #FFF;
}

.chimp-checkbox {
    opacity: 0;
    height: 0;
}


/* ===================================== */
/* ============== Boat Index =========== */
/* ===================================== */

.index-wrapper {
    padding: 70px 0 15px 0;
}

.search .index-wrapper{
    padding: 180px 0 40px 0;
}
.index-wrapper .container > .content{
    margin-bottom: 30px;
}
.index-wrapper .container > .content:last-child{
    margin-bottom: 0;
}
.index-wrapper .content > h2{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.index-content{
    text-align: left;
    display: flex;
    flex-flow: row wrap;
}
.index-content > div{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 31.3%;
    padding:15px 15px 60px 15px;
    margin: 1%;
    box-shadow: 0 0 1px #c0c2c4;
    border:1px solid #c0c2c4;
    position: relative;
}
.index-content .post-wrap .post-img{
    position: relative;
}
.index-content .post-wrap .post-img > a{
    display: inline-block;
    position: relative;
}
.index-content h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #423f40;
    text-transform: uppercase;
    font-size: 18px;
    margin: 25px 0 10px 0;
}
.index-content h5 a{
    color: #423f40;
}
.index-content p{
    color: #636466;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
.index-content .btn-wrap{
    position: absolute;
    padding: 0;
    bottom: 15px;
    right: 0;
    left: 0;
}
.index-content a.btn{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
.index-content a.btn:hover{
    border-color: #f55b3b;
    color: #f55b3b;
}

.index-wrapper .search-wrap{
    margin: 50px 0 20px 0;
}
.index-wrapper .filter-options{
    margin-top: 10px;
}
.index-wrapper .filter-options .left-wrap{
    float: left;
    max-width: 200px;
    width: 100%;
}
.index-wrapper .filter-options .right-wrap{
    float: right;
    width: 100%;
    max-width: 317px;
}
.index-wrapper .filter-options .form-group{
    margin-bottom: 0;
}

.post-banner {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f55b3b;
    padding: 3px 15px;
    color: #FFF;
}


.banner-ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px; height: 100px;
  text-align: right;
}
.banner-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 120px;
  display: block;
  background: #f55b3b;
  background: linear-gradient(#f55b3b 0%, #e04626 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 27px; left: -23px;
}
.banner-ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #f55b3b;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f55b3b;
}
.banner-ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #f55b3b;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #f55b3b;
}

.search-wrap .form-group > span{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.search-wrap .form-group.grid3 > span{
    width: 32%;
}

.search-wrap .form-group.grid4 > span{
    width: 23.5%;
}
.search-wrap .form-group.grid5 > span{
    width: 20%;
}

.dd {
    border: 1px solid #fbd2cb;
}
.dd .ddChild {
    background-color: #423f40;    
}

.dd .ddTitle {
  background-image: none;
  background-color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  border: none;
  color: #000000;
  padding:0;
}
.dd .ddChild ul{
    padding-left:0; 
}
.dd .ddChild li:before {
    background-color: transparent;
}
.dd .ddChild li .ddlabel {
    color: #FFF;
}
.dd .divider {
  border-left: none;
  border-right: none;
  right: 24px;
}
.dd .ddArrow {
  margin-top: 0;  
  top: 20px;
}

.borderRadiusTp {
  border-radius:0;
}
.dd .ddTitle .ddTitleText {
  padding: 10px 20px 9px 18px;
  font-size: 14px;
  color: #083659;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.ddcommon .ddChild li:before {
    width: auto;
    height: auto;
}

.section .ddcommon ul {
  margin: 0;
  padding: 0;
}
form .dd .ddArrow {
    width: 20px;
    right: 10px;
    background-image: url('images/ddarrow.png');
}
.dd .ddChild li {
    padding: 5px 20px;
    font-size: 14px;
    background-color: #423f40;
    border-bottom: 1px solid #FFF;
}
.dd .ddChild li.selected {
    background-color: #FFF;
    color: #083659;
}
.dd .ddChild li.selected .ddlabel,
.dd .ddChild li.hover .ddlabel {
    color: #083659;
}
.form-group select{
    width: 100%;
}
.full-wrapper .content-wrap{
    padding: 0;
}
.full-wrapper .text{
    text-align: center;
    padding: 10px 0;
    color: #211915;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 333;
    background-color: rgba(248, 248, 248, 0.8);
}
.full-wrapper .text h1{
    margin-bottom: 0;
}
.full-wrapper .text h1 > span{
    display: block;
    color: #f55b3b;
}

.full-wrapper .bgimage{
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.listing-wrapper .img-block{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.details-wrapper table,
.boat-details-wrapper table{
    border-color: #d1d2d4;
    margin-bottom: 30px;
    }
.boat-details-wrapper .acc_container table{
    border:none;
    }
.details-wrapper table th,
.boat-details-wrapper table th{
    border-bottom-color: #083659;
    border-bottom-width: 2px;
    color: #083659;
}

.details-wrapper table td,
.boat-details-wrapper table td{
    color: #434344;
    font-weight: 600;
    background-color: #FFF;
    border:1px solid #d1d2d4;
}

.details-wrapper table td:first-child,
.boat-details-wrapper table td:first-child{
    color: #636466;
}

.boat-details-wrapper .acc_container table td{
    border:none;
}  
.details-wrapper table td:first-child{
    width: 175px;
} 
.boat-details-wrapper table td:first-child{
    width: 250px;
}  
.details-wrapper table td:last-child,
.boat-details-wrapper table td:last-child{
    color: #000000;
    font-weight: 400;
}  
.boat-details-wrapper table{
    margin-bottom: 0;
}

.details-wrapper table tbody > tr:nth-child(even) td,
.boat-details-wrapper table tbody > tr:nth-child(even) td{
    background-color: #f5f6f6;
}
.boat-details-wrapper .acc_container table tbody > tr:nth-child(even) td{
    background-color: transparent;
}    
.page-template-yachthub-listing{
    background-color: #FFF;
}
.page-template-yachthub-listing .full-wrapper{
    background-color: #F8F8F8;
    position: relative;
}
.similar-listings{
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    width: 100%;
    padding: 60px 0;
}

.details-wrapper{
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 80px 0;
    background-color: #FFF;
}
.details-wrapper .content{
    position: relative;     
}
.details-wrapper .left-wrap{
    width: 580px;
    float: left;
    padding-right: 20px;
}
.details-wrapper .right-wrap{
    width: 390px;
    float: right;
    margin-left: 20px;
}
.details-wrapper .right-wrap h5,
.details-wrapper .right-wrap h3{
    text-align: center;
    font-weight: 600;
}
.details-wrapper .right-wrap h5{
    color: #211915;
}
.details-wrapper .right-wrap h3{
    color: #db5e41;
}

.page-template-yachthub-listing #details-wrapper .content-wrap {
   padding-bottom: 40px;
}

.details-wrapper .right-wrap > div > div{
    padding: 30px;
    box-shadow: 0 0 7px #d4cbcb;   
    background-color: #f8f8f8; 
}

.details-wrapper .form-group .form-control {
    padding: 8px 12px;
}
.details-wrapper .captcha-box > span:first-child {
    background-color: transparent;
    padding: 5px 0;
    border-color: transparent;
    float: right;
    width: auto;
    right: 0;
    position: absolute;
}

.details-wrapper .submitBtn {
    display: block;
    margin: 0 auto;
}


.boat-details-wrapper{
    overflow: hidden;
    width: 100%;
    padding: 40px 0 0 0;
}



.bwl_acc_container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
}
.acc-ctrl-btn {
  padding: 0;
  margin: 0 0 12px 0;
  box-sizing: border-box;
  text-align: right;
  display: block;
  clear: both;
  width: 100%;
}
.acc-ctrl-btn .acc-expand-all,
.acc-ctrl-btn .acc-collapsible-all {
  border: 1px solid #f55b3b;
  background-color: #f55b3b;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  font-weight: 900;
  padding: 4px 12px;
  display: inline-block;
  cursor: pointer;
}
.acc-ctrl-btn .acc-expand-all.active,
.acc-ctrl-btn .acc-collapsible-all.active{
  background-color: transparent;
  color: #f55b3b;
}
.acc-ctrl-btn .acc-expand-all {
  margin-right: 5px;
}

.load {
  background-origin: content-box;
  background: url(../images/loader.gif) no-repeat;
  background-position: top 10px right 10px;
  background-position-x: 99%;
  background-position-y: 50%;
}
h2.acc_title_bar {
  font-family: 'Ubuntu', sans-serif;
  padding: 0;
  margin: 0 0 2px 0;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  background: transparent;
  overflow: hidden;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
h2.acc_title_bar a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 0 56px 0 15px;
  position: relative;
}
h2.acc_title_bar a:after {
  z-index: 1;
  right: 20px;
  top: 0;
  content: '';
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
h2.acc_title_bar a:before {
  z-index: 2;
  content: "\f067";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 48px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  overflow: hidden;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
h2.acc_title_bar a:hover {
  color: #f0f0f0;
}
h2.acc_title_bar a:hover:before {
  content: "\f067";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 48px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
}
h2.title-bar-active {
  background: transparent;
}
h2.title-bar-active a {
  color: #f0f0f0;
}
h2.title-bar-active a:after {
  z-index: 1;
  left: 20px;
  top: 0;
  content: '';
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 46px;
  line-height: 46px;
  background: transparent;
}
h2.title-bar-active a:before {
  content: "\f068";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 48px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
h2.title-bar-active a:hover {
  color: #f0f0f0;
}
h2.title-bar-active a:hover:before {
  content: "\f068";
  font-family: 'FontAwesome';
  display: inline-block;
  width: 48px;
  height: 46px;
  line-height: 46px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
}
h2.default-title-bar {
  background: rgba(66,63,64,0.5);
}
h2.default-title-bar a {
  color: #FFF;
  font-weight: 600;
}
h2.default-title-bar a:after {
  background: #f55b3b;
}
h2.default-title-bar a:before {
  background: #f55b3b;
}
h2.default-title-bar a:hover {
  color: #f0f0f0;
}
h2.default-title-bar a:hover:before {
  background: #f55b3b;
}
h2.default-title-bar-active {
  background: rgba(66,63,64,0.5);
}
h2.default-title-bar-active a {
  color: #f0f0f0;
}

h2.default-title-bar-active a:before {
  content: "\f068";
  background: #f55b3b;
}
h2.default-title-bar-active a:hover {
  color: #f0f0f0;
}
h2.default-title-bar-active a:hover:before {
  content: "\f068";
  background: #f55b3b;
}

.toolbox {
    position: fixed;
    right: 0;
    visibility: hidden;
    top: 235px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    text-align: right;  
}
.toolbox .btn {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 70px;
    background-color: #f55b3b;
    margin-bottom: 0;
    padding: 0;
    letter-spacing: 1px;
    border-width: 0;
    cursor: pointer;
    
}
.toolbox.fixed{
    visibility: visible;
}
.toolbox.fixed .btn{
    box-shadow: 0 0 3px black;
}
.toolbox.fixed .btn.over{
    box-shadow:none;
}
.toolbox .btn:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: attr(data-text);
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 250px;
    background-color: #f55b3b;
    height: 100%;
    z-index: 0;
    padding: 0 70px 0 30px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 0 5px black;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
     -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.toolbox.fixed .btn:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.toolbox .btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f55b3b;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.toolbox.fixed .btn.over:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.toolbox .btn:after {
    font-family:'FontAwesome';
    content:"\f003";
    font-size: 30px;
    color: #FFF;
}
#modal-form .section-title{
    text-align: center;
}
#modal-form .section-title h3{
    color: #f55b3b;
    margin-bottom: 0;
    padding: 10px 10px;
}
#modal-form .captcha-box > span:first-child {
    float: right;
    padding: 9px 12px;
}
#modal-form .captcha-box > span:last-child {
    float: left;
}

/* ===================================== */
/* =========== Service Page ============ */
/* ===================================== */

.package-wrapper{
    padding: 70px 0 0 0;
    overflow: hidden;
    widows: 100%;
}

.package-wrapper .inner-wrapper{
    padding-bottom: 0;
    padding-top: 50px;
}
table{
    border:1px solid #c4c6c8;
    padding:10px 0;
    position: relative;
}
.page-template-product table{
    background-color: #414042;
}
.bv-icon{
    position: absolute;
    top:-48px;
    left: 50px;    
}
table th{
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color:#423f40;
    font-size: 20px;
    padding:15px 20px;
    border-bottom:1px solid #c4c6c8;
    position: relative;
}

table td{
    text-align: left;
    color:#414142;
    font-size: 16px;
    font-weight: 400;
    padding:6px 20px;
}
.page-template-product table td{
    color:#FFF;
}
table tr > td:first-child{
    font-weight: 600;
}

.package-wrapper .content-block .content > div.row{
    margin-bottom: 40px;
}
.package-wrapper .content-block .content > div.row:last-child{
    margin-bottom: 0;
}

.package-wrapper .row-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.package-wrapper .content-area .content-wrap {
  padding-top:0;
  padding-bottom: 0;
}

.package-wrapper p{font-weight: 300;}

.package-option{
    overflow: hidden;
    width: 100%;   
    border-top:1px solid #d8d9d9; 
}
.package-option > span{
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    padding: 15px 0;
}

.package-option > span{
    color: #f55b3b;
    font-weight: 700;
}
.package-option strong{
    color: #423f40;
}
div.cvf-pagination-nav {
    width: 100%;
    padding: 30px 0;
}
.cvf_universal_container{
    position: relative;
}
/*.cvf_pag_loading{
    position: absolute;
    top:0;
    bottom: 80px;
    left: 0;
    right: 0;
    visibility: visible;
    opacity: 1;
    z-index: 333;

}*/
/*.cvf_pag_loading > div {
   position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}*/
.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
  
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #f55b3b transparent #f55b3b transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
     -moz-animation: lds-dual-ring 1.2s linear infinite;
      -ms-animation: lds-dual-ring 1.2s linear infinite;
       -o-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cvf-universal-pagination ul {margin: 0; padding: 0;}
.cvf-universal-pagination ul li {cursor:pointer;display: inline; margin: 3px; padding: 4px 8px; background: #423f40; color: #FFF; }
.cvf-universal-pagination ul li.active:hover {cursor: pointer; background: rgba(245, 91, 59,0.8); color: #FFF; }
.cvf-universal-pagination ul li.inactive {background: #AFAFAF; color: #000;}
.cvf-universal-pagination ul li.selected {background: rgba(245, 91, 59,0.8); color: #FFF;}


.team-wrapper{
    overflow: hidden;
    padding: 60px 0;
}

.team-grid{
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.team-wrapper a.hover-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 31.33%;
    margin: 1%;
    -webkit-transition: box-shadow .35s;
    transition: box-shadow .35s;
}

.team-wrapper a.hover-effect img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.team-wrapper a.hover-effect figcaption {
    padding: 12px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.team-wrapper a.hover-effect figcaption::after,
.team-wrapper a.hover-effect figcaption::before {
    pointer-events: none;
}

.team-wrapper a.hover-effect figcaption,
.team-wrapper a.hover-effect figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.team-wrapper a.hover-effect figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.team-wrapper a.hover-effect h2 span {
    font-weight: 800;
}

.team-wrapper a.hover-effect h4 {
    font-size: 22px;    
    margin-bottom: 5px;
    color: #333333;
    text-align: center;
}

.team-wrapper a.hover-effect h5 {
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
    color: #333333;
    text-align: center;
}

.team-wrapper a.hover-effect h2,
.team-wrapper a.hover-effect p {
    margin: 0;
}

a.hover-effect .team-member {
    position: relative;
    margin-bottom: 15px;
}

a.hover-effect img {
    max-width: none;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a.hover-effect figcaption::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(245, 91, 59, 0.7);
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

a.hover-effect figcaption {
    position: relative;
}
a.hover-effect h2 {
    text-align: center;
    opacity: 0;
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
}

a.hover-effect h2 {
    transition: opacity .35s;    
}
a.hover-effect h2 span {
    display: inline-block;
    font-size: 14px;
    padding: 10px 12px;
    width: 100%;
    line-height: 24px;
    text-decoration: none;
    min-width: auto;
}

a.hover-effect p {
    color: #FFF;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

a.hover-effect:hover{
   box-shadow: 0 1px 12px rgba(0, 0, 0, 0.8);
}
a.hover-effect:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a.hover-effect:hover figcaption::before,
a.hover-effect:hover h2,
a.hover-effect:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



/* ===================================== */
/* =============== Footer ============== */
/* ===================================== */

.footer {
    color: #ded3d3;
    background-color: #423f40;
    border-top: 1px solid #423f40;
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
}

.footer-top {
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.footer .leftCont {
    width: 30%;
}

.footer .middleCont {
    padding-left: 15px; 
    width: 70%;
    text-align: center;
}

.footer address {
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
    font-weight: 300;
}

.footer address a {
    margin-bottom: 10px;
    display: block;
    color: #FFF;
}

.footer address > span {
    display: inline-block;
    vertical-align: top;
    width: 32.3%;
    margin-bottom: 15px;
}

.footer .rightCont {
    margin-top: 30px;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
}
.footer .rightCont a {
    max-width: 190px;
    margin: 0 12px;
}

.footer h5 {
    color: #FFF;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer .fmenu {
    border-top: 2px solid #a09f9f;
    border-bottom: 2px solid #a09f9f;
}

.footer .fmenu ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.footer li {
    display: inline-block;
    list-style: none;
    margin: 0 20px;
}

.footer li a {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.footer li a:hover, .footer li.current-menu-item a {
    color: #f55b3b;
}

.copyrights .content {
    position: relative;
}

.copyrights {
    padding: 20px 0 0 0;
}

.copyrights p {
    margin: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    text-align: center;
}

.copyrights p a {
    color: #FFF;
}

.copyrights p a:hover {
    color: #f55b3b;
}

.copyrights p span {
    margin: 0 15px;
    color: #b01919;
    font-size: 20px;
    vertical-align: top;
}

.footer .socialLinks {
    text-align: center;
    margin: 26px 0;
}

.footer .socialLinks ul li {
    margin: 0 10px;
}

.footer .socialLinks ul li a {
    width: 44px;
    height: 44px;
    display: inline-block;
    background-color: transparent;
    padding: 12px;
    border: 2px solid #FFF;
    text-align: center;
    border-radius: 25px;
    color: #FFF;
}

.socialLinks li a i {
    font-size: 17px;
}

.footer .socialLinks ul li a:hover {
    background-color: #f55b3b;
}


.step-wrapper {
    padding-top: 150px;
    background-color: #FFF;
}

.step-wrapper .video-wrapper .layer {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 80px 0;
}

.step-wrapper p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.step-wrapper .video-wrapper h1{
  color: #FFF;
   font-family: 'Open Sans', sans-serif;
   font-size: 46px;
   line-height: 58px;
   font-weight: 600;
   text-align: center;
}
.step-wrapper .video-wrapper h1 > span{
  color: #f55b3b;
}
.step-wrapper .video-wrapper p {
  font-size: 18px;
  color: #FFF;
  line-height: 23px;
  margin-bottom: 5px;
}

.step-wrapper .video-wrapper p:first-child::first-letter {
    float: left;
    font-size: 32px;
    font-weight: 600;
    margin: 0 1px 0 0;
    color: #f55b3b;
}
.step-wrapper .video-wrapper .content{
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.step-wrapper .video-wrapper .video-wrap{
  padding: 20px;
  background-color: #FFF;
  margin:50px 0; 
}
.step-wrapper .video-wrapper iframe{
  width: 100%;
  height: 350px;
}

.step-wrapper .lr-content .left-wrap{
  width: 60%;
}
.step-wrapper .lr-content .right-wrap{
  width: 40%;
  margin-top: 6%;
}
.step-wrapper .lr-content .content{
  overflow: hidden;
  width: 100%;
  padding: 100px 0;
}
.step-wrapper .lr-content .cont-left .left-wrap,
.step-wrapper .lr-content .cont-right .right-wrap{
  float: right;
}
.step-wrapper .lr-content .cont-right .left-wrap,
.step-wrapper .lr-content .cont-left .right-wrap{
  float: left;
}

.step-wrapper .lr-content .cont-right .left-wrap,
.step-wrapper .lr-content .cont-left .right-wrap{
  padding-right: 4%;
}
.step-wrapper .lr-content .cont-left .left-wrap,
.step-wrapper .lr-content .cont-right .right-wrap{
  padding-left: 4%;
}

.step-wrapper .lr-content h4{
  font-weight: 800;
  color: #211915;
  letter-spacing: 4px;
  font-size: 24px;
}
.step-wrapper .lr-content p{
  color: #636466;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
}

.step-wrapper .step-cont{
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.step-wrapper .step-cont .content{
  overflow: hidden;
  margin-bottom: 10px;
}
.step-wrapper .step-cont > div > div:first-child{
  background-color: #adacb2;
}
.step-wrapper .step-cont > div > div:nth-of-type(2){
  background-color: #c2c3c8;
}
.step-wrapper .step-cont > div > div:nth-of-type(3){
  background-color: #d7d8dc;
}
.step-wrapper .step-cont > div > div:nth-of-type(4){
  background-color: #ecedef;
}
.step-wrapper .step-cont > div > div:last-child{
  background-color: #f7f7f8;
}
.step-wrapper .step-cont .left-wrap{
  float: left;
  width: 214px;
}
.step-wrapper .step-cont .right-wrap{
  float: right;
  width: 776px;
  padding: 30px 10px 10px 0;
}
.step-wrapper .step-cont .right-wrap .step-no{  
  float: left;
  width: 80px;
  height: 80px;
  background-color: #f55b3b;
  color: #FFF;
  text-align: center;
  padding: 24px;
  font-size: 42px;
  font-weight: 300;
}
.step-wrapper .step-cont .right-wrap .text-cont{
  float: right;
  width: 84%;
}
.step-wrapper .step-cont h5{
  font-size: 20px;
  color: #211915;
  font-weight: 800;
  letter-spacing: 6px; 
}

.step-wrapper .step-cont p{
  font-size: 17px;
  color: #636466;
  line-height: 24px;
  margin-bottom: 5px;
}
.step-wrapper .survey-wrap{
  margin-bottom: 80px;
  display:none;
}
/* .step-wrapper .survey-wrap .layer{  
  background: rgba(159, 152, 151, 0.8);
  background: -moz-linear-gradient(90deg,  rgba(159, 152, 151, 0.8) 0%, rgba(177, 150, 144, 0.8) 30%, rgba(204, 135, 121, 0.8) 50%, rgba(226, 116, 93, 0.8) 70%, rgba(244, 93, 61, 0.8) 100%);
  background: -webkit-linear-gradient(90deg,  rgba(159, 152, 151, 0.8) 0%, rgba(177, 150, 144, 0.8) 30%, rgba(204, 135, 121, 0.8) 50%, rgba(226, 116, 93, 0.8) 70%, rgba(244, 93, 61, 0.8) 100%);
  background: linear-gradient(90deg,  rgba(159, 152, 151, 0.8) 0%, rgba(177, 150, 144, 0.8) 30%, rgba(204, 135, 121, 0.8) 50%, rgba(226, 116, 93, 0.8) 70%, rgba(244, 93, 61, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(159, 152, 151, 0.8)', endColorstr='rgba(244, 93, 61, 0.8)',GradientType=1 );  
} */
.step-wrapper .survey-wrap .content{
  position: relative;
  padding: 60px 0;
}
.step-wrapper .survey-wrap .content::after{
  content: '';
  left: 0;
  right: 0;
  height: 20px;
  position: absolute;
  bottom: -15px;
  background: rgba(244, 93, 61, 1);
  background: -moz-linear-gradient(90deg,  rgba(244, 93, 61, 1) 0%, rgba(226, 116, 93, 1) 30%, rgba(204, 135, 121, 1) 50%, rgba(177, 150, 144, 1) 70%, rgba(159, 152, 151, 1) 100%);
  background: -webkit-linear-gradient(90deg,  rgba(244, 93, 61, 1) 0%, rgba(226, 116, 93, 1) 30%, rgba(204, 135, 121, 1) 50%, rgba(177, 150, 144, 1) 70%, rgba(159, 152, 151, 1) 100%);
  background: linear-gradient(90deg,  rgba(244, 93, 61, 1) 0%, rgba(226, 116, 93, 1) 30%, rgba(204, 135, 121, 1) 50%, rgba(177, 150, 144, 1) 70%, rgba(159, 152, 151, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(244, 93, 61, 1)', endColorstr='rgba(159, 152, 151, 1)',GradientType=1 );  

}

.step-wrapper .survey-wrap h2{
  float: left;
  max-width: 63%;
  width: 100%;
  color: #FFF;
  font-weight: 700;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -3px;
  margin-top: 70px;
}
.step-wrapper .survey-wrap .img-wrap{
  float: right;
  position: relative;
  width: 330px;
  margin-bottom: -100px;
  z-index: 222;
}
.stepform-wrapper{
  padding: 0;
  margin-bottom: 40px;
}
.stepform-wrapper .layer{
  background-color: rgba(255, 255, 255, 0.9);
  padding: 70px 0;
  overflow: hidden;
}
.stepform-wrapper .section-title{
  font-weight: 800;
  color: #000;
  text-transform: none;
  font-size: 54px;
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -3px;
  position: relative;
}
.stepform-wrapper .section-title > span{
  position: relative;
  z-index: 2;
}
.stepform-wrapper .section-title::before{
  content: '';
  position: absolute;
  left: 60px;
  right: 60px;
  height: 2px;
  background-color: #bab8b7;
  bottom: 9px;
  z-index: 1;
}
.stepform-wrapper .bodyContent h4{
  color: #f66547;
  letter-spacing: 3px;
}
.stepform-wrapper .step-form{
  margin-top: 100px;
}
.step-form .left-wrap{
  float: left;
  width: 50%;
  padding-right: 2%;
}
.step-form .right-wrap{
  float: right;
  width: 50%;
  padding-left: 2%;
}
.step-form .form-group .form-control {
  padding: 8px 12px;
}

.step-form .form-group .form-control {
  background-color: #FFF; 
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #7e7e7e;
  font-size: 15px;
  color: #868589;
  padding: 12px 12px;
  font-weight: 400;
}

.step-form .submitBtn {
  color: #000000;
  font-size: 30px;
  letter-spacing: 0;
  background-color: #f55b3b;
  border-color: #f55b3b;
   font-family: 'Open Sans', sans-serif;
   font-weight: 800;
   width: 100%;
   padding: 20px 30px;
   text-align: center;
}
.step-form .captcha-box{
  background-color: #FFF;
  border: 1px solid #7e7e7e;
  overflow: hidden;
}
.step-form .captcha-box > span:first-child {
  left: 0;
  right: auto;
  padding: 10px 5px;
}
.step-form .captcha-box > span:last-child{
  float: right;
  width: 45%;
  border-left: 1px solid #7e7e7e;
}
.step-form .captcha-box > span:last-child input {
  border: none;
}

.step-form .form-control::-webkit-input-placeholder {
    color: #868589;
}

.step-form .form-control:-moz-placeholder {
    color: #868589;
}

.step-form .form-control::-moz-placeholder {
    color: #868589;
}

.step-form .form-control:-ms-input-placeholder {
    color: #868589;
}

.step-form .wpcf7-response-output{
  overflow: hidden;
  width: 100%;
}
/* ===================================== */
/* ============= Media Query =========== */
/* ===================================== */

@media screen and (min-width: 1700px) {
    .hero-wrapper {
      min-height: 500px; 
      background-position: top center;     
    }
}


@media (max-width:1700px) and (min-width:1500px) {
    .sliderContent .content {
      margin-top: 38%;      
    }
}


@media screen and (max-width: 1430px) {
    .section_video {
        height: 500px;
    }
    .sliderContent .content {
	  margin-top: 30%;	  
	}
	.sliderContent .content h1 {
	  font-size: 42px;
	  line-height: 50px;
	  margin-bottom: 25px;
	}
	.content-wrapper .content-wrap.width30 .text,
	.product-wrapper .content-wrap.width30 .text,
	.content-wrapper .content-wrap.width40 .text,
	.product-wrapper .content-wrap.width40 .text,
	.content-wrapper .content-wrap.width45 .text,
	.product-wrapper .content-wrap.width45 .text,
	.content-wrapper .content-wrap.width50 .text,
	.product-wrapper .content-wrap.width50 .text,
	.content-wrapper .content-wrap.width55 .text,
	.product-wrapper .content-wrap.width55 .text,
	.content-wrapper .content-wrap.width60 .text,
	.product-wrapper .content-wrap.width60 .text,
	.content-wrapper .content-wrap.width70 .text,
	.product-wrapper .content-wrap.width70 .text {
	  width: 90%;
	}
	.grid-wrap figure {
	  height: 250px;	  
	}
    
}

@media screen and (max-width: 1330px) {
    .content-wrapper .content-wrap.width30 .text,
	.product-wrapper .content-wrap.width30 .text,
	.content-wrapper .content-wrap.width40 .text,
	.product-wrapper .content-wrap.width40 .text,
	.content-wrapper .content-wrap.width45 .text,
	.product-wrapper .content-wrap.width45 .text,
	.content-wrapper .content-wrap.width50 .text,
	.product-wrapper .content-wrap.width50 .text,
	.content-wrapper .content-wrap.width55 .text,
	.product-wrapper .content-wrap.width55 .text,
	.content-wrapper .content-wrap.width60 .text,
	.product-wrapper .content-wrap.width60 .text,
	.content-wrapper .content-wrap.width70 .text,
	.product-wrapper .content-wrap.width70 .text {
	  width: 100%;
	}	 
	.content-wrapper .content-area .content-wrap,
	.product-wrapper .content-area .content-wrap {
	  padding: 5% 5%;
	}
	.instafeed-wrapper .feed-wrap > div {
	  height: 222px;	  
	}
	.grid-wrap figure {
	  height: 222px;
	}
}

@media screen and (max-width: 1230px) {
    .videoContent {
        top: 14%;
    }
    .section_video {
        height: 400px;
    }
    .sliderContent .content {
	  margin-top: 27%;
	}

}

@media screen and (max-width: 1130px) {
    .grid-wrap figure {
      height: 190px;
    }
    .content-wrapper .content-area .content-wrap, .product-wrapper .content-area .content-wrap {
      padding: 5% 3%;
    }

    .content-wrapper.amel-modal .content-area .content-wrap, 
    .product-wrapper.amel-modal .content-area .content-wrap {
        padding: 3% 3% 0 3%;
    }
    .amel-modal .gallery-wrap {
        padding: 20px 0;
    }
}

@media screen and (max-width: 1030px) {
    .container{
        width: 100%;
        padding: 0 2%;
    }
    .nav ul#menu {
      position: inherit;
    }
    .nav #menu > li {
      margin: 0 3px;      
    }
    .nav #menu > li > a {
        padding: 4px 3px;        
    }
    .nav #menu > li.largeMenu > ul {
      top: 107px;      
    }
    .header.sticky-header .nav #menu > li.largeMenu > ul {
      top: 97px;
    }
    .header .right-wrap {
      width: 75%;
    }




    .main-menu {
      margin-left: 0;
      margin-right: 0;
      padding-top: 12px;
    }
    .inner-row {
      margin-left: 0;
      margin-right: 0;
    }
    .header .logo {
      width: 200px;
      margin-top: 12px;
    }
    .btn-wrapper, .index-wrapper{
        background-color: #FFF:
    }
    .btn-wrap {
      bottom: auto;
      padding: 40px 0;
      position: relative;
    }
    .step-wrapper {
      padding-top: 127px;
    }
    .slider-wrapper .btn-wrap {
      background-color: #FFF;
    }
    .btn-wrap .default-btn {
        margin-bottom: 15px;
    }

    .slider-wrapper .btn-wrap .default-btn {
        background-color: #c3ae97;
        border-color: #c3ae97;    
    }

    .slider-wrapper .btn-wrap .default-btn:hover {
        background-color: transparent;
        color: #f55b3b;
        border-color: #f55b3b;
    }
    .btn-wrap ul li a {
      width: auto;
    }
    .btn-wrap .btn:hover > hr{
        border-bottom-color: #f55b3b;
    }
    .newsevents-wrapper .leftCont, .newsevents-wrapper .rightCont {
      width: 50%;
    }
    .newsevents-wrapper .section-title {
      width: 100%;      
    }
    .newsevents-wrapper .events-wrap {
        width: 100%;
        padding: 30px;
    }
    .newsevents-wrapper .signUpForm {
      padding: 30px;
      width: 100%;
    }
    .icon-wrapper .icon-type > div {
      display: inline-block;
      width: 19%;
      padding: 0 4px;
      margin-bottom: 15px;
    }
    .blog-wrapper .post-info {
      width: 63%;
    }
    .content-left.contact-form .form-block {
        padding:5% 3%;
    }
    .contact-form .form-block.width30 .form-wrap,
    .contact-form .form-block.width40 .form-wrap,
    .contact-form .form-block.width45 .form-wrap,
    .contact-form .form-block.width50 .form-wrap,
    .contact-form .form-block.width55 .form-wrap,
    .contact-form .form-block.width60 .form-wrap,
    .contact-form .form-block.width70 .form-wrap {
      width: 100%;
    }
    .grid-wrap figure {
      height: 200px;
    }
    .full-wrapper .bgimage {
        min-height: 450px;    
    }

    .details-wrapper .left-wrap {
        width: 60%;
    }
    .details-wrapper .right-wrap {
        width: 37%;    
    }

    .footer li {
      margin: 0 10px;
    }
    
    .step-wrapper .step-cont .right-wrap {
      width: 76%;    
    }
    .step-wrapper .lr-content .left-wrap {
      width: 50%;
  }
  .step-wrapper .lr-content .right-wrap {
    width: 50%;
    margin-top: 1%;
  }
}

@media screen and (max-width: 930px) {
    .header {
      position: relative;      
    }
    .nav ul#menu {
        position: relative;
    }
    .hero-wrapper {
        min-height: 300px;
    }
    .section.no-slider {
        min-height: auto;
    }
    .sliderContent .content {
      margin-top: 17%;
    }
    .nav #menu > li.largeMenu > ul {
      top: 60px;
    }
    .header .logo {
      margin-top: 0;      
    }
    .header .right-wrap {
      text-align: center;
      width: 100%;
    }
    .header .top-wrap {
      position: absolute;
      right: 0;
      top: 0;
    }
    .content-block .row{
        padding-bottom: 20px;
    }
    .content-area .img-block{
        position: relative;
        height: auto;
        width: 100%;
        text-align: center;
    }

    .content-wrap.width30,
    .content-wrap.width40,
    .content-wrap.width45,
    .content-wrap.width50,
    .content-wrap.width55,
    .content-wrap.width60,
    .content-wrap.width70 {
      max-width: 100%;
      margin-top: 20px;     
    }

    .product-wrapper .content-wrap.width30,
    .product-wrapper .content-wrap.width40,
    .product-wrapper .content-wrap.width45,
    .product-wrapper .content-wrap.width50,
    .product-wrapper .content-wrap.width55,
    .product-wrapper .content-wrap.width60,
    .product-wrapper .content-wrap.width70 {
      margin-top:0;     
    }
   .product-wrapper.content-block .row {
      padding-bottom: 0;
    }

    .product-wrapper.amel-modal .row {
        padding-bottom: 20px;
    }

    .img-block.width30,
    .img-block.width40,
    .img-block.width45,
    .img-block.width50,
    .img-block.width55,
    .img-block.width60,
    .img-block.width70, 
    .video-block.width30,
    .video-block.width40,
    .video-block.width45,
    .video-block.width50,
    .video-block.width55,
    .video-block.width60,
    .video-block.width70,
    .row-img-block.width30,
    .row-img-block.width40,
    .row-img-block.width45,
    .row-img-block.width50,
    .row-img-block.width55,
    .row-img-block.width60,
    .row-img-block.width70 {
      width: 100%;
    }
    .row-img-block{
        text-align: center;
    }

    .event-wrapper .form-block.width30,
    .event-wrapper .form-block.width40,
    .event-wrapper .form-block.width45,
    .event-wrapper .form-block.width50,
    .event-wrapper .form-block.width55,
    .event-wrapper .form-block.width60,
    .event-wrapper .form-block.width70 {
      width: 100%;
    }
    .content-right .content-wrap, .content-left .content-wrap{
        padding: 0;
    }
    .content-block .imgGrid.grid3 > div {
      width: 32.9%;
    }
  
    .events-wrap .event-name {
      width: 77%;
    }
    .row .img-block {
        background-image: none !important;
        background-color: #FFF;
    }
    .sm-view {
        opacity: 1;
        visibility: visible;
    }
    .instafeed-wrapper .feed-wrap > div {
      height: 150px;
    }
    .icon-wrapper .icon-type > div {
      width: 32%;
    }
    .contact-form.content-left .content-area .content-wrap {
      display: inline-block;
      width: 100%;
    }
    .contact-form .form-block .form-wrap {
      padding: 0;      
    }
    .form-group.grid3 > span {
        width: 31.3%;
    }
    .mapCont {
        min-height: 350px;
    }
    
    .form-group.grid2 > span {
        width: 48.4%;
    }

    .blog-wrapper .post-img {
      width: 100%;
      margin-bottom: 20px;
    }
    .blog-wrapper .post-info {
      width: 100%;
    }

     .contact-wrapper address > span {
        width: 49.2%;        
    }

    .flex-content .btn-link .btn{
        padding: 5px 8px;
    }

    .details-wrapper .right-wrap,
    .details-wrapper .left-wrap {
        width: 100%;
        padding: 0;
    }
    .details-wrapper .right-wrap {
        margin-left: 0;

    }
    .details-wrapper .left-wrap{
        margin-bottom: 30px;
    }
    .full-wrapper .bgimage {
        min-height: 400px;
    }

    .listing-wrapper .content-wrap.width45 .text {
        width: 100%;
        padding: 0 2%;
    }
    .listing-wrapper .btn-block .btn {
            font-size: 16px;
            margin: 0 4px 8px 4px;
        }
   .page-template-yachthub-listing .gallery-wrapper {
    padding: 40px 0 0 0;
}
.details-wrapper #sidebar {
    height: auto !important;
}
.details-wrapper #sidebar .sidebar__inner{
position: relative !important;
top: 0 !important;
left: auto !important;
width: auto !important; 
-webkit-transform: none !important;
   -moz-transform: none !important;
    -ms-transform: none !important;
     -o-transform: none !important;
        transform: none !important;
}  

.search .index-wrapper {
    padding: 60px 0;
} 
    
    .step-wrapper {
      padding-top: 0;
    }
    .step-wrapper .lr-content .left-wrap {
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
  }
  .step-wrapper .lr-content h4 {
    text-align: center;
}
  .step-wrapper .lr-content .cont-right .left-wrap, 
  .step-wrapper .lr-content .cont-left .right-wrap {
    padding-right: 0;
  }
  .step-wrapper .lr-content .cont-left .left-wrap, 
  .step-wrapper .lr-content .cont-right .right-wrap {
  padding-left: 0;
}
.step-wrapper .lr-content .right-wrap {
  width: 100%;
  margin-top: 0;
}
.step-wrapper .step-cont .right-wrap {
  width: 73%;
}
.step-wrapper .survey-wrap h2 {
  max-width: 100%;  
  margin-top: 0;
}
.step-wrapper .survey-wrap .img-wrap {
  width: 100%;
  text-align: center;
}
}

@media screen and (max-width: 830px) {
    .btn-wrap ul li {
      margin-bottom: 15px;
    }
    .grid-wrap figure {
      height: 170px;
    }
.step-wrapper .step-cont .content {
      position: relative;
  
    }
    .step-wrapper .step-cont .left-wrap {
      max-width: 250px;
      width: 100%;
      float: none;
      margin:0 auto;
      text-align: center;
    }
    .step-wrapper .step-cont .right-wrap {
      width: 100%;
  }
  .step-wrapper .step-cont .right-wrap .step-no {
    position: absolute;
    top: 0;
    left: 0;
  }
  .step-wrapper .step-cont .right-wrap {
    padding: 30px 20px;
  }
  .step-wrapper .step-cont .right-wrap .text-cont {
    width: 100%;
  }
    .footer .leftCont {
        width: 100%;
        text-align: center;
    }
    .footer .rightCont {
        width: 100%;
        margin-top: 0;
    }
    .footer .rightCont > a {
        display: inline-block;
        vertical-align: middle;
        width: 32%;
        text-align: center;
    }
    .footer .middleCont {
      width: 100%;
      margin-top: 20px;
    }

}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 24px;
        line-height: 27px;
    }
    h2 {
        font-size: 30px;
        line-height: 34px;
    }
    h3 {
        font-size: 28px;
        line-height: 32px;
    }
    h4 {
        font-size: 24px;
        line-height: 28px;
    }
    h5 {
        font-size: 20px;
        line-height: 28px;
    }
    h6 {
        font-size: 14px;
        line-height: 25px;
    }

    .full-wrapper .text {
        padding: 15px 0 10px;
    }
    .visible-lg {
        display: none;
    }
    .visible-xs {
        display: block;
    }
    .header {
      padding: 10px 0;      
    }
    .header .right-wrap {
      width: auto;
    }
    .header .logo {
      margin: 0 auto;
      float: none;
      display: block;
    }
    .header .top-wrap {
      position: relative;
    }
    .header .right-wrap {
      margin-top: 15px;
      text-align: center;
      width: 100%;
    }
    
    .cbp-af-header nav {
        display: none;
    }
    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
        padding: 0.438em 0.625em 0.438em 0.625em;
        line-height: 1.125em;
        cursor: pointer;
    }
    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left;
    }
    .slicknav_menu .slicknav_icon {
        float: left;
        margin: 0.188em 0 0 0.438em;
    }
    .slicknav_menu .slicknav_no-text {
        margin: 0
    }
    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 0.125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }
    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 0.188em
    }
    .slicknav_nav {
        clear: both;
        display: block !important;
    }
    .slicknav_nav ul,
    .slicknav_nav li {
        border-bottom: 0 none;
        border-top: 1px solid #fff;
    }
    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        float: right;
        margin: 6px 0 0 0.4em;
    }
    .slicknav_nav .slicknav_arrow i {
        font-size: 15px;
    }
    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }
    .slicknav_nav .slicknav_row {
        display: block;
    }
    .slicknav_nav a {
        display: block
    }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        display: inline
    }
    .slicknav_menu:before,
    .slicknav_menu:after {
        content: " ";
        display: table;
    }
    .slicknav_menu:after {
        clear: both
    }
    /* IE6/7 support */
    .slicknav_menu {
        width: 100%;
        top: 46px;
        float: right;
        position: relative;
        *zoom: 1
    }
    /* 
	    User Default Style
	    Change the following styles to modify the appearance of the menu.
	*/
    .slicknav_menu {
        font-size: 16px;
    }
    /* Button */
    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
        background-color: #323232;
    }
    /* Button Text */
    .slicknav_menu .slicknav_menutxt {
        color: #FFF;
        font-weight: bold;
        text-shadow: 0 1px 3px #000;
    }
    /* Button Lines */
    .slicknav_menu .slicknav_icon-bar {
        background-color: #f5f5f5;
    }
    .slicknav_menu {
        padding: 5px;
    }
    .slicknav_nav {
        color: #FFF;
        margin: 0;
        padding: 0;
        font-size: 12px;
        background-color: #423f40;
        border-top: 1px solid transparent;
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        z-index: 999;
        text-align: left;
    }
    .slicknav_nav,
    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
    }
    .slicknav_nav ul {
        background-color: #222222;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        z-index: 999;
    }
    .slicknav_nav ul li a {
        padding-left: 10px;
        font-size: 16px;
    }
    .slicknav_nav .sub-menu a {
        color: #FFF;
    }
    .slicknav_nav .sub-menu > li .sub-menu a {
         padding-left: 20px;
    }
    .slicknav_nav .slicknav_row {
        padding: 6px 9px;
        margin: 0;
    }
    .slicknav_nav a {
        padding: 6px 9px;
        margin: 0;
        text-decoration: none;
        color: #FFF;
        font-weight: 400;
        border: 1px solid transparent;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        padding: 0 4px 0 0;
        margin: 0;
    }
    .slicknav_nav .slicknav_row:hover {
        color: #fff;
    }
    .slicknav_nav li a:hover {
        color: #FFF;
        background-color: #f55b3b;
    }
    .slicknav_nav li a:hover a {
        color: #FFF;
    }

    .slicknav_nav .slicknav_parent > a:hover a{
        color: #000;
    }
     .slicknav_nav > .slicknav_parent > a:hover,
    .slicknav_nav > .slicknav_parent > a:hover > a{
        color: #FFF;
    }
    .slicknav_nav > .slicknav_parent > ul > li > a,
    .slicknav_nav > .slicknav_parent > ul > li > a:hover{
        color: #000;
    }
    .slicknav_nav li:hover a .slicknav_row a {
        color: #000;
        background-color: transparent;
    }
    .slicknav_nav li:hover .slicknav_arrow {
        color: #000;
    }
    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }
    .slicknav_nav .sub-menu li:hover a {
        background-color: #F3F6F9;
        color: #000;
    }
    .slicknav_parent.slicknav_open > ul {
        background-color: #FFF;
    }
    .slicknav_parent.slicknav_open > ul li a {
        color: #20343D;
    }
    .slicknav_parent.slicknav_open > ul li a:hover {
        background-color: #f3f3f3;
        color: #2f3030;
    }
    .mobile-view {
        opacity: 1;
    }
    .section.proven-process .content {
        flex-flow: column;
    }
    .proven-process .left-wrap,
    .proven-process .right-wrap {
      width: 100%;
    }
    .proven-process .right-wrap {
        padding: 0;
        margin-top: 20px;
    }
    .fs-blog-wrapper .blog-content > div {
      border-right: none;
      border-bottom: 1px solid #dddee0;
      display: inline-block;
      margin-bottom: 15px;
      padding: 15px 0;
      width: 100%;
    }
    .newsevents-wrapper > .content::before {
      background-color: transparent;
      height: 0;
    }
    .newsevents-wrapper .section-title {
      background-color: rgba(0, 0, 0, 0.2);
    }
    
    .newsevents-wrapper .leftCont, .newsevents-wrapper .rightCont {
      display: inline-block;
      width: 100%;
    }
    .form-group.grid3 > span:nth-of-type(2) {
        margin: 30px 0;
    }
    .form-group.grid3 > span,
    .form-group.grid2 > span {
        width: 100%;
    }
    .form-group.grid2 > span:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .form-group.grid2 > span:last-child {
        margin-left: 0;
    }
    .blog-wrapper .left-wrap {
      width: 100%;
      margin-bottom: 25px;
    }
    .blog-wrapper .right-wrap {
      padding-left:0;
      width: 100%;
    }
    .blog-wrapper .post-info {
        width: 66%;  
    }
    .blog-wrapper .post-img {
      width: 200px;
      margin-bottom: 0;
    }
    .grid-wrap figure {
      height: 236px;
      width: 50%;
    }
    .hero-wrapper {
        background-position: center;
        min-height: 170px;
    }
    .hero-wrapper .layer {
      position: relative;
    }
    .hero-wrapper .content {
      padding: 60px 0;
    }
   /*  .content-area .img-block {
     height: 300px;      
   } */
    .index-content > div {
      margin: 0 auto 15px auto;
      width: 70%;
      display: block;
      float: none;
    }
    
    .content-block .imgGrid.grid2 > div, .content-block .imgGrid.grid3 > div {
      width: 100%;
    }
    .content-block .imgGrid.grid2 > div:first-child {
      padding-right: 0;
      margin-bottom: 20px;
    }
    .content-block .imgGrid.grid2 > div:last-child {
      padding-left: 0;
    }
    .content-block .imgGrid.grid3 > div:nth-of-type(2) {
      margin: 20px 0;
    }
    .other-info > div {
      width: 100%;
    }
    .other-info > div:first-child {
      padding-right:0;
      margin-bottom: 30px;
    }
    .details-wrapper {
        margin-bottom: 80px;
    }
    .section .btn-block {
        padding: 0;
    }
    .section .btn-block ul {
        display: inline-block;
        width: 100%;
    }
    .section .btn-block li {
        width: 100%;
    }
    .step-wrapper .video-wrapper h1 {
    font-size: 47px;
    line-height: 50px;    
  }
  .step-wrapper .video-wrapper iframe {
    height: 300px;
    }
    .stepform-wrapper .section-title {
      font-size: 44px;
      line-height: 50px;      
    }
    .step-form .left-wrap,
    .step-form .right-wrap {
      width: 100%;
      padding: 0;
    }
    .footer .middleCont {
      width: 100%;
      margin-top: 20px;
    }
    /*.footer .leftCont {
      width: 50%;
      margin-top: 0;
    }
    .footer .rightCont {
      margin-top: 0;
      width: 150px;
      text-align: right;
    }*/
    .search-wrap .form-group.grid4 > span {    
        width: 100%;
        margin-bottom: 20px;
    }
    .index-wrapper .filter-options {
        margin-top: 20px;
    }
    .index-wrapper .filter-options .right-wrap {
        max-width: 100%;
    }
    .cvf-universal-pagination ul li {
        display: inline-block;    
    }
    .search-wrap .form-group.grid4 > span:last-child {    
        margin-bottom: 0;
    }
    .flex-content {
        margin-top: 60px;
        display: inline-block;
        width: 100%;
    }
    .flex-content > div,
    .flex-content.grid-box4 > div {
        width: 100%;
        max-width: 460px;
       
    }
    .flex-content > div{
         border-bottom: 1px solid #dddee0;
         border-right: none;
         padding-bottom: 30px;
         margin-bottom: 30px;
    }
    .flex-content > div:last-child{
        border-bottom: none;
    }
    .flex-content .post-info {
        padding-bottom: 0;
    }
    .flex-content > div .btn-link {
        position: relative;
        bottom:0;
    }

    .team-wrapper a.hover-effect {
        width: 48%;    
    }
    .grid-wrap figure figcaption, .grid-wrap figure figcaption > a {
        padding: 20% 5%;
    }
}

@media screen and (max-width: 730px){
    .blog-wrapper .post-wrap {
      padding: 19px;      
    }
    .blog-wrapper .post-img {
      margin-bottom: 20px;
      width: 100%;
    }
    .blog-wrapper .post-info {
      width: 100%;
    }
    .block-wrapper .grid-block > div {
        width: 80%;
        margin-bottom: 30px;
    }
    .form-group > label {
      margin-right: 0;
      margin-bottom: 20px;
    }
    .form-group .custom-checkbox > span {
        margin-right: 0;
        width:100%;
        margin-bottom: 10px;
        display: block;
    }
    .list-wrap {
      overflow-y: hidden;
      width: 100%;
      overflow-x:auto;
    }

}

@media screen and (max-width: 630px) {
    .header .top-wrap > span {
        margin-left: 18px;
    }
    .header .top-wrap > span:nth-last-child(2) {
        margin-right: 40px;
    }
    .sliderContent {
      position: relative;
    }
    .sliderContent .content {
      margin-top: 0;
    }
    #heroSlider .slick-dots,
    #boat-img .slick-dots {
      bottom: 28px;
      position: relative;
    }
   
   .instafeed-wrapper .feed-wrap > div {
      height: 260px;
      width: 100%;
    }
    .contact-wrapper .form-wrap {
      padding: 30px;  
       width: 95%;    
    }
    .btn-block li {
        margin: 12px;
    }
    .grid-wrap figure {
      height: 200px;
      width: 50%;
    }
    .block-wrapper .grid-block > div {
      width: 100%;
      margin-bottom: 20px;
    }
    .block-wrapper .grid-block > div:last-child {
      margin-bottom: 0;
    }
    .icon-wrapper .icon-type > div {
      width: 100%;
    }
    .index-content > div {
      width: 80%;      
    }
    .stepform-wrapper .layer {
      padding: 30px 0;      
      }
    .stepform-wrapper .section-title::before {
      left: 0;
      right: 0;
      bottom: 5px;      
    }
    .stepform-wrapper .section-title {
      font-size: 34px;
      line-height: 40px;
      }
      .stepform-wrapper .step-form {
      margin-top: 60px;
  }
    .step-wrapper .video-wrapper iframe {
    height: 220px;
    }
    .full-wrapper .bgimage {
        min-height: 300px;
    }
    .boat-details-wrapper table td:first-child {
        width: 130px;
        max-width: 130px;
    }
    .team-wrapper a.hover-effect {
        width: 90%;    
        max-width: 400px;
        margin: 0 auto 20px auto;
    }
}

@media screen and (max-width: 530px) {
    .header .top-wrap > span.bav-btn a {
        letter-spacing: 1px;    
    }
    .header .right-wrap .top-wrap > span {
      margin-left: 0;      
    }
    .mapCont {
        min-height: 250px;
    }  
    .submitBtn {
      padding: 14px 20px;
      width: 100%;
    }
    .index-content > div {
      width: 100%;      
    }
     .contact-wrapper address > span {
        width: 100%;        
    }
    .contact-wrapper span.wpcf7-list-item {
        width: 100%;
    }
    /*.footer .leftCont {
      width: 160px;
    } 
    .footer .rightCont {
      width: 110px;
    }*/
    .footer address > span {
        width: 100%;        
    }
    .footer .rightCont {
        flex-flow: column;
    }
    .footer .rightCont a {
        flex-grow: unset;
        margin: 7px 0;
    }
}
@media screen and (max-width:430px){
    .header .right-wrap .top-wrap > span {
      margin: 0 auto 15px auto;
      display: block;
     }
     .header .top-wrap .custom-search {
        position: relative;
        right: 0;
        top: 0;
    }
    .sb-search {
        width: 100%;
    }
     .instafeed-wrapper .feed-wrap > div {
      height: 214px;
    }
}