/*!
 * Theme Name:  SuperNews - mod
 * Theme URI:   http://www.theme-junkie.com/themes/supernews
 * Description: A super Multi-purpose WordPress theme. 
 * Version:     1.0.2
 * Author:      Theme Junkie
 * Author URI:  http://www.theme-junkie.com/
 * Tags:        gray, white, light, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, sticky-post, threaded-comments, translation-ready
 * Text Domain: supernews
 * 
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * SuperNews WordPress Theme, Copyright 2014 - 2015 http://www.theme-junkie.com/
 * SuperNews is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
1. Reset
2. Basic
3. Structure
4. Header
5. Navigation
6. Content
	-6.1 News Ticker
	-6.2 Carousel #0 / Featured Content
	-6.3 Featured Content #2
	-6.4 Content Blocks
	-6.5 Carousel #1
	-6.6 Pagination
	-6.7 Singular
	-6.8 Comments
7. Sidebar
8. Footer
9. WooCommerce
	-9.1 Products
	-9.2 Single Product
	-9.3 Cart
10. Misc
	-10.1 Layouts
	-10.2 Social Icons
	-10.3 Forms
	-10.4 Page Builder
11. FontAwesome
12. Images
13. bbPress
 * -----------------------------------------------------------------------------
 */
/**
 * 1. Reset
 * -----------------------------------------------------------------------------
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: 'PT Sans Narrow',"Open Sans" sans-serif;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  position: relative;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e9e9e9;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
sup {
  top: -.5em;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.alignnone {
  display: block;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  display: none !important;
  position: absolute;
}
.sticky,
.bypostauthor {
  background: inherit;
  color: inherit;
}
pre {
  margin: 20px 0;
  padding: 20px;
  background-color: #fafafa;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  color: #2080ad;
}
dl {
  margin: 20px;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 20px;
}
/**
 * 2. Basic
 * -----------------------------------------------------------------------------
 */
/**
 * 2.1 Defaults
 * -----------------------------------------------------------------------------
 */
body {
  background-color: #ffffff;
  color: #333333;
  /*font-family: 'Open Sans', Arial, sans-serif;*/
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d9261c;
  font-weight: 700;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1em;
}
strong {
  font-weight: 700;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  clear: both;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
input {
  border: 1px solid #e6e6e6;
  font-family: 'Open Sans', Arial, sans-serif;
  height: 36px;
  padding: 0 10px;
}
input:focus,
input:hover {
  outline: none;
}
button {
  border: none;
  height: 43px;
  padding: 0 15px;
}
table {
  width: 100%;
  margin-bottom: 2.618em;
}
table th,
table td {
  border-bottom: 1px solid #e8e4e3;
  padding: 1em;
  vertical-align: top;
  text-align: left;
}
table th {
  text-transform: uppercase;
  border-bottom: 1px solid #e8e4e3;
}
table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}
table tr th:last-child,
table tr td:last-child {
  padding-right: 0;
}
/**
 * 2.2 Hyperlinks
 * -----------------------------------------------------------------------------
 */
a:link,
a:visited {
  text-decoration: none;
  transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a:active {
  outline: none;
}
/**
 * 2.3 Typography
 * -----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'WebSymbolsRegular';
  src: url("assets/fonts/websymbols-regular-webfont.eot");
  src: url("assets/fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/websymbols-regular-webfont.woff") format("woff"), url("assets/fonts/websymbols-regular-webfont.ttf") format("truetype"), url("assets/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("assets/fonts/OpenSans-Light.eot?v1.1.0");
  src: url("assets/fonts/OpenSans-Light.eot?#iefix&v1.1.0") format("embedded-opentype"), url("assets/fonts/OpenSans-Light.woff?v1.1.0") format("woff"), url("assets/fonts/OpenSans-Light.ttf?v1.1.0") format("truetype"), url("assets/fonts/OpenSans-Light.svg?v1.1.0#OpenSansBold") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("assets/fonts/OpenSans-Regular.eot?v1.1.0");
  src: url("assets/fonts/OpenSans-Regular.eot?#iefix&v1.1.0") format("embedded-opentype"), url("assets/fonts/OpenSans-Regular.woff?v1.1.0") format("woff"), url("assets/fonts/OpenSans-Regular.ttf?v1.1.0") format("truetype"), url("assets/fonts/OpenSans-Regular.svg?v1.1.0#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("assets/fonts/OpenSans-Italic.eot?v1.1.0");
  src: url("assets/fonts/OpenSans-Italic.eot?#iefix&v1.1.0") format("embedded-opentype"), url("assets/fonts/OpenSans-Italic.woff?v1.1.0") format("woff"), url("assets/fonts/OpenSans-Italic.ttf?v1.1.0") format("truetype"), url("assets/fonts/OpenSans-Italic.svg?v1.1.0#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("assets/fonts/OpenSans-Bold.eot?v1.1.0");
  src: url("assets/fonts/OpenSans-Bold.eot?#iefix&v1.1.0") format("embedded-opentype"), url("assets/fonts/OpenSans-Bold.woff?v1.1.0") format("woff"), url("assets/fonts/OpenSans-Bold.ttf?v1.1.0") format("truetype"), url("assets/fonts/OpenSans-Bold.svg?v1.1.0#OpenSansBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/**
 * 3. Structure
 * -----------------------------------------------------------------------------
 */
#page {
  background: #fff;
  margin: 0 auto;
}
.container {
  margin: 0 auto;
  /*width: 1270px;*/
  width: 1000px;
  position: relative;
}
/**
 * 4. Header
 * -----------------------------------------------------------------------------
 */
#masthead {
  background-color: #ffffff;
}
#logo {
    float: left;
    /* margin: 15px 50px 5px 0; */
    padding: 20px;
    padding-left: 0;
}
.site-title {
  font-size: 32px;
  padding: 15px 0;
}
#secondary-bar {
    background: none repeat scroll 0 0 #da251c;
    border-bottom: 1px solid #e9e9e9;
    border-top: 2px solid #ff2a00;
    display: block;
    margin-bottom: 0;
}
/**
 * 5. Navigation
 * -----------------------------------------------------------------------------
 */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  background: #ffffff;
  display: none;
  top: 100%;
  left: 0;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.sf-menu ul {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  margin-top: 0;
}
.sf-menu ul ul {
  left: 170px;
  margin-top: -7px;
}
.sf-menu a {
  display: block;
  position: relative;
  padding: 0 15px;
}
.sf-menu ul a {
  font-size: 1em;
}
.sf-menu li {
  z-index: 100;
}
.sf-menu ul li {
  width: 170px;
}
.sf-arrows .sf-with-ul {
  padding-right: 25px !important;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -2px;
  margin-right: 9px;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: #cccccc;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #dddddd;
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: 0px;
  border-color: transparent;
  border-left-color: #dddddd;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #dddddd;
}
/**
 * 5.1 Primary Navigation
 * -----------------------------------------------------------------------------
 */
#primary-bar {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  height: 40px;
  background-color: #000000;
}
#primary-nav {
  float: left;
}
#primary-nav ul {
  float: left;
}
#primary-nav ul li {
  float: left;
  background: url("assets/img/seperator.png") no-repeat right center;
}
#primary-nav .current-menu-item a {
  color: #FF0;
}
#primary-nav .current-category-ancestor a {
  color: #FF0;
}
#primary-nav .current-post-ancestor a {
  color: #FF0;
}
#primary-nav ul li:first-child a {
  border-left: none;
  padding-left: 0;
}
#primary-nav .sf-menu li ul {
  padding: 0 20px;
}
#primary-nav ul li li {
  background: none;
  box-shadow: none;
  width: 150px;
}
#primary-nav ul ul ul {
  left: 150px;
}
#primary-nav ul li a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 40px;
    padding: 20px 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px !important;
}
#primary-nav ul li li a:link,
#primary-nav ul li li a:visited {
  border-left: none;
  color: #999999;
  border-top: none;
}
/**
 * 5.2 Secondary Navigation
 * -----------------------------------------------------------------------------
 */
#secondary-nav {
    color: #ffffff;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    z-index: 50;
}
#secondary-nav ul li {
  /*background: url("assets/img/seperator.png") no-repeat right center;*/
}
#secondary-nav .current-menu-item a {
  color: #FF0;
}
#secondary-nav .current-category-ancestor a {
  color: #FF0;
}
#secondary-nav ul li a {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    padding: 8px 12px;
    text-transform: none;
}
#secondary-nav .sf-menu li ul {
  background: #ffffff;
  padding: 0 15px;
}
#secondary-nav ul li a:hover,
#secondary-nav ul li.current_item a {
  color: #ffffff;
  text-decoration: none;
}
#secondary-nav ul li.home_item a {
  margin-left: 0;
}
#secondary-nav ul li.home_item a i {
  margin-right: 2px;
}
#secondary-nav ul li ul {
  border-top: 1px solid #e6e6e6;
  margin-left: -1px;
}
#secondary-nav ul li li {
  background: none;
}
#secondary-nav ul.sf-menu li li a,
#primary-nav ul.sf-menu li li a {
  line-height: 1;
  border-bottom: 1px dotted;
  border-color: #dddddd !important;
  color: #555555;
  font-size: 12px;
  font-weight: 400;
  padding: 15px 0;
  text-transform: none;
}
#secondary-nav ul.sf-menu li li a:hover,
#primary-nav ul.sf-menu li li a:hover {
  background: #ffffff;
}
#secondary-nav ul.sf-menu li li:last-child a,
#primary-nav ul.sf-menu li li:last-child a {
  border-bottom: none !important;
}
/**
 * 5.3 Mega Menu
 * -----------------------------------------------------------------------------
 */
.sf-mega {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 20px;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
}
.sf-mega ol {
  display: block;
  position: static;
}
.sf-mega li a {
  font-size: 13px;
}
/* Links */
.links {
  border-top: 1px solid #e6e6e6;
  width: 552px !important;
  padding: 20px;
}
.links li {
  border-right: 1px solid #e6e6e6;
  display: block;
  float: left;
  font-size: 13px;
  width: 170px !important;
  margin: 0 20px 0 0;
}
.links li span.column-heading {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.links li ol {
  display: block;
  margin: 0 20px 0 0 !important;
}
.links li:last-child,
.links li:last-child li {
  border-right: none !important;
  margin-right: 0 !important;
}
.links li ol li {
  background: none;
  margin: 0;
}
.links li li a {
  border: none !important;
  font-weight: normal !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
.links li li:last-child a {
  margin-bottom: 0 !important;
}
/* Posts */
.posts {
  width: 632px;
  padding: 20px;
}
.posts .sub-cats {
  float: left;
  width: 120px;
}
.posts .sub-cats li {
  background: none !important;
}
.posts .sub-cats li a {
  border: none !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
.posts .cat-posts {
  border-left: 1px solid #e6e6e6;
  float: left;
  width: 490px;
  padding-left: 20px;
}
.posts .cat-posts .post-list {
  float: left !important;
  width: 150px;
  margin-right: 20px;
}
.posts .cat-posts .post-list:last-child {
  margin-right: 0;
}
.posts .cat-posts .post-list a {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.posts .cat-posts .post-list a:hover {
  background: none !important;
}
.posts .cat-posts .entry-thumbnail {
  float: left;
  margin: 0 0 10px 0;
}
.posts .cat-posts .entry-title {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 5px;
  text-transform: none;
}
.posts .cat-posts .entry-meta {
  color: #999999;
  font-size: 11px;
  font-weight: 400;
}
#secondary-nav .sf-mega {
  margin-left: -1px;
}
/**
 * 5.4 Header Cart
 * -----------------------------------------------------------------------------
 */
.header-cart {
  float: right;
  font-size: 13px;
  line-height: 40px;
}
.header-cart .sf-arrows .sf-with-ul {
  padding-right: 0 !important;
}
.header-cart .sf-arrows .sf-with-ul:after {
  border: none !important;
}
.header-cart li {
  background: none !important;
}
.header-cart ul li a {
  color: #333;
  display: block;
  font-size: 12px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.header-cart a:link,
.header-cart a:visited {
  margin-left: 20px;
}
.header-cart a:hover {
  color: #333333;
}
.header-cart img {
  width: 64px;
  height: auto;
}
.header-cart .fa-shopping-cart {
  font-size: 13px;
  margin-right: 3px;
}
.header-cart .amount {
  margin-left: 5px;
  text-transform: lowercase;
}
.header-cart button {
  float: left;
  display: inline-block;
  margin: 0 0 7px 0;
  width: 100%;
}
.header-cart .add_to_cart_button {
  margin-bottom: 10px;
}
.header-cart li ul {
  left: auto;
  right: 0;
  width: 230px;
  padding: 0 20px 0;
}
.header-cart .product-title {
  font-weight: 700 !important;
}
.header-cart li li:first-child {
  color: #999999;
}
.header-cart li li {
  border-bottom: 1px solid #f0f0f0;
  width: 100% !important;
  padding: 15px 0;
  line-height: 1;
  position: relative;
}
.header-cart ul li li:last-child {
  border-bottom: none;
  color: #999;
}
.header-cart li li a {
  border: none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}
.header-cart li li img {
  float: left;
  margin: 0 10px 0 0;
}
.header-cart li li .quantity {
  color: #999999 !important;
  display: block;
  font-size: 11px;
  margin-top: 7px;
}
.header-cart li li .product-remove {
  color: #999999 !important;
  font-size: 10px !important;
  position: absolute;
  top: 16px;
  right: 0;
}
.header-cart li li .product-remove:hover {
  color: red !important;
}
.header-cart .cart-total {
  margin: 5px 0 20px;
}
.header-cart .cart-total .amount {
  color: #333;
  float: right;
}
.header-cart li li .quantity small {
  color: #ff6644;
}
/**
 * 5.5 Header Search
 * -----------------------------------------------------------------------------
 */
.header-search {
    float: right;
    margin-top: 0;
    position: relative;
}
.header-search .fa {
  color: #333333;
  font-style: normal;
  font-size: 13px;
  cursor: pointer;
}
.header-search .fa-search.active {
  display: none;
}
.header-search .fa-times {
  display: none;
}
.header-search .fa-times.active {
  display: inline-block;
}
.header-search a:link,
.header-search a:visited {
  color: #333333;
}
.search-form {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    box-shadow: none;
    display: block;
    float: right;
    padding: 0;
    position: relative;
    right: 0;
    top: 33px;
    width: auto;
    z-index: 99;
}
.search-form input {
    height: 32px;
    width: 147px;
}
.search-form button {
    height: 32px;
    position: relative;
    width: 40px;
}
/**
 * 6. Content
 * ----------------------------------------------------------------------------
 */
.blog-list article.sticky {
  border-bottom: 0;
}
article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 3.692307692;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  text-align: center;
}
article.sticky .sticky-post {
  background: #f1f1f1;
  padding: 20px;
}
.content-area {
  float: left;
  width: 765px;
  height: auto;
  margin: 0px 0 25px 200px;
}
#logo img {
    height: 80px;
}
.panel-grid-cell {
    min-height: 0;
}
.content-area ul li {
  list-style: none;
}
.hentry .entry-title {
  line-height: 1.3;
  margin-bottom: 0px;
}
.hentry .entry-meta {
    color: #9f9f9f;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.entry-category {
  text-transform: uppercase;
}
.entry-category a {
  text-decoration: underline;
}
.entry-category,
.entry-date {
  color: #999999;
  font-size: 11px;
}
.entry-comment a:link, .entry-comment a:visited {
    color: #ffffff;
    /*font-size: 13px;*/
    margin-right: 10px;
}
.entry-comment a:hover {
  color: #333333;
}
.entry-title a:link,
.entry-title a:visited {
  color: #000000;
  display: block;
  line-height: 1.15;
}
.entry-title a:hover,
.category-box strong a:hover {
  text-decoration: none;
}
/*.section-title {
    border-bottom: 1px solid #b40000;
    color: #b40000;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
	overflow: hidden;
}*/
.providerlist .section-title {
    background-image: none;
    background-position: left center;
    background-repeat: repeat-x;
    border-bottom: 2px solid #b40000;
    color: #b40000;
    font-size: 19px;
    line-height: 1;
    list-style: outside none none;
    margin-bottom: 5px;
    margin-left: 10px;
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
    text-align: left;
    padding-top: 5px;
    text-transform: uppercase;
    padding-bottom: 10px;
    background-color: #ffffff;
}
.providerlist .section-title strong {
  line-height: 1;
}
.providerlist .section-title a:link, .section-title a:visited {
    background-color: transparent;
    color: #b40000;
    padding-left: 10px;
}
.providerlist .section-title a:hover {
  text-decoration: none;
}
.providerlist ul {
    margin-left: 10px;
}
.widget_currencyrate-widget, .widget_stacje_paliw_widget {
    margin-left: 10px;
    margin-right: 10px;
	margin-top: 40px;
}
.widget_stacje_paliw_widget .widget-title {
    background-color: transparent !important;
    background-image: url("assets/img/one.jpg");
    background-position: 10px center;
    background-repeat: repeat-x;
    color: #333333;
    float: left;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.widgetname {
    background-color: #ffffff;
    float: left;
    padding-right: 3px;
}
.panel-grid::after {
    display:initial;
}
.see-all {
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  text-transform: lowercase;
}
.see-all a:link,
.see-all a:visited {
  display: none;
  font-size: 10px;
  font-family: Arial, sans-serif;
  color: #9f9f9f;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 400;
  height: 14px;
  line-height: 13px;
  padding: 0 3px;
}
.see-all a:hover {
  text-decoration: none;
}
.see-all .fa {
  padding-left: 3px;
}
.entry-content .widget ul li {
  border-bottom: 0;
}
/**
 * 6.1 News Ticker
 * -----------------------------------------------------------------------------
 */
#news-ticker {
  color: #999;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
#news-ticker span.text {
  color: #333333;
  display: block;
  font-size: 12px;
  font-weight: 700;
  float: left;
  text-transform: uppercase;
}
#news-ticker .news-list {
  display: inline;
  font-size: 12px;
  float: left;
  list-style: none;
  padding-left: 15px;
  overflow: hidden;
  margin: 0;
}
#news-ticker .news-item {
  display: none;
}
#news-ticker .news-item .entry-date {
  text-transform: lowercase;
}
#news-ticker ul li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
#primary .entry-content .panel-grid-cell .panel.widget_supernews-builder-headlines {
  margin-bottom: 0;
}
.headline-nav {
  position: absolute;
  top: 0;
  right: 0;
}
.headline-nav a:link,
.headline-nav a:visited {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  color: #999999;
  display: inline-block;
  font-size: 12px;
  margin-left: 1px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
}
.headline-nav a:hover {
  border-color: #999;
  color: #999 !important;
}
/**
 * 6.2 Featured Content
 * -----------------------------------------------------------------------------
 */
