@import url(https://fonts.googleapis.com/css?family=Dosis:400,600,700,500,300&subset=latin,latin-ext);
.fl {
  float: left;
}
.fr {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fix {
  position: fixed;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
}
a.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
* {
  outline: none;
  box-shadow: none;
}
input::-moz-focus-inner {
  border: 0;
}
object,
embed {
  outline: 0;
}
a,
a:hover,
a:active,
a:focus {
  outline: 0;
}
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.animation {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.mm-opened body {
  padding-top: 0;
}
.z1 {
  position: relative;
  z-index: 1;
}
.z2 {
  position: relative;
  z-index: 2;
}
.z3 {
  position: relative;
  z-index: 3;
}
body,
html {
  min-height: 100%;
  min-width: 100%;
  height: 100%;
}
body {
  background: white url('../images/bg.png');
  padding-top: 89px;
  font-family: 'Dosis', sans-serif;
}
body.scrollBlock {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.whiteContainer .container {
  background: white;
}
body.whiteContainer .topSection .container {
  height: 39px;
}
body.whiteContainer footer {
  margin-top: 0;
}
.firstelement {
  width: 100%;
  display: flex;
}
.firstelement .firstelement_left {
  width: 555px;
}
.firstelement .firstelement_right {
  width: 570px;
  margin-left: 15px;
}
.firstelement .firstelement_right .firstelement_right_bottom {
  margin-top: 15px;
}
.secondelement {
  width: 100%;
  display: flex;
  margin-top: 15px;
}
.secondelement .secondelement_left {
  width: 555px;
}
.secondelement .secondelement_left .secondelement_left_bottom {
  margin-top: 15px;
}
.secondelement .secondelement_center {
  width: 270px;
  margin-left: 15px;
}
.secondelement .secondelement_right {
  width: 285px;
  margin-left: 15px;
}
.secondelement .secondelement_right .secondelement_right_bottom {
  margin-top: 15px;
}
#_cookies_info {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  background: #0072bc;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#_cookies_info p {
  font-size: 10px;
  font-weight: 300;
  color: white;
  line-height: 13px;
  font-family: 'Tahoma';
  margin: 0;
}
#_cookies_info p:first-child {
  font-weight: 700;
}
#_cookies_info a {
  float: right;
  display: inline-block;
  border: 1px solid white;
  padding: 10px 30px;
  color: white;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-left: 15px;
}
.mb5 {
  margin-bottom: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.ml5 {
  margin-left: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.ml10 {
  margin-left: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mr15 {
  margin-right: 15px;
}
.ml15 {
  margin-left: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mr25 {
  margin-right: 25px;
}
.ml25 {
  margin-left: 25px;
}
.types div.item {
  margin-bottom: 5px;
}
#graphicProduct {
  position: relative;
}
#imagesConsole .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
}
#imagesConsole .loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#imagesConsole .loading i {
  color: white;
}
.btn {
  padding-right: 15px;
  padding-left: 15px;
  outline: 0;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  line-height: 20px;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}
.btn span {
  float: none !important;
  color: white;
}
.btn::before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.active,
.btn.active:focus,
.btn:active,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.active::before,
.btn:active::before {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.btn.btn-lg {
  padding: 11px 16px;
  font-size: 18px !important;
  line-height: 1.25;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn.btn-default {
  color: #616161;
  background-color: #fff;
  border-color: rgba(0,0,0,0.13);
  -webkit-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -moz-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -o-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  animation-timing-function: cubic-bezier(0.2,1,.3,1);
}
.btn.btn-default:visited {
  color: #616161;
}
.btn.btn-default.active,
.btn.btn-default.focus,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover {
  color: #616161;
  background-color: #fff;
  border-color: rgba(0,0,0,0.13);
}
.btn.btn-default::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: scale3d(0.7,1,1);
  -moz-transform: scale3d(0.7,1,1);
  -o-transform: scale3d(0.7,1,1);
  -ms-transform: scale3d(0.7,1,1);
  transform: scale3d(0.7,1,1);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  -webkit-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -moz-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -o-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.btn-default:hover::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.btn.btn-default.active,
.btn.btn-default:active {
  background-image: none;
  border-color: rgba(0,0,0,0.13);
}
.btn.btn-default.active::before,
.btn.btn-default:active::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: #e6e6e6;
}
.btn.btn-default.active.focus,
.btn.btn-default.active:focus,
.btn.btn-default.active:hover,
.btn.btn-default:active.focus,
.btn.btn-default:active:focus,
.btn.btn-default:active:hover {
  color: #616161;
  background-color: #f2f2f2;
  border-color: rgba(0,0,0,0.13);
}
.btn.btn-default.disabled::before,
.btn.btn-default[disabled]::before {
  z-index: 1;
}
.btn.btn-default.disabled,
.btn.btn-default.disabled.active,
.btn.btn-default.disabled.focus,
.btn.btn-default.disabled:active,
.btn.btn-default.disabled:focus,
.btn.btn-default.disabled:hover,
.btn.btn-default[disabled],
.btn.btn-default[disabled].active,
.btn.btn-default[disabled].focus,
.btn.btn-default[disabled]:active,
.btn.btn-default[disabled]:focus,
.btn.btn-default[disabled]:hover {
  background-color: #fff;
  border-color: rgba(0,0,0,0.13);
}
.btn.btn-default .badge {
  color: #fff;
  background-color: #616161;
}
.btn.btn-default.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: rgba(0,0,0,0.13);
}
.btn.btn-default.btn-outline.active,
.btn.btn-default.btn-outline:active,
.btn.btn-default.btn-outline:focus,
.btn.btn-default.btn-outline:hover {
  background-color: #fff;
  color: #616161;
}
.btn.btn-default.btn-outline {
  color: #616161;
}
.btn.btn-primary {
  color: #fff;
  background-color: #0072bc;
  border-color: #0072bc;
}
.btn.btn-primary:visited {
  color: #fff;
}
.btn.btn-primary.active,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  color: #fff;
  background-color: #0072bc;
  border-color: #005084;
}
.btn.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #005084;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: scale3d(0.7,1,1);
  -moz-transform: scale3d(0.7,1,1);
  -o-transform: scale3d(0.7,1,1);
  -ms-transform: scale3d(0.7,1,1);
  transform: scale3d(0.7,1,1);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.btn-primary,
.btn.btn-primary::before {
  -webkit-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -moz-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -o-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  animation-timing-function: cubic-bezier(0.2,1,.3,1);
}
.btn.btn-primary:hover::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.btn.btn-primary.active,
.btn.btn-primary:active {
  background-image: none;
  border-color: #006b8f;
}
.btn.btn-primary.active::before,
.btn.btn-primary:active::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: #005084;
}
.btn.btn-primary.active.focus,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary:active.focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover {
  color: #fff;
  background-color: #005084;
  border-color: #006b8f;
}
.btn.btn-primary.disabled::before,
.btn.btn-primary[disabled]::before {
  z-index: 1;
}
.btn.btn-primary.disabled,
.btn.btn-primary.disabled.active,
.btn.btn-primary.disabled.focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary.disabled:focus,
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled],
.btn.btn-primary[disabled].active,
.btn.btn-primary[disabled].focus,
.btn.btn-primary[disabled]:active,
.btn.btn-primary[disabled]:focus,
.btn.btn-primary[disabled]:hover {
  background-color: #0072bc;
  border-color: #0072bc;
}
.btn.btn-primary.badge {
  color: #0072bc;
  background-color: #fff;
}
.btn.btn-primary.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #0072bc;
  color: #0072bc;
}
.btn.btn-primary.btn-outline.active,
.btn.btn-primary.btn-outline:active,
.btn.btn-primary.btn-outline:focus,
.btn.btn-primary.btn-outline:hover {
  background-color: #0072bc;
  color: #fff;
}
.btn.btn-success {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn.btn-success:visited {
  color: #fff;
}
.btn.btn-success.active,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover {
  color: #fff;
  background-color: #2ecc71;
  border-color: #25a25a;
}
.btn.btn-success::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #25a25a;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: scale3d(0.7,1,1);
  -moz-transform: scale3d(0.7,1,1);
  -o-transform: scale3d(0.7,1,1);
  -ms-transform: scale3d(0.7,1,1);
  transform: scale3d(0.7,1,1);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.btn-success,
.btn.btn-success::before {
  -webkit-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -moz-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -o-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  animation-timing-function: cubic-bezier(0.2,1,.3,1);
}
.btn.btn-success:hover::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.btn.btn-success.active,
.btn.btn-success:active {
  background-image: none;
  border-color: #29b765;
}
.btn.btn-success.active::before,
.btn.btn-success:active::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: #25a25a;
}
.btn.btn-success.active.focus,
.btn.btn-success.active:focus,
.btn.btn-success.active:hover,
.btn.btn-success:active.focus,
.btn.btn-success:active:focus,
.btn.btn-success:active:hover {
  color: #fff;
  background-color: #25a25a;
  border-color: #29b765;
}
.btn.btn-success.disabled::before,
.btn.btn-success[disabled]::before {
  z-index: 1;
}
.btn.btn-success.disabled,
.btn.btn-success.disabled.active,
.btn.btn-success.disabled.focus,
.btn.btn-success.disabled:active,
.btn.btn-success.disabled:focus,
.btn.btn-success.disabled:hover,
.btn.btn-success[disabled],
.btn.btn-success[disabled].active,
.btn.btn-success[disabled].focus,
.btn.btn-success[disabled]:active,
.btn.btn-success[disabled]:focus,
.btn.btn-success[disabled]:hover {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn.btn-success.badge {
  color: #2ecc71;
  background-color: #fff;
}
.btn.btn-success.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #2ecc71;
  color: #2ecc71;
}
.btn.btn-success.btn-outline.active,
.btn.btn-success.btn-outline:active,
.btn.btn-success.btn-outline:focus,
.btn.btn-success.btn-outline:hover {
  background-color: #2ecc71;
  color: #fff;
}
.btn.btn-warning {
  color: #fff;
  background-color: #ffc65d;
  border-color: #ffc65d;
}
.btn.btn-warning:visited {
  color: #fff;
}
.btn.btn-warning.active,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover {
  color: #fff;
  background-color: #ffc65d;
  border-color: #ffb42a;
}
.btn.btn-warning::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffb42a;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: scale3d(0.7,1,1);
  -moz-transform: scale3d(0.7,1,1);
  -o-transform: scale3d(0.7,1,1);
  -ms-transform: scale3d(0.7,1,1);
  transform: scale3d(0.7,1,1);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.btn-warning,
.btn.btn-warning::before {
  -webkit-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -moz-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -o-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  animation-timing-function: cubic-bezier(0.2,1,.3,1);
}
.btn.btn-warning:hover::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.btn.btn-warning.active,
.btn.btn-warning:active {
  background-image: none;
  border-color: #ffbd43;
}
.btn.btn-warning.active::before,
.btn.btn-warning:active::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: #ffb42a;
}
.btn.btn-warning.active.focus,
.btn.btn-warning.active:focus,
.btn.btn-warning.active:hover,
.btn.btn-warning:active.focus,
.btn.btn-warning:active:focus,
.btn.btn-warning:active:hover {
  color: #fff;
  background-color: #ffb42a;
  border-color: #ffbd43;
}
.btn.btn-warning.disabled::before,
.btn.btn-warning[disabled]::before {
  z-index: 1;
}
.btn.btn-warning.disabled,
.btn.btn-warning.disabled.active,
.btn.btn-warning.disabled.focus,
.btn.btn-warning.disabled:active,
.btn.btn-warning.disabled:focus,
.btn.btn-warning.disabled:hover,
.btn.btn-warning[disabled],
.btn.btn-warning[disabled].active,
.btn.btn-warning[disabled].focus,
.btn.btn-warning[disabled]:active,
.btn.btn-warning[disabled]:focus,
.btn.btn-warning[disabled]:hover {
  background-color: #ffc65d;
  border-color: #ffc65d;
}
.btn.btn-warning.badge {
  color: #ffc65d;
  background-color: #fff;
}
.btn.btn-warning.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #ffc65d;
  color: #ffc65d;
}
.btn.btn-warning.btn-outline.active,
.btn.btn-warning.btn-outline:active,
.btn.btn-warning.btn-outline:focus,
.btn.btn-warning.btn-outline:hover {
  background-color: #ffc65d;
  color: #fff;
}
.btn.btn-info {
  color: #fff;
  background-color: #09c;
  border-color: #09c;
}
.btn.btn-info:visited {
  color: #fff;
}
.btn.btn-info.active,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover {
  color: #fff;
  background-color: #09c;
  border-color: #007399;
}
.btn.btn-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #007399;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: scale3d(0.7,1,1);
  -moz-transform: scale3d(0.7,1,1);
  -o-transform: scale3d(0.7,1,1);
  -ms-transform: scale3d(0.7,1,1);
  transform: scale3d(0.7,1,1);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.btn-info,
