/* @import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900);@import url(https://fonts.googleapis.com/icon?family=Material+Icons); */

@import url(./fonts/font_poppins.css);
@import url(./fonts/font_pt_sans.css);
@import url(./fonts/fontawesome_material_icons.css);

/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

.bootstrap-touchspin .input-group-btn-vertical{position:relative;white-space:nowrap;width:1%;vertical-align:middle;display:table-cell}.bootstrap-touchspin .input-group-btn-vertical>.btn{display:block;float:none;width:100%;max-width:100%;padding:8px 10px;margin-left:-1px;position:relative}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0;border-top-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{margin-top:-2px;border-radius:0;border-bottom-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical i{position:absolute;top:3px;left:5px;font-size:9px;font-weight:400}/* Preload images */
body:after {
  content: url(d9d2d0b1308cb694aa8116915592e2a9.png) url(2299ad0b3f63413f026dfec20c205b8f.gif) url(84b76dee6b27b795e89e3649078a11c2.png) url(31f15875975aab69085470aabbfec802.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
 
/* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(2299ad0b3f63413f026dfec20c205b8f.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(84b76dee6b27b795e89e3649078a11c2.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(31f15875975aab69085470aabbfec802.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(d9d2d0b1308cb694aa8116915592e2a9.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button,
input,
select {
  overflow: visible; }

button,
input,
select,
textarea {
  margin: 0; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .tag {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #5f5f5f;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ebebeb; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #022ce3;
  text-decoration: none; }
  a:focus, a:hover {
    color: #022ce3;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #3c3c3c;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 1.375rem; }

h2, .h2 {
  font-size: 1.25rem; }

h3, .h3 {
  font-size: 1.125rem; }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.9375rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 3.125rem;
  font-weight: 600; }

.display-2 {
  font-size: 2.1875rem;
  font-weight: 400; }

.display-3 {
  font-size: 1.5625rem;
  font-weight: 400; }

.display-4 {
  font-size: 1.25rem;
  font-weight: 400; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #f6f6f6; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #ebebeb; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #f6f6f6;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014"; }

dl.row > dd + dt {
  clear: left; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #ebebeb; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #5f5f5f; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.offset-xs-2 {
  margin-left: 16.66667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.33333%; }

.offset-xs-5 {
  margin-left: 41.66667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.33333%; }

.offset-xs-8 {
  margin-left: 66.66667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.33333%; }

.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 544px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%; }
  .col-xl-2 {
    float: left;
    width: 16.66667%; }
  .col-xl-3 {
    float: left;
    width: 25%; }
  .col-xl-4 {
    float: left;
    width: 33.33333%; }
  .col-xl-5 {
    float: left;
    width: 41.66667%; }
  .col-xl-6 {
    float: left;
    width: 50%; }
  .col-xl-7 {
    float: left;
    width: 58.33333%; }
  .col-xl-8 {
    float: left;
    width: 66.66667%; }
  .col-xl-9 {
    float: left;
    width: 75%; }
  .col-xl-10 {
    float: left;
    width: 83.33333%; }
  .col-xl-11 {
    float: left;
    width: 91.66667%; }
  .col-xl-12 {
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #f6f6f6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f6f6f6; }
  .table tbody + tbody {
    border-top: 2px solid #f6f6f6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #f6f6f6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #f6f6f6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #5f5f5f; }

.thead-default th {
  color: #3c3c3c;
  background-color: #f6f6f6; }

.table-inverse {
  color: #f6f6f6;
  background-color: #5f5f5f; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #3c3c3c; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #f6f6f6; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #f6f6f6; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #f6f6f6; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #3c3c3c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #3c3c3c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f6f6f6;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: 2.5rem; }

select.form-control:focus::-ms-value {
  color: #3c3c3c;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9375rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  min-height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 2.75rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #3c3c3c;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    cursor: not-allowed; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #4cbb6c; }

.has-success .form-control {
  border-color: #4cbb6c; }

.has-success .input-group-addon {
  color: #4cbb6c;
  border-color: #4cbb6c;
  background-color: #e0f3e5; }

.has-success .form-control-feedback {
  color: #4cbb6c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #ff9a52; }

.has-warning .form-control {
  border-color: #ff9a52; }

.has-warning .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #ff9a52; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #ff4c4c; }

.has-danger .form-control {
  border-color: #ff4c4c; }

.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: white; }

.has-danger .form-control-feedback {
  color: #ff4c4c; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary, .btn-secondary, .btn-tertiary {
  color: #ffffff;
  background-color: #022ce3;
  border-color: transparent; }
  .btn-primary:hover, .btn-secondary:hover, .btn-tertiary:hover {
    color: #ffffff;
    background-color: #b12329;
    border-color: transparent; }
  .btn-primary:focus, .btn-secondary:focus, .btn-tertiary:focus, .btn-primary.focus, .focus.btn-secondary, .focus.btn-tertiary {
    color: #ffffff;
    background-color: #b12329;
    border-color: transparent; }
  .btn-primary:active, .btn-secondary:active, .btn-tertiary:active, .btn-primary.active, .active.btn-secondary, .active.btn-tertiary,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle.btn-secondary,
  .open > .dropdown-toggle.btn-tertiary {
    color: #ffffff;
    background-color: #b12329;
    border-color: transparent;
    background-image: none; }
    .btn-primary:active:hover, .btn-secondary:active:hover, .btn-tertiary:active:hover, .btn-primary:active:focus, .btn-secondary:active:focus, .btn-tertiary:active:focus, .btn-primary:active.focus, .btn-secondary:active.focus, .btn-tertiary:active.focus, .btn-primary.active:hover, .active.btn-secondary:hover, .active.btn-tertiary:hover, .btn-primary.active:focus, .active.btn-secondary:focus, .active.btn-tertiary:focus, .btn-primary.active.focus, .active.focus.btn-secondary, .active.focus.btn-tertiary,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .dropdown-toggle.btn-secondary:hover,
    .open > .dropdown-toggle.btn-tertiary:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .dropdown-toggle.btn-secondary:focus,
    .open > .dropdown-toggle.btn-tertiary:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.btn-secondary,
    .open > .dropdown-toggle.focus.btn-tertiary {
      color: #ffffff;
      background-color: #931d22;
      border-color: transparent; }
  .btn-primary.disabled:focus, .disabled.btn-secondary:focus, .disabled.btn-tertiary:focus, .btn-primary.disabled.focus, .disabled.focus.btn-secondary, .disabled.focus.btn-tertiary, .btn-primary:disabled:focus, .btn-secondary:disabled:focus, .btn-tertiary:disabled:focus, .btn-primary:disabled.focus, .btn-secondary:disabled.focus, .btn-tertiary:disabled.focus {
    background-color: #022ce3;
    border-color: transparent; }
  .btn-primary.disabled:hover, .disabled.btn-secondary:hover, .disabled.btn-tertiary:hover, .btn-primary:disabled:hover, .btn-secondary:disabled:hover, .btn-tertiary:disabled:hover {
    background-color: #022ce3;
    border-color: transparent; }

.btn-secondary, .btn-tertiary {
  color: #ffffff;
  background-color: #022ce3;
  border-color: transparent; }
  .btn-secondary:hover, .btn-tertiary:hover {
    color: #ffffff;
    background-color: #b12329;
    border-color: transparent; }
  .btn-secondary:focus, .btn-tertiary:focus, .btn-secondary.focus, .focus.btn-tertiary {
    color: #ffffff;
    background-color: #b12329;
    border-color: transparent; }
  .btn-secondary:active, .btn-tertiary:active, .btn-secondary.active, .active.btn-tertiary,
  .open > .btn-secondary.dropdown-toggle,
  .open > .dropdown-toggle.btn-tertiary {
    color: #ffffff;
    background-color: #b12329;
    border-color: transparent;
    background-image: none; }
    .btn-secondary:active:hover, .btn-tertiary:active:hover, .btn-secondary:active:focus, .btn-tertiary:active:focus, .btn-secondary:active.focus, .btn-tertiary:active.focus, .btn-secondary.active:hover, .active.btn-tertiary:hover, .btn-secondary.active:focus, .active.btn-tertiary:focus, .btn-secondary.active.focus, .active.focus.btn-tertiary,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .dropdown-toggle.btn-tertiary:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .dropdown-toggle.btn-tertiary:focus,
    .open > .btn-secondary.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.btn-tertiary {
      color: #ffffff;
      background-color: #931d22;
      border-color: transparent; }
  .btn-secondary.disabled:focus, .disabled.btn-tertiary:focus, .btn-secondary.disabled.focus, .disabled.focus.btn-tertiary, .btn-secondary:disabled:focus, .btn-tertiary:disabled:focus, .btn-secondary:disabled.focus, .btn-tertiary:disabled.focus {
    background-color: #022ce3;
    border-color: transparent; }
  .btn-secondary.disabled:hover, .disabled.btn-tertiary:hover, .btn-secondary:disabled:hover, .btn-tertiary:disabled:hover {
    background-color: #022ce3;
    border-color: transparent; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c; }
  .btn-success:hover {
    color: #fff;
    background-color: #3a9a56;
    border-color: #389252; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #3a9a56;
    border-color: #389252; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a9a56;
    border-color: #389252;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #318047;
      border-color: #256237; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #4cbb6c;
    border-color: #4cbb6c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #4cbb6c;
    border-color: #4cbb6c; }

.btn-warning {
  color: white;
  background-color: #FF9A52;
  border-color: #FF9A52; }
  .btn-warning:hover {
    color: white;
    background-color: #ff7c1f;
    border-color: #ff7615; }
  .btn-warning:focus, .btn-warning.focus {
    color: white;
    background-color: #ff7c1f;
    border-color: #ff7615; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ff7c1f;
    border-color: #ff7615;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: white;
      background-color: #fa6800;
      border-color: #d25700; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #FF9A52;
    border-color: #FF9A52; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #FF9A52;
    border-color: #FF9A52; }

.btn-danger {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ff1919;
    border-color: #ff0f0f; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ff1919;
    border-color: #ff0f0f; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1919;
    border-color: #ff0f0f;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #f40000;
      border-color: #cc0000; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #ff4c4c;
    border-color: #ff4c4c; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #ff4c4c;
    border-color: #ff4c4c; }

.btn-outline-primary {
  color: #022ce3;
  background-image: none;
  background-color: transparent;
  border-color: #022ce3; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #022ce3;
    border-color: #022ce3; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #022ce3;
    border-color: #022ce3; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #022ce3;
    border-color: #022ce3; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #931d22;
      border-color: #71161a; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #e7868a; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #e7868a; }

.btn-outline-secondary {
  color: transparent;
  background-image: none;
  background-color: transparent;
  border-color: transparent; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: transparent;
      border-color: transparent; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: rgba(51, 51, 51, 0); }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: rgba(51, 51, 51, 0); }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:active, .btn-outline-info.active,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
    .open > .btn-outline-info.dropdown-toggle:hover,
    .open > .btn-outline-info.dropdown-toggle:focus,
    .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef; }

.btn-outline-success {
  color: #4cbb6c;
  background-image: none;
  background-color: transparent;
  border-color: #4cbb6c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #4cbb6c;
    border-color: #4cbb6c; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #318047;
      border-color: #256237; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #96d7a9; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #96d7a9; }

.btn-outline-warning {
  color: #FF9A52;
  background-image: none;
  background-color: transparent;
  border-color: #FF9A52; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #FF9A52;
    border-color: #FF9A52; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #fa6800;
      border-color: #d25700; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #ffd6b8; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #ffd6b8; }

.btn-outline-danger {
  color: #ff4c4c;
  background-image: none;
  background-color: transparent;
  border-color: #ff4c4c; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff4c4c;
    border-color: #ff4c4c; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #ff4c4c;
    border-color: #ff4c4c; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff4c4c;
    border-color: #ff4c4c; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #f40000;
      border-color: #cc0000; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #ffb2b2; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #ffb2b2; }

.btn-link {
  font-weight: normal;
  color: #022ce3;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #022ce3;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #ebebeb;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #5f5f5f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #5f5f5f;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #525252;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #022ce3;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #ebebeb; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #ebebeb;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -0.5rem; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 0.5rem; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #3c3c3c;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer; }
  .custom-control + .custom-control {
    margin-left: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  display: inline; }
  .custom-controls-stacked .custom-control::after {
    display: block;
    margin-bottom: 0.25rem;
    content: ""; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #3c3c3c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #51a7e8;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #3c3c3c;
      background-color: #fff; }
  .custom-select:disabled {
    color: #ebebeb;
    cursor: not-allowed;
    background-color: #f6f6f6; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0 0 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #ebebeb; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #ebebeb;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #f6f6f6 #f6f6f6 #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #ebebeb;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #3c3c3c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #022ce3; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 0; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 0.9375rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\A0"; }

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 0.9375rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.card-block {
  padding: 1.25rem; }
  .card-block::after {
    content: "";
    display: table;
    clear: both; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header::after {
    content: "";
    display: table;
    clear: both; }
  .card-header:first-child {
    border-radius: 0 0 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer::after {
    content: "";
    display: table;
    clear: both; }
  .card-footer:last-child {
    border-radius: 0 0 0 0; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #022ce3;
  border-color: #022ce3; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #4cbb6c;
  border-color: #4cbb6c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #ff9a52;
  border-color: #ff9a52; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #ff4c4c;
  border-color: #ff4c4c; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #022ce3; }

.card-outline-secondary {
  background-color: transparent;
  border-color: transparent; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #4cbb6c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #FF9A52; }

.card-outline-danger {
  background-color: transparent;
  border-color: #ff4c4c; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: 0.25rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      margin-bottom: 0;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      width: 100%; } }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 0; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ebebeb;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #ebebeb; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #022ce3;
    border-color: #022ce3; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #ebebeb;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #022ce3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #022ce3;
    background-color: #f6f6f6;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }
  .tag:empty {
    display: none; }

.btn .tag {
  position: relative;
  top: -1px; }

a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.tag-default {
  background-color: #ebebeb; }
  .tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #d2d2d2; }

.tag-primary {
  background-color: #022ce3; }
  .tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #b12329; }

.tag-success {
  background-color: #4cbb6c; }
  .tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #3a9a56; }

.tag-info {
  background-color: #5bc0de; }
  .tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #31b0d5; }

.tag-warning {
  background-color: #ff9a52; }
  .tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #ff7c1f; }

.tag-danger {
  background-color: #ff4c4c; }
  .tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #ff1919; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f6f6f6;
  border-radius: 0.3rem; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #dddddd; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 2rem; }
  .alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1rem;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: rgba(255, 154, 82, 0.3);
  border-color: #FF9A52;
  color: #474747; }
  .alert-warning hr {
    border-top-color: #ff8b39; }
  .alert-warning .alert-link {
    color: #2e2e2e; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  background-color: #eee;
  border: 0;
  appearance: none;
  border-radius: 0; }

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0; }

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0; }

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0; }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0; }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .progress[width="100%"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; } }

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; } }

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value {
  background-color: #4cbb6c; }

.progress-success[value]::-moz-progress-bar {
  background-color: #4cbb6c; }

.progress-success[value]::-ms-fill {
  background-color: #4cbb6c; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #4cbb6c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }

.progress-info[value]::-ms-fill {
  background-color: #5bc0de; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #ff9a52; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #ff9a52; }

.progress-warning[value]::-ms-fill {
  background-color: #ff9a52; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #ff9a52; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #ff4c4c; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #ff4c4c; }

.progress-danger[value]::-ms-fill {
  background-color: #ff4c4c; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #ff4c4c; } }

.media,
.media-body {
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #ebebeb;
    cursor: not-allowed;
    background-color: #f6f6f6; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
      color: #ebebeb; }
  .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #022ce3;
    border-color: #022ce3; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
      color: #f8dbdc; }

.list-group-flush .list-group-item {
  border-radius: 0; }

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #333; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

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

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #ff4c4c; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #ff4c4c; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #ff4c4c; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #ff4c4c; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #ff4c4c;
  border-radius: 0; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25);
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
        bottom: 1px;
        margin-left: -10px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25);
      border-left-width: 0; }
      .popover.popover-right .popover-arrow::after, .popover.bs-tether-element-attached-left .popover-arrow::after {
        bottom: -10px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -11px;
      left: 50%;
      margin-left: -11px;
      border-top-width: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-bottom .popover-arrow::after, .popover.bs-tether-element-attached-top .popover-arrow::after {
        top: 1px;
        margin-left: -10px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -11px;
      margin-top: -11px;
      border-right-width: 0;
      border-left-color: rgba(0, 0, 0, 0.25); }
      .popover.popover-left .popover-arrow::after, .popover.bs-tether-element-attached-right .popover-arrow::after {
        right: 1px;
        bottom: -10px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0; }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover-arrow {
  border-width: 11px; }

.popover-arrow::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203A"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff !important;
  background-color: #022ce3 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #b12329 !important; }

.bg-success {
  color: #fff !important;
  background-color: #4cbb6c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #3a9a56 !important; }

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  color: #fff !important;
  background-color: #ff9a52 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ff7c1f !important; }

.bg-danger {
  color: #fff !important;
  background-color: #ff4c4c !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ff1919 !important; }

.bg-inverse {
  color: #fff !important;
  background-color: #5f5f5f !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #464646 !important; }

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

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.pull-xs-left {
  float: left !important; }

.pull-xs-right {
  float: right !important; }

.pull-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important; }
  .pull-sm-right {
    float: right !important; }
  .pull-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important; }
  .pull-md-right {
    float: right !important; }
  .pull-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important; }
  .pull-lg-right {
    float: right !important; }
  .pull-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-100 {
  width: 100% !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #3c3c3c !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #232323 !important; }

.text-primary {
  color: #022ce3 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #b12329 !important; }

.text-success {
  color: #4cbb6c !important; }

a.text-success:focus, a.text-success:hover {
  color: #3a9a56 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #ff9a52 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ff7c1f !important; }

.text-danger {
  color: #ff4c4c !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #ff1919 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'Noto Sans';
  src: url(3d4a907b1b7a232654324a3dd7ae4aa3.eot);
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url(3d4a907b1b7a232654324a3dd7ae4aa3.eot) format("embedded-opentype"), url(19c1b868764c0e4d15a45d3f61250488.woff2) format("woff2"), url(846c191efd3d0aacde5a916cf2ebf1a4.woff) format("woff"), url(2fd9c16b805724d590c0cff96da070a4.ttf) format("truetype"), url(5ea9fdf2293930126fa9c544968009ae.svg) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans';
  src: url(eeb9224f85430652fd070e4e64129aa4.eot);
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(eeb9224f85430652fd070e4e64129aa4.eot) format("embedded-opentype"), url(199038f07312bfc6f0aabd3ed6a2b64d.woff2) format("woff2"), url(c2183257e7a697769df4200c547551f1.woff) format("woff"), url(a165a42685795361b25593effb32fdb1.ttf) format("truetype"), url(5dc400bcedda37b13f35cb44623193cf.svg) format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans';
  src: url(a77ade19de3d3762dfbf1fe553b293cc.eot);
  src: local("Noto Sans Italic"), local("NotoSans-Italic"), url(a77ade19de3d3762dfbf1fe553b293cc.eot) format("embedded-opentype"), url(7a3ebca0cba2e2c6090e84e1d77e0f94.woff2) format("woff2"), url(332f555bb44cdc394d6c799df0c03389.woff) format("woff"), url(154da4697acc779b55af0a67f1241e4e.ttf) format("truetype"), url(3d34be670a7f15086e512282b97ae35e.svg) format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Noto Sans';
  src: url(b467416c449eb823029e16347b2ea510.eot);
  src: local("Noto Sans BoldItalic"), local("NotoSans-BoldItalic"), url(b467416c449eb823029e16347b2ea510.eot) format("embedded-opentype"), url(a68cfe9d548950edf5df102269877edd.woff2) format("woff2"), url(3f81521029cc8a9a703419c4a74704a0.woff) format("woff"), url(4f6ff3639c1e5728b905b650c1a06e75.ttf) format("truetype"), url(80e74ff9406650e53bbec1e292c2c094.svg) format("svg");
  font-weight: 700;
  font-style: italic; }

.material-icons {
  vertical-align: middle;
  width: 1em;
  height: 1em;
  word-wrap: normal;
  white-space: nowrap;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale; }

body,
html {
  height: 100%; }

body {
  font-family: "PT Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3c3c3c;
  line-height: 1.25em; }

img {
  max-width: 100%; }

ul {
  list-style: none;
  padding-left: 0; }

a:hover, a:focus, a:active, a.active {
  text-decoration: none;
  outline: none !important; }

a, button {
  outline: none !important; }

a {
  color: #3c3c3c; }
  a:hover {
    color: #022ce3; }

p {
  font-size: 15px;
  color: #5f5f5f; }

.dropdown-item:focus,
.dropdown-item:hover {
  background: none; }

.color,
.custom-checkbox input[type="checkbox"] + span.color {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 2px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  vertical-align: middle; }
  .color.active, .color:hover,
  .custom-checkbox input[type="checkbox"] + span.color.active,
  .custom-checkbox input[type="checkbox"] + span.color:hover {
    border: 1px solid #474747; }

.facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
  border: 1px solid #474747; }

.h1,
.h2,
.h3 {
  color: #474747; }

.h4 {
  font-weight: 700;
  color: #474747; }

.btn-primary, .btn-secondary, .btn-tertiary {
  background: #022ce3;
  border: 1px solid #022ce3;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .btn-primary:hover, .btn-secondary:hover, .btn-tertiary:hover, .btn-primary:disabled:hover, .btn-secondary:disabled:hover, .btn-tertiary:disabled:hover {
    background: #212121;
    color: #ffffff;
    border-color: #212121; }
  .btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons {
    margin-right: 0.3125rem; }

.btn-secondary, .btn-tertiary {
  background: #212121;
  color: #ffffff;
  border: 1px solid #212121; }
  .btn-secondary:hover, .btn-tertiary:hover {
    background: #022ce3;
    border-color: #022ce3;
    color: #ffffff; }

.btn-tertiary {
  text-transform: capitalize;
  margin: 4px 0;
  font-weight: 400; }

.btn-unstyle {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: inherit; }
  .btn-unstyle:focus {
    outline: 0; }
    .btn-unstyle:focus .expand-more {
      color: #022ce3; }

label, .label {
  color: #474747;
  text-align: right;
  font-size: 0.875rem; }

small.label, small.value {
  font-size: 0.8125rem; }

.form-control-label {
  padding-top: 10px; }

.form-control {
  background: #ffffff;
  color: #3c3c3c;
  border: 1px solid #e5e5e5;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px; }
  .form-control:focus {
    border-color: #022ce3; }

.input-group .form-control:focus {
  outline: none; }

.input-group .input-group-btn > .btn {
  border: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  margin-left: 0;
  padding: 10px 16px;
  text-transform: uppercase; }

.form-control-select {
  height: 2.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  padding-right: 2rem; }

.form-control-valign {
  padding-top: 0.5rem; }

.form-control-comment {
  font-size: 14px;
  padding-top: 8px;
  display: inline-block;
  color: #5f5f5f; }

.form-control-submit.disabled {
  background: #5bc0de;
  color: white; }

.form-group.has-error input,
.form-group.has-error select {
  outline: 0.1875rem solid #ff4c4c; }

.form-group.has-error .help-block {
  color: #ff4c4c; }

.group-span-filestyle label {
  margin: 0; }

.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin {
  background: #022ce3;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 0.875rem;
  padding: 0.5rem 1rem; }

.bootstrap-touchspin input:focus {
  outline: none; }

.bootstrap-touchspin input.form-control {
  border: 1px solid rgba(0, 0, 0, 0.15); }

.bootstrap-touchspin .btn-touchspin {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 1.3125rem; }
  .bootstrap-touchspin .btn-touchspin:hover {
    background-color: #ebebeb; }

.bootstrap-touchspin .input-group-btn-vertical {
  color: #474747; }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0; }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0; }
  .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE"; }
  .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF"; }
  .bootstrap-touchspin .input-group-btn-vertical i {
    top: 0.0625rem;
    left: 0.1875rem;
    font-size: 0.9375rem; }

.custom-radio {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  margin-right: 1.25rem; }
  .custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer; }
  .custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #474747;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0.1875rem;
    top: 0.1875rem; }

.custom-checkbox {
  position: relative; }
  .custom-checkbox input[type="radio"] + span {
    border-radius: 50%; }
  .custom-checkbox input[type="checkbox"], .custom-checkbox input[type="radio"] {
    margin-top: 0.25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute; }
    .custom-checkbox input[type="checkbox"] + span, .custom-checkbox input[type="radio"] + span {
      margin-right: 3px;
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle;
      cursor: pointer;
      border: 1px solid #e5e5e5;
      background: #ffffff; }
      .custom-checkbox input[type="checkbox"] + span .checkbox-checked, .custom-checkbox input[type="radio"] + span .checkbox-checked {
        display: none;
        font-size: 18px;
        color: #5f5f5f; }
    .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked, .custom-checkbox input[type="radio"]:checked + span .checkbox-checked {
      display: block; }
  .custom-checkbox label {
    text-align: left; }

.text-muted {
  font-size: 0.875rem; }

.done {
  color: #4cbb6c;
  display: inline-block;
  padding: 0;
  margin-right: 0.9375rem; }

.thumb-mask > .mask {
  position: relative; }
  .thumb-mask > .mask img {
    width: 55px;
    height: 55px; }

.definition-list dl {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .definition-list dl dt {
    font-weight: normal; }
  .definition-list dl dd,
  .definition-list dl dt {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #ebebeb;
    padding: 0.625rem;
    margin: 0.125rem; }
    .definition-list dl dd:nth-of-type(even),
    .definition-list dl dt:nth-of-type(even) {
      background: #f6f6f6; }

.help-block {
  margin-top: 0.625rem; }

.btn.disabled,
.btn.disabled:hover {
  background: #3c3c3c; }

.alert-warning .material-icons {
  color: #FF9A52;
  font-size: 2rem;
  margin-right: 0.625rem;
  padding-top: 0.3125rem; }

.alert-warning .alert-text {
  font-size: 0.9375rem;
  padding-top: 0.625rem; }

.alert-warning .alert-link {
  border-radius: 2px;
  border-width: 2px;
  margin-left: 0.625rem;
  padding: 0.3125rem 1.25rem;
  font-weight: 600;
  font-size: 0.8125rem;
  color: #6C868E; }

.alert-warning ul li:last-child .alert-link {
  color: white; }

.alert-warning .warning-buttons {
  margin-top: 0.3125rem; }

.btn-tertiary-outline {
  color: #6C868E;
  background-image: none;
  background-color: transparent;
  border-color: #6C868E;
  border: 0.15rem solid #6C868E; }
  .btn-tertiary-outline:hover {
    border-color: #BBCDD2;
    color: #BBCDD2; }

.alert {
  font-size: 0.8125rem; }

.nav-item .nav-link,
.nav-item .nav-separtor {
  color: #3c3c3c;
  font-weight: bold; }
  .nav-item .nav-link.active,
  .nav-item .nav-separtor.active {
    color: #474747; }

.separator {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.25); }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.ps-alert-error {
  margin-bottom: 0; }

.ps-alert-error .item,
.ps-alert-success .item {
  align-items: center;
  border: 2px #ff4c4c solid;
  -js-display: flex;
  display: flex;
  background-color: #ff4c4c;
  margin-bottom: 1rem; }
  .ps-alert-error .item i,
  .ps-alert-success .item i {
    border: 15px #ff4c4c solid;
    -js-display: flex;
    display: flex; }
    .ps-alert-error .item i svg,
    .ps-alert-success .item i svg {
      background-color: #ff4c4c;
      width: 24px;
      height: 24px; }
  .ps-alert-error .item p,
  .ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 18px 20px 18px 20px;
    width: 100%; }

.ps-alert-success {
  padding: 0.25rem 0.25rem 2.75rem 0.25rem; }
  .ps-alert-success .item {
    border-color: #4cbb6c;
    background-color: #4cbb6c; }
    .ps-alert-success .item i {
      border-color: #4cbb6c; }
      .ps-alert-success .item i svg {
        background-color: #4cbb6c; }

.dropdown {
  color: #3c3c3c; }
  .dropdown:hover .expand-more {
    color: #022ce3; }
  .dropdown .expand-more {
    color: #474747;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible; }
  .dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #474747;
    background: white; }

.dropdown-item:focus, .dropdown-item:hover {
  background: none;
  text-decoration: none;
  color: #022ce3; }

.search-widget {
  position: relative;
  padding: 8px 10px 8px 0;
  z-index: 7; }
  @media (max-width: 991px) {
    .search-widget {
      /* max 991 */
      padding: 8px 0; } }
  @media (max-width: 543px) {
    .search-widget {
      /* max 543 */
      padding: 0 0 10px; } }
  .search-widget .search-widget-inner {
    position: relative; }
  .search-widget form {
    position: relative; }
    .search-widget form input[type=text] {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      border-top: medium none;
      border-right: medium none;
      border-left: medium none;
      padding: 7px 40px 7px 10px;
      min-width: 240px;
      background: transparent;
      color: #ffffff; }
      .search-widget form input[type=text]:focus {
        outline: none;
        color: #ffffff; }
      @media (max-width: 543px) {
        .search-widget form input[type=text] {
          /* max 767 */
          min-width: 240px;
          max-width: 240px; } }
      .search-widget form input[type=text]::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        text-indent: 0.625rem;
        opacity: 1; }
      .search-widget form input[type=text]::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        text-indent: 0.625rem;
        opacity: 1; }
      .search-widget form input[type=text]:-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        text-indent: 0.625rem;
        opacity: 1; }
      .search-widget form input[type=text]:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        text-indent: 0.625rem;
        opacity: 1; }
    .search-widget form button[type=submit] {
      background: url(bf9ebb52f1ede37388197eafc9d9ab55.png) no-repeat center center transparent;
      position: absolute;
      border: medium none;
      right: 0px;
      color: #5f5f5f;
      padding: 0;
      height: 100%;
      width: 40px;
      bottom: 0;
      cursor: pointer; }
      .search-widget form button[type=submit]:hover {
        color: #022ce3; }
      .search-widget form button[type=submit] i {
        display: none; }

.ui-widget.ui-widget-content {
  border-color: #e5e5e5;
  border-radius: 0;
  padding: 5px;
  max-width: 360px;
  z-index: 999; }
  .ui-widget.ui-widget-content .ui-menu-item a {
    padding: 5px;
    display: inline-block;
    width: 100%;
    border: medium none;
    border-radius: 0;
    margin: 0;
    cursor: pointer; }
    .ui-widget.ui-widget-content .ui-menu-item a .searchImg {
      float: left;
      height: auto;
      margin: 0 15px 0 0;
      max-width: 80px; }
    .ui-widget.ui-widget-content .ui-menu-item a .category {
      color: #808080;
      display: block;
      font-size: 13px; }
    .ui-widget.ui-widget-content .ui-menu-item a .product {
      display: block; }
    .ui-widget.ui-widget-content .ui-menu-item a .price {
      color: #022ce3;
      display: block; }
    .ui-widget.ui-widget-content .ui-menu-item a.ui-state-focus, .ui-widget.ui-widget-content .ui-menu-item a.ui-state-active {
      background: #e5e5e5;
      margin: 0; }

.menu {
  text-align: center; }

#top-menu {
  margin: 0;
  position: relative; }
  #top-menu > li {
    display: inline-block;
    vertical-align: middle; }
    #top-menu > li.current > a {
      color: #ffdd19; }
    #top-menu > li > a {
      padding: 20px 15px;
      font: 16px/20px "PT Sans", Helvetica, sans-serif;
      color: #ffffff;
      display: block;
      position: relative;
      text-transform: uppercase;
      white-space: normal; }
      #top-menu > li > a:hover {
        color: #ffdd19; }
    #top-menu > li .sub-menu {
      min-width: 200px;
      background: #ffffff;
      border: 1px solid #e5e5e5;
      padding: 15px;
      top: 100%;
      position: absolute;
      z-index: 18; }
      #top-menu > li .sub-menu.collapse {
        display: none; }
      @media (min-width: 992px) {
        #top-menu > li .sub-menu {
          /* min 992 */
          text-align: left;
          opacity: 0;
          display: block !important;
          -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
          -webkit-transform: scale(1, 0);
          -moz-transform: scale(1, 0);
          -ms-transform: scale(1, 0);
          -o-transform: scale(1, 0);
          transform: scale(1, 0);
          -webkit-transition: all 500ms ease 0s;
          -moz-transition: all 500ms ease 0s;
          -ms-transition: all 500ms ease 0s;
          -o-transition: all 500ms ease 0s;
          transition: all 500ms ease 0s; } }
      #top-menu > li .sub-menu .top-menu[data-depth="2"] .child-menu {
        padding: 0 0 0 10px; display:none!important;}
      #top-menu > li .sub-menu ul[data-depth="1"] > li {
        display: inline-block;
        vertical-align: top;
        width: 200px;
        padding: 10px; }
        #top-menu > li .sub-menu ul[data-depth="1"] > li > a {
          display: block;
          position: relative;
          font-size: 14px;
          line-height: 16px;
          font-weight: bold;
          padding: 0 0 10px;
          text-transform: uppercase;
          white-space: normal; }
        #top-menu > li .sub-menu ul[data-depth="1"] > li .child-menu li a {
          display: block;
          font-size: 14px;
          font-weight: normal;
          line-height: 16px;
          padding: 0 0 10px;
          white-space: normal;
          position: relative; }
      #top-menu > li .sub-menu .category-thumbnail {
        padding: 10px; }
        #top-menu > li .sub-menu .category-thumbnail .cat-img {
          max-width: 100%; }
    #top-menu > li:hover > a {
      color: #ffdd19; }
    @media (min-width: 992px) {
      #top-menu > li:hover .sub-menu {
        /* min 992 */
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); } }
  #top-menu .collapse {
    display: block; }

