html {
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	height: 100%;
	min-height: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/*=Transition */
.transition-280 {
	-webkit-transition: all 280ms ease;
	-moz-transition: all 280ms ease;
	-ms-transition: all 280ms ease;
	-o-transition: all 280ms ease;
	transition: all 280ms ease
}

.transition-350 {
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
}

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	margin: 0;
	padding: 0;
	min-width: 1240px;
	min-height: 100%;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility:    visible;
	-ms-backface-visibility:     visible;
	backface-visibility:     visible;
}

a, a:visited {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 15px;
}

hr {
	display: block;
	width: 100%;
	clear: both;
	height: 1px;
	border-top: 1px solid #DDDDDD;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-family: "Lora", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

h1 {
	color: #4d0a29;
	font-size: 26px;
	margin: 0 0 10px;
}

section h2 {
	color: #333333;
}

input[type="email"], input[type="number"], input[type="text"], input[type="password"], input[type="date"], textarea {
	background-color: transparent !important;
	border: 1px solid #fff;
	border-radius: 0 !important;
	color: inherit;
	display: inline-block;
	font-family: inherit;
	font-size: 18px;
	font-style: italic;
	min-height: 43px;
	padding: 2px 10px;
	vertical-align: top;
}

.fluid-container, .text-container, .contact-container, .interesting-container, .container {
	margin-left: auto;
	margin-right: auto;
}

.container {
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
}

.text-container, .contact-container {
	font-size: 16px;
	line-height: 1.55;
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	width: 840px;
	min-width: 840px;
	padding: 40px;
	margin-top: 60px;
}

.contact-container {
	width: 920px;
	min-width: 920px;
}

.interesting-container {
	background: #FFFFFF url('../image/paper-bg.png') repeat;
	color: #323232;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 60px;
	min-width: 620px;
	padding: 55px;
	width: 620px;
	text-align: justify;
}

.interesting-container .paper-shape {
	background: url('../image/paper-heading-shape.png') no-repeat center 0;
	height: 18px;
	margin-bottom: 60px;
}

.interesting-container h1 {
	color: #333333;
	margin: 0 0 15px;
}

.interesting-container .section-subhead {
	color: #9E9E9E;
	margin-bottom: 55px;
}

.interesting-nav {
	font-size: 0;
	text-align: center;
	padding: 100px 0 30px;
}

.interesting-nav .interesting-item {
	display: inline-block;
	vertical-align: top;
	width: 80px;
}

.interesting-nav .icon {
	min-height: 50px;
	text-align: center;
}

.interesting-nav .icon img {
	display: inline-block;
	vertical-align: middle;
}

.interesting-nav .name {
	color: #737373;
	font-size: 14px;
	font-style: italic;
	font-family: "Lora", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.interesting-button-next {
	text-align: center;
	padding-bottom: 25px;
	padding-top: 80px;
}

.interesting-button-next .btn {
	border-color: #a5a5a5;
	color: #777777;
	font-size: 18px;
	padding: 8px 30px;
}

.interesting-button-next .btn img {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 4px;
}

.interesting-nav .interesting-item .active {
	display: none;
}

.interesting-nav .interesting-item:hover .inactive, .interesting-nav .interesting-item.selected .inactive {
	display: none;
}

.interesting-nav .interesting-item:hover .active, .interesting-nav .interesting-item.selected .active {
	display: block;
}

.fluid-container:before, .container:before, .text-container:before, .interesting-container:before, .fluid-container:after, .container:after, .text-container:after, .interesting-container:after {
	content: " ";
	display: table;
}

.information-image {
	text-align: right;
}

.information-image img {
	display: inline-block;
}

.text-container ul {
	padding-bottom: 20px;
	padding-left: 16px;
}

.text-container ul li {
	list-style-type: disc;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.row {
	font-size: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-20 {
  display: -moz-inline-stack;
  display: inline-block;
	vertical-align: top;
	font-size: 14px;
	position: relative;
	min-height: 1px;
  zoom: 1;
  *display: inline;
  _height: 1px;
}

.col-12 {
	width: 100%;
}

.col-11 {
	width: 91.66666667%;
}

.col-10 {
	width: 83.33333333%;
}

.col-9 {
	width: 75%;
}

.col-8 {
	width: 66.66666667%;
}

.col-7 {
	width: 58.33333333%;
}

.col-6 {
	width: 50%;
}

.col-5 {
	width: 41.66666667%;
}

.col-4 {
	width: 33.33333333%;
}

.col-3 {
	width: 25%;
}

.col-20 {
	width: 20%;
}

.col-2 {
	width: 16.66666667%;
}

.col-1 {
	width: 8.33333333%;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
	clear: both;
}

.btn {
	border: 1px solid #333333;
	background: transparent;
	display: inline-block;
	vertical-align: top;
	padding: 18px 20px;
	cursor: pointer;
	font-style: italic;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	color: #323232;
}

.btn-default {
}

.btn-sm {
	padding: 14px 18px;
}

.btn-light {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.btn:hover {
	background-color: rgba(255,255,255,.35);
}

.btn-lg {
	padding: 14px 24px;
}
.btn-rounded,
.btn-rounded:hover{
background-color: #4f0929;
    border: medium none;
    border-radius: 7px;
    color: #fff;
    font-style: normal;
    min-width: 150px;
}

.modal{background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    display: none;}
.modal.show{display: block;}
.modal .modal-content{background-color: #fff;
    left: 50%;
    margin-left: -240px;
    margin-top: -200px;
    padding: 25px;
    position: absolute;
    top: 50%;
    width: 480px;}
.modal .modal-body{}
.modal .label-18{border: 10px solid #4f0929;
    border-radius: 50%;
    color: #4f0929;
    font-family: arial;
    font-size: 80px;
    font-weight: bold;
    height: 180px;
    margin: 0 auto 20px;
    padding-top: 26px;
    text-align: center;
    width: 180px;}
.modal{}
.modal{}

.warning-alc{  font-size: 16px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    white-space: nowrap;}



#agree-modal{text-align: center;}
#agree-modal .buttons{margin-bottom: 65px;}
#agree-modal .text-muted{color: #363636; font-size: 18px; margin-bottom: 35px;}
#agree-modal .buttons{}
#agree-modal .buttons{}

.input-group {
}

.input-group .form-control {
	height: 43px;
}

.input-group .input-group-btn {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}

.input-group .input-group-btn .btn {
	height: 43px;
	padding: 6px 8px;
}

.table {
	border-collapse: collapse;
	border-right: 1px solid #66163b;
	border-top: 1px solid #66163b;
	width: 100%;
}

.table td {
	border-bottom: 1px solid #66163b;
	border-left: 1px solid #66163b;
	padding: 20px;
	vertical-align: middle;
}

.table {
}

.table {
}

.category-description-text {
	border: 1px solid #E5E5E5;
	background-color: #FFFFFF;
	padding: 20px;
	color: #333333;
	margin-bottom: 10px;
}

.category-description-text h2 {
	margin: 0 0 20px;
	color: #4F0A29;
	font-size: 22px;
}

.category-description-text h2 img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: bottom;
}

.category-description-text .text-column {
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
}

.text-column {
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

.column-2 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	column-gap: 50px;
}

.column-3 {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 40px;
	-webkit-column-gap: 40px;
	column-gap: 40px;
}

.column-4 {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}

.column-5 {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.column-6 {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

.manufacturers-grid, .series-grid, .products-grid {
	margin-left: -10px;
}

.series-grid {
	text-align: center;
}

.manufacturers-grid .manufacturer-body, .series-grid .series-body, .products-grid .product-body {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	position: relative;
}

.product-height-fix {
}

.products-grid .product-body {
	padding: 25px;
	font-size: 14px;
}

.products-grid .product-body .col-7 {
	padding-left: 15px;
}

.products-grid .product-body h2 {
	color: #4F0A29;
	margin: 0 0 25px;
}

.products-grid .product-body h3 {
	color: #4F0A29;
	margin: 0 0 15px;
	font-size: 20px;
}

.product-attributes {
	font-size: 16px;
}

.product-attributes li {
	background: url('../image/list-dot-bg.png') repeat-x 0 12px;
	overflow: hidden;
	margin-bottom: 18px;
}

.product-attributes .option {
	background-color: #FFFFFF;
	color: #999999;
	float: left;
	padding-right: 5px;
}

.product-attributes .value {
	background-color: #ffffff;
	color: #333333;
	float: right;
	max-width: 50%;
	padding-left: 5px;
	text-align: right;
}

.product-description {
	margin-top: 25px;
	font-size: 16px!important;
	line-height: 1.5;
	color: #333333;
}

.product-description strong {
	color: #4F0A29;
}

.product-interesting {
}

.product-interestings-list {
}

.product-interestings-list a {
	display: inline-block;
	margin-right: 15px;
}

.manufacturers-grid .image, .series-grid .image {
	margin-bottom: 10px;
}

.manufacturers-grid .image img, .series-grid .image img, .products-grid .image img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.manufacturers-grid .name, .series-grid .name {
	font-size: 14px;
	height: 20px;
	position: relative;
}

.series-grid .name {
	text-align: center;
	font-size: 16px;
	height: auto;
}

.manufacturers-grid .name .title {
	background-color: rgba(255, 255, 255, 0.6);
	bottom: 0;
	color: #333333;
	left: 0;
	position: absolute;
	text-align: left;
	width: 50%;
}

.manufacturers-grid .name .country {
	color: #989898;
}

.manufacturers-grid .name img {
	display: inline-block;
	margin-left: 7px;
	vertical-align: middle;
}

#product-manufacturers {
}

#product-manufacturers .container-manufacturers {
}

#product-manufacturers .column-center {
	margin: 80px 7% 0;
}

#product-manufacturers .description-dest {
	max-height: 0;
	overflow: hidden;
}

#product-manufacturers .description-dest.active {
	max-height: 2000px;
}

#product-manufacturers .description-dest .description-body {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	margin: 40px 0 20px 10px;
	position: relative;
	padding: 40px;
}

