@font-face {
  font-family: 'Brothers';
  src: url('../fonts/BrothersBold/Brothers-Bold.woff2') format('woff2'),  url('../fonts/BrothersBold/Brothers-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html{
  scroll-behavior: smooth;
}
body, html {
  min-height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 1px;
}
a:hover, a:focus, a:active, button, input[type="button"], input[type="reset"], input[type="submit"], .btn {
  text-decoration: none !important;
  transition: background-color 0.6s ease 0s, border-color 0.7s ease 0s, color 0.7s ease 0s;
}
a:focus, a:hover {
  outline: none;
  text-decoration: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
.fl-accordion-button-label, .fl-accordion-button-label:focus {
  font-size: 16px !important;
  outline: 0;
}
.fl-accordion-button-icon:hover, .fl-accordion-button-icon:focus {
  border: none !important;
}
.fl-accordion-small .fl-accordion-button {
  padding: 10px 15px !important;
  background: #fff;
}
.fl-accordion-button-icon {
  font-size: 15px !important;
  border: none !important;
  opacity: 1;
  pointer-events: none;
}
.fl-accordion-button-icon:hover i {
  color: #4b4b4b !important;
}
.fl-accordion-small .fl-accordion-content {
  padding: 10px 30px 10px 15px;
  border-top: solid 1px #e7e7e7;
}
.fl-accordion-small .fl-accordion-content {
  padding: 15px 40px 15px 20px !important;
  border-top: solid 1px #e7e7e7;
  background: #fff;
}
.fl-page-nav-right .fl-page-header-container {
  width: 100%;
}
.navbar-nav {
  width: 100%;
  text-align: center;
}
.fl-page-header-container {
  max-width: 94%;
}
.fl-page-fixed-nav-wrap .navbar-nav {
  width: auto;
  text-align: center;
}
.fl-page-fixed-nav-wrap .fl-page-nav-wrap {
  background: transparent !important;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.fl-page-nav .navbar-nav > li > a {
  border-right: none;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
  border-bottom: 1px solid transparent;
  padding: 1px 0 2px !important;
}
.fl-page-nav-right .fl-page-nav ul.navbar-nav > li {
  margin: 0 15px;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:focus, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item > a {
  border-bottom-color: #ffffff;
}
.gray_Hover .fl-photo-img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1);
}
.gray_Hover .fl-photo-content:hover .fl-photo-img {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */

  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}
.contact_form .wpcf7-text, .contact_form .wpcf7-textarea, .contact_form .wpcf7-select, .general-form .wpcf7-text, .general-form .wpcf7-textarea, .general-form .wpcf7-select {
  background: transparent;
  border: 1px solid #707070;
  border-radius: 0;
  box-shadow: none;
  color: #707070;
  font-size: 15px;
  height: 60px;
  margin-bottom: 15px;
  margin-top: 5px;
  outline: medium none;
  padding: 10px 15px;
  resize: none;
  width: 100%;
  letter-spacing: 1px;
  font-weight: 500;
}
.contact_form .wpcf7-textarea, .general-form .wpcf7-textarea {
  min-height: 160px;
}
.contact_form .wpcf7-submit, .general-form .wpcf7-submit {
  background: #002977;
  border: solid 1px #002977;
  border-radius: 100px !important;
  color: #ffffff;
  cursor: pointer;
  float: none;
  font-size: 18px;
  font-weight: 500;
  padding: 19px 15px;
  text-align: center;
  width: 100%;
  font-variant: small-caps;
  display: inline-block;
  letter-spacing: 1px;
}
.wpcf7 .ajax-loader {
  display: block;
  margin: 15px auto 0;
}
.contact_form .wpcf7-submit:hover, .contact_form .wpcf7-submit:focus {
  background: #002366;
  border: solid 1px #002366;
  transition: all 0.5s ease 0s;
  color: #fff;
  top: 0 !important;
}
span.wpcf7-list-item-label {
    font-weight: 200!important;
}

input.wpcf7-form-control.wpcf7-date{
    color: #454545;
}

input.wpcf7-form-control.wpcf7-number{
    color: #454545;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #454545;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color: #707070 !important;
 opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #707070 !important;
 opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #707070 !important;
 opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #000 !important;
 opacity: 1;
}
.button_Center {
  float: left;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.C_Form {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.wpcf7-form p {
  font-size: 16px;
  color: #3F5C89;
}
.contact_form .fl-contact-form label {
  display: none;
}
.contact_form label {
  float: left;
  width: 100%;
  color: #707070;
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
}
.pointer_star {
  font-weight: 400;
  display: inline-block;
  margin-left: 3px;
  color: red;
}
.label_SP br {
  display: none;
}
.label_SP {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
div.wpcf7-validation-errors {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
  float: left;
  width: 100%;
}
div.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d;
  float: left;
  width: 100%;
}
div.wpcf7-response-output {
  margin: 0;
  padding: 10px !important;
  text-align: center;
  float: left;
  width: 100%;
}
span.wpcf7-not-valid-tip {
  display: block;
  font-size: 14px;
  font-weight: 400;
  float: left;
  width: 100%;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
  padding: 3px 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.wpcf7-list-item {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
span.wpcf7-list-item {
  margin: 0px 0 7px 0 !important;
}
.wpcf7-list-item > input {
  margin-right: 7px;
}
.wpcf7-list-item-label {
  display: inline-block;
  margin-left: 7px;
}
.contact_form input[type="text"]:focus, .contact_form input[type="password"]:focus, .contact_form input[type="email"]:focus, .contact_form input[type="tel"]:focus, .contact_form input[type="date"]:focus, .contact_form input[type="month"]:focus, .contact_form input[type="week"]:focus, .contact_form input[type="time"]:focus, .contact_form input[type="number"]:focus, .contact_form input[type="search"]:focus, .contact_form input[type="url"]:focus, .contact_form textarea:focus {
  background-color: #fff !important;
  border-color: #002366 !important;
  box-shadow: none;
  outline: 0 none;
}
.list_Alighn li ul {
  margin-top: 10px;
}
.list_Alighn ul, .list_Alighn ol {
  padding-left: 15px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.list_Alighn ul li, .list_Alighn ol li {
  margin-bottom: 10px !important;
  float: left;
  width: 100%;
}
.fl-page-footer-widgets {
  border-top: none !important;
}
.footer_copy {
  display: inline-block;
  font-size: 13px;
}
.footer_pages {
  font-size: 13px;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.pipe_ft {
  display: inline-block;
  font-size: 12px;
  margin: 0 6px 0 10px;
  color: #cccccc;
}
.display_content h1 {
  font-family: PlayfairDisplay-Regular;
  font-size: 52px;
  line-height: 56px;
  font-weight: 500;
}
.fl-page-nav-wrap {
  border-bottom: none !important;
  border-top: none !important;
}
.hero_Section p {
  margin: 0;
}
.socail_icon {
  float: left;
  margin-left: 20px;
}
.address_text {
  display: block;
  margin: 20px 0 10px;
  font-size: 16px;
}
.socail_icon a {
  display: inline-block;
  margin: 0 3px;
  background: #fff;
  color: #101010 !important;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
.socail_icon a:hover {
  color: #CF0A2C !important;
}
.sp_1 {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 16px;
}
.fl-page-footer {
  border-top: none;
  padding: 20px 0 20px;
  background-size: cover !important;
}
.fl-page-nav-right .fl-page-header-wrap {
  border-bottom: none;
}
.call_Pro a {
  border-bottom: solid 2px;
  padding-bottom: 2px;
}
.call_Pro a:hover {
  opacity: 0.8;
}
.fl-page-header {
  border-color: transparent;
}
.fl-page-nav-search {
  float: right;
}
.fl-page-nav-search a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li ul.sub-menu {
  border-top: none;
  padding: 44px 0 0;
  transition: all .5s;
  background: transparent;
  box-shadow: none;
}
.fl-page-header-fixed.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li ul.sub-menu {
  padding-top: 18px;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li ul.sub-menu li {
  padding: 10px 20px;
  display: block;
  background: #1f5179;
  border-top: 1px solid #E64C55;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li ul.sub-menu li:hover {
  background: #E64C55;
  transition: background-color 0.6s ease 0s, border-color 0.7s ease 0s, color 0.7s ease 0s;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li ul.sub-menu li a {
  color: #fff !important;
  margin: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  border: none !important;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li ul.sub-menu li a:hover, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li ul.sub-menu li a:focus {
  color: #fff !important;
  border: none !important;
  padding: 0 !important;
}


.blockquote {
  font-size: 17px;
}
.footer-logo {
  position: relative;
  margin-bottom: 30px;
}
.logo-widget .text {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 25px;
}
.social_area {
  display: inline-block;
}
.social_area a {
  text-align: center;
  margin-right: 8px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #cccccc;
  background: #1c1c1c;
  border: 1px solid #2e2e2e;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
}
.social_area a:hover {
  background: #111111;
  color: #cccccc;
  border-color: #2e2e2e;
}
.in-touch {
  position: relative;
}
.in-touch h2 {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.in-touch ul {
  position: relative;
  padding: 0;
  margin: 0;
}
.in-touch ul li {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 15px;
}
.in-touch ul li span {
  position: relative;
  color: #cccccc;
}
.number-widget {
  position: relative;
  margin-top: 50px;
}
.number-widget h3 {
  position: relative;
  color: #E64C55;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 40px;
}
.number-widget .text {
  position: relative;
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 25px;
}
.number-widget h3 .icon {
  position: absolute;
  left: 0px;
  top: 4px;
  color: #E64C55;
  font-size: 22px;
}
.fl-page-footer-widgets-container {
  padding-top: 50px;
}
.fl-page-footer-container.container {
  border-top: none;
  padding-top: 40px;
}
.sp_1 {
  display: block;
  width: 100%;
  margin: 20px 0 10px;
  font-size: 14px;
  font-weight: 500 !important;
}
.email-tag {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
  margin-top: 5px;
  font-size: 15px;
}
.sp_1 strong {
  font-weight: 600;
}
.footer-text a img {
  margin-bottom: 15px;
}
.footer_Menu {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 15px 0 0;
}
.footer_Menu li {
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
}
.footer_Menu li a {
  font-size: 14px;
}
.address_text {
  display: block;
  margin: 10px 0 10px;
  font-size: 14px;
  line-height: 24px;
}
.onepress-menu {
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
  margin: 0;
}
.onepress-menu li {
  white-space: nowrap;
  white-space: normal;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  display: inline-block;
}
.onepress-menu a {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
 text-transform:;
  text-decoration: none;
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 1px;
  font-variant: small-caps;
}
.onepress-menu .current-menu-item a, .onepress-menu a:hover {
  color: #E64C55;
}
.pipe {
  display: inline-block;
  margin: 0 5px;
  color: #E64C55;
}
.fl-page-header-text {
  margin: 0;
}
.fl-fixed-width.home-wide .fl-page {
  width: 100%;
  max-width: 100%;
}
.fl-fixed-width.home-wide .fl-page-header-container {
  max-width: 94%;
  width: 100%;
}
.video_Section .fl-wp-video {
  border: double 3px #e64c55;
  padding-bottom: 55.25% !important;
}
.fl-video-poster img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1);
}
.fl-video-poster:hover img {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */

  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(0.5); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}
.video_Section .fl-video-poster {
  height: 100%;
}
.home_post .fl-post-grid-text .fl-post-grid-title a {
  color: #202125;
}
.home_post .fl-post-grid-text .fl-post-grid-title a:hover {
  color: #E64C55;
}
.home_post .fl-post-grid-image {
  height: 240px;
}
.home_post .fl-post-grid-image img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.home_post .fl-post-column .fl-post-grid-post:hover .fl-post-grid-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.2);
}
.home_post .fl-terms-label, .post_Meta .fl-html {
  font-weight: 500;
}
.post_Meta .fl-html a {
  font-weight: 400;
}
.home_post .fl-post-column .fl-post-grid-post {
  border: solid 3px #999;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.home_post .fl-post-column:nth-child(3n+1) .fl-post-grid-post:hover {
  border: solid 3px #E64C55;
  transition: border-color 0.7s ease 0s;
}
.home_post .fl-post-column:nth-child(3n+2) .fl-post-grid-post:hover {
  border: solid 3px #4b4b4b;
  transition: border-color 0.7s ease 0s;
}
.home_post .fl-post-column:nth-child(3n+3) .fl-post-grid-post:hover {
  border: solid 3px #E64C55;
  transition: border-color 0.7s ease 0s;
}
.home_post .fl-post-grid-text {
  background: #fff !important;
}
.home_post .fl-post-grid-terms a {
  color: #E64C55;
}
.home_post .fl-post-grid-terms a:hover, .home_post .fl-post-grid-terms a:focus {
  color: #202125;
}
.home_post .fl-post-grid-terms {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.home_post .fl-post-grid-content p {
  font-size: 13px;
  line-height: 22px;
}
.home_post .fl-post-grid-post {
  box-shadow: 0px 8px 9px -4px rgba(0,0,0,0.2);
}
.blog_pagination a {
  padding: 4px 12px 6px !important;
}
.blog_pagination span {
  padding: 4px 12px 6px !important;
  border: 1px solid #fff !important;
}
.post_Content .fl-node-content p {
  font-size: 14px;
  color: #747474;
  line-height: 26px;
}
.nav-previous a, .nav-next a, .post_Meta .fl-html {
  font-size: 13px;
}
.prime_Sidebar .fl-widget-title {
  border-bottom: double 3px #e7e7e7;
  padding-bottom: 6px;
  font-size: 30px;
  font-weight: 600;
}
.prime_Sidebar .fl-widget ul {
  float: left;
  width: 100%;
}
.prime_Sidebar .fl-widget ul li {
  border-bottom: solid 1px #e7e7e7;
  padding: 14px 0;
}
.prime_Sidebar .fl-widget ul li:first-child {
  padding-top: 0;
}
.prime_Sidebar .fl-widget ul li a {
  font-size: 15px;
}
.post_Content ul, .post_Content ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  float: left;
  width: 100%;
}
.post_Content ul li, .post_Content ol li {
  margin-bottom: 5px;
  float: left;
  width: 100%;
}
.fl-builder-pagination li a.page-numbers:hover, .fl-builder-pagination li span.current {
  background: #E64C55;
  color: #fff !important;
}
.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
  border: 1px solid #E64C55;
  display: inline-block;
  padding: 4px 14px 6px;
  margin: 0 2px 5px;
  border-radius: 4px;
}
.home_post .fl-post-grid-post {
  -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}
.home_post .fl-post-grid-post:hover {
  -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
  -webkit-box-shadow: 0 0 11px rgba(133,28,59,.3);
  box-shadow: 0 0 11px rgba(133,28,59,.3);
  cursor: pointer;
}
.home_post .fl-post-grid-post .fl-post-grid-text {
  transform: translateY(0);
  transition: .3s ease-out;
  transition-property: all;
  transition-property: opacity, transform, filter;
}
.home_post .fl-post-grid-post:hover .fl-post-grid-text {
  transform: translateY(-15%);
}
.home_post .fl-terms-label, .post_Meta .fl-html {
  font-weight: 600;
}
.home_post.product-Showcase .fl-post-grid-image {
  height: auto !important;
  overflow: hidden;
}
.home_post.product-Showcase .fl-post-grid-image img {
  height: auto !important;
  width: auto !important;
  object-fit: inherit;
}
.home_post.product-Showcase a.button {
  color: #fff !important;
  background-color: #E64C55 !important;
  font-size: 15px !important;
  padding: 10px 19px !important;
  margin-top: 10px !important;
  display: block !important;
}
.woocommerce .home_post.product-Showcase a.added_to_cart {
  display: block !important;
  color: #fff;
  background-color: #E64C55;
  font-size: 15px;
  padding: 10px 19px !important;
  margin-top: 10px;
  border-radius: 4px;
}
.post_Content ul li ul li {
  list-style: none;
  padding-left: 10px;
}
.post_Content ul li ul li:before {
  display: inline-block;
  content: "ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“";
  width: 20px; /* control space between dash and text */
  margin-left: -20px; /* width x -1 for indent */
}
.post_Content ul {
  list-style-type: "ÃƒÂ¢Ã…â€œÃ¢â‚¬Å“";
  font-weight: 700;
}
.post_Content ul li {
  padding-left: 10px;
  font-weight: 500;
}
.footer-text {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.dv_Section {
  transform: translateY(0);
  transition: .3s ease-out;
  transition-property: all;
  transition-property: opacity, transform, filter;
}
.dv_Section:hover {
  transform: translateY(-5%);
}
.dv_Section:hover h3 a {
  color: #dbe6fd;
}
.fl-page-nav-right.fl-page-header-fixed, .fl-page-header-fixed {
  background-color: rgba(57,62,72,0.9);
}
.header-area {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 730px;
  text-align: center;
  margin-top: -40px;
  background-color: #000;
  background-size: cover;
  background-position: center;
}
.fl-fixed-header .fl-page-header {
  background: rgba(0, 0, 0, 0.8) !important;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 20%, #000 80%, #000 90%, #000 96%, #000 100%) !important;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 20%, #000 80%, #000 90%, #000 96%, #000 100%) !important;
}
.fl-page-nav-right .fl-page-nav ul.navbar-nav {
  float: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang-Menu .menu-image-title-below {
  font-size: 12px;
}
.lang-Menu a:hover {
  border: none;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav .menu-button a {
  background: #CF0A2C;
  padding: 12px 15px !important;
  border-radius: 100px;
  width: 190px;
  border: none !important;
  height: 44px;
  text-align: center;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav .menu-button a:hover, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav .menu-button a:focus {
  background: #B70927 !important;
  border: none !important;
}
.pol-rel {
  position: relative;
  padding: 0 20px;
}
.header-area h1 {
  font-size: 80px;
  font-weight: 500;
  font-family: 'Brothers';
  font-weight: 700;
}
.header-area::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.0);
  width: 100%;
  height: 100%;
  z-index: 9;
}
.head-cnt-rel {
  position: relative;
  z-index: 10;
}
.head-cnt figure {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.head-cnt a {
  margin: 30px auto 0;
  display: block;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  width: 82px;
}
.head-cnt a:hover {
  opacity: 0.8;
}
.footer-bar .fl-rich-text {
  border-top: solid 1px #fff;
  padding-top: 15px;
  font-size: 15px;
}
.footer-left {
  float: left;
  width: 100%;
}
.f-menu {
  padding: 0;
  float: left;
  list-style: none;
}
.f-menu li {
  float: left;
}
.f-menu li a {
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  text-transform: uppercase;
}
.f-menu li a:hover {
  color: #CF0A2C;
}
.ftr-Right h3.fl-heading {
  border-bottom: solid 1px #fff;
  padding-bottom: 5px !important;
}
.fd-bar {
  display: inline-block;
  width: 100%;
  background: #154373;
  padding: 6px 0;
}
.fd-Inn {
  display: flex;
  width: 100%;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-family: 'Brothers';
  font-weight: 700;
}
.fd-Inn a {
  color: #fff;
}
.fd-Inn a:hover {
  color: #00a2a2;
}
.fd-bar .row .col-sm-4 {
  border-left: solid 2px;
}
.fd-bar .row .col-sm-4:first-child {
  border-left: none;
}
.fd-Inn img {
  display: inline-block;
  margin-right: 20px;
}
.prd-case {
  float: left;
  width: 100%;
  background-image: url(../images/mark-shp.jpg);
  padding: 60px 0;
}
.alert-bar {
  float: left;
  width: 100%;
  padding: 25px 50px;
  background-color: #005389;
  margin-bottom: 30px;
  box-shadow: 2px 0px 9px 1px rgba(0,0,0,0.25);
  -webkit-box-shadow: 2px 0px 9px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 0px 9px 1px rgba(0,0,0,0.25);
}
.alert-bar img {
  display: inline-block;
  margin-right: 20px;
}
.alert-bar span {
  font-size: 22px;
}
.alert-bar .alert-left span {
  font-family: 'Brothers';
  font-weight: 700;
}
.alert-lt-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.alert-left {
  float: left;
  width: 330px;
}
.alert-right {
  float: right;
  width: calc(100% - 330px);
}
.alert-bar .alert-right span {
  font-weight: 600;
}
.bu-org {
  background: #ffffff;
  color: #005389;
  font-size: 16px;
  padding: 0px 15px;
  border-radius: 100px;
  width: 190px;
  min-height: 43px;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  line-height: 43px;
  text-transform: uppercase;
}
.bu-org:hover, .bu-org:focus {
  background: #002366;
  color: #fff;
}
.alert-bar .alert-right .alert-lt-inn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.beer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 393px;
  cursor: pointer;
  margin: 15px 0;
}
.beer-pol {
  position: relative;
}
.card-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.beer-card-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: rgba(18,116,192,.80);
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.card-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.beer-card-content {
  width: 100%;
  position: absolute;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-bottom: 20px;
  left: 0;
  height: 100%;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 40%, #000 90%, #000 90%, #000 96%, #000 10%);
}
.beer-card:hover .beer-card-content {
  opacity: 0;
}
.beer-card:hover .beer-card-hover {
  opacity: 1;
}
.beer-card-hover .bu-org {
  margin: 20px auto 0;
}
.beer-card-hover figure {
    max-height: 73%;
}
.beer-card-hover figure img {
    max-height: 100%;
}
.beer-card-last .beer-card-hover {
  opacity: 1;
  background-color: rgba(207,10,44,.80);
}
.beer-card-last .beer-card-hover span  {
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
}
.beer-card-content span {
  font-weight: 600;
  font-size: 14px;
}
.beer-card-last .beer-card-content span {
  margin-top: 10px;
}
.beer-card-content h3 {
  font-size: 22px;
  margin-bottom: 1px;
  font-family: 'Brothers';
  font-weight: 700;
}
.beer-card a.overlay_anchor {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
footer {
  float: left;
  width: 100%;
}
.hm-vs {
  float: left;
  width: 100%;
  background-image: url(../images/hm-vs.png);
  padding: 90px 0;
  min-height: 394px;
  background-size: cover;
  background-position: center;
}
.pos-all {
  position: relative;
}
.pos-all-content {
  position: relative;
  z-index: 10;
}
.hm-vs::after {
  position: absolute;
  content: "";
  background-color: rgba(17, 89, 87, 0.3);
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
}
.hm-vs-content h2 {
  font-size: 36px;
  margin-top: 25px;
  letter-spacing: 5px;
  font-family: 'Brothers';
  font-weight: 700;
}
.hour-bar {
  float: left;
  width: 100%;
  background: #00A2A2;
  padding: 20px 0;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}
.hour-bar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sp-para {
  font-size: 20px;
}
.sp-pipe {
  font-size: 20px;
  display: inline-block;
  margin: 0 15px;
}
.gear-section {
  float: left;
  width: 100%;
  background-image: url(../images/gear-up.jpg);
  padding: 100px 0;
  min-height: 394px;
  background-size: 100%;
  background-position: center;
  box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.75) inset;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.75) inset;
  -moz-box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.75) inset;
}
.gear-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gear-content figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 286px;
  height: 286px;
  border: solid 4px #fff;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 34px;
  letter-spacing: 3px;
  font-family: 'Brothers';
  font-weight: 700;
}
.gear-content figure img {
  display: block;
  margin: 0 auto 15px;
}
.bu-shop {
  background: #CF0A2C;
  padding: 12px 15px;
  border-radius: 100px;
  width: 200px;
  border: none;
  height: 44px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  display: inline-block;
  margin-top: 70px;
  text-transform: uppercase;
}
.bu-shop:hover, .bu-shop:focus {
  background: #B70927;
  border: none;
  color: #fff;
}
.split-Row {
   width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  min-height: 900px;
}
.split-left, .split-right {
  width: calc(100% - 50%);
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  flex-direction: column;
}
.split-right-pol {
  position: relative;
}
.npr_pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.npr_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split-left {
  background-color: #449AD3;
  background-color: #d89b31
  background-image: linear-gradient(-120deg, #449AD3, #09568F);
  padding-right: 100px;
}
.split-left h2 {
  font-size: 64px;
  font-family: 'Brothers';
  font-weight: 700;
  letter-spacing: 3px;
}
.split-left h3 {
  font-size: 40px;
  font-weight: 600;
  margin: 5px 0 35px;
}
.split-left .bu-org {
  margin-left: 0;
}
.split-pol {
  position: relative;
}
.center-can {
  position: absolute;
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 10;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.insta-section {
  background: #10334C;
  padding: 25px 0;
  float: left;
  width: 100%;
}
.insta-section h3 {
  font-size: 36px;
  margin-right: 25px;
  font-family: 'Brothers';
  font-weight: 700;
  letter-spacing: 3px;
}
.insta-section h4 {
  font-size: 24px;
  font-weight: 600;
}
.insta-section .socail_icon a {
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
}
.insta-Grid {
  float: left;
  width: 100%;
  padding: 20px;
}
.insta-Grid a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 15px 5px;
}
.insta-Grid a img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insta-Grid a:hover img {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */

  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;
}
.name-product {
  background: #1274BC;
  float: left;
  width: 100%;
  padding: 25px 0;
}
.nmp-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nmp-left h3, .nmp-right h3 {
  font-size: 34px;
  margin-bottom: 1px;
  font-family: 'Brothers';
  font-weight: 700;
}
.nmp-right {
  margin-left: 50px;
}
.nmp-right h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
}
.dv-beer {
  background: #ECECEC;
  float: left;
  width: 100%;
  padding: 100px 0;
}
.beer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.beer-price span {
    font-size: 20px;
    font-weight: 600;
    color: #002c5c;
}
.beer-item img {
  margin: 0 5%;
}

.beer-menu{
  column-count: 2;
}

.beer-callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  ms-flex-direction: column;
  flex-direction: column;*
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .beer-clp{
  min-height: auto !important;
  }
  
  .beer-menu{
  column-count: 1;
}
}

.beer-clp {
    margin-bottom: 20px;
    min-height: 100px;
}

.sp-price-sub{
  font-weight: 600;
  font-size: 14px;
  color: #EF603D;
  text-decoration: underline;
}

.row.beer-price {
    padding: 10px;
    text-align: center;
    /* background-color: #afcadf; */
    border-radius: 9px;
    margin-bottom: 6px;
    color: #2f2f2f;
}

.row.beer-price span{
    font-size:20px;
    font-weight: 600;
}
.beer-icn {
  float: left;
  width: 74px;
}
.beer-para {
  float: left;
  width: calc(100% - 74px);
  color: #2F2F2F;
}
.beer-para h4 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  color: #cc142c;
}
.sp-price {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  color: #EF603D;
  float: left;
  Width: 100%;
  text-decoration: underline;
  margin-top: 5px;
}
.sp-price-sub{
  font-weight: 600;
  font-size: 14px;
  color: #EF603D;
  text-decoration: underline;
}
.sp-p1 {
  font-size: 17px;
}
.row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.beer-pol {
  position: relative;
}
.beer-link {
  background: #002977;
  color: #fff;
  padding: 16px 15px;
  border-radius: 100px;
  width: 100%;
  display: flex;
  max-width: 400px;
  text-align: center;
  box-shadow: 0px 4px 11px -4px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0 4px 11px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 4px 11px -4px rgba(0,0,0,0.75);
  font-family: 'Brothers';
  font-weight: 700;
  justify-content: center;
  align-items: center;
}
.beer-link:hover, .beer-link:focus {
  background: #002366;
  color: #fff;
}
.beer-link img {
  margin-left: 10px;
}
.button-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 10;
}

.beer-mid {
    float: left;
    width: 100%;
    padding: 120px 0px 0px 0px;
    background: #002c5c;
}

.beer-mid .tag-h5{
  color:#efefef;
}

.beer-mid .h3-border{
  color: #efefef;
  border-bottom: dashed 2px #efefef;
}
.beer-mid-left {
  font-family: 'Brothers';
  font-weight: 700;
  font-size: 34px;
  text-align: right;
  padding: 0 20px;
}
.mid-video {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 80px;
  height: 800px;
}
.mid-video video, .mid-video iframe {
  width: 100%;
  height: 100%;
}
.sme-beer {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 20px;
  background: #154373;
  margin-bottom: 25px;
}
.sme-beer h3 {
  font-family: 'Brothers';
  font-weight: 700;
  font-size: 38px;
}
.beer-h1 {
  font-size: 80px;
  font-family: 'Brothers';
  font-weight: 700;
  color: #154374;
}
.beer-finder {
  background: #154374;
  font-size: 31px;
  padding: 7px 21px;
  max-width: 510px;
  width: 100%;
  display: block;
  margin: 10px auto 0;
  font-weight: 600;
}
.beer-ifm {
  background: #154374;
  padding: 30px 0 80px;
  float: left;
  width: 100%;
}
.search-frame {
  border: solid 10px #154374;
  background: #fff;
  min-height: 600px;
  display: inline-block;
  width: 100%;
}
.frame-pol {
  position: relative;
  z-index: 10;
}
.finder-para {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.page-template-tpl-beer-finder .header-area::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.page-template-tpl-beer-php .header-area::after {
  display: none;
}
.beer-br img {
  width: 400px;
}
.portfolio-section {
  padding: 0 0 70px;
  float: left;
  width: 100%;
}
.portfolio-section #filters {
  margin-bottom: 70px;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.portfolio-section #filters li {
  background: #154374;
  margin: 0;
  padding: 0;
  border-left: solid 1px #fff;
}
.portfolio-section #filters li:first-child {
  border-left: 0;
}
.portfolio-section #filters li a {
  display: block;
  padding: 20px 15px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  transition: .4s all;
  font-size: 36px;
  font-family: 'Brothers';
  font-weight: 700;
  transition: background-color 0.6s ease 0s, color 0.7s ease 0s;
}
.portfolio-section #filters li a.active, .portfolio-section #filters li a:hover {
  background: #CF0A2C;
  color: #fff;
}
.portfolio-section #portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: none;
  float: left;
  overflow: hidden;
}
.pad-false {
  padding: 0;
}
.beer-bottom {
  float: left;
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-image: url(../images/filter-bottom.jpg);
  background-position: center;
}
.beer-bottom .beer-mid-left {
  text-align: center;
  padding: 40px;
  border: solid 2px #fff;
  margin-right: 40px;
}
.beer-bottom .bu-org {
  margin-left: 0;
  box-shadow: -1px 0px 10px 0px rgba(0,0,0,0.30);
  -webkit-box-shadow: -1px 0px 10px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: -1px 0px 10px 0px rgba(0,0,0,0.30);
  margin-top: 15px;
}
.visit-fig {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.visit-fig1 {
  display: block;
  margin: 0 auto;
  width: 180px;
}
.visit-fig2 {
  display: block;
  margin: 30px auto 0;
  width: 260px;
}
.vs-block h3 {
  font-weight: 600;
  display: block;
  font-size: 19px;
  margin: 15px 0;
}
.vis-info {
  display: block;
  margin: 0 auto;
  max-width: 320px;
  border: solid 2px #fff;
  padding: 10px 0;
  font-size: 24px;
  font-family: 'Brothers';
  font-weight: 700;
}
.vis-info small {
  padding: 0 15px;
  font-size: 18px;
}
.vis-info span {
  border-top: solid 1px;
  display: block;
  padding: 10px 15px 0;
  margin-top: 15px;
  font-size: 21px;
}
.bar-blue {
  background: #154374;
  padding: 30px 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.bar-blue-inn {
  width: 100%;
  display: flex;
  text-align: center;
  box-shadow: 0px 4px 11px -4px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0 4px 11px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 4px 11px -4px rgba(0,0,0,0.75);
  font-family: 'Brothers';
  font-weight: 700;
  justify-content: center;
  align-items: center;
}
.bar-blue .hour-bar-content h3 {
  font-size: 28px;
  font-family: 'Brothers';
  font-weight: 700;
  margin-right: 30px;
}
.bar-blue .hour-bar-content .sp-para {
  font-size: 22px;
}
.alert-bar.visit-alert .alert-right .alert-lt-inn {
  justify-content: center;
}
.alert-bar.visit-alert .alert-right {
  width: 100%;
}
.alert-bar.visit-alert h3 {
  font-size: 24px;
  font-family: 'Brothers';
  font-weight: 700;
  margin-right: 30px;
}
.alert-bar.visit-alert {
  box-shadow: none;
  margin: 0;
}
.visit-grid {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
}
.visit-grid a.im-item img, .partner-link img {
  width: 100%;
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1);
}
.visit-grid a.im-item:hover img, .partner-link:hover img {
  /* filter: url(filters.svg#grayscale); */
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .8s ease-in-out;
}
.partner-link img {
  width: auto;
}
.visit-checkout {
  padding: 100px 0 200px;
  float: left;
  width: 100%;
  background-image: url(../images/dott-bg.png);
  background-position: right 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.check-left {
  background: #fff;
  box-shadow: 2px 0px 11px 8px rgba(0,0,0,0.18);
  -webkit-box-shadow: 2px 0px 11px 8px rgba(0,0,0,0.18);
  -moz-box-shadow: 2px 0px 11px 8px rgba(0,0,0,0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 30px;
  color: #101010;
}
.check-left h3 {
  color: #101010;
  text-align: center;
  font-size: 24px;
  font-family: 'Brothers';
  font-weight: 700;
  margin: 25px 0;
}
.check-left .bu-shop {
  margin-top: 0;
}
.checkour-paras {
  color: #101010;
  font-size: 17px;
  padding-left: 50px;
}
.weekly-cv {
  padding: 100px 0 100px;
  float: left;
  width: 100%;
  background-image: url(../images/weekly-cover.jpg);
  background-size: 100%;
}
.weekly-cv .pos-all-content {
  position: relative;
  z-index: 10;
  top: -200px;
}
.food-dv {
  border: solid 4px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.food-dv h3 {
  font-size: 30px;
  font-family: 'Brothers';
  font-weight: 700;
  display: block;
  margin: 20px 0;
  text-align: center;
}
.food-dv .bu-org {
  margin: 0 0 -45px;
}
.food-para {
  margin-left: 30px;
}
.food-para h3 {
  font-size: 36px;
  font-family: 'Brothers';
  font-weight: 700;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.food-para p {
  font-size: 20px;
  float: left;
  width: 100%;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.food-para p:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
#drinks .food-para strong {
  display: block;
  margin-bottom: 5px;
}
.food-MN .sp-price {
  color: #EFCC93;
}
.weekly-cv .row-center {
  top: -60px;
  position: relative;
}
.color-red {
  background-color: #D2202F;
  background-image: linear-gradient(-120deg, #D2202F, #D2202F);
}
.split-bx {
  width: 100%;
  display: inline-block;
  padding: 2% 10%;
  text-align: center;
}
.split-left p {
  margin: 0 auto 35px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  display: block;
}
.visit-bottom {
  padding: 70px 0;
  float: left;
  width: 100%;
  background-image: url(../images/visit-bottom.jpg);
  /* background-size: 100%; Commented out Troy 1-9-2025 */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.visit-bottom .gear-content h3 {
  font-size: 40px;
  font-family: 'Brothers';
  font-weight: 700;
  letter-spacing: 3px;
}
.visit-bottom .gear-content p {
  font-size: 24px;
  display: block;
  margin: 20px auto;
}
.visit-bottom a.send-mail {
  background: #009999;
  font-size: 25px;
  width: 320px;
  height: auto;
  padding: 15px 15px 13px;
  margin: 30px 0;
  color: #fff;
  border-radius: 100px;
}
.visit-bottom a.send-mail:hover, .visit-bottom a.send-mail:focus {
  background: #009191;
  color: #fff;
}
.visit-bottom span {
  text-transform: uppercase;
  font-size: 18px;
}
.page-template-tpl-contact-php .header-area::after, .page-template-tpl-blog-single .header-area::after {
  display: none;
}
.page-template-tpl-contact-php .vis-info {
  border: solid 2px #154374;
  color: #154374;
}
.page-template-tpl-contact-php .vs-block h3 {
  color: #154374;
}
.contact-dv {
  padding: 100px 0;
  background: #154374;
  float: left;
  width: 100%;
}
.contact-box {
  background: #fff;
  padding: 5% !important;
  margin-top: -200px;
  box-shadow: 2px 0px 11px 8px rgba(0,0,0,0.18);
  -webkit-box-shadow: 2px 0px 11px 8px rgba(0,0,0,0.18);
  -moz-box-shadow: 2px 0px 11px 8px rgba(0,0,0,0.18);
}
.contact-left h3 {
  font-size: 40px;
  font-family: 'Brothers';
  font-weight: 700;
  color: #101010;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.contact-left {
  color: #101010;
  float: left;
  width: 100%;
}
.page-template-tpl-contact-php .visit-fig2 {
  margin: 30px auto 30px;
}
.contact-left p {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.contact-info {
  float: left;
  width: 100%;
  border-bottom: solid 1px #101010;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cnt-sp1 {
  float: left;
  width: 46px;
}
.cnt-sp1 img {
  vertical-align: middle;
  display: inherit;
}
.contact-left .contact-info:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.page-template-tpl-blog-php .header-area::after {
  display: none;
}
.fa-one {
  font-size: 20px !important;
  vertical-align: middle;
  margin: 0 30px;
}
.fa-two {
  font-size: 26px !important;
  vertical-align: middle;
  margin: 0 30px;
}
.blog-first {
  float: left;
  width: 100%;
  padding: 70px 0;
  background: #10334C;
}
.blog-pol {
  position: relative;
}
.blog-item .beer-card-hover h3 {
  font-size: 22px;
  margin-bottom: 1px;
  font-family: 'Brothers';
  font-weight: 700;
}
.blog-item .beer-card-hover {
  background-color: rgba(207,10,44,.80);
}
.by-logo {
  width: 194px;
  display: block;
  margin: 0 auto 43px;
}
.blog-mid {
  float: left;
  width: 100%;
  padding: 70px 0;
}
.title-feature {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #CF0A2C;
}
.title-feature h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 44px;
  margin-bottom: 1px;
  font-family: 'Brothers';
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 0;
}
.post-content h3, .post-content h2, .post-content h4, .post-content h5, .post-content h6, .post-content h1 {
  font-family: 'Brothers';
  font-weight: 700;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #101010;
}
.post-content p {
  float: left;
  width: 100%;
  color: #101010;
  margin-bottom: 30px;
}
.page-template-tpl-about .header-area::after {
  display: none;
}
.about-head h2 {
  font-family: 'Brothers';
  font-weight: 700;
  font-size: 8vw;
  line-height: 118px;
}
.col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  box-shadow: 2px 0px 11px 8px rgba(0,0,0,0.18);
  -webkit-box-shadow: 2px 0px 11px 8px rgba(0,0,0,0.18);
  -moz-box-shadow: 2px 0px 11px 8px rgba(0,0,0,0.18);
}
.about-left {
  background: #009999;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.about-left h3 {
  font-family: 'Brothers';
  font-weight: 700;
  font-size: 36px;
}
.about-right {
  background: #fff;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 40px;
  color: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-right p {
  margin: 15px 0;
}
.blog-first .beer-pol, blog-mid .beer-pol {
  box-shadow: 2px 0px 11px 8px rgba(0,0,0,0.18);
  -webkit-box-shadow: 1px 0px 6px 2px rgba(0,0,0,0.40);
  -moz-box-shadow: 2px 0px 11px 8px rgba(0,0,0,0.18);
}
.founder-area {
  padding: 75px 155px 75px 155px;
  width: 100%;
  background-image: url(../images/founder-bg.jpg);
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  min-height: 575px;
  margin-top: 50px;
  background-size: cover;
}
.founder-area p {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.founder-area span {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 3px;
}
.about-bl-item {
  background: #143F6A;
  padding: 70px 0;
  float: left;
  width: 100%;
  min-height: 1000px;
}
.red-ribbon {
  position: absolute;
  left: 0;
  top: 100px;
  width: 76.5%;
}
.ribbon h3 {
  font-family: 'Brothers';
  font-weight: 700;
  font-size: 36px;
}
.ribbon {
  font-size: 16px !important;
  width: 100%;
  position: relative;
  background-color: #CF0A2C;
  color: #fff;
  text-align: center;
  padding: 0.99em 2em;
  margin: 2em auto 3em;
  z-index: 10;
}
.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border: 41px solid #CF0A2C;
  z-index: 1;
}
.ribbon::before {
  left: -42px;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.ribbon::after {
  right: -42px;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #CF0A2C transparent transparent transparent;
  bottom: -1em;
}
.ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}
.ab-para {
  float: left;
  width: 80%;
  margin-top: 200px;
}
.position-item {
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 10;
  text-align: right;
}
.position-item img {
  width: 95%;
}
.about-blue {
  background: #2A78AD;
  padding: 15px;
  float: left;
  width: 100%;
  margin-top: 100px;
}
.about-blue-inn {
  border: solid 3px #fff;
  padding: 5% 20%;
}
.position-ABS {
  position: absolute;
  left: -150px;
  top: -50px;
}
.year-progress {
  float: left;
  width: 100%;
  margin: 100px 0 100px;
}
.year-item {
  float: left;
  width: 20%;
  padding: 0 2%;
  border-left: solid 1px #fff;
  color: #fff;
  text-align: center;
}
.year-progress .year-item:first-child {
  border: none;
}
.year-item p {
  font-size: 14px;
}
.year-item span {
  font-size: 34px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.shipyard-fam {
  float: left;
  width: 100%;
  padding: 70px 0;
}
.fam-rib .ribbon:after, .fam-rib .ribbon:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border: 41px solid #009999;
  z-index: 1;
}
.fam-rib .ribbon::before, .fam-rib .ribbon::before {
  left: -42px;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.fam-rib .ribbon::after, .fam-rib .ribbon::after {
  right: -42px;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
.fam-rib .ribbon .ribbon-content:before, .fam-rib .ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #009999 transparent transparent transparent;
  bottom: -1em;
}
.fam-rib .ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}
.fam-rib .ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}
.fam-rib .ribbon {
  background-color: #009999;
  padding: 0.98em 2em;
}
.fam-rib {
  display: block;
  width: 100%;
  position: relative;
  margin-top: -143px; /* Default for large screens */
}

@media (max-width: 1360px) {
  .fam-rib {
    margin-top: -70px;
  }
}

@media (max-width: 992px) {
  .fam-rib {
    margin-top: -70px;
  }
}

@media (max-width: 768px) {
  .fam-rib {
    margin-top: 0px;
  }
}

@media (max-width: 576px) {
  .fam-rib {
    margin-top: 0; /* No negative margin on mobile */
  }
}
.partner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 180px;
}
.row.brand-row {
  position: relative;
}
.word_animated_text {
  text-align: center;
  display: inline-block;
  width: 100%;
}
span.main_title_animated1 {
  display: inline-block;
  vertical-align: top;
}
.word_animated_main {
  display: inline-block;
  text-align: center;
  float: left;
  position: absolute;
  left: 0;
  top: 150px;
  -webkit-transition: width 9s ease-in-out;
  -moz-transition: width 9s ease-in-out;
  -o-transition: width 9s ease-in-out;
  transition: width 9s ease-in-out;
  width: 100%;
}
.word_animated {
  display: none;
}
.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}
.word_animated_text .letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.word_animated_text .letter.behind {
  transform: rotateX(-90deg);
}
.word_animated_text .letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
span.main_title_animated {
  margin-right: 0;
  display: inline-block;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.footer-right {
  float: right;
}
.read_more_next .bu-org {
  margin: 30px 0 0;
}
.flag-menu #menu-flag-menu li:first-child a {
  padding-left: 0;
}
.flag-menu .menu-image-title-after.menu-image-title {
  font-size: 14px;
}
.im-item figcaption {
  font-size: 26px;
  margin-bottom: 1px;
  font-family: 'Brothers';
  font-weight: 700;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  color: #154373;
}
.im-item:hover figcaption {
  color: #c30020;
}

.prd-case.about-owner .founder-area p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

#founder-quote{
    font-size: 22px !important;
    font-style: italic;
}

.prd-case.about-owner .founder-area h3 {
  font-size: 36px;
  margin-bottom: 25px;
  letter-spacing: 5px;
  font-family: 'Brothers';
  font-weight: 700;
}
.prd-case.about-owner .founder-area {
  margin-top: 0;
}
video#shipyardVideo{
  position: absolute;
    width: 100%;
    height: 100%;
    display: none;
  object-fit: cover; 
}
.home_banner_video_preview {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    top: 85px;
}

.gwt-CheckBox [type="checkbox"]:checked,
.gwt-CheckBox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.gwt-CheckBox [type="checkbox"]:checked + label,
.gwt-CheckBox [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #002977;
}
.gwt-CheckBox [type="checkbox"]:checked + label:before,
.gwt-CheckBox [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #002366;
    border-radius: 2px;
    background: #fff;
}
.gwt-CheckBox [type="checkbox"]:checked + label:after,
.gwt-CheckBox [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #002366;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gwt-CheckBox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.gwt-CheckBox [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.notes-Fred {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  color: #2F2F2F;
  margin-top: 15px;
}
.notes-Fred h4 {
  float: left;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  color: #2F2F2F;
  margin: 10px 0 5px;
}
.gwt-CheckBox {
  float: left;
  width: 100%;
}
.menu-sdv {
  padding: 0 !important;
}
.portfolio-section.menu-sdv #filters {
  margin-bottom: 0 !important;
}
.ship-seprater {
  border-bottom: dashed 3px #2F2F2F;
  margin: 50px 0;
}
.item-full img {
  width: 100%;
}
.h3-border {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 2px;
  color: #2F2F2F;
  font-family: 'Brothers';
  width: 100%;
  padding-bottom: 7px;
  border-bottom: dashed 2px #2f2f2f;
  margin-bottom: 40px;
}

.food-MN {
  float: left;
  width: 100%;
  border-bottom: solid 1px #EFCC93;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.food-MN h4 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}
.tag-h5 {
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 30px 0;
  color: #2F2F2F;
}
.bg-Orange .food-para {
  margin-left: 0;
}
.bg-Orange .food-para p {
  font-size: 14px !important;
}
.bg-Orange .food-para strong, #drinks .food-para strong {
  display:block;
}
#drinks .food-para p {
  font-size: 14px !important;
  color: #2F2F2F;
  border-top: solid 1px #2f2f2f;
  padding-top: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 15px;
  border-bottom: none;
}
#drinks .food-para {
  margin-left: 0 !important;
}
#drinks .tag-h5 {
  color: #EF603D;
  margin-bottom: 0;
}
.bg-Orange .tag-sep {
  width: 100%;
  margin: 50px auto 0;
  border-bottom: dashed 2px #2F2F2F;
  max-width: 220px;
  display: block;
}
 

  /* GROWLER SECTION */
