﻿@charset "utf-8";
/*
 /*
 Theme Name: Xe Tai
 Theme URI: http://www.huynhtin.com/xetai
 Author: HuynhTin
 Author URI: http://www.huynhtin.com
 Description: This project be building for LienKetTre's customer, started on 09/03/2016
 Version: 1.0
 */

/* CSS Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html{
	font-size: 62.5%;
	text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1rem 0;
}
table th, table td {
    padding: 10px 8px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #dddddd;
}
table th {    
    color: #ffffff; 
    border-bottom: none;
    font-weight: 600;
}    

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 10px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 28px; } /* 28px */
h2 { font-size: 24px; } /* 24px */
h3 { font-size: 21px; } /* 21px */
h4 { font-size: 18px; } /* 18px */
h5 , h6 { font-size: 15px; } /* 16px */

p { margin-bottom: 10px; }
p img { margin: 0; }
p:empty { display: none; }

em, i { font-style: italic;}
strong, b { font-weight: bold; }
small { font-size: 10px; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 14px; color: #000; }
blockquote p { margin: 0; }
blockquote blockquote { font-size: 1rem;}
blockquote { margin: 0 0 1.5rem; padding: 10px 15px; border-left: 3px solid #F99719; background: #CCE4FC }
blockquote cite { display: block; font-size: 12px; color: #555; margin-top: 10px;}
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0px; height: 0; }

/* #Links */
a {
   transition: color 50ms linear;
    -moz-transition: color 50ms linear;
    -webkit-transition: color 50ms linear;
    -o-transition: color 50ms linear;
}
a, a:visited { text-decoration: none; outline: 0; }
p a, p a:visited { line-height: inherit; }


/* #Lists */
ul, ol{
	margin-bottom: 10px;
}
ol { list-style: decimal;}
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 10px 0 10px 30px; }
ul ul li, ul ol li,
li { margin-bottom: 0; list-style-position: inside }
.entry-content ul, .entry-content ol{
	margin-left: 25px;
}

.entry-content ul ul li, .entry-content ul ol li,.entry-content li { list-style-position: outside; padding-left: 15px; }
ul.error{
	margin: 10px 0;
	background: #FFD7D7;
	border: 1px solid #F93636;
	padding: 5px 10px;
	border-radius: 4px;
	list-style: none;
}
ul.message{
	margin: 10px 0;
	background: #A2F998;
	border: 1px solid #1CC109;
	padding: 5px 10px;
	border-radius: 4px;
	list-style: none;
}
/* Images */

img{
    max-width:100%;  
    height:auto;
}
   
.left{
	float: left;
}
.right{
	float: right;
}
.entry-content h2{
	font-size: 15px;
	font-size: 1.5rem;
}
.entry-content h3,
.entry-content h4{
	font-size: 14px;
	font-size: 1.4rem;
}
p.center {
	text-align: center;
}
.alignright{float: right; margin: 5px 0px 5px 5px;}

.alignleft{float: left; margin: 5px 5px 5px 0px;}

.aligncenter{ margin: 0 auto; display: block;}
.wp-caption{
	text-align: center;
	padding-top: 5px;
	background: #f5f5f5;
	max-width: 100%;
}
.wp-caption-text{
	text-align: center;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}
/* Grid */
.columns .full {
	width: 100%;
	clear: both;
}
.columns .col-2 {
	float: left;
	width: 49%;
}
.columns .col-2:nth-child(2n) {
	float: right;
}
.columns .col-2.right {
	float: right;
}
.columns .col-3 {
	float: left;
	margin: 0 2% 2% 0;
	width: 32%;
}
.columns .col-4 {
	float: left;
	margin: 0 2% 2% 0;
	width: 23.5%;
}
.columns .col-5 {
	float: left;
	margin: 0 1.25% 1.25% 0;
	width: 19%;
}
.columns .col-6 {
	float: left;
	margin: 0 1.4% 1.4% 0;
	width: 15.5%;
}
.columns .col-7 {
	float: left;
	margin: 0 1.5% 1.5% 0;
	width: 13%;
}
.columns .col-8 {
	float: left;
	margin: 0 1% 1% 0;
	width: 11.5%;
}
.columns .col-3:nth-child(3n+3), 
.columns .col-4:nth-child(4n+4), 
.columns .col-5:nth-child(5n+5), 
.columns .col-6:nth-child(6n+6), 
.columns .col-7:nth-child(7n+7), 
.columns .col-8:nth-child(8n+8) {
	margin-right: 0 !important;
}
.columns .col-3:nth-child(3n+4), 
.columns .col-4:nth-child(4n+5), 
.columns .col-5:nth-child(5n+6), 
.columns .col-6:nth-child(6n+7), 
.columns .col-7:nth-child(7n+8), 
.columns .col-8:nth-child(8n+9) {
	clear: left;
}
.table{
	display: table;
	margin: auto;
	width: 100%;
}
.table .row{
	display: table-row;
}
.table .cell{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.messages .mes{
	padding: 5px 10px;
	border-radius: 2px;
	background: #eee;
}
.messages .mes.success{
	color: #01C101;
	border: 1px solid #89b755;
    background: #f6ffec;
}
.messages .mes.error{
	color: #f00;
	border: 1px solid #f00;
}
/* Form */
form input[type=text],
form input[type=email],
form input[type=password]{
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	margin-bottom: 0px;
	border-radius: 3px;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus{
	border-color: #FFD100;
}
form input[type=submit]{
	background: -moz-linear-gradient(center top , #6C6A6A, #545353);
	background: -webkit-linear-gradient(center top , #6C6A6A, #545353);
	background: -o-linear-gradient(center top , #6C6A6A, #545353);
	background: linear-gradient(center top , #6C6A6A, #545353);
	border: 0;
	padding: 8px 10px;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	cursor: pointer;
	border-radius: 3px;
}
form input[type=submit]:hover{
	background: -moz-linear-gradient(center top , #8C6A6A, #745353);
	background: -webkit-linear-gradient(center top , #8C6A6A, #745353);
	background: -o-linear-gradient(center top , #8C6A6A, #745353);
	background: linear-gradient(center top , #8C6A6A, #745353);
}
form .medium{
	width: 50%;
}
form .large{
	width: 90%;
}
/* Parallax */
.parallax {
	position: relative;
	overflow: hidden;
	height: 300px;
}
.parallax:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ddd;
	z-index: -2;
}
.parallax .layer_back{
	display: block;
	position: absolute;
	z-index: -1;
}
.parallax .layer_back img{
	width: 100%;
	display: block;
	height: auto;
	max-height: none;
}
.parallax .background_layer{	
	height: 100%;
	color: #fff;
	overflow: hidden;
}
/* Body Start */
body{
	font-family: Arial, Times New Roman, sans-serif;
	background: #f9f9f9;
	background-size: cover;
	color: #2d3133;
	line-height: 1.8;
	font-size: 16px;
	font-size: 1.6rem;
}
html,body{
	min-width: 320px;
}
.fix-width{
	margin: 0 10px;
}
.no-padding{
	padding: 0px;
}
#main{
	padding-bottom: 30px;
}
.ht-custom-tab .header-tab{
	list-style: none;
	border-bottom: 3px solid #0053A4;
}
.ht-custom-tab .header-tab .the-tab{
	text-transform: uppercase;
	display: inline-block;
	background: #eee;
	color: #000;
	font-family: "roboto condensed", tahoma;
	padding: 8px 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	cursor: pointer;
	transition: .3s all ease-in-out;
}
.ht-custom-tab .header-tab .the-tab.active,
.ht-custom-tab .header-tab .the-tab:hover{
	background: #0053A4;
	color: #fff;
}
.ht-custom-tab .tab-content{
	display: none;
}
.ht-custom-tab .tab-content.active{
	display: block;
}
/*                                             Header
================================================================================ */
/* Header */
.branding {
	position: relative;
	padding: 0;	
	background: #ffcd2e;
	z-index: 1;
}
.branding .banner{
	position: relative;
}
.branding .logo-img{
	display: inline-block;
	padding: 10px 0 10px;
    vertical-align: middle;
}
.branding .logo-img img {
    display: block;
}
.site-information {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.site-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    font-weight: 600;
    font-family: "Roboto Condensed","times new roman",arial;
    text-transform: uppercase;
}
.site-title a{
	color: #EB111D;
}
.site-title em{
	display: block;
    font-size: 23px;
    font-size: 2.3rem;
    font-style: normal
}
.site-description {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 -40px 0px 0;
    font-family: "Roboto Condensed","times new roman",arial;
    text-align: right;
    color: #F57C21;
    display: none;
}
/* MENU */
#main-nav{
	background: #ebebeb;
	color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #ED1B25;
	box-shadow: 0 0 5px 4px rgba(164,150,125,.48);
}
#primary-menu{
	display: inline-block;
}
#main-nav .search-item {
    float: right;
    margin: 6px 0 0;
}
#main-nav .search-item form {
    font-size: 0;
    margin: 0;
}
#main-nav .search-item input {
    border-radius: 3px 0 0 3px;
    border-right: 0 none;
}
#main-nav .search-item button{
	background-color: #1E4266;
    box-sizing: unset;
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    padding: 0 15px;
    transition: all 200ms ease-in-out 0s;
    border-radius: 0  3px 3px 0 ;
}
#main-nav .search-item input, 
#main-nav .search-item button {
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
    margin: 0;
    border: 0;
    width: auto !important;
    height: 32px;
}
#main-nav .search-item button:hover {
	background-color: #ED1B25;
}
.main-menu a{
	color: #000;
	display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.main-menu > nav > ul{
	margin: 0;
	list-style: none;
}
.main-menu > nav > ul {
    font-size: 0;
}
.main-menu > nav > ul li {
    font-size: 1.3rem;
    position: relative;
	transition: all 0.3s ease-in-out 0s;
}
.main-menu > nav > ul > li{
	display: inline-block;
}
.main-menu > nav > ul > li > a{
	padding: 0 15px;
	line-height: 45px;
	margin-right: 1px;
}
.main-menu > nav > ul > li > a .fa{
	vertical-align: middle;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 40px;
}
.main-menu > nav > ul > li.menu-item-has-children:hover:before {
    bottom: -5px;
    height: 8px;
    line-height: 8px;
    content: "\f0d7";
    font-family: "FontAwesome";
    left: 48%;
    position: absolute;
    z-index: 99999999;
}
.main-menu > nav > ul > li:hover::before,
.main-menu > nav > ul > li.current-menu-ancestor::before,
.main-menu > nav > ul > li.current-menu-item::before,
.main-menu > nav > ul > li.current-menu-parent::before,
.main-menu > nav > ul > li.current_page_item::before,
.main-menu > nav > ul > li.current-product-ancestor::before{ 
	color: #ED1B25;
}

.main-menu > nav > ul > li.current_page_item > a, 
.main-menu > nav > ul > li.current-menu-ancestor > a, 
.main-menu > nav > ul > li.current-menu-item > a, 
.main-menu > nav > ul > li.current-menu-parent > a, 
.main-menu > nav > ul > li.current-product-ancestor > a,
.main-menu > nav > ul > li:hover > a {
    background-color: #ED1B25;
}
.main-menu > nav > ul li:hover {
    z-index: 9999;
}
.main-menu > nav > ul ul {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    left: 0px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    min-width: 200px;
    z-index: 99999;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s cubic-bezier(0, 0.08, 0.21, 1.3) 0s;
    transform: scale(0);
    list-style: none;
    margin: 0;
}
.main-menu > nav > ul .menu-item.menu-item-has-children:hover > ul {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.main-menu > nav > ul ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease 0s;
}
.main-menu > nav > ul ul li:first-child {
    border-top: medium none;
}
.main-menu > nav > ul ul ul{
    border-top: 0 none;
    left: 100%;
    margin-top: 0;
    top: 0 !important;
}
.main-menu > nav > ul ul a {
    border: 0 none !important;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    height: auto;
    margin: 0;
    padding: 10px 20px 10px 25px;
    width: auto;
}

.main-menu > nav > ul ul li.current_page_item,
.main-menu > nav > ul ul li.current-menu-ancestor,
.main-menu > nav > ul ul li.current-menu-item,
.main-menu > nav > ul ul li.current-menu-parent,
.main-menu > nav > ul ul li:hover{
	border-bottom:1px solid #da3434; 
}
.main-menu > nav > ul ul li.current_page_item > a, 
.main-menu > nav > ul ul li.current-menu-ancestor > a, 
.main-menu > nav > ul ul li.current-menu-item > a, 
.main-menu > nav > ul ul li.current-menu-parent > a, 
.main-menu > nav > ul ul li:hover > a {
    background: transparent;
    padding-left: 30px;
    padding-right: 15px;
    color: #fff;
}

/* Mobile */
.main-menu .menu-mobile-icon{
	display: none;
}
/*SLIDER*/
#ht-slider{
	position: relative;	
}
#ht-slider .main-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;	
	background: transparent;
	z-index: 0;
}
#ht-slider .main-slider .slide{
	position: relative;
	list-style: none;
}
#slider .owl-controls {
	position: absolute;
	top: 50%;
	top: calc(50% - 20px);
	left: 0;
	right: 0;
	display: block;
	opacity: 1;
	transition: .3s all ease-in-out;
}
#slider .owl-controls .owl-prev, 
#slider .owl-controls .owl-next {
	width: 40px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	border: 3px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	transition: .3s all ease;
	padding-left: 5px;
}
#slider .owl-controls .owl-prev {
	padding-left: 0;
	padding-right: 5px;
}
#slider:hover .owl-controls .owl-prev, 
#slider:hover .owl-controls .owl-next {
	border: 3px solid #ED1B25;
	color: #ED1B25;
}
#slider:hover .owl-controls .owl-prev:hover, 
#slider:hover .owl-controls .owl-next:hover{
	color: #0053A4;
}
#slider .owl-controls .owl-prev:before, 
#slider .owl-controls .owl-next:before {
	font-family: FontAwesome;
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
}
#slider .owl-controls .owl-prev {
	left: 10px; 
}
#slider .owl-controls .owl-prev:before {
    content: '\f053';
}
#slider .owl-controls .owl-next {
	right: 10px; 
}
#slider .owl-controls .owl-next:before {
	content: '\f054'; 
}
/* MAIN */
.skip-main{
	display: none;
}
#container{
	padding: 15px 0 0;
	border-bottom: 0px;
}
#primary:not(.fix-width){
    padding: 0;
}
#secondary{
	margin-top: 20px;
	margin-bottom: 10px;
}

