/* =============================================================================
 * OTTAVIO v. 1.2
 * Updated: Wed 12.23.14
 * Author:  Kleis Communication Technologies
 *
 * [Table of contents]
 * 01. typography
 * 02. general rules
 * 03. padding modifiers
 * 04. Tables
 * 05. Buttons
 * 06. UI Elements
 *      06.1. bootstrap touchspin
 *      06.2. progress bars
 *      06.3. easyPieCharts
 *      06.4. counter
 *      06.5. accordion
 *      06.6. panels
 * 07. main navigation
 *      07.1. standard
 *      07.2. light
 *      07.3. dark
 *      07.4. semi-dark
 *      07.5. primary-color
 * 08. icon boxes
 * 09. blog
 * 10. portfolio
 * 11. testimonials
 * 12. team
 * 13. pricing tables
 * 14. shop
 * 15. widgets
 * 16. twitter
 * 17. forms
 * 18. pagination
 * 19. footer
 * 20. error pages
 * 21. floating elements
 *
 * ========================================================================== */
/* 01. Typography
	 ---------------------------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	line-height:1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl.metadata dt,
.contact-form label,
.price-shop,
blockquote .bold-quote {
	font-family: 'PT Sans Caption', sans-serif;
}
h1 {
	/*font-size: 4em;*/
	 font-size: 3.3em;
}
h2 {
	font-size: 3.3em;
	line-height: 1em;
}
h3 {
	font-size: 2.3em;
}
h4 {
	font-size: 1.8em;
}
h5,
blockquote .bold-quote {
	font-size: 1.3em;
}
h6 {
		font-size: 0.8em;
		line-height: 2.2em;

}
p {
	line-height: 1.6em;
	margin: 0;
	padding: 0 0 10px;
}
p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.lead p,
p.lead {
	font-size: 1.2em;
}
p.lead img {
		width: 100%;
		height: auto;
}
.lead.x2 p,
p.lead.x2 {
	font-size: 1.7em;
	font-weight: 200;
}
.lead p:last-child,
p.lead:last-child {
	margin-bottom: 0;
}
blockquote {
	padding: 20px;
}
blockquote .bold-quote {
	padding-top: 0;
}
blockquote .bold-quote {
	margin-bottom: .5em;
}
blockquote.theme {
	border: none;
}
.upper {
	text-transform: uppercase;
}
/* 02. General Rules
	 ---------------------------------------------------------------------------*/
html,
body {
	width: 100%;

}
html{
	background: #171717;
	height: 100%;
}
body {
	overflow-x: hidden;
	min-height: 100%;
}
body .page {
	position: relative;
	height: 100%;
}
body.boxed-layout .page {
	height: auto;
	margin: 0 auto;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
body.boxed-layout .page .demo-1 .sl-slider-wrapper {
	height: 600px;
	overflow: hidden;
	position: relative;
}
body.boxed-layout.bg1 { background-image: url("../images/backgrounds/squared_metal.png"); }
body.boxed-layout.bg2 { background-image: url("../images/backgrounds/retina_wood.png"); }
body.boxed-layout.bg3 { background-image: url("../images/backgrounds/brushed_alu.png"); }
body.boxed-layout.bg4 { background-image: url("../images/backgrounds/crisp_paper_ruffles.png"); }
body.boxed-layout.bg5 { background-image: url("../images/backgrounds/navy_blue.png"); }
body.boxed-layout.bg6 { background-image: url("../images/backgrounds/bedge_grunge.png"); }
/*body.boxed-layout.bg7 { background-image: url("../images/backgrounds/diamond_upholstery.png"); }*/
body.boxed-layout.bg8 { background-image: url("../images/backgrounds/shattered.png"); }
body.boxed-layout.bg9 { background-image: url("../images/backgrounds/light_toast.png"); }
body.boxed-layout.bg10 { background-image: url("../images/backgrounds/noise_pattern_with_crosslines.png"); }
body.boxed-layout.bg11 { background-image: url("../images/backgrounds/purty_wood.png"); }
body.boxed-layout.bg12 { background-image: url("../images/backgrounds/subtle_stripes.png"); }
body.boxed-layout.bg13 { background-image: url("../images/backgrounds/textured_stripes.png"); }
body.boxed-layout.bg14 { background-image: url("../images/backgrounds/tileable_wood_texture.png"); }
body.boxed-layout.bg15 { background-image: url("../images/backgrounds/stardust.png"); }
body.boxed-layout.bg16 { background-image: url("../images/backgrounds/vichy.png"); }
body.boxed-layout.bg17 { background-image: url("../images/backgrounds/dark_fish_skin.png"); }
body.boxed-layout.bg18 { background-image: url("../images/backgrounds/dimension.png"); }
body.boxed-layout.bg19 { background-image: url("../images/backgrounds/food.png"); }
body.boxed-layout.bg20 { background-image: url("../images/backgrounds/giftly.png"); }
body.boxed-layout.bg21 { background-image: url("../images/backgrounds/grey_wash_wall.png"); }
body.boxed-layout.bg22 { background-image: url("../images/backgrounds/ps_neutral.png"); }
body.boxed-layout.bg23 { background-image: url("../images/backgrounds/pw_pattern.png"); }
body.boxed-layout.bg24 { background-image: url("../images/backgrounds/escheresque_ste.png"); }
body.boxed-layout.bg7{
	background-image:url("../images/site-background.jpg");
	background-attachment:fixed;
		background-position:center center;
		background-repeat:no-repeat;
	background-size:cover;
}
a {
	transition: all 0.1s ease 0s;
}
a:active,
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}
iframe {
	border: none;
}

.lighter,
.darker {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.slide-container {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
}
.slide-container .slide-content {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10%;
}
.demo-1 .sl-slide .deco,
.demo-2 .sl-slide .deco {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 0;
	margin: 0 0 20px 0;
	position: relative;
	left: auto;
	bottom: auto;
}
.demo-1 .sl-slide .main-title,
.demo-2 .sl-slide .main-title {
	letter-spacing: 0;
	font-weight: 400;
	text-transform: none;
	font-size: 3.4em;
	text-shadow: none;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
}
.demo-1 .sl-slide blockquote,
.demo-2 .sl-slide blockquote {
	border: 0;
	height: auto;
	margin: 0;
	position: relative;
	font-size: 1em;
	padding: 0;
}
.demo-1 .sl-slide blockquote p,
.demo-2 .sl-slide blockquote p {
	font-size: 2em;
	padding-bottom: 40px;
}
.demo-1 .sl-slide blockquote p:before,
.demo-2 .sl-slide blockquote p:before {
	content: "";
}
.demo-1 .sl-slide .btn,
.demo-2 .sl-slide .btn {
	margin: 0 12px;
}
.demo-2 .sl-slider h2 {
	font-size: 70px;
	padding-top: 0;
}
.demo-2 .sl-slider blockquote {
	padding-top: 0;
	margin: auto;
}
.video-background-content .section-shade {
	position: relative;
}
.swiper-wrapper {
	height: auto !important;
	margin: 0 auto;
}
.swiper-slide {
	width: 380px;
}
.owl-theme .owl-controls {
	margin-top: 25px;
}
.owl-theme .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.owl-theme .owl-controls .owl-page.active span {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.page-title-line h1,
.page-title-line h2,
.page-title-line h3,
.page-title-line h4,
.page-title-line h5,
.page-title-line h6 {
	margin: 0;
}
.page-title-line .order-content .order-title {
	margin: 0 20px 0 0;
}
.page-title-line .filter-content {
	margin: 0 25px 0 0;
}
.page-title-line .filter-content form .filter_price_content {
	float: left;
	width: 230px;
	margin: 0 20px 0 0;
}
.page-title-line .filter-content form .filter_price_content .filter-title {
	margin: 0 0 4px 0;
}
.filter-button {
	border-radius: 5px;
}
#home {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0;
}
.bordered-right {
	padding-right: 40px;
}
.bordered-left {
	padding-left: 40px;
}
.nav-arrows span {
	z-index: 2;
}
.sl-slide-inner {
	background-position: 50% 50%;
}
.sl-slide-horizontal .sl-slide-inner {
	background-size: cover !important;
}
section {
	position: relative;
}
.section-title .icon-box,
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
	margin: 0 0 30px 0;
}
.section-title .small-space {
	margin: 0 0 12px 0;
}
.section-gray {
	box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3) inset;
}
.section-gray .indicator .indicator-line {
	background-color: transparent;
}
.col-content {
	margin: 0 0 20px 0;
	padding: 10px 3px;
	font-size: 90%;
	text-align: center;
}
.call-to-action .action-title {
	margin: 16px 0;
	padding: 0;
}
.fading-title {
	overflow: hidden;
}
.fading-title .section-title {
	margin-top: 0;
	margin-bottom: 0;
	opacity: 1;
}
.parallax {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	background-color: #ec552c;
}
.filler {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}
hr.slim {
	margin: 0;
	padding: 0;
}
.img-responsive {
	display: inline-block;
}
.spinner {
	width: 100px;
}
.spinner input {
	text-align: right;
}
.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}
.input-group-btn-vertical > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 8px;
	margin-left: -1px;
	position: relative;
	border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
	border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
	margin-top: -2px;
	border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i {
	position: absolute;
	top: 0;
	left: 4px;
}
/* 03. Padding modifiers
	 ---------------------------------------------------------------------------*/