.clubBenefits {
  color: white;
  text-align: center;
  padding:12px 0;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom:2px solid #6788ab;
  font-size: 22px;
  letter-spacing: 2px;
}
.clubDetail {
  text-align: center;
  color:white;
  border-bottom:2px solid #6788ab;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.clubBenefits.lastBenefit, .clubBenefits.withDetail {
  border-bottom:none;
  padding:10px 0 0;
  margin:0;
}
.growler-section {
  background-color: #00acc8;
  background-image: url('http://new.shipyard.com/wp-content/themes/bb-theme-child/images/dott-bg-mug-club-rev.jpg');
  padding: 30px 30px 50px;
  float: left;
  width: 100%;
}
.growler-promo {
  padding:40px;
  background-color:#154475;
  margin-bottom:30px;
}
.growler-promo h2 {
  color: white;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 28px;
}
.growler-promo p {
    font-size: 18px;
    color: white;
    padding-top: 5px;
    padding-left: 10px;
}
.growler-promo .col-lg-4, .growler-promo .col-md-4 {
  border-right: 4px solid white;
}
.clubLogo {
  margin: 0 auto -30px;
  width: 50%;
  display: block;
  max-width: 600px;
}
.joinBadge {
    position: absolute;
    width: 200px;
    right: 0;
    top: 5%;
}
.priceBadge {
    position: absolute;
    width: 200px;
    left: 0;
    top: 5%;
}