#featured-content {
  background-color: #ffffff;
  margin-bottom: 0px;
  position: relative;
}
#featured-content ul {
  margin: 0;
}
#featured-content ul li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
#featured-content .entry-title {
  font-size: 32px;
}
#featured-content .entry-thumbnail {
  width: 100%;
  height: auto;
  margin: 0 0 0px 0;
}
#featured-content #carousel-0 {
  position: relative;
}
/*#featured-content #carousel-0 ul li {
  width: 765px;
}*/
#featured-content .jcarousel-pagination-0 {
  position: absolute;
  top: 380px;
  height: 10px;
  width: 100%;
  text-align: center;
}
#featured-content .jcarousel-pagination-0 a {
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -9999em;
}
#featured-content .jcarousel-pagination-0 a.active {
  background-color: #ff6644;
}
#featured-content .jcarousel-control-prev,
#featured-content .jcarousel-control-next {
  position: absolute;
  top: 175px;
  width: 36px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2em;
  border-radius: 0px;
  visibility: hidden;
}
#featured-content .jcarousel-control-prev {
  left: 0;
}
#featured-content .jcarousel-control-next {
  right: 0;
}
#featured-content:hover .jcarousel-control-prev,
#featured-content:hover .jcarousel-control-next {
  background-color: rgba(0, 0, 0, 0.2);
  visibility: visible;
}
#featured-content .jcarousel-control-prev:hover,
#featured-content .jcarousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/*provider*/
.topheadericons {
    border: medium none;
    box-shadow: none;
    display: block;
    float: right;
    margin-left: 25px;
    padding: 0;
    position: relative;
    right: 0;
    top: 38px;
    width: auto;
    z-index: 99;
}
.topheadericons img {
    height: 35px;
}
.topheadericons .fa {
    font-size: 34px;
}
.topheadericons li {
    float: left;
    list-style: outside none none;
    margin-left: 0;
    padding: 7px;
    text-align: center;
    width: auto;
}
.topheadericons li label {
    font-size: 11px;
    text-align: center;
}
#submenu_list {
    background-color: #363636;
    float: left;
    width: 100%;
}
#submenu_list li.current-menu-item {
    background-color: #da251c;
    border-radius: 7px 7px 0 0;
    margin-top: -10px;
    padding-top: 10px;
}
#submenu_list ul.sf-menu li a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 15px;
    text-transform: uppercase;
	font-family: "Open Sans",Arial,sans-serif;
}
#submenu_list ul.sf-menu .children li a {
    color: #da251c;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 15px;
    text-transform: uppercase;
	font-family: "Open Sans",Arial,sans-serif;
}
#submenu_list .current-cat {
    background-color: #da251c;
    border-radius: 3px 3px 0 0;
    margin-top: -4px;
    padding-top: 4px;
	font-family: "Open Sans",Arial,sans-serif;
}
#submenu_list .sf-with-ul::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cccccc transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    content: "";
    height: 0;
    margin-right: 9px;
    margin-top: -2px;
    position: absolute;
    right: 2px;
    top: 50%;
    width: 0;
}
#submenu_list .sf-with-ul {
    padding-right: 25px !important;
}
h1.cat_main_name {
    background-color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 1px;
    margin-top: 10px;
    padding: 5px 5px 10px;
    font-weight: 600;
    border-bottom: solid 2px #d9261c;
    margin-bottom: 20px;
    color: #d9261c;
}
#category_first_news {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
    margin-top: 9px;
    overflow: hidden;
}
#category_first_news > li {
    background-color: transparent;
    float: left;
    list-style: outside none none;
    margin-right: 10px;
    overflow: hidden;
    width: 150px;
	position: relative;
}
#category_first_news > li .desc {
    height: 105px;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#category_first_news a {
    font-size: 13px;
    line-height: 13px !important;
    display: block;
}
#category_first_news .fa {
    color: #fcfcf8;
    left: 80%;
    position: absolute;
    top: 120px;
}
article .icon {
    bottom: 22%;
    left: 93%;
    position: absolute;
}
article .icon .fa {
    color: #ffffff;
    font-size: 35px;
}
#featured-content #carousel-1 {
  position: relative;
}
#featured-content #carousel-1 ul li {
    margin-right: 0;
    width: 255px;
}
#featured-content .jcarousel-pagination-1 {
  position: absolute;
  top: 380px;
  height: 10px;
  width: 100%;
  text-align: center;
}
#featured-content .jcarousel-pagination-1 a {
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -9999em;
}
#featured-content .jcarousel-pagination-1 a.active {
  background-color: #ff6644;
}
#featured-content .jcarousel-control-prev,
#featured-content .jcarousel-control-next {
  position: absolute;
  top: 175px;
  width: 36px;
  height: auto;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2em;
  border-radius: 0px;
  visibility: hidden;
  z-index: 10;
}
#featured-content .jcarousel-control-prev {
  left: 0;
}
#featured-content .jcarousel-control-next {
  right: 0;
}
#featured-content:hover .jcarousel-control-prev,
#featured-content:hover .jcarousel-control-next {
  background-color: rgba(0, 0, 0, 0.2);
  visibility: visible;
}
#featured-content .jcarousel-control-prev:hover,
#featured-content .jcarousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* weather plugin css overwritte */
/*
.wu-forecast-wrapper div {
    margin-bottom: 0px !important;
}
.wu-forecast-wrapper .wu-day-title {
    color: #b40000;
    font-family: verb,sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 0;
}
.wu-forecast-wrapper .wu-cond-highlow .wu-cond-high {
    color: #d5202a;
    font-size: 20px;
    font-weight: bold;
    padding-right: 0.5em;
}*/
/* end */
/**
 * 6.2 Feature Content #2
 * -----------------------------------------------------------------------------
 */
#featured-content-2 {
  margin-bottom: 30px;
}
#featured-content-2 .entry-title a {
  line-height: 1.2;
}
#featured-content-2 .featured-big {
  border-right: 1px solid #e9e9e9;
  float: left;
  width: 472px;
  margin-right: 20px;
  padding-right: 19px;
}
#featured-content-2 .featured-big .entry-title {
  font-size: 30px;
}
#featured-content-2 .featured-big .entry-thumbnail {
  width: 100%;
  margin-bottom: 10px;
}
#featured-content-2 .featured-small {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  width: 216px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#featured-content-2 .featured-small .entry-thumbnail {
  width: 100%;
  margin-bottom: 5px;
}
#featured-content-2 .featured-small .entry-title {
  font-size: 20px;
}
#featured-content-2 .last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.featured-video embed,
.featured-video object,
.featured-video iframe {
  width: 728px;
  height: 410px;
  margin-bottom: 20px;
}
/**
 * 6.3 Content Blocks
 * -----------------------------------------------------------------------------
 */
.more-link {
    font-size: 12px;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.more-link a {
  text-decoration: underline;
}
.more-link a:hover {
  color: #ff6644;
}
.entry-meta {
  color: #9f9f9f;
  font-size: 11px;
  line-height: 1;
  margin-top: 12px;
  text-transform: uppercase;
}
.entry-meta a:link, .entry-meta a:visited {
    color: #9f9f9f;
    text-decoration: underline;
    padding: 5px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #ffffff;
}
.entry-meta a:hover {
  color: #333333;
}
.entry-meta .sep {
  color: #cccccc;
  margin: 0 5px;
}
.entry-meta span {
    margin-right: 0px;
}
.entry-stars {
  background: url(assets/img/stars-small.png) no-repeat;
  display: inline-block;
  width: 52px;
  height: 12px;
  margin-right: 10px;
}
.article-first .entry-title {
  font-size: 22px;
}
/* Content Block #1 */
.content-block-1 ul {
  margin: 0;
  padding: 0;
  margin-top:15px;
}
.content-block-1 {
  margin-bottom: 30px;
}
.content-block-1 li {
  border-left: 1px solid #e9e9e9;
    float: left;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    width: 33%;
}
.content-block-1 li:first-child {
  border-left: none;
  padding-left: 0;
}
.content-block-1 li:last-child {
  margin-right: 0;
}
.content-block-1 li .entry-thumbnail {
  width: 100%;
  margin-bottom: 10px;
}
.content-block-1 .entry-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
/* Content Block #2 */
.content-block-2 {
  margin-bottom: 30px;
}
.content-block-2 li.article-first {
    border-right: 0 solid #e9e9e9;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    width: 50%;/*344px;*/
}
.content-block-2 li.article-first .entry-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.content-block-2 li.article-list {
    border-bottom: 0 solid #e9e9e9;
    float: left;
    margin-bottom: 1px;
    padding-bottom: 1px;
    position: relative;
    width: 46%;
}
.content-block-2 li.article-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.content-block-2 li.article-list .entry-thumbnail {
  float: left;
  margin: 0 10px 0 0;
}
.content-block-2 li.article-list .entry-title {
  font-size: 14px;
  font-weight: 400;
}
.category-box .entry-summary {
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
/* Content Block #3 */
.content-block-3 {
  margin-bottom: 20px;
}
.content-block-3 li.article-first {
  margin-bottom: 20px;
}
.content-block-3 li.article-first .entry-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.content-block-3 li.article-list {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-top: 15px;
  position: relative;
}
.content-block-3 li.article-list:last-child {
  margin-bottom: 0;
}
.content-block-3 li.article-list .entry-thumbnail {
  float: left;
  margin: 0 15px 0 0;
}
.content-block-3 li.article-list .entry-title {
  font-size: 14px;
  font-weight: 400;
}
.content-block-3 .block {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.panel-grid-cell:last-child .content-block-3 .block {
  border-left: 1px solid #e9e9e9;
  margin-left: -16px;
  padding-left: 19px;
}
/* Content Block #4 */
.content-block-4 {
  margin-bottom: 30px;
}
.content-block-4 .block {
  float: left;
  width: 216px;
  position: relative;
}
.content-block-4 .block-center,
.content-block-4 .block-right {
  border-left: 1px solid #e9e9e9;
  margin-left: 20px;
  padding-left: 19px;
}
.content-block-4 li.article-first {
  margin-bottom: 20px;
}
.content-block-4 li.article-first .entry-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.content-block-4 li.article-list {
  border-top: 1px solid #e6e6e6;
  padding: 5px 0 5px 14px;
}
.content-block-4 li.article-list:before {
  content: "";
  border-color: transparent #ddd;
  border-style: solid;
  border-width: 0.28em 0 0.28em 0.35em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}
.content-block-4 li.article-list:last-child {
  padding-bottom: 0;
}
.content-block-4 li.article-first .entry-title {
  font-size: 18px;
}
.content-block-4 li.article-list .entry-title {
  font-size: 14px;
  font-weight: 400;
}
.widget_supernews-builder-posts-varian-4 {
  border-left: 1px solid #e9e9e9;
  margin-left: -15px;
  padding-left: 19px;
}
.panel-grid-cell:first-child .widget_supernews-builder-posts-varian-4 {
  border-left: 0;
  margin: 0;
  padding: 0;
}
.providerlist {
    display: table;
    margin-bottom: 0px;
    width: 100%;
}
.providerlist .block {
    float: left;
    position: relative;
    width: 216px;
}
.providerlist .block-center, .content-block-4 .block-right {
    border-left: 1px solid #e9e9e9;
    margin-left: 20px;
    padding-left: 19px;
}
.providerlist li.article-first {
    margin-bottom: 20px;
}
.providerlist li.article-first .entry-thumbnail {
    float: left;
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 102px;
}
.providerlist li.article-list {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0 1px 14px;
    overflow: hidden;
}
.providerlist li .hiddenthumb {
    margin-right: 10px;
    width: 100px;
	display: none;
}
/*.providerlist li.article-list::before {
    border-color: transparent #ddd;
    border-style: solid;
    border-width: 0.28em 0 0.28em 0.35em;
    content: "";
    display: block;
    height: 0;
    left: -1em;
    position: relative;
    top: 0.9em;
    width: 0;
}*/
.providerlist li.article-list:last-child {
    padding-bottom: 0;
}
.providerlist li.article-first .entry-title {
    font-size: 18px;
    font-weight: 800;
    height: 55px;
}
.providerlist li.article-list .entry-title {
    font-size: 14.45px;
    font-weight: 400;
}
.providerlist .article-list h2 {
    font-size: 15px;
    font-weight: 600;
}
.providerlist ul li.article-list {
    margin: 0;
    padding: 4px 0;
    margin-bottom: 5px;
}
.providerlist .article-first h2 {
    font-size: 17px;
}
.providerlist ul li.article-first {
    margin: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 10px;
	position:relative;
}
.providerlist .article-first .icon {
    left: 78px;
    position: absolute;
    top: 50%;
}
.providerlist .article-first .icon .fa {
    color: #fffffc;
    font-size: 20px;
}
.providerlist .article-list .entry-title > a {
    float: left;
	/*display: inline;*/
}
.providerlist .article-list .icon {
    display: none;
    margin-left: 5px;
}
.providerlist .article-list .icon .fa {
    color: #7f97a9;
    font-size: 14px;
}
.widget_supernews-builder-posts-varian-1 .icon {
    left: 90%;
    position: absolute;
    top: 34%;
}
.widget_supernews-builder-posts-varian-1 .icon .fa {
    color: #ffffff;
    font-size: 23px;
}
.content-block-1 li.article-first .icon {
    left: 90%;
    position: absolute;
    top: 34%;
}
.content-block-1 li.article-first .icon .fa {
    color: #ffffff;
    font-size: 23px;
}
.content-block-2 li.article-first .icon {
    left: 88%;
    position: absolute;
    top: 48%;
}
.content-block-2 li.article-first .icon .fa {
    color: #ffffff;
    font-size: 23px;
}
.content-block-2 li.article-list .icon {
    left: 9%;
    position: absolute;
    top: 36px;
}
.content-block-2 li.article-list .icon .fa {
    color: #ffffff;
    font-size: 23px;
}
.content-block-3 li.article-first .icon {
    left: 92%;
    position: absolute;
    top: 26%;
}
.content-block-3 li.article-first .icon .fa {
    color: #ffffff;
    font-size: 23px;
}
.content-block-3 .article-list .icon {
    left: 9%;
    position: absolute;
    top: 54px;
}
.content-block-3 .article-list .icon .fa {
    color: #ffffff;
    font-size: 23px;
}
.widget_supernews-builder-posts-varian-2 ul, .widget_supernews-builder-posts-varian-3 ul {
    margin-top: 15px;
}
.mainfoto  {
	height: 283px;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	/*background: #0040a1 none repeat scroll 0 0;*/
    border-bottom-right-radius: 0px;
}
#carousel-0 .mainfoto {
    height: 345px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
	width: 101%;
}
.mainfoto .entry-comment {
    float: left;
    left: 0;
    padding: 10px 30px 30px;
    position: relative;
    width: 93%;
	color: #ffffff;
}
.mainfoto .desc {
    bottom: 4px;
    left: 0px;
    position: absolute;
    width: 100%;
    z-index: 9;
    /*background-color: #171717;*/
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0;*/
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);*/
    width: auto;
  /*-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  color: rgba(255,255,255,1);
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(0,0,0,0.7) 100%);
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(0,0,0,0.7) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(0,0,0,0.7) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;*/
}
.mainfoto .entry-title {
    font-size: 17px;
    /* opacity: 0.8; */
    padding: 10px 30px 50px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    margin-bottom: 0px;
    /*background-color: black;*/
    font-weight: 600;
    min-height: 30px;
    position: relative;
    max-height: 30px;
}
.mainfoto .entry-title a:link, .mainfoto .entry-title a:visited {
    color: #ffffff;
    text-shadow: 3px 3px 5px #000000;
    float: left;
    padding: 5px;
    width: auto;
}
.carousel-caption .desc {
    bottom: 35px;
}
.widget_imieniny-provider .datediv {
    color: #ff8700;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}
.widget_imieniny-provider .personsdiv {
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-right: 10px;
    margin-top: 2px;
}
#breadcrumbs .entry-date .fa {
    margin-right: 10px;
    margin-top: 0px;
}
#breadcrumbs .entry-date {
    float: left;
    /*margin-top: -5px;*/
}
.menu .sub-menu {
    margin-left: 10px;
}
#breadcrumbs .trail-end {
    display: none;
}
/**
 * 6.4 Carousel #1
 * -----------------------------------------------------------------------------
 */