#product-manufacturers .description-dest .description-body:before {
	border-bottom: 25px solid #ffffff;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	content: " ";
	display: block;
	height: 0;
	left: 50%;
	position: absolute;
	top: -25px;
	margin-left: -25px;
	width: 0;
	z-index: 10;
}

#product-manufacturers .description-dest .description-body:after {
	border-bottom: 27px solid #e5e5e5;
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
	content: " ";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -27px;
	position: absolute;
	top: -27px;
	width: 0;
	z-index: 5;
}

#product-manufacturers .description-dest .description-body > .row {
	margin: auto;
	max-width: 960px;
}

#product-manufacturers .description-dest.arrow-1 .description-body:before,
#product-manufacturers .description-dest.arrow-1 .description-body:after {
	left: 10%;
}

#product-manufacturers .description-dest.arrow-2 .description-body:before,
#product-manufacturers .description-dest.arrow-2 .description-body:after {
	left: 30%;
}

#product-manufacturers .description-dest.arrow-3 .description-body:before,
#product-manufacturers .description-dest.arrow-3 .description-body:after {
	left: 50%;
}

#product-manufacturers .description-dest.arrow-4 .description-body:before,
#product-manufacturers .description-dest.arrow-4 .description-body:after {
	left: 70%;
}

#product-manufacturers .description-dest.arrow-5 .description-body:before,
#product-manufacturers .description-dest.arrow-5 .description-body:after {
	left: 90%;
}

