/* DEBUG GRID */
/*
.fs-grid [class*="fs-lg-"] { border:1px dotted red; }
.fs-grid .row .row [class*="fs-lg-"] { border:1px dotted #ccc; }
*/
html {
  height: 100%;
  min-height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  background: #fff;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  font-weight: 300;
  animation: fade-in 2s 1;
  -moz-animation: fade-in 1.5s 1;
  -webkit-animation: fade-in 1.5s 1;
}

@-webkit-keyframes fade-in {
  0% {
    -webkit-opacity: 0;
    background: #fff;
  }

  100% {
    -webkit-opacity: 1;
    background: #fff;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    background: #fff;
  }

  100% {
    opacity: 1;
    background: #fff;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes lights {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  2% {
    opacity: 0;
  }

  3% {
    opacity: 1;
  }

  4%, 100% {
    opacity: 0;
  }
}

@keyframes car {
  0% {
    opacity: 0;
    transform: translate3d(5%, -5%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.trans1 {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.trans2 {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  outline: 1px solid transparent;
}

.trans3 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

#pageHolder {
  overflow: hidden;
  width: 100%;
  background: url(/gfx/bck-header.png) no-repeat 50% 0;
}

header {
  width: 100%;
}

#toper {
  position: relative;
}

#logo {
  display: inline-block;
  margin-top: 15px;
}

#logo img {
  display: block;
  width: 100%;
  max-width: 100%;
}

nav {
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 137px;
  left: 0;
}

nav a {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

nav a:hover,
nav a.active {
  color: #81c4fe;
}

nav span {
  display: inline-block;
  font-size: 22px;
  color: #64abe9;
  margin: 0 25px;
}

header h1 {
  position: absolute;
  top: 245px;
  left: 725px;
  line-height: 1.1;
}

header h1 span {
  cursor: default;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

header h1 #slog1 {
  display: block;
  font-size: 34px;
  font-weight: 600;
  color: #858585;
  text-transform: uppercase;
  margin-bottom: 39px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

header h1 #slog2,
header h1 #slog3,
header h1 #slog4 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

header h1 #slog2,
header h1 #slog4 {
  display: block;
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

header h1 #slog3 {
  font-size: 43px;
  margin-left: 40px;
  margin-right: 5px;
}

header h1 #slog3,
header h1 #slog4 {
  display: inline-block;
  color: #fff;
}

header h2 {
  width: 450px;
  position: absolute;
  top: 545px;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #1a171b;
  padding: 0;
  margin: 0;
}

#car {
  position: absolute;
  left: -100px;
  top: 280px;
  animation-duration: 400ms;
  animation-fill-mode: both;
  animation-delay: 700ms;
  animation-name: car;
}

#car img {
  display: block;
  position: relative;
  z-index: 1;
}

#car #carlights {
  position: absolute;
  bottom: 144px;
  right: 357px;
  z-index: 2;
  animation: lights 10s infinite 2s;
  opacity: 0;
  /* display: none; */
}

#mobile {
  display: flex;
  align-items: center;
  background: url(/gfx/mobile.png) no-repeat 0 0;
  min-height: 65px;
  padding-left: 60px;
  position: absolute;
  top: 15px;
  left: 725px;
}

#mobile span {
  display: block;
  color: #000;
  line-height: 1.1;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

#mobile span span {
  display: inline-block;
  text-transform: uppercase;
}

#mobile span.first {
  font-size: 42px;
  font-weight: 700;
}

#mobile span.first span {
  font-size: 50%;
}

#mobile span.last {
  font-size: 26px;
  font-weight: 600;
}

#mobile span.last span {
  font-size: 65%;
}

#mobile a {
  text-decoration: none;
  color: #000;
}

#mobile a:hover {
  color: #e2001a;
}

#banersHolder {
  height: auto;
  margin-top: 50px;
}

#baners {
  width: 100%;
  height: auto;
  min-height: 96px;
  padding: 0;
  margin: 0;
  background: #ededed;
}

.txt h2,
#content h2 {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
  color: #e2001a;
  text-transform: uppercase;
  text-align: left;
  margin: 30px 0 45px 0;
}