#_desktop_top_menu #top-menu > li .sub-menu.onecolumn {
  width: 234px; }

#_desktop_top_menu #top-menu > li .sub-menu.twocolumn {
  width: 442px; }

#_desktop_top_menu #top-menu > li .sub-menu.threecolumn {
  width: 642px; }

#_desktop_top_menu #top-menu > li .sub-menu.fourcolumn {
  width: 843px; }

.menu-icon {
  float: left;
  cursor: pointer; }
  @media (max-width: 991px) {
    .menu-icon {
      /* max 991 */ } }
  .menu-icon .cat-title {
    cursor: pointer;
    display: block;
    font: 16px/19px "PT Sans", Helvetica, sans-serif;
    padding: 20px 15px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff; }
    .menu-icon .cat-title:hover {
      color: #ffdd19; }
    .menu-icon .cat-title:before {
      content: "\F0C9";
      display: inline-block;
      font-family: "FontAwesome";
      font-size: 17px;
      margin: 0 10px 0 0; }
  .menu-icon.tdclose .cat-title {
    color: #474747;
    font-weight: 600; }
    .menu-icon.tdclose .cat-title:before {
      content: "\F00D"; }

#menuCanvas {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  text-align: center;
  top: 0;
  transition: opacity 1s ease 0s;
  width: 0;
  z-index: 8; }

#mobile_top_menu_wrapper {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #FFF;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  #mobile_top_menu_wrapper #_mobile_top_menu {
    float: left;
    width: 100%; }
  #mobile_top_menu_wrapper #top-menu {
    background: #ffffff;
    text-align: left;
    padding: 0 15px; }
    #mobile_top_menu_wrapper #top-menu > li {
      display: block; }
      #mobile_top_menu_wrapper #top-menu > li > a {
        color: #3c3c3c;
        font-size: 14px; }
        #mobile_top_menu_wrapper #top-menu > li > a:hover {
          color: #022ce3; }
      #mobile_top_menu_wrapper #top-menu > li .sub-menu {
        border: medium none;
        padding: 0px;
        position: relative; }
        #mobile_top_menu_wrapper #top-menu > li .sub-menu .top-menu {
          padding: 0 0 0 15px; }
        #mobile_top_menu_wrapper #top-menu > li .sub-menu .top-menu[data-depth="2"] .child-menu {
          padding: 0; }
        #mobile_top_menu_wrapper #top-menu > li .sub-menu ul[data-depth="1"] > li {
          display: block;
          width: 100%;
          padding: 0; }
          #mobile_top_menu_wrapper #top-menu > li .sub-menu ul[data-depth="1"] > li > a {
            padding: 10px 0;
            line-height: 20px;
            font-weight: normal;
            text-transform: capitalize; }
          #mobile_top_menu_wrapper #top-menu > li .sub-menu ul[data-depth="1"] > li .child-menu li a {
            padding: 10px 0;
            line-height: 20px;
            text-transform: capitalize; }
  #mobile_top_menu_wrapper .top-menu {
    color: #3c3c3c; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
      display: none; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
      display: block; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
      display: none; }
    #mobile_top_menu_wrapper .top-menu .navbar-toggler {
      display: inline-block;
      font-size: 16px;
      height: 30px;
      padding: 4px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 6px;
      width: 30px; }
    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
      padding: 10px 0; }
    #mobile_top_menu_wrapper .top-menu .collapse {
      display: none; }
      #mobile_top_menu_wrapper .top-menu .collapse.in {
        display: block; }
    #mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
      display: none; }
      #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
        display: block; }

body#checkout {
  color: #474747; }
  body#checkout [data-action="show-password"] {
    background: #5f5f5f; }
  body#checkout .custom-checkbox span {
    margin-right: 0.5rem; }
  body#checkout section#content {
    margin-bottom: 1.5625rem; }
  body#checkout .container {
    min-height: 100%; }
  body#checkout section.checkout-step {
    background-color: white;
    border: 1px #ebebeb solid;
    padding: 0.9375rem;
    margin-bottom: 0.625rem; }
    body#checkout section.checkout-step .step-title {
      text-transform: uppercase;
      cursor: pointer;
      margin-bottom: 0; }
    body#checkout section.checkout-step .content {
      padding: 0 2.3125rem; }
    body#checkout section.checkout-step .step-edit {
      text-transform: lowercase;
      font-weight: normal; }
      body#checkout section.checkout-step .step-edit .edit {
        font-size: 0.875rem; }
    body#checkout section.checkout-step .not-allowed {
      cursor: not-allowed;
      opacity: 0.5; }
    body#checkout section.checkout-step .content,
    body#checkout section.checkout-step .done,
    body#checkout section.checkout-step .step-edit {
      display: none; }
    body#checkout section.checkout-step.-current .content {
      display: block; }
    body#checkout section.checkout-step.-current.-reachable.-complete .done,
    body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
      display: none; }
    body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
      display: inline-block; }
    body#checkout section.checkout-step.-current.-reachable.-complete .content {
      display: block; }
    body#checkout section.checkout-step.-reachable.-complete h1 .done {
      display: inline-block; }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
      display: none; }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
      cursor: pointer;
      display: block;
      float: right;
      margin: 0.3125rem;
      color: #3c3c3c; }
    body#checkout section.checkout-step.-reachable.-complete .content {
      display: none; }
    body#checkout section.checkout-step small {
      color: #3c3c3c; }
    body#checkout section.checkout-step .default-input {
      min-width: 40%; }
      body#checkout section.checkout-step .default-input[name=address1], body#checkout section.checkout-step .default-input[name=address2] {
        min-width: 60%; }
    body#checkout section.checkout-step .radio-field {
      margin-top: 1.875rem; }
      body#checkout section.checkout-step .radio-field label {
        display: inline; }
    body#checkout section.checkout-step .checkbox-field div {
      margin-top: 3.75rem; }
    body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
      margin-top: 0; }
    body#checkout section.checkout-step .select-field div {
      background: #f6f6f6;
      padding: 0.625rem 3.125rem; }
    body#checkout section.checkout-step .form-footer {
      text-align: center; }
    body#checkout section.checkout-step #conditions-to-approve {
      padding-top: 1rem; }
    body#checkout section.checkout-step .payment-options label {
      display: table-cell; }
    body#checkout section.checkout-step .payment-options .custom-radio {
      margin-right: 1.25rem; }
    body#checkout section.checkout-step .payment-options .payment-option {
      margin-bottom: 0.5rem; }
    body#checkout section.checkout-step .step-number {
      display: inline-block;
      padding: 0.625rem; }
    body#checkout section.checkout-step .address-item {
      background: #f6f6f6;
      margin-bottom: 0.625rem; }
      body#checkout section.checkout-step .address-item.selected {
        background: white;
        border: #022ce3 3px solid; }
    body#checkout section.checkout-step .address-alias {
      display: inline-block;
      font-weight: 600;
      margin-bottom: 0.625rem; }
    body#checkout section.checkout-step .address {
      margin-left: 1.5625rem;
      font-weight: normal; }
    body#checkout section.checkout-step .radio-block {
      padding: 0.9375rem;
      text-align: left;
      width: 100%; }
    body#checkout section.checkout-step .custom-radio {
      margin-right: 5px; }
      body#checkout section.checkout-step .custom-radio input[type="radio"] {
        height: 1.25rem;
        width: 1.25rem; }
    body#checkout section.checkout-step .delete-address,
    body#checkout section.checkout-step .edit-address {
      color: #3c3c3c;
      display: inline-block;
      margin: 0 0.3125rem; }
      body#checkout section.checkout-step .delete-address .delete,
      body#checkout section.checkout-step .delete-address .edit,
      body#checkout section.checkout-step .edit-address .delete,
      body#checkout section.checkout-step .edit-address .edit {
        font-size: 0.875rem;
        margin: 0 5px; }
    body#checkout section.checkout-step hr {
      margin: 0; }
    body#checkout section.checkout-step .address-footer {
      text-align: center;
      padding: 0.625rem; }
    body#checkout section.checkout-step #delivery-addresses,
    body#checkout section.checkout-step #invoice-addresses {
      margin-top: 1.25rem; }
    body#checkout section.checkout-step .add-address {
      margin-top: 1.25rem; }
      body#checkout section.checkout-step .add-address a {
        color: #474747; }
        body#checkout section.checkout-step .add-address a i {
          font-size: 12px;
          margin: 0 5px; }
    body#checkout section.checkout-step .delivery-option {
      background: #f6f6f6;
      padding: 0.9375rem 0;
      margin-bottom: 0.9375rem; }
      body#checkout section.checkout-step .delivery-option label {
        text-align: inherit; }
    body#checkout section.checkout-step .order-options {
      margin-bottom: 20px; }
    body#checkout section.checkout-step .carrier-delay,
    body#checkout section.checkout-step .carrier-name {
      display: inline-block;
      word-break: break-word;
      text-align: left; }
    body#checkout section.checkout-step #customer-form,
    body#checkout section.checkout-step #delivery-address,
    body#checkout section.checkout-step #invoice-address,
    body#checkout section.checkout-step #login-form {
      margin-left: 0.3125rem;
      margin-top: 1.5625rem; }
      body#checkout section.checkout-step #customer-form .form-control-label,
      body#checkout section.checkout-step #delivery-address .form-control-label,
      body#checkout section.checkout-step #invoice-address .form-control-label,
      body#checkout section.checkout-step #login-form .form-control-label {
        text-align: left; }
      body#checkout section.checkout-step #customer-form .radio-inline,
      body#checkout section.checkout-step #delivery-address .radio-inline,
      body#checkout section.checkout-step #invoice-address .radio-inline,
      body#checkout section.checkout-step #login-form .radio-inline {
        padding: 0 20px 0 0; }
    body#checkout section.checkout-step .sign-in {
      font-size: 0.875rem; }
    body#checkout section.checkout-step .forgot-password {
      margin-left: 14.375rem; }
  body#checkout .additional-information {
    font-size: 0.875rem;
    margin-left: 2.875rem;
    margin-top: 1.25rem; }
  body#checkout .condition-label {
    margin-left: 2.5rem;
    margin-top: 0.625rem; }
  body#checkout .cancel-address {
    margin: 0.625rem;
    display: block;
    color: #5f5f5f;
    text-decoration: underline; }
  body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #ebebeb; }
  body#checkout #cart-summary-product-list {
    font-size: 0.875rem; }
    body#checkout #cart-summary-product-list img {
      border: #ebebeb 1px solid;
      width: 3.125rem; }
    body#checkout #cart-summary-product-list li {
      margin-bottom: 0.625rem; }
    body#checkout #cart-summary-product-list .media-body {
      vertical-align: middle; }
  body#checkout #order-summary-content {
    padding-top: 0.9375rem; }
    body#checkout #order-summary-content h4.h4 {
      margin-top: 0.625rem;
      margin-bottom: 1.25rem;
      color: #474747; }
    body#checkout #order-summary-content h4.black {
      color: #000000; }
    body#checkout #order-summary-content h4.addresshead {
      margin-top: 0.1875rem; }
    body#checkout #order-summary-content .noshadow {
      box-shadow: none; }
    body#checkout #order-summary-content #order-items {
      border-right: 0; }
      body#checkout #order-summary-content #order-items h3.h3 {
        color: #474747;
        margin-top: 1.25rem; }
      body#checkout #order-summary-content #order-items table tr:first-child td {
        border-top: 0; }
    body#checkout #order-summary-content .order-confirmation-table {
      padding: 1rem;
      margin-bottom: 2rem;
      background-color: #fff;
      border: 3px solid #e5e5e5;
      border-radius: 0; }
    body#checkout #order-summary-content .summary-selected-carrier {
      margin-bottom: 0.75rem;
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 0;
      padding: 1rem; }
    body#checkout #order-summary-content .step-edit {
      display: inline;
      color: #3c3c3c; }
    body#checkout #order-summary-content .step-edit:hover {
      cursor: pointer; }
    body#checkout #order-summary-content a .step-edit {
      color: #3c3c3c; }
  body#checkout #gift_message {
    max-width: 100%;
    border-color: #474747; }

/**** ORDER CONFIRMATION *****/
#order-details {
  padding-left: 1.875rem; }
  #order-details > .card-title {
    margin-bottom: 1.875rem; }
  #order-details ul {
    margin-bottom: 1.25rem; }
    #order-details ul li {
      margin-bottom: 0.625rem; }

#order-items {
  border-right: #ebebeb 1px solid; }
  #order-items .order-line {
    margin-bottom: 10px; }
    #order-items .order-line img {
      max-width: 100%; }
  #order-items hr {
    border-top-color: #e5e5e5; }
  #order-items table {
    width: 100%; }
    #order-items table tr {
      height: 1.875rem; }
      #order-items table tr td:last-child {
        text-align: right; }
  #order-items .details {
    margin-bottom: 1rem; }

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 1rem; }

@media (max-width: 991px) {
  .done {
    margin: 0;
    padding: 0; }
  .delivery-option {
    margin: auto; }
  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left; }
  #order-confirmation #registration-form {
    width: 100%; } }

@media (max-width: 767px) {
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none; }
  body#checkout section.checkout-step .content {
    padding: 0.9375rem; }
  body#checkout .form-group {
    margin-bottom: 0.5rem; }
  #order-items {
    border-right: 0;
    margin-bottom: 2.5rem; }
    #order-items .card-title {
      border-bottom: 1px solid #ebebeb;
      margin-bottom: 1rem;
      padding-bottom: 1rem; }
    #order-items hr {
      border-top-color: #ebebeb; }
  .bold {
    font-weight: bold; }
  #order-details {
    padding-left: 0.9375rem; }
    #order-details .card-title {
      border-bottom: 1px solid #ebebeb;
      margin-bottom: 1rem;
      padding-bottom: 1rem; } }

@media (max-width: 543px) {
  body#checkout section.checkout-step .content {
    padding: 0.9375rem 0; }
  #payment-confirmation button {
    font-size: 0.875rem; }
    #payment-confirmation button.btn {
      white-space: normal; } }

.js-payment-binary {
  display: none; }
  .js-payment-binary .accept-cgv {
    display: none; }
  .js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed; }
    .js-payment-binary.disabled::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none; }
    .js-payment-binary.disabled .accept-cgv {
      display: block; }

#content-hook-order-confirmation-footer {
  margin-top: 3.125rem; }

/*** SOME GENERIC STYLES ***/
.table-labeled th {
  vertical-align: middle; }

.table-labeled td {
  vertical-align: middle; }

.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 0.25rem 0.375rem;
  margin: 0.125rem;
  color: white;
  white-space: nowrap; }

.page-order .table {
  margin-bottom: 0; }

.page-order table th {
  padding: 0.5rem; }

.page-order table td {
  padding: 0.5rem; }

.page-order table thead th {
  text-align: center; }

#authentication .tooltip.tooltip-bottom, #identity .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0; }

#authentication [data-action="show-password"], #identity [data-action="show-password"] {
  background: #5f5f5f; }

#identity .radio-inline,
#authentication .radio-inline {
  padding: 0; }
  #identity .radio-inline .custom-radio,
  #authentication .radio-inline .custom-radio {
    margin-right: 0; }

/*** Most of the customer accpunt pages ***/
.page-customer-account #content {
  border: 1px solid #e5e5e5;
  background: white;
  padding: 1rem;
  font-size: 0.875rem;
  color: #5f5f5f; }
  .page-customer-account #content .order-actions a {
    padding: 0 0.125rem; }
  .page-customer-account #content .forgot-password {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 1rem;
    padding-bottom: 0.9375rem; }
  .page-customer-account #content .no-account {
    text-align: center;
    font-size: 0.875rem; }

/*** Login page ***/
.page-authentication #content {
  border: 1px solid #e5e5e5;
  background: white;
  padding: 1rem;
  margin: 0 auto; }