.btn.btn-info::before {
  -webkit-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -moz-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -o-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  animation-timing-function: cubic-bezier(0.2,1,.3,1);
}
.btn.btn-info:hover::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.btn.btn-info.active,
.btn.btn-info:active {
  background-image: none;
  border-color: #006b8f;
}
.btn.btn-info.active::before,
.btn.btn-info:active::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: #007399;
}
.btn.btn-info.active.focus,
.btn.btn-info.active:focus,
.btn.btn-info.active:hover,
.btn.btn-info:active.focus,
.btn.btn-info:active:focus,
.btn.btn-info:active:hover {
  color: #fff;
  background-color: #007399;
  border-color: #006b8f;
}
.btn.btn-info.disabled::before,
.btn.btn-info[disabled]::before {
  z-index: 1;
}
.btn.btn-info.disabled,
.btn.btn-info.disabled.active,
.btn.btn-info.disabled.focus,
.btn.btn-info.disabled:active,
.btn.btn-info.disabled:focus,
.btn.btn-info.disabled:hover,
.btn.btn-info[disabled],
.btn.btn-info[disabled].active,
.btn.btn-info[disabled].focus,
.btn.btn-info[disabled]:active,
.btn.btn-info[disabled]:focus,
.btn.btn-info[disabled]:hover {
  background-color: #09c;
  border-color: #09c;
}
.btn.btn-info.badge {
  color: #09c;
  background-color: #fff;
}
.btn.btn-info.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #09c;
  color: #09c;
}
.btn.btn-info.btn-outline.active,
.btn.btn-info.btn-outline:active,
.btn.btn-info.btn-outline:focus,
.btn.btn-info.btn-outline:hover {
  background-color: #09c;
  color: #fff;
}
.btn.btn-danger {
  color: #fff;
  background-color: #d96557;
  border-color: #d96557;
}
.btn.btn-danger:visited {
  color: #fff;
}
.btn.btn-danger.active,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:hover {
  color: #fff;
  background-color: #d96557;
  border-color: #ce402f;
}
.btn.btn-danger::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ce402f;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: scale3d(0.7,1,1);
  -moz-transform: scale3d(0.7,1,1);
  -o-transform: scale3d(0.7,1,1);
  -ms-transform: scale3d(0.7,1,1);
  transform: scale3d(0.7,1,1);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.btn-danger,
.btn.btn-danger::before {
  -webkit-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -moz-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -o-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  animation-timing-function: cubic-bezier(0.2,1,.3,1);
}
.btn.btn-danger:hover::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.btn.btn-danger.active,
.btn.btn-danger:active {
  background-image: none;
  border-color: #d45242;
}
.btn.btn-danger.active::before,
.btn.btn-danger:active::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: #ce402f;
}
.btn.btn-danger.active.focus,
.btn.btn-danger.active:focus,
.btn.btn-danger.active:hover,
.btn.btn-danger:active.focus,
.btn.btn-danger:active:focus,
.btn.btn-danger:active:hover {
  color: #fff;
  background-color: #ce402f;
  border-color: #d45242;
}
.btn.btn-danger.disabled::before,
.btn.btn-danger[disabled]::before {
  z-index: 1;
}
.btn.btn-danger.disabled,
.btn.btn-danger.disabled.active,
.btn.btn-danger.disabled.focus,
.btn.btn-danger.disabled:active,
.btn.btn-danger.disabled:focus,
.btn.btn-danger.disabled:hover,
.btn.btn-danger[disabled],
.btn.btn-danger[disabled].active,
.btn.btn-danger[disabled].focus,
.btn.btn-danger[disabled]:active,
.btn.btn-danger[disabled]:focus,
.btn.btn-danger[disabled]:hover {
  background-color: #d96557;
  border-color: #d96557;
}
.btn.btn-danger.badge {
  color: #d96557;
  background-color: #fff;
}
.btn.btn-danger.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #d96557;
  color: #d96557;
}
.btn.btn-danger.btn-outline.active,
.btn.btn-danger.btn-outline:active,
.btn.btn-danger.btn-outline:focus,
.btn.btn-danger.btn-outline:hover {
  background-color: #d96557;
  color: #fff;
}
.btn.btn-green {
  color: #fff;
  background-color: #9fca29;
  border-color: #9fca29;
}
.btn.btn-green:visited {
  color: #fff;
}
.btn.btn-green.active,
.btn.btn-green.focus,
.btn.btn-green:active,
.btn.btn-green:focus,
.btn.btn-green:hover {
  color: #fff;
  background-color: #9fca29;
  border-color: #89ad25;
}
.btn.btn-green::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #89ad25;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: scale3d(0.7,1,1);
  -moz-transform: scale3d(0.7,1,1);
  -o-transform: scale3d(0.7,1,1);
  -ms-transform: scale3d(0.7,1,1);
  transform: scale3d(0.7,1,1);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn.btn-green,