.txt h2 span:last-child {
  display: block;
  font-size: 33px;
  font-weight: 600;
  color: #1a171b;
}

.txt h2 span.small {
  font-size: 20px;
}

.fullWidth {
  width: 100%;
}

#indexText {
  position: relative;
  margin-top: -10px;
  margin-bottom: 90px;
  background-image: url(/gfx/bck-indextxt-a.png), url(/gfx/bck-indextxt-b.png);
  background-position: -1px 0, -1px 0;
  background-repeat: no-repeat, repeat-y;
  padding: 20px 34px 20px 55px;
  color: #fff;
}

#indexTextBehind {
  background: #efefef;
  height: 190px;
  width: 100%;
  margin-top: 20px;
}

#aIndexText p:last-child, #bIndexText p:last-child {
  margin-bottom: 0;
  padding-bottom: 5px;
}

#aIndexText p {
  clear: both;
  padding-left: 110px;
  text-align: left;
}

#aIndexText p span {
  display: block;
  width: 90px;
  text-align: center;
  margin-top: 5px;
  margin-left: -110px;
  float: left;
}

#aIndexText p img {
  display: block;
  margin: 0 auto;
}

#aIndexText p strong {
  font-size: 20px;
  font-weight: 600;
  color: #6cbaff;
}

a#indexTextMore:before {
  width: 11px;
  height: 39px;
  content: '';
  background: url(/gfx/more-bck.png) no-repeat;
  position: absolute;
  left: -11px;
  bottom: 0;
}

a#indexTextMore {
  display: inline-block;
  height: 39px;
  background: #87898f;
  color: #fff;
  line-height: 35px;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  right: 0;
  bottom: -39px;
  text-transform: uppercase;
}

a#indexTextMore:hover {
  text-decoration: none;
  background: #e2001a;
}

#offersHolder {
  margin-top: -10px;
  margin-bottom: 0;
}

#offers {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

#offersHolder .bx-viewport {
  background: none;
  padding: 0;
  margin: 0;
}

#offers li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 270px;
  margin: 0 10px 25px 10px;
}

#offers a {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  text-decoration: none;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
}

#offers a .picto {
  display: block;
  width: 100%;
  height: 215px;
  position: relative;
  background: url(/gfx/bck-offer.png) no-repeat 0 0;
  margin-bottom: 20px;
}

#offers a .picto:after {
  display: block;
  width: 11px;
  height: 20px;
  content: '';
  background: url(/gfx/bck-offer-after.png) no-repeat 0 -20px;
  position: absolute;
  right: 0;
  top: 215px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

#offers a .picto img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -138px;
}

#offers a:hover {
  color: #e2001a;
}

#offers a:hover .picto {
  background-position: 0 -215px;
}

#offers a:hover .picto:after {
  background-position: 0 0;
}

footer {
  width: 100%;
  height: 120px;
  background: url(/gfx/bck-footer.png) no-repeat 50% 0 #efefef;
  position: relative;
  clear: both;
  margin-top: 50px;
  font-size: 14px;
  color: #fff;
  line-height: 70px;
}

#footMenu a {
  color: #fff;
  text-decoration: none;
}

#footMenu a:hover {
  color: #81c4fe;
}

#footMenu .sep {
  display: inline-block;
  margin: 0 10px;
}

#copy {
  position: relative;
  top: 2px;
}

#footDesign {
  text-align: right;
  color: #373737;
}

#footDesign a {
  text-decoration: none;
  color: #243f7f;
}

#footDesign a:hover {
  color: #e2001a;
}

#footDesign strong {
  font-weight: 600;
}

.aRight {
  display: block;
  float: right;
}

.alignRight {
  text-align: right;
}

#topBut {
  display: block;
  width: 40px;
  height: 40px;
  background: #c9c9c9;
  position: fixed;
  right: -40px;
  bottom: 130px;
  z-index: 999;
  text-decoration: none;
  text-align: center;
  line-height: 45px;
  color: #fff;
}

#topBut:hover {
  background: #317ec2;
}

#social {
  display: none;
  position: absolute;
  top: 328px;
  right: 0;
}