.join-club{
    background: #ffffff;
    font-size: 25px;
    width: 320px;
    height: auto;
    padding: 15px 15px 13px;
    margin: 30px 0;
    color: #009999;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-content: center;
}















/*** Media CSS Start Here ***/ 


 @media screen and (max-width:1700px) {
.position-item img {
  width: 90%;
  float: right;
}
.position-ABS {
  left: -80px;
}
.position-ABS img {
  width: 80%;
}
}
 @media screen and (max-width:1700px) {
.position-item img {
  width: 80%;
  float: right;
}
}
 @media screen and (max-width:1500px) {
.position-item img {
  width: 70%;
  float: right;
}
}
 @media screen and (max-width:1450px) {
.socail_icon {
  margin-left: 0;
}
}
 @media screen and (max-width:1360px) {
.center-can {
  width: 280px;
}
.position-item {
  display: none;
}
.red-ribbon {
  top: 20px;
}
.ab-para {
  width: 100%;
  margin-top: 100px;
}
.position-ABS {
  position: inherit;
  left: inherit;
  top: inherit;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 20px 0;
}
.about-blue-inn {
  border: solid 3px #fff;
  padding: 20px;
  text-align: center;
}
.about-blue-inn p:last-child {
  margin-bottom: 0;
}
.year-progress {
  margin: 50px 0 50px;
}
.fam-rib {
  top: 0;
}
.shipyard-fam {
  padding: 30px 0;
}
.row.brand-row {
  top: 0;
}
.about-bl-item {
  padding: 30px 0;
  min-height: auto;
}
.ab-para {
  margin-top: 0;
}
.ribbon {
  margin: 0 auto 3em;
}
.about-blue {
  margin-top: 20px;
}
.ribbon {
  width: 90%;
}
.position-ABS img {
  width: auto;
}
.red-ribbon {
  position: inherit;
  width: 100%;
}
}
 @media screen and (max-width:1280px) {
.container {
  width: 100%;
}
.fl-page-footer-widgets-container.container {
  width: 100%;
  padding: 30px 15px !important;
}
.fl-page-footer-container.container {
  width: 100%;
}
.fl-post-slider-navigation .slider-next {
  right: 5px;
}
.fl-post-slider-navigation .slider-prev {
  left: 5px;
}
.fl-page-nav-search .socail_icon {
  display: none;
}
.fl-page-nav-wrap {
  margin-left: -15px !important;
}
.header-area h1 {
  font-size: 60px;
}
.fd-Inn {
  font-size: 18px;
}
.alert-bar {
  padding: 25px 20px;
}
.alert-bar span {
  font-size: 15px;
}
.gear-section {
  background-size: cover;
}
.split-left h2 {
  font-size: 58px;
}
.split-left h3 {
  font-size: 34px;
}
.visit-checkout {
  background-size: cover;
}
}
@media screen and (max-width:1150px) {
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
  font-size: 12px;
}
.title-feature {
  position: inherit;
  height: 70px;
  width: 100%;
}
.title-feature h2 {
  writing-mode: inherit;
  text-orientation: inherit;
}
.blog-first {
  padding: 100px 0 40px;
  background: #10334C;
}
.blog-mid {
  padding: 30px 0;
}
}
 @media screen and (max-width:1080px) {
.fl-page-header-container.container {
  max-width: 100% !important;
}
.sp-para {
  font-size: 16px;
}
}
 @media screen and (max-width:991px) {
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
  border: solid 1px transparent;
}
.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled .fl-offcanvas-close {
  font-size: 22px;
  padding: 10px 15px;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
  padding: 15px;
}
.fl-page-header {
  border-bottom: solid 1px #72687f;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse .fl-page-nav-search {
  display: block !important;
}
.fl-page-header-container.container {
  max-width: 100% !important;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
  padding-bottom: 20px !important;
}
.fl-page-nav-wrap {
  border: none !important;
  margin-top: 0;
}
.fl-col-small {
  max-width: 100% !important;
}
.fl-page-header {
  border: none;
}
.fl-page-header-primary .fl-logo-img {
  height: auto;
}
.fl-page-nav .navbar-nav li > a {
  padding: 15px 10px;
}
.hero_Section .fl-row-content-wrap {
  margin-top: 0 !important;
}
.fl-page-nav {
  background: top !important;
  border-top: solid 1px #222;
  margin-top: 0 !important;
  padding: 15px 0;
}
.fl-page-header {
  background: #101010 !important;
}
.hero_Section .fl-row-content-wrap {
  padding-top: 0;
}
.fl-page-nav-right .fl-page-nav-search a.fa-search {
  position: absolute;
  right: 13px;
  top: 3px;
}
.home .fl-page-nav-right {
  display: block;
}
.f-menu li {
  float: none;
  display: inline-block;
}
.f-menu {
  float: none;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.socail_icon {
  float: none;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.f-menu li a {
  font-size: 15px;
  display: inline-block;
  margin: 5px 10px;
  text-transform: uppercase;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav .menu-button a {
  line-height: 22px;
}
.fl-page-nav-right .fl-page-nav ul.navbar-nav > li {
  margin: 0 10px;
}
.header-area {
  margin-top: 0;
}
.split-left {
  padding-right: 0;
  width: 100%;
  background: none;
  margin-top: 30px;
}
.center-can {
  width: 260px;
  position: inherit;
  transform: inherit;
  margin: 0 auto;
}
.npr_pic {
  position: inherit;
  width: 80%;
  margin-top: 30px;
}
.split-right {
  width: 100%;
  display: none;
}
.split-Row {
  min-height: auto;
  flex-direction: column;
/*  background-color: #449AD3; Troy 4-8-2025*/
  background-color: #ddb033;
/*  background-image: linear-gradient(-120deg, #449AD3, #09568F); Troy 4-8-2025*/
  padding: 60px 20px;
}
.hour-bar-content {
  flex-direction: column;
}
.insta-section h3 {
  margin-right: 0;
}
.insta-section h4 {
  margin: 10px 0;
}
.fd-Inn {
  font-size: 14px;
}

.alert-left {
  width: 100%;
  text-align: center;
}
.alert-right {
  float: right;
  width: 100%;
}
.alert-bar .alert-right .alert-lt-inn {
  justify-content: center;
  margin-top: 20px;
  flex-direction: column;
}
.alert-bar .bu-org {
  margin: 19px 0 0;
}
.hm-vs-content h2 {
  font-size: 32px;
}
.sp-pipe {
  display: none;
}
.sp-para {
  font-size: 16px;
  margin: 5px 0;
}
.hour-bar .bu-org {
  margin: 15px 0 0;
}
.nmp-left {
  flex-direction: column;
}
.nmp-right {
  margin-left: 0;
}
.dv-beer {
  padding: 30px 0 70px;
}
.row-center {
  flex-direction: column;
}
.beer-item {
  align-items: center;
  margin-bottom: 30px;
}
.beer-mid-left {
  font-size: 28px;
  text-align: center;
}
.beer-mid-right {
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}
.beer-mid {
  padding: 70px 0 40px;
}
.sme-beer h3 {
  font-size: 28px;
  line-height: 34px;
}
.beer-bottom .beer-mid-left {
  padding: 25px 15px;
  margin-right: 0;
}
.beer-bottom {
  padding: 40px 0
}
.food-para {
  margin: 50px 0 0;
}
.page-template-tpl-visit-php .split-Row {
  background-color: #D2202F;
  background-image: linear-gradient(-120deg, #D2202F, #D2202F);
}
.alert-bar.visit-alert h3 {
  margin-right: 0;
}
.visit-bottom {
  background-size: cover;
}
.fa-two {
  font-size: 18px !important;
  margin: 0 10px;
}
.fa-one {
  font-size: 14px !important;
  margin: 0 10px;
}
.portfolio-section #filters li {
  border-left: 0;
  border-bottom: solid 1px #fff;
}
.ribbon::before, .ribbon::after {
  display: none;
}
.ribbon {
  width: 95%;
}

.red-ribbon {
  position: inherit;
  left: 0;
  top: 0;
  width: 100%;
}
.fam-rib .ribbon::after, .fam-rib .ribbon::before {
  display: none;
}
.ribbon {
  margin: 0 auto 1em;
}
#drinks .food-para {
  margin-top: 0;
}
.bg-Orange .food-para {
  margin-top: 0;
}
}
 @media screen and (max-width:767px) {

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav ul.sub-menu li a:before {  
    content: none;
}
.fl-page-nav-right .fl-page-header-container {
  padding-bottom: 10px;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
  right: 15px !important;
  top: 30px !important;
}
h1.fl-heading {
  font-size: 28px !important;
}
h2.fl-heading {
  font-size: 24px !important;
}
h3.fl-heading {
  font-size: 20px !important;
}
.fl-page-nav-right .fl-page-nav ul.navbar-nav > li {
  margin: 0;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
  border-bottom: none;
  padding: 10px 15px !important;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:hover, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a:focus, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-item > a {
  color: #CF0A2C !important;
}
.fl-offcanvas-close {
  margin-top: 10px !important;
}
.fl-offcanvas-close:hover i, .navbar-toggler:hover i {
  color: #CF0A2C !important;
}
.fl-page-header-container.container {
  max-width: 100% !important;
}
.fl-page-header-container.container {
  max-width: 100% !important;
}
.display_content h1 {
  font-size: 34px !important;
  line-height: 46px;
  margin-top: 0 !important;
}
.fl-page-footer-widgets-row .fl-widget {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.fl-page-footer-widgets-container.container {
  padding: 30px 15px 0 !important;
}
.fl-page-footer-text.fl-page-footer-text-1 {
  padding-bottom: 10px;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li {
  border-color: #434854;
}
.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled header[class*=" fl-page-nav-toggle-visible-"].fl-page-header .fl-nav-offcanvas-collapse {
  border: none;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile .fl-page-header-logo {
  text-align: left;
  margin-right: 0;
}
.fl-page-nav {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.hero_Section p br {
  display: none;
}
.fl-nav-mobile-offcanvas.fl-responsive-nav-enabled header[class*=" fl-page-nav-toggle-visible-"].fl-page-header .fl-nav-offcanvas-collapse {
  background-color: #101010 !important;
}
.lang-Menu a:hover .menu-image-title-below {
  color: #CF0A2C !important;
}
.fl-page-nav .navbar-nav li > a {
  font-size: 14px;
}
.fl-row-full-height.hero_Section .fl-row-content-wrap {
  min-height: 50vh !important;
}
.fl-post-slider-navigation .slider-prev {
  left: 5px;
}
.fl-post-slider-navigation .slider-next {
  right: 5px;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li ul.sub-menu {
  padding: 0;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-nav-collapse ul.navbar-nav {
  margin-top: 45px;
  border-top: solid 1px #434854;
}
.fl-page-nav-search a {
  padding: 10px !important;
}
.fl-page-nav-right .fl-page-nav-search a.fa-search {
  right: 0;
  top: 0;
}
.fl-page-nav-search form {
  width: 250px;
  padding: 10px;
}
.number-widget {
  margin-top: 0;
}
.number-widget .text {
  margin-bottom: 0;
}
.fl-page-footer-text {
  padding-bottom: 0;
}
.fl-rich-text p br {
  display: none;
}
.fl-404 .fl-post-header h2 {
    color: #454545;
}
.footer-logo {
  margin-bottom: 20px;
}
.logo-widget .text {
  margin-bottom: 20px;
}
.fl-post-grid-post {
  margin-bottom: 25px !important;
}
.sp_1, .email-tag, .footer_Menu li a, .address_text {
  font-size: 14px;
}
.footer_Menu li a:hover {
  color: #ffffff !important;
}
.fl-page-header-container {
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer-text a img {
  width: 230px;
}
.onepress-menu {
  height: auto;
}
.fl-page-nav-bottom .fl-page-header-content .fl-page-header-text {
  margin: 0;
}
.fl-page-nav-toggle-icon.fl-page-nav-bottom .fl-page-header-content {
  background: #fafafa;
  padding: 10px;
  border: none;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
  padding-bottom: 0 !important;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav .menu-button a {
  text-align: center !important;
  margin: 10px auto;
}
.fd-bar .row .col-sm-4 {
  border-left: none;
}
.header-area h1 {
  font-size: 44px;
}
.split-left h2 {
  font-size: 9vw;
}
.split-left h3 {
  font-size: 24px;
}
.insta-section h3 {
  font-size: 30px;
}
.insta-section h4 {
  font-size: 18px;
}
.fd-bar .row .col-sm-4 {
  border-left: none;
  border-top: solid 1px #fff;
}
.fd-bar .row .col-sm-4:first-child {
  border-left: none;
  border-top: 0;
}
.beer-mid-left {
  font-size: 26px;
}
.sme-beer h3 {
  font-size: 26px;
}
.button-center {
  padding: 0 15px;
}
.nmp-left {
  text-align: center;
}
.nmp-left h3, .nmp-right h3 {
  font-size: 26px;
}
.nmp-right h3 {
  font-size: 20px;
}
.mid-video {
  height: 400px;
}
.beer-item {
  margin: 0;
}
.beer-finder {
  font-size: 24px;
}
.portfolio-section #portfoliolist .portfolio {
  width: 100%;
}
.checkour-paras {
  padding-left: 0;
  margin-top: 30px;
}
.weekly-cv .row-center {
  top: 0;
}
.weekly-cv {
  padding: 40px 0 40px;
}
.visit-checkout {
  padding: 50px 0 50px;
  /*display: none;*/
  /*opacity: 0;*/
}
.weekly-cv .pos-all-content {
  top: 0;
}
.food-dv {
  margin-top: 50px;
}
.visit-bottom .gear-content h3 {
  font-size: 34px;
}
.visit-bottom {
  padding: 40px 0;
}
.visit-bottom .gear-content p {
  font-size: 18px;
}
.visit-bottom .gear-content p br {
  display: none;
}
.food-para h3 {
  font-size: 30px;
}
.contact_form {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.contact-left h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.title-feature h2 {
  font-size: 36px;
}
.bar-blue .hour-bar-content h3 {
  margin-right: 0;
}
.about-left h3 {
  font-size: 25px;
}
.about-left, .about-right {
  padding: 30px;
}
.founder-area p {
  font-size: 22px;
}
.founder-area span {
  font-size: 22px;
}
.ribbon h3 {
  font-family: 'Brothers';
  font-weight: 700;
  font-size: 24px;
}
.brothers {
  font-family: 'Brothers';
}
.year-item span {
  font-size: 32px;
}
.im-item {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}
.prd-case.about-owner .founder-area h3 {
  font-size: 30px;
}
.word_animated_main {
  top: 120px;
}
.item-full {
  margin-bottom: 15px;
}
.ship-seprater {
  margin: 25px 0;
}
.beer-mid.bg-Orange {
  padding: 30px 0 !important;
}
.bg-Orange .tag-sep {
  margin: 30px auto 0;
}
#ontap {
  padding-bottom: 30px !important;
}
}
@media screen and (max-width:952px) {
h1.word_animated_text {
  font-size: 50px;
}
}
@media screen and (max-width:810px) {
h1.word_animated_text {
  font-size: 45px;
}
}
@media screen and (max-width:700px) {
h1.word_animated_text {
  font-size: 42px;
}
}
 @media screen and (max-width:640px) {
h1.word_animated_text {
  font-size: 35px;
}
.col-container {
  flex-direction: column;
}
.about-left, .about-right {
  flex: inherit;
  width: 100%;
}
.about-right p {
  margin: 6px 0;
}
.year-item {
  width: 100%;
  border: none;
  border-top: solid 1px #fff;
  padding: 15px;
}
.year-progress {
  margin: 25px 0 0;
}
.prd-case.about-owner .founder-area span {
  font-size: 14px;
}
.founder-area {
  padding: 70px 30px;
}
}
 @media screen and (max-width:550px) {
h1.word_animated_text {
  font-size: 30px;
}
.prd-case.about-owner .founder-area {
  background-position: right center;
}
}
 @media screen and (max-width:540px) {
h1.word_animated_text {
  font-size: 26px;
}
.beer-item {
  display: inline-block;
  text-align: center;
}
.beer-item img {
  margin: 20px auto;
  display: block;
}
.beer-para h4 {
  font-size: 18px;
}
.beer-para .sp-p1 {
  font-size: 15px;
  float: left;
  width: 100%;
  margin: 10px 0;
}
.sp-p1 {
  font-size: 16px;
}
.portfolio-section #filters li a {
  font-size: 32px;
}
.food-para h3 {
  font-size: 26px;
}
.vis-info span {
  font-size: 18px;
}
.vis-info small {
  font-size: 16px;
}
.visit-bottom .gear-content h3 {
  font-size: 28px;
}
.flag-menu ul#menu-flag-menu {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.flag-menu .fl-menu-mobile-toggle {
  display: none;
  opacity: 0;
}
.flag-menu #menu-flag-menu li:first-child a {
  padding-left: 14px;
}
}
 @media screen and (max-width:480px) {
.copy__text {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.header-area h1 {
  font-size: 38px;
}
.hm-vs-content h2 {
  font-size: 28px;
}
.gear-content figure {
  font-size: 28px;
}
h1.word_animated_text {
  font-size: 25px;
}
.word_animated_main {
  top: 70px;
}
}
@media screen and (max-width:420px) {
h1.word_animated_text {
  font-size: 21px;
}
}
 @media screen and (max-width:320px) {
h1.word_animated_text {
  font-size: 16px;
}}

.age-gate__headline {
    color: #30364d !important;
}