@charset "UTF-8";
.ng-cloak {
  display: none !important; }

/*
Theme Name: ChefWorks 2.0
Theme URI: http://chefworks.com/
Author: TripleMagic
Author URI: http://www.triplemagicinteractive.com/
Description: ChefWorks Theme 2.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chefworks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Chef Works 2.0 is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Helvetica Neue";
  src: url("Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
  src: url("Fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"), url("Fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"), url("Fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("Fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("Fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg"); }
@font-face {
  font-family: "Helvetica Neue Cn";
  src: url("Fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix");
  src: url("Fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix") format("eot"), url("Fonts/88a238be-6477-4e71-bdc4-5a35bbf8d392.woff2") format("woff2"), url("Fonts/842088d0-1ae2-40d0-8561-3c95761ba7a6.woff") format("woff"), url("Fonts/c74505d5-13e8-47ed-94a8-630aab4da3e6.ttf") format("truetype"), url("Fonts/6cd480d1-47d0-48b4-86bd-283db2cb9235.svg#6cd480d1-47d0-48b4-86bd-283db2cb9235") format("svg"); }
@font-face {
  font-family: "Helvetica Neue Md Cn";
  src: url("Fonts/76588fde-4a6d-4625-b682-dec20ba0268b.eot?#iefix");
  src: url("Fonts/76588fde-4a6d-4625-b682-dec20ba0268b.eot?#iefix") format("eot"), url("Fonts/929fe503-0584-445b-bb96-73be21f31a5d.woff2") format("woff2"), url("Fonts/916f5049-ba4b-49b6-a841-bb94711511da.woff") format("woff"), url("Fonts/54152a0f-a804-42cc-9fbb-d0502ca574f4.ttf") format("truetype"), url("Fonts/78615015-c24d-4ddb-b147-2a505bdd994c.svg#78615015-c24d-4ddb-b147-2a505bdd994c") format("svg"); }
@font-face {
  font-family: "Helvetica Neue Md";
  src: url("Fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix");
  src: url("Fonts/83d5bc89-af33-46a9-8fe3-15d87784f50e.eot?#iefix") format("eot"), url("Fonts/ab23c239-fb66-406e-bce6-f0f260f5a217.woff2") format("woff2"), url("Fonts/102ab74c-0e84-4fe5-a17a-b20fb643591a.woff") format("woff"), url("Fonts/1d146b29-55e2-485b-96aa-5cb628e7e9eb.ttf") format("truetype"), url("Fonts/d90b3358-e1e2-4abb-ba96-356983a54c22.svg#d90b3358-e1e2-4abb-ba96-356983a54c22") format("svg"); }
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  overflow-x: hidden; }

h1,
h2 {
  font-family: "Helvetica Neue Md Cn";
  clear: both; }

h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue Cn";
  clear: both; }

p {
  margin-bottom: 1.5em; }

cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  padding: 1.6em; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

header input[type="text"],
header input[type="email"],
header input[type="url"],
header input[type="password"],
header input[type="search"],
header textarea, footer input[type="text"],
footer input[type="email"],
footer input[type="url"],
footer input[type="password"],
footer input[type="search"],
footer textarea, #primary:not(.ps-content) input[type="text"],
#primary:not(.ps-content) input[type="email"],
#primary:not(.ps-content) input[type="url"],
#primary:not(.ps-content) input[type="password"],
#primary:not(.ps-content) input[type="search"],
#primary:not(.ps-content) textarea {
  color: #333;
  border: none; }
header input[type="text"]:focus,
header input[type="email"]:focus,
header input[type="url"]:focus,
header input[type="password"]:focus,
header input[type="search"]:focus,
header textarea:focus, footer input[type="text"]:focus,
footer input[type="email"]:focus,
footer input[type="url"]:focus,
footer input[type="password"]:focus,
footer input[type="search"]:focus,
footer textarea:focus, #primary:not(.ps-content) input[type="text"]:focus,
#primary:not(.ps-content) input[type="email"]:focus,
#primary:not(.ps-content) input[type="url"]:focus,
#primary:not(.ps-content) input[type="password"]:focus,
#primary:not(.ps-content) input[type="search"]:focus,
#primary:not(.ps-content) textarea:focus {
  color: #111; }
header input[type="text"],
header input[type="email"],
header input[type="url"],
header input[type="password"],
header input[type="search"], footer input[type="text"],
footer input[type="email"],
footer input[type="url"],
footer input[type="password"],
footer input[type="search"], #primary:not(.ps-content) input[type="text"],
#primary:not(.ps-content) input[type="email"],
#primary:not(.ps-content) input[type="url"],
#primary:not(.ps-content) input[type="password"],
#primary:not(.ps-content) input[type="search"] {
  padding: 0px;
  outline: none; }
header img, footer img, #primary:not(.ps-content) img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/
.searchform {
  line-height: 33px; }

.form-success {
  display: none; }

.searchform input.search {
  font-family: "Helvetica Neue Md Cn";
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  width: 100%;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 40px;
  text-transform: uppercase;
  vertical-align: middle; }

.searchform .search-icon {
  position: absolute;
  max-width: 18px;
  top: 7px;
  right: 10px; }

.searchform fieldset {
  border: none;
  padding: 0;
  margin: 0;
  position: relative; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation::before {
  background: #333333 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 35px;
  margin: 0 -500%;
  padding: 0 500%;
  position: absolute; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  height: 35px;
  padding: 0; }

.main-navigation > div {
  padding: 0; }

#mega-menu-wrap-primary {
  filter: none !important;
  width: 150%; }

#mega-menu-wrap-corporate,
#mega-menu-wrap-primary #mega-menu-primary {
  margin-left: -10px; }

.menu-top-container {
  height: auto;
  padding-left: 48px; }

.menu-top-container ul {
  list-style: none;
  margin: 0 0 0 -78px;
  padding: 0; }

.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0 0 0 -15px;
  padding-left: 0; }

.menu-top-container li,
.main-navigation li {
  float: left;
  position: relative; }

.main-navigation li {
  padding-right: 50px; }

.main-navigation li:last-child {
  padding-right: 0; }

.menu-top-container a,
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 35px;
  font-size: 12px; }

.menu-item a {
  color: #FFF;
  font-family: "Helvetica Neue Md Cn"; }

.menu-top-container a {
  font-weight: bold;
  color: #333; }

.menu-top-container a:hover {
  color: #77777A;
  text-decoration: none; }

.mega-sub-menu .mega-menu-item-has-children {
  border-right: 1px solid !important;
  min-height: 290px !important; }

.menu-top-container li:first-of-type a:after {
  display: inline-block;
  content: "|";
  color: #77777A;
  padding: 0 10px; }

.menu-top-container li {
  margin-bottom: 20px;
  margin-top: -5px; }

.main-navigation ul ul {
  background-color: gray;
  float: left;
  position: absolute;
  top: 35px;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: 0;
  top: 0;
  position: relative; }

.main-navigation ul.sub-menu li.menu-item-has-children > a {
  font-weight: bold; }

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  color: #E6E6E6; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.menu-top-container .current_page_item > a,
.menu-top-container .current-menu-item > a,
.menu-top-container .current_page_ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  color: #B5121B; }

.main-navigation a {
  font-family: "Helvetica Neue Md" !important; }

.menu-toggle,
.cart-icon {
  background-color: transparent;
  background-size: cover;
  height: 35px;
  border: none;
  position: absolute; }

#header-cart-links {
  background-color: #CCC;
  padding: 10px;
  margin-right: 15px; }

.menu-toggle > img,
.cart-icon > img {
  width: 50%; }

.menu-toggle {
  left: -10px;
  top: 0; }

.cart-icon {
  right: 10px;
  top: 2px; }

.mobile-menu .login,
.mobile-menu .search {
  background: #333;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center; }

.mobile-menu .login,
.mobile-menu a {
  font-family: "Helvetica Neue Md Cn";
  color: #FFF;
  text-decoration: none; }

.mobile-menu .login:hover, .mobile-menu a:hover {
  color: #ccc;
  text-decoration: none; }

.mobile-menu .search-mobile {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0; }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.single .post-navigation .nav-next,
.single .nav-next > a,
.single .post-navigation .nav-previous,
.single .nav-previous > a {
  width: auto; }

.single .nav-next > a {
  padding-right: 42px; }

.single .nav-previous > a {
  padding-left: 42px; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 50px; }

.footer-widgets .widget {
  width: 200px;
  float: left; }

.footer-widgets .widget_lsi_widget {
  float: right;
  width: 320px !important;
  margin-top: -50px;
  padding: 0; }

.footer-widgets .widget_simpleimage {
  width: auto !important;
  padding-top: 23px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  float: right; }

.footer-widgets .widget_text {
  float: right;
  padding: 0;
  text-align: right;
  width: 300px !important;
  margin-top: -40px; }

.footer-widgets .widget_text a {
  font-size: 14px; }

.footer-widgets .icon-set-lsi_widget-2 {
  float: right; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/* Footer widgets */
.logo-footer img {
  max-height: 33px; }

.footer-widgets {
  background-color: #E6E6E6;
  clear: both;
  overflow: hidden;
  margin: 0 -500%;
  padding: 0 500% !important; }

.footer-widgets h3 {
  font-family: "Helvetica Neue Md Cn";
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 35px; }

.footer-widgets a {
  font-family: "Helvetica Neue Md Cn";
  font-size: 12px;
  text-decoration: none;
  color: #77777A;
  margin-bottom: 8px;
  display: block; }

.footer-widgets a:visited {
  color: #77777A; }

.footer-widgets a:hover {
  color: #333;
  text-decoration: none; }

.footer-widgets ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.site-footer .separator {
  background-color: #333;
  height: 15px;
  width: 100%;
  margin: 0 -500%;
  padding: 0 500%; }

.lsi-social-icons li a {
  margin-left: 4px !important;
  padding: 4px !important; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.container {
  max-width: 1024px;
  margin: 0 auto; }

.page-template-corporate .site-content,
.home .site-content {
  padding-top: 141px;
  padding-left: 0;
  padding-right: 0; }

.column-left, .column-right {
  margin-bottom: 10px; }

.single .site-content,
.page-template-default .site-content,
.search .site-content,
.archive .site-content,
.error404 .site-content,
.blog .site-content {
  padding-top: 117px; }

.site-header {
  background: white none repeat scroll 0 0;
  z-index: 999;
  max-width: 1024px;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

#page {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 62px; }

@media (min-width: 768px) {
  header::after, header::before {
    background: #ffffff none no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 75px;
    margin: -30px -500% 0;
    padding: 0 500%;
    position: absolute;
    width: 100%;
    z-index: -1; } }
.site-content,
.site-branding {
  margin-left: -17px;
  padding-right: 62px; }

.logo a > img {
  margin-bottom: -8px;
  vertical-align: bottom; }

#masthead {
  position: fixed;
  margin: 0 auto 0 -48px;
  max-width: 1024px;
  width: 100%;
  z-index: 10; }

.bouncex_header_top {
  z-index: 11 !important; }

@media (max-width: 960px) {
  .bcx_pusher, .bcx_container {
    display: none !important; } }
.site-branding {
  display: inline-block;
  margin-top: -40px; }

.header-container {
  clear: both; }

.right-menu {
  float: right;
  height: 100px;
  line-height: 100px;
  padding-right: 15px;
  margin-top: -55px; }

.mobile-menu-login span {
  color: #FFF; }

.search-mobile .searchform input.search {
  background: #fff none repeat scroll 0 0;
  padding: 0 10px;
  color: #333; }

.mobile-menu-login,
.right-menu,
.right-menu a {
  font-family: "Helvetica Neue Md Cn";
  text-decoration: none;
  color: #77777a;
  font-size: 12px;
  text-transform: uppercase; }

.right-menu a:hover {
  color: #333;
  text-decoration: none; }

/*
.right-menu ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
}

.right-menu ul li {
  display: inline;
  color: #77777a;
    font-size: 12px;
}*/
.right-menu span.gray {
  color: #808080; }

.mobile-menu span.red,
.right-menu span.red {
  color: #B5121B; }

.header-login-link {
  padding-right: 20px; }

.header-login-status ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0 20px 0 0;
  position: relative;
  top: 10px; }

.header-login-status ul li {
  display: block;
  line-height: 20px; }

.header-login-status ul li:first-of-type::after {
  content: ""; }

/*
.right-menu ul li:first-of-type::after {
    color: #77777a;
    content: "|";
    display: inline-block;
    padding: 0 7px 0 10px;
}
*/
.header-login-status {
  display: inline-block; }

.login-cart > a.cart {
  background-color: #CCC;
  color: #77777a;
  display: inline-block;
  height: 36px;
  width: 72px;
  line-height: 39px;
  margin-right: 10px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.login-cart {
  display: inline-block;
  vertical-align: middle; }

.right-menu .cart > img {
  margin-left: 5px;
  margin-right: 2px;
  vertical-align: middle;
  width: 24px; }

.login-cart > a {
  display: inline-block; }

.login-cart > img {
  vertical-align: middle; }

/* Blog Page */
body.page-template-corporate .content-area {
  float: none !important;
  width: 100% !important;
  max-width: 1024px !important; }

body:not(.home) .content-area {
  float: left;
  max-width: 520px; }

body.page-template-default .content-area {
  max-width: 100%; }

body:not(.home) .site-content .widget-area {
  float: right;
  overflow: hidden;
  max-width: 350px;
  margin-top: 50px; }

body:not(.home) .site-footer {
  clear: both; }

.entry-header h1 {
  margin-bottom: 0; }

.entry-title a {
  color: #333;
  text-decoration: none; }

.entry-title a:hover {
  color: #7A7A7A;
  text-decoration: none; }

.entry-meta {
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 10px 0 5px; }

.entry-meta > img {
  padding-bottom: 5px;
  margin-bottom: 6px; }

.meta-share {
  float: right;
  display: inline-block;
  margin-top: -6px; }

.entry-meta,
.entry-meta a {
  color: #333;
  font-size: 12px;
  text-decoration: none; }

.blog .entry-content,
.page-template-default .entry-content,
.single .entry-content {
  padding-left: 0;
  padding-right: 0; }

.entry-content {
  padding-left: 60px;
  padding-right: 60px; }

.widget_simpleimage p {
  text-align: center; }

.more > a {
  margin: 0 auto; }

.nav-previous > a {
  text-align: right !important;
  padding-right: 18px !important; }

.nav-previous > a::after {
  background-image: url("images/right-arrow-white.png");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  content: "";
  height: 11px;
  width: 9px;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }

.nav-previous > a::before {
  content: "|";
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: lighter;
  position: absolute;
  left: 26px;
  top: -1px; }

.nav-previous > a,
.nav-next > a,
.more > a,
a.read-more {
  font-family: "Helvetica Neue Md Cn";
  background-color: #B5121B;
  border: none;
  color: #FFF;
  display: block;
  text-decoration: none;
  font-size: 12px;
  height: 30px;
  width: 128px;
  text-align: left;
  padding: 7px 7px 7px 13px;
  margin-top: 15px;
  position: relative;
  text-transform: uppercase; }

.nav-previous > a:hover,
.nav-next > a:hover,
.more > a:hover,
a.read-more:hover {
  color: #fff; }

.nav-next > a::after,
.more > a::after,
a.read-more span.right-arrow-white {
  background-image: url("images/right-arrow-white.png");
  background-size: cover;
  display: block;
  position: absolute;
  content: "";
  height: 11px;
  width: 9px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%); }

.nav-next > a::before,
.more > a::before {
  content: "|";
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: lighter;
  position: absolute;
  right: 26px;
  top: -1px; }

a.read-more span.line {
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: lighter;
  position: absolute;
  right: 26px;
  top: -1px; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Header Subscribe Form */
.header-subscribe:before {
  background-image: url("images/news_background.jpg");
  background-size: cover;
  height: 270px;
  width: 1920px;
  margin-left: -510px;
  content: "";
  display: block;
  position: absolute; }

.header-subscribe {
  height: 270px;
  margin-top: 25px;
  clear: both; }

.insider h2 {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1;
  color: #FFF;
  margin-top: 25px;
  margin-bottom: 0; }

.insider h3 strong,
.insider h2 strong {
  font-family: 'Helvetica Neue Md Cn'; }

.insider h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 15px;
  margin-bottom: 0; }

.insider p {
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  color: #FFF;
  margin: 10px 0; }

.insider {
  padding-right: 0; }

.insider-separator {
  height: 79%;
  width: 3px;
  left: 47%;
  margin: 18px 0;
  background-color: #FFF;
  position: absolute; }

.insider > form {
  max-width: 440px; }

.insider fieldset {
  width: 100%;
  max-width: 440px !important; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.connect-container {
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: block;
  margin: 50px 62px;
  padding: 0 62px;
  overflow: hidden; }

.connect {
  float: left; }

.connect h2 {
  color: #333;
  text-transform: uppercase;
  margin: 10px 0 0; }

.connect p {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 18px; }

.single .subscribe {
  margin-top: 5px; }

.blog .subscribe {
  margin-top: 22px; }

.subscribe input {
  font-family: "Helvetica Neue Md Cn";
  background-color: #e6e6e6;
  border: 0;
  color: #77777a;
  font-size: 12px;
  text-transform: uppercase;
  top: 50%;
  max-width: 155px;
  max-height: 50px;
  outline: none;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.subscribe button {
  font-family: "Helvetica Neue Md Cn";
  float: right;
  background-color: #B5121B;
  border: none;
  color: #FFF;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 100px;
  text-align: left;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.subscribe-button span.right-arrow-white {
  background-image: url("images/right-arrow-white.png");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  content: "";
  height: 11px;
  width: 9px;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.subscribe-button span.line {
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: lighter;
  position: absolute;
  right: 26px;
  top: -1px; }

body:not(.blog) .subscribe fieldset,
.blog .subscribe fieldset {
  background-color: #e6e6e6;
  border: none;
  height: 50px;
  max-width: 358px;
  line-height: 50px;
  margin: -2px 0 auto;
  padding: 0 0 0 10px;
  position: relative; }

.chef-announcements {
  height: 30px; }

.chef-announcements-wrapper {
  background-color: #B5121B;
  margin: 0 -500%;
  padding: 0 500%; }

.chef-announcements p {
  font-family: "Helvetica Neue Md Cn";
  color: #FFF;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase; }

.logo-footer {
  position: relative;
  max-height: 33px; }

.site-footer {
  position: relative; }

p.copyright {
  font-size: 12px;
  color: #333; }

/* Homepage Slider */
.flex-control-paging li a.flex-active {
  background-image: url("images/nav-active.jpg") !important;
  background-size: cover !important;
  width: 15px;
  height: 15px; }

.flex-control-paging li a:hover {
  background-image: url("images/nav-active.jpg") !important;
  background-size: cover !important;
  text-decoration: none; }

.flex-control-paging li a {
  background-image: url("images/nav-inactive.jpg") !important;
  background-size: cover !important;
  width: 15px !important;
  height: 15px !important; }

.metaslider .flexslider {
  padding-top: 15px; }

.page-template-corporate .separator-top,
.home .separator-top {
  border-bottom: 1px solid #ccc;
  height: 1px;
  margin: 35px auto;
  width: 100%;
  max-width: 900px; }

.home .caption h2,
.home .caption h3 {
  margin: 0;
  text-transform: uppercase; }

.metaslider .msHtmlOverlay .layer * {
  line-height: 0.8em !important; }

.metaslider .caption-wrap {
  background: none !important;
  position: relative !important;
  opacity: 1 !important;
  color: #000 !important;
  text-align: center;
  font-size: 12px;
  font-family: "Helvetica Neue Md Cn"; }

.metaslider .caption-wrap .price {
  color: #B5121B;
  display: block; }

@media (max-width: 990px) {
  .menu-top-container {
    display: inline-block;
    padding: 0; }

  .menu-top-container ul {
    margin: 0; } }
@media (min-width: 768px) and (max-width: 900px) {
  .home .metaslider:not(.metaslider-2892),
  .page-template-corporate .metaslider {
    max-width: 870px !important;
    width: 870px !important;
    margin-left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  .page-template-corporate .metaslider .msDefaultImage {
    width: 860px;
    height: 100%; } }
@media (min-width: 901px) and (max-width: 1024px) {
  .home .metaslider:not(.metaslider-2892),
  .page-template-corporate .metaslider {
    max-width: 1024px !important;
    width: 1024px !important;
    margin-left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  .page-template-corporate .metaslider .msDefaultImage {
    width: 1024px;
    height: 100%; } }
@media (min-width: 1025px) and (max-width: 1280px) {
  .home .metaslider:not(.metaslider-2892),
  .page-template-corporate .metaslider {
    max-width: 1280px !important;
    width: 1280px !important;
    margin-left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  .page-template-corporate .metaslider .msDefaultImage {
    width: 1280px;
    height: 100%; } }
@media (min-width: 1281px) and (max-width: 1600px) {
  .home .metaslider:not(.metaslider-2892),
  .page-template-corporate .metaslider {
    max-width: 1600px !important;
    width: 1600px !important;
    margin-left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  .page-template-corporate .metaslider .msDefaultImage {
    width: 1600px;
    height: 100%; } }
@media (min-width: 1601px) {
  .home .metaslider:not(.metaslider-2892),
  .page-template-corporate .metaslider {
    max-width: 1920px !important;
    width: 1920px !important;
    margin-left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  .page-template-corporate .metaslider .msDefaultImage {
    width: 1920px;
    height: 100%; } }
.classics-slider {
  max-width: 900px; }

.classics-slider h3 {
  font-family: "Helvetica Neue Cn";
  font-size: 16px;
  margin-top: -10px;
  margin-bottom: 20px;
  text-align: center; }

.classics-slider h2 {
  font-family: "Helvetica Neue Md Cn";
  margin: 0;
  text-align: center; }

/* Homepage Blocks */
.homepage-block-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  max-width: 803px;
  overflow: hidden; }

.homepage-block {
  display: inline-block;
  max-width: 400px;
  margin-bottom: 8px; }

.homepage-block:nth-of-type(3n) {
  clear: left; }

.homepage-block a {
  text-decoration: none;
  color: #333; }

.homepage-block > a:hover {
  color: #333; }

.homepage-block:nth-of-type(odd) {
  padding-right: 0px;
  margin-right: 8px; }

.homepage-block:nth-of-type(even) {
  margin-right: -8px;
  padding-left: 0 !important; }

.homepage-block p,
.homepage-block h2 {
  display: inline-block;
  margin: 0;
  text-transform: uppercase; }

.homepage-block p {
  font-family: "Helvetica Neue Md Cn";
  font-size: 14px;
  margin-top: -9px;
  vertical-align: middle;
  text-transform: uppercase; }

.homepage-block span {
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
  top: -4px; }

/* Corporate Page */
.corporate-block-container {
  max-width: 900px;
  height: auto;
  overflow: hidden;
  padding: 0 62px !important; }

.corporate-block-left {
  max-width: 280px;
  margin-right: 8px; }

.corporate-block-right {
  margin-top: 48px;
  max-width: 480px;
  padding: 0 !important; }

.corporate-block {
  position: relative; }

.corporate-block-right .column-right:nth-of-type(3),
.corporate-block-right .column-right:nth-of-type(4) {
  margin-left: 8px;
  margin-top: 1px;
  padding: 0; }

.corporate-block-right .column-right {
  float: left; }

.corporate-block h2 {
  color: #ffffff;
  left: 13px;
  font-size: 18px;
  line-height: 25px;
  position: absolute;
  text-transform: uppercase;
  bottom: 0px;
  margin-bottom: 16px; }

/* 14.6 Mobile menu */
.sidr {
  padding: 50px 0;
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 320px;
  overflow-x: none;
  overflow-y: auto;
  font-family: 'Helvetica Neue Md Cn';
  font-size: 12px;
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #010101;
  color: #77777A;
  text-align: center; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr.left {
  left: -320px;
  right: auto; }

.sidr-class-mega-menu-toggle:before {
  display: block;
  font-size: 26px;
  color: #FFF;
  content: "×";
  position: absolute;
  top: 5px;
  left: 40px;
  cursor: pointer; }

li.sidr-class-mega-menu-item-has-children > ul.sidr-class-sub-menu {
  visibility: hidden; }

a.sidr-class-mega-menu-link.active {
  font-family: "Helvetica Neue Md Cn";
  font-weight: bold;
  font-size: 14px; }

.sidr-inner ul > li.sidr-class-mega-menu-item-has-children > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-color: #ffffff transparent transparent transparent;
  margin-top: 0px;
  bottom: 0;
  margin-left: 49%;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.sidr-inner ul > li.sidr-class-mega-menu-item-has-children.selected > a:before {
  border-color: #77777A transparent transparent transparent;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  margin-left: 49%;
  margin-top: 30px;
  position: absolute;
  text-decoration: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.sidr-inner ul.sidr-class-sub-menu > li.sidr-class-mega-menu-item-has-children > a:before {
  display: none; }

ul.sidr-class-sub-menu li a {
  color: #777 !important;
  line-height: 16px;
  font-size: 10px;
  outline: none; }

#sylph-mobile-menu .sidr {
  visibility: visible; }

.sidr p a {
  font-size: 12px;
  outline: none; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 38px;
  visibility: visible; }

.sidr ul li > ul li {
  display: none; }

.sidr ul li.selected ul:before {
  display: block; }

ul.sidr-class-sub-menu > a {
  display: none !important; }

.sidr ul li a:hover,
.sidr ul li.selected > a,
.sidr ul li.current-menu-item a,
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  color: #77777A;
  text-decoration: none; }

.sidr ul li a,
.sidr ul li span {
  display: block;
  text-decoration: none;
  color: #FFF;
  position: relative; }

.sidr ul li ul {
  margin: 0; }

.center-block {
  float: none !important; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.global-btns a {
  display: block;
  height: 50px;
  overflow: hidden;
  text-indent: -999px; }

.featured_image {
  margin: 0 0 10px; }

.global-btns a.gdbtn {
  background: transparent url("images/global-capabilities/global-distribution-btn.jpg") no-repeat scroll center center; }

.global-btns a.gdbtn.current, .global-btns a.gdbtn:hover {
  background: transparent url("images/global-capabilities/global-distribution-btn-on.jpg") no-repeat scroll center center; }

.global-btns a.gmbtn {
  background: transparent url("images/global-capabilities/global-manufacturing-btn.jpg") no-repeat scroll center center; }

.global-btns a.gmbtn.current, .global-btns a.gmbtn:hover {
  background: transparent url("images/global-capabilities/global-manufacturing-btn-on.jpg") no-repeat scroll center center; }

.global-btns a.gnbtn {
  background: transparent url("images/global-capabilities/global-network-btn.jpg") no-repeat scroll center center; }

.global-btns a.gnbtn.current, .global-btns a.gnbtn:hover {
  background: transparent url("images/global-capabilities/global-network-btn-on.jpg") no-repeat scroll center center; }

.global-btns a:hover {
  cursor: pointer; }

.globalLrg {
  display: none; }

.globalLrg.current {
  display: block; }

.global table {
  font-size: 12px;
  letter-spacing: -1px; }

.global table p {
  line-height: 125% !important; }

@media (min-width: 991px) and (max-width: 1040px) {
  #masthead {
    padding: 0 20px; } }
@media (max-width: 767px) {
  #page {
    margin-top: 0;
    padding: 0; }

  #masthead {
    position: relative;
    max-width: 100%;
    top: 0;
    margin: 0; }

  .page-template-corporate .site-content,
  .home .site-content {
    padding-top: 20px; } }
@media (min-width: 768px) and (max-width: 768px) {
  .homepage-block:nth-of-type(odd) {
    padding-right: 8px !important;
    padding-left: 40px !important; }

  .homepage-block:nth-of-type(even) {
    padding-left: 0 !important;
    padding-right: 40px !important; } }
@media (max-width: 768px) {
  .footer-widgets .widget_lsi_widget,
  .footer-widgets .widget,
  .footer-widgets .widget_simpleimage,
  .footer-widgets .widget_lsi_widget ul {
    text-align: center !important;
    width: 100% !important;
    margin: 0 !important;
    float: none; }

  .footer-widgets h3::after,
  .mobile-desc h2::after {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }

  .mobile-desc h2::after {
    background-image: url("images/right-arrow.png");
    width: 10px;
    height: 13px; }

  .footer-widgets h3::after {
    background-image: url("images/down-arrow.png");
    width: 17px;
    height: 15px; }

  .footer-widgets h3 {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    margin: 0 0 10px;
    position: relative; }

  .footer-widgets .widget_nav_menu:nth-of-type(1) h3 {
    margin-top: 35px; }

  .footer-widgets .widget_nav_menu:nth-of-type(2) h3 {
    border: none;
    margin-top: -10px;
    margin-bottom: 0; }

  .footer-widgets .menu-help-menu-container,
  .footer-widgets .menu-more-menu-container,
  .footer-widgets .menu-tools-menu-container {
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 0.3s ease-out, height 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, height 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, height 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, height 0.3s ease-out;
    transition: opacity 0.3s ease-out, height 0.3s ease-out; }

  .footer-widgets .menu-help-menu-container.active,
  .footer-widgets .menu-more-menu-container.active,
  .footer-widgets .menu-tools-menu-container.active {
    opacity: 1;
    height: 100%;
    -webkit-transition: opacity 0.3s ease-out, height 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, height 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, height 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, height 0.3s ease-out;
    transition: opacity 0.3s ease-out, height 0.3s ease-out; } }
@media (min-width: 768px) and (max-width: 994px) {
  .footer-widgets .widget {
    width: 19%; } }
@media (min-width: 768px) {
  .hide-menu {
    display: none !important; }

  body:not(.blog) .subscribe fieldset {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); } }
@media (max-width: 767px) {
  .site-content, .site-branding {
    padding: 0;
    margin-left: 0; }

  .site-header, .site-content, .site-footer {
    border: none; }

  .site-branding {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%; }

  .subscribe input {
    max-width: 250px;
    width: 100%; }

  .logo {
    text-align: center;
    position: relative; }

  .searchform input.search {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFF; }

  .search::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 1; }

  .search:-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
    opacity: 1; }

  .search::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
    opacity: 1; }

  .search:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 1; }

  .mobile-desc {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    margin: 10px 10px 0;
    position: relative; }

  .classics-slider {
    margin-bottom: 50px; }

  .homepage-block {
    float: none !important;
    display: block;
    padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 18px;
    text-align: center;
    overflow: hidden; }

  .homepage-block:nth-of-type(odd) {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto; }

  .homepage-block:nth-of-type(2n) {
    margin-left: auto;
    margin-right: auto; }

  .connect-container {
    border: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0; }

  .connect {
    text-align: center; }

  .subscribe {
    margin-top: 5px; }

  .page-template-corporate .subscribe form,
  .home .subscribe > form {
    height: 75px; }

  .blog .subscribe {
    margin-top: 0; }

  .header-subscribe {
    height: 200px; }

  .blog .insider.col-sm-6 {
    width: 100%; }

  .subscribe button {
    width: 29px;
    position: absolute;
    right: 10px; }

  .header-subscribe > .row {
    position: relative;
    z-index: 99999; }

  .copyright-container {
    background-color: #E6E6E6;
    position: relative;
    text-align: center;
    margin-top: 0;
    padding-bottom: 30px;
    right: 0;
    left: 0; }

  .copyright-container p {
    margin-bottom: 0; }

  .footer-widgets aside > h3 {
    text-align: center;
    font-size: 16px; }

  .footer-widgets aside {
    margin-bottom: 0; }

  .footer-widgets .lsi-social-icons {
    margin: 0; }

  .footer-widgets ul {
    text-align: center !important; }

  .lsi-social-icons li a {
    height: 40px !important;
    width: 40px !important;
    font-size: 25px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  body.page-template-corporate .content-area {
    float: left; }

  .site-content,
  .site-branding,
  .right-menu,
  .main-navigation,
  .connect-container {
    padding-left: 20px;
    padding-right: 20px; }

  .homepage-block p {
    margin-top: -15px; }

  .connect-container {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px; }

  .main-navigation li {
    padding-right: 20px; }

  .subscribe button {
    right: 10px; }

  .copyright-container {
    right: 30px; }

  .footer-widgets .lsi-social-icons {
    margin-left: -30px !important; }

  .footer-widgets {
    padding-left: 10px;
    padding-right: 10px; }

  body:not(.home) .entry-content {
    padding: 0; }

  .meta-share img {
    width: 110px; } }
@media (min-width: 320px) and (max-width: 767px) {
  .page-template-corporate .site-content,
  .page-template-default .site-content {
    padding-top: 0px; }

  .search-mobile .searchform input.search:focus {
    color: #333;
    opacity: 1; }

  .search-mobile .searchform input.search {
    text-align: left; }

  .searchform .search-icon {
    top: 10px; }

  .searchform form {
    max-width: 350px;
    margin: 0 auto; }

  .searchform {
    background: #fff;
    color: #333; }

  .search::-webkit-input-placeholder {
    color: #333;
    opacity: 0.3; }

  .search:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
    opacity: 0.3; }

  .search::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    opacity: 0.3; }

  .search:-ms-input-placeholder {
    color: #333;
    opacity: 0.3; }

  .home .site-content,
  .blog .site-content,
  .single .site-content,
  .error404 .site-content,
  .archive .site-content,
  .search .site-content {
    padding-top: 0; }

  .subscribe input {
    max-width: 160px; }

  .widget-area img {
    max-width: 90%; }

  .corporate-block-right, .column-right {
    padding: 0;
    margin: 0 !important; }

  .footer-widgets .widget_lsi_widget {
    margin-left: 0; }

  body:not(.home) .content-area {
    float: none;
    margin: 0 auto; }

  body:not(.home) .entry-content {
    padding: 0; }

  body:not(.home) .site-content .widget-area {
    margin-top: 30px;
    float: none;
    margin: 0 auto; }

  body:not(.blog) .subscribe fieldset {
    margin: 0 auto; }

  .connect.col-sm-6 {
    width: 100%; }

  .subscribe.col-sm-6 {
    width: 100%; }

  .footer-widgets aside.col-sm-3 {
    width: 100%; }

  .lsi-social-icons li a {
    line-height: 1.5em !important; }

  .navigation.posts-navigation {
    border-bottom: 2px solid;
    border-top: 2px solid;
    padding-bottom: 15px; }

  .header-subscribe {
    margin-bottom: 25px;
    text-align: center; }

  .insider > form {
    margin: 0 auto; }

  .insider h2 {
    font-size: 32px; }

  .insider h3 {
    font-size: 24px;
    margin-bottom: 15px; }

  .insider p {
    font-size: 16px; }

  .single .entry-content {
    padding: 15px !important; }

  .cart-page-link {
    text-decoration: none; }

  .cart-page-link > span {
    position: relative;
    font-size: 14px;
    color: #808080; } }
@media (max-width: 550px) {
  article {
    padding: 0 20px; }

  .single .insider h3 {
    margin-bottom: -12px; } }
@media (min-width: 220px) and (max-width: 440px) {
  .logo a > img {
    width: 60%; }

  .meta-share {
    display: block;
    float: none;
    margin: 0; }

  .cart-page-link > img {
    max-width: 50px;
    position: relative;
    left: 10px; }

  .cart-page-link > span {
    left: 10px; } }
@media (max-width: 992px) {
  .widget-area img {
    height: 100%;
    max-width: 100%; } }
@media (min-width: 300px) and (max-width: 335px) {
  .homepage-block:nth-of-type(2) .homepage-block-content .mobile-desc h2:after {
    right: 15px; } }
div.menu-top-container-col {
  z-index: -1;
  /* the next-sibling has link elements with negative top margine which are 'covered' by this container otherwise */ }

/* cw-fetch-price */
.cw-fetch-price-result {
  margin: 0.5em 1.5em 0 1.5em;
  text-align: center;
  font-weight: bold; }
.cw-fetch-price-result .cw-product-name {
  text-overflow: ellipsis; }
.cw-fetch-price-result .cw-price[currency="USD"] {
  margin-top: 0.5em;
  color: #B5121B; }
  .cw-fetch-price-result .cw-price[currency="USD"]:before {
    content: '$'; }

/* Popup CSS */
.jquery-modal {
  display: none;
  margin-top: -210px !important;
  width: 800px;
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px #000;
  transform: translateX(-50%);
  z-index: 999 !important; }

.jquery-modal .content {
  height: 500px;
  overflow-y: scroll; }

.jquery-modal a.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(images/close.png) no-repeat 0 0; }

.jquery-modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(images/spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }

body > div > iframe {
  height: 0;
  position: absolute; }

.wpcf7 textarea {
  background: #f7f7f7 none repeat scroll 0 0;
  font-family: "Helvetica Neue";
  font-size: 14px;
  margin: 10px auto;
  padding: 7px 10px !important; }

.wpcf7 input {
  font-family: "Helvetica Neue Md Cn";
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  background: #f7f7f7 none repeat scroll 0 0;
  margin: 10px auto;
  padding: 7px 10px !important;
  text-transform: uppercase;
  width: 100%; }

.wpcf7 input[type="reset"] {
  line-height: 1 !important; }

.wpcf7 select {
  margin: 10px auto;
  padding: 2px 10px !important; }

.wpcf7 input.wpcf7-submit {
  line-height: 1;
  padding: 5px 7px !important; }

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  margin: 0 !important;
  vertical-align: middle;
  width: auto; }

.wpcf7-form-control-wrap.FaxArea input,
.wpcf7-form-control-wrap.WorkPhoneArea input {
  padding: 5px !important;
  width: 28px !important; }

body.page-template-page-fullwidth .container {
  padding: 0;
  margin-left: -48px;
  margin-top: 160px; }

body.page-template-page-nosidebar .content-area {
  max-width: 100%; }

body.page-template-page-nosidebar .entry-content {
  margin-top: 60px; }

#accordion h2 {
  font-weight: normal;
  border: none;
  padding: 7px 0;
  margin: 0;
  font-size: 17px;
  cursor: pointer; }

#accordion h2:hover {
  color: #B5121B; }

#accordion .col-sm-6 {
  height: 250px; }

@media (max-width: 768px) {
  #accordion .col-sm-6 {
    height: 100%;
    min-height: 200px; } }

/*# sourceMappingURL=style.css.map */
