/*
Theme Name: Storm Riders
*/
/* Used to convert PX to EMs for multiple properties or values or both.
	$base is an optional measurement that allows making measurements relative to the parent font size rather than the current. Also accepts a list of lists (instead a list of values) for properties that accept multiple lists of values. Only numbers of converted; everything else is passed through.

	Examples:

	@include scale(line-height, 30)
	@include scale(line-height, 30, 16)
	@include scale(width height, 125);
	@include scale(padding, 0 25, 16);
	@include scale(text-shadow, (#0d6e28 1 1) (#777 0 0 2), 16);
	@include scale(box-shadow, (inset 0 0 0 1 #2a9022) (inset 0 0 3 #459966), 16);
*/
/* Convert PX units to EMs.
	Ex: margin-right: pem(16);
*/
/* ==========================================================================
   Author - kenny Williams  // hirekenny.com.au
   ========================================================================== */
body {
  font-size: 1em;
  line-height: 1.4;
  padding: 0 1em 4em; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

img {
  border: none; }

a {
  text-decoration: none; }

ol, ul {
  margin: 0;
  padding: 0; }

body {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font: 15px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

.wrapper {
  max-width: 1140px;
  margin: 2em auto 3em;
  background-color: #fff;
  padding: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -ms-box-shadow: -4px 0px 7px -5px rgba(0, 0, 0, 0.3), 4px 0px 7px -5px rgba(0, 0, 0, 0.3), 0px 4px 7px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -4px 0px 7px -5px rgba(0, 0, 0, 0.3), 4px 0px 7px -5px rgba(0, 0, 0, 0.3), 0px 4px 7px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -4px 0px 7px -5px rgba(0, 0, 0, 0.3), 4px 0px 7px -5px rgba(0, 0, 0, 0.3), 0px 4px 7px -5px rgba(0, 0, 0, 0.3);
  box-shadow: -4px 0px 7px -5px rgba(0, 0, 0, 0.3), 4px 0px 7px -5px rgba(0, 0, 0, 0.3), 0px 4px 7px -5px rgba(0, 0, 0, 0.3); }

.wrapper img.header-tear {
  position: absolute;
  z-index: 10;
  top: -3px;
  left: 0px;
  width: 100%;
  height: 4px; }

/* ==========================================================================
   Grids
   ========================================================================== */
.grid-layout {
  margin-bottom: 20px;
  padding-bottom: 20px; }

.grid-layout .column {
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 2%; }

.grid-layout.grid-2 .column:nth-child(n+0) {
  clear: none;
  width: 50.5%;
  padding-left: 0.5%;
  padding-right: 0.5%; }
.grid-layout.grid-2 .column:nth-child(2n+0) {
  width: 50%;
  padding-right: 0; }
.grid-layout.grid-2 .column:nth-child(2n+1) {
  width: 50%;
  padding-left: 0;
  clear: both; }

@media screen and (max-width: 768px) {
  .grid-layout.grid-2:not(.manual) .column {
    width: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px; } }
.grid-layout.grid-3 .column:nth-child(n+0) {
  clear: none;
  width: 33.666666666667%;
  padding-left: 0.5%;
  padding-right: 0.5%; }
.grid-layout.grid-3 .column:nth-child(3n+0) {
  width: 33.166666666667%;
  padding-right: 0; }
.grid-layout.grid-3 .column:nth-child(3n+1) {
  width: 33.166666666667%;
  padding-left: 0;
  clear: both; }

@media screen and (max-width: 620px) {
  .grid-layout.grid-3:not(.manual) > .column:nth-child(n+0),
  .grid-layout.grid-3:not(.manual) > .column {
    width: auto;
    clear: none;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px; } }
.grid-layout.grid-5 .column:nth-child(n+0) {
  clear: none;
  width: 20.2%;
  padding-left: 0.5%;
  padding-right: 0.5%; }
.grid-layout.grid-5 .column:nth-child(5n+0) {
  width: 19.7%;
  padding-right: 0; }
.grid-layout.grid-5 .column:nth-child(5n+1) {
  width: 19.7%;
  padding-left: 0;
  clear: both; }

@media screen and (max-width: 900px) {
  .grid-layout.grid-5 .column:nth-child(n+0) {
    clear: none;
    width: 33.666666666667%;
    padding-left: 0.5%;
    padding-right: 0.5%; }
  .grid-layout.grid-5 .column:nth-child(3n+0) {
    width: 33.166666666667%;
    padding-right: 0; }
  .grid-layout.grid-5 .column:nth-child(3n+1) {
    width: 33.166666666667%;
    padding-left: 0;
    clear: both; } }
@media screen and (max-width: 480px) {
  .grid-layout.grid-5 .column:nth-child(n+0),
  .grid-layout.grid-5 .column {
    width: auto;
    clear: none;
    float: none;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 30px; } }
.grid-layout .row-group.last-row .column {
  padding-bottom: 0; }

/* ==========================================================================
   Theme Style + Colours
   ========================================================================== */
body {
  background: url(images/bg2.jpg) repeat 0 0;
  /* Background for Site */ }

html, button, input, select, textarea, a, ul.social-link a {
  color: #494d4e;
  /* General Body Text Color*/ }

.baseline p,
.baseline a,
.baseline a:visited {
  color: #82898b; }

.phone, #nav input[type=text], legend,
.main ul li:before, .main-container a:hover, cite,
.more:before, ol > li:before, ul.pagination li a.active, footer a:hover, .baseline a:hover, h4.show_hide:hover, h4.show_hide.active {
  color: #f38130;
  /* Feature Color*/ }

#nav ul li a:hover, #nav a.active, #nav a:hover, #nav ul a:hover, .feature-text-2 {
  color: #f38130;
  /* Feature Color #2*/ }

.phone {
  text-transform: uppercase;
  font-family: "bebasregular", Arial, Helvetica, sans-serif;
  color: #252525;
  font-size: 16px; }

.phone a {
  -ms-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #f38130; }

.phone a:hover {
  color: #252525; }

ol.graphs > li,
.highlight,
#live-chat,
.flex-control-paging li a.flex-active,
ul.pagination .left a:hover,
ul.pagination .right a:hover,
ul.paging a:hover span {
  background-color: #2e3233;
  /* Button Back Ground Color*/
  color: #fff;
  /* Button Text Color*/ }

h1 span, h2, h3 span, h1 a, h2 a, h3 a, h4, h5, pre {
  color: #000000;
  /* Headings Color*/ }

.lead, .main table th, blockquote, .more, ul.pagination li a {
  color: #221f20;
  /* Headings Color*/ }

h6.tags a {
  color: #CAD2D7;
  /* Light Grey*/ }

.nav a, .box-wrap .more:before {
  color: #fff;
  /* White*/ }

/* ==========================================================================
   Feature image
   ========================================================================== */
.feature-image img {
  display: block;
  width: 100% !important;
  height: auto !important; }

/* ==========================================================================
   Logos
   ========================================================================== */
.logo {
  width: 255px;
  /* Update width to suite your own logo size */ }

.logo {
  float: left; }

.logo img, .logo-foot img {
  width: 100% !important;
  height: auto !important; }

header .social {
  float: right;
  margin-right: 20px;
  position: absolute;
  bottom: 0px;
  right: 170px; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

/* ==========================================================================
   Main Navigation Styles
   ========================================================================== */
footer {
  clear: both;
  float: none; }
  footer .column {
    /* ie7hack */
    *behavior: url(pie/boxsizing.htc);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 1.5%;
    padding-right: 1.5%;
    padding-bottom: 2%; }
  footer .column:nth-child(n+0) {
    width: 34%; }
  footer .column:nth-child(3n+1) {
    padding-left: 0;
    width: 33%;
    clear: both; }
  footer .column:nth-child(3n+0) {
    padding-right: 0;
    width: 33%; }

.footerNav {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center; }

.footerNav li {
  display: inline-block; }

.header-container nav {
  display: block;
  margin-top: 1.5em;
  width: 100%;
  background: #2e3233;
  position: relative; }

.header-container #nav-wrap #nav {
  display: block; }

.header-container .nav li {
  font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;
  float: left;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  padding: 0; }

.header-container .nav li:before {
  border-left: 1px solid #54575b;
  height: 28px;
  content: "";
  position: absolute;
  top: 12px; }

.header-container .nav li ul li:before {
  border-left: 0px; }

.header-container .nav li:first-child, .header-container .nav li:last-child, .header-container .nav li:first-child:before, .header-container .nav .nav-parent li:before {
  border-left: none; }

.header-container .nav .home {
  position: relative;
  width: 20px !important;
  padding-right: 1em;
  padding-left: 1em;
  vertical-align: middle; }
  .header-container .nav .home a {
    position: relative;
    display: block;
    top: 18px; }

.header-container .nav .home img {
  width: 20px;
  margin-top: -4px; }

.header-container .nav .home:hover img {
  opacity: .5; }

.nav a {
  white-space: nowrap;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  display: block;
  text-align: center;
  padding: .7em 25px; }

.nav .sub-menu {
  padding-bottom: 7px; }

.nav .sub-menu a {
  padding: .3em 25px; }

.nav li.current-menu-item > a,
.nav li.current-menu-ancestor > a,
.nav li.current_page_item > a,
.nav li.current_page_ancestor > a,
.nav li.current_page_parent > a {
  color: #f38130; }

.nav li.home {
  position: relative; }

.nav li.home a {
  position: relative;
  text-indent: -9999px;
  background: url("images/icon-home.png") 0px 0px no-repeat;
  -ms-background-size: 20px 16px;
  -webkit-background-size: 20px 16px;
  -moz-background-size: 20px 16px;
  background-size: 20px 16px;
  width: 20px;
  height: 16px;
  padding: 0px; }
  .ie8 .nav li.home a {
    behavior: url(/pie/PIE.php);
    -pie-background: url("images/icon-home.png") left top no-repeat 20px 16px; }

.nav li a:hover {
  color: #f38130; }

.nav li.home a:hover {
  opacity: 0.5; }

/* menu icon */
#menu-icon {
  display: none;
  font-size: 20px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #fff; }

#menu-icon span {
  width: 32px;
  height: 23px;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: -2px; }

#menu-icon span img {
  width: 100%;
  vertical-align: middle; }

/* nav dropdown */
#nav ul {
  position: absolute;
  display: none;
  min-width: 160px;
  z-index: 10000;
  background: #2e3233;
  margin-top: 0; }

#nav ul li {
  float: none;
  display: block;
  margin: 0;
  padding: 0 0.4em;
  border-top-width: 1px; }

#nav ul li a {
  padding-left: .8em;
  text-align: left; }

#nav li:hover > ul, #nav li.nav-parent.hover ul {
  display: block !important; }

#nav li.search {
  position: relative;
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-right: 30px;
  float: right;
  padding-top: 7px; }

#nav input[type=text] {
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "bebasregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #b2aca8;
  background: url(images/icon-search.png) no-repeat 95% 12px #2e3233;
  background-size: 12px 12px;
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  width: 98%;
  padding: 10px 1em; }

li.search:after {
  content: "C";
  font-family: 'bulletsregular';
  color: #f38130;
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  right: 10px;
  top: 50%;
  margin-top: -6px; }

.form-allowed-tags {
  display: none; }

/* ==========================================================================
   Social Header Icons
   ========================================================================== */
.social .google-plus {
  background: url(images/social-google-plus.png) no-repeat left top; }
.social .facebook {
  background: url(images/social-facebook.png) no-repeat left top; }
.social .pintrest {
  background: url(images/social-pintrest.png) no-repeat left top; }
.social .twitter {
  background: url(images/social-twitter.png) no-repeat left top; }
.social .you-tube {
  background: url(images/social-youtube.png) no-repeat left top; }
.social a {
  display: inline-block;
  width: 25px;
  height: 24px; }
.social a:hover {
  background-position: left bottom !important; }

/* ==========================================================================
   Masthead Styles
   ========================================================================== */
.masthead {
  border: 1px solid #757575; }

.masthead .slides {
  width: 100%;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.masthead .flex-control-thumbs {
  width: 34%;
  float: left;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.masthead .flex-control-thumbs li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

.masthead .flex-control-nav {
  display: none; }

/* ==========================================================================
   Main Container General Layout Styles
   ========================================================================== */
.header-container header {
  padding-top: 0em;
  padding-bottom: 1em; }

.main-container {
  padding: 1em 0 0em; }

#main-container {
  padding: 1em 0 2em; }

.main-content {
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65.5%;
  margin-right: 3%;
  float: left;
  margin-bottom: 2em; }

.right-aside {
  float: left;
  width: 31.5%; }

.post-type-archive-brands .main-content,
.main-content.full {
  width: 100%;
  float: none; }

.main-content img, .right-aside img {
  border: 0 none;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.blog-post img {
  margin-bottom: 0; }

.blog-post p {
  margin-bottom: .5em; }

.blog-post {
  margin-bottom: 2em; }

a img {
  position: relative; }

.right-aside img {
  max-width: 100%;
  width: 100%; }

/* ==========================================================================
   Brands
   ========================================================================== */
.brands-wrapper .brand {
  margin-bottom: 25px; }

.brands-wrapper .brand:nth-child(4n+1) {
  clear: both; }

.brand {
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  border: 1px solid #54575b; }

.brand img {
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  height: auto !important; }

/* ==========================================================================
   Box Wrap Styles
   ========================================================================== */
.box-wrap {
  border: 1px solid #757575;
  margin-bottom: 2em;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.featured-post-list .box-wrap {
  background: #f5f4f0;
  overflow: hidden; }
  .featured-post-list .box-wrap img {
    margin: 0; }
  .featured-post-list .box-wrap .half {
    padding-bottom: 99999px;
    margin-bottom: -99999px;
    background: #fff;
    float: left;
    margin-right: 0;
    width: 48%; }
  .featured-post-list .box-wrap .box-wrap-inner {
    /* ie7hack */
    *behavior: url(pie/boxsizing.htc);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 52%;
    position: relative; }
  .featured-post-list .box-wrap .feature-image img {
    display: block;
    width: 100% !important;
    height: auto !important; }

.featured-post-list .box-wrap:first-child {
  margin-top: 0; }

.box-wrap-inner {
  position: relative; }

.box-heading {
  display: block;
  background-color: #2e3233;
  margin: 0;
  color: #fff;
  padding: .4em .4em .4em; }

.box-heading span {
  line-height: 20px !important;
  display: inline-block; }
.box-heading span:after {
  content: '.';
  margin-left: 3px;
  font-size: 32px;
  color: #f38130; }

.box-heading.black {
  background-color: #2e3233; }

.box-wrap.panel-layout a, .box-wrap.panel-layout img {
  display: block; }
.box-wrap.panel-layout img {
  width: 100% !important;
  height: auto !important; }

.box-wrap.panel-layout a.more {
  display: inline-block; }

.box-wrap .mosaic-block {
  border-bottom: none; }

.box-wrap p {
  margin-top: .7em;
  margin-bottom: .7em; }

.box-wrap h6 {
  margin-top: 1.3em; }

.box-wrap .flexslider, .box-wrap .flexslider-quote {
  margin-bottom: 0; }

.box-wrap .flexslider .flex-control-nav {
  bottom: 0px; }

.box-wrap-inner {
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em; }
  .box-wrap-inner h3 {
    margin-top: 0; }

.box-wrap.image-tiles img {
  display: block;
  width: 100% !important;
  height: auto !important; }

.box-wrap-inner .product.woocommerce .amount {
  display: none; }

.main ul.box-menu li, .main #menu-popular-pages-menu li {
  padding: 0; }

.box-menu li:before, #menu-popular-pages-menu li:before {
  display: none; }

.box-menu li a, #menu-popular-pages-menu li a {
  display: block;
  border-bottom: 1px solid #eeece6;
  padding-top: .5em;
  padding-bottom: .5em; }

.box-menu li a:hover, .box-menu li a.active, #menu-popular-pages-menu li a:hover, #menu-popular-pages-menu li a.active {
  background: #fff;
  padding-left: .3em; }

a.btn,
input[type=button],
input[type=submit],
button,
.button,
.box-wrap .more {
  display: inline-block;
  position: relative;
  font-weight: normal !important;
  font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1;
  padding: 0.35em 1.8em 0.35em 1em;
  border: 0 none;
  background-color: #2e3233;
  color: #fff;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  cursor: pointer;
  -webkit-font-smoothing: antialiased; }

a.btn:active,
input[type=button]:active,
input[type=submit]:active,
button:active,
.button:active,
.box-wrap .more:active,
a.btn:active,
input[type=button]:focus,
input[type=submit]:focus,
button:focus,
.button:focus,
.box-wrap .more:focus {
  outline: none; }

a.btn:after,
button:after,
.box-wrap .more:after {
  content: "g";
  position: absolute;
  font-family: 'bulletsregular';
  font-size: 16px;
  color: #fff;
  right: 12px;
  top: 50%;
  margin-top: -7px; }

input[type=button],
input[type=submit] {
  background-image: url(images/arrow_wh.png);
  background-repeat: no-repeat;
  background-position: right center;
  color: #fff; }

a.btn:hover,
.woocommerce a.button:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover,
.btn.active,
.box-wrap .more:hover,
a.tab-link:hover {
  background-color: #f38130;
  /* Button Back Ground Color on Hover*/
  color: #fff !important; }

.widget a.btn,
.widget .woocommerce a.button,
.widget input[type=button],
.widget input[type=submit],
.widget button,
.widget .btn.active,
.widget.box-wrap .more {
  background-color: #f38130;
  /* Button Back Ground Color on Hover*/
  color: #fff !important; }

.widget a.btn:hover,
.widget .woocommerce a.button:hover,
.widget input[type=button]:hover,
.widget input[type=submit]:hover,
.widget button:hover,
.widget .btn.active,
.widget.box-wrap .more:hover {
  background-color: #2e3233;
  /* Button Back Ground Color on Hover*/
  color: #fff !important; }

.wp-pagenavi .previouspostslink {
  position: absolute;
  left: 0px;
  top: 30px;
  background: none repeat scroll 0 0 #BBC3C8;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF !important;
  font-family: 'bulletsregular';
  color: #fff;
  padding-left: 0.6em !important;
  padding-right: 0.4em !important; }

.wp-pagenavi .previouspostslink:hover {
  background: #2e3233; }

.wp-pagenavi .nextpostslink {
  position: absolute;
  right: 0px;
  top: 30px;
  background: none repeat scroll 0 0 #BBC3C8;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF !important;
  font-family: 'bulletsregular';
  color: #fff;
  padding-left: 0.6em !important;
  padding-right: 0.4em !important; }

.wp-pagenavi .nextpostslink:hover {
  background: #2e3233; }

.wp-pagenavi span.current {
  color: #2e3233 !important;
  font-weight: normal !important; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #221F20 !important;
  font-size: 20px !important;
  border: 0px !important;
  cursor: pointer;
  display: inline;
  padding: 0.3em !important; }

.wp-pagenavi {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding-top: 40px;
  border-top: 1px solid #CAD2D7; }

/* ==========================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p {
  word-wrap: break-word; }

p {
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 100%;
  margin: 25px 0 .5em; }

.title-filter {
  margin-top: 15px; }

h1, h2, h3 {
  font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 22px;
  margin-top: 15px; }

h3 {
  font-size: 20px; }

h3#reply-title {
  color: #000;
  margin-bottom: 5px; }

#commentform {
  margin-top: 0px; }

#commentform p.error, #commentform label.error {
  color: #2e3233 !important; }

#commentform input.error, #commentform textarea.error {
  border-color: #2e3233 !important;
  background: #fff !important;
  padding: 10px 2% !important; }

h4, h5 {
  font-size: 18px; }

h6 {
  font-size: 16px;
  letter-spacing: 0px;
  position: relative; }

blockquote h6 {
  top: -1.4em; }

.meta {
  margin-top: -10px;
  margin-bottom: 12px; }

h6.date {
  margin-top: 0; }

h6.tags a:before {
  font-family: 'bulletsregular';
  content: "p"; }

h5, ol > li:before {
  font-weight: normal; }

strong, h6, b, .more {
  font-weight: bold;
  line-height: 100%; }

em {
  font-style: italic; }

.lead, blockquote {
  font: 20px/26px 'TitilliumText25L1wt'; }

.lead {
  margin-top: 0; }

.highlight {
  position: relative;
  padding: 0; }

.main-container a, footer a, .baseline a {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  cursor: pointer; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cad2d7;
  padding: 0;
  margin: 3em 0; }

hr.dash {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cad2d7;
  margin: 3em 0;
  padding: 0; }

hr.dots {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #cad2d7;
  margin: 3em 0;
  padding: 0; }

pre {
  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
  margin-bottom: 10px;
  overflow: auto;
  width: auto;
  padding: 0 1em;
  background-color: #fff;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, white 0%, white 51%, #efefef 51%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(51%, white), color-stop(51%, #efefef));
  background: -webkit-linear-gradient(top, white 0%, white 51%, #efefef 51%);
  background: -o-linear-gradient(top, white 0%, white 51%, #efefef 51%);
  background: -ms-linear-gradient(top, white 0%, white 51%, #efefef 51%);
  background: linear-gradient(to bottom, white 0%, white 51%, #efefef 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  background-size: 100% 60px;
  line-height: 30px; }

iframe {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #fff;
  width: 100%;
  border: 0px solid #757575; }

.fb-like-box iframe {
  margin-top: 0;
  margin-bottom: 0; }

.fluid-width-video-wrapper {
  margin-bottom: 2em;
  background-color: #ffffff;
  margin-top: 1em; }

.fluid-width-video-wrapper iframe {
  width: 100%;
  padding: 0;
  margin: 0; }

blockquote.right, blockquote.left {
  margin: 0 3% 3%; }

blockquote {
  margin-right: 0;
  margin-left: 0; }

cite {
  display: block;
  font-family: 'TitilliumText25L600wt';
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 1em; }

.tablepress caption {
  display: none !important; }

.tablepress {
  margin-bottom: 30px !important; }

.main .gform_wrapper ul li.gfield:before {
  content: "" !important; }

.main .gform_wrapper ul li.gfield {
  margin: 0px !important;
  padding: 0px !important; }

.right-aside .gform_wrapper {
  padding: 0px !important;
  border: 0px !important; }

.main .gform_wrapper .validation_error {
  display: none !important; }

.main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0px !important; }

.main .gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .main .gform_wrapper ul.gfield_radio li input[type="radio"] {
  margin-bottom: 0px !important; }

.main .gform_wrapper .top_label .gfield_description.validation_message, .main .gform_wrapper .gfield_description.validation_message {
  padding: 0px 0px 10px !important; }

.main .gform_wrapper .gfield_error .gfield_label {
  color: #494D4E !important; }

.main .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin: 0px !important;
  width: 100% !important;
  background: none !important;
  border: 0px !important; }

.gform_ajax_spinner {
  display: none !important; }

.main textarea {
  height: 140px;
  outline: medium none;
  resize: none;
  width: 96%;
  outline: medium none;
  padding: 10px 2% !important;
  resize: none; }

.main .gform_wrapper .top_label input.medium {
  font-size: 15px !important;
  padding: 10px 2%;
  resize: none;
  width: 78%; }

.right-aside .gform_wrapper .top_label input.medium {
  width: 100%; }

.main .gform_wrapper ul li.gfield.noLabel .gfield_label {
  /*display:none;*/ }

.main .gform_wrapper select {
  font-size: 15px !important;
  margin-left: 0px !important;
  padding: 2px !important; }

.main .gform_wrapper .gfield_required {
  color: #2e3233 !important; }

.main .gform_wrapper ul.gform_fields li:before {
  content: "" !important; }

.main .gform_wrapper form {
  margin-top: 0px !important; }

/* ============= Lists ===============*/
.main ul, .main ol {
  margin-bottom: 12px; }

.main ul li > ul, .main ol li > ol {
  margin-bottom: 0;
  margin-left: -5px; }

.main ul li.parent {
  padding-bottom: 0; }

.main ul li, .arrow {
  list-style-type: none;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 8px;
  position: relative;
  padding-left: 22px; }

.more {
  word-break: keep-all;
  display: inline-block; }

.main ul li {
  padding-left: 18px; }

.main ul li:before, .arrow:before, .comment-reply-link:before {
  content: "g";
  font-family: 'bulletsregular';
  font-size: 16px;
  left: 3px;
  top: 6px;
  position: absolute;
  color: #f38130; }

.reply {
  position: absolute;
  right: 10px;
  top: 10px; }

a.comment-reply-link {
  position: relative;
  float: right;
  line-height: 20px;
  list-style-type: none;
  padding-bottom: 8px;
  padding-left: 22px;
  padding-top: 5px;
  position: relative; }

.main ol {
  margin-left: 22px; }

ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */ }

ol > li {
  position: relative;
  /* Create a positioning context */
  list-style: none;
  margin: 0 0 0 1em;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 0px; }

ol > li:before {
  content: counter(li) ".";
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  position: absolute;
  top: -2px;
  left: -1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5em;
  margin-right: 8px;
  padding: 4px;
  text-align: center; }

li ol, li ul {
  margin-top: 6px; }

ol ol li:last-child {
  margin-bottom: 0; }

ul.archive li {
  display: inline-block;
  min-width: 40%; }

/* ============= Pagination + Paging ===============*/
ul.pagination {
  text-align: center; }

ul.pagination li:before, ul.paging li:before {
  display: none; }

ul.pagination li, ul.paging li {
  padding-left: 0;
  display: inline;
  font-size: 20px;
  padding: .3em;
  cursor: pointer; }

ul.pagination li a.active {
  /* see theme colours */ }

ul.pagination .left a, ul.pagination .right a, ul.paging a span {
  color: #fff;
  font-family: 'bulletsregular';
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #bbc3c8;
  padding: .3em .5em .2em; }

ul.pagination .right a, ul.paging .right span {
  padding-right: .4em;
  padding-left: .6em; }

ul.pagination .left:hover, ul.pagination .right:hover {
  /* see theme colours */ }

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

ul.paging a {
  font-size: 18px; }

/* ============= Comments ===============*/
ul.comments li, ol.commentlist li {
  line-height: 20px;
  padding: 0em; }

ul.comments li div, ol.commentlist li div {
  padding: 1em 2%; }

ul.comments li li div, ol.commentlist li li div {
  padding-left: 4%; }

ul.comments li li li div, ol.commentlist li li li div {
  padding-left: 6%; }

ul.comments li li li li div, ol.commentlist li li li li div {
  padding-left: 8%; }

/*
ul.comments li > ul li{
	padding-left: 1.5em;
	padding-right: 0;
}
*/
ol.commentlist {
  margin-left: 0px !important; }

ul.comments li > ul, ol.commentlist li > ul {
  margin: 0; }

ul.comments .odd, ol.commentlist .odd {
  background: #eef5f7; }

ul.comments li:before, ol.commentlist li:before {
  display: none; }

ul.comments h5, ul.comments h6, ol.commentlist h5, ol.commentlist h6 {
  display: inline;
  font-size: 18px;
  letter-spacing: 0;
  color: #494D4E; }

ul.comments h6, ol.commentlist h6 {
  color: #b1b4ba;
  font-size: 14px;
  margin-left: 1em; }

ul.comments li p, ol.commentlist li p {
  margin-top: .5em;
  margin-bottom: .5em; }

/* ============= Graphs ===============*/
ol.graphs {
  margin: 0 0 2em; }

ol.graphs > li:before {
  display: none; }

ol.graphs > li {
  margin-bottom: .4em;
  padding: .2em 2%;
  font-family: "Courier New", Courier, mono;
  font-weight: bold; }

ol.graphs > li span {
  float: right; }

.per-10 {
  width: 6%; }

.per-20 {
  width: 16%; }

.per-30 {
  width: 26%; }

.per-40 {
  width: 36%; }

.per-50 {
  width: 46%; }

.per-60 {
  width: 56%; }

.per-70 {
  width: 66%; }

.per-80 {
  width: 76%; }

.per-90 {
  width: 86%; }

.per-100 {
  width: 96%; }

/* ============= Buttons ===============*/
/* ============= Tables ===============*/
.main table {
  border: 1px solid #eeece6;
  text-align: left;
  width: 100%;
  background: #ffffff; }

.main table th {
  padding: .5em;
  border: 1px solid #eeece6;
  background-color: #e7e5dc;
  vertical-align: top; }

.main table td {
  padding: .5em;
  border: 1px solid #eeece6;
  vertical-align: top; }

.main table tr:nth-child(2n+1) {
  background-color: #f5f4f0; }

/* ============= Forms ===============*/
form {
  margin-top: 3em; }

fieldset {
  padding: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dde1e5;
  margin-bottom: 1em;
  background: #f5f4f0; }

fieldset fieldset {
  background: #ffffff; }

legend {
  font-size: 18px; }

label {
  font-weight: normal;
  font-weight: bold;
  padding-right: 1em;
  display: block; }

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-shadow: inset 0px 2px 6px rgba(46, 50, 51, 0.15);
  -webkit-box-shadow: inset 0px 2px 6px rgba(46, 50, 51, 0.15);
  -moz-box-shadow: inset 0px 2px 6px rgba(46, 50, 51, 0.15);
  box-shadow: inset 0px 2px 6px rgba(46, 50, 51, 0.15);
  border: 1px solid #c7c7c7;
  background: #f6f6f6;
  padding: 10px;
  color: #969ca5;
  display: inline-block;
  outline: none;
  resize: none;
  line-height: 1;
  font-size: 15px;
  display: block;
  -webkit-appearance: none; }

input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=password]:focus {
  outline: 0 none;
  border: 1px solid #aaaaaa; }

input.half {
  width: 48%;
  margin-right: 4%; }

input.full, textarea.full {
  width: 100%; }

input.field-last {
  padding: 10px 2%;
  margin-right: 0; }

textarea {
  width: 96%;
  height: 140px;
  display: block;
  resize: none;
  outline: none; }

select, input[type=radio], input[type=checkbox] {
  margin-bottom: 1em;
  margin-right: 6px; }

.error[generated=true] {
  font-size: 14px; }

/* ============= Tabs Styles ===============*/
.tab-container {
  clear: both; }

#tab-container2 {
  /*margin-bottom: 0;*/ }

.tab-container .nav, .tab-container .content {
  width: 50%;
  float: left;
  margin-bottom: 0;
  position: relative; }

.tab-container .v_nav .title,
.tab-container .nav .title {
  font-weight: bold; }

.tab-container .v_active .title,
.tab-container .nav .active .title {
  font-weight: bold;
  color: #f58039; }

.tab-container .nav.alt {
  float: right; }

.tab-container {
  border: 1px solid #757575;
  margin-bottom: 2em;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.tab-container.last-block {
  margin-bottom: 0; }

.tab-container .nav li, div.v_nav {
  padding: 1em 2em 1em .5em;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #757575;
  overflow: hidden;
  position: relative;
  display: block; }

.tab-container .nav li, div.v_nav:last {
  border-bottom: 0 none; }

.tab-container .nav li .goto-link {
  top: 0;
  left: 0;
  padding: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block; }

.tab-link {
  content: "g";
  color: #fff;
  display: block;
  right: 8px;
  top: 19px;
  position: absolute;
  background: #2e3233;
  font: 13px 'bulletsregular';
  padding: 0 .1em 0 .3em !important;
  line-height: 55px;
  height: 55px; }

.v_active .tab-link,
.active .tab-link {
  background: #f38130 !important; }

.tab-container .nav li:last-child, div.v_nav.last-tab {
  border-bottom: none; }

div.v_nav.last-tab.v_active {
  border-bottom: 1px solid #757575; }

.tab-container .nav li.active {
  background: #fff; }

.tab-container .nav li:before {
  display: none; }

.tab-container .nav li:hover {
  border-top: 0px; }

.tab-container .nav li p, div.v_nav p {
  margin: 0;
  font-size: 14px;
  line-height: 20px; }

.tab-container .nav li img, div.v_nav img {
  float: left;
  margin-right: .6em;
  margin-top: 0;
  width: auto; }

div.v_nav {
  display: none; }

.tab-container .content {
  border-left: 1px solid #757575;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tab-container .content.alt {
  border-left: none;
  border-right: 1px solid #757575; }

.tab-container .tab_content a {
  display: block; }

.tab-container .tab_content img {
  margin: 0;
  width: 100% !important;
  height: 280px !important;
  display: block; }

.tab-container .tab_content {
  overflow: hidden; }

.nav {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.tab-desc {
  overflow: hidden;
  max-height: 40px; }

/* ============= Accordian ===============*/
.accordian {
  display: none; }

h4.show_hide {
  border-top: 1px solid #CAD2D7;
  padding-top: 1em;
  cursor: pointer;
  position: relative; }

h4.show_hide:after {
  content: "n";
  font-size: 22px;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  top: 1em;
  font-family: 'bulletsregular'; }

h4.show_hide.active:after {
  content: "o"; }

/* ============= Mosaic Styles ===============*/
.mosaic-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: white url(images/progress.gif) no-repeat center center;
  margin: 1em 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mosaic-block img {
  margin: 0;
  border: none; }

.mosaic-backdrop {
  display: none;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff; }

.mosaic-overlay {
  display: none;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111; }

.fade .mosaic-overlay {
  background: url(images/hover-magnify.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=0);
  display: none; }

.fade .mosaic-overlay.link {
  background: url(images/hover-gotopost.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=0);
  display: none; }

/* ============= Columns ===============*/
.full {
  width: 100%;
  float: none; }

.half {
  width: 48%;
  margin-right: 4%;
  float: left; }

.third {
  width: 30%;
  margin-right: 5%;
  float: left; }

.fourth {
  width: 22%;
  margin-right: 4%;
  float: left; }

.fifth {
  width: 18%;
  margin-right: 2.5%;
  float: left; }

.two-thirds {
  width: 65%;
  margin-right: 5%;
  float: left; }

.three-fourths {
  width: 74%;
  margin-right: 4%;
  float: left; }

.two-fifths {
  width: 36%;
  margin-right: 3%;
  float: left; }

.three-fifths {
  width: 61%;
  margin-right: 2%;
  float: left; }

.four-fifths {
  width: 78%;
  margin-right: 4%;
  float: left; }

.box-two-thirds {
  float: left;
  width: 65.5%;
  margin-right: 1.5%; }

.box-third {
  float: left;
  width: 31.5%;
  margin-left: 1.5%; }

.left {
  float: left; }

.right {
  float: right; }

.column-example div {
  min-height: 1em;
  background: #efefef;
  margin-bottom: 1em;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  text-align: center; }

.column-example div:hover {
  background: #2e3233; }

/* ==========================================================================
   Footer Styles
   ========================================================================== */
.wrapper.footer {
  margin-top: -2em; }

.logo-foot {
  display: inline-block;
  padding-right: 5px; }

ul.social-link li:before {
  display: none; }

ul.social-link li {
  display: inline;
  padding: 0; }

ul.social-link a {
  font-family: 'socialicoregular';
  font-size: 44px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  opacity: .35; }

ul.social-link a:hover {
  opacity: 1; }

.baseline {
  max-width: 1140px;
  text-align: center;
  margin: 1em auto 3em; }

.baseline p {
  margin-bottom: 0; }

.baseline a {
  font-weight: bold;
  padding-right: .6em;
  padding-left: .6em; }

#live-chat {
  position: fixed;
  right: 0px;
  top: 35%;
  height: 100px;
  width: 35px;
  position: fixed;
  font-weight: bold; }

#live-chat img {
  width: 100%; }

/* ==========================================================================
   Feature layer slider styles
   ========================================================================== */
.feature-layerslider {
  margin-bottom: 1em; }

/* ==========================================================================
   Widgets
   ========================================================================== */
.widget .content {
  padding: .5em 1em; }
.widget a.blue {
  color: #1daeec;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px; }
  .widget a.blue:hover {
    color: #646d72; }

.right-aside .widget.nearest_store_widget img {
  max-width: none; }
.widget.nearest_store_widget .content {
  position: relative;
  padding: 0; }
.widget.nearest_store_widget #display-map {
  width: 100%;
  height: 221px; }
.widget.nearest_store_widget .contact-details {
  padding: 1em; }
  .widget.nearest_store_widget .contact-details a,
  .widget.nearest_store_widget .contact-details a:visited {
    color: #f58039;
    font-weight: bold; }
  .widget.nearest_store_widget .contact-details a:hover {
    color: #494d4e; }
  .widget.nearest_store_widget .contact-details p {
    margin-bottom: 10px;
    margin-top: 0; }
.widget.nearest_store_widget span.title {
  color: #f58039;
  font-size: 16px;
  font-weight: bold; }
.widget.nearest_store_widget .overlay {
  background: url(images/wait.gif) rgba(73, 77, 78, 0.4) no-repeat center center;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
.widget.nearest_store_widget .main-widget-content {
  position: relative; }
.widget.nearest_store_widget p.store-title {
  font-weight: bold;
  margin-bottom: 4px; }
.widget.nearest_store_widget .directions {
  float: right; }

header .widget {
  float: right;
  text-align: right; }
  header .widget h4 {
    font-weight: bold;
    font-size: 16px;
    color: #252525;
    font-family: "bebasregular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 5px 0;
    padding: 0; }
  header .widget .content {
    padding: 0; }

.widget.call_now_widget {
  margin-top: -10px; }
  .widget.call_now_widget.hide-directions {
    display: none; }
  .widget.call_now_widget .store-info {
    vertical-align: middle;
    display: inline-block; }
  .widget.call_now_widget .directions {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px; }
    .widget.call_now_widget .directions a {
      vertical-align: middle; }
  .widget.call_now_widget .directions:after {
    content: " ";
    width: 1px;
    height: 100%;
    top: 1px;
    right: 0;
    background-color: #cccccc;
    position: absolute; }
  .widget.call_now_widget .store-title {
    color: #f58039;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 3px; }
  .widget.call_now_widget .phone-number {
    line-height: 1; }
  .widget.call_now_widget a {
    display: block;
    font-size: 16px; }
  .widget.call_now_widget .store-status {
    margin-top: 4px;
    font-size: 0.85714em;
    font-weight: normal;
    line-height: 1.3; }

.store-status {
  line-height: 1;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-size: 0.92857em; }
  .store-status .message,
  .store-status .status {
    color: #00CC00; }
  .store-status .message.closed,
  .store-status .status.closed {
    color: #CC0000; }

@media only screen and (max-width: 700px) {
  header .widget {
    clear: both;
    float: none;
    text-align: center; }

  .widget.call_now_widget .phone-number,
  .widget.call_now_widget .store-title {
    text-align: left; } }
@media only screen and (max-width: 480px) {
  .widget.nearest_store_widget .directions {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 10px; } }
/* ==========================================================================
   Store Listing
   ========================================================================== */
.store-header.all-stores {
  background: url(images/stores-header.jpg) no-repeat;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  .ie8 .store-header.all-stores {
    behavior: url(/pie/PIE.php); }

.post-type-archive-store .select-store-mobile {
  margin-bottom: 10px;
  display: none; }
.post-type-archive-store .google-map .box-wrap-inner {
  padding-bottom: 450px; }
  .post-type-archive-store .google-map .box-wrap-inner img {
    max-width: none; }
.post-type-archive-store .column.store .store-title {
  -ms-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  text-align: center;
  -webkit-backface-visibility: hidden;
  position: relative;
  font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  background-color: #eaeaea;
  display: block;
  padding: 18px 15px 16px;
  font-size: 21px;
  color: #4b4b4b;
  z-index: 20; }
.post-type-archive-store .column.store .triangle {
  z-index: 10;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }
  .ie8 .post-type-archive-store .column.store .triangle {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
.post-type-archive-store .column.store a {
  display: block; }
.post-type-archive-store .column.store a:hover .store-thumbnail .overlay {
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }
.post-type-archive-store .column.store a:hover .store-title {
  background: #f58039;
  color: #fff; }
.post-type-archive-store .column.store a:hover .triangle {
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }
  .ie8 .post-type-archive-store .column.store a:hover .triangle {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
.post-type-archive-store .store-thumbnail {
  -webkit-backface-visibility: hidden;
  position: relative; }
  .post-type-archive-store .store-thumbnail img {
    display: block;
    width: 100% !important;
    height: auto !important; }
  .post-type-archive-store .store-thumbnail .overlay {
    -ms-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -ms-opacity: 0.4;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    z-index: 10; }
    .ie8 .post-type-archive-store .store-thumbnail .overlay {
      behavior: url(/pie/PIE.php); }

@media only screen and (max-width: 700px) {
  .grid-layout.grid-5.all-store-listing .column:nth-child(n+0) {
    clear: none;
    width: 50.5%;
    padding-left: 0.5%;
    padding-right: 0.5%; }
  .grid-layout.grid-5.all-store-listing .column:nth-child(2n+0) {
    width: 50%;
    padding-right: 0; }
  .grid-layout.grid-5.all-store-listing .column:nth-child(2n+1) {
    width: 50%;
    padding-left: 0;
    clear: both; } }
@media only screen and (max-width: 480px) {
  .post-type-archive-store .column.store .store-title {
    text-align: left; }
  .post-type-archive-store .select-store-mobile {
    display: block; }

  .grid-layout.grid-5.all-store-listing {
    border: 1px solid #999;
    border-bottom: 0px none;
    padding-bottom: 0; }
    .grid-layout.grid-5.all-store-listing .column:nth-child(n+0) {
      width: auto;
      float: none;
      padding-right: 0;
      padding-left: 0;
      margin-left: 0;
      margin-right: 0;
      clear: both; }
    .grid-layout.grid-5.all-store-listing .column {
      padding-bottom: 0px !important;
      border-bottom: 1px solid #999; }
    .grid-layout.grid-5.all-store-listing .store-thumbnail {
      display: none; }
    .grid-layout.grid-5.all-store-listing .triangle {
      display: none !important; } }
/* ==========================================================================
   Directions
   ========================================================================== */
.directions .title {
  display: block; }
.directions a {
  -ms-transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important; }
.directions a.by-car {
  background: url(images/dir_car.jpg) no-repeat center bottom;
  display: inline-block;
  width: 25px;
  height: 27px;
  margin-right: 17px; }
.directions a.by-walk {
  background: url(images/dir_walk.jpg) no-repeat center bottom;
  display: inline-block;
  width: 17px;
  height: 27px;
  margin-right: 12px; }
.directions a.by-bike {
  background: url(images/dir_bike.jpg) no-repeat center bottom;
  display: inline-block;
  width: 34px;
  height: 27px; }
.directions a:hover {
  background-position: center top !important; }

.widget.widget_simpleimage.unstyled {
  background: transparent;
  border: 0 none; }
  .widget.widget_simpleimage.unstyled .content {
    padding: 0; }
.widget.widget_simpleimage.tight-image p.simple-image {
  margin: -0.5em -1em 0 -1em; }
.widget.widget_simpleimage p.simple-image {
  margin-top: 0;
  margin-bottom: 0; }

.widget .social-icon {
  margin-right: 10px; }

/* ==========================================================================
   Article Widget
   ========================================================================== */
.feature-article h6,
.widget.article_widget h6 {
  margin-top: 0; }
.feature-article .content,
.widget.article_widget .content {
  padding: 0; }

/***********************
 *  Listing Widget
 ***********************/
.right-aside .widget.widget_nav_menu .content ul,
.right-aside .widget.widget_categories .content ul,
.right-aside .widget.widget_archive .content ul,
.right-aside .widget.widget_recent_entries .content ul,
.right-aside .widget.popular-posts .content ul,
.right-aside .widget.widget_pages .content ul {
  margin-bottom: 12px; }
.right-aside .widget.widget_nav_menu .content ul li,
.right-aside .widget.widget_categories .content ul li,
.right-aside .widget.widget_archive .content ul li,
.right-aside .widget.widget_recent_entries .content ul li,
.right-aside .widget.popular-posts .content ul li,
.right-aside .widget.widget_pages .content ul li {
  padding-left: 0;
  border-bottom: 1px solid #dde1e5;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 8px; }
.right-aside .widget.widget_nav_menu a:hover,
.right-aside .widget.widget_categories a:hover,
.right-aside .widget.widget_archive a:hover,
.right-aside .widget.widget_recent_entries a:hover,
.right-aside .widget.popular-posts a:hover,
.right-aside .widget.widget_pages a:hover {
  padding-left: .4em !important;
  color: #f38130; }
.right-aside .widget.widget_nav_menu .content ul li ul li,
.right-aside .widget.widget_categories .content ul li ul li,
.right-aside .widget.widget_archive .content ul li ul li,
.right-aside .widget.widget_recent_entries .content ul li ul li,
.right-aside .widget.popular-posts .content ul li ul li,
.right-aside .widget.widget_pages .content ul li ul li {
  padding-left: 15px; }
.right-aside .widget.widget_nav_menu .content ul li:first-child,
.right-aside .widget.widget_categories .content ul li:first-child,
.right-aside .widget.widget_archive .content ul li:first-child,
.right-aside .widget.widget_recent_entries .content ul li:first-child,
.right-aside .widget.popular-posts .content ul li:first-child,
.right-aside .widget.widget_pages .content ul li:first-child {
  background: none; }
.right-aside .widget.widget_nav_menu .content ul li:before,
.right-aside .widget.widget_categories .content ul li:before,
.right-aside .widget.widget_archive .content ul li:before,
.right-aside .widget.widget_recent_entries .content ul li:before,
.right-aside .widget.popular-posts .content ul li:before,
.right-aside .widget.widget_pages .content ul li:before {
  content: "";
  display: none; }

.widget li.current-cat a,
.widget li.current-menu-parent a,
.widget li.current_page_parent a,
.widget li.current-menu-path a,
.widget li.current_page_ancestor a,
.widget li.current-menu-item a {
  padding-left: .4em !important;
  color: #000; }

/* ==========================================================================
  Facebook
   ========================================================================== */
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
  display: none; }

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important; }

.fb-like-box {
  border: 1px solid #cad4d4 !important;
  background: #ffffff;
  border-radius: 0px; }

/* ==========================================================================
   WOOCOMMERCE Overrides
   ========================================================================== */
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button {
  float: none; }

.main .woocommerce table.shop_table,
.main .woocommerce-page table.shop_table {
  border: 0px none;
  border-collapse: collapse;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.main .woocommerce table.shop_table td,
.main .woocommerce-page table.shop_table td {
  border-top: 0px none;
  padding: 6px 12px;
  vertical-align: middle; }

.main .woocommerce table.shop_table td small,
.main .woocommerce-page table.shop_table td small {
  font-weight: normal; }

.main .woocommerce table.shop_table tfoot td,
.main .woocommerce table.shop_table tfoot th,
.main .woocommerce-page table.shop_table tfoot td,
.main .woocommerce-page table.shop_table tfoot th {
  font-weight: bold;
  border-top: 0px none; }

.main .cart-buttons {
  text-align: right;
  margin-top: 30px; }

.main .woocommerce .cart-collaterals .cart_totals table,
.main .woocommerce-page .cart-collaterals .cart_totals table {
  border-collapse: collapse; }

.main .woocommerce .cart-collaterals .cart_totals table th,
.main .woocommerce-page .cart-collaterals .cart_totals table th {
  width: 50%; }

.main .woocommerce .cart-collaterals .cart_totals table td,
.main .woocommerce-page .cart-collaterals .cart_totals table td {
  width: 50%; }

.main .woocommerce .checkout .col2-set .col-1,
.main .woocommerce-page .checkout .col2-set .col-1 {
  float: none;
  width: auto; }

.main .woocommerce #payment ul.payment_methods li:before,
.main .woocommerce-page #payment ul.payment_methods li:before {
  content: ''; }

.main .woocommerce #payment ul.payment_methods li,
.main .woocommerce-page #payment ul.payment_methods li {
  padding-left: 0px; }

.main .woocommerce #payment ul.payment_methods li label,
.main .woocommerce-page #payment ul.payment_methods li label {
  display: inline; }

.main .woocommerce div.form-row.place-order,
.main .woocommerce-page div.form-row.place-order {
  margin-top: 15px;
  padding: 0em;
  border-top: 0px none;
  text-align: right; }

.main .woocommerce #payment,
.main .woocommerce-page #payment {
  background: #e7f3f7;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.main .woocommerce #payment div.payment_box,
.main .woocommerce-page #payment div.payment_box {
  background: #f5f4f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f4f0), to(#ebf2f4));
  background: -webkit-linear-gradient(#f5f4f0, #ebf2f4);
  background: -moz-linear-gradient(center top, #f5f4f0 0%, #ebf2f4 100%);
  background: -moz-gradient(center top, #f5f4f0 0%, #ebf2f4 100%); }

.main .woocommerce #payment div.payment_box:after,
.main .woocommerce-page #payment div.payment_box:after {
  border: 8px solid #f5f4f0;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

.main .woocommerce .order_details li,
.main .woocommerce-page .order_details li {
  margin-left: 0px;
  margin-right: 0px;
  list-style: none; }

.main .woocommerce .order_details li:before,
.main .woocommerce-page .order_details li:before {
  content: ''; }

.main .woocommerce .product form.cart table {
  border: 0px none;
  border-collapse: collapse;
  background: transparent; }
  .main .woocommerce .product form.cart table tr:nth-child(2n+1) {
    background: transparent; }
  .main .woocommerce .product form.cart table td.label,
  .main .woocommerce .product form.cart table td {
    border: 0px none;
    padding: 0 0 15px 0; }
  .main .woocommerce .product form.cart table td.value input,
  .main .woocommerce .product form.cart table td.value textarea {
    width: 100%;
    margin-bottom: 0px; }
  .main .woocommerce .product form.cart table tr:last-child td {
    padding-bottom: 0px; }

/* ==========================================================================
   Vouchers
   ========================================================================== */
.voucher .product {
  display: none;
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-top: 20px; }

.voucher .product .product_buttons {
  margin-top: 15px; }

.main .woocommerce.voucher .product form.cart div.wrapper-quantity,
.main .woocommerce-page.voucher .product form.cart div.wrapper-quantity {
  margin-top: 15px;
  margin-bottom: 15px; }

.main .woocommerce.voucher .product form.cart div.quantity,
.main .woocommerce-page.voucher .product form.cart div.quantity {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.main .woocommerce.voucher .product form.cart .wrapper-quantity label {
  display: inline-block;
  vertical-align: middle; }

#voucher_fields .voucher_image_option a,
#voucher_fields .voucher_image_option img {
  display: none; }

.voucher .product form {
  margin-top: 0px;
  margin-bottom: 20px; }

.voucher .third {
  margin-right: 0; }

.voucher .box-wrap-inner {
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 70%; }

/* ==========================================================================
   COntact Us template
   ========================================================================== */
.store-header {
  position: relative;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px; }
  .store-header label {
    font-weight: normal;
    line-height: 1;
    position: absolute;
    font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;
    font-size: 48px;
    color: #fff;
    bottom: 15px;
    left: 20px; }

.store-hours h1 {
  margin-top: 0; }
.store-hours .grid-layout.grid-2 {
  padding-bottom: 0;
  margin-bottom: 0; }
  .store-hours .grid-layout.grid-2 .column:nth-child(n) {
    padding-bottom: 0; }
.store-hours ul li {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .store-hours ul li:before {
    display: none; }
  .store-hours ul li label {
    display: inline-block;
    width: 60px;
    font-weight: bold; }
.store-hours ul {
  margin-bottom: 0; }

.contact-details {
  position: relative; }
  .contact-details .feature-image {
    position: absolute;
    top: 0px;
    right: 0;
    width: 31.5%;
    height: 100%;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }
    .ie8 .contact-details .feature-image {
      behavior: url(/pie/PIE.php); }

.contact-panel {
  padding-right: 34%; }
  .contact-panel .col1 {
    width: 40%;
    margin-right: 2%;
    float: left; }
  .contact-panel .col2 {
    width: 58%;
    float: left; }
  .contact-panel .gform_wrapper textarea.large {
    height: 150px; }
  .contact-panel a,
  .contact-panel a:visited {
    font-weight: bold;
    color: #f58039; }
  .contact-panel a:hover {
    color: #494d4e; }
  .contact-panel .title {
    color: #221f20;
    font-weight: bold; }

.google-map .box-wrap-inner {
  padding: 0;
  position: relative;
  padding-bottom: 48.2%;
  overflow: hidden; }
.google-map #display-map {
  position: absolute;
  width: 100%;
  height: 100%; }

.info-window h2 {
  margin-top: 0; }
.info-window address {
  line-height: 1.2; }

.gallery .box-wrap-inner a, .gallery .box-wrap-inner img {
  display: block; }
.gallery .box-wrap-inner a {
  margin-bottom: 4%; }
.gallery .box-wrap-inner a:nth-child(3), .gallery .box-wrap-inner a:nth-child(4) {
  margin-bottom: 0; }
.gallery .box-wrap-inner a:nth-child(odd) {
  float: left;
  width: 48%;
  margin-right: 2%;
  clear: both; }
.gallery .box-wrap-inner a:nth-child(even) {
  float: right;
  margin-left: 2%;
  width: 48%; }
.gallery .box-wrap-inner img {
  width: 100%;
  height: auto !important; }

.triangle-menu-stores, .post-type-archive-store .column.store .triangle, .single-store .menu-stores .triangle {
  -ms-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #f58139 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -8px; }

.single-store .menu-stores {
  margin-bottom: 20px; }
  .single-store .menu-stores > div {
    margin-bottom: 10px; }
  .single-store .menu-stores ul {
    background-color: #f4f5f5; }
  .single-store .menu-stores li {
    padding: 0;
    margin: 0;
    border-right: 2px solid #fff;
    float: left; }
  .single-store .menu-stores li:before {
    content: "";
    display: none; }
  .single-store .menu-stores .triangle {
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; }
    .ie8 .single-store .menu-stores .triangle {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
  .single-store .menu-stores a,
  .single-store .menu-stores a:visited {
    font-family: "bebas_neueregular", Arial, Helvetica, sans-serif;
    line-height: 1.2;
    background-color: #eaeaea;
    display: block;
    padding: 18px 30px 16px;
    font-size: 21px;
    color: #4b4b4b; }
  .single-store .menu-stores li.current a,
  .single-store .menu-stores li.current a:visited,
  .single-store .menu-stores a:hover {
    background-color: #f58039;
    color: #fff; }
  .single-store .menu-stores li.current a .triangle,
  .single-store .menu-stores li.current a:visited .triangle,
  .single-store .menu-stores a:hover .triangle {
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }
    .ie8 .single-store .menu-stores li.current a .triangle, .ie8
    .single-store .menu-stores li.current a:visited .triangle, .ie8
    .single-store .menu-stores a:hover .triangle {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1); }
  .single-store .menu-stores .responsive-menu {
    display: none; }
  .single-store .menu-stores .desktop-menu {
    display: block; }

/* ==========================================================================
   // FancyBox
   ========================================================================== */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none; }

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("css/fancybox/fancybox.png"); }

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none; }

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none; }

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff; }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101; }

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("css/fancybox/fancybox.png") -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none; }

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0; }

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top; }

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("css/fancybox/blank.gif");
  z-index: 1102;
  display: none; }

#fancybox-left {
  left: 0px; }

#fancybox-right {
  right: 0px; }

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block; }

#fancybox-left-ico {
  background-image: url("css/fancybox/fancybox.png");
  background-position: -40px -30px; }

#fancybox-right-ico {
  background-image: url("css/fancybox/fancybox.png");
  background-position: -40px -60px; }

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */ }

#fancybox-left:hover span {
  left: 20px; }

#fancybox-right:hover span {
  left: auto;
  right: 20px; }

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001; }

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("css/fancybox/fancybox-x.png"); }

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("css/fancybox/fancybox.png");
  background-position: -40px -162px; }

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("css/fancybox/fancybox-y.png");
  background-position: -20px 0px; }

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("css/fancybox/fancybox.png");
  background-position: -40px -182px; }

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("css/fancybox/fancybox-x.png");
  background-position: 0px -20px; }

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("css/fancybox/fancybox.png");
  background-position: -40px -142px; }

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("css/fancybox/fancybox-y.png"); }

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("css/fancybox/fancybox.png");
  background-position: -40px -122px; }

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102; }

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative; }

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff; }

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left; }

#fancybox-title-over {
  padding: 10px;
  background-image: url("css/fancybox/fancy_title_over.png");
  display: block; }

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px; }

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto; }

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap; }

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("css/fancybox/fancybox.png") -40px -90px no-repeat; }

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("css/fancybox/fancybox-x.png") 0px -40px; }

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("css/fancybox/fancybox.png") -55px -90px no-repeat; }

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important; }

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/fancybox/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* ==========================================================================
   Instagram Widget
   ========================================================================== */
.widget_wpinstagram-widget ul {
  list-style: none;
  width: auto !important;
  height: auto !important; }
.widget_wpinstagram-widget li {
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  float: left;
  width: 33.33333%; }
.widget_wpinstagram-widget a, .widget_wpinstagram-widget img {
  display: block; }
.widget_wpinstagram-widget img {
  width: 100% !important;
  height: auto !important; }
.widget_wpinstagram-widget li:before {
  content: "";
  display: none; }
.widget_wpinstagram-widget .instagram-link {
  margin-top: 20px; }
  .widget_wpinstagram-widget .instagram-link a,
  .widget_wpinstagram-widget .instagram-link a:visited {
    color: #f58139;
    font-weight: bold; }
  .widget_wpinstagram-widget .instagram-link a:hover {
    color: #4b4b4b; }

/* ==========================================================================
   Responsive
   ========================================================================== */
/* ==========================================================================
   Media Queries 1140
   ========================================================================== */
@media only screen and (max-width: 1140px) {
  .wrapper {
    width: 100%; } }
@media only screen and (max-width: 1024px) {
  .nav a {
    padding-left: 0.65em;
    padding-right: 0.65em; }

  .single-store .menu-stores .responsive-menu {
    display: block; }
  .single-store .menu-stores .desktop-menu {
    display: none; } }
/* ==========================================================================
   Media Queries 768
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .outter-wrapper {
    margin-top: 1em; }

  /* ============= Nav ===============*/
  .header-container #nav-wrap #nav {
    display: none; }

  .main-content {
    margin-bottom: 30px; }

  #nav-wrap {
    position: relative; }

  #nav li.nav-parent {
    padding-bottom: 0; }

  #menu-icon {
    display: inline-block;
    cursor: pointer;
    padding: 10px; }

  .header-container #nav-wrap #nav {
    clear: both;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 10000;
    padding: 0;
    display: none;
    right: 0px;
    background: #221f20;
    -webkit-border-radius: 3px 0px 3px 3px;
    border-radius: 3px 0px 3px 3px; }

  #nav li {
    clear: both;
    float: none;
    display: block;
    border-left: none;
    border-top-width: 0px !important; }

  #nav a, #nav ul li a {
    text-indent: 0;
    background: none;
    display: block;
    border: none;
    color: #fff;
    text-align: center;
    font-style: inherit;
    padding: .2em 0; }

  .nav li a {
    border-top: 1px solid #333 !important; }

  .nav li a:hover {
    border-top: 1px solid #2e3233 !important; }

  #nav li.search {
    padding-top: 0;
    padding-right: 0; }

  .header-container .nav li.home a {
    display: block;
    width: auto;
    height: auto;
    top: auto; }

  .nav li.home a:hover {
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }

  #nav ul {
    width: auto;
    position: static;
    display: block;
    border: none;
    background: inherit; }

  #nav ul li a {
    padding-left: 0; }

  .nav .sub-menu {
    padding-bottom: 0; }

  .header-container .nav .home {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important; }

  #nav li.search {
    width: 100%; }

  #nav input[type="text"] {
    width: 100%; }

  .header-container .nav li:before {
    border: none; }

  /* ============= header ===============*/
  #masthead {
    display: block;
    height: 100%; }

  /* ============= Tabs ===============*/
  .tab-container .nav {
    display: none; }

  .tab-container .nav, .tab-container .content {
    width: 100%;
    float: none;
    border-left: none; }

  .tab-container .tab_content {
    border-bottom: 1px solid #757575; }

  .tab-container .content div:last-child {
    border-bottom: 0 none !important; }

  div.v_nav {
    margin: 0;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  div.v_nav:first-child {
    margin-top: 0; }

  div.v_active {
    background-color: #ffffff;
    z-index: 50; }

  .box-third,
  .box-two-thirds {
    float: none;
    margin: 0;
    padding: 0;
    width: auto; }

  .box-two-thirds {
    margin-bottom: 20px; }

  .contact-details .feature-image {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: 350px;
    background-position: center center;
    margin: -1.5em -1.5em 10px -1.5em; }

  .contact-panel {
    padding-right: 0; }

  footer .column:nth-child(n+0) {
    float: none;
    padding: 0;
    width: auto; }

  /* ============= Main Container General Layout Styles===============*/
  .header-container header {
    text-align: center; }

  .main-content, .right-aside {
    width: 100%;
    float: none;
    border: none;
    padding-left: 0;
    padding-right: 0; }

  .main-content img, .right-aside img {
    width: 100%; }

  .main-content .woocommerce #payment ul.payment_methods img {
    width: auto;
    height: auto; }

  .main-container {
    padding: 1em 0 0; }

  /* ============= Columns ===============*/
  .third, .half, .fourth, .fifth, .three-fifths, .two-fifths, .four-fifths, .two-thirds, ol.icon-lists li, ul.flag-lists li, .three-fourths, .foot.left, .foot.right, input.half, input.full {
    width: 100%;
    margin-right: 0%;
    float: none; }

  .third, .half, .fourths, .two-third, .three-fourths {
    margin-bottom: 30px; }

  blockquote.third, blockquote.half, blockquote.fourths, blockquote.two-third, .voucher img {
    width: 100%; }

  blockquote, blockquote.right, blockquote.left {
    margin: 0; }

  .common-height > div,
  .common-height .balance {
    min-height: 0 !important;
    height: auto !important; }

  /* ============= Masthead ===============*/
  .masthead .slides, .masthead .flex-control-thumbs {
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .masthead .flex-control-thumbs li {
    width: 16.666%;
    float: left;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }

  #live-chat {
    display: none; }

  .tab-container .tab_content img {
    min-height: auto; }

  /* ==========================================================================
  Vouchers
  ========================================================================== */
  .voucher .box-wrap-inner {
    float: auto;
    width: auto; }

  .shop_table td.product-remove,
  .shop_table th.product-remove,
  .shop_table td.product-thumbnail,
  .shop_table th.product-thumbnail {
    display: none; }

  .google-map .box-wrap-inner {
    padding-bottom: 100%; } }
/* ==========================================================================
   Media Queries 700
   ========================================================================== */
@media only screen and (max-width: 700px) {
  .wrapper {
    padding: 1em; }

  .logo, .phone {
    float: none;
    display: inline-block;
    text-align: center; }

  .phone {
    display: block; }

  .main-content img {
    max-width: 100%; }

  .backstretch {
    opacity: 0.2; }

  .cta.two-third {
    width: 100%;
    margin-right: 0%;
    float: none; }

  header .social {
    bottom: auto;
    right: auto;
    text-align: center;
    margin-top: 27px;
    float: none;
    position: relative;
    clear: both; }

  /* ============= Tables ===============*/
  .main table {
    border-left: 1px solid #cad2d7;
    border-right: 1px solid #cad2d7;
    border-top: none;
    border-bottom: none; }

  .main .woocommerce .cart-collaterals .cart_totals,
  .main .woocommerce-page .cart-collaterals .cart_totals {
    width: 80%; }

  .woocommerce .cart-collaterals .cart_totals table,
  .woocommerce-page .cart-collaterals .cart_totals table {
    border-top: 1px solid #cad2d7;
    border-bottom: 1px solid #cad2d7; } }
@media only screen and (max-width: 600px) {
  .featured-post-list .box-wrap .half {
    margin-bottom: 0;
    padding-bottom: 0;
    float: none;
    width: auto; }

  .featured-post-list .box-wrap .box-wrap-inner {
    float: none;
    width: auto; } }
@media only screen and (max-width: 600px) {
  .store-hours .grid-layout.grid-2 .column:nth-child(n) {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px; } }
/* ==========================================================================
   Media Queries 480
   ========================================================================== */
@media only screen and (max-width: 480px) {
  .store-hours .grid-layout.grid-3 .column:nth-child(n) .content {
    padding-left: 25px; }

  input[type=text], input[type=email], input[type=password], textarea, a.btn, input[type=button], input[type=submit] {
    /* ie7hack */
    *behavior: url(pie/boxsizing.htc);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 2%;
    width: 100%;
    border-radius: 0; }

  a.btn, input[type=button] {
    text-align: center; }

  a.small-btn {
    font-size: 14px;
    padding: .4em 2%; }

  a.xsmall-btn {
    font-size: 12px;
    padding: .2em 2%; }

  iframe {
    max-height: 320px; }

  #menu-icon {
    display: block !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
    width: 94% !important; }

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

  .header-container nav {
    float: none; }

  #nav {
    width: 100% !important;
    left: 0; }

  .hide-480 {
    display: none; }

  .logo {
    width: 100%; }

  .main .woocommerce .cart-buttons {
    text-align: center; }

  .contact-panel .col2,
  .contact-panel .col1 {
    width: auto;
    float: none; }
  .contact-panel .col1 {
    margin-bottom: 20px; }

  .google-map .box-wrap-inner {
    padding-bottom: 150%; }

  .main .woocommerce form .form-row-first,
  .main .woocommerce-page form .form-row-first,
  .main .woocommerce form .form-row-last,
  .main .woocommerce-page form .form-row-last {
    float: none;
    width: auto; }

  .main .woocommerce form .form-row-last,
  .main .woocommerce-page form .form-row-last {
    float: none; } }
@media only screen and (max-width: 320px) {
  body {
    padding-left: 0;
    padding-right: 0; }

  .single-store .store-header label {
    font-size: 30px; } }
/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
  font-family: 'bebas_neueregular';
  src: url("font/bebasneue-webfont.eot");
  src: url("font/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("font/bebasneue-webfont.woff") format("woff"), url("font/bebasneue-webfont.ttf") format("truetype"), url("font/bebasneue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bebasregular';
  src: url("font/bebas-webfont.eot");
  src: url("font/bebas-webfont.eot?#iefix") format("embedded-opentype"), url("font/bebas-webfont.woff") format("woff"), url("font/bebas-webfont.ttf") format("truetype"), url("font/bebas-webfont.svg#bebasregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bulletsregular';
  src: url("font/bullets-webfont.eot");
  src: url("font/bullets-webfont.eot?#iefix") format("embedded-opentype"), url("font/bullets-webfont.woff") format("woff"), url("font/bullets-webfont.ttf") format("truetype"), url("font/bullets-webfont.svg#bulletsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ==========================================================================
   // Drop Kick Styles
   ========================================================================== */
/*******************************
* dropkick drop downs
******************************/
/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for theming help
 *
 */
.dk_options .disabled a {
  color: #aaa; }

.dk_options .disabled:hover a {
  cursor: default;
  background-color: #fff;
  border-bottom-color: #999; }

/***** Begin Theme, feel free to edit in here! ******/
/* One container to bind them... */
.dk_container {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(whitesmoke));
  background: -moz-linear-gradient(top, white, whitesmoke);
  background: -o-linear-gradient(top, white, whitesmoke);
  background-color: #f5f5f5; }

.dk_container:focus {
  outline: 0; }

.dk_container a {
  cursor: pointer;
  text-decoration: none; }

/* Opens the dropdown and holds the menu label */
.content a.dk_toggle,
.dk_toggle {
  /**
     * Help: Arrow image not appearing
     * Try updating this property to your correct dk_arrows.png path
     */
  background-image: url("images/dk_arrows.png");
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  color: #857e75;
  padding: 7px 45px 7px 10px;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s; }

.content a.dk_toggle:hover,
.dk_toggle:hover {
  border-color: #8c8c8c; }

/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {
  border-color: #40b5e2; }

.dk_focus .dk_toggle {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2; }

/* Applied whenever the dropdown is open */
.dk_open {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
  /**
     * Help: Dropdown menu is covered by something
     * Try setting this value higher
     */
  z-index: 10; }

.dk_open .dk_toggle {
  background-color: #ececec;
  border-color: #8c8c8c;
  color: #ccc; }

/* The outer container of the options */
.dk_options {
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px; }

.dk_options li {
  float: none !important;
  border-right: 0 none !important; }

.dk_options a {
  background-color: #fff;
  border-bottom: 1px solid #999;
  padding: 8px 10px; }

.dk_options li:last-child a {
  border-bottom: none; }

.dk_options a:hover,
.dk_option_current a {
  background-color: #0084c7;
  color: #fff;
  text-decoration: none; }

#breadcrumbs .dk_options a:hover,
#breadcrumbs .dk_option_current a {
  color: #fff; }

.dk_options .disabled {
  cursor: default; }

.dk_options .disabled:hover {
  cursor: default;
  background-color: #fff;
  border-bottom-color: #999; }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  margin-bottom: 0 !important; }

.widget .content ul.dk_options_inner li {
  margin-top: 0px; }

#wrapper-content #content ul.dk_options_inner {
  margin-bottom: 0px; }

/* Set a max-height on the options inner */
/******  End Theme ******/
/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  float: left;
  position: relative; }

.dk_container a {
  outline: 0; }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; }

.dk_open {
  position: relative; }

.dk_open .dk_options {
  display: block; }

.dk_open .dk_label {
  color: inherit; }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%; }

.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block; }

.dk_options_inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative; }

/***** End Critical to the continued enjoyment of working dropdowns ******/
.dk_container,
select.dk,
a.dk_toggle {
  /* ie7hack */
  *behavior: url(pie/boxsizing.htc);
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.last {
  margin-right: 0 !important;
  padding-right: 0 !important; }

.first {
  margin-left: 0 !important;
  padding-left: 0 !important; }

.tableless, .tableless th, .tableless tr, .tableless td {
  background: none !important;
  border: none !important;
  padding: 0px !important; }

.no-margin {
  margin: 0 !important; }

.no-border {
  border: 0 !important; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  img {
    page-break-inside: avoid; }

  .baseline,
  footer,
  .right-aside,
  .header-tear,
  #nav-wrap {
    display: none; }

  .main-content {
    float: none;
    width: auto;
    margin-right: 0; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.menu-hide-mobile {
  display: none !important; }

@media screen and (min-width: 768px) {
  .menu-hide-mobile {
    display: block !important; } }