#product-manufacturers .description-text {
	font-size: 16px;
	line-height: 1.5;
	padding-left: 50px;
	text-align: justify;
}

#product-manufacturers {
}

.manufacturer-description {
	display: none;
}

.panel {
	padding-bottom: 45px;
}

.panel-heading {
	font-style: italic;
	font-family: "Lora", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
	font-size: 22px;
	color: #333333;
	padding: 30px 20px;
	margin-top: -1px;
	border-bottom: 1px solid #D7D7D7;
	border-top: 1px solid #C6C4C5;
}

.list-categories {
}

.list-categories .list-group-item {
	background-color: #fff;
}

.list-categories > .list-group-item > a,
.list-categories > .list-group-item > span {
  cursor: pointer;
	background: url('../image/category-list-bullet.png') no-repeat left center;
	margin: 0 20px;
	border-bottom: 1px dashed #BCBCBC;
	border-top: 1px solid transparent;
	color: #333333;
	font-size: 16px;
	padding: 11px 0 11px 20px;
	display: block;
}

.list-categories > .list-group-item:hover,
.list-categories > .list-group-item.selected {
	margin-top: -1px;
	padding-top: 1px;
}

.list-categories > .list-group-item.selected + .list-group-item:hover {
	margin-top: 0;
	padding-top: 0;
}

.list-categories > .list-group-item:hover + .list-group-item.selected {
	margin-top: 0;
	padding-top: 0;
}

.list-categories > .list-group-item:hover:first-child,
.list-categories > .list-group-item.selected:first-child {
	margin-top: 0;
	padding-top: 0;
}

.list-categories > .list-group-item:hover > a,
.list-categories > .list-group-item:hover > span,
.list-categories > .list-group-item.selected > a,
.list-categories > .list-group-item.selected > span {
	margin: 0;
	padding: 11px 40px;
	color: #4F092B;
	background-color: #FCFCFC;
	background-position: 20px center;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	box-shadow: 4px 0 0 0 #4f092b inset;
}

.list-categories .list-group-item:hover + .list-group-item a,
.list-categories .list-group-item:hover + .list-group-item span,
.list-categories .list-group-item.selected + .list-group-item a,
.list-categories .list-group-item.selected + .list-group-item span {
	border-top-color: transparent;
}