/* BREADCRUMS */
 #crumbs{
	margin: 0;
	padding: 0 0px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    background: rgba(41,124,153,.4);
    letter-spacing: 2px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
}
.fix-width #crumbs{
	padding: 0 10px;
	border-radius: 3px;
}
.fix-width #crumbs .fix-width{
	width: auto;
}
#crumbs .delimiter{
	margin: 0 5px;
}
#crumbs a{
	color: #fff;
}
#crumbs .breadcrumb > span{
	padding: 0 5px;
}
/* Home */
.home .section-home{
	padding: 0px 0;
}
.home .section-home .section-title{
	font-size: 14px;
    font-size: 1.4rem;
    color: #090909;
	margin: 0 0 50px;
	overflow: hidden;	
	position: relative;
	border-bottom: 1px solid #a8a8a8;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
}
.home .section-home .section-title span{
	display: inline-block;
	color: #090909;
	line-height: 45px;
	position: relative;
}
.section-home .section-description{
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #464646;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
}
.section-home .section-description h1,
.section-home .section-description h2,
.section-home .section-description h3,
.section-home .section-description h4{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	margin: 0 0 20px;
}
.section-home .section-description h1 span,
.section-home .section-description h2 span,
.section-home .section-description h3 span,
.section-home .section-description h4 span{
	color: #ed1c24;
}
.home #about-us{
	padding: 40px 0;
	text-align: justify;
	overflow: hidden;
}
.home #about-us .about-us{
	font-family: "roboto condensed";
}
.home #about-us .about-us-content{
	background: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 16px;
	font-size: 1.6rm;
}
.home #about-us .about-us h1,
.home #about-us .about-us h2{
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 0;
}
.home #about-us .about-us .readmore{
	text-align: right;
}
.archive-product .entry > .readmore,
.archive-header .view-all {
	float: right;
}
.home #about-us .about-us .readmore a,
.archive-product .entry > .readmore a,
.archive-header .view-all {
    background: #EB111D;
    border-radius: 2px;
    color: #f5f7fa;
    cursor: pointer;
    display: inline-block;
    font-family: "roboto condensed";
    font-size: 1.2rem;
    font-weight: 600;
    height: 30px;
    line-height: 26px;
    padding: 0px 5px 0 12px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.archive-header .view-all {
	border-radius: 3px 3px 0 0;
}
.home #about-us .about-us .readmore a:hover,
.archive-product .entry > .readmore a,
.archive-header .view-all:hover{
	background: 	;
}
.archive-product .entry > .readmore a:hover{
	background: #EB111D;
}
.home #about-us .about-us .readmore span,
.archive-product .entry > .readmore span,
.archive-header .view-all span{
	vertical-align: middle;
}
.home #about-us .about-us .readmore .icon,
.entry > .readmore .icon,
.archive-header .view-all .icon {
    border-left: 1px solid #d3dad7;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-left: 15px;
    padding-left: 10px;
    vertical-align: middle;
    width: 7px;
}
.home #about-us .block-info:before,
.home #about-us .block-info:after{
	background: #f9f9f9;
}
.home #about-us .facebook-page{
	margin-top: 20px;
	text-align: center;
}
#other-information .category {
	position: relative;
}
.list-brand {
	position: relative;
}
#other-information .category .owl-controls {
    position: absolute;
    right: 0;
    top: -40px;
}
#other-information .category .owl-controls .owl-prev, 
#other-information .category .owl-controls .owl-next {
    background: #e25440;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: bottom;
    width: 24px;
    margin-left: 5px; 
    font-size: 0;
}
#other-information .category .owl-controls .owl-prev:hover, 
#other-information .category .owl-controls .owl-next:hover {
    background: #01AFF1;
}
#other-information .category .owl-controls .owl-prev:before, 
#other-information .category .owl-controls .owl-next:before{
	font-family: fontAwesome;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
}
#other-information .category .owl-controls .owl-prev:before{
	content: '\f104';
}
#other-information .category .owl-controls .owl-next:before{
	content: '\f105';
}
.list-brand .brand{
	width: 31%;
	float: left;
	position: relative;
	text-align: center;
	margin: 0 auto 3.5% 3.5%;
}
.list-brand .brand:nth-child(3n + 1){
	margin-left: 0;
	clear: left;
}
.list-brand .brand a{
	display: block;
}
.list-brand .brand img{
	display: inline-block;
	vertical-align: bottom;
}
.list-brand .brand .brand-name{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: rgba(235, 17, 29, .9);
	color: #fff;
	transition: .3s all ease-in-out;
}
.list-brand .brand:hover .brand-name{
	opacity: 1;
}
.list-brand .brand .brand-name:before{
	display: inline-block;
	content: '';
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.list-brand .brand .brand-name span{
	vertical-align: middle;
	display: inline-block;
	padding: 5px 0;
	position: relative;
	text-align: center;
}
.list-brand .brand .brand-name span:before,
.list-brand .brand .brand-name span:after{
	content: '';
	width: 0;
	border-bottom: 1px solid #eee;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;	
	margin: auto;
	transition: .6s all ease-in-out;
}
.list-brand .brand .brand-name span:before{
	top: 0;
}
.list-brand .brand .brand-name span:after{
	bottom: 0;
}
.list-brand .brand .brand-name:hover span:before,
.list-brand .brand .brand-name:hover span:after{
	width: 100%;
}

.block-info{
	background: #fff;
	border-radius: 10px;
	padding: 15px 30px;
	position: relative;
	color: #595a5a;
	text-transform: uppercase;
}
.block-info:not(:last-child){
	margin-bottom: 8px;
}
.block-info:before,
.block-info:after{
	content: '';
	display: block;
	position: absolute;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #CCD0BD;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -18px;
}
.block-info:after{
	right: -18px;
	left: auto;
}
.block-info .thumb-info{
	position: absolute;
	right: 45px;
	bottom: 0;
}
.block-info.support{
	background: #85999C;
	color: #fff;
}
.block-info.support p{
	margin: 0;
}
.block-info.support .hotline{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}
.block-info.support .hotline span{
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.35;
}
.block-info.support .email{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
}
.block-info.support .hotline span,
.block-info.support .email span{
	color: #ffe400;
    display: inline-block;
    vertical-align: top;
}
.block-info.support .thumb-info{
	right: 20px;
}
#other-information{
	padding: 40px 0;
	font-size: 0;
}
#other-information .box-info{
	font-size: 14px;
	font-size: 1.4rem;
}
#other-information .box-info .box-title{
	border-bottom: 1px solid #e6e8e0;
    color: #ED1B25;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