#carousel-1 {
  background: #ffffff;
  color: #333;
  position: relative;
}
.carousel-loop {
  margin-bottom: 30px;
}
.carousel-loop li {
  list-style: none;
}
.carousel-loop .hentry {
  position: relative;
}
.carousel-loop .hentry .entry-thumbnail {
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
.carousel-loop .hentry .entry-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.carousel-loop .hentry .entry-meta {
  color: #999999;
}
.jcarousel {
  position: relative;
  overflow: hidden;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  float: left;
}
.carousel-loop .jcarousel {
  width: 100%;
  overflow: hidden;
}
.carousel-loop li {
  border-right: 1px solid #e9e9e9;
  width: 222px;
  margin-right: 20px;
  padding-right: 19px;
}
#carousel-1 .jcarousel-control-prev,
#carousel-1 .jcarousel-control-next {
  border: 0px solid #dddddd;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 20%;
  color: #999999;
  text-decoration: none;
  font-size: 12px;
  /*height: 14px;*/
  width: 14px;
  line-height: 14px;
  text-align: center;
  padding: 10px;
  z-index: 10;
}
#carousel-1 .jcarousel-control-prev:hover,
#carousel-1 .jcarousel-control-next:hover {
  border-color: #999999;
  background-color:#FFF;
}
#carousel-1 .jcarousel-control-prev {
  right: 20px;
}
#carousel-1 .jcarousel-control-next {
  right: 0;
}
#carousel-1 .mainfoto {
    position: relative;
}
#carousel-1 .mainfoto .entry-comment {
    float: left;
    left: 0;
    padding: 0 10px;
    position: relative;
    width: 93%;
}
#carousel-1 .mainfoto .desc {
    background: none repeat scroll 0 0 #F2F2F2;
    border: medium none;
    bottom: 5px;
    box-sizing: content-box;
    color: #828282;
    height: 150px;
    left: 0;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
    z-index: 9;
	/*background: linear-gradient(to right, #e1e1e1, #eaeaea) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
#carousel-1 .mainfoto .entry-title {
    font-size: 18px;
    height: 70px;
    overflow: hidden;
    padding: 10px 10px 0;
}
#carousel-1 .mainfoto .entry-title a:link, #carousel-1 .mainfoto .entry-title a:visited {
    color: #b40000;
    font-weight: normal;
    text-shadow: none;
}
#carousel-1 .mainfoto .icon {
    left: 85%;
    position: absolute;
    top: 37%;
}
#carousel-1 .mainfoto .icon .fa {
    color: #ffffff;
    font-size: 24px;
}
#carousel-2 .jcarousel-control-prev,
#carousel-2 .jcarousel-control-next {
  border: 1px solid #dddddd;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: -2px;
  color: #999999;
  text-decoration: none;
  font-size: 12px;
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center;
  z-index: 10;
}
#carousel-2 .jcarousel-control-prev:hover,
#carousel-2 .jcarousel-control-next:hover {
  border-color: #999999;
}
#carousel-2 .jcarousel-control-prev {
  right: 20px;
}
#carousel-2 .jcarousel-control-next {
  right: 0;
}
#carousel-2 .mainfoto {
    position: relative;
}
#carousel-2 .mainfoto .entry-comment {
    float: left;
    left: 0;
    padding: 0 10px;
    position: relative;
    width: 93%;
}
#carousel-2 .mainfoto .desc {
    background: none repeat scroll 0 0 #e1e1e1;
    border: medium none;
    bottom: 5px;
    box-sizing: content-box;
    color: #828282;
    height: 150px;
    left: 0;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
    z-index: 9;
	/*background: linear-gradient(to right, #e0e0e0, #D7D5D5) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
#carousel-2 .mainfoto .desc:hover {
    background: none repeat scroll 0 0 #EBEBEB;
}
#carousel-2 .mainfoto .entry-title {
    font-size: 18px;
    height: 70px;
    overflow: hidden;
    padding: 10px 10px 0;
}
#carousel-2 .mainfoto .entry-title a:link, #carousel-2 .mainfoto .entry-title a:visited {
    color: #b40000;
    font-weight: normal;
    text-shadow: none;
}
#carousel-2 .mainfoto .icon {
    left: 87%;
    opacity: 0.6;
    position: absolute;
    top: 32%;
}
#carousel-2 .mainfoto .icon .fa {
    color: #ffffff;
    font-size: 20px;
}
.arrowItem {
    border-color: transparent transparent #f2f2f2 ;
    border-style: solid;
    border-width: 0rem 0.9rem 0.9rem;
    content: "";
    height: 0;
    left: 0.85rem;
    position: absolute;
    top: -0.8rem;
    width: 0;
    z-index: 2;
}
.arrowDown {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #d70101;
    float: left;
    height: 0;
    margin-left: 10px;
    margin-top: 5px;
    width: 0;
}
#featured-content #carousel-2 {
  position: relative;
}
#featured-content #carousel-2 ul li {
    margin-right: 0;
    width: 248px;
}
#featured-content .jcarousel-pagination-2 {
  position: absolute;
  top: 380px;
  height: 10px;
  width: 100%;
  text-align: center;
}
#featured-content .jcarousel-pagination-2 a {
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -9999em;
}
#featured-content .jcarousel-pagination-2 a.active {
  background-color: #ff6644;
}
.section-title-new {
    background-color: #e0e0e0;
    border-bottom: 1px solid #da251c;
    color: #ffffff;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
}
.section-title-new > a:link, .section-title-new > a:visited {
    color: #b40000;
}
.providerlist .categorieslist {
    background: linear-gradient(to bottom, #152a36 0px, #061a25 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0.125rem;
    color: #ffffff;
    float: left;
    font-size: 14px;
    font-weight: normal;
    left: 15%;
    margin-top: 6%;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    width: 220px;
    z-index: 2;
	display:none;
}
.providerlist .categorieslist > li {
    list-style: outside none none;
}
.providerlist .categorieslist .icon {
    cursor: pointer;
    left: 87%;
    position: absolute;
    top: 10px;
}
.providerlist .categorieslist a:link, .categorieslist a:visited {
    color: #ffffff;
}
.panel.widget.widget_slider-provider {
    margin: 0 !important;
}
.avatar {
    border-radius: 1.25rem;
    float: left;
    margin: 10px;
}
.singlepage {
    float: left;
    margin-right: 10px;
}
.singlepage .avatar {
    border-radius: 1.25rem;
    float: left;
    margin: 3px 10px 10px;
}
.entry_cont {
    float: left;
    margin-top: 14px;
    overflow: hidden;
}
.entry-date, .entry-comment {
    display: inline-block;
    float: right;
    margin-bottom: 4px;
    margin-right: 10px;
    margin-top: 8px;
}
.singlepage .entry_cont a {
    color: #000000;
    font-size: 13px;
}
.singlepage .entry_cont {
    font-size: 15px;
    text-decoration: none;
	margin-top: 12px;
}
.meta_right {
    float: right;
}
/**
 * 6.5 Listings
 * -----------------------------------------------------------------------------
 */
/*.blog-list .hentry {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}*/
.blog-list .hentry {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
    float: left;
    width: 50%;
    padding: 20px;
    display: inline-block;
}
.blog-list .entry-title {
    color: #b40000;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 20px;
    font-weight: 600;
    min-height: 62px;
}
.blog-list .entry-thumbnail {
    height: auto !important;
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    text-align: center;
}
.blog-list .entry-meta {
    margin-bottom: 0px;
    text-transform: none;
    overflow: hidden;
}
.blog-list .entry-meta a:link,
.blog-list .entry-meta a:visited {
  color: #9f9f9f;
  text-decoration: none;
}
.blog-list .entry-meta a:hover {
  color: #333333;
}
.blog-list .entry-meta .fa {
  margin-right: 3px;
}
.list .hentry {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px 0;
}
.list .entry-thumbnail {
  float: left;
  margin: 0 20px 0 0;
}
.list .entry-title {
  font-size: 28px;
}
.grid .hentry {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  padding: 20px 19px 20px 0;
  width: 344px;
}
.grid .hentry:nth-of-type(2n) {
  border-left: 1px solid #e9e9e9;
  padding-right: 0;
  padding-left: 20px;
}
.grid .hentry:nth-of-type(1),
.grid .hentry:nth-of-type(2) {
  margin-top: -20px;
}
.grid .entry-title {
  color: #333333;
  font-size: 28px;
}
.grid1 .entry-thumbnail {
  width: 100%;
  margin-bottom: 10px;
}
.grid2 .entry-thumbnail {
  float: left;
  margin: 0 15px 15px 0;
}
.grid2 .entry-title {
  font-size: 24px;
}
.grid2 .entry-summary {
  clear: both;
}
/**
 * 6.6 Pagination
 * -----------------------------------------------------------------------------
 */
.pagination {
  clear: both;
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 50px 0;
  text-transform: uppercase;
  text-align: center;
}
.pagination .page-numbers {
  background: #f0f0f0;
  padding: 9px 14px;
  margin: 0 1px;
  display: inline-block;
  color: #333333;
  text-decoration: none;
}
.pagination .prev,
.pagination .next {
  color: #ffffff;
}
.pagination .prev:hover,
.pagination .next:hover {
  background-image: url(assets/img/overlay.png);
  background-repeat: repeat;
  color: #ffffff !important;
}
.pagination ul.page-numbers {
  background: none;
  padding: 0;
  margin: 0;
}
.pagination ul.page-numbers li {
  float: left;
}
/**
 * 6.7 Singular
 * ----------------------------------------------------------------------------
 */