.btn.btn-green::before {
  -webkit-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -moz-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -o-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  animation-timing-function: cubic-bezier(0.2,1,.3,1);
}
.btn.btn-green:hover::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.btn.btn-green.active,
.btn.btn-green:active {
  background-image: none;
  border-color: #94bb28;
}
.btn.btn-green.active::before,
.btn.btn-green:active::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  background-color: #89ad25;
}
.btn.btn-green.active.focus,
.btn.btn-green.active:focus,
.btn.btn-green.active:hover,
.btn.btn-green:active.focus,
.btn.btn-green:active:focus,
.btn.btn-green:active:hover {
  color: #fff;
  background-color: #89ad25;
  border-color: #94bb28;
}
.btn.btn-green.disabled::before,
.btn.btn-green[disabled]::before {
  z-index: 1;
}
.btn.btn-green.disabled,
.btn.btn-green.disabled.active,
.btn.btn-green.disabled.focus,
.btn.btn-green.disabled:active,
.btn.btn-green.disabled:focus,
.btn.btn-green.disabled:hover,
.btn.btn-green[disabled],
.btn.btn-green[disabled].active,
.btn.btn-green[disabled].focus,
.btn.btn-green[disabled]:active,
.btn.btn-green[disabled]:focus,
.btn.btn-green[disabled]:hover {
  background-color: #9fca29;
  border-color: #9fca29;
}
.btn.btn-green.badge {
  color: #9fca29;
  background-color: #fff;
}
.btn.btn-green.btn-outline {
  background-color: transparent;
  background-image: none;
  border-color: #9fca29;
  color: #9fca29;
}
.btn.btn-green.btn-outline.active,
.btn.btn-green.btn-outline:active,
.btn.btn-green.btn-outline:focus,
.btn.btn-green.btn-outline:hover {
  background-color: #9fca29;
  color: #fff;
}
.btn.viewmore {
  background-color: black !important;
  border-color: black !important;
  width: 100px;
  margin-left: calc(0%);
  position: absolute;
  right: 0;
  text-transform: lowercase;
  line-height: 15px;
}
.btn.viewmore:hover {
  background-color: gray !important;
  border-color: gray !important;
}
.btn.viewmore:before {
  background-color: gray !important;
  border-color: gray !important;
}
.button-area {
  position: relative;
  height: 40px;
}
.form-control {
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}
a {
  text-decoration: none !important;
}
h1 {
  font-size: 36px;
  font-weight: 400;
  color: #000;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
.iconType {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url('../images/icons-model.png');
}
.iconType.tshirt {
  background-position: left bottom;
}
.iconType.long-sleeve {
  background-position: -24px top;
}
.iconType.bluza-kangur {
  background-position: -48px top;
}
.iconType.bluza-klasyczna {
  background-position: -72px top;
}
.iconType.vneck {
  background-position: -96px top;
}
.iconType.creta {
  background-position: -118px top;
}
.iconType.kubek {
  background-position: right top;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.arial {
  font-family: "Arial", sans-serif;
}
.helvetica {
  font-family: "Helvetica", sans-serif;
}
.myriadpro {
  font-family: "Myriad Pro", sans-serif;
}
.delicious {
  font-family: "Delicious", sans-serif;
}
.verdana {
  font-family: "Verdana", sans-serif;
}
.georgia {
  font-family: "Georgia", sans-serif;
}
.courier {
  font-family: "Courier", sans-serif;
}
.comicsansms {
  font-family: "Comic Sans MS", sans-serif;
}
.impact {
  font-family: "Impact", sans-serif;
}
.monaco {
  font-family: "Monaco", sans-serif;
}
.optima {
  font-family: "Optima", sans-serif;
}
.hoeflertext {
  font-family: "Hoefler Text", sans-serif;
}
.plaster {
  font-family: "Plaster", sans-serif;
}
.engagement {
  font-family: "Engagement", sans-serif;
}
.tahoma {
  font-family: "Tahoma", sans-serif;
}
.timesnewroman {
  font-family: "Times New Roman", sans-serif;
}
.colors.white .btnColor::before {
  background: white;
}
.colors.shadow .btnColor#color_WHITE,
.colors.shadow .btnColor#color_YELLOW,
.colors.shadow .btnColor#color_LIGHTYELLOW {
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color=#000000)";
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.colors.noRadius .btnColor {
  border-radius: 0 !important;
}
.colors .btnColor {
  position: relative;
  z-index: 0 !important;
}
.colors .btnColor::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: #F0F0F0;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  box-shadow: none;
}
.colors .btnColor.active::before {
  visibility: visible;
  opacity: 1;
}
.colors .btnColor.active::before {
  display: none !important;
}
.colors .btnColor i {
  position: absolute;
  top: 50%;
  color: white;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.colors .btnColor#colorblack i {
  color: white !important;
}
.colors .btnColor#colorwhite i,
.colors .btnColor#coloryellow i,
.colors .btnColor#colorlightyellow i {
  color: black !important;
}
.colors .btnColor#color_BLACK i {
  color: white !important;
}
.colors .btnColor#color_WHITE i,
.colors .btnColor#color_YELLOW i,
.colors .btnColor#color_GOLD i,
.colors .btnColor#color_SKYBLUE i,
.colors .btnColor#color_LIGHTYELLOW i {
  color: black !important;
}
.colors .btnColor.colorblack i {
  color: white !important;
}
.colors .btnColor.colorwhite i,
.colors .btnColor.coloryellow i,
.colors .btnColor.colorlightyellow i {
  color: black !important;
}
.colors .btnColor.color_BLACK i {
  color: white !important;
}
.colors .btnColor.color_WHITE i,
.colors .btnColor.color_YELLOW i,
.colors .btnColor.color_LIGHTYELLOW i {
  color: black !important;
}
.colors .btnColor.active i {
  visibility: visible;
  opacity: 1;
}
.sizes .btn {
  margin: 0 5px 5px 0;
}
.pseudoSelect {
  position: relative;
  cursor: pointer;
}
.pseudoSelect i {
  position: absolute;
  top: 7px;
  right: 15px;
}
.pseudoSelect ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 5px 0 15px;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  list-style: none;
}
.pseudoSelect ul li {
  padding-left: 15px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  cursor: pointer;
}
.pseudoSelect ul li:hover,
.pseudoSelect ul li.active {
  padding-left: 25px;
}
.breadcrumb {
  background-color: #f0f0f0;
}
.itemList {
  margin-top: 10px;
}
.itemList .baby,
.itemList .women,
.itemList .men {
  width: auto;
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.itemList .grid {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
@media (min-width: 992px) {
  .itemList .col-lg-2 {
    width: 20%;
  }
}
.itemList .item {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.itemList .item .prize {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0072bc;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  z-index: 2;
  margin: 7px;
}
.itemList .item .types {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 0.5;
  -moz-transform: scale(0.5) translateX(-50%) translateY(-50%);
  z-index: 2;
}
.itemList .item .types li {
  background: #d96557;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 2px 2px 0;
  position: relative;
}
.itemList .item .types li .iconType {
  position: absolute;
  top: 7px;
  left: 7px;
}
.itemList .item figure {
  margin: 0;
  padding: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.itemList .item.product {
  position: relative;
}
.itemList .item.product figure.productImg {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 0;
  border: 1px solid #d1d1d1;
}
.itemList .item.product figure.patternImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.itemList .item.product:hover figure.patternImg {
  visibility: visible;
  opacity: 1;
}
.itemList .item.pattern {
  position: relative;
}
.itemList .item.pattern figure.patternImg {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 0;
}
.itemList .item.pattern figure.productImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.itemList .item.pattern:hover figure.productImg {
  visibility: visible;
  opacity: 1;
}
.itemList .col-lg-3 .item .types {
  zoom: 0.5;
  -moz-transform: scale(0.5) translateX(-50%) translateY(-50%);
}
.itemList .col-lg-3 .item .prize {
  font-size: 16px;
}
.itemList .col-lg-4 .item .types {
  zoom: 1;
  -moz-transform: scale(1);
}
.itemList .col-lg-4 .item .prize {
  font-size: 18px;
}
.text-warning {
  color: #ffc65d;
}
.label {
  font-weight: normal;
}
.filterList {
  text-align: right;
}
.filterList ul {
  border-right: 1px solid #7d7d7d;
  display: inline-block;
  margin-left: 13px;
}
.filterList ul:last-child {
  border-right: none;
}
.filterList ul:last-child li:last-child {
  margin-right: 0;
}
.menuBreadcrumbs h1 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
  line-height: 24px;
}
.menuBreadcrumbs h2 {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.menuBreadcrumbs h2 img {
  position: relative;
  top: -2px;
  margin-right: 3px;
}
.menuBreadcrumbs h2:not(:last-child) a:after {
  content: ',';
}
.mainPageManage .addElement {
  display: block;
  margin-top: 15px;
}
.mainPageManage .addElement h2 {
  font-size: 18px;
  font-weight: 300;
}
.mainPageManage .addElement ul {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.mainPageManage .addElement ul li {
  display: inline-block;
  cursor: pointer;
  max-width: 15.6666666666%;
}
.mainPageManage .addElement ul li figure {
  margin: 0;
  padding: 5px;
  background: #ececec;
  text-align: center;
}
.mainPageManage .addElement ul li figure img {
  max-width: 100%;
  display: inline-block;
}
.mainPageManage .addElement ul li p {
  font-size: 18px;
  font-weight: 300;
  display: block;
  text-align: center;
  color: black;
  margin-top: 5px;
}
.mainPageManage .manageBanners {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainPageManage .manageBanners li {
  display: table;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  min-height: 20px;
}
.mainPageManage .manageBanners li .left {
  display: table-cell;
  width: 15%;
  background: #ececec;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.mainPageManage .manageBanners li .left i {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #444444;
  font-size: 10px;
}
.mainPageManage .manageBanners li .left figure {
  margin: 0;
  padding: 0;
  width: 80%;
  display: inline-block;
}
.mainPageManage .manageBanners li .left figure img {
  width: 100%;
}
.mainPageManage .manageBanners li .left button {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.mainPageManage .manageBanners li .right {
  display: table-cell;
  width: 85%;
  background: #f7f7f7;
  height: 100%;
}
.mainPageManage .manageBanners li .right .banners {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.mainPageManage .manageBanners li .right .banners ._banner {
  width: 23%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mainPageManage .manageBanners li .right .banners ._banner figure {
  margin: 0;
  padding: 0;
  border: 1px solid #cfcfcf;
  width: 100%;
  position: relative;
  height: 85px;
  background: white;
}
.mainPageManage .manageBanners li .right .banners ._banner figure span.empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
  cursor: pointer;
}
.mainPageManage .manageBanners li .right .banners ._banner figure span.delete {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 2;
  color: #23527c;
  font-size: 26px;
  line-height: 15px;
  cursor: pointer;
}
.mainPageManage .manageBanners li .right .banners ._banner figure span.delete i {
  background: white;
  border-radius: 50%;
  padding: 0 1px;
}
.mainPageManage .manageBanners li .right .banners ._banner figure > img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.filters {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.filters li {
  display: inline-block;
  margin-right: 15px;
}
.filters li a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  opacity: 0.5;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.filters li a span {
  position: relative;
}
.filters li a span::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  background: #d4d4d4;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.filters li a.active,
.filters li a:hover {
  opacity: 1;
}
.filters li a.active span::after,
.filters li a:hover span::after {
  width: 100%;
}
.filters.typeFilter li a .icon {
  width: 16px;
  height: 16px;
  background: url('../images/icons-filters.png') no-repeat;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.filters.typeFilter li a .icon.product {
  background-position: left -15px;
}
.filters.typeFilter li a .icon.pattern {
  background-position: -16px -15px;
}
.filters.gridFilter li a .icon {
  width: 14px;
  height: 14px;
  background: url('../images/icons-filters.png') no-repeat -32px -15px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.filters.gridFilter li a .icon.grid4 {
  width: 14px;
}
.filters.gridFilter li a .icon.grid6 {
  width: 22px;
}
.filters.sexFilter li a .icon {
  width: 15px;
  height: 15px;
  background: url('../images/icons-filters.png') no-repeat;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.filters.sexFilter li a .icon.women {
  background-position: -15px top;
}
.filters.sexFilter li a .icon.kid {
  background-position: -30px top;
}
.filters.sexFilter li a .icon.all {
  background-position: -45px top;
}
.filters.sortFilter li a i {
  margin-right: 5px;
}
.filters.categoryFilter li {
  margin-right: 5px;
  margin-bottom: 10px;
}
.filters.categoryFilter li a {
  border: 1px solid #dfdfdf;
  padding: 2px 5px;
  background: white;
  opacity: 0.65;
}
.filters.categoryFilter li a.active,
.filters.categoryFilter li a:hover {
  border-color: black;
}
.filters.categoryFilter li a.active span:after,
.filters.categoryFilter li a:hover span:after {
  display: none;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle::before {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.btn-group-lg>.btn {
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.25;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-group-xs >.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-round,
.input-round {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn-round.btn,
.btn-round a,
.input-round.btn,
.input-round a {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn-round.btn::before,
.btn-round a::before,
.input-round.btn::before,
.input-round a::before {
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
}
.btn-round::before,
.input-round::before {
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}
.well {
  box-shadow: none;
}
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: rgba(0,0,0,0.13);
}
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #09c;
  border-color: #09c;
}
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #ffc65d;
  border-color: #ffc65d;
}
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #4cc3d9;
  border-color: #4cc3d9;
}
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d96557;
  border-color: #d96557;
}
.promoBtn {
  display: table;
  width: 100%;
  background: #e86850;
  position: relative;
}
.promoBtn figure {
  margin: 0;
  padding: 0;
  display: table-cell;
  background: #d0553e;
  width: 54px;
  height: 54px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.promoBtn span {
  display: table-cell;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.promoBtn span strong {
  font-weight: 500;
}
.promoBtn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 54px);
  height: 100%;
  background: #d0553e;
  z-index: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: scale3d(0.7,1,1);
  -moz-transform: scale3d(0.7,1,1);
  -o-transform: scale3d(0.7,1,1);
  -ms-transform: scale3d(0.7,1,1);
  transform: scale3d(0.7,1,1);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  -webkit-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -moz-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  -o-animation-timing-function: cubic-bezier(0.2,1,.3,1);
  animation-timing-function: cubic-bezier(0.2,1,.3,1);
}
.promoBtn:hover::before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#sync1 .item img {
  max-width: 100%;
}
#sync2 .item {
  text-align: center;
}
#sync2 {
  margin-top: 3px;
}
#sync2 .item {
  margin: 2px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  background: #fff;
}
#sync2 .item img {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  opacity: 0.5;
  max-width: 100%;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .synced .item img {
  opacity: 1;
}
.topSection {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  z-index: 10;
}
.topSection .container {
  height: 45px;
}
.topSection .topBox {
  background: white;
  height: 51px;
  border-bottom: 1px solid #f0f2f5;
  position: relative;
  z-index: 10;
}
.topSection .topBox:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.topSection .topBox .leftSide {
  float: left;
  display: table;
  height: 50px;
}
.topSection .topBox .leftSide .cell {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
.topSection .topBox .leftSide .cell.logo {
  padding-left: 20px;
}
.topSection .topBox .leftSide .cell.logo a img {
  max-height: 36px;
  max-width: 126px;
}
.topSection .topBox .leftSide .cell.langs {
  padding-left: 25px;
}
.topSection .topBox .leftSide .cell.langs ul {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.topSection .topBox .leftSide .cell.langs ul li {
  display: inline-block;
  margin: 0 5px;
}
.topSection .topBox .leftSide .cell.langs ul li span {
  display: inline-block;
}
.topSection .topBox .leftSide .cell.langs ul li a {
  display: inline-block;
}
.topSection .topBox .leftSide .cell.langs ul li a .lang {
  width: 32px;
}
.topSection .topBox .rightSide {
  float: right;
  display: table;
  height: 50px;
}
.topSection .topBox .rightSide #accountAjax {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
.topSection .topBox .rightSide .cell {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  border-left: 1px solid #e7ebf0;
  padding: 0 15px;
}
.topSection .topBox .rightSide .cell.search {
  position: relative;
  cursor: pointer;
}
.topSection .topBox .rightSide .cell.search form button {
  background: none;
  border: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.topSection .topBox .rightSide .cell.search:hover .searchContent {
  display: block;
}
.topSection .topBox .rightSide .cell.search .searchContent {
  position: absolute;
  top: 60px;
  right: -21px;
  background: white;
  width: 500%;
  border: 1px solid #e7ebf0;
  padding: 15px 25px;
  display: none;
}
.topSection .topBox .rightSide .cell.search .searchContent .input input[type=text] {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #e7ebf0;
}
.topSection .topBox .rightSide .cell.search .searchContent .searchList {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.topSection .topBox .rightSide .cell.search .searchContent .searchList a {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #e7ebf0;
}
.topSection .topBox .rightSide .cell.search .searchContent .searchList a:last-child {
  border-bottom: none;
}
.topSection .topBox .rightSide .cell.search .searchContent .searchList a img {
  display: inline-block;
  max-width: 50px;
}
.topSection .topBox .rightSide .cell.search .searchContent .searchList a h3 {
  vertical-align: middle;
  font-size: 14px;
  padding-left: 15px;
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0 0;
  width: calc(30%);
}
.topSection .topBox .rightSide .cell a,
.topSection .topBox .rightSide .cell .icon {
  font-size: 14px;
  font-weight: 400;
  color: #7d7d7d;
  text-decoration: none;
}
.topSection .topBox .rightSide .cell a span,
.topSection .topBox .rightSide .cell .icon span {
  float: left;
}
.topSection .topBox .rightSide .cell a i,
.topSection .topBox .rightSide .cell .icon i {
  display: inline-block;
  color: black;
  font-size: 20px;
  margin-left: 10px;
}
.topSection .topBox .rightSide .cell.msgs .icon {
  position: relative;
}
.topSection .topBox .rightSide .cell.msgs .icon i {
  margin-left: 0;
}
.topSection .topBox .rightSide .cell.msgs .icon .count {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  background: #d96557;
  border-radius: 50%;
  line-height: 20px;
  font-weight: 600;
  color: white;
  text-align: center;
}
.topSection .topBox .rightSide .cell.account {
  position: relative;
}
.topSection .topBox .rightSide .cell.account:after {
  content: '';
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
  display: none;
}
.topSection .topBox .rightSide .cell.account .accountContent {
  z-index: 0;
  position: absolute;
  top: 50px;
  right: 0;
  background: white;
  white-space: nowrap;
  border: 1px solid #e7ebf0;
  padding: 10px 15px;
}
.topSection .topBox .rightSide .cell.account .accountContent button {
  width: 150px;
  display: block;
  margin: 5px 0;
}
.topSection .topBox .rightSide .cell.account:hover:after {
  display: block;
}
.topSection .topBox .rightSide .cell.help {
  position: relative;
}
.topSection .topBox .rightSide .cell.help:after {
  content: '';
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
  display: none;
}
.topSection .topBox .rightSide .cell.help .helpContent {
  z-index: 0;
  position: absolute;
  top: 50px;
  right: 0;
  background: white;
  white-space: nowrap;
  border: 1px solid #e7ebf0;
  padding: 10px 15px;
}
.topSection .topBox .rightSide .cell.help .helpContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topSection .topBox .rightSide .cell.help .helpContent ul li {
  display: block;
  margin: 5px 0;
}
.topSection .topBox .rightSide .cell.help .helpContent ul li i {
  margin-left: 0;
  font-size: 14px;
  margin-right: 5px;
}
.topSection .topBox .rightSide .cell.help .helpContent ul li a {
  margin: 0;
  padding: 0;
  color: black;
}
.topSection .topBox .rightSide .cell.help .helpContent ul li a i {
  margin-left: 0;
  font-size: 14px;
  margin-right: 5px;
}
.topSection .topBox .rightSide .cell.help:hover:after {
  display: block;
}
.topSection .topBox .rightSide .cell.socialLinks {
  padding: 0;
}
.topSection .topBox .rightSide .cell.socialLinks a {
  width: 50px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 35px;
}
.topSection .topBox .rightSide .cell.socialLinks a i {
  color: white;
  margin-left: 0;
}
.topSection .topBox .rightSide .cell.socialLinks a.facebook {
  background: #3b5998;
}
.topSection .topBox .rightSide .cell.socialLinks a.youtube {
  background: #cd201f;
  position: relative;
}
.topSection .topBox .rightSide .cell.socialLinks a.youtube:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cd201f;
  content: '';
}
.topSection .bottomBox {
  height: 40px;
  border-bottom: 1px solid #f0f2f5;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.topSection .bottomBox .row {
  position: relative;
}
.topSection .bottomBox .row:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.topSection .bottomBox .container {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  height: 39px;
  visibility: visible;
  opacity: 1;
}
.topSection .bottomBox .leftSide {
  float: left;
}
.topSection .bottomBox .leftSide ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.topSection .bottomBox .leftSide ul.menu.newMenu li.menuLi {
  position: relative;
}
.topSection .bottomBox .leftSide ul.menu.newMenu li.menuLi .newSubmenu {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  background: #f8f8f8;
  padding: 0;
  border: 1px solid #dedede;
}
.topSection .bottomBox .leftSide ul.menu.newMenu li.menuLi .newSubmenu ._submenu_table {
  display: table;
}
.topSection .bottomBox .leftSide ul.menu.newMenu li.menuLi .newSubmenu ._img {
  display: table-cell;
  vertical-align: bottom;
}
.topSection .bottomBox .leftSide ul.menu.newMenu li.menuLi .newSubmenu ._links {
  width: 600px;
}
.topSection .bottomBox .leftSide ul.menu.newMenu li.menuLi .newSubmenu ._links ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: wrap;
  width: 100%;
}
.topSection .bottomBox .leftSide ul.menu.newMenu li.menuLi .newSubmenu ._links ul li {
  width: 300px;
}
.topSection .bottomBox .leftSide ul.menu.newMenu li.menuLi .newSubmenu ._links ul li a {
  color: #0072bc;
  font-size: 14px;
  padding: 7.5px 20px 10px 10px;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  background: transparent;
}
.topSection .bottomBox .leftSide ul.menu.newMenu li.menuLi .newSubmenu ._links ul li a img {
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.topSection .bottomBox .leftSide ul.menu.newMenu li.menuLi .newSubmenu ._links ul li a:hover {
  background: rgba(0,0,0,0.1);
}
.topSection .bottomBox .leftSide ul.menu li.menuLi {
  display: inline-block;
  margin: 0 0px;
}
.topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA {
  display: inline-block;
  font-size: 14px;
  height: 39px;
  line-height: 39px;
  color: white;
  text-transform: uppercase;
  padding: 0 10px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:hover,
.topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:active {
  background: white;
  color: #0072bc;
  text-decoration: none;
}
.topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA .label {
  position: relative;
  top: -1px;
}
.topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu:not(.newSubmenu) {
  display: none;
  width: 100%;
  position: absolute;
  top: 39px;
  left: 0;
  background: #f8f8f8;
  padding: 15px 25px;
  border: 1px solid #dedede;
  overflow: hidden;
}
.topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu:not(.newSubmenu) li {
  display: block;
  float: left;
  margin: 0;
  width: 25%;
}
.topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu:not(.newSubmenu) li a {
  color: #0072bc;
  font-size: 12px;
  height: 34px;
  padding: 0 20px 0 5px;
  line-height: 30px;
  display: inline-block;
  margin: 1px 5px;
  background: transparent !important;
  border: 2px solid transparent;
}
.topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu:not(.newSubmenu) li a img {
  position: relative;
  top: -2px;
}
.topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu:not(.newSubmenu) li a:hover {
  text-decoration: none;
  border-color: #0072bc;
}
.topSection .bottomBox .leftSide ul.menu li.menuLi:hover a.menuA {
  background: white;
  color: #0072bc;
}
.topSection .bottomBox .rightSide {
  float: right;
}
.topSection .bottomBox .rightSide ul.menu {
  display: block;
  text-align: right;
  font-size: 0;
}
.topSection .bottomBox .rightSide ul.menu li.menuLi {
  display: inline-block;
}
.topSection .bottomBox .rightSide ul.menu li.menuLi a.menuA {
  display: inline-block;
  font-size: 14px;
  height: 39px;
  line-height: 39px;
  color: white;
  text-transform: uppercase;
  padding: 0 5px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  font-weight: 600;
}
.topSection .bottomBox .rightSide ul.menu li.menuLi a.menuA:hover,
.topSection .bottomBox .rightSide ul.menu li.menuLi a.menuA:active {
  background: white;
  color: #0072bc;
  text-decoration: none;
}
.topSection .bottomBox .rightSide ul.menu li.menuLi .submenu {
  width: 100%;
  position: absolute;
  top: 39px;
  left: 0;
  background: #f8f8f8;
  padding: 15px 25px;
  border: 1px solid #dedede;
}
.topSection .bottomBox .rightSide ul.menu li.menuLi .submenu .row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.topSection .bottomBox .rightSide ul.menu li.menuLi .submenu .row:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.topSection .bottomBox .rightSide ul.menu li.menuLi:hover a.menuA {
  background: white;
  color: #0072bc;
}
.logos-carousel .owl-next:after,
.logos-carousel .owl-prev:after {
  color: black !important;
}
.logos-carousel .owl-next,
.logos-carousel .owl-prev {
  display: none !important;
}
.logos-carousel .owl-prev {
  left: -30px;
}
.logos-carousel .owl-next {
  right: -7px;
}
.logos-carousel .item a {
  display: block;
  width: 100%;
}
.logos-carousel .item a img {
  max-width: 100%;
}
.link-title {
  position: relative;
  background: white;
  padding: 5px 0;
}
.link-title:after {
  bottom: 5px;
  left: 0;
  width: 100%;
  background: #c7c7c7;
  position: absolute;
  content: '';
  height: 1px;
  z-index: 0;
}
.link-title h2 {
  color: #337ab7;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
  background: white;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.link-title h2 a {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  margin-left: 5px;
}
.inRow5 .col-lg-2 {
  width: 20%;
}
.socials_bar {
  display: flex;
  width: 100%;
  height: 39px;
  justify-content: flex-end;
  align-items: center;
}
.socials_bar a {
  margin-left: 10px;
  display: inline-block;
}
.printGenerator .printGeneratorBackground {
  background: #8d8c9f;
  display: block;
  text-align: center;
  position: relative;
}
.printGenerator .printGeneratorBackground .tools {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  list-style: none;
  padding: 0;
  margin: 0;
}
.printGenerator .printGeneratorBackground .tools li {
  display: block;
  margin-bottom: 10px;
}
.printGenerator .printGeneratorBackground .tools li i,
.printGenerator .printGeneratorBackground .tools li span {
  font-size: 18px;
  cursor: pointer;
  opacity: 0.1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.printGenerator .printGeneratorBackground .tools li i.semiActive,
.printGenerator .printGeneratorBackground .tools li span.semiActive {
  opacity: 0.6;
}
.printGenerator .printGeneratorBackground .tools li i.active,
.printGenerator .printGeneratorBackground .tools li span.active {
  opacity: 1;
}
.printGenerator .printGeneratorBackground .tools li i.disabled,
.printGenerator .printGeneratorBackground .tools li span.disabled {
  cursor: not-allowed;
}
.printGenerator .printGeneratorBackground .tools li i.disabled:hover,
.printGenerator .printGeneratorBackground .tools li span.disabled:hover {
  opacity: 0.2;
}
.printGenerator .printGeneratorBackground .tools li i:hover,
.printGenerator .printGeneratorBackground .tools li span:hover {
  opacity: 0.8;
}
.printGenerator .printGeneratorBackground img {
  max-width: 100%;
}
.sideTabs {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}
.sideTabs li {
  display: table-cell;
  background: #cecece;
  width: 50%;
  position: relative;
}
.sideTabs li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cecece;
  z-index: 1;
  content: '';
}
.sideTabs li::after {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  z-index: 0;
  width: 30px;
  height: 30px;
  content: '';
  background: #f0f0f0;
  -webkit-transition: transform 300ms, background-color 300ms;
  -moz-transition: transform 300ms, background-color 300ms;
  -o-transition: transform 300ms, background-color 300ms;
  transition: transform 300ms, background-color 300ms;
  -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg) rotate(45deg);
  transform: perspective(900px) rotate3d(1,0,0,90deg) rotate(45deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}
.sideTabs li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 0;
  z-index: 1;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 300;
}
.sideTabs li a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  content: '';
  -webkit-transition: transform 300ms, background-color 300ms;
  -moz-transition: transform 300ms, background-color 300ms;
  -o-transition: transform 300ms, background-color 300ms;
  transition: transform 300ms, background-color 300ms;
  -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
  transform: perspective(900px) rotate3d(1,0,0,90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}
.sideTabs li.active a::before {
  background-color: #f0f0f0;
  -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
  transform: perspective(900px) rotate3d(1,0,0,0deg);
}
.sideTabs li.active::after {
  background-color: #f0f0f0;
  -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg) rotate(45deg);
  transform: perspective(900px) rotate3d(1,0,0,0deg) rotate(45deg);
}
.navGenerator {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}
.navGenerator li {
  display: table-cell;
  background: #cecece;
  width: 33.3333333%;
  position: relative;
  padding: 0;
}
.navGenerator li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cecece;
  z-index: 1;
  content: '';
}
.navGenerator li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 0;
  z-index: 1;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 300;
}
.navGenerator li a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  content: '';
  -webkit-transition: transform 300ms, background-color 300ms;
  -moz-transition: transform 300ms, background-color 300ms;
  -o-transition: transform 300ms, background-color 300ms;
  transition: transform 300ms, background-color 300ms;
  -webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
  transform: perspective(900px) rotate3d(1,0,0,90deg);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}
.navGenerator li a img {
  margin-right: 10px;
}
.navGenerator li.active a::before {
  background-color: #f0f0f0;
  -webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
  transform: perspective(900px) rotate3d(1,0,0,0deg);
}
.bottomDescription {
  color: #afafaf;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  text-align: justify;
  margin: 20px 0;
}
.ltr {
  text-align: left;
}
.rtl {
  text-align: right;
}
.panel .panel-heading {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 400;
  color: black;
  border-bottom: 2px solid #0072bc;
}
.panel .panel-heading h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}
.panel.news-panel .panel-body .news-row {
  padding: 5px 10px;
  border: 1px solid grey;
  margin-bottom: 10px;
  font-weight: 600;
}
.panel.news-panel .panel-body .news-row .news-row-header {
  display: flex;
}
.panel.news-panel .panel-body .news-row .news-row-header .news-row-data {
  margin-left: auto;
  order: 2;
}
.panel.news-panel .panel-body .news-row .news-row-content {
  overflow: hidden;
  height: 0;
  z-index: 3;
  width: 100%;
}
.panel.news-panel .panel-body .news-row:first-child {
  background: #00acde !important;
  color: white;
  border: 1px solid #00acde !important;
}
.panel.news-panel .panel-body .news-row:hover {
  background: #00acde !important;
  color: white;
  border: 1px solid #00acde !important;
  cursor: pointer;
}
.panel.news-panel .panel-body .news-row.visible .news-row-content {
  height: auto;
  padding-top: 16px;
}
.panel.news-panel .panel-body .button-area {
  height: 50px;
}
.panel.news-panel .panel-body .button-area .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.panel .panel-footer p {
  position: relative;
  top: 7px;
}
.bgrSelect {
  border-radius: 3px;
  border: 3px solid rgba(255,255,255,0.1);
}
.bgrSelect.active {
  border-color: black;
  position: relative;
}
.bgrSelect.active:after {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: black;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background: white;
  width: 20px;
  border-radius: 50%;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
nav.pagination {
  text-align: center;
  display: block;
}
.cart .delivery {
  font-size: 14px;
}
.cart .delivery span {
  text-decoration: underline;
}
.cart .info {
  margin-left: 10px;
  color: rgba(0,0,0,0.7);
}
.cart .info label {
  color: black;
  font-weight: 300;
  margin-top: 10px;
}
.cart .info label input {
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.cart .info label a {
  color: green;
}
.cart .info label sup {
  color: red;
}
.cart .summary p {
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.cart .summary p strong {
  font-weight: 600;
  color: #ff0000;
  font-size: 24px;
  position: relative;
  top: 3px;
}
.cart .summary p.big {
  font-size: 24px;
}
.cart .summary p.big strong {
  font-size: 36px;
  top: 5px;
}
.cart .discount {
  display: block;
}
.cart .discount label,
.cart .discount input,
.cart .discount button {
  display: inline-block;
}
.cart .discount input {
  width: 160px;
  position: relative;
  top: 2px;
}
.cart .discount label {
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.cart .packProductContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  position: relative;
  border-bottom: 1px solid #ececec;
  z-index: 0;
}
.cart .packProductContent p {
  margin: 0 35px 0 0;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  color: #0072bc;
}
.cart .packProductContent .puszki {
  text-align: center;
  font-size: 0;
  position: relative;
}
.cart .packProductContent .puszki .closePack {
  position: absolute;
  top: -17px;
  right: 0;
  cursor: pointer;
  font-size: 12px;
}
.cart .packProductContent .puszki .closePack i {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.cart .packProductContent .puszki a {
  display: inline-block;
  margin: 5px;
  position: relative;
}
.cart .packProductContent .puszki a .puszkaHover {
  display: none;
  position: absolute;
  bottom: 100%;
  margin: 0px 0px 5px;
  border: 5px solid #FFF;
  left: -84px;
  font-size: 12px;
  height: 225px;
  width: 225px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  color: #EEE;
}
.cart .packProductContent .puszki a .puszkaHover img {
  width: 100%;
  border: none !important;
}
.cart .packProductContent .puszki a:hover .puszkaHover {
  display: block;
}
.cart .steps {
  display: table;
  width: 100%;
}
.cart .steps li {
  display: table-cell;
  width: 33.3333333%;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #0072bc;
}
.cart .steps li span {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 39px;
  font-size: 24px;
  font-weight: 600;
  color: white;
  background: #0072bc;
  margin-right: 10px;
  border: 2px solid #0072bc;
}
.cart .steps li.active span {
  background: white;
  color: #0072bc;
}
.cart table.summary tr td {
  padding: 0 10px;
}
.cart table.summary tr td:first-child {
  text-align: right;
}
table.cart,
table.generator {
  width: 100%;
  -moz-box-shadow: 1px 0 0 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 0 0 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1);
  margin-bottom: 0;
  background: #fff;
}
table.cart thead tr th,
table.generator thead tr th {
  text-align: center;
  padding: 15px 10px;
  border-bottom: 2px solid #0072bc;
  font-weight: 300;
}
table.cart thead tr th.titleImg,
table.generator thead tr th.titleImg {
  width: 25%;
}
table.cart thead tr th.yourChoice,
table.generator thead tr th.yourChoice {
  width: 25%;
}
table.cart thead tr th.pack,
table.generator thead tr th.pack {
  width: 16.66666667%;
  padding: 15px 0;
  position: relative;
}
table.cart thead tr th.prize,
table.generator thead tr th.prize {
  width: 8.3333333%;
}
table.cart thead tr th.quantity,
table.generator thead tr th.quantity {
  width: 8.33333333%;
}
table.cart thead tr th:nth-child(even),
table.generator thead tr th:nth-child(even) {
  background: #f8f8f8;
}
table.cart thead tr th:first-child,
table.generator thead tr th:first-child {
  text-align: left;
}
table.cart > tbody > tr,
table.generator > tbody > tr {
  position: relative;
  z-index: 2;
}
table.cart > tbody > tr.packContent,
table.generator > tbody > tr.packContent {
  z-index: 1;
}
table.cart > tbody > tr.packContent td,
table.generator > tbody > tr.packContent td {
  border-bottom: none;
}
table.cart > tbody > tr > td,
table.generator > tbody > tr > td {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
table.cart > tbody > tr > td.big,
table.generator > tbody > tr > td.big {
  font-size: 18px;
  font-weight: 400;
}
table.cart > tbody > tr > td.quantity::selection,
table.generator > tbody > tr > td.quantity::selection {
  background: transparent;
}
table.cart > tbody > tr > td.quantity::-moz-selection,
table.generator > tbody > tr > td.quantity::-moz-selection {
  background: transparent;
}
table.cart > tbody > tr > td.quantity span,
table.generator > tbody > tr > td.quantity span {
  display: inline-block;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
table.cart > tbody > tr > td.quantity span::selection,
table.generator > tbody > tr > td.quantity span::selection {
  background: transparent;
}
table.cart > tbody > tr > td.quantity span::-moz-selection,
table.generator > tbody > tr > td.quantity span::-moz-selection {
  background: transparent;
}
table.cart > tbody > tr > td.quantity input,
table.generator > tbody > tr > td.quantity input {
  display: inline-block;
  width: 20px;
  text-align: center;
  background: none;
  border: none;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
}
table.cart > tbody > tr > td.quantity input::selection,
table.generator > tbody > tr > td.quantity input::selection {
  background: transparent;
}
table.cart > tbody > tr > td.quantity input::-moz-selection,
table.generator > tbody > tr > td.quantity input::-moz-selection {
  background: transparent;
}
table.cart > tbody > tr > td .arrowPack,
table.generator > tbody > tr > td .arrowPack {
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: url('../images/productpack-arrow.png');
  width: 19px;
  height: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
table.cart > tbody > tr > td.active .arrowPack,
table.generator > tbody > tr > td.active .arrowPack {
  opacity: 1;
  visibility: visible;
}
table.cart > tbody > tr > td .removeProduct,
table.generator > tbody > tr > td .removeProduct {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
table.cart > tbody > tr > td .removeProduct i,
table.generator > tbody > tr > td .removeProduct i {
  font-size: 10px;
  position: relative;
  top: -1px;
}
table.cart > tbody > tr > td:last-child,
table.generator > tbody > tr > td:last-child {
  border-right: none;
}
table.cart > tbody > tr > td .title,
table.generator > tbody > tr > td .title {
  white-space: nowrap;
}
table.cart > tbody > tr > td .title tr td:first-child,
table.generator > tbody > tr > td .title tr td:first-child {
  width: 100px;
}
table.cart > tbody > tr > td .title tr td:last-child,
table.generator > tbody > tr > td .title tr td:last-child {
  text-align: left;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
table.cart > tbody > tr > td .title img,
table.generator > tbody > tr > td .title img {
  max-width: 100px;
}
table.cart > tbody > tr > td .title h2,
table.generator > tbody > tr > td .title h2 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
table.cart > tbody > tr > td .title h3,
table.generator > tbody > tr > td .title h3 {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
table.cart > tbody > tr > td .packProduct,
table.generator > tbody > tr > td .packProduct {
  cursor: pointer;
  font-size: 12px;
}
table.cart > tbody > tr > td .packProduct img,
table.generator > tbody > tr > td .packProduct img {
  margin-bottom: 5px;
}
table.cart > tbody > tr > td .details tr td,
table.generator > tbody > tr > td .details tr td {
  width: 50%;
}
table.cart > tbody > tr > td .details tr td:first-child,
table.generator > tbody > tr > td .details tr td:first-child {
  text-align: right;
  color: #7d7d7d;
}
table.cart > tbody > tr > td .details tr td:last-child,
table.generator > tbody > tr > td .details tr td:last-child {
  text-align: left;
  padding-left: 8px;
}
table.cart > tbody > tr > td table,
table.generator > tbody > tr > td table {
  width: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
table.cart > tbody > tr > td table tr td,
table.generator > tbody > tr > td table tr td {
  border: none;
  vertical-align: middle;
}
table.cart > tbody > tr > td table.checkInputs,
table.generator > tbody > tr > td table.checkInputs {
  margin: 5px 0;
}
table.cart > tbody > tr > td table.checkInputs tr td,
table.generator > tbody > tr > td table.checkInputs tr td {
  padding: 5px 0;
}
table.generator .big {
  font-size: 18px;
  font-weight: 400;
}
table.generator input[type=text] {
  max-width: 60px;
}
table.generator > tbody > tr > td {
  padding: 0 5px;
}
table.generator > tbody > tr > td input[type=text] {
  display: inline-block;
  padding: 0 5px;
}
table.generator > tbody > tr > td span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 0 5px;
}
table.generator > tbody > tr > td input[type=checkbox] {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
table.generator .price_color {
  position: relative;
}
table.generator .price_color.active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'FontAwesome';
  content: "\f00d";
  color: white;
}
table.generator .price_color.active.color_WHITE::after,
table.generator .price_color.active.color_ASH::after,
table.generator .price_color.active.color_LIGHTYELLOW::after,
table.generator .price_color.active.color_SKYBLUE::after {
  color: black;
}
.productList {
  width: 100%;
}
.productList tr > td {
  vertical-align: middle;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ececec;
}
.productList tr > td > table tr td {
  border-bottom: none;
  padding: 0 5px;
}
.productList tr > td > table tr td img {
  max-height: 50px;
}
.productList tr > td h2,
.productList tr > td h3,
.productList tr > td h4,
.productList tr > td h5,
.productList tr > td h6 {
  margin: 0;
  padding: 0;
}
.productList tr > td h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.productList tr > td h3 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.productList tr > td h4 {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.productList tr > td h5 {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.productList tr > td h6 {
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 22px;
}
.productList tr > td h6.available {
  color: #2ecc71;
}
.productList tr > td h6.notAvailable {
  color: #d96557;
}
.productList tr > td .moreInfo {
  color: #2b669a;
  cursor: pointer;
}
.productList tr > td.center {
  text-align: center;
}
.fastGenerator .fileUpload {
  border: 1px solid #cecece;
}
.fastGenerator .colorsGenerator .btnColor {
  position: relative;
}
.fastGenerator .colorsGenerator .btnColor.active::before {
  display: none !important;
}
.fastGenerator .colorsGenerator .btnColor#colorblack i {
  color: white;
}
.fastGenerator .colorsGenerator .btnColor#colorwhite i,
.fastGenerator .colorsGenerator .btnColor#coloryellow i {
  color: black;
}
.fastGenerator .colorsGenerator .btnColor i {
  position: absolute;
  top: 50%;
  color: white;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fastGenerator .colorsGenerator .btnColor.active i {
  visibility: visible;
  opacity: 1;
}
.fastGenerator .steps {
  display: block;
}
.fastGenerator .steps .stepBg {
  background: #0072bc;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
}
.fastGenerator .steps h2 {
  font-size: 18px;
  line-height: 30px;
  color: #0072bc;
  font-weight: 400;
}
.fastGenerator .steps p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 18px;
}
.fastGenerator .type {
  display: block;
  cursor: pointer;
  margin-bottom: 15px;
  min-height: 140px;
  opacity: 0.6;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fastGenerator .type:hover {
  opacity: 1;
}
.fastGenerator .type.active {
  opacity: 1;
}
.fastGenerator .type.active figure i.fa-square-o {
  visibility: hidden;
  opacity: 0;
}
.fastGenerator .type.active figure i.fa-check-square-o {
  visibility: visible;
  opacity: 1;
}
.fastGenerator .type figure {
  border: 1px solid #cecece;
  background: white;
  border-radius: 5px;
  padding: 5px;
  margin: 0;
  text-align: center;
  position: relative;
}
.fastGenerator .type figure i {
  font-size: 18px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fastGenerator .type figure i.fa-check-square-o {
  visibility: hidden;
  opacity: 0;
}
.fastGenerator .type h3 {
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 16px;
  display: block;
  text-align: center;
}
#imgStore {
  position: relative;
}
#imgStore #pattern-front {
  width: 100%;
}
.productItem #buyButton {
  font-size: 30px !important;
  text-transform: uppercase;
}
.productItem .halfCut {
  height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.productItem .halfCut ._img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.productItem .slider {
  position: relative;
}
.productItem .slider .smallImgs {
  position: absolute;
  top: 15px;
  left: 0;
  width: 110px;
}
.productItem .slider .smallImgs .prev,
.productItem .slider .smallImgs .next {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.productItem .slider .smallImgs .prev i,
.productItem .slider .smallImgs .next i {
  font-size: 30px;
  color: black;
}
.productItem .slider .smallImgs .next {
  top: auto;
  bottom: -30px;
}
.productItem .slider .smallImgs div {
  margin: 5px;
}
.productItem .slider .smallImgs div img {
  border: 1px solid white;
}
.productItem .sizeTable {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.productItem .sizeTable .img {
  width: 30%;
}
.productItem .sizeTable .table {
  margin-bottom: 0;
}
.productItem .bottomDescription {
  margin: 0;
}
.productItem h2 {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  margin: 0;
  padding: 0;
}
.productItem .newTitleProduct {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.productItem .newTitleProduct h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: black;
  float: left;
}
.productItem .newTitleProduct .rating-input {
  float: left;
  position: relative;
  top: 12px;
  margin-left: 10px;
}
.productItem .newTitleProduct .avatar {
  max-width: 150px;
  display: block;
}
.productItem .newTitleProduct .avatar img {
  max-width: 100%;
}
.productItem .titleProduct {
  display: table;
  width: 100%;
}
.productItem .titleProduct .cell {
  display: table-cell;
  vertical-align: middle;
}
.productItem .titleProduct .cell h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: black;
  float: left;
}
.productItem .titleProduct .cell h2 {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  margin: 0;
  padding: 0;
}
.productItem .titleProduct .cell .rating-input {
  float: left;
  position: relative;
  top: 12px;
  margin-left: 10px;
}
.productItem .titleProduct .cell.avatar {
  width: 65px;
}
.productItem .titleProduct .cell.avatar a {
  width: 100%;
}
.productItem .titleProduct .cell.avatar a img {
  width: 100%;
}
.fastGenerator .fileUpload .content p {
  line-height: 18px;
  text-align: left;
  padding-top: 6px;
}
.fastGenerator .fileUpload .content p span.gray {
  color: #929292;
}
.imageUploaded {
  width: 100%;
  min-height: 200px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #cecece;
  padding: 10px;
  margin-bottom: 10px;
}
.imageUploaded .deleted {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #919191;
  font-size: 14px;
}
.fileUpload {
  background: white;
  display: table;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}
.fileUpload figure {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  width: 20%;
}
.fileUpload .content {
  width: 80%;
  display: table-cell;
}
.fileUpload .content p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.fileUpload .content p .btn {
  line-height: 10px;
}
.fileUpload .content p.gray {
  color: #929292;
}
.tab-generator-content {
  background: #f0f0f0;
  padding: 25px 20px;
  display: block;
}
.tab-generator-content .addImages {
  margin-left: -10px;
  margin-right: -10px;
}
.tab-generator-content .addImages .image {
  background: white;
  float: left;
  width: calc(25% - 20px);
  margin: 0 10px 20px 10px;
}
.tab-generator-content .addImages .image figure {
  width: 100%;
  display: table;
  margin: 0;
  padding: 25px 0;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.tab-generator-content .addImages .image figure i {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.tab-generator-content .addImages .image figure i:hover {
  opacity: 0.8;
}
.tab-generator-content .addImages .image figure .ico {
  width: 59px;
  height: 59px;
  display: block;
}
.tab-generator-content .addImages .image:nth-child(4n):after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.tab-generator-content .addImages:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.account .panel .panel-heading {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 400;
  color: black;
  border-bottom: 2px solid #0072bc;
}
.account .panel .panel-footer p {
  position: relative;
  top: 7px;
}
.account nav {
  display: block;
}
.account nav > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.account nav > ul > li {
  display: block;
  margin-bottom: 10px;
}
.account nav > ul > li strong {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.account nav > ul > li > ul {
  margin: 0;
  display: block;
  padding: 0;
  border-radius: 2px;
  border: 1px solid #dedede;
}
.account nav > ul > li > ul li {
  background: white;
  display: block;
}
.account nav > ul > li > ul li a {
  display: block;
  background: white;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0,0,0,0.8);
  border-bottom: 1px solid #dedede;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.account nav > ul > li > ul li a:hover {
  background: rgba(0,0,0,0.1);
}
.account nav > ul > li > ul li:last-child a {
  border-bottom: none;
}
.popUp {
  position: fixed;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background: white;
}
.modal-content .loading {
  padding: 50px 0;
  text-align: center;
}
.modal-content .loading span {
  display: inline-block;
}
footer {
  background: white;
  display: block;
  padding: 20px 0 0;
  margin-top: 25px;
}
footer ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
footer ul.small li {
  font-size: 11px;
}
footer ul.small li a {
  font-size: 11px;
}
footer ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #7d7d7d;
}
footer ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #7d7d7d;
  display: inline-block;
}
.footer-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 25px;
  flex-flow: wrap;
}
.footer-icons > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}
.footer-icons > div svg {
  margin-right: 20px;
}
.footer-icons > div span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: black;
  font-weight: 600;
}
.bottom-options {
  position: relative;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.bottom-options h2 {
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
.bottom-options .-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
}
.bottom-options .-list a {
  display: block;
  margin-right: 15px;
}
.bottom-options .-list span {
  margin-right: 30px;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #0072bc;
}
.postalCodeMask {
  text-align: center;
}
.phoneMask {
  text-align: center;
}
.dowodMask {
  width: 75px;
}
.btn-100 {
  width: 100%;
  display: block;
}
.btn-100 label {
  width: 33.33333333%;
}
.searchContent {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.searchContent form {
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: center;
}
.searchContent form input[type=text] {
  border: none;
  border-bottom: 2px solid white;
  font-size: 80px;
  line-height: 100px;
  padding: 5px 15px;
  color: white;
  background: transparent;
}
.searchContent form input[type=text]::-webkit-input-placeholder {
  color: white;
}
.searchContent form input[type=text]:-moz-placeholder {
  color: white;
}
.searchContent form input[type=text]::-moz-placeholder {
  color: white;
}
.searchContent form input[type=text]:-ms-input-placeholder {
  color: white;
}
.searchContent form button {
  background: transparent;
  font-size: 80px;
  border: none;
  color: white;
  margin-left: 15px;
}
.searchContent .searchList {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.searchContent .searchList a {
  max-width: 15%;
  border-radius: 0;
  padding: 0;
  color: white;
}
.searchContent .searchList a figure {
  margin: 0 2%;
  padding: 0;
  width: 100%;
}
.searchContent .searchList a figure img {
  max-width: 100%;
}
.searchContent .searchList a figure figcaption {
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
  font-weight: 600;
  color: white;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  body {
    padding-top: 60px;
  }
  .navGenerator {
    margin-top: 25px;
  }
  .productItem .titleProduct .cell h1 {
    float: none;
  }
  .productItem .titleProduct .cell .rating-input {
    float: none;
    top: 0;
    margin-top: 5px;
    margin-left: 0;
  }
  .mobileMenuIcon {
    text-align: center;
  }
  .firstelement {
    min-height: auto;
  }
  .firstelement .firstelement_left {
    min-height: auto;
  }
  .firstelement .firstelement_right {
    min-height: auto;
  }
  .firstelement .firstelement_right .firstelement_right_top {
    min-height: auto;
  }
  .firstelement .firstelement_right .firstelement_right_bottom {
    min-height: auto;
  }
  .secondelement {
    min-height: auto;
  }
  .secondelement .secondelement_left {
    min-height: auto;
  }
  .secondelement .secondelement_center {
    min-height: auto;
  }
  .secondelement .secondelement_right {
    min-height: auto;
  }
  .secondelement .secondelement_right .secondelement_right_top {
    min-height: auto;
  }
  .secondelement .secondelement_right .secondelement_right_bottom {
    min-height: auto;
  }
}
#baron {
  background: white url('../images/baron/pachol.jpg') no-repeat right bottom;
  margin-bottom: -25px;
}
#baron h1 {
  display: block;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #00a7ee;
  color: white;
  text-align: center;
  padding: 15px 0;
  position: relative;
  margin-bottom: 30px;
}
#baron h1:after {
  content: '';
  bottom: -15px;
  height: 10px;
  width: 100%;
  background: #9fca29;
  position: absolute;
  left: 0;
  border-radius: 15px;
}
#baron h2 {
  color: #00a7ee;
  font-size: 65px;
  line-height: 100px;
  margin-bottom: 40px;
}
#baron h2 strong {
  color: #9fca29;
}
#baron ._list {
  display: block;
  width: 100%;
}
#baron ._list ._item {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
}
#baron ._list ._item figure {
  margin: 0;
  margin-right: 15px;
  padding: 0;
  padding-right: 25px;
  position: relative;
}
#baron ._list ._item figure:after {
  width: 8px;
  height: 100%;
  background: #9fca29;
  border-radius: 15px;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
}
#baron ._list ._item h3 {
  font-size: 42px;
  line-height: 50px;
  color: #464646;
  opacity: 0.8;
  margin: 0;
  padding: 0;
}
#baron ._list ._item h4 {
  line-height: 30px;
  margin: 0;
  padding: 0;
  color: #464646;
  opacity: 0.8;
}
#baron ._flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
}
#baron ._flex a {
  padding: 5px 40px;
  background: #00a7ee;
  border-radius: 15px;
  color: white;
  letter-spacing: 1px;
  font-size: 36px;
  line-height: 42px;
}
#baron ._flex a small {
  font-size: 14px;
  line-height: 18px;
  display: block;
  opacity: 0.7;
}
.search-desktop {
  display: table-cell;
}
.topSection .topBox .rightSide .search-mobile {
  display: none;
}
@media (max-width: 992px) {
  .promoBtn figure {
    width: 50px;
    height: 64px;
  }
  .productItem .titleProduct .cell h1 {
    float: none;
  }
  .productItem .titleProduct .cell .rating-input {
    float: none;
    top: 0;
    margin-top: 5px;
    margin-left: 0;
  }
  .cart .steps {
    display: table;
    width: 100%;
  }
  .cart .steps li {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #0072bc;
  }
  .cart .steps li span {
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 39px;
    font-size: 24px;
    font-weight: 600;
    color: white;
    background: #0072bc;
    margin-right: 10px;
    border: 2px solid #0072bc;
  }
  .cart .steps li.active span {
    background: white;
    color: #0072bc;
  }
}
@media (max-width: 768px) {
  .search-desktop {
    display: none !important;
  }
  .search-mobile {
    display: table-cell !important;
  }
  .firstelement {
    width: 100%;
    display: block;
  }
  .firstelement .firstelement_left {
    width: 100%;
  }
  .firstelement .firstelement_right {
    width: 100%;
    margin-left: 0px;
  }
  .firstelement .firstelement_right .firstelement_right_top {
    margin-top: 15px;
  }
  .firstelement .firstelement_right .firstelement_right_bottom {
    margin-top: 15px;
  }
  .secondelement {
    width: 100%;
    display: block;
  }
  .secondelement .secondelement_left {
    width: 100%;
  }
  .secondelement .secondelement_center {
    margin-top: 15px;
    width: 100%;
    margin-left: 0px;
  }
  .secondelement .secondelement_center img {
    width: 100%;
  }
  .secondelement .secondelement_right {
    width: 100%;
    margin-left: 0px;
  }
  .secondelement .secondelement_right .secondelement_right_top {
    margin-top: 15px;
  }
  .secondelement .secondelement_right .secondelement_right_top img {
    width: 100%;
  }
  .secondelement .secondelement_right .secondelement_right_bottom {
    margin-top: 15px;
  }
  .secondelement .secondelement_right .secondelement_right_bottom img {
    width: 100%;
  }
  #baron {
    background: white;
  }
  .topSection .topBox .leftSide {
    width: 30%;
  }
  .topSection .topBox .leftSide .cell.langs {
    padding-left: 0;
  }
  .topSection .topBox .leftSide .cell.logo a img {
    max-width: 100% !important;
  }
  .topSection .topBox .rightSide .cell a i {
    margin-left: 0;
  }
  #baron ._list ._item figure {
    height: 140px;
  }
  #baron ._list ._item figure img {
    display: none;
  }
  #baron ._flex {
    flex-direction: column-reverse;
  }
  #baron ._flex img {
    margin-top: 25px;
  }
  .promoBtn {
    margin-bottom: 5px;
  }
  .promoBtn::before {
    width: 100%;
  }
  .navGenerator li a img {
    display: none;
  }
  .tab-generator-content .addImages .image {
    width: calc(50% - 20px);
  }
  .topSection .topBox .rightSide .cell a i,
  .topSection .topBox .rightSide .cell .icon i {
    margin-left: 0;
  }
  .account nav > ul > li {
    width: 49%;
    display: inline-block;
  }
  .cart .steps {
    display: block;
    width: 100%;
  }
  .cart .steps li {
    display: block;
    width: auto;
    vertical-align: middle;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #0072bc;
    float: left;
    margin: 0 15px 0 0;
  }
  .cart .steps li span {
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background: #0072bc;
    margin-right: 10px;
    text-align: center;
    border: 2px solid #0072bc;
    display: inline-block;
  }
  .cart .steps li.active span {
    background: white;
    color: #0072bc;
  }
  .searchContent form input[type=text] {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }
  .searchContent .searchList {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }
  .searchContent .searchList a {
    max-width: 15%;
    border-radius: 0;
    padding: 0;
    color: white;
  }
  .searchContent .searchList a figure {
    margin: 0 2%;
    padding: 0;
    width: 100%;
  }
  .searchContent .searchList a figure img {
    max-width: 100%;
  }
  .searchContent .searchList a figure figcaption {
    margin: 5px 0 0 0;
    padding: 0;
    text-align: center;
    font-weight: 600;
    color: white;
    font-size: 18px;
    line-height: 22px;
  }
  .overlay .overlay-close {
    width: 25px !important;
    height: 25px !important;
  }
  #_cookies_info {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .topSection .topBox .rightSide .cell.search .searchContent {
    left: 50%;
    margin-left: -200%;
    width: 400%;
  }
  .topSection .topBox .rightSide .cell.search .searchContent:before {
    right: 103px;
  }
  .topSection .topBox .rightSide .cell.search .searchContent:after {
    right: 100px;
  }
  .productItem .btn.btn-info strong {
    font-size: 20px !important;
  }
  .productItem .btn#buyButton {
    font-size: 20px !important;
  }
  .productItem #buyButton {
    font-size: 20px !important;
  }
  .cart .packProductContent {
    display: block;
  }
  .cart .packProductContent p {
    margin: 0;
  }
  .cart table th.pack {
    background: #f8f8f8;
  }
}
@media (max-width: 586px) {
  .generatorMobile {
    width: 585px !important;
  }
}
.generatorMobile h1 {
  margin: 0 0 15px 0;
}
.generatorMobile .printGenerator {
  margin: 0 0 15px;
}
.generatorMobile .tab-generator-content h3 {
  padding: 0;
  font-size: 16px;
  margin: 0 0 5px;
}
#loader {
  background-color: #55c1FA;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.loader-wrapper {
  width: 148px;
  height: 100px;
  position: absolute;
  margin: -50px 0 0 -74px;
  left: 50%;
  top: 50%;
}
.loader {
  width: 148px;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute;
}
.loader:after {
  content: "";
  top: auto;
  position: absolute;
  display: block;
  animation: shadow 1.2s infinite linear;
  -moz-animation: shadow 1.2s infinite linear;
  bottom: 0em;
  left: 0;
  height: .25em;
  width: 1em;
  border-radius: 50%;
  background-color: #034466;
  opacity: 0.3;
}
.roller,
.roller:last-child {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rollercoaster 1.2s infinite linear;
  -webkit-transform: rotate(135deg);
  -moz-animation: rollercoaster 1.2s infinite linear;
  -moz-transform: rotate(135deg);
  animation: rollercoaster 1.2s infinite linear;
  transform: rotate(135deg);
}
.roller:last-child {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -webkit-animation: rollercoaster2 1.2s infinite linear;
  -moz-transform: rotate(-45deg);
  -moz-animation: rollercoaster2 1.2s infinite linear;
  transform: rotate(-45deg);
  animation: rollercoaster2 1.2s infinite linear;
}
.roller:before,
.roller:last-child:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #000;
  border-radius: 50%;
}
@-webkit-keyframes rollercoaster {
  0% {
    -webkit-transform: rotate(135deg);
  }
  8% {
    -webkit-transform: rotate(240deg);
  }
  20% {
    -webkit-transform: rotate(300deg);
  }
  40% {
    -webkit-transform: rotate(380deg);
  }
  45% {
    -webkit-transform: rotate(440deg);
  }
  50% {
    -webkit-transform: rotate(495deg);
    opacity: 1;
  }
  50.1% {
    -webkit-transform: rotate(495deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(495deg);
    opacity: 0;
  }
}
@-webkit-keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
  }
  58% {
    -webkit-transform: rotate(-160deg);
  }
  70% {
    -webkit-transform: rotate(-240deg);
  }
  80% {
    -webkit-transform: rotate(-300deg);
  }
  90% {
    -webkit-transform: rotate(-340deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
  }
}
@-webkit-keyframes shadow {
  0% {
    opacity: .3;
    -webkit-transform: translateX(65px) scale(0.5,0.5);
  }
  8% {
    -webkit-transform: translateX(30px) scale(2,2);
  }
  13% {
    -webkit-transform: translateX(0px) scale(1.3,1.3);
  }
  30% {
    -webkit-transform: translateX(-15px) scale(0.5,0.5);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: translateX(60px) scale(1.2,1.2);
    opacity: 0.3;
  }
  60% {
    -webkit-transform: translateX(130px) scale(2,2);
    opacity: 0.05;
  }
  65% {
    -webkit-transform: translateX(145px) scale(1.2,1.2);
  }
  80% {
    -webkit-transform: translateX(120px) scale(0.5,0.5);
    opacity: 0.1;
  }
  90% {
    -webkit-transform: translateX(80px) scale(0.8,0.8);
  }
  100% {
    -webkit-transform: translateX(60px);
    opacity: 0.3;
  }
}
@-moz-keyframes rollercoaster {
  0% {
    -moz-transform: rotate(135deg);
  }
  8% {
    -moz-transform: rotate(240deg);
  }
  20% {
    -moz-transform: rotate(300deg);
  }
  40% {
    -moz-transform: rotate(380deg);
  }
  45% {
    -moz-transform: rotate(440deg);
  }
  50% {
    -moz-transform: rotate(495deg);
    opacity: 1;
  }
  50.1% {
    -moz-transform: rotate(495deg);
    opacity: 0;
  }
  100% {
    -moz-transform: rotate(495deg);
    opacity: 0;
  }
}
@-moz-keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -moz-transform: rotate(-45deg);
  }
  58% {
    -moz-transform: rotate(-160deg);
  }
  70% {
    -moz-transform: rotate(-240deg);
  }
  80% {
    -moz-transform: rotate(-300deg);
  }
  90% {
    -moz-transform: rotate(-340deg);
  }
  100% {
    -moz-transform: rotate(-405deg);
  }
}
@-moz-keyframes shadow {
  0% {
    opacity: .3;
    -moz-transform: translateX(65px) scale(0.5,0.5);
  }
  8% {
    -moz-transform: translateX(30px) scale(2,2);
  }
  13% {
    -moz-transform: translateX(0px) scale(1.3,1.3);
  }
  30% {
    -moz-transform: translateX(-15px) scale(0.5,0.5);
    opacity: 0.1;
  }
  50% {
    -moz-transform: translateX(60px) scale(1.2,1.2);
    opacity: 0.3;
  }
  60% {
    -moz-transform: translateX(130px) scale(2,2);
    opacity: 0.05;
  }
  65% {
    -moz-transform: translateX(145px) scale(1.2,1.2);
  }
  80% {
    -moz-transform: translateX(120px) scale(0.5,0.5);
    opacity: 0.1;
  }
  90% {
    -moz-transform: translateX(80px) scale(0.8,0.8);
  }
  100% {
    -moz-transform: translateX(60px);
    opacity: 0.3;
  }
}
@keyframes rollercoaster {
  0% {
    transform: rotate(135deg);
  }
  8% {
    transform: rotate(240deg);
  }
  20% {
    transform: rotate(300deg);
  }
  40% {
    transform: rotate(380deg);
  }
  45% {
    transform: rotate(440deg);
  }
  50% {
    transform: rotate(495deg);
    opacity: 1;
  }
  50.1% {
    transform: rotate(495deg);
    opacity: 0;
  }
  100% {
    transform: rotate(495deg);
    opacity: 0;
  }
}
@keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: rotate(-45deg);
  }
  58% {
    transform: rotate(-160deg);
  }
  70% {
    transform: rotate(-240deg);
  }
  80% {
    transform: rotate(-300deg);
  }
  90% {
    transform: rotate(-340deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes shadow {
  0% {
    opacity: .3;
    transform: translateX(65px) scale(0.5,0.5);
  }
  8% {
    transform: translateX(30px) scale(2,2);
  }
  13% {
    transform: translateX(0px) scale(1.3,1.3);
  }
  30% {
    transform: translateX(-15px) scale(0.5,0.5);
    opacity: 0.1;
  }
  50% {
    transform: translateX(60px) scale(1.2,1.2);
    opacity: 0.3;
  }
  60% {
    transform: translateX(130px) scale(2,2);
    opacity: 0.05;
  }
  65% {
    transform: translateX(145px) scale(1.2,1.2);
  }
  80% {
    transform: translateX(120px) scale(0.5,0.5);
    opacity: 0.1;
  }
  90% {
    transform: translateX(80px) scale(0.8,0.8);
  }
  100% {
    transform: translateX(60px);
    opacity: 0.3;
  }
}
#loader2:after {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#loader2 .roller {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#loader3:after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#loader3 .roller {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#skinBLACK .topSection .bottomBox {
  background: #000 !important;
}
#skinBLACK .topSection .bottomBox .container {
  background: #000 !important;
}
#skinBLACK .btn.btn-primary,
#skinBLACK .btn.btn-info {
  background-color: #000;
  border-color: #000;
}
#skinBLACK .btn.btn-primary::before,
#skinBLACK .btn.btn-info::before {
  background-color: #000000;
}
#skinBLACK #_cookies_info {
  background: #000;
}
#skinBLACK .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:hover,
#skinBLACK .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:active {
  color: #000;
}
#skinBLACK .btn.btn-info.active,
#skinBLACK .btn.btn-info.focus,
#skinBLACK .btn.btn-info:active,
#skinBLACK .btn.btn-info:focus,
#skinBLACK .btn.btn-info:hover {
  background-color: #000;
  border-color: #000;
}
#skinBLACK .itemList .item .prize {
  background: #000;
}
#skinBLACK .overlay {
  background: rgba(0,0,0,0.9);
}
#skinBLACK .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a {
  color: #000;
}
#skinBLACK .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a:hover {
  border-color: #000;
}
#skinBLACK .panel .panel-heading {
  border-color: #000;
}
#skinBLACK .cart .steps li span {
  border-color: #000;
  background: #000;
}
#skinBLACK .cart .steps li.active span {
  color: #000;
  background: white;
}
#skinBLACK table.cart thead tr th,
#skinBLACK table.generator thead tr th {
  border-color: #000;
}
#skinBLACK .cart .steps li {
  color: #000;
}
#skinRED .topSection .bottomBox {
  background: #c70000 !important;
}
#skinRED .topSection .bottomBox .container {
  background: #c70000 !important;
}
#skinRED .btn.btn-primary,
#skinRED .btn.btn-info {
  background-color: #c70000;
  border-color: #c70000;
}
#skinRED .btn.btn-primary::before,
#skinRED .btn.btn-info::before {
  background-color: #ae0000;
}
#skinRED #_cookies_info {
  background: #c70000;
}
#skinRED .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:hover,
#skinRED .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:active {
  color: #c70000;
}
#skinRED .btn.btn-info.active,
#skinRED .btn.btn-info.focus,
#skinRED .btn.btn-info:active,
#skinRED .btn.btn-info:focus,
#skinRED .btn.btn-info:hover {
  background-color: #c70000;
  border-color: #c70000;
}
#skinRED .itemList .item .prize {
  background: #c70000;
}
#skinRED .overlay {
  background: rgba(199,0,0,0.9);
}
#skinRED .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a {
  color: #c70000;
}
#skinRED .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a:hover {
  border-color: #c70000;
}
#skinRED .panel .panel-heading {
  border-color: #c70000;
}
#skinRED .cart .steps li span {
  border-color: #c70000;
  background: #c70000;
}
#skinRED .cart .steps li.active span {
  color: #c70000;
  background: white;
}
#skinRED table.cart thead tr th,
#skinRED table.generator thead tr th {
  border-color: #c70000;
}
#skinRED .cart .steps li {
  color: #c70000;
}
#skinORANGE .topSection .bottomBox {
  background: #f7941d !important;
}
#skinORANGE .topSection .bottomBox .container {
  background: #f7941d !important;
}
#skinORANGE .btn.btn-primary,
#skinORANGE .btn.btn-info {
  background-color: #f7941d;
  border-color: #f7941d;
}
#skinORANGE .btn.btn-primary::before,
#skinORANGE .btn.btn-info::before {
  background-color: #f28809;
}
#skinORANGE #_cookies_info {
  background: #f7941d;
}
#skinORANGE .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:hover,
#skinORANGE .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:active {
  color: #f7941d;
}
#skinORANGE .btn.btn-info.active,
#skinORANGE .btn.btn-info.focus,
#skinORANGE .btn.btn-info:active,
#skinORANGE .btn.btn-info:focus,
#skinORANGE .btn.btn-info:hover {
  background-color: #f7941d;
  border-color: #f7941d;
}
#skinORANGE .itemList .item .prize {
  background: #f7941d;
}
#skinORANGE .overlay {
  background: rgba(247,148,29,0.9);
}
#skinORANGE .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a {
  color: #f7941d;
}
#skinORANGE .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a:hover {
  border-color: #f7941d;
}
#skinORANGE .panel .panel-heading {
  border-color: #f7941d;
}
#skinORANGE .cart .steps li span {
  border-color: #f7941d;
  background: #f7941d;
}
#skinORANGE .cart .steps li.active span {
  color: #f7941d;
  background: white;
}
#skinORANGE table.cart thead tr th,
#skinORANGE table.generator thead tr th {
  border-color: #f7941d;
}
#skinORANGE .cart .steps li {
  color: #f7941d;
}
#skinVIOLET .topSection .bottomBox {
  background: #a186be !important;
}
#skinVIOLET .topSection .bottomBox .container {
  background: #a186be !important;
}
#skinVIOLET .btn.btn-primary,
#skinVIOLET .btn.btn-info {
  background-color: #a186be;
  border-color: #a186be;
}
#skinVIOLET .btn.btn-primary::before,
#skinVIOLET .btn.btn-info::before {
  background-color: #9475b5;
}
#skinVIOLET #_cookies_info {
  background: #a186be;
}
#skinVIOLET .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:hover,
#skinVIOLET .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:active {
  color: #a186be;
}
#skinVIOLET .btn.btn-info.active,
#skinVIOLET .btn.btn-info.focus,
#skinVIOLET .btn.btn-info:active,
#skinVIOLET .btn.btn-info:focus,
#skinVIOLET .btn.btn-info:hover {
  background-color: #a186be;
  border-color: #a186be;
}
#skinVIOLET .itemList .item .prize {
  background: #a186be;
}
#skinVIOLET .overlay {
  background: rgba(161,134,190,0.9);
}
#skinVIOLET .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a {
  color: #a186be;
}
#skinVIOLET .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a:hover {
  border-color: #a186be;
}
#skinVIOLET .panel .panel-heading {
  border-color: #a186be;
}
#skinVIOLET .cart .steps li span {
  border-color: #a186be;
  background: #a186be;
}
#skinVIOLET .cart .steps li.active span {
  color: #a186be;
  background: white;
}
#skinVIOLET table.cart thead tr th,
#skinVIOLET table.generator thead tr th {
  border-color: #a186be;
}
#skinVIOLET .cart .steps li {
  color: #a186be;
}
#skinPINK .topSection .bottomBox {
  background: #ff639a !important;
}
#skinPINK .topSection .bottomBox .container {
  background: #ff639a !important;
}
#skinPINK .btn.btn-primary,
#skinPINK .btn.btn-info {
  background-color: #ff639a;
  border-color: #ff639a;
}
#skinPINK .btn.btn-primary::before,
#skinPINK .btn.btn-info::before {
  background-color: #ff4a89;
}
#skinPINK #_cookies_info {
  background: #ff639a;
}
#skinPINK .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:hover,
#skinPINK .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:active {
  color: #ff639a;
}
#skinPINK .btn.btn-info.active,
#skinPINK .btn.btn-info.focus,
#skinPINK .btn.btn-info:active,
#skinPINK .btn.btn-info:focus,
#skinPINK .btn.btn-info:hover {
  background-color: #ff639a;
  border-color: #ff639a;
}
#skinPINK .itemList .item .prize {
  background: #ff639a;
}
#skinPINK .overlay {
  background: rgba(255,99,154,0.9);
}
#skinPINK .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a {
  color: #ff639a;
}
#skinPINK .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a:hover {
  border-color: #ff639a;
}
#skinPINK .panel .panel-heading {
  border-color: #ff639a;
}
#skinPINK .cart .steps li span {
  border-color: #ff639a;
  background: #ff639a;
}
#skinPINK .cart .steps li.active span {
  color: #ff639a;
  background: white;
}
#skinPINK table.cart thead tr th,
#skinPINK table.generator thead tr th {
  border-color: #ff639a;
}
#skinPINK .cart .steps li {
  color: #ff639a;
}
#skinGREY .topSection .bottomBox {
  background: #c2c2c2 !important;
}
#skinGREY .topSection .bottomBox .container {
  background: #c2c2c2 !important;
}
#skinGREY .btn.btn-primary,
#skinGREY .btn.btn-info {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
#skinGREY .btn.btn-primary::before,
#skinGREY .btn.btn-info::before {
  background-color: #b5b5b5;
}
#skinGREY #_cookies_info {
  background: #c2c2c2;
}
#skinGREY .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:hover,
#skinGREY .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:active {
  color: #c2c2c2;
}
#skinGREY .btn.btn-info.active,
#skinGREY .btn.btn-info.focus,
#skinGREY .btn.btn-info:active,
#skinGREY .btn.btn-info:focus,
#skinGREY .btn.btn-info:hover {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
#skinGREY .itemList .item .prize {
  background: #c2c2c2;
}
#skinGREY .overlay {
  background: rgba(194,194,194,0.9);
}
#skinGREY .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a {
  color: #c2c2c2;
}
#skinGREY .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a:hover {
  border-color: #c2c2c2;
}
#skinGREY .panel .panel-heading {
  border-color: #c2c2c2;
}
#skinGREY .cart .steps li span {
  border-color: #c2c2c2;
  background: #c2c2c2;
}
#skinGREY .cart .steps li.active span {
  color: #c2c2c2;
  background: white;
}
#skinGREY table.cart thead tr th,
#skinGREY table.generator thead tr th {
  border-color: #c2c2c2;
}
#skinGREY .cart .steps li {
  color: #c2c2c2;
}
#skinGREEN .topSection .bottomBox {
  background: #008542 !important;
}
#skinGREEN .topSection .bottomBox .container {
  background: #008542 !important;
}
#skinGREEN .btn.btn-primary,
#skinGREEN .btn.btn-info {
  background-color: #008542;
  border-color: #008542;
}
#skinGREEN .btn.btn-primary::before,
#skinGREEN .btn.btn-info::before {
  background-color: #006c35;
}
#skinGREEN #_cookies_info {
  background: #008542;
}
#skinGREEN .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:hover,
#skinGREEN .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:active {
  color: #008542;
}
#skinGREEN .btn.btn-info.active,
#skinGREEN .btn.btn-info.focus,
#skinGREEN .btn.btn-info:active,
#skinGREEN .btn.btn-info:focus,
#skinGREEN .btn.btn-info:hover {
  background-color: #008542;
  border-color: #008542;
}
#skinGREEN .itemList .item .prize {
  background: #008542;
}
#skinGREEN .overlay {
  background: rgba(0,133,66,0.9);
}
#skinGREEN .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a {
  color: #008542;
}
#skinGREEN .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a:hover {
  border-color: #008542;
}
#skinGREEN .panel .panel-heading {
  border-color: #008542;
}
#skinGREEN .cart .steps li span {
  border-color: #008542;
  background: #008542;
}
#skinGREEN .cart .steps li.active span {
  color: #008542;
  background: white;
}
#skinGREEN table.cart thead tr th,
#skinGREEN table.generator thead tr th {
  border-color: #008542;
}
#skinGREEN .cart .steps li {
  color: #008542;
}
#skinDARKGREY .topSection .bottomBox {
  background: #181818 !important;
}
#skinDARKGREY .topSection .bottomBox .container {
  background: #181818 !important;
}
#skinDARKGREY .btn.btn-primary,
#skinDARKGREY .btn.btn-info {
  background-color: #181818;
  border-color: #181818;
}
#skinDARKGREY .btn.btn-primary::before,
#skinDARKGREY .btn.btn-info::before {
  background-color: #0b0b0b;
}
#skinDARKGREY #_cookies_info {
  background: #181818;
}
#skinDARKGREY .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:hover,
#skinDARKGREY .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:active {
  color: #181818;
}
#skinDARKGREY .btn.btn-info.active,
#skinDARKGREY .btn.btn-info.focus,
#skinDARKGREY .btn.btn-info:active,
#skinDARKGREY .btn.btn-info:focus,
#skinDARKGREY .btn.btn-info:hover {
  background-color: #181818;
  border-color: #181818;
}
#skinDARKGREY .itemList .item .prize {
  background: #181818;
}
#skinDARKGREY .overlay {
  background: rgba(24,24,24,0.9);
}
#skinDARKGREY .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a {
  color: #181818;
}
#skinDARKGREY .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a:hover {
  border-color: #181818;
}
#skinDARKGREY .panel .panel-heading {
  border-color: #181818;
}
#skinDARKGREY .cart .steps li span {
  border-color: #181818;
  background: #181818;
}
#skinDARKGREY .cart .steps li.active span {
  color: #181818;
  background: white;
}
#skinDARKGREY table.cart thead tr th,
#skinDARKGREY table.generator thead tr th {
  border-color: #181818;
}
#skinDARKGREY .cart .steps li {
  color: #181818;
}
#skinCERULEAN .topSection .bottomBox {
  background: #00acde !important;
}
#skinCERULEAN .topSection .bottomBox .container {
  background: #00acde !important;
}
#skinCERULEAN .btn.btn-primary,
#skinCERULEAN .btn.btn-info {
  background-color: #00acde;
  border-color: #00acde;
}
#skinCERULEAN .btn.btn-primary::before,
#skinCERULEAN .btn.btn-info::before {
  background-color: #0098c5;
}
#skinCERULEAN #_cookies_info {
  background: #00acde;
}
#skinCERULEAN .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:hover,
#skinCERULEAN .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:active {
  color: #00acde;
}
#skinCERULEAN .btn.btn-info.active,
#skinCERULEAN .btn.btn-info.focus,
#skinCERULEAN .btn.btn-info:active,
#skinCERULEAN .btn.btn-info:focus,
#skinCERULEAN .btn.btn-info:hover {
  background-color: #00acde;
  border-color: #00acde;
}
#skinCERULEAN .itemList .item .prize {
  background: #00acde;
}
#skinCERULEAN .overlay {
  background: rgba(0,172,222,0.9);
}
#skinCERULEAN .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a {
  color: #00acde;
}
#skinCERULEAN .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a:hover {
  border-color: #00acde;
}
#skinCERULEAN .panel .panel-heading {
  border-color: #00acde;
}
#skinCERULEAN .cart .steps li span {
  border-color: #00acde;
  background: #00acde;
}
#skinCERULEAN .cart .steps li.active span {
  color: #00acde;
  background: white;
}
#skinCERULEAN table.cart thead tr th,
#skinCERULEAN table.generator thead tr th {
  border-color: #00acde;
}
#skinCERULEAN .cart .steps li {
  color: #00acde;
}
#skinWHITE .topSection .bottomBox {
  background: #fff !important;
}
#skinWHITE .topSection .bottomBox .container {
  background: #fff !important;
}
#skinWHITE .btn.btn-primary,
#skinWHITE .btn.btn-info {
  background-color: #fff;
  border-color: black;
  color: black;
}
#skinWHITE .btn.btn-primary::before,
#skinWHITE .btn.btn-info::before {
  background-color: #f2f2f2;
}
#skinWHITE #_cookies_info {
  background: #fff;
  color: black;
}
#skinWHITE .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:hover,
#skinWHITE .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA:active {
  color: black;
}
#skinWHITE .topSection .bottomBox .leftSide ul.menu li.menuLi a.menuA {
  color: black;
}
#skinWHITE .btn.btn-info.active,
#skinWHITE .btn.btn-info.focus,
#skinWHITE .btn.btn-info:active,
#skinWHITE .btn.btn-info:focus,
#skinWHITE .btn.btn-info:hover {
  background-color: #fff;
  border-color: #fff;
}
#skinWHITE .itemList .item .prize {
  background: #fff;
  color: black;
}
#skinWHITE #_cookies_info p {
  color: black;
}
#skinWHITE #_cookies_info a {
  border-color: black;
  color: black;
}
#skinWHITE .btn span {
  color: black;
}
#skinWHITE .overlay {
  background: rgba(255,255,255,0.9);
}
#skinWHITE .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a {
  color: black;
}
#skinWHITE .topSection .bottomBox .leftSide ul.menu li.menuLi ul.submenu li a:hover {
  border-color: black;
}
#skinWHITE .panel .panel-heading {
  border-color: black;
}
#skinWHITE .cart .steps li span {
  border-color: black;
  background: black;
}
#skinWHITE .cart .steps li.active span {
  color: black;
  background: white;
}
#skinWHITE table.cart thead tr th,
#skinWHITE table.generator thead tr th {
  border-color: black;
}
#skinWHITE .cart .steps li {
  color: black;
}
#skinWHITE .topSection .bottomBox.fixed:after,
#skinWHITE .topSection .bottomBox.fixed:before {
  background: black;
}
#clockdiv {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#clockdiv > span {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  font-weight: 600;
  margin-right: 15px;
}
#clockdiv .clock {
  margin-left: 2px;
  display: flex;
  flex-direction: column;
}
#clockdiv .clock div {
  margin-top: 3px;
  width: 40px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  font-weight: 500;
  color: white;
  border-radius: 3px;
  background: #a20000;
}
#clockdiv .clock span {
  font-size: 11px;
  font-family: Arial;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
  margin: 0;
  padding: 0;
}
#clockdiv .clock:nth-child(even) div {
  background: #d30000;
}
.msgs tr.unread {
  font-weight: 600;
}
.msg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.msg i {
  margin-right: 15px;
}
.msg time {
  opacity: 0.8;
  font-size: 12px;
  margin: 0 10px;
  white-space: nowrap;
}
.msg .title {
  width: 100%;
}
.msg .author {
  white-space: nowrap;
  margin-right: 15px;
}
.msgText {
  padding: 5px 15px;
  margin-top: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
}
.specFileBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  background-color: #3c9ad6;
  background-image: -webkit-gradient(linear,left top,right top,from(#3c9ad6),to(#64c7e8));
  background-image: -webkit-linear-gradient(left,#3c9ad6,#64c7e8);
  background-image: -moz-linear-gradient(left,#3c9ad6,#64c7e8);
  background-image: -ms-linear-gradient(left,#3c9ad6,#64c7e8);
  background-image: -o-linear-gradient(left,#3c9ad6,#64c7e8);
  font-size: 18px;
  font-weight: 300;
  color: white;
}
.specFileBox:hover {
  color: white;
}
.specFileBox span {
  display: inline-block;
  font-size: 12px;
  color: black;
  padding: 5px 20px;
  margin-left: 15px;
  background: white;
}
@media (min-width: 768px) {
  .banners5 .col-lg-2 {
    width: 20%;
  }
}
#skinBLACK .btn.btn-info.active,
#skinBLACK .btn.btn-info.focus,
#skinBLACK .btn.btn-info:active,
#skinBLACK .btn.btn-info:focus,
#skinBLACK .btn.btn-info:hover {
  background-color: white !important;
  color: black !important;
}
#skinBLACK .btn.btn-primary::before,
#skinBLACK .btn.btn-info::before {
  background-color: white !important;
}
.btn.btn-info.active {
  font-size: 18px;
  font-weight: bold;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #0072bc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #0072bc;
}
.slider {
  width: 100%;
  margin: 10px auto;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: #0072bc;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
.cooperation-area {
  width: 100%;
}
.cooperation-area h1 {
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-size: 25px;
}
.cooperation-area .cooperation-area-box {
  display: flex;
  width: 100%;
}
.cooperation-area .cooperation-area-box figure {
  -webkit-box-flex: 1;
  border: 1px solid white;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.cooperation-area .cooperation-area-box figure img {
  width: 100%;
}
.cooperation-area .cooperation-area-box figure .text-area {
  width: 100%;
  background-color: #0072bc;
  color: white;
  text-align: center;
}
