/*
Theme Name: Oliver & Bonacini - Biff's
Theme URI: http://oliverbonacini.com
Description: Child Theme for the Oliver & Bonacini Core
Author: Agency Dominion
Author URI: http://agencydominion.com
Template: ob-core
Version: 1.0
*/

body {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #2b2b2b;
}

a {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
a.biffs-cta {
  font-family: "copperplate", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: lowercase;
}
a:focus {
  color: inherit;
}
a:hover {
  color: #b30838;
}
h1,
.h1,
h1 > a {
  font-family: "Vast Shadow", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 58px;
  text-transform: uppercase;
}

h2,
.h2,
h2 > a {
  font-family: "gin", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  text-transform: uppercase;
}

h3,
.h3,
h3 > a {
  font-family: "gin", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
}

h4,
.h4,
h4 > a {
  font-family: "copperplate", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-transform: lowercase;
}

h5,
.h5,
h5 > a {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

h6,
.h6,
h6 > a {
  font-family: "garamond-premier-pro", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-variant: small-caps;
}

/* buttons */
.btn {
  font-family: "copperplate", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: lowercase;
  padding: 9px 23px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-transform: perspective(1000px) rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: perspective(1000px) rotate(0deg);
  z-index: 2;
  position: relative;
}
.btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.btn-default {
  background: none;
  color: #fff;
  border-style: solid;
  border-width: 7px 10px;
  -moz-border-image: url("images/border-box-dark.png") 14 repeat;
  -webkit-border-image: url("images/border-box-dark.png") 14 repeat;
  -o-border-image: url("images/border-box-dark.png") 14 repeat;
  border-image: url("images/border-box-dark.png") 14 fill repeat;
  box-shadow: none;
  -webkit-transition: border-image 0.3s;
  -moz-transition: border-image 0.3s;
  transition: border-image 0.3s;
}
.btn-default:after {
  border-style: solid;
  border-width: 7px 10px;
  -moz-border-image: url("images/border-box-dark-hover.png") 14 repeat;
  -webkit-border-image: url("images/border-box-dark-hover.png") 14 repeat;
  -o-border-image: url("images/border-box-dark-hover.png") 14 repeat;
  border-image: url("images/border-box-dark-hover.png") 14 fill repeat;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover {
  background: none;
  color: #fff;
  border-style: solid;
  border-width: 7px 10px;
  -moz-border-image: url("images/border-box-dark-hover.png") 14 repeat;
  -webkit-border-image: url("images/border-box-dark-hover.png") 14 repeat;
  -o-border-image: url("images/border-box-dark-hover.png") 14 repeat;
  border-image: url("images/border-box-dark-hover.png") 14 fill repeat;
  box-shadow: none;
}
.no-borderimage .btn-default,
.lt-ie9 .btn-default {
  border: none;
  background: #2b2b2b;
}
.no-borderimage .btn-default:hover,
.no-borderimage .btn-default:focus,
.no-borderimage .btn-default:active,
.no-borderimage .btn-default:active:hover,
.lt-ie9 .btn-default:hover,
.lt-ie9 .btn-default:focus,
.lt-ie9 .btn-default:active,
.lt-ie9 .btn-default:active:hover {
  border: none;
  background: #1e1e1e;
}
.btn-primary {
  background: none;
  color: #fff;
  border-style: solid;
  border-width: 6px 9px;
  -moz-border-image: url("images/border-box-red.png") 14 repeat;
  -webkit-border-image: url("images/border-box-red.png") 14 repeat;
  -o-border-image: url("images/border-box-red.png") 14 repeat;
  border-image: url("images/border-box-red.png") 14 fill repeat;
  box-shadow: none;
  -webkit-transition: border-image 0.3s;
  -moz-transition: border-image 0.3s;
  transition: border-image 0.3s;
}
.btn-primary:after {
  border-style: solid;
  border-width: 6px 9px;
  -moz-border-image: url("images/border-box-red-hover.png") 14 repeat;
  -webkit-border-image: url("images/border-box-red-hover.png") 14 repeat;
  -o-border-image: url("images/border-box-red-hover.png") 14 repeat;
  border-image: url("images/border-box-red-hover.png") 14 fill repeat;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background: none;
  border-color: transparent;
  color: #fff;
  border-style: solid;
  border-width: 6px 9px;
  -moz-border-image: url("images/border-box-red-hover.png") 14 repeat;
  -webkit-border-image: url("images/border-box-red-hover.png") 14 repeat;
  -o-border-image: url("images/border-box-red-hover.png") 14 repeat;
  border-image: url("images/border-box-red-hover.png") 14 fill repeat;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: transparent;
}
.no-borderimage .btn-primary,
.lt-ie9 .btn-primary {
  border: none;
  background: #b30838;
}
.no-borderimage .btn-primary:hover,
.no-borderimage .btn-primary:focus,
.no-borderimage .btn-primary:active,
.no-borderimage .btn-primary:active:hover,
.lt-ie9 .btn-primary:hover,
.lt-ie9 .btn-primary:focus,
.lt-ie9 .btn-primary:active,
.lt-ie9 .btn-primary:active:hover {
  border: none;
  background: #6e1626;
}
.btn-link {
  font-family: "copperplate", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: lowercase;
  background: none;
  padding: 0;
  border: none;
  margin-top: 0;
  color: #2d2d2d;
}
.btn-link:hover,
.btn-link:focus {
  color: #2d2d2d;
}

a.unii-listing-button {
  font-family: "copperplate", sans-serif;
  font-style: normal;
  box-shadow: none;
  -webkit-transform: perspective(1000px) rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: perspective(1000px) rotate(0deg);
  z-index: 2;
  position: relative;
  font-size: 16px !important;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 9px 23px !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: none !important;
  color: #fff !important;
  border-color: transparent !important;
  border-style: solid;
  border-width: 7px 10px;
  -moz-border-image: url("images/border-box-dark.png") 14 repeat;
  -webkit-border-image: url("images/border-box-dark.png") 14 repeat;
  -o-border-image: url("images/border-box-dark.png") 14 repeat;
  border-image: url("images/border-box-dark.png") 14 fill repeat;
  box-shadow: none;
  -webkit-transition: border-image 0.3s;
  -moz-transition: border-image 0.3s;
  transition: border-image 0.3s;
}
a.unii-listing-button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  border-style: solid;
  border-width: 7px 10px;
  -moz-border-image: url("images/border-box-dark-hover.png") 14 repeat;
  -webkit-border-image: url("images/border-box-dark-hover.png") 14 repeat;
  -o-border-image: url("images/border-box-dark-hover.png") 14 repeat;
  border-image: url("images/border-box-dark-hover.png") 14 fill repeat;
}
a.unii-listing-button:hover,
a.unii-listing-button:focus,
a.unii-listing-button:active,
a.unii-listing-button:active:hover {
  background: none !important;
  color: #fff !important;
  border-color: transparent !important;
  border-style: solid;
  border-width: 7px 10px;
  -moz-border-image: url("images/border-box-dark-hover.png") 14 repeat;
  -webkit-border-image: url("images/border-box-dark-hover.png") 14 repeat;
  -o-border-image: url("images/border-box-dark-hover.png") 14 repeat;
  border-image: url("images/border-box-dark-hover.png") 14 fill repeat;
  box-shadow: none;
}

.page-content .rte_text a {
  color: #b30838;
}
.page-content .rte_text h1 > a,
.page-content .rte_text h2 > a,
.page-content .rte_text h3 > a,
.page-content .rte_text h4 > a,
.page-content .rte_text h5 > a,
.page-content .rte_text h6 > a {
  color: inherit;
}
.form-control {
  color: #2b2b2b;
  background-color: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  height: 46px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 12px;
}

/* Main Menu */
.navbar-default .navbar-nav > li > a {
  font-family: "copperplate", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: lowercase;
  color: #111;
}

/* logo */
.home .main-logo img {
  width: 300px;
  height: 157px;
}
.main-logo img {
  width: 128px;
  height: 68px;
}

/* text slider */
.text-slider-content h4 > a {
  color: #b30838;
}
.text-slider-content h4 {
  position: relative;
  padding-bottom: 10px;
}
.text-slider-content h4:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: url("images/icon-notable-divider.png") no-repeat center center;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.text-slider-slide-detail p {
  font-size: 16px;
}

.notice-div h2,
.notice-div h3 {
  color: #f4f3ef;
}

/* Tabs */
.nav-tabs {
  border-bottom: none;
  text-align: center;
}
.nav-tabs > li {
  float: none;
  display: inline-block;
  margin: 0;
  z-index: 4;
}
.nav-tabs > li > a {
  font-family: "gin", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  text-transform: uppercase;
  color: #2b2b2b;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 5px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  border-color: transparent;
  background-color: transparent;
  color: #b30838;
}
.nav-tabs > li.active > a {
  position: relative;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: transparent;
  color: #b30838;
  border-color: transparent;
}
.tab-menu h5 {
  margin-bottom: 0;
  margin-top: 20px;
}
.tab-menu h5,
.tab-menu p {
  position: relative;
  padding-right: 35px;
  clear: both;
}
.tab-menu .no-padding p {
  padding-right: 0;
}
.tab-menu h5 > b,
.tab-menu p > b {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  float: right;
  margin-right: -33px;
}
.tab-menu h2 {
  position: relative;
}
.tab-menu h2:before,
.tab-menu h2:after {
  content: "";
  width: 100%;
  height: 24px;
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  background: url("images/menu-top-illustration.png") no-repeat top center;
}
.tab-menu h2:after {
  background: url("images/menu-bottom-illustration.png") no-repeat top center;
  top: auto;
  bottom: -30px;
}
.menu-highlight h3 {
  position: relative;
  padding: 27px 0 38px;
}
.menu-highlight h3:before,
.menu-highlight h3:after {
  content: "";
  width: 100%;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("images/menu-highlight-top.png") no-repeat top center;
}
.menu-highlight h3:after {
  background: url("images/menu-highlight-bottom.png") no-repeat top center;
  top: auto;
  bottom: 0;
}
.menu-hand-img {
  position: absolute;
  bottom: -60px;
  left: -130px;
}
.dropdown-menu {
  font-size: 16px;
}

/* Footer */
.footer {
  position: relative;
  margin-top: 100px;
}
.footer h3,
.footer h4,
.footer a {
  color: #f4f3ef;
}
.ad-layout-ob-brands-bar .ob-tagline a:hover {
  color: inherit;
}

/* Sign Up */
#mc_embed_signup_scroll .form-control {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background: #444;
  border: none;
  color: #eee;
  padding-left: 25px;
}
#mc_embed_signup_scroll .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #eee;
  text-transform: uppercase;
  font-size: 13px;
}
#mc_embed_signup_scroll .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
  text-transform: uppercase;
  font-size: 13px;
}
#mc_embed_signup_scroll .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
  text-transform: uppercase;
  font-size: 13px;
}
#mc_embed_signup_scroll .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #eee;
  text-transform: uppercase;
  font-size: 13px;
}
#mc-embedded-subscribe {
  background: none;
  color: #fff;
  border-style: solid;
  border-width: 6px 9px;
  -moz-border-image: url("images/border-box-red.png") 14 repeat;
  -webkit-border-image: url("images/border-box-red.png") 14 repeat;
  -o-border-image: url("images/border-box-red.png") 14 repeat;
  border-image: url("images/border-box-red.png") 14 fill repeat;
  box-shadow: none;
  -webkit-transition: border-image 0.3s;
  -moz-transition: border-image 0.3s;
  transition: border-image 0.3s;
}
#mc-embedded-subscribe:hover,
#mc-embedded-subscribe:focus {
  background: none;
  border-color: transparent;
  color: #fff;
  border-style: solid;
  border-width: 6px 9px;
  -moz-border-image: url("images/border-box-red-hover.png") 14 repeat;
  -webkit-border-image: url("images/border-box-red-hover.png") 14 repeat;
  -o-border-image: url("images/border-box-red-hover.png") 14 repeat;
  border-image: url("images/border-box-red-hover.png") 14 fill repeat;
  box-shadow: none;
}
.no-borderimage #mc-embedded-subscribe,
.lt-ie9 #mc-embedded-subscribe {
  border: none;
  background: #b30838;
}
.no-borderimage #mc-embedded-subscribe:hover,
.no-borderimage #mc-embedded-subscribe:focus {
  border: none;
  background: #6e1626;
}