.sep-top-xs {
	padding-top: 1.5em;
}
.sep-top-sm {
	padding-top: 2.2em;
}
.sep-top-md {
	padding-top: 3em;
}
.sep-top-lg {
	padding-top: 4.3em;
}
.sep-top-2x {
	padding-top: 2.5em;
}
.sep-top-3x {
	padding-top: 1.4em;
}
.sep-top-4x {
	padding-top: 11.5em;
}
.sep-top-5x {
	padding-top: 16em;
}
.sep-bottom-xs {
	padding: 1.5em 0;
}
.sep-bottom-sm {
	padding-bottom: 2.2em;
}
.sep-bottom-md {
	/*padding-bottom: 3em; */
	padding-bottom: 0em;
}
.sep-bottom-lg {
	padding-bottom: 4.3em;
}
.sep-bottom-2x {
	padding: 4.5em 0;
}
.sep-bottom-3x {
	padding-bottom: 9.4em;
}
.sep-bottom-4x {
	padding-bottom: 11.5em;
}
.sep-bottom-5x {
	padding-bottom: 16em;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
/* 04. Tables
	 ---------------------------------------------------------------------------*/
.table {
	margin: 0;
}
.table .evidence td {
	padding: 14px;
}
.table  > thead  > tr  > th,
.table  > tbody  > tr  > th,
.table  > tfoot  > tr  > th,
.table  > thead  > tr  > td,
.table  > tbody  > tr  > td,
.table  > tfoot  > tr  > td {
	vertical-align: middle;
}
.table-bordered  > thead  > tr  > th,
.table-bordered  > thead  > tr  > td {
	border-bottom-width: 1px;
}
.table-condensed  > thead  > tr  > th,
.table-condensed  > tbody  > tr  > th,
.table-condensed  > tfoot  > tr  > th,
.table-condensed  > thead  > tr  > td,
.table-condensed  > tbody  > tr  > td,
.table-condensed  > tfoot  > tr  > td {
	padding: 10px;
}
/* 05. Buttons
	 ---------------------------------------------------------------------------*/
#filters .btn {
	border-color: transparent;
	box-shadow: none;
	background: none;
	font-weight: 600;
}
#filters .btn:focus {
	outline: none;
}
.button-group .btn {
	margin: 0 10px 0 0;
}
.btn {
	padding: 10px 40px;
	border-radius: 40px;
	border: 2px solid;
}
.btn-lg {
	padding: 12px 48px;
}
.btn-sm {
	padding: 8px 25px;
}
.btn-xs {
	padding: 5px 20px;
	font-size: 0.9em;
}
.btn-link {
	border-color: transparent;
}
.btn-group > .btn.btn-bordered:first-child {
	border-right: 0;
}
.btn-group > .btn.btn-bordered:last-child {
	border-left: 0;
}
.content-custom-button {
	padding: 25px;
}
.btn:focus {
outline: none
}
/* 06. UI Elements
	 ---------------------------------------------------------------------------*/
/* 06.1 Bootstrap-Touchspin
	 ---------------------------------------------------------------------------*/
.bootstrap-touchspin .btn {
	padding: 6px 10px;
	font-size: 20px;
}
.bootstrap-touchspin input.qty {
	height: 42px;
	width: 40px;
	text-align: center;
	box-shadow: none;
	border-width: 1px 0;
	padding: 0;
	font-size: 1.1em;
}
.bootstrap-touchspin .input-group-addon,
.bootstrap-touchspin .input-group-btn {
	width: auto;
}
/* 06.2 Progress Bar
	 ---------------------------------------------------------------------------*/
.progress {
	height: 32px;
	box-shadow: none;
}
.progress .progress-bar {
	text-align: left;
	padding: 0 0 0 13px;
	line-height: 32px;
	box-shadow: none;
}
.progress.minimal {
	margin-bottom: 7px;
	background: none;
}
.indicator {
	position: relative;
	overflow: hidden;
	margin-top: 12px;
}
.indicator .indicator-line {
	display: block;
	height: 10px;
	background-size: 9.99% 10px;
	background-position: 0 0;
}
.indicator .middle {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
/* 06.3 EasyPieCharts
	 ---------------------------------------------------------------------------*/
.chart {
	position: relative;
	margin-bottom: 20px;
}
.chart span {
	font-size: 5.9em;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: -62px 0 0 0;
	font-weight: 300;
}
.chart b {
	font-weight: 300;
}
.chart em {
	font-size: 0.3em;
	font-style: normal;
	vertical-align: middle;
}
/* 06.4 Counter
	 ---------------------------------------------------------------------------*/
.timer {
	font-size: 4.5em;
	font-weight: 600;
}
.timer-title {
	margin: 0;
}
/* 06.5 Accordion
	 ---------------------------------------------------------------------------*/
.accordion-group .accordion-item {
	position: relative;
	padding: 20px 0 20px 40px;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}
.accordion-group .accordion-item .accordion-heading {
	font-size: 1.1em;
}
.accordion-group .accordion-item .accordion-icon {
	border-radius: 20px;
	float: left;
	line-height: 23px;
	margin-left: -35px;
	margin-top: -2px;
	padding-top: 2px;
	text-align: center;
	width: 25px;
}
.accordion-group .accordion-item .accordion-body {
	font-size: 13px;
}
.accordion-group .accordion-item .accordion-body p {
	margin-top: 10px;
}
/* 06.6 Panels
	 ---------------------------------------------------------------------------*/
.panel-group .panel,
.panel {
	box-shadow: none;
	border: none;
	border-radius: 0;
	margin: 0;
}
.panel-heading {
	padding: 18px;
	border-radius: 0;
	border: 0;
}
.panel-heading a:focus {
	outline: none;
}
.panel-heading a small {
	font-style: italic;
	text-transform: none;
	font-weight: 400;
	font-size: 80%;
	padding: 0 0 0 10px;
}
.panel-heading a i {
	padding: 0 0 0 10px;
}
.panel-naked {
	background: none;
}
.panel-naked .panel-heading {
	padding: 0;
}
.panel-naked .panel-body {
	padding: 30px 0 0 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border: 0;
}
.panel-body {
	padding: 30px;
}
/* 07. Main Navigation
	 ---------------------------------------------------------------------------*/
.navbar-header {
	position: relative;
	z-index: 100;
}
.yamm .dropdown {
	position: relative;
}
.yamm .yamm-fw {
	position: static;
}
.navbar {
	border: 0;
	margin: 0;
	transition: all 0.1s;
}
.navbar .navbar-brand > img {
	transition: all 0.1s;
	height: 41px;
}
.navbar .search_button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 4px 6px;
	z-index: 1;
}
.navbar .search_button:focus {
	outline: none;
}
.navbar .search_button:after {
	position: absolute;
	top: -60px;
	right: -60px;
	height: 100px;
	width: 100px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
}
.navbar .dropdown-submenu {
	position: relative;
}
.navbar .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: 0;
	border-radius: 0;
}
.navbar .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.navbar .dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	margin-top: -4px;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 50%;
}
.navbar .dropdown-submenu.pull-left {
	float: none;
}
.navbar .dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 0;
}
.navbar .dropdown-menu {
	min-width: 220px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	border-top: 6px solid transparent;
}
.navbar .dropdown-menu > li {
	padding: 0 15px;
}
.navbar .dropdown-menu > li > a {
	padding: 0 10px 0 0;
	line-height: 42px;
	position: relative;
}
.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus {
	background: transparent;
}
.navbar .dropdown-menu > li:last-of-type {
	border: 0;
}
.navbar .dropdown-menu.widget-box {
	padding: 20px;
	width: 280px;
}
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
	background: transparent;
}
.navbar-toggle {
	background: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 25px 20px 0;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .1s;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
	background: none;
}
.navbar-nav > li > a {
	line-height: 41px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 600;
	padding: 12px 4px 15px 4px;
	border-top: 3px solid transparent;
	background: none;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background: none;
}
.nav .open > a:hover,
.nav .open > a:focus,
.nav .open > a {
	background: none;
}
.opaque .navbar-nav > li > a {
	text-shadow: none
}
.nav .open .dropdown-toggle:hover,
.nav .open .dropdown-toggle:focus,
.nav .open .dropdown-toggle {
	background-color: transparent;
	opacity: 1;
}
.opaque .navbar-nav > li > a {
	padding-top: 5px;
	padding-bottom: 8px;
}
.opaque .navbar-brand {
	padding-top: 12px;
	padding-bottom: 12px;
}
.opaque .navbar-brand > img {
	height: 33px;
}
.opaque .navbar-toggle {
	margin-top: 20px;
}
.navbar-collapse.collapse {
	border: none;
	display: block;
	position: fixed;
	z-index: 50;
	left: -100%;
	top: 0;
	bottom: 0;
	padding-top: 55px;
	width: 100%;
	max-height: none;
	transition: left 0.1s ease;
}
.navbar-collapse.collapse.in {
	left: 15px;
}
.shopping_cart_dropdown {
	text-align: right;
}
.shopping_cart_dropdown .product_list_widget {
	padding: 0;
	margin: 0;
	list-style: none;
}
.shopping_cart_dropdown .product_list_widget li {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 0 13px 0;
	padding: 0 20px 13px 0;
	position: relative;
	line-height: 22px;
}
.shopping_cart_dropdown .product_list_widget li .delete {
	position: absolute;
	top: 0;
	right: 0;
}
.shopping_cart_dropdown .product_list_widget li a > img {
	display: block !important;
	float: left;
	max-width: 60px;
	padding: 0 17px 0 0;
}
.shopping_cart_dropdown .product_list_widget li .quantity {
	display: block;
	margin-top: 0;
}
.shopping_cart_dropdown .total {
	padding: 0 20px 0 0;
	display: block;
}
.shopping_cart_dropdown .total h6 {
	margin-bottom: 0;
}
.shopping_cart_dropdown .total span {
	font-size: 1.6em;
	line-height: 30px;
	font-weight: 600;
}
.shopping_cart_dropdown .action-button .btn {
	margin: 15px 0 0 8px;
}
/* 07.1 Standard Navigation
	 ---------------------------------------------------------------------------*/