.hentry h1.entry-title {
  color: #333333;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-title {
  margin-bottom: 20px;
}
#breadcrumbs {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  color: #999;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 0px;
  position: relative;
  margin-top:5px;
  overflow: hidden;
}
#breadcrumbs strong {
  color: #333;
  margin-right: 10px;
  text-transform: uppercase;
}
.single #breadcrumbs {
  margin-bottom: 0;
}
.is-sticky #breadcrumbs {
  padding-top: 10px;
  z-index: 999;
  position: relative;
  width: 728px;
}
.post-nav {
  position: absolute;
  top: -2px;
  right: 0;
}
.post-nav .fa {
  border: 1px solid #dddddd;
  border-radius: 3px;
  color: #999999;
  text-decoration: none;
  font-size: 12px;
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center;
}
.post-nav a:hover .fa {
  border-color: #999999;
}
.is-sticky .post-nav {
  top: 8px;
}
.single #featured-content {
  margin-bottom: 10px;
}
.single .content-area .entry-meta {
  margin-bottom: 20px;
  text-transform: none;
  overflow: hidden;
  width: 100%;
}
.single .content-area .entry-meta a {
  text-decoration: none;
}
.single .content-area .entry-meta .fa {
  margin-right: 3px;
}
.single .content-area .entry-thumbnail {
  width: 100%;
  margin-bottom: 20px;
}
.entry-footer {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin: 30px 0 20px;
  padding: 20px 0;
}
.entry-footer .col-left {
  border-right: 1px solid #e9e9e9;
  float: left;
  width: 343px;
  margin-right: 20px;
  padding-right: 20px;
}
.entry-footer .col-right {
  float: left;
  width: 343px;
}
/* Newsletter Form */
.entry-footer .newsletter-form {
  margin-bottom: 30px;
}
.entry-footer .newsletter-form input {
  width: 200px;
  height: 34px;
}
.entry-footer .newsletter-form h3 {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
}
/* Author Bio */
.author-bio {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.author-bio .avatar {
  border-radius: 50%;
  float: left;
  margin: 0 20px 0 0;
}
.author-bio .description .name {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
}
.author-bio .social-profiles {
  position: absolute;
  top: 0;
  right: 0;
}
.author-bio .social-profiles li {
  float: left;
  margin-left: 10px;
}
.author-bio .social-profiles li a .fa {
  color: #999999;
  font-size: 13px;
}
.author-bio .social-profiles li a:hover .fa {
  color: #333333;
}
.entry-footer .author-bio {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-footer .author-bio .name a {
  color: #333333;
}
.entry-footer .author-bio .bio {
  color: #999;
  display: table-cell;
  font-weight: 300;
}
/* Entry Share */
.entry-share h3 {
  float: left;
  font-size: 16px;
  font-weight: 300;
  margin-right: 15px;
}
.entry-share ul li {
    float: none;
    margin-top: 3px;
    margin-right: 0px;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}
/* Related Posts */
.related-posts {
  width: 100%;
  margin-bottom: 40px;
}
.related-posts h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}
.related-posts ul li {
  list-style: none;
  width: 23.5%;
  padding-right: 2%;*/
}
.related-photo-wrap {
  height: 140px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  background-color: #ebebeb;
  align-items: center;
  justify-content: center;
  display: flex;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  width: auto;
  height: auto;
}

.related-posts ul li:last-child {
  padding-right: 0;
}
.related-posts ul li img {
  width: 100%;
  margin-bottom: 5px;
}
.related-posts ul li a {
  display: block;
}
.related-posts ul li .entry-title {
  font-size: 14px;
  font-weight: 300;
}
.entry-content {
  word-wrap: break-word;
  min-height: 170px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 15px;
}
.entry-content strong {
  font-weight: 700;
}
.entry-content p {
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
  margin: 0 0 20px 0px;
}
.entry-content p strong {
    font-weight: 800;
    font-size: 16px;
    line-height: 1.625;
    margin: 0 0 18px;
}
.entry-content ul li {
  list-style: none;
  margin: 0px 0;
}
.entry-content ol li {
  list-style: decimal;
  margin: 10px 0;
}
blockquote {
  color: #999999;
  font-style: italic;
  margin: 0.5em 0 1em;
  padding: 0.25em 50px;
  line-height: 1.45;
  position: relative;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -20px;
  color: #cccccc;
}
blockquote cite {
  color: #333333;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
/* Members */
.members {
  margin: 0 !important;
  padding: 0;
}
.members .member {
  padding: 2% 0 2% 4%;
  width: 45%;
  float: left;
  list-style: none;
}
.members .member:nth-of-type(2n+1) {
  clear: left;
  padding-left: 0;
}
.member-photo {
  float: left;
  width: 100px;
  max-width: 100%;
  margin-right: 30px;
}
.member-photo img {
  border-radius: 50%;
  margin-bottom: 20px;
  width: 100%;
}
.member-photo .member-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.member-photo .member-social li {
  display: inline-block;
  font-size: 12px;
  margin: 0 2px;
}
.member-content {
  position: relative;
  overflow: hidden;
}
.member-content:before {
  content: '';
  width: 56px;
  height: 1px;
  background: #dededc;
  position: absolute;
  top: 0;
}
.member-content .member-name {
  margin: 18px 0 0;
}
.member-content .member-position {
  color: #999;
}
.member-content .member-desc {
  line-height: 1.5em;
}
/* Review Box */
.review-box {
  background: #f3f3f3;
  padding: 20px 20px 0 20px;
}
.entry-content > .review-box {
  margin-bottom: 28px;
}
.review-box .heading {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
}
.review-box .verdict-box {
  overflow: hidden;
  padding: 28px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.review-box .overall {
  float: left;
  background: orange;
  color: #fff;
  margin: 0 15px 0 0;
  padding: 10px 8px;
  min-width: 115px;
  text-align: center;
}
.review-box .overall .number {
  display: block;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
}
.review-box .overall .best {
  display: none;
}
.review-box .overall .percent {
  font-size: 25px;
}
.review-box .overall .verdict {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
}
.review-box .verdict-box .text {
  margin-left: 150px;
}
.review-box ul {
  list-style: none;
  margin-left: 0;
  padding: 28px 0;
}
.review-box ul li {
  margin-bottom: 20px;
  list-style: none;
}
.review-box .label {
  text-transform: uppercase;
}
.review-box .criterion {
  overflow: hidden;
  line-height: 2;
}
.review-box ul .rating {
  float: right;
  font-weight: 600;
  white-space: nowrap;
}
.review-box .rating-bar,
.review-box .bar {
  background: #fff;
  height: 21px;
}
.review-box .bar {
  background: orange;
  display: block;
}
/**
 * 6.8 Comments
 * ----------------------------------------------------------------------------
 */
/* Comment List */
#comments {
  position: relative;
}
#comments header {
  background: #f3f3f3;
  padding: 20px;
}
#comments header h2 {
  font-size: 16px;
}
#comments .commentlist {
  clear: both;
  list-style: none;
  padding-top: 1.618em;
  margin-bottom: 3.631em;
}
#comments .commentlist:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#comments .commentlist li.comment {
  background-color: #fcfcfc;
  margin-bottom: 1.618em;
  padding: 20px;
  position: relative;
  list-style: none;
}
#comments .commentlist li.comment .comment-head span {
  display: block;
}
#comments .commentlist li.comment:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#comments .commentlist li.comment .comment-container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#comments .commentlist li.comment .comment-container div.avatar {
  float: left;
}
#comments .commentlist li.comment .comment_container div.avatar img {
  border-radius: 50%;
}
#comments .commentlist li.comment .comment-container .comment-head,
#comments .commentlist li.comment .comment_container .comment-text {
  float: left;
  margin-left: 20px;
}
#comments .commentlist li.comment .comment-container .comment-entry {
  clear: both;
  margin-left: 72px;
}
#comments .commentlist li.comment .comment-container .comment-head {
  margin-bottom: .618em;
}
#comments .commentlist li.comment .comment-head .name {
  font-size: 24px;
  font-weight: 300;
}
#comments .commentlist li.comment .comment-head .date a {
  color: #999999;
  font-size: 11px;
}
#comments .commentlist li.comment .comment-head .date a:hover {
  color: #47a7d7;
}
#comments .commentlist li.comment img.avatar {
  border-radius: 50%;
  height: auto;
  float: left;
  width: 52px;
}
#comments .commentlist li.comment .comment_container .comment-text {
  width: 91.35%;
}
#comments .commentlist li.comment ul.children {
  margin-left: 1.618em;
  padding-top: 1.618em;
}
#comments .commentlist li.comment .depth-2 {
  background-color: #f3f3f3;
}
#comments .commentlist li.comment .depth-3 {
  background-color: #fcfcfc;
}
#comments .commentlist li.comment .depth-4 {
  background-color: #f3f3f3;
}
#comments .commentlist li.comment .reply {
  position: relative;
  top: 0px;
  float: right;
  right: 0px;
  margin-top: 20px;
}
#comments .commentlist li.comment #respond {
  padding-top: 1.618em;
}
#comments .comment-content {
  margin-bottom: 10px;
}
#comments .navigation a {
  display: block;
  text-decoration: none;
}
#comments .pingbacks li.pingback {
  margin: 0 0 1.618em;
}
#comments .pingbacks li.pingback .reply {
  display: none;
}
#comments .nocomments {
  padding: 1.618em 0;
  margin: 1.618em 0;
  border: 4px double #e8e4e3;
  border-right: 0;
  border-left: 0;
}
/* Comment Form */
#respond {
    background: #fdfdfd;
    margin-bottom: 3.631em;
    padding: 20px;
}
#respond label {
  color: #877c78;
}
#respond #reply-title {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond #reply-title small {
  margin-left: 10px;
  font-size: .618em;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
  width: 30.75%;
  float: left;
  margin-right: 3.8%;
}
#respond #commentform .comment-form-author label,
#respond #commentform .comment-form-email label,
#respond #commentform .comment-form-url label {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
}
#respond #commentform .fa {
  margin-right: 5px;
}
#respond #commentform .comment-form-author input,
#respond #commentform .comment-form-email input,
#respond #commentform .comment-form-url input {
  width: 100%;
}
#respond #commentform .comment-form-url {
  margin-right: 0;
}
#respond #commentform .comment-form-comment {
  clear: both;
}
#respond #commentform p {
  margin-bottom: 20px;
}
#respond #commentform .form-submit {
  margin-bottom: 0;
}
#respond #commentform .form-submit #submit {
  font-size: 14px;
  padding: 10px 15px 8px;
}
#respond #commentform label {
  display: block;
}
#respond #commentform input.txt,
#respond #commentform textarea {
  width: 100%;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}
/**
 * 7. Sidebar
 * -----------------------------------------------------------------------------
 */
.sidebar1 {
  border-right: 1px solid #e9e9e9;
  float: left;
  width: 160px;
  margin: 25px 0 25px 0;
  margin-left: -928px;
  padding-right: 19px;
}
.sidebar2 {
  /*border-left: 1px solid #e9e9e9;
  width: 300px;
  margin: 25px 0 0 0;
  padding: 0 0 0 20px;
  float: right;*/
    float: right;
    margin: 25px 0 0;
    padding: 0 0 0 20px;
    width: 370px;
	margin-bottom:20px;
}
#secondary .widget {
    display: inline-block;
    margin-bottom: 25px !important;
}
.widget .widget-title {
  background-color: #ffffff;
  color: #da251c;
  float: left;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
  width: 100%;
}
.widget .widget-title strong {
  background: #ffffff;
  padding-right: 10px;
}
.widget {
  margin-bottom: 0px/*13px !important;; */;
  display: block;
  position: initial;
  margin-bottom: 20px;
  overflow: hidden;
}
.widget p {
  margin-bottom: 15px;
}
.widget ul li {
  border-bottom: 0px solid #e9e9e9;
  list-style: none;
  padding: 0px 0 0px 0;
}
.widget ul li .children li {
  border-bottom: 0;
  padding: 5px 0;
  list-style: square;
  margin-left: 1.5em;
}
/* Social Widget */
.widget_social ul li {
  background: none;
  border: none;
  display: block;
  float: left;
  margin-right: 0;
  padding: 0;
}
.widget_social ul li:last-child {
  margin-right: 0;
}
.widget_social ul li .fa {
  line-height: 1;
}
.widget_social a {
  display: block;
  font-size: 32px;
  width: 75px;
  text-align: center;
}
.widget_social a:hover {
  text-decoration: none;
}
.widget_social span {
  color: #999999;
  display: block;
  font-size: 12px;
}
.widget_social span strong {
  color: #333333;
  font-size: 12px;
}
/* Newsletter Widget */
.widget_newsletter {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 20px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
.widget_newsletter .widget-title {
  background: none;
  border: none;
  margin-bottom: 15px;
  padding: 0;
}
.widget_newsletter p {
  margin-bottom: 15px;
}
.widget_newsletter input {
  background: #f0f0f0;
  border: none;
  width: 170px;
  height: 32px;
}
.widget_newsletter button {
  width: 60px;
}
/* Tabs Widget */
.widget_tabs {
  margin-bottom: 40px;
}
.widget_tabs .tabs-nav {
  border-bottom: 1px solid #e6e6e6;
  height: 43px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}
.widget_tabs .tabs-nav li {
  background: none;
  border-bottom: none;
  display: inline-block;
  list-style: none;
  overflow: hidden;
  position: relative;
  padding: 0;
  text-align: center;
}
.widget_tabs .tabs-nav li a {
  display: block;
  margin: 0;
  width: 70px;
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  text-transform: uppercase;
}
.widget_tabs .tab-content .entry-thumbnail {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0 15px 0 0;
}
.widget_tabs .tab-content ul li {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
  line-height: 1.3;
  list-style: none;
  margin: 0;
}
.widget_tabs .tab-content ul li .entry-title {
  font-size: 14px;
  font-weight: 400;
}
.widget_tabs .tab-content ul li .entry-meta {
  margin-top: 10px;
  color: #9f9f9f;
  font-size: 11px;
  text-transform: uppercase;
}
.widget_tabs #tab3 li a span {
  color: #999999;
  display: block;
  font-size: 12px;
}
.widget_tabs #tab3 li a:hover span {
  color: #333;
}
.widget_tabs #tab3 li a strong {
  color: #333333;
  display: block;
  margin-bottom: 5px;
}
.widget_tabs #tab4 {
  padding-top: 15px;
}
.widget_tabs #tab4 a {
  background-color: #f0f0f0;
  color: #999999;
  display: inline-block;
  font-size: 0.8em !important;
  margin: 0 3px 6px 0;
  padding: 3px 5px;
  text-align: center;
  text-transform: lowercase;
}
.widget_tabs #tab4 a:hover {
  color: #ffffff;
}
/* 125 Ad Widget */
.widget_125 .widget-title {
  margin-bottom: 15px;
}
.widget_125 img {
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0 0 5px 0;
  padding: 9px;
}
.sidebar2 .widget_125 .img-right {
  float: right;
}
/* Twitter Widget */
.widget .tweets li {
  background: none !important;
  padding-left: 26px !important;
}
.widget .tweets li a {
  text-decoration: underline;
}
.widget .tweets li em a:link,
.widget .tweets li em a:visited {
  color: #9f9f9f;
  font-size: 11px;
  font-style: italic;
}
.widget .tweets li em a:hover {
  color: #333333 !important;
}
.widget .tweets li:before {
  margin-left: -26px;
  width: 26px;
  font-family: 'FontAwesome';
  content: "\f099";
  display: inline-block;
  font-size: 14px;
  float: left;
  margin-top: 0px;
  color: #09C;
}
/* Latest Posts Widget */
.widget_latest_posts .widget-title {
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.widget_latest_posts ul li {
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
  padding: 15px 0;
  position: relative;
}
.widget_latest_posts ul li .entry-thumbnail {
  margin-bottom: 10px;
}
.widget_latest_posts ul li .entry-title {
  font-size: 13px;
  margin-bottom: 10px;
}
.widget_latest_posts ul li .entry-meta {
  margin-bottom: 0;
  position: relative;
}
.widget_latest_posts .widget-title {
  margin-bottom: 5px;
}
/* Latest Comments Widget */
.widget_latest_comments .avatar {
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
  width: 36px;
  transition: all 0.5s ease;
}
.widget_latest_comments li:hover .avatar {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.widget_latest_comments .name {
  color: #333333;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 3px;
}
.widget_latest_comments .comment {
  color: #9f9f9f;
  display: table;
  font-family: Georgia, serif;
  font-style: italic;
}
.widget_latest_comments a:hover .comment {
  color: #333333;
  text-decoration: none;
}
/* Ad Widget */
.widget_ads .widget-title,
.widget_ads .widget-title {
  background: none;
  border: none;
  color: #9f9f9f;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
/* Posts Thumbnail Widget */
.widget_posts_thumbnail li:before,
.widget_posts_thumbnail li:after {
  content: "";
  display: table;
}
.widget_posts_thumbnail li:after {
  clear: both;
}
.widget_posts_thumbnail .entry-thumbnail {
  float: left;
  margin: 0 15px 0 0;
}
.widget_posts_thumbnail .entry-meta {
  margin-top: 7px;
}
/* Posts thumbnail widget. */
.posts-thumbnail-widget ul {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.footer-column .posts-thumbnail-widget img {
  width: 48px;
  height: 48px;
}
.posts-thumbnail-widget li {
    float: left;
    line-height: 1.3em;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 6px 0;
    width: 100%;
    margin-bottom: 20px;
}
.posts-thumbnail-widget li:last-child {
  border-bottom: 0;
}
.posts-thumbnail-widget .entry-title {
  font-size: 14px;
  font-weight: 400;
}
.sidebar1 .posts-thumbnail-widget .entry-title {
  font-weight: 700;
  font-size: 13px;
}
#footer .posts-thumbnail-widget .entry-title {
  font-size: 13px;
}
.posts-thumbnail-widget .entry-thumb {
    float: none;
    margin-right: 15px;
    width: 100%;
    height: auto;
}
.posts-thumbnail-widget .entry-date {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}
.tabs-widget .posts-thumbnail-widget .entry-date {
  text-transform: uppercase;
}
.posts-thumbnail-widget .entry-info .entry-date {
  display: inline-block;
  margin-right: 3px;
}
.posts-thumbnail-widget .entry-info .entry-view {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
  display: block;
  font-weight: 400;
  display: inline-block;
}
.posts-thumbnail-widget .classic-style .entry-thumb {
  float: none;
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
}
/**
 * 8. Footer
 * -----------------------------------------------------------------------------
 */
#footer {
    background-color: #ffffff;
    border-top: 0px solid #000000;
    font-size: 13px;
    padding: 30px 0 0;
}
#footer a,
#footer a:link,
#footer a:visited {
  color: #676767;
}
#footer a:hover {
  color: #ff6644;
}
.footer-column-1,
.footer-column-2,
.footer-column-3 {
  float: left;
  width: 22.5%;
  padding-right: 3%;
}
.footer-column-4 {
  float: left;
  width: 23.5%;
  padding-right: 0;
}
/* Footer Widgets */
#footer .widget-title {
  background: none;
  color: #333333;
  font-size: 11px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#footer .widget ul li {
  border-bottom: none;
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0;
}
#footer .widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#footer .widget ul li a,
#footer .widget ul li a:visited {
  text-decoration: none;
}
#footer .widget_newsletter {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  padding: 0;
}
#footer .widget_newsletter input {
  background: #f0f0f0;
  border: none;
  width: 140px;
  height: 32px;
  margin: 0;
}
#footer .widget {
    margin: 10px 20px;
}
#footer .sub-menu {
    margin-left: 20px;
}
/* Site Bottom */
#site-bottom {
    border-top: 1px solid #e9e9e9;
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 20px;
    width: 90%;
}
#site-bottom a:link,
#site-bottom a:visited {
  color: #333;
}
#footer-nav {
  float: left;
}
#footer-nav ul li {
  border-left: 1px solid #e9e9e9;
  display: inline;
  list-style: none;
  padding: 0 10px;
}
#footer-nav ul li:first-child {
  border-left: none;
  padding-left: 0;
}
#footer-nav ul li li {
  display: none;
}
.copyright {
  float: right;
}
/**
 * 9. WooCommerce
 * -----------------------------------------------------------------------------
 */
