@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
@font-face {
    font-family:'Kreon';
    src: url( "../../fonts/Kreon/kreon-regular.ttf" );
    font-weight:400;
}
@font-face {
    font-family:'Kreon';
    src: url( "../../fonts/Kreon/kreon-regular.ttf" );
    font-weight:400;
}
@font-face {
    font-family:'Kreon';
    src: url( "../../fonts/Kreon/kreon-light.ttf" );
    font-weight:300;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
	color:#231F20;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:500;
	color:#58595B;
	background-repeat:no-repeat;
	background-position:fixed;
}
.site-border-top {
	border-top:6px solid #E01A00;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:0;
}
.container {
	max-width:1052px;
	padding-left:20px;
	padding-right:20px;
	background-color:#fff;
	z-index:1;
	position: relative;
}
.trans {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.trans:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.trans2 {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.trans2:hover {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
header {
	position:relative;
	padding-top:15px;
}

header .txt-img {
	padding-top:20px;
	padding-left:10px;
	margin-bottom:20px;
	display:inline-block;
}
.letter-container .letter, header .letter {
	float:right;
    background-color: #e6e7e8;
    color: #231F20;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    white-space: nowrap;
    text-decoration:none;
    font-size:13px;
}
#menu-main-menu {
	padding-left:0px;
	list-style: none;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#menu-main-menu li a {
	padding:10px 12px;
	font-family:'Kreon', Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing:1px;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	color:#231F20;
}
#menu-main-menu li.current-menu-item a,
#menu-main-menu li.current-page-ancestor a {
	color:#FF3817;
}
.banner-section {
	margin-top:30px;
	margin-bottom:20px;
}
.main-section {
	margin-top:10px;
	padding-bottom: 40px;
}
.main-section .row {
	padding-left:-8.5px;
	padding-right:-8.5px;
}
.home .main-section .row {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.main-section .item-container {
	padding-right:8.5px;
	padding-left:8.5px;

}
.main-section .item-container .item {
	background-color:#f9f9f9;
	padding:20px 20px 40px;
}
.main-section .item-container .item img {
	margin-bottom:10px;
}
.main-section .item-container .item .introtext {
    font-size: 16px;
    line-height: 24px;
    color: #3C3939;
    font-style: italic;
}
.home .main-section .item-container .item .introtext {
    font-size: 13px;
    line-height: 20px;
    font-style: normal;
    font-weight: 700;
	color: #000c;
}
.home .main-section .item-container .item, .home .main-section .item-container .item h6 {
    font-family: 'Noto Sans', sans-serif;
	color: #000c;
}
.home .main-section .item-container .item ul li {
	padding-left: 20px;
	font-size: 13px;
}
.home .main-section .item-container .item ul {
	padding-left: 0;
}
.home .main-section .item-container .item ul li:before {
    left: -20px;
    top: 0;
    bottom: 0;
    height: 1em;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    position: relative;
    content: "\2022";
    color: #000c;
    font-weight: bold;
    display: inline-block;
    background: none;
    width: 1px;
}
.home .main-section .item-container .item ul li>strong {
	font-weight: 400;
}
.home .main-section .item-container .item .link-container {
	display: inline-block;
}
.home .main-section .item-container .item .link-container .btn-link {
	width: 130px;
	margin-right: 10px;
}
.main-section .item-container .item h6 {
	font-size:13px;
	line-height:22px;
}
.main-section .item-container .item ul {
	list-style:none;
}
.main-section .item-container .item ul li {
	font-size:14px;
	line-height:24px;
	position:relative;
}
.main-section .item-container .item ul li:before {
	content:"";
	position:absolute;
	left:-13px;
	top:0;
	bottom:0;
	height:6px;
	width:6px;
	margin-top:auto;
	margin-bottom:auto;
	background-color:#FF3817;
	border-radius:50%;
}
.main-section .item-container .item .link-container {
	margin-top:16px;
}
.footer-first-img {
	margin-left:-20px;
	margin-right:-19px;
}
.footer-second-container {
	margin-top:30px;
	margin-bottom:30px;
	background-color:#fff;
}
.footer-second-img {
	/*max-width:756px;*/
	max-width:778px;
	margin-left:auto;
	margin-right:auto;
/*	padding-top:30px;
	padding-bottom:30px;*/
}
.container.foot {
	background-color:transparent;
}
.footer-second-img img {
	width:155px;
}
.footer-second-img .col-sm-9 {
	padding:0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
}
.footer-second-img .col-sm-3 {
	padding-right:10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}
.footer-site-map {
	max-width:915px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:10px 0 20px;
}
.footer-site-map .menu-site-map-container {
	display:inline-block;
    padding-left: 55px;
    padding-right: 45px;
    padding-top: 3px;
}
.footer-site-map .menu-site-map-container ul {
	padding-left:0;
	list-style:none;
}
.footer-site-map .menu-site-map-container ul li {
	display:inline-block;
}
.footer-site-map .menu-site-map-container ul li a {
    font-size: 12px;
    color: #58595B;
    text-align: center;
    padding: 0 9px 0 7px;
    line-height: 18px;
    width: 100%;
    text-decoration: none;
    border-right:1px solid #58595B;
}
.footer-site-map .menu-site-map-container ul li:last-of-type a {
	border-right:none;
}
.footer-site-map .footer-logo {
	position:absolute;
}
.footer-site-map .add-link {
	position:absolute;
	right:0;
	top: 27px;
	line-height: 34px;
	font-size: 34px;
	color:#333333;
}
footer {
	background-color:#FF3817;
	border-bottom:10px solid #E01A00;
	padding:15px 15px 5px;
}
footer .container {
	background-color:#FF3817;
}
footer .inner {
	color:#fff;
	font-size:11px;
	max-width:870px;
	margin:auto;
}
footer .inner a {
	color:#fff;
}

footer .inner .ebm {
	color:#231F20;
}
.page-sidebar {
	background-color:#F9F9F9;
}
.page-sidebar h5 {
    color: #231F20;
    background: #FFF;
    font-size: 21px;
    font-weight:bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    background-color:#fff;
    padding-bottom:15px;
    padding-left:15px;
}
.page-sidebar .company {
	margin-bottom:20px;
}
.page-sidebar .company a {
	display:block;
	padding:5px 15px;
	text-decoration:none;
}
.page-sidebar .company a span {
    font-size: 14px;
    color: #939598;
    font-weight: bold;
    font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: #ECEDEE 1px solid;
    line-height:0;
    padding-bottom:8px;
}
.page-sidebar .company a.active span {
	color:#FF3817;
}
.page-sidebar .company a.active span .fa {
	background-color:#FF3817;
}
.page-sidebar .company a span .fa {
    color: #fff;
    background-color: #939598;
    margin-right: 5px;
    font-size: 10px;
    display: inline-block;
    padding: 4.5px 6px 4.5px;
    border-radius:2px;
}
.page-sidebar .company a:hover span {
	color:#FF3817;
}
.page-sidebar .company a:hover span .fa {
	background-color:#FF3817;
}
.page-sidebar .news {
	padding:15px;
}
.page-sidebar .news h5 {
    color: #231F20;
    background:transparent;
    padding-left:0;
    padding-bottom:0;
}
.page-sidebar .news h6 {
    font-size: 18px;
    font-weight: bold;
    color: #231F20;
    line-height: 24px;
}
.page-sidebar .news p {
    font-size: 10px;
    line-height: 17px;
}
a.readmore {
	text-decoration:none;
}
.readmore {
    display: block;
    color: #231F20;
    text-decoration: none;
    width: 84px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 10px;
	background-color: #E6E7E8;
    border: none;
    border-radius: 5px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.readmore:hover {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	background-color:#FF3817;
	color:#fff;
}
a.btn-link {
	text-decoration:none !important;
}
.btn-link {
	display: block;
    color: #231F20 !important;
    text-decoration: none;
    width: 150px;
    height: 40px !important;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
    background-color: #E6E7E8;
    border: none;
    border-radius: 5px;
}
.btn-link:hover {
    background-color: #FF3817;
}
.page-container .page-button {
	margin-top:50px;
}
.page-container .btn-container {
	margin-top:16px;
}
.page-container {
	padding:40px 0px 50px;
}
.page-container img {
	max-width:100%;
	height:auto;
}
.page-container img.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.page-container img.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.page-container img.aligncenter {
	float:none;
	display:block;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
.page-container ul {
	list-style:none;
}
.page-container ul li {
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.page-container ul li:before {
content: "";
    position: absolute;
    left: -13px;
    top: 0;
    bottom: 0;
    height: 5px;
    width: 5px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #FF3817;
    border-radius: 50%;
}
.page-container h1 {
    text-align: left;
    font-size: 36px;
    padding: 4px 0 15px 0px;
    font-weight: bold;
    line-height: 40px;
}
.page-container h2 {
    font-size: 24px;
    line-height: 32px;
    color:#231F20;
    font-weight:bold;
}
.page-container h3 {
    font-size: 19px;
    line-height: 25px;
    font-weight:bold;
    color:#231F20;
}
.page-container .full-content {
	padding-right:15px;
}
.page-container table {
	margin:20px 0;
	font-size:14px;
}
.page-container table td {
    border: 1px solid #000000;
    padding:12px 10px;
}
.page-container .subtxt {
	font-size: 16px;
    line-height: 24px;
    color: #3C3939;
    font-style: italic;
    margin-bottom:15px;
}

.page-container table tr th,
.ml-responsive-table .ml-table {
	font-size:13px;
    padding: 0 10px 3px 10px;
}
.ml-responsive-table .ml-table a {
	color:#FF3817;
}
.ml-responsive-table {
	font-family: Arial, Helvetica, sans-serif;
/*	max-width:500px;
	margin-left:auto;
	margin-right:auto;*/
}
.ml-responsive-table .ml-table
.page-container p {
	font-size:14px;
}
.page-container td a {
	color:#FF3817;
}
.page-container p a {
	color:#FF3817;
	word-wrap:break-word;
}
.page-container .subtxtbld {
    font-size: 24px;
}
body.category .page-container h1 {
	margin-bottom:8px;
}
.news-content {
	margin-top:20px;
}
.news-content h3 {
    font-size: 36px;
    padding: 4px 0 15px 0px;
    font-weight: bold;
    line-height: 40px;
}
.news-content .article {
	margin-bottom:20px;
}
.pagination-area {
	text-align:center;
	font-size:13px;
}
.pagination-area a {
	color:#FF3817;
	text-decoration:none;
	margin:0 1px;
}
.pagination-area span {
	margin:0 1px;
}
.pagination-area .page-of {
	margin-top:10px;
}
.single-post .single-container h1 {
    color: #231F20;
    font-size: 36px;
    padding: 4px 0 15px 0px;
    font-weight: bold;
    line-height: 40px;
}
.faq-container {
	padding-left:20px;
	margin-top:30px;
}
.faq-container .faq {
	margin-bottom:15px;
	border-bottom:1px solid #ECEDEE;
}
.faq-container .faq:last-child {
	border-bottom:none;
}
.faq-container .faq .question {
	min-height:35px;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:20px;
	font-size: 16px;
    line-height: 24px;
    color: #3C3939;
    font-style: italic;
    position:relative;
    padding-left:55px;
}
.faq-container .faq .answer {
	min-height:35px;
	padding-top:6px;
	padding-bottom:6px;
	font-size:13px;
    position:relative;
    padding-left:55px;
}
.faq-container .faq .q-class {
	position:absolute;
	left:0;
	top:0;
    background-color: #FF3817;
    color: #fff;
    font-size: 22px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    padding: 5px 9px;
    font-style:italic;
}
.faq-container .faq .a-class {
	position:absolute;
	left:0;
	top:0;
	background-color:#231F20;
	color:#fff;
	font-size:20px;
	height:35px;
	width:35px;
	border-radius:50%;
	padding: 2px 11px;
	font-style:italic;
}
.extra-field {
}
.extra-field .text {
	font-size:14px;
	margin-bottom:15px;
}
.extra-field hr {
	margin-top:25px;
	margin-bottom:25px;
}

.contact-sidebar .details {
	margin-top:20px;
}
.contact-sidebar .details .item {
	margin-bottom:15px;
	position:relative;
	padding-top:6px;
	padding-left:53px;
	min-height:38px;
}
.contact-sidebar .details .item.map-container {
	padding-left:0;
}

.contact-sidebar .details .item span a {
	color:#FF3817;
	font-weight:600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	word-wrap:break-word;
}
.contact-sidebar .details .item span a.tel, .contact-sidebar .details .item span {
	color:#231F20;
    font-size:19px;
    line-height:25px;
    font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
}
.contact-sidebar .details .item .icon {
	position:absolute;
	left:0;
	top:0;
}
.contact-sidebar .details .item.address-field span {
	font-size: 16px;
    line-height: 24px;
    color: #3C3939;
    font-style: italic;
    font-weight:normal;
}
.contact-sidebar .details .additional {
	margin-top:25px;
    color: #BCBEC0;
    font-size: 10px;
    text-transform: uppercase;
    line-height:22px;
}
.contact-container .wpcf7 {
	margin-top:30px;
}
.contact-container .wpcf7 input[type="text"],
.contact-container .wpcf7 input[type="email"],
.contact-container .wpcf7 input[type="tel"],
.contact-container .wpcf7 textarea,
.contact-container .wpcf7 select {
	width:100%;
    background: #E6E7E8;
    padding: 8px;
    border: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    margin-bottom:10px;
}
.contact-container p {
	margin-bottom:0;
}
.contact-container .wpcf7-recaptcha {
	margin-bottom:10px;
}
.contact-container .wpcf7 textarea {
	margin-bottom:5px;
}
.contact-container .wpcf7-response-output {
	text-align:center;
	font-size:14px;
	margin-top:20px;
}
.contact-container .wpcf7-submit {
	cursor:pointer;
	text-decoration:none;
}
.contact-social-media {
	padding:0;
	margin-bottom:0;
	margin-top:20px;
}
.contact-social-media li {
	display:block;
	margin-bottom:20px;
    position: relative;
    padding-top: 6px;
    padding-left: 53px;
    min-height: 38px;
}
.contact-social-media li:last-of-type {
	margin-bottom:0;
}
.contact-social-media li:before {
	display:none;
}
.contact-social-media li span {
	color:#fff;
	background-color:#FF3817;
	height:38px;
	width:38px;
	padding:8.5px 14px;
	border-radius:50%;
	font-size:18px;
	display:block;
	line-height:normal;
	position: absolute;
    left: 0;
    top: 0;
/*    bottom:0;
    margin-top:auto;
    margin-bottom:auto;*/
}
.contact-social-media li a {
	color:#FF3817;
	word-wrap:break-word;

}
.contact-social-media li a:hover {
	opacity:0.9;
}

.stocklists {
	margin-top:30px;
}
.stocklists .store-item {
	padding:15px 0;
	padding-right:15px;
	border-top:1px solid #ECEDEE;
}
.stocklists .store-item .detail {
	padding:15px 0;
}
.stocklists .store-item .detail .name {
    font-size: 19px;
    line-height: 25px;
}
.stocklists .store-item .detail .lbl {
    color: #FF3817;
    margin-top:15px;
    font-weight:bold;
    font-size:14px;
}
.stocklists .store-item .detail .lbl2 {
    margin-top:15px;
    margin-bottom:15px;
    font-weight:bold;
    font-size:14px;
}
.stocklist-container .extra-contents {
	margin-top:5px;
}
.stocklist-container .extra-contents p {
	margin-top:5px;
	font-size:13px;
}
.page-template-templatesdistributor-template-php .page-container .table-responsive {
	margin-bottom:50px;
	overflow-x:initial;
}
.page-template-templatesdistributor-template-php .page-container table {
	font-family:Arial, Helvetica, sans-serif;
}
.page-template-templatesdistributor-template-php .page-container table td {
	border:none;
	padding:12px 10px 0px 0;

}
.swiper-container {
	height:303px;
}
.swiper-container .swiper-wrapper .swiper-slide {
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	position:relative;
}
.swiper-container .swiper-wrapper .swiper-slide a {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.mobile-menu {
	display:none;
	position:relative;
}
#trigger {
    cursor: pointer;
    position: absolute;
    right: 0;
    top:0;
    font-size: 30px;
    color: #000;
}
.container.head {
	z-index:2;
}
.mobile-menu .menu-main-menu-container {
	position: fixed;
    right:-250px;
    top: 0;
    bottom:0;
    width: 250px;
    background-color:#F9F9F9;
    border-left: #ECEDEE 1px solid;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mobile-menu .menu-main-menu-container.active {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	right:0px;
}
.mobile-menu .menu-main-menu-container ul {
	list-style: none;
    margin: 0;
    padding: 40px 20px 30px;
}
#close {
	position: fixed;
	top: 20px;
	right:-230px;
	z-index:1;
	font-size:20px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#close.active {
	right:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mobile-menu .menu-main-menu-container ul a {
	color:#231F20;
	padding: 10px 12px;
	display:block;
    font-family: 'Kreon', Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    text-transform: uppercase;
    border-bottom: #ECEDEE 1px solid;
    text-decoration:none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.mobile-menu .menu-main-menu-container ul a:hover,
.mobile-menu .menu-main-menu-container ul li.current-menu-item a,
.mobile-menu .menu-main-menu-container ul li.current-page-ancestor a {
	background-color:#FF3817;
	color:#fff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.mobile-header-logo {
	display:none;
	margin-bottom:10px;
	padding:0 30px;
}
.mobile-header-logo .letter-container {
	margin-top:20px;
}
/*.letter-container.letter-mobile {
	display:none;
}*/
.page-sidebar.page-sidebar-mobile {
	display:none;
	margin-top:30px;
	margin-bottom:10px;
	/*border-top:1px solid #E01A00;*/
}
.page-sidebar.page-sidebar-mobile h5 {
	padding-top:30px;
}

/*Responsive*/
@media (max-width:1199px) {
	#menu-main-menu li a {
		font-size:16px;
		padding: 10px 10px;

	}
}
@media (max-width:1051px) {
/*	.page-template-templatesdistributor-template-php .page-container .table-responsive {
		overflow-x:auto;
	}
	.page-template-templatesdistributor-template-php .page-container table {
		width:800px;
	}*/
/*  .page-template-templatesdistributor-template-php .page-container table {
    border: 0;
  }

  .page-template-templatesdistributor-template-php .page-container table caption {
    font-size: 1.3em;
  }
  
  .page-template-templatesdistributor-template-php .page-container table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .page-template-templatesdistributor-template-php .page-container table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .page-template-templatesdistributor-template-php .page-container table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    width:100%;
  }
  
  .page-template-templatesdistributor-template-php .page-container table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .page-template-templatesdistributor-template-php .page-container table td:last-child {
    border-bottom: 0;
  }*/
}
@media (max-width:991px) {
	.mobile-menu {
		display:block;
		position:absolute;
		right:0;
		top:90px;
	}
	.site-main-menu {
		display:none;
	}
	.page-container table td {
		width:20%;
	}
/*	#menu-main-menu li a {
		font-size:16px;
		padding: 10px 5px;
	}*/
}
@media (max-width:767px) {
	.mobile-header-logo {
		display:block;
	}
	.initial-header-menu {
		display:none;
	}
	.letter-container .letter, header .letter {
		margin-top:0;
		float:none;
		display:inline-block;
	}
	.footer-site-map .menu-site-map-container {
		text-align:center;
	}
	.mobile-menu {
		top:25px;
	}
	.main-section .item-container {
		margin-top:20px;
	}
	.main-section .item-container .item {
		height:auto !important;
		margin-bottom:20px;
	}
	.page-sidebar {
		margin-bottom:30px;
	}
	.page-container .full-content {
		padding-right:0;
	}
	.page-sidebar.page-sidebar-mobile {
		display:block;
	}
	.page-sidebar-main {
		display:none;
	}
	.footer-first-img {
		display:none;
	}
	.page-container {
		padding-bottom:10px;
		padding-top:30px;
	}
	.page-container h1 img {
		display:block;
	}
	.page-sidebar.page-sidebar-mobile h5 {
		padding-top:20px;
	}
	.archive.category .page-sidebar .news,
	.page-template-templatescompany-template-php .page-sidebar .news {
		display:none;
	}
	.page-template-templatescompany-template-php .page-sidebar.page-sidebar-mobile .news {
		display:block;
	}
/*	.letter-container.letter-mobile {
		display:block;
	}*/
/*	.letter-container.letter-main {
		display:none;
	}
	.letter-container {
		text-align: center;
	}*/
/*	.foot {
		border-top:1px solid #E01A00;
	}*/
}
@media (max-width:575px) {
	body {
		overflow-x:hidden;
	}
	.mobile-header-logo img {
		max-width:50%;
	}
	.mobile-header-logo img.main-logo {
		max-width:40%;
	}
	footer .inner {
		text-align:center;
	}
	footer .inner p {
		text-align: center !important;
	}
	.container {
		padding-left:15px;
		padding-right:15px;
	}
	.page-container .content-area {
		margin-bottom:30px;
	}
	.page-container .page-button {
		margin-top:30px;
	}
	.stocklists .store-item .detail {
		text-align:center;
	}
	.stocklists .store-item .detail .readmore {
		margin-left:auto;
		margin-right:auto;
	}
	.stocklists .store-item .col-sm-7 {
	  -webkit-box-ordinal-group: 2;  
	  -moz-box-ordinal-group: 2; 
	  -ms-flex-order: 2;
	  -webkit-order: 2;
	  order: 2;                       
	}
	.footer-second-img {
		text-align:center;
		padding-left:15px;
		padding-right:15px;
	}
	.footer-second-img img {
		margin-left:auto;
		margin-right:auto;
		display:block;
		margin-bottom:10px;
	}
	.footer-second-img .col-sm-9,
	.footer-second-img .col-sm-3 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}
@media (max-width:420px) {
	.footer-site-map .menu-site-map-container {
		padding:55px 0 0;
	}
	.footer-site-map .footer-logo {
		left:0;
		right:0;
	}
	.footer-site-map {
		padding-bottom:40px;
	}
	.footer-site-map .add-link {
		bottom: 10px;
		top: auto;
		left: 0;
		right: 0;
		text-align: center;
	}
}

.page-id-23 .page-container ul {
	padding-left: 20px;
}
.page-id-23 .page-container ul li {
	font-size: 16px;
}
.page-id-23 .page-container ul li:before {
    left: -20px;
    top: 0;
    bottom: 0;
    height: 1em;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    position: relative;
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    background: none;
    width: 1px;
}
.page-id-23 .page-container ul ul li:before {
	content: "\226B";
}