/*
	Theme Name: daniamant
	Author: Daniamant
*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Candara';
	src: url('fonts/Candara.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	src: url(fonts/Khand-Regular.ttf);
	font-family: 'Khand';
	font-weight: 400;
}

@font-face {
	src: url(fonts/Khand-Medium.ttf);
	font-family: 'Khand';
	font-weight: 500;
}

@font-face {
	src: url(fonts/Khand-Semibold.ttf);
	font-family: 'Khand';
	font-weight: 600;
}

@font-face {
	src: url(fonts/Khand-Bold.ttf);
	font-family: 'Khand';
	font-weight: 700;
}

@font-face {
	src: url(fonts/Montserrat-Light.ttf);
	font-family: 'Montserrat';
	font-weight: 300;
}

@font-face {
	src: url(fonts/Montserrat-Regular.ttf);
	font-family: 'Montserrat';
	font-weight: 400;
}

@font-face {
	src: url(fonts/Montserrat-Bold.ttf);
	font-family: 'Montserrat';
	font-weight: 600;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
	font-size: 62.5%;
}

body {
	font-family: 'Khand', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	overflow-x: hidden;
}

h1 {
	font-size: 1.5em;
	font-weight: 600;
	margin: 15px 0 0;
}

h2 {
	font-size: 3em;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 15px;
}

h3 {
	margin: 0;
	font-size: 1.5em;
}

b,
strong {
	font-weight: 600;
}

main {
	padding-bottom: 2em;
}

main.frontpage {
	background-position: bottom center;
	background-repeat: no-repeat;
}

.page-content p {
	text-transform: uppercase;
	font-size: 1.85em;
	font-weight: 700;
	padding: 6em 0;
	line-height: 1;
}


/* clear */

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #808080;
	text-decoration: none;
}

a img {
	vertical-align: middle;
}

a:hover {
	color: #444;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

p {
	font-weight: 500;
	margin-top: 0;
}

p:empty {
	display: none;
}

.text-center {
	text-align: center;
}

.no-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.no-list>li {
	display: inline-block;
}

ul.col3,
.category main>.wrapper {
	margin-right: -15px;
	margin-left: -15px;
}

ul.col3>li,
.category article.products {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	vertical-align: top;
}

ul.col5 {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

ul.col5>li {
	display: inline-block;
	width: calc(50% - 2px);
	margin-bottom: -30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 7.5px;
	vertical-align: top;
}

ul.col5>li img {
	display: block;
	margin: auto;
	width: 100%;
}

table {
	width: 100%;
}

table thead {
	background: #b5c4ce;
}

table th {
	text-align: left;
}

th,
td {
	padding: 5px;
	border-bottom: 2px solid #fff;
}

tbody {
	font-weight: 500;
}

tbody>tr:nth-child(odd) {
	background: #f1f2f2;
}

tbody>tr:nth-child(even) {
	background: #e3e3e3;
}

.cat-item-none {
	display: none;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
	max-width: 976px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.wrapper:after,
.type-page:after {
	content: "";
	display: block;
	clear: both;
}


/* header */

.header {}

.header>wrapper {
	display: table;
}

ul.socials {
	background: #808080;
	text-align: center;
	padding: 0 5px;
	border-radius: 0 0 10px 10px;
	margin: 0;
}

ul.socials>li {
	display: inline-block;
	color: #fff;
	padding: 0 5px;
	font-size: 20px;
}

ul.socials>li a {
	color: #fff;
	font-size: 25px;
	padding: 5px;
}


/* logo */

.logo {
	padding: 10px 0;
	vertical-align: top;
}

.logo-img {
	display: block;
	margin: 15px auto;
	max-width: 520px;
	width: 100%;
}


/* nav */

.nav {
	background: #000;
	display: none;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav ul a {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 10px;
	display: block;
}

.menu-item a img {
	height: auto;
}

.slogan {
	background: url(img/slogan-bg.jpg) top center no-repeat;
	line-height: 1;
	background-size: cover;
	height: 85px;
}

.slogan p {
	margin: 0;
	text-align: right;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, .7);
	font-style: italic;
	font-size: 30px;
	font-family: Candara, Arial;
	padding: 15px 0 10px;
}


/* sidebar */

.sidebar {}


/* footer */

.footer {
	background-color: #2b2b2b;
	background-image: url(img/footer-bg.png);
	color: #fff;
	padding: 25px 0 20px;
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align: center;
	font-size: .95em;
}

.footer .widget_text {
	display: inline-block;
	width: 230px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	vertical-align: top;
	margin-bottom: 5px;
}

.footer .button {
	margin-top: 8px;
}

.footer .widget_text .adr {
	min-height: 100px;
}

.footer .widget_text .tel,
.footer .widget_text .vat {
	min-height: 50px;
}

.footer .widget_text .mail {
	min-height: 70px;
}

.footer h3 {
	text-transform: uppercase;
	color: #808080;
	margin: 0;
	font-size: 1.2em;
	line-height: 1;
}

.footer a {
	color: #fff;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.right-col>div,
.right-col>ul {
	margin: 0 0 1em;
}


/* Front Page */

.main_categories .bx-wrapper {
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}

.main_categories .bx-wrapper .bx-pager {
	display: none;
}

.main_categories img {
	display: block;
	margin: auto;
	max-height: 125px;
}

.main_categories .icon {
	display: block;
	padding: 15px;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 1)), to(rgba(228, 230, 233, 1)));
	background: linear-gradient(to bottom, rgba(242, 242, 242, 1) 0%, rgba(228, 230, 233, 1) 100%);
	border-bottom: 3px solid #132548;
}

.main_categories .product_slide {
	color: #246086;
	padding: 30px 10px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 237, 244, 1)), to(rgba(187, 210, 224, 1)));
	background: linear-gradient(to bottom, rgba(229, 237, 244, 1) 0%, rgba(187, 210, 224, 1) 100%);
}

.main_categories .content:after {
	content: '';
	display: block;
	clear: both;
}

.main_categories .content .title {
	color: #246086;
	font-weight: 700;
	font-size: 30px;
}

.main_categories .content p {
	margin: 0 0 15px;
	font-weight: 600;
	font-size: .9em;
	line-height: 1.1;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	min-height: 30px;
}

.main_categories .content ul {
	list-style: none;
	padding: 0 0 15px;
	border-bottom: 1px dotted;
	margin: 0 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	min-height: 126px;
}

.main_categories .content ul li {
	font-size: .9em;
	margin-bottom: 5px;
	display: none;
}

.main_categories .content ul li:nth-child(-n+4) {
	display: block;
}

.main_categories .content ul li:before {
	content: ".";
	position: relative;
	font-size: 30px;
	left: -5px;
	top: -3px;
	line-height: 0;
}

.categories p {
	padding: 0 5px;
	position: relative;
	top: -60px;
	line-height: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	background: rgba(0, 53, 87, .75);
	text-transform: uppercase;
	margin: 0;
}

.categories p>span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-size: .95em;
}

.category .col3 > li {
	background: #f6f6f6;
    	margin: 10px 0;
	-webkit-transition: all .2s;
    	transition: all .2s;
}

.category .col3 > li:hover {
	webkit-transition: all .2s;
    	transition: all .2s;
    	-webkit-box-shadow: 0 -10px 40px rgba(0, 0, 0, .4);
   	box-shadow: 0 -10px 40px rgba(0, 0, 0, .4);
}

.middle_banner {
	position: relative;
	max-height: 500px;
}

.middle_banner img {
	display: block;
	margin: auto;
	width: 100%;
}

.middle_banner p {
	position: absolute;
	top: 15%;
	left: 15px;
	right: 0;
	bottom: 0;
	width: 500px;
	margin: 0 auto;
	max-width: 100%;
	padding: 5px;
}

.middle_banner p .big_text {
	color: #808080;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
}

.middle_banner p .small_text {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}

.slider .bx-wrapper .read_more,
.button {
	color: #fff;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	background: #000;
	padding: 5px 15px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	letter-spacing: 1px
}

.button {
	border: none;
	text-transform: uppercase;
}

.slider .bx-wrapper .read_more {
	position: absolute;
	right: 12%;
	top: 70%;
}

.slider .bx-wrapper .caption {
	padding: 15px;
	color: #fff;
	background: rgba(0, 53, 87, .65);
}

.slider .bx-wrapper .caption h2 {
	font-size: 2em;
	margin: 0;
	color: #000;
}

.slider .bx-wrapper .caption p {
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	font-size: .9em;
	padding-bottom: 20px;
}

.home .bx-wrapper {
	background: #fff;
	margin: 30px 0;
	padding: 10px;
	border: none;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .6);
	box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}

.top_slider {
	margin-top: 2px;
}

.home .top_slider .bx-wrapper {
	background: #fff;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .6);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .6);
	margin-bottom: 40px;
}

.bx-wrapper .bx-pager {
	display: none;
}

#moble_menu {
	width: 100%;
	height: 45px;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	padding: 10px;
	display: block;
	background: #000;
	text-align: right;
}

#moble_menu span {
	display: block;
	position: absolute;
	height: 1px;
	width: 40px;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	right: 10px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#moble_menu span:first-child {
	top: 10px;
}

#moble_menu span:nth-child(2) {
	top: 20px;
}

#moble_menu span:nth-child(3) {
	top: 30px;
}

.mm-opening #moble_menu span:nth-child(1) {
	top: 20px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mm-opening #moble_menu span:nth-child(2) {
	opacity: 0;
	right: -60px;
}

.mm-opening #moble_menu span:nth-child(3) {
	top: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#mmenu.mm-menu.mm-theme-dark {
	background: #000;
	z-index: 999;
}

.menu-image-title {
	display: block;
}


/* Product Page */

.product-page {
	font-weight: 500;
}

.file_list {
	background: #000;
	border-radius: 10px;
	color: #fff;
	padding: 20px;
	max-width: 400px;
}

.file_list strong {
	font-size: 1.5em;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

.file_list li {
	list-style: none;
	padding-left: 10px;
	line-height: 1.2;
}

.file_list li a {
	color: #fff;
}

.icon_section {
	background: #eef4f8;
	padding: 10px 0 20px 20px;
	border-radius: 10px;
}

.icon_section:empty {
	display: none;
}

.icon_section img {
	width: 40%;
	vertical-align: middle;
	display: inline-block;
}

.icon_section ul {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding-left: 10px;
	list-style: none;
	font-size: .9em;
}

.icon_section ul>li:not(.headline) {
	padding-left: 10px;
	list-style: none;
}

.file_list>li:before,
.icon_section ul>li:not(.headline):before {
	content: ".";
	position: relative;
	font-size: 30px;
	left: -5px;
	top: -3px;
	line-height: 0;
}

.icon_section ul .headline {
	margin-bottom: 20px;
	font-size: 1.2em;
}

.icon_section ul .headline strong {
	font-size: 2em;
	line-height: 1;
	font-weight: 600;
}

.vw {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.vw>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.request_field #request {
	display: block;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #808080;
	border-radius: 10px;
	font-weight: 600;
	font-size: 2em;
	line-height: 2em;
}

.request_field>.wpcf7 {
	display: none;
}

.short_desc {
	margin-bottom: 20px;
}

.prduct_gallery {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}

.prduct_gallery:after {
	content: "";
	display: block;
	clear: both;
}

.prduct_gallery li {
	width: calc(25% - 10px);
	float: right;
	border: 1px solid #d8d8d8;
	border-radius: 10px;
	margin-bottom: 15px;
	height: 120px;
	overflow: hidden;
}

.prduct_gallery li a {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.prduct_gallery li a span {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
}

.prduct_gallery li a img {
	display: block;
	margin: auto;
	width: 100%;
}

.prduct_gallery li:first-child {
	width: 75%;
	float: left;
	height: 390px;
}


/* Text Pages */

.page_title {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page_title img,
a:not(.image) .wp-post-image {
	padding: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
	box-shadow: 0 0 10px rgba(0, 0, 0, .7);
}

a:not(.image) .wp-post-image {
	width: 100%;
	margin-bottom: 15px;
}

.page_title h1 {
	position: absolute;
	top: 10px;
	left: 10%;
	background: rgba(0, 0, 0, .7);
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.about {
	color: #fff;
}

.about li img {
	width: 100%;
}

.about li .content {
	padding: 10px;
}

.about li .content strong {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1;
}

.contact-page p {
	font-size: .95em;
}

p.country {
	font-weight: 600;
	font-size: 1.5em;
}


/* Blog */

article.post,
.category article.products {
	background: #f6f6f6;
	padding: 15px;
	margin: 10px 0;
}

.category article.products {
	-webkit-transition: all .2s;
	transition: all .2s;
}

.category article.products:hover {
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-box-shadow: 0 -10px 40px rgba(0, 0, 0, .4);
	box-shadow: 0 -10px 40px rgba(0, 0, 0, .4);
}

.category .category-list article.products .name {
	margin-bottom: 5px;
}

.category .category-list article.products {
	padding: 10px;
	font-size: .9em;
	width: 100%;
}

.category article.products .image {
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	height: 120px;
}

.category .category-list article.products .image {
	height: 80px;
	display: block;
	text-align: center;
	width: 100%;
}

.category article.products .image img {
	height: 100%;
	width: auto;
	display: block;
	margin: auto;
}

.post .image,
.post .image img,
.products .image,
.products .image img {
	display: none;
}

.deatails {
	line-height: 1;
}

.deatails .name {
	font-size: 1.5em;
	margin: 0 0 15px;
}

.deatails .description_short {
	min-height: 36px;
}

.deatails .date {
	font-size: .9em
}

.type-products .deatails .date {
	display: none;
}

.deatails .read_more {
	color: #808080;
	font-weight: 500;
}

.deatails p:not(.date) {
	font-weight: 600;
}

.deatails p {
	margin-bottom: 5px;
}

.category .read_more {
	color: #fff;
	text-align: center;
	display: inline-block;
	background: #ee5260;
	padding: 5px 10px;
	border-radius: 5px;
}


/* WHERE TO BUY */

#map {
	position: relative;
}

#map a {
	color: #000;
	font-weight: 500;
}

#map>a {
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	font-size: .9em;
}

#map>a[data-list="#europe"] {
	top: 32%;
	left: 40%;
}

#map>a[data-list="#africa"] {
	top: 65%;
	left: 45%;
}

#map>a[data-list="#australasia"] {
	top: 60%;
	left: 75%;
}

#map>a[data-list="#americas"] {
	top: 50%;
	left: 10%;
}

#map>a[data-list="#asia"] {
	top: 35%;
	left: 83%;
}

#map>a[data-list="#middle-east"] {
	top: 50%;
	left: 60%;
	line-height: 1;
}

#map .city_list {
	display: none;
	position: absolute;
	background: rgba(220, 230, 233, .9);
	border: 1px solid;
	top: 20%;
	left: 0;
	right: 0;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 350px;
	margin: auto;
	z-index: 100;
}

#map .city_list .title {
	font-weight: 600;
	font-size: 2em;
	margin: 0 0 10px;
	line-height: 1;
	border-bottom: 2px solid;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#map .city_list .close_btn {
	position: absolute;
	top: 5px;
	font-family: 'Montserrat';
	right: 10px;
	font-weight: 300;
}

#map .city_list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#map .city_list ul li {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

strong.headline {
	display: block;
	background: #000;
	color: #fff;
	padding: 5px 15px;
}


/* Spare Parts */

.product_table .thead.row {
	display: none;
}

.tbody.row:nth-child(even) {
	background: #eee;
}

.tbody.row:nth-child(odd) {
	background: #808080;
}

.tbody.row .col {
	position: relative;
	padding: 10px;
	padding-left: 45%;
	border-bottom: 1px solid;
}

.tbody.row .col:before {
	position: absolute;
	left: 5px;
	font-weight: 600;
}

.tbody.row .col:nth-child(1):before {
	content: "Item Code";
}

.tbody.row .col:nth-child(2):before {
	content: "Description";
}

.tbody.row .col:nth-child(3):before {
	content: "Colour";
}

.tbody.row .col:nth-child(4):before {
	content: "Weight";
}

.tbody.row .col:nth-child(5):before {
	content: "Used on";
}

.tbody.row .col:nth-child(6):before {
	content: "Visual";
}

.product_grid {
	margin-left: -15px;
	margin-right: -15px;
}

.product_grid .col {
	margin: 15px;
}

.product_grid .col .image img {
	padding: 10px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
	box-shadow: 0 0 15px rgba(0, 0, 0, .4);
	margin: 0 auto 15px;
	display: block;
	width: 100%;
}

.product_grid .out_of_stock {
	color: #ee5260;
}

.product_grid p {
	margin: 0;
}

.product_grid .col:nth-child(odd) {
	clear: both;
}


/* Quality */

.table {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.table .row {
	display: table-row;
}

.row {
	border-bottom: 2px solid #fff;
}

.row:nth-child(odd) {
	background: #f5f5f5;
}

.row:nth-child(even) {
	background: #e3e3e3;
}

.col {
	padding: 5px 15px;
	display: inline-block
}

.table .col {
	display: table-cell;
}

.quality3.table .col {
	vertical-align: top;
}

.quality1.table .col {
	text-align: center;
}

.quality1.table .col:first-child {
	text-align: right;
}

.row.headline {
	color: #fff;
	background: #000;
	font-weight: 500;
}

.row.headline .col {
	padding: 5px 15px;
}

.quality1.table .headline .col {
	text-align: center;
}

.quality2.table .col {
	vertical-align: middle;
}

.bx-wrapper .bx-controls-direction a {
	background-position: center center;
	background-size: 12px;
	opacity: .5;
}

.bx-wrapper .bx-controls-direction .bx-prev {
	background-image: url(images/arrow-prev.png);
}

.bx-wrapper .bx-controls-direction .bx-next {
	background-image: url(images/arrow-next.png);
}

.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper .bx-controls-direction a:focus {
	opacity: 1;
	background-position: center center;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width: 479px) {
	.quality1.table .headline {
		display: none;
	}
	.quality1.table .row .col {
		position: relative;
		padding-left: 45%;
		text-align: right;
		height: 30px;
	}
	.quality1.table .row .col:before {
		font-weight: 500;
		position: absolute;
		left: 5px;
	}
	.quality1.table .row div:nth-child(2):before {
		content: "Daniamant ApS";
	}
	.quality1.table .row>.col:nth-child(3):before {
		content: "Daniamant Ltd";
	}
	.quality1.table .row .col:nth-child(4):before {
		content: "Daniamant Electronics";
	}
	.quality1.table .row .col:first-child {
		font-weight: 500;
		color: #fff;
		background: #000;
		text-align: center;
		position: static;
		padding: 5px;
	}
	.quality1.table .quality1.table .row,
	.quality1.table .row .col,
	.quality3.table .col {
		display: block;
	}
	.quality3.table .col:not(:last-child) {
		text-align: center;
	}
}

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {
	.logo {
		display: table-cell;
	}
	ul.socials {
		float: right;
		display: table-cell;
	}
	.slogan p {
		font-size: 60px;
	}
	.footer {
		text-align: left;
	}
	#map>a {
		font-size: 1em;
	}
	.product_table {
		display: table;
		width: 100%;
	}
	.product_table .row {
		background: none;
	}
	.product_table .row,
	.product_table .thead.row {
		display: table-row;
	}
	.product_table .thead.row {
		background: #000;
	}
	.product_table .tbody.row .col:before {
		content: "";
	}
	.product_table .row .col {
		display: table-cell;
		vertical-align: top;
		padding: 5px;
		width: 14%;
	}
	.product_table .th.col {
		color: #fff;
	}
	.product_grid .col {
		float: left;
		width: 49%;
		width: calc(50% - 30px);
	}
}

@media only screen and (min-width:768px) {
	ul.col3>li,
	.category article.products {
		width: calc(33.33% - 2px);
	}
	ul.col5>li {
		width: calc(20% - 2.5px);
	}
	.middle_banner>p {
		top: 28%;
	}
	.middle_banner>p .big_text {
		font-size: 75px;
		line-height: 60px;
	}
	.middle_banner>p .small_text {
		font-size: 30px;
	}
	.post .image,
	.post .image img,
	.products .image,
	.products .image img {
		display: inline-block;
		vertical-align: middle;
		width: 160px;
	}
	.deatails {
		width: 70%;
		display: inline-block;
		vertical-align: middle;
		margin-left: 15px;
	}
	.category .category-list article.products {
		width: calc(33% - 3px);
	}
	.category .category-list article.products .image {
		height: 70px;
		display: inline-block;
		text-align: center;
		width: 15%;
		margin-bottom: 0;
	}
	.category .category-list article.products .deatails {
		width: 75%;
		font-size: .85em;
	}
	.category .category-list article.products .description_short {
		min-height: 0;
	}
	.page-content p {
		font-size: 3em;
	}
	.footer #text-5 {
		float: right;
	}
}

@media only screen and (min-width:1024px) {
	#moble_menu,
	#mmenu.mm-menu.mm-theme-dark {
		display: none;
	}
	.nav .wrapper>ul>li {
		display: inline-block;
	}
	.nav .wrapper>ul>li>a {
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.nav .wrapper>ul li:hover>a,
	.nav .wrapper>ul li.current-menu-item>a,
	.nav .wrapper>ul li.current-page-parent>a {
		color: #808080;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	#menu {
		display: block;
	}
	#menu .search {
		float: right;
		padding: 7px 10px 5px;
		background: #808080;
	}
	#menu .search-input,
	#menu .search-submit {
		background: none;
		border: none;
		text-transform: uppercase;
		color: #fff;
		font-size: 1.1em;
	}
	#menu .search-input::-webkit-input-placeholder {
		color: #fff;
		font-weight: 600;
	}
	#menu.nav .wrapper>ul {
		float: left;
	}
	#menu.nav ul a {
		display: block;
		font-weight: 600;
		padding: 5px;
	}
	#menu.nav .wrapper>ul>li>a {
		padding: 8px 20px 6px 0;
		margin-right: 20px;
	}
	#menu.nav .wrapper>ul>li>ul {
		opacity: 0;
		position: absolute;
		top: 100%;
		padding-top: 5px;
		z-index: -1;
		left: 0;
		right: 0;
	}
	#menu.nav .wrapper>ul>li>ul>li {
		display: inline-block;
		min-width: 160px;
	}
	#menu.nav .wrapper>ul>li>ul>li>a {
		background: #000;
		text-align: center;
		padding: 5px;
		margin: 0;
	}
	#menu.nav .wrapper>ul>li>ul>li>ul {
		background: url(img/menu-bg.png) top left repeat-y;
		background-size: 975px;
		min-height: 95px;
		margin-bottom: 5px;
	}
	#menu.nav .wrapper>ul>li>ul>li>ul>li {
		background: #f4f4f4;
		margin: 5px 0;
		width: 160px;
		font-size: .9em;
		display: inline-block;
		vertical-align: top;
	}
	#menu.nav .wrapper>ul>li>ul>li>ul a {
		color: #000;
	}
	#menu.nav .wrapper>ul>li>ul>li>ul>li>a {
		padding-left: 12px;
		text-align: left;
	}
	#menu.nav .wrapper>ul>li>ul>li>ul>li ul {
		list-style: disc;
		padding-left: 30px;
	}
	#menu.nav .wrapper>ul>li>ul>li>ul>li ul a {
		padding: 0;
		font-weight: 500;
	}
	#menu.nav .wrapper>ul>li:hover>ul {
		opacity: 1;
		z-index: 99;
	}
	.page_title h1 {
		line-height: 1;
		padding-top: 10px;
		font-size: 5em;
	}
	.slider .bx-wrapper .caption {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10%;
		width: 310px;
	}
	.footer .widget_text:not(:last-child) .textwidget {
		min-height: 300px;
	}
	.left-col {
		width: 55%;
		float: left;
		margin-right: 5%;
	}
	.right-col {
		width: 40%;
		float: right;
	}
}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

#mc_embed_signup_scroll {
	padding-top: 10px;
}

#mc_embed_signup_scroll input[type="text"],
#mc_embed_signup_scroll input[type="email"] {
	margin-top: 10px;
	border-radius: 10px;
	padding: 3px 10px;
	text-transform: uppercase;
	border: none;
	width: 100%;
}

#mc_embed_signup_scroll ul {
	list-style: none;
	padding: 10px;
	margin: 10px 0;
	background: #fff;
	color: #8c8b8b;
	border-radius: 5px;
}

#mc_embed_signup_scroll ul input,
#mc_embed_signup_scroll ul label {
	vertical-align: middle;
	display: inline-block;
}

#mc_embed_signup_scroll ul label {
	margin-left: 5px;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