.navbar-brand {
	position: relative;
	height: auto;
	vertical-align: top;
}
.navbar-brand .logo-trs {
	display: none
}
.navbar-brand .logo-white {
	position: static;
}
.navbar-brand .logo-dark {
	position: static;
}
.navbar-standard {
	background: transparent;
}
.navbar-standard .navbar-brand .logo-trs {
display: block;
	opacity: 0
}
.navbar-standard .navbar-brand .logo-white {
	opacity: 1;
	position: absolute;
	top: 15px;
	left: 15px;
}
.navbar-standard .navbar-brand .logo-dark {
	opacity: 0;
	position: absolute;
	top: 15px;
	left: 15px;
}
.navbar-standard.opaque .navbar-brand .logo-white {
	opacity: 0;
	top: 12px;
}
.navbar-standard.opaque .navbar-brand .logo-dark {
	opacity: 1;
	top: 12px;
}
.navbar-standard .navbar-nav > li > a {
	text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
.navbar-standard.opaque .navbar-nav > li > a {
	text-shadow: none
}
/* 07.2 Light Navigation
	 ---------------------------------------------------------------------------*/
.navbar-light .navbar-brand .logo-white {
	display: none;
}
.navbar-light .navbar-brand .logo-dark {
	display: block;
}
/* 07.3 Dark Navigation
	 ---------------------------------------------------------------------------*/
.navbar-dark .navbar-brand .logo-white {
	display: block;
}
.navbar-dark .navbar-brand .logo-dark {
	display: none;
}
/* 07.4 Semi-dark Navigation
	 ---------------------------------------------------------------------------*/
.navbar-semidark .navbar-brand .logo-white {
	display: block;
}
.navbar-semidark .navbar-brand .logo-dark {
	display: none;
}
/* 07.5 Primary-color Navigation
	 ---------------------------------------------------------------------------*/
.navbar-primary .navbar-brand .logo-white {
	display: block;
}
.navbar-primary .navbar-brand .logo-dark {
	display: none;
}
/* 08. Icon Boxes
	 ---------------------------------------------------------------------------*/
.icon-box {
	overflow: hidden;
}
.icon-box h1,
.icon-box h2,
.icon-box h3,
.icon-box h4,
.icon-box h5,
.icon-box h6 {
	margin: 20px 0 15px 0;
}
.icon-box.icon-lg .icon-content {
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 4.5em;
}
.icon-box.icon-md .icon-content {
	width: 95px;
	height: 95px;
	line-height: 95px;
	font-size: 4em;
}
.icon-box.icon-sm .icon-content {
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 3.2em;
}
.icon-box.icon-xs .icon-content {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 1.7em;
}
.icon-box.fixed-section {
	position: absolute;
	top: -40px;
}
.icon-box .icon-content {
	display: block;
	float: left;
	text-align: center;
	max-width: 100%;
}
.icon-box.icon-lg .icon-box-content {
	margin: 0 0 0 135px;
}
.icon-box.icon-md .icon-box-content {
	margin: 0 0 0 120px;
}
.icon-box.icon-sm .icon-box-content {
	margin: 0 0 0 100px;
}
.icon-box.icon-xs .icon-box-content {
	margin: 0 0 0 65px;
}
.icon-box.icon-xs .icon-box-content h1,
.icon-box.icon-xs .icon-box-content h2,
.icon-box.icon-xs .icon-box-content h3,
.icon-box.icon-xs .icon-box-content h4,
.icon-box.icon-xs .icon-box-content h5,
.icon-box.icon-xs .icon-box-content h6 {
	margin: 10px 0 15px 0;
}
.icon-box.icon-xs .icon-box-content .info-title {
	margin: 10px 0 2px 0;
}
.icon-box.icon-xs .icon-box-content p {
	padding: 0;
}
.icon-box.icon-horizontal {
	text-align: center;
}
.icon-box.icon-horizontal .icon-content {
	float: none;
	margin: auto;
	display: inline-block;
}
.icon-box.icon-horizontal .icon-box-content {
	margin: 0;
}
.icon-gradient:nth-child(2) h1,
.icon-gradient:nth-child(2) h2,
.icon-gradient:nth-child(2) h3,
.icon-gradient:nth-child(2) h4,
.icon-gradient:nth-child(2) h5,
.icon-gradient:nth-child(2) h6 {
	color: #98c7f1;
}
.icon-gradient:nth-child(2) .icon-content {
	background-color: #98c7f1;
}
.icon-gradient:nth-child(3) h1,
.icon-gradient:nth-child(3) h2,
.icon-gradient:nth-child(3) h3,
.icon-gradient:nth-child(3) h4,
.icon-gradient:nth-child(3) h5,
.icon-gradient:nth-child(3) h6 {
	color: #98a9f1;
}
.icon-gradient:nth-child(3) .icon-content {
	background-color: #98a9f1;
}
.icon-gradient:nth-child(4) h1,
.icon-gradient:nth-child(4) h2,
.icon-gradient:nth-child(4) h3,
.icon-gradient:nth-child(4) h4,
.icon-gradient:nth-child(4) h5,
.icon-gradient:nth-child(4) h6 {
	color: #a498f1;
}
.icon-gradient:nth-child(4) .icon-content {
	background-color: #a498f1;
}
.icon-gradient:nth-child(5) h1,
.icon-gradient:nth-child(5) h2,
.icon-gradient:nth-child(5) h3,
.icon-gradient:nth-child(5) h4,
.icon-gradient:nth-child(5) h5,
.icon-gradient:nth-child(5) h6 {
	color: #c298f1;
}
.icon-gradient:nth-child(5) .icon-content {
	background-color: #c298f1;
}
.icon-gradient:nth-child(6) h1,
.icon-gradient:nth-child(6) h2,
.icon-gradient:nth-child(6) h3,
.icon-gradient:nth-child(6) h4,
.icon-gradient:nth-child(6) h5,
.icon-gradient:nth-child(6) h6 {
	color: #df98f1;
}
.icon-gradient:nth-child(6) .icon-content {
	background-color: #df98f1;
}
.icon-gradient:nth-child(7) h1,
.icon-gradient:nth-child(7) h2,
.icon-gradient:nth-child(7) h3,
.icon-gradient:nth-child(7) h4,
.icon-gradient:nth-child(7) h5,
.icon-gradient:nth-child(7) h6 {
	color: #f198e5;
}
.icon-gradient:nth-child(7) .icon-content {
	background-color: #f198e5;
}
.icon-gradient:nth-child(8) h1,
.icon-gradient:nth-child(8) h2,
.icon-gradient:nth-child(8) h3,
.icon-gradient:nth-child(8) h4,
.icon-gradient:nth-child(8) h5,
.icon-gradient:nth-child(8) h6 {
	color: #f198c7;
}
.icon-gradient:nth-child(8) .icon-content {
	background-color: #f198c7;
}
.icon-gradient:nth-child(9) h1,
.icon-gradient:nth-child(9) h2,
.icon-gradient:nth-child(9) h3,
.icon-gradient:nth-child(9) h4,
.icon-gradient:nth-child(9) h5,
.icon-gradient:nth-child(9) h6 {
	color: #f198a9;
}
.icon-gradient:nth-child(9) .icon-content {
	background-color: #f198a9;
}
.icon-gradient:nth-child(10) h1,
.icon-gradient:nth-child(10) h2,
.icon-gradient:nth-child(10) h3,
.icon-gradient:nth-child(10) h4,
.icon-gradient:nth-child(10) h5,
.icon-gradient:nth-child(10) h6 {
	color: #f1a498;
}
.icon-gradient:nth-child(10) .icon-content {
	background-color: #f1a498;
}
/* 09. Blog
	 ---------------------------------------------------------------------------*/
.blog-preview .info-text {
	line-height: 2em;
	margin-top: 25px;
}
.blog-preview .info-text small {
	display: block;
	font-size: 1em;
}
.blog-preview .post-info {
	margin-bottom: 20px;
	position: relative;
}
.blog-preview .post-info:before {
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.blog-preview .post-info .user-thumb {
	padding: 3px;
	position: relative;
	z-index: 1;
}
.blog-preview .post-content {
	padding: 25px 25px 50px 25px;
}
article .post-title {
	margin: 0 0 10px 0;
}
article .post-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
article .post-info ul li {
	display: inline-block;
	padding: 0 20px 0 0;
}
.author-info {
	text-align: right;
}
.author-info .post-author-link {
	float: right;
}
.author-info .author-info-content {
	padding: 14px 0 0;
}
.author-info .author-info-content .author-name {
	margin: 0;
	padding: 0;
	display: block;
}
.author-info.standard {
	text-align: left;
}
.author-info.standard .post-author-link {
	float: left;
}
.author-info.standard .post-author-link img {
	width: auto;
}
.author-info.standard .author-info-content {
	padding: 10px 0 0 65px;
}
.author-info.standard .author-info-content .author-name {
	margin: 0;
	padding: 0;
	display: block;
}
#comments .media-heading {
	margin: 10px 0 0 0;
}
#comments .media-body p {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 0.90em;
}
.social-icon {
	padding-left: 0;
	margin: 0;
}
.social-icon .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.social-icon .dropdown-menu {
	margin: 7px 0 0 0;
}
.social-icon .dropdown-menu li {
	padding: 0;
	display: block;
}
.social-icon li {
	display: inline-block;
	padding: 0 20px 0 0;
}
.social-icon li:last-of-type {
	padding: 0;
}
.social-icon li .fa-lg {
	vertical-align: 0;
}
.social-icon li.maxi a {
	padding: 2px 6px;
	border-radius: 4px;
}
.social-icon a {
	display: inline-block;
}
.social-icon a small {
	font-size: 80%;
}
.social-icon a.pill {
	border-radius: 50%;
	text-align: center;
	padding: 15px;
	width: 50px;
}
.blog-article .social-icon li {
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
}
.info-card .info-card-details .info-card-detail .social a {
	border-radius: 40px;
	display: inline-block;
	margin: 0 5px;
	min-width: 40px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: center;
}
a.social-icon {
	box-shadow: 0px 0px 1px #333333;
	box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.7);
}
/* 10. Portfolio
	 ---------------------------------------------------------------------------*/