.summary .cart {
  margin-bottom: 20px;
}
p.demo_store {
  background: #4d65a4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  padding: 1em;
}
.homepage-banner {
  display: none;
}
.content-loop .summary .star-rating {
  float: left;
  margin-right: 8px;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.5em;
  font-family: "WebSymbolsRegular";
}
.star-rating:before {
  content: "RRRRR";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #e3dad7;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "RRRRR";
  top: 0;
  position: absolute;
  left: 0;
  color: #666666;
}
.widget .star-rating {
  margin: .53em 0;
}
.comment-form-rating {
  clear: both;
}
p.stars {
  position: relative;
  line-height: 1em;
  font-size: 1em;
}
p.stars:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
p.stars a {
  width: 19%;
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  padding: .5em .5em .5em .75em;
  background: rgba(0, 0, 0, 0.025);
  margin-right: 1%;
  border-radius: 10px;
  background-clip: padding-box;
}
p.stars a:hover,
p.stars a.active {
  background: rgba(0, 0, 0, 0.075);
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: "WebSymbolsRegular";
  content: "R";
  position: absolute;
  top: .85em;
  width: 6em;
  right: 1em;
  font-size: .5em;
  border-radius: 1em;
  background-clip: padding-box;
  color: #999;
  text-align: right;
}
p.stars a.star-1:hover:after,
p.stars a.star-2:hover:after,
p.stars a.star-3:hover:after,
p.stars a.star-4:hover:after,
p.stars a.star-5:hover:after,
p.stars a.star-1.active:after,
p.stars a.star-2.active:after,
p.stars a.star-3.active:after,
p.stars a.star-4.active:after,
p.stars a.star-5.active:after {
  color: #666666;
}
p.stars a.star-1:after {
  content: "R";
}
p.stars a.star-2:after {
  content: "RR";
}
p.stars a.star-3:after {
  content: "RRR";
}
p.stars a.star-4:after {
  content: "RRRR";
}
p.stars a.star-5:after {
  content: "RRRRR";
}
div.quantity {
  white-space: nowrap;
}
div.quantity input::-webkit-outer-spin-button,
div.quantity input::-webkit-inner-spin-button {
  display: none;
}
div.quantity .plus,
div.quantity .minus {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  font-size: 1em;
  color: #999;
  transition: all ease-in-out 0.2s;
}
div.quantity .plus:hover,
div.quantity .minus:hover {
  box-shadow: none;
  background-color: #f0f0f0;
}
div.quantity .qty {
  border-left: none;
  border-right: none;
  margin: 0;
  width: 2.818em;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
table div.quantity {
  font-size: .857em;
}
.variations_button .single_add_to_cart_button {
  height: 36px;
}
.single-product div.quantity {
  float: left;
  margin-right: 1em;
}
.single-product table div.quantity {
  padding-right: 0;
  border: 0;
}
.single-product #reviews .star-rating {
  float: right;
}
.single-product .single_variation .price {
  display: block;
  margin-bottom: .618em;
}
dl.variation dt,
dl.variation dd {
  float: left;
}
dl.variation dt {
  clear: left;
  margin-right: .53em;
}
dl.variation dd ul {
  list-style: none;
}
.backorder_notification {
  clear: both;
}
.validate-required.woocommerce-validated input {
  border-color: #84ac50;
  background: #e5eeda;
}
.validate-required.woocommerce-invalid input {
  border-color: #b85f56;
  background: #f4e7e6;
}
/**
 * 9.1 Products
 * -----------------------------------------------------------------------------
 */
.content-loop .woocommerce-message {
  margin-bottom: 25px;
  background: #f0f0f0;
  padding: 20px;
}
.content-loop .woocommerce-message a {
  color: #fff;
}
.price del {
  opacity: 0.7;
}
.price ins {
  color: #777777;
  text-decoration: none;
  margin-left: .618em;
}
ul.products {
  margin-left: 0 !important;
  list-style: none;
}
ul.products:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
ul.products li.product {
  position: relative;
  float: left;
  width: 22%;
  margin-right: 3.8%;
  margin-bottom: 50px;
  text-align: center;
}
ul.products li.product h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
ul.products li.product .price {
  display: block;
  color: #777777;
  margin-bottom: 0.8em;
}
ul.products li.product img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto 1em;
}
ul.products li.product img:hover {
  opacity: 0.8;
  -webkit-appearance: none;
}
ul.products li.product .add_to_cart_button {
  transition: all 0.15s ease-out 0s;
  position: relative;
}
ul.products li.product:nth-child(4n) {
  margin-right: 0;
}
ul.products .star-rating {
  margin: .5em auto;
}
.pagination-wrap {
  margin-bottom: 1.618em;
  padding-top: 1.618em;
  border-top: 4px double #e8e4e3;
}
.pagination-wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.pagination-wrap .pagination,
.pagination-wrap .woocommerce_ordering,
.pagination-wrap .woocommerce-ordering {
  width: 48%;
}
.pagination-wrap .pagination {
  float: left;
  margin: 0;
  text-align: left;
  padding: 0;
}
.pagination-wrap .woocommerce_ordering,
.pagination-wrap .woocommerce-ordering {
  float: right;
  text-align: right;
  padding-top: .53em;
}
.woocommerce_result_count,
.woocommerce_ordering,
.woocommerce-result-count,
.woocommerce-ordering {
  width: 48%;
  float: left;
  margin-bottom: 20px;
}
.woocommerce_result_count + ul.products,
.woocommerce_ordering + ul.products,
.woocommerce-result-count + ul.products,
.woocommerce-ordering + ul.products {
  clear: both;
}
.woocommerce_ordering,
.woocommerce-ordering {
  text-align: right;
  float: right;
}
ul.products li.product {
  position: relative;
  width: 22.05%;
  list-style: none;
}
ul.products li.product:nth-child(2n) {
  margin-right: 3.8%;
}
ul.products li.product.first {
  clear: both;
}
ul.products li.product.last {
  margin-right: 0;
}
/**
 * 9.2 Single Product
 * -----------------------------------------------------------------------------
 */
.product {
  position: relative;
}
.onsale {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff4800;
  color: #fff;
  font-weight: 700;
  padding: 0 .857em;
  line-height: 4.236em;
  border-radius: 100%;
  background-clip: padding-box;
  text-transform: uppercase;
}
table.variations tr:last-child td,
table.variations tr:last-child th {
  border-bottom: 0;
}
.images img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.images .thumbnails:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.images .thumbnails a {
  display: block;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #e8e4e3;
}
.images .thumbnails a img {
  border: 0;
  display: block;
  margin: 0 auto;
  opacity: 0.5;
}
.images .thumbnails a:hover img {
  opacity: 1;
}
.images .thumbnails a:last-child {
  border-right: 0;
}
.summary .stock:before {
  font-family: 'WebSymbolsRegular';
  display: inline-block;
  font-size: .857em;
  margin-right: .618em;
  font-weight: normal;
  content: ".";
  color: #84ac50;
}
.summary .stock.out-of-stock:before {
  content: "W";
  color: #b85f56;
}
.summary .stock.available-on-backorder:before {
  content: "P";
  color: #4d65a4;
}
.summary .group_table .stock {
  margin-left: 1em;
}
.single-product .images,
.single-product .summary {
  margin-bottom: 1.618em;
}
.single-product .summary .price:first-child {
  font-size: 1.618em;
  color: #999999;
  font-weight: 700;
  margin-bottom: .618em;
}
.single-product .summary h1.product_title {
  margin-bottom: 1em;
}
.single-product .summary .product_meta {
  color: #999999;
  border-top: 1px double #e8e4e3;
  padding-top: 1.618em;
  clear: both;
}
.single-product .summary .product_meta p {
  margin-bottom: 5px;
}
.single-product .summary .product_meta a {
  color: #999999;
  border-bottom: 1px dotted #dddddd;
}
.single-product .summary .product_meta a:hover {
  color: #333333;
}
.single-product .summary .social {
  border-top: 4px double #e8e4e3;
  padding-top: 1.618em;
  margin-top: 1.618em;
}
.single-product .summary .social:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.single-product .summary .social iframe {
  float: left;
}
.single-product .summary .social span {
  position: relative;
  top: -1px;
}
.single-product .summary .social span.st_plusone_button {
  top: -2px;
}
.woocommerce_tabs ul.tabs,
.woocommerce-tabs ul.tabs,
.ui-tabs ul.tabs,
.woocommerce_tabs .ui-tabs-nav,
.woocommerce-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-nav {
  list-style: none;
}
.woocommerce_tabs ul.tabs:after,
.woocommerce-tabs ul.tabs:after,
.ui-tabs ul.tabs:after,
.woocommerce_tabs .ui-tabs-nav:after,
.woocommerce-tabs .ui-tabs-nav:after,
.ui-tabs .ui-tabs-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.woocommerce_tabs ul.tabs li,
.woocommerce-tabs ul.tabs li,
.ui-tabs ul.tabs li,
.woocommerce_tabs .ui-tabs-nav li,
.woocommerce-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li {
  width: 48%;
  float: left;
  clear: both;
  margin-bottom: 1em;
}
.woocommerce_tabs ul.tabs li:nth-child(2n),
.woocommerce-tabs ul.tabs li:nth-child(2n),
.ui-tabs ul.tabs li:nth-child(2n),
.woocommerce_tabs .ui-tabs-nav li:nth-child(2n),
.woocommerce-tabs .ui-tabs-nav li:nth-child(2n),
.ui-tabs .ui-tabs-nav li:nth-child(2n) {
  float: right;
  clear: none;
}
.woocommerce_tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a,
.ui-tabs ul.tabs li a,
.woocommerce_tabs .ui-tabs-nav li a,
.woocommerce-tabs .ui-tabs-nav li a,
.ui-tabs .ui-tabs-nav li a {
  display: block;
  font-weight: 700;
  padding: .53em 1em;
  border: 1px solid #e8e4e3;
}
.woocommerce_tabs .panel,
.woocommerce-tabs .panel,
.ui-tabs .panel {
  margin-bottom: 1.618em;
}
.single-product .images {
  width: 48%;
  float: left;
}
.single-product .summary {
  width: 48%;
  float: right;
}
.single-product .woocommerce_tabs,
.single-product .woocommerce-tabs {
  clear: both;
  margin-bottom: 20px;
}
.single-product .related {
  clear: both;
}
.single-product .related h2 {
  margin-bottom: 15px;
}
.single-product .sale .summary h1 {
  width: 80%;
}
.woocommerce_tabs ul.tabs,
.woocommerce-tabs ul.tabs,
.ui-tabs ul.tabs,
.woocommerce_tabs .ui-tabs-nav,
.woocommerce-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-nav {
  margin-bottom: 0;
}
.woocommerce_tabs ul.tabs li,
.woocommerce-tabs ul.tabs li,
.ui-tabs ul.tabs li,
.woocommerce_tabs .ui-tabs-nav li,
.woocommerce-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li {
  width: auto;
  float: left;
  clear: none;
  margin-bottom: 0;
}
.woocommerce_tabs ul.tabs li:nth-child(2n),
.woocommerce-tabs ul.tabs li:nth-child(2n),
.ui-tabs ul.tabs li:nth-child(2n),
.woocommerce_tabs .ui-tabs-nav li:nth-child(2n),
.woocommerce-tabs .ui-tabs-nav li:nth-child(2n),
.ui-tabs .ui-tabs-nav li:nth-child(2n) {
  float: left;
  clear: none;
}
.woocommerce_tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a,
.ui-tabs ul.tabs li a,
.woocommerce_tabs .ui-tabs-nav li a,
.woocommerce-tabs .ui-tabs-nav li a,
.ui-tabs .ui-tabs-nav li a {
  border-bottom: 0;
  background: #f0f0f0;
  color: #999999;
}
.woocommerce_tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:hover,
.ui-tabs ul.tabs li a:hover,
.woocommerce_tabs .ui-tabs-nav li a:hover,
.woocommerce-tabs .ui-tabs-nav li a:hover,
.ui-tabs .ui-tabs-nav li a:hover {
  color: #333333;
}
.woocommerce_tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs li.active,
.ui-tabs ul.tabs li.active,
.woocommerce_tabs .ui-tabs-nav li.active,
.woocommerce-tabs .ui-tabs-nav li.active,
.ui-tabs .ui-tabs-nav li.active,
.woocommerce_tabs ul.tabs li.ui-state-active,
.woocommerce-tabs ul.tabs li.ui-state-active,
.ui-tabs ul.tabs li.ui-state-active,
.woocommerce_tabs .ui-tabs-nav li.ui-state-active,
.woocommerce-tabs .ui-tabs-nav li.ui-state-active,
.ui-tabs .ui-tabs-nav li.ui-state-active {
  position: relative;
}
.woocommerce_tabs ul.tabs li.active:before,
.woocommerce-tabs ul.tabs li.active:before,
.ui-tabs ul.tabs li.active:before,
.woocommerce_tabs .ui-tabs-nav li.active:before,
.woocommerce-tabs .ui-tabs-nav li.active:before,
.ui-tabs .ui-tabs-nav li.active:before,
.woocommerce_tabs ul.tabs li.ui-state-active:before,
.woocommerce-tabs ul.tabs li.ui-state-active:before,
.ui-tabs ul.tabs li.ui-state-active:before,
.woocommerce_tabs .ui-tabs-nav li.ui-state-active:before,
.woocommerce-tabs .ui-tabs-nav li.ui-state-active:before,
.ui-tabs .ui-tabs-nav li.ui-state-active:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.236em;
  left: 0;
  right: 0;
  height: .236em;
  background-clip: padding-box;
}
.woocommerce_tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a,
.ui-tabs ul.tabs li.active a,
.woocommerce_tabs .ui-tabs-nav li.active a,
.woocommerce-tabs .ui-tabs-nav li.active a,
.ui-tabs .ui-tabs-nav li.active a,
.woocommerce_tabs ul.tabs li.ui-state-active a,
.woocommerce-tabs ul.tabs li.ui-state-active a,
.ui-tabs ul.tabs li.ui-state-active a,
.woocommerce_tabs .ui-tabs-nav li.ui-state-active a,
.woocommerce-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-state-active a {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 2px 0 #e8e4e3;
  -webkit-box-shadow: 0 1px 2px 0 #e8e4e3;
  color: #0099cc;
}
.woocommerce_tabs ul.tabs li.active a:after,
.woocommerce-tabs ul.tabs li.active a:after,
.ui-tabs ul.tabs li.active a:after,
.woocommerce_tabs .ui-tabs-nav li.active a:after,
.woocommerce-tabs .ui-tabs-nav li.active a:after,
.ui-tabs .ui-tabs-nav li.active a:after,
.woocommerce_tabs ul.tabs li.ui-state-active a:after,
.woocommerce-tabs ul.tabs li.ui-state-active a:after,
.ui-tabs ul.tabs li.ui-state-active a:after,
.woocommerce_tabs .ui-tabs-nav li.ui-state-active a:after,
.woocommerce-tabs .ui-tabs-nav li.ui-state-active a:after,
.ui-tabs .ui-tabs-nav li.ui-state-active a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  background: #fff;
}
.woocommerce_tabs .panel,
.woocommerce-tabs .panel,
.ui-tabs .panel {
  background: #fff;
  padding-top: 2.618em;
  border-top: 1px solid #e8e4e3;
}
.woocommerce_tabs table.shop_attributes p,
.woocommerce-tabs table.shop_attributes p,
.ui-tabs table.shop_attributes p {
  margin-bottom: 0;
}
/**
 * 9.3 Cart
 * -----------------------------------------------------------------------------
 */