.list-categories > li ul {
  overflow: hidden;
  max-height: 0;

  margin-left: 40px;

	-webkit-transition: max-height 350ms linear;
	-moz-transition: max-height 350ms linear;
	-ms-transition: max-height 350ms linear;
	-o-transition: max-height 350ms linear;
	transition: max-height 350ms linear;
}

.list-categories > li > ul > li > ul {
  margin-left: 20px;
}

.list-categories > li ul.expand {
  max-height: 800px;
}

.list-categories > li > ul span,
.list-categories > li > ul a {
  cursor: pointer;
	color: #666666;
	font-size: 16px;
	padding: 11px 0;
	display: block;
}

.list-categories > li > ul a,
.list-categories > li > ul span {
	color: #000000;
	background-color: #FCFCFC;
}

.list-categories > li > ul > li > ul a,
.list-categories > li > ul > li > ul span {
	color: #666666;
	background-color: #FCFCFC;
}

.list-categories > li > ul {
}


.list-categories {
}

.modal-header .close {
	margin-top: -9px;
}

.section {
	padding: 11px 0;
}

.section-image {
	text-align: center;
}

.section-image img {
	display: inline-block;
	max-width: 100%;
}

.text-regular {
	line-height: 1.6;
	font-size: 1.1em;
}

.text-regular h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.4em;
}

.text-gyeon {
	color: #3B2F55;
}

.text-quotes {
	font-size: 16px;
	font-style: italic;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	padding: 25px 35px 40px;
	position: relative;
	text-indent: 10px;
}

.text-quotes:before {
	content: " ";
	display: block;
	position: absolute;
	background: url('../image/quote-open.png') no-repeat 0 0;
	left: 0;
	top: 0;
	width: 29px;
	height: 16px;
}

.text-quotes:after {
	content: " ";
	display: block;
	position: absolute;
	background: url('../image/quote-close.png') no-repeat 0 0;
	right: 0;
	bottom: 0;
	width: 29px;
	height: 16px;
}

.text-bordered {
	display: inline-block;
	white-space: nowrap;
	margin-left: 0.5em;
}

.text-bordered:before, .text-bordered:after {
	color: inherit;
	content: "—";
	display: inline-block;
	font-family: monospace;
	line-height: 1;
	letter-spacing: -0.5px;
}

.text-bordered:before {
	margin-left: -1em;
	margin-right: 0.5em;
}

.text-bordered:after {
	margin-left: 0.5em;
	margin-right: -1em;
}

.text-bordered.x2:before, .text-bordered.x2:after {
	content: "——";
}

.text-bordered.x3:before, .text-bordered.x3:after {
	content: "———";
}

.text-bordered.x4:before, .text-bordered.x4:after {
	content: "————";
}

.text-bordered.x5:before, .text-bordered.x5:after {
	content: "—————";
}

#to-top {
	background: url("../image/chevron-top.png") no-repeat scroll center center / 65% auto rgba(79, 10, 41, 0.4);
	border-radius: 50%;
	cursor: pointer;
	height: 55px;
	margin-top: -55px;
	opacity: 0;
	position: fixed;
	right: 20px;
	top: 50%;
	width: 55px;
	z-index: -10000;
}

#to-top.visible:hover {
	background-color: rgba(79, 10, 41, 0.9);
}

#to-top.visible {
	opacity: 1;
	z-index: 10000;
}

#header-wrap {
	height: 85px;
	width: 100%;
	display: block;
}

header {
	background-color: #4F0A29;
	color: #FFFFFF;
	height: 85px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}

header .fluid-container {
	padding: 18px;
	min-width: 1240px;
}

#logo {
}

#logo a {
	display: block;
}

#logo img {
	display: block;
}

#main-nav {
	/*margin-right: 125px;*/
	margin-top: 10px;
}

#main-nav li {
	list-style-type: none;
}

#main-nav > ul > li {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	position: relative;
}

#main-nav .nav-item {
	cursor: pointer;
	display: block;
	border: medium none;
	border-bottom: 2px solid transparent;
	color: #A97A89;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0 10px -13px;
	padding: 0 10px 11px;
}

#main-nav .nav-item:hover,
#main-nav .nav-item.selected,
#main-nav .nav-item.open {
	color: #FFFFFF;
}

#main-nav .nav-item.selected {
	border-bottom-color: #C2ABB5;
}

#main-nav .drop-down {
	display: none;
	margin-top: 10px;
	position: absolute;
	right: 50%;
	top: 42px;
	z-index: 10;
}

#main-nav .nav-item.open + .drop-down {
	display: block;
}

#main-nav .drop-down > ul > li > a {
	color: #A97A89;
	font-size: 18px;
	letter-spacing: 1px;
	display: block;
	padding: 5px 28px;
	white-space: nowrap;
}