.device-content {
	margin-bottom: -120px;
}
.device-content .device-mockup .device .screen .owl-carousel .owl-controls {
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
.device-content .device-mockup .device .screen .owl-carousel .owl-item .item img {
	width: 100%;
}
.owl-item .item .wrapper {
	padding: 20px;
}
.article-body-content {
	position: relative;
	padding: 15px;
}
.article-body-internal {
	padding: 15px 15px 0 0;
}
.article-body-internal .article-wrapper,
.article-body-internal .item-wrapper {
	padding-left: 15px;
	padding-bottom: 15px;
}
.portfolio {
	list-style: none;
	margin: 0;
	padding: 0;
}
.portfolio .item {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
}
.portfolio .item .item-wrapper {
	padding-left: 15px;
	padding-bottom: 15px;
	height: 100%;
}
.portfolio .item .article-body {
	margin: 0 0 20px;
	padding-bottom: 19px;
}
.portfolio .item .article-body .title-inner {
	margin: 0;
	padding: 0;
}
.portfolio .item .mask {
	position: absolute;
	overflow: hidden;
	display: block;
	top: 100%;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: top 0.1s ease-out 0.1s;
}
.portfolio .item .mask .mask-content {
	display: table;
	width: 100%;
	height: 100%;
}
.portfolio .item .mask .mask-content .mask-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 15px;
	padding-right: 20px;
}
.portfolio .item .mask h4 {
	margin: 18px 0 8px 0;
	font-size: 1.5em;
}
.portfolio .item .mask .info {
	display: inline-block;
	margin: 0 10px;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.portfolio .item .mask .info .fa-border {
	border-color: inherit;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border-width: 2px;
	font-size: 1.5em;
	line-height: 30px;
}
.portfolio .item .mask a.info:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.portfolio .item .mask.mask-light {
	top: auto;
	bottom: -100%;
	text-shadow: none;
	box-shadow: none;
	height: auto;
	min-height: 50%;
	padding: 10px 0;
	font-size: 90%;
	transition: bottom 0.1s ease-out 0.1s;
}
.portfolio .item .mask-light h4 {
	font-size: 1.5em;
	margin: 10px 0;
}
.portfolio .item .mask-light .info .fa-border {
	background: transparent;
}
.portfolio > .item {
	width: 25%;
}
.portfolio > .item.width2x {
	width: 50%;
}
.portfolio .item:hover .mask {
	top: 0;
}
.portfolio .item:hover .mask-light {
	top: auto;
	bottom: 0;
}
.portfolio > .team-item {
	height: auto;
}
.portfolio > .team-item .item-wrapper {
	padding: 0 5% 40px;
	height: auto;
}
.portfolio > .current {
	z-index: 100;
}
.isotope:after {
	content: '';
	display: block;
	clear: both;
}
dl.metadata {
	margin: 1em 0;
}
dl.metadata dt {
	margin-top: 1.5em;
	font-size: 1.4em;
	font-weight: normal;
}
.portfolio-full .item-full {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.portfolio-full .item-full .item-content {
	padding-left: 60px;
	padding-right: 60px;
}
.closeProject {
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 1;
	display: none;
}
.closeProject a {
	display: block;
	background: none;
	border-radius: 50%;
	height: 45px;
	text-align: center;
	width: 45px;
}
.closeProject a i {
	display: inline-table;
	font-size: 110%;
	line-height: 45px;
	vertical-align: middle;
}
.ajax-section .loader {
	width: 100%;
	display: none;
	padding: 2.4em 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.ajax-section .loader.projectError {
	text-align: center;
	height: auto !important;
	background-position: top center;
}
.ajax-section .loader.projectError p {
	display: none;
	padding-top: 16px;
}
.ajax-section .ajax-content-outer {
	overflow: hidden;
}
.ajax-section .ajax-content-outer .project-navigation {
	display: none;
}
.ajax-section .ajax-content-outer .nextProject,
.ajax-section .ajax-content-outer .prevProject {
	position: absolute;
	top: 50%;
}
.ajax-section .ajax-content-outer .prevProject {
	left: 55px;
}
.ajax-section .ajax-content-outer .nextProject {
	right: 55px;
}
.ajax-section .ajax-content-inner {
	height: 0;
	opacity: 0;
}
.ajax-section .ajax-content-inner dl.metadata dt {
	font-size: 1.1em;
}
.ajax-section .status-message {
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.ajax-section .status-message .alert {
	margin-top: 20px;
}

/* 12. Team
	 ---------------------------------------------------------------------------*/
.team-photo {
	position: relative;
	display: block;
}
.team-photo .team-connection {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all 0.1s ease-out 0.1s;
}
.team-photo .team-connection .team-connection-list {
	width: 100%;
	height: 100%;
	display: table;
}
.team-photo .team-connection .team-connection-list ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.team-photo .team-connection .team-connection-list ul li {
	display: inline-block;
	padding: 0 6px;
}
.team-photo:hover .team-connection {
	opacity: 1;
}
.team-name {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
.team-name h5 {
	margin: 0;
}
.team-name span {
	font-size: 90%;
	display: block;
	margin: 5px 0 0 0;
}
/* 13. Pricing Table
	 ---------------------------------------------------------------------------*/
.pricing-table-1,
.pricing-table-2,
.pricing-table-3,
.pricing-table-4,
.pricing-table-5 {
	margin: 0 0 30px 0;
}
.pricing-box {
	width: 100%;
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0;
	position: relative;
}
.pricing-box ul {
	margin: 0;
	padding: 0;
}
.pricing-box ul li {
	list-style: none;
	margin: 0;
	padding: 13px 0;
}
.pricing-box .title-row h5 {
	margin: 0;
}
.pricing-box .price-row {
	font-weight: 200;
	padding: 20px 0;
}
.pricing-box .price-row .currency {
	vertical-align: top;
	font-size: 1.5em;
}
.pricing-box .price-row .price {
	font-size: 6.6em;
	font-weight: 300;
	line-height: 0.7em;
}
.pricing-box .price-row .price-cent {
	margin: 0 0 0 -4px;
	font-size: 1.5em;
}
.pricing-box .price-row .plane {
	display: block;
	font-size: 1.5em;
}
.pricing-box .btn {
	margin-top: 20px;
}
/* 14. Shop Section
	 ---------------------------------------------------------------------------*/
.banner-shop a {
	display: block;
	overflow: hidden;
	position: relative;
}
.banner-shop a .banner-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.banner-shop a .banner-container .banner-content {
	width: 100%;
	height: 100%;
	display: table;
}
.banner-shop a .banner-container .banner-text {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}
.banner-shop a .banner-container .banner-text .banner-title {
	margin: 0;
	padding: 15px 50px;
	display: inline-block;
}
.rating-input i,
.rate i {
	padding: 0 4px 0 0;
}
.rating-input i {
	cursor: pointer;
}
.price-shop {
	font-size: 2em;
	line-height: 1.3em;
}
.price-shop del {
	display: block;
	font-size: 1em;
}
.price-shop ins {
	font-size: 1.4em;
	text-decoration: none;
	white-space: nowrap;
}
.bubble {
	position: relative;
}
.bubble:before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	box-sizing: border-box;
	transition-duration: 0.1s;
}
.bubble:hover:before,
.bubble:focus:before,
.bubble:active:before {
	border-width: 10px;
}
.outline-inward {
	position: relative;
	overflow: visible !important;
}
.outline-inward:before {
	position: absolute;
	top: -25px;
	right: -25px;
	bottom: -25px;
	left: -25px;
	content: '';
	opacity: 0;
	transition-duration: 0.1s;
	transition-property: all;
}
.outline-inward:hover:before,
.outline-inward:focus:before,
.outline-inward:active:before {
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	opacity: 1;
}
.outline-outward {
	position: relative;
	overflow: visible !important;
}
.outline-outward:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	content: '';
	transition-duration: 0.1s;
	transition-property: all;
	transition-timing-function: linear;
}
.outline-outward:hover:before,
.outline-outward:focus:before,
.outline-outward:active:before {
	top: -6px;
	right: -6px;
	bottom: -6px;
	left: -6px;
	opacity: 1;
}
.shop-intro-img {
	margin-bottom: -120px;
}
.product-image {
	position: static;
	display: block;
	padding: 10px;
}
.product-image .bullet {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: absolute;
	top: -18px;
	right: -18px;
	border-radius: 50%;
	font-size: 1em;
}
.product-image .bullet .glyphicon {
	font-size: 2.5em;
	line-height: 70px;
}
.product-image .bullet.out {
	font-size: 1em;
	line-height: 15px;
	padding-top: 18px;
}
.product-image .bullet.label-sale{
	font-size: 1.4em;
	font-family: 'PT Sans Caption';
}
.product-image:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.product-title {
	margin-top: 15px;
}
.product-title p {
	font-size: 1.1em;
	font-weight: 600;
	padding: 0;
}
.product-detail {
	margin-top: 18px;
}
.product-detail a {
	font-size: 0.9em;
}
.product-detail .price-shop {
	font-size: 0.9em;
	margin: 2px 0 0 0;
}
.product-detail .price-shop del {
	margin: 0 4px 0 0;
	display: inline-block;
}
.product-detail .price-shop.text-right del {
	margin: 3px 0 0;
	display: block;
}
.shop-info-link {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.shop-info-link li {
	padding-left: 22px;
	padding-right: 22px;
	display: inline-block;
}
.filter-prod {
	overflow: hidden;
}
.shop-table .input-group {
	margin: 0 auto
}
.shop-table .img-prod img {
	margin: 0 5px 0 0;
}
.shop-table .name-prod {
	display: inline;
}
.name-prod a{
	color: #222
}
.coupon-code {
	margin: 0 20px 0 0;
	width: 250px;
}
.size-product {
	padding-left: 0;
	margin: 0 20px 15px 0;
	list-style: none;
	overflow: hidden;
	display: block;
}
.size-product li {
	float: left;
	margin: 0 6px 0 0;
}
.size-product li label span {
	width: 40px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	display: block;
	border-radius: 50%;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	cursor: pointer;
	transition: all 0.1s;
}
.size-product li label input {
	position: absolute;
	left: -9000px;
}
.color-product {
	max-width: 200px;
}
.product-thumbnails {
	margin: 20px 0 0 0;
	overflow: hidden;
}
.product-thumbnails a {
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	height: 80px;
	width: 80px;
	float: left;
}

.product-thumbnails > a> img {height: 100%;}

#rate-product .rate {
	margin: 5px 0 10px 0;
}
#rate-product .media-heading {
	font-size: 1.2em;
}
.main-product-title small {
	display: block;
}
.product-category {
	list-style: none;
	padding-left: 0;
}
.product-category li {
	margin: 5px 0 0 0;
}
.product-category li h6 {
	display: inline;
	padding: 0 9px 0 0;
}
.category-banner {
	position: relative;
	display: block;
}
.category-banner .category-content {
	position: absolute;
	bottom: 65px;
	left: 0;
	right: 0;
	padding: 10px 20px;
}
.category-banner .category-content .category-title {
	margin: 0;
}
/* 15. Widgets
	 ---------------------------------------------------------------------------*/
.widget-title {
	margin: 0;
}
.widget-title a,
.widget-title a:focus,
.widget-title a:hover{
	color: #222
}
.widget-title-bordered {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
}
.widget {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	display: block;
	overflow: hidden;
}
.widget .btn {
	border-radius: 4px;
}
.widget.widget-media .media:last-of-type {

}
.widget.widget-media .media .media-object {
	max-width: 72px;
}
.widget.widget-media .media .media-object.post-image {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.widget.widget-media.rounded .media-body {
	margin-top: 10px;
}
.widget.widget-project {
	margin: 0 -9px -9px 0;
}
.widget.widget-project li {
	width: 30%;
	float: left;
	margin: 0 9px 9px 0;
}
.widget .media a {
	display: block;
	color: inherit;
}
.widget .media .product-detail {
	margin: 0;
}
.widget .media .product-detail .rate {
	margin: 8px 0 4px 0;
}
.widget .media .product-detail .rate .fa {
	padding: 0 3px 0 0;
}
.widget .cat-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget .cat-item a {
	display: block;
}
.widget .cat-item:last-of-type {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
.filter_price_content .slider.slider.slider-horizontal {
	width: 100%;
}
.filter_price_content .slider .slider-track .slider-handle {
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.filter_price_content .slider .slider-track .slider-selection {
	box-shadow: none;
}
/* 16. Twitter
	 ---------------------------------------------------------------------------*/
.twitter-post .post p {
	margin: 30px 30px 0 30px;
	font-size: 2.4em;
}
/* 17. Forms
	 ---------------------------------------------------------------------------*/
.form-control {
	box-shadow: none;
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
.form-control.input-lg {
	resize: none;
	font-size: 0.9em;
}
.form-control.rounded {
	border-radius: 4px;
}
label {
	font-weight: normal;
}
label.error {
	font-size: 0.9em;
	margin: 5px 0 0 0;
}
.form-inline button {
	margin: 0 10px 0 0;
}
.newsletter-form {
	position: relative;
}
.newsletter-form input {
	border: 0;
	height: 72px;
	border-radius: 40px;
}
.newsletter-form input.input-lg {
	font-size: 1.4em;
}
.newsletter-form input:focus {
	box-shadow: none;
}
.newsletter-form button {
	position: absolute;
	right: 24px;
	top: 24px;
	border: 0;
	background: none;
}
.h_search_form {
	overflow: hidden;
	height: 0;
}
.h_search_form .h_search_form_wrapper {
	position: relative;
	padding: 10px 0;
}
.h_search_form .btn {
	background: transparent;
	border: none;
	padding-left: 12px;
	padding-right: 12px;
}
.h_search_form .form-control {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.h_search_form .h_search_close {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 54px;
	z-index: 2;
}
.theme-form-group {
	padding: 2px;
	border-radius: 30px;
	line-height: 42px;
}
.theme-form-group .btn {
	padding-left: 12px;
	padding-right: 12px;
}
.theme-form-group .form-control {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.theme-form-group .form-control:first-child,
.theme-form-group .input-group-addon:first-child,
.theme-form-group .input-group-btn:first-child > .btn,
.theme-form-group .input-group-btn:first-child > .dropdown-toggle {
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}
.theme-form-group .form-control:last-child,
.theme-form-group .input-group-addon:last-child,
.theme-form-group .input-group-btn:last-child > .btn,
.theme-form-group .input-group-btn:last-child > .dropdown-toggle {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}
/* 18. Pagination
	 ---------------------------------------------------------------------------*/
.pager {
	margin: 0;
}
.pager li {
	padding: 0 3px;
}
.pager li > a,
.pager li > span {
	padding: 0 10px;
	margin: 0;
	min-width: 36px;
	height: 36px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 1em;
	border-radius: 4px;
}
.pager.circle li > a,
.pager.circle li > span {
	padding: 0;
	width: 36px;
	border-radius: 50%;
}
.pager.custom li {
	display: inline-block;
	vertical-align: middle;
}
.pager.custom li > a,
.pager.custom li > span {
	padding: 0 45px;
	border: 0;
	background: none;
	height: auto;
	line-height: 1;
	width: auto;
	min-width: auto;
}
/* 19. Footer
	 ---------------------------------------------------------------------------*/
#footer small {
	display: block;
	font-size: 90%;
}
#footer .logo {
	max-height: 41px;
}
#footer .widget-title {
	margin: 0;
}
#footer ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
#footer .widget-post li {
	position: relative;
	padding: 0 0 20px 50px;
}
#footer .widget-post li .date-post {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: block;
	padding: 7px;
	line-height: 13px;
}
#footer .widget-post li .date-post small {
	display: block;
	font-size: 70%;
}
#footer .widget-post li .title-post {
	display: block;
}
#footer .widget-address li {
	position: relative;
	padding: 0 0 15px 32px;
}
#footer .widget-address li i {
	position: absolute;
	top: 5px;
	left: 0;
	width: 25px;
	display: block;
	text-align: center;
}
#footer .widget-tag {
	margin: 0 -5px -5px 0;
}
#footer .widget-tag .btn {
	margin: 0 5px 5px 0;
	border-width: 1px;
}
#footer .widget_archive li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#footer .widget_archive li:last-of-type {
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
#footer .flickr_container {
	margin: 0 -15px -15px 0;
}
#footer .flickr_container .flickr_badge_image {
	float: left;
	margin: 0 15px 15px 0;
}
#footer .flickr_container .flickr_badge_image a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#footer .form-control {
	font-size: 0.9em;
}
#footer .form-control:focus {
	box-shadow: none;
}
/* 20. Error Pages
	 ---------------------------------------------------------------------------*/