table.cart .product-remove,
table.cart .product-thumbnail,
table.cart .product-price {
  position: absolute;
  left: -999em;
}
table.cart th {
  font-size: 12px;
  font-weight: 700;
}
table.cart td {
  vertical-align: middle;
}
table.cart td .backorder_notification {
  font-size: 0.8em;
}
table.cart td.product-remove {
  padding-right: .5em;
}
table.cart td.product-remove .remove {
  color: #999;
}
table.cart td.actions .coupon {
  text-align: left;
  margin-bottom: 0;
}
table.cart td.actions .coupon label {
  display: none;
}
table.cart td.actions .coupon #shareyourcart_button {
  float: left;
  clear: left;
  margin-bottom: .618em;
}
table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .button {
  width: 48%;
  float: left;
}
table.cart td.actions .coupon .button {
  float: right;
}
table.cart td.actions .button,
table.cart td.actions .checkout-button,
table.cart td.actions .input-text {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: .53em !important;
}
table.cart td.actions .checkout-button {
  margin-bottom: 0 !important;
}
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
  display: inline-block;
}
table.cart img {
  width: 3.631em;
  height: auto;
}
ul#shipping_method {
  list-style: none;
}
.cross-sells ul.products li img {
  padding: 0;
  border: 0;
  background: 0;
}
table.cart {
  margin-bottom: 2.618em;
}
table.cart .product-remove,
table.cart .product-thumbnail,
table.cart .product-price {
  position: static;
}
table.cart td.product-name a {
  font-weight: 700;
}
table.cart td.actions {
  text-align: right;
}
table.cart td.actions .coupon {
  width: 50%;
  float: left;
}
table.cart td.actions .input-text,
table.cart td.actions .button,
table.cart td.actions .checkout-button {
  width: auto !important;
  display: inline-block;
  margin-bottom: 0 !important;
}
table.cart td.actions .button {
  margin-left: .618em;
  float: none !important;
}
.cart-collaterals:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
  width: 48%;
  font-size: .857em;
  float: left;
}
.cart-collaterals .cart_totals {
  float: right;
}
.cart-collaterals .shipping_calculator {
  float: right;
  clear: right;
}
.cart-collaterals .cross-sells ul.products li.product {
  width: 48%;
}
.woocommerce-info {
  margin-bottom: 20px;
}
.woocommerce #payment, .woocommerce-page #payment {
  background: #f7f6f7;
  border-radius: 5px;
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #e0dadf;
  margin: 0;
  list-style: none;
}
.woocommerce #payment ul.payment_methods:after, .woocommerce #payment ul.payment_methods:before, .woocommerce-page #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:before {
  content: " ";
  display: table;
}
.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after {
  clear: both;
}
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
  line-height: 2em;
  text-align: left;
  margin: 0;
  font-weight: 400;
  list-style: none;
}
.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
  padding: 2px 5px;
}
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce #payment ul.payment_methods li img + img, .woocommerce-page #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
  padding: 1em;
  border-top: 1px solid #fff;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 1em 2%;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5em;
  background: #ebe8eb;
  background: -moz-gradient(center top, #ebe8eb 0, #e0dadf 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.woocommerce #payment div.payment_box input.input-text, .woocommerce #payment div.payment_box textarea, .woocommerce-page #payment div.payment_box input.input-text, .woocommerce-page #payment div.payment_box textarea {
  border-color: #c8bfc6 #d4cdd2 #d4cdd2;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
}
.woocommerce #payment div.payment_box::-webkit-input-placeholder, .woocommerce-page #payment div.payment_box::-webkit-input-placeholder {
  color: #c8bfc6;
}
.woocommerce #payment div.payment_box:-moz-placeholder, .woocommerce-page #payment div.payment_box:-moz-placeholder {
  color: #c8bfc6;
}
.woocommerce #payment div.payment_box:-ms-input-placeholder, .woocommerce-page #payment div.payment_box:-ms-input-placeholder {
  color: #c8bfc6;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(assets/img/visa.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(assets/img/mastercard.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(assets/img/laser.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(assets/img/diners.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(assets/img/maestro.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(assets/img/jcb.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(assets/img/amex.png);
}
.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(assets/img/discover.png);
}
.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
  font-size: 11px;
  color: #777;
  line-height: 13px;
  font-weight: 400;
}
.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #ebe8eb;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -3px;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce #payment .payment_method_paypal .about_paypal, .woocommerce-page #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
.woocommerce #payment .payment_method_paypal img, .woocommerce-page #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
.woocommerce .order_details:after, .woocommerce-page .order_details:after {
  clear: both;
}
.woocommerce .order_details li, .woocommerce-page .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1em;
  border-right: 1px dashed #e0dadf;
  padding-right: 2em;
}
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em;
}
.woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type {
  border: none;
}
.woocommerce .addresses .title:after, .woocommerce .addresses .title:before, .woocommerce-page .addresses .title:after, .woocommerce-page .addresses .title:before {
  content: " ";
  display: table;
}
.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after {
  clear: both;
}
.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
  float: left;
}
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {
  float: right;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce-page .customer_details {
  margin-bottom: 20px;
}
.woocommerce-page .my_account_orders .button {
  color: #fff;
}
.clear {
  clear: both;
}
#order_review_heading {
  clear: both;
}
/**
 * 10. Misc.
 * -----------------------------------------------------------------------------
 */
.dropcap {
  float: left;
  font-size: 58px;
  line-height: 54px;
  padding-top: 4px;
  padding-right: 10px;
  margin-top: -2px;
}
.header-ad {
  float: right;
  height: 90px;
  margin: 20px 0;
}
.content-ad {
  margin-bottom: 25px;
  padding: 0;
}
.header-ad img,
.content-ad img {
  width: 100%;
}
#carousel-1 .hentry a.video-thumbnail {
  display: block;
  position: relative;
}
.video-icon {
  background: #999999;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  color: #ffffff;
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  bottom: 10px;
}
.widget.woocommerce .product_list_widget li {
  overflow: hidden;
}
.widget.woocommerce .product_list_widget a {
  display: block;
}
.widget.woocommerce .product_list_widget img {
  max-width: 64px;
  max-height: 64px;
  float: left;
  margin-right: 1.5em;
}
.widget_shopping_cart .total {
  padding-top: 10px;
}
.widget_shopping_cart .buttons a {
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: .9em;
  height: .9em;
  border-radius: 1em;
  border: 1px solid #150d14;
  cursor: pointer;
  background: #0099CC;
  outline: 0;
  top: -.3em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  border-radius: 1em;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background: #1e1e1e;
  background: -moz-gradient(center top, #1e1e1e 0, #6a6a6a 100%);
}
.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce-page .added_to_cart {
  display: block;
  margin-top: 15px;
}
.woocommerce #content input.button.loading, .woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading, .woocommerce-page #content input.button.loading, .woocommerce-page #respond input#submit.loading, .woocommerce-page a.button.loading, .woocommerce-page button.button.loading, .woocommerce-page input.button.loading {
  color: #777;
  border: 1px solid #f7f6f7;
}
.woocommerce #content input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce-page #content input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(assets/img/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .woocommerce #content input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce-page #content input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before {
    background-image: url(assets/img/ajax-loader@2x.gif);
    background-size: 16px 16px;
  }
}
/**
 * 10.1 Layouts
 * -----------------------------------------------------------------------------
 */
/* Layout: Content / Sidebar 2 */
.layout-narrow #page {
    /* width: 1260px; */
    width: 1310px;
    /*overflow: hidden;*/
}
.layout-narrow .sidebar1 {
  display: none;
}
.layout-narrow .container {
  /*width: 1260px;*/
  /*width: 1155px;*/
  width: 100%;
}
.layout-narrow .content-area {
  margin-left: 0;
}
.layout-narrow #footer .widget_newsletter input {
  width: 140px;
}
.layout-narrow .carousel-loop li {
  width: 182px;
}
/* Layout: Sidebar 2 / Content */
.layout-narrow-2 .sidebar2 {
  border-left: none;
  border-right: 1px solid #e9e9e9;
  float: left;
  margin-left: -1070px;
  padding-left: 0;
  padding-right: 20px;
}
.layout-narrow-2 .content-area {
  margin-left: 340px;
}
/* Layout: 1 Column (full width) */
.layout-1c .content-area {
  width: 100%;
  margin-left: 0;
}
.layout-1c.single .content-area {
}
.layout-1c .sidebar1,
.layout-1c .sidebar2 {
  display: none;
}
.layout-1c .content-area .hentry .entry-content-container {
  width: 900px;
}
/*.layout-1c .content-area .hentry .entry-thumbnail {
  width: 100%;
}*/
.layout-1c .is-sticky #breadcrumbs {
  width: 1070px;
}
.layout-1c .entry-footer .newsletter-form h3 {
  text-align: left;
}
.layout-1c.single .col-left,
.layout-1c.single .col-right {
  width: 514px;
}
.layout-1c.single .related-posts .entry-title {
  font-size: 18px;
}
.layout-1c.single .entry-footer .newsletter-form input {
  width: 429px;
}
/* Layout: Content / Sidebar1 / Sidebar2 */
.layout-css .sidebar1 {
  border-left: 1px solid #e9e9e9;
  border-right: none;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 0;
}
.layout-css .content-area {
  margin-left: 0;
}
/* Layout: Content / Sidebar2 / Sidebar1 */
.layout-css-2 .sidebar1 {
  border-left: 1px solid #e9e9e9;
  border-right: none;
  float: right;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 0;
}
.layout-css-2 .sidebar2 {
  float: left;
  margin-left: 20px;
}
.layout-css-2 .content-area {
  margin-left: 0;
}
/**
 * 10.2 Social Icons
 * -----------------------------------------------------------------------------
 */
.fa-facebook {
  color: #3b5998;
  font-size: 36px !important;
}
.fa-twitter {
  color: #00aced;
  font-size: 36px !important;
}
.fa-google-plus {
  color: #dd4b39;
  font-size: 36px !important;
}
.fa-linkedin {
  color: #007bb6;
  font-size: 36px !important;
}
.fa-pinterest {
  color: #C92228;
  font-size: 36px !important;
}
.fa-rss {
  color: #f0b70c;
  font-size: 36px !important;
}
.fa-envelope-o {
  color: #aad450;
  font-size: 36px !important;
}
.fa-dribbble {
  color: #ea4c89;
  font-size: 36px !important;
}
.fa-whatsapp {
    color: #1cb39b;
    font-size: 36px !important;
}
/* 10.3 Forms */
.form-row label {
  display: block;
}
.form-row .input-text {
  width: 100%;
}
input[type="text"],
input.input-text,
textarea,
input.txt,
input[type="tel"],
input[type="email"] {
  padding: .236em .5em;
  border: 1px solid #e9e9e9;
  font-size: 1em;
  line-height: 1.618em;
  font-family: inherit;
  outline: none;
  background: #fcfcfc;
  box-sizing: border-box;
  -webkit-appearance: none;
  color: #000000;
}
input[type="text"]:focus,
input.input-text:focus,
textarea:focus,
input.txt:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
  background: #fff;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  height: 1.618em;
  width: 1.618em;
  cursor: pointer;
  position: relative;
  -webkit-transition: .15s;
  border-radius: 2em;
  background-color: #900;
  margin-right: 1em;
  margin-top: .53em;
  -webkit-appearance: none;
}
@media and (-webkit-min-device-pixel-ratio:0) {
	input[type="checkbox"] {
	  height: 1.618em !important;
	  width: 1.618em !important;
	}	
}
/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
	input[type="checkbox"] {
	  height: 1.618em !important;
	  width: 1.618em !important;
	}	  
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
	input[type="checkbox"] {
	  height: 1.618em !important;
	  width: 1.618em !important;
	}	
}
input[type="checkbox"]:checked {
  background-color: green;
}
input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 2.818em;
  text-align: center;
  color: #fff;
  content: "'";
  font-family: 'WebSymbolsRegular';
  font-size: .618em;
}
#wpcomm .wc_notification_checkboxes input[type="checkbox"], #wpcomm .wc_notification_checkboxes input[type="radio"] {
    overflow: none;
    width: inherit;
    font-size: 13px;
    padding: 0;
    display: inherit !important;
    float: left;
    max-height: 20px;
    margin: 0 3px;
}
input[type="checkbox"]:checked:before {
  content: '.';
}
input[type="checkbox"]:hover:before {
  background: rgba(255, 255, 255, 0.3);
}
input[type="radio"] {
  -webkit-appearance: none;
  height: 1.618em;
  width: 1.618em;
  box-sizing: border-box;
  border: 0.382em solid #d7d3d2;
  cursor: pointer;
  position: relative;
  -webkit-transition: .15s;
  border-radius: 2em;
  background-color: #d7d3d2;
  -webkit-appearance: none;
}
input[type="radio"]:checked {
  background-color: #ff4800;
}
a.remove {
  font-family: 'WebSymbolsRegular';
  color: #ccc;
}
a.comment-reply-link, table.cart td.actions .gray-button, .variations_button .single_add_to_cart_button, .add_to_cart_button {
  line-height: 1;
  padding: .5em .75em;
  border: 0;
  border-bottom: 0;
  border-radius: .125em;
  font-size: 12px;
  transition: all .3s ease;
  background: #da251c;
  color: #fff !important;
  -webkit-appearance: none;
}
a.comment-reply-link:hover,
table.cart td.actions .gray-button:hover,
.variations_button .single_add_to_cart_button:hover,
.add_to_cart_button:hover {
  background: #999;
  border-bottom-color: #555;
  color: #fff !important;
}
.button,
a.button,
button,
input[type="button"],
input[type="submit"] {
  line-height: 1;
  color: #fff;
  font-size: 12px;
  padding: .75em 1em;
  border: 0;
  border-bottom: .24em solid #9F1010;
  border-radius: .125em;
  -webkit-text-stroke: 0;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-appearance: none;
}
.button:hover,
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  box-shadow: inset 0 0 10em rgba(0, 0, 0, 0.2);
}
.button:active,
.button:focus,
a.button:active,
a.button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  box-shadow: none;
}
/**
 * 10.4 Page Builder
 * -----------------------------------------------------------------------------
 */
#primary .panel-grid-cell .panel.widget_supernews-builder-headlines,
#primary .panel-grid-cell .panel.widget_supernews-builder-slider,
#primary .panel-grid-cell .panel.widget_supernews-builder-posts-varian-1,
#primary .panel-grid-cell .panel.widget_supernews-builder-ads,
#primary .panel-grid-cell .panel.widget_supernews-builder-posts-varian-2 {
  margin-bottom: 0;
}
/**
 * 11 FontAwesome
 * -----------------------------------------------------------------------------
 */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:22px;
  margin-left: 10px;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-whatsapp:before {
  content: "\f232";
}
/**
 * 12 Images
 * -----------------------------------------------------------------------------
 */
