/*var*/
@font-face {
  font-family: 'source_sans_probold';
  src: url('../fonts/source/sourcesanspro-bold-webfont.eot');
  src: url('../fonts/source/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/source/sourcesanspro-bold-webfont.woff2') format('woff2'), url('../fonts/source/sourcesanspro-bold-webfont.woff') format('woff'), url('../fonts/source/sourcesanspro-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_proregular';
  src: url('../fonts/source/sourcesanspro-regular-webfont.eot');
  src: url('../fonts/source/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/source/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../fonts/source/sourcesanspro-regular-webfont.woff') format('woff'), url('../fonts/source/sourcesanspro-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.source-regular {
  font-family: 'source_sans_proregular';
}
.source-bold {
  font-family: 'source_sans_probold';
}
strong {
  font-family: 'source_sans_probold';
}
/* bootstrap five column*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
  .modal-dialog{
    width: 950px !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
label {
  font-weight: normal;
}
.control-label {
  padding-top: 7px;
}
/*button*/
.button {
  display: inline-block;
  padding: 10px 40px;
}
.button.red {
  color: white;
  text-transform: uppercase;
  background-color: #dd4b39;
  border: none;
  text-decoration: none;
}
.button.red:hover {
  background-color: #c43f2d;
}
/*success*/
.success {
  margin-bottom: 0px;
  text-transform: uppercase;
  background-color: #5fb36e;
  color: white;
  padding: 15px 30px;
  text-align: center;
}
.success span {
  position: relative;
  padding-left: 10px;
}
.success span img {
  position: absolute;
  left: -15px;
  top: 2px;
}
body {
  font-size: 14px;
  position: relative;
  z-index: 1;
  background-color: white;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
* {
  outline: none;
}
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.title {
  position: relative;
}
.title h2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.title h2:after {
  content: "";
  width: 4px;
  height: 43px;
  background-color: #9e1460;
  position: absolute;
  left: 0px;
  top: 0px;
}
/*popup*/
.background {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.popup {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1500;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.popup .img {
    position: absolute;
    top: 33%;
    margin-top: -192px;
    left: 50%;
    margin-left: -756px;
    width: 1500px;
    z-index: 10;
    opacity: 1;
}
.popup .box {
  position: absolute;
  height: 200px;
  width: 100%;
  top: 33%;
  /*margin-top: -100px;
  background-color:rgb(0,0,0);
		background-color:rgba(196,13,19,0.6);*/
  z-index: 30;
}
.popup .box #inner {
  position: relative;
  width: 700px;
  margin: 0 auto;
  height: 200px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.popup .box #inner img {
  position: absolute;
  left: 20px;
  top: 25px;
}
.popup .box #inner a:hover {
  background-color: #9a9b9b;
  color: white;
}
.popup .box #inner:after {
  content: "";
  position: absolute;
  left: 700px;
  top: 0px;
  height: 200px;
  width: 0px;
  background-color: #c40d13;
  background-color: rgba(196, 13, 19, 0.6);
  -webkit-transition: width 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}
.popup .box #inner:before {
  content: "";
  position: absolute;
  right: 700px;
  top: 0px;
  height: 200px;
  width: 0px;
  background-color: #c40d13;
  background-color: rgba(196, 13, 19, 0.6);
  -webkit-transition: width 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}
.popup.open {
  opacity: 1;
}

.italokaz{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size:20px;
  margin-top:-100px;
}

a .italokaz{
  color:#9C3F73;
}

.popup.open #inner:after {
  width: 1000px;
}
.popup.open #inner:before {
  width: 1000px;
}
#wrapper header #header-top {
  height: 40px;
}
#wrapper header #header-top #top-menu {
  height: 40px;
}
#wrapper header #header-top #top-menu ul li {
  display: inline-block;
}
#wrapper header #header-top #top-menu ul li a {
  padding-right: 15px;
  padding-left: 15px;
}
#wrapper header #header-top #top-menu ul li a:hover {
  color: #9e1460;
}
#wrapper header #header-top #login {
  height: 40px;
}
#wrapper header #header-top #login span {
  display: block;
}
#wrapper header #header-top #login span {
  position: relative;
}
#wrapper header #header-top #login span:before {
  content: "";
  width: 12px;
  height: 18px;
  background: url("../images/icon/icon-lock.png") top left no-repeat;
  position: absolute;
  left: -30px;
  top: 2px;
}
#wrapper header #header-top #login a:hover {
  color: #95d1a0;
}
#wrapper header #header-bottom {
  height: 110px;
  position: relative;
}
#wrapper header #header-bottom p {
  margin: 0px;
}
#wrapper header #header-bottom #open {
  position: absolute;
  top: 13px;
}
#wrapper header #header-bottom #open:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon/icon-clock.png") top left no-repeat;
  position: absolute;
  left: 0px;
  top: 6px;
}
#wrapper header #header-bottom #logo {
  position: absolute;
  bottom: 14px;
}
#wrapper header #header-bottom #email {
  position: absolute;
  top: 13px;
  left: 336px;
}
#wrapper header #header-bottom #email a:hover {
  color: #f1ac47 !important;
}
#wrapper header #header-bottom #email:before {
  content: "";
  width: 26px;
  height: 18px;
  background: url("../images/icon/icon-mail.png") top left no-repeat;
  position: absolute;
  left: 0px;
  top: 6px;
}
#wrapper header #header-bottom #tel {
position: absolute;
    top: 11px;
    left: 720px;
    font-size: 17px;
    padding-left: 30px;
}
#wrapper header #header-bottom #tel:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon/icon-phone.png") top left no-repeat;
  position: absolute;
  left: 0px;
  top: 6px;
}
#wrapper header #header-bottom form {
  width: 370px;
  position: absolute;
  top: 50px;
    left: 336px;
}
#wrapper header #header-bottom form input {
  width: 100%;
  background: url("../images/icon/icon-search.png") 98% 14px no-repeat #ffffff;
  padding: 17px 10px 14px 150px;
  -webkit-transition: border 0.6s ease-in-out;
  -moz-transition: border 0.6s ease-in-out;
  -o-transition: border 0.6s ease-in-out;
  transition: border 0.6s ease-in-out;
}
#wrapper header #header-bottom form input:focus::-webkit-input-placeholder {
  color: #b3b3b3;
}
#wrapper header #header-bottom form input:focus:-moz-placeholder {
  color: #b3b3b3;
}
#wrapper header #header-bottom form input:focus::-moz-placeholder {
  color: #b3b3b3;
}
#wrapper header #header-bottom form input:focus:-ms-input-placeholder {
  color: #b3b3b3;
}
#wrapper header #header-bottom form button {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px;
  width: 125px;
  height: 50px;
  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
#wrapper header #header-bottom form button:after {
  content: "";
  width: 5px;
  height: 50px;
  background: url("../images/wave/search-right.png") top left no-repeat;
  position: absolute;
  right: -5px;
  top: 0px;
}
#wrapper header #header-bottom form:hover input {
  border: 1px solid #dd6d67;
}
#wrapper header #header-bottom #basket {
  position: absolute;
  top: 0px;
  right: 15px;
  padding: 38px 25px 16px 20px;
  margin-right: 50px;
  cursor: pointer;
}
#wrapper header #header-bottom #basket a {
  display: inline-block;
  position: relative;
}
#wrapper header #header-bottom #basket a .circle {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 80px;
  background-color: #f99134;
  background-color: rgba(249, 145, 52, 0.8);
  text-align: center;
  line-height: 40px;
  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
#wrapper header #header-bottom #basket .dropdown-menu {
  min-height: 110px;
  min-width: 240px;
  padding: 18px 12px 12px;
  white-space: normal;
}
#wrapper header #header-bottom #basket .dropdown-menu .table tr td {
  padding: 4px;
}
#wrapper header #header-bottom #basket .dropdown-menu .table tr td .img-thumbnail {
  border-radius: 0px;
}
#wrapper header #header-bottom #basket .dropdown-menu .table tr td:last-child {
  padding: 0px;
}
#wrapper header #header-bottom #basket .dropdown-menu .table tr:first-child td {
  border-top: 0px;
}
#wrapper header #header-bottom #basket .dropdown-menu a.button {
  color: white !important;
  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
#wrapper header #header-bottom #basket .dropdown-menu a.button:hover {
  background-color: #9a9b9b;
}
#wrapper header #header-bottom #basket .dropdown-menu.open {
  display: block !important;
}
#wrapper header #header-bottom #basket:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e2e2e2;
  position: absolute;
  left: -15px;
  top: 0px;
}
#wrapper header #header-bottom #basket:hover .circle {
  background-color: #5fb36e;
  background-color: rgba(95, 179, 110, 0.8);
}
#wrapper header.simple #header-bottom {
  height: 110px;
}
#wrapper header.simple #header-bottom #logo {
  bottom: 25px;
}
#wrapper header.simple #header-bottom #open {
  top: 50px !important;
  left: 336px;
}
#wrapper section#slider,
#wrapper section#image {
  position: relative;
  border-bottom: 165px solid #f3f3f3;
}
#wrapper section#slider nav,
#wrapper section#image nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background: #8c2e61;
  background: rgba(140, 46, 97, 0.95);
  z-index: 50;
}
#wrapper section#slider nav .mobile-menu,
#wrapper section#image nav .mobile-menu {
  position: relative;
}
#wrapper section#slider nav .mobile-menu a,
#wrapper section#image nav .mobile-menu a {
  padding: 10px 20px;
  margin-top:10px;
  font-size:22px;
  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
#wrapper section#slider nav .mobile-menu a:hover,
#wrapper section#image nav .mobile-menu a:hover,
#wrapper section#slider nav .mobile-menu a:focus,
#wrapper section#image nav .mobile-menu a:focus {
  color: white;
  background-color: #f1ac47;
}
#wrapper section#slider nav ul li,
#wrapper section#image nav ul li {
  display: inline-block;
}
#wrapper section#slider nav ul li a,
#wrapper section#image nav ul li a {
  position: relative;
  display: block;
  padding: 14px 22px;
  font-family: 'source_sans_probold';
  font-size: 15px;
  text-transform: uppercase;
  color: white;
}
#wrapper section#slider nav ul li a:after,
#wrapper section#image nav ul li a:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #bf86a6;
  position: absolute;
  left: -1px;
  top: 15px;
}
#wrapper section#slider nav ul li a:hover,
#wrapper section#image nav ul li a:hover {
  color: #dbb4ca;
}
#wrapper section#slider nav ul li .dropdown-menu,
#wrapper section#image nav ul li .dropdown-menu {
  padding: 5px 10px;
}
#wrapper section#slider nav ul li .dropdown-menu ul,
#wrapper section#image nav ul li .dropdown-menu ul {
  margin: 10px 0px;
}
#wrapper section#slider nav ul li .dropdown-menu ul li,
#wrapper section#image nav ul li .dropdown-menu ul li {
  display: table;
}
#wrapper section#slider nav ul li .dropdown-menu ul li a,
#wrapper section#image nav ul li .dropdown-menu ul li a {
  font-size: 14px;
  padding: 8px 0px;
  font-family: 'source_sans_proregular';
  text-align: left;
}
#wrapper section#slider nav ul li .dropdown-menu ul li a:after,
#wrapper section#image nav ul li .dropdown-menu ul li a:after,
#wrapper section#slider nav ul li .dropdown-menu ul li a:before,
#wrapper section#image nav ul li .dropdown-menu ul li a:before {
  display: none;
}
#wrapper section#slider nav ul li:last-child a:before,
#wrapper section#image nav ul li:last-child a:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #bf86a6;
  position: absolute;
  right: -1px;
  top: 15px;
}
#wrapper section#slider nav ul li.dropdown span,
#wrapper section#image nav ul li.dropdown span {
  position: absolute;
  top: 13px;
  right: 5px;
}
#wrapper section#slider nav ul li.dropdown:hover,
#wrapper section#image nav ul li.dropdown:hover {
  position: static;
}
#wrapper section#slider nav ul li.dropdown:hover .dropdown-menu,
#wrapper section#image nav ul li.dropdown:hover .dropdown-menu {
  border-radius: 0px;
  background-color: #5f2545 !important;
  display: inline-block;
  width: 100%;
  text-align: center;
  left: 0%;
  right: 0;
  margin: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#wrapper section#slider nav ul li.dropdown.open span,
#wrapper section#image nav ul li.dropdown.open span {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
#wrapper section#slider .carousel-caption,
#wrapper section#image .carousel-caption {
  left: 0%;
  right: 0%;
}
#wrapper section#slider .indicators,
#wrapper section#image .indicators {
  bottom: 65px;
}
#wrapper section#slider .indicators .carousel-indicators li,
#wrapper section#image .indicators .carousel-indicators li {
  position: relative;
  border-radius: 0px;
  width: 60px;
  height: 5px;
  border: 0px;
  background: rgba(255, 255, 255, 0.25);
  text-indent: inherit;
  text-align: right;
  line-height: 1px;
  margin-right: 20px;
}
#wrapper section#slider .indicators .carousel-indicators li span,
#wrapper section#image .indicators .carousel-indicators li span {
  position: absolute;
  right: -20px;
  top: 0px;
  color: rgba(255, 255, 255, 0.25);
}
#wrapper section#slider .indicators .carousel-indicators li.active,
#wrapper section#image .indicators .carousel-indicators li.active {
  margin: 1px;
  margin-right: 20px;
  background: #ffffff;
}
#wrapper section#slider .indicators .carousel-indicators li.active span,
#wrapper section#image .indicators .carousel-indicators li.active span {
  color: white;
}
#wrapper section#slider .carousel-inner .carousel-caption,
#wrapper section#image .carousel-inner .carousel-caption {
  top: 268px;
}
#wrapper section#slider .carousel-inner .item,
#wrapper section#image .carousel-inner .item {
  height: 530px;
}
#wrapper section#slider .carousel-inner .item .overlay,
#wrapper section#image .carousel-inner .item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.1)), 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.1) 40%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
#wrapper section#slider .carousel-inner .item .cover-image,
#wrapper section#image .carousel-inner .item .cover-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  opacity: .85;
  z-index: -1;
}
#wrapper section#slider .carousel-inner .item h1,
#wrapper section#image .carousel-inner .item h1 {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  letter-spacing: -3px;
}
#wrapper section#slider .carousel-inner .item p,
#wrapper section#image .carousel-inner .item p {
  position: relative;
  margin-top: -30px;
}
#wrapper section#separate {
  position: relative;
  z-index: 10;
  margin-top: -225px;
}
#wrapper section#separate .height {
  height: 255px;
}
#wrapper section#separate .item {
  position: relative;
  display: block;
}
#wrapper section#separate .item .content {
  overflow: hidden;
}
#wrapper section#separate .item .border {
  position: absolute;
  height: 4px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
#wrapper section#separate .item .circle {
  position: absolute;
  height: 49px;
  width: 49px;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
  margin-bottom: -25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  line-height: 49px;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
#wrapper section#separate .item .height .height {
  position: relative;
  top: 30px;
  -webkit-transition: top 0.4s linear;
  -moz-transition: top 0.4s linear;
  -o-transition: top 0.4s linear;
  transition: top 0.4s linear;
}
#wrapper section#separate .item .icon-percent {
  width: 50px;
  height: 41px;
  background: url("../images/icon/icon-percent.png") top left no-repeat;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -25px;
}
#wrapper section#separate .item .icon-new {
  width: 49px;
  height: 36px;
  background: url("../images/icon/icon-new.png") top left no-repeat;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -25px;
}
#wrapper section#separate .item .icon-drink {
      width: 51px;
    height: 42px;
    background: url("../images/icon/package.png") top left no-repeat;
    position: absolute;
    top: 30px;
    left: 45%;

  margin-left: -15px;
}
#wrapper section#separate .item .icon-paper {
  width: 34px;
  height: 42px;
  background: url("../images/icon/icon-paper.png") top left no-repeat;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -17px;
}
#wrapper section#separate .item .icon-calculator {
  width: 27px;
  height: 42px;
  background: url("../images/icon/icon-calculator.png") top left no-repeat;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -15px;
}
#wrapper section#separate .item h3 {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 20;
}
#wrapper section#separate .item h3:after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -5px;
}
#wrapper section#separate .item p {
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 20;
}
#wrapper section#separate .item .bg {
  height: 140px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
#wrapper section#separate .item .bg:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -21px;
  width: 100%;
  height: 21px;
}
#wrapper section#separate .item .bg.claret:before {
  background: url("../images/wave/separate-wave-1.png") top left no-repeat;
}
#wrapper section#separate .item .bg.red:before {
  background: url("../images/wave/separate-wave-2.png") top left no-repeat;
}
#wrapper section#separate .item .bg.yellow:before {
  background: url("../images/wave/separate-wave-3.png") top left no-repeat;
}
#wrapper section#separate .item .bg.green:before {
  background: url("../images/wave/separate-wave-4.png") top left no-repeat;
}
#wrapper section#separate .item .bg.blue:before {
  background: url("../images/wave/separate-wave-5.png") top left no-repeat;
}
#wrapper section#separate .item:hover .height {
  top: 0px;
}
#wrapper section#separate .item:hover .circle,
#wrapper section#separate .item:hover .border {
  opacity: 1;
}
#wrapper section#products .title p,
#wrapper .products .title p {
  padding-top: 0px;
}
#wrapper section#products .row.double,
#wrapper .products .row.double {
  margin-right: -30px;
  margin-left: -30px;
}
#wrapper section#products .item,
#wrapper .products .item {
  height: 370px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
    border: 2px solid rgba(0,0,0,0.55);

}
#wrapper section#products .item .title,
#wrapper .products .item .title {
  position: relative;
}
#wrapper section#products .item .title p,
#wrapper .products .item .title p {
  position: relative;
  margin-top: -4px;
}
#wrapper section#products .item .title:after,
#wrapper .products .item .title:after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #dadada;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -3px;
}
#wrapper section#products .item .control,
#wrapper .products .item .control {
  height: 65px;
  position: relative;
}
#wrapper section#products .item .control .add,
#wrapper .products .item .control .add {
  position: absolute;
  left: 130px;
  top: 0px;
}
#wrapper section#products .item .control .add input,
#wrapper .products .item .control .add input {
  width: 38px;
  height: 30px;
  text-align: center;
}
#wrapper section#products .item .control .add a.plus,
#wrapper .products .item .control .add a.plus {
  position: absolute;
  top: -4px;
  right: -20px;
}
#wrapper section#products .item .control .add a.minus,
#wrapper .products .item .control .add a.minus {
  position: absolute;
  bottom: -2px;
  right: -20px;
}
#wrapper section#products .item .control a.basket,
#wrapper .products .item .control a.basket {
  position: absolute;
  right: 15px;
  top: 0px;
}
#wrapper section#products .item:hover,
#wrapper .products .item:hover {
  -webkit-box-shadow: inset 0 0 0 5px #f99134;
  -moz-box-shadow: inset 0 0 0 5px #f99134;
  box-shadow: inset 0 0 0 5px #f99134;
}
#wrapper section#partners .border {
  padding: 10px;
}
#wrapper section#partners .border .slider .slide div {
  position: relative;
}
#wrapper section#partners .border .slider .slide div:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 1px;
  height: 60px;
  right: -5px;
  background: #b3b3b3;
}
#wrapper section#news .height {
  height: 290px;
}
#wrapper section#news .title {
  top: 10px;
  left: 10px;
  z-index: 10;
}
#wrapper section#news #news-slider {
  position: relative;
  height: 290px;
}
#wrapper section#news #news-slider .carousel-caption {
  left: 0%;
  right: 0%;
}
#wrapper section#news #news-slider .indicators {
  bottom: -70px;
}
#wrapper section#news #news-slider .indicators .carousel-indicators li {
  position: relative;
  width: 20px;
  height: 20px;
  border: 0px;
  background: #e5e5e5;
  text-indent: inherit;
  text-align: right;
  line-height: 1px;
  margin-right: 5px;
}
#wrapper section#news #news-slider .indicators .carousel-indicators li.active {
  margin: 1px;
  background: #e5e5e5;
  margin-right: 5px;
}
#wrapper section#news #news-slider .indicators .carousel-indicators li.active:after {
  content: "";
  width: 10px;
  height: 10px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
}
#wrapper section#news #news-slider .carousel-inner .carousel-caption {
  top: 268px;
}
#wrapper section#news #news-slider .carousel-inner .item p {
  position: relative;
  margin-top: -30px;
}
#wrapper section#news #news-slider .carousel-inner .item a {
  position: relative;
  top: -10px;
}
#wrapper section#news #news-slider .carousel-inner .item h4 {
  margin-top: 0px;
  padding-top: 0px;
  width: 80%;
}
#wrapper section#news #news-slider .carousel-inner .item h4 a {
  position: relative;
  top: 0px;
  -webkit-transition: color 0.6s ease-in-out;
  -moz-transition: color 0.6s ease-in-out;
  -o-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}
#wrapper section#news #news-slider .carousel-inner .item h4 a:hover {
  color: #f99134;
}
#wrapper section#milestones .parallax-overlay {
  position: relative;
  height: 370px;
}
#wrapper section#milestones .parallax-overlay:after {
  content: "";
  background-image: url('../images/wine-bg.jpg') !important;
  width: 100%;
  height: 100%;
  background-attachment: fixed !important;
  background-size: cover !important;
  background: #f8f8f8;
  color: #ffffff;
  background-repeat: repeat-y;
  background-position: top center;
  opacity: 0.2;
  position: absolute;
  left: 0px;
  top: 0px;
}
#wrapper section#milestones h2,
#wrapper section#milestones p {
  position: relative;
  z-index: 10;
}
#wrapper section#milestones .parallax-content {
  position: relative;
  z-index: 10;
}
#wrapper section#milestones .parallax-content .item {
  position: relative;
}
#wrapper section#milestones .parallax-content .item p {
  position: relative;
  top: -15px;
}
#wrapper section#milestones .parallax-content .item:after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 54px;
  width: 10px;
  height: 10px;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#wrapper section#milestones .parallax-content .item.last:after {
  display: none;
}
#wrapper section#milestones .icon-1 {
  width: 60px;
  height: 42px;
  background: url('../images/milestones/milestones-1.png') top center no-repeat;
  margin: 0px auto;
  margin-top: 26px;
}
#wrapper section#milestones .icon-2 {
  width: 46px;
  height: 68px;
  background: url('../images/milestones/milestones-2.png') top center no-repeat;
  margin: 0px auto;
}
#wrapper section#milestones .icon-3 {
  width: 70px;
  height: 42px;
  background: url('../images/milestones/milestones-3.png') top center no-repeat;
  margin: 0px auto;
  margin-top: 26px;
}
#wrapper section#milestones .icon-4 {
  width: 46px;
  height: 44px;
  background: url('../images/milestones/milestones-4.png') top center no-repeat;
  margin: 0px auto;
  margin-top: 24px;
}
#wrapper section#milestones #subtext p {
  width: 60%;
  margin: 0 auto;
}
#wrapper section#contact .height {
  height: 340px;
}
#wrapper section#contact #map {
  width: 100%;
}
#wrapper section#contact #text #tel {
  position: relative;
}
#wrapper section#contact #text #tel:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon/icon-phone.png") top left no-repeat;
  position: absolute;
  left: 0px;
  top: 15px;
}
#wrapper section#contact #text #open {
  position: relative;
}
#wrapper section#contact #text #open:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon/icon-clock.png") top left no-repeat;
  position: absolute;
  left: 0px;
  top: 15px;
}
#wrapper section#contact #text #email {
  position: relative;
}
#wrapper section#contact #text #email a:hover {
  color: #f1ac47 !important;
}
#wrapper section#contact #text #email:before {
  content: "";
  width: 26px;
  height: 18px;
  background: url("../images/icon/icon-mail.png") top left no-repeat;
  position: absolute;
  left: 0px;
  top: 15px;
}
#wrapper footer .height {
  height: 100px;
}
#wrapper footer p {
  position: absolute;
  top: 40px;
  left: 0px;
}
#wrapper footer a.inweb {
  position: absolute;
  top: 32px;
  right: 17px;
}
#wrapper footer ul {
  position: absolute;
  top: 43px;
  right: 241px;
}
#wrapper footer ul li {
  display: inline-block;
}
#wrapper footer ul li a {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #9a9b9b;
}
#wrapper footer ul li a:hover {
  color: #9e1460;
}
#wrapper footer ul li:last-child a {
  border: 0px;
}
#wrapper footer .border {
  position: absolute;
  top: 10px;
  height: 80px;
  right: 170px;
}
/*subpage*/
section#image {
  border-bottom: 0px !important;
  /*height: 325px;*/
}
section#image #single {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.widget {
  height: 250px;
  position: relative;
}
.widget h3 {
  position: absolute;
  top: 15px;
  left: 40px;
}
.widget .border {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.widget.newsletter {
  background-image: url("../images/newsletter-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.widget.newsletter p {
  position: absolute;
  top: 75px;
  left: 40px;
  width: 80%;
}
.widget.newsletter form input {
  position: absolute;
  top: 135px;
  left: 40px;
  width: 200px;
  padding: 15px 15px 13px 15px;
  border: 0px;
}
.widget.newsletter form button {
  position: absolute;
  top: 190px;
  left: 40px;
  padding: 18px 5px 14px 5px;
  border: 0px;
}
.widget.newsletter form button:hover {
  color: #dd6d67;
}
.widget.newsletter-small h3 {
  top: 0px;
}
.widget.newsletter-small p {
  top: 55px;
  width: 70%;
}
.widget.newsletter-small form input {
  top: 115px;
  width: 180px;
}
.widget.newsletter-small form button {
  top: 170px;
}
.widget.info {
  background-image: url("../images/order-info.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.widget.info a {
  padding: 18px 5px 14px 5px;
  position: absolute;
  top: 100px;
  left: 40px;
  z-index: 10;
}
.widget.info a:hover {
  color: #95d1a0;
}
.widget.facebook p {
  position: absolute;
  top: 75px;
  left: 40px;
  width: 80%;
}
.widget.facebook .icon {
  position: absolute;
  top: 149px;
  left: 39px;
}
.widget.facebook span {
  position: absolute;
  top: 142px;
  left: 115px;
}
.widget.facebook a {
  position: absolute;
  top: 192px;
  left: 115px;
  padding: 18px 5px 14px 5px;
  border: 0px;
}
.widget.facebook a:hover {
  color: #c75a96;
}
.widget.facebook-small h3 {
  top: 0px;
}
.widget.facebook-small p {
  top: 55px;
  width: 70%;
}
.widget.facebook-small .icon,
.widget.facebook-small span {
  top: 120px;
}
.widget.facebook-small a {
  top: 166px;
  left: 100px;
  font-size: 16px;
}
.widget.contact {
  position: relative;
  background-image: url("../images/contact-bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.widget.contact h3 {
  position: absolute;
  top: 15px;
  left: 40px;
}
.widget.contact .border {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.widget.contact #tel {
  position: absolute;
  top: 50px;
  left: 40px;
}
.widget.contact #tel:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon/icon-phone-orange.png") top left no-repeat;
  position: absolute;
  left: 0px;
  top: 10px;
}
.widget.contact #open {
  position: absolute;
  top: 120px;
  left: 40px;
}
.widget.contact #open:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon/icon-clock-orange.png") top left no-repeat;
  position: absolute;
  left: 0px;
  top: 8px;
}
.widget.contact #email {
  position: absolute;
  top: 85px;
  left: 40px;
  z-index: 10;
  padding-left: 40px;
  padding-top:10px;
}
.widget.contact #email a:hover {
  color: #fdc797 !important;
}
.widget.contact #email:before {
  content: "";
  width: 26px;
  height: 18px;
  background: url("../images/icon/icon-mail-orange.png") top left no-repeat;
  position: absolute;
  left: 0px;
  top: 10px;
}
.widget.contact-small p#email {
  /*padding: 0px;*/
  top: 84px;
}
.widget.contact-small p#email a {
  font-size: 13px;
}
.widget.contact-small p#email:before {
  /*display: none;*/
}
.widget.map {
  height: auto !important;
  padding: 0px;
}
.widget.map h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  position: static !important;
}
.widget.map #map {
  width: 100%;
  height: 250px;
}
.breacrumbs {
  display: inline-block;
}
.breacrumbs ul li {
  display: inline-block;
}
.breacrumbs ul li a,
.breacrumbs ul li span {
  position: relative;
  padding: 16px 20px;
  display: block;
  margin-left: 20px;
}
.breacrumbs ul li span {
  padding: 16px 10px;
}
.breacrumbs ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #910b7b;
  border-width: 25px 20px;
  width: 0;
  height: 0;
  left: 100%;
  border-color: transparent;
  border-left-color: #910b7b;
}
.breacrumbs ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #910b7b;
  border-width: 25px 20px;
  width: 0;
  height: 0;
  left: -20px;
  border-left-color: transparent;
}
.breacrumbs ul li a:hover {
  color: #df9dd4;
}
.breacrumbs li:first-child a {
  margin-left: 0px;
}
.breacrumbs li:first-child a:before {
  display: none;
}
.breacrumbs li:last-child a:before,
.breacrumbs li:last-child a:after {
  display: none;
}
section#filter .filters {
  position: absolute;
  top: 8px;
  right: 30px;
}
section#filter .filters:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/icon/icon-order-list.png") top left no-repeat;
  position: absolute;
  left: -45px;
  top: 6px;
}
select {
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.design {
  background-image: url("../images/icon/arrow-minus.png");
  background-position: 95% 15px;
  background-repeat: no-repeat;
}
select.design:focus {
  background-image: url("../images/icon/arrow-add.png");
}
section#category #catDesc {
  position: relative;
}
section#category #catDesc .fb-like {
  position: absolute;
  bottom: 10px;
  left: 30px;
}
section#category #catDesc p.info {
  position: relative;
}
section#category .height {
  height: 170px;
}
section#product #gallery {
  position: relative;
  overflow: hidden;
  border: 3px solid rgba(0,0,0,0.55);
-webkit-box-shadow: 9px 10px 3px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 9px 10px 3px -7px rgba(0,0,0,0.75);
box-shadow: 9px 10px 3px -7px rgba(0,0,0,0.75);
}
section#product #gallery a img {
  display: table;
  margin: 0 auto;
}
section#product #gallery span.icon {
  position: absolute;
  padding: 10px 15px;
  display: block;
  top: 20px;
  left: -40px;
  width: 170px;
  text-align: center;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
section#product form.basket .add {
  position: relative;
  display: inline;
  padding-right: 20px;
}
section#product form.basket .add input {
  width: 38px;
  height: 30px;
  text-align: center;
}
section#product form.basket .add a.plus {
  position: absolute;
  top: -10px;
  right: 0px;
}
section#product form.basket .add a.minus {
  position: absolute;
  bottom: -10px;
  right: 0px;
}
section#product #desc .cat ul li {
  display: inline-block;
}
section#product #desc .cat ul li a {
  padding: 5px 10px;
}
section#product #desc .cat ul li a:hover {
  background-color: #dd6d67;
  color: white;
}
section#product .panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 1px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section#product .panel-default > .panel-heading {
  background-color: transparent;
  border-width: 1px 0 0;
}
section#product .expand {
  display: block;
  float: right;
  cursor: pointer;
  font-size: 36px;
  position: relative;
  top: -12px;
}
/*order*/
section#order #form header {
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
section#order #form header h2 {
  margin: 0px;
  padding: 10px;
}
section#order #form .content .wizard ul li {
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  background-color: #b3b3b3;
}
section#order #form .content .wizard ul li .number {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #9a9b9b;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: white;
  border-radius: 10px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
section#order #form .content .wizard ul li .arrow {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #e5e5e5;
}
section#order #form .content .wizard ul li .arrow:before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #b3b3b3;
  content: "";
}
section#order #form .content .wizard ul li.active {
  background-color: #f99134;
}
section#order #form .content .wizard ul li.active .arrow {
  border-left-color: #f99134;
}
section#order #form .content .wizard ul li.active .arrow:before {
  border-left-color: #f99134;
}
section#order #form .data {
  display: none;
}
section#order #form .data.active {
  display: block;
}

.widget form {
	z-index: 2;
    position: relative;
}

#wrapper section#slider .indicators, #wrapper section#image .indicators {
  z-index: 11;
}

.divinherit{
  width: 25px;
  height: 30px;
  position: absolute;
  top:10px;
  right:5px;
  z-index: 999;
  display: block;
  cursor: pointer;
}


.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner.active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
z-index: 2;
}

.customerbtn{
  margin:0 !important;
  float:left;
  display: block;
  width:50%;
  border-radius: 0px !important;
  -webkit-border-radius:0px !important;
}

#wrapper section#slider .carousel-inner .item {
  height: auto !important;
}