#social a {
  display: block;
  width: 40px;
  height: 40px;
  background: #c9c9c9;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
}

#social a:hover {
  width: 50px;
  padding-right: 10px;
}

#social a.social-fb:hover {
  background: #3a5795;
}

.social {
  display: none;
  background: url(/gfx/slider_facebook.png) no-repeat;
  width: 312px;
  height: 365px;
  padding: 10px 10px 10px 52px;
  right: -270px;
  top: 224px;
  position: fixed;
  z-index: 998;
  float: right;
}

#content {
  position: relative;
  margin-bottom: 30px;
}

#content h2 {
  font-size: 45px;
  margin-bottom: 30px;
}

.marTop0 {
  margin-top: 0 !important
}

.category, .gallery {
  text-align: center;
}

.gallery {
  padding-top: 10px;
}

.category a {
  display: block;
  width: auto;
  max-width: 320px;
  margin: 0 auto 40px auto;
  color: #009edf;
  text-decoration: none;
}

.category a img {
  display: block;
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.category p:first-child {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.category p span {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.category .cat-desc {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 400;
  margin: 10px 0 0 0;
}

.category a:hover p:first-child {
  background: #e2001a;
}

.category a:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.1) rotate(0.02deg);
  transform: scale(1.1) rotate(0.02deg);
}

.category a:hover p span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.category a:hover .cat-desc {
  color: #e80103;
}

.zoom {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.zoom2 {
  display: block;
  position: relative;
}

.zoom2:before {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
  opacity: 0;
  color: #fff;
  font: normal normal normal 3em/1 FontAwesome;
  content: "\f00e";
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

.zoom img {
  display: block;
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.zoom span {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.zoom:hover,
.zoom2:hover {
  background: #e2001a;
}

.zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.1) rotate(0.02deg);
  transform: scale(1.1) rotate(0.02deg);
}

.zoom2:hover img {
  opacity: 0.3;
}

.zoom:hover span,
.zoom2:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gallery .zoom {
  margin-bottom: 20px;
}

.photoDesc .zoom {
  margin-bottom: 0;
}

.photoDesc p {
  margin: 0 0 20px 0;
  text-align: center;
  line-height: 1.2;
}

.imgLeft {
  float: left;
  margin: 4px 40px 30px 0;
}

.imgRight {
  float: right;
  margin: 4px 0 30px 40px;
}

.txt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
}

.txt p {
  margin-bottom: 20px;
}

.txt p:last-child {
  margin-bottom: 0;
}

.txt p.noMargin {
  margin: 0;
}

.txt .color_1 {
  color: #243f7f !important;
}

.txt .color_2 {
  color: #e2001a !important;
}

.txt .color_3 {
  color: #000 !important;
}

.txt .color_4 {
  color: #7c7c7c !important;
}

.txt .bigTxt {
  display: inline-block;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 7px;
}

.txt .smallTxt {
  font-size: 14px;
  line-height: 1.3 !important;
}

.txt h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 25px;
}

.txt h4, h5 {
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 25px;
}

h5 {
  margin-top: 20px;
}

.txt blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
  color: #317ec2;
  font-size: 55px;
  position: absolute;
  left: 0;
  top: 5px;
}

.txt blockquote {
  display: block;
  margin: 35px 0 45px 20px;
  font-style: italic;
  font-size: 21px;
  line-height: 30px;
  text-align: left;
  padding: 0 0 0 80px;
  position: relative;
}

.txt a {
  text-decoration: none;
  color: #e2001a;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.txt a:hover {
  color: #243f7f;
}

.txt a.pdf {
  display: inline-block;
  line-height: 30px;
  margin-left: 3px;
}

.txt a.pdf+a.pdf {
  margin-left: 10px;
}

.txt a.pdf:hover {
  text-decoration: none;
}

.txt a.pdf:before {
  font-family: FontAwesome;
  content: "\f1c1";
  font-size: 1.4em;
  padding-right: 8px;
  color: #707070;
}

hr {
  color: #e5e5e5;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 25px 0;
  padding-top: 5px;
  clear: both;
}

.hrIndex {
  width: auto;
  max-width: 1175px;
  margin: 30px auto 0 auto;
}

