html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  color: #000;
}

textarea {
  height: auto;
  min-height: 50px;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
}

.clearfloat:before, .clearfloat:after {
  content: "";
  display: table;
}

.clearfloat:after {
  clear: both;
}

/* For IE 6/7 (triggers hasLayout) */
.clearfloat {
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

select {
  width: 100%;
}

/*FONTS--------------------------------------------------------------------*/
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), 
  	   url("fonts/fa-brands-400.woff2") format("woff2"), 
	   url("fonts/fa-brands-400.woff") format("woff"), 
	   url("fonts/fa-brands-400.ttf") format("truetype"), 
	   url("fonts/fa-brands-400.svg#fontawesome") format("svg"); 
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/fa-light-300.eot");
  src: url("fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), 
  	   url("fonts/fa-light-300.woff2") format("woff2"), 
	   url("fonts/fa-light-300.woff") format("woff"), 
	   url("fonts/fa-light-300.ttf") format("truetype"), 
	   url("fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
  	   url("fonts/fa-regular-400.woff2") format("woff2"), 
	   url("fonts/fa-regular-400.woff") format("woff"), 
	   url("fonts/fa-regular-400.ttf") format("truetype"), 
	   url("fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
  	   url("fonts/fa-solid-900.woff2") format("woff2"), 
	   url("fonts/fa-solid-900.woff") format("woff"), 
	   url("fonts/fa-solid-900.ttf") format("truetype"), 
	   url("fonts/fa-solid-900.svg#fontawesome") format("svg"); 
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; 
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('fonts/OpenSans-LightItalic.woff') format('woff'),
        url('fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Light.woff2') format('woff2'),
        url('fonts/OpenSans-Light.woff') format('woff'),
        url('fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-BoldItalic.woff') format('woff'),
        url('fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBoldItalic.woff') format('woff'),
        url('fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('fonts/OpenSans-SemiBold.woff') format('woff'),
        url('fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'),
        url('fonts/OpenSans-Bold.woff') format('woff'),
        url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Italic.woff2') format('woff2'),
        url('fonts/OpenSans-Italic.woff') format('woff'),
        url('fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
        url('fonts/OpenSans-Regular.woff') format('woff'),
        url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
        url('fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

.text, p{
  line-height: 28px;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: 300;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}

/*
################################################
#                                              #
#   author:  webrix-studio                     #
#   url:  http://webrix-studio.com             #
#                                              #
################################################
 */
/*BODY-------------------------------------------------------------------*/

body {
  background-color: #fff;
  font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif;
  color: #464646;
  font-size: 16px;
}
.wrapper{
  max-width: 1500px;
  margin: 0 auto;
}

/*-------------- header ---------------*/
header{
  position: relative;
  z-index: 1100;
  background: #fff;
}
.header-top{
  background: #000;
  /*Xmas - background: url("../images/_crmst.png") top center;
  min-height: 60px;*/

}
.header-top .wrapper{
  position: relative;
}
.header-right{
  float: right;
}
.header-right .info {
line-height: 46px;
font-size: 14px;
}
/*----------------------- logo -------------------------*/
.logo{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.logo a{
  display: block;
}

/*------------------- scrolling text --------------------*/
.scrolling-text{
  
  
  float: left;
  padding-left: 295px;
  margin-top: 9px;
  width: calc(100% - 430px);
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
  /* Crmst shit 
  color: #BD0003;
  font-style: italic;
  margin-top: 32px;*/
  
}

/*------------------- header contacts --------------------*/
.header-contacts{
  float: right;
}
.header-contacts a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-left: 35px;
  line-height: 40px;
  cursor: pointer;
}
.header-contacts a i{
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin-right: 8px;
  font-size: 14px;
    background: #fff;
  /*background: url('../images/gold_circle.png') no-repeat;*/
  border-radius: 50%;
}
.header-contacts a:hover{
  /*color: #c3a855;*/
    color: #996515;
}

/*----------------------------- languages -------------------------------*/
.languages{
  float: right;
  line-height: 36px;
  border-left: 1px solid #dfba6d;
  padding-left: 5px;
  margin-top: 11px;
  margin-bottom: 11px;
}
.languages a{
  display: inline-block;
  margin-left: 3px;
}

/*----------------------------- menu -------------------------------*/
.menu-wrap{
  position: relative;
  background: rgba(153,101,21,1);
  /*background: -moz-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,145,77,1)), color-stop(21%, rgba(255,240,155,1)), color-stop(25%, rgba(255,240,155,1)), color-stop(46%, rgba(209,156,82,1)), color-stop(63%, rgba(176,122,51,1)), color-stop(86%, rgba(191,136,64,1)), color-stop(95%, rgba(215,171,95,1)), color-stop(96%, rgba(228,186,108,1)), color-stop(100%, rgba(206,160,68,1)));
  background: -webkit-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -o-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -ms-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: linear-gradient(to bottom, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1914d', endColorstr='#cea044', GradientType=0 );*/
}
#menu{
  float: left;
  margin-left: 295px;
}
#menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#menu ul li{
  position: relative;
}
#menu > ul > li{
  float: left;
  margin-right: 45px;
}
#menu ul li a{
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  padding: 18px 0px;
}
#menu > ul > li:hover > a{
  color: #000;
}
#menu ul li i{
  display: inline-block;
  color: #c0baab;
  position: relative;
  margin-left: 10px;
}
/* submenu */
#menu > ul > li > .submenu-wrap {
  top: 100%;
  left: 0;
}
#menu ul li .submenu-wrap {
  opacity: 0;
  min-width: 100%;
  visibility: hidden;
  position: absolute;
}
#menu ul li ul {
  text-align: left;
  z-index: 9999;
  background: #fff;
  border: 1px solid #efefef;
  border-top: 2px solid #000;
  padding: 15px 0px;
}
#menu ul li ul li:last-child{
  border-bottom: none;
}
#menu ul li ul li a{
  padding: 7px 25px;
  color: #484848;
  font-size: 14px;
}
#menu ul li ul li ul {
  top: 0;
  left: 100%;
}
#menu ul li:hover > .submenu-wrap {
  visibility: visible;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
#menu > ul > li:hover > .submenu-wrap {
  top: 100%;
  opacity: 1;
}
#menu ul li ul li:hover ul {
  left: 100%;
  opacity: 1;
}
#menu ul li ul li a:hover{
  /*color: #c3a855;*/
    color: #996515;
}
/* sub submenu */
#menu ul li ul li .submenu-wrap {
  top: -17px;
  left: 100%;
}
#menu ul li ul li:hover .submenu-wrap {
  left: 100%;
  opacity: 1;
}

/*-------------------- search ---------------------*/
.search-form{
  float: left;
    margin: 5px 0 5px 295px;
    position: relative;
    z-index: 2;
    
}
.search-wrap{
  width: 380px;
	border-radius: 20px;
    background: #000;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	box-sizing: border-box;
}
.search-input{
  float: left;
  background: none;
  width: calc(100% - 30px);
  border: 0px;
  color: #fff;
  font-size: 14px;
  padding: 0px;
  line-height: 36px;
  font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif;
  outline: none;
  box-sizing: border-box;
}
.search-submit{
  display: block;
  float: right;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  width: 25px;
  box-sizing: border-box;
}
.search-wrap input[type="text"]:focus + .search-submit{
  /*color: #c3a855;*/
    color: #fff;
}

/*------------------------ registration --------------------------*/
.registration{
  float: left;
  line-height: 48px;
}
.registration a{
  display: inline-block;
  color: #000;
  font-size: 15px;
  margin-right: 35px;
}
.registration a i{
  font-size: 16px;
  margin-right: 7px;
}
.registration a:hover{
  /*color: #c3a855;*/
    color: #996515;
}
.left-bn {
    text-align:center;
    padding: 15px 0;
    background: #faf3e6;
}

/*-------------------------------- cart -----------------------------*/
.cart {
  float: left;
  line-height: 46px;
  position: relative;
  box-sizing: border-box;
}
.cart > a {
  display: block;
  position: relative;
  font-size: 15px;
  color: #000;
}
.cart > a:hover{
  /*color: #c3a855;*/
    color: #996515;
}
.cart > a i {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  font-size: 14px;
  color: #fff;
  text-align: center;
    background: rgba(153,101,21,1);
  /*background: url('../images/gold_circle.png') no-repeat center center;*/
  line-height: 27px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.cart > a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

/*------------------------ banner --------------------------*/
.ban-wrap{
  width: 100%;
  padding: 45px 0px;
  background: #faf3e6;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ban-article figure{
  float: right;
  width: 50%;
  position: relative;
  padding: 35px 75px 0px 0px;
  text-align: right;
  box-sizing: border-box;
}
.ban-article figure::before{
  content: '';
  position: absolute;
  background: url('../images/figure_bgr.jpg') no-repeat left top;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 55px;
  z-index: -1;
}
.slick-slide .ban-article img{
  display: inline-block;
}
.ban-article figure a{
  display: block;
  position: relative;
  z-index: 1;
}
.ban-article-info{
  float: left;
  position: relative;
  width: 50%;
  text-align: right;
  padding: 90px 80px 0px 50px;
  box-sizing: border-box;
}
.ban-article-info:before{
  content: '';
  position: absolute;
  left: 0px;
  bottom: -115px;
  background: url('../images/paint.png') no-repeat;
  width: 575px;
  height: 220px;
  z-index: -1;
}
.ban-article-title{
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 55px;
}
.ban-article-title a:hover{
  /*color: #c3a855;*/
    color: #996515;
}
.ban-article-info .text{
  font-size: 18px;
  line-height: 30px;
  color: #646464;
  padding-left: calc(100% - 470px);
}

/*------------------------ golden date --------------------------*/
.date{
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.date::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(153,101,21,1);
 /* background: -moz-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,145,77,1)), color-stop(21%, rgba(255,240,155,1)), color-stop(25%, rgba(255,240,155,1)), color-stop(46%, rgba(209,156,82,1)), color-stop(63%, rgba(176,122,51,1)), color-stop(86%, rgba(191,136,64,1)), color-stop(95%, rgba(215,171,95,1)), color-stop(96%, rgba(228,186,108,1)), color-stop(100%, rgba(206,160,68,1)));
  background: -webkit-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -o-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -ms-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: linear-gradient(to bottom, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1914d', endColorstr='#cea044', GradientType=0 );*/
}
.date::after{
  content: '';
  position: absolute;
  top: 0px;
  right: 100%;
  width: 90px;
  height: 100%;
  z-index: -1;
  background: rgba(153,101,21,1);
  /*background: -moz-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,145,77,1)), color-stop(21%, rgba(255,240,155,1)), color-stop(25%, rgba(255,240,155,1)), color-stop(46%, rgba(209,156,82,1)), color-stop(63%, rgba(176,122,51,1)), color-stop(86%, rgba(191,136,64,1)), color-stop(95%, rgba(215,171,95,1)), color-stop(96%, rgba(228,186,108,1)), color-stop(100%, rgba(206,160,68,1)));
  background: -webkit-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -o-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -ms-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: linear-gradient(to bottom, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1914d', endColorstr='#cea044', GradientType=0 );*/
}
.date i{
  font-size: 21px;
  margin-right: 10px;
}
.date-open{
  float: left;
}
.date-calendar{
  float: right;
}
.date-height{
  height: 42px;
  padding-right: 10px;
}

.ban-article .date{
  line-height: 52px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 40px;
}
.ban-article .date::after{
  width: 400px;
  right: auto;
  left: 100%;
}

.view-more{
  display: inline-block;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #000;
  margin-top: 20px;
  text-transform: uppercase;
}
.view-more:hover{
  border-bottom: 1px solid transparent;
}
.ban-article-info .view-more{
  font-size: 18px;
  text-transform: none;
  margin-top: 25px;
}

.fade .slick-prev, .fade .slick-next{
  opacity: 0;
}
.fade:hover .slick-prev, .fade:hover .slick-next{
  opacity: 1;
}

/*---------------------------------- section events wrap ----------------------------------*/
.events-wrap{
  padding: 25px 0px 10px;
  background: #faf3e6;
  position: relative;
}
.events-wrap::before{
  content: '';
  position: absolute;
  background: url('../images/beauty.png') no-repeat;
  width: 78px;
  height: 20px;
  top: 39px;
  left: 50%;
  margin-left: -39px;
}
.selected-exhibitions{
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.upcoming-events{
  float: right;
  width: 50%;
  padding-left: 50px;
  box-sizing: border-box;
}
.title{
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.title h1{
  position: relative;
  padding-bottom: 50px;
}
.title h1:before{
  content: '';
  position: absolute;
  background: url(../images/beauty.png) no-repeat;
  width: 78px;
  height: 20px;
  bottom: 0px;
  left: 50%;
  margin-left: -39px;
}

/*------------------------------- news ----------------------------- */
.one-new{
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.one-new figure{
  float: left;
  position: relative;
  width: 320px;
    min-height: 210px;
  padding-top: 11px;
  text-align: center;
  box-sizing: border-box;
}
.selected-exhibitions .one-new figure,
.upcoming-events .one-new figure{
  width: 265px;
}
.one-new figure::before{
  content: '';
  position: absolute;
  width: 230px;
  height: 220px;
  background: transparent;
  border: 4px solid #eee9e0;
  top: 0px;
  right: -23px;
  z-index: -1;
}
.one-new figure a{
  display: block;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 12px 12px 28px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 12px 12px 28px 0px rgba(0,0,0,0.3);
  box-shadow: 12px 12px 28px 0px rgba(0,0,0,0.3);
}
.one-new figure a:hover{
  box-shadow: none;
}
.one-new figure a img{
  max-width: none;
  width: 100%;
}
.one-new-info{
  float: left;
  width: calc(100% - 320px);
  padding-top: 21px;
  padding-left: 35px;
  position: relative;
  box-sizing: border-box;
}
.selected-exhibitions .one-new-info,
.upcoming-events  .one-new-info{
  width: calc(100% - 265px);
}
.one-new-title{
  margin-bottom: 15px;
  line-height: 30px;
  font-weight: normal;
}
.one-new-title a:hover{
  /*color: #c3a855;*/
    color: #996515;
}

.upcoming-events .title{
  text-align: right;
}
.upcoming-events .one-new{
  text-align: right;
  height: 403px;
}
.upcoming-events .one-new figure{
  float: right;
}
.upcoming-events .one-new figure::before{
  left: -23px;
  right: auto;
}
.upcoming-events .one-new-info{
  padding-left: 0px;
  padding-right: 35px;
}
.upcoming-events .date::after{
  right: auto;
  left: 100%;
}

.selected-exhibitions .one-new{
      height: 403px;
    width: 48%;
    float: left;
    margin-right: 1%;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
/*------------------------------------- section new products --------------------------------------*/
.new-products{
  padding: 0px 0px 25px;
  overflow: hidden;
}
.new-products .title{
  background: url('../images/bgr_green.jpg') no-repeat;
    /*background: rgba(153,101,21,1);*/
  background-size: cover;
  position: relative;
  text-align: center;
  padding: 40px 0px;
}
.new-products .title h1:before{
  background: url(../images/beauty_white.png) no-repeat;
}
.new-products .title h1{
  color: #fff;
    text-transform: uppercase;
}
.events-wrap h2,
.text-module h2{
    text-transform:uppercase;
}
.products-list{
  margin-left: -15px;
  margin-right: -15px;
}
.product-box {
  display: inline-table;
  vertical-align: top;
  width: 25%;
  padding: 0px 15px;
  margin-right: -4px;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.similar-slider .product-box {
  width: 100%;
}
.similar-slider .slick-slide img {
display: inline-block;
}
.product-box > div{
  background: #fff;
  border: 1px solid #f3f3f3;
  padding: 18px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.product-box:hover > div{
  border: 1px solid #bbb;
}
.pr-image{
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
  line-height: 290px;
}
.pr-image > a{
  display: block;
}
.pr-image img {
  max-width: 100%;
  max-height: 290px;
}
.pr-title {
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 13px 0px 7px;
  min-height: 54px;
}
.product-box:hover .pr-title{
  /*color: #c3a855;*/
    color: #996515;
}
.pr-text{
  font-size: 14px;
  font-weight: 300;
  color: #464646;
  line-height: 20px;
  margin-bottom: 10px;
}
.new-price {
  display: inline-block;
  font-size: 16px;
    color: #996515;
  /*color: #c3a855;*/
  font-weight: 600;
}
.sold-pr{
  color: #f02b22;
}
.old-price {
  display: inline-block;
  color: #9c9ea6;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 5px;
}
.languages a {
    color:#fff;
    text-transform: uppercase;
    font-size: 14px;
}
.languages a:hover {
    color:#000;
}

/*----------------------- footer ------------------------*/
footer{
  padding-top: 55px;
  /*background: #7c9525;*/
    background: rgba(153,101,21,1);
  position: relative;
}
footer::before{
  content: '';
  position: absolute; 
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: url('../images/golden_line.jpg') no-repeat;
  z-index: 1;
}
.footer-title{
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.flex-item {
  margin-bottom: 50px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  box-sizing: border-box;
}

/*---------- footer menu -----------*/
.footer-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-menu ul li{
  margin-bottom: 8px;
}
.footer-menu ul li a{
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  border-bottom: 1px solid transparent;
}
.footer-menu ul li a:hover{
  border-bottom: 1px solid #fff;
}

/*---------- footer contacts -----------*/
.footer-contacts ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-contacts ul li{
  position: relative;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  font-weight: 300;
  margin-bottom: 17px;
  padding-left: 25px;
}
.footer-contacts ul li a{
  color: rgba(255,255,255,0.7);
  border-bottom: 1px solid transparent;
}
.footer-contacts ul li a:hover{
  color: rgba(255,255,255,1);
  border-bottom: 1px solid #fff;
}
.li-address:before, .li-phone:before, .li-email:before{
  content: '';
  font-family: 'Font Awesome 5 Pro';
  font-weight: lighter;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 16px;
  text-align: center;
}
.li-address:before{
  content: '\f3c5';
}
.li-phone:before{
  content: '\f095';
  /*
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); */
}
.li-email:before{
  content: '\f0e0';
}

/*------------------- socials -------------------*/
.socials{
  margin-top: 40px;
}
.socials a{
  display: inline-block;
  width: 52px;
  height: 52px;
  position: relative;
  text-align: center;
  line-height: 52px;
  color: rgba(153,101,21,1);
  font-size: 18px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3px;
}
.socials a i{
  position: relative;
  z-index: 2;
}
.socials a::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #fff;
  /*background: -moz-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,145,77,1)), color-stop(21%, rgba(255,240,155,1)), color-stop(25%, rgba(255,240,155,1)), color-stop(46%, rgba(209,156,82,1)), color-stop(63%, rgba(176,122,51,1)), color-stop(86%, rgba(191,136,64,1)), color-stop(95%, rgba(215,171,95,1)), color-stop(96%, rgba(228,186,108,1)), color-stop(100%, rgba(206,160,68,1)));
  background: -webkit-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -o-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -ms-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: linear-gradient(to bottom, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1914d', endColorstr='#cea044', GradientType=0 );*/
}
.socials a::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: #000;
  /*background: -moz-linear-gradient(top, rgba(206,160,68,1) 0%, rgba(228,186,108,1) 4%, rgba(215,171,95,1) 5%, rgba(191,136,64,1) 14%, rgba(176,122,51,1) 37%, rgba(209,156,82,1) 54%, rgba(255,240,155,1) 75%, rgba(255,240,155,1) 79%, rgba(193,145,77,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206,160,68,1)), color-stop(4%, rgba(228,186,108,1)), color-stop(5%, rgba(215,171,95,1)), color-stop(14%, rgba(191,136,64,1)), color-stop(37%, rgba(176,122,51,1)), color-stop(54%, rgba(209,156,82,1)), color-stop(75%, rgba(255,240,155,1)), color-stop(79%, rgba(255,240,155,1)), color-stop(100%, rgba(193,145,77,1)));
  background: -webkit-linear-gradient(top, rgba(206,160,68,1) 0%, rgba(228,186,108,1) 4%, rgba(215,171,95,1) 5%, rgba(191,136,64,1) 14%, rgba(176,122,51,1) 37%, rgba(209,156,82,1) 54%, rgba(255,240,155,1) 75%, rgba(255,240,155,1) 79%, rgba(193,145,77,1) 100%);
  background: -o-linear-gradient(top, rgba(206,160,68,1) 0%, rgba(228,186,108,1) 4%, rgba(215,171,95,1) 5%, rgba(191,136,64,1) 14%, rgba(176,122,51,1) 37%, rgba(209,156,82,1) 54%, rgba(255,240,155,1) 75%, rgba(255,240,155,1) 79%, rgba(193,145,77,1) 100%);
  background: -ms-linear-gradient(top, rgba(206,160,68,1) 0%, rgba(228,186,108,1) 4%, rgba(215,171,95,1) 5%, rgba(191,136,64,1) 14%, rgba(176,122,51,1) 37%, rgba(209,156,82,1) 54%, rgba(255,240,155,1) 75%, rgba(255,240,155,1) 79%, rgba(193,145,77,1) 100%);
  background: linear-gradient(to bottom, rgba(206,160,68,1) 0%, rgba(228,186,108,1) 4%, rgba(215,171,95,1) 5%, rgba(191,136,64,1) 14%, rgba(176,122,51,1) 37%, rgba(209,156,82,1) 54%, rgba(255,240,155,1) 75%, rgba(255,240,155,1) 79%, rgba(193,145,77,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea044', endColorstr='#c1914d', GradientType=0 );*/
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.socials a:hover{
  color: #fff;
}
.socials a:hover::after{
  opacity: 1;
}

/*----------------------- subscribe ------------------------*/
.subscribe{
  max-width: 390px;
}
.subscribe .text{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.subs-input{
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif;
  outline: none;
  text-align: left;
  padding: 0px;
  margin-top: 30px;
  box-sizing: border-box;
}
.subs-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fff;
}
.subs-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity: 1;
}
.subs-input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity: 1;
}
.subs-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}
.subs-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #fff;
}

/*---------------------- buttons in site -------------------------*/
.btn{
  display: inline-block;
  position: relative;
  min-width: 120px;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 14px 23px;
  margin-top: 30px;
  box-sizing: border-box;
}
.btn span{
  position: relative;
  z-index: 2;
}
.btn i{
  font-size: 20px;
  margin-right: 10px;
}
.btn::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(153,101,21,1);
  /*background: -moz-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,145,77,1)), color-stop(21%, rgba(255,240,155,1)), color-stop(25%, rgba(255,240,155,1)), color-stop(46%, rgba(209,156,82,1)), color-stop(63%, rgba(176,122,51,1)), color-stop(86%, rgba(191,136,64,1)), color-stop(95%, rgba(215,171,95,1)), color-stop(96%, rgba(228,186,108,1)), color-stop(100%, rgba(206,160,68,1)));
  background: -webkit-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -o-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: -ms-linear-gradient(top, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  background: linear-gradient(to bottom, rgba(193,145,77,1) 0%, rgba(255,240,155,1) 21%, rgba(255,240,155,1) 25%, rgba(209,156,82,1) 46%, rgba(176,122,51,1) 63%, rgba(191,136,64,1) 86%, rgba(215,171,95,1) 95%, rgba(228,186,108,1) 96%, rgba(206,160,68,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1914d', endColorstr='#cea044', GradientType=0 );*/
}
.btn::after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background: #000;
  /*background: -moz-linear-gradient(top, rgba(206,160,68,1) 0%, rgba(228,186,108,1) 4%, rgba(215,171,95,1) 5%, rgba(191,136,64,1) 14%, rgba(176,122,51,1) 37%, rgba(209,156,82,1) 54%, rgba(255,240,155,1) 75%, rgba(255,240,155,1) 79%, rgba(193,145,77,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206,160,68,1)), color-stop(4%, rgba(228,186,108,1)), color-stop(5%, rgba(215,171,95,1)), color-stop(14%, rgba(191,136,64,1)), color-stop(37%, rgba(176,122,51,1)), color-stop(54%, rgba(209,156,82,1)), color-stop(75%, rgba(255,240,155,1)), color-stop(79%, rgba(255,240,155,1)), color-stop(100%, rgba(193,145,77,1)));
  background: -webkit-linear-gradient(top, rgba(206,160,68,1) 0%, rgba(228,186,108,1) 4%, rgba(215,171,95,1) 5%, rgba(191,136,64,1) 14%, rgba(176,122,51,1) 37%, rgba(209,156,82,1) 54%, rgba(255,240,155,1) 75%, rgba(255,240,155,1) 79%, rgba(193,145,77,1) 100%);
  background: -o-linear-gradient(top, rgba(206,160,68,1) 0%, rgba(228,186,108,1) 4%, rgba(215,171,95,1) 5%, rgba(191,136,64,1) 14%, rgba(176,122,51,1) 37%, rgba(209,156,82,1) 54%, rgba(255,240,155,1) 75%, rgba(255,240,155,1) 79%, rgba(193,145,77,1) 100%);
  background: -ms-linear-gradient(top, rgba(206,160,68,1) 0%, rgba(228,186,108,1) 4%, rgba(215,171,95,1) 5%, rgba(191,136,64,1) 14%, rgba(176,122,51,1) 37%, rgba(209,156,82,1) 54%, rgba(255,240,155,1) 75%, rgba(255,240,155,1) 79%, rgba(193,145,77,1) 100%);
  background: linear-gradient(to bottom, rgba(206,160,68,1) 0%, rgba(228,186,108,1) 4%, rgba(215,171,95,1) 5%, rgba(191,136,64,1) 14%, rgba(176,122,51,1) 37%, rgba(209,156,82,1) 54%, rgba(255,240,155,1) 75%, rgba(255,240,155,1) 79%, rgba(193,145,77,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea044', endColorstr='#c1914d', GradientType=0 );*/
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}
.btn:hover{
  color: #fff;
}
.btn:hover::after{
  opacity: 1;
}
footer .btn::before {
    background: #fff;
}
footer .btn {
    color:#000;
}
/*--------------- copyright -----------------*/
.rights{
  text-align: center;
  padding: 22px 0px;
  font-size: 14px;
  color: #fff;
 font-weight: lighter;
}

/*--------------- page top button -----------------*/
.page-top{
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #b3b3b3;
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  z-index: 100;
}
.page-top:hover{
  background: #aca39a;
  border: 1px solid #aca39a;
  color: #fff;
}
.page-top.page-top-show{
  visibility: visible;
  opacity: 1;
}

/*--------------- breadcrumb -----------------*/
.breadcrumb{
  color: #000;
  font-size: 13px;
  margin-bottom: 30px;
  padding: 12px 0px;
  background: #F1F1F1;
}
.breadcrumb a{
  color: #848484;
}
.breadcrumb a:hover{
  color: #000;
  text-decoration: underline;
}
.breadcrumb a i{
  font-size: 15px;
  margin-right: 5px;
}

/*--------------------- page inside ----------------------*/
.content{
  position: relative;
  overflow: hidden;
}
.content .title{
  text-align: center;
}
.content .title h1{
  padding-bottom: 40px;
}
.text-module{
  margin-bottom: 40px;
}

/*--------------------- inside menu ----------------------*/
.inside-menu{
  margin: 0px 0px 50px;
  text-align: center;
}
.inside-menu ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.inside-menu ul li{
  display: inline-block;
  margin: 0 2px;
}
.inside-menu ul li a{
  display: inline-block;
  position: relative;
  min-width: 250px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #DEBC75;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  padding: 14px 23px;
  box-sizing: border-box;
}
.inside-menu ul li a:hover, .inside-menu ul li.current a{
  background: #DEBC75;
}

/*pagination-----------------------------------------------------------------*/
.pagination{
  padding-bottom: 50px;
}
.pagination ul {
  font-size: 16px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.pagination li {
  list-style-type: none;
  display: inline-block;
  margin: 0 2px;
}
.pagination a,
.pagination a:visited {
  display: inline-block;
  width: 34px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #eee9e0;
  background: #fff;
  color: #3e3e3e;
  text-decoration: none;
}
.pagination a:hover,
.pagination a:visited:hover {
  background: #707070;
  border: 1px solid #707070;
  color: #FFF;
}
.pagination a.currentpage {
  background: #996515;
  border: 1px solid #996515;
  color: #fff;
  cursor: default;
}
.pagination a.currentpage:hover{
  background: #996515;
  border: 1px solid #996515;
}
.pagination a.disablelink,
.pagination a.prevnext {
  color: #9f9f9f;
  cursor: default;
}
.pagination a.disablelink:hover,
.pagination a.prevnext:hover {
  color: #9f9f9f;
  background: #fff;
  border: 1px solid #fff;
}

/*--------------------------- Product details ---------------------------- */
.picture-image{
  margin-bottom: 50px;
  float: left;
  width: 57%;
  position: relative;
  overflow: hidden;
}
.picture-image a{
  display: block;
  position: relative;
}
.picture-image img{
  max-width: none;
  width: 100%;
}

.heading{
  /*color: #c3a855;*/
  color: #996515;
    font-size: 32px;
  margin-bottom: 25px;
  font-weight: normal;
  text-transform: uppercase;
}
.description-wrap{
  float: left;
  width: 43%;
  margin-bottom: 40px;
  padding-left: 55px;
  box-sizing: border-box;
}
.description-wrap .text strong{
  font-weight: 600;
  color: #000;
}
.text h4, .text h5, .text h6{
  font-weight: normal;
}

/*--------------- price in product details -----------------*/
.price-inner{
  color: #7e7d7d;
}
.price-inner .new-price{
  font-size: 25px;
  margin-left: 5px;
  color: #000;
}
.price-inner .old-price{
  margin-left: 20px;
}
hr{
  background: #ededed;
  width: 100%;
  height: 1px;
  border: none;
  padding: 0px;
  margin: 20px 0px;
}

.buy-wrap .btn{
  float: left;
  display: block;
  margin-bottom: 40px;
  margin-top: 15px;
  font-size: 16px;
  padding: 15px 35px;
}

/*--------------- share -----------------*/
.share-btns{

  line-height: 52px;
  margin-top: 15px;
}

/*------------------------------- events details ------------------------------*/
.small-wrapper{
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 20px;
  box-sizing: border-box;
}
.small-wrapper .date{
  margin-top: 20px;
  margin-bottom: 25px;
}
.small-wrapper .date::after{
  display: none;
}
.event-image{
  float: left;
  position: relative;
  margin-right: 45px;
  margin-bottom: 20px;
  width: 55%;
  margin-top: -20px;
  background: #fff;
}
.event-image::before {
  content: '';
  position: absolute;
  width: 230px;
  height: 220px;
  background: transparent;
  border: 4px solid #eee9e0;
  bottom: -15px;
  right: -23px;
  z-index: -1;
}

/*------------- Simple gallery in details ------------ */
.simple-gallery{
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.simple-gallery li{
  display: inline-table;
  vertical-align: top;
  width: 25%;
  padding: 15px;
  margin-right: -4px;
  box-sizing: border-box;
}
.simple-gallery li a{
  display: block;
}
.simple-gallery li img{
  max-width: none;
  width: 100%;
}
.simple-gallery li a:hover{
  opacity: 0.75;
}

/*------------- Pictures gallery in event details ------------ */
.eventGal li a{
	border: 1px solid #f3f3f3;
	padding:10px;
	line-height:300px;
	text-align:center;
	box-sizing: border-box;
}
.eventGal li img{
	max-width:100%;
	width: auto;
	max-height: 300px;
}


/*------------------------------------- news -------------------------------------*/
.real-new{
  margin-bottom: 19px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}
.real-new .one-new-title{
  margin-bottom: 0px;
}
.some-text{
  display: block;
  color: #7e7d7d;
}

/*------------------------------------- news details -------------------------------------*/
.simple-image{
  float: left;
  margin-right: 45px;
  margin-bottom: 20px;
  max-width: 50%;
}

/*--------------- simple list in whole site -----------------*/
.text ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.text ul li{
  position: relative;
  margin-bottom: 12px;
}
.text ul li:before{
  content: '\f0c8';
  font-family: 'Font Awesome 5 Pro';
  font-size: 8px;
  position: relative;
  color: #e69a40;
  top: -1px;
  margin-right: 10px;
}

/*------------------------ Tables for whole site ------------------------*/
table {
  width: 100%; 
  border-collapse: collapse; 
  border: none;
  margin-bottom: 20px;
  overflow-x: auto;
  box-sizing: border-box;
}
table th{
  display: table-cell;
  padding: 12px 8px;
  color: #fff;
  background: #996515;
  border: none;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
}
table td{
  background: #fff;
  display: table-cell;
  padding: 9px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #f3f2f0;
}

/*table----------------------------------------------------------------------*/
.nl_osn {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
  color: #909090;
  margin-top: 40px;
  box-sizing: border-box;
}
.nl_osn a {
  font-size: 14px;
  text-decoration: none;
}
.tr {
  width: 100%;
  display: table;
  padding: 5px 10px;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  cursor: default;
  box-sizing: border-box;
}
.tr:hover {
  background: #f3f2f0;
  color: #000;
}
.tr span,
.th {
  display: table-cell;
  color: #3b3e4a;
  box-sizing: border-box;
}
.download1 {
  width: 72%;
  vertical-align: middle;
}
.size1,
.type1 {
  width: 8%;
  padding: 0 3px;
  text-align: right;
  vertical-align: middle;
}
a.pdf,
a.pdf:visited {
  display: block;
  float: right;
  font-size:13px;
  margin-bottom: 5px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 12px;
  display: table-cell;
  top: 3px;
  position: relative;
  color: #fff;
  background: #996515;
}
a.pdf:hover{
  color: #fff;
  background: #000;
}

/*--------------- video -----------------*/
.video{
  width: 100%;
  margin: 40px auto 0px;
}
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 51%;
  height: 0;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------- tags -----------------*/
.tagsContainer{
  margin-top: 30px;
  position: relative;
}
.tagsContainer::before{
  content: '\f02c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  color: #996515;
  position: relative;
  left: 0px;
  top: 0px;
  margin-right: 10px;
}
.tagsContainer .tag-filter {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #e5e7e9;
  background: #f3f2f0;
  color: #666;
  margin: 6px 5px 0 0;
  border-radius:3px;
  font-size: 14px;
}
.tagsContainer .tag-filter:hover {
  color: #fff;
  background: #996515;
  border: 1px solid #996515;
}

/*contact form------------------------------------------------------------------*/
.map{
  height: 450px;
  overflow: hidden;
}
.map iframe{
  pointer-events: none;
}
.one-contact{
  border-top: 1px solid #ebebeb;
  margin-top: 35px;
  padding-top: 35px;
}
.map-place{
  float: left;
  width: 50%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 35px;
}
.map-place iframe{
  pointer-events: none;
}

.address{
  margin-bottom: 60px;
}
.address strong{
  color: #000;
  font-weight: 600;
}
.address ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.address ul li{
  display: inline-table;
  vertical-align: top;
  width: 25%;
  margin-right: -4px;
  padding-right: 25px;
  box-sizing: border-box;
}

.contact-form {
  margin-bottom: 35px;
  float: left;
  width: 50%;
  padding-right: 55px;
  box-sizing: border-box;
}
.input{
  border: 1px solid #ebebeb;
  padding: 0 15px;
  margin-bottom: 10px;
  width: 100%;
  height: 45px;
  color: #000;
  font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
}
textarea.input{
  height: 150px;
  resize: none;
  padding: 12px 15px;
  box-sizing: border-box;
}
.ok, .error {
  display: block;
  font-size: 13px;
  margin: 10px;
}
.error {
  color: #BF1717;
}
.contact-form .btn{
  margin-top: 15px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #bcbcbc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #bcbcbc;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #bcbcbc;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #bcbcbc;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #bcbcbc;
}

.label{
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
}

.styled-select {
  width: 100%;
  height: 48px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 17px;
  box-sizing: border-box;
}
.styled-select select {
  display: block;
  background: transparent;
  width: 110%;
  padding: 0px 15px;
  height: 46px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  color: #363636;
  font-size: 14px;
  font-family: 'OpenSans', 'Open Sans', Arial, Helvetica, sans-serif;
  outline: none;
  position: relative;
  z-index: 1;
}
.styled-select:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  color: #363636;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  font-weight: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.captcha input {
  width: 40%;
}
.captcha img {
  border: 2px solid transparent;
}
.captcha img:hover{
  border: 2px solid #999;
  opacity: 0.9;
}

.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    display: table;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;

}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-white {
    background-image: linear-gradient(to bottom, #fff, #f9f9f9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}
.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #bdbdbd;
}
.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}
.alert-white.alert-success .icon, .alert-white.alert-success .icon::after {
    border-color: #54a754;
    background: #60c060;
}
.alert-white .icon i {
    font-size: 20px;
    color: #fff;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

/*----------------------- Checkbox and Radio style ----------------------*/
.checkbox-custom, .radio-custom {
  position: relative;
  display: block;
  margin-bottom: 10px;
  line-height: 17px;
}
.checkbox-custom label,.radio-custom label{
  position:relative;
  display:inline-block;
  vertical-align:middle;
  margin:0;
  padding:0;
  cursor:pointer;
  font-size: 15px;
  padding-left: 28px;
}
.checkbox-custom label a, .radio-custom label a{
  color: #996515;
}
.checkbox-custom input[type=checkbox]{
  opacity:0;
  position:absolute;
  margin: 0px;
}
.checkbox-custom input[type=checkbox]+label:before{
  content:'';
  background:#fff;
  border: 1px solid #e5e7e9;
  display:inline-block;
  vertical-align:top;
  width: 18px;
  height: 18px;
  text-align:center;
  font-size: 14px;
  color: #000;
  line-height: 16px;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition:box-shadow .1s ease-in-out;
  -o-transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.checkbox-custom input[type=checkbox]:checked+label:before{
  background: rgba(255,255,255,0.3);
  content: '\f00c';
  border: 1px solid #bbb;
}
.checkbox-custom input[type=checkbox].disabled+label:before,.checkbox-custom input[type=checkbox]:disabled+label:before,fieldset[disabled] .checkbox-custom input[type=checkbox]+label:before{
  cursor:default;
  opacity:.4;
}

.radio-custom.radio-inline{
  padding-left:0;
}
.radio-custom input[type=radio]{
  opacity:0;
  position:absolute;
  margin: 0px;
}
.radio-custom input[type=radio]+label:before{
  border-radius:50%;
  content:'';
  background:#fff;
  border: 1px solid #e5e7e9;
  display:inline-block;
  vertical-align:top;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  padding:2px;
  margin-right:10px;
  text-align:center;
  box-shadow:inset 0 0 0 8px #fff;
  -webkit-transition:box-shadow .1s ease-in-out;
  -o-transition:box-shadow .1s ease-in-out;
  transition:box-shadow .1s ease-in-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.radio-custom input[type=radio]:checked+label:before{
  background: #000;
  box-shadow:inset 0 0 0 3px #fff;
}
/*
.radio-custom input[type=radio]:focus+label:before{
  box-shadow:inset 0 0 0 3px #fff;
}*/
.radio-custom input[type=radio].disabled+label:before,.radio-custom input[type=radio]:disabled+label:before,fieldset[disabled] .radio-custom input[type=radio]+label:before{
  cursor:default;
  opacity:.4;
}

/* sitemap ---------------------------------------------------------------*/
.sitemap ul {
  padding: 0;
  list-style-type: none;
  margin: 0px 0px 0px 20px;
}
.sitemap ul ul,.sitemap ul ul ul, .sitemap ul ul ul ul {
  padding: 10px;
  padding-right: 0px;
  list-style-type: none;
  margin: 10px 0px 10px 20px;
  border-left: 1px solid #C0C0C0;
}
.sitemap ul li {
  padding: 2px;
}
.sitemap a {
  color: #000;
  font-family: 'robotoRegular', Arial, Helvetica, sans-serif;
}
.sitemap a:hover {
  color: #ef9e3e;
}

/* error page ---------------------------------------------------------------*/
i.fa-meh-o{
  margin-right: 10px;
}
.error-page{
  background: #FBEEED;
  border: 1px solid #F7D8DD;
  padding: 20px 15px;
  color: #d9534f;
  font-family: 'robotoRegular', Arial, Helvetica, sans-serif;
}
.error-page h6{
  font-family: 'robotoBold', Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  color: #d9534f;
}

/* search results ---------------------------------------------------------------*/
.search-result-wrap{
  border: 1px solid #ebebeb;
  padding: 20px 40px;
}
.search-result{
  padding: 25px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.search-result:last-child{
  border-bottom: none;
}
.search-result h4{
  color: #000;
  font-size: 15px;
  font-family: 'robotoMedium', Arial, Helvetica, sans-serif;
  margin-bottom: 8px;
}
.search-result h4 a{
  color: #000;
}
.search-result h4 a:hover{
  color: #3181c8;
}
.path{
  color: #9f9f9f;
}

.validate-error {
    padding:10px;
    margin:10px 0;
    color: #D8000C;
    background-color: #FFD2D2;
}

/*---------------------------------------- registration -----------------------------------------*/
.form-flex {
  position: relative;
  padding: 12px 0px;
  margin: 0px -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.float-flex {
  -webkit-box-flex: none;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.col-2 .float-flex{
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.col-3 .float-flex{
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}
.col-4 .float-flex{
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.col-5 .float-flex{
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.some-form {
  padding: 40px 50px 20px;
  max-width: 800px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.green-text{
  color: #996515;
}
.some-form .text-module{
	margin-top:40px;
}
.just-text{
	font-size: 13px;
	color: #808080;
}

/*big-panes---------------------------------------------------------------------*/
/* BIG tabs */
.bigTabCont {
  overflow: hidden;
}
.bigTabCont a {
  text-decoration: none;
}
ul.big-tabs {
  margin: 0 !important;
  height: 38px;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
ul.big-tabs li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.big-tabs a {
  float: left;
  font-size: 15px;
  display: block;
  padding: 9px 18px 10px;
  text-decoration: none;
  border: 1px solid #fff;
  border-bottom: 0px;
  background: #fff;
  height: 18px;
  color: #b0b1b4;
  margin-right: 4px;
  position: relative;
  outline: 0;
}
ul.big-tabs a.current {
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  color: #000 !important;
  cursor: default;
  background: #fff;
  font-weight: bold;
}
.big-panes > div {
  min-height: 100px;
  padding: 40px 5px 20px;
  color: #000;
}
#contentArea {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#shoCart1Form {
  margin-bottom: 15px;
}
.userCommonLine {
  margin: 14px 0;
}
.userlabel {
  float: left;
  width: 130px;
  padding: 4px 5px 0 0;
  text-align: right;
  font-size: 13px;
}
.userFormContainer {
  float: left;
}
.userFormContainer input {
  background: #F4F3F0;
  height: 23px;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.userFormContainer input:focus {
  outline: none;
  background: #fff;
}
.userFormMandatory {
  display: inline-block;
  width: 12px;
  margin-left: 0;
  padding: 1px 7px 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #c18b43;
}
.warning {
  color: #FC0 !important;
}
.userFormNote {
  position: relative;
  padding: 4px 5px;
  float: right;
  width: 310px;
  color: #fff;
  background-color: #c18b43;
  border-radius: 5px;
  font-size: 11px;
}
.userFormNote b {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 8px;
  left: -7px;
}
.userTextContainer {
  float: left;
  font-size: 14px;
  padding: 4px;
  font-weight: bold;
}
.userTitleContainer {
  font-weight: bold;
  color: #fff;
}
.userCont,
.orderCont {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5f5f5f;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  margin: 0px 8px 0 0;
  position: relative;
  padding: 4px;
  z-index: 1001;
}
input.userCont {
  width: 180px;
  margin: 0;
}
.userFormContainer textarea {
  width: 250px;
  height: 130px;
  background: #F4F3F0;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
.userFormContainer textarea:focus {
  outline: none;
  background: #fff;
}
input.orderCont {
  width: 50px;
}
input.userCont.disabl {
  color: #999;
}
a span.mediumTitle {
  background: #0043C8;
  text-align: center;
  display: block;
  color: #FFF;
  width: 150px;
  margin-left: 130px;
  text-decoration: none;
}
.buttonM2 span,
a span.mediumTitle,
.buttonM1 span {
  background: #000;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: normal;
  padding: 0px 30px;
  text-decoration: none;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.userOrderList,
.shopOrder {
  border-collapse: collapse;
}
.userOrderList th,
.shopOrder th {
  padding: 15px 10px;
  text-align: left;
  font-weight: normal;
  background: rgba(153,101,21,1);
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #E3E3E3;
}
.userOrderList tr.even,
.shopOrder tr.even {
  background-color: transparent;
}
.userOrderList td,
.shopOrder td {
  padding: 13px 7px;
  background: none;
  text-align: left;
  vertical-align: top;
  border: solid #E3E3E3;
  border-width: 0 1px 1px 0;
  color: #000;
}
.c1 img{
  margin-right:10px;
}
.userOrderList td > div,
.shopOrder td > div {
  display: block;
  margin-bottom: 3px;
  padding-left: 10px;
}
.shopOrder td > div img{
  max-width: 100px;
}
.userOrderList th.c1 {
  width: 30px;
}
.userOrderList th.c2 {
  width: 65px;
}
.userOrderList th.c3 {
  width: auto;
  color: #fff;
}
.userOrderList th.c4 {
  width: 65px;
}
.userOrderList th.c5 {
  width: 100px;
}
.userOrderList th.c6 {
  width: 85px;
}
.userOrderList th.c7 {
  width: 17px;
}
.userOrderList td.c7 {
  border-right: none;
}
.userOrderList tr.lastrow td,
.shopOrder tr.lastrow td {
  border-bottom: none;
  color: #000;
}
.shopOrder th.c1 {
  width: auto;
}
.shopOrder th.c2 {
  width: 65px;
}
.shopOrder th.c3 {
  width: 105px;
}
.shopOrder th.c4 {
  width: 18px;
}
.shopOrder td.c4 {
  border-right: none;
  text-align: center;
}
.shopOrder td.c4 a{
  color: #000;
}
.shopOrder td.c5 {
  border-bottom: none;
}
.shopOrder td.c5 {
  border-bottom: none;
}
.shopOrder td.c6 {
  text-align: center;
}
.shopOrder td.c0 {
  background-color: #F1F1F1;
  font-weight: bold;
}
.shopOrder td div span.shopCprod {
  font-size: 14px;
  color: #606060;
  display: inline-block;
  vertical-align: middle;
}
.shopOrder td div span.shopCprod strong{
  text-transform: uppercase;
  color: #000;
}
.buttonM2Wrap{float: left;}
.buttonM1Wrap{float: right;}
.buttonM2Wrap .btn, .buttonM1Wrap .btn{
  margin-top: 0px;
}
.buttonM2Wrap .btn i{
  font-size: 16px;
  margin-right: 5px;
}
.events-wrap .one-new .text,
.content .one-new .text{
    max-height: 222px;
    overflow: hidden;
}
.author {
float: right;
}

/*--------------- sort by -----------------*/
.sort-wrap{
    margin-bottom: 40px;
    position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sort-wrap .label{
	margin-right: 10px;
	margin-bottom: 0px;
}
.sort-wrap .styled-select{
	margin-bottom: 0px;
	width: 320px;
	margin-right: 40px;
}

/*/*media queries----------------------------------------------------------*/

@media only screen and (max-width: 1680px) {
}

@media only screen and (max-width: 1540px) {
  .wrapper{padding: 0 30px;}
}

@media only screen and (max-width: 1440px) {
  
}

@media only screen and (max-width: 1366px) {
  .search-wrap{width: 310px;}
  .ban-article figure{padding: 35px 45px 0px 0px;}
  .ban-article-title{margin-bottom: 40px;}
  .registration a{margin-right: 25px;}
  #menu > ul > li{margin-right: 35px;}
  .title h1{padding-bottom: 35px;}
  .picture-image{width: 54%;}
  .description-wrap{padding-left: 45px; width: 46%;}
  .header-right .info {font-size: 12px;}
}

@media only screen and (max-width: 1241px) {
  .header-contacts a{margin-left: 15px;}
  .scrolling-text{padding-left: 270px; width: calc(100% - 370px);}
  #menu, .search-form{margin-left: 270px;}
  #menu > ul > li{margin-right: 30px;}
  #menu ul li a{font-size: 15px; padding: 19px 0px;}
  .ban-article-info{padding: 50px 50px 0px 0px;}
  .ban-article figure{padding: 25px 40px 0 0;}
  .ban-wrap{padding: 30px 0px;}
  .selected-exhibitions{float: none; width: auto; padding-right: 0px;}
  .upcoming-events{float: none; width: auto; padding-left: 0px;}
  .upcoming-events .title, .selected-exhibitions .title{text-align: center;}
  .events-wrap::before{display: none;}
  .selected-exhibitions .one-new, .upcoming-events .one-new{height: auto;}
  .subscribe{max-width: 330px;}
  .picture-image{width: 50%;}
  .description-wrap{width: 50%;}
}

@media only screen and (max-width: 1150px) {
  .wrapper{padding: 0 20px;}
  #menu ul li a{font-size: 14px; padding: 20px 0px;}
  #menu > ul > li{margin-right: 22px;}
  .search-input{font-size: 13px;}
  .registration a span{display: none;}
  .registration a i{margin-right: 0px;}
  .registration a{margin-right: 20px;}
  .ban-article-title{font-size: 32px; line-height: 42px; margin-bottom: 25px;}
  .ban-article-info .text{font-size: 16px; line-height: 28px;}
  .ban-article-info .view-more{font-size: 16px;}
  .ban-article .date{font-size: 16px; line-height: 48px;}
  h1, h2{font-size: 34px;}
  h4{font-size: 22px;}
  .product-box{width: 33.333%;}
  .flex-item{webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;}
  .heading{font-size: 30px;}
  .buy-wrap .btn{float: none;}
  .share-btns{float: none; margin-top: 0px; line-height: normal;}
  .header-right .info {display: none}
}

@media only screen and (max-width: 1020px) {
  #menu{display: none;}
  header .responsive-menu-btn{display: block;}
  .languages{margin-right: 30px; padding-right: 30px; border-left: none; border-right: 1px solid #dfba6d;}
  .header-contacts a span{display: none;}
  .header-contacts a i{margin-right: 0px;}
  .header-contacts a{margin-left: 6px;}
  .scrolling-text{width: calc(100% - 95px);}
  .search-wrap{width: 220px; padding-left: 12px; padding-right: 8px;}
  .ban-article .date{font-size: 15px;}
  .date{font-size: 15px;}
  .date i{font-size: 18px;}
  h1, h2{font-size: 32px;}
  .pr-title{font-size: 18px;}
  .ban-article .date{margin-bottom: 25px;}
  .ban-article .date::after{width: 230px;}
  .heading{font-size: 28px;}
  .address ul li{width: 50%; margin-bottom: 20px;}
  .address{margin-bottom: 30px;}
  .eventGal li a{line-height:280px;}
  .eventGal li img {max-height: 280px;}
}

@media only screen and (max-width: 980px) {
  .content .title h1{padding-bottom: 35px;}
  .small-wrapper .date{margin-top: 0px;}
  
  .download1{width: 60%;}
  .size1, .type1{width: 10%;}
}

@media only screen and (max-width: 900px) {
  .ban-article-title{font-size: 26px; font-weight: normal; line-height: normal;}
  .ban-article-info{padding: 50px 35px 0px 0px;}
  .product-box{width: 50%;}
  .search-submit{font-size: 18px;}
  .registration a{margin-right: 15px;}
  .cart > a span{margin-left: 5px;}
  .cart > a{font-size: 14px;}
  .picture-image{float: none; width: auto; margin-bottom: 40px;}
  .description-wrap{float: none; width: auto; padding-left: 0px;}
  .event-image{float: none; width: auto; margin-top: 0px; margin-right: 0px; margin-bottom: 30px; text-align: center;}
  .event-image::before{display: none;}
  .small-wrapper{padding-top: 0px;}
  .small-wrapper .date{padding-left: 10px;}
  .simple-image{float: none; margin-right: 0px; text-align: center; max-width: none;}
  .contact-form{float: none; width: auto; padding-right: 0px;}
  .map-place{float: none; width: auto;}
  .some-form{padding-top: 40px;}
  .eventGal li a{line-height:240px;}
  .eventGal li img {max-height: 240px;}
}

@media only screen and (max-width: 800px) {
  .cart > a span{display: none;}
  .ban-article figure{float: none; width: auto; text-align: center; padding: 15px;}
  .ban-article-info{float: none; width: auto; padding: 30px 0 0 0; text-align: center;}
  .ban-article .date::after{display: none;}
  .ban-article-info .text{padding-left: 0px;}
  .ban-article-info:before {bottom: 0px;}
  .one-new figure,
  .selected-exhibitions .one-new figure, 
  .upcoming-events .one-new figure{width: 200px;}
  .one-new-info,
    .selected-exhibitions .one-new-info, 
    .upcoming-events .one-new-info{width: calc(100% - 200px);}
  .view-more{font-size: 12px;}
  .one-new figure::before{width: 185px; height: 165px;}
  body{font-size: 15px;}
  .text, p{line-height: 26px;}
  .inside-menu ul li a{font-size: 13px; padding: 12px 15px; min-width: 220px;}
  .simple-gallery li{width: 33.333%; padding: 10px;}
  .real-new figure::before{display: none;}
  .one-new.real-new{margin-bottom: 11px;}
  
  .search-result-wrap{padding: 10px 25px;}
}

@media only screen and (max-width: 740px) {
  .scrolling-text{padding-left: 200px;}
  .search-form{margin-left: 200px;}
  
  .pagination{padding-top: 0px;}
}
@media only screen and (max-width: 700px) {
  .new-products .title{padding: 30px 0px;}
  
  .text-module{margin-bottom: 25px;}
  .search-result{padding: 18px 0px;}
}

@media only screen and (max-width: 640px) {
  h5{font-size: 18px;}
  .one-new-title{font-weight: 600; line-height: normal;}
  .product-box{padding: 0 10px;}
  .products-list{margin-left: -10px; margin-right: -10px;}
  .search-wrap{width: 98%;}
  .simple-gallery li{width: 50%;}
  .some-form{padding: 20px 30px 10px;}
  
  .sitemap ul{margin: 0px;}
  ul.big-tabs a{padding: 9px 10px 10px;}
}

@media only screen and (max-width: 550px) {
  .one-new figure,
  .selected-exhibitions .one-new figure, 
  .upcoming-events .one-new figure{width: 150px;}
  .one-new-info,
    .selected-exhibitions .one-new-info, 
    .upcoming-events .one-new-info{width: calc(100% - 150px); padding-left: 20px;}
  .one-new figure::before{width: 130px; height: 180px; right: -15px;}
  .upcoming-events .one-new figure::before{left: -15px;}
  h5{font-size: 17px;}
  h1, h2{font-size: 28px;}
  h3{font-size: 26px;}
  .products-list{margin: 0px;}
  .product-box{padding: 0px; display: block; margin-right: 0px; width: auto;}
  .pr-title{min-height: inherit;}
  .pr-image{line-height: normal;}
  .flex-item { webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;}
  .subscribe{max-width: none;}
  .date{font-size: 14px;}
  .ban-article .date{font-size: 14px;}
  .logo img{max-width: 194px;}
  .search-form{margin-left: 0px; width: 100%}
  .scrolling-text{padding-left: 115px; width: calc(100% - 80px);}
  .subscribe .btn{display: block;}
  .heading{font-size: 25px;}
  .buy-wrap .btn{font-size: 15px; padding: 15px;}
  .btn i{font-size: 18px; margin-right: 7px;}
  .address ul li{display: block; width: auto; padding-right: 0px;}
  .col-2 .float-flex {-webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;}
  .label{font-size: 14px;}
  .some-form .btn{display: block;}

  ul.big-tabs li{float: none; display: block;}
  ul.big-tabs a{float: none; border: none;}
  ul.big-tabs{height: auto;}
  ul.big-tabs a.current{border:none; background: #DEBC75; font-weight: normal;}
  .buttonM2Wrap, .buttonM1Wrap{float: none; margin-bottom: 10px;}
  .buttonM2Wrap .btn, .buttonM1Wrap .btn{display: block;}
  .search-result-wrap{padding: 0px 15px;}
  table {display: block; overflow-x: auto; white-space: nowrap; width: 100%;}
}

@media only screen and (max-width: 500px) {
  .wrapper{padding: 0 10px;}
  .inside-menu ul li a{min-width: inherit; display: block;}
  .inside-menu ul li{display: block; margin: 4px 0px;}
  .breadcrumb{font-size: 12px;}
  .eventGal li a{line-height:normal;}
  .eventGal li img {max-height: none;}

  .simple-gallery li{width: auto; margin-right: 0px; display: block; padding: 10px 0px;}
}

@media only screen and (max-width: 430px) {
  .languages{padding-right: 20px; margin-right: 20px;}
  .scrolling-text{font-size: 13px;}
  .ban-wrap{padding: 20px 0px;}
  .ban-article-title{font-size: 24px;}
  .one-new figure{float: none; width: auto !important;}
  .upcoming-events .one-new figure{float: none;}
  .one-new figure::before{display: none;}
  .one-new figure a img{max-width: 100%; width: auto;}
  .one-new figure a{display: inline-block;}
  .one-new-info{float: none; width: auto !important; padding-left: 0px;}
  .upcoming-events .one-new-info{padding-right: 0px;}
  .date::after{display: none;}
  .date{text-align: center;}
  .one-new{margin-bottom: 45px;}
  .title{margin-bottom: 25px;}
  .picture-image{margin-bottom: 30px;}
  .heading{font-size: 24px; margin-bottom: 20px;}
}

@media only screen and (max-width: 360px) {
  .languages{padding-right: 15px; margin-right: 15px;}
  .ban-article .date{font-size: 13px;}
  .ban-article-info .text{font-size: 15px; line-height: 24px;}
  .ban-article-title{margin-bottom: 15px;}
  .ban-article-info .view-more{font-size: 15px; margin-top: 20px;}
  .text, p{line-height: 24px;}
  body{font-size: 14px;}
  h1, h2{font-size: 27px;}
  .date-open{float: none;}
  .date-calendar{float: none;}
  .date-height{height: auto; line-height: 34px; color: #000;}
  .some-form{padding: 10px 20px 5px;}
  
  .input{width: 100%;}
  .contact-form .btn{display: block;}
  .search-result{padding: 13px 0px;}
  .search-result h4{font-size: 14px;}
}

@media only screen and (max-width: 320px) {
}
