.mb-20 { margin-bottom:20px !important}
.mb-15{ margin-bottom:15px !important}
.mb-30{ margin-bottom:30px !important}
.mb-25{ margin-bottom:25px !important}
.mt-30 { margin-top:30px !important}
.mt-15 { margin-top:15px !important}
.mt-25 { margin-top:25px !important}
.transition {
  transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
}

ul li { list-style:none; margin:0; padding:0}
a {
    color: #404041;
}
.contact_bound .single-box span{ line-height:23px;}
/*-----------search------------*/
.herald-menu-popup-search .herald-in-popup {
    float: left;
    position: relative;
    top: 20px;
    right: 0;
    z-index: 99999;
    padding: 0;
    text-align: left;
    min-width: 250px;
    animation: hover-fade 0.2s linear 0s forwards;
    -moz-animation: hover-fade 0.2s linear 0s forwards;
    -ms-animation: hover-fade 0.2s linear 0s forwards;
    -o-animation: hover-fade 0.2s linear 0s forwards;
    -webkit-animation: hover-fade 0.2s linear 0s forwards;
}
.herald-site-header .herald-search-input, .herald-header-sticky .herald-search-input {
    font-size: 1.3rem;
    width: 100%;
    padding: 0 30px 0 10px;
}
.herald-site-header .herald-search-input {
    height: 35px;
    background-color: #dcd9d9;
    color: #fff;
    outline: none;
    border: none;
}
.herald-in-popup .herald-search-submit {
    
	right: -10px;
    top: 0;
}
.header-bottom .herald-menu-popup > span, .herald-header-sticky .herald-menu-popup > span, .header-bottom .herald-menu-popup-search > span, .herald-header-sticky .herald-menu-popup-search > span {
    height: 50px;
    padding: 18px 0;
    width: 40px;
    margin: 0;
}
.herald-site-header .herald-search-input { height:35px; background-color: #dcd9d9;
    color: #DA2129;
    outline: none;
    border: none;}
.header-bottom .herald-menu-popup-search > span.fa, .herald-header-sticky .herald-menu-popup-search > span.fa {
    height: 66px;
    padding: 16px 0 14px;
}
.herald-site-header .herald-search-submit, .herald-header-sticky .herald-search-submit {
    background: transparent;
    position: absolute;
    right: 3px;
    top: -2px;
    border: none;
    height: 100%;
}
.herald-menu-popup-search.herald-search-active .herald-in-popup {
    display: block;
}
.herald-in-popup .herald-search-submit {     color: #DBDBDB;
    font-size: 16px;
    outline: none;}
.herald-menu-popup-search { cursor:pointer; float:right}
.megamenu * {
    margin: 0;
    padding: 0;
}

.herald-search-form .herald-search-input {
    height: 35px;
    color: #000;
    outline: none;
    border: none;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #E7E7E7;
	    border-radius: 15px;
}
.herald-search-submit {
    background: transparent;
    position: absolute;
    right: 3px;
    top: 0;
    border: none;
    height: 100%;
}
/* 00. CSS Reset (Inspired by E. Meyers)
 ================================================== */
* {
  text-rendering: geometricPrecision; }

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, 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;
  vertical-align: baseline; 
  font-family:'roboto_r';}

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: 10px 0; }

table th, table td {
  padding: 5px 8px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dddddd; }

table th {
  color: #333;
  border-bottom: none;
  font-weight: 600; }

/* 01. Basic Styles & Typography
 ================================================== */
html {
  font-size: 62.5%;
  text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overflow-y: scroll; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
font-family:'roboto_r';
  color: #555555;
  font-family: Open Sans;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background: #f2f2f2; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 15px 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 28px;
  font-size: 2.8 rem; }

/* 28px */
h2 {
  font-size: 24px;
  font-size: 2.4 rem; }

/* 24px */
h3 {
  font-size: 21px;
  font-size: 2.1 rem; }

/* 21px */
h4 {
  font-size: 18px;
  font-size: 1.8 rem; }

/* 18px */
h5, h6 {
  font-size: 15px;
  font-size: 1.5 rem; }

/* 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: 11px;
  font-size: 1.1 rem; }

/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 14px;
  font-size: 1.4 rem;
  color: #000; }

blockquote p {
  margin: 0; }

blockquote blockquote {
  font-size: 13px;
  font-size: 1.3rem; }

blockquote {
  margin: 0 0 20px;
  padding: 10px 15px;
  border-left: 3px solid #F99719;
  background: #CCE4FC; }

blockquote cite {
  display: block;
  font-size: 13px;
  font-size: 1.3 rem;
  color: #555;
  margin-top: 10px; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

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

pre {
  white-space: pre-line;
  background: #eee;
  border: 1px solid #ccc; }

/* #Links */
a {
  color: #000;
  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; }

a:hover {
  color: #f45b4f; }

/* #Lists */
ol {
  list-style: decimal;
  margin: 0 0 10px 24px; }

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; }

.alignnone {
  margin: 0; }

.alignleft, img.alignleft {
  margin: 0 15px 10px 0;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin: 0 0 10px 15px;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin: 0 auto 10px;
  display: block;
  clear: both; }

.messages .mes {
  background: #eee none repeat scroll 0 0;
  border-radius: 2px;
  padding: 5px 10px; }

.messages .mes.success {
  background: #f6ffec none repeat scroll 0 0;
  border: 1px solid #89b755;
  color: #01c101; }

.messages .mes.error {
  border: 1px solid #f00;
  color: #f00; }

.hidden {
  display: none !important; }

/* Images */
img {
  max-width: 100%;
  height: auto; }

embed, iframe, object {
  max-width: 100%; }

/* #Forms */
form {
  margin-bottom: 5px; }

fieldset {
  margin-bottom: 5px; }

input[type="text"], input[type="search"], input[type="password"], input[type="telephone"], input[type="url"], input[type="email"], textarea, select {
  border: 1px solid #e6e6e6;
  padding: 8px 10px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #555;
  margin: 0;
  max-width: 100%;
  display: block;
  
  background: #fff; }

input[type=text].large, input[type=password].large {
  width: calc(100% - 20px);
  padding: 8px 10px; }

input[type=text].medium, input[type=password].medium {
  width: calc(60% - 20px);
  padding: 8px 10px; }

input[type="search"] {
  padding: 4px 4px;
  display: inline-block; }

input[type="checkbox"] {
  display: inline; }

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="telephone"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #aaa;
  color: #333;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  padding: 0px 20px;
  display: inline-block;
  color: #ffffff;
  background-color: #FFB11A;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box; }

input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #ffffff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.25)); }

textarea {
  min-height: 60px; }

label {
  display: inline; }

legend {
  display: block;
  font-weight: bold;
  font-size: 13px; }

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

.noscript {
  padding: 10px;
  background: #f00;
  color: #fff;
  text-align: center;
  border: 2px dashed #fff; }

.parallax {
  overflow: hidden;
  position: relative; }

.parallax:not(.not-margin) {
  margin-bottom: 40px; }

.parallax::after {
  background: #ddd none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2; }

.parallax .layer_back {
  display: block;
  position: absolute;
  z-index: -1; }

.parallax .layer_back img {
  display: block;
  height: auto;
  max-height: none;
  width: 100%; }

.parallax .background_layer {
  color: #fff;
  height: 100%;
  overflow: hidden; }

.wow {
  visibility: hidden; }

/* 02. Page Layout
 ================================================== */
body, html {
 word-wrap: break-word;
    background: #fff;}

.fix-width {
  min-width: 340px;
  margin: 0 auto; }


header.header .header-content {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;}

.header.menu-bg {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
 }

#main {
  padding: 0px 0; }

#container {
  padding: 10px 0; }

body:not(.home) #primary {
  background: #fff; }

.full-width #primary {
  width: 100%;
  float: none; }

#footer { }

/* 03. Header
 ================================================== */
#menu-top {}
  #menu-top .menu-wrap .menu li {
    height: 35px;
    line-height: 35px;
    list-style: none;
    color: #ffffff;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap; }
    #menu-top .menu-wrap .menu li a {
      color: #ffffff;
      padding: 0 10px;
      display: block; }
    #menu-top .menu-wrap .menu li a:hover {
      color: #e25440; }
    #menu-top .menu-wrap .menu li ul {
      display: none; }
    #menu-top .menu-wrap .menu li.search {
      font-size: 0; }
  #menu-top .menu-wrap .menu li.support {
    padding: 0;
    font-size: 0; }
    #menu-top .menu-wrap .menu li.support .hotline {
      display: inline-block;
      vertical-align: middle;
      font-size: 13px;
      font-size: 1.3rem;
      margin-right: 10px;
      color: #ffffff; }
      #menu-top .menu-wrap .menu li.support .hotline a {
        display: inline-block; }
    #menu-top .menu-wrap .menu li.support .social {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px;
      border-left: 1px solid rgba(0, 0, 0, 0.05);
      height: 25px; }
      #menu-top .menu-wrap .menu li.support .social .fa {
        width: 25px;
        text-align: center;
        height: 25px;
        line-height: 25px;
        border-radius: 50%;
        font-size: 15px;
        font-size: 1.5rem;
        transition: .3s all ease; }
      #menu-top .menu-wrap .menu li.support .social:hover .fa {
        background: #FFB11A;
        color: #ffffff; }
  #menu-top .menu-wrap .menu li.member {
    font-size: 0; }
    #menu-top .menu-wrap .menu li.member a {
      display: inline-block;
      vertical-align: middle;
      height: 25px;
      line-height: 25px;
      font-size: 13px;
      font-size: 1.3rem; }
    #menu-top .menu-wrap .menu li.member a:first-child {  }
    #menu-top .menu-wrap .menu li.member .fa {
      margin-right: 5px;
      color: #e25440; }