.txt ol, .txt ul {
  overflow: hidden;
}

.txt ul {
  list-style: none;
}

.txt li {
  margin-bottom: 13px;
  text-align: justify;
}

.txt ul li {
  position: relative;
}

.txt ul li:before {
  content: "";
  width: .4em;
  height: .4em;
  background: #317ec2;
  margin: .24em .25em 0;
  position: absolute;
  left: -19px;
  top: 7px;
}

.txt ol+ul {
  margin-left: 20px;
  margin-top: -10px;
}

.txt li ul,
.txt li ol {
  margin-top: 12px;
}

.txt .frame {
  display: inline-block;
  border: 1px solid #317ec2;
  padding: 7px 12px 9px 12px;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.txt caption {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto 20px auto;
  color: #243f7f;
}

.txt table {
  border-collapse: collapse;
  margin: 25px auto 50px auto;
  line-height: 24px;
  background: #f2f2f2;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.txt h3+table,
.txt h4+table {
  margin-top: 40px;
}

.txt table+table,
.txt p+table {
  margin-top: 50px;
}

.txt table tr td {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.txt table td,
.txt table th {
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
  text-align: left;
}

.txt table th {
  font-weight: 600;
  padding: 10px 15px;
  background: #2f4986;
  color: #fff;
  text-shadow: none;
}

.txt table tr:first-child td {
  border-top: 5px solid #64abe9;
  padding-top: 16px;
}

.txt table tr:hover td {
  background: #e5e5e5;
}

.txt table.noborder,
.txt table.noborder tr,
.txt table.noborder td {
  border: none !important;
  background: none !important;
  line-height: 25px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.txt table.noborder {
  margin-bottom: 25px !important;
}

.txt a.button {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  padding: 5px 10px;
  background: #fff;
  color: #181818;
  text-shadow: none;
}

.txt a.button:hover {
  background: #e2001a;
  color: #fff;
}

#mapaHolder {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 20px;
}

#mapa {
  width: 100%;
  height: 100%;
}

#mapaCaption {
  width: 160px;
  font-size: 14px;
  line-height: 22px;
  padding: 15px 0 15px 10px;
}

.breadcrumbMargin {
  margin-top: 0 !important;
}

#breadcrumb {
  margin-top: 43px;
  margin-bottom: 20px;
  padding-left: 8px;
  border-left: 5px solid #ededed;
  line-height: 1.4;
  font-weight: 400px;
  text-transform: uppercase;
  color: #000;
}

#breadcrumb a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

#breadcrumb a:hover {
  color: #e2001a;
}

#breadcrumb i {
  margin: 0 5px;
  color: #e2001a;
  position: relative;
  top: -1px;
}

#breadcrumb strong {
  color: #243f7f;
}

#breadcrumb+h2 {
  margin-top: 10px;
}

#breadcrumb+hr {
  margin: 10px 0 30px;
}

#menuHolder {
  position: relative;
  padding-top: 43px;
  padding-right: 20px;
}

#menuAside a {
  display: block;
  padding: 8px 19px 8px 10px;
  background: #ededed;
  border-right: 0 solid #ededed;
  margin-bottom: 10px;
  text-decoration: none;
  text-align: left;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

#menuAside a:hover,
#menuAside a.active {
  background: #317ec2;
  color: #fff;
  border-right: 10px solid #243f7f;
  padding-right: 10px;
}

.product {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0 30px 30px 0;
  border: 1px solid #fff;
  padding: 5px 5px 8px;
}

.product:hover {
  border-color: #efefef;
  -webkit-box-shadow: 2px 2px 0 0 rgba(239, 239, 239, 1);
  box-shadow: 2px 2px 0 0 rgba(239, 239, 239, 1);
}

.product a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  color: #000;
  position: relative;
}