/*** Addresses page ***/
.page-addresses .address {
  border: 1px solid #e5e5e5;
  background: white;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  color: #474747; }
  .page-addresses .address .address-body {
    padding: 1rem; }
    .page-addresses .address .address-body h4 {
      font-size: 0.875rem;
      font-weight: 700; }
    .page-addresses .address .address-body address {
      min-height: 9rem; }
  .page-addresses .address .address-footer {
    border-top: 1px solid #e5e5e5;
    padding: 0.5rem 1rem; }
    .page-addresses .address .address-footer a {
      color: #5f5f5f;
      margin-right: 0.5rem; }
      .page-addresses .address .address-footer a:hover {
        color: #474747; }
      .page-addresses .address .address-footer a i {
        font-size: 16px;
        vertical-align: middle;
        margin: 0 3px; }
      .page-addresses .address .address-footer a span {
        font-size: 0.9375rem;
        vertical-align: middle; }

.page-addresses .addresses-footer {
  margin: 0 0.9375rem; }
  .page-addresses .addresses-footer a {
    color: #474747; }
    .page-addresses .addresses-footer a:hover {
      color: #022ce3; }
    .page-addresses .addresses-footer a i {
      font-size: 12px;
      vertical-align: middle;
      margin: 0 3px; }
    .page-addresses .addresses-footer a span {
      font-size: 0.875rem;
      vertical-align: middle; }

/*** Order details page ***/
.page-order-detail {
  font-size: 0.875rem;
  color: #5f5f5f; }
  .page-order-detail .box {
    border: 1px solid #e5e5e5;
    background: white;
    padding: 1rem;
    margin-bottom: 1rem; }
  .page-order-detail h3 {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #474747;
    margin-bottom: 1rem; }
  .page-order-detail #order-infos ul {
    margin: 0; }
  .page-order-detail #order-history .history-lines .history-line {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f6f6f6; }
    .page-order-detail #order-history .history-lines .history-line:last-child {
      border-bottom: 0; }
    .page-order-detail #order-history .history-lines .history-line .label {
      display: inline-block;
      margin: 0.25rem 0;
      padding: 0.25rem 0.375rem;
      color: white;
      border-radius: 3px; }
  .page-order-detail .addresses {
    margin: 0 -0.9375rem; }
    .page-order-detail .addresses h4 {
      font-size: 0.875rem;
      font-weight: 700; }
  .page-order-detail #order-products.return {
    margin-bottom: 1rem; }
    .page-order-detail #order-products.return th.head-checkbox {
      width: 30px; }
    .page-order-detail #order-products.return td {
      padding: 1.375rem 0.75rem; }
      .page-order-detail #order-products.return td.qty {
        min-width: 125px; }
        .page-order-detail #order-products.return td.qty .current {
          width: 30%;
          float: left;
          text-align: right;
          padding-right: 0.5rem; }
        .page-order-detail #order-products.return td.qty .select {
          width: 70%;
          float: left;
          margin: -0.625rem 0;
          padding-left: 0.25rem; }
          .page-order-detail #order-products.return td.qty .select select {
            text-align: center; }
  .page-order-detail .order-items {
    padding: 0 !important; }
    .page-order-detail .order-items .order-item {
      padding: 1rem 1rem 0;
      border-bottom: 1px solid #f6f6f6; }
      .page-order-detail .order-items .order-item .checkbox {
        width: 30px;
        float: left;
        padding: 0 0.9375rem; }
      .page-order-detail .order-items .order-item .content {
        width: calc(100% - 30px);
        float: left;
        padding: 0 0.9375rem; }
      .page-order-detail .order-items .order-item .desc {
        margin-bottom: 1rem; }
        .page-order-detail .order-items .order-item .desc .name {
          font-weight: bold; }
      .page-order-detail .order-items .order-item .qty {
        margin-bottom: 1rem; }
        .page-order-detail .order-items .order-item .qty .q {
          margin-bottom: 0.25rem; }
        .page-order-detail .order-items .order-item .qty .s {
          margin-bottom: 0.25rem; }
  .page-order-detail .messages .message {
    margin-top: 0.5rem;
    border-bottom: 1px solid #f6f6f6; }
    .page-order-detail .messages .message:last-child {
      border-bottom: 0; }
    .page-order-detail .messages .message > div {
      margin-bottom: 0.5rem; }
  .page-order-detail .customization {
    margin-top: 0.75rem; }

/*** Order return page ***/
#order-return-infos .thead-default th {
  color: #474747; }

#order-return-infos .customization {
  margin-top: 0.75rem; }

/*** My account landing page ***/
.page-my-account #content .links a {
  text-align: center;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #5f5f5f;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem; }
  .page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 1rem; }
  .page-my-account #content .links a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #474747;
    padding-bottom: 3.4rem; }
  .page-my-account #content .links a:hover {
    color: #474747; }
    .page-my-account #content .links a:hover i {
      color: #022ce3; }

/*** History page ***/
#history .orders {
  margin: 0 -1rem; }
  #history .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f6f6f6; }
    #history .orders .order a h3 {
      color: #5f5f5f; }
    #history .orders .order .label {
      display: inline-block;
      margin: 0.25rem 0;
      padding: 0.25rem 0.375rem;
      color: white;
      border-radius: 3px; }
    #history .orders .order:last-child {
      border-bottom: 0; }

/*** FOOTER ***/
.page-footer .account-link {
  margin-right: 1rem; }
  .page-footer .account-link i {
    font-size: 16px;
    margin: 0 4px;
    vertical-align: middle; }
  .page-footer .account-link span {
    font-size: 0.875rem;
    vertical-align: middle; }

.forgotten-password {
  padding: 4px; }
  .forgotten-password .form-fields .center-email-fields .input-wrapper {
    overflow: hidden;
    margin-bottom: 10px; }
  .forgotten-password .form-fields .center-email-fields input[type=text] {
    width: 100%;
    min-width: 15rem;
    color: #474747;
    text-align: left;
    padding: 0.625rem;
    background: #ebebeb;
    border: none; }
  .forgotten-password .form-fields .center-email-fields input, .forgotten-password .form-fields .center-email-fields button {
    vertical-align: middle; }
  .forgotten-password .form-fields label.required {
    text-align: left; }

.renew-password .email {
  padding-bottom: 30px; }

.renew-password [type=submit] {
  margin: 0 15px; }

.carousel {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem; }
  .carousel .direction {
    z-index: auto; }
  .carousel .carousel-inner {
    height: 340px; }
  .carousel .carousel-item {
    height: 100%; }
    .carousel .carousel-item img {
      width: 100%;
      margin-left: 0; }
    .carousel .carousel-item .caption {
      position: absolute;
      bottom: 28px;
      left: 90px;
      color: white;
      max-width: 340px; }
      .carousel .carousel-item .caption .caption-description p {
        color: white; }
  .carousel .carousel-control {
    opacity: 1; }
    .carousel .carousel-control .icon-next::before,
    .carousel .carousel-control .icon-prev::before {
      content: ""; }
    .carousel .carousel-control .icon-next i,
    .carousel .carousel-control .icon-prev i {
      font-size: 3.125rem;
      color: white; }
    .carousel .carousel-control .icon-next:hover i,
    .carousel .carousel-control .icon-prev:hover i {
      color: #022ce3; }
    .carousel .carousel-control .icon-prev {
      left: 1rem; }
    .carousel .carousel-control .icon-next {
      right: 2rem; }
    .carousel .carousel-control.left, .carousel .carousel-control.right {
      background: none; }

#products .products_block_inner, .featured-products .products_block_inner, .product-accessories .products_block_inner, .products_block .products_block_inner {
  position: relative;
  text-align: center; }

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .products_block .product-miniature {
  padding: 0 15px; }
  #products .product-miniature .product-container, .featured-products .product-miniature .product-container, .product-accessories .product-miniature .product-container, .products_block .product-miniature .product-container {
    position: relative;
    margin: 10px auto 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    @media (max-width: 543px) {
      #products .product-miniature .product-container, .featured-products .product-miniature .product-container, .product-accessories .product-miniature .product-container, .products_block .product-miniature .product-container {
        /* max 543 */
        max-width: 370px; } }
    #products .product-miniature .product-container .thumbnail-container, .featured-products .product-miniature .product-container .thumbnail-container, .product-accessories .product-miniature .product-container .thumbnail-container, .products_block .product-miniature .product-container .thumbnail-container {
      position: relative; }
      #products .product-miniature .product-container .thumbnail-container .thumbnail-inner, .featured-products .product-miniature .product-container .thumbnail-container .thumbnail-inner, .product-accessories .product-miniature .product-container .thumbnail-container .thumbnail-inner, .products_block .product-miniature .product-container .thumbnail-container .thumbnail-inner {
        position: relative;
        border: 1px solid #e5e5e5;
        overflow: hidden; }
      #products .product-miniature .product-container .thumbnail-container .product-thumbnail, .featured-products .product-miniature .product-container .thumbnail-container .product-thumbnail, .product-accessories .product-miniature .product-container .thumbnail-container .product-thumbnail, .products_block .product-miniature .product-container .thumbnail-container .product-thumbnail {
        display: block;
        text-align: center;
        position: relative; }
        #products .product-miniature .product-container .thumbnail-container .product-thumbnail img, .featured-products .product-miniature .product-container .thumbnail-container .product-thumbnail img, .product-accessories .product-miniature .product-container .thumbnail-container .product-thumbnail img, .products_block .product-miniature .product-container .thumbnail-container .product-thumbnail img {
          margin: 0 auto;
          max-width: 100%;
          -webkit-transition: all 0.7s ease 0s;
          -moz-transition: all 0.7s ease 0s;
          -ms-transition: all 0.7s ease 0s;
          -o-transition: all 0.7s ease 0s;
          transition: all 0.7s ease 0s; }
          #products .product-miniature .product-container .thumbnail-container .product-thumbnail img.img_1, .featured-products .product-miniature .product-container .thumbnail-container .product-thumbnail img.img_1, .product-accessories .product-miniature .product-container .thumbnail-container .product-thumbnail img.img_1, .products_block .product-miniature .product-container .thumbnail-container .product-thumbnail img.img_1 {
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            opacity: 0; }
    #products .product-miniature .product-container .button-container, .featured-products .product-miniature .product-container .button-container, .product-accessories .product-miniature .product-container .button-container, .products_block .product-miniature .product-container .button-container {
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      text-align: center; }
      #products .product-miniature .product-container .button-container > div, .featured-products .product-miniature .product-container .button-container > div, .product-accessories .product-miniature .product-container .button-container > div, .products_block .product-miniature .product-container .button-container > div {
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        transform: translateY(60px);
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        position: relative; }
        @media (max-width: 767px) {
          #products .product-miniature .product-container .button-container > div, .featured-products .product-miniature .product-container .button-container > div, .product-accessories .product-miniature .product-container .button-container > div, .products_block .product-miniature .product-container .button-container > div {
            /* max 767 */
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px); } }
      #products .product-miniature .product-container .button-container .btn-primary, #products .product-miniature .product-container .button-container .btn-secondary, #products .product-miniature .product-container .button-container .btn-tertiary, .featured-products .product-miniature .product-container .button-container .btn-primary, .featured-products .product-miniature .product-container .button-container .btn-secondary, .featured-products .product-miniature .product-container .button-container .btn-tertiary, .product-accessories .product-miniature .product-container .button-container .btn-primary, .product-accessories .product-miniature .product-container .button-container .btn-secondary, .product-accessories .product-miniature .product-container .button-container .btn-tertiary, .products_block .product-miniature .product-container .button-container .btn-primary, .products_block .product-miniature .product-container .button-container .btn-secondary, .products_block .product-miniature .product-container .button-container .btn-tertiary {
        background: none;
        border: medium none;
        margin: 0 2px;
        padding: 0;
        height: 34px;
        width: 34px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
        #products .product-miniature .product-container .button-container .btn-primary span, #products .product-miniature .product-container .button-container .btn-secondary span, #products .product-miniature .product-container .button-container .btn-tertiary span, .featured-products .product-miniature .product-container .button-container .btn-primary span, .featured-products .product-miniature .product-container .button-container .btn-secondary span, .featured-products .product-miniature .product-container .button-container .btn-tertiary span, .product-accessories .product-miniature .product-container .button-container .btn-primary span, .product-accessories .product-miniature .product-container .button-container .btn-secondary span, .product-accessories .product-miniature .product-container .button-container .btn-tertiary span, .products_block .product-miniature .product-container .button-container .btn-primary span, .products_block .product-miniature .product-container .button-container .btn-secondary span, .products_block .product-miniature .product-container .button-container .btn-tertiary span {
          display: none; }
      #products .product-miniature .product-container .button-container .product-add-to-cart .btn, .featured-products .product-miniature .product-container .button-container .product-add-to-cart .btn, .product-accessories .product-miniature .product-container .button-container .product-add-to-cart .btn, .products_block .product-miniature .product-container .button-container .product-add-to-cart .btn {
        background-color: #ffffff;
        background-image: url(4808013019e367726f8064a3ef5af5f3.png);
        background-position: 5px 7px;
        background-repeat: no-repeat;
        border: 1px solid #e6e6e6; }
        #products .product-miniature .product-container .button-container .product-add-to-cart .btn:hover, .featured-products .product-miniature .product-container .button-container .product-add-to-cart .btn:hover, .product-accessories .product-miniature .product-container .button-container .product-add-to-cart .btn:hover, .products_block .product-miniature .product-container .button-container .product-add-to-cart .btn:hover {
          background-color: #022ce3;
          border: 1px solid #022ce3;
          background-position: -35px 7px; }
      #products .product-miniature .product-container .button-container .product-add-to-cart .more, .featured-products .product-miniature .product-container .button-container .product-add-to-cart .more, .product-accessories .product-miniature .product-container .button-container .product-add-to-cart .more, .products_block .product-miniature .product-container .button-container .product-add-to-cart .more {
        background-color: #ffffff;
        background-image: url(4808013019e367726f8064a3ef5af5f3.png);
        background-position: 0px -202px;
        background-repeat: no-repeat;
        border: 1px solid #e6e6e6; }
        #products .product-miniature .product-container .button-container .product-add-to-cart .more:hover, .featured-products .product-miniature .product-container .button-container .product-add-to-cart .more:hover, .product-accessories .product-miniature .product-container .button-container .product-add-to-cart .more:hover, .products_block .product-miniature .product-container .button-container .product-add-to-cart .more:hover {
          background-color: #022ce3;
          border: 1px solid #022ce3;
          background-position: -35px -202px; }
      #products .product-miniature .product-container .button-container .quick-view-wrapper .btn, .featured-products .product-miniature .product-container .button-container .quick-view-wrapper .btn, .product-accessories .product-miniature .product-container .button-container .quick-view-wrapper .btn, .products_block .product-miniature .product-container .button-container .quick-view-wrapper .btn {
        background-color: #ffffff;
        background-image: url(4808013019e367726f8064a3ef5af5f3.png);
        background-position: 6px -49px;
        background-repeat: no-repeat;
        border: 1px solid #e6e6e6; }
        #products .product-miniature .product-container .button-container .quick-view-wrapper .btn:hover, .featured-products .product-miniature .product-container .button-container .quick-view-wrapper .btn:hover, .product-accessories .product-miniature .product-container .button-container .quick-view-wrapper .btn:hover, .products_block .product-miniature .product-container .button-container .quick-view-wrapper .btn:hover {
          background-color: #022ce3;
          border: 1px solid #022ce3;
          background-position: -34px -49px; }
      #products .product-miniature .product-container .button-container .compare .btn, .featured-products .product-miniature .product-container .button-container .compare .btn, .product-accessories .product-miniature .product-container .button-container .compare .btn, .products_block .product-miniature .product-container .button-container .compare .btn {
        background-color: #ffffff;
        background-image: url(4808013019e367726f8064a3ef5af5f3.png);
        background-position: 6px -159px;
        background-repeat: no-repeat;
        border: 1px solid #e6e6e6; }
        #products .product-miniature .product-container .button-container .compare .btn:hover, #products .product-miniature .product-container .button-container .compare .btn.checked, .featured-products .product-miniature .product-container .button-container .compare .btn:hover, .featured-products .product-miniature .product-container .button-container .compare .btn.checked, .product-accessories .product-miniature .product-container .button-container .compare .btn:hover, .product-accessories .product-miniature .product-container .button-container .compare .btn.checked, .products_block .product-miniature .product-container .button-container .compare .btn:hover, .products_block .product-miniature .product-container .button-container .compare .btn.checked {
          background-color: #022ce3;
          border: 1px solid #022ce3;
          background-position: -34px -159px; }
      #products .product-miniature .product-container .button-container .wishlist .btn, .featured-products .product-miniature .product-container .button-container .wishlist .btn, .product-accessories .product-miniature .product-container .button-container .wishlist .btn, .products_block .product-miniature .product-container .button-container .wishlist .btn {
        background-color: #ffffff;
        background-image: url(4808013019e367726f8064a3ef5af5f3.png);
        background-position: 6px -104px;
        background-repeat: no-repeat;
        border: 1px solid #e6e6e6; }
        #products .product-miniature .product-container .button-container .wishlist .btn:hover, .featured-products .product-miniature .product-container .button-container .wishlist .btn:hover, .product-accessories .product-miniature .product-container .button-container .wishlist .btn:hover, .products_block .product-miniature .product-container .button-container .wishlist .btn:hover {
          background-color: #022ce3;
          border: 1px solid #022ce3;
          background-position: -34px -104px; }
    #products .product-miniature .product-container .product-description, .featured-products .product-miniature .product-container .product-description, .product-accessories .product-miniature .product-container .product-description, .products_block .product-miniature .product-container .product-description {
      padding-top: 15px;
      padding-bottom: 10px;
      text-align: center; }
      #products .product-miniature .product-container .product-description .product-title, .featured-products .product-miniature .product-container .product-description .product-title, .product-accessories .product-miniature .product-container .product-description .product-title, .products_block .product-miniature .product-container .product-description .product-title {
        margin-bottom: 10px; }
        #products .product-miniature .product-container .product-description .product-title a, .featured-products .product-miniature .product-container .product-description .product-title a, .product-accessories .product-miniature .product-container .product-description .product-title a, .products_block .product-miniature .product-container .product-description .product-title a {
          font-size: 15px;
          text-decoration: none;
          text-align: center;
          font-weight: 400; }
      #products .product-miniature .product-container .product-description .comments_note, .featured-products .product-miniature .product-container .product-description .comments_note, .product-accessories .product-miniature .product-container .product-description .comments_note, .products_block .product-miniature .product-container .product-description .comments_note {
        margin-bottom: 10px; }
      #products .product-miniature .product-container .product-description .product-price-and-shipping, .featured-products .product-miniature .product-container .product-description .product-price-and-shipping, .product-accessories .product-miniature .product-container .product-description .product-price-and-shipping, .products_block .product-miniature .product-container .product-description .product-price-and-shipping {
        color: #474747;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 0px; }
        #products .product-miniature .product-container .product-description .product-price-and-shipping > span, .featured-products .product-miniature .product-container .product-description .product-price-and-shipping > span, .product-accessories .product-miniature .product-container .product-description .product-price-and-shipping > span, .products_block .product-miniature .product-container .product-description .product-price-and-shipping > span {
          display: inline-block;
          vertical-align: middle; }
        #products .product-miniature .product-container .product-description .product-price-and-shipping .regular-price, .featured-products .product-miniature .product-container .product-description .product-price-and-shipping .regular-price, .product-accessories .product-miniature .product-container .product-description .product-price-and-shipping .regular-price, .products_block .product-miniature .product-container .product-description .product-price-and-shipping .regular-price {
          color: #3c3c3c;
          text-decoration: line-through;
          font-weight: 500; }
        #products .product-miniature .product-container .product-description .product-price-and-shipping .discount-percentage, .featured-products .product-miniature .product-container .product-description .product-price-and-shipping .discount-percentage, .product-accessories .product-miniature .product-container .product-description .product-price-and-shipping .discount-percentage, .products_block .product-miniature .product-container .product-description .product-price-and-shipping .discount-percentage {
          background: #d9d9d9;
          font-weight: normal;
          line-height: 10px;
          margin: 0 5px;
          padding: 4px;
          color: #000000;
          font-size: 12px; }
        #products .product-miniature .product-container .product-description .product-price-and-shipping .price, .featured-products .product-miniature .product-container .product-description .product-price-and-shipping .price, .product-accessories .product-miniature .product-container .product-description .product-price-and-shipping .price, .products_block .product-miniature .product-container .product-description .product-price-and-shipping .price {
          color: #000000;
          font-weight: 700;
          font-size: 17px; }
      #products .product-miniature .product-container .product-description .product-desc, .featured-products .product-miniature .product-container .product-description .product-desc, .product-accessories .product-miniature .product-container .product-description .product-desc, .products_block .product-miniature .product-container .product-description .product-desc {
        margin-bottom: 0.625rem;
        display: none;
        line-height: 22px; }
      #products .product-miniature .product-container .product-description .variant-links, .featured-products .product-miniature .product-container .product-description .variant-links, .product-accessories .product-miniature .product-container .product-description .variant-links, .products_block .product-miniature .product-container .product-description .variant-links {
        margin-bottom: 0.625rem;
        position: relative;
        width: 100%;
        display: none; }
        #products .product-miniature .product-container .product-description .variant-links .count, .featured-products .product-miniature .product-container .product-description .variant-links .count, .product-accessories .product-miniature .product-container .product-description .variant-links .count, .products_block .product-miniature .product-container .product-description .variant-links .count {
          color: #5f5f5f;
          font-weight: 700;
          position: relative;
          vertical-align: middle; }
    #products .product-miniature .product-container .product-flags > li, .featured-products .product-miniature .product-container .product-flags > li, .product-accessories .product-miniature .product-container .product-flags > li, .products_block .product-miniature .product-container .product-flags > li {
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    #products .product-miniature .product-container .product-flags .discount, #products .product-miniature .product-container .product-flags .on-sale, .featured-products .product-miniature .product-container .product-flags .discount, .featured-products .product-miniature .product-container .product-flags .on-sale, .product-accessories .product-miniature .product-container .product-flags .discount, .product-accessories .product-miniature .product-container .product-flags .on-sale, .products_block .product-miniature .product-container .product-flags .discount, .products_block .product-miniature .product-container .product-flags .on-sale {
      transform: translateX(100%);
      -ms-transform: translateX(100%);
      /* IE 9 */
      -webkit-transform: translateX(100%);
      /* Chrome, Safari, Opera */ }
    #products .product-miniature .product-container .product-flags .new, .featured-products .product-miniature .product-container .product-flags .new, .product-accessories .product-miniature .product-container .product-flags .new, .products_block .product-miniature .product-container .product-flags .new {
      transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      /* IE 9 */
      -webkit-transform: translateX(-100%);
      /* Chrome, Safari, Opera */ }
    #products .product-miniature .product-container .product-flags .online-only, .featured-products .product-miniature .product-container .product-flags .online-only, .product-accessories .product-miniature .product-container .product-flags .online-only, .products_block .product-miniature .product-container .product-flags .online-only {
      display: none;
      transform: translateX(100%);
      -ms-transform: translateX(100%);
      /* IE 9 */
      -webkit-transform: translateX(100%);
      /* Chrome, Safari, Opera */ }
    #products .product-miniature .product-container .product-flags .pack, .featured-products .product-miniature .product-container .product-flags .pack, .product-accessories .product-miniature .product-container .product-flags .pack, .products_block .product-miniature .product-container .product-flags .pack {
      transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      /* IE 9 */
      -webkit-transform: translateX(-100%);
      /* Chrome, Safari, Opera */ }
    #products .product-miniature .product-container:hover .thumbnail-inner .product-thumbnail img, .featured-products .product-miniature .product-container:hover .thumbnail-inner .product-thumbnail img, .product-accessories .product-miniature .product-container:hover .thumbnail-inner .product-thumbnail img, .products_block .product-miniature .product-container:hover .thumbnail-inner .product-thumbnail img {
      -webkit-transition: all 0.7s ease 0s;
      -moz-transition: all 0.7s ease 0s;
      -ms-transition: all 0.7s ease 0s;
      -o-transition: all 0.7s ease 0s;
      transition: all 0.7s ease 0s; }
      #products .product-miniature .product-container:hover .thumbnail-inner .product-thumbnail img.img_1, .featured-products .product-miniature .product-container:hover .thumbnail-inner .product-thumbnail img.img_1, .product-accessories .product-miniature .product-container:hover .thumbnail-inner .product-thumbnail img.img_1, .products_block .product-miniature .product-container:hover .thumbnail-inner .product-thumbnail img.img_1 {
        opacity: 1; }
    #products .product-miniature .product-container:hover .button-container > div, .featured-products .product-miniature .product-container:hover .button-container > div, .product-accessories .product-miniature .product-container:hover .button-container > div, .products_block .product-miniature .product-container:hover .button-container > div {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    #products .product-miniature .product-container:hover .product-flags > li, .featured-products .product-miniature .product-container:hover .product-flags > li, .product-accessories .product-miniature .product-container:hover .product-flags > li, .products_block .product-miniature .product-container:hover .product-flags > li {
      opacity: 1; }
    #products .product-miniature .product-container:hover .product-flags .discount, #products .product-miniature .product-container:hover .product-flags .on-sale, #products .product-miniature .product-container:hover .product-flags .new, #products .product-miniature .product-container:hover .product-flags .online-only, #products .product-miniature .product-container:hover .product-flags .pack, .featured-products .product-miniature .product-container:hover .product-flags .discount, .featured-products .product-miniature .product-container:hover .product-flags .on-sale, .featured-products .product-miniature .product-container:hover .product-flags .new, .featured-products .product-miniature .product-container:hover .product-flags .online-only, .featured-products .product-miniature .product-container:hover .product-flags .pack, .product-accessories .product-miniature .product-container:hover .product-flags .discount, .product-accessories .product-miniature .product-container:hover .product-flags .on-sale, .product-accessories .product-miniature .product-container:hover .product-flags .new, .product-accessories .product-miniature .product-container:hover .product-flags .online-only, .product-accessories .product-miniature .product-container:hover .product-flags .pack, .products_block .product-miniature .product-container:hover .product-flags .discount, .products_block .product-miniature .product-container:hover .product-flags .on-sale, .products_block .product-miniature .product-container:hover .product-flags .new, .products_block .product-miniature .product-container:hover .product-flags .online-only, .products_block .product-miniature .product-container:hover .product-flags .pack {
      transform: translateX(0%);
      -ms-transform: translateX(0%);
      /* IE 9 */
      -webkit-transform: translateX(0%);
      /* Chrome, Safari, Opera */ }
  @media (min-width: 1200px) {
    #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .products_block .product-miniature {
      /* min 1200 */ }
      #products .product-miniature.col-xl-3:nth-child(4n+1), .featured-products .product-miniature.col-xl-3:nth-child(4n+1), .product-accessories .product-miniature.col-xl-3:nth-child(4n+1), .products_block .product-miniature.col-xl-3:nth-child(4n+1) {
        clear: left; }
      #products .product-miniature.col-xl-4:nth-child(3n+1), .featured-products .product-miniature.col-xl-4:nth-child(3n+1), .product-accessories .product-miniature.col-xl-4:nth-child(3n+1), .products_block .product-miniature.col-xl-4:nth-child(3n+1) {
        clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .products_block .product-miniature {
    /* min 992 max 1199 */ }
    #products .product-miniature.col-lg-4:nth-child(3n+1), .featured-products .product-miniature.col-lg-4:nth-child(3n+1), .product-accessories .product-miniature.col-lg-4:nth-child(3n+1), .products_block .product-miniature.col-lg-4:nth-child(3n+1) {
      clear: left; }
    #products .product-miniature.col-lg-6:nth-child(2n+1), .featured-products .product-miniature.col-lg-6:nth-child(2n+1), .product-accessories .product-miniature.col-lg-6:nth-child(2n+1), .products_block .product-miniature.col-lg-6:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .products_block .product-miniature {
    /* min 768 max 991 */ }
    #products .product-miniature.col-md-4:nth-child(3n+1), .featured-products .product-miniature.col-md-4:nth-child(3n+1), .product-accessories .product-miniature.col-md-4:nth-child(3n+1), .products_block .product-miniature.col-md-4:nth-child(3n+1) {
      clear: left; } }