#other-information .service{
	position: relative;
}
#other-information .service:not(:last-child){
	margin-bottom: 10px;	
}
#other-information .service img{
	display: block;
	width: 100%;
}
#other-information .service .service-title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8px 10px;
	background: rgba(255,255,255,.8);
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	transition: .3s all ease-in-out
}
#other-information .service:hover .service-title{
	background: rgba(0, 83, 164, .8);
}
#other-information .service .service-title a{
	display: block;
	color: #20248C;
	transition: .3s all ease-in-out
}
#other-information .service:hover .service-title a{
	color: #fff;
}
#other-information .box-info.reviews .box-content,
#other-information .box-info.newsletter .box-content{
	padding-top: 10px;
	line-height: 1.3;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: justify;
	color: #44575a;
}
.home .news:not(:last-child){
	margin-bottom: 7px;
	padding-bottom: 6.5px;
	border-bottom: 1px dashed #ddd;
}
.home .news:after{
    clear: both;
    content: "";
    display: block;
    height: 0px;
}
.home .news .thumb {
    display: block;
    float: left;
    height: 60px;
    margin-right: 10px;
    overflow: hidden;
    width: 90px;
}
.home .news .thumb img {
    display: block;
    min-height: 100%;
    min-width: 100%;
}
.home .news .entry-content {
    float: left;
    width: calc(100% - 100px);
}
.home .news .time {
    color: #c9c9c9;
    display: block;
    font-family: "Arno Pro","times new roman",arial;
    font-size: 1.2rem;
    letter-spacing: 0.3px;
    line-height: 1;
    vertical-align: top;
}
.home .news .entry-title {
    display: inline-block;
    font-family: "Arno Pro","times new roman",arial;
    font-size: 1.4rem;
    font-weight: 100;
    line-height: 1.4;
    margin: 0px 0 10px;
}
.home .news .entry-title a {
    color: #3e3e3e;
}
.home .news .entry-title a:hover {
    text-decoration: underline;
}