.product .img {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.product .img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.product .prouct_label_promo {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: #e2001a;
  padding: 3px 6px 5px 6px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1;
  z-index: 3;
}

.product .prouct_label_promo:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #e2001a transparent transparent;
  position: absolute;
  bottom: -10px;
  right: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.product .product_price {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 5px;
  z-index: 2;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 10px;
}

.product .product_price_old {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 20px;
  z-index: 3;
  text-align: center;
  text-decoration: line-through;
  color: #fff;
  opacity: 0;
  font-size: 10px;
}

.product .product_price strong {
  font-weight: 600;
}

.product .product_ico {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.product a:hover {
  color: #e2001a;
}

.product a:hover .prouct_label_promo {
  background: transparent;
}

.product a:hover .prouct_label_promo:after {
  border-color: transparent;
}

.product a:hover .img {
  background: #e2001a;
}

.product a:hover .img img {
  opacity: 0.3;
  -webkit-transform: scale(1.1) rotate(0.02deg);
  transform: scale(1.1) rotate(0.02deg);
}

.product a:hover .product_price {
  opacity: 1;
  font-size: 20px;
  bottom: 10px;
}

.product a:hover .product_price_old {
  opacity: 1;
  font-size: 17px;
  bottom: 35px;
}

.product a:hover .product_ico {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.product h5 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  text-align: center;
  line-height: 1.25;
}

#pagin {
  font-size: 15px;
  clear: both;
  overflow: hidden;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}

#pagin .arrowLeft,
#pagin .arrowRight {
  display: inline-block;
  color: #000;
}

#pagin .arrowLeft {
  margin-right: 4px;
}

#pagin .arrowRight {
  margin-left: 4px;
}

#pagin .arrowLeft:hover,
#pagin .arrowRight:hover {
  color: #81c4fe;
}

#pagin a {
  text-decoration: none !important;
}

#pagin a.page, #pagin a.pageActive {
  display: inline-block;
  background: #ededed;
  color: #000;
  margin: 0 2px 10px 2px;
  padding: 1px 8px;
}

#pagin a.pageActive {
  background: #81c4fe;
  color: #fff;
}

#pagin a.page:hover {
  color: #fff;
  background: #243f7f;
  text-decoration: none;
}

#pagin a.pageActive:hover {
  color: #fff;
  text-decoration: none;
}

#row-prodgal {
  margin-bottom: 25px;
}

#row-proddesc h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
}

#row-proddesc .ico {
  position: relative;
  padding-left: 35px;
  line-height: 1.35;
  text-align: left;
}

#row-proddesc .ico .fa {
  position: absolute;
  top: -4px;
  left: 0;
}

#row-proddesc .ico .ico {
  margin-top: 15px;
  margin-left: -35px;
}

#row-proddesc .fa {
  color: #e2e2e2;
  margin-right: 5px;
  width: 24px;
  text-align: center;
}

#promoLabel {
  font-weight: bold;
  font-size: 19px;
  color: #243f7f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
}

#productPrice {
  display: inline-block;
  margin: 0 0 20px;
  padding: 6px 10px 3px 10px;
  color: #fff;
  background: #243f7f;
}

#productPrice .oldprice {
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
}

#productPrice .oldprice:before {
  border-bottom: 1px solid #e2001a;
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
}

#productPrice span,
#productPrice2 {
  line-height: 1;
}

#productPrice2 {
  margin: 10px 0 40px 0;
  line-height: 1.2;
}

#productAvailable span {
  display: block;
}

#productAvailable i {
  font-size: 1.3em;
  line-height: 1.5;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

#productDesc h4 {
  margin: 0 0 25px 0;
  font-size: 24px;
}

#productDesc hr {
  margin-top: 0;
}

#howBuy {
  margin-top: 40px;
}

#howBuy .fs-cell {
  margin-bottom: 20px;
}

#howBuy h4 {
  margin: 0 0 40px 0;
  font-size: 24px;
}

#howBuy .txt_holder {
  overflow: hidden;
}

#howBuy .txt_holder .head {
  text-align: center;
  font-size: 130%;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: none;
  border: none;
}

#howBuy p {
  margin: 0 0 20px;
  overflow: hidden;
}

#howBuy .img {
  box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 8px;
  background: #fff !important;
}

#howBuy .img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#howBuy .red {
  background: #e2001b;
  border-color: #e2001b;
  color: #e2001b;
}

#howBuy .blue {
  background: #243f7f;
  border-color: #243f7f;
  color: #243f7f;
}