.error-404:before,
.error-500:before {
	font-size: 650px;
	font-weight: bold;
	left: -150px;
	position: absolute;
	top: -300px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	z-index: 0;
}
.error-404:before {
	content: "404";
}
.error-500:before {
	content: "500";
}
/* 21. Floating elements
	 ---------------------------------------------------------------------------*/
#back_to_top {
	display: none;
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 40px;
}
#back_to_top a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	outline: none;
	border-radius: 50%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#back_to_top a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#load {
	background-color: #ffffff;
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 99999;
}
.browsehappy {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	padding: 30px;
	margin: 0;
	text-align: center;
}
.browsehappy a {
	text-decoration: underline;
}
.browsehappy a:hover {
	text-decoration: none;
}


/* Custom styles */
/*
#breadcrumbs ul {
	font-size: 13px;
	margin-top: 27px;
	font-weight: 500;
	z-index: 10;
	padding: 0;
	margin: 0 0 20px;
}

#breadcrumbs ul li {
	display: inline-block;
	color: #fff;
	margin: 0 5px 0 0;
}

#breadcrumbs ul li:after {
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #fff;
	margin: 0 0 0 9px;
}

#breadcrumbs ul li:last-child:after {
	content: "";
	margin: 0;
}

#breadcrumbs ul li a,
#breadcrumbs ul li a:hover,
#breadcrumbs ul li:last-child a { color: #fff; }

#breadcrumbs ul li:first-child {
	padding-right: 0;
	margin-left: 0;
}

#breadcrumbs ul li:first-child,
#breadcrumbs ul li:last-child {
	background: none;
}

#breadcrumbs ul li:last-child {
	padding:0;
	font-weight: 600;
	background: none;
}
*/
.breadcrumb{
	background: none;
	padding: 0;
	margin-bottom: 5px;
}
.breadcrumb > * + *:before {
	font-family: "FontAwesome";
	content: "\f0da";
	color: #fff;
}
.breadcrumb a{
	color: #fff;
}