#main-nav .drop-down > ul > li > a:hover {
	color: #FFFFFF;
}

#main-nav .drop-down > ul {
	background-color: #4F0A29;
	right: -50%;
	padding: 18px 0;
	position: relative;
}

/*=Search */
.product-search {
	position: relative;
}

.product-search > span {
	background: url('../image/icon-search-menu.png') no-repeat 0 0;
	height: 19px;
	cursor: pointer;
	margin-top: 5px !important;
	width: 19px;
}

.product-search > span:hover, .product-search > span.open {
	background-position: -50px -50px;
}

#product-search {
	padding-left: 15px;
	padding-right: 15px;
	width: 270px;
}

#product-search input {
	background-color: #fafafa !important;
	border: 1px solid #dedede;
	color: #4d0a29;
	padding: 8px 35px 8px 10px;
	width: 100%;
}

#product-search i {
	background: url('../image/icon-search.png') no-repeat center center;
	height: 19px;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 19px;
	z-index: 100;
}

#main-nav .drop-down .search-results {
	background-color: #fff;
	border: 1px solid #dedede;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 10;
}

#main-nav .drop-down .search-results.active {
	display: block;
}

#main-nav .drop-down .search-results .product-search-autocomplete-item {
	cursor: pointer;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
}

#main-nav .drop-down .search-results .product-search-autocomplete-item:hover,
#main-nav .drop-down .search-results .product-search-autocomplete-item.active {
	background-color: #FCFCFC;
	border-color: #bcbcbc;
}

#main-nav .drop-down .search-results .product-body {
	border-top: 1px solid transparent;
	margin: 0 15px;
	padding: 5px 0;
	overflow: hidden;
}

#main-nav .drop-down .search-results .product-search-autocomplete-item + .product-search-autocomplete-item .product-body {
	border-top: 1px dashed #bcbcbc;
}

#main-nav .drop-down .search-results .product-search-autocomplete-item:hover .product-body,
#main-nav .drop-down .search-results .product-search-autocomplete-item:hover + .product-search-autocomplete-item .product-body,
#main-nav .drop-down .search-results .product-search-autocomplete-item.active .product-body,
#main-nav .drop-down .search-results .product-search-autocomplete-item.active + .product-search-autocomplete-item .product-body {
	border-top-color: transparent;
}

#main-nav .drop-down .search-results .not-found {
	background-color: #fcfcfc;
	color: #999;
	padding: 15px;
}

#main-nav .drop-down .search-results .close {
	color: #999;
	font-family: Tahoma;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: 8px;
}

#main-nav .drop-down .search-results .close:hover {
	color: #4d0a29;
}

#main-nav .drop-down .search-results .see-all {
	background-color: #fcfcfc;
	border-bottom: 1px solid #dedede;
	padding: 15px;
}

#main-nav .drop-down .search-results .see-all a {
	color: #4d0a29;
	font-size: 14px;
}

#main-nav .drop-down .search-results .image {
	background: none repeat scroll 0 0 #fff;
	float: left;
	padding: 3px;
}

#main-nav .drop-down .search-results .name {
	color: #4d0a29;
	font-style: italic;
	font-family: "Lora", Helvetica, Arial, sans-serif;
	font-weight: 400;
	display: block;
	font-size: 16px;
	padding: 6px 10px 0 45px;
}

#language {
	border-left: 1px solid #885a6f;
	padding: 8px 0 8px 35px;
}

#language img {
	display: inline-block;
	cursor: pointer;
}

/*=Home feed */
#section-feed {
}

#section-feed .fluid-container {
	overflow: hidden;
}

.carousel-feed {
	left: -6px;
	overflow: hidden;
	position: relative;
	width: calc(100% + 12px);
}

.carousel-feed .carousel-controls {
	position: absolute;
	top: 0;
	width: 5%;
	height: 100%;
	z-index: 100;
}

.carousel-feed .carousel-nav-prev {
	background: url('../image/feed-nav-left.png') no-repeat center right;
	left: 0;
}

.carousel-feed .carousel-nav-next {
	background: url('../image/feed-nav-right.png') no-repeat center left;
	right: 0;
}

.carousel-feed .carousel-items {
	font-size: 0;
	white-space: nowrap;
}

.carousel-feed .carousel-item {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	max-width: 430px;
}

.carousel-feed .carousel-item-image {
	position: relative;
	overflow: hidden;
	margin: 0 6px;
}

.carousel-feed .carousel-item-image + .carousel-item-image {
	margin-top: 12px;
}

.carousel-feed .carousel-item-single .carousel-item-image {
	height: 572px;
}