@media (min-width: 544px) and (max-width: 767px) {
  #products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .products_block .product-miniature {
    /* min 544 max 767 */ }
    #products .product-miniature.col-sm-6:nth-child(2n+1), .featured-products .product-miniature.col-sm-6:nth-child(2n+1), .product-accessories .product-miniature.col-sm-6:nth-child(2n+1), .products_block .product-miniature.col-sm-6:nth-child(2n+1) {
      clear: left; } }

#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link, .products_block .all-product-link {
  clear: both;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* ================= Grid ===================== */
/* ================= List ===================== */
#products .products.list .product-miniature .product-container .product-description {
  text-align: left; }
  @media (max-width: 543px) {
    #products .products.list .product-miniature .product-container .product-description {
      /* max 543 */
      text-align: center; } }
  #products .products.list .product-miniature .product-container .product-description .product-price-and-shipping {
    margin-bottom: 15px; }
  #products .products.list .product-miniature .product-container .product-description .product-desc {
    display: block;
    margin-bottom: 20px; }
  #products .products.list .product-miniature .product-container .product-description .variant-links {
    display: block;
    margin-bottom: 20px; }
  #products .products.list .product-miniature .product-container .product-description .button-container {
    position: relative;
    bottom: auto;
    text-align: left; }
    @media (max-width: 543px) {
      #products .products.list .product-miniature .product-container .product-description .button-container {
        /* max 543 */
        text-align: center; } }
    #products .products.list .product-miniature .product-container .product-description .button-container > div {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }

#products .products.list .product-miniature .product-container .thumbnail-container .thumbnail-inner .button-container {
  display: none; }

#product .products_block {
  margin-bottom: 3.125rem; }

#custom-text {
  background: white;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  padding: 3.125rem 3.125rem;
  text-align: center; }
  #custom-text h3 {
    text-transform: uppercase;
    color: #474747;
    font-size: 1.5625rem;
    font-weight: 700; }
  #custom-text p {
    color: #474747;
    font-weight: 400;
    font-size: 1.1em; }
    #custom-text p .dark {
      color: #3c3c3c;
      font-weight: 400; }

.page-content.page-cms {
  background: white;
  text-align: justify; }
  .page-content.page-cms .cms-box img {
    max-width: 100%; }

@media (max-width: 991px) {
  #block-cmsinfo {
    padding: 1.25rem 1.875rem; } }

#cms .page-heading {
  display: none; }

#cms #wrapper .block-cms {
  padding-bottom: 20px; }

#cms #wrapper h1 {
  margin-bottom: 25px;
  color: #474747; }

#cms #wrapper h2 {
  color: #474747; }

#cms #wrapper h3 {
  font-size: 16px;
  border-bottom: none;
  margin: 0;
  color: #3c3c3c;
  padding: 0 0 17px 0; }

#cms #wrapper p {
  line-height: 18px; }

#cms #wrapper .list-1 li {
  padding: 4px 0 6px 0;
  border-top: 1px solid #e5e5e5; }
  #cms #wrapper .list-1 li:first-child {
    border: none; }
  #cms #wrapper .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px; }

#cms #wrapper img {
  margin: 4px 0 17px;
  max-width: 100%;
  height: auto; }

#cms #wrapper .testimonials {
  border: 2px solid #e5e5e5;
  background: #ffffff;
  margin: 4px 0 13px 0;
  position: relative; }
  #cms #wrapper .testimonials .inner {
    border: 1px solid #ffffff;
    padding: 17px 12px 20px; }
    #cms #wrapper .testimonials .inner span.before {
      content: "\201C";
      font-family: Georgia, serif;
      font-size: 40px;
      color: #999;
      float: left;
      position: relative;
      top: 9px;
      margin: 0 6px 0 0; }
    #cms #wrapper .testimonials .inner span.after {
      content: "\201C";
      font-family: Georgia, serif;
      font-size: 40px;
      color: #999;
      float: right;
      margin: 12px 10px 0 0; }
  #cms #wrapper .testimonials:after, #cms #wrapper .testimonials:before {
    top: 100%;
    left: 32px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  #cms #wrapper .testimonials:before {
    border-color: rgba(226, 226, 226, 0);
    border-top-color: #e5e5e5;
    border-width: 11px;
    margin-left: -11px; }
  #cms #wrapper .testimonials:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 8px;
    margin-left: -8px; }
  #cms #wrapper .testimonials + p {
    padding-left: 45px;
    margin-bottom: 18px; }

#cms #wrapper p.bottom-indent {
  margin-bottom: 18px; }

#products .products-select {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.block-category {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  margin: 0 0 20px;
  padding: 0; }
  .block-category h1 {
    margin-bottom: 0.9375rem; }
  .block-category .category-cover {
    margin-bottom: 20px; }
    .block-category .category-cover img {
      max-width: 100%; }
  .block-category #category-description p,
  .block-category #category-description strong {
    font-weight: bold;
    color: #474747; }
  .block-category #category-description p {
    color: #3c3c3c;
    margin-bottom: 5px;
    font-weight: 400; }

#subcategories {
  margin-bottom: 15px; }
  #subcategories .subcategory-heading {
    border-bottom: 1px solid #e5e5e5;
    font: 700 18px/24px "PT Sans", Helvetica, sans-serif;
    color: #000000;
    margin: 0;
    padding: 0.5rem 0;
    position: relative;
    text-align: left;
    text-transform: uppercase; }
    #subcategories .subcategory-heading:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 3px;
      width: 100px;
      background: #022ce3;
      transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -khtml-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s; }
  #subcategories #subcategory-carousel .item {
    padding: 15px; }
    #subcategories #subcategory-carousel .item .subcategory-container {
      text-align: center; }
      #subcategories #subcategory-carousel .item .subcategory-container:hover .subcategory-image {
        border-color: #022ce3; }
      #subcategories #subcategory-carousel .item .subcategory-container .subcategory-image {
        border: 1px solid #e5e5e5;
        margin: 0 0 10px 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        padding: 5px; }
      #subcategories #subcategory-carousel .item .subcategory-container .subcategory-content {
        overflow: hidden; }
  #subcategories #subcategory-carousel .owl-nav {
    margin: 0;
    position: absolute;
    right: 15px;
    top: -35px; }
    #subcategories #subcategory-carousel .owl-nav .owl-prev i:before {
      content: "\F104"; }
    #subcategories #subcategory-carousel .owl-nav .owl-next i:before {
      content: "\F105"; }
    #subcategories #subcategory-carousel .owl-nav > div {
      width: 30px;
      height: 30px;
      padding: 5px;
      margin: 0 0 0 5px;
      text-align: center;
      border: 1px solid #e5e5e5;
      background: #ffffff;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      font-size: 18px;
      display: inline-block; }
      #subcategories #subcategory-carousel .owl-nav > div.disabled {
        opacity: 0.4; }
      #subcategories #subcategory-carousel .owl-nav > div:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        color: #022ce3;
        border-color: #022ce3; }

#product-list-top {
  padding: 0.9375rem;
  background: #f5f5f5;
  margin-bottom: 1.25rem; }

.products-selection .sort-by {
  padding-top: 0.75rem;
  white-space: nowrap;
  text-align: right; }

.products-selection .total-products {
  padding-top: 2px; }
  @media (max-width: 991px) {
    .products-selection .total-products {
      /* max 991 */
      padding-top: 0;
      padding-bottom: 10px;
      display: inline-block;
      width: 100%; } }
  .products-selection .total-products p {
    margin-bottom: 0;
    display: none;
    vertical-align: middle; }
    @media (max-width: 991px) {
      .products-selection .total-products p {
        /* max 991 */
        float: right;
        margin: 7px 0 0; } }
  .products-selection .total-products .display {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 15px 4px 0; }
    .products-selection .total-products .display li {
      display: inline-block;
      text-align: center;
      vertical-align: middle; }
      .products-selection .total-products .display li#grid a {
        background: url(95f04365bfbbb96ea26d2985d5939ddb.png) no-repeat scroll 5px 5px transparent; }
        .products-selection .total-products .display li#grid a:hover {
          background-position: 5px -28px; }
      .products-selection .total-products .display li#grid.selected > a {
        background-position: 5px -28px; }
      .products-selection .total-products .display li#list a {
        background: url(95f04365bfbbb96ea26d2985d5939ddb.png) no-repeat scroll -32px 5px transparent; }
        .products-selection .total-products .display li#list a:hover {
          background-position: -32px -28px; }
      .products-selection .total-products .display li#list.selected > a {
        background-position: -32px -28px; }
      .products-selection .total-products .display li a {
        color: #3c3c3c;
        font-size: 14px;
        line-height: 14px;
        cursor: pointer;
        height: 28px;
        width: 28px;
        display: block;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .products-selection .total-products .display li a:hover {
          color: #022ce3;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
  .products-selection .total-products .compare-form {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 991px) {
      .products-selection .total-products .compare-form {
        /* max 991 */
        float: right; } }

.products-selection h1 {
  padding-top: 0.625rem; }

.products-selection .products-sort-order {
  color: #5f5f5f; }
  .products-selection .products-sort-order .products-sort-order-inner {
    position: relative; }
  .products-selection .products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #474747;
    background: white;
    padding: 0.5625rem;
    border: 1px solid #e5e5e5;
    cursor: pointer; }
    .products-selection .products-sort-order .select-title i {
      font-size: 1.125rem; }
  .products-selection .products-sort-order .select-list {
    display: block;
    color: #474747;
    padding: 0.625rem; }
    .products-selection .products-sort-order .select-list:hover {
      background: #022ce3;
      color: white;
      text-decoration: none; }
  .products-selection .products-sort-order .dropdown-menu {
    left: auto;
    width: 100%;
    background: #f6f6f6;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 4px #e0e0e0 inset;
    padding: 0.625rem;
    min-width: 0; }

#search_filters {
  margin-bottom: 1.5625rem; }
  #search_filters > h4 {
    display: block;
    margin: 0;
    color: #000000; }
  #search_filters .facet {
    padding-top: 10px; }
    #search_filters .facet ul {
      margin-bottom: 0; }
    #search_filters .facet .collapse {
      display: block; }
      @media (min-width: 992px) {
        #search_filters .facet .collapse {
          /* min 992 */
          height: auto !important; } }
    #search_filters .facet .facet-title {
      color: #3c3c3c;
      text-transform: uppercase; }
    #search_filters .facet .facet-label {
      padding: 0.3125rem 0;
      margin: 0; }
      #search_filters .facet .facet-label a {
        color: #3c3c3c;
        display: inline-block;
        vertical-align: middle; }
        #search_filters .facet .facet-label a:hover {
          color: #022ce3; }

.pagination {
  width: 100%; }
  .pagination .product-count {
    line-height: 35px;
    float: left; }
    @media (max-width: 767px) {
      .pagination .product-count {
        /* max 767 */
        text-align: center;
        width: 100%; } }
  .pagination .pagination_bottom {
    float: right; }
    @media (max-width: 767px) {
      .pagination .pagination_bottom {
        /* max 767 */
        width: 100%; } }
    .pagination .pagination_bottom .page-list {
      margin-bottom: 0; }
      .pagination .pagination_bottom .page-list li {
        display: inline-block;
        height: 2.1875rem;
        width: 2.1875rem;
        vertical-align: middle;
        border: 1px solid #e5e5e5; }
        .pagination .pagination_bottom .page-list li a {
          color: black;
          font-weight: 600;
          line-height: 33px;
          cursor: pointer;
          display: block; }
          .pagination .pagination_bottom .page-list li a.disabled {
            color: #3c3c3c;
            cursor: not-allowed; }
          .pagination .pagination_bottom .page-list li a.previous, .pagination .pagination_bottom .page-list li a.next {
            font-size: 0; }
            .pagination .pagination_bottom .page-list li a.previous i, .pagination .pagination_bottom .page-list li a.next i {
              line-height: 33px;
              font-size: 20px; }
        .pagination .pagination_bottom .page-list li.current a {
          cursor: default; }
        .pagination .pagination_bottom .page-list li.current, .pagination .pagination_bottom .page-list li:hover {
          border-color: #022ce3; }
          .pagination .pagination_bottom .page-list li.current a, .pagination .pagination_bottom .page-list li:hover a {
            color: #022ce3;
            text-decoration: none; }

.active_filters {
  background: #dededd;
  padding: 0.625rem 1.875rem 0;
  margin-bottom: 1.25rem; }
  .active_filters .active-filter-title {
    display: inline;
    margin-right: 0.625rem;
    font-weight: 600;
    text-transform: uppercase; }
  .active_filters ul {
    display: inline; }
  .active_filters .filter-block {
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    color: #474747;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    background: white;
    padding: 0.625rem;
    display: inline-block;
    font-size: 0.8125rem; }
    .active_filters .filter-block > a {
      display: inline-block;
      vertical-align: middle; }
    .active_filters .filter-block .close {
      color: #474747;
      font-size: 0.9375rem;
      opacity: 1;
      margin-left: 0.3125rem; }

#left-column .block-categories, #right-column .block-categories {
  margin-bottom: 25px; }
  #left-column .block-categories h4.title_block, #right-column .block-categories h4.title_block {
    display: block;
    color: #ffffff;
    background: #022ce3; }
  #left-column .block-categories ul, #right-column .block-categories ul {
    margin-bottom: 0; }
  #left-column .block-categories .category-sub-menu li, #right-column .block-categories .category-sub-menu li {
    position: relative; }
    #left-column .block-categories .category-sub-menu li > a, #right-column .block-categories .category-sub-menu li > a {
      display: block;
      padding: 5px 0;
      color: #3c3c3c; }
      #left-column .block-categories .category-sub-menu li > a:hover, #right-column .block-categories .category-sub-menu li > a:hover {
        color: #022ce3; }
    #left-column .block-categories .category-sub-menu li .category-sub-menu, #right-column .block-categories .category-sub-menu li .category-sub-menu {
      padding: 0 0 0 0.9375rem; }
  #left-column .block-categories .category-sub-menu .collapse-icons, #right-column .block-categories .category-sub-menu .collapse-icons {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
    border: medium none; }
    #left-column .block-categories .category-sub-menu .collapse-icons[aria-expanded="true"] .add, #right-column .block-categories .category-sub-menu .collapse-icons[aria-expanded="true"] .add {
      display: none; }
    #left-column .block-categories .category-sub-menu .collapse-icons[aria-expanded="true"] .remove, #right-column .block-categories .category-sub-menu .collapse-icons[aria-expanded="true"] .remove {
      display: block; }
    #left-column .block-categories .category-sub-menu .collapse-icons .add,
    #left-column .block-categories .category-sub-menu .collapse-icons .remove, #right-column .block-categories .category-sub-menu .collapse-icons .add,
    #right-column .block-categories .category-sub-menu .collapse-icons .remove {
      font-size: 1.125rem;
      color: #3c3c3c; }
      #left-column .block-categories .category-sub-menu .collapse-icons .add:hover,
      #left-column .block-categories .category-sub-menu .collapse-icons .remove:hover, #right-column .block-categories .category-sub-menu .collapse-icons .add:hover,
      #right-column .block-categories .category-sub-menu .collapse-icons .remove:hover {
        color: #022ce3; }
    #left-column .block-categories .category-sub-menu .collapse-icons .remove, #right-column .block-categories .category-sub-menu .collapse-icons .remove {
      display: none; }

.facets-title {
  color: #000000; }

.products-selection .filter-button .btn-secondary, .products-selection .filter-button .btn-tertiary {
  padding: 0.5rem 0.5rem; }

/*** Responsive part ***/
@media (max-width: 991px) {
  #category #left-column #search_filter_controls {
    text-align: center;
    margin-bottom: 1rem; }
    #category #left-column #search_filter_controls button {
      margin: 0 0.5rem; }
  #category #left-column #search_filters {
    margin-bottom: 0;
    padding: 0; }
    #category #left-column #search_filters .facet .title {
      cursor: pointer;
      position: relative; }
      #category #left-column #search_filters .facet .title .collapse-icons .remove {
        display: none; }
    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
      display: none; }
    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
      display: block; }
    #category #left-column #search_filters .facet .facet-title {
      margin-bottom: 0;
      padding: 0.625rem 0;
      display: inline-block; }
    #category #left-column #search_filters .facet .navbar-toggler {
      display: inline-block;
      font-size: 20px;
      height: 30px;
      padding: 2px 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 6px; }
    #category #left-column #search_filters .facet .collapse {
      display: none; }
      #category #left-column #search_filters .facet .collapse.in {
        display: block; }
  #category #search_filter_toggler {
    width: 100%; }
  .products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 1rem; }
  .products-selection .showing {
    padding-top: 1rem; } }

#product #content {
  position: relative;
  max-width: 470px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    #product #content {
      /* max 767 */
      margin-bottom: 20px; } }

.product-price {
  color: #022ce3;
  display: inline-block; }

#product-description-short {
  color: #474747; }

.product-information {
  font-size: 0.9375rem;
  color: #474747;
  line-height: 24px; }

.input-container {
  position: relative; }

.input-color, .input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%; }

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 1px solid #474747; }

.radio-label {
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  display: inline-block;
  padding: 0.125rem 0.625rem;
  font-weight: 600;
  border: 2px solid white; }

.product_title {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 15px;
  padding: 0 0 10px;
  font-weight: normal;
  font-size: 20px; }

.product-actions .control-label {
  width: 100%;
  margin-bottom: 6px;
  display: block;
  width: 100%; }

.product-actions .add-to-cart {
  height: 40px;
  padding: 10px 8px;
  margin: 0 2px;
  line-height: 18px;
  border-color: #212121;
  background: #212121;
  color: #ffffff; }
  .product-actions .add-to-cart:hover {
    border-color: #022ce3;
    background: #022ce3;
    color: #ffffff; }
  .product-actions .add-to-cart .material-icons {
    line-height: inherit; }

.product-quantity .qty {
  float: left;
  width: 80px;
  margin-bottom: 8px; }

.product-quantity .add {
  float: left;
  margin-bottom: 8px; }
  .product-quantity .add .btn-primary i, .product-quantity .add .btn-secondary i, .product-quantity .add .btn-tertiary i {
    font-size: 20px; }
  .product-quantity .add .btn-primary span, .product-quantity .add .btn-secondary span, .product-quantity .add .btn-tertiary span {
    display: none; }
  .product-quantity .add > div {
    display: inline-block;
    vertical-align: middle; }
  .product-quantity .add .compare .btn {
    background-color: #ffffff;
    background-image: url(4808013019e367726f8064a3ef5af5f3.png);
    background-position: 9px -155px;
    background-repeat: no-repeat;
    border: 1px solid #e6e6e6;
    height: 40px;
    width: 40px;
    padding: 0; }
    .product-quantity .add .compare .btn:hover, .product-quantity .add .compare .btn.checked {
      background-color: #022ce3;
      border: 1px solid #022ce3;
      background-position: -32px -155px; }
  .product-quantity .add .wishlist .btn {
    background-color: #ffffff;
    background-image: url(4808013019e367726f8064a3ef5af5f3.png);
    background-position: 9px -100px;
    background-repeat: no-repeat;
    border: 1px solid #e6e6e6;
    height: 40px;
    width: 40px;
    padding: 0; }
    .product-quantity .add .wishlist .btn:hover {
      background-color: #022ce3;
      border: 1px solid #022ce3;
      background-position: -32px -100px; }

.product-quantity #quantity_wanted {
  color: #474747;
  background-color: white;
  height: 40px;
  padding: 0.175rem 0.5rem;
  width: 48px;
  float: left;
  text-align: center;
  z-index: auto; }

.product-quantity .input-group-btn-vertical {
  float: left; }

.product-quantity .input-group-btn-vertical .btn {
  padding: 8px 11px; }
  .product-quantity .input-group-btn-vertical .btn i {
    font-size: 16px;
    top: 2px;
    left: 3px; }

.product-quantity .btn-touchspin {
  height: 21px; }

.product-discounts {
  margin-bottom: 1.5rem; }
  .product-discounts > .product-discounts-title {
    font-weight: normal;
    font-size: 0.875rem; }
  .product-discounts > .table-product-discounts thead tr th {
    width: 33%;
    padding: 0.625rem 1.25rem;
    background: white;
    border: 0.3125rem #ebebeb solid;
    text-align: center; }
  .product-discounts > .table-product-discounts tbody tr {
    background: #f6f6f6; }
    .product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
      background: white; }
    .product-discounts > .table-product-discounts tbody tr td {
      padding: 0.625rem 1.25rem;
      text-align: center;
      border: 0.3125rem #ebebeb solid; }

.product-prices {
  margin-top: 1.25rem; }
  .product-prices div {
    margin-bottom: 0.625rem; }
  .product-prices .tax-shipping-delivery-label {
    font-size: 0.8125rem;
    color: #5f5f5f; }

.product-discount {
  color: #3c3c3c; }
  .product-discount .regular-price {
    text-decoration: line-through;
    font-weight: normal;
    margin-right: 0.625rem; }

.has-discount.product-price, .has-discount p {
  color: #022ce3; }

.has-discount .discount {
  background: #022ce3;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 0.3125rem 0.625rem;
  margin-left: 0.625rem; }

.has-discount .current-price {
  font-size: 20px; }
  .has-discount .current-price > span {
    display: inline-block;
    vertical-align: middle; }

.product-unit-price {
  font-size: 0.8125rem;
  margin-bottom: 0; }

.tabs {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .tabs .tab-pane {
    padding-top: 1.25rem; }
  .tabs .nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    text-align: left; }
    .tabs .nav-tabs .nav-item {
      display: inline-block;
      float: none;
      margin: 0 5px 0 0; }
      @media (max-width: 543px) {
        .tabs .nav-tabs .nav-item {
          /* max 543 */
          width: 100%;
          margin: 0 0 3px; } }
      .tabs .nav-tabs .nav-item a {
        margin: 0;
        border: medium none;
        padding: 0.5rem 0.9375rem;
        font-size: 1rem;
        color: #000000;
        text-transform: uppercase;
        line-height: normal;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -khtml-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s; }
        .tabs .nav-tabs .nav-item a:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: -2px;
          height: 3px;
          right: 100%;
          background: #022ce3;
          transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -khtml-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s; }
        .tabs .nav-tabs .nav-item a.active {
          color: #022ce3; }
          .tabs .nav-tabs .nav-item a.active:before {
            right: 0; }
        .tabs .nav-tabs .nav-item a:hover, .tabs .nav-tabs .nav-item a:focus, .tabs .nav-tabs .nav-item a:active {
          color: #022ce3; }

.product-cover {
  margin-bottom: 1.25rem;
  position: relative; }
  .product-cover img {
    box-shadow: 0 0 1px 1px #e5e5e5;
    background: white; }
  .product-cover .layer {
    bottom: 5px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    z-index: 999; }
    .product-cover .layer .zoom-in {
      font-size: 1.125rem; }

#product-modal .modal-content {
  background: transparent;
  border: none;
  padding: 0; }
  #product-modal .modal-content .modal-body .product-cover-modal {
    background: white;
    max-width: 100%; }
  #product-modal .modal-content .modal-body .image-caption {
    background: white;
    width: 100%;
    padding: 0.625rem 1.25rem;
    border-top: #ebebeb 1px solid; }
    #product-modal .modal-content .modal-body .image-caption p {
      margin-bottom: 0; }
  #product-modal .modal-content .modal-body .thumbnails {
    position: relative; }
    #product-modal .modal-content .modal-body .thumbnails .owl-nav > div {
      color: #ffffff; }
      #product-modal .modal-content .modal-body .thumbnails .owl-nav > div:hover {
        color: #022ce3; }

#blockcart-modal {
  color: #474747; }
  #blockcart-modal .modal-body {
    padding: 3.125rem 1.875rem; }
    @media (max-width: 991px) {
      #blockcart-modal .modal-body {
        padding: 1.875rem; } }
    @media (max-width: 767px) {
      #blockcart-modal .modal-body {
        padding: 1rem;
        text-align: center; } }
    #blockcart-modal .modal-body .divide-right span {
      display: inline-block;
      margin-bottom: 0.3125rem; }
  #blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%; }
    @media (max-width: 991px) {
      #blockcart-modal .modal-dialog {
        width: calc(100% - 30px); } }
  #blockcart-modal .product-image {
    max-width: 100%; }
  #blockcart-modal .modal-title {
    font-weight: 600;
    font-size: 1.125rem; }
    #blockcart-modal .modal-title i {
      font-weight: 400;
      margin: 0 10px; }
  #blockcart-modal .product-name {
    color: #022ce3;
    font-size: 1.125rem; }
  #blockcart-modal .cart-products-count {
    font-size: 1.125rem;
    font-weight: bold; }
  #blockcart-modal .cart-content {
    padding-left: 2.5rem; }
    @media (max-width: 991px) {
      #blockcart-modal .cart-content {
        padding-left: 0; } }
    #blockcart-modal .cart-content button {
      margin-right: 0.3125rem; }
  #blockcart-modal .divide-right {
    border-right: #e5e5e5 1px solid; }
    @media (max-width: 767px) {
      #blockcart-modal .divide-right {
        border-right: medium none;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 20px; } }