#howBuy .gray {
  background: #b7b7b7;
  border-color: #b7b7b7;
  color: #8e8e8e;
}

#productGallery {
  overflow: hidden;
}

.simplegallery .content {
  width: 400px;
  height: 400px;
  position: relative;
  padding: 6px;
  background: #fff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  float: left;
  z-index: 2;
}

.simplegallery .content img {
  display: block;
  margin: 0 !important;
  max-width: 100%;
}

.simplegallery .thumbnail {
  margin-left: 15px;
  float: left;
}

.simplegallery .thumbnail .thumb {
  width: 120px;
  height: 120px;
  margin: 0 0 20px 0;
  padding: 5px;
  background: #fff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.simplegallery .thumbnail .thumb.active {
  background: #64abe9;
  border-color: #64abe9;
  -webkit-box-shadow: 2px 2px 0 0 rgba(239, 239, 239, 1);
  box-shadow: 2px 2px 0 0 rgba(239, 239, 239, 1);
}

.simplegallery .thumbnail .thumb:hover img {
  opacity: 0.4;
}

.simplegallery .thumbnail .thumb.active:hover img {
  opacity: 1;
}

.simplegallery .thumbnail .thumb:last-child {
  margin-bottom: 0;
}

.simplegallery .thumbnail .thumb img {
  display: block;
  max-width: 100%;
}

.simplegallery .thumbnail .last {
  margin: 0;
}

#productGallery .bx-wrapper {
  display: inline-block;
}

#productGallery .bx-viewport {
  width: auto;
  background: none;
}

#productGallery .bx-controls-direction {
  display: none;
}

#productGallery .bx-viewport .thumbnail {
  margin: 0;
  overflow: hidden;
}

#productGallery .bx-viewport .thumb {
  width: 100%;
  height: auto;
  margin: 0;
}

#productGallery .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 0;
  height: 12px;
}

.img-rwd {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

.aCenter {
  text-align: center;
}

.okBox,
.errorBox {
  background: #fff;
  padding: 10px 20px;
  margin: 15px 0 30px;
}

.errorBox {
  color: #e2001a;
  border: 2px solid #e2001a;
}

.okBox {
  color: #243f7f;
  border: 2px solid #243f7f;
}

.input {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  text-align: left;
  border: none;
  background: #ededed;
}

.input:focus {
  background: #a0a0a0;
  color: #fff;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: .5;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: .5;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: .5;
}

:-ms-input-placeholder {
  color: #000;
  opacity: .5;
}

.checkbox {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}

.checkbox input {
  margin-right: 8px;
}

.checkbox label {
  position: relative;
  top: -2px;
  line-height: 2.4 !important;
}

.submit {
  display: block;
  padding: 12px 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  background: #e2001a;
  color: #fff;
  border: none;
  float: right;
}

.submit:hover {
  padding-left: 25px;
  padding-right: 25px;
  background: #243f7f;
}

#commentsForm {
  margin: 0 0 40px 0;
}

#commentsForm p {
  margin: 0 0 20px 0;
}

#commentsForm textarea,
#opinionsForm textarea {
  min-height: 112px;
}

.commentBox {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 15px 15px 15px;
  margin-bottom: 10px;
}

.commentBox p {
  margin: 0;
}

.commentBox .user_date {
  font-size: 95%;
  margin-bottom: 7px;
  color: #243f7f;
}

.commentBox .user_date i {
  margin-right: 2px;
}

.commentBox .user_date span {
  display: inline-block;
  margin: 0 7px;
}

.sfs {
  display: none !important;
}

.column {
  float: left;
}

.size-1of1 {
  width: 100%;
}

.size-1of2 {
  width: 50%;
}

.column-fullWidth .size-1of2 {
  width: 100%;
  padding: 0 !important;
}

.newsBox {
  margin-top: 0;
  margin-bottom: 40px;
}

#news-grid .size-1of1 .newsBox:last-child,
#news-grid .size-1of2:first-child .newsBox:last-child,
#news-grid .size-1of2:last-child .newsBox:last-child {
  margin-bottom: 0;
}