.carousel-feed .carousel-item-double .carousel-item-image {
	height: 280px;
}

.carousel-feed .item-image {
	display: block;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}

.carousel-feed .item-caption {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
	bottom: 0;
	color: #ffffff;
	height: 50%;
	position: absolute;
	text-align: center;
	width: 100%;
}

.carousel-feed .item-caption h3 {
	bottom: 40px;
	font-size: 20px;
	font-style: italic;
	left: 20px;
	line-height: 1.5;
	position: absolute;
	right: 20px;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
}

.carousel-feed .item-caption .caption-link-more {
	bottom: 17px;
	color: #cccccc;
	font-family: "Lucida Console";
	font-size: 16px;
	left: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.section-subhead {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

#content {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 70px;
	position: relative;
}

#content > h1,
#content h2 {
	color: #4D0A29;
	margin: 0 0 10px;
	font-size: 26px;
}

#content h2 {
	font-size: 22px;
}

#content > .section-subhead {
	color: #A16B85;
}

.content-row {
	overflow: hidden;
	min-height: 700px;
}

#column-left {
	background-color: #fff;
	border-right: 1px solid #E0E0E0;
	margin-bottom: -9000px;
	padding-bottom: 9000px;
}

#column-right {
	background-color: #fff;
	border-left: 1px solid #E0E0E0;
	margin-bottom: -9000px;
	padding-bottom: 9000px;
}

#column-center, .column-center {
	margin-bottom: -9000px!important;
	padding-bottom: 9000px!important;
}

#information-interesting #content {
}

#page-background {
	position: absolute;
	z-index: -5;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

#page-background.fixed {
	position: fixed;
	top: auto;
	bottom: 0;
}

#page-background-splitted {
	background-color: #343233;
	position: absolute;
	z-index: -5;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#page-background-splitted .bg-left,
#page-background-splitted .bg-right,
#page-background-splitted .bg-center {
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	height: 100%;
	position: absolute;
}

#page-background-splitted .bg-left {
	background-position: left 0;
	left: 0;
	z-index: 2;
	box-shadow: 0 0 150px 150px #2F2F2F;
}

#page-background-splitted .bg-right {
	background-position: right 0;
	right: 0;
	z-index: 1;
}

#page-background-splitted .bg-center {
	width: 50%;
	right: 0;
	z-index: 3;
	box-shadow: 0 0 150px 150px #2F2F2F;
}

/*=Category */
.category-header {
	background-position: center 0;
	background-repeat: no-repeat;
	color: #fff;
	height: 375px;
	text-align: center;
}

.category-header .category-header-caption {
	padding-top: 70px;
}

.category-header .category-name {
	color: #ffffff;
	font-size: 34px;
	letter-spacing: 2px;
	margin-top: 60px;
	line-height: 1;
}

.category-header .category-image {
	background-color: #ffffff;
	border-radius: 50%;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
	width: 150px;
	margin-bottom: 20px;
}

.category-header .category-image img {
	display: block;
	margin: 23px auto 0;
	max-width: 70%;
}

.category-header .category-image + .category-name {
	margin-top: 0;
}

.category-header .category-description {
	font-size: 16px;
}

.category-header-regular {
	color: #4d0a29;
	height: auto;
}

.category-header-regular .category-name {
	color: #4d0a29;
}

.category-header-regular .category-description {
	color: #a16b85;
}

.contact-item {
}

.contact-item + .contact-item {
	margin-top: 50px;
}

.contact-item .contact-icon {
	border: 2px solid #500929;
	border-radius: 50%;
	height: 88px;
	overflow: hidden;
	padding-top: 15px;
	text-align: center;
	width: 88px;
}

.contact-item .contact-icon img {
	display: inline-block;
	vertical-align: top;
}

.contact-item .contact-item-description {
	margin-left: 110px;
	color: #333333;
	font-size: 16px;
}

.contact-item .contact-item-description h3 {
	color: #4F0A29;
	font-size: 22px;
	margin: 0 0 12px;
	line-height: 1;
}

.contact-form {
	margin-top: 40px;
}

.contact-form input[type="text"], .contact-form textarea {
	background-color: #FAFAFA!important;
	border-color: #DEDEDE;
	color: #4D0A29;
	width: 100%;
	margin-bottom: 15px;
}

.contact-form textarea {
	resize: vertical;
}

.contact-form .btn {
	background-color: #FFFFFF;
	border-color: #500929;
	color: #4D0A29;
	width: 100%;
	padding: 10px 0;
}

#article-grid {
	margin: 0 6%;
}

#article-grid .article-body {
	cursor: pointer;
	margin: 0 15px 30px;
	position: relative;
	overflow: hidden;
}

#article-grid .image {
	display: block;
	position: relative;
	z-index: 1;
}

#article-grid .image img {
	display: block;
	margin: auto;
	width: 100%;
}

#article-grid .caption {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	top: 0;
	bottom: 0;
	height: 100%;
	color: #fff;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 5;
}

#article-grid h3 {
	font-size: 20px;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	white-space: normal;
}

#article-grid .caption > h3 {
	bottom: 40px;
	position: absolute;
	left: 15px;
	right: 15px;
}

#article-grid .description {
	bottom: 50px;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	padding: 0 15px;
	position: absolute;
	top: 100%;
}

#article-grid .description h3 {
	margin-bottom: 10px;
}

#article-grid .article-body:hover .caption {
	top: 0;
	background-color: rgba(0, 0, 0, .6);
}

#article-grid .article-body:hover .description {
	top: 10px;
}

#article-grid .article-body:hover .caption > h3 {
	opacity: 0;
}

#article-grid .caption-link-more {
	bottom: 17px;
	color: #cccccc;
	font-size: 16px;
	left: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

#article-item {
	background: #FFFFFF url('../image/section-bg-article.jpg') no-repeat center -500px;
	padding: 10% 0 18%;
}

#article-item .article-container {
	margin-left: -60%;
	width: 220%;
}

#article-item .article-body {
	background-color: #ffffff;
	border: 1px solid #dbd9da;
	margin: 0 7%;
	position: relative;
	padding: 0;
}

#article-item .article-image {
}

#article-item .article-image img {
	display: block;
	max-width: 100%;
}

#article-item .article-text {
	font-size: 16px;
	line-height: 1.5;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 40px;
	position: absolute;
	text-align: justify;
}

#article-item .article-text h2 {
	color: #5A1736;
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 1.3;
	text-align: left;
}

#article-item .article-text strong {
	color: #5A1736;
}

#article-item .article-text img {
	display: inline-block;
	margin: 10px 0;
	max-width: 100% !important;
	vertical-align: middle;
}

#article-item .article-nav {
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 40px;
}

#article-item .article-nav-prev {
	background: url('../image/article-nav-left.png') no-repeat center center;
	left: -8%;
}

#article-item .article-nav-next {
	background: url('../image/article-nav-right.png') no-repeat center center;
	right: -8%;
}

.container-contact {
	padding: 50px 0 160px !important;
}

/*=Section Our Products */
#section-our-products {
	background: #FFFFFF url('../image/section-bg-products.jpg') no-repeat center -185px;
	padding-bottom: 70px;
	padding-top: 40px;
}

#manufacturers-grid,
#series-grid,
#products-grid {
	padding: 10px 10px 40px;
}

.background-fixed {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

#manufacturers-grid .background-fixed,
#series-grid .background-fixed,
#products-grid .background-fixed {
	background: #FFFFFF url('../image/section-bg-manufacturers.jpg') no-repeat center 0;
}

#section-our-products h2 {
	color: #323232;
	font-size: 26px;
	margin: 0 0 10px;
}

#section-our-products .section-subhead {
	color: #999999;
}

#section-our-products .item-category {
	margin: 35px 25px 0px;
}

#section-our-products .image {
	background: url('../image/products-icon/categories-sprite.png') no-repeat 0 0;
	cursor: pointer;
	width: 165px;
	height: 200px;
	display: inline-block;
	margin-bottom: 25px;
}

#section-our-products .name {
	color: #555555;
	font-size: 20px;
	margin-bottom: 18px;
	font-family: "Lora", Helvetica, Arial, sans-serif;
}

#section-our-products .description {
	color: #999999;
	font-size: 16px;
	font-style: italic;
	min-height:70px;
	margin-bottom: 18px;
	overflow: hidden;
}

#section-our-products .more-link {
}

#section-our-products .more-link a {
	color: #999999;
	font-size: 16px;
	font-family: "Lora", Helvetica, Arial, sans-serif;
}

#section-our-products .item-category:hover .name,
#section-our-products .item-category:hover .more-link a {
	color: #51162A;
}

#item-category-1 {
	background-position: 23px 0 !important;
}

#item-category-2 {
	background-position: -226px 0 !important;
}

#item-category-3 {
	background-position: -495px 0 !important;
}

#item-category-4 {
	background-position: -738px 0 !important;
}

#section-our-products .item-category:hover #item-category-1 {
	background-position: 23px -210px !important;
}

#section-our-products .item-category:hover #item-category-2 {
	background-position: -226px -210px !important;
}

#section-our-products .item-category:hover #item-category-3 {
	background-position: -495px -210px !important;
}

#section-our-products .item-category:hover #item-category-4 {
	background-position: -738px -210px !important;
}

/*=Section About Our Company */
#section-about-our-company {
	background: #FFFFFF url('../image/section-bg-about.jpg') no-repeat center 0 / cover;
	color: #fff;
	padding-bottom: 80px;
	padding-top: 80px;
}

#section-about-our-company h2 {
	color: #ffffff;
	font-size: 26px;
	margin: 0 0 10px;
}

#section-about-our-company .section-subhead {
	color: #A16A83;
}

#section-about-our-company .text-quotes {
	margin-top: 70px;
	margin-bottom: 60px;
}

/*=Section Company News */
#section-company-news {
	background: #FFFFFF url('../image/section-bg-map.jpg') no-repeat center 0;
	max-height: 1455px;
	padding-bottom: 80px;
	padding-top: 80px;
}

#section-company-news h2 {
	font-size: 26px;
	margin: 0 0 10px;
}

#section-company-news .section-subhead {
	color: #999999;
}

#ukrainian-map {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#svg-map {
	height: 100%;
	margin-bottom: 35px;
	min-height: 400px;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-left: -50px;
	margin-right: -50px;
	margin-top: -50px;
}

#svg-map svg {
	height: 100%;
	width: 100%;
	max-height: 900px;
	max-width: 1350px;
	left: -7% !important;
}

.tooltip {
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	position: absolute;
	background-color: #FFFFFF;
	padding: 15px;
	font-size: 16px;
	margin-top: 0;
	z-index: -1;
	max-width: 250px;
	opacity: 0;
	top: 0;
	left: 0;
	-webkit-transition: all 220ms ease;
	-moz-transition: all 220ms ease;
	-ms-transition: all 220ms ease;
	-o-transition: all 220ms ease;
	transition: all 220ms ease;
}

.tooltip.visible {
	opacity: 1;
	margin-top: 10px;
	z-index: 1000;
}

.tooltip:after {
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 13px solid #ffffff;
	bottom: -12px;
	content: " ";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -14px;
	position: absolute;
	width: 0;
}

/* */
.breadcrumb {
	border-bottom: 1px solid #E1E1E1;
	padding: 20px;
	margin: 0;
	list-style: none;
	font-size: 16px;
	background-color: #FFFFFF;
}

.breadcrumb a {
	color: #999999;
	font-size: 16px;
}

.breadcrumb > li {
	display: inline-block;
}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #999999;
	content: "/\00a0";
}

.breadcrumb > .active {
	color: #343434;
}

footer {
	background: #560B2C url('../image/section-bg-footer.jpg') no-repeat center 0;
	color: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 20px;
}

footer a, footer a:hover {
	color: #FFFFFF;
}

footer a:hover {
	text-decoration: underline;
}

footer h4 {
	color: #936279;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 0;
}

footer hr {
	border-top-color: #946379;
	margin: 45px 0 20px;
}

footer .footer-nav {
}

footer .footer-nav li {
	padding-bottom: 8px;
}

footer .footer-nav li a {
	font-size: 16px;
}

footer .footer-nav {
}

footer .subscribe-form {
	margin: 25px 0 60px;
}

footer .social-icon-links {
}

footer .social-icon-links a {
	background: transparent url('../image/social-sprite.png') no-repeat 0 0;
	opacity: .7;
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 34px;
	margin-right: 6px;
}

footer .social-icon-links a:hover {
	opacity: 1;
}

footer .social-icon-links a#sbl-fb {
	background-position: 0 0;
}

footer .social-icon-links a#sbl-tw {
	background-position: -45px 0;
}

footer .social-icon-links a#sbl-vk {
	background-position: -90px 0;
}

footer .social-icon-links a#sbl-gp {
	background-position: -135px 0;
}

footer .social-icon-links a#sbl-ig {
	background-position: -180px 0;
}

#powered {
	color: #936279;
	padding: 20px 0;
	font-size: 20px;
	font-style: italic;
	font-family: "Lora", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:60px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #4F0A29; background:#fff;}
        #cboxTitle{color: #ccc;
    font-size: 20px;
    left: 0;
    position: absolute;
    bottom: 100%;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(../image/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../image/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../image/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../image/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}


.lang_flag a{
 margin-left: 45px!important;
}



.topwine{
	background: url('../image/topwine.png') 0 0 no-repeat;
	position: fixed;
	bottom: 100px;
	left: 20px;
	height: 120px;
	width: 120px;
}

.topwine:hover{
	background: url('../image/topwine.png') 0 -120px no-repeat;}

.topwine a{    display: block;
    height: 120px;}