figure > img {
  display: block;
}
img {
  /*height: auto;
  max-width: 100%;*/
}
img[class*="align"],
img[class*="attachment-"] {
  height: auto;
}
embed, iframe, object {
    /*height: auto !important;*/
    /*height: 450px;*/
    width: 100%;
}
iframe {
    min-height: auto;
    width: 100%;
}
.entry-content iframe {
  min-height: 450px;
  width: 100%;
}
.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-bottom: 5px;
}
.wp-caption-text {
  font-style: italic;
  color: #999;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
    background-color: #ffffff;
    border-top: 2px solid #ebebeb;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 5px;
	display:inline-block; 
	width: 100%;
}
.gallery::before {
    content: "GALERIA";
    float: left;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    font-size: 20px;
}
/*.gallery-item {
  margin: 0 4px 4px 0;
  float: left;
  overflow: hidden;
  position: relative;
}*/
.gallery-item {
    display: inline-block;
    float: none;
    margin: 0 1px -2px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.gallery-icon a,
.gallery-icon img {
  display: block;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  padding: 2px 8px;
  font-size: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/**
 * 13 Images
 * -----------------------------------------------------------------------------
 */
#bbp-search-form {
  margin-bottom: 10px;
}
#load_css {
    font-size: 20px;
    height: auto;
    left: -219px;
    position: fixed !important;
    top: 8%;
    width: 270px;
    z-index: 9999;
}
header {
    /*height: 80px !important;
    overflow: hidden !important;*/
    /*position: fixed !important;*/
    z-index: 99 !important;
}
/* add provider */
#left_sidebar {
    float: left;
    height: 800px;
    margin-right: 20px;
    position: relative;
    width: 135px;
    z-index: 9;
	/*background-color: #ff0;*/
	margin-top: 105px;
}
#left_sidebar span {
    width: 135px;
}
#right_sidebar {
    /*background-color: #ff0;*/
    float: left;
    height: 800px;
    margin-left: 20px;
    width: 135px;
	margin-top: 105px;
	display:none;
}
#main_page {
    float: left;
    width: 100%;
}
#banner img {
    width: auto;
}
/* stacje paliw */
#own_list > li {
    background-color: #f5f5f5;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    width: 95%;
}
#own_list h2 {
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
	font-size:14px;
}
#own_list .foto {
    float: left;
    width: 170px;
}
#own_list .main {
    float: left;
    width: 75%;
}
#own_list .descoil {
    float: left;
    width: 52%;
}
own_list li .descoil {
    float: left;
    width: 50%;
}
#own_list .pricesoil {
    float: left;
    margin-left: 1%;
    width: 47%;
}
#own_list .pricesoil .el {
    font-size: 14px;
    margin: 1px;
    width: 12%;
}
#own_list .pricesoil b {
    margin-left: 1px;
}
#own_list .pricesoil .el .w {
    float: left;
    font-size: 11px;
}
#own_list .descoil > label {
    color: #ff8700;
    font-weight: bold;
}
#own_list .el2_small {
    background-color: #e7e7e7;
    color: #ff5500;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 3px;
    width: 100%;
}
#own_list .main > label {
    color: #ff8700;
    font-weight: bold;
}
#own_list .el {
    background-color: #ffffff;
    float: left;
    font-size: 18px;
    margin: 5px;
    padding: 3px;
    width: 30%;
}
#own_list .el2 {
    background-color: #ffe4c6;
    color: #ff5500;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 5px;
    width: 100%;
}
#own_list b {
    margin-left: 10px;
}
#own_list .el .w {
    font-size: 11px;
}
#map-canvas {
    float: left;
    height: 450px !important;
    width: 100%;
}
#own_list .button {
    float: right;
	color: #ffffff;
}
#own_list .el2 > label {
    color: #030303;
    font-weight: normal;
}
#own_list h4 {
    color: #787878;
    float: left;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 20px;
}
/*.el {
    border: 1px solid #c9c9c9;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 7.5px;
    padding: 0;
    text-align: center;
    width: 50px;
}*/
.el {
    border: 1px solid #c9c9c9;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 1%;
    padding: 0;
    text-align: center;
    width: 18%;
    overflow: hidden;
}
.el .w {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
}
.el > label {
    margin-right: 3px;
}
.seeall {
    background-color: #ffffff;
    color: #5ea300 !important;
    float: right;
    font-size: 11px;
    font-weight: normal;
    padding-left: 3px;
    text-transform: lowercase;
}
/* end stacje paliw */
/* Content Block #provider */
.content-block-prov ul {
  margin: 0;
  padding: 0;
  margin-top:0px;
}
.content-block-prov {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.content-block-prov li {
    float: left;
    margin-right: 5px;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
   /* width: 33%;*/
}
.content-block-prov li:nth-child(3n) {
    /*margin-right: 0px;*/
}
.content-block-prov li:first-child {
  border-left: none;
  padding-left: 0;
}
.content-block-prov li:last-child {
  margin-right: 0;
}
/*.content-block-prov li .entry-thumbnail {
  width: 100%;
  margin-bottom: 0px;
}*/
/*.content-block-prov li .entry-thumbnail {

    height: 216px !important;
    margin-bottom: 0;
    width: 100%;

}*/
.content-block-prov li .entry-thumbnail {
    height: 250px !important;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
/*.content-block-prov .entry-title a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    line-height: 20px;
    margin-bottom: 4px;
    opacity: 0.9;
    padding: 7px 14px;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    width: auto;
    font-weight: normal;
}*/
/*.content-block-prov .entry-title a {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0;
    bottom: 6px;
    color: #fff;
    font-size: 20px;
    left: 0;
    line-height: 20px;
    margin-bottom: 4px;
    opacity: 0.9;
    padding: 7px 14px;
    position: relative;
    right: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
    width: auto;
    font-weight: normal;
    min-height: 58px;
}*/
.content-block-prov .entry-title a {
    /* background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.3) 100%) repeat scroll 0 0; */
    bottom: 6px;
    color: #000000;
    font-size: 20px;
    left: 0;
    line-height: 27px;
    margin-bottom: 4px;
    opacity: 0.9;
    padding: 7px 14px;
    position: relative;
    right: 0;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
    width: auto;
    font-weight: normal;
    min-height: 58px;
    border-bottom: 1px solid #EBEBEB;
    padding-left: 0;
    display: table-cell;
    vertical-align: middle;
    height: 69px;
}
.providerlist .entry-title {
	line-height: 1.3;
    margin-bottom: 0px;
}
/* end content provider */
/* nbp widget */
.widget.currencyrate table {
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.widget.currencyrate table td {
    margin: 0;
    padding: 1px;
}
/* end */
.widget_slider-provider {
    margin-bottom: 0px !important;
}
.builder-supernews-posts-variant-provider {
    margin-bottom: 0px !important;
}
.nomarginbottom {
    margin-bottom: 0px;
}
.widget_providerlist_sponsorowane {
    margin-top: -2px;
}
._reklama {
    color: #bcbcbc;
    display: inline;
    font-size: 9px;
    font-weight: normal;
    margin-left: 10px;
    width: auto;
}
._reklama2 {
    color: #bcbcbc;
    display: block;
    font-size: 9px;
    font-weight: normal;
    margin-left: 10px;
    width: auto;
	margin-top:0px;
}
/* belka menu provider*/
/*.belkamenu {
    background-color: #47a544;
	overflow: hidden;
	padding:10px;
}
.belkamenu .header-text a {
    color: #fff;
    display: inline-block;
    font-size: 23px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.belkamenu .header-text a:hover {
	text-decoration:underline;
}
.belkamenu .header-text, .belkamenu .header-text * {
    line-height: 100%;
	float:left;
	margin-right: 7px;
}
.belkamenu nav {
    padding-top: 10px;
    display: block;
    float: left;
    position: relative;
}
.belkamenu nav a {
    color: #ffffff;
    font-size: 20px;
}
.belkamenu nav a:hover {
	text-decoration:underline;
}
.belkamenu nav a::before {
    border-color: transparent transparent transparent #ffffff;
    border-width: 5px;
    right: -4px;
    top: 6px;
}
.belkamenu nav a::after, .belkamenu nav a::before {
    border-image: none;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}*/
.belkamenu {
    /* background-color: #eaeaea; */
    margin-top: 0px;
    overflow: hidden;
    padding: 0;
    padding-bottom: 10px;
}
.belkamenu > nav {
    margin-top: 2px;
    float: left;
}
.belkamenu nav a::before {
    border-color: transparent transparent transparent #ffffff;
    border-width: 5px;
    right: -4px;
    top: 10px;
}
.belkamenu nav a::after, .belkamenu nav a::before {
    border-image: none;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
.belkamenu nav a::after {
    border-color: transparent transparent transparent #47a544;
}
.belkamenu nav a::after {
    border-width: 3px;
    right: 0;
    top: 8px;
	display: none;
}
.belkamenu nav a::after, .belkamenu nav a::before {
    border-image: none;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
.belkamenu nav a {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    padding-right: 17px;
    position: relative;
}
.belkamenu nav a:hover {
	text-decoration:underline;
}
.belkamenu a {
    color: #fff;
    display: inline-block;
}
.belkamenu h2 {
    float: left;
    font-size: 21px;
    margin: 4px 20px 4px 10px;
    padding: 0;
}
.belkamenu .header-text > a {
    color: #ffffff;
    text-transform: uppercase;
}
.belkamenu .header-text > a:hover {
	text-decoration:underline;
}
/* end */
#pgc-308-3-0, #pgc-308-4-0 {
    /*width: 100% !important;*/
}
.panel-grid-cell {
    width: 100%;
}
.panel-grid {
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
/* television */
#television #carousel-1 {
    position: relative;
}
#television #carousel-1 ul li {
    margin-right: 0;
    padding-left: 0;
    padding-right: 10px;
    /*width: 155px;*/
}
#television .jcarousel-pagination-1 {
    height: 10px;
    position: absolute;
    text-align: center;
    top: 380px;
    width: 100%;
}
#television .jcarousel-pagination-1 a {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 4px;
    text-indent: -9999em;
    width: 10px;
}
#television .jcarousel-pagination-1 a.active {
    background-color: #ff6644;
}
#television .jcarousel-control-prev, #television .jcarousel-control-next {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0;
    /*color: #ffffff;*/
    font-size: 1.2em;
    /*height: 60px;
    line-height: 60px;*/
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 25%;
    visibility: hidden;
    width: 36px;
	z-index: 10;
}
#television .jcarousel-control-prev {
    left: 0;
}
#television .jcarousel-control-next {
    right: 0;
}
#television .jcarousel-control-prev, #television:hover .jcarousel-control-next {
    background-color: rgba(0, 0, 0, 0.2);
    visibility: visible;
}
#television .jcarousel-control-prev:hover, #television .jcarousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.3);
	background-color:#FFF;
}
#television #carousel-1 .mainfoto {
	background: #0040a1 none repeat scroll 0 0;
    border-bottom-right-radius: 15px;
}
#television #carousel-1 .mainfoto .desc {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    bottom: 5px;
    box-sizing: content-box;
    color: #828282;
    height: 75px;
    left: 0;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
    z-index: 9;
}
#television #carousel-1 .mainfoto .icon {
    left: 80%;
    position: absolute;
    top: 2%;
}
#television #carousel-1 .mainfoto .entry-title {
    font-size:12px;
    height: 70px;
    overflow: hidden;
    padding: 10px 10px 0;
}
#television #carousel-1 .mainfoto .entry-title a:link, #carousel-1 .mainfoto .entry-title a:visited {
    color: #fff;
    font-weight: normal;
    text-shadow: none;
}
#television #carousel-1 .fotobg {
    height: 200px;
	background-position: center center;
	cursor: pointer;
}
#television .section-title {
    background-color: #e6ecef;
    /*border-bottom: 1px solid #007dbf;*/
    color: #ffffff;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
	overflow: hidden !important;
}
#television .section-title .logo {
    background-color: #fff;
    float: right;
    height: 60px;
    padding: 0;
    width: auto;
}
#television .section-title .logo img {
    height: 100%;
}
#television .allh3 span {
    display: block;
    float: left;
    padding-right: 10px;
    vertical-align: middle;
}
/*#television .allh3 > a {
    display: inline;
    padding-right: 10px;
    vertical-align: middle;
	width: 100%;
	float: left;
}*/
#television .allh3 .logo {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
}
/* end */
.alertinfo {
    background-color: #ff0000;
    color: #ffffff !important;
    display: table-cell;
    float: none;
    font-size: 15px;
    font-weight: normal;
    padding: 10px;
}
.liveinfo {
    background-color: #ffcb00;
    color: #000000 !important;
    display: table-cell;
    float: none;
    font-size: 15px;
    font-weight: normal;
    padding: 10px;
}
.sponsorinfo {
    background-color: transparent;
    color: #ffffff !important;
    display: block;
    float: none;
    font-size: 15px;
    font-weight: normal;
    padding: 0 0 10px;
}
.sponsor_img {
    width: 60px;
}
.alerttitle {
    color: #ffffff !important;
	background-color: #ff0000;
}
.entry-title .alerttitle {
    background-color: #ff0000;
    padding: 0px;
	overflow: hidden;
}
.infodiv {
    padding: 5px;
    position: absolute;
}
.infodiv2 {
    float: left;
    margin-right: 5px;
    padding: 0;
    position: relative;
}
.infodiv3 {
    float: left;
    margin-right: 5px;
    padding: 0;
    position: relative;
}
.infodiv .alertinfo,.infodiv2 .alertinfo {
    background-color: #ff0000;
    color: #ffffff !important;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
}
.infodiv .liveinfo,.infodiv2 .liveinfo {
    background-color: #ffcb00;
    color: #000000 !important;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
}
.infodiv .sponsorinfo,.infodiv2 .sponsorinfo {
    background-color: transparent;
    color: #ffffff !important;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 0 0 10px;
}
.infodiv .sponsorinfo .sponsor_img, .infodiv2 .sponsorinfo .sponsor_img {
    width: 70px;
}
.infodiv3 .alertinfo {
    background-color: transparent;
    color: #ff0000 !important;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 5px 0 0;
}
.infodiv3 .liveinfo {
    background-color: transparent;
    color: #ff0000 !important;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 5px 0 0;
}
.infodiv3 .sponsorinfo {
    background-color: transparent;
    color: #ff0000 !important;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 0 5px 0 0;
}
/*#carousel-1 .alertinfo {
    background-color: #ff0000;
    color: #ffffff !important;
    display: table-cell;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
    position: relative;
}
#carousel-1 .liveinfo {
    background-color: #ffcb00;
    color: #000000 !important;
    display: table-cell;
    float: left;
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
    position: relative;
}
#carousel-1 .entry-title .alerttitle {
    background-color: #ff0000;
    color: #ffffff !important;
}*/
/* Document Gallery plugin (pdf) */
.gallery_pdf {
	overflow:hidden;
}
.gallery_pdf .document-icon img {
    background-color: #ebebeb;
    border: 1px solid #d7d7d7;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}
.gallery_pdf .document-icon .title {
    background-color: #d7d7d7;
    color: #595959;
    display: block;
    font-size: 18px;
    padding: 5px;
    overflow: hidden;
}
.gallery_pdf .document-icon {
    float: left;
    list-style: outside none none;
    margin: 10px;
    text-align: center;
    width: 200px;
	padding: 10px;
}
.gallery_pdf .document-icon a {
    line-height: 20px;
}
/* end */
.top_video_sidebar, .bottom_video_sidebar {
	margin:0;
	background-color:#CCC;
}
.top_video_sidebar img, .bottom_video_sidebar img {
    height: auto;
    width: 100%;
}
.panel-grid-cell {
    padding-left: 0 !important;
    /*padding-right: 3px !important;*/
}
.wunderground {
    display: none;
}
.wu-wrapper div img, .wu-wrapper table img {
    /*height: auto;
    width: 30px;*/
}
.wu-forecast-wrapper div {
    font-size: 11px;
    margin-bottom: 0;
}
.wu-copyright {
    margin-bottom: 0;
}
.wu-forecast-wrapper {
    float: none;
}
.wu-has-icon .wu-simple-forecast-day {
    /*border: 1px solid #e8e8e8;*/
    margin: 0;
    /*min-width: 100%;*/
    padding: 5px;
}
.wu-forecast-wrapper .wu-cond-highlow .wu-cond-high {
    font-size: 20px;
	color: #003f65;
}
.wu-forecast-wrapper .wu-cond-highlow .wu-cond-low {
    font-size: 20px;
	display:none;
}
.wu-forecast-wrapper .wu-day-title {
    float: left;
    width: 50px;
}
.wu-forecast-wrapper .wu-cond-highlow {
    float: left;
    text-align: center;
    width: 50px;
}
.wu-icon {
    float: left;
}
.adrotate_group_contener {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.builder-supernews-slider{
	margin-right: 5px;
}
.pricesoil img {
	width: 100%;
}
.mostpopular {
    list-style: outside none none;
    margin: 0.3em 0 !important;
    padding: 0;
}
.mostpopular_li {
    background-image: none !important;
    border: 0 none;
    list-style: outside none none !important;
    margin: 0 0 -7px !important;
    padding: 13px 0 8px 8px !important;
    position: relative;
    width: 100%;
	float: left;
}
.mostpopular_li.color0 {
    background-color: #ee5826 !important;
    width: 100%;
}
.mostpopular_li.color1 {
    background-color: #27b6e2 !important;
    width: 95%;
}
.mostpopular_li.color2 {
    background-color: #c5e627 !important;
    width: 89%;
}
.mostpopular_li.color3 {
    background-color: #ff6f51 !important;
    width: 84%;
}
.mostpopular_li.color4 {
    background-color: #d59b8e !important;
    width: 80%;
}
.mostpopular_li.color5, .mostpopular_li.color6, .mostpopular_li.color7, .mostpopular_li.color8, .mostpopular_li.color9, .mostpopular_li.color10, .mostpopular_li.color11, .mostpopular_li.color12, .mostpopular_li.color13, .mostpopular_li.color14, .mostpopular_li.color15 {
    background-color: #888 !important;
    width: 74%;
}
a.barlinko {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    font: italic 13px georgia,serif;
    margin: 0 6px 0 0;
    padding: 0;
    text-decoration: none !important;
}
a.barlinko:hover {
    color: #fff;
}
.barco {
    display: block;
    right: 0;
}
.mostpopular_li img {
    margin-top: 15px;
    position: absolute;
    right: 5px;
}
a.thethingwithc {
    border: 0 none !important;
    color: #fff !important;
    display: block;
    font-family: arial;
    font-size: 11px;
    font-weight: 700;
    padding: 0 9px 0 0;
    text-align: right;
    text-decoration: none !important;
}
#datemeta {
    border-bottom: 2px solid #2b3a41;
    display: block;
}
#datemeta_l {
    background: #2b3a41 none repeat scroll 0 0;
    color: #fff;
    float: left;
    padding: 3px 7px;
}
.adSense {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.entry-title .date {
    bottom: -20px !important;
    color: #fcfcfc;
    float: left;
    font-size: 11px;
    font-weight: normal;
    position: relative;
    /* text-align: right; */
    width: 80%;
    /*background-color: burlywood;*/
}
.fotowrap {
  max-height: 180px;
  overflow: hidden;
}
#comments_info {
    color: #aeaeae;
    font-size: 12px;
    font-style: italic;
}
/* plugin popular posts "WP Most Popular" */
.widget .wp-most-popular img {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 0;
    padding: 0;
    width: 100%;
}
.widget .wp-most-popular li {
    display: block;
    float: left;
    margin-bottom: 1px;
    width: 100%;
    margin-bottom: 20px;
}
.widget .wp-most-popular li a {
    color: #003f65;
    font-size: 14px;
}
/* end*/
/*.allh3 {
    overflow: hidden;
}*/
.television nav {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.television nav a::before {
    border-color: transparent transparent transparent #ffffff;
    border-width: 5px;
    right: -4px;
    top: 6px;
}
.television nav a::after, .television nav a::before {
    border-image: none;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
.television nav a::after {
    border-color: transparent transparent transparent #47a544;
}
.television nav a::after {
    border-width: 3px;
    display: none;
    right: 0;
    top: 8px;
}
.television nav a::after, .television nav a::before {
    border-image: none;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
.television nav a {
    color: #ffffff !important;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 0;
    padding-right: 17px;
    position: relative;
}
.television nav a:hover {
    text-decoration: underline;
}
.television a {
    color: #fff;
    display: inline-block;
	text-transform:none;
	font-weight:normal;
}
.television h2 {
    float: left;
    font-size: 21px;
    padding: 0;
}
.television .header-text {
    bottom: 0;
    display: table-cell;
    float: none;
    font-size: 21px;
    height: 100%;
    margin: 0 20px 0 10px;
    padding-bottom: 0;
    padding-right: 20px;
    padding-top: 0;
    position: relative;
    vertical-align: middle;
    width: auto;
}
.television .header-text > a {
    color: #ffffff;
    text-transform: uppercase;
}
.television .header-text > a:hover {
    text-decoration: underline;
}
.topspace {
    background-color: transparent !important;
    display: block;
    float: left;
    width: 100% !important;
}
.bottomspace {
    border-bottom: 40px solid transparent;
    display: block;
    float: left;
    width: 100% !important;
}
.jcarousel-pagination {
    float: left;
    width: 100%;
	text-align:center;
}
.jcarousel-pagination > a {
    background-color: #9CAAC1;
    border-radius: 10px;
    height: 10px;
    margin: 10px 5px;
    text-indent: -99999px;
    width: 10px;
}
.jcarousel-pagination > a.active {
    background-color: #009eff;
}
.entry-tags {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0 !important;
    width: 100% !important;
    min-height: 90px;
    border-top: solid 1px #EBEBEB;
    padding-top: 10px;
}
.entry-share a img {
    width: 15px;
}
.ns_placement iframe {
    min-height: auto !important;
}
.adk-adcode iframe {
    min-height: auto !important;
}
#left_sidebar div[block] {
    margin-bottom: 0.12em;
}
#left_sidebar iframe {
    min-height: auto;
    width: 100%;
}
object[name="mediaspace"],object[name="mediaspace2"],object[name="mediaspace3"] {
	/*height:450px;*/
}
#camlist {
    margin: 10px;
    padding: 10px;
}
#camlist > li {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    font-weight: bold;
    list-style-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4OC4zIDQ4OC4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0ODguMyA0ODguMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiPgo8Zz4KCTxwYXRoIGQ9Ik00ODguMywxNDIuNXYyMDMuMWMwLDE1LjctMTcsMjUuNS0zMC42LDE3LjdsLTg0LjYtNDguOHYxMy45YzAsNDEuOC0zMy45LDc1LjctNzUuNyw3NS43SDc1LjdDMzMuOSw0MDQuMSwwLDM3MC4yLDAsMzI4LjQgICBWMTU5LjljMC00MS44LDMzLjktNzUuNyw3NS43LTc1LjdoMjIxLjhjNDEuOCwwLDc1LjcsMzMuOSw3NS43LDc1Ljd2MTMuOWw4NC42LTQ4LjhDNDcxLjMsMTE3LDQ4OC4zLDEyNi45LDQ4OC4zLDE0Mi41eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
    text-transform: uppercase;
    margin: 20px;
}
.infomsg {
    background-color: #ff0000;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}
.g-10{
	width: 100% !important;
}
div.b-10:nth-child(1){
margin: 5px 5px 0px 5px;
}
div.b-10:nth-child(2){
margin: 5px 5px 0px 5px;
}
div.b-10:nth-child(3){
margin: 5px 5px 0px 5px;
}
.testrrrrrrrrrrrrrrrrr{
}
.ad_group .g.g-10 {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
}
ul.list {
	list-style:none;
	margin:0;
	padding:0;
}
ul.list li {
    border-bottom: 1px solid #e8e8e8;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}
ul.list li:nth-child(2n) {
    background-color: #f5f5f5;
}
ul.list .foto {
    float: left;
    margin-right: 40px;
}
ul.list .desc {	
	float: left; margin-top: 40px;	
}
.g-16 {
    height: 100%;
    margin: 0;
    max-width: 370px;
    width: 100%;
}
.g-16 img {
    height: auto !important;
    width: 100% !important;
}
.ad_group iframe {
    min-height: auto !important;
}
.panel-grid.panel-no-style, .panel-grid.panel-has-style > .panel-row-style {
display: inherit !important;
}
.panel-grid-cell { float:left }
#wpcomm .wpf-cta {
    border: 1px solid #FFFFFF !important;
}
#wpcomm .wc-vote-link {
    border: 1px solid #ffffff !important;
}
#wpcomm .wc-vote-result {
    border-bottom: 1px solid #ffffff   !important;
    border-top: 1px solid #ffffff !important;
}
#wpcomm .wc-comment-footer .wc-vote-result {
    margin-left: 10px !important;
}
.panel-grid.panel-no-style, .panel-grid.panel-has-style > .panel-row-style {
display: inherit !important;
}
.panel-grid-cell { float:left }
#wpcomm .wpf-cta {
    border: 1px solid #FFFFFF !important;
}
#wpcomm .wc-vote-link {
    border: 1px solid #ffffff !important;
}
#wpcomm .wc-vote-result {
    border-bottom: 1px solid #ffffff   !important;
    border-top: 1px solid #ffffff !important;
}
#wpcomm .wc-comment-footer .wc-vote-result {
    margin-left: 10px !important;
}
.panel-grid.panel-no-style, .panel-grid.panel-has-style > .panel-row-style {
display: inherit !important;
}
.panel-grid-cell { float:left }
#wpcomm .wpf-cta {
    border: 1px solid #FFFFFF !important;
}
#wpcomm .wc-vote-link {
    border: 1px solid #ffffff !important;
}
#wpcomm .wc-vote-result {
    border-bottom: 1px solid #ffffff   !important;
    border-top: 1px solid #ffffff !important;
}
#wpcomm .wc-comment-footer .wc-vote-result {
    margin-left: 10px !important;
}
.panel-grid.panel-no-style, .panel-grid.panel-has-style > .panel-row-style {
display: inherit !important;
}
.panel-grid-cell { float:left }
#wpcomm .wpf-cta {
    border: 1px solid #FFFFFF !important;
}
#wpcomm .wc-vote-link {
    border: 1px solid #ffffff !important;
}
#wpcomm .wc-vote-result {
    border-bottom: 1px solid #ffffff   !important;
    border-top: 1px solid #ffffff !important;
}
#wpcomm .wc-comment-footer .wc-vote-result {
    margin-left: 10px !important;
}
.sponsorowany {
    bottom: 0;
    color: #ffffff;
    font-size: 10px;
    padding: 0;
    position: relative;
    right: 0;
    z-index: 999;
	display:block;
}
/*.textbaner {
    background-color: #FFF;
    display: inline-block;
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
    overflow: hidden;
    width: 250px;
    text-align: center;
}*/
.textbaner {
    float: left;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #F6F6F6;
}
#primary {
height: unset !important;
}
.scaledheight {
    max-height: 340px;
    overflow: hidden;
    background-color: #FF0;
}
.reklama {
    background-color: #ffffff !important;
    text-align: center;
    min-height: 216px;
    margin-bottom: 6px;
}
/*.reklama img {
    height: 190px;
}*/
.reklama_kaf img {
    height: 195px;
}
.reklama_kaf ._reklama {
    text-align: center;
    display: block;
    margin-top: 5px;
}
.reklama_kaf .siteorigin-widget-tinymce.textwidget {
    background-color: #f3f3f3;
    text-align: center;
    overflow: hidden;
}
.owngap  [class*='col-']:not(:first-child):not(:last-child) {
  /*padding-right:5px;
  padding-left:5px;*/
}
.owngap {
  padding-right:5px;
  padding-left:5px;
}
#wpcomm .wc-load-more-submit {
    width: 100% !important;
    padding: 10px 20px !important;
    text-align: center !important;
    background-color: #da251c !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    color: #FFFFFF !important;
    border: none !important;
}
.advert_comment {
    background-color: #F2F2F2 !important;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.advert_comment .g-col {
    float: none !important;
}
.advert_comment .g-col span {
    float: none !important;
}
.related-posts {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
}
.fvicon-heart2 {
    height: 50px !important;
    width: 100% !important;
}
.clg-item-head {
    margin-left: auto;
    margin-right: auto;
}


#pgc-2-0-1, #pgc-2-1-1, #pgc-2-4-1, #pgc-2-8-1, #pgc-2-13-1, #pgc-2-16-1 {
    width: 33.7%;
}


@media only screen and (min-width: 780px) {
	#pgc-2-0-0, #pgc-2-1-0, #pgc-2-4-0, #pgc-2-8-0, #pgc-2-13-0, #pgc-2-16-0 {
	    width: 68%;
	    width: calc(68% - ( 0.33 * 30px ) )  !important;
	}
	#pgc-2-0-1, #pgc-2-1-1, #pgc-2-4-1, #pgc-2-8-1, #pgc-2-13-1, #pgc-2-16-1 {
	    width: 34%;
	    width: calc(34% - ( 0.49 * 30px ) ) !important;
	} 
}

.fb-comments span {
    width: 100% !important;
}
.fb_iframe_widget span{
   width: 100% !important;
}

#pgc-360890-1-1, #pgc-360890-2-1, #pgc-360890-5-1, #pgc-360890-9-1, #pgc-360890-12-1, #pgc-360890-15-1 {
    width: 33%;
    width: 33%;
}

body .fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    height: auto !important;
}
body .fluid-width-video-wrapper iframe, body .fluid-width-video-wrapper object, body .fluid-width-video-wrapper embed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.col-social {
    margin-top: 10px;
    width: 80px;
    position: absolute;
    overflow: hidden;
    left: -90px;
    z-index: 1;
    background-color: #ffffff;
    padding: 10px;
}

.photoarea {
    height: 410px;/*310px;*/
    overflow: hidden;
    background-color: #ebebeb;
    float: none;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.blog-list h3 {
    padding-top: 22px;
}

.lead strong {
    font-size: 18px;
}

.belkamenu {
  margin-top: 15px;
}

body #panel-360890-2-1-0, body #panel-360890-6-1-0 {
  margin-bottom: 3px !important;
}

.copyright {
  float: right;
  bottom: 17px;
  position: absolute;
  right: 0;
}

body div.prb-group {
  display: inline-block;
  margin-top: -7px;
}

blockquote {
  color: #334354;
  margin: 2em 10px 40px 2em;
  padding: 1.25em 20px 1.25em 20px;
  line-height: 1.45;
  border-left: solid 4px #8BC34A;
  position: relative;
  font-style: italic;
  font-size: 15px;
  background-color: whitesmoke;
  font-family: 'Verdana';
}

blockquote:before {
  display: block;
  /*content: "\201C";*/
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -20px;
  color: #cccccc;
  display: none;
}

#single_sidebar_post {
  margin-top: 22px;
}

.widget_mostpopular {
  overflow: hidden;
  margin-bottom: 20px;
}

body .most-commented li { 
  border-bottom:1px solid #eee; 
  padding-bottom:3px; 
} 
body .most-commented li :after { 
  clear:both;
} 
body .most-commented img { 
  padding:3px;
  margin:3px;
  float:left;
}
body .wpb_comment_count a, body .wpb_comment_count a:active, body .wpb_comment_count a:visited, body .wpb_comment_count a:hover { 
  color:#FFF;
} 

body .most-commented li a {
  color: #333;
}

body .most-commented {
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  height: initial;
  float: left;
}

#category_top_sidebar  {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

#category_top_sidebar img {
  width: 100%;
}

#single_sidebar_post .ad_group img {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.ad_group {
  text-align: center;
}
.ad_group img {
  width: 100%;
  text-align: center;
}


body .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  width: 100%;
  text-align: center;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
}


@media only screen and (min-width: 1024px) {
  .blog-list .hentry:nth-child(1n) {
    /*background-color: #FFEB3B;*/
    padding-left: 0px;
  }
  .blog-list .hentry:nth-child(2n) {
    /*background-color: aliceblue;*/
    padding-right: 0px;
  }
}



/* zaloba */
/*
body.home {
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
}

#masthead {
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
}
*/
/* koniec zaloba */