.site-branding {
  position: relative;
  border-bottom: 3px solid #EC1C22;
  padding-bottom:5px
}
  .site-branding .logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%; }

.site-branding .logo img {
  max-height: 105px;
  display: block;
  transition: .3s all ease; }

.header.menu-bg .site-branding .logo img {
  max-height: 40px; }

.site-title {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  font-weight: 400; }

#menu-top .search {
  font-size: 0;
  margin: 0;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-align: right; }
  #menu-top .search .search_box, #menu-top .search #go {
    display: inline-block;
    vertical-align: middle;
    box-shadow: none; }
  #menu-top .search .search_box {
    border: 0;
    height: 25px;
    color: #ffffff;
    padding: 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    transition: .3s all ease; }
  #menu-top .search .search_box:hover,
  #menu-top .search .search_box:focus {
    border: 0;
    background: white;
    color: #222; }
  #menu-top .search #go {
    color: #ffffff;
    margin: auto;
    border: 0;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 0 1px 1px 0;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0; }
    #menu-top .search #go:after {
      display: none; }
    #menu-top .search #go .fa {
      line-height: 25px;
      vertical-align: top; }
    #menu-top .search #go:hover {
      color: #e25440; }

/* Main Navigation */
#main-nav {
  display: inline-block;
  vertical-align: middle;
  margin-top:20px; }

#main-nav nav.menu,
#main-nav .cart-menu,
#main-nav .wrap-menu-mobile {
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: middle;
  width:100% }
nav.menu > ul {
  display: table;
  height: 100%;
  margin:0}

nav.menu ul li {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem; }
  nav.menu ul li a {
    display: block;
    color: #000; }

nav.menu > ul > li {
  display: table-cell;
  height: 100%;
  margin: 0;
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 5px; }
  nav.menu > ul > li.active a{    color: #EC1C22;}
  nav.menu > ul > li > a {
    padding-right: 25px;
    text-decoration: none;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
	font-family: 'roboto_bc'; 
	font-size:16px;}
	nav.menu > ul > li > a .lang-el {     display: block;
    font-size: 12px;
    font-family: 'roboto_bc';
    margin-top: -5px; }
  nav.menu > ul > li:hover > a,
  nav.menu > ul > li > a.current {
    text-decoration: none;
    color: #EC1C22; }

nav.menu > ul > li.has-children > a:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid rgba(255, 255, 255, 0.5);
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  bottom: 0; }

/* Submenus */
nav.menu ul ul {
	min-width: 300px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-in-out;
	box-shadow: 0px 0px 9px #D4D4D4;
	background:#fff }
  nav.menu ul ul li {
    display: block;
    position: relative;
    margin: 0;
	    transition: all .5s;
    -webkit-transition: all .5s; }
    nav.menu ul ul li a {
    margin: 0px 15px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    color: #000;
    font-family: 'roboto_c';}
	 nav.menu ul ul li a{ text-transform: none; }
	 nav.menu ul ul li a span {font-family: 'roboto_c'; } 
	 nav.menu ul ul li:hover { background:#EC1C22}
  nav.menu ul ul li a:hover,
  nav.menu ul ul li.current { color:#fff}
  .text-right-caret {position: relative;
    float: right;
    top: 10px;
	color:#EC1C22 !important}

nav.menu li:hover > ul {
  opacity: 1;
  visibility: visible; }

nav.menu ul ul ul {
  padding-top: 0px;
  left: 100%;
  top: 0; }

#main-nav .cart-menu:before,
#main-nav .wrap-menu-mobile:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  height: 100%;
  width: 0; }

#cart-target {
  background: rgba(250, 250, 250, 0.5) none repeat scroll 0 0;
  border: 1px solid #efefef;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
  position: relative; }
  #cart-target svg {
    width: 19px;
    height: 19px;
    color: #FFB11A; }
    #cart-target svg path {
      /*fill: #FFB11A;*/ }
  #cart-target:hover svg path {
    fill: #e25440; }
  #cart-target .text {
    color: #ffffff;
    background-color: #FFB11A;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -7px;
    width: 20px; }
  #cart-target:hover .text {
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1)); }

/* 04.Content
 ================================================== */
#slider {
  border: 0;
  position: relative;     
  border-bottom: 3px solid #FFB11A;
}
  #slider .slide:not(:first-child) {
    display: none; }
  #slider .slide {
    display: block; }
    #slider .slide img {
      width: 100%;
      display: block; }
  #slider .owl-controls {
    display: block;
    opacity: 0;
    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;
      bottom: 0;
      margin: auto;
      transition: .3s all ease;
      padding-left: 5px; }
    #slider .owl-controls .owl-prev {
      padding-left: 0;
      padding-right: 5px; }
    #slider .owl-controls .owl-prev:hover, #slider .owl-controls .owl-next:hover {
      border: 3px solid white; }
    #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'; }
  #slider:hover .owl-controls {
    opacity: 1; }