.cursor-default {
	cursor: default
}


#cart_informer_notify{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	z-index: 999;
	right: 0;
	margin-top: 15px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;



	max-width: 750px;

	padding: 1px;
	font-size: 14px;
	font-weight: normal;

	text-align: left;

	background-color: #fff;

	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
					box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
#cart_informer_notify:after{}
#cart_informer_notify.showed{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#cart_informer_notify > .notify-arrow,
#cart_informer_notify > .notify-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
#cart_informer_notify > .notify-arrow {
	border-width: 11px;
	top: -11px;
	right: 20px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}
#cart_informer_notify > .notify-arrow:after {
	content: "";
	border-width: 10px;
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}

#cart_informer_notify .notify-content {
	white-space: nowrap;
	padding: 9px 14px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background-color: #fff;
}
.nav-tabs > li > a:hover {
border-color: #fff #fff #ddd;
}
.popover{
-webkit-background-clip: border-box;
background-clip: border-box;
}

.table.table-features{}
.table.table-features tr:first-child td{
	border-top: none;
}
.table.table-features td {
	vertical-align: top;
	width: 20%
}
#coupon_result{
	display: block;
}
#deliveries label,
#payment_methods label{
	display: block;
}
#deliveries .pull-right,
#payment_methods .pull-right {
float: right!important
}
#deliveries .radio input[type="radio"],
#payment_methods .radio input[type="radio"] {
margin: 4px 0 0 -20px;
}

.table.table-orders th{
border-top: none;
font-weight: 600;
padding: 0 8px 5px;
}

.user-menu{
		list-style: none;
		padding: 0;
}
.user-menu h5{
margin: 0 0 15px
}
.user-menu li{
		position: relative;
		padding-left: 25px;
		line-height: 1.5;
}
.user-menu li.separate{
		border-bottom: 1px solid #eeeeee;
		padding: 15px 0 0;
		margin-bottom: 15px;
}
.user-menu .fa{
		margin-left: -25px;
		width: 25px;
		text-align: center;
}

.modal-login 				{ width: 380px }
.modal-dialog .modal-header 	{ padding: 25px 40px 15px }
.modal-dialog .modal-body		{ padding: 15px 40px }


.product-image > img { max-height: 130px; }
.owl-item > img { max-height: 60px; }

widget .media-bordered > img { max-height: 200px; }

.widget .media a img {width: auto; max-height: 80px;}


#description-tab a {
	border: 1px solid #ed552c;
	border-radius: 4px;
	padding: 5px 20px;
	font-size: 0.9em;
	font-weight: 600;
 }

 #description-tab a:hover {
	color: #fff;
	background-color: #ed552c;
}

#compr {
	border: 1px solid #ed552c;
	border-radius: 4px;
	padding: 5px 20px;
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 30px;
	font-size: 18px;
}

	#compr:hover {
	color: #fff;
	background-color: #ed552c;
}

@media (min-width: 767px) {
	#footer ul {
		display: flex;
		justify-content: space-around;
	}
}
@media (min-width: 767px) {
	.komm {
		margin-left: 25%;
	}
		.mob-hidden {
				display: none !important;
		}
}
.xyseries{
	padding:1px !important;
}
.product-image1 {
		position: relative;
		display: inline-block;
		padding: 10px;
	width: 28%;
}
section.header-section.fading-title.parallax {
		background-position-y: center;
}

#zatemnenie:target {
display: block;
}

#zatemnenie {
background: rgba(102, 102, 102, 0.68);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
display: none;
z-index: 9999999999;
}

window {
position: absolute;
top: 50%;
left: 50%;
width: 400px;
border: 1px solid #cecece;
padding: 50px;
transform: translate(-50%,-50%);
background-color: #fafafa;
}

div#main_text a.close_window {
position: absolute;
right: 10px;
top: 4px;
border: none;
}




