/*
Theme Name: Metflix
Theme URI: http://www.proformat.pl/
Description: Szablon dla Metflix
Version: 4.0
Author: Proformat
Author URI: http://www.proformat.pl/
*/

/* FONTS */
@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,700|Lato:300,400,700&subset=latin-ext'; /* Rubik / Lato */

body {
	font-family: 'Lato', sans-serif;
	word-wrap: break-word;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: #313131;
}
@media (min-width: 768px) {
	/*body:after {
		content: '';
		display: block;
	}*/
}
a {
	color: #313131;
}
a:hover {text-decoration: none;}

p, li {
	font-size: 14px;
	font-size: 1.4rem;
}
.fa.stroke {
	color: #fff;
	text-shadow: 0px 0px 1px #313131, 0px 0px 1px #313131, 0px 0px 1px #313131, 0px 0px 1px #313131, 0px 0px 1px #313131, 0px 0px 1px #313131, 0px 0px 1px #313131, 0px 0px 1px #313131, 0px 0px 1px #313131;
}

/* Table */
table {
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}
table>thead>tr>th, table>thead>tr>td, table>tbody>tr>th, table>tbody>tr>td, table>tfoot>tr>th, table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table>tbody>tr:hover {
    background-color: #f5f5f5;
}

/* Heading */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	text-transform: uppercase;
}
h1, .h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 21px;
}
h4, .h4 {
    font-size: 18px;
}
.main-title {
	margin-bottom: 40px;
}
.page-title {
    margin: 0 0 15px 0;
	font-size: 18px;
	color: #313131;
	font-weight: 400;
	text-transform: none;
}
.upper-title {
    font-size: 30px;
    color: #64bfee;
	margin-bottom: 0;
}
.upper-title.text-left {
	text-align: left;
}
.sub-title {
    font-size: 20px;
    color: #64bfee;
	margin-bottom: 10px;
}
.capacity {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 40px;
}
.small-title {
    margin: 0 0 30px 0;
    font-size: 30px;
    font-weight: 400;
}
.mini-title {
	color: #313131;
    font-size: 14px;
	margin-bottom: 20px;
}
.more-padding {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 0;
    margin-bottom: 0;
}

#flags {
	margin: 5px 0 -8px;
}

/* Colors */
.color-red {
	color: #313131;
}
.color-blue {
	color: #313131;
}
.color-lightblue {
	color: #2f75b7;
}
.bg-main {
	background-color: #fff;
}
.bg-grey {
	background-color: #f4f4f4;
}
.bg-white {
	background-color: #fff;
}

.relative {
	position: relative;
}

/* Alignment */
.alignleft, .alignright, .aligncenter {
	display: block;
}
@media (min-width: 768px) {
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1.5em;
	}
	.alignright {
		display: inline;
		float: right;
		margin-left: 1.5em;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin: 0 auto;
	}
}
.margintop {
	margin-top: 15px;
}
.marginbottom {
	margin-bottom: 15px;
}

/* FORM  */
input, select, textarea {
	width: 100%;
    border: 1px solid #c2c3c4;
    background: none;
	padding: 5px 15px;
    font-size: 14px;
}

.section-dark input, .section-dark select, .section-dark textarea {
	border-color: #fff;
}
input[type="radio"], input[type="checkbox"] {
	width: auto;
    margin-right: 5px;
}
html input[type="button"], input[type="reset"], input[type="submit"] {
	text-transform: uppercase;
	border-radius: 0;
	padding: 10px 20px;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
	border: 1px solid #313131;
	background: none;
	background: #313131;
	color: #fff;
    width: auto;
}
html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border: 1px solid #313131;
	background: none;
	color: #313131;
}
html .section-dark input[type="button"], .section-dark input[type="reset"], .section-dark input[type="submit"] {
	border: 1px solid #fff;
	background: none;
}
html .section-dark input[type="button"]:hover, .section-dark input[type="reset"]:hover, .section-dark input[type="submit"]:hover {
	border: 1px solid #fff;
	background: #fff;;
}
.section-dark ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.section-dark ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.section-dark .section-dark :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.section-dark :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gallery img {
    border: none !important;
}
.gallery-text .entry-content > h3 {
	margin-top: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

time {
	color: #313131;
	font-size: 13px;
}
.section-dark time {
	color: #fff;
}
.section-blog h2.title,
.blog h2.title {
	color:#313131;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

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


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

/* BTNS */
.btn {
	font-size: 14px;
	border-radius: 0;
	padding: 5px 20px;
	font-weight: 400;
	text-transform: uppercase;
    white-space: normal;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.btn-default {
	border: 1px solid #64bfee;
	background: none;
}
.btn-default:hover {
	border: 1px solid #64bfee;
	background: #64bfee;
	color: #fff;
}
.section-dark .btn-default {
	border: 1px solid #fff;
	background: none;
	color: #fff;
}
.section-dark .btn-default:hover {
	border: 1px solid #64bfee;
	background: #64bfee;
	color: #fff;
}
.btn-primary {
	border: 1px solid #64bfee;
	color: #fff;
	background: #64bfee;
}
.btn-primary:hover {
	border: 1px solid #64bfee;
	background: none;
	color: #64bfee;
}
.caption-content .btn-primary:hover {
	color: #fff;
}
.btn-minimal {
	border: 1px solid #fff;
	color: #fff;
}
.btn-minimal:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #64bfee;
}
.btn-excerpt {
	display: inline-block;
    margin-top: 10px;
}
.btn-more {
	color: #64bfee;
	font-weight: 700;
	padding: 0;
}
.btn-more:hover {
	color: #2f75b7;
}
.btn-more:after {
    content: "\f178";
	font: normal normal normal 14px/1 FontAwesome;
}

.pager li>a, .pager li>span {
	background-color: #313131;
	border: 1px solid #313131;
	color: #fff;
	border-radius: 0;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.pager li>a:hover, .pager li>a:focus {
	background: none;
	color: #313131;
	border: 1px solid #313131;
}



@media (min-widh: 768px) {
	.owl-carousel .item img {
		max-height: 210px;
	}
}
/* Breadcrumbs */
#breadcrumbs {
	font-size: 13px;
	font-weight: 400;
	padding-top: 10px;
}
#breadcrumbs a {
    color: #918e8e;
}
#breadcrumbs .breadcrumb_last {
    color: #313131;
}

/* Content */
.banner-thumbnail {
	height: 135px;
	padding: 15px;
    background-size: cover;
	background-repeat: no-repeat;
    background-position: center center;
}
.banner-thumbnail.banner-left {
    background-position: left center;
}
.banner-thumbnail.banner-right {
    background-position: right center;
}
.banner-thumbnail p {
	font-size: 40px;
	text-transform: uppercase;
    height: 105px;
    margin: 0;
    vertical-align: middle;
    display: table-cell;
	width: 2313131px;
	text-align: center;
	font-weight: 700;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
	.banner-thumbnail.banner-contain {
		background-size: contain;
	}
}
.content {
	padding-top: 20px;
}
.input-group {
	width: 100%;
	border: 1px solid #bfbfbf;
}
.input-group input {
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.contet-box ~ .contet-box {
	border-top: 1px solid #dadada;
}
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	padding-bottom: 15px;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}

#csbwfs-delaydiv {
	display: none;
}
@media (min-width: 768px) {
	#csbwfs-delaydiv {
		display: block;
	}
}


/* Clearing */
.clear {
	clear: both;
}

/* Top menu */
.top-menu {
	background: #f1f3f4;
	padding: 5px 0;
}