/* Archive */
.archive.taxonomy{
	
}
.archive.taxonomy article .thumb{
}
/* PAGE */
.intro-banner .layer_back{
	text-align: center;
}
.intro-banner img{
	display: inline-block;
	vertical-align: bottom;
}
.intro-banner.parallax,
.intro-banner.parallax-static{
	border-bottom: 5px solid #205F78;
}
.intro-banner.parallax{
	height: 270px;	
	width: 100%;
}
.intro-banner.parallax .layer_back,
.intro-banner.parallax-static .layer_bac{
	width: 100%;
}
.intro-banner.parallax .background_layer,
.intro-banner.parallax-static .background_layer{
	color: #fff;
	position: relative;
}
.intro-banner.parallax .background_layer #crumbs,
.intro-banner.parallax-static .background_layer #crumbs{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-transform: uppercase;
	color: #fff;
}
.page .intro-page{
	padding: 75px 0 55px;
	background: #E3E4DF;
}
.page .intro-page .section-title{
	color: #315c74;
	font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.35;
    margin: 0;
}
.page .intro-page .section-title:after {
    background-color: #00a8ed;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    right: 0;
    position: absolute;
    width: 75px;
    margin: auto;
}
.page .main-content{
	padding: 60px 70px;
}
.page .main-content .block-info:before, 
.page .main-content .block-info::after{
	background: #F3F4EF;
}


.template-contact-us .entry-title {
    margin-bottom: 10px;
}
.template-contact-us .informations {
    padding: 50px 0;
}
.template-contact-us .informations .apart {
    color: #fff;
    float: left;
    font-size: 0;
    margin-right: 3.5%;
    width: 31%;
}
.template-contact-us .informations .apart:first-child {
    width: 36%;
}
.template-contact-us .informations .apart:nth-child(2) {
    width: 25%;
}
.template-contact-us .informations .apart:nth-child(3n+3) {
    margin-right: 0;
}
.template-contact-us .informations .apart .icon {
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #777 inset;
    display: inline-block;
    font-size: 1.4rem;
    height: 90px;
    margin-right: 30px;
    vertical-align: middle;
    width: 90px;
}
.template-contact-us .informations .apart.address .icon {
    background: rgba(0, 0, 0, 0) url("images/icon_home.png") no-repeat scroll center center;
}
.template-contact-us .informations .apart.tel .icon {
    background: rgba(0, 0, 0, 0) url("images/icon_tel.png") no-repeat scroll center center;
}
.template-contact-us .informations .apart.email .icon {
    background: rgba(0, 0, 0, 0) url("images/icon_email.png") no-repeat scroll center center;
}
.template-contact-us .informations .apart .info {
    color: #c5c5c5;
    display: inline-block;
    font-size: 1.4rem;
    vertical-align: middle;
    width: calc(100% - 120px);
}
.template-contact-us .informations .apart .info p {
    margin: 0;
}
.template-contact-us .main-content {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 80px 0;
}
.template-contact-us .form-contact {
    background: #eaebe5 none repeat scroll 0 0;
    border-radius: 1px;
    padding: 4% 5%;
}
.template-contact-us .maps {
    background: #eaebe5 none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px 0;
}
.template-contact-us .maps iframe {
    display: block;
    height: 250px;
}
.template-contact-us .entry-content form .row {
    margin: 0 0 20px;
}
.template-contact-us .entry-content form label {
    display: block;
    line-height: 2.5;
}
.template-contact-us .entry-content form input[type="text"], .template-contact-us .entry-content form textarea {
    border-color: #d1d1d1 #f9f9f9 #fcfcfc #dfdfdf;
    border-style: solid;
    border-width: 1px;
}
.template-contact-us .entry-content form input {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    width: calc(100% - 20px);
}
.template-contact-us .entry-content form textarea {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    height: 215px;
    padding: 10px;
    resize: vertical;
    width: calc(100% - 20px);
}
.template-contact-us .entry-content form input[type="submit"] {
    background: #f26015 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    text-transform: uppercase;
    width: auto;
}
.template-contact-us .entry-content form input[type="submit"]:hover {
    background: #f89b1c none repeat scroll 0 0;
}
.captcha input {
    display: inline-block;
    width: 50%;
}
.captcha .display-img {
    display: inline-block;
    vertical-align: middle;
}
.captcha .display-img > img {
    display: inline-block;
    vertical-align: middle;
}
.captcha .display-img .refresh {
    background: #3dc8f3 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}
.captcha .display-img .refresh:hover, .captcha .display-img .refresh.loading {
    background: #f89b1c none repeat scroll 0 0;
}
.captcha .display-img .refresh.loading::before {
    animation: 1s linear 0s normal none infinite running rotating;
    display: inline-block;
}
.template-contact-us .maps iframe {
    width: 100% !important;
    height: 100%;
}

.share-social{
	margin-top: 20px;
	padding-top: 15px;
	background: url("images/bg_about_us_title.png") repeat-x scroll left top;
}
.share-social .LikeFacebook > span{margin-right: 15px;}

.archive-content + .archive-header{
	margin-top: 50px;
}
.archive .archive-header.loop-header{
	background: linear-gradient(to right, rgba(255,255,255,1),rgba(255,255,255,0) 80%);
}
.archive .archive-title{
	color: #ED1B25;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 20px auto 10px;
	padding-bottom: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #ED1B25;
}
.archive .archive-header.loop-header .archive-title{
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 15px;
	border-top-left-radius: 5px;
}
.archive .archive-title > .fa-truck,
.widget .widget-title .fa-truck{
	font-size: 22px;
	font-size: 2rem;
	margin-right: 5px;
	transform: rotateY(180deg);
	color: #ffcd2e;
}
.widget .widget-title .fa-truck{
	font-size: 25px;
	font-size: 2.5rem;
	margin-right: 10px;
}
.widget .widget-title.menu-title .fa-truck{
	color: #fff;
}
.archive-content > .entry {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #EAEAEA;
}
.archive-content > .entry:nth-child(1){
	border-top: 0;
	margin-top: 0px;
}
.archive-content > .entry .thumb {
	background: #fff;
    border: 1px solid #eee;
    display: block;
    margin-bottom: 15px;
}
.archive-product > .entry .thumb{
	height: 200px;
	overflow: hidden;
	font-size: 0;
	position: relative;
}
.archive-product > .entry .thumb:before{
	display: inline-block;
	height: 100%;
	width: 0;
	content: '';
	vertical-align: middle;
}
.archive-content > .entry .thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.archive-product > .entry .thumb img{
	display: inline-block;
	vertical-align: middle;
}
.category-content > .entry .time {
    background: #EAEAEA;
    border-radius: 1px;
    color: #273A6A;
    float: left;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}
.category-content > .entry .time .date {
    border-bottom: 1px solid #CECECE;
    color: #273A6A;
    display: block;
    font-size: 3.6rem;
    line-height: 1.5;
    text-align: center;
}
.category-content > .entry .time .month-year {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 5px 0;
    text-align: center;
}
.category-content > .entry .entry-title {
    float: left;
    font-size: 1.2rem;
    line-height: 2;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    width: calc(100% - 90px);
}
.archive-product > .entry .entry-title{
	font-size: 14px;
	font-size: 1.4rem;
    text-transform: uppercase; 
}
.archive-content > .entry .entry-title a {
    color: #515151;
}
.archive-content > .entry .entry-title a:hover {
    color: #ee8014;
}
.archive-product > .entry .product-price{
	margin: 0;
	display: inline-block;
}
.archive-product > .entry .product-price:not(.price-sale){
	color: #e24c44;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase; 
}
.archive-product > .entry .product-price:not(.price-sale) .value{
	font-weight: bold;
}
.archive-product > .entry .price-sale{
	color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}
.archive-product > .entry .price-sale .value{
	text-decoration: line-through;
}
.product .thumb .stick-product.hot,
.product .thumb .stick-product.new{
    display: inline-block;
    padding: 3px 5px;
    background: #ED1B2F;
    color: #fafafa;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9; 
    font-size: 12px;
    font-family: "roboto condensed";
    font-weight: 600;
    border-radius: 2px;
    letter-spacing: 1px;
}
.product .thumb .stick-product.hot:before{
    content: 'HOT';
}
.product .thumb .stick-product.new:before{
    content: 'NEW';
}
.container-search-form{
	background: #F1F1F1;
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ddd;
}
.container-search-form .search-form{
	font-size: 0;
	border-radius: 0;
	position: relative;
}
.container-search-form input[type=text]{
	background: #fff;
	display: block;
	width: calc(100% - 10px);
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-right: 0;
	border-radius: 2px;
	display: inline-block;
	vertical-align: middle;
}
.container-search-form .search-form input[type=text]:focus{
	
}
.container-search-form .search-form button[type=submit]{
	width: 80px;
	border: 0;	
	height: 30px;
	line-height: 26px;
	display: inline-block;
	cursor: pointer;
	background: #0B90F6;
	color: #fff;
	border-left: 0;
	border-radius: 0 2px 2px 0; 
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.container-search-form .search-form button[type=submit]:hover{
	background: #4487F5
}
.search .archive-title{
	color: #808080;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 10px auto 30px;
}
.search-content > .entry{
	padding: 10px 0 20px;
	border-top: 1px solid #f5f5f5;
}
.search-content > .entry:nth-child(1){
	border-top: 0;
}
.search-content > .entry .thumb{
	width: 15%;
	text-align: center;
	float: left;
	margin-right: 10px;
	border: 1px solid #f9f9f9;
	padding: 5px;
}
.search-content > .entry .thumb img{
	max-height: 150px;
	display: block;
}
.search-content > .entry .entry-title{
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 5px;
}
.search-content > .entry .excerpt{
	color: #777;
	font-size: 13px;
	font-size: 1.3rem;
}
.search-content > .entry .excerpt p{
	margin: 0;
}
/* WIDGET - SIDEBAR */
.sidebar .widget{
    margin-bottom: 20px;
    border-radius: 3px;
    background: #fff;
}
.sidebar .widget .wrap-widget:empty{
    display: none;
}
.sidebar .widget .widget-title{
    color: #ed1b25;
    display: block;
    font-family: "roboto condensed";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 0 0 10px;
    padding: 5px 5px;
    position: relative;
    text-transform: uppercase;
	border-bottom: 1px solid #EAEAEA;
}
.sidebar .widget .widget-title a{
	color: #205B69;
    line-height: 28px;
}
.sidebar .widget .widget-content{
	padding: 5px 10px;
}
.sidebar .widget a:hover{
	text-decoration: underline;
}
.sidebar .widget .ht-show-posts.sidebar .entry{
	margin-top: 20px;
	padding-bottom: 10px;
}
.sidebar .widget .ht-show-posts.sidebar .entry .entry-title{
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	margin: 0;
}
.sidebar .widget .ht-show-posts.sidebar .entry .entry-title a{
	color: #515151;
}
.sidebar .widget .ht-show-posts.sidebar .entry .time{
	color: #404F77;
	font-weight: 400;
	font-size: 13px;
	font-size: 1.3rem;
	border-bottom: 1px solid #eaeaea;
	padding: 5px 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.sidebar .menu-project{
	font-family: "roboto condensed";
}
.sidebar .menu-project .menu-title{
	margin: 0;
	padding: 10px 15px;
	background: #ffcd2e;
	border-bottom: 2px solid #ED1B25;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
}
.sidebar .menu-project .menu li {
    position: relative;
    list-style: none;
}
.sidebar .menu-project a {
    color: #555;
    display: block;
    transition: all 0.3s ease-in-out 0s;
}
.sidebar .menu-project .menu > li {
    background: #eee none repeat scroll 0 0;
    border-bottom: 1px solid #d5d5d5;
}
.sidebar .menu-project .menu > li > a {
    font-weight: 400;
    padding: 8px 15px;
    position: relative;
    text-transform: uppercase;
    background: #e3e3e3;
    font-size: 15px;
    font-size: 1.5rem;
}
.sidebar .menu-project .menu > li > a::before {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 5px;
}
.sidebar .menu-project .menu li:hover > a::before, 
.sidebar .menu-project .menu li.current-menu-item > a::before, 
.sidebar .menu-project .menu li.current_page_item > a::before, 
.sidebar .menu-project .menu li.current-menu-ancestor > a::before, 
.sidebar .menu-project .menu li.current-menu-item > a::before, 
.sidebar .menu-project .menu li.current-menu-parent > a::before,
.sidebar .menu-project .menu li.current-product-ancestor > a::before {
    background: #e25440 none repeat scroll 0 0;
}
.sidebar .menu-project .menu li:hover > a, 
.sidebar .menu-project .menu li.current-menu-item > a, 
.sidebar .menu-project .menu li.current_page_item > a, 
.sidebar .menu-project .menu li.current-menu-ancestor > a, 
.sidebar .menu-project .menu li.current-menu-item > a, 
.sidebar .menu-project .menu li.current-menu-parent > a,
.sidebar .menu-project .menu li.current-product-ancestor > a {
    color: #e25440;
    text-decoration: none;
    
}
.sidebar .menu-project .menu li > a:hover {
    padding: 8px 5px 8px 15px;
}
.sidebar .menu-project .menu ul li a {
    background: rgba(245,245,245, 0.95) none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    color: #333;
    padding: 8px 10px;
}
.sidebar .menu-project .menu ul li:hover > a, 
.sidebar .menu-project .menu ul li.current-menu-item > a, 
.sidebar .menu-project .menu ul li.current_page_item > a, 
.sidebar .menu-project .menu ul li.current-menu-ancestor > a, 
.sidebar .menu-project .menu ul li.current-menu-item > a, 
.sidebar .menu-project .menu ul li.current-menu-parent > a {
    border-bottom-color: #e25440;
}
.sidebar .menu-project .menu li.menu-item-has-children > a:after{
	position: absolute;
	height: 0;
	width: 0;
	content: '';
	display: inline-block;
	border-width: 5px 0 5px 5px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #999;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 5px;
	transition: .3s all ease-in-out;
}
.sidebar .menu-project .menu li.menu-item-has-children:hover > a:after{
	right: 0;
	border-left-color: #E25440;
}
.sidebar .menu-project .menu ul{
	position: absolute;
	min-width: 180px;
	top: 0;
	left: calc(100% - 10px);
	margin: 0;
	transition: .3s all ease-in-out;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}
.sidebar .menu-project .menu li:hover > ul{
	opacity: 1;
	visibility: visible;
	left: 100%;
}

.supports .people {
    margin: 0 5px 20px;
}
.supports .people p {
    margin: 0 0 10px;
}
.supports .people .name, .supports .people .yahoo, .supports .people .skype {
    display: inline-block;
    margin: 0;
 
    vertical-align: middle;
}
.supports .people .name {
    color: #d90000;
    font-weight: 600;
    padding-left: 0;
}
.supports .people .skype {
    padding-right: 0;
}
.supports .people .yahoo img, .supports .people .skype img {
    display: block;
    max-height: 50px;
}
.supports .people .label {
    padding: 0 10px 0 0;
}
.supports .people .tel {
    color: #d90000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.supports .people .tel br{
	margin-bottom: 15px;
}
/* SINGLE */
.main-content > .entry h1.entry-title{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin: 0 0 10px;
	color: #205B69;
}
.main-content > .entry .post_date{display: none;}

.main-content > .entry .time {
    background: #EAEAEA;
    border-radius: 1px;
    color: #273A6A;
    float: left;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
    margin: 0 30px 10px 0;
}
.main-content > .entry .time .date {
    border-bottom: 1px solid #CECECE;
    color: #273A6A;
    display: block;
    font-size: 3.6rem;
    line-height: 1.5;
    text-align: center;
}
.main-content > .entry .time .month-year {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 5px 0;
    text-align: center;
}
.main-content > .entry .entry-content{
	text-align: justify;
}
.main-content > .entry .socials {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    list-style: outside none none;
    margin: 10px 0;
    padding: 5px 0;
    width: 100%;
}

/* Product */
.entry .general-entry {
    padding: 10px 0;
}
.entry .general-entry .product-slider {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.product-slider .list-zoom .jqzoom {
    border: 0 none;
    text-align: center;
}
.product-slider .list-zoom .jqzoom.hidden {
    display: none;
}
.product-slider .list-zoom .jqzoom img {
    margin: auto;
    max-height: 300px;
    max-width: 100%;
    display: block;
}
.entry .general-entry .product-slider .content-gallery{
	position: relative;
}
.entry .general-entry .product-slider .content-gallery .flex-direction-nav a{
	height: 30px;
	line-height: 30px;
	width: 30px;
	margin-top: -15px;
	background: rgba(0, 83, 164, .5);
	border-radius: 2px;
	text-align: center;
}
.entry .general-entry .product-slider .content-gallery .flex-direction-nav .flex-prev{
	left: 7px;
}
.entry .general-entry .product-slider .content-gallery .flex-direction-nav .flex-next{
	right: 7px;
}
.entry .general-entry .product-slider .content-gallery:hover .flex-direction-nav a{
	opacity: 1 !important;
}
.entry .general-entry .product-slider .content-gallery .flex-direction-nav a:before{
	font-size: 20px;
	fonts-size: 2rem;
}
.entry .general-entry .product-slider ul.gallery {
    margin-top: 10px;
}
.entry .general-entry .product-slider ul.gallery li {
    border: 2px solid #ccc;
    cursor: pointer;
    float: left;
    height: 50px;
    list-style: outside none none;
    margin-right: 5px;
    width: 18%;
    width: calc((100% - 5px * 4) / 5);
}
.entry .general-entry .product-slider ul.gallery li.active {
    border: 2px solid #ce8b48;
}
.entry .general-entry .product-slider ul.gallery li img {
    display: block;
    height: 100%;
    width: 100%;
}
.entry .meta-product {
	font-size: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.6;
}
.entry .meta-product li {
    list-style: outside none none;
}
.entry .meta-product > li:not(:last-child) {
    border-bottom: 1px dashed #eee;
}
.entry .meta-product > li p {
    margin: 0;
}
.entry .meta-product > li > ul {
    margin: 0 0 10px 20px;
}
.entry .meta-product li ul ul {
    margin-bottom: 0;
    margin-top: 0;
}
.entry .meta-product .price-product .price {
    color: #6ba72b;
    font-size: 18px;
    font-size: 1.8rem;
}
.entry .meta-product .price-product .price .value{
    font-weight: bold;
}
.entry .meta-product .price-product .price-sale + .price{
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}
.entry .meta-product .price-product .price-sale + .price .value{
	text-decoration: line-through;
}
.entry .meta-product table{
	font-size: 13px;
	font-size: 1.3rem;
}
.entry .entry-content table td{
	padding: 5px 10px;
}
.entry .meta-product table td{
	padding: 2px 0px;
}
.entry .entry-content table p,
.entry .meta-product table p{
	margin: 0;
	display: inline-block;
}
.entry .feature-product{
	margin: 0;
}
.entry .feature-product ul{
	margin: 5px 0 !important;
}
.entry .feature-product ul li{
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
.product-related{
	margin-top: 30px;
}
.product-related .section-title {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom: 3px solid #ccc;
    color: #5b5ba1;
    font-size: 1.4rem;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    margin: 1px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.product-related .section-title::before {
    background: rgba(0, 0, 0, 0) url("images/icon_more.gif") no-repeat scroll center center;
    content: "";
    display: block;
    height: 35px;
    position: absolute;
    width: 28px;
}
.product-related .section-title > span {
    border-bottom: 3px solid #96292f;
    left: 28px;
    position: absolute;
    top: 0;
    z-index: 1;
}
/*==== Navi Page ====*/
.navi_page {
	list-style: none;
	margin: 30px 0 10px;
	padding-top: 20px;
	border-top: 1px solid #EAEAEA;
	font-size: 0;
	text-align: center;
}
.navi_page .page-of{
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	color: #515151;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 700;
}
.navi_page > a, .navi_page > span {
	display: inline-block;
	margin-right: 2px;
	padding: 2px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	color: #273a6a;
}
.navi_page > a:hover, .navi_page .current {
	background: #EE8014 !important;
	color: #fff !important;
}
/* Comment */
.comments_template{
	
}
.comments_template #reply-title{
	margin: 0 0 10px;
	font-size: 15px;
}

.comments_template #commentform label{
	width: 60px;
	text-align: right;
	display: inline-block;
	padding-right: 5px;
	float: left;
}
.comments_template .commentlist{
	list-style: none;
	margin: 0 0 10px;
}
.comments_template .commentlist > li{
	border-bottom: 1px solid #eee;
	padding: 5px;
	background: #F5F5F5;
}
.comments_template .commentlist > li:nth-child(even){
	background: #DCE8EF;
}
.comments_template .commentlist .children {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.comments_template .commentlist .children li{
	border-bottom: 1px dashed #eee;
	margin-bottom: 5px;
	padding: 5px;
}
.comments_template .commentlist > li:last-child, .comments_template .commentlist .children li:last-child{
	border: 0;
	margin-bottom: 0;
}
.comments_template .comment-meta{
	font-size: 12px;
	color: #555;
}
.comments_template .comment-meta a{
	color: #555;
}
.comments_template .reply{	
}
.comments_template .reply a{
	color: #548724;
	display: inline-block;
	background: #EBF4FC;
	border-radius: 4px;
	padding: 3px 10px;
	border: 1px solid #ddd;
}
.comments_template #respond{	
	background: #f5f5f5;
	padding: 5px;
	border: 1px solid #eee;
}
.fb-comments.fb_iframe_widget{
	display: block;
	margin: 25px 0;
}
.fb-comments.fb_iframe_widget > span,
.fb-comments.fb_iframe_widget > span > iframe{
	display: block;
	width: 100% !important;
}
#go_top{
	display: none;
	width: 35px;
	height: 35px;
	line-height: 30px;
	background: rgba(237, 27, 37,0.7);
	color: #fff;
	font-size: 30px;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 45px;
	border-radius: 4px;
	box-shadow: 0 1px 2px #eee;
	z-index: 999;
}
/* FOOTER */
footer.footer{
	background: #ffcd2e;
	color: #000;
	position: relative;
	border-top: 3px solid #ED1B25;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 0 0px;
}
footer.footer .widget{
	min-width: 200px
}
footer.footer .widget .widget-title{
	font-size: 13px;
	font-size: 1.3rem;
	color: #000;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #4785CC;
}
footer.footer .widget .widget-title span{
	height: 31px;
	line-height: 31px;
	display: block;
	position: relative;
	z-index: 1;
}
footer.footer .menu ul{
	font-size: 13px;
	font-size: 1.3rem;
	list-style: none;
	margin: 0;
}
footer.footer .menu li a{
	border-bottom: 1px dashed rgba(255,255,255,.1);
	padding: 5px 0px;
	display: block;
	color: #000;
}
footer.footer .menu li a:before{
	display: inline-block;
	content: '\f105';
	font-family: FontAwesome;
	vertical-align: middle;
	content: #fff;
	margin-right: 10px;
}
footer.footer .menu li a:hover{
	color: #000;
}
footer.footer .menu li ul{
	display: none;
}
footer.footer .widget .widget-content {
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
}
footer.footer .widget.contact{
    line-height: 1.8; 
    color: #fff;
}
footer.footer .widget.maps .widget-content{ 
	border: 1px solid #7b8a8c;
}
footer.footer .widget.maps iframe{
	width: 100% !important;
	height: 150px !important;
	display: block;
}
footer.footer .bar-footer{
	background: #ffd85c;
	padding: 7px 0;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
footer.footer .bar-footer .statistics{
	list-style: none;
	display: inline-block;
	margin: 0;
}
footer.footer .bar-footer .statistics li{
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
footer.footer .bar-footer .statistics li:not(:last-child):after{
	border-right: 1px solid #d2dcdf;
	height: 10px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
footer.footer .bar-footer .socials-like > *{
	display: inline-block;
	vertical-align: middle;
}
footer.footer .bar-footer .socials-like .icon{
	display: inline-block;
	height: 29px;
	line-height: 29px;
	font-size: 18px;
	font-size: 1.8rem;
	width: 29px;
	margin-left: 15px;
	border-radius: 50%;
	background: rgba(0,0,0,.2);
	color: #fff;
	transition: .3s all ease-in-out;
}
footer.footer .bar-footer .socials-like .icon:first-child{
	margin-left: 0;
}
footer.footer .bar-footer .socials-like .icon:hover{
	background: #ED1B25;
}
#mobile-menu{
	display: none;
}
.overlay-background {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    visibility: hidden;
    z-index: 999999;
}
/* Chat */
.floating-bar-menu {
    position: fixed;
    right: 0;
	bottom: 60px;
    z-index: 500;
    pointer-events: none;
}

.floating-bar-menu-item {
    cursor: pointer;
    padding: 5px 12px;
    display: block;
    border: 1px solid transparent;
    user-select: none;
    pointer-events: all;
}
.floating-bar-menu .fa{
	font-size: 22px;
	color: red;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
    box-shadow: 0 0px 3px 0 #ddd;
    cursor: pointer;
}

.facebook-message img {
    height: 35px;
    width: 35px;
    box-shadow: 0 0px 3px 0 #ddd;
    border-radius: 50%;
    cursor: pointer;
    -webkit-animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

body:not(.show-fb-chat) .fb-widget {
	display: none;
}

.fb-widget {
	background: #fff;
	z-index: 1000;
	position: fixed;
	width: 360px;
	height: 300px;
	overflow: hidden;
	opacity: 1;
	bottom: 50px;
	right: 20px;
	border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
	-o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16)
}
.ctrlq.fb-close {
	z-index: 4;
	padding: 0 6px;
	background: #365899;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	margin: 8px;
	border-radius: 3px;
	position: fixed;
	right: 24px;
	cursor: pointer
}

.ctrlq.fb-close::after {
	content: "X";
	font-family: sans-serif
}

/* End Chat */
.clearfix:after,
.fix-width:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}

@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hotline-fixed {
    display: none;
}


@media only screen and (max-width: 500px){
.social-button-div{
    display: none;
}
li#menu-item-16153 {
    display: none !important;
}
}