@media only screen and (max-width:1200px){
	.products-cart.col-sm-3{
			width:33.333%
		}
}
@media only screen and (max-width:768px){
	.products-cart.col-xs-6{
			width:33.333%
		}
}
@media only screen and (max-width:641px){
	.products-cart.col-xs-6, .widget .item.sep-top-lg{
			width:50%
		}
}
.product-thumbnails.owl-carousel{
	position:relative;
		max-height:80px;
}
.product-thumbnails.owl-carousel .owl-controls{
	position: absolute;
		width: 100%;
		margin: 0;
		top: 0;
		overflow:visible;
}
.product-thumbnails.owl-carousel .owl-buttons{
	position:relative;
		height:0;
}
.product-thumbnails.owl-carousel .owl-buttons{
	position:relative;
}
.product-thumbnails.owl-carousel .owl-buttons > div{
	position:absolute;
		margin:0;
		top:28px;
}
.product-thumbnails.owl-carousel .owl-buttons > .owl-prev{
	left:0;
}
.product-thumbnails.owl-carousel .owl-buttons > .owl-next{
	right:0;
}
.product-thumbnails.owl-carousel .product-thumbnails a{
	width:auto!important;
		padding:0 10px;
}
.mfp-gallery.owl-carousel{
	position:relative;
}
.mfp-gallery.owl-carousel .owl-buttons div{
	position:absolute;
		top:calc(50% - 20px);
		height:auto;
		margin:0;
		width:50px;
		border-radius:0;
		background-color:transparent;
		color:#000;
		font-size:60px;
}
.mfp-gallery.owl-carousel a, .product-thumbnails.owl-carousel a{
	display:flex;
		width:100%;
		text-align:center;
		align-items:center;
		justify-content:center;
		height:100%;
}
.mfp-gallery.owl-carousel .owl-item{
	height:100%;
}
.mfp-gallery.owl-carousel a img, .product-thumbnails.owl-carousel a img{
	display:block;
}
.mfp-gallery.owl-carousel .owl-buttons div.owl-prev{
	left:0;
}
.mfp-gallery.owl-carousel .owl-buttons div.owl-next{
	right:0;
}

section.cover{
	padding:60px 30px;
	background-image:url("../images/cover-background.jpg");
		background-position:center center;
		background-repeat:no-repeat;
	/*margin-bottom: 30px;*/
	min-height: 528px;
}
section.main-cover {
		background-image: url("../images/main-cover.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		position: relative;
}
section.main-cover:after {
	content: '';
	background: linear-gradient(90deg, rgba(225,225,225,1) 0%, rgba(225,225,225,1) 45%, rgba(255,255,255,0) 55%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
section.main-cover .container {
	position: relative;
	z-index: 3;
}
section.cover .row{
	display:flex;
		align-items:center;
}
section.cover h1{
	font-size:2.5em;
		margin:0;
}
section.cover ul.advantage, section.nproduct-item ul.advantage{
	font-size:1.2em;
		margin:1em 0;
		padding:0;
		list-style-type:none;
}
section.cover ul.advantage li, section.nproduct-item  ul.advantage li{
	line-height:45px;
		display:flex;
		align-items:center;
}
section.cover ul.advantage li:before, section.nproduct-item ul.advantage li:before{
	content:"";
		background-image:url("../images/icon-check.png");
		background-position:center center;
		background-repeat:no-repeat;
	background-size:contain;
		display:inline-block;
		margin-right:4px;
		width:30px;
		height:30px;
}
section.cover .category-image img{
	width:auto;
		display:block;
		max-width:350px;
		margin:0 auto;
}
section.cover .popup-button{
		text-align:left;
		color:#FFF;
		cursor:pointer;
}
section.cover .popup-button .marquiz__container{
	text-align:left;
}
section.cover .popup-button .marquiz__button{
	font-size:1.2em !important;
		background-color:#ed552c!important;
		padding:14px 30px!important;
		border:none!important;
}
.marquiz-footer{
	padding:30px 0;
		padding-bottom:60px;
}
.marquiz-footer .marquiz-content{
	-webkit-box-shadow: 0px 0px 20px 20px rgba(222, 222, 222, .7);
		-moz-box-shadow: 0px 0px 20px 20px rgba(222, 222, 222, .7);
		box-shadow: 0px 0px 20px 20px rgba(222, 222, 222, .7);
		width:100%;
		border:3px solid #DEDEDE;
		border-radius:5px;
		max-width:1024px;
		margin:0 auto;
}
@media only screen and (max-width:768px){
	section.cover{
			background-size:cover;
		}
	section.cover .row{
			flex-wrap:wrap;
		}
	section.cover ul.advantage li, section.nproduct-item ul.advantage li{
		/*	justify-content:center; */
		}
	section.cover .popup-button{
			margin:10px auto;
		}
	section.cover .popup-button .marquiz__container{
				text-align:center;
		}
	section.cover .category-image img{
			max-width:220px;
		}
	section.cover h1{
			display:block;
		}
	section.cover h1{
			font-size:2em;
		}
	section.cover ul.advantage, section.nproduct-item ul.advantage{
			font-size:1.2em;
		}
	.marquiz-footer .marquiz-content{
			-webkit-box-shadow:none;
				-moz-box-shadow:none;
				box-shadow:none;
				width:100%;
				border:solid 2px #000;
				border-radius:0;
				text-align:center;
				padding:20px;
		}
	.marquiz-footer .marquiz-content p{
			margin-bottom:20px;
				font-weight:bold;
		}
}

#main-navigation .row{
	display:flex;
		flex-wrap:nowrap;
		align-items:center;
}
#main-navigation .row .col-md-4{
	width:33.333%;
}
#main-navigation .row .col-md-8{
	width:66.666%;
}
#main-navigation .navbar-brand > img{
	height:auto;
		max-width:285px;
}
.new-menu-block{
	display:flex;
		flex-wrap:wrap;
}
.new-menu-block > div{
	width:100%;
}
.new-menu-block .copyright small{
	display:flex;
		flex-wrap:nowrap;
		justify-content:flex-end;
}
.new-menu-block .new-block-nav{
	display:flex;
		width:100%;
		flex-wrap:nowrap;
		justify-content:flex-end;
}
.mobile-visible{
	display:none;
}
.new-menu-block .new-phone-number {
		border-radius: 50px;
		background-color: #ed552c;
	color: #ffffff;
}
.new-menu-block .new-phone-number:hover {
		/*margin-left: 50px;*/
		border-radius: 50px;
		background-color: #ed652c;
	color: #ffffff;
}
.new-menu-block .new-phone-number a, .new-menu-block .new-phone-number a:hover {
	color: #ffffff !important;
}

.new-menu-block .navbar-nav > li > a, .new-menu-block .new-phone-number{
	line-height:20px;
		padding: 5px 10px;
}
.new-menu-block .navbar-nav > li > a.mgo-number{
	display:inline-block;
		padding:0;
		padding-left:5px;
}
.new-menu-block .copyright{
	margin-bottom:10px;
}
.new-menu-block .navbar-left{
	display:flex;
		align-items:center;
		margin-bottom:10px;
}
@media only screen and (max-width:992px){
		a.banner-title.upper.mgo-number {
				/*display: none !important;*/
		}
	#main-navigation .navbar-brand > img{
			width:100%;
				max-width:285px;
				height: auto;
		}
}
@media only screen and (max-width:768px){
	.new-menu-block .copyright{
			display:none;
		}
	#main-navigation .row{
			flex-wrap:wrap;
		}
	#main-navigation .row .col-md-4{
			width:100%;
		}
	#main-navigation .row .col-md-4 .navbar-toggle{
			position:static;
				margin:0;
				padding:10px;
		}
	#main-navigation .row .col-md-4 .navbar-header{
			display:flex;
				width:100%;
				align-items:center;
		}
	#main-navigation .navbar-header .navbar-brand{
			display:block;
				width:100%;
				text-align:center;
		}
	#main-navigation .navbar-header .navbar-brand img{
			width:100%;
				max-width:285px;
				margin:0 auto;
		}
	.new-menu-block .navbar-left{
			flex-wrap:wrap;
		}
	.new-menu-block .navbar-left li{
			display:block;
			width:100%;
		}
	.new-menu-block .new-phone-number{
			margin-left:0;
				margin-top:10px;
		}
	.new-menu-block .navbar-nav > li > a, .new-menu-block .new-phone-number{
			padding:10px;
		}
	.new-menu-block .new-phone-number a{
			text-decoration:none;
		}
	.navbar-collapse.collapse.in{
			left:0;
		}
}

#footer.new-footer{
	background-color:#DADADA;
		color:#000;
		padding:30px 0 10px;
}
#footer.new-footer ul{
	display:flex;
		flex-wrap:wrap;
}
#footer.new-footer small, #footer.new-footer a{
	color:#000;
}
#footer.new-footer a:hover{
	color:#ed552c;
}
#footer.new-footer ul.footer-contacts{
	margin-top:20px;
}
#footer.new-footer ul.footer-contacts > li{
	display:flex;
		width:100%;
		align-items:center;
		padding:2px 0;
}
#footer.new-footer ul.footer-contacts > li i {
	display:block;
		width:25px;
		text-align:center;
}
#footer.new-footer ul.footer-contacts > li small{
	padding-left:5px;
}
#footer.new-footer .col-md-6 .footer-contacts{
	padding-left:17px;
}
#footer.new-footer .col-md-6 .widget-address{
	padding-left:22px;
}
#footer.new-footer .footer-copy{
	padding:0 32px;
		margin-top:20px;
}
#footer.new-footer .footer-copy span{
	display:block;
		display:block;
		width:100%;
		text-align:center;
		border-top:1px solid #B7B7B7;
		padding:20px 0;
}
#footer.new-footer .footer-logo img{
	max-width:100%;
}

.nproduct-header{
	border: solid 1px #e5e5e5;
		border-radius:10px;
		padding:20px 40px;
	margin-bottom: 30px;
}
.nproduct-item h1{
	font-size:2.2em;
		margin-top:0;
}
.nproduct-item h2{
	font-size:2.5em;
		margin:1em 0 0.7em;
}
.nproduct-item h3{
	font-size:2em;
}
.nproduct-item .np-description p{
	font-size:1.2em;
	font-weight: 300;
}
.nproduct-item .sep-top-lg{
	padding-top:0;
}
.nproduct-item .product-info-link{
	display:flex;
		flex-wrap:no-wrap;
		width:100%;
		align-items:center;
		margin: 30px 0;
}
.nproduct-item .product-info-link:before{
	content:"";
		width:54px;
		height:54px;
		background-image:url("../images/pdf-icon.png");
		background-position:center center;
		background-repeat:no-repeat;
		background-size:contain;
	margin-right:20px;
}
.nproduct-item .np-price{
	font-size:2em;
		color: #006933;
		font-weight:bolder;
	margin: 20px 0;
}
.nproduct-item .np-buttons{
	display:flex;
		flex-wrap:nowrap;
		align-items:center;
}
.nproduct-item .np-buttons .np-button:first-child{
	margin-right:20px;
}
.nproduct-item .breadcrumb{
	margin:20px 0;
}
.nproduct-item .breadcrumb a{
	color:#000!important;
}
.nproduct-item .breadcrumb > * + *:before{
	color:#000;
}
.nproduct-item .np-buttons .marquiz__button{
	font-size:1em;
		padding: 12px 40px;
		border-radius: 40px;
		border: 2px solid #E6532B;
		background-color:transparent;
		box-shadow:none;
		color:#000;
}
.nproduct-item .np-description{
	margin-bottom:2em;
}
.nproduct-item table{
	width:100%;
}
.nproduct-item .widget .media-bordered{
	height:auto;
	border:none;
}
.hscroll-table{
	overflow-x:auto;
}
.nproduct-item .widget{
	display:flex;
	flex-wrap:wrap;
}
.nproduct-item .advantage{
	margin:1em 0;
}

.icon-box-content p.h5 {
		font-size: 16px;
		font-weight: 600;
		padding: 0;
		margin: 10px 0px;
}

.copyright.sep-top-xs.sep-bottom-s small {
	color: #999999;
	font-size: 10px;
}
.copyright.sep-top-xs.sep-bottom-s a {
	color: #999999;
		margin: 0 4px;
	font-size: 12px;
}
.copyright.sep-top-xs.sep-bottom-s a:hover {
		color: #ed552c;
}

@media only screen and (max-width:1200px){
	.nproduct-item .np-buttons{
			flex-wrap:wrap;
		}
	.nproduct-item .np-buttons .np-button:first-child{
			margin-right:auto;
		}
	.nproduct-item .np-buttons .np-button{
			width:100%;
				margin:10px auto;
				text-align:center;
		}
}
@media only screen and (max-width:992px){
	.nproduct-item h1, .nproduct-item .np-price{
			font-size: 1.8em;
		}
	.product-info-link {
		margin-top: 30px;
	}
}
@media only screen and (max-width:768px){
	.nproduct-item .nproduct-header{
			margin:0 20px;
		margin-bottom: 20px;
		}
	section.nproduct-item ul.advantage li{
			justify-content:flex-start;
		}
	.nproduct-item .btn{
			white-space:normal;
		}
		section.cover {
				padding: 60px 0px;
		}
}
#category-description {
	padding-bottom: 0;
}
#category-description.closed {
		max-height: 120px;
		overflow-y: hidden;
		margin-bottom: 12px;
}
#category-description.closed::after {
	content: '';
	width: 100%;
	height: 30px;
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
position: absolute;
top: 150px;
}
#show-more {
	display: block;
	margin: 0 auto;
	border-radius: 99px;
	background: transparent;
	padding: 3px 13px ;
	text-transform: uppercase;
	color: #555;
	border-color: #555;
	border-style: solid;
}
.post {
		padding: 20px;
}
.post article {
		padding: 20px;
		border: 1px solid #ccc;
		border-radius: 6px;
}
.product-options {
	margin-top: 5px;
}
.product-options p {
	margin: 0;
	font-size: 10px;
	padding: 0;
}
.product-image.outline-outwar {
	font-size: 13px;
}

.mslider {
	position: relative;
	margin-bottom: 30px;
}
.slider-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 10;
}
.slider-prev-arrow {
	left: 10px;
}
.slider-next-arrow {
	right: 10px;
}
.slider-arrow svg path {
	fill: #fff;
	transition: 300ms;
}
.slider-arrow:hover svg path {
	fill: #ed552c;
}
.mslider .slick-dots {
	width: 100%;
	display: flex!important;
	justify-content: center;
	position: absolute;
	bottom: 12px;
	left: 0;
	z-index: 10;
	margin: 0;
	gap: 10px;
	margin: 0;
	padding: 0;
}
.mslider .slick-dots > li button {
	display: none!important;
}
.mslider .slick-dots > li {
	cursor: pointer;
	background: #fff;
	width: 12px;
	height: 12px;
	transition: 300ms;
	border-radius: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
}
.mslider .slick-dots > li.slick-active {
	background: #ed552c;
}
.slider-prev-arrow svg {
	transform: rotate(180deg);
}
@media(max-width: 767px) {
	.slider-arrow {
		display: none!important;
	}
}
.cat-search {
	display: flex;
	justify-content: center;
	margin: 0 0 40px 0;
}
.cat-search-in {
	width: 500px;
	max-width: 100%;
}
.cat-search input[type="text"],
.head-search input[type="text"] {
	color: #000!important;
}
.cat-search input[type="text"]::placeholder,
.head-search input[type="text"]::placeholder {
	transition: 300ms;
}
.cat-search input[type="text"]:focus::placeholder,
.head-search input[type="text"]:focus::placeholder {
	opacity: 0;
}
.head-search {
	margin: 8px 0 0 40px;
	width: 250px;
}
.head-search .theme-form-group {
	line-height: 30px;
}
.head-search input[type="text"] {
	height: 35px!important;
}
.head-search .btn {
	padding: 3px 7px!important;
}
.copyright-h {
	display: flex;
	justify-content: flex-end;
}
@media(max-width: 1200px) {
	.head-search {
		margin-left: 0;
		width: 100%;
		margin-top: 12px;
	}
}
@media(max-width: 1050px) {
	.new-menu-block > .row > * {
		width: 100%!important;
		max-width: 100%!important;
	}
	#main-navigation .row {
		flex-wrap: wrap!important;
	}
}
@media(max-width: 768px) {
	.head-search {
		display: none!important;
	}
}
.blog-row {
	display: flex;
	flex-wrap: wrap;
}
#category-description img {
	max-width: 100%;
}
.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
	margin-bottom: 80px;
}
.wp-pagenavi .pages,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
	display: none;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .last {
	height: 36px!important;
	width: auto!important;
	min-width: 36px;
	text-align: center;
	border-radius: 50px;
	border: 2px solid #eee;
	font-size: 1em;
	color: #ed552c;
	line-height: 32px;
	margin: 0!important;
	box-shadow: none!important;
}
.wp-pagenavi .current,
.wp-pagenavi .page:hover,
.wp-pagenavi .last:hover {
	background: #ed552c;
	border-color: #ed552c;
	color: #fff;
}
.breadcrumb * {
	color: #000!important;
}
.breadcrumb .post {
	padding: 0!important;
}
.light .breadcrumb * {
	color: #fff!important;
}
.yamap iframe {
	width: 100%;
	display: block;
}
@media(max-width: 767px) {
	.sxslider + .sep-top-2x {
		padding-top: 0;
	}
}
.mtb {
	height: 315px;
}
.mtb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media(max-width: 500px) {
	.mtb {
		height: 240px;
	}
}
.marquiz__button {
	color: #fff!important;
	border-radius: 50px;
}
.marquiz__button {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .2s ease-out;
	color: var(--marquiz-button-text-color, #fff) !important;
	border: 1px solid var(--marquiz-button-color, #d34085);
	background-color: var(--marquiz-button-color, #d34085);
	padding: 18px 21px;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	text-decoration: none !important;
	overflow: hidden;
	position: relative;
}
.sxslider .slick-track {
	display: flex!important;
}
.sxslider-item {
	float: none!important;
	height: unset!important;
}
section.cover {
	height: 100%;
}
@media(min-width: 1100px) {
	.sxslider {
		height: 550px;
	}
	.preloader {
		display: none!important;
	}
}
@keyframes pulse {
    0% {
      transform:scale(0.9);
    }
    70% {
      transform:scale(1);
    }
    100% {
       transform:scale(0.9);
    }
}
.preloader-logo img {
	max-width:250px;
	animation: pulse 1.5s infinite;
	/*display:none;*/
}
.np-description img {
	max-width: 100%;
}