
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);


/*      Request ID: f9b0ff8ee67f571fad53c6bc940c5e50_1713682813 (04/21/2024 3:40am) (minifier disabled) (nY9LDsIwDESvwgEgPlKVj0kiOXYVuw29PRGFLYvunkaaeRoo0hBoqEk/QD2nIK/H2sXEfVMXpcG6BapxKdYIqO44iicEKzjbUTqC2kGok1sTdhP1foML40vl3DFVZNNzXyGTBE8/xagpo6nTeNXx78CzCxty+lx4Aw==)      */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.lw_clearfix:before,
.lw_clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.lw_clearfix:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.lw_clearfix {
  *zoom: 1;
}
.lw_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(/live/resource/image/spinner.gif) no-repeat center center;
  z-index: 1000;
}
.lw_clear {
  height: 0;
  clear: both;
}
.lw_paginate {
  position: relative;
  clear: left;
}
.lw_paginate_placeholder {
  position: relative;
  display: none;
}
.lw_hidden {
  display: none !important;
  visibility: hidden !important;
}
.lw_element .lw_prompt a {
  font-weight: bold;
  text-decoration: none;
}
.lw_element .lw_prompt a:hover {
  text-decoration: underline;
}
.lw_element h1 {
  display: inline-block;
  font-size: 3.2em;
  margin-top: 30px;
  font-weight: 200;
}
.lw_element h1 + .lw_cancel {
  position: relative;
  top: -0.2em;
}
.lw_element .lw_cancel {
  color: #707070;
  margin-left: 5px;
}
.lw_element .lw_cancel a {
  color: #d00;
}
.lw_msg {
  padding: 10px;
}
.lw_msg_top .lw_msg_success,
.lw_msg_top .lw_msg_warning,
.lw_msg_top .lw_msg_failure {
  width: 100%;
  font-weight: bold;
  margin: 0;
  padding: 3px 8px;
  left: 0;
}
/* general styles for success, warning, and failure messages */
.lw_element .lw_msg_success {
  color: #3c763d;
  border: #d6e9c6;
  background-color: #dff0d8;
}
.lw_element .lw_msg_warning {
  color: #8a6d3b;
  border: #faebcc;
  background-color: #fcf8e3;
}
.lw_element .lw_msg_failure {
  color: #a94442;
  border: #ebccd1;
  background-color: #f2dede;
}
.lw_image_preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100px;
  width: 100px;
  text-align: center;
  padding: 0;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.lw_image_preview .lw_overlay_contents {
  background-color: #000;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.lw_image_preview .lw_image_preview_image img {
  position: absolute;
  z-index: 1060;
  left: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.lw_image_preview .lw_image_preview_image img.loading {
  position: static;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.lw_image_preview .lw_image_preview_image img.active {
  z-index: 1061;
  opacity: 1;
}
.lw_image_preview.lw_overlay {
  border: none;
}
.lw_image_preview .lw_overlay_header {
  height: 0;
  padding: 0;
  border: none;
}
.lw_image_preview .lw_overlay_header button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1075;
  background: #fff;
  width: 18px;
  height: 18px;
  line-height: 15px;
  padding: 0 0 3px;
  border: 0;
  text-align: center;
  -webkit-border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9px;
  -moz-background-clip: padding;
  border-radius: 9px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.lw_image_preview .lw_overlay_footer {
  background-color: #fff;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.lw_image_preview .lw_overlay_footer > p {
  font-size: 13px;
  text-align: center;
  margin: 0;
  color: #333;
}
.lw_image_preview .lw_overlay_contents:hover a.lw_scroll {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lw_image_preview a.lw_scroll {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 60px;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.lw_image_preview a.lw_scroll.lw_prev:after {
  left: -2px;
  border-right-color: rgba(255, 255, 255, 0.7);
}
.lw_image_preview a.lw_scroll.lw_next {
  right: 0;
}
.lw_image_preview a.lw_scroll.lw_next:after {
  left: 14px;
  border-left-color: rgba(255, 255, 255, 0.7);
}
.lw_image_preview a.lw_scroll:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-width: 12px;
  margin-top: -12px;
}
.lw_image_preview .lw_overlay_body {
  padding: 0;
  position: relative;
}
.lw_image_preview .lw_spinner {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background-color: #000;
  z-index: 1065;
}
.lw_widget_forms fieldset legend {
  display: none;
}
.lw_widget_forms .lw_spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
}
.lw_widget_forms .lw_uploader {
  position: relative;
}
.lw_widget_forms .lw_uploader > .lw_uploader_progress {
  display: none;
}
.lw_widget_forms .lw_uploader ul {
  padding: 0;
  list-style-type: none;
}
.lw_widget_forms .lw_uploader_progress {
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.lw_widget_forms .lw_uploader_filename {
  padding: 3px 0 2px 3px;
  color: #666;
  white-space: nowrap;
}
.lw_widget_forms .lw_uploader_complete {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
}
.lw_widget_forms .lw_uploader_complete.lw_complete .lw_uploader_complete_filename {
  color: #383;
  background-color: #efe;
}
.lw_widget_forms .lw_uploader_complete.lw_failed .lw_uploader_complete_filename {
  color: #c22;
  background-color: #fee;
}
.lw_widget_forms .lw_uploader_complete_filename {
  padding: 3px 0 2px 3px;
  color: #469;
  background-color: #d0def1;
  white-space: nowrap;
}
.lw_widget_forms .lw_uploader_message {
  font-weight: bold;
}
.lw_widget_forms .lw_uploader_message em {
  font-weight: normal;
  font-style: normal;
}
picture.lw_image {
  display: inline-block;
  line-height: 0;
}
img.lw_align_left,
picture.lw_align_left,
.lw_image_caption.lw_align_left {
  float: left;
  margin-right: 0.5em;
}
img.lw_align_right,
picture.lw_align_right,
.lw_image_caption.lw_align_right {
  float: right;
  margin-left: 0.5em;
}
img.lw_align_center,
picture.lw_align_center,
.lw_image_caption.lw_align_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.lw_block,
picture.lw_block,
.lw_image_caption.lw_block {
  display: block;
  float: none;
}
img.lw_column_width_full,
picture.lw_column_width_full,
.lw_image_caption.lw_column_width_full {
  max-width: 100%;
  height: auto;
}
img.lw_column_width_half,
picture.lw_column_width_half,
.lw_image_caption.lw_column_width_half {
  max-width: 50%;
  height: auto;
}
img > img,
picture > img,
.lw_image_caption > img {
  max-width: 100%;
  height: auto;
}
picture.lw_align_center {
  text-align: center;
}
picture.lw_align_center img {
  display: inline-block;
}
.lw_image_caption {
  display: block;
}
.lw_image_caption.lw_align_left {
  clear: left;
}
.lw_image_caption.lw_align_right {
  clear: right;
}
.lw_image_credit {
  float: right;
  font-style: italic;
  color: #999;
}
#lw_page {
  width: 100%;
  margin-top: 40px;
  -webkit-transition: margin-top 0.25s ease-out;
  -moz-transition: margin-top 0.25s ease-out;
  -o-transition: margin-top 0.25s ease-out;
  transition: margin-top 0.25s ease-out;
}
.session_monitor .lw_overlay_close {
  display: none;
}
.lw_sr_only,
.lw_sr_only_focusable {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #fff;
  color: #000;
}
.lw_sr_only_focusable:active,
.lw_sr_only_focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
}
.lw_skip_link {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.lw_skip_link:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: auto;
  z-index: 999;
  padding: 5px;
  color: #0000ff;
  background-color: #ffff99;
  border: 1px solid #999933;
  text-align: center;
}
.lw_skip_link.absolute:focus {
  position: absolute;
  z-index: 9999;
}
.star + .lw_skip_link.absolute:focus {
  left: 37px;
  top: 11px;
}
.lw_responsive_iframe_wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  /* responsive iframes are square by default */
}
.lw_responsive_iframe_wrapper.four_three {
  padding-top: 75%;
}
.lw_responsive_iframe_wrapper.three_four {
  padding-top: 133%;
}
.lw_responsive_iframe_wrapper.sixteen_nine {
  padding-top: 56.25%;
}
.lw_responsive_iframe_wrapper.nine_sixteen {
  padding-top: 178%;
}
.lw_responsive_iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
input[readonly] {
  pointer-events: none;
  opacity: 50%;
}
/*
	 Template Name: News247 - News Magazine HTML Template
	 Author: Tripples
	 Author URI: https://themeforest.net/user/tripples
	 Description: News247 - News Magazine HTML Template
	 Version: 1.0
*/
/* Table of Content
==================================================
1.    Typography
2.    Global Styles
3.    Top Bar
4.    Header area
5.    Slider
6.    Call to action
7.    Features
8.    Facts
9.    Services
10.   Project area
11.   Content area
12.   Testimonial
13.   Subscribe area
14.   News section
15.   Footer
16.   Sub Pages
17.   Contact Us
18.   News Listing
19.   News Single
20.   Sidebar
21.   Error page
	
*/


.vc_video-bg-container.video-bg:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8); }

.vc_video-bg-container.video-bg .thw-title-shortcode {
  position: relative;
  z-index: 2; }

/* Common styles
  ================================================== */
.lwcw {
  /* Global styles
  ================================================== */
  /* Dropcap */
  /* Video responsive */
  /* Input form */
  /* Button */
  /* Ul, Ol */
  /* Bootstrap */
  /*-- Block padding --*/
  /*-- Block title --*/
  /*-- Post title --*/
  /*-- Post meta --*/
  /*-- Post Overaly --*/
  /* Post overlay Top Content */
  /*-- Post Overaly Textcenter --*/
  /*-- Post Block style --*/
  /*-- Review box --*/
  /*-- Post list --*/
  /*-- Review post list --*/
  /* Different Color
  ================================================== */
  /*-- Color Default --*/
  /*-- Color Red --*/
  /*-- Color Blue --*/
  /*-- Color Blue --*/
  /*-- Color Orange --*/
  /*-- Color Aqua --*/
  /*-- Color Violet --*/
  /* Trending Bar
  ================================================== */
  /* Trending light */
  /* Top Bar
  ================================================== */
  /* Date */
  /* Top nav */
  /* Top social */
  /* Top bar border */
  /* Header Default
  ================================================== */
  /*-- Logo --*/
  /* header right */
  /* Logo center */
  /*-- Search start --*/
  /* Main navigation */
  /* Dropdown */
  /*-- Dark bg style --*/
  /*-- Nav Search start --*/
  /*-- Menu tab --*/
  /* Header with Menu
  ================================================== */
  /* Featured Post area 
  ================================================== */
  /*-- Owl slide common --*/
  /* Latest slider */
  /* Featured slider */
  /* Featured slider content bottom */
  /* Trending post hot */
  /*-- 4 News Box --*/
  /* Post overlay text center on Featured area */
  /* Block
  ================================================== */
  /* Sidebar
  ================================================== */
  /*-- Social Icon --*/
  /* Social icon box style */
  /* Featuted Tab
  ================================================== */
  /*-- Common styles --*/
  /* Ad Content area
  ================================================== */
  /* Video Block
  ================================================== */
  /* More news
  ================================================== */
  /* Footer
  ================================================== */
  /* Trending */
  /* Footer Widget Categories */
  /* Twitter Widget */
  /*-- Gallery widget --*/
  /*-- Footer Info --*/
  /* Footer social */
  /*-- Copyright --*/
  /* Sub Pages 
  ================================================== */
  /*-- Page title --*/
  /* Category Listing
  ================================================== */
  /* Post grid */
  /* Post list */
  /* Top large post */
  /*-- Category style2 --*/
  /* Pagination */
  /* News Single
  ================================================== */
  /* Post tags */
  /* Post social */
  /* Post navigation */
  /* Author box */
  /* Comments area */
  /* Sidebar
  ================================================== */
  /* Widget common */
  /* Sidebar nav */
  /* Newsletter */
  /* Widget tags */
  /*-- Review post --*/
  /*-- No sidebar --*/
  /* Contact Us
  ================================================== */
  /* Error page
  ================================================== */
  /* Boxed Layout
  ================================================== */ }
  .lwcw, .lwcw p {
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 14px;
    text-rendering: optimizeLegibility; }
  .lwcw h1,
  .lwcw h2,
  .lwcw h3,
  .lwcw h4,
  .lwcw h5,
  .lwcw h6 {
    color: #1c1c1c;
    font-weight: 700;
    font-family: 'Arimo', sans-serif; }
  .lwcw h1 {
    font-size: 36px;
    line-height: 48px; }
  .lwcw h2 {
    font-size: 28px;
    line-height: 36px; }
  .lwcw h3 {
    font-size: 24px;
    margin-bottom: 20px; }
  .lwcw h4 {
    font-size: 18px;
    line-height: 28px; }
  .lwcw h5 {
    font-size: 14px;
    line-height: 24px; }
  .lwcw .alert .icon {
    margin-right: 15px; }
  .lwcw html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative; }
  .lwcw body {
    border: 0;
    margin: 0;
    padding: 0; }
  .lwcw .body-inner {
    position: relative;
    overflow: hidden; }
  .lwcw a:link,
  .lwcw a:visited {
    text-decoration: none; }
  .lwcw a {
    color: #ec0000; }
  .lwcw a:hover {
    text-decoration: none;
    color: #000; }
  .lwcw a.read-more {
    color: #ec0000;
    font-weight: 700;
    text-transform: uppercase; }
  .lwcw a.read-more:hover {
    color: #222; }
  .lwcw section,
  .lwcw .section-padding {
    padding: 50px 0;
    position: relative; }
  .lwcw .no-padding {
    padding: 0; }
  .lwcw .p-top-0 {
    padding-top: 0; }
  .lwcw .p-bottom-0 {
    padding-bottom: 0; }
  .lwcw .m-top-0 {
    margin-top: 0 !important; }
  .lwcw .m-bottom-0 {
    margin-bottom: 0; }
  .lwcw .media > .pull-left {
    margin-right: 20px; }
  .lwcw img.banner {
    display: inline-block; }
  .lwcw .gap-60 {
    clear: both;
    height: 60px; }
  .lwcw .gap-50 {
    clear: both;
    height: 50px; }
  .lwcw .gap-40 {
    clear: both;
    height: 40px; }
  .lwcw .gap-30 {
    clear: both;
    height: 30px; }
  .lwcw .gap-20 {
    clear: both;
    height: 20px; }
  .lwcw .mrb-30 {
    margin-bottom: 30px; }
  .lwcw .mrb-80 {
    margin-bottom: -80px; }
  .lwcw .mrt-0 {
    margin-top: 0 !important; }
  .lwcw .pab {
    padding-bottom: 0; }
  .lwcw a:focus {
    outline: 0; }
  .lwcw img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px; }
  .lwcw img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px; }
  .lwcw ol li,
  .lwcw ul li {
    margin: 0; }
  .lwcw .unstyled {
    list-style: none;
    margin: 0;
    padding: 0; }
  .lwcw .ts-padding {
    padding: 60px; }
  .lwcw .solid-bg {
    background: #f9f9f9; }
  .lwcw .solid-row {
    background: #f0f0f0; }
  .lwcw .text-white a, .lwcw .text-white h3, .lwcw .text-light a, .lwcw .text-light h3 {
    color: #fff; }
  .lwcw .text-white a, .lwcw .text-light a {
    text-decoration: underline; }
    .lwcw .text-white a:hover, .lwcw .text-light a:hover {
      color: rgba(255, 255, 255, 0.9); }
  .lwcw .summary {
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.4;
    margin-bottom: 1em; }
  .lwcw .embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden; }
  .lwcw .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .lwcw .form-control {
    box-shadow: none;
    border: 1px solid #dadada;
    padding: 5px 20px;
    height: 40px;
    background: none;
    color: #959595;
    font-size: 12px;
    border-radius: 0; }
  .lwcw .form-control:focus {
    box-shadow: none;
    border: 1px solid #ec0000; }
  .lwcw hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin: 40px 0; }
  .lwcw blockquote {
    position: relative;
    background: #f7f7f7;
    padding: 45px 50px 30px;
    border: 0;
    margin: 50px 0 40px;
    font-size: 22px;
    line-height: 34px;
    font-family: Arimo, sans-serif;
    font-weight: 400;
    text-align: center; }
  .lwcw blockquote:before {
    position: absolute;
    content: '\f10e';
    font-family: FontAwesome;
    font-size: 24px;
    padding: 8px 15px;
    top: -30px;
    left: 50%;
    margin-left: -44px;
    color: #fff;
    background: #ec0000; }
  .lwcw cite {
    display: block;
    font-size: 14px;
    margin-top: 10px; }
  .lwcw blockquote.pull-left {
    padding-left: 15px;
    padding-right: 0;
    text-align: left;
    border-left: 5px solid #eee;
    border-right: 0; }
  .lwcw .btn-primary,
  .lwcw .btn-dark {
    border: 0;
    border-radius: 0;
    padding: 12px 25px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms; }
  .lwcw .btn-white.btn-primary {
    background: #fff;
    color: #ec0000; }
  .lwcw .btn-primary {
    background: #ec0000; }
  .lwcw .btn-dark {
    background: #242427; }
  .lwcw .btn-primary:hover,
  .lwcw .btn-dark:hover,
  .lwcw .btn-white.btn-primary:hover {
    background: #272d33;
    color: #fff; }
  .lwcw .general-btn {
    clear: both;
    margin-top: 50px; }
  .lwcw .list-round,
  .lwcw .list-arrow,
  .lwcw .list-check {
    list-style: none;
    margin: 0;
    padding: 0; }
  .lwcw .list-round li {
    line-height: 28px; }
  .lwcw .list-round li:before {
    font-family: FontAwesome;
    content: "\f138";
    margin-right: 10px;
    color: #ec0000;
    font-size: 12px; }
  .lwcw .list-arrow {
    padding: 0; }
  .lwcw ul.list-arrow li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 10px;
    color: #ec0000;
    font-size: 16px; }
  .lwcw ul.list-check li:before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 10px;
    color: #ec0000;
    font-size: 14px; }
  .lwcw .nav-tabs > li > a.active,
  .lwcw .nav-tabs > li > a.active:focus,
  .lwcw .nav-tabs > li > a.active:hover,
  .lwcw .nav-tabs > li > a:hover,
  .lwcw .nav-tabs > li > a {
    border: 0;
    background: none; }
  .lwcw .nav > li > a:focus,
  .lwcw .nav > li > a:hover {
    background: none; }
  .lwcw .pattern-bg {
    background: #f5f5f5 url(/_ingredients/themes/global/styles/../images/crossword.png); }
  .lwcw a[href^=tel] {
    color: inherit;
    text-decoration: none; }
  @media (min-width: 992px) {
    .lwcw .pad-0 {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0; }
    .lwcw .pad-r {
      padding-right: 2px; }
    .lwcw .pad-l {
      padding-left: 2px; }
    .lwcw .pad-r-small {
      padding-right: 1.5px; }
    .lwcw .pad-l-small {
      padding-left: 1.5px; }
    .lwcw .pad-l-0 {
      padding-left: 0; }
    .lwcw .pad-r-0 {
      padding-right: 0; } }
  .lwcw .block-title {
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 40px;
    border-bottom: 2px solid #1c1c1c; }
  .lwcw .block-title > span {
    background: #1c1c1c;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 8px 15px;
    position: relative; }
  .lwcw .block-title > span:after {
    border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    border-width: 10px;
    border-style: solid; }
  .lwcw .post-title {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 0; }
  .lwcw .post-title a {
    color: #1c1c1c; }
  .lwcw .post-title.title-extra-large {
    font-size: 26px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px; }
  .lwcw .post-title.title-large {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 5px; }
  .lwcw .post-title.title-medium {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 5px; }
  .lwcw .post-title.title-small {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px; }
  .lwcw .post-cat, .lwcw .lw_item_tags a {
    position: relative;
    font-size: 10px;
    padding: 0 5px;
    background: #1c1c1c;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    height: 20px;
    line-height: 20px;
    display: inline-block; }
    .lwcw .post-cat:before, .lwcw .lw_item_tags a:before {
      content: '';
      position: absolute;
      left: 0;
      z-index: 0;
      bottom: -8px;
      border-top: 8px solid #1c1c1c;
      border-right: 8px solid transparent; }
    .lwcw .post-cat * a, .lwcw .lw_item_tags a * a {
      color: #fff; }
  .lwcw .lw_item_tags a + a {
    display: none; }
  .lwcw .lw_item_tags .lw_comma {
    display: none; }
    .lwcw .lw_item_tags .lw_comma + a {
      display: none; }
  .lwcw .post-meta .post-author a {
    color: #1c1c1c;
    font-weight: 700; }
  .lwcw .post-meta span {
    font-size: 12px;
    color: #a3a3a3;
    margin-right: 8px;
    padding-right: 10px;
    border-right: 1px solid #dedede;
    line-height: 12px;
    display: inline-block; }
  .lwcw .post-meta span.post-date {
    border-right: 0; }
  .lwcw span.post-comment {
    border-right: 0;
    line-height: 24px;
    margin-right: 0;
    padding-right: 0; }
  .lwcw span.post-comment span {
    border-right: 0;
    line-height: 100%; }
  .lwcw .post-meta span i {
    margin-right: 5px; }
  .lwcw .post-overlay-style {
    position: relative;
    overflow: hidden; }
  .lwcw .post-overlay-style:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%); }
  .lwcw .post-overlay-style .post-content {
    position: absolute;
    bottom: 0;
    padding: 25px; }
  .lwcw .post-overlay-style .post-title a {
    color: #fff; }
  .lwcw .post-overlay-style .post-date {
    color: #fff; }
  .lwcw .post-thumb {
    max-width: 100%;
    position: relative;
    overflow: hidden; }
  .lwcw .post-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .lwcw .post-block-style:hover .post-thumb img,
  .lwcw .post-overlay-style:hover .post-thumb img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }
  .lwcw .post-block-style.post-float:hover .post-thumb img {
    transform: none; }
  .lwcw .thumb-float-style .post-cat, .lwcw .thumb-float-style .lw_item_tags a, .lwcw .lw_item_tags .thumb-float-style a {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1; }
  .lwcw .post-overlay-style.contentTop .post-content {
    top: 0;
    bottom: auto; }
  .lwcw .post-overlay-style.contentTop:before {
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%); }
  .lwcw .post-overlay-style.text-center .post-content {
    padding: 30px 30px 60px; }
  .lwcw .post-overlay-style.text-center {
    margin-bottom: 30px; }
  .lwcw .post-overlay-style.text-center:last-child {
    margin-bottom: 0; }
  .lwcw .post-overlay-style.text-center .post-thumb img {
    min-height: 260px; }
  .lwcw .post-overlay-style.text-center .post-meta span {
    padding: 0;
    margin: 0; }
  .lwcw .post-overlay-style.text-center:before {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%); }
  .lwcw .post-block-style {
    position: relative;
    overflow: hidden; }
  .lwcw .post-block-style .post-content {
    padding: 0; }
  .lwcw .post-block-style .post-title a:hover {
    color: #ec0000; }
  .lwcw .post-block-style .post-content p {
    font-size: 13px; }
  .lwcw .post-block-style .post-cat, .lwcw .post-block-style .lw_item_tags a, .lwcw .lw_item_tags .post-block-style a {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1; }
  .lwcw .post-block-style .post-content .post-meta {
    margin: 3px 0; }
  .lwcw .review-box {
    background: #1c1c1c;
    color: #fff;
    position: absolute;
    top: 0;
    padding: 2px 7px;
    font-weight: 700; }
  .lwcw .list-post-block {
    margin-top: 30px; }
  .lwcw .list-post {
    list-style: none;
    margin: 0;
    padding: 0; }
  .lwcw .list-post-block .list-post > li {
    margin-bottom: 30px;
    max-height: 75px; }
  .lwcw .list-post-block .list-post > li:last-child {
    margin-bottom: 0; }
  .lwcw .post-block-style.post-float .post-thumb {
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 20px; }
  .lwcw .post-block-style.post-float .post-thumb img {
    max-width: 100px;
    min-height: 75px; }
  .lwcw .post-block-style.post-float .post-title {
    margin-top: 0; }
  .lwcw .post-block-style.post-float .post-content {
    z-index: 0; }
  .lwcw .post-block-style.post-float .post-cat, .lwcw .post-block-style.post-float .lw_item_tags a, .lwcw .lw_item_tags .post-block-style.post-float a {
    font-size: 8px;
    left: 0;
    top: 0; }
  .lwcw .review-stars i {
    color: #1c1c1c; }
  .lwcw .color-default a.post-cat, .lwcw .color-default .lw_item_tags a, .lwcw .lw_item_tags .color-default a {
    background: #1c1c1c; }
  .lwcw .color-default .post-cat:before, .lwcw .color-default .lw_item_tags a:before, .lwcw .lw_item_tags .color-default a:before {
    border-top: 8px solid #1c1c1c; }
  .lwcw .color-red .block-title {
    border-bottom: 2px solid #ec0000; }
  .lwcw .color-red .block-title > span,
  .lwcw .color-red a.post-cat,
  .lwcw .color-red .lw_item_tags a,
  .lwcw .lw_item_tags .color-red a {
    background: #ec0000; }
  .lwcw .color-red .post-cat:before, .lwcw .color-red .lw_item_tags a:before, .lwcw .lw_item_tags .color-red a:before {
    border-top: 8px solid #ec0000; }
  .lwcw .color-red .block-title > span:after {
    border-color: #ec0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
  .lwcw .color-red .owl-carousel.owl-theme .owl-nav > div:hover {
    background: #ec0000; }
  .lwcw .color-blue .block-title {
    border-bottom: 2px solid #1e88e5; }
  .lwcw .color-blue .block-title > span,
  .lwcw .color-blue a.post-cat,
  .lwcw .color-blue .lw_item_tags a,
  .lwcw .lw_item_tags .color-blue a {
    background: #1e88e5; }
  .lwcw .color-blue .post-cat:before, .lwcw .color-blue .lw_item_tags a:before, .lwcw .lw_item_tags .color-blue a:before {
    border-top: 8px solid #1e88e5; }
  .lwcw .color-blue.featured-tab .nav-tabs > li > a.active {
    color: #1e88e5; }
  .lwcw .color-blue.featured-tab .nav-tabs > li > a.active:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0); }
  .lwcw .color-blue .block-title > span:after {
    border-color: #1e88e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
  .lwcw .color-dark-blue .block-title {
    border-bottom: 2px solid #4258fe; }
  .lwcw .color-dark-blue .block-title > span,
  .lwcw .color-dark-blue a.post-cat,
  .lwcw .color-dark-blue .lw_item_tags a,
  .lwcw .lw_item_tags .color-dark-blue a {
    background: #4258fe; }
  .lwcw .color-dark-blue .post-cat:before, .lwcw .color-dark-blue .lw_item_tags a:before, .lwcw .lw_item_tags .color-dark-blue a:before {
    border-top: 8px solid #4258fe; }
  .lwcw .color-dark-blue.featured-tab .nav-tabs > li > a.active {
    color: #4258fe; }
  .lwcw .color-dark-blue.featured-tab .nav-tabs > li > a.active:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0); }
  .lwcw .color-dark-blue .block-title > span:after {
    border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
  .lwcw .color-orange .block-title {
    border-bottom: 2px solid #ff7a09; }
  .lwcw .color-orange .block-title > span,
  .lwcw .color-orange a.post-cat,
  .lwcw .color-orange .lw_item_tags a,
  .lwcw .lw_item_tags .color-orange a {
    background: #ff7a09; }
  .lwcw .color-orange .post-cat:before, .lwcw .color-orange .lw_item_tags a:before, .lwcw .lw_item_tags .color-orange a:before {
    border-top: 8px solid #ff7a09; }
  .lwcw .color-orange.featured-tab .nav-tabs > li.active > a {
    color: #ff7a09; }
  .lwcw .color-orange.featured-tab .nav-tabs > li.active > a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff7a09 rgba(0, 0, 0, 0); }
  .lwcw .color-orange .block-title > span:after {
    border-color: #ff7a09 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
  .lwcw .color-aqua .block-title {
    border-bottom: 2px solid #00bdb3; }
  .lwcw .color-aqua .block-title > span,
  .lwcw .color-aqua a.post-cat,
  .lwcw .color-aqua .lw_item_tags a,
  .lwcw .lw_item_tags .color-aqua a {
    background: #00bdb3; }
  .lwcw .color-aqua .post-cat:before, .lwcw .color-aqua .lw_item_tags a:before, .lwcw .lw_item_tags .color-aqua a:before {
    border-top: 8px solid #00bdb3; }
  .lwcw .color-aqua.featured-tab .nav-tabs > li.active > a {
    color: #00bdb3; }
  .lwcw .color-aqua.featured-tab .nav-tabs > li.active > a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00bdb3 rgba(0, 0, 0, 0); }
  .lwcw .color-aqua .block-title > span:after {
    border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
  .lwcw .color-violet .block-title {
    border-bottom: 2px solid #9401d3; }
  .lwcw .color-violet .block-title > span,
  .lwcw .color-violet a.post-cat,
  .lwcw .color-violet .lw_item_tags a,
  .lwcw .lw_item_tags .color-violet a {
    background: #9401d3; }
  .lwcw .color-violet .post-cat:before, .lwcw .color-violet .lw_item_tags a:before, .lwcw .lw_item_tags .color-violet a:before {
    border-top: 8px solid #9401d3; }
  .lwcw .color-violet.featured-tab .nav-tabs > li.active > a {
    color: #9401d3; }
  .lwcw .color-violet.featured-tab .nav-tabs > li.active > a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9401d3 rgba(0, 0, 0, 0); }
  .lwcw .color-violet .block-title > span:after {
    border-color: #9401d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
  .lwcw .trending-bar {
    background: #272727;
    color: #fff;
    padding: 10px 0; }
  .lwcw .trending-title {
    background: #ec0000;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 100%;
    text-transform: uppercase;
    float: left;
    margin: 0 20px 0 0; }
  .lwcw .trending-bar .post-content,
  .lwcw .trending-light .post-content {
    padding: 0; }
  .lwcw .owl-carousel.owl-theme.trending-slide .owl-nav {
    position: absolute;
    right: 0;
    top: -3px;
    margin: 0; }
  .lwcw .owl-carousel.owl-theme.trending-slide .owl-nav > div {
    background: #ec0000;
    border: 0;
    color: #fff; }
  .lwcw .owl-carousel.owl-theme.trending-slide .owl-nav > div:hover {
    background: #fff;
    border: 0;
    color: #ec0000; }
  .lwcw .trending-slide .post-title a {
    color: #fff; }
  .lwcw .trending-slide .post-title.title-small {
    font-weight: 400;
    margin: 0; }
  .lwcw .trending-light {
    color: #1c1c1c;
    margin: 30px 0; }
  .lwcw .trending-light .trending-slide .post-title {
    font-weight: 600;
    margin-top: 3px;
    font-size: 15px; }
  .lwcw .trending-light .trending-slide .post-title a {
    color: #1c1c1c; }
  .lwcw .trending-light .trending-title {
    padding: 8px 10px 7px; }
  .lwcw .trending-light .owl-carousel.owl-theme.trending-slide .owl-nav > div:hover {
    background: #333;
    color: #fff; }
  .lwcw .top-bar {
    padding: 8px 0;
    border-bottom: 1px solid #dedede;
    color: #a3a3a3;
    font-size: 13px; }
  .lwcw .ts-date {
    display: inline-block;
    border-right: 1px solid #acacac;
    padding-right: 10px;
    line-height: 12px; }
  .lwcw .ts-date i {
    margin-right: 5px; }
  .lwcw .top-nav {
    display: inline-block; }
  .lwcw .top-nav li {
    display: inline-block;
    line-height: 12px;
    padding-left: 12px; }
  .lwcw .top-nav li a {
    background: none;
    color: #a3a3a3;
    padding: 0;
    line-height: 100%; }
  .lwcw .top-nav li a:hover {
    color: #ec0000; }
  .lwcw .top-social ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .lwcw .top-social li {
    display: inline-block;
    padding: 0; }
  .lwcw .top-social li a {
    color: #a3a3a3;
    margin-right: 15px;
    font-size: 14px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms; }
  .lwcw .top-social li a:hover {
    color: #333; }
  .lwcw .top-bar-border {
    padding: 8px 20px 8px;
    border-bottom: 1px solid #ddd; }
  .lwcw .top-bar-border ul.top-info {
    color: #7c7c7c;
    font-weight: 400; }
  .lwcw .top-bar-border .top-social li a {
    color: #7c7c7c; }
  .lwcw .top-bar-border ul.top-info li i {
    color: #ec0000; }
  .lwcw .header {
    padding: 25px 0; }
  .lwcw .navbar-fixed {
    background: #fff;
    z-index: 99999;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    -webkit-animation: fadeInDown 800ms;
    -moz-animation: fadeInDown 800ms;
    -ms-animation: fadeInDown 800ms;
    -o-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden; }
  .lwcw .logo {
    padding: 28px 0; }
  .lwcw .header-right {
    float: right; }
  .lwcw .header.text-center {
    padding: 10px 0; }
  .lwcw ul.top-info-box > li.nav-search {
    cursor: pointer;
    padding-left: 30px;
    margin-left: 30px; }
  .lwcw ul.top-info-box > li.nav-search:before {
    position: absolute;
    content: '';
    background: #ddd;
    left: 0;
    width: 1px;
    height: 40px;
    top: 50%;
    margin-top: -10px; }
  .lwcw ul.top-info-box > li.nav-search i {
    font-size: 20px;
    top: 10px;
    position: relative;
    cursor: pointer;
    color: #999; }
  .lwcw .site-nav-inner {
    position: relative; }
  .lwcw .main-nav > .container > .row {
    border-top: 3px solid #ec0000;
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0; }
  .lwcw .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding: 0px; }
  .lwcw .navbar-toggler {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
    margin-right: 5px;
    background: #ec0000;
    height: 30px;
    width: 35px; }
  .lwcw .navbar-toggler-icon {
    width: 25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .lwcw .navbar-toggle .i-bar {
    background: #fff; }
  .lwcw .navbar-collapse {
    padding-left: 0; }
  .lwcw ul.navbar-nav {
    float: left;
    display: inline-block; }
  .lwcw ul.navbar-nav > li {
    float: none;
    display: inline-block; }
  .lwcw ul.navbar-nav > li {
    padding: 0;
    position: relative; }
  .lwcw ul.navbar-nav > li > a {
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c1c1c;
    margin: 0;
    position: relative;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms; }
  .lwcw ul.navbar-nav > li:hover > a:before,
  .lwcw ul.navbar-nav > li.active > a:before {
    border-color: #ec0000;
    opacity: 1;
    transform: scale(1) translateZ(0); }
  .lwcw ul.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid;
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
    -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
    -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
    -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease; }
  .lwcw ul.navbar-nav > li > a:hover,
  .lwcw ul.navbar-nav > li > a:focus {
    background: none; }
  .lwcw ul.navbar-nav > li > a i {
    font-weight: 700; }
  .lwcw .nav .open > a,
  .lwcw .nav .open > a:hover,
  .lwcw .nav .open > a:focus {
    background: transparent;
    border: 0; }
  .lwcw ul.navbar-nav > li.mega-dropdown {
    position: static; }
  .lwcw .dropdown-submenu {
    position: relative; }
  .lwcw .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    border-radius: 0; }
  .lwcw .dropdown-submenu > a:after {
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    float: right;
    margin-top: 3px;
    margin-right: -5px; }
  .lwcw .dropdown-submenu:hover > a:after {
    border-left-color: #fff; }
  .lwcw .dropdown-submenu.pull-left {
    float: none; }
  .lwcw .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }
  .lwcw .dropdown-toggle::after {
    display: none; }
  .lwcw .dropdown-menu {
    text-align: left;
    background: #fff;
    z-index: 100;
    min-width: 230px;
    border-radius: 0;
    border: 0;
    border: 0;
    padding: 20px;
    box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
    margin-top: 0; }
  .lwcw .navbar-nav > li > .dropdown-menu {
    border-top: 1px solid #dedede; }
  .lwcw .navbar-nav > li > .dropdown-menu.mega-menu-content {
    border-top: 0; }
  .lwcw .dropdown-menu-large {
    min-width: 400px; }
  .lwcw .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .lwcw .dropdown-menu-large > li > ul > li > a {
    padding-left: 0; }
  .lwcw .dropdown-menu-large > li > ul > li.active > a {
    color: #ec0000; }
  .lwcw .navbar-nav > li > .dropdown-menu > a {
    background: none; }
  .lwcw .dropdown-menu li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 12px 15px 12px 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333; }
  .lwcw .dropdown-menu li:last-child > a {
    border-bottom: 0; }
  .lwcw .dropdown-menu > .active > a,
  .lwcw .dropdown-menu > .active > a:hover,
  .lwcw .dropdown-menu > .active > a:focus,
  .lwcw .dropdown-menu > .active > .dropdown-menu > .active > a {
    background: none;
    color: #ec0000; }
  .lwcw .dropdown-menu > li > a:hover,
  .lwcw .dropdown-menu > li > a:focus {
    background: #ec0000;
    color: #fff; }
  @media (min-width: 767px) {
    .lwcw ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
      left: 100%;
      top: 0;
      display: none; }
    .lwcw ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
      display: block; } }
  .lwcw .mega-menu-content {
    width: 1110px;
    padding: 0; }
  .lwcw .mega-menu-content .row {
    margin: 0; }
  .lwcw .mega-menu-content-inner {
    padding: 20px 10px; }
  .lwcw .mega-menu-content .video-icon {
    border: 0;
    margin-top: -40px; }
  .lwcw .main-nav.dark-bg > .container > .row {
    border: 0;
    background: #272727;
    margin-left: 0;
    margin-right: 0; }
  .lwcw .dark-bg .navbar-toggler {
    margin-left: 6px; }
  .lwcw .main-nav.dark-bg ul.navbar-nav > li > a {
    color: #fff; }
  .lwcw .main-nav.dark-bg ul.navbar-nav > li > a:before {
    border: 0; }
  .lwcw .main-nav.dark-bg ul.navbar-nav > li.active,
  .lwcw .main-nav.dark-bg ul.navbar-nav > li:hover {
    background: #ec0000; }
  .lwcw .main-nav.dark-bg .nav-search i {
    color: #fff; }
  .lwcw .main-nav > .container,
  .lwcw .search-area {
    position: relative; }
  .lwcw .search-area {
    min-height: 70px;
    padding-right: 0; }
  .lwcw .nav-search {
    float: right;
    display: inline-block;
    position: relative;
    cursor: pointer;
    top: 12px;
    right: 10px; }
  .lwcw .search-block {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 300px;
    z-index: 10;
    margin-top: 0; }
  .lwcw .search-block .form-control {
    background-color: #f7f7f7;
    border: none;
    color: #000;
    width: 100%;
    height: 40px;
    padding: 0 12px; }
  .lwcw .search-block .search-close {
    color: #525252;
    position: absolute;
    top: -43px;
    right: 4px;
    font-size: 32px;
    cursor: pointer;
    background: #fff;
    padding: 5px; }
  .lwcw .search-area .nav-search {
    top: 23px; }
  .lwcw .search-area .search-block .search-close {
    top: -50px; }
  .lwcw .search-area .search-block {
    right: 0; }
  .lwcw .menu-tab .nav.nav-tabs {
    background: #f6f6f6;
    border-right: 1px solid #dedede;
    padding: 25px 20px 20px;
    padding-right: 0;
    min-height: 250px;
    margin-top: 0; }
  .lwcw .menu-tab .nav.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 600;
    padding: 10px 15px; }
  .lwcw .menu-tab .nav.nav-tabs > li > a.active {
    background: #fff;
    margin-right: -1px;
    border: 1px solid #dedede;
    border-right: 0;
    color: #ec0000;
    cursor: pointer; }
  .lwcw .menu-tab .tab-content > .tab-pane {
    padding: 25px 0;
    min-height: 250px; }
  .lwcw .menu-tab .tab-content > .tab-pane .col-md-3 {
    padding-right: 10px;
    padding-left: 10px; }
  .lwcw .header.header-menu {
    padding: 0; }
  .lwcw .header.header-menu .logo {
    padding: 12px 0; }
  .lwcw .header.header-menu > .container > .row {
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0; }
  .lwcw .header.header-menu ul.navbar-nav > li > a {
    line-height: 70px; }
  .lwcw .header.header-menu ul.navbar-nav > li.mega-dropdown,
  .lwcw .site-nav-inner {
    position: static; }
  .lwcw .header.header-menu .mega-menu-content {
    min-width: 1145px;
    left: -43%; }
  .lwcw .featured-post-area {
    margin-bottom: -10px; }
  .lwcw .owl-carousel.page-slider .owl-nav {
    margin: 0; }
  .lwcw .owl-carousel.owl-theme.post-slide .owl-nav {
    text-align: center;
    position: absolute;
    top: -82px;
    right: 0; }
  .lwcw .owl-carousel.owl-theme .owl-nav > div {
    margin: 0 3px;
    background: none;
    border: 1px solid #dedede;
    color: #999;
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms; }
  .lwcw .owl-carousel.owl-theme .owl-nav > div:hover {
    background: #272d33;
    border: 1px solid transparent; }
  .lwcw .owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -67px;
    right: 0;
    margin: 0 !important; }
  .lwcw .owl-theme.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    display: inline-block;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5); }
  .lwcw .owl-theme.owl-carousel .owl-dots .owl-dot.active span {
    background: #ec0000; }
  .lwcw .owl-carousel.owl-theme.latest-news-slide .owl-nav {
    text-align: center;
    position: absolute;
    top: -82px;
    right: 0; }
  .lwcw .featured-slider .item {
    min-height: 465px;
    position: relative;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden; }
  .lwcw .featured-slider .item:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%); }
  .lwcw .post-content {
    padding: 30px;
    z-index: 1;
    position: relative;
    width: 100%; }
  .lwcw .featured-slider.owl-theme .owl-nav > div {
    background: rgba(0, 0, 0, 0.65);
    border: 0;
    position: absolute;
    top: 50%;
    width: 34px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    border-radius: 0;
    font-size: 24px;
    text-align: center;
    opacity: 0;
    margin: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .lwcw .featured-slider.owl-theme:hover .owl-nav > div {
    opacity: 1; }
  .lwcw .featured-slider.owl-theme .owl-nav > .owl-prev {
    left: 0; }
  .lwcw .featured-slider.owl-theme .owl-nav > .owl-next {
    right: 0; }
  .lwcw .featured-slider.owl-theme .owl-nav > div:hover {
    background: #ec0000;
    color: #fff;
    border: 0; }
  .lwcw .featured-post .post-date,
  .lwcw .featured-post .post-title a {
    color: #fff; }
  .lwcw .featured-slider.content-bottom .featured-post {
    position: absolute;
    bottom: 0; }
  .lwcw .featured-slider.content-bottom .item:before {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%); }
  .lwcw .hot-post-top {
    max-height: 280px;
    margin-bottom: 3px; }
  .lwcw .hot-post-bottom,
  .lwcw .hot-post-bottom img {
    min-height: 182px; }
  .lwcw .hot-post-top .post-content,
  .lwcw .hot-post-bottom .post-content {
    padding: 20px; }
  .lwcw .fourNewsbox,
  .lwcw .fourNewsbox img,
  .lwcw .fourNewsboxTop,
  .lwcw .fourNewsboxTop img {
    min-height: 231px; }
  .lwcw .fourNewsboxTop {
    margin-bottom: 3px; }
  .lwcw .featured-post-area .post-overlay-style.text-center {
    max-height: 231px; }
  .lwcw .featured-post-area .post-overlay-style.first {
    margin-bottom: 4px; }
  .lwcw .block {
    position: relative; }
  .lwcw .sidebar .widget.m-bottom-0 {
    margin-bottom: 0; }
  .lwcw .social-icon {
    list-style: none;
    margin: 0;
    padding: 0; }
  .lwcw .social-icon li {
    display: inline-block;
    margin: 0 0px 0 0; }
  .lwcw .social-icon li a i {
    background: #ec0000;
    color: #fff;
    font-size: 18px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms; }
  .lwcw .social-icon li a i.fa-rss {
    background: #FA9B39; }
  .lwcw .social-icon li a i.fa-facebook {
    background: #3B5998; }
  .lwcw .social-icon li a i.fa-twitter {
    background: #00aced; }
  .lwcw .social-icon li a i.fa-google-plus {
    background: #dd4b39; }
  .lwcw .social-icon li a i.fa-vimeo-square {
    background: #7FC400; }
  .lwcw .social-icon li a i.fa-youtube {
    background: #bb0000; }
  .lwcw .social-icon li a i:hover {
    background: #1c1c1c; }
  .lwcw .social-icon-box > li {
    width: 100%;
    background: #1c1c1c;
    padding: 12px;
    color: #fff;
    margin-bottom: 10px; }
  .lwcw .social-icon-box > li > a {
    color: #fff; }
  .lwcw .social-icon-box > li > a i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    float: left;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.2); }
  .lwcw .social-icon-box .ts-social-title {
    font-size: 14px;
    margin-bottom: -5px; }
  .lwcw .social-icon-box .ts-social-desc {
    display: block;
    font-size: 13px; }
  .lwcw .social-icon-box > li.rss {
    background: #FA9B39; }
  .lwcw .social-icon-box > li.facebook {
    background: #3B5998; }
  .lwcw .social-icon-box > li.twitter {
    background: #00aced; }
  .lwcw .social-icon-box > li.gplus {
    background: #c53942; }
  .lwcw .featured-tab {
    position: relative; }
  .lwcw .featured-tab .nav-tabs {
    border: 0;
    position: absolute;
    top: 0;
    right: 0; }
  .lwcw .featured-tab .nav-tabs > li > a {
    color: #999999;
    text-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
    margin: 0 1px 0;
    padding: 0 0 0 15px;
    border: 0 !important;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  .lwcw .featured-tab .tab-content {
    border-top: 0;
    padding: 0;
    overflow: hidden; }
  .lwcw .featured-tab .nav-tabs > li > a.active {
    color: #1c1c1c;
    position: relative;
    background: none; }
  .lwcw .featured-tab .nav-tabs > li > a.active:after {
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -9px;
    margin-left: 0;
    left: 50%;
    border-width: 7px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c1c1c rgba(0, 0, 0, 0); }
  .lwcw .featured-tab .list-post-block {
    margin-top: 0; }
  .lwcw .ad-content-area img {
    display: inline-block; }
  .lwcw .video-block .nav-tabs .nav-item.show .nav-link,
  .lwcw .video-block .nav-tabs .nav-link.active {
    background: transparent; }
  .lwcw .video-block {
    background: #1c1c1c;
    color: #fff; }
  .lwcw .video-tab-title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px 15px; }
  .lwcw .video-tab .post-overlay-style {
    min-height: 430px; }
  .lwcw .video-tab .post-overlay-style .post-content {
    padding: 35px; }
  .lwcw .video-tab .post-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal; }
  .lwcw .video-tab .nav-tabs > li {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: -1px;
    border: 1px solid #393a3b;
    min-height: 149px;
    padding: 30px 30px 25px; }
  .lwcw .video-tab .nav-tabs > li > a {
    background: none;
    border: 0;
    padding: 0; }
  .lwcw .video-tab .nav-tabs > li > a .post-thumb img {
    max-width: 110px;
    min-height: 85px; }
  .lwcw .video-tab .nav-tabs > li > a .post-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden; }
  .lwcw .video-tab .nav-tabs > li > a h3 {
    color: #fff;
    font-weight: normal;
    line-height: 28px;
    font-size: 16px;
    margin: 0; }
  .lwcw .video-icon {
    text-align: center;
    color: #fff;
    display: block;
    top: 50%;
    margin-top: -50px;
    font-size: 32px;
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    line-height: 65px;
    border: 7px solid #fff;
    display: inline-block;
    border-radius: 100%; }
  .lwcw .video-icon i {
    margin-left: 5px; }
  .lwcw .post-block-style.post-float-half .post-thumb {
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 30px; }
  .lwcw .post-block-style.post-float-half .post-thumb img {
    max-width: 300px;
    min-height: 200px; }
  .lwcw .footer {
    background-color: #1c1c1c;
    color: #969696;
    padding: 70px 0; }
  .lwcw .footer .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 35px;
    text-transform: uppercase;
    color: #fff; }
  .lwcw .footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .lwcw .footer ul li {
    margin-bottom: 18px; }
  .lwcw .footer ul li a {
    color: #a3a3a3; }
  .lwcw .footer .post-title.title-small {
    font-weight: normal; }
  .lwcw .footer-widget .post-block-style.post-float .post-thumb img {
    max-width: 95px;
    min-height: 75px; }
  .lwcw .footer-widget .post-meta span.post-date {
    color: #676767; }
  .lwcw .footer-widget.widget-categories ul {
    padding-right: 30px; }
  .lwcw .footer-widget.widget-categories ul li .catCounter {
    float: right; }
  .lwcw .twitter-widget ul li {
    position: relative;
    padding-left: 35px; }
  .lwcw .twitter-widget ul li:after {
    content: "\f099";
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    color: #a3a3a3;
    font-size: 16px; }
  .lwcw .twitter-widget ul li .tweet-text {
    font-size: 13px;
    line-height: 20px; }
  .lwcw .twitter-widget ul li .tweet-text span {
    display: block;
    color: #676767; }
  .lwcw .twitter-widget ul li .tweet-text a {
    color: #ec0000;
    font-size: 12px; }
  .lwcw .gallery-widget a {
    overflow: hidden;
    margin: 0 2px 0px 0px;
    display: inline-block; }
  .lwcw .gallery-widget a img {
    max-width: 80px;
    min-height: 65px; }
  .lwcw .footer-info-content {
    border-top: 1px solid #606060;
    margin-top: 50px;
    padding: 50px 250px 0; }
  .lwcw .footer-info-content p {
    margin-bottom: 2px;
    font-size: 13px; }
  .lwcw .footer-logo img {
    display: inline-block;
    margin-bottom: 30px; }
  .lwcw .footer-info-phone,
  .lwcw .footer-info-email {
    display: inline-block;
    margin: 0 5px; }
  .lwcw .footer .footer-social {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0; }
  .lwcw .footer .footer-social li {
    margin: 0; }
  .lwcw .footer-social li a {
    display: inline-block;
    margin: 0 3px; }
  .lwcw .footer-social li a i {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #282828;
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms; }
  .lwcw .footer-social li a i:hover {
    background: #ec0000; }
  .lwcw .copyright {
    background: #ec0000;
    color: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 13px; }
  .lwcw .footer-menu {
    float: right; }
  .lwcw .footer-menu ul li {
    display: inline-block;
    line-height: 20px;
    padding-left: 12px; }
  @media (max-width: 992px) {
    .lwcw .footer-menu ul li {
      padding-top: 12px; } }
  .lwcw .footer-menu ul.nav li a {
    background: none;
    color: #fff;
    padding: 0; }
  .lwcw #back-to-top {
    position: fixed;
    right: 55px;
    bottom: 54px;
    z-index: 10;
    -webkit-backface-visibility: hidden; }
  .lwcw #back-to-top.affix {
    bottom: 54px; }
  .lwcw #back-to-top .btn.btn-primary {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.9);
    font-weight: 700;
    font-size: 16px;
    padding: 0; }
  .lwcw #back-to-top .btn.btn-primary:hover {
    color: #fff;
    background: #ec0000; }
  .lwcw .page-title {
    color: #777;
    margin: 30px 0 0; }
    .lwcw .page-title > * {
      margin-bottom: 30px; }
    .lwcw .page-title .breadcrumb {
      padding: 0;
      margin-bottom: -10px;
      background: none; }
      .lwcw .page-title .breadcrumb li + li:before {
        content: "\f105";
        font-family: FontAwesome;
        padding: 0 8px;
        color: #777; }
  .lwcw .category-listing .post-block-style .post-content p {
    font-size: 14px; }
  .lwcw .category-listing .post-block-style .post-content .post-meta {
    margin: 7px 0; }
  .lwcw .subCategory > li {
    display: inline-block;
    margin-bottom: 30px; }
  .lwcw .subCategory > li > a {
    border: 1px solid #dedede;
    padding: 2px 6px;
    margin-right: 6px;
    color: #515151;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase; }
  .lwcw .subCategory > li > a:hover {
    background: #ec0000;
    color: #fff;
    border: 1px solid transparent; }
  .lwcw .post-grid {
    margin-bottom: 15px;
    min-height: 455px; }
  .lwcw .post-list {
    margin-bottom: 40px; }
  .lwcw .top-larget-post {
    margin-bottom: 30px; }
  .lwcw .top-larget-post .post-title.title-large {
    margin-top: 20px;
    font-size: 24px; }
  .lwcw .category-style2 .post-title {
    margin-top: 0; }
  .lwcw .paging {
    position: relative;
    margin-top: 20px; }
  .lwcw .pagination {
    margin: 0; }
  .lwcw .pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
    border: 1px solid #ddd;
    position: relative;
    float: left;
    padding: 6px 12px; }
  .lwcw .pagination > .active > a,
  .lwcw .pagination > .active > a:hover,
  .lwcw .pagination > li > a:hover {
    color: #fff;
    background: #ec0000;
    border: 1px solid transparent; }
  .lwcw .paging .page-numbers {
    border: 0;
    color: #7c7c7c;
    position: absolute;
    right: 0;
    top: 3px; }
  .lwcw .single-post .post-title {
    font-size: 30px;
    line-height: 40px;
    padding: 15px 0 8px 0;
    margin: 0; }
  .lwcw .single-post p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px; }
  .lwcw .post-content-area {
    margin: 20px 0; }
  .lwcw .post-featured-image,
  .lwcw .post-media.post-video,
  .lwcw .post-media.post-audio {
    margin-bottom: 30px; }
  .lwcw .entry-content h3 {
    margin: 0;
    padding: 20px;
    font-size: 22px;
    line-height: 30px; }
  .lwcw .tags-area {
    margin: 20px 0; }
  .lwcw .post-tags > span {
    background: #1c1c1c;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    text-transform: uppercase;
    margin-right: 5px; }
  .lwcw .post-tags a {
    border: 1px solid #dedede;
    display: inline;
    list-style: none;
    padding: 2px 6px;
    margin-right: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff; }
  .lwcw .post-tags a:hover {
    background: #1c1c1c;
    color: #fff;
    border: 1px solid transparent; }
  .lwcw .share-items {
    border: 1px solid #dedede;
    border-radius: 0;
    background: none;
    padding: 10px 20px;
    width: 100%;
    margin: 25px 0;
    display: inline-block; }
  .lwcw .post-social-icons > li {
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    background: #1c1c1c;
    font-size: 12px;
    margin-right: 8px; }
  .lwcw .post-social-icons a {
    color: #fff;
    text-align: center; }
  .lwcw .post-social-icons a i {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 5px;
    padding-right: 8px;
    font-size: 14px;
    line-height: 12px; }
  .lwcw .post-social-icons > li.facebook {
    background: #3B5998; }
  .lwcw .post-social-icons > li.twitter {
    background: #00aced; }
  .lwcw .post-social-icons > li.gplus {
    background: #c53942; }
  .lwcw .post-social-icons > li.pinterest {
    background: #ce222b; }
  .lwcw .post-navigation {
    display: inline-block;
    margin: 0 0 40px; }
  .lwcw .post-navigation span:hover,
  .lwcw .post-navigation h3:hover {
    color: #EC0001; }
  .lwcw .post-navigation .post-previous,
  .lwcw .post-navigation .post-next {
    padding: 0 40px;
    width: 50%;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    display: table-cell;
    position: relative;
    vertical-align: middle; }
  .lwcw .post-navigation i {
    margin: 0 5px; }
  .lwcw .post-navigation span {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px; }
  .lwcw .post-navigation .post-previous {
    text-align: left;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 40px 0 0; }
  .lwcw .post-navigation .post-next {
    text-align: right;
    float: left;
    border-right: 0 none;
    padding: 0 0 0 40px; }
  .lwcw .post-navigation h3 {
    font-size: 16px;
    margin: 8px 0 0; }
  .lwcw .author-box {
    border: 1px solid #dadada;
    padding: 20px 20px 15px;
    margin: 0 0 40px; }
  .lwcw .author-img img {
    margin-right: 30px;
    width: 100px;
    height: 100px;
    overflow-x: hidden;
    margin-bottom: 30px; }
  .lwcw .author-url a {
    color: #1c1c1c;
    font-size: 13px; }
  .lwcw .author-info h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px; }
  .lwcw .authors-social a {
    color: #999;
    margin-left: 10px; }
  .lwcw .author-counter span {
    background: #1c1c1c;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px; }
  .lwcw .comments-area {
    margin: 40px 0; }
  .lwcw .comments-list .comment-content {
    margin: 15px 0; }
  .lwcw .comments-list .comment-reply {
    color: #303030;
    font-weight: 400; }
  .lwcw .comments-list .comment-reply:hover {
    color: #ec0000; }
  .lwcw .comments-counter {
    font-size: 18px; }
  .lwcw .comments-counter a {
    color: #323232; }
  .lwcw .comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0; }
  .lwcw .comments-list .comment {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 30px; }
  .lwcw .comments-list .comment.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .lwcw .comments-list img.comment-avatar {
    width: 84px;
    height: 84px;
    margin-right: 30px; }
  .lwcw .comments-list .comment-body {
    margin-left: 110px; }
  .lwcw .comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
    color: #303030; }
  .lwcw .comments-list .comment-date {
    color: #959595;
    margin-bottom: 5px;
    font-size: 12px; }
  .lwcw .comments-reply {
    list-style: none;
    margin: 0 0 0 70px; }
  .lwcw .comments-form {
    margin-bottom: 0; }
  .lwcw .comments-form .title-normal {
    margin-bottom: 20px; }
  .lwcw .comments-form .comments-btn {
    margin-top: 20px;
    font-size: 12px; }
  .lwcw .sidebar .widget {
    margin-bottom: 50px; }
  .lwcw .sidebar-left .widget {
    margin-right: 20px; }
  .lwcw .sidebar-right .widget {
    margin-left: 20px; }
  .lwcw .sidebar ul.nav-tabs {
    border: 0; }
  .lwcw .sidebar ul.nav-tabs li a {
    color: #303030;
    border-radius: 0;
    padding: 15px 0;
    padding-left: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms; }
  .lwcw .sidebar ul.nav-tabs li.active a,
  .lwcw .sidebar ul.nav-tabs li:hover a {
    color: #ec0000; }
  .lwcw .sidebar ul.nav-tabs li {
    color: #303030;
    line-height: normal; }
  .lwcw .sidebar ul.nav-tabs li:last-child a {
    border-bottom: 0; }
  .lwcw .ts-newsletter {
    background-color: #f1f1f1;
    background-image: url(/_ingredients/themes/global/styles/../images/newsletter-icon.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 30px; }
  .lwcw .ts-newsletter .form-control {
    background: #fff; }
  .lwcw .newsletter-form button {
    font-weight: 700;
    font-size: 12px;
    margin-top: 15px;
    padding: 10px 25px; }
  .lwcw .sidebar .widget-tags a {
    border: 1px solid #dadada;
    color: #303030;
    display: inline-block;
    font-size: 14px !important;
    padding: 3px 15px;
    margin: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .lwcw .sidebar .widget-tags ul > li a:hover {
    background: #ec0000;
    color: #fff;
    border: 1px solid transparent; }
  .lwcw .post-block-style.post-float.review-post-block {
    max-width: 140px;
    min-height: 105px; }
  .lwcw .post-block-style.post-float.review-post-block .post-thumb img {
    max-width: 140px;
    min-height: 105px; }
  .lwcw .block-wrapper.no-sidebar,
  .lwcw .block-wrapper.no-sidebar > .container {
    max-width: 850px;
    margin: 0 auto; }
  .lwcw .block-wrapper.solid-bg {
    background: #f7f7f7;
    background: #f7f7f7; }
  @media (min-width: 992px) {
    .lwcw .solid-bg .pad-r {
      padding-right: 4px; }
    .lwcw .solid-bg .pad-l {
      padding-left: 4px; } }
  .lwcw .contact-info-box {
    margin-top: 20px; }
  .lwcw .contact-info-box-content h4 {
    font-size: 16px;
    margin-top: 0;
    line-height: normal;
    font-weight: 700; }
  .lwcw .contact-info-box-content p {
    margin-bottom: 0; }
  .lwcw label {
    font-weight: 400; }
  .lwcw .error-page .error-code h2 {
    display: block;
    font-size: 200px;
    line-height: 200px;
    color: #303030;
    margin-bottom: 20px; }
  .lwcw .error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700; }
  .lwcw .boxed-layout {
    background: #f7f7f7 url(/_ingredients/themes/global/styles/../images/boxed-bg.jpg) no-repeat;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover; }
  .lwcw .boxed-layout .body-inner {
    background: #fff;
    max-width: 1240px;
    margin: 40px auto;
    overflow-x: hidden;
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15); }
@font-face {
  font-family: 'lw-calendar';
  src: url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1620076840.eot');
  src: url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1620076840.eot#iefix') format('embedded-opentype'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1620076840.woff2') format('woff2'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1620076840.woff') format('woff'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1620076840.ttf') format('truetype'),
       url('/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.svg#lw-calendar') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="lw-icon-"]:before, [class*=" lw-icon-"]:before {
  display: inline-block;
  font-family: "lw-calendar";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

/* makes the font 33% larger relative to the icon container */
.lw-icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; 
}

.lw-icon-2x {
  font-size: 2em; }

.lw-icon-3x {
  font-size: 3em; }

.lw-icon-4x {
  font-size: 4em; }

.lw-icon-5x {
  font-size: 5em; }

.lw-icon-fw {
  width: 1.28571em;
  text-align: center; 
}

.lw-icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .lw-icon-ul > li {
    position: relative; }

.lw-icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .lw-icon-li.lw-icon-lg {
    left: -1.85714em; }

.lw-icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }
 
.lw-icon-envelope-o:before { content: '\e800'; } /* '' */
.lw-icon-videocam:before { content: '\e801'; } /* '' */
.lw-icon-twitter-square:before { content: '\e802'; } /* '' */
.lw-icon-facebook-square:before { content: '\e803'; } /* '' */
.lw-icon-chevron-circle-right:before { content: '\e804'; } /* '' */
.lw-icon-chevron-circle-left:before { content: '\e805'; } /* '' */
.lw-icon-edit:before { content: '\e806'; } /* '' */
.lw-icon-times-circle:before { content: '\e807'; } /* '' */
.lw-icon-link:before { content: '\e808'; } /* '' */
.lw-icon-linkedin-square:before { content: '\e809'; } /* '' */
.lw-icon-instagram:before { content: '\e80a'; } /* '' */
.lw-icon-flickr:before { content: '\e80b'; } /* '' */
.lw-icon-tumblr-square:before { content: '\e80c'; } /* '' */
.lw-icon-youtube-square:before { content: '\e80d'; } /* '' */
.lw-icon-vimeo-square:before { content: '\e80e'; } /* '' */
.lw-icon-pinterest-square:before { content: '\e80f'; } /* '' */
.lw-icon-delicious:before { content: '\e810'; } /* '' */
.lw-icon-github-square:before { content: '\e811'; } /* '' */
.lw-icon-soundcloud:before { content: '\e813'; } /* '' */
.lw-icon-right-open:before { content: '\e814'; } /* '' */
.lw-icon-rss-square:before { content: '\e815'; } /* '' */
.lw-icon-down-open:before { content: '\e816'; } /* '' */
.lw-icon-left-open:before { content: '\e817'; } /* '' */
.lw-icon-up-open:before { content: '\e818'; } /* '' */
.lw-icon-angle-left:before { content: '\e819'; } /* '' */
.lw-icon-angle-right:before { content: '\e81a'; } /* '' */
.lw-icon-angle-up:before { content: '\e81b'; } /* '' */
.lw-icon-angle-down:before { content: '\e81c'; } /* '' */
.lw-icon-angle-circled-up:before { content: '\e81d'; } /* '' */
.lw-icon-angle-circled-down:before { content: '\e81e'; } /* '' */
.lw-icon-down-dir:before { content: '\e81f'; } /* '' */
.lw-icon-up-dir:before { content: '\e820'; } /* '' */
.lw-icon-left-dir:before { content: '\e821'; } /* '' */
.lw-icon-right-dir:before { content: '\e822'; } /* '' */
.lw-icon-tags:before { content: '\e823'; } /* '' */
.lw-icon-search:before { content: '\e824'; } /* '' */
.lw-icon-cancel:before { content: '\e825'; } /* '' */
.lw-icon-tag:before { content: '\e826'; } /* '' */
.lw-icon-location:before { content: '\e827'; } /* '' */
.lw-icon-youtube-play:before { content: '\e828'; } /* '' */
/* Item image controls */
.lw_slideshow_single {
  display: none;
}
/* Captcha/Honeypot */
.lw_captcha {
  min-height: 100px;
  margin: 1em 0;
}
/* this is used for randomized widgets; encoded content shouldn't be visible */
.lw_htmlencoded {
  display: none;
}
/* Save and Share */
#lw_email_overlay {
  width: 465px;
}
#lw_email_overlay h1 {
  margin-top: 0;
}
#lw_email_overlay label {
  font-weight: bold;
  display: block;
}
#lw_email_overlay .lw_field {
  float: left;
  margin: 0.4em 10px;
}
#lw_email_overlay .lw_captcha {
  margin: 0;
}
#lw_email_name,
#lw_email_sender {
  width: 203px;
}
#lw_email_recipients {
  width: 435px;
}
#lw_email_message {
  width: 435px;
  height: 50px;
}
#lw_email_submit {
  clear: left;
  margin-top: 1em;
}
/* Preview bar */
body.lw_is_preview {
  padding-top: 22px;
  /* add padding to make space for preview bar, so bar doesn't overlap content */
}
#lw_preview_bar {
  background-color: #0B2A3E;
  height: 22px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11000;
  border-bottom: 2px solid #345;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #f3f3f3;
  padding-left: 2em;
}
#lw_preview_bar a {
  color: #f3f3f3;
}
/* jQuery UI datepicker */
#ui-datepicker-div {
  width: 13em;
  font-size: 0.8em;
  padding: 3px;
  background-color: #fff;
  border: solid #24315E;
  border-width: 1px 2px 2px 1px;
  display: none;
  margin-top: -2px;
  margin-left: 4px;
  z-index: 1010;
}
#ui-datepicker-div .ui-datepicker-prev {
  left: 2px;
  background: url(/live/resource/image/left.png) no-repeat left top;
}
#ui-datepicker-div .ui-datepicker-next {
  right: 2px;
  background: url(/live/resource/image/right.png) no-repeat left top;
}
#ui-datepicker-div .ui-datepicker-title {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
#ui-datepicker-div table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
  border: none;
}
#ui-datepicker-div th {
  border: none;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-size: 0.9em;
}
#ui-datepicker-div td {
  border: none;
  padding: 0;
}
#ui-datepicker-div td a:hover {
  background-color: #D5E7FF;
  color: #222;
}
#ui-datepicker-div .ui-state-highlight {
  font-weight: bold;
}
#ui-datepicker-div .ui-state-active {
  border: 1px solid #638EC8;
  background-color: #D5E7FF;
  padding: 1px 3px 1px 0;
}
#ui-datepicker-div .ui-datepicker-unselectable span {
  color: #aaa;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  position: absolute;
  display: block;
  top: 3px;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  outline: none;
  color: #333;
}
#ui-datepicker-div .ui-datepicker-prev-hover,
#ui-datepicker-div .ui-datepicker-next-hover {
  background-position: left bottom;
}
#ui-datepicker-div td span,
.ui-datepicker td a {
  display: block;
  padding: 2px 4px 2px 0;
  text-align: right;
  text-decoration: none;
  color: #222;
}
/* Lightbox */
.lw_lightbox_background {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lw_lightbox_container {
  margin: 0 auto;
  width: 0;
  position: relative;
}
.lw_lightbox {
  margin-top: 50px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 3px 3px 3px #000;
}
/* Geotagging */
.lw_geotag {
  display: none;
}
/* Disable preview of frontend images  */
a.lw_disable_preview {
  cursor: default;
}
/* Places */
.lw_widget_type_places li {
  list-style-type: none;
}
.lw_point_infowindow .lw_point_content_found {
  display: none;
  font-size: 0.9em;
  color: #555;
}
.lw_point_infowindow .lw_point_content_type {
  display: none;
}
.lw_point_infowindow h3 {
  font-weight: bold;
  margin-top: 0;
  font-size: 1.4em;
  line-height: 1.1;
  margin-bottom: -0.05em;
}
.lw_point_infowindow ul {
  padding: 0;
}
.lw_point_infowindow .lw_point_content_date {
  font-size: 0.85em;
  color: #999;
  margin-bottom: -0.5em;
  display: none;
}
.lw_point_infowindow .lw_point_content_type_story .lw_point_content_date {
  display: block;
}
.lw_point_infowindow .lw_point_content_type_event .lw_point_content_date {
  display: block;
}
.lw_places_footer {
  text-align: center;
  margin-top: 0.5em;
}
/* QuickAccess */
.qa_highlight {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 1px 2px 2px;
  margin: 0 -2px;
}
.qa_selected {
  background-color: #c6dbf4;
}
.qa_blur,
.qa_noquery {
  display: none;
}
.qa_mouse li {
  cursor: pointer;
  position: relative;
}
.qa_message {
  padding: 6px 16px;
  font-style: italic;
  color: #888;
}
.qa_category_title {
  font-weight: bold;
  padding: 10px;
  text-transform: capitalize;
}
.qa_results {
  width: 100%;
  position: relative;
  left: 0px;
  top: 1px;
  z-index: 40;
  border: 1px solid #999;
}
.qa_results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.qa_results a {
  color: #222;
  text-decoration: none;
}
.qa_results small {
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 1px 4px 0px;
  font-size: 0.75em;
  position: absolute;
  top: 10px;
  right: 16px;
}
.qa_results li {
  padding: 6px 16px;
}
/* Payments */
.lw_payments {
  display: none;
}
.lw_payments_charge input[type="text"] {
  border: 1px solid #ccc;
  padding: 2px 3px;
  background-color: #fff;
}
.lw_event_registration_success {
  font-size: 1.2em;
}
.lw_image_caption {
  font-size: 13px;
  padding: 4px 0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
}
fieldset.lw_forms_horizontal_line,
fieldset.lw_forms_header,
fieldset.lw_forms_paragraph {
  border: 0px;
}
/* Google Tag Manager */
#lw_gtm {
  display: none;
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.lw_widget_saveandshare .permalink a {
  position: relative;
}
.lw_widget_saveandshare .permalink a:after {
  content: "Link copied to clipboard";
  display: block;
  z-index: -1;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 9px 13px 7px;
  text-align: center;
  background: #555;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.lw_widget_saveandshare .permalink a.is-copied:after {
  z-index: 1;
  opacity: 1;
  width: 196px;
  height: auto;
  overflow: visible;
}
/* Override Twitter icon with "X" Icon */
.lw-icon-twitter-square {
  position: relative;
}
.lw-icon-twitter-square:before {
  opacity: 0;
}
.lw-icon-twitter-square:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M389.2%2048h70.6L305.6%20224.2%20487%20464H345L233.7%20318.6%20106.5%20464H35.8L200.7%20275.5%2026.8%2048H172.4L272.9%20180.9%20389.2%2048zM364.4%20421.8h39.1L151.1%2088h-42L364.4%20421.8z%22/%3E%3C/svg%3E");
}
a > .lw-icon-twitter-square {
  opacity: 0.6;
}
a:hover > .lw-icon-twitter-square {
  opacity: 1;
}