#news-grid .size-1of1 .newsBox:last-child .news,
#news-grid .size-1of2:first-child .newsBox:last-child .news,
#news-grid .size-1of2:last-child .newsBox:last-child .news {
  padding-bottom: 0;
  border-bottom: none;
}

.txt .news {
  padding-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  float: none;
}

.txt .news h3 {
  display: block;
  line-height: 1.22;
  margin: 0;
  font-weight: 600;
}

.txt .news h3 a {
  color: #243f7f;
}

.txt .news h3 a:hover {
  color: #e2001a;
}

.txt .news .date {
  margin: 5px 0 10px;
  color: #8e8e8e;
  font-size: 13px !important;
}

.opinion .date {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #8e8e8e;
  font-size: 13px;
}

.txt .news .date i,
.opinion .date i {
  margin-right: 2px;
}

.txt .news .imgLeft {
  margin: 5px 25px 10px 0;
}

.txt .newsTxt {
  padding-top: 0;
  margin-bottom: 10px;
}

.txt .newsTxt p {
  margin: 0 0 20px 0;
}

.txt .newsTxt p:last-child {
  margin-bottom: 0;
}

#newsPage #pagin {
  margin: 0 0 30px 0;
  position: relative;
  top: 30px;
  clear: both;
}

#indexNews {
  padding: 30px 20px 0;
  margin-top: 0;
  margin-bottom: 45px;
  border-top: 1px solid #e5e5e5;
}

#indexNews .newsBox {
  overflow: hidden;
  clear: both;
}

#indexNews h2 {
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 20px;
}

.dropdown {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.dropdown:hover .dropdownMenu {
  opacity: 1;
  visibility: visible;
}

.dropdownMenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 34px;
  left: -25px;
  background: #243f7f;
  padding: 25px 25px 10px;
  width: 350px;
}

.dropdownMenu a {
  display: block;
  position: relative;
  margin: 12px 0;
  padding-left: 17px;
  line-height: 1.2;
  font-size: 17px;
  text-transform: none;
  text-align: left;
}

.dropdownMenu a:first-child {
  margin-top: 0;
}

.dropdownMenu a:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: #64abe9;
}

.opinion {
  font-style: italic;
}

#writeOpinionBut {
  display: block;
  position: absolute;
  top: 30px;
  right: 13px;
}

#search {
  display: none;
  margin: 35px 0 20px 0;
  overflow: hidden;
}

#search_fraza {
  display: inline-block;
  float: right;
  height: 47px;
  line-height: 1;
  width: 80%;
  min-width: auto;
}

#searchSubmit {
  display: inline-block;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  height: 47px;
  float: right;
}

#searchSubmit i {
  font-size: 1.3em;
}

/* google translator */
#google_translate_element {
  position: absolute;
}

.goog-te-gadget {
  font-family: "Titillium Web" !important;
  font-weight: 400;
}

.goog-te-gadget-simple {
  border: none !important;
  padding: 3px 2px !important;
  font-size: 14px !important;
}

.goog-te-menu-value {
  color: #243f7f !important;
}

.goog-te-menu2 {
  border: none !important;
  font-family: "Titillium Web" !important;
}

/* images 360*/
.image360 {
  display: block;
  width: 100%;
  overflow: hidden;
}

.image360 canvas {
  display: block;
}

.sd {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* --- COOKIES BOX START --- */
#cookie-msg {
  width: 100%;
  font-size: 14px;
  color: #181818;
  display: none;
  background: #efefef;
  left: 0;
  bottom: 0;
  z-index: 500;
  position: fixed;
}

#cookie-msg-inner {
  max-width: 420px;
  margin: 0 auto;
  padding: 8px 0;
  overflow: hidden;
  text-align: center;
}

#cookie-msg-inner p {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  line-height: 32px;
}

#cookie-msg-inner p a {
  text-decoration: none;
  color: #181818;
  outline: none;
}

#cookie-msg-inner p a:hover {
  color: #e2001a;
}

#cookieClose {
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
  background: #fff;
  color: #181818;
  font-weight: 400;
  padding: 1px 10px 2px 10px;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}

#cookieClose:hover {
  background: #e2001a;
  color: #fff;
}

/* --- COOKIES BOX STOP --- */
