html body {
	/*font-family: 'EB Garamond', serif;*/
	font-family: 'Oswald', sans-serif;
    font-size: 16px;
	letter-spacing:1px;
    font-weight: 300;
    position:relative;
}
html body h1,
html body h2,
html body h3 {
	font-family: 'Oswald', sans-serif;
}
body h1 {
	font-size: 40px;
}
body h2 {
	font-size: 30px;
    margin-bottom:10px;
}
body h3 {
    padding-top:0px;
    font-size: 20px;
}
.section-title {
	font-family: "EB Garamond", serif;
	font-size: 30px;
    margin-bottom: 0px;
	font-weight:700;
	color:#333;
}
p.section-sub {
	font-family: "EB Garamond", serif;
	font-size: 18px;
}
header#header {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}
.ban-sub, .page-sub {
	text-align: center;
	font-style:italic;
}
.menu-section-title {
	font-size:20px;
	font-weight:700;
}
.menu-item { 
	font-size:18px;
	font-weight:bold;
}
.menu-item_details { 
	font-size:12px;
}

a.underline {
    border-bottom: 1px solid;

}
a.underline:hover {
    padding-bottom: 2px;
}
.mobile-only {
    display:none;
}
.full-screen_pop {
	height:100vh;
	width:100%;
	background:rgba(0,0,0,.95);
  position:absolute;
  top:0;
  left:0;
  z-index:999999;
}
.fspop-btn a, .fspop-btn_red a {
		background: #fff;
  	padding: 12px 40px 15px;
    font-family: 'Oswald', sans-serif;
    line-height: 20px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
  	position:relative;
  	top:40px;
}
.fspop-btn_red a {
  background:red;
  color:#fff;
}
.fspop-btn a {
  position:relative;
}
.fspop-btn a i, .fspop-btn_red a i {
  position:relative;
  transition:ease .3s;
}
.fspop-btn a:hover i, .fspop-btn_red a:hover i {
  left:3px;
}
.fspop-close {
  position:absolute;
  top:-150px;
  right:-150px;
}
.fspop-close span {
  font-family:'Oswald';
  font-size:45px;
  font-weight:bold;
  cursor:pointer;
}
.fspop-content_box {
	height:100%;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}
.fspop-content {
	text-align:center;
  position:relative;
  color:#fff;
}
.fspop-content h1 {
  color:#fff;
}
.banner {
    width: 100%;
   /* padding-top: 100px; */
    display:flex;
 	align-items:center;
	/*padding-top:10vh; */
    height: calc(100vh - 140px);
    background: url(../jpg/banner.jpg);
    background-size: cover;
    background-position: center center;
  min-height:650px;
}
.page-banner {
    height:700px;
    position:relative;
    width:100%;
    background-size:cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    display:flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.page-banner_content {
    position: relative;
    z-index: 99;
}
.page-banner_content h1 {
    font-family: 'EB Garamond', serif;
    font-size:4em;
}

/*
.home_banner::before{
        content: '';
		position: absolute;
        width: 100%;
        height: 100%;
  		top:0px;
        background: #000;
        z-index: 1;
        opacity: .7;
    }
*/
.header-top {
    width: 100%;
    float: left;
    position: relative;
	top:0;
    padding: 0px 40px;
	background-color:#fff;
    z-index:999;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
}

.menu_site ul li {
    display: inline-block;
    margin-left: 20px;
}

.menu_site ul li a {
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
	font-size: 14px;
    letter-spacing: 2px;

}

.menu_site {
    float: right;
}

.menu_site ul {
    margin-top: 30px;
}

a {
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}

.menu_site ul li a:hover {
	color: #000;
    border-bottom:1px solid;
}

a:hover {
    text-decoration: none;
}

li#menu-item-34 a, li#menu-item-13750 a {
    padding: 5px 10px;
    border: 2px solid #000;
    background:#fff;
    text-align:center;
}

li#menu-item-34 a:hover, li#menu-item-13750 a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.content_banner {
    position: relative;
    z-index: 99;
}
.side-image img {
	width:50%;
}
.content_banner h1 {
    font-family: 'EB Garamond', serif;
    font-size: 60px;
  /*  font-size: 50px; */
    margin-bottom: 10px;
}