/* Home */
.home-section .section-title {
  font-family: Roboto Condensed;
  border-bottom: 1px solid #ebebeb;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 15px; }
  .home-section .section-title:after {
    position: absolute;
    left: 0;
    background-color: #FFB11A;
    bottom: -1px;
    height: 1px;
    width: 50px;
    display: block;
    content: ''; }
  .home-section .section-title a {
    color: #000;
    transition: .3s all ease; }
    .home-section .section-title a:hover {
      color: #E25440; }

.home-section .section-description {
  max-width: 800px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  color: #555;
  font-weight: 300; }
  .home-section .section-description h1, .home-section .section-description h2, .home-section .section-description h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #333; }

body:not(.home) .home-section .section-header {
  padding: 20px 0 0 0;
}

body:not(.home) .home-section .section-header.no-border {
  border-bottom: 0; }

/* BreadCrumbs */
.breadcrumb {
  padding: 5px 10px;
  background: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #eee;
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
  margin: 0 0 10px; }
  .breadcrumb li {
    list-style: none; }

.banner-page .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  color: #eee;
  font-weight: 300; }

.breadcrumb li {
  display: inline-block; }

.breadcrumb li:not(:first-child):before {
  content: '/';
  display: inline-block;
  padding: 0 5px; }

.breadcrumb a {
  color: #555; }

.banner-page .breadcrumb a {
  color: #fff; }

.breadcrumb a:hover {
  text-decoration: underline; }
/* Archive Page */
.archive-header {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  position: relative; }
  .archive-header .archive-title {
    font-size: 16px;
    font-size: 1.6em;
    font-weight: 400;
    margin: 0;
    color: #333333;
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    font-family: Roboto Condensed; }
    .archive-header .archive-title:after {
      position: absolute;
      bottom: -1px;
      height: 1px;
      background: #FFB11A;
      left: 0;
      right: 0;
      content: ''; }
  .archive-header .meta-tools {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
    .archive-header .meta-tools:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .archive-header .meta-tools > * {
      display: inline-block;
      vertical-align: middle; }
    .archive-header .meta-tools label, .archive-header .meta-tools select {
      display: inline-block; }
    .archive-header .meta-tools .change-layout .layout {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      background: #f5f5f5;
      border: 1px solid #ddd;
      display: inline-block;
      cursor: pointer; }
    .archive-header .meta-tools .change-layout .layout.select {
      color: #FFB11A; }

.search-content .entry {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1; }

.search-content .entry .thumb {
  width: 25%;
  float: left;
  display: block;
  font-size: 0;
  text-align: center;
  min-height: 40px;
  box-shadow: 0 0 1px #ccc inset;
  margin-right: 10px; }

.search-content .entry .thumb:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.search-content .entry .thumb img {
  margin: 5px;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 10px); }

.search-content .entry .entry-detail {
  float: left;
  width: calc(100% - 25% - 10px); }

.search-content .entry .entry-title {
  margin: 0 0 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600; }

.search-content .entry .entry-title a {
  color: #f45b4f; }

.search-content .entry .entry-title a:hover {
  color: #f45b4f; }

.search-content .entry .excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #666; }

.search-content .entry p {
  margin: 0; }

.search-content .entry .read-more {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem; }

.search-content .entry .read-more a {
  color: #555;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: underline;
  transition: .3s all ease; }

.search-content .entry .read-more a:hover {
  color: #257FDC; }

.search-content .entry .entry-meta {
  background: #f5f5f5;
  padding: 5px 10px;
  border-radius: 2px;
  color: #333; }

.search-content .entry .entry-meta .author {
  font-size: 13px;
  font-size: 1.3rem; }

.entry .edit-link {
  text-align: right; }

.entry a.edit-link,
.entry .edit-link a {
  display: inline-block;
  margin: 0 5px;
  background: #2570A9;
  color: #fff;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 3px; }

.entry .edit-link:hover,
.entry .edit-link a:hover {
  color: #BAC801; }

.archive-news .section-content > .entry:first-child {
  margin-bottom: 3%;
  padding: 0 0px 40px; }

.archive-news .section-content > .entry:not(:first-child) {
  float: left;
  line-height: 1.4;
  margin-bottom: 3%;
  margin-left: 3.5%;
  width: 31%; }

.archive-news .section-content > .entry:nth-child(2) {
  clear: both;
  margin-left: 0; }

.archive-news .section-content > .entry a:hover {
  text-decoration: underline; }

.archive-news .section-content > .entry .thumb {
  font-size: 0;
  text-align: center; }

.archive-news .section-content > .entry:first-child .thumb {
  float: left;
  margin-right: 30px;
  width: calc(50% - 30px); }

.archive-news .section-content > .entry:first-child .thumb img {
  width: 100%; }

.archive-news .section-content > .entry:first-child .section-content {
  display: inline-block;
  width: 50%; }

.archive-news .section-content > .entry .thumb img {
  display: inline-block;
  max-width: 100%; }

.archive-news .section-content > .entry:not(:first-child) .thumb {
  display: block;
  margin-bottom: 20px; }

.archive-news .section-content > .entry .entry-title {
  font-size: 1.8rem;
  margin: 0 0 20px; }

.archive-news .section-content > .entry:first-child .entry-title {
  font-size: 2.4rem;
  line-height: 1.1;
  text-transform: uppercase; }

.archive-news .section-content > .entry .entry-title a {
  color: #3e3e3e; }

.archive-news .section-content > .entry .meta {
  background: url(http://hstatic.net/785/1000080785/1000114639/bg-title-about.png?v=965);
  font-size: 0;
  margin-bottom: 20px; }

.archive-news .section-content > .entry .meta .date, .archive-news .section-content > .entry .meta .category {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
  padding: 0 15px; }

.archive-news .section-content > .entry:first-child .meta .date, .archive-news .section-content > .entry:first-child .meta .category {
  background: #fff none repeat scroll 0 0; }

.archive-news .section-content > .entry .meta .date {
  border-right: 1px solid #868686;
  color: #868686;
  padding-left: 0; }

.archive-news .section-content > .entry .meta .category {
  color: #f00; }

.archive-news .section-content > .entry .excerpt {
  color: #3e3e3e;
  font-size: 1.4rem;
  text-align: justify; }

.archive-news .section-content > .entry .readmore {
  margin: 15px 0 0; }

.archive-news .section-content > .entry:not(:first-child) .readmore {
  display: none; }

.archive-news .section-content > .entry .readmore a {
  border-top: 1px solid #c5c5c5;
  color: #f00;
  display: inline-block;
  line-height: 2;
  padding-right: 10px;
  text-transform: uppercase; }

.archive-news .section-content > .entry .entry-title a {
  color: #333; }

.archive-news .section-content > .entry .entry-title a:hover {
  text-decoration: underline; }

.single .entry-header .entry-title,
.page .page-header .page-title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 0;
  color: #FFB11A;
  border-bottom: 1px solid #ddd; }
  .single .entry-header .entry-title a,
  .page .page-header .page-title a {
    color: #FFB11A; }

.single .entry-header,
.page .page-header {
  margin-bottom: 20px; }

.single .entry-header .entry-meta {
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #f5f5f5;
  padding: 5px 0px;
  color: #666;
  font-style: italic; }

.entry-summary, .entry-content, .page-content {
  text-align: justify; }

.entry-content h2 {
  font-size: 15px;
  font-size: 1.5rem; }

.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 14px;
  font-size: 1.4rem; }

.entry-content ul, .entry-content ol {
  margin-left: 15px;
  list-style-position: inside; }

.entry-meta.bottom p {
  margin: 0; }

.single .tags {
  margin: 10px 0;
  border-top: 1px solid #f5f5f5;
  padding: 10px 0; }
  .single .tags .tag {
    display: inline-block;
    background: #f5f5f5;
    padding: 5px 10px; }

#product.main-product .header-product .product-title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #383a47;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd;
  font-family: Open Sans; }

#product.main-product .header-product .meta-product li {
  list-style: none;
  padding: 5px 0; }
  #product.main-product .header-product .meta-product li ul {
    margin: 0 0 0 15px; }

#product.main-product .header-product .meta-product p {
  margin: 0; }

#product.main-product .header-product .meta-product .select {
  display: table; }
  #product.main-product .header-product .meta-product .select .selector-wrapper {
    display: table-row; }
    #product.main-product .header-product .meta-product .select .selector-wrapper label {
      display: table-cell;
      padding: 5px; }
    #product.main-product .header-product .meta-product .select .selector-wrapper .value {
      display: table-cell;
      padding: 5px; }
    #product.main-product .header-product .meta-product .select .selector-wrapper input, #product.main-product .header-product .meta-product .select .selector-wrapper select {
      padding: 5px; }
    #product.main-product .header-product .meta-product .select .selector-wrapper > input, #product.main-product .header-product .meta-product .select .selector-wrapper > select {
      display: table-cell;
      margin: 5px; }

#product.main-product .header-product .meta-product .product-price .price:not(.old-price) {
  font-size: 25px;
  font-size: 2.5rem;
  color: #FFB11A;
  font-weight: 600;
  vertical-align: middle;
  margin-right: 15px; }

#product.main-product .header-product .meta-product .product-price .old-price {
  color: #555;
  font-size: 20px;
  font-size: 2.0rem;
  vertical-align: middle; }

#product.main-product .header-product .meta-product .select, #product.main-product .header-product .meta-product .purchase-section {
  padding: 5px 0; }

#product.main-product .header-product .meta-product .add-to-cart {
  padding-left: 0; }

#product.main-product .header-product .meta-product .add-to-cart:before {
  content: "\f07a";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 5px;
  vertical-align: top;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.05);
  padding: 0 10px; }

#product.main-product label, #product.main-product select {
  display: inline-block;
  vertical-align: middle; }

#product.main-product label {
  margin: 0 5px; }

#product.main-product .product-slider {
  border: 1px solid #ddd;
  padding: 0.5%; }
  #product.main-product .product-slider .list-zoom .jqzoom {
    border: 0 none;
    text-align: center;
    font-size: 0; }
    #product.main-product .product-slider .list-zoom .jqzoom:before {
      display: inline-block;
      vertical-align: middel;
      content: '';
      height: 100%;
      width: 0; }
    #product.main-product .product-slider .list-zoom .jqzoom img {
      display: inline-block;
      vertical-align: middel; }
  #product.main-product .product-slider ul.gallery {
    margin-top: 10px; }
    #product.main-product .product-slider ul.gallery li {
      box-shadow: 0 0 2px 0 #ccc inset;
      cursor: pointer;
      float: left;
      height: 60px;
      list-style: outside none none;
      margin: 1%;
      padding: 2px;
      width: calc(18% - 4px);
      text-align: center; }
      #product.main-product .product-slider ul.gallery li img {
        display: inline-block;
        max-height: 100%;
        max-width: 100%; }

#product.main-product .product-content {
  padding: 40px 0 10px; }

#product.main-product .tag-wrapper {
  margin-top: 5px; }
  #product.main-product .tag-wrapper label {
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: 600; }
  #product.main-product .tag-wrapper ul {
    list-style: none;
    display: inline-block; }
    #product.main-product .tag-wrapper ul li {
      display: inline-block; }
      #product.main-product .tag-wrapper ul li a::before {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #FFB11A;
        border-image: none;
        border-style: solid;
        border-width: 4px;
        content: " ";
        height: 0;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 11px;
        width: 0;
        border-left-color: #FFB11A; }
      #product.main-product .tag-wrapper ul li a {
        background: rgba(230, 233, 237, 0.5);
        border-left: 3px solid #FFB11A;
        color: #34495e;
        display: inline-block;
        margin: 5px;
        padding: 4px 9px;
        position: relative; }
      #product.main-product .tag-wrapper ul li a:hover {
        background: #e6e9ed; }

#product.main-product .socials-sharing {
  background: #f5f5f5;
  padding: 5px 10px; }

#product.main-product #comments {
  margin-top: 40px; }

.comments_template {
  margin: 30px 0; }

.comments_template .comment-title {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 10px; }

.comments_template .commentlist {
  list-style: outside none none;
  margin: 0 0 10px; }

.comments_template .commentlist > li {
  background: #f9f9f9 none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  padding: 5px; }

.comments_template .commentlist > li:nth-child(2n) {
  background: #f5f5f5; }

.comments_template .commentlist > li:last-child {
  border: 0 none;
  margin-bottom: 0; }

.comments_template .comment-meta {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #ddd;
  padding: 5px 10px; }
  .comments_template .comment-meta .author {
    color: #333;
    font-weight: 600; }

.comments_template .comment-content {
  padding: 10px;
  font-style: italic; }

#commentform label {
  display: inline-block;
  float: left;
  padding-right: 5px;
  text-align: right;
  width: 60px; }

#commentform {
  background: #f5f5f5 url(http://hstatic.net/785/1000080785/1000114639/avatar.png?v=965) 10px 10px no-repeat;
  padding: 10px 10px 10px 70px; }

#commentform input[type="text"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bebebe;
  color: #999;
  font-size: 12px;
  height: 24px;
  padding: 0 5px;
  width: 50%; }

#commentform textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bebebe;
  color: #999;
  font-size: 12px;
  height: 70px;
  padding: 5px;
  width: calc(100% - 15px); }

#commentform input:hover, #commentform input:focus, #commentform textarea:hover, #commentform textarea:focus {
  border: 1px solid #555; }

#commentform input[type="submit"] {
  background: #ab6525 none repeat scroll 0 0;
  border: 1px solid #793a00;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 5px 15px;
  height: auto;
  line-height: 1.5; }

#commentform input[type="submit"]:hover {
  background: #b76e2d none repeat scroll 0 0; }

#product .heading,
.products-related .heading {
  padding: 0;
  margin: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: 400; }
  #product .heading span,
  .products-related .heading span {
    display: inline-block;
    padding: 0 10px 5px;
    position: relative; }
    #product .heading span:after,
    .products-related .heading span:after {
      position: absolute;
      bottom: -2px;
      height: 3px;
      background: #FFB11A;
      left: 0;
      right: 0;
      width: 100%;
      content: '';
      display: inline-block; }

/* Related Post */
.products-related {
  margin-top: 20px; }
  .products-related .heading {
    margin-bottom: 0; }

/* Navigation */
#nav-below {
  display: none; }

.navigation {
  margin: 10px 0 30px;
  font-size: 1.1em;
  text-align: center; }

.navigation span.pages {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px; }

.navigation span.dots {
  display: inline-block;
  vertical-align: middle; }

.navigation a, .navigation span.current {
  text-align: center;
  height: 25px;
  line-height: 25px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #ddd;
  color: #333;
  border-radius: 2px;
  padding: 0 5px;
  transition: .3s all ease; }

.navigation a:hover {
  background: #FFB11A;
  color: #ffffff; }

.navigation .page-number,
.navigation span.current {
  width: 25px;
  padding: 0; }

.navigation .prev .fa {
  margin-right: 5px; }

.navigation .next .fa {
  margin-right: 5px; }

.navigation span.current {
  background: #FFB11A;
  color: #ffffff; }

.banner-page {
  margin-bottom: 30px;
  background-color: #FFB11A;
  position: relative;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.1) inset;
  min-height: 100px; }
  .banner-page.center {
    text-align: center; }
  .banner-page.center .fix-width {
    margin: 0 auto; }
  .banner-page img {
    width: 100%;
    display: block; }
  .banner-page .content-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 9999;
    color: #fff; }
    .banner-page .content-banner a {
      color: #fff; }
    .banner-page .content-banner .page-header {
      margin-bottom: 10px; }
      .banner-page .content-banner .page-header .page-title {
        color: #fff;
        border: 0;
        font-size: 18px;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 0 10px; }
        .banner-page .content-banner .page-header .page-title a {
          color: #fff; }

.collection-service .banner-page {
  box-shadow: none;
  margin-bottom: 0; }

.banner-page + .page {
  margin-top: 30px; }
  .banner-page + .page img {
    width: 100%;
    display: block; }

/* About Us */
.page.template-about-us {
  padding-bottom: 30px; }
  .page.template-about-us .page-title {
    border-bottom: 0;
    margin: 0 0 10px;
    color: #555;
    font-size: 30px;
    font-size: 3.0rem;
    font-family: Roboto Condensed; }
  .page.template-about-us .style-three-colum {
    color: #555;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8; }
    .page.template-about-us .style-three-colum .intro-content {
      margin: auto;
      max-width: 800px;
      padding: 5px 10px 40px;
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 300; }
    .page.template-about-us .style-three-colum .section-boxes {
      padding: 20px 0 0; }
      .page.template-about-us .style-three-colum .section-boxes:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        clear: both; }
      .page.template-about-us .style-three-colum .section-boxes .box {
        padding-bottom: 20px;
        text-align: justify; }
        .page.template-about-us .style-three-colum .section-boxes .box .title-box {
          font-size: 20px;
          font-size: 2.0rem;
          font-family: Roboto Condensed;
          color: #333;
          position: relative;
          margin: 0 0 10px;
          font-weight: 400;
          border-bottom: 1px solid #ebebeb;
          padding: 0 0 5px; }
          .page.template-about-us .style-three-colum .section-boxes .box .title-box:after {
            content: '';
            width: 50px;
            display: block;
            bottom: -1px;
            position: absolute;
            border-bottom: 1px solid #FFB11A; }
          .page.template-about-us .style-three-colum .section-boxes .box .title-box .thumb img {
            display: block;
            max-width: 100%; }

/* Contact Us */
.page.template-contact-us {
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8; }

.template-contact-us .entry-content {
  padding-bottom: 50px;
  text-align: justify; }

.template-contact-us .company-info {
  font-size: 15px;
  font-size: 1.5rem;
  color: #555;
  font-weight: 300; }

.template-contact-us .entry-content form {
  background: #eaebe5;
  border-radius: 1px;
  padding: 4% 5%; }

.template-contact-us .entry-content form label {
  color: #595959;
  display: block;
  font-weight: 600;
  height: 40px;
  line-height: 40px; }

.template-contact-us .entry-content form input:not([type=submit]), .template-contact-us .entry-content form textarea {
  border-color: #d1d1d1 #f9f9f9 #fcfcfc #dfdfdf;
  border-style: solid;
  border-width: 1px;
  box-shadow: none; }

.template-contact-us .entry-content form input:not([type=submit]) {
  background: #f7f7f7 none repeat scroll 0 0;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box; }

.template-contact-us .entry-content form textarea {
  background: #f7f7f7 none repeat scroll 0 0;
  height: 130px;
  padding: 10px;
  transition: all 0.3s ease 0s;
  width: 100%;
  box-sizing: border-box;
  resize: vertical; }

.template-contact-us .entry-content form .submit {
  text-align: right; }
  .template-contact-us .entry-content form .submit input {
    border-radius: 3px; }

.template-contact-us .map-location {
  padding-top: 40px;
  overflow: hidden;
  display: block; }
  .template-contact-us .map-location iframe {
    width: 100%;
    height: 200px;
    display: block; }

/* Account */
#customer-login .page-header .page-title,
#customer-register .page-header .page-title,
#customer-reset-password .page-header .page-title {
  border-bottom: 0; }

#customer-login .entry-content,
#customer-register .entry-content,
#customer-reset-password .entry-content {
  text-align: center; }

#customer-login .userbox .icon-title,
#customer-register .userbox .icon-title,
#customer-reset-password .userbox .icon-title {
  text-align: center; }

#customer-login .userbox .icon-title .fa,
#customer-register .userbox .icon-title .fa,
#customer-reset-password .userbox .icon-title .fa {
  background: #e1e1e1 none repeat scroll 0 0;
  border-radius: 50%;
  color: #bdbdbd;
  font-size: 80px;
  height: 80px;
  line-height: 100px;
  overflow: hidden;
  width: 80px; }

#customer-login .userbox .field,
#customer-register .userbox .field,
#customer-reset-password .userbox .field {
  position: relative; }
  #customer-login .userbox .field .fa,
  #customer-register .userbox .field .fa,
  #customer-reset-password .userbox .field .fa {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    color: #FFB11A;
    margin: auto;
    text-align: center;
    width: 20px; }

#customer-login .userbox input,
#customer-register .userbox input,
#customer-reset-password .userbox input {
  min-width: 220px;
  margin: 0px 0; }

#customer-login .userbox input[type=text],
#customer-login .userbox input[type=email],
#customer-login .userbox input[type=password],
#customer-register .userbox input[type=text],
#customer-register .userbox input[type=email],
#customer-register .userbox input[type=password],
#customer-reset-password .userbox input[type=text],
#customer-reset-password .userbox input[type=email],
#customer-reset-password .userbox input[type=password] {
  padding-left: 40px;
  width: calc(100% - 50px); }

#customer-login .userbox input[type=submit],
#customer-register .userbox input[type=submit],
#customer-reset-password .userbox input[type=submit] {
  border-radius: 3px; }

.userbox {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: auto auto 20px;
  max-width: 100%;
  padding: 15px 20px;
  display: inline-block; }

.customer_address_table {
  width: 100%; }

.customer_address_table .head td {
  background: #ddd; }

.customer_address_table .default_address {
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  color: #FFB11A; }

#address_tables .edit-title {
  margin-top: 30px;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  background: #eee; }

#customer_sidebar {
  box-sizing: border-box;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 3px; }

#customer_sidebar .customer-name {
  margin: 0 0 10px; }

#customer_orders .block-title {
  background: #eee;
  padding: 5px 10px;
  margin: 0 0 10px; }

#customer-order .order_section_title {
  margin: 0 0 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px; }

#customer-order #order_details {
  margin: 20px 0 20px; }

/* 05. Sidebar & Widgets
 ================================================== */
#secondary .widget {
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-top: 2px solid #FFB11A; }
  #secondary .widget .widget-title {
    color: #555;
    position: relative;
    margin: 0 0;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: Roboto Condensed;
    text-transform: uppercase; }
  #secondary .widget .widget-content {
    padding: 5px 10px; }
  #secondary .widget ul {
    list-style: none; }
  #secondary .widget .supports .people {
    margin: 0 5px 20px; }
    #secondary .widget .supports .people .name {
      color: #d90000;
      font-weight: 600;
      padding-left: 0; }
  #secondary .widget .supports p {
    margin: 0 0 5px; }
  #secondary .widget .supports .yahoo, #secondary .widget .supports .skype {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle; }
    #secondary .widget .supports .yahoo img, #secondary .widget .supports .skype img {
      display: block;
      max-height: 30px; }
  #secondary .widget .supports .skype {
    padding-right: 0; }
  #secondary .widget .supports .label {
    padding: 0 10px 0 0; }
  #secondary .widget .supports .tel {
    color: #d90000;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 10px; }
#sidebar 
{
	    border-radius: 5px;
    box-shadow: 0px 0px 9px #D4D4D4;
    background: #fff;
}
#sidebar .ht-news .widget-title > a,
#sidebar .ht-news .widget-title > span {
  margin-left: 20px; }

#sidebar .ht-news .widget-title .more-header {
  display: none; }

.content-news.sidebar .entry:not(:last-child) {
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px; }

.content-news.sidebar .entry a.thumb {
  margin-right: 3%;
  width: 20%;
  float: left; }

.content-news.sidebar .entry a.thumb img {
  width: 100%;
  height: 100%; }

.content-news.sidebar .entry .entry-title {
  text-align: justify; }

#secondary .widget.news .article {
  padding: 10px 0; }
  #secondary .widget.news .article:not(:last-child) {
    border-bottom: 1px dashed #eee; }
  #secondary .widget.news .article .thumb {
    float: left;
    margin-right: 5%;
    max-width: 50%;
    font-size: 0; }
    #secondary .widget.news .article .thumb img {
      display: block; }
  #secondary .widget.news .article .thumb + .content {
    float: left;
    width: 45%; }
  #secondary .widget.news .article .date {
    border-top: 1px solid #f1f1f1;
    color: #aeaeae; }
  #secondary .widget.news .article .entry-title {
    border: 0 none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 400; }

/* Menu */
#secondary.sidebar #list-products {
  background: #f5f5f5;
  border: 0; }
  #secondary.sidebar #list-products .widget-title {
    background: #FFB11A;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px; }
  #secondary.sidebar #list-products .widget-content {
    padding: 0; }
  #secondary.sidebar #list-products .menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    background: #eee;
}
  #secondary.sidebar #list-products .menu li ul {
    margin: 0 0 0 6px; }
  #secondary.sidebar #list-products .menu li a {
    padding: 10px 10px;
    display: block;
    position: relative;
    color: #333;
    text-transform: uppercase; }
  #secondary.sidebar #list-products .menu li a:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    height: 20px; }
  #secondary.sidebar #list-products .menu li a:hover,
  #secondary.sidebar #list-products .menu li.current > a {
    color: #333;
    opacity: 1; }
	
	/*05/10/17*/
	#secondary.sidebar #list-products .menu li ul{display:none;}	
	#secondary.sidebar #list-products .menu li:hover ul{display:block; padding-left:10px; }
	

/* Products */
#secondary.sidebar .product-sidebar .product {
  position: relative;
  padding: 10px 0; }
  #secondary.sidebar .product-sidebar .product .sale {
    display: none; }
  #secondary.sidebar .product-sidebar .product .thumb {
    width: 25%;
    float: left;
    padding-top: 23%; }
    #secondary.sidebar .product-sidebar .product .thumb img {
      border: 1px solid #eee;
      display: block; }
    #secondary.sidebar .product-sidebar .product .thumb .actions {
      display: none; }
  #secondary.sidebar .product-sidebar .product .details {
    width: 71%;
    margin-left: 4%;
    float: left; }
    #secondary.sidebar .product-sidebar .product .details .title {
      margin: 0; }
      #secondary.sidebar .product-sidebar .product .details .title a {
        font-size: 15px;
        font-size: 1.5rem;
        color: #383a47; }
      #secondary.sidebar .product-sidebar .product .details .title a:hover {
        text-decoration: underline;
        color: #e25440; }
    #secondary.sidebar .product-sidebar .product .details .product-price {
      white-space: pre-line;
      font-size: 0; }
    #secondary.sidebar .product-sidebar .product .details .price {
      font-size: 14px;
      font-size: 1.4rem; }
      #secondary.sidebar .product-sidebar .product .details .price .contact {
        font-size: 13px;
        font-size: 1.3rem;
        font-style: italic; }
    #secondary.sidebar .product-sidebar .product .details .price:not(.old-price) {
      font-weight: 600; }

#secondary.sidebar .product-sidebar .product:not(:last-child) {
  border-bottom: 1px dashed #ddd; }

#secondary.sidebar .product-sidebar .product:after {
  content: '';
  display: block;
  clear: both;
  width: 100%; }

/* 06. Footer & Prefooter widget area
 ================================================== */
footer.footer {
  border-top: 0 none;
  color: #000;
  font-size: 16px;
  position: relative;
  line-height: 1.8; }
  
  footer.footer .powered-by {
  padding: 15px 0;
    background: #F0F0F0;
    color: #000;
}

/* Cart */
.cart-animation {
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: fixed;
  z-index: 999;
  text-align: center;
  line-height: 25px;
  background: #f45b4f !important;
  color: #fff !important;
  font-weight: bold;
  border: 3px solid #f45b4f;
  font-size: 16px; }

.clearfix {
  clear: both; }

/* Socials Button */
.icon-fancy:before {
  content: "\46"; }

.icon-twitter:before {
  content: "\54"; }

.icon-facebook:before {
  content: "\66"; }

.icon-google:before {
  content: "\67"; }

.icon-pinterest:before {
  content: "\70"; }

/*================ Social share buttons ================*/
.social-sharing {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*================ Large Buttons ================*/ }
  .social-sharing * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .social-sharing a {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    margin: 5px 10px 5px 0;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    font-weight: normal; }
    .social-sharing a:hover {
      color: #fff; }
  .social-sharing span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 12px; }
  .social-sharing .icon {
    padding: 0 5px 0 10px; }
    .social-sharing .icon:before {
      line-height: 22px; }
  .social-sharing.is-large a {
    height: 44px;
    line-height: 44px; }
    .social-sharing.is-large a span {
      height: 44px;
      line-height: 44px;
      font-size: 18px; }
    .social-sharing.is-large a .icon {
      padding: 0 10px 0 18px; }
      .social-sharing.is-large a .icon:before {
        line-height: 44px; }

.share-title {
  font-weight: 900;
  font-size: 12px;
  padding-right: 10px; }
  .is-large .share-title {
    padding-right: 16px; }

.share-facebook {
  background-color: #3b5998; }
  .share-facebook:hover {
    background-color: #2d4373; }

.share-twitter {
  background-color: #00aced; }
  .share-twitter:hover {
    background-color: #0087ba; }

.share-pinterest {
  background-color: #cb2027; }
  .share-pinterest:hover {
    background-color: #9f191f; }

.share-fancy {
  background-color: #4999dc; }
  .share-fancy:hover {
    background-color: #2780cb; }

.share-google {
  background-color: #dd4b39; }
  .share-google:hover {
    background-color: #c23321; }

.share-count {
  position: relative;
  background-color: #fff;
  padding: 0 8px;
  margin-right: -2px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border-radius: 0 2px 2px 0;
  border: 1px solid #ececec;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }
  .share-count.is-loaded {
    opacity: 1; }
  .share-count:before, .share-count:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid; }
  .share-count:before {
    left: -6px;
    border-right-color: #ececec; }
  .share-count:after {
    left: -5px;
    border-right-color: #fff; }
  a:hover .share-count {
    background-color: whitesmoke; }
    a:hover .share-count:after {
      border-right-color: whitesmoke; }
  .is-large .share-count {
    font-size: 18px;
    padding: 0 14px; }

/* Cart */
#cart .buttons {
  margin-top: 30px; }

#cart .extra-checkout-buttons {
  float: right;
  text-align: right;
  padding-top: 15px; }

#cart .extra-checkout-buttons input {
  border: none;
  box-shadow: none;
  height: 42px; }

#cart .qty {
  text-align: center; }

#cart .price, #cart .remove {
  text-align: right; }

#cart .price {
  white-space: nowrap; }

#checkout {
  float: right;
  margin-left: 15px; }

#update-cart {
  float: right; }

#cart .image {
  text-align: center; }

#cart .image a, #cart .image img {
  margin: 0;
  border: none; }

#cart a .variant_title {
  display: block;
  color: #555555; }

#cart .item {
  max-width: 400px; }

#cart .item-description {
  font-size: 12px; }

#cart table {
  width: 100%; }

#cart table tr td {
  border-top: none; }

#cart table tr:first-child td {
  border-top: 1px solid #dddddd; }

#cart table tr:last-child td {
  border-top: 1px solid #dddddd; }

#cart .price {
  white-space: normal; }

#cart .item a.cart {
  display: none; }

.subtext.success {
  font-weight: 700;
  color: #40954a; }

div.errors, .subtext.error {
  font-weight: 700;
  color: #954040; }

div.errors {
  margin-bottom: 15px; }

#note {
  margin-top: 10px;
  width: 100%; }

.cart-buttons {
  float: right !important; }

.google-wallet-button-holder {
  display: inline-block; }

.announcements {
  font-size: 24px !important;
  color: #555555;
  opacity: 0.7;
  list-style: none;
  margin-left: 0; }

.cart-item__discount {
  display: block; }

#cart input, #cart textarea {
  max-width: calc(100% - 30px); }

.clear:after,
.clearfix:after,
.fix-width:after,
.site-branding:after,
.widget-content:after,
.archive-content:after,
.archive-content .entry:after,
.search-content:after,
.search-content .entry:after {
  clear: both;
  display: table;
  content: '';
  height: 0;
  width: 100%;
  visibility: hidden; 
}
/*04-10-17*/
a.lang {
    padding: 5px !important;
}
a.lang img {
    width: 30px;
}
.main-header {
	background:url(../images/full.png);
}
.fix-width{position:relative;}
.slide-projects span.btn.prev {
    width: 40px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #FFB11A;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: -52px;
    margin: auto;
    transition: .3s all ease;
    z-index: 9999;
    font-size: 60px;
}
.slide-projects span.btn.next {
    width: 40px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #FFB11A;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: -52px;
    margin: auto;
    transition: .3s all ease;
    z-index: 9999;
    font-size: 60px;
}
.slide-projects span.btn.prev:before{
	font-family: FontAwesome;
    display: inline-block;
	content:'\f053';
}
.slide-projects span.btn.next:before{
	font-family: FontAwesome;
    display: inline-block;
	content:'\f054';
}
.product.project p {
    padding-top: 22px;
    text-align: left;
}
.about-home .thumb {
    width: 30%;
    float: left;
    margin-right: 2%;
}
.about-home .entry-content {
    width: 68%;
    float: left;
}
.slide-da .product.project {
    padding: 0;
}
.slide-da .v-item {
    padding: 5px;
    background: #fff;
}
.slide-da p{padding-top:10px !important;}
.newsletter.widget{width:44% !important;}
.archive-product{
    background: #fff;
}
.re-news li{display:block;}
.main-header .logo img {
    width: auto;
}
nav.menu > ul > li > a.lang img {
    margin-bottom: -5px;
}
.like_detail.col-md-12 a {
    width: 65px;
    float: left;
}
/* 09. Responsive
================================================== */
/* #Media Queries */
.tinynav {
  display: none; }

@media only screen and (max-width: 999px) {
  .fix-width { } }

/* Smaller than standard 960 (devices and browsers) */
@media screen and (max-width: 959px) {
  .wrapper > .fix-width:first-child {
    padding-top: 20px; } }

@media screen and (max-width: 900px) {
  .site-branding .logo img { margin:5px auto} }
.lang-mobile{display:none;}
@media screen and (max-width: 859px) {
	.lang-mobile{
		display:block;
		float: right;
    	margin-top: 15px;
	}
	#main-nav { 	display: block;
    background: #EC1C22;}
	.about-home .thumb{width:100%;}
	.about-home .entry-content{width:95%; padding:2.5%;}
	
	
  .wrapper > .fix-width:first-child {
    padding-top: 10px; }
  .hide-mobile {
    display: none !important; }
  .wrap-menu-mobile {
    margin-left: 10px; }
  .menu-mobile {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    transition: .5s all ease;
    vertical-align: middle;
    position: relative;
    border-radius: 2px; }
  .menu-mobile:hover {
    background: #FFB11A;
    color: #ffffff; }
  .menu-bg .menu-mobile {
    height: 40px;
    line-height: 40px;
    padding: 0 10px; }
  .overlay-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease; }
  .show-menu-mobile .overlay-background {
    opacity: 1;
    visibility: visible; }
  #mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 260px;
    background: #383a47;
    z-index: 9999999;
    font-size: 15px;
    font-size: 1.5rem;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden; }
  .show-menu-mobile #mobile-menu {
    display: inline-block;
    left: 0;
    opacity: 1;
    visibility: visible; }
  #mobile-menu .close-menu-mobile {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0 15px;
    height: 45px;
    line-height: 40px;
    background: #5989D4;
    color: #ffffff;
    font-size: 22px;
    font-size: 2.2rem;
    transition: .3s all ease;
    cursor: pointer; }
  #mobile-menu .close-menu-mobile:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.25)); }
  #mobile-menu a {
    color: #ffffff; }
  #mobile-menu ul {
    list-style: none;
    margin: 0; }
  #mobile-menu .main-menu-mobile {
    height: 100%;
    overflow-y: scroll; }
  #mobile-menu .main-menu-mobile > ul > li > a {
    padding: 7px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    display: block;
    transition: .3s all ease; }
  #mobile-menu .main-menu-mobile > ul > li:hover > a,
  #mobile-menu .main-menu-mobile > ul > li.current > a {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3) inset; }
  #mobile-menu .main-menu-mobile > ul > li:hover > ul,
  #mobile-menu .main-menu-mobile > ul > li.current > ul {
    background: rgba(255, 255, 255, 0.15); }
  #mobile-menu .main-menu-mobile > ul > li ul {
    padding-left: 15px;
    transition: .3s all ease; }
  #mobile-menu .main-menu-mobile > ul > li ul li a {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    display: block;
    padding: 5px 0 5px 15px;
    transition: .3s all ease; }
  #mobile-menu .main-menu-mobile > ul > li ul li a:hover {
    background: rgba(255, 255, 255, 0.25); }
  #main-nav .search {
    display: inline-block; }
  .list-testimonials {
    margin-top: 30px; }
  footer.footer .socials,
  footer.footer .newsletter {
    display: none; }
  nav.menu > ul > li > a {
    padding-left: 10px;
    padding-right: 10px; }
  #secondary {
    margin-top: 30px; } }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #customer-account #customer_sidebar {
    margin: 20px 0; }
  #customer-order #order_shipping {
    margin-top: 20px; }
  .products-related .products.grid .product:nth-child(3) {
    display: none; } }

@media only screen and (max-width: 679px) {
  .home-services .service:not(:first-child) {
    margin-top: 30px; }
  .home-aboutus .section-content {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0; } }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 639px) {
  #menu-top .menu-wrap .menu {
    position: relative; }
    #menu-top .menu-wrap .menu li.search {
      padding-left: 10px;
      position: absolute;
      right: 0;
      font-size: 0; }
      #menu-top .menu-wrap .menu li.search .search_box {
        width: 0;
        padding-left: 0;
        padding-right: 0;
        -webkit-transition: .3s all ease;
        transition: .3s all ease; }
      #menu-top .menu-wrap .menu li.search form.search.open .search_box, #menu-top .menu-wrap .menu li.search:hover .search_box, #menu-top .menu-wrap .menu li.search .search_box:focus {
        width: 150px;
        padding-left: 10px;
        padding-right: 10px; }
      #menu-top .menu-wrap .menu li.search:hover {
        background: #383838; }
  .site-branding .logo {
    text-align: center; }
  .archive-content .entry .meta-entry,
  .search-content .entry .meta-entry {
    border-top: 1px dashed #eee;
    margin-top: 5px; }
  .archive-content .entry .meta-entry p,
  .search-content .entry .meta-entry p {
    display: inline-block;
    vertical-align: middle; }
  .archive-content .entry .entry-title,
  .search-content .entry .entry-title {
    font-size: 14px;
    font-size: 1.4rem; }
  footer.footer .copyright,
  footer.footer .source {
    text-align: center; }
  #product.main-product .header-product .product-title {
    font-size: 14px;
    font-size: 1.4rem; }
  #product.main-product .header-product .meta-product .product-price .price:not(.old-price) {
    font-size: 20px;
    font-size: 2rem; } }

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  footer.footer .widget:not(:last-child) {
    margin-bottom: 20px; } }

@media only screen and (max-width: 400px) {
  .site-branding .logo img { } }

@media only screen and (min-width: 480px) {
  .products.grid .product {
    width: 48%;
    float: left;
    margin: 2.5% 0 2.5% 4%; }
  .products.grid .product:nth-child(2n + 1) {
    clear: left;
    margin-left: 0; }
  #product.main-product .header-product {
    float: right;
    width: 50%; }
  #product.main-product .product-slider {
    float: left;
    width: 47%; }
  .template-contact-us .entry-content > .apart {
    clear: both;
    float: none; }
    .template-contact-us .entry-content > .apart .apart {
      width: 48%;
      float: left;
      margin-left: 4%; }
      .template-contact-us .entry-content > .apart .apart:nth-child(2n+1) {
        margin-left: 0;
        clear: left; }
  footer.footer .widget {
    width: 47%;
    margin-left: 6%;
    float: left; }
  footer.footer .widget:first-child {
    margin-left: 0; } }

@media only screen and (min-width: 640px) {
  .menu-wrap {
    text-align: right; }
    .menu-wrap .menu li.support {
      float: left; }
  .page.template-about-us .style-three-colum .section-boxes .box {
    width: 30%;
    float: left; }
    .page.template-about-us .style-three-colum .section-boxes .box:not(:first-child) {
      margin-left: 5%; }
  .container-search-form input[type=text] {
    padding: 0 0 0 10px;
    margin: 0px 5px 0px 0;
    float: left;
    width: 40%; }
  .container-search-form .search-form button[type=submit] {
    width: calc(100% - (40% + 15px + 2px) - (22% + 5px) * 2);
    padding: 0; }
  .archive-content .entry .meta-entry,
  .search-content .entry .meta-entry {
    width: 40%;
    float: right; }
  .archive-content .entry .thumb,
  .search-content .entry .thumb {
    width: 18%; }
  .archive-content .entry .entry-detail,
  .search-content .entry .entry-detail {
    float: left;
    width: calc(100% - 25% - 10px); }
  #cart .notices {
    width: 48%;
    float: left; }
  #cart .cart-buttons {
    width: 48%;
    float: right; } }

@media only screen and (min-width: 680px) {
  .home-services .service {
    width: 30%;
    float: left; }
    .home-services .service .thumb {
      display: block;
      text-align: center; }
      .home-services .service .thumb img {
        display: inline-block;
        vertical-align: middle; }
  .home-services .service:not(:first-child) {
    margin-left: 5%; } }

@media only screen and (min-width: 768px) {
  header.header:after {
   }
  .site-branding .search {
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px; }
  .products.grid .product, .products.grid .product:nth-child(2n + 1) {
    width: 30%;
    float: left;
    margin:2.5% 0 2.5% 2%;
    clear: none; }
  .products.grid .product:nth-child(3n + 1) {
    clear: left;
    margin-left: 0; }
  .show-mobile {
    display: none !important; }
  .template-contact-us .entry-content .apart {
    width: 48%;
    float: left;
    margin-left: 4%;
    clear: none; }
    .template-contact-us .entry-content .apart:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
  #customer-account #customer_orders {
    width: 65%;
    float: left; }
  #customer-account #customer_sidebar {
    width: 32%;
    float: right; }
  #customer-order #order_payment {
    width: 48%;
    float: left; }
  #customer-order #order_shipping {
    width: 48%;
    float: right; }
  footer.footer .powered-by p {
    margin: 0;
    display: inline-block; } }

@media only screen and (min-width: 860px) {
  .site-branding .logo img {
    max-width: 100%; 
    margin-top: 15px;
}
  #primary {
    width: 67%;
    float: left; }
  #main-nav .wrap-menu-mobile {
    display: none; }
  .archive-product #primary {
    width: 70%;
    float: right; }
  #secondary {
    width: 27%;
    float: right;
    position: relative;
    padding-left: 3%; }
    #secondary:before {
      left: 0;
      top: 30px;
      bottom: 0;
      content: '';
      display: block;
      border-left: 1px solid #eee;
      position: absolute; }
  .archive-product #secondary {
    width: 25%;
    float: left;
    padding-left: 0; }
    .archive-product #secondary:before {
      display: none; }
  .home-news-testimonials .list-testimonials {
    width: 32%;
    float: right; }
  .home-news-testimonials .list-news {
    width: 100%;
   }
  .template-contact-us .map-location iframe {
    height: 350px; }
  footer.footer .widget {
    width: 22%;
    margin-left: 4%;
    float: left; }
  footer.footer .widget:nth-child(2n + 2) {
    margin-left: 4%; }
  footer.footer .widget:first-child {
    margin-left: 0; } }

@media only screen and (min-width: 960px) {
  .wrapper > .fix-width:first-child {
    padding-top: 30px; } }

@media only screen and (min-width: 1000px) {
  .fix-width {
    width: 980px; }
  .articles-related .entry {
    width: 31%;
    margin-left: 3.5%;
    float: left; }
  .articles-related .entry:nth-child(3n + 1) {
    margin-left: 0;
    clear: left; }
  .articles-related .entry .thumb {
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 5px;
    display: block; }
  .articles-related .entry .thumb img {
    display: block; }
  .articles-related .entry .entry-title {
    font-size: 14px;
    font-size: 1.4rem; } }

@media only screen and (min-width: 1200px) {
  .fix-width {
    width: 1170px; } }

@media only screen and (min-width: 481px) and (max-width: 679px) {
  .collection-service .home-services .service {
    padding: 30px 10px 10px; }
    .collection-service .home-services .service .thumb {
      display: inline-block;
      padding: 0% 2.5%;
      text-align: center;
      float: left;
      width: 45%; }
    .collection-service .home-services .service .entry-title,
    .collection-service .home-services .service .excerpt {
      text-align: justify;
      margin-left: 50%; }
    .collection-service .home-services .service:after {
      content: '';
      display: block;
      clear: both; }
  .collection-service .home-services .service:nth-child(2n + 2) .thumb {
    float: right; }
  .collection-service .home-services .service:nth-child(2n + 2) .entry-title,
  .collection-service .home-services .service:nth-child(2n + 2) .excerpt {
    direction: rtl;
    margin-left: 0;
    margin-right: 50%; } }

@media only screen and (min-width: 480px) and (max-width: 859px) {
  #sidebar .widget:not(.contact) {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-top: 2%; }
  #sidebar .widget:nth-child(2n + 1) {
    clear: left;
    margin-left: 0; } }

@media only screen and (min-width: 680px) and (max-width: 860px) {
  .home-services .service .excerpt {
    margin-left: 0; } }
/*-----------Category------------*/
.product-box .category-name .larger_title
{
	font-size:20px;
	font-family: 'roboto_bc';
	margin-bottom:0px !important
}
.product-box .category-name .mini_title
{
	font-size: 16px;
	line-height: 24px;
	margin-top: 0px;
	color: #050505;
	min-height: 48px;
	font-family: 'roboto_bc';
}
.product-box .category-name { _padding-left:15px; margin-bottom:10px}
.product-box .product-thumbnail {
    position: relative;
    text-align: center;
}
.product-box .product-thumbnail.flexbox-grid>a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 313px;
    text-align: center;
	overflow:hidden;
}
.product-box .product-thumbnail.flexbox-grid a img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	transition: all 0.5s;
	webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}
.product-box .product-thumbnail.flexbox-grid a img:hover {
    -webkit-transform: scale(1.2,1.2);
    -webkit-transform-origin: center center;
    -moz-transform: scale(1.2,1.2);
    -moz-transform-origin: center center;
    -o-transform: scale(1.2,1.2);
    -o-transform-origin: center center;
    transform: scale(1.2,1.2);
    transform-origin: center center;
}
#sidebar .widgettitle {
font-family: 'roboto_bc';
    font-size: 16px;
    display: block;
    overflow: hidden;
    padding: 1rem 1rem 1rem 1rem;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    background: #EC1C22;
    border-radius: 8px 8px 0px 0px;
}
#sidebar .menu-sidebar ul.menu {
    border-top: none;
    display: block;
    z-index: 999;
}
#sidebar .menu-sidebar ul.menu>li {
    display: block;
    z-index: 999;
    position: relative;
    width: 100%;
border-bottom: 1px solid #f2f2f2;
}
#sidebar .menu-sidebar ul.menu li.current-menu-parent > a{    color: #fff;
    background: #EC1C22;}

#sidebar .menu-sidebar ul.menu li.current-menu-parent .text-right-caret { color:#fff}
#sidebar .menu-sidebar ul.menu li.parents-item > a{ color:#EC1C22;}
#sidebar .menu-sidebar ul.menu li.parents-item .text-right-caret{
	transform: rotate(90deg) !important;
  -webkit-transform: rotate(90deg) !important;
  right:15px !important}
#sidebar .menu-sidebar ul.menu li.current-menu-parent .dropdown-menu{
	display:block
}
	 #sidebar .menu-sidebar ul.menu li .text-right-caret{ top: 5px;
    right: 12px;}
  #sidebar .menu-sidebar ul.menu>li>a span { color:#000}
 #sidebar .menu-sidebar ul.menu li a {
	text-align: left;
	font-family: 'roboto_r';
	font-size: 15px;
	line-height:26px;
    padding: 5px 0 5px 10px;
	color:#000;
	display: block;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	text-decoration:none;
	    white-space: inherit;
 }
 #sidebar .menu-item-object-news_category .dropdown-menu>li>a {    padding: 3px 15px !important;}
  #sidebar .menu-sidebar ul.menu>li>a {}
#sidebar .menu-sidebar ul.menu li:last-child {
    border: none;
}
#sidebar .menu-sidebar.menu-hot-news ul li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e8e8e8;
    overflow: hidden;
}

#sidebar .menu-sidebar.menu-hot-news ul li:first-child {
    border: none;
    margin: 0;
    padding: 0;
}
#sidebar .menu-sidebar.menu-hot-news ul li .item-pic {
    width: 80px;
    height: 60px;
    overflow: hidden;
    display: block;
    margin-right: 15px;
    float: left;
}
#sidebar .menu-sidebar.menu-hot-news ul li .item-pic img
{
	    height: 100%;
    width: 100%;
    object-fit: cover;
}
#sidebar .menu-sidebar.menu-hot-news ul li .item-content .item-title {
font-family: 'roboto_bc';
    font-size: 14px;
    color: #000;
    display: block;
    max-height: 4.1rem;
    overflow: hidden;
}
#sidebar .menu-sidebar.menu-hot-news ul li .item-content .item-term {
    margin-top: 11px;
	font-size:11px;
	font-family:'roboto_l';
    color: #EC1C22;
    max-height: 1.6rem;
    overflow: hidden;
}
/*-----------Customer------------*/
#customer-footer {
    position: relative;
    z-index: 99;
	padding: 0 0 1rem 0;
    border-top: 3px solid #D4D4D4;
}
#customer-footer .hometitle {
    background: #fcb040;
}
#customer-footer .hometitle p:after
{
	background: url(../images/bg-home-title-2.png) no-repeat;
}
#customer-footer .hometitle p:before {
    background: url(../images/bg-home-title-1.png) no-repeat;
}
#customer-footer #slider-customer {
    margin: 2rem 0;
}
#customer-footer #slider-customer .item
{
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	height: 100px;
	position: relative;
	border: 1px solid transparent;
	margin-left:28px
}
#customer-footer #slider-customer .item:hover
{
	border:1px solid #F0333C
}
#customer-footer #slider-customer .item img{
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
/*-----------NewsHome------------*/
.section-content .blog-item.first {
  margin-bottom: 30px;
    box-shadow: 0px 0px 9px #D4D4D4;
    padding: 10px;
}
.section-content .blog-item.first .blog-item-thumbnail {
    position: relative;
	    overflow: hidden;
    padding: 0;
}
.section-content .blog-item.first .blog-item-thumbnail img {
	width: 100%;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
    webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.blog-item-name {
    margin: 0;
    position: relative;
    line-height: 24px;
    margin-top: 10px;
	margin-bottom:8px
    font-size: 14px;
height: 74px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-item-name a {
    color: #000;
    font-size: 16px;
    font-family: 'roboto_m';
}
.blog-item-name a:hover {
    color: #EC1C22;
    text-decoration: none;
}
.post-upload-time {
	border:none;
    padding: 5px 0;
    margin-bottom: 10px;
}
.post-upload-time > span {
    color: #5989D4;
    font-size: 13px;
    margin-right: 30px;
}
.post-upload-time > span i {
    color: #5989D4;
}
.content-post {
    line-height: 1.7;
    font-size: 14px;
	color:#000;
	min-height:68px
}
/*-----------ProductList------------*/
.category-image-section.with-image img{
	display: block;
	width: 100%;
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .3s ease,opacity .3s;
	-webkit-transition: -webkit-transform .3s ease,opacity .3s;
}
.post-category .post-info, .post-category .post-info h1, .post-category .post-info h2, .post-category .post-info h3
{
	line-height: 22px;
	font-size: 16px;
}
/*-----------NewsList------------*/

#banner .banner-content .banner-title
{
	font-size: 1.4rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 18px;
    position: relative;
}
#banner .banner-content .banner-title a
{
	    font-size: 1.6em;
    font-weight: 400;
    margin: 0;
    color: #000;
    position: relative;
    display: inline-block;
    padding: 2px 0px;
    font-family: 'roboto_bc';
}
#banner .banner-content .banner-title a:after
{
	position: absolute;
	bottom: -1px;
	height: 1px;
	background: #5989D4;
	left: 0;
	right: 0;
	content: '';
}
.newslist .boxhome_top {
	padding:0 15px;
    margin-bottom: 25px;
}
.newslist .boxhome_top .post-info
{
display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(105, 142, 202, 0.8);
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 15px;
    width: 100%;
}
.effect-xkit .thumb-wrap.not-media {
    overflow: hidden;
    max-height: 450px;
	position:relative
}
.effect-xkit .thumb-wrap.not-media a {
    display: block !important;
    max-height: 450px;
}
.boxhome_top .effect-xkit .thumb-wrap.not-media img {
    display: block;
    width: 100%;
    height:450px;
	-o-object-fit: cover;
    object-fit: cover;
}
.newslist .xinfo{
    text-align: justify;
    padding: 10px 10px 0 0px;
}
.newslist .xinfo h3{
    font-family: 'roboto_bc';
    font-size: 18px;
    color: #fff;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.blog-item-summary {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 6px;
}
/*-----------productDetail------------*/

.readmore, #page #page-contact .content-contact .contact-form input[type='submit'], #page #single #single-product #form-bookitem input[type='submit'] {
    background: #5989D4;
    display: table;
    margin: 2rem auto;
    text-align: center;
    text-transform: uppercase;
    font-family: 'roboto_r';
    font-size: 16px;
    padding: 6px 20px;
    color: #fff;
}
.readmore
{
	display: table;
    margin: 2rem 0;
    text-align: left;
    text-transform: uppercase;
    padding: 6px 20px;
		-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
}
.product_detail .readmore:hover{ color:#E8835E; text-decoration:none}
.product_img_box_image 
{
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
    border: 1px solid rgba(34, 25, 25, 0.2);
	    padding-bottom: 15px;
}
.product_img_box #zoom-image
{
	cursor: zoom-in;
	box-sizing: border-box;
	padding: 5px;
	display: block;
	width: 100%;
	height: 315px;
	overflow: hidden;
	position: relative;
}
.product_img_box #full-img
{
	    max-height: 100%;
    margin: 0;
    max-width: 96%;
    width: auto;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product_detail .pagetitle {
	font-family:'roboto_bc';
	line-height:30px;
    color: #000;
	margin-bottom:15px;
	font-size:22px;}
.product_detail .post-brief, .product_detail .post-brief h1,  .product_detail .post-brief h2, .product_detail .post-brief h3
{
	font-size:14px;
	line-height:22px
}
.product-content ul.detail li a {
    color: #0b3b7d;
}
.product-content ul.detail li {
	margin: 1rem 0;
	line-height:25px;
	color: #EC1C22;
	font-family:'roboto_r';
	font-size:18px;
}
.product-content ul.detail li span {
    color: #d8261c;
		font-family:'roboto_c';
	font-size:20px;
}
.product-content ul.detail li i {
    color: #fcb040;
}
.PIN_1558076713691_button_pin.PIN_1558076713691_save {
    border-radius: 2px;
    text-indent: 20px;
    width: auto;
    padding: 0 4px 0 0;
    text-align: center;
    text-decoration: none;
    font: 11px/20px "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #fff!important;
    background: #e60023 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdâ€¦UsMS42ODYgMTQuNzMzLDEuNjg2IiBmaWxsPSIjZTYwMDIzIj48L3BhdGg+PC9nPjwvc3ZnPg==) 3px 50% no-repeat;
    background-size: 14px 14px;
    -webkit-font-smoothing: antialiased;
}
.horizontal-w-c-circular a, .horizontal-w-c-circular .pinit-btn-div {
    border-radius: 50%;
    border-right: 2px;
}
.section_tab_product_home button.slick-prev, .section_tab_product_home button.slick-next
{
	position: absolute;
	height: 30px;
	width: 15px;
	padding: 15px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	border: none;
	outline: none;
	-moz-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	transition: all 0.45s ease;
	z-index: 999;
	border-radius: 3px;
	background:none;
	background-color: rgba(0, 0, 0, 0.1);
	opacity:1;
	color:#5989D4
}
.section_tab_product_home button.slick-next {
  
    right: 15px;
    top: -65px;
  
}
.section_tab_product_home button.slick-prev {
	left: 73%;
    top: -65px;
}
.section_tab_product_home button.slick-prev:before, .section_tab_product_home button.slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    position: relative;
}
.section_tab_product_home button.slick-prev:before {
    content: "\f104";
	top: 0px;
    right: 4px;
}
.section_tab_product_home button.slick-next:before {
    content: "\f105";
    top: 0px;
    right: 4px;
}
#customer-footer button.slick-prev, #customer-footer button.slick-next
{
	position: absolute;
    height: 30px;
    width: 15px;
    padding: 15px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    border: none;
    outline: none;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: 999;
    border-radius: 15px;
    background: #F0333C;
    opacity: 1;
    color: #5989D4;
}
#customer-footer button.slick-next {
  
    right: 3px;
    top: 35px;
  
}
#customer-footer button.slick-prev {
	left: 2px;
    top: 35px;
}
#customer-footer button.slick-prev:before, #customer-footer button.slick-next:before {
	font-family: "FontAwesome";
	font-size: 20px;
	position: relative;
	color:#fff;
	top: 0px;
		right: 2px;
}
#customer-footer button.slick-prev:before {
    content: "\f104";   
			right: 4px; 
}
#customer-footer button.slick-next:before {
    content: "\f105";    
}
.paging-bound {
    position: relative;
    margin-top: 16px;
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}
.paging-bound .page-item, .paging-bound .page-preview, .paging-bound .page-next {
    display: inline;
    color: #698ECA;
    padding: 0px;
    line-height: 90px;
    text-align: center;
    padding: 5px 9px;
    border: 1px solid #e8e3e3;;
    margin-left: 5px;
    font-size: 18px;
}
.paging-bound .page-item.active {
    color: #fff !important;
    background-color: #698ECA;
}
.page-preview.disable, .page-next.disable {
    display: none ;
}
.page-preview.active:before, .page-next.active:before{
	font-family: "FontAwesome";
    font-size: 20px;
    position: relative;
    color: #698ECA;
	content: "\f104";
	right: 1px;
}
.page-next.active:before{
	content: "\f105";
	right: -1px;
}
.menu-item-object-news_category .dropdown-menu
{
	display: none;
	position: inherit;
	float:inherit;
	border:none;
	box-shadow:none;
	margin:0;
	padding:6px 0;
}
