.absolute-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#front_carousel {
  /* //flipp the background image by flipping the containing div. However, even the gogear is flipped to the left...
	#carousel_image_01{
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
	}
*/
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
#front_carousel .carousel-control.left {
  background: none;
  -webkit-filter: -;
          filter: -;
}
#front_carousel .carousel-control.right {
  left: auto;
  right: 0;
  background: none;
  -webkit-filter: -;
          filter: -;
}
#front_carousel .control-prev,
#front_carousel .control-next {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  z-index: 5;
  display: inline-block;
  font-size: 1.5em;
}
#front_carousel .control-prev {
  left: 50%;
  margin-left: -0.5em;
  background: url(/wwz/img/arrows/light-gray_left_30.png) center center no-repeat;
}
#front_carousel .control-next {
  right: 50%;
  margin-right: -0.5em;
  background: url(/wwz/img/arrows/light-gray_right_30.png) center center no-repeat;
}
#front_carousel #carousel_image_01 {
  background-image: url("/wwz/img/banners/classic_dic4/small.jpg");
}
#front_carousel #carousel_image_02 {
  background-image: url("/wwz/img/banners/eternityxt_armadillo/small.jpg");
}
#front_carousel #carousel_image_03 {
  background-image: url("/wwz/img/banners/beyond_expectations/small.jpg");
}
#front_carousel .carousel_image {
  height: 198px;
  background: no-repeat center center;
}
#front_carousel .carousel_image a {
  background: url(/wwz/img/dogear_tr.gif) right top no-repeat;
  display: block;
  width: 100%;
  height: 198px;
}
#front_carousel .carousel_caption {
  position: absolute;
  top: 10%;
  left: 0;
  width: 45%;
  background-image: linear-gradient(to right, rgba(226, 225, 218, 0.95) 0%, rgba(226, 225, 218, 0.2) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2e2e1da', endColorstr='#33e2e1da', GradientType=1);
  padding: 0 1em 0.2em 1em;
}
#front_carousel .carousel-nav {
  display: none;
}
#front_carousel .carousel_caption {
  position: absolute;
  top: 10%;
  left: 0;
  width: 45%;
  background-image: linear-gradient(to right, rgba(226, 225, 218, 0.99) 0%, rgba(226, 225, 218, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fce2e1da', endColorstr='#cce2e1da', GradientType=1);
  padding: 0 1em 0.2em 1em;
}
@media (min-width: 768px) {
  #front_carousel .control-prev,
  #front_carousel .control-next {
    font-size: 2.5em;
  }
  #front_carousel .control-prev {
    background: url(/wwz/img/arrows/light-gray_left_45.png) center center no-repeat;
  }
  #front_carousel .control-next {
    background: url(/wwz/img/arrows/light-gray_right_45.png) center center no-repeat;
  }
  #front_carousel #carousel_image_01 {
    background-image: url("/wwz/img/banners/classic_dic4/medium.jpg");
  }
  #front_carousel #carousel_image_02 {
    background-image: url("/wwz/img/banners/eternityxt_armadillo/medium.jpg");
  }
  #front_carousel #carousel_image_03 {
    background-image: url("/wwz/img/banners/beyond_expectations/medium.jpg");
  }
  #front_carousel .carousel_image {
    height: 274px;
  }
  #front_carousel .carousel_image a {
    height: 274px;
  }
  #front_carousel .carousel-indicators {
    display: none;
  }
  #front_carousel .carousel-nav {
    display: block;
    z-index: 100;
    text-align: center;
    width: 100%;
    padding: 0.4em 0;
    background-image: linear-gradient(to bottom, #e9e7e2 0%, #d1cfc5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e7e2', endColorstr='#ffd1cfc5', GradientType=0);
  }
  #front_carousel .carousel-nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    list-style-type: none;
  }
  #front_carousel .carousel-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
    height: 38px;
    max-width: 33.33333333%;
    overflow: hidden;
    vertical-align: middle;
  }
  #front_carousel .carousel-nav ul li a {
    display: block;
    margin: 0;
    padding: 0.3em 0.5em;
    color: #777777;
    line-height: normal;
    font-size: 0.9em;
  }
  #front_carousel .carousel-nav ul li a.active {
    color: #444444;
    background: rgba(255, 255, 255, 0.6);
    -webkit-animation-duration: 2s;
  }
  #front_carousel .carousel-nav ul li a:hover {
    text-decoration: none;
  }
  #front_carousel .carousel-nav ul li:first-child {
    border-top-left-radius: 1em 1em;
    border-bottom-left-radius: 1em 1em;
    border-left: 1px solid #777777;
  }
  #front_carousel .carousel-nav ul li:last-child {
    border-top-right-radius: 1em 1em;
    border-bottom-right-radius: 1em 1em;
    border-right: 1px solid #777777;
  }
}
@media (min-width: 992px) {
  #front_carousel #carousel_image_01 {
    background-image: url("/wwz/img/banners/classic_dic4/large.jpg");
  }
  #front_carousel #carousel_image_02 {
    background-image: url("/wwz/img/banners/eternityxt_armadillo/large.jpg");
  }
  #front_carousel #carousel_image_03 {
    background-image: url("/wwz/img/banners/beyond_expectations/large.jpg");
  }
  #front_carousel .carousel_image {
    height: 300px;
  }
  #front_carousel .carousel_image a {
    height: 300px;
  }
  #front_carousel .carousel-nav ul li {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  #front_carousel .carousel-nav ul li a {
    padding: 0.5em 1em;
    font-size: 1em;
    line-height: 1.5em;
  }
  #front_carousel .carousel-nav ul li:first-child {
    border-top-left-radius: 1.5em 1.5em;
    border-bottom-left-radius: 1.5em 1.5em;
    border-left-width: 2px;
  }
  #front_carousel .carousel-nav ul li:last-child {
    border-top-right-radius: 1.5em 1.5em;
    border-bottom-right-radius: 1.5em 1.5em;
    border-right-width: 2px;
  }
}
#front_palettes {
  /* Extra small devices (phones, less than 768px) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
#front_palettes .first div.palette {
  background-image: linear-gradient(to bottom, #0088ce 0%, #003478 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088ce', endColorstr='#ff003478', GradientType=0);
  color: #fff;
  overflow: hidden;
}
#front_palettes .second div.palette {
  background-image: linear-gradient(to bottom, #e9e7e2 0%, #d1cfc5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e7e2', endColorstr='#ffd1cfc5', GradientType=0);
  color: #555555;
  overflow: hidden;
}
#front_palettes .palette {
  margin-top: 1em;
  padding-bottom: 0.5em;
  height: auto;
}
#front_palettes h2 {
  background: url(/wwz/img/dogear_tr.gif) right top no-repeat;
  font-size: 1.6em;
  color: inherit;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #front_palettes h2 {
    background-image: url(/wwz/img/dogear_tr@2x.gif);
    background-size: 28px 28px;
  }
}
#front_palettes h3 {
  font-size: 1.0em;
  text-transform: uppercase;
}
#front_palettes h2,
#front_palettes h3 {
  margin: 0;
  padding: 15px 15px 5px 15px;
}
#front_palettes a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 50px 0 15px;
  color: #fff;
  font-size: 0.9em;
  min-height: 40px;
}
#front_palettes a i {
  position: absolute;
  bottom: 5px;
  right: 15px;
  width: 30px;
  height: 100%;
}
#front_palettes a:hover {
  text-decoration: none;
}
#front_palettes .first a {
  color: #fff;
}
#front_palettes .first a i {
  background: url(/wwz/img/arrows/white_right_30.png) center center no-repeat;
}
#front_palettes .first a:hover {
  color: #eeeeee;
}
#front_palettes .first a:hover i {
  background-image: url(/wwz/img/arrows/light-gray_right_30.png);
}
#front_palettes .second a {
  color: #555555;
}
#front_palettes .second a i {
  background: url(/wwz/img/arrows/blue_right_30.png) center center no-repeat;
}
#front_palettes .second a:hover {
  color: #003478;
}
#front_palettes .second a:hover i {
  background-image: url(/wwz/img/arrows/gray_right_30.png);
}
#front_palettes .second a.single {
  min-height: 35px;
}
#front_palettes .second a.single span {
  display: inline-block;
  padding-top: 4px;
}
@media (min-width: 768px) {
  #front_palettes .palette {
    height: 21em;
  }
}
@media (min-width: 992px) {
  #front_palettes {
    margin-bottom: 0.5em;
  }
  #front_palettes .first {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  #front_palettes .palette {
    height: 22em;
  }
}
@media (min-width: 1208px) {
  #front_palettes .palette {
    height: 18.5em;
  }
  #front_palettes a {
    padding: 0 65px 0 15px;
    min-height: 60px;
  }
  #front_palettes a i {
    bottom: 5px;
    right: 15px;
    width: 50px;
  }
  #front_palettes .first a i {
    background-image: url(/wwz/img/arrows/white_right_45.png);
  }
  #front_palettes .first a:hover i {
    background-image: url(/wwz/img/arrows/light-gray_right_45.png);
  }
}