/* Hero Image Slider */
.slider-container {
	position:relative;
}
.slider {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display:flex;
    justify-content: center;
    align-items: center;
}
.slider.active { opacity: 1; }
.slider img, .slider video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content {
    position: relative;
    color: white;
    font-size: 2em;
    text-align: center;
    padding: 20px;
    z-index: 11;
}
.slider-container {
    height:70vh;
	min-height:650px;
    width:100%;
    padding:0;
    position:relative;
}

.slider-overlay {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:rgba(0,0,0,.3);
    z-index:1;
}
.slider .content .page-sub, .slider .content p {
    font-size:26px;
	position:relative;
	margin-bottom:10px;
	line-height:.9;
}
.slider .content p.ban-title {
    font-size: 2em;
}

.bt_banner .af {
    background: #fff;
    padding: 8px 20px 17px;
    font-family: 'Oswald', sans-serif;
    line-height: 20px;
	font-size:16px;
    font-weight: 400;
    letter-spacing: 1px;
}

.bt_banner .af i {
    left: 5px;
    font-size: 35px;
    top: 5px;
    position: relative;
    right: -6px;
}

.bt_banner .af:hover {
    color: #fff;
    background: #2b2b2b;
}

.bt_banner .af:hover i {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 5px;
    left: 8px;
}

.bt_banner {
    width: 270px;
    margin: 0 auto;
    margin-top: 5vh;
}
.home_banner_item {
    visibility: hidden;
    opacity: 0;
}
.des_bar p.link-more {
    display: none;
}
.hover_section {
    width: 100%;
    /* position: absolute; */
    /* bottom: 0; */
    /* height: calc(100vh - 150px); */
    /* left: 0; */
}
div#boathouse_page {
    padding-bottom: 0;
}
.home_section1 {
    width: 100%;
    float: left;
    display: table;
    position: relative;
    z-index: 999;
}

.home_sec_item {
    width: 33.333%;
    display: table-cell;
    vertical-align: top;
    min-height: 160px;
    background: #f9f9f9;
    padding: 20px 30px;
    cursor: pointer;
}
.page-template-catering-page .home_sec_item {
    /* min-height: 180px; */
}
.boxs_img {
    width: 100px;
    float: left;
}

.boxs_text {
    width: calc(100% - 100px);
    float: left;
    padding-left: 40px;
	padding-top:10px;
}
.menu_site ul li.current-menu-item a {
    color: #2b2b2b;
}
.boxs_text h3 {
    font-weight: 500;
	letter-spacing:4px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.boxs_img img {
    border-radius: 50%;
}
.boxs_text p {
    margin-bottom: 0;
    font-size: 16px;
	font-weight:200;
	letter-spacing:1px;
    line-height: 1.2;
}

.home_banner_item {
    /* transition: all 0.35s ease 0s; */
    /* -webkit-transition: all 1.35s ease 0s; */
    position: absolute;
    width: 100%;
    left: auto;
    bottom: 0;
    background: #efefef;
    padding: 50px 0;
    width: 100%;
    position: absolute;
    height: calc(100vh - 270px);
    bottom: -50%;
    opacity: 0;
    z-index: -999;
}
div#category_blog ul {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.post-item_firts .item_blogs .item_blogs_on {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    background: #f9f9f9;
}
div#category_blog ul li {
    display: inline-block;
    margin: 10px 15px;
}
div#blog_page {
    padding: 70px 0 20px;
}

div#blog_page h1 {
    font-size: 35px;
}

div#blog_page p {
    font-size: 20px;
    font-weight: 500;
}
.post-item.post-item_firts {
    display: block;
}

.post-item {
    display: none;
    margin-bottom: 40px;
    width: 100%;
    float: left;
}
.cat_blog {
    line-height: 1.2;
    padding-bottom: 20px;
}

.blog_des {
    padding: 20px;
    background: #f9f9f9;
}