.product-images li.thumb-container .thumb {
  cursor: pointer;
  border: 1px solid #e5e5e5; }
  .product-images li.thumb-container .thumb.selected, .product-images li.thumb-container .thumb:hover {
    border: #022ce3 1px solid; }

.js-qv-mask, .js-modal-mask {
  margin: 0 30px; }
  .js-qv-mask ul, .js-modal-mask ul {
    margin-bottom: 0; }
  .js-qv-mask li, .js-modal-mask li {
    padding: 10px; }
  .js-qv-mask .owl-nav, .js-modal-mask .owl-nav {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1; }
    .js-qv-mask .owl-nav > div, .js-modal-mask .owl-nav > div {
      width: 30px;
      height: 30px;
      font-size: 28px;
      padding: 0px;
      position: absolute;
      margin: -15px 0 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      text-align: center; }
      .js-qv-mask .owl-nav > div:hover, .js-modal-mask .owl-nav > div:hover {
        color: #022ce3; }
    .js-qv-mask .owl-nav .owl-prev, .js-modal-mask .owl-nav .owl-prev {
      left: -30px;
      right: auto; }
      .js-qv-mask .owl-nav .owl-prev i:before, .js-modal-mask .owl-nav .owl-prev i:before {
        content: "\F104"; }
    .js-qv-mask .owl-nav .owl-next, .js-modal-mask .owl-nav .owl-next {
      right: -30px;
      left: auto; }
      .js-qv-mask .owl-nav .owl-next i:before, .js-modal-mask .owl-nav .owl-next i:before {
        content: "\F105"; }

#product-availability {
  display: inline-block;
  font-weight: 700;
  margin: 10px 0;
  vertical-align: middle; }
  #product-availability i {
    font-weight: normal;
    font-size: 16px;
    margin: 0 5px; }
  #product-availability .product-available {
    color: #4cbb6c; }
  #product-availability .product-unavailable {
    color: #ff9a52; }
  #product-availability .product-last-items {
    color: #ff9a52; }

#product-details .product-manufacturer {
  margin-bottom: 20px; }
  #product-details .product-manufacturer img {
    border: medium none; }

#product-details .label {
  font-size: 1rem;
  color: #474747;
  font-weight: bold; }

.product-features {
  margin-top: 1.25rem; }
  .product-features > dl.data-sheet {
    display: inline-block;
    width: 100%; }
    .product-features > dl.data-sheet dd.value,
    .product-features > dl.data-sheet dt.name {
      font-weight: normal;
      float: left;
      width: 50%;
      background: #ebebeb;
      padding: 0.625rem;
      margin: 0;
      min-height: 2.5rem;
      word-break: break-all; }
      .product-features > dl.data-sheet dd.value:nth-of-type(even),
      .product-features > dl.data-sheet dt.name:nth-of-type(even) {
        background: #f6f6f6; }
    .product-features > dl.data-sheet dt.name {
      text-transform: capitalize;
      font-weight: bold;
      color: #000000;
      clear: left; }

.product-variants > .product-variants-item {
  margin: 1.25rem 0; }
  .product-variants > .product-variants-item select {
    border: 1px solid #ebebeb;
    height: 2.5rem;
    min-width: 4.6875rem;
    width: auto; }
  .product-variants > .product-variants-item ul li {
    margin-right: 0.625rem; }
  .product-variants > .product-variants-item .color {
    margin-left: 0;
    margin-top: 0; }

.product-flags {
  margin: 0; }

li.product-flag {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }
  li.product-flag.discount, li.product-flag.on-sale {
    top: 10px;
    right: 10px;
    color: #3c3c3c; }
  li.product-flag.new {
    color: #022ce3;
    top: 10px;
    left: 10px; }
  li.product-flag.online-only {
    right: 10px;
    top: 30px;
    color: #3c3c3c; }
    li.product-flag.online-only::before {
      content: "\E30A";
      font-family: 'Material Icons';
      vertical-align: -2px;
      margin: 0.3125rem;
      font-size: 0.75rem; }
  li.product-flag.pack {
    color: #022ce3;
    left: 10px;
    top: 30px; }

.product-customization {
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  margin: 2.5rem 0; }
  .product-customization .product-customization-item {
    margin: 1.25rem 0; }
  .product-customization .product-message {
    background: #ebebeb;
    border: none;
    width: 100%;
    height: 3.125rem;
    resize: none;
    padding: 0.625rem; }
    .product-customization .product-message::-webkit-input-placeholder {
      color: #3c3c3c; }
    .product-customization .product-message::-moz-placeholder {
      color: #3c3c3c; }
    .product-customization .product-message:-moz-placeholder {
      color: #3c3c3c; }
    .product-customization .product-message:-ms-input-placeholder {
      color: #3c3c3c; }
  .product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute; }
  .product-customization .custom-file {
    position: relative;
    background: #ebebeb;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    text-indent: 0.625rem;
    display: block;
    color: #3c3c3c;
    margin-top: 1.25rem; }
    .product-customization .custom-file button {
      z-index: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .product-customization small {
    color: #3c3c3c; }

.product-pack {
  margin-top: 2.5rem; }
  .product-pack .pack-product-container {
    padding: 0.9375rem; }
    @media (max-width: 543px) {
      .product-pack .pack-product-container {
        /* max 543 */
        text-align: center; } }
    .product-pack .pack-product-container .pack-product-name {
      font-size: 0.875rem;
      color: #3c3c3c; }
    @media (max-width: 543px) {
      .product-pack .pack-product-container .thumb-mask,
      .product-pack .pack-product-container .pack-product-name,
      .product-pack .pack-product-container .pack-product-price {
        /* max 543 */
        margin-bottom: 0.625rem; } }

.product-refresh {
  margin-top: 1.25rem; }

.social-sharing {
  width: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 1.5rem; }
  .social-sharing ul {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle; }
  .social-sharing li {
    display: inline-block;
    text-align: center; }
    .social-sharing li a {
      box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
      height: 2.5rem;
      width: 2.5rem;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
      margin-left: 0.5rem;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      background: #3c3c3c;
      color: #ffffff;
      font-size: 22px;
      line-height: 40px; }
      .social-sharing li a span {
        display: none; }
      .social-sharing li a:before {
        display: inline-block;
        font-family: FontAwesome;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .social-sharing li a:hover {
        color: #022ce3; }
    .social-sharing li.facebook a {
      background: #3b5999; }
      .social-sharing li.facebook a:before {
        content: "\F09A"; }
      .social-sharing li.facebook a:hover {
        background: #cccccc;
        color: #3b5999; }
    .social-sharing li.twitter a {
      background: #00aced; }
      .social-sharing li.twitter a:before {
        content: "\F099"; }
      .social-sharing li.twitter a:hover {
        background: #cccccc;
        color: #00aced; }
    .social-sharing li.googleplus a {
      background: #dc473b; }
      .social-sharing li.googleplus a:before {
        content: "\F0D5"; }
      .social-sharing li.googleplus a:hover {
        background: #cccccc;
        color: #dc473b; }
    .social-sharing li.pinterest a {
      background: #cb2027; }
      .social-sharing li.pinterest a:before {
        content: "\F231"; }
      .social-sharing li.pinterest a:hover {
        background: #cccccc;
        color: #cb2027; }

.products-selection .title {
  color: #5f5f5f; }

#blockcart-modal .cart-content .btn {
  margin-bottom: 0.625rem; }

#description .product-description {
  color: #5f5f5f;
  line-height: 22px; }
  #description .product-description ul, #description .product-description ol, #description .product-description dl {
    padding-left: 40px;
    list-style: inherit; }

.cart-grid {
  margin-bottom: 1rem; }

.cart-items {
  margin-bottom: 0; }

.cart-item {
  padding: 16px 0; }

.cart-summary-line {
  clear: both;
  margin-bottom: 0.625rem; }
  .cart-summary-line::after {
    content: "";
    display: table;
    clear: both; }
  .cart-summary-line .label {
    padding-left: 0;
    font-weight: 500;
    white-space: inherit;
    color: #474747;
    float: left; }
  .cart-summary-line .value {
    float: right; }

/** CART BODY **/
.cart-grid-body {
  margin-bottom: 0.75rem; }
  .cart-grid-body a.label:hover {
    color: #022ce3; }
  .cart-grid-body .card-block {
    padding: 1rem; }
    .cart-grid-body .card-block h1 {
      margin-bottom: 0; }
  .cart-grid-body hr {
    margin: 0; }
  .cart-grid-body .cart-overview {
    padding: 1rem; }

/** CART RIGHT **/
.cart-grid-right hr {
  margin: 0; }

.cart-grid-right .promo-discounts {
  margin-bottom: 0; }
  .cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #5f5f5f; }
    .cart-grid-right .promo-discounts .cart-summary-line .label .code {
      text-decoration: underline;
      cursor: pointer; }

.block-promo .promo-code {
  padding: 1.60rem;
  background: #ebebeb; }
  .block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.25rem;
    background: #ff4c4c;
    color: white;
    display: none; }
    .block-promo .promo-code .alert-danger i {
      font-size: 20px; }
    .block-promo .promo-code .alert-danger i, .block-promo .promo-code .alert-danger span {
      display: inline-block;
      vertical-align: middle; }
    .block-promo .promo-code .alert-danger::after {
      bottom: 100%;
      left: 10%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #ff4c4c;
      border-width: 10px;
      margin-left: -10px; }

.block-promo .promo-input {
  color: #474747;
  border: #022ce3 1px solid;
  height: 2.125rem;
  text-indent: 0.625rem;
  width: 60%;
  vertical-align: middle; }
  .block-promo .promo-input + button {
    text-transform: capitalize; }

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: #ff9a52;
  font-weight: 600; }
  .block-promo .cart-summary-line .label a,
  .block-promo .promo-name a {
    font-weight: normal;
    color: #474747;
    display: inline-block; }
    .block-promo .cart-summary-line .label a i,
    .block-promo .promo-name a i {
      font-size: 18px;
      margin: 0 5px; }

.block-promo .promo-code-button {
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
  display: inline-block; }

.block-promo.promo-highlighted {
  padding: 1.25rem;
  padding-bottom: 0;
  margin-bottom: 0; }

/** CONTENT LEFT **/
.product-line-grid-left img {
  max-width: 100%; }

/** CONTENT BODY **/
.product-line-grid-body > .product-line-info > .label {
  padding: 0;
  line-height: inherit;
  text-align: left;
  white-space: inherit; }

.product-line-grid-body > .product-line-info > span {
  display: inline-block; }

.product-line-grid-body > .product-line-info > .out-of-stock {
  color: red; }

.product-line-grid-body > .product-line-info > .available {
  color: #4cbb6c; }

.product-line-grid-body > .product-line-info > .unit-price-cart {
  font-size: 0.875rem;
  color: #5f5f5f; }

/** CONTENT LEFT **/
.product-line-grid-right .bootstrap-touchspin {
  max-width: 6.25rem; }
  .product-line-grid-right .bootstrap-touchspin > .form-control,
  .product-line-grid-right .bootstrap-touchspin > .input-group {
    color: #474747;
    background-color: white;
    height: 2.5rem;
    text-align: center;
    padding: 0.175rem 0.5rem;
    max-width: 4.375rem; }
  .product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
    width: auto; }

.product-line-grid-right .product-price {
  color: #474747;
  line-height: 36px; }

.product-line-grid-right .cart-line-product-actions {
  line-height: 36px; }
  .product-line-grid-right .cart-line-product-actions .remove-from-cart {
    color: #474747;
    display: inline-block;
    margin-top: 5px;
    font-size: 20px; }

/*** Responsive part ***/
@media (max-width: 767px) {
  .product-line-grid-body {
    margin-bottom: 1rem; } }

@media (max-width: 543px) {
  .cart-items {
    padding: 1rem 0; }
  .cart-item {
    border-bottom: 1px solid #ebebeb; }
    .cart-item:last-child {
      border-bottom: 0; }
  .cart-grid-body .cart-overview {
    padding: 0; }
  .cart-grid-body .no-items {
    padding: 1rem;
    display: inline-block; } }

@media (max-width: 360px) {
  .product-line-grid-right .qty {
    width: 100%; }
  .product-line-grid-right .price {
    width: 100%; } }

#block-reassurance {
  margin-top: 20px; }
  #block-reassurance img {
    opacity: 1;
    width: 1.8625rem;
    margin-right: 0.625rem; }
  #block-reassurance ul {
    margin-bottom: 0; }
    #block-reassurance ul li {
      margin-bottom: 5px; }
      #block-reassurance ul li .block-reassurance-item {
        padding: 12px 15px;
        cursor: pointer;
        background: #474747;
        border-left: 3px solid #022ce3; }
        #block-reassurance ul li .block-reassurance-item span {
          color: #f2f2f2;
          font-weight: normal; }

.quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 64rem; }

.quickview .modal-content {
  position: relative;
  background: #FFFFFF; }
  .quickview .modal-content .modal-header {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    padding: 0;
    z-index: 1; }
  .quickview .modal-content .modal-body .images-container {
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .quickview .modal-content .modal-body .images-container {
        /* max 767 */
        max-width: 400px;
        margin: 0 auto; } }
    @media (max-width: 543px) {
      .quickview .modal-content .modal-body .images-container {
        /* max 543 */
        max-width: 250px;
        margin: 0 auto; } }
  .quickview .modal-content .modal-footer {
    border-top: 1px solid rgba(60, 60, 60, 0.3);
    text-align: center; }
    .quickview .modal-content .modal-footer .social-sharing {
      margin-top: 0; }
  .quickview .modal-content .layer {
    display: none; }

#stores .page-stores {
  margin: 0 auto; }
  #stores .page-stores .store-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  #stores .page-stores .store-picture img {
    max-width: 100%; }
  #stores .page-stores .store-item-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 1.875rem 0; }
    #stores .page-stores .store-item-container ul {
      margin-bottom: 0;
      font-size: 0.9375rem; }
    #stores .page-stores .store-item-container .divide-left {
      border-left: #ebebeb 1px solid; }
      #stores .page-stores .store-item-container .divide-left tr {
        height: 1.5625rem; }
      #stores .page-stores .store-item-container .divide-left td {
        padding-left: 0.375rem; }
      #stores .page-stores .store-item-container .divide-left th {
        text-align: right; }
    #stores .page-stores .store-item-container .store-description {
      font-size: 0.875rem; }
  #stores .page-stores .store-item-footer {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #ebebeb 1px solid; }
    #stores .page-stores .store-item-footer div:first-child {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 65%;
      -moz-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%; }
    #stores .page-stores .store-item-footer i.material-icons {
      margin-right: 0.625rem;
      color: #3c3c3c;
      font-size: 0.875rem; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 0.625rem; }

/*** Responsive part ***/
@media (max-width: 767px) {
  #stores .page-stores {
    width: 100%; }
    #stores .page-stores .store-item-container {
      padding: 1rem 0; } }

@media (max-width: 543px) {
  #stores .page-stores .store-item-container {
    display: block; }
    #stores .page-stores .store-item-container .divide-left {
      border-left: none; }
    #stores .page-stores .store-item-container .store-description a {
      margin-bottom: 0.5rem; }
    #stores .page-stores .store-item-container .store-description address {
      margin-bottom: 0.5rem; }
  #stores .page-stores .store-item-footer {
    display: block; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #ebebeb 1px solid; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 0.625rem; }
    #stores .page-stores .store-item-footer .card-block {
      padding: 0.75rem 0.75rem 0; } }

.tdnewsletter {
  background: #022ce3;
  padding: 0;
  margin-bottom: 70px; }

.block_newsletter {
  position: relative;
  margin: 0 0 -35px; }
  .block_newsletter .newsletter-main {
    background: #022ce3;
    padding: 13px 55px;
    position: relative;
    width: 100%; }
    @media (max-width: 480px) {
      .block_newsletter .newsletter-main {
        padding: 10px; } }
    .block_newsletter .newsletter-main:before, .block_newsletter .newsletter-main:after {
      border-color: transparent transparent #244576;
      border-style: none solid solid;
      bottom: 0;
      content: "";
      height: 30px;
      margin: auto 0;
      position: absolute;
      top: -35px;
      width: 20px; }
      @media (max-width: 543px) {
        .block_newsletter .newsletter-main:before, .block_newsletter .newsletter-main:after {
          /* max 543 */
          top: -14px; } }
      @media (max-width: 480px) {
        .block_newsletter .newsletter-main:before, .block_newsletter .newsletter-main:after {
          top: -10px; } }
    .block_newsletter .newsletter-main:before {
      border-width: 25px 0 80px 20px;
      left: -20px; }
      @media (max-width: 991px) {
        .block_newsletter .newsletter-main:before {
          /* max 991 */
          border-width: 25px 0 100px 20px; } }
      @media (max-width: 543px) {
        .block_newsletter .newsletter-main:before {
          /* max 543 */
          border-width: 25px 0 120px 20px; } }
      @media (max-width: 480px) {
        .block_newsletter .newsletter-main:before {
          border-width: 25px 0 116px 20px; } }
    .block_newsletter .newsletter-main:after {
      border-width: 25px 20px 80px 0;
      right: -20px; }
      @media (max-width: 991px) {
        .block_newsletter .newsletter-main:after {
          /* max 991 */
          border-width: 25px 20px 100px 0; } }
      @media (max-width: 543px) {
        .block_newsletter .newsletter-main:after {
          /* max 543 */
          border-width: 25px 20px 120px 0; } }
      @media (max-width: 480px) {
        .block_newsletter .newsletter-main:after {
          border-width: 25px 20px 116px 0; } }
    .block_newsletter .newsletter-main p {
      margin: 10px 0 0; }
    @media (max-width: 991px) {
      .block_newsletter .newsletter-main .newsletter_content {
        /* max 991 */
        margin-bottom: 10px; } }
    .block_newsletter .newsletter-main .newsletter_content .newsletter_content_inner {
      padding: 0 70px;
      background: transparent url(80b646af59f30abedd7ea626ee23db67.png) no-repeat scroll left center; }
      @media (max-width: 480px) {
        .block_newsletter .newsletter-main .newsletter_content .newsletter_content_inner {
          padding: 0 0 0 60px; } }
    .block_newsletter .newsletter-main .newsletter_content h3.title_block {
      margin-bottom: 8px;
      font-size: 20px;
      line-height: 22px;
      font-weight: 700;
      letter-spacing: 0.3px; }
      @media (max-width: 480px) {
        .block_newsletter .newsletter-main .newsletter_content h3.title_block {
          font-size: 18px;
          margin-bottom: 5px; } }
    .block_newsletter .newsletter-main .newsletter_content p.newsletter_text {
      margin: 0;
      letter-spacing: 0.3px; }
    .block_newsletter .newsletter-main form .newsletter_form_inner {
      overflow: hidden;
      padding: 3px 0; }
    .block_newsletter .newsletter-main form .input-wrapper {
      overflow: hidden; }
    .block_newsletter .newsletter-main form input[type=text] {
      width: 100%;
      min-width: 15rem;
      color: #474747;
      text-align: left;
      padding: 0.625rem;
      background: #ebebeb;
      border: none; }
      @media (max-width: 543px) {
        .block_newsletter .newsletter-main form input[type=text] {
          /* max 543 */ } }
    .block_newsletter .newsletter-main form button[type=submit] {
      border: medium none;
      background: #212121;
      color: #ffffff;
      float: right;
      text-transform: capitalize; }
      .block_newsletter .newsletter-main form button[type=submit]:hover {
        background: #ffdd19;
        color: #000000; }
    .block_newsletter .newsletter-main form input, .block_newsletter .newsletter-main form button {
      height: 42px;
      vertical-align: middle; }

.block-contact .block {
  margin: 0 0 5px;
  overflow: hidden; }
  .block-contact .block .icon {
    float: left;
    margin: 0 8px 0 0;
    text-align: center;
    width: 20px; }
    .block-contact .block .icon i {
      font-size: 18px;
      line-height: 22px; }
  .block-contact .block .data {
    line-height: 24px;
    overflow: hidden; }

.account-list a {
  color: #3c3c3c; }
  .account-list a:hover {
    color: #022ce3; }

#footer .block-social ul {
  margin: 0; }
  #footer .block-social ul li {
    display: block; }
    #footer .block-social ul li a:before {
      display: inline-block;
      font-family: FontAwesome;
      font-weight: normal;
      position: relative;
      width: 20px;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      margin: 0 2px 0 0; }
    #footer .block-social ul li a:hover {
      color: #022ce3; }
    #footer .block-social ul li.facebook a:before {
      content: "\F09A"; }
    #footer .block-social ul li.facebook a:hover {
      color: #022ce3; }
    #footer .block-social ul li.twitter a:before {
      content: "\F099"; }
    #footer .block-social ul li.twitter a:hover {
      color: #022ce3; }
    #footer .block-social ul li.rss a:before {
      content: "\F09E"; }
    #footer .block-social ul li.rss a:hover {
      color: #022ce3; }
    #footer .block-social ul li.youtube a:before {
      content: "\F16A"; }
    #footer .block-social ul li.youtube a:hover {
      color: #022ce3; }
    #footer .block-social ul li.googleplus a:before {
      content: "\F0D5"; }
    #footer .block-social ul li.googleplus a:hover {
      color: #022ce3; }
    #footer .block-social ul li.pinterest a:before {
      content: "\F231"; }
    #footer .block-social ul li.pinterest a:hover {
      color: #022ce3; }
    #footer .block-social ul li.vimeo a:before {
      content: "\F27D"; }
    #footer .block-social ul li.vimeo a:hover {
      color: #022ce3; }
    #footer .block-social ul li.instagram a:before {
      content: "\F16D"; }
    #footer .block-social ul li.instagram a:hover {
      color: #022ce3; }