/* Pattern Divider */
.dotted_end {
  width: 121px;
  height: 5px;
  display: inline-block;
  background: url("images/divider-dotted-end.png") no-repeat;
}
.dot_in_center {
  width: 236px;
  height: 5px;
  display: inline-block;
  background: url("images/divider-dot-in-center.png") no-repeat;
}
.dotted_line {
  width: 100%;
  height: 4px;
  display: inline-block;
  background: url("images/divider-dotted.png") repeat-x;
}
.white_dotted_line {
  width: 100%;
  height: 5px;
  display: inline-block;
  background: url("images/divider-white-dotted.png") repeat-x;
}
.decal {
  width: 100%;
  height: 47px;
  display: inline-block;
  background: url("images/divider-with-decal.png") no-repeat center center;
}
.small_decal {
  width: 28px;
  height: 17px;
  display: inline-block;
  background: url("images/divider-small-white-decal.png") no-repeat;
}
.ad-layout-ob-brands-bar hr {
  border-color: #666;
}

/* Flexslider controls */
.flex-direction-nav a {
  width: 36px;
  height: 36px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -5000px;
}
.flex-direction-nav a:before {
  display: none;
}
.flex-direction-nav a.flex-prev {
  background-image: url("images/icon-arrow-left.png");
}
.flex-direction-nav a.flex-next {
  background-image: url("images/icon-arrow-right.png");
  text-align: left;
}
/* Photoswipe controls */
.pswp__button--arrow--left:before {
  background-image: url("images/icon-arrow-left.png") !important;
  background-position: center center;
  background-size: auto;
  width: 36px;
  height: 36px;
  display: block;
  left: 0;
}
.pswp__button--arrow--right:before {
  background-image: url("images/icon-arrow-right.png") !important;
  background-position: center center;
  background-size: auto;
  width: 36px;
  height: 36px;
  display: block;
  right: 0;
}
.admin-bar .pswp__top-bar {
  top: 32px;
}
/* Inline slider controls */
.inline-slider-controls {
  position: absolute;
  bottom: 20px;
  left: 80px;
  width: 102px;
  height: 36px;
}
.inline-slider-controls.photoswipe {
  width: 128px;
}
.inline-slider-controls .flex-direction-nav a {
  top: 0;
  margin: 0;
  opacity: 0.6;
}
.inline-slider-controls .flex-direction-nav a.flex-prev {
  left: 0 !important;
}
.inline-slider-controls .flex-direction-nav a.flex-next {
  right: 0 !important;
}
.inline-slider-photoswipe-trigger {
  position: absolute;
  top: 0;
  left: 46px;
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -5000px;
  background: url("images/icon-plus.png") no-repeat center center;
  opacity: 0.6;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.inline-slider-photoswipe-trigger:hover {
  opacity: 0.9;
}
.inline-slider .inline-slide-content {
  position: absolute;
  bottom: 70px;
  left: 80px;
  width: 450px;
  padding: 10px 20px;
  background: none;
  color: #2d2d2d;
  border-style: solid;
  border-width: 6px 10px;
  -moz-border-image: url("images/border-box-white-opacity.png") 14 repeat;
  -webkit-border-image: url("images/border-box-white-opacity.png") 14 repeat;
  -o-border-image: url("images/border-box-white-opacity.png") 14 repeat;
  border-image: url("images/border-box-white-opacity.png") 14 fill repeat;
  -webkit-transform: perspective(1000px) rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: perspective(1000px) rotate(0deg);
}
.no-borderimage .inline-slider .inline-slide-content,
.lt-ie9 .inline-slider .inline-slide-content {
  border: none;
  background: #fff;
}
.inline-slide-content .col-sm-2,
.inline-slide-content .col-sm-8 {
  width: 100%;
}
.inline-slide-content .col-sm-offset-1 {
  margin-left: 0;
}
.inline-slider .inline-slide-content .inline-slide-cta {
  font-family: "copperplate", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: lowercase;
  background: none;
  padding: 0;
  border: none;
  margin-top: 0;
  color: #2d2d2d;
}
.inline-slide-content h5 {
  font-family: "copperplate", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #b30838;
  text-transform: lowercase;
}

/* Border Box */
.border-box-white {
  padding: 15px;
  background: none;
  color: #2d2d2d;
  border-style: solid;
  border-width: 6px 10px;
  -moz-border-image: url("images/border-box-white.png") 14 repeat;
  -webkit-border-image: url("images/border-box-white.png") 14 repeat;
  -o-border-image: url("images/border-box-white.png") 14 repeat;
  border-image: url("images/border-box-white.png") 14 fill repeat;
}
.no-borderimage .border-box-white,
.lt-ie9 .border-box-white {
  border: none;
  background-color: #fff;
}
.border-box-dark {
  padding: 15px;
  background: none;
  color: #fff;
  border-style: solid;
  border-width: 6px 10px;
  -moz-border-image: url("images/border-box-dark.png") 14 repeat;
  -webkit-border-image: url("images/border-box-dark.png") 14 repeat;
  -o-border-image: url("images/border-box-dark.png") 14 repeat;
  border-image: url("images/border-box-dark.png") 14 fill repeat;
  -webkit-transform: perspective(1000px) rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: perspective(1000px) rotate(0deg);
}
.no-borderimage .border-box-dark,
.lt-ie9 .border-box-dark {
  border: none;
  background-color: #2b2b2b;
}
.border-box-light {
  padding: 15px;
  background: none;
  color: #2b2b2b;
  border-style: solid;
  border-width: 6px 10px;
  -moz-border-image: url("images/border-box-light.png") 14 repeat;
  -webkit-border-image: url("images/border-box-light.png") 14 repeat;
  -o-border-image: url("images/border-box-light.png") 14 repeat;
  border-image: url("images/border-box-light.png") 14 fill repeat;
  -webkit-transform: perspective(1000px) rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: perspective(1000px) rotate(0deg);
}
.no-borderimage .border-box-light,
.lt-ie9 .border-box-light {
  border: none;
  background-color: #f4f3ef;
}
.border-box-grey {
  padding: 15px;
  background: none;
  color: #2b2b2b;
  border-style: solid;
  border-width: 6px 10px;
  -moz-border-image: url("images/border-box-grey.png") 14 repeat;
  -webkit-border-image: url("images/border-box-grey.png") 14 repeat;
  -o-border-image: url("images/border-box-grey.png") 14 repeat;
  border-image: url("images/border-box-grey.png") 14 fill repeat;
  -webkit-transform: perspective(1000px) rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: perspective(1000px) rotate(0deg);
}
.no-borderimage .border-box-grey,
.lt-ie9 .border-box-grey {
  border: none;
  background-color: #d8d9d7;
}
.border-box-red {
  padding: 15px;
  background: none;
  color: #fff;
  border-style: solid;
  border-width: 6px 10px;
  -moz-border-image: url("images/border-box-red.png") 14 repeat;
  -webkit-border-image: url("images/border-box-red.png") 14 repeat;
  -o-border-image: url("images/border-box-red.png") 14 repeat;
  border-image: url("images/border-box-red.png") 14 fill repeat;
  -webkit-transform: perspective(1000px) rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: perspective(1000px) rotate(0deg);
}
.no-borderimage .border-box-red,
.lt-ie9 .border-box-red {
  border: none;
  background-color: #b30838;
}

.border-box-red h2,
.border-box-red h3,
.border-box-red h4 {
  margin: 0;
}

/* Notification */
.ad-layout-notifications.ob_bar {
  background: #b30838;
}
.ad-layout-notifications.ob_bar:hover {
  background: #6e1626;
}
.no-touch .notifications-bar-items.flexslider:hover {
  background-color: #6e1626;
}
.notifications-bar-items.flexslider .slides .slide:after {
  display: none;
}
.ad-layout-notifications.ob_bar h6 {
  border-right: none;
  font-family: "copperplate", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  text-transform: lowercase;
}
.notifications-bar-controls .flex-direction-nav .flex-nav-prev {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.notifications-bar-controls .flex-direction-nav .flex-nav-next {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

/**
 * Notification : Popover
 */

.notifications-popover #mc_embed_signup_scroll .form-control {
  background: #e8e8e8;
  color: #2b2b2b;
  border: 1px solid #e8e8e8;
  padding-left: 12px;
}

.notifications-popover
  #mc_embed_signup_scroll
  .form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #2b2b2b;
}
.notifications-popover #mc_embed_signup_scroll .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #2b2b2b;
}
.notifications-popover #mc_embed_signup_scroll .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #2b2b2b;
}
.notifications-popover
  #mc_embed_signup_scroll
  .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2b2b2b;
}