.blog_des h2 {
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
}

.cat_blog a {
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin-right: 0px;
    line-height: 1;
}

.cat_blog a:hover {
    color: #FF5722;
}

.expext {
    font-size: 17px;
    line-height: 1.4;
}

.expext p.link-more {
    display: none;
}

t {
    text-align: center;
}

.link_more a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.link_more {
    text-align: center;
}

.link_more a:hover {
    letter-spacing: 2px;
}

.link-post {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}

.link-post a {
    font-family: 'Oswald', sans-serif;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    background: #000;
    cursor: pointer;
}

.link-post a:hover {
    letter-spacing: 2px;
}
.post-item:nth-child(2) {
    display: block;
}
div#single_page h2.tt_page {
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.post-item_firts .item_blogs {
    width: 100%;
}

.post-item_firts .item_blogs {
    max-width: 1000px;
    margin: 0 auto;
    float: none;
}

.post-item_firts .blog_thumnail {
    width: 50%;
    float: left;
    padding-bottom: 40%;
}

.post-item_firts .blog_des {
    width: 50%;
    float: left;
    padding: 20px;
    background: #f9f9f9;
}

.blog_thumnail img {
    width: 100%;
}

.item_blogs {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.blog_thumnail {
    width: 100%;
    padding-bottom: 83%;
    overflow: hidden;
    position: relative;
}

.blog_thumnail img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
div#category_blog ul li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

div#category_blog ul li a:hover {
    text-decoration: underline;
}

div#category_blog {
    width: 100%;
    margin-bottom: 50px;
}
.home_banner_item.show_on {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    bottom: 0;
    transition: all 1.05s ease 0s;
    -webkit-transition: all 1.05s ease 0s;
}
.box_banner_on {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}
.home_sec_item.show_on {
    background: #efefef;
}
.home_section2 {
background: #fff;
    width: 100%;
    float: left;
    padding:0;
    color: #2b2b2b;
    position: relative;
    z-index: 99999;
}

.close_boxs {
    width: 30px;
    position: absolute;
    top: 20px;
    right: 19px;
    cursor: pointer;
}
.home_section2 strong {
font-weight: 300;
}
.home_section3 {
    width: 100%;
    float: left;
    padding: 50px;
}
.home_section2 {}

.home_section2 a {
    text-decoration: underline;
    font-weight: 800;
}


.box_banner_img {
    width: 48%;
    float: left;
}

.box_banner_text {
    width: 48%;
    float: left;
    margin-left: 4%;
    text-align: center;
    padding: 30px;
    background: #fff;
}

.box_banner_img img {
    width: 100%;
}

.box_banner_text h3 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 5px;
}
.item_ga img {
   // padding: 10px;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.des_box {
    font-size: 18px;
    margin-bottom: 30px;
}
.link_boc_banner {
	margin-bottom:10px;
}
.link_boc_banner a {
    text-decoration: none;
	color:#131313;
	text-transform:uppercase;
	border-bottom:2px solid	#131313;
	font-weight:500;
	margin-bottom:8px;
}


.item_ga:nth-child(4n+1) {
    width: 45%;
}
.item_ga img {
   // width: 100%;
}

.portfolioContainer {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}
.item_ga:nth-child(4n+2) {
    width: 55%;
}

.item_ga:nth-child(4n+3) {
    width: 55%;
}
.item_ga {
    padding: 10px;
    float: left;
}
.item_ga:nth-child(4n) {
    width: 45%;
}
.portfolioContainer {}