.footer-container {
  padding-top: 80px;
  overflow: hidden;
  background: #000000; }
  .footer-container h4.title_block {
    font: 700 16px/20px "PT Sans", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 0.9375rem 0;
    cursor: pointer; }
    @media (max-width: 991px) {
      .footer-container h4.title_block {
        /* max 991 */
        position: relative;
        cursor: pointer;
        margin: 0;
        padding: 0.625rem 0; }
        .footer-container h4.title_block:after {
          content: "\F107";
          display: block;
          font-family: "FontAwesome";
          font-size: 20px;
          vertical-align: middle;
          position: absolute;
          right: 0;
          top: 10px; }
        .footer-container h4.title_block.active:after {
          content: "\F106"; } }
    .footer-container h4.title_block a {
      color: #000000;
      font: 700 16px/20px "PT Sans", Helvetica, sans-serif; }
    .footer-container h4.title_block:hover {
      color: #022ce3; }
  .footer-container ul {
    margin-bottom: 0; }
  .footer-container li {
    margin-bottom: 5px; }
    .footer-container li a {
      font-size: 16px;
      line-height: 24px; }

.footer-container-after {
  background: #151414;
  padding: 20px 0;
  margin-top: 35px; }
  .footer-container-after .copyright {
    float: left;
    line-height: 25px; }
    @media (max-width: 991px) {
      .footer-container-after .copyright {
        /* max 991 */
        width: 100%;
        text-align: center; } }
  .footer-container-after .paiement_logo_block {
    float: right; }
    @media (max-width: 991px) {
      .footer-container-after .paiement_logo_block {
        /* max 991 */
        width: 100%;
        margin-bottom: 10px;
        text-align: center; } }
    .footer-container-after .paiement_logo_block img {
      margin: 0 1px; }

.contact-rich {
  color: #5f5f5f;
  margin-bottom: 2rem; }
  .contact-rich h4 {
    margin-bottom: 2rem; }
  .contact-rich .block {
    height: auto;
    overflow: hidden; }
    .contact-rich .block .icon {
      float: left;
      width: 3.5rem; }
      .contact-rich .block .icon i {
        font-size: 2rem; }
    .contact-rich .block .data {
      color: #474747;
      font-size: 0.875rem;
      width: auto;
      overflow: hidden; }
      .contact-rich .block .data.email {
        padding-top: 0.375rem; }

#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 2rem 0 3rem; }

#products #main .page-content,
#pagenotfound #main .page-content {
  margin-bottom: 10rem; }

.page-not-found {
  border: 1px solid #e5e5e5;
  background: white;
  padding: 1rem;
  font-size: 0.875rem;
  color: #5f5f5f;
  margin: 0 auto; }
  .page-not-found h4 {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0.5rem 0 1rem; }
  .page-not-found .search-widget {
    float: none;
    padding: 0; }
    .page-not-found .search-widget .searchtoggle {
      display: none; }
    .page-not-found .search-widget form {
      position: relative;
      display: block;
      top: auto;
      right: auto; }
    .page-not-found .search-widget input {
      width: 100%; }

.customization-modal .modal-content {
  border-radius: 0;
  border: 1px solid #f6f6f6; }
  .customization-modal .modal-content .modal-body {
    padding-top: 0; }
    .customization-modal .modal-content .modal-body .product-customization-line {
      padding-bottom: 0.9375rem;
      padding-top: 0.9375rem;
      border-bottom: 1px solid #f6f6f6; }
      .customization-modal .modal-content .modal-body .product-customization-line .label {
        font-weight: bold;
        text-align: right; }
      .customization-modal .modal-content .modal-body .product-customization-line:last-child {
        padding-bottom: 0;
        border-bottom: 0; }

.sitemap {
  position: relative;
  padding: 2rem;
  border: 1px solid #e5e5e5; }
  .sitemap ul.tree li {
    margin: 0;
    padding: 5px 0 0 25px;
    border-left: 1px solid #d6d4d4;
    line-height: 21px;
    background: url(3e33a10f973028a3cdb16cbaf87aab79.png) no-repeat left 15px transparent; }
  .sitemap ul.tree > li {
    margin: 0 0 0 10px; }
    .sitemap ul.tree > li ul {
      margin: 0 0 0 10px; }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(4a37f8008959c75f619bf0a3a4e2d7a2.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

#product_comments_block_extra {
  padding: 0;
  margin: 0px 0 10px; }
  #product_comments_block_extra .comments_note {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle; }
  #product_comments_block_extra .comments_note span,
  #product_comments_block_extra .star_content {
    float: left;
    color: #3c3c3c; }
  #product_comments_block_extra .comments_note span {
    display: none; }
  #product_comments_block_extra .star_content {
    margin-top: 1px; }
  #product_comments_block_extra .comments_advices {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }

.comments_advices li {
  display: inline-block; }

@media (min-width: 768px) and (max-width: 991px) {
  .comments_advices li {
    /* min 768 max 991 */
    line-height: 20px; } }

.comments_advices a {
  text-decoration: none;
  color: #3c3c3c;
  position: relative;
  padding: 0;
  display: inline-block; }

@media (min-width: 768px) and (max-width: 991px) {
  .comments_advices a {
    /* min 768 max 991 */
    float: none;
    line-height: 20px; } }
  .comments_advices a i {
    font-size: 18px;
    margin: 0 5px 0 0;
    vertical-align: middle; }
  .comments_advices a:hover {
    color: #022ce3; }
  .comments_advices a.reviews {
    margin: 0 15px 0 0; }

/* pop-in add grade/advice ********************************************************************* */
#tdcomment-modal .modal-dialog {
  max-width: 700px; }
  #tdcomment-modal .modal-dialog .modal-header h2 {
    font-size: 16px;
    line-height: 20px;
    color: #000000; }
  #tdcomment-modal .modal-dialog .modal-body .product .product_desc {
    line-height: 18px;
    color: #3c3c3c; }
    #tdcomment-modal .modal-dialog .modal-body .product .product_desc .product_name {
      padding: 10px 0 5px;
      color: #000000; }
  #tdcomment-modal .modal-dialog .modal-body #criterions_list {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    list-style-type: none; }
    #tdcomment-modal .modal-dialog .modal-body #criterions_list li {
      margin-bottom: 10px; }
    #tdcomment-modal .modal-dialog .modal-body #criterions_list label {
      float: left;
      margin: 0 10px 0 0;
      min-width: 100px;
      text-align: left; }
    #tdcomment-modal .modal-dialog .modal-body #criterions_list .star_content {
      float: left; }
  #tdcomment-modal .modal-dialog .modal-footer {
    text-align: center; }
    #tdcomment-modal .modal-dialog .modal-footer button {
      margin: 0 5px; }

/* TAB COMMENTS ******************************************************************************** */
#product_comments_block_tab {
  margin: 0 0 20px 0; }
  #product_comments_block_tab div.comment {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e5e5e5; }
    @media (max-width: 767px) {
      #product_comments_block_tab div.comment .comment_author {
        /* max 767 */
        margin-bottom: 10px; } }
    #product_comments_block_tab div.comment .comment_author span {
      font-weight: bold; }
    #product_comments_block_tab div.comment .comment_author .star_content {
      display: inline-block;
      vertical-align: middle; }
    #product_comments_block_tab div.comment .comment_details {
      overflow: hidden; }
      #product_comments_block_tab div.comment .comment_details ul {
        margin: 0; }
        @media (max-width: 543px) {
          #product_comments_block_tab div.comment .comment_details ul li {
            /* max 543 */
            padding: 2px 0;
            float: left;
            width: 100%; } }
  #product_comments_block_tab .comment_author_infos {
    margin-top: 10px; }
    #product_comments_block_tab .comment_author_infos strong {
      display: block;
      color: #3c3c3c; }
    #product_comments_block_tab .comment_author_infos em {
      font-size: 12px; }
  #product_comments_block_tab a {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-size: 14px; }
  #product_comments_block_tab .comment_helpful {
    float: left; }
    #product_comments_block_tab .comment_helpful .btn {
      border: medium none;
      font-weight: normal;
      background: none;
      padding: 0;
      font-size: 14px; }
      #product_comments_block_tab .comment_helpful .btn span {
        padding: 0; }
        #product_comments_block_tab .comment_helpful .btn span:before {
          font-family: "FontAwesome";
          margin: 0 5px;
          display: inline-block; }
      #product_comments_block_tab .comment_helpful .btn:hover {
        background: none; }
        #product_comments_block_tab .comment_helpful .btn:hover.usefull span {
          color: green; }
        #product_comments_block_tab .comment_helpful .btn:hover.notusefull span {
          color: red; }
      #product_comments_block_tab .comment_helpful .btn.usefull span:before {
        content: "\F087"; }
      #product_comments_block_tab .comment_helpful .btn.notusefull span:before {
        content: "\F088"; }
  #product_comments_block_tab span.report_btn {
    cursor: pointer;
    float: right; }
    @media (max-width: 543px) {
      #product_comments_block_tab span.report_btn {
        /* max 543 */
        float: left; } }
  #product_comments_block_tab span.report_btn:hover {
    text-decoration: underline; }

.star {
  position: relative;
  float: left;
  width: 15px;
  overflow: hidden;
  cursor: pointer;
  font-size: 15px;
  height: 20px;
  font-weight: normal; }

.star {
  display: block; }
  .star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
    font-size: 0; }

div.star {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0; }
  div.star:after {
    content: "\F005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #d9d9d9; }

div.star.star_on:after {
  content: "\F005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ffc315; }

div.star.star_hover:after {
  content: "\F005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ffc315; }

.commentcluetip {
  border-radius: 3px;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px; }
  .commentcluetip:last-child {
    margin-bottom: 0; }

table#product_comparison {
  border: 1px solid #e5e5e5; }
  table#product_comparison th, table#product_comparison td {
    border-color: #e5e5e5; }
  table#product_comparison tbody tr td.product-block {
    vertical-align: top;
    padding: 15px;
    text-align: center; }
  table#product_comparison tbody tr td.td_empty,
  table#product_comparison tbody tr td.feature-name, table#product_comparison tbody tr.comparison_header {
    background: #f6f6f6;
    color: #3c3c3c; }
  table#product_comparison tbody tr td.comparison_infos {
    text-align: center;
    background: transparent; }
  table#product_comparison tbody tr td.td_empty {
    vertical-align: bottom; }
    table#product_comparison tbody tr td.td_empty > span {
      font: 600 18px/22px "PT Sans", Helvetica, sans-serif;
      text-transform: uppercase;
      color: #555454; }
  table#product_comparison .remove {
    padding: 0 0 15px 0; }
    table#product_comparison .remove a {
      font-size: 23px;
      line-height: 23px;
      color: #c0c0c0; }
      table#product_comparison .remove a:hover {
        color: #022ce3; }
  table#product_comparison .thumbnail-container {
    display: inline-block;
    position: relative; }
    table#product_comparison .thumbnail-container .product-thumbnail {
      padding: 5px;
      border: 1px solid #e5e5e5;
      display: inline-block;
      margin: 0 0 10px 0; }
      table#product_comparison .thumbnail-container .product-thumbnail img {
        width: 100%;
        max-width: 250px; }
  table#product_comparison .product-title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px; }
  table#product_comparison .product-price-and-shipping {
    color: #474747;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px; }
    table#product_comparison .product-price-and-shipping > span {
      display: inline-block;
      vertical-align: middle; }
    table#product_comparison .product-price-and-shipping .regular-price {
      color: #3c3c3c;
      text-decoration: line-through;
      font-weight: 500; }
    table#product_comparison .product-price-and-shipping .discount-percentage {
      background: #d9d9d9;
      font-weight: normal;
      line-height: 10px;
      margin: 0 5px;
      padding: 4px;
      color: #000000;
      font-size: 12px; }
    table#product_comparison .product-price-and-shipping .price {
      color: #000000;
      font-weight: 700;
      font-size: 17px; }
  table#product_comparison .product-desc, table#product_comparison .highlighted-informations {
    padding: 0 0 10px 0; }
  table#product_comparison .product-rating {
    margin: 0 auto;
    overflow: hidden; }

.footer_link {
  margin: 0 0 20px 0; }

.modal-dialog .modal-header .modal-msg {
  font-size: 16px;
  line-height: 20px;
  color: #000000; }

.modal-dialog .modal-footer {
  text-align: center; }
  .modal-dialog .modal-footer button {
    margin: 0 5px; }

/**** responsive code ******/
@media (max-width: 991px) {
  /* max 991 */
  table#product_comparison tbody tr td.td_empty span {
    font-size: 14px; }
  table#product_comparison tbody tr td.product-block {
    padding: 10px; } }

@media (max-width: 767px) {
  /* max 767 */
  #product_comparison table,
  #product_comparison thead,
  #product_comparison tbody,
  #product_comparison th,
  #product_comparison td,
  #product_comparison tr {
    display: block; }
  #product_comparison thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #product_comparison tr {
    overflow: hidden; }
    #product_comparison tr:last-child {
      border-bottom: none; }
      #product_comparison tr:last-child td {
        border-bottom: none; }
  #product_comparison td {
    border: none;
    position: relative;
    white-space: normal;
    float: left;
    width: 33.33%; }
    #product_comparison td.feature-name {
      width: 100%;
      text-align: center; }
    #product_comparison td.td_empty {
      width: 100% !important;
      clear: both; }
    #product_comparison td:last-child {
      border-bottom: none; }
  #product_comparison .comparison_feature .feature-name {
    width: 100%;
    float: none;
    clear: both; } }

@media (max-width: 543px) {
  /* max 543 */
  #product_comparison td {
    float: none;
    text-align: center;
    width: 100%; }
  #product_comparison .comparison_feature td {
    float: left;
    width: 50%; }
  #product_comparison .comparison_feature .feature-name {
    width: 100%;
    clear: both; }
  #product_comparison .comparison_feature .product-name {
    width: 50%;
    float: left;
    display: block; } }

#mywishlist td.wishlist_delete a {
  font-size: 15px; }

#block-history .table tbody tr td p {
  margin: 0; }

.wishlistLinkTop .send {
  margin: 0 0 10px 0; }

.wlp_bought article .lnkdel {
  position: absolute;
  top: -10px;
  right: -8px;
  font-size: 20px; }

[id=wishlist_button] + .popover,
.wishlist_change_button + .popover {
  padding: 0;
  min-width: 150px; }
  [id=wishlist_button] + .popover .popover-content,
  .wishlist_change_button + .popover .popover-content {
    padding: 0; }
  [id=wishlist_button] + .popover table,
  .wishlist_change_button + .popover table {
    margin-bottom: 2px; }
    [id=wishlist_button] + .popover table td:hover,
    .wishlist_change_button + .popover table td:hover {
      background-color: #cccccc;
      cursor: pointer; }

.cluetipblock > a {
  padding: 5px;
  display: block;
  cursor: pointer; }

p.form-group .wishlist-label {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin: 0 5px; }

p.form-group .form-control.quantity {
  width: 60px;
  display: inline-block;
  vertical-align: middle; }

p.form-group > span.priority {
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 768px) {
  #tdsendwishlist-modal .modal-dialog {
    /* min 768 */
    min-width: 600px;
    width: 100%; } }

#tdsendwishlist-modal .modal-dialog .modal-header h2 {
  font-size: 16px;
  line-height: 20px;
  color: #000000; }

#tdsendwishlist-modal .modal-dialog .modal-footer {
  text-align: center; }
  #tdsendwishlist-modal .modal-dialog .modal-footer button {
    margin: 0 5px; }
    #tdsendwishlist-modal .modal-dialog .modal-footer button#submitTdWishlist i {
      display: none; }
    #tdsendwishlist-modal .modal-dialog .modal-footer button#submitTdWishlist.loading span {
      display: none; }
    #tdsendwishlist-modal .modal-dialog .modal-footer button#submitTdWishlist.loading i {
      display: block;
      padding: 2px; }

.products_block .owl-nav {
  margin: 0;
  position: absolute;
  right: 15px;
  top: -50px; }
  .products_block .owl-nav .owl-prev i:before {
    content: "\F104"; }
  .products_block .owl-nav .owl-next i:before {
    content: "\F105"; }
  .products_block .owl-nav > div {
    width: 25px;
    height: 25px;
    padding: 2px;
    font-size: 16px;
    text-align: center;
    margin: 0 0 0 5px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative; }
    .products_block .owl-nav > div.disabled {
      opacity: 0.4; }
    .products_block .owl-nav > div:hover {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      color: #ffffff;
      border-color: #022ce3;
      background: #022ce3; }

@media (max-width: 767px) {
  /* max 767 */
  a.nav-tabs-dropdown {
    margin-bottom: 0px;
    border: medium none;
    padding: 8px 0 8px 15px;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    float: right;
    background: #FFFFFF; }
    a.nav-tabs-dropdown:after {
      content: "\F107";
      font-family: "FontAwesome";
      display: inline-block;
      margin: 0 0 0 5px; }
    a.nav-tabs-dropdown.open:after {
      content: "\F106"; }
    a.nav-tabs-dropdown:hover, a.nav-tabs-dropdown:focus, a.nav-tabs-dropdown:active {
      color: #022ce3; }
  .products_block_inner .nav.nav-tabs.nav-tabs-horizontal {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    width: 200px;
    margin: auto;
    overflow: visible;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 2;
    text-align: left; }
    .products_block_inner .nav.nav-tabs.nav-tabs-horizontal > li {
      display: block;
      margin: 0; }
      .products_block_inner .nav.nav-tabs.nav-tabs-horizontal > li a {
        display: block; } }

#tdimageslider {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0; }
  @media (max-width: 767px) {
    #tdimageslider {
      /* max 767 */
      margin: 0 0 15px; } }
  #tdimageslider #slider .nivo-directionNav a {
    height: 40px;
    margin: 0;
    width: 40px;
    font-size: 0;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    #tdimageslider #slider .nivo-directionNav a:after, #tdimageslider #slider .nivo-directionNav a:before {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      background: #ffffff;
      content: "";
      height: 50%;
      left: 25%;
      position: absolute;
      -webkit-transition: all 0.3s ease;
      -webkit-transition-delay: 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      width: 3px; }
    #tdimageslider #slider .nivo-directionNav a:before {
      -webkit-transform: translateX(-50%) rotate(30deg);
      -moz-transform: translateX(-50%) rotate(30deg);
      -ms-transform: translateX(-50%) rotate(30deg);
      -o-transform: translateX(-50%) rotate(30deg);
      transform: translateX(-50%) rotate(30deg);
      transform-origin: 0 100% 0;
      -webkit-transform-origin: 0 100% 0; }
    #tdimageslider #slider .nivo-directionNav a:after {
      top: 50%;
      -webkit-transform: translateX(-50%) rotate(-30deg);
      -moz-transform: translateX(-50%) rotate(-30deg);
      -ms-transform: translateX(-50%) rotate(-30deg);
      -o-transform: translateX(-50%) rotate(-30deg);
      transform: translateX(-50%) rotate(-30deg);
      transform-origin: 0 0 0;
      -webkit-transform-origin: 0 0 0; }
    #tdimageslider #slider .nivo-directionNav a:hover {
      color: #022ce3;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
      #tdimageslider #slider .nivo-directionNav a:hover:after, #tdimageslider #slider .nivo-directionNav a:hover:before {
        background: #022ce3; }
      #tdimageslider #slider .nivo-directionNav a:hover:before {
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        -o-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg); }
      #tdimageslider #slider .nivo-directionNav a:hover:after {
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -moz-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg); }
  #tdimageslider #slider .nivo-directionNav .nivo-prevNav {
    left: -60px; }
    @media (max-width: 767px) {
      #tdimageslider #slider .nivo-directionNav .nivo-prevNav {
        /* max 767 */
        left: 25px; } }
  #tdimageslider #slider .nivo-directionNav .nivo-nextNav {
    right: -60px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media (max-width: 767px) {
      #tdimageslider #slider .nivo-directionNav .nivo-nextNav {
        /* max 767 */
        right: 25px; } }
  #tdimageslider .nivo-controlNav {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    #tdimageslider .nivo-controlNav .nivo-control {
      font-size: 0;
      display: inline-block;
      margin: 0px 4px;
      width: 15px;
      height: 15px;
      background: rgba(204, 204, 204, 0.5);
      border: 1px solid #ffffff;
      cursor: pointer;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      #tdimageslider .nivo-controlNav .nivo-control.active, #tdimageslider .nivo-controlNav .nivo-control:hover {
        background: #022ce3;
        border-color: #022ce3; }
      #tdimageslider .nivo-controlNav .nivo-control.active {
        cursor: default; }
  #tdimageslider:hover #slider .nivo-directionNav .nivo-prevNav {
    left: 25px; }
  #tdimageslider:hover #slider .nivo-directionNav .nivo-nextNav {
    right: 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

#spinner {
  background: #fafafa url(ESPACE-HANDBALL.jpg) no-repeat scroll 50% 50%;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001; }

#tdmanufacturerblock {
  margin-bottom: 47px;
  position: relative; }
  @media (max-width: 991px) {
    #tdmanufacturerblock {
      /* max 991 */
      margin-bottom: 27px; } }
  #tdmanufacturerblock .owl-nav {
    margin: 0;
    position: absolute;
    right: 0px;
    top: -50px; }
    #tdmanufacturerblock .owl-nav > div {
      width: 25px;
      height: 25px;
      padding: 2px;
      font-size: 16px;
      text-align: center;
      margin: 0 0 0 5px;
      border: 1px solid #e5e5e5;
      background: #ffffff;
      display: inline-block;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      position: relative; }
      #tdmanufacturerblock .owl-nav > div:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        color: #ffffff;
        border-color: #022ce3;
        background: #022ce3; }
    #tdmanufacturerblock .owl-nav .owl-prev i:before {
      content: "\F104"; }
    #tdmanufacturerblock .owl-nav .owl-next i:before {
      content: "\F105"; }
  #tdmanufacturerblock .block_content {
    margin: 0; }
  #tdmanufacturerblock #manufacturer-carousel {
    margin-bottom: 0; }
    #tdmanufacturerblock #manufacturer-carousel .item {
      text-align: center;
      padding: 0 15px; }
      #tdmanufacturerblock #manufacturer-carousel .item .manufacturer_image img {
        max-width: 100%;
        opacity: 0.6;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      #tdmanufacturerblock #manufacturer-carousel .item:hover .manufacturer_image img {
        opacity: 1; }

#tdspecialdeals {
  margin-bottom: 3.125rem; }
  #tdspecialdeals .products_block_inner .block_content .item {
    padding: 0 15px; }
    #tdspecialdeals .products_block_inner .block_content .item .product-container {
      position: relative;
      margin-top: 5px; }
      #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container {
        position: relative; }
        @media (max-width: 767px) {
          #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container {
            /* max 767 */
            max-width: 400px;
            margin: 0 auto; } }
        #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .thumbnail-inner {
          position: relative; }
        #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product-thumbnail {
          display: block;
          border: 1px solid #e5e5e5;
          position: relative; }
          #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product-thumbnail img {
            margin: 0 auto;
            max-width: 100%;
            -webkit-transition: all 0.7s ease 0s;
            -moz-transition: all 0.7s ease 0s;
            -ms-transition: all 0.7s ease 0s;
            -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s; }
        #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product_list_thumb {
          margin: 15px 30px 0; }
          #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product_list_thumb .product-images {
            margin: 0; }
            #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product_list_thumb .product-images .thumb-container > a {
              display: block; }
              #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product_list_thumb .product-images .thumb-container > a img {
                border: 1px solid #e5e5e5; }
              #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product_list_thumb .product-images .thumb-container > a.selected img {
                border-color: #022ce3; }
            #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product_list_thumb .product-images .owl-nav {
              margin: 0;
              position: absolute;
              right: 0;
              top: 50%;
              left: 0; }
              #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product_list_thumb .product-images .owl-nav .owl-prev {
                left: -30px; }
                #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product_list_thumb .product-images .owl-nav .owl-prev i:before {
                  content: "\E5CB"; }
              #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product_list_thumb .product-images .owl-nav .owl-next {
                right: -30px; }
                #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product_list_thumb .product-images .owl-nav .owl-next i:before {
                  content: "\E5CC"; }
              #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product_list_thumb .product-images .owl-nav > div {
                width: 30px;
                height: 30px;
                padding: 2px;
                margin: 0;
                border: medium none;
                background: #ffffff;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -ms-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                font-size: 0;
                position: absolute;
                margin-top: -15px; }
                #tdspecialdeals .products_block_inner .block_content .item .product-container .thumbnail-container .product_list_thumb .product-images .owl-nav > div:hover {
                  -webkit-transition: all 0.3s ease 0s;
                  -moz-transition: all 0.3s ease 0s;
                  -ms-transition: all 0.3s ease 0s;
                  -o-transition: all 0.3s ease 0s;
                  transition: all 0.3s ease 0s;
                  color: #022ce3;
                  border-color: #022ce3; }
      #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description {
        padding-top: 1.25rem;
        padding-bottom: 0.625rem; }
        @media (min-width: 768px) {
          #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description {
            /* min 768 */
            text-align: left; } }
        #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .product-title {
          margin-bottom: 0.9375rem; }
          #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .product-title a {
            color: #000000;
            font-size: 20px;
            display: inline-block;
            border-bottom: 1px solid #e5e5e5;
            padding: 0 0 10px;
            text-decoration: none;
            text-align: center;
            font-weight: 400; }
            #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .product-title a:hover {
              color: #022ce3; }
        #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .product-price-and-shipping {
          color: #474747;
          font-weight: 700;
          margin-bottom: 0.9375rem;
          font-size: 1.125rem; }
          #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .product-price-and-shipping > span {
            display: inline-block;
            vertical-align: middle; }
          #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .product-price-and-shipping .regular-price {
            color: #3c3c3c;
            text-decoration: line-through; }
          #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .product-price-and-shipping .discount-percentage {
            background: #022ce3;
            font-weight: normal;
            line-height: 0.625rem;
            margin: 0 0.3125rem;
            padding: 0.3125rem;
            color: #ffffff; }
          #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .product-price-and-shipping .price {
            color: #022ce3; }
        #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .product-desc {
          margin-bottom: 0.9375rem; }
        #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .variant-links {
          margin-bottom: 0.9375rem;
          position: relative;
          width: 100%; }
          #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .variant-links .count {
            color: #5f5f5f;
            font-weight: 700;
            position: relative;
            vertical-align: middle; }
        #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .button-container > div {
          display: inline-block;
          vertical-align: middle; }
        #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .button-container .quick-view {
          background: #022ce3;
          border: 1px solid #022ce3;
          color: #ffffff;
          display: block;
          padding: 0.375rem 0.75rem;
          text-align: center;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          line-height: 20px;
          font-size: 16px;
          text-transform: uppercase; }
          #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .button-container .quick-view:hover {
            background: #212121;
            color: #ffffff;
            border-color: #212121; }
          #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .button-container .quick-view i {
            display: none; }
        #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .tddeal {
          margin-bottom: 1.25rem; }
          #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .tddeal .tddealtitle {
            font-weight: bold;
            color: #000000;
            display: inline-block;
            margin-bottom: 10px; }
          #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .tddeal .tdcountdown > div {
            display: inline-block;
            margin: 0 2px 0 0;
            min-width: 60px;
            overflow: hidden; }
            #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .tddeal .tdcountdown > div span {
              display: block;
              text-align: center; }
            #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .tddeal .tdcountdown > div .number {
              background: #f5f5f5 none repeat scroll 0 0;
              color: #333;
              font-size: 24px;
              padding: 20px 10px; }
            #tdspecialdeals .products_block_inner .block_content .item .product-container .product-description .tddeal .tdcountdown > div .text {
              padding: 4px 6px; }

#tdproductstab {
  position: relative;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    #tdproductstab {
      /* max 991 */
      margin-bottom: 5px; } }
  #tdproductstab .tab-content #tab_feature_product .owl-nav, #tdproductstab .tab-content #td_new_product .owl-nav, #tdproductstab .tab-content #tab_bestseller_product .owl-nav {
    display: none; }

#tdcategoryproducts {
  position: relative;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    #tdcategoryproducts {
      /* max 991 */
      margin-bottom: 5px; } }