/* modal */
.component.modal > .modal-component-inner {
  background: none;
}
.modal .border-box-white {
  padding: 0;
}
.modal .border-box-red {
  margin: -8px;
  margin-right: -11px;
}

/* Open Table */
h2.OT_feedTitle {
  font-family: "copperplate", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: lowercase;
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}
h2.OT_feedTitle:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: url("images/divider-dotted-end.png") no-repeat left top;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0.3;
}
#OT_defList dt,
#OT_defList dt,
#OT_defList dt {
  font-family: "copperplate", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: lowercase;
  margin-bottom: 2px;
}
#OT_defList dd input[type="text"],
#OT_defList dd select,
#OT_defList dd input[type="date"] {
  background-color: #a7374a;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
  color: #fff;
  display: block;
  height: 40px;
}
#OT_defList dd select {
  -webkit-appearance: none;
}
#dateDisplay {
  color: #fff;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background: #b30838;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background: #b30838;
}

.no-csstransitions #buyatab-frame {
  min-height: 1620px;
}

/* Blog, Single Post */
.ad-layout-post-toolbar > div {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #2b2b2b;
  font-family: "copperplate", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-variant: none;
}
.ad-layout-post-toolbar > .post-toolbar-categories:after {
  content: "\2022";
  display: block;
  position: absolute;
  top: 0;
  left: -14px;
}
.ad-layout-post-toolbar > .post-toolbar-author {
  margin-right: 2px;
}
.ad-layout-post-toolbar > .post-toolbar-date {
  margin-left: 2px;
}
.post-toolbar-categories a {
  font-family: "copperplate", sans-serif;
  text-transform: uppercase;
}
.ad-layout-social-sharing .social-sharing-title {
  text-transform: lowercase;
}

.ad-layout-post-toolbar .post-toolbar-categories > a.archive {
  color: #a94442;
}

.archive-message {
  border-top: 1px solid #ececec;
  padding: 25px 0 0;
  text-align: center;
  color: #a94442;
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .archive-message {
    max-width: 66%;
    margin-left: 17%;
  }
}

.archive-message .glyphicon {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -2px;
}

.content-roll-item.list .content-roll-item-wrap .post-toolbar-author,
.content-roll-item.list .content-roll-item-wrap .post-toolbar-categories {
  color: #c1c1c1;
}

.ajax-content-roll-container .content-roll-header {
  position: relative;
  border: none;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.content-roll-header:after {
  content: "";
  width: 100%;
  height: 47px;
  display: inline-block;
  background: url("images/divider-with-decal.png") no-repeat center center;
  position: absolute;
  bottom: -47px;
  left: 0;
}
.content-roll-filters {
  text-align: center;
}
.content-roll-item.list .content-roll-item-wrap {
  border: none;
}
.content-roll-item.list .content-roll-item-wrap:after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background: url("images/divider-grey.png") no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.red-on-hover h2 > a,
.red-on-hover h3 > a,
.red-on-hover h4 > a {
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.red-on-hover h2 > a:hover,
.red-on-hover h3 > a:hover,
.red-on-hover h4 > a:hover {
  color: #b30838;
  text-decoration: none;
}

/* instagram gallery */
.instagram-slider-modal-trigger.photoswipe-trigger {
  display: none;
}

.footer-worth-noting .carousel-slide-detail h3 {
  margin-top: 30px;
  margin-bottom: 35px;
}

/**
 * Carousel
 */

.carousel-slider-layout.flexslider[data-controls="direction"] {
  padding-bottom: 60px;
  margin-bottom: 30px;
}

.carousel-slider-layout .carousel-controls {
  width: 134px;
  height: 36px;
  margin-left: -67px;
}

.carousel-slider-layout .flex-direction-nav .flex-next,
.carousel-slider-layout.flexslider:hover .flex-direction-nav .flex-next {
  text-align: left;
}

.carousel-slider-layout .carousel-controls .flex-direction-nav a.flex-prev {
  background-image: url("images/icon-arrow-left-dark.png");
}

.carousel-slider-layout .carousel-controls .flex-direction-nav a.flex-next {
  background-image: url("images/icon-arrow-right-dark.png");
}

@media (max-width: 767px) {
  .carousel-slider-mobile-layout.flexslider {
    margin-bottom: 60px;
  }
  .carousel-slider-mobile-layout.flexslider .carousel-slide {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/*-----------------------------------------------------------*/
/* Responsive Breakpoints (copied from Bootstrap)
/*-----------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* This is the default viewport */
@media (max-width: 767px) {
  body {
    background: url("images/body-bg-mobile.jpg") repeat #f4f3ef;
  }
  h1,
  .h1,
  h1 > a {
    font-size: 32px;
    font-size: 6vw;
  }
  h2,
  .h2,
  h2 > a {
    font-size: 32px;
  }
  .mobile-heading-margin-top-0 h3 {
    margin-top: 0;
  }
  /* header */
  .header {
    position: relative;
  }
  .header:after {
    content: "";
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    border-style: solid;
    border-width: 6px 10px;
    -moz-border-image: url("images/border-box-white.png") 14 repeat;
    -webkit-border-image: url("images/border-box-white.png") 14 repeat;
    -o-border-image: url("images/border-box-white.png") 14 repeat;
    border-image: url("images/border-box-white.png") 14 fill repeat;
    -webkit-transform: perspective(1000px) rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: perspective(1000px) rotate(0deg);
    z-index: 1;
  }
  .no-borderimage .header:after,
  .lt-ie9 .header:after {
    border: none;
    background: #fff;
  }
  .navbar-brand > img {
    width: 128px;
  }
  .navbar-header {
    text-align: center;
  }
  .navbar-brand {
    float: none;
    display: inline-block !important;
    margin: 0 auto;
    height: 67px;
    padding: 0;
    margin-top: 8px;
    margin-bottom: -55px;
    z-index: 5;
    position: relative;
    margin-left: -48px;
  }
  .navbar-nav {
    padding-top: 50px;
  }
  .navbar-default .navbar-toggle {
    float: left;
    border-color: transparent;
    z-index: 5;
    position: relative;
    margin-bottom: 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #2b2b2b;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
  }
  /* masthead */
  #home-masthead {
    background-image: none !important;
    position: relative;
  }
  #home-masthead .ad-layout-single-image {
    margin-left: -15px;
    margin-right: -15px;
  }
  .text-slider-container {
    width: 80%;
    margin: 0 auto 50px;
  }
  /* border box */
  .border-box-mobile-fullwidth {
    margin-left: -15px;
    margin-right: -15px;
    border-left: 1px solid;
    border-right: 1px solid;
  }
  /* Nav tabs */
  .ad-layout-tabs-container {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .ad-layout-tabs-container:before {
    content: "";
    width: 100%;
    height: 49px;
    display: block;
    background: url("images/menu-top-decal-mobile.png") no-repeat center center;
    position: absolute;
    top: -38px;
    left: 0;
  }
  .tab-content {
    padding: 15px;
    border: solid 3px #d8d9d7;
    border-top: none;
    background: #f4f3ef;
  }
  .tab-content:after {
    content: "";
    width: 100%;
    height: 49px;
    display: block;
    background: url("images/menu-bottom-decal-mobile.png") no-repeat center
      center;
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: -1;
  }
  .tab-menu h5 {
    margin-top: 10px;
  }
  .nav-tabs > li > a {
    font-size: 24px;
  }
  .tab-menu h5,
  .tab-menu h5 > b,
  .tab-menu p > b {
    color: #363636;
    font-weight: 600;
  }
  .ad-layout-tabs-container .nav-tabs > li {
    text-align: left;
  }
  .ad-layout-tabs-container .nav-tabs > li > a {
    padding-left: 10px;
  }
  .ad-layout-tabs-container .nav-tabs > li.active {
    background: #b30838;
    color: #fff;
  }
  .ad-layout-tabs-container .nav-tabs,
  .ad-layout-tabs-container .nav-tabs > li > a {
    background: #2b2b2b;
  }
  .menu-special {
    border: none !important;
    color: #2b2b2b;
    padding: 0;
    margin: 0;
  }
  /* Footer */
  .footer .footer-mobile-menu {
    margin-bottom: 0;
  }
  .footer .border-box-grey {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .footer .footer-mobile-menu li {
    border-color: #c6c7c5;
  }
  .footer .footer-mobile-menu li a {
    font-size: 14px;
    text-transform: uppercase;
  }
  .footer img {
    margin: 0 auto 20px;
  }
  .mobile-col-sm-6 {
    width: 50%;
    float: left;
  }
  .mobile-clearfix {
    clear: both;
  }
  .ad-layout-mobile-quick-bar {
    background: #b30838;
  }
  #mobile-back-to-top {
    background-color: #b30838;
  }
  .ad-layout-mobile-quick-bar a {
    font-family: "copperplate", sans-serif;
    text-transform: lowercase;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    border-color: rgba(255, 255, 255, 0.3);
    padding: 0 18px;
  }

  .inline-slider .inline-slide-content {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
  }
  .inline-slider-controls {
    bottom: auto;
    top: 27%;
    left: 15px;
  }

  .simple-filter-group .simple-filter-term {
    font-family: "copperplate", sans-serif;
    font-style: normal;
    text-transform: lowercase;
    font-size: 14px;
    text-align: left;
    background: #2b2b2b;
    color: #fff;
  }
  .simple-filter-group .simple-filter-term > span {
    background: #2b2b2b;
    padding-left: 10px;
  }
  .simple-filter-group .simple-filter-term.active {
    background: #b30838;
    color: #fff;
  }
  .component.modal > .modal-component-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .modal .border-box-red {
    margin: 20px -11px -8px !important;
    padding: 0;
  }
  .modal .close {
    color: #000;
    margin-top: 5px;
    margin-right: 20px;
  }
  .footer-worth-noting .carousel-slider-mobile-layout.flexslider {
    margin-bottom: 40px;
  }
  .footer-worth-noting .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.9);
  }
  .flex-control-paging li a {
    background: rgba(255, 255, 255, 0.3);
  }
  .flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .footer-worth-noting .carousel-slider-mobile-layout.flexslider {
    padding-top: 30px;
  }
  .footer-worth-noting .carousel-slide {
    margin-left: 15px;
    margin-right: 15px;
  }
  #mc-embedded-subscribe {
    width: 100%;
    margin-top: 10px;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    min-width: 980px;
    background: url("images/body-bg.jpg") no-repeat center top #f4f3ef;
  }
  body.home {
    background: url("images/body-bg-home.jpg") no-repeat center top #f4f3ef;
  }
  .home .main-logo {
    top: -5px;
  }
  .main-logo {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .main-logo > a {
    display: inline-block;
    z-index: 5;
    position: relative;
  }
  #home-masthead {
    height: 686px;
    position: relative;
    z-index: 2;
  }
  .navbar-default .navbar-nav {
    z-index: 6;
    position: relative;
    margin: 10px auto 0;
    float: none;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 17px 12px;
    position: relative;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #666;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #2b2b2b;
  }
  .navbar-default .navbar-nav > li.active > a:before {
    content: "";
    width: 100%;
    height: 11px;
    display: block;
    background: url("images/icon-menu-star.png") no-repeat center center;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .home .navbar-default .navbar-nav > li.active > a:before {
    display: none;
  }
  /* social links */
  .ad-layout-social-links {
    float: right;
  }
  .ad-layout-social-links a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -5000px;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin: 5px 10px;
  }
  .ad-layout-social-links a:hover {
    opacity: 0.8;
  }
  .ad-layout-social-links a.twitter {
    background: url("images/icon-twitter.png") no-repeat center center;
  }
  .ad-layout-social-links a.instagram {
    background: url("images/icon-instagram.png") no-repeat center center;
  }
  .ad-layout-social-links a.facebook {
    background: url("images/icon-facebook.png") no-repeat center center;
  }

  .text-slider-slide-detail p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-special.border-box-red {
    padding: 0;
  }
  .menu-special {
    color: #fff;
    margin-left: -5.333333%;
    margin-right: -5.333333%;
    padding: 0 3.5%;
  }
  .border-box-frame {
    border-style: solid;
    border-width: 135px 10px;
    -moz-border-image: url("images/menu-frame.png") 135 10;
    -webkit-border-image: url("images/menu-frame.png") 135 10;
    -o-border-image: url("images/menu-frame.png") 135 10;
    border-image: url("images/menu-frame.png") 135 10 fill;
  }
  .no-borderimage .border-box-frame,
  .lt-ie9 .border-box-frame {
    border: solid 3px #d8d9d7;
    padding: 80px 0;
  }
  .icon-man {
    position: relative;
    margin-right: -70px;
    z-index: 9;
  }
  .nav-tabs > li.active > a:after {
    content: "";
    width: calc(100% - 24px);
    height: 5px;
    display: block;
    background: url("images/active-tab-underline.png") no-repeat center center;
    position: absolute;
    bottom: 4px;
    left: 12px;
  }
  .footer:before {
    content: "";
    width: 100%;
    height: 45px;
    display: block;
    position: absolute;
    top: -44px;
    left: 0;
    background: url("images/footer-top.png") no-repeat center top;
  }
  /* scroll menu */
  #scroll-menu:after {
    content: "";
    width: 100%;
    height: 32px;
    display: block;
    position: absolute;
    bottom: -16px;
    left: 0;
    border-style: solid;
    border-width: 7px 10px;
    -moz-border-image: url("images/border-box-dark.png") 14 repeat;
    -webkit-border-image: url("images/border-box-dark.png") 14 repeat;
    -o-border-image: url("images/border-box-dark.png") 14 repeat;
    border-image: url("images/border-box-dark.png") 14 fill repeat;
    -webkit-transform: perspective(1000px) rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: perspective(1000px) rotate(0deg);
    z-index: -1;
  }
  .no-borderimage #scroll-menu:after,
  .lt-ie9 #scroll-menu:after {
    border: none;
    background: #2b2b2b;
  }
  .admin-bar #scroll-menu {
    top: 31px;
  }
  #scroll-menu img {
    width: 128px;
    margin: 15px auto 0;
  }
  #scroll-menu .dropdown-button-toggle .icon-bar {
    background: #fff;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  #scroll-menu .dropdown-button-toggle:hover {
    border-color: transparent;
  }
  #scroll-menu .dropdown-button-toggle:hover .icon-bar,
  #scroll-menu .open .dropdown-button-toggle .icon-bar {
    background: #fff;
  }
  #scroll-menu .dropdown-button-toggle {
    margin-top: 30px;
  }
  #scroll-menu .dropdown-menu:before {
    border-color: #f3f4ef;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  #scroll-menu .dropdown-menu {
    background: #f3f4ef;
  }
  #scroll-menu .dropdown-menu > li > a {
    color: #2b2b2b;
  }
  #scroll-menu .dropdown-menu > li > a:hover,
  #scroll-menu .dropdown-menu > li > a:focus {
    background: none;
    color: #2b2b2b;
  }

  .simple-filter-group .simple-filter-term {
    font-family: "copperplate", sans-serif;
    font-style: normal;
    text-transform: lowercase;
    margin-left: 10px;
    padding: 0px;
    background: none;
    color: #fff;
    border-style: solid;
    border-width: 6px 12px;
    -moz-border-image: url("images/border-box-dark.png") 14 repeat;
    -webkit-border-image: url("images/border-box-dark.png") 14 repeat;
    -o-border-image: url("images/border-box-dark.png") 14 repeat;
    border-image: url("images/border-box-dark.png") 14 fill repeat;
    -webkit-transition: border-image 0.3s;
    -moz-transition: border-image 0.3s;
    transition: border-image 0.3s;
    -webkit-transform: perspective(1000px) rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: perspective(1000px) rotate(0deg);
  }
  .no-borderimage .simple-filter-group .simple-filter-term,
  .lt-ie9 .simple-filter-group .simple-filter-term {
    border: none;
    background: #2b2b2b;
  }
  .simple-filter-group .simple-filter-term:hover,
  .simple-filter-group .simple-filter-term.active {
    background: none;
    color: #fff;
    border-style: solid;
    border-width: 6px 12px;
    -moz-border-image: url("images/border-box-red.png") 14 repeat;
    -webkit-border-image: url("images/border-box-red.png") 14 repeat;
    -o-border-image: url("images/border-box-red.png") 14 repeat;
    border-image: url("images/border-box-red.png") 14 fill repeat;
  }
  .no-borderimage .simple-filter-group .simple-filter-term:hover,
  .no-borderimage .simple-filter-group .simple-filter-term.active,
  .lt-ie9 .simple-filter-group .simple-filter-term:hover,
  .lt-ie9 .simple-filter-group .simple-filter-term.active {
    border: none;
    background: #b30838;
  }
  .footer-worth-noting .slides li .carousel-slide {
    padding-top: 10px;
  }
  .footer-worth-noting .slides li .carousel-slide-image {
    position: relative;
    display: block;
  }
  .footer-worth-noting .slides li .carousel-slide-image:after {
    content: "";
    width: 100%;
    background-image: url("images/worth-noting-frame.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .footer-worth-noting .slides li .carousel-slide-image:before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    border: solid 2px #81817f;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .footer-worth-noting .carousel-slider-layout.flexslider {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  #mc-embedded-subscribe {
    padding: 9px 20px 10px;
    width: 21%;
    margin-left: -10px;
    margin-top: -2px;
  }
  .mc-field-group {
    float: left;
    width: 80%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home .main-logo img {
    width: 508px;
    height: 261px;
  }
}