.item_ga:nth-child(4n+1) .item_ga_on {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.item_ga_on img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.item_ga:nth-child(4n+2) .item_ga_on {
    position: relative;
    width: 100%;
    padding-bottom: 61%;
    overflow: hidden;
}

.item_ga:nth-child(4n+3) .item_ga_on {
    position: relative;
    width: 100%;
    padding-bottom: 61%;
    overflow: hidden;
}

.item_ga:nth-child(4n) .item_ga_on {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
}
.section_bar {
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #335469;
    color: #fff;
    text-align: center;
    position:relative;
	z-index:999;
}
.dar_bar {
  background:#1a1a1a;
}
.section_bar {}

.bar_bottom h2 {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 400;
}

.bar_bottom h2:before {
    width: 200px;
    height: 2px;
    background: #fff;
    position: absolute;
    content: "";
    left: -220px;
    top: 21px;
}

.bar_bottom h2:after {
    width: 200px;
    height: 2px;
    background: #fff;
    position: absolute;
    content: "";
    right: -220px;
    top: 21px;
}
.team_page {
    width: 100%;
    float: left;
}

.item_team_on {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.img_team {
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    position: relative;
}

.img_team img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.name_team {
    width: 100%;
    float: left;
    padding: 10px;
}

.name_team h3 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}

.name_team span {
    font-style: italic;
}

.mail_team {
    width: 100%;
    text-align: center;
    float: left;
    padding-bottom: 20px;
}

.mail_team a {
    padding: 9px 30px;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    width: 220px;
    background: #2b2b2b;
}

.mail_team a:hover {
    letter-spacing: 2px;
}
.link_bar {
    margin-top: 25px;
}

.link_bar a {
    color: #fff;
    text-decoration: underline;
}

.link_bar a:hover {
    letter-spacing: 2px;
}

.fotter_main {
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #1a1a1a;
    color: #fff;
}

.fotter_main h2.widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.ft_box a {
    color: #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ft_box a:hover {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgb(255, 255, 255) !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 2px 0 rgb(255, 255, 255) !important;
}

.ft_box p {
    margin-bottom: 5px;
}

.ft_box.ft3 ul li {
    padding: 0;
    border: navajowhite;
    margin-bottom: 5px;
}

.fte_50 {
    width: 50%;
    float: left;
}

.fte_50 h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.fte_50 p i {
    font-size: 18px;
}

.fotter_main .widget {
    padding-bottom: 0;
}

.coppy_right {
    width: 100%;
    float: left;
    text-align: center;
    background: #131313;
    color: #fff;
    padding: 10px 0;
}

.coppy_right p {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 3px;
}
.banner.page_banner {
    height: 550px;
}

.banner.page_banner .content_banner {
    display: none;
}
.default_page {
    padding:0;
    width: 100%;
    float: left;
}

div#boathouse_top h1 {
    font-weight: 400;
    margin-bottom: 10px;
}

div#boathouse_top p {
    font-size: 28px;
}

div#boathouse_top {
    width: 100%;
    float: left;
}

div#boathouse_link {
    width: 100%;
    float: left;
    margin: 70px 0;
    text-align: center;
}

div#boathouse_link a {
    padding: 13px 12px;
    font-size: 23px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    width: 220px;
    background: #2b2b2b;
    display: inline-block;
    margin: 0 40px;
}

div#boathouse_link a:hover {
    letter-spacing: 2px;
    background: #000;
}
div#boathouse_link2 a {
    padding: 13px 12px;
    font-size: 23px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    width: auto;
    background: #2b2b2b;
    display: inline-block;
    margin: 0 40px;
}

div#boathouse_link2 a:hover {
    letter-spacing: 2px;
    background: #000;
}
div#catpage_link a {
    padding: 13px 20px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    width: 250px;
    background: #2b2b2b;
    display: inline-block;
    margin: 0 40px;
    border-radius: 0px;
}

div#catpage_link a:hover {
    letter-spacing: 2px;
    background: #000;
}
div#boathouse_top p:last-child {
    margin-bottom: 0;
}

.item_boa {
    margin-bottom: 50px;
    width: 100%;
    float: left;
}
h1.titte_on {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #fff;
    margin-top: 150px;
}
.item_boa h2 {
    font-size: 25px;
    font-weight: 400;
    color: #2b2b2b;
    margin-bottom: 10px;
}

.item_boa h3 {
    margin-top: 0;
    padding: 0;
    font-size: 19px;
    margin-bottom: 5px;
}

.item_boa h5 {
    color: #2b2b2b;
    font-size: 19px;
    padding: 0;
    margin-bottom: 3px;
    text-transform: inherit;
}
.page-id-18 .item_boa h5 {
  margin-bottom:15px;
}
.item_boa h6 {
    font-size: 19px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: italic;
}
div#partners_top h2 {
    font-weight: 400;
}
.owl_slide {
    width: 100%;
    float: left;
    margin: 50px 0;
}
.name_partners a.current {
    border-bottom: 2px solid;
}
div#partners_top p {
    font-size: 25px !important;
}
.testimonial_page {
    width: 100%;
    float: left;
}
.all_logo_partners {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.partners_page {
    width: 100%;
    float: left;
	padding-bottom:100px;
}

.partners_page .container {
    max-width: 800px;
}

.name_partners a {
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: 0 10px;
    line-height: 2;
    cursor: pointer;
      display: inline-block;
}

.name_partners {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}
.item_logo {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.item_logo img {
    max-height: 300px;
    width: auto;
    max-width: 200px;
}
.name_partners a:hover {
    border-bottom: 1px solid #000;
}
div#toppage_on h1 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 40px;
    color: #000;
}

div#toppage_on p {
    font-size: 28px !important;

}

div#top_page a.vc_general {
    padding: 13px 20px;
    font-size: 23px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    width: 220px;
    background: #2b2b2b;
    display: inline-block;
    margin: 0 40px;
    border-radius: 0;
}



div#top_page a.vc_general:hover {
    letter-spacing: 2px;
}
.des_testimonial p:last-child {
    margin: 0;
}

.des_testimonial {
    font-size: 22px;
    line-height: 1.3;
}

.item_testimonial>h3 {
    font-size: 25px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.item_testimonial {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.owl-next {
    width: 28px;
    height: 35px;
    background: url(../png/next.png);
    position: absolute;
    top: 50%;
    background-size: 100% 100%;
    right: -26px;
    display: block !important;
    color: transparent;
}

.owl-prev {
    width: 28px;
    height: 35px;
    background: url(../png/next.png);
    position: absolute;
    top: 50%;
    background-size: 100% 100%;
    left: -26px;
    display: block !important;
    color: transparent;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.item_boa p {
    color: #335469;
    font-size: 25px;
}

.item_boa:last-child {
    margin-bottom: 0;
}
button.menu_button {
       display: none;
       position: absolute;
       float: right;
       overflow: hidden;
       z-index: 9999999;
       margin: 0;
       padding: 0;
       width: 45px;
       top: 18px;
       right: 10px;
       height: 56px;
       font-size: 0;
       text-indent: -9999px;
       appearance: none;
       box-shadow: none;
       border-radius: none;
       border: none;
       cursor: pointer;
       transition: background 0.3s;
       background-color: transparent;
}
button.menu_button.active span.top_bt {
    /* -webkit-transition-delay: 0s, 0.3s; */
    /* transition-delay: 0s, 0.3s; */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 32px;
}

button.menu_button.active span.bottom_bt {
    /* -webkit-transition-delay: 0s, 0.3s; */
    /* transition-delay: 0s, 0.3s; */
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32px;
}
button.menu_button span.top_bt {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    top: 17px;
    background: #000;
}

button.menu_button span.bottom_bt {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    top: 39px;
    background: #000;
}
button.menu_button span {
    display: block;
    position: absolute;
    top: 28px;
    left: 8px;
    right: 8px;
    height: 3px;
    background: #000;
    transition: transform 0.3s;
}
.bt_banner a {
    width: 100%;
    display: block;
    float: none;
    cursor: pointer;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
}

.pop_up_link {
    background: #fff;
    padding: 20px 40px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    border-top: 1px solid #2b2b2b;
}

.pop_up_link:hover {
    background: #7b7878;
    color: #fff;
    letter-spacing: 2px;
}

.sub_link {
    display: none;
    margin-top:-2em;
}

a.af:hover ~ .sub_link {
    display: block;
    position:relative;
    z-index:999;
    box-shadow:0px 20px 20px #000;
}

.sub_link:hover {
    display: block;
    position:relative;
    z-index:999;
    box-shadow:0px 20px 20px #000;
}


.sub_link:hover a.af {
    background: #000 !important;
}

.bt_banner:hover a.af {
    color: #fff;
    background: #2b2b2b;
}
.for_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000005c;
    z-index: 9999999;
    display: none;
      top: 0;
    left: 0;
}

.wrap_popup {
    width: 95%;
    margin: 0 auto;
    max-width: 800px;
}
.main_popup_on {
    width: 100%;
    display: table;
    background: #eee;
}

.main_popup_content {
    width: 50%;
    display: table-cell;
    padding: 20px;
}

.main_popup_img {
    width: 100%;
    display: table-cell;
}
.box_banner_img.box_onse1 {
    width: 48%;
    display: table-cell;
    float: none;
}

.box_onse {
    width: 100%;
    display: table;
}

.box_hidden {
    width: 4%;
    display: table-cell;
}

.box_banner_text.box_onse2 {
    width: 48%;
    display: table-cell;
    float: none;
    margin: 0;
}

.box_banner_img.box_onse1 img {
    display: none;
}

.box_banner_img.box_onse1 {
    background-size: cover !important;
    background-position: center !important;
}
.main_popup_content h2 {
    font-size: 25px;
    font-weight: 400;
    color: #333;
}

.main_popup_content p {
    font-size: 16px;
    line-height: 1.3;
}

.main_popup {
    width: 100%;
    display: inline-block;
}
.content_popup {
    margin-top: 40px;
    display:flex;
    padding: 30px;
    position: relative;
}
div#boathouse_link a {
    cursor: pointer;
}
.close_boxs {
    display: none;
}
h1.tt_page {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #2b2b2b;
}
.all_blog {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}

.item_blog {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2b2b2b;
}

.thum_img {
    width: 300px;
    float: left;
}

.des_blog.thumbnail_img {
    width: calc(100% - 300px);
    float: left;
    padding-left: 40px;
}

.des_blog h3 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.des_blog_on {}

.des_blog_on p.link-more {
    display: none;
}

.link_blog_on {
    text-align: right;
}

.link_blog_on a {
    text-transform: uppercase;
    padding: 10px 30px;
    border: 1px solid #2b2b2b;
    font-size: 18px;
}

.link_blog_on a i {
    padding-left: 10px;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}

.link_blog_on a:hover i {
    padding-left: 20px;
}

.link_blog_on a:hover {
    background: #2b2b2b;
    color: #fff;
}
.close_pop {
    width: 60px;
    position: absolute;
    top: 0px;
    right: -28px;
    cursor: pointer;
}

.content_popup_on {
    margin-top: 30px;
}
.bt_banner:hover a.af i {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 10px;
    left: 8px;
}
.text_top h1 {
    font-weight: 400;
    margin-bottom: 10px;
}

.text_top p {
    font-size: 28px;
    line-height: 1.3;
}

.link_2_bt {
    width: 100%;
    float: left;
}

.link_2_bt a {
    display: inline-block;
}
div#default_page_on h1 {    font-size: 40px;
    font-weight: 400;}
div#cat_on {
    text-align: center;
}

div#cat_on h1 {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}
div#default_page_on p {
    letter-spacing: 1px;
    font-size: 18px;
}

a.cat_btn {
	background: #fff;
    padding: 15px 10px;
    font-family: 'Oswald', sans-serif;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

a.cat_btn:hover {
	color: #fff;
    background: #2b2b2b;
}

div#footer-links {
  text-align:center;
}

div#footer-links ul {
    list-style:none;
	  margin:40px 0 0;
}

div#footer-links ul li {
  display:inline;
  padding:0px 20px;
}

div#footer-links ul li a {
  font-size:90%;
  color:#fff;
  transition:ease all .3s;
  border-bottom:2px #000;
}
div#footer-links ul li a:hover {a
    border-bottom:2px solid#fff;
}

#optin-popup, #pop_up_4 {
  cursor:pointer;
}

div#footer-opt-in {
  padding-top:30px;
  display:none;
}



@media screen and (max-width: 1024px) {
.menu_site {
        display: none;
    }
    button.menu_button {
        display: block; 
		margin-right:20px;
    }

button.menu_button.active span.center_bt {
    background: none;
}
.home_banner_item {}

.home_banner_item.show_on {
    position: relative;
    display: inline-block;
    height: auto;
}

.box_banner_img {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.box_banner_img {}

.box_banner_text {
    width: 100%;
    margin-left: 0;
    padding: 15px;
}

.home_sec_item {
    width: 100%;
    display: block;
    float: left;
}

.hover_section {
    background: #efefef;
}

.item_ga {
    padding: 3px;
}

.bar_bottom h2:before {
    display: none;
}

.bar_bottom h2:after {
    display: none;
}

.coppy_right p {
    font-size: 13px;
    letter-spacing: 0;
}

.fotter_main h2.widget-title {
    margin-bottom: 10px;
}

.ft_box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.ft_box.ft4 {
    margin: 0;
    padding: 0;
    border: none;
}
.banner.page_banner {
    height: 400px;
}

div#boathouse_main {
    width: 100%;
    float: left;
}

div#boathouse_left {
    width: 100%;
    float: left;
}

div#boathouse_right {
    width: 100%;
    float: left;
}

.item_boa {
    margin-bottom: 40px;
}

div#boathouse_top h1 {
    font-size: 35px;
}

div#boathouse_top p {
    font-size: 22px;
    line-height: 1.3;
}
p {
    line-height: 1.3;
}
div#boathouse_link a {
    margin-bottom: 20px;
}
.menu_site {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    background: #fff;
    padding-top: 18px;
    z-index: 99999;
}

.menu_site ul li {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

.menu_site ul li a {
    display: block;
    width: 100%;
}
.thum_img {width: 100%;text-align: center;}

h1.titte_on {
    margin-top: 50px;
    font-size: 40px;
}
.des_blog.thumbnail_img {
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 30px;
}
.post-item_firts .blog_thumnail {
    width: 100%;
    padding-bottom: 0;
    background: none !important;
}

.blog_thumnail img {
    position: static;
    DISPLAY: BLOCK;
}

.post-item_firts .blog_des {
    width: 100%;
}

.item_blogs {
    width: 100%;
    padding: 0;
    float: left;
    margin-bottom: 20px;
}

.blog_thumnail {
    padding: 0;
}
.main_popup_content {
    width: 100%;
}

.main_popup_img {
    display: none;
}
  .item_logo {
    width: 100%;
}
  .owl-prev {
    left: 4px;
}
.vc_btn3-container {
    text-align: center !important;
}
.owl-next {
    right: 4px;
}
  .box_onse {
    display: block;
}

.box_banner_img.box_onse1 {
    background: none !important;
    width: 100%;
    display: block;
    float: left;
}

.box_banner_img.box_onse1 img {
    display: inline-block;
}

.box_hidden {
    width: 0;
    display: none;
}
.content_banner {
    margin-top: 15vh;
}
.box_banner_text.box_onse2 {
    width: 100%;
    display: block;
    float: left;
}
}
@media screen and (max-width: 767px) {
.menu_site {
    top: 0px;
}
.header-top {
padding: 10px 15px;
}
}
@media screen and (max-width:485px) {
    .desktop-only {
        display:none;
    }
    .mobile-only {
        display:block;
    }
    .bh-mobile-menus {
        display:flex;
        flex-direction:column;
        text-align:center;
		width:90%;
		margin:0 auto;
    }
    .mobile-reverse {
        flex-direction:column-reverse;
    }
    .bh-mobile-menus a {
        display: inline-block;
        width:300px;
        padding: 5px 20px;
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        background: #000;
        color: #fff;
        list-style: none;
        margin:0 auto 15px;
    }
	.ban-title {
		margin-bottom:10px;
	}
    .slider .content h1 {
       /* font-size: 1.5em; */
    }
    .slider .content p {
        font-size:.8em;
    }
	.page-banner_content h1 {
    text-align:center;
		line-height:1;
	}
	.slider .content .page-sub, .slider .content p {
	line-height:1;
}
}