/* Navigation */
#navbar {
    z-index: 80;
	background: #fff;
	width: 100%;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
	margin-bottom: 0;
}
.navbar-small {
	position: fixed;
	width: 100%;
	top: -200px;
	background: #fff;
	z-index: 9999;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.navbar-small.affix.nav-up {
	top: -200px;
}
.navbar-small.affix.nav-down {
	top: 0px;
}
.navbar-small .navbar-brand img {
    max-height: 25px;
}
.navbar-small .navbar-collapse.collapse {
	float: left;
}
.navbar-small .top-infobox .contact-header {
	float: right;
	margin-top: 11px;
}
.navbar {
	margin-bottom: 0;
	min-height: 1px;
    border-radius: 0;
    border: none;
}
.navbar-brand img {
	max-height: 75px;
}
.nav-fixed {
	position: absolute;
	width: 100%;
    z-index: 2;
	top: 10px;
}
.navbar-brand {
	height: auto;
    z-index: 999;
}
.menu-item-box {
	background: #070707;
	margin-top: 10px;
}
.menu-item-box .social-icons a .fa {
    margin-left: 25px;
}
.navbar-nav>li {
	margin: 0;
	padding: 0 15px;
	border-bottom: 4px solid transparent;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.navbar-nav>li.collapseLink > a:first-child {
	padding: 0;
}
.navbar-nav>li:last-child {
	padding-right: 0px;
}
.navbar-nav>li>a {
	color: #141517;
	display: block;
    font-size: 14px;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
/* mega menu*/
.mega-menu .nav>li>a {
    padding: 5px 15px;
}
.mega-menu-item img {
	max-height: 150px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	text-transform: uppercase !important;
}
.navbar-nav>li.current-menu-item,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.current-menu-item,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:focus,
.nav>li:focus,.nav>li:hover {
	border-bottom: 4px solid #64bfee;
	color: #64bfee;
}
.navbar-nav>li.current-menu-item>a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.navbar-nav>li>a.mPS2id-highlight,
.navbar-nav>li>a.mPS2id-highlight.mPS2id-highlight-first {
	color: #64bfee;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:focus > a.mega-menu-link,
.nav>li>a:hover, .nav>li>a:focus,
.nav>li:hover>a, .nav>li:focus>a {
    text-decoration: none;
    background-color: transparent;
	color: #64bfee;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent;
	border: none;
}

.navbar-toggle .icon-bar {
	background: #313131;
}
.navbar-nav {
	margin: 0;
}
.dropdown-menu li a {
	padding-top:5px;
	padding-bottom: 5px;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	background: #fff;
	color: #1a3981;
}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.menu-item-box .social-icons {
	display: inline-block;
}
.menu-item-box .social-icons a {
	padding: 0;
    margin-left: 0;
}
.social-icons a .fa {
    height: 23px;
    text-align: center;
    padding: 3px;
    border-radius: 50%;
    margin-left: 5px;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.social-icons a:hover .fa {
	opacity: 0.8;
}
.top-menu a {
	color: #222222;
	margin-left: 20px;
}
.top-menu a .fa {
	color: #313131;
}

/* upper header */
.upper-header {
	background: #e5e6e7;
	position: sticky;
	top: 0;
	font-size: 18px;
	font-family: arial;
	z-index: 100;
}
.upper-header .widget-top .widget {
	margin: 0;
	display: inline-block;
	padding-right: 10px;
}
@media (min-width: 768px) {
	.upper-header .widget-top .widget {
		float: left;
	}
	.upper-header .widget-top .widget.widget_glt_widget #flags {
		width: auto !important;
	}
}
.upper-header .nav>li {
    display: inline-block;
    padding: 0 5px;
}
.upper-header .nav>li,
.upper-header .nav>li:hover,
.upper-header .nav>li:focus {
    border: none;
}
.upper-header .nav>li>a,
.upper-header .nav>li>a:hover,
.upper-header .nav>li>a:focus {
    color: #707173;
}
.upper-header .widget-top .widget_icl_lang_sel_widget a {
    border-radius: 50%;
    padding: 0 0 0 7px;
}
.upper-header .widget-top #lang_sel_list_horizontal {
	height: auto;
}
@media (min-width: 768px) {
	.menu-item-box {
		margin-top: 0px;
	}
	.navbar-nav.navbar-center {
		padding-left: 0;
		float: none;
		text-align: center;
	    display: inline-block;
	}
	.top-infobox.navbar-collapse.collapse {
		clear: none;
	}
	.navbar-center li {
		float: none;
		display: inline-block;
	}
	.navbar-nav {
		position: relative;
	}
	.navbar-nav>li>.dropdown-menu li {
		border-bottom: 1px solid #f3f3f3;
	}
	.navbar-nav>li>.dropdown-menu li:last-child {
		border-bottom: none;
	}
	.navbar-nav>li>.dropdown-menu {
		margin: 0;
		padding: 0;
		border-radius: 0;
	}
	.navbar-nav>li>.dropdown-menu .dropdown-menu {
		right: -160px;
		top: 0;
		width: 160px;
	}
	.navbar-nav>li>a {
		display: inline-block;
		padding: 26px 0;
	}
	.navbar-nav>li a {
	    white-space: pre-wrap;
	}
	.dropdown-menu li a.menu-link,
	.dropdown-menu li a.dropdown-toggle {
		padding: 3px 0;
		display: inline-block;
	}
	.dropdown-menu li a.menu-link {
		width: 80%;
		padding-left: 20px;
	}
	.dropdown-menu li a.dropdown-toggle {
	    padding: 3px 5px;
		display: inline-block;
		text-align: center;
		width: 20%;
	}
	.dropdown-menu li a.dropdown-toggle .caret {
		border-left: 4px solid;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
	}
	.dropdown-menu li a:hover, .dropdown-menu li a:focus {
		color: #64bfee;
	}
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	.navbar-nav li>a.menu-link {
		padding-right: 5px;
	}
	.navbar-nav li>a.menu-link {
		width: 80%;
		padding-left: 15px;
		display: inline-block;
	}
	.navbar-nav li>a.dropdown-toggle {
		padding: 3px 5px;
		display: inline-block;
		text-align: right;
		width: 20%;
	}
	.navbar-nav>li.dropdown.open .dropdown-menu {
		display: block;
	}
	.dropdown-menu {
	    padding-left: 10px;
	}
}

/* TOP INFOBOX */
.top-infobox {
	position:relative;
}
.top-infobox a {
	color: #313131;
	padding-right: 10px;
}
.top-infobox .number-value {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	color: #fff;
	display: inline-block;
}
.top-infobox .number-value a {
	color: #fff;
}
.top-infobox .number-value .fa {
	padding-left: 10px;
}
.top-infobox .fb-like {
	display: inline-block;
    padding-left: 20px;
}
.top-infobox .widget {
	padding-right: 10px;
    margin: 0 0 0 20px;
    display: inline-block;
}
.top-infobox .widget ul {
	padding: 0;
	margin: 0;
    list-style: none;
}
.top-infobox .widget ul a {
	font-size: 12px;
}
.top-infobox .widget ul li {
	display: inline-block;
}
.top-infobox .widget ul li.current-lang a {
	color: #64bfee;
}
.menu-rightside {
    padding: 17px 0;
}
.menu-rightside>div {
	display: inline-block;
}
.login,
.checkout {
	float: right;
}
@media (max-width: 767px) {
	.social-icons {
		float: left;
		margin-right: 10px;
	}
	.contact-header {
		padding: 2px;
	}
	.navbar-collapse {
		clear: both;
	}
}
@media (min-width: 768px) {
	.top-infobox {
		color: #fff;
		position: relative;
		float: right;
		margin-top: 10px;
	}
	.top-infobox .social-header {
		float: left;
	}
	.top-infobox .contact-header {
		float: right;
	}
	.menu-rightside {
		height: 60px;
		float: right;
		text-align: right;
	}
	.menu-item-box {
		text-align: center;
	}
	.login,
	.checkout {
		padding: 10px 0;
		float: left;
	}
}

#carousel-banner h3,
.gallery-box-stripes h3 {
	font-size: 21px;
}
#carousel-banner a,
.gallery-box-stripes .banner-link {
	background: #313131;
    color: #fff;
    padding: 5px 30px;
    display: inline-block;
    font-size: 21px;
    font-style: italic;
}
.gallery-box-stripes .banner-thumbnail {
	height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
}
.gallery-box-stripes .thumb-right .banner-thumbnail {
	background-position: top right;
}

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 10px; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }
.woocommerce-product-search input[type="search"]{
	height: 50px;
    border-radius: 0;
    width: 100%;
	padding-right: 105px;
}
.woocommerce-product-search input[type="submit"]{
	height: 50px;
	position: absolute;
    top: 0;
    right: 15px;
}
.woocommerce-product-search input[type="submit"]:hover{
	color: #313131;
    background: #dddddd;
	border: 1px solid #dddddd;
}
.woocommerce a.added_to_cart {
	position: absolute;
    background: rgba(255,255,255,0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50%;
}
.woocommerce-tabs {
	clear: both;
}
.woocommerce-tabs .wc-tabs {
	padding: 0;
    list-style: none;
}
.woocommerce-tabs .wc-tabs .additional_information_tab {
	display: none;
}
.woocommerce-tabs .wc-tabs a {
	font-size: 14px;
	font-size: 14px;
    border: 1px solid #dadada;
    border-bottom: none;
    padding: 10px;
}
.woocommerce-Tabs-panel.panel {
	border: none;
	box-shadow: none;
}

/* filters */
.pf_default_select .prdctfltr_filter > span, .pf_select .prdctfltr_filter > span {
	background-color: #fff;
}
.prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-down, .prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-up {
	top: 3px !important;
    right: 10px !important;
    background: #313131;
    color: #fff;
    height: 40px;
    padding: 5px 10px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
.widget .nav .widgettitle {
	font-size: 15px;
	font-weight: 700;
}
.widget .nav>li>a {
    padding: 5px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.widget .nav>li>a:hover {
	color: #333;
}
.widget.widget_search .btn {
	padding: 7px 10px;
    background: none;
	color: #070707;
    width: 100%;
}

/* Search form */
.search-form {
    width: 100%;
}
.search-box .search-form .input-group .form-control {
	height: 50px;
	border-radius: 0;
}
.search-box .form-inline .input-group .input-group-btn {
	width: 60px;
}
.search-box .input-group-btn>.btn {
	width: 60px;
	height: 50px;
	color: #fff;
    background: #313131;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.search-box .input-group-btn>.btn:hover {
	color: #313131;
    background: #dddddd;
}
/* Search box */
.home .search-box{
	position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
	background: rgba(241, 243, 244, 0.9);
}
.page-id-14 .search-box{
	display: none;
}
.search-box {
	background: #f2f4f5;
	padding-top: 50px;
	padding-bottom: 50px;
}
.post-type-archive-product .search-box {
	padding-bottom: 0px;
}
.search-box .btn-big {
	height: 50px;
    width: 100%;
    padding: 15px;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/* FORM */
input {
	border-radius: 0;
}
.wpcf7-form h3 {
	margin-bottom: 30px;
}
.wpcf7-form h3 span {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}

/* About us */
.about-box {
	background: #f3f3f3;
    padding: 10px;
    border: 1px solid #dadada;
	margin-bottom: 65px;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.about-box:hover {
	border: 1px solid #313131;
}
.about-box + a {
	display: block;
    margin-bottom: 10px;
	text-align: center;
}
.about-box .about-item {
	margin-bottom: 15px;
}
.about-box h3 {
	margin: 0 0 5px 0;
    color: #313131;
    font-size: 21px;
    font-weight: 700;
    text-transform: none;
}

/**
* Header
*/
.header-box {
	padding-right: 15px;
}
.header-logo {
	height: 50px;
}
.header-box-social a.social-link {
	background: #313131;
	display: inline-block;
	height: 22px;
	width: 22px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 1px;
}
.header-box-social a.social-link:last-of-type {
	margin-right: 0;
}
.checkout a {
    margin-left: 15px;
}

/**
* Header search
*/
.searchbox {
	padding-top: 15px;
	padding-bottom: 15px;
}
.collapseSearchForm {
	background: #313131;
}
.collapseSearchForm .input-group {
	width: 100%;
}
.collapseSearchForm .form-inline .input-group>.form-control {
	border-radius: 0;
	width: 90%;
    border: none;
}
.collapseSearchForm .input-group-btn {
	display: block;
}
.collapseSearchForm .input-group-btn>.btn {
	background: #fff;
    color: #313131;
    height: 34px;
	width: 10%;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.collapseSearchForm .input-group-btn>.btn:hover {
	background: #f3f3f3;
    color: #313131;
}

/**
* Slider
*/
.slider-thumbnail {
	background-size: contain;
	background-position: center center;
    background-repeat: no-repeat;
	background-color: #fff;
}
.slider-thumbnail.slider-left {
	background-position: center left;
	text-align: left;
}
.slider-thumbnail.slider-right {
	background-position: center right;
	text-align: right;
}
.slider-thumbnail.slider-cover {
	background-size: cover;
	height: 420px;
}
.caption .caption-item {
	text-align:center;
}
.color-white {
	color: #fff;
}
.caption-content .logo {
	margin-bottom: 30px;
}
.caption-content h2 {
	font-size: 36px;
	margin-top: 0;
}
.caption-content p:last-of-type {
	margin-bottom: 70px;
}
.caption-content .btn {
	font-size: 16px;
}
.caption img.main-image {
	width: 250px;
}

.caption img.minusmargin {
    margin-left: -60px;
}
.caption .btn {
	margin-top: 10px;
}

.entry-content {
	position: relative;
}
.slider-caption {
	padding-top: 20%;
}
.slider-caption .caption-title {
	font-size: 40px;
    margin-bottom: 30px;
	text-transform: uppercase;
    font-weight: 700;
}
.slider-caption .caption-subtitle {
    font-size: 24px;
	margin-bottom: 40px;
}
/*
video { 
    position: fixed;
	display: none;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover; 
}
.bg-video {
    background-size: cover;
	height: 700px;
}
.bg-video + .slider-caption {
	top: 0;
	position: absolute;
}
*/
.slider-thumbnail.slider-cover {
	height: 100vh;
}@media (min-width: 768px) {	.slider-thumbnail.slider-cover {		height: 700px;	}}
.bg-video + .slider-caption .caption-content {
	height: 700px;
	display: table-cell;
	vertical-align: middle;
	width: 3313131px;
    padding: 0 10px;
}
.slider-thumbnail .bg-video iframe {
	height: 700px;
}
.slider-thumbnail img {
	height: 330px;
	width: auto;
}
.carousel-indicators li {
	border: 1px solid #313131;
	margin: 0;
}
.carousel-indicators .active {
	background-color: #313131;
    width: 10px;
    height: 10px;
}
@media (min-width: 768px) {
	video { 
		display: block;
	}
	.bg-video {
		background-image: none!important;
		position: absolute;
	}
	.bg-video,
	.slider-thumbnail .bg-video iframe,
	.slider-thumbnail.slider-cover,
	.bg-video + .slider-caption .caption-content {
		height: 220px;
	}
	.home .bg-video,
	.home .slider-thumbnail .bg-video iframe,
	.home .slider-thumbnail.slider-cover,
	.home .bg-video + .slider-caption .caption-content {
		height: 85vh;
	}
	.caption .caption-item,
	.caption p {
		text-align:left;
	}
}
@media (min-width: 992px) {
	.caption {
		position: absolute;
		font-size: 18px;
		bottom: 15px;
		width: 100%;
		background: rgba(0,145,234,0.8);
		color: #fff;
		padding: 25px;
	}
}
@media (min-width: 1200px) {
	.home .bg-video,
	.home .slider-thumbnail .bg-video iframe,
	.home .slider-thumbnail.slider-cover,
	.home .bg-video + .slider-caption .caption-content {
		height: 600px;
	}
	.slider-caption {
		padding-top: 15%;
	}
}

.cover-thumbnail {
	background-position: center center;
    background-size: cover;
    min-height: 400px;
}
.contain-thumbnail {
	background-position: center center;
    background-size: contain;
    min-height: 400px;
	background-repeat: no-repeat;
}

/* Submenu */
.page-thumbnail {
	height: 190px;
	background-color: #fff;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #d0cfcd;
}
.page-thumbnail.thumb-contain {
    background-size: contain;
}
.submenu-content h2 {
	color: #1f1b1c;
	font-size: 16px;
}
.nav-submenu .submenu-item{
	margin-bottom: 15px;
}
/*				*/
/*** Offer 	  ***/
/*				*/
.tax-offer_category .page-title {
	font-size: 14px;
}
/* category list */
.category-list .panel-group {
	border: none;
	margin: 0;
}
.category-list .panel-body {
	padding: 0;
}
.category-list .panel-body .panel-body {
	padding-left: 10px;
}
.category-list .panel {
    margin: 5px 0;
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.category-list .panel-title {
	clear: both;
}
.category-list a {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	padding: 0 0 20px 0;
}
.category-list a:hover,
.category-list a:focus {
	text-decoration: none;
}
.category-list a.link-title {
	width: 85%;
    float: left;
}
.category-list a.this_page {
	color: #64bfee;
}
.category-list .panel-group .panel-heading+.panel-collapse>.panel-body, .category-list .panel-group .panel-heading+.panel-collapse>.list-group {
	border: none;
}
.category-list .panel-group .panel-group .panel-heading {
	clear: both;
}
.category-list .panel-group .panel-group .panel-heading {
	padding-top: 0;
	padding-left: 5px;
}
.category-list .panel-group .panel-group a {
	text-transform: none;
	position: relative;
    padding-left: 10px;
}
.category-list .panel-group .panel-group .panel-heading a {
	padding: 0;
}
.category-list .panel-group .panel-group .panel-heading:last-child a {
	padding-bottom: 20px;
}
.category-list .panel-group .panel-group a:before {
	content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
	color: #64bfee;
	padding-right: 5px;
	margin: 0 0px 0 -14px;
}
.category-list .panel-group .panel-group  a.dropdown_colapse:before {
	content: "\f106";
	font: normal normal normal 14px/1 FontAwesome;
    
}
.category-list .panel-group .panel-group  a.dropdown_colapse.collapsed:before {
	content: "\f107";
}
.category-list.accordion_menu .dropdown_colapse {
    position: relative;
    color: #009cb3 !important;
}
.category-list.accordion_menu .dropdown_colapse.collapsed {
    color: #666 !important;
}
.accordion_menu.dropdown_colapse.collapsed:hover {
    color: #64bfee !important;
}


/**
* Sections
*/
section .section {
	padding-top: 40px;
	padding-bottom: 40px;
    overflow: hidden;
    position: relative;
	background-size: cover;
	background-position: center center;
}
section .section.map_section {
	padding-top: 0px;
	padding-bottom: 0px;
}
section .section.no-margin-up {
	padding-top: 0px;
}
section .section.no-margin-down {
	padding-bottom: 0px;
}
section .section.more-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
section .section.section-nomargin,
section .section.slider_section {
	padding-top: 0;
	padding-bottom: 0;
}
section.featured_section .section {
	padding-top: 60px;
	padding-bottom: 60px;
}
section.offer_section .section {
	padding-top: 60px;
	padding-bottom: 60px;
}
section.featured_section .section h2 {
	margin-bottom: 30px;
	margin-top: 0;
}
/* section slider */
.slider_section .carousel-indicators li {
	padding: 0;
	border: 1px solid #b4b0b0;
	background: #b4b0b0;
}
.slider_section .carousel-indicators li.active {
	border: 1px solid #64bfee;
	background: #64bfee;
}
.slider_section .carousel-indicators li:after {
	display: none;
}
.slider_section .carousel-control.left,
.slider_section .carousel-control.right {
	background: none;
}
.slider_section .carousel-control.left,
.slider_section .carousel-control.right {
	background: none;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.slider_section .carousel-control .arrow,
.slider_section .carousel-control .fa {
    text-shadow: none;
    font-size: 82px;
    top: 50%;
    margin-top: -41px;
    position: absolute;
    color: #b4b0b0;
}
.slider_section .carousel-control .arrow {
	background: url(includes/img/arrows.png);
    height: 82px;
    width: 42px;
}
.slider_section .carousel-control .arrow-left {
    right: 0;
}
.slider_section .carousel-control .arrow-right {
    left: 0;
	background-position: -42px 0;
}
/* section blocks */
.blocks_section {
	padding: 0;
}
.blocks_section .section {
	padding: 10px 0;
}
.blocks_section .height-1 {
	height: 600px;
}
.blocks_section .height-1 .blocks-thumbnail {
	height: 300px;
}
.blocks_section .height-2,
.blocks_section .height-2 .blocks-thumbnail {
	height: 600px;
}
.blocks-thumbnail {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg-right .blocks-thumbnail {
	background-position: center right;
}
.bg-left .blocks-thumbnail {
	background-position: center left;
}
.blocks-text {
    display: table-cell;
    width: 800px;
    vertical-align: middle;
}
.blocks_section .height-1 .blocks-text {
	height: 300px;
}
.blocks_section .height-2 .blocks-text {
	height: 600px;
}
.blocks_section .blocks-text span {
    display: block;
    margin: 0 auto;
    padding: 20px;
}
.blocks_section .blocks-center .blocks-text span {
	width: 50%;
}
.blocks-text .title {
	font-size: 26px;
	margin-bottom: 20px;
}
.blocks-text p {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.blocks-single {
	margin-bottom: 15px;
	position: relative;
}
.blocks-box .blocks-item.marginbottom {
	margin-bottom: 30px;
}
.blocks-box .blocks-item.marginbottom:nth-child(3) {
	margin-bottom: 0px;
}
.border-block {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}
@media (min-width: 768px) {
	.blocks_section .height-1,
	.blocks_section .height-1 .blocks-thumbnail {
		height: 300px;
		padding: 15px;
	}
}
/* section - submenu */
.submenu-thumbnail {
	height: 200px;
	background-size: cover;
}
.item .submenu-thumbnail,
.item h3 {
	opacity: 1;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
}
.col-sm-18 .item .submenu-thumbnail {
	background-size: contain;
}
.item:hover .submenu-thumbnail,
.item:hover h3 {
	opacity: 0.6;
}
.nav-submenu .item {
	position: relative;
}
@media (min-width: 768px) {
	.submenu-normal > .item {
		width: 20%;
		float: left;
		padding: 0 10px;
	}
}
.nav-submenu .item .item,
.offer_section .offer-box .nav-submenu .item {
	background: #64bfee;
}
.nav-submenu .item h3,
.offer_section .offer-box .nav-submenu .item h3 {
	background: #64bfee;
	color: #fff;
	font-size: 15px;
	padding: 0 10px;
	margin: 0;
	height: 90px;
	display: table-cell;
	width: 800px;
	vertical-align: middle;
}
/* section - top products */
.topproducts_section .woocommerce ul.products li.product {
	width: 25%;
}
/* section - brands slider */
.brands-slider .woocommerce ul.products li.product{
	padding-bottom: 0px;
}
.brands-slider .woocommerce ul.products li.product h3{
	display: none;
}
.brands-slider .woocommerce ul.products li.product a img{
	margin-bottom: 0px;
}
.brands_section .brands-slider .item,
.section-columns .mgwoocommercebrands.brands-slider > ul li {
	height: 100px;
	padding: 0 15px;
	border: none;
	overflow: hidden;
}
.brands_section .brands-slider .item > a,
.section-columns .mgwoocommercebrands.brands-slider > ul li > a {
	height: 120px;
    vertical-align: middle;
    display: table-cell;
    width: 800px;
	text-align: center;
}
.brands_section .brands-slider .item > a > img,
.section-columns .mgwoocommercebrands.brands-slider > ul li > a > img {
    width: auto;
	max-height: 120px;
	display: inline-block;
	margin-top: -10px;
}
.brands_section .owl-controls {
	position: absolute;
    margin: 0;
    width: 100%;
	top: 50%;
	margin-top: -12px;
}
.brands_section .owl-controls .owl-prev,
.brands_section .owl-controls .owl-next {
	color: #fff;
}
.brands_section .owl-controls .owl-prev {
	position: absolute;
    left: -30px;
}
.brands_section .owl-controls .owl-next {
	position: absolute;
    right: -30px;
}
.brands_section .owl-controls .owl-prev:before,
.brands_section .owl-controls .owl-next:after {
    font: normal normal normal 24px/1 FontAwesome;
    color: #666;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
}
.brands_section .owl-controls .owl-prev:before {
	content:"\f053";
}
.brands_section .owl-controls .owl-next:after {
	content:"\f054";
}
@media (min-width: 768px) {
	.brands_section .brands-slider .item,
	.section-columns .mgwoocommercebrands.brands-slider > ul li {
		border: 1px solid #e8e5e5;
	}
}
.brands-list {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
}
/* section - offer */
.offer_section {
	padding-top: 40px;
}
.offer_section .lower-text {
    padding-top: 40px;
}
.offer_section .item {
    padding: 30px 10px;
    vertical-align: middle;
    display: table-cell;
    width: 1313131px;
	height: 170px;
	position: relative;
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.offer_section .offer-box .icon-code {
	color: #e74c3c;
    font-size: 120px;
    font-weight: 800;
    font-family: 'Lato',sans-serif;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.offer_section .offer-box h3 {
    font-size: 24px;
    color: #fff;
    top: 0;
    font-weight: 600;
}
/* section - accordion */
.accordion_section .panel{
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.accordion_section .panel a{
	display: table;
	text-decoration: none;
}
.accordion_section .accordion-mark-icon{
	position: relative;
    vertical-align: middle;
    text-align: center;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
	font-size: 30px;
    border-top: 1px solid #d0cfce;
    color: #d0cfce;
    box-sizing: border-box;
    -webkit-transition: background-color .15s ease-out,border-color .15s ease-out;
    transition: background-color .15s ease-out,border-color .15s ease-out;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.accordion_section .accordion-mark-title{
    line-height: inherit;
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    text-align: left;
	border-top: 1px solid #d0cfce;
	font-weight: 600;
}
.accordion_section .panel:last-child .accordion-mark-title,
.accordion_section .panel:last-child .accordion-mark-icon {
	border-bottom: 1px solid #d0cfce;
}
.accordion_section .panel a:hover, .accordion_section .panel a:focus {
	color: #313131;
}
.accordion_section .panel .panel-collapse .panel-body {
	padding: 15px 0;
}
.accordion_section .panel a .accordion-mark-icon .accordion-mark-plus{
	display: none;
}
.accordion_section .panel a .accordion-mark-icon .accordion-mark-minus{
	display: block;
}
.accordion_section .panel a.collapsed .accordion-mark-icon .accordion-mark-plus{
	display: block;
}
.accordion_section .panel a.collapsed .accordion-mark-icon .accordion-mark-minus{
	display: none;
}
/* section - opinion */
.round-thumbnail {
	position: relative;
	height: 150px;
	width: 150px;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
}
.round-thumbnail:after {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	height: 156px;
	width: 156px;
	border: 1px solid;
	border-radius: 50%;
}
.team-thumbnail {
    position: relative;
    height: 150px;
    width: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.team-slider-box h3 {
	margin-top: 0;
	font-size: 18px;
}
.team-slider-box .fa {
	margin-right: 5px;
}

/* section - sidebar */
.sidebar_section .page-title {
    margin: 30px 0 30px 0;
	text-align: left;
	text-align: left;
	color: #313131;
	font-weight: 400;
}
.sidebar_section .widget_nav_menu.widget .nav>li>a {
    background: #394c56;
	color: #fff;
	margin-bottom: 1px;
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.sidebar_section .widget_nav_menu.widget .nav>li.current-menu-item>a,
.sidebar_section .widget_nav_menu.widget .nav>li>a:hover {
    background: #313131;
	position: relative;
}
.sidebar_section .widget_nav_menu.widget .nav>li>a:after {
    content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #394c56;
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.sidebar_section .widget_nav_menu.widget .nav>li.current-menu-item>a:after,
.sidebar_section .widget_nav_menu.widget .nav>li>a:hover:after {
	right: -6px;
	border-color: transparent transparent transparent #313131;
}
.sidebar_section .offer_section {
	margin: 0 0 10px 10px;
}
.sidebar_section .offer_section .item {
	text-align: center;
	height: 155px;
	width: 155px;
}
@media (min-width: 768px) {
	.sidebar_section .page-title {
		margin: 0 0 30px 0;
	}
}
/* section - columns */
.columns_section .columns-item a:hover {
	background-color: inherit;
}
.columns_section .product-box h3 {
	font-size: 18px;
	margin: 0;
	padding: 10px;
	text-align: center;
	background: #0091ea;
	border: 1px solid #0091ea;
	color: #fff;
	display: block;
}
.columns_section .product-box .features-box {
	border-left: 1px solid #c2c3c4;
	border-right: 1px solid #c2c3c4;
	border-bottom: 1px solid #c2c3c4;
}
.columns_section.section-dark .product-box .features-box {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.columns_section .product-box .features-box .feature {
	padding: 10px 15px;
	text-align: center;
}
.columns_section .product-box .features-box .feature:nth-child(2n+2) {
	background: #f4f4f4;
}
.columns_section.section-dark .product-box .features-box .feature:nth-child(2n+2) {
    background: rgba(255,255,255,0.2);
}
/* section - gallery */
.gallery-thumbnail {
	height: 75px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.gallery .item a {
    position: relative;
    display: block;
}
.gallery .item a {
    position: relative;
    display: block;
}
.gallery .item a .hover {
    background: rgba(231,76,60,0.85);
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
	color: #fff;
	opacity: 0;
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.gallery .item a:hover .hover {
	opacity: 1;
}
.item a .hover-item {
	display: table-cell;
    width: 800px;
    vertical-align: middle;
	height: 150px;
}
/* section - featured */
section .section.featured_section {
	padding-top: 60px;
    padding-bottom: 60px;
}
.features-slider-box {  
    padding-top: 20px;
    padding-bottom: 20px; 
}
.features-box .item img {
	max-height: 60px;
	margin-bottom: 10px;
}
.features-box .horizontal-layout .item img {
	max-height: 70px;
	margin-bottom: 0;
}
.features-box .features-icon {
	display: table-cell;
    vertical-align: middle;
    width: 800px;
	margin-bottom: 10px;
}
.features-box .data-absolute {
	background-position: center center;
    background-size: cover;
    min-height: 300px;
}
.features-box h3 {
    font-size: 36px;
    font-weight: 700;
	margin: 0;
}
.features-box p {
    padding-top: 5px;
    font-size: 18px;
}
.features-box .horizontal-layout h3 {
	font-size: 48px;
}
.features-box .fa {
	font-size: 40px;
}
.features-box h4 {
    font-size: 18px;
	font-weight: 400;
	text-transform: none;
}
.features-box .horizontal-layout h4 {
    font-size: 21px;
	text-transform: none;
}
.features-box .feature-content {
    text-align: center;
}
.features-box .feature-content h4 {
	line-height: 1.4;
}
.features-box .horizontal-layout {
	text-align: center;
}	
.features-box .horizontal-layout .feature-image {
	display: table-cell;
    vertical-align: middle;
    width: 800px;
}
@media (min-width: 768px) {
	.features-box .feature-content {
		display: table-cell;
		vertical-align: middle;
		width: 800px;
		padding-right: 20px;
		text-align: left;
	}
	.features-box .horizontal-layout .feature-content {
		text-align: center;
	}
	.features-slider-box {
		bottom: 80px;
		position: absolute;
	}
	.features-box .features-icon {
		margin-bottom: 0;
	}
}

/* section - news */
.blog-list-thumbnail {
	height: 220px;
    background-size: cover;
    background-position: center center;
}
.blog_section .owl-item {
	text-align: left;
}
.blog_section .post {
	color: #313131;
}
.blog_section .post .post-item {
	padding: 10px 0;
}
.blog_section .post a {
	color: #313131;
}
.blog_section .post .meta {
	padding-bottom: 5px;
}
.blog_section .post .title {
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
    margin-top: 5px;
}
.blog_section .post .blog-list-thumbnail {
	position: relative;
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.blog_section .post .blog-list-thumbnail:before {
	content: '';
    transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}
.blog_section .post .blog-list-thumbnail:hover:before {
	background: rgba(0,43,127,0.8);
}
.blog_section .post .blog-list-thumbnail:after {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
	font-size: 21px;
    background: #fff;
    color: #313131;
    padding: 16px;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    margin: -27px 0 0 -27px;
}
.blog_section .post .blog-list-thumbnail:hover:after {
    opacity: 1;
}
/* section - text with gallery */
.textgallery_section .owl-dots {
	text-align: center;
}
.textgallery_section .gallery-item {
	padding: 0;
}
.textgallery-thumbnail {
	height: 200px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.textgallery-thumbnail.bigger-gallery {
	height: 400px;
}
.textgallery_section .page-title {
	text-align: left;
	font-size: 30px;
	color: #64bfee;
}
/* section - statistics */
.statistics_section {
	padding-top: 50px;
    padding-bottom: 50px;
}
.statistics_section .statistics-slider-box h3 {
	font-size: 16px;
}
.statistics_section .statistics-slider-box .progress {
	height: 35px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 0;
}
.statistics_section .statistics-slider-box .progress-bar {
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	line-height: 32px;
	padding: 0 10px;
}
/* section - contact */
section .contact_section .section.section-nomargin .contact-form {
	padding-top: 20px;
	padding-bottom: 20px;
}
.featured_section .contact-data {
	text-align: center;
}
.contact_section .contact-data,
.contact_section .contact-form {
	background-size: cover;
	background-position: center center;
}
.contact_section .contact-data,
.contact_section .contact-data p {
	font-size: 14px;
}
section .contact_section h4 {
	font-size: 18px;
	font-weight: 300;
}
@media (min-width: 768px) {
	.featured_section .contact-data {
		text-align: left;
	}
	.data-absolute {
		position: absolute;
		top: 0;
	}
	.data-absolute.absolute-right {
		right: 0;
	}
	.data-absolute.absolute-left {
		left: 0;
	}
}
.contact-box>div {
	margin: 5px 0;
}
.contact-box .fa {
	margin-right: 5px;
	color: #313131;
}
.section-dark .contact-box .fa {
	color: #fff;
}
.contact-box .fa.stroke {
	color: #fff;
}
.contact-box a {
	color: inherit;
}
.contact-box .col-sm-8 .fa {
	float: left;
}
.contact-box .col-sm-8 p {
	float: left;
	padding: 10px 0 0 10px;
    font-size: 15px;
}
/*section-columns contact*/
.columns_section input[type="text"], .columns_section input[type="email"], .columns_section input[type="tel"], .columns_section textarea {
	background-color:#fff;
	border: 1px solid #e2e4e3;
	padding: 15px;
}

/* section - map */
.map_section {
    margin-bottom: -6px;
}
.map_section p {
	margin: 0;
}

/**
* Section navigation
*/
#section-navbar {
	position: fixed;
	top: 30%;
	right: 25px;
	z-index: 999;
    width: 15px;
}
#section-navbar .section-nav.nav>li>a {
	height: 15px;
    width: 15px;
	border-radius: 50%;
	display: block;
    padding: 0;
    margin-bottom: 10px;
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
section.mPS2id-target.mPS2id-target-first ~ #section-navbar .section-nav.nav>li>a {
	border: 2px solid #313131;
}
section.section-dark.mPS2id-target.mPS2id-target-first ~ #section-navbar .section-nav.nav>li>a {
	border: 2px solid #fff;
}
section.mPS2id-target.mPS2id-target-first ~ #section-navbar .section-nav.nav>li.active>a {
	background: #313131;
}
section.section-dark.mPS2id-target.mPS2id-target-first ~ #section-navbar .section-nav.nav>li.active>a {
	background: #fff;
}


/**
* Section parts
*/
/* section slogan */
.slogan {
	padding: 20px;
	width: 100%;
	z-index:2;
}
.slogan h2 {
    font-weight: 400;
    margin: 0;
    font-size: 20px;
}

/**
* Owl gallery
*/
.owl-drag {
	overflow: hidden;
    position: relative;
}
.owl-nav.disabled {
	display: none;
}
.owl-item {
	float: left;
	text-align: center;
}
.owl-item .fa {
    font-size: 18px;
}
.section-dark .owl-item h3 {
	margin-bottom: 0;
	font-size: 18px;
    line-height: 1.4;
}
.owl-dot {
    border: 1px solid #313131;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}
.owl-dot.active {
	background: #313131;
}
.owl-nav {
	position: absolute;
    top: 50%;
	width: 100%;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
	width: 22px;
	margin-top: -10px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
}
.owl-nav .owl-next {
	right: 0;
}
.owl-nav .owl-prev {
	left: 0;
}


/**
* Mainsite logos
*/
.see-more {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.gallery-box {
	padding-top: 0px;
	padding-bottom: 20px;
	background: #e9e9e9;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
    width: 100%;
    bottom: 170px;
    position: absolute;
}
.gallery-box-stripes {
	padding-top: 0px;
	padding-bottom: 20px;
	background: url(includes/img/bg-banner.jpg);
	border-top: 1px solid #0b7aa7;
    width: 100%;
    bottom: 170px;
    position: absolute;
    min-height: 145px;
}
.gallery-box h3 {
	margin-top: 0;
}
.parallax-box {
	min-height: 200px;
	background: transparent;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
}
@media (min-width: 768px) {
	.gallery-box {
		bottom: 70px;
	}
	.gallery-box-stripes {
		bottom: 50px;
	}
}
@media (min-width: 992px) {
	.gallery-box {
		bottom: 50px;
	}
}


/**
* Gallery
*/
.img-item {
	padding: 0 5px;
}
.gallery-content .btn {
	width: 90%;
}
.collapse-link > a:before {
	content: 'Czytaj mniej';
}
.collapse-link > a.collapsed:before {
	content: 'Czytaj więcej';
}

/**
* Widgets
*/
/* button widget */
.widget_banner-widget {
	overflow: hidden;
}
.button-widget {
	background-color: #313131;
	background-position: right bottom;
	background-size: auto 65%;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 15px;
}
.button-widget h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 0;
}
.button-widget p {
	margin-bottom: 15px;
}
/* Newsletter widget */
div.widget_wysija {
	background-color: #313131;
	color: #fff;
	font-weight: 300;
	padding: 15px;
}
.form_container {
	padding: 10px 0;
}
.widget_wysija h4,
.form_subscribe > p {
	font-size: 18px;
	margin-top: 0;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px !important
}
.widget_wysija input[type="text"],
.form_subscribe input[type="text"] {
    width: 100%;
    padding: 12px;
    background: #fff;
    border: none;
    color: #313131;
	font-size: 11px;
	height: 40px;
}
.form_subscribe > div {
	display: none;
}
.form_subscribe > div:first-of-type {
	display: block;
}
.widget_wysija .wysija-submit,
.form_subscribe button[type="submit"] {
    border: none;
	background: #fff;
	width: 100%;
    color: #313131;
	height: 40px;
	font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    margin: 10px auto 0;
    padding: 5px 10px;
    transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.widget_wysija .wysija-submit:hover {
	border: none;
	background: #fff;
	color: #313131;
}
/* Newsletter on pages */
.newsletter-box .container {
	padding-top: 50px;
    padding-bottom: 50px;
	background: url(includes/img/newsletter_bg.jpg) left center no-repeat, url(includes/img/newsletter_bg2.jpg) right center no-repeat;
}
.newsletter-box .newsletter-text {
	margin: 0;
    padding: 7px 0px;
	text-align: center;
}
@media (min-width: 768px) {
	.newsletter-box .newsletter-text {
		text-align: right;
	}
}
.newsletter-box .newsletter-text .fa {
	font-size: 22px;
    color: #9b9d9d;
    margin-right: 15px;
}
.newsletter-box .wysija-paragraph {
	margin: 0;
	width: 84%;
    float: left;
}
.newsletter-box .widget_wysija .wysija-submit {
	width: 15%;
	margin: 0;
	float: right;
}
.newsletter-box .formError .formErrorContent {
	background: none repeat scroll 0 0 #c6b89f;
    border: none;
    color: #313131;
}

/* show widgets */
.widget-top input, .widget-top select, .widget-top textarea {
	color: #313131;
    font-size: 12px;
    font-weight: 300;
}
.shop-sidebar > h3,
.shop-sidebar .widgettitle {
	font-size: 14px;
	font-size: 1.4rem;
}
.shop-sidebar .prdctfltr_filter label {
	font-size: 13px;
	font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0;
}
.shop-sidebar .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
	margin-bottom: 10px;
}
.shop-sidebar > .widget_mgwoocommercebrands,
.shop-sidebar .widget > div,
.shop-sidebar .widget > ul {
	color: #313131;
}
.shop-sidebar .widget > ul{
	list-style: none;
    padding: 0;
}
.shop-sidebar .widget.widget_mgwoocommercebrands > ul {
	border: none;
}
.shop-sidebar > .widget_mgwoocommercebrands li {
	margin: 0;
}
.widget a {
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.shop-sidebar > .widget_mgwoocommercebrands li a,
.shop-sidebar .widget > div > li a,
.shop-sidebar .widget > ul > li a {
	display: block;
    padding: 3px 0;
    font-size: 13px;
    color: #313131;
}
.shop-sidebar > .widget_mgwoocommercebrands li .children,
.shop-sidebar .widget > div > li .children,
.shop-sidebar .widget > ul > li .children {
	list-style: none;
	padding-left: 15px;
	display: none;
}
.shop-sidebar > .widget_mgwoocommercebrands li.current-cat .children,
.shop-sidebar .widget > div > li.current-cat .children,
.shop-sidebar .widget > ul > li.current-cat .children {
	display: block;
}
.widget .tagcloud {
	padding: 15px;
}
.tagcloud a {
    background: #f1f3f4;
    padding: 5px 10px;
	border: 1px solid #e2e3e3;
    font-size: 12px !important;
	display: inline-block;
	margin-bottom: 5px;
}
.widget .tagcloud a:hover {
    background: #313131;
    color: #fff;
	border: 1px solid #313131;
}
/* top rated widget */
.widget.widget_top_rated_products .product_list_widget li {
	padding: 15px 10px;
	border-bottom: 1px solid #e2e3e3;
}
.widget.widget_top_rated_products .product_list_widget li a {
	border: none;
}
.widget.widget_top_rated_products .product_list_widget a {
	padding: 0;
	border: none;
}
.widget.widget_top_rated_products .product_list_widget img {
	float: left;
    width: 80px;
    margin: 0 20px 0 0;
}
.widget.widget_top_rated_products .product_list_widget .product-title {
	color: #313131;
}

.widget.widget_top_rated_products .product_list_widget .amount {
    color: #2f75b7;
    font-weight: 700;
    font-size: 14px;
}
.widget.widget_top_rated_products .product_list_widget ins {
	text-decoration: none;
}
.widget.widget_top_rated_products .product_list_widget del .amount {
    font-weight: 400;
	opacity: .5;
}

/**
* Woocommerce
*/
.shop-box form {
	position: relative;
}
.shop-box .woocommerce-product-search input[type="submit"] {
	right: 0;
}

/* Loop */
.product-order {
	background: #fff;
}
.product-order .woocommerce-ordering {
	position: relative;
}
.product-order .woocommerce-ordering:after {
	content: '';
	height: 20px;
    padding: 5px 0;
    width: 1px;
    position: absolute;
    background: #9b9d9d;
    top: 5px;
    right: 20px;
}
.product-order .woocommerce-ordering .orderby {
    font-size: 13px;
	height: 30px;
	cursor: pointer;
}
.product-order .woocommerce-ordering .orderby::-ms-expand {
    display: none;
}
.woocommerce nav.woocommerce-pagination {
    float: right;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	margin-left: 5px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	font-size: 14px;
	border: 1px solid #e2e3e3;
	background: #fff;
	border-radius: 50%;
    height: 26px;
    width: 26px;
    padding: 5px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	border: 1px solid #313131;
	color: #fff;
	background: #313131;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
	border: none;
	color: #a09c9c;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
	background: none;
	color: #313131;
}


/* Loop - single product */
.woocommerce .product-title {
	font-size: 18px;
	text-transform: none;
    margin-top: 5px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #64bfee;
	border: 1px solid #64bfee;
	color: #fff;
	font-weight: 600;
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #070707;
	border: 1px solid #070707;
	color: #fff;
}
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	color: #dadada;
	border: 1px solid transparent;
}
.woocommerce #respond input#submit .fa, .woocommerce a.button .fa, .woocommerce button.button .fa, .woocommerce input.button .fa {
	margin-right: 5px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
    border: 1px solid #e2e3e3;
    background: #fff;
	padding-bottom: 15px;
}
@media (min-width: 768px) {
	.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product,
	.woocommerce .up-sells ul.products li.product, .woocommerce-page .up-sells ul.products li.product {
		width: 25%;
	}
}
.woocommerce ul.products li.product .sub-title {
	color: #070707;
	font-size: 13px;
	text-transform: uppercase;
    margin: 0;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.woocommerce ul.products li.product h3 {
	font-size: 13px;
	text-transform: none;
	color: #313131;
    
    padding: 10px 8px 20px;
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	position: relative;
    display: block;
}
.woocommerce ul.products li.product .onsale {
	z-index: 99;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	height: 234px;
    overflow: hidden;
    display: table-cell;
    width: 800px;
    vertical-align: middle;
}
.woocommerce ul.products li.product a img {
	padding: 0 10px;
	max-height: 186px;
	width: auto;
    margin: 0 auto;
}
.woocommerce ul.products li.product .price {
	font-size: 18px;
	color: #313131;
	font-weight: 600;
}
.woocommerce ul.products li.product .price ins {
	font-weight: 600;
	text-decoration: none;
}
.woocommerce ul.products li.product .price del {
	font-weight: 400;
	display: inline-block;
}
/* single product */
.woocommerce .product-nav {
	float: right;
}
.woocommerce .product-nav a {
    font-size: 28px;
    color: #c6b89f;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
}
.woocommerce .product-nav a[rel="prev"] {
    margin-right: 10px;
}
.woocommerce .product-nav a[rel="next"] {
    margin-left: 10px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #313131;
    font-size: 22px;
    font-weight: 700;
}
.woocommerce div.product p.price .woocommerce-Price-currencySymbol, .woocommerce div.product span.price .woocommerce-Price-currencySymbol {
	margin-left: 5px;
}
.woocommerce div.product p.warning {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.woocommerce div.product p.warning .fa {
	color: #e3313131f;
	margin-right: 5px;
}
/* Variations */
.woocommerce div.product form.cart .variations label {
	font-size: 14px;
	text-transform: uppercase;
}
.woocommerce div.product form.cart .variations select {
}
.woocommerce .woocommerce-variation-add-to-cart {
	margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #64bfee;
    padding: 12px 1em;
	border: 1px solid #64bfee;
}
.woocommerce button.button.alt.single_add_to_cart_button  {
	margin-left: 10px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #313131;
	color: #fff;
	border: 1px solid #313131;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #313131;
}
.woocommerce div.product form.cart div.quantity input {
	height: 40px;
}
.woocommerce .quantity .qty {
    width: 4em;
    padding-right: 5px;
}
.woocommerce .features p {
	font-size: 14px;
	font-weight: 600;
}
.woocommerce .features p span {
	color: #313131;
}
.woocommerce .download-pdf {
	color: #313131;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 25px;
	display: block;
}
/* attributes */
.woocommerce table.shop_attributes {
	font-size: 14px;
	border: none;
}
.woocommerce table.shop_attributes th {
	font-weight: 400;
}
.woocommerce table.shop_attributes td {
	font-style: normal;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
	border-bottom: 1px solid #c6b89f;
}
.woocommerce table.shop_attributes tr:last-of-type td, .woocommerce table.shop_attributes tr:last-of-type th {
	border-bottom: none;
}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
	background: none;
}
/* product-tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	font-size: 15px;
	background-color: transparent;
	border-radius: 0;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 25px;
	display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	display: none;
	border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #f7f6f4;
	color: #64bfee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
	background-color: #f7f6f4;
	padding: 40px 25px;
	font-size: 15px;
	font-size: 1.5rem;
}
.woocommerce div.product .woocommerce-tabs .nav-tabs>li.active>a, .woocommerce div.product .woocommerce-tabs .nav-tabs>li.active>a:hover, .woocommerce div.product .woocommerce-tabs .nav-tabs>li.active>a:focus {
	background: none;
}
.product-tabs-content {
	padding-top: 15px;
	padding-bottom: 15px;
}
.product-tabs.nav-tabs {
	border: none;
}
.product-tabs.nav-tabs>li>a {
	border: none;
	border-radius: 0;
    padding: 15px 30px;
}
.product-tabs.nav-tabs>li:nth-child(4n)>a {
	margin-right: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border: none;
}
.product-tabs.nav-tabs>li>a .fa {
	color: #c6b89f;
	margin-right: 10px;
}
.product-tabs-content .tab-content>.active {
	background: #fff;
	padding: 30px 30px 20px 30px;
}

/* images */
.woocommerce #content div.product div.images .woocommerce-main-image,
.woocommerce div.product div.images .woocommerce-main-image, 
.woocommerce-page #content div.product div.images .woocommerce-main-image, 
.woocommerce-page div.product div.images .woocommerce-main-image {
	width: 100%;
	border: 1px solid #bfbfbf;
}
.woocommerce div.product div.images div.thumbnails {
    width: 100%;
	padding-top: 0;
	padding-bottom: 25px;
}
.woocommerce div.product div.images div.thumbnails a {
	padding-left: 0;
}
.woocommerce div.product div.images div.thumbnails img {
	border: 1px solid #bfbfbf;
}
@media (min-width: 768px) {
	/*.woocommerce #content div.product div.images .woocommerce-main-image,
	.woocommerce div.product div.images .woocommerce-main-image, 
	.woocommerce-page #content div.product div.images .woocommerce-main-image, 
	.woocommerce-page div.product div.images .woocommerce-main-image {
		width: 85%;
		float: right;
	}
	.woocommerce div.product div.images div.thumbnails {
		width: 15%;
		float: left;
	}*/
}
.woocommerce div.product div.images a.zoom {
    display: block;
    padding: 5px;
}
.woocommerce div.product div.images a.zoom.woocommerce-main-image {
    border: none;
	padding: 0;
}
.woocommerce div.product div.images a.zoom.woocommerce-main-image img {
    margin: 0 auto;
}
.woocommerce div.product .bx-wrapper {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
}
.woocommerce div.product .bx-viewport {
	height: 400px !important;
    margin: 15px 0;
}
.woocommerce div.product .bx-controls .bx-prev {
    position: absolute;
    top: -15px;
	height: 11px;
}
.woocommerce div.product .bx-controls>.bx-controls-direction>a {
	background-image: url(includes/img/products-arrows.png);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
    display: block;
    height: 11px;
    margin-bottom: 0 !important;
}
.woocommerce div.product .bx-controls .bx-next {
	background-position: center -11px;
	position: absolute;
	bottom: -15px;
}
.woocommerce div.product .bx-controls .bx-prev {
	background-position: center 0;
}
/* shopping cart */
.woocommerce a.remove {
	color: #c6b89f !important;
    line-height: 0.9;
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.woocommerce a.remove:hover {
	background: #c6b89f;
}
.woocommerce-info {
	border-top-color: #c6b89f;
}
.woocommerce-info:before {
    color: #c6b89f;
}
.woocommerce-message {
    border-top-color: #c6b89f;
}
.woocommerce-message:before {
    color: #c6b89f;
}
/* related */
.related,
.up-sells {
    padding-top: 30px;
}
.woo-section {
	border: 1px solid #e2e3e3;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* special & sale */
.woocommerce span.special,
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	background: #070707;
	padding: 10px;
	margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
	border-radius: 0;
	line-height: 1;
    min-height: auto;
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.woocommerce ul.products span.special {
	top: 0;
	left: 0;
}
.woocommerce ul.products li.product .onsale {
	top: 0;
}
.woocommerce span.onsale {
	top: 0;
	left: 0;
	width: auto;
}

/**
* Footer
*/
/* Logos box */
.logos-box {
	background: #f4f4f4;
	padding: 30px 0;
}
.logos-box .owl-drag {
	padding-top: 15px;
}
/* Parafooter */
.parafooter {
	background: #f7f6f4;
}
.parafooter a,
.parafooter .fa {
	color: #676565;
}
.parafooter .widget {
	padding: 20px 0;
}
.parafooter .widgettitle {
	font-size: 14px;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 20px;
}
.parafooter .fa.stroke {
	color: #f7f6f4;
	text-shadow: 0px 0px 1px #c7bfbf, 0px 0px 1px #c7bfbf, 0px 0px 1px #c7bfbf, 0px 0px 1px #c7bfbf, 0px 0px 1px #c7bfbf, 0px 0px 1px #c7bfbf, 0px 0px 1px #c7bfbf, 0px 0px 1px #c7bfbf, 0px 0px 1px #c7bfbf;
}
.parafooter .nav>li>a {
	color: #676565;
}
.parafooter .nav>li>a:hover, .parafooter .nav>li>a:focus, .parafooter .nav>li:hover>a, .parafooter .nav>li:focus>a {
	border: none;
	color: #000;
}
.parafooter .contact-footer .contact-data{
	margin-bottom: 10px;
}
.parafooter .contact-footer .contact-data a,
.parafooter .contact-footer .contact-data{
	font-size: 16px;
    font-weight: 600;
	color: #676565;
}
.parafooter .contact-footer .contact-data i{
	width: 16px;
	color: #64bfee;
	margin-right: 5px;
	text-align: center;
}
footer.site-footer {
	background: none;
	font-size: 12px;
	background: #7c7c7c;
	color: #e2e3e3;
	min-height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
    width: 100%;
}
footer.site-footer .site-info {
	text-align: left;
}
footer.site-footer .site-footer-inner>div {
	display: inline-block;
}
@media (min-width: 768px) {
	footer.site-footer {
		/*position: absolute;*/
		bottom: 0;
	}
	footer.site-footer .site-info {
		text-align: right;
	}
}
footer.site-footer a {
	color: #e2e3e3;
	font-size: 12px;
	padding: 0;
	text-transform: none;
    font-weight: 400;
}
footer.site-footer .navbar-nav>li.current-menu-item>a, footer.site-footer .navbar-nav>li.current_page_parent>a, footer.site-footer .navbar-nav>li.current-page-ancestor>a, footer.site-footer .navbar-nav>li>a.mPS2id-highlight, footer.site-footer .nav>li>a:hover, footer.site-footer .nav>li>a:focus {
    color: #dadada;
	border:none;
}
/* footer menu */
footer.site-footer .site-footer-inner>div {
	display: inline-block;
}
.navbar-footer.navbar-nav {
	margin: 0;
	float: none;
}
.navbar-footer li {
	display: inline-block;
    float: none;
}
.navbar-footer li:last-child {
	margin-right: 0px;
}
.navbar-footer li a {
	line-height: 1;
	border: none;
}
.navbar-footer.nav>li,
.navbar-footer.nav>li:hover {
	border: none;
}
@media (min-width: 768px) {
	.navbar-footer li {
		margin-right: 20px;
	}
}
.wp-video {
	margin:0 auto;
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 18s linear infinite;
  display: inline-block;
  font-size: 18px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.blog h3.title {
    color: #313131;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.oferta-page p {
  text-align: justify;
}



h1 {font-size: 30px!important;color: #313131!important;font-weight: 400!important;}
h2{font-size: 27px!important;color: #313131!important;font-weight: 400!important;}
h3 {font-size: 24px!important;color: #313131!important;font-weight: 400!important;}
h4 {font-size: 21px!important;color: #313131!important;font-weight: 400!important;}