.products_block .products_block_inner .product-tab {
  border-bottom: 2px solid #e5e5e5;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px; }
  .products_block .products_block_inner .product-tab:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 3px;
    width: 150px;
    background: #022ce3;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
    @media (max-width: 767px) {
      .products_block .products_block_inner .product-tab:before {
        /* max 767 */ } }

.products_block .products_block_inner .tab_title {
  color: #000000;
  font: 700 20px/38px "PT Sans", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  float: left;
  text-transform: uppercase; }

.products_block .products_block_inner .nav-tabs {
  border: medium none;
  text-align: right;
  float: right; }
  .products_block .products_block_inner .nav-tabs > li {
    display: inline-block;
    float: none;
    margin: 0 5px 0 0; }
    @media (max-width: 543px) {
      .products_block .products_block_inner .nav-tabs > li {
        /* max 543 */
        width: 100%;
        margin: 0 0 3px; } }
    .products_block .products_block_inner .nav-tabs > li a {
      margin: 0 0 -2px;
      border: 1px solid transparent;
      padding: 8px 15px;
      font-size: 16px;
      line-height: normal;
      font-weight: normal;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      overflow: hidden;
      background: #FFFFFF; }
      @media (max-width: 767px) {
        .products_block .products_block_inner .nav-tabs > li a {
          /* max 767 */
          margin: 0; } }
      .products_block .products_block_inner .nav-tabs > li a.active {
        color: #022ce3;
        border: 1px solid #ddd;
        border-top: 3px solid #022ce3;
        border-bottom-color: #ffffff;
        border-width: 3px 1px; }
        @media (max-width: 767px) {
          .products_block .products_block_inner .nav-tabs > li a.active {
            /* max 767 */
            border: medium none;
            border-top: medium none;
            border-bottom-color: none;
            border-width: none; } }
      .products_block .products_block_inner .nav-tabs > li a:hover, .products_block .products_block_inner .nav-tabs > li a:focus, .products_block .products_block_inner .nav-tabs > li a:active {
        color: #022ce3;
        border: 1px solid #ddd;
        border-top: 3px solid #022ce3;
        border-bottom-color: #ffffff;
        border-width: 3px 1px; }
        @media (max-width: 767px) {
          .products_block .products_block_inner .nav-tabs > li a:hover, .products_block .products_block_inner .nav-tabs > li a:focus, .products_block .products_block_inner .nav-tabs > li a:active {
            /* max 767 */
            border: medium none;
            border-top: medium none;
            border-bottom-color: none;
            border-width: none; } }

#tdverticalmenu .tdverticalmenu-inner {
  position: relative; }

#tdverticalmenu .tdvertical-menu {
  padding: 0;
  margin: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  display: none;
  position: absolute;
  padding: 0;
  text-align: left;
  z-index: 9; }
  @media (max-width: 991px) {
    #tdverticalmenu .tdvertical-menu {
      /* max 991 */
      padding: 10px; } }
  @media (max-width: 991px) {
    #tdverticalmenu .tdvertical-menu li ul {
      /* max 991 */
      display: none;
      padding: 0 0 0 10px; } }
  #tdverticalmenu .tdvertical-menu > li {
    display: block;
    position: relative; }
    @media (max-width: 991px) {
      #tdverticalmenu .tdvertical-menu > li {
        /* max 991 */
        position: relative;
        display: block;
        float: left;
        width: 100%; }
        #tdverticalmenu .tdvertical-menu > li span {
          height: 30px;
          position: absolute;
          right: 0;
          text-align: center;
          top: 0;
          width: 30px;
          z-index: 2;
          cursor: pointer; }
          #tdverticalmenu .tdvertical-menu > li span:hover {
            color: #022ce3; }
          #tdverticalmenu .tdvertical-menu > li span:after {
            content: "\F067";
            font-family: "FontAwesome";
            font-size: 12px;
            line-height: 30px; }
          #tdverticalmenu .tdvertical-menu > li span.active:after {
            content: "\F068"; } }
    #tdverticalmenu .tdvertical-menu > li > a {
      color: #3c3c3c;
      display: block;
      font-size: 13px;
      position: relative;
      text-transform: uppercase;
      padding: 10px;
      line-height: 24px; }
      #tdverticalmenu .tdvertical-menu > li > a i {
        height: 24px;
        line-height: 24px;
        margin-right: 10px;
        float: left;
        width: 24px;
        text-align: center;
        font-size: 18px; }
      @media (max-width: 991px) {
        #tdverticalmenu .tdvertical-menu > li > a {
          /* max 991 */
          padding: 5px 0;
          line-height: 20px; }
          #tdverticalmenu .tdvertical-menu > li > a i {
            height: 20px;
            line-height: 20px;
            width: 20px;
            font-size: 16px; } }
    @media (min-width: 992px) {
      #tdverticalmenu .tdvertical-menu > li .tdvm_container {
        /* min 992 */
        border: 1px solid #e5e5e5;
        background: #FFFFFF;
        min-width: 180px;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; } }
    @media (max-width: 991px) {
      #tdverticalmenu .tdvertical-menu > li .tdvm_container {
        /* max 991 */
        float: left;
        width: 100%; } }
    #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner {
      float: left;
      padding: 15px 0;
      position: relative;
      width: 100%; }
      @media (max-width: 991px) {
        #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner {
          /* max 991 */
          width: 100% !important;
          padding: 0; } }
      #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col {
        float: left;
        width: 100%; }
        #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul {
          padding: 0 15px;
          float: left;
          width: 100%; }
          @media (max-width: 991px) {
            #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul {
              /* max 991 */
              padding: 0 0 0 10px; } }
          #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul > li {
            float: left;
            padding: 0 10px;
            width: 200px;
            max-width: 100%; }
            @media (max-width: 991px) {
              #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul > li {
                /* max 991 */
                width: 100%;
                position: relative;
                padding: 0; } }
            #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul > li.category-thumbnail {
              padding: 0;
              width: 100%; }
              #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul > li.category-thumbnail > div {
                margin-top: 10px; }
                #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul > li.category-thumbnail > div:fisrt-child {
                  margin: 0; }
                #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul > li.category-thumbnail > div img {
                  max-width: 100%; }
            #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul > li > a {
              display: block;
              padding: 5px 0;
              line-height: 20px; }
              @media (min-width: 992px) {
                #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul > li > a {
                  /* min 992 */
                  font-weight: bold;
                  color: #000000;
                  text-transform: uppercase; } }
            #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul > li ul li {
              position: relative; }
              #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul > li ul li a {
                display: block;
                padding: 5px 0;
                line-height: 20px; }
              #tdverticalmenu .tdvertical-menu > li .tdvm_container .tdvm_inner .tdvm_col > ul > li ul li ul {
                padding: 0 0 0 10px; }
    @media (min-width: 992px) {
      #tdverticalmenu .tdvertical-menu > li.td-with-child > a {
        /* min 992 */ }
        #tdverticalmenu .tdvertical-menu > li.td-with-child > a:after {
          content: "\F105";
          font-family: "FontAwesome";
          float: right;
          line-height: 20px;
          font-size: 18px; } }
    @media (min-width: 992px) {
      #tdverticalmenu .tdvertical-menu > li.td-with-child:hover .tdvm_container {
        /* min 992 */
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
    @media (min-width: 992px) {
      #tdverticalmenu .tdvertical-menu > li {
        /* min 992 */ }
        #tdverticalmenu .tdvertical-menu > li:hover > a {
          color: #022ce3; } }
    #tdverticalmenu .tdvertical-menu > li > a:hover,
    #tdverticalmenu .tdvertical-menu > li.tdHoverForce > a {
      color: #022ce3; }
  #tdverticalmenu .tdvertical-menu .more-wrap .more-view {
    color: #3c3c3c;
    display: block;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    line-height: 24px; }
    #tdverticalmenu .tdvertical-menu .more-wrap .more-view:before {
      content: "\F067";
      font-family: "FontAwesome";
      height: 24px;
      line-height: 24px;
      margin-right: 10px;
      vertical-align: middle;
      width: 24px;
      float: left;
      text-align: center;
      font-size: 12px; }
  #tdverticalmenu .tdvertical-menu .more-wrap.active .more-view:before {
    content: "\F068"; }

#tdverticalmenu .cat-title {
  background: #022ce3;
  cursor: pointer;
  display: block;
  font: bold 13px/23px "PT Sans", Helvetica, sans-serif;
  padding: 15px;
  position: relative;
  text-transform: uppercase; }
  #tdverticalmenu .cat-title:after {
    display: block;
    font-family: "FontAwesome";
    content: "\F0C9";
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px; }
  @media (max-width: 991px) {
    #tdverticalmenu .cat-title {
      /* max 991 */ } }

#tdverticalmenu .tdvertical-menu .tdvm_col > span {
  top: -30px; }

#tdtestimonials {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 991px) {
    #tdtestimonials {
      /* max 991 */
      margin-bottom: 30px; } }
  #tdtestimonials .parallax {
    background-color: #020203; }
    #tdtestimonials .parallax .testimonial_inner {
      padding-top: 80px;
      padding-bottom: 80px; }
      @media (max-width: 991px) {
        #tdtestimonials .parallax .testimonial_inner {
          /* max 991 */
          padding-top: 50px;
          padding-bottom: 50px; } }
      #tdtestimonials .parallax .testimonial_inner .block_content:hover .owl-carousel .owl-dots {
        opacity: 1; }
      #tdtestimonials .parallax .testimonial_inner .item {
        text-align: center; }
        #tdtestimonials .parallax .testimonial_inner .item img {
          max-width: 100%; }
      #tdtestimonials .parallax .testimonial_inner .testimonial-image {
        display: inline-block;
        margin-bottom: 20px; }
      #tdtestimonials .parallax .testimonial_inner .testimonial-content {
        color: #ffffff;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.3px; }
        #tdtestimonials .parallax .testimonial_inner .testimonial-content .testimonial-userinfo {
          margin-bottom: 15px; }
          #tdtestimonials .parallax .testimonial_inner .testimonial-content .testimonial-userinfo .testimonial-name {
            color: #f3dd22;
            text-transform: capitalize;
            display: inline-block;
            font-size: 17px;
            font-weight: 700; }
          #tdtestimonials .parallax .testimonial_inner .testimonial-content .testimonial-userinfo .testimonial-designation {
            display: inline-block;
            font-weight: 400;
            color: #ffffff; }
            #tdtestimonials .parallax .testimonial_inner .testimonial-content .testimonial-userinfo .testimonial-designation:before {
              content: ",";
              position: relative;
              left: 0;
              right: 0;
              margin: 0 2px 0 0; }
        #tdtestimonials .parallax .testimonial_inner .testimonial-content .testimonial-text {
          width: 70%;
          margin: 0 auto;
          letter-spacing: 0.3px;
          color: #ffffff;
          line-height: 24px; }
          @media (max-width: 991px) {
            #tdtestimonials .parallax .testimonial_inner .testimonial-content .testimonial-text {
              /* max 991 */
              width: 80%; } }
      #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-nav {
        display: none;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        top: 40%;
        z-index: 1; }
        #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-nav .owl-prev {
          left: 0; }
          #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-nav .owl-prev:hover {
            opacity: 1; }
        #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-nav .owl-next {
          right: 0; }
          #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-nav .owl-next:hover {
            opacity: 1; }
        #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-nav div {
          width: 30px;
          height: 30px;
          padding: 2px;
          position: absolute;
          margin: 0;
          border: 1px solid #e5e5e5;
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          font-size: 0; }
          #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-nav div:hover {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -ms-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            color: #022ce3;
            border-color: #022ce3; }
      #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-dots {
        bottom: 10px;
        display: block;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-dots .owl-dot {
          display: inline-block;
          margin: 0px 2px; }
          #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-dots .owl-dot span {
            display: block;
            width: 12px;
            height: 12px;
            background: rgba(255, 255, 255, 0.5);
            border: 1px solid #022ce3;
            cursor: pointer;
            border-radius: 50%; }
          #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-dots .owl-dot.active span, #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-dots .owl-dot:hover span {
            background: #022ce3;
            border-color: #022ce3; }
          #tdtestimonials .parallax .testimonial_inner .owl-carousel .owl-dots .owl-dot.active span {
            cursor: default; }

#tdsubbanners {
  position: relative;
  margin: 0 0 15px; }
  #tdsubbanners .tdsubbanners-container {
    float: left;
    width: 32%; }
    #tdsubbanners .tdsubbanners-container img {
      max-width: 100%;
      width: 100%; }

#tdsubbanners_2.tdsubbanners-container {
  margin: 0 2%; }

#tdparallaxcmsblock {
  margin-bottom: 37px; }
  @media (max-width: 991px) {
    #tdparallaxcmsblock {
      /* max 991 */
      margin-bottom: 17px; } }
  #tdparallaxcmsblock .parallax {
    background-color: #050507;
    min-height: 300px; }
  #tdparallaxcmsblock .parallax_inner .content_inner {
    cursor: default;
    margin-left: auto;
    max-width: 700px;
    padding: 150px 0;
    text-align: center; }
    @media (max-width: 991px) {
      #tdparallaxcmsblock .parallax_inner .content_inner {
        /* max 991 */
        padding: 120px 0; } }
  #tdparallaxcmsblock .parallax_inner .parallax_content .parallax_heading {
    font-weight: 500;
    font-size: 40px;
    font-family: "Poppins", Helvetica, sans-serif;
    color: #59d3fb;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: normal;
    letter-spacing: 0.5px; }
    @media (max-width: 767px) {
      #tdparallaxcmsblock .parallax_inner .parallax_content .parallax_heading {
        /* max 767 */
        font-size: 35px;
        margin: 0 0 15px; } }
    @media (max-width: 480px) {
      #tdparallaxcmsblock .parallax_inner .parallax_content .parallax_heading {
        font-size: 19px;
        margin: 0 0 12px; } }
  #tdparallaxcmsblock .parallax_inner .parallax_content .parallax_desc {
    margin-bottom: 30px;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.3px;
    font-weight: 400; }
    @media (max-width: 767px) {
      #tdparallaxcmsblock .parallax_inner .parallax_content .parallax_desc {
        /* max 767 */
        margin-bottom: 25px; } }
    @media (max-width: 480px) {
      #tdparallaxcmsblock .parallax_inner .parallax_content .parallax_desc {
        margin-bottom: 20px;
        font-size: 14px; } }
  #tdparallaxcmsblock .parallax_inner .parallax_content .parallax_button a {
    font-size: 16px;
    line-height: 22px;
    padding: 8px 25px;
    border: medium none;
    border-radius: 50px;
    font-weight: 700;
    background: #ffffff;
    color: #3c3c3c;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    @media (max-width: 480px) {
      #tdparallaxcmsblock .parallax_inner .parallax_content .parallax_button a {
        padding: 8px 20px;
        font-size: 15px;
        line-height: 18px; } }
    #tdparallaxcmsblock .parallax_inner .parallax_content .parallax_button a:hover {
      background: #022ce3;
      color: #ffffff; }

#tdbannercmsblock {
  position: relative;
  margin-bottom: 34px; }
  @media (max-width: 1199px) {
    #tdbannercmsblock {
      /* max 1199 */
      margin-bottom: 14px; } }
  #tdbannercmsblock .tdcms_inner {
    text-align: center; }
    #tdbannercmsblock .tdcms_inner .cms-banner-item {
      overflow: hidden;
      position: relative; }
      @media (max-width: 767px) {
        #tdbannercmsblock .tdcms_inner .cms-banner-item {
          /* max 767 */
          display: inline-block;
          margin-bottom: 10px;
          text-align: center; } }
      #tdbannercmsblock .tdcms_inner .cms-banner-item a {
        display: block;
        position: relative;
        overflow: hidden; }
        #tdbannercmsblock .tdcms_inner .cms-banner-item a img {
          max-width: 100%; }
        #tdbannercmsblock .tdcms_inner .cms-banner-item a:before {
          background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
          bottom: 0;
          content: "";
          height: 0;
          opacity: 1;
          position: absolute;
          right: 0;
          width: 0; }
        #tdbannercmsblock .tdcms_inner .cms-banner-item a:after {
          background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
          content: "";
          height: 0;
          left: 0;
          opacity: 1;
          position: absolute;
          top: 0;
          width: 0; }
      #tdbannercmsblock .tdcms_inner .cms-banner-item:hover a:before, #tdbannercmsblock .tdcms_inner .cms-banner-item:hover a:after {
        height: 100%;
        opacity: 0;
        transition-duration: 1.3s;
        width: 100%; }
      #tdbannercmsblock .tdcms_inner .cms-banner-item.cms-banner3 {
        margin-top: 30px; }
        @media (max-width: 767px) {
          #tdbannercmsblock .tdcms_inner .cms-banner-item.cms-banner3 {
            /* max 767 */
            margin-top: 0;
            margin-bottom: 0; } }

#tdcmsblock {
  margin-bottom: 37px; }
  @media (max-width: 991px) {
    #tdcmsblock {
      /* max 991 */
      margin-bottom: 17px; } }
  #tdcmsblock .service-outer .service-inner .service-left {
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      #tdcmsblock .service-outer .service-inner .service-left {
        /* max 991 */
        text-align: center;
        margin-bottom: 20px; } }
    #tdcmsblock .service-outer .service-inner .service-left a img {
      max-width: 100%;
      height: auto;
      transition: all 1.3s ease 0s;
      -webkit-transition: all 1.3s ease 0s;
      -moz-transition: all 1.3s ease 0s;
      -ms-transition: all 1.3s ease 0s;
      -o-transition: all 1.3s ease 0s; }
    #tdcmsblock .service-outer .service-inner .service-left a:hover img {
      transform: scale(1.1);
      -ms-transform: scale(1.1);
      /* IE 9 */
      -webkit-transform: scale(1.1);
      /* Safari */ }
  #tdcmsblock .service-outer .service-inner .service-right {
    cursor: pointer; }
    @media (max-width: 991px) {
      #tdcmsblock .service-outer .service-inner .service-right {
        /* max 991 */
        text-align: center; } }
    #tdcmsblock .service-outer .service-inner .service-right .service-main {
      padding-left: 30px; }
      @media (max-width: 991px) {
        #tdcmsblock .service-outer .service-inner .service-right .service-main {
          /* max 991 */
          padding-left: 0; } }
      #tdcmsblock .service-outer .service-inner .service-right .service-main .title {
        font: 600 18px/24px "PT Sans", Helvetica, sans-serif;
        color: #000000;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        margin-bottom: 5px; }
      #tdcmsblock .service-outer .service-inner .service-right .service-main .sub-title {
        font: 700 27px/30px "PT Sans", Helvetica, sans-serif;
        color: #000000;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          #tdcmsblock .service-outer .service-inner .service-right .service-main .sub-title {
            /* max 991 */
            margin-bottom: 15px; } }
        @media (max-width: 320px) {
          #tdcmsblock .service-outer .service-inner .service-right .service-main .sub-title {
            font-size: 20px;
            line-height: 25px; } }
      #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content {
        background-color: #f5f5f5;
        padding: 37px 37px 37px 0;
        position: relative; }

@media (min-width: 992px) and (max-width: 1199px) {
  #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content {
    /* min 992 max 1199 */
    padding: 25px 37px 25px 0; } }
        @media (max-width: 991px) {
          #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content {
            /* max 991 */
            padding: 30px 0; } }
        #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content:before {
          background-color: #f5f5f5;
          content: "";
          height: 100%;
          position: absolute;
          right: 100%;
          top: 0;
          width: 100%;
          z-index: 1; }
          @media (max-width: 991px) {
            #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content:before {
              /* max 991 */
              right: auto;
              width: auto; } }
        #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service {
          padding: 10px 0;
          display: table;
          width: 100%; }
          #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
            padding-left: 15px; }
            @media (max-width: 1199px) {
              #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner {
                /* max 1199 */
                padding-left: 0; } }
            #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner .service-img {
              background: url(5f2f64d11150069b194f4614b674af46.png) no-repeat 10px 12px transparent;
              content: "";
              height: 64px;
              left: 0;
              position: relative;
              display: inline-block;
              width: 64px;
              margin: 0 15px;
              float: left;
              text-align: center; }
              #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner .service-img.free-shipping {
                background-position: 10px 12px; }
              #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner .service-img.support {
                background-position: 10px -74px; }
              #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner .service-img.money-back {
                background-position: 10px -162px; }
              @media (max-width: 991px) {
                #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner .service-img {
                  /* max 991 */
                  margin: 0 15px 0 0; } }
            #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner .service-content {
              overflow: hidden;
              margin-top: 10px;
              text-align: left; }
              @media (max-width: 320px) {
                #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner .service-content {
                  margin-top: 15px; } }
              #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner .service-content .service-text {
                font-size: 16px;
                line-height: normal;
                font-weight: 700;
                font-family: "PT Sans", Helvetica, sans-serif;
                color: #3c3c3c;
                cursor: pointer;
                margin-bottom: 2px;
                text-transform: uppercase;
                letter-spacing: 0.96px;
                transition: letter-spacing 0.5s ease 0s;
                -webkit-transition: letter-spacing 0.5s ease 0s;
                -moz-transition: letter-spacing 0.5s ease 0s;
                -ms-transition: letter-spacing 0.5s ease 0s;
                -o-transition: letter-spacing 0.5s ease 0s; }
                @media (max-width: 320px) {
                  #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner .service-content .service-text {
                    font-size: 14px;
                    margin-bottom: 5px; } }
              #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner .service-content .service-description {
                color: #888888;
                font-size: 16px;
                font-weight: 400;
                line-height: 22px;
                font-family: "PT Sans", Helvetica, sans-serif; }
                @media (max-width: 320px) {
                  #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner .service-content .service-description {
                    font-size: 13px;
                    line-height: 18px; } }
            #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner:hover .service-img.free-shipping {
              background-position: -84px 12px; }
            #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner:hover .service-img.support {
              background-position: -84px -74px; }
            #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner:hover .service-img.money-back {
              background-position: -84px -162px; }
            #tdcmsblock .service-outer .service-inner .service-right .service-main .cmsblock_content .service .service_inner:hover .service-content .service-text {
              color: #022ce3;
              letter-spacing: 2px;
              transition: letter-spacing 0.5s ease 0s;
              -webkit-transition: letter-spacing 0.5s ease 0s;
              -moz-transition: letter-spacing 0.5s ease 0s;
              -ms-transition: letter-spacing 0.5s ease 0s;
              -o-transition: letter-spacing 0.5s ease 0s; }

.tdspecialproducts {
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .tdspecialproducts {
      /* max 991 */
      margin-bottom: 5px; } }

#tdfooterstoreinfo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    #tdfooterstoreinfo {
      /* max 991 */
      border-bottom: medium none;
      text-align: center; } }
  #tdfooterstoreinfo h4.title_block {
    display: none; }
  #tdfooterstoreinfo .block_content {
    width: 100%;
    display: inline-block; }
    @media (max-width: 991px) {
      #tdfooterstoreinfo .block_content {
        /* max 991 */ } }
  #tdfooterstoreinfo .storeinfo_img {
    margin-bottom: 30px;
    display: inline-block; }
    @media (max-width: 991px) {
      #tdfooterstoreinfo .storeinfo_img {
        /* max 991 */
        margin-bottom: 10px; } }
    #tdfooterstoreinfo .storeinfo_img:after {
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      bottom: 0;
      content: "";
      height: 60px;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
      @media (max-width: 991px) {
        #tdfooterstoreinfo .storeinfo_img:after {
          /* max 991 */
          border-right: medium none; } }
  #tdfooterstoreinfo .storeinfo-desc {
    color: #ffffff;
    padding: 10px 0 10px 100px;
    margin-bottom: 0;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      #tdfooterstoreinfo .storeinfo-desc {
        /* max 991 */
        padding: 0 15px;
        text-align: center; } }

#smartblog_block {
  margin-bottom: 18px;
  position: relative; }
  @media (max-width: 991px) {
    #smartblog_block {
      /* max 991 */
      margin-bottom: 0px; } }
  #smartblog_block .sdsblog-box-content #smartblog-carousel .item {
    margin-top: -5px;
    padding: 15px; }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post {
      display: inline-block; }
      #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder {
        overflow: hidden;
        position: relative;
        display: block;
        margin: 0 0 15px; }
        #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder a {
          display: block;
          position: relative; }
          #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder a img {
            width: 100%;
            max-width: 100%; }
          #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .news_module_image_holder a .blog-hover {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -khtml-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            width: 100%; }
      #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_date {
        display: inline-block;
        vertical-align: middle;
        font: 400 16px/16px "PT Sans", Helvetica, sans-serif;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #022ce3;
        color: #ffffff;
        padding: 10px 0 10px 10px; }
        #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_date .day_date, #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_date .day_month {
          display: inline-block; }
        #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_date .day_year {
          display: none; }
        #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_date:after {
          content: '';
          height: 0;
          width: 0;
          position: absolute;
          border-right: 30px solid transparent;
          border-bottom: 36px solid #022ce3;
          right: -30px;
          top: 0; }
      #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content {
        text-align: left; }
        #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title {
          margin: 0 0 8px; }
          #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title a {
            color: #000000;
            font: 700 18px/22px "PT Sans", Helvetica, sans-serif; }
            @media (max-width: 767px) {
              #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title a {
                /* max 767 */
                font-size: 17px; } }
            #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .sds_post_title a:hover {
              color: #022ce3; }
        #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .desc {
          color: #888888;
          margin: 0;
          font: 400 16px/20px "PT Sans", Helvetica, sans-serif;
          text-align: justify; }
          @media (max-width: 767px) {
            #smartblog_block .sdsblog-box-content #smartblog-carousel .item .blog_post .blog_content .blog_inner .desc {
              /* max 767 */
              font-size: 15px; } }
    #smartblog_block .sdsblog-box-content #smartblog-carousel .item:hover .news_module_image_holder .blog-hover {
      background: rgba(0, 0, 0, 0.4);
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }

#sdsblogArticle {
  margin-bottom: 20px; }
  #sdsblogArticle #lipsum {
    margin: 0 0 10px;
    width: 100%; }
    #sdsblogArticle #lipsum img {
      max-width: 100%;
      width: 100%; }
  #sdsblogArticle .page-item-title h1 {
    color: #000000;
    font: 600 20px "PT Sans", Helvetica, sans-serif;
    padding: 0;
    text-transform: capitalize;
    margin: 0 0 10px; }
    #sdsblogArticle .page-item-title h1:hover {
      color: #022ce3; }
  #sdsblogArticle .post-info {
    display: block;
    margin: 0 0 10px; }
    #sdsblogArticle .post-info span span {
      display: inline; }
  #sdsblogArticle .sdsarticle-des {
    margin: 0;
    text-align: justify;
    line-height: 24px; }

#respond {
  color: #3c3c3c; }
  #respond .comment-reply-title {
    font: 600 20px "PT Sans", Helvetica, sans-serif;
    margin: 0 0 20px; }
  #respond #commentInput .right {
    padding: 10px 0 0;
    text-align: right; }
    #respond #commentInput .right #submitComment {
      font-size: 12px;
      line-height: normal;
      font-weight: 600; }
  #respond input[disabled] {
    background: none repeat scroll 0 0 transparent;
    border: medium none; }
  #respond .captcha input[type="text"] {
    max-width: 85px; }
  #respond td {
    padding: 5px;
    vertical-align: top; }
    #respond td:first-child {
      padding-top: 8px; }

.smartblogcomments .success {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #3C763D;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px; }

.smartblogcomments .attention {
  background-color: #f5f5f5;
  border-color: #e5e5e5;
  color: #333;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px; }

.smartblogcomments .warning {
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  color: #A94442;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px; }

#articleComments {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin: 0px 0 30px; }
  #articleComments #comments {
    margin-bottom: 10px; }
  #articleComments .commenttitle {
    font: 400 14px "PT Sans", Helvetica, sans-serif;
    margin: 10px 0; }
  #articleComments .commentList {
    margin: 0;
    position: relative; }
    #articleComments .commentList li {
      padding: 8px 0 8px 80px; }
      #articleComments .commentList li .comment-reply-link {
        font: 600 11px/16px "PT Sans", Helvetica, sans-serif;
        padding: 6px 10px; }
      #articleComments .commentList li .avatar {
        background: none;
        padding: 0;
        left: 10px;
        position: absolute;
        top: 10px; }
      #articleComments .commentList li .reply {
        height: auto;
        text-align: right; }
      #articleComments .commentList li .name, #articleComments .commentList li .name a {
        font-size: 13px;
        font-weight: bold; }
      #articleComments .commentList li .created {
        margin: 0 0 10px; }
      #articleComments .commentList li p {
        font-size: 15px; }

#sdsblogCategory {
  margin: 0 0 30px; }
  #sdsblogCategory .imageFeatured {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 0 0 20px 0;
    max-width: 100%;
    padding: 0; }
  #sdsblogCategory .catDesc {
    margin: 0 0 20px; }

.blog_pagination .pagination {
  text-align: center; }
  .blog_pagination .pagination .pagination_bottom {
    float: right;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .blog_pagination .pagination .pagination_bottom {
        /* max 767 */
        width: 100%; } }
    .blog_pagination .pagination .pagination_bottom li {
      display: inline-block;
      height: 2.1875rem;
      width: 2.1875rem;
      vertical-align: middle;
      border: 1px solid #e5e5e5; }
      .blog_pagination .pagination .pagination_bottom li a {
        color: black;
        font-weight: 600;
        line-height: 2.1875rem;
        cursor: pointer;
        display: block; }
        .blog_pagination .pagination .pagination_bottom li a.disabled {
          color: #3c3c3c;
          cursor: not-allowed; }
        .blog_pagination .pagination .pagination_bottom li a.previous, .blog_pagination .pagination .pagination_bottom li a.next {
          font-size: 0; }
          .blog_pagination .pagination .pagination_bottom li a.previous i, .blog_pagination .pagination .pagination_bottom li a.next i {
            font-size: 1.25rem; }
      .blog_pagination .pagination .pagination_bottom li.current a {
        cursor: default; }
      .blog_pagination .pagination .pagination_bottom li.current, .blog_pagination .pagination .pagination_bottom li:hover {
        border-color: #022ce3; }
        .blog_pagination .pagination .pagination_bottom li.current a, .blog_pagination .pagination .pagination_bottom li:hover a {
          color: #022ce3;
          text-decoration: none; }
  .blog_pagination .pagination .results {
    line-height: 35px;
    float: left; }
    @media (max-width: 767px) {
      .blog_pagination .pagination .results {
        /* max 767 */
        text-align: center;
        width: 100%; } }

#smartblogcat .sdsarticleCat {
  margin: 0 0 40px;
  padding: 0;
  position: relative; }
  #smartblogcat .sdsarticleCat .sdsarticleHeader {
    margin: 0;
    padding: 0;
    display: block; }
    #smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block {
      margin: 0 0 10px;
      width: 100%;
      text-transform: capitalize;
      border: none;
      background: none;
      height: auto;
      padding: 0; }
      #smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block a {
        color: #000000;
        font: 600 20px "PT Sans", Helvetica, sans-serif;
        padding: 0;
        text-transform: capitalize;
        width: 100%; }
        #smartblogcat .sdsarticleCat .sdsarticleHeader .sdstitle_block a:hover {
          color: #022ce3; }
  #smartblogcat .sdsarticleCat .articleContent {
    margin-bottom: 15px;
    display: block;
    position: relative;
    overflow: hidden; }
    #smartblogcat .sdsarticleCat .articleContent .imageFeaturedLink img {
      max-width: 100%;
      padding: 0;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -khtml-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    #smartblogcat .sdsarticleCat .articleContent:hover .imageFeaturedLink img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  #smartblogcat .sdsarticleCat .blogdetail {
    display: block;
    margin: 0 0 10px;
    line-height: 22px; }
    #smartblogcat .sdsarticleCat .blogdetail > span {
      display: inline; }
  #smartblogcat .sdsarticleCat .sdsarticle-des {
    color: #3c3c3c;
    display: block;
    margin: 0 0 15px; }
    #smartblogcat .sdsarticleCat .sdsarticle-des #lipsum {
      line-height: 24px;
      text-align: justify; }
  #smartblogcat .sdsarticleCat .sdsreadMore .more {
    display: inline-block; }
    #smartblogcat .sdsarticleCat .sdsreadMore .more a.r_more {
      display: inline-block;
      float: none;
      font: 600 14px "PT Sans", Helvetica, sans-serif;
      padding: 5px 15px;
      text-transform: capitalize; }

/*** HEADER ***/
#header {
  background: white;
  color: #3c3c3c; }
  #header .container {
    position: relative; }
  #header #header_logo {
    padding: 8px 15px;
    float: left;
    max-width: 250px; }
    @media (max-width: 991px) {
            #header #header_logo img{
        max-width: 70%!important;
        margin-left: 0%;
      }
      #header #header_logo {
        /* max 991 */
        max-width: 100%; } }
    @media (max-width: 767px) {
      #header #header_logo img{
        max-width: 70%!important;
        margin-left: 0%;
      }
      #header #header_logo {
        /* max 767 */

        padding: 10px 0;
        float: none;
        text-align: center; } }
    #header #header_logo .logo {
      max-width: 100%; }
  #header a {
    color: #474747; }
    #header a:hover {
      text-decoration: none;
      color: #022ce3; }
  #header .header-nav {
    background: #000000; }
    #header .header-nav .left-nav {
      text-align: left; }
      @media (max-width: 543px) {
        #header .header-nav .left-nav {
          /* max 543 */
          text-align: center; } }
      #header .header-nav .left-nav > div {
        display: inline-block;
        vertical-align: middle; }
    #header .header-nav .right-nav {
      text-align: right; }
      @media (max-width: 543px) {
        #header .header-nav .right-nav {
          /* max 543 */
          text-align: center; } }
      #header .header-nav .right-nav > div {
        display: inline-block;
        vertical-align: middle; }
    #header .header-nav .language-selector, #header .header-nav .currency-selector, #header .header-nav .user-info .user-info-inner {
      padding: 15px 10px 15px 0;
      white-space: nowrap; }
      @media (max-width: 543px) {
        #header .header-nav .language-selector, #header .header-nav .currency-selector, #header .header-nav .user-info .user-info-inner {
          /* max 543 */
          padding: 10px 10px 10px 0; } }
      #header .header-nav .language-selector .expand-more, #header .header-nav .currency-selector .expand-more, #header .header-nav .user-info .user-info-inner .expand-more {
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        line-height: 16px;
        text-transform: capitalize;
        vertical-align: middle; }
        #header .header-nav .language-selector .expand-more:after, #header .header-nav .currency-selector .expand-more:after, #header .header-nav .user-info .user-info-inner .expand-more:after {
          content: "\F0D7";
          display: inline-block;
          font-family: "FontAwesome";
          font-size: 16px;
          line-height: 16px;
          vertical-align: -1px;
          margin: 0 3px; }
        #header .header-nav .language-selector .expand-more:hover, #header .header-nav .currency-selector .expand-more:hover, #header .header-nav .user-info .user-info-inner .expand-more:hover {
          color: #022ce3; }
      #header .header-nav .language-selector .dropdown-menu, #header .header-nav .currency-selector .dropdown-menu, #header .header-nav .user-info .user-info-inner .dropdown-menu {
        margin-top: 0;
        padding: 5px;
        right: auto;
        left: 0;
        border-color: #e5e5e5; }
        #header .header-nav .language-selector .dropdown-menu .dropdown-item, #header .header-nav .currency-selector .dropdown-menu .dropdown-item, #header .header-nav .user-info .user-info-inner .dropdown-menu .dropdown-item {
          padding: 5px;
          font-size: 14px; }
      #header .header-nav .language-selector.open .expand-more:after, #header .header-nav .currency-selector.open .expand-more:after, #header .header-nav .user-info .user-info-inner.open .expand-more:after {
        content: "\F0D8"; }
    #header .header-nav .user-info .user-info-inner .expand-more i {
      display: none; }
    @media (max-width: 543px) {
      #header .header-nav .user-info .user-info-inner .dropdown-menu {
        /* max 543 */
        right: 0;
        left: auto; } }
    #header .header-nav #contact-link {
      margin: 0.6875rem 0;
      color: #3c3c3c; }
      #header .header-nav #contact-link a {
        color: #3c3c3c; }
        #header .header-nav #contact-link a:hover {
          color: #5f5f5f; }
  #header .header-top {
    padding: 15px 0; }
    @media (max-width: 767px) {
      #header .header-top {
        /* max 767 */
        padding: 0; } }
    #header .header-top > .container {
      position: relative; }
    #header .header-top .mobile_top_menu_wrapper {
      display: none; }
    #header .header-top .position-static {
      position: static; }
  #header .nav-full-width {
    background: #022ce3; }
    #header .nav-full-width.fixed {
      animation: 0.5s linear 0s normal none 1 running fadeInDown;
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1000; }
  #header #tdheadercontact {
    float: right;
    position: relative; }
    @media (max-width: 991px) {
      #header #tdheadercontact {
        float: none;
        /* max 991 */
        margin: 4px 0 0; } }
    @media (max-width: 767px) {
      #header #tdheadercontact {
        /* max 767 */
        float: none;
        text-align: center;
        margin: 0; } }
    @media (max-width: 767px) {
      #header #tdheadercontact .block_content {
        /* max 767 */
        display: inline-block; } }
    #header #tdheadercontact .block_content .contactinfo {
      text-align: left;
      cursor: pointer;
      display: inline-block;
      position: relative;
      padding: 8px 15px 8px 55px; }
      #header #tdheadercontact .block_content .contactinfo.phone {
        position: relative; }
        #header #tdheadercontact .block_content .contactinfo.phone:after {
          background-size:cover!important;
          background: url(aa626d242df841ebc32f6045cf65f6a6.png) no-repeat scroll transparent;
          position: absolute;
          content: "";
          width: 50px;
          height: 50px;
          top: 0;
          left: 0;
          right: 0;
          transition: all 400ms ease-in-out 0s;
          -webkit-transition: all 400ms ease-in-out 0s;
          -moz-transition: all 400ms ease-in-out 0s;
          -ms-transition: all 400ms ease-in-out 0s;
          -o-transition: all 400ms ease-in-out 0s; }
        #header #tdheadercontact .block_content .contactinfo.phone:hover:after {
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          -ms-transform: rotateY(180deg);
          -o-transform: rotateY(180deg);
          transform: rotateY(180deg); }
      #header #tdheadercontact .block_content .contactinfo.email {
        position: relative; }
        #header #tdheadercontact .block_content .contactinfo.email:after {
          background-size:cover!important; 
          background: url(da7811af93563e7fe8a60238350946c2.png) no-repeat scroll  transparent;
          position: absolute;
          content: "";
          width: 50px;
          height: 50px;
          top: 0;
          left: 0;
          right: 0;
          transition: all 400ms ease-in-out 0s;
          -webkit-transition: all 400ms ease-in-out 0s;
          -moz-transition: all 400ms ease-in-out 0s;
          -ms-transition: all 400ms ease-in-out 0s;
          -o-transition: all 400ms ease-in-out 0s; }
        #header #tdheadercontact .block_content .contactinfo.email:hover:after {
          -webkit-transform: rotateY(180deg);
          -moz-transform: rotateY(180deg);
          -ms-transform: rotateY(180deg);
          -o-transform: rotateY(180deg);
          transform: rotateY(180deg); }
      #header #tdheadercontact .block_content .contactinfo .tdcontact-title {
        font-size: 17px;
        line-height: normal;
        font-weight: 500;
        color: #3c3c3c;
        display: inline-block;
        text-transform: capitalize; }
        @media (max-width: 991px) {
          #header #tdheadercontact .block_content .contactinfo .tdcontact-title {
            /* max 991 */
            font-size: 16px; } }
      #header #tdheadercontact .block_content .contactinfo .tdcontact-phone, #header #tdheadercontact .block_content .contactinfo .tdcontact-email {
        margin-top: 3px;
        color: #3c3c3c;
        font-size: 15px;
        font-weight: 400;
        display: block; }
        @media (max-width: 991px) {
          #header #tdheadercontact .block_content .contactinfo .tdcontact-phone, #header #tdheadercontact .block_content .contactinfo .tdcontact-email {
            /* max 991 */
            font-size: 14px; } }
  #header .cart-preview .shopping-cart {
    vertical-align: middle; }
  #header .cart-preview .body {
    display: none; }
  #header .blockcart {
    position: relative;
    float: right;
    padding: 4px 0px; }
    @media (max-width: 991px) {
      #header .blockcart {
        /* max 991 */
        padding: 10px 15px 10px 0; } }
    #header .blockcart .shopping_cart {
      position: relative; }
      #header .blockcart .shopping_cart > a {
        height: 40px;
        width: 40px;
        font-size: 0;
        cursor: pointer;
        display: block;
        position: relative;
        background: url(09b8b284b9d423868e7668ea46d8a99e.png) no-repeat center center transparent; }
        #header .blockcart .shopping_cart > a i {
          display: none; }
        #header .blockcart .shopping_cart > a span.hidden-md-down {
          display: none; }
        #header .blockcart .shopping_cart > a .cart-products-count {
          background: #022ce3;
          border-radius: 50%;
          top: 3px;
          right: 0px;
          color: #ffffff;
          font-size: 10px;
          font-weight: bold;
          height: 15px;
          line-height: 10px;
          padding: 2px;
          position: absolute;
          text-align: center;
          width: 15px; }
          @media (max-width: 991px) {
            #header .blockcart .shopping_cart > a .cart-products-count {
              /* max 991 */
              background: #3c3c3c; } }
    #header .blockcart .cart_block {
      background: #ffffff;
      position: absolute;
      border: 1px solid #ebebeb;
      width: 340px;
      left: auto;
      z-index: 10;
      right: 0;
      display: none;
      margin: 0;
      padding: 0;
      top: 45px; }
      @media (max-width: 991px) {
        #header .blockcart .cart_block {
          /* max 991 */
          top: 50px; } }
      @media (max-width: 543px) {
        #header .blockcart .cart_block {
          /* max 543 */
          width: 290px; } }
      #header .blockcart .cart_block .cart_block_list ul.products {
        max-height: 340px;
        overflow-y: scroll;
        margin: 0; }
        #header .blockcart .cart_block .cart_block_list ul.products li {
          padding: 0.625rem;
          position: relative;
          overflow: hidden;
          border-bottom: 1px solid #ebebeb;
          text-align: left; }
          #header .blockcart .cart_block .cart_block_list ul.products li .cart-images {
            float: left;
            margin-right: 0.625rem; }
            #header .blockcart .cart_block .cart_block_list ul.products li .cart-images img {
              max-width: 100px; }
          #header .blockcart .cart_block .cart_block_list ul.products li .cart-info {
            overflow: hidden;
            padding-right: 1.25rem;
            position: relative; }
            #header .blockcart .cart_block .cart_block_list ul.products li .cart-info .product-name, #header .blockcart .cart_block .cart_block_list ul.products li .cart-info .price {
              margin-bottom: 10px; }
          #header .blockcart .cart_block .cart_block_list ul.products li .remove_link {
            position: absolute;
            right: 0.625rem;
            top: 0.625rem;
            font-size: 18px; }
      #header .blockcart .cart_block .cart_block_list .cart-prices {
        padding: 15px; }
        #header .blockcart .cart_block .cart_block_list .cart-prices .price {
          display: inline-block;
          margin: 5px 0;
          width: 100%; }
          #header .blockcart .cart_block .cart_block_list .cart-prices .price .label {
            float: left;
            font-weight: 700; }
          #header .blockcart .cart_block .cart_block_list .cart-prices .price .value {
            float: right; }
      #header .blockcart .cart_block .cart_block_list .cart-buttons {
        padding: 0.9375rem;
        text-align: center; }
      #header .blockcart .cart_block .cart_block_list .cart_block_no_products {
        text-align: left;
        padding: 1rem;
        margin-bottom: 0; }
      #header .blockcart .cart_block .cart-buttons a {
        color: #ffffff; }
        #header .blockcart .cart_block .cart-buttons a:hover {
          color: #ffffff; }

.homepage-heading, .productpage-heading {
  border-bottom: 2px solid #e5e5e5;
  font: 700 20px/24px "PT Sans", Helvetica, sans-serif;
  color: #000000;
  margin: 0 0 15px 0;
  padding: 8px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize; }
  .homepage-heading:before, .productpage-heading:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 150px;
    background: #022ce3;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
    @media (max-width: 767px) {
      .homepage-heading:before, .productpage-heading:before {
        /* max 767 */ } }
  .homepage-heading a, .productpage-heading a {
    color: #000000; }

.popover {
  font-family: inherit; }

/*** WRAPPER ***/
#wrapper {
  padding-top: 2.5rem;
  overflow: hidden; }
  #index #wrapper {
    padding-top: 0; }
  #wrapper .banner {
    margin-bottom: 1.5rem;
    display: block; }
    #wrapper .banner img {
      box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15); }

.tdbreadcrumb {
  background-color: #f5f5f5; }

.breadcrumb {
  background: transparent;
  padding: 30px 15px;
  margin-bottom: 0px;
  text-align: center; }
  #index .breadcrumb {
    display: none; }
  .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li::after {
      content: "-";
      color: #5f5f5f;
      margin: 0 0.625em; }
    .breadcrumb li:last-child {
      color: #5f5f5f; }
      .breadcrumb li:last-child::after {
        content: ""; }

/*** MAIN ***/
#main .page-header {
  margin-bottom: 1.5625rem; }

#main .page-content {
  margin-bottom: 1.5625rem; }
  #main .page-content h6 {
    margin-bottom: 1.125rem; }
  #main .page-content #notifications {
    margin-left: -15px;
    margin-right: -15px; }

#notifications ul {
  margin-bottom: 0; }

/*** FOOTER ***/
#footer {
  margin-top: 20px;
  color: #ffffff; }
  #index #footer {
    margin-top: 0; }
  #footer a, #footer p {
    color: #ffffff; }
  #footer a {
    cursor: pointer; }
    #footer a:hover {
      color: #022ce3; }

.backtotop-img {
  position: relative; }
  .backtotop-img .bottom {
    background: #ffffff url(top-icon-png-3.png) no-repeat scroll center center;
    bottom: 10px;
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 35px;
    z-index: 99;
    overflow: hidden; }

.top {
  background: transparent url(top-icon-png-3.png) no-repeat scroll center center;
  bottom: 10px;
  cursor: pointer;
  height: 35px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 35px;
  z-index: 99;
  overflow: hidden; 
  background-size:cover;}

/*** Responsive part ***/
@media (max-width: 767px) {
  .container {
    max-width: 100%; }
  #wrapper {
    box-shadow: none; }
  #checkout-cart-summary {
    float: none;
    width: 100%;
    margin-top: 1rem; }
  section.checkout-step {
    width: 100%; }
  .default-input {
    min-width: 100%; }
  label {
    clear: both; } }

@media (max-width: 991px) {
  #content-wrapper {
    margin-bottom: 20px; }
    #index #content-wrapper {
      margin-bottom: 0; }
  #blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: 0 auto 0.9375rem; }
  #blockcart-modal .product-name {
    margin-top: 0.625rem; }
  #search_filters .facet .facet-label {
    text-align: left; }
  .block-category .category-cover {
    position: relative;
    text-align: center; }
  .block-category {
    padding-bottom: 0; } }

#left-column .block, #right-column .block {
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  padding: 10px; }

@media (min-width: 992px) and (max-width: 1199px) {
  #left-column .block, #right-column .block {
    /* min 992 max 1199 */
    border: medium none;
    padding: 0; } }
  @media (max-width: 991px) {
    #left-column .block, #right-column .block {
      /* max 991 */
      border: 1px solid #e5e5e5;
      padding: 10px; } }
  #left-column .block h4, #right-column .block h4 {
    font: 16px/20px "PT Sans", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      #left-column .block h4, #right-column .block h4 {
        /* max 991 */
        position: relative;
        cursor: pointer;
        margin: 0; }
        #left-column .block h4:after, #right-column .block h4:after {
          content: "\F107";
          display: block;
          font-family: "FontAwesome";
          font-size: 20px;
          vertical-align: middle;
          position: absolute;
          right: 10px;
          top: 10px; }
        #left-column .block h4.active:after, #right-column .block h4.active:after {
          content: "\F106"; } }
    #left-column .block h4 a, #right-column .block h4 a {
      color: #000000;
      font: 16px/20px "PT Sans", Helvetica, sans-serif; }
  #left-column .block .filter_block_content, #right-column .block .filter_block_content {
    margin: 15px 0 0; }
  #left-column .block .block_content, #right-column .block .block_content {
    margin: 15px 0 0; }

#left-column .products_block .products-block .product-miniature, #right-column .products_block .products-block .product-miniature {
  padding: 0; }
  #left-column .products_block .products-block .product-miniature .product-container, #right-column .products_block .products-block .product-miniature .product-container {
    display: inline-block;
    width: 100%;
    margin: 0 0 15px; }
    #left-column .products_block .products-block .product-miniature .product-container .thumbnail-container, #right-column .products_block .products-block .product-miniature .product-container .thumbnail-container {
      float: left;
      margin-right: 10px; }
    #left-column .products_block .products-block .product-miniature .product-container .product-description, #right-column .products_block .products-block .product-miniature .product-container .product-description {
      overflow: hidden;
      padding: 10px 0;
      text-align: left; }

#left-column .products_block .all-product-link, #right-column .products_block .all-product-link {
  display: block;
  text-align: right;
  margin: 0;
  padding: 10px; }
  #left-column .products_block .all-product-link:hover, #right-column .products_block .all-product-link:hover {
    color: #022ce3; }

#left-column ul, #right-column ul {
  margin-bottom: 0; }

#left-column .tdleftbanners-container, #right-column .tdleftbanners-container {
  display: inline-block;
  overflow: hidden; }
  #left-column .tdleftbanners-container a, #right-column .tdleftbanners-container a {
    display: block;
    position: relative;
    overflow: hidden; }
    #left-column .tdleftbanners-container a:before, #right-column .tdleftbanners-container a:before {
      background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
      bottom: 10px;
      content: "";
      left: 10px;
      right: 10px;
      position: absolute;
      top: 10px;
      transform: scale(0);
      -ms-transform: scale(0);
      /* IE 9 */
      -webkit-transform: scale(0);
      /* Safari */
      opacity: 1; }
    #left-column .tdleftbanners-container a img, #right-column .tdleftbanners-container a img {
      max-width: 100%; }
    #left-column .tdleftbanners-container a:hover:before, #right-column .tdleftbanners-container a:hover:before {
      opacity: 0;
      transform: scale(1.1);
      transform: scale(1.1);
      -ms-transform: scale(1.1);
      /* IE 9 */
      -webkit-transform: scale(1.1);
      /* Safari */
      transition-duration: 1s;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -ms-transition-duration: 1s;
      -o-transition-duration: 1s; }

.tdfeaturedproducts {
  margin-bottom: 3.125rem; }

.brand {
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  margin-bottom: 0.9375rem; }
  @media (max-width: 991px) {
    .brand {
      /* max 991 */
      text-align: center; } }
  .brand .brand-img {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.9375rem;
    padding: 0.9375rem; }
  .brand .brand-infos {
    margin-bottom: 0.9375rem; }
    .brand .brand-infos p {
      margin: 0; }
  .brand .brand-products {
    margin-bottom: 0.9375rem; }
    .brand .brand-products .br-product {
      display: block;
      margin-bottom: 0.625rem; }

/*# sourceMappingURL=theme.css.map*/