/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/static/lib/fancybox/2.1.5/css/fancybox_sprite.png?a1085897d1e5');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/static/lib/fancybox/2.1.5/css/fancybox_loading.gif?a1085897d1e5') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/static/lib/fancybox/2.1.5/css/blank.gif?a1085897d1e5'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/static/lib/fancybox/2.1.5/css/fancybox_overlay.png?a1085897d1e5');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/static/lib/fancybox/2.1.5/css/fancybox_sprite@2x.png?a1085897d1e5');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/static/lib/fancybox/2.1.5/css/fancybox_loading@2x.gif?a1085897d1e5');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/static/lib/fancybox/2.1.5/helpers/fancybox_buttons.png?a1085897d1e5');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/* Helper class */
.error label.error {
  color: red;
}
.section-block {
  margin-bottom: 30px;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.relative {
  position: relative;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-border {
  border: 0;
}
.width100,
.w100 {
  width: 100%;
}
.width50,
.w50 {
  width: 100%;
  display: block;
}
.full-container {
  width: 100%;
  display: block;
  clear: both;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.maxheight100 {
  max-height: 100px;
}
.maxheight200 {
  max-height: 200px;
}
.maxheight300 {
  max-height: 300px;
}
.maxheight400 {
  max-height: 400px;
}
.maxheight500 {
  max-height: 500px;
}
.maxheight600 {
  max-height: 600px;
}
.maxheight700 {
  max-height: 700px;
}
.maxwidth100 {
  max-width: 100px;
}
.maxwidtht200 {
  max-width: 200px;
}
.maxwidth300 {
  max-width: 300px;
}
.maxwidth400 {
  max-width: 400px;
}
.maxwidth500 {
  max-width: 500px;
}
.maxwidth600 {
  max-width: 600px;
}
.maxwidth700 {
  max-width: 700px;
}
.padd {
  margin-top: 60px;
}
.globalPadding {
  padding: 50px 0;
}
.globalPaddingTop {
  padding: 50px 0 0;
}
.globalPaddingBottom {
  padding: 0 0 50px;
}
.hr2 {
  border-width: 2px;
  border-color: #DDDDDD;
}
.hr3 {
  border-width: 4px;
  border-color: #DDDDDD;
}
ul.list-dot li {
  list-style: inside disc;
}
ul.list-number li {
  list-style: inside decimal;
}
ul.list {
  list-style: disc;
  padding-left: 40px;
}
ul.list ul {
  list-style: circle;
  padding-left: 40px;
}
ul.list-check {
  list-style: none;
}
ul.list-border li {
  border-bottom: 1px solid #E0EDED;
  display: block;
  padding: 10px 15px;
}
ul.list-border li:hover {
  background: #ebebeb;
}
.transitionfx {
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
}

.btn-nobg {
  background: none;
  color: #fff;
}

/* =============================================================== */
/* HOME PAGE BOXES SLIDER
/* =============================================================== */
.box-pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
}
.swiper-container {
  background: #333;
}
.swiper-wrapper {
  background: #fff;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 8px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}
.arrow-left {
  background: url('/images/arrows.png') no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
}
.arrow-right {
  background: url('/images/arrows.png') no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
}
.swiper-container {
  width: 100%;
  height: 100%;
  height: 490px;
  color: #fff;
  text-align: center;
}
.swiper-slide {
  height: 100%;
}
.swiper-slide .slider-content {
  height: 100%;
  display: block;
}
.slide-2x {
  width: 500px;
}
.slide-4x {
  width: 500px;
}
.slide-1x {
  width: 300px;
}
.box-4in {
  display: block;
  float: left;
  height: 50%;
  width: 50%;
}
.slider-box-bottom .box-4in,
.slider-box-top .box-4in {
  height: 100%;
}
.box-4in .price,
.box-text-table .dealprice {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  font-weight: lighter;
  margin-bottom: 15px;
}
.box-4in .btn {
  min-width: 100px !important;
}
.box-4in.a .box-content-overly,
.box-4in.b .box-content-overly {
  bottom: 5px;
  right: 5px;
  top: auto;
}
.box-slider-content {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.box-text {
  bottom: 100px;
  display: block;
  height: auto;
  left: 18%;
  position: absolute;
  width: 64%;
  z-index: 10;
}
.box-text.bottom-align {
  bottom: 20px;
}
.box-text h2,
.box-text-cell-inner h2 {
  font-size: 30px;
  letter-spacing: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.box-text p,
.box-text-cell-inner p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: lighter;
}
.box-text .btn,
.box-text-cell-inner .btn {
  margin-top: 10px;
}
.box-text-table {
  display: table;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.box-text-cell {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.box-text-cell-inner.dark {
  color: #2C3E50;
}
.box-text-cell-inner {
  max-width: 70%;
  display: block;
  margin-left: 15%;
}
.box-content-overly {
  background: rgba(0, 0, 0, 0);
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 5;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.box-content-overly.box-content-overly-white {
  opacity: 0;
}
.box-blank-url {
  display: block;
  height: 100%;
  width: 100%;
}
.slider-box-top .box-content-overly {
  bottom: 5px;
  top: auto;
}
.box-slider-content:hover .box-content-overly {
  background: rgba(0, 0, 0, 0.3);
  visibility: visible;
}
.box-slider-content:hover .box-content-overly-white {
  background: rgba(255, 255, 255, 0.8);
  visibility: visible;
  opacity: 1;
}
.box-slider-content .box-content-overly-white .box-text,
.box-slider-content .box-content-overly-white .box-text-cell-inner {
  opacity: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.box-slider-content:hover .box-content-overly-white .box-text,
.box-slider-content:hover .box-content-overly-white .box-text-cell-inner {
  opacity: 1;
  display: block;
  color: #2c3e50;
}
.box-slider-content .box-img {
  height: 100%;
  display: block;
  position: relative;
  z-index: 4;
  margin: 0 5px 0 0;
}
.box-img.last-child-slide {
  margin-right: 0;
}
.box-slider-content a.box-img img {
  width: 100%;
  min-height: 100%;
  height: auto;
}
.box-slider-content .slider-box-top a.box-img {
  bottom: 5px;
  height: 100%;
  overflow: hidden;
}
.box-4in.a a.box-img,
.box-4in.b a.box-img {
  bottom: 5px;
  height: 100%;
  display: block;
  overflow: hidden;
}
.slider-box-top {
  width: 100%;
  height: 50%;
  display: block;
  overflow: hidden;
}
.slider-box-top .box-img {
  overflow: hidden;
  bottom: 5px;
}
.slider-box-bottom {
  width: 100%;
  height: 50%;
  display: block;
  overflow: hidden;
}
h1.bolder-style {
  font-size: 80px;
  font-weight: 800;
  line-height: 80px;
  padding-bottom: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
  -webkit-text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
  text-transform: uppercase;
}
h1.bolder-style.light,
h1.bolder-style.light a {
  color: #fff;
}
h1.bolder-style.dark,
h1.bolder-style.dark a {
  color: #2c3e50;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 0 1px #2c3e50;
  -webkit-text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 0 1px #2c3e50;
}
.slider-box-top .bolder-sub a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3.5px;
}
.box-price-tag {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}
.box-price-tag .price {
  background: #fff;
  color: #2c3e50;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .swiper-container {
    height: 490px;
  }
  .slide-2x,
  .slide-4x,
  .slide-1x {
    width: 490px;
  }
  .box-text {
    bottom: 10% !important;
  }
}
@media (max-width: 767px) {
  .swiper-container {
    height: 350px;
  }
  .slide-2x,
  .slide-4x,
  .slide-1x {
    width: 350px;
  }
  .box-text {
    bottom: 10%;
  }
  .box-text h2,
  .box-text-cell-inner h2 {
    font-size: 22px;
  }
  .btn-stroke-dark,
  .btn-stroke-light {
    padding: 10px 20px;
    min-width: 150px;
  }
  h1.bolder-style {
    font-size: 50px;
    line-height: 50px;
  }
}
/* =============================================================== */
/* HOME PAGE SLIDER
/* =============================================================== */
.sliderImg {
  background: url('/static/css/static/img/loading.gif') center center no-repeat;
}
.banner {
  /*margin-top: 80px;*/
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.banner-boxes {
  margin-top: 80px;
}
.banner.down {
  margin-top: 26px;
}
.banner,
.slider-content,
.slider,
.slider-v2 {
  width: 100%;
  display: block;
  max-height: 540px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.slider-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sliderImg {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner .sliderInfo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner .sliderInfo .container {
  height: 100%;
  dispay: block;
}
.sliderText {
  display: block;
  -webkit-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -o-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -moz-transition: opacity 0.5s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -o-transition: opacity 0.5s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -ms-transition: opacity 0.5s linear, -ms-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}
.sliderText:nth-child(n) {
  filter: none;
}
.slider-item.cycle-slide-active .sliderText {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.transformRight {
  display: block;
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -o-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -moz-transition: opacity 0.5s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -o-transition: opacity 0.5s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -ms-transition: opacity 0.5s linear, -ms-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}
.slider-item.cycle-slide-active .transformRight {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.transformLeft {
  display: block;
  -webkit-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -o-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -moz-transition: opacity 0.5s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -o-transition: opacity 0.5s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -ms-transition: opacity 0.5s linear, -ms-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}
.slider-item.cycle-slide-active .transformLeft {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sliderText .inner {
  padding: 20px;
}
.sliderText h1 {
  font-size: 36px;
  font-weight: lighter;
}
.sliderText.dark h1 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.slide-link {
  color: #fff;
  letter-spacing: -0.25px;
  font-size: 16px;
}
.sliderText {
  margin-top: 15%;
}
.sliderText.dark {
  color: #ddd;
}
div[class|='slider-item-img'] {
  background-size: cover;
}
/***  ------- Slider Style 1 Start ------- ***/
#pager2 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 200;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#pager2 span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 5px;
  text-indent: -9999px;
  width: 16px;
}

.sliderControl {
  position: absolute;
  z-index: 200;
  top: 45%;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #2c3e50;
  padding: 0 5px;
}
.sliderControl {
  opacity: 1;
}
.sliderControl:hover:nth-child(n) {
  filter: none;
}
.sliderControl:hover {
  background: #ffffff;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#99ffffff');
  zoom: 1;
}
.prevControl {
  left: 20px;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -moz-transition: opacity 0.5s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -o-transition: opacity 0.5s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -ms-transition: opacity 0.5s linear, -ms-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}
.banner:hover .prevControl {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.nextControl {
  right: 20px;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -moz-transition: opacity 0.5s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -o-transition: opacity 0.5s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -ms-transition: opacity 0.5s linear, -ms-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}
.banner:hover .nextControl {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sliderText.white {
  bottom: 35px;
  background: #ffffff;
  background: transparent\9;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ccffffff');
  zoom: 1;
}
.sliderText.white:nth-child(n) {
  filter: none;
}
.sliderText h3.price {
  font-size: 22px;
  font-weight: lighter;
}
.sliderTextFull {
  margin-top: 20%;
  color: #FFFFFF;
}
.sliderTextFull h3 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
}
.topAnima {
  opacity: 0;
}
.cycle-slide-active .topAnima {
  opacity: 1;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.3s;
  visibility: visible !important;
}
.sliderTextFull .opacity0 {
  opacity: 0!important;
}
.cycle-slide-active .sliderTextFull .bottomAnima {
  opacity: 1!important;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 1s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
  visibility: visible !important;
}
.sliderTextFull .inner.dark {
  display: block;
  margin: 0 auto;
  padding: 20px 10px;
  width: auto;
  background: #000000;
  background: transparent\9;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000');
  zoom: 1;
}
.sliderTextFull .inner.dark:nth-child(n) {
  filter: none;
}
.blankstyle h1 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  height: auto;
  letter-spacing: -1px;
  line-height: 36px;
  opacity: 1;
  padding: 0;
  text-transform: uppercase;
}
.color-white h1,
.color-white p,
.color-white {
  color: #fff;
}
.color-black h1,
.color-black p,
.color-black {
  color: #000;
}
/***  ------- Slider Style 2 Pager ------- ***/
#pager {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
  z-index: 200;
  margin: 0 auto;
  padding: 0;
}
#pager a {
  color: #fff;
  display: block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: normal;
  list-style: none outside none;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 33.333334%;
  background: rgba(0, 0, 0, 0.5);
}
#pager a.cycle-pager-active {
  color: #fff;
}

.sectionCategory {
  background: #34373b;
  padding: 30px 0;
  position: relative;
}
.sectionCategoryIntro {
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}
.sectionCategory .container {
  position: relative;
  z-index: 5;
}
.sectionCategoryIntro h1,
.sectionCategoryIntro h2,
.sectionCategoryIntro h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: lighter;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.sectionCategoryIntro p {
  color: #ddd;
}
.sectionCategory .subCategoryThumb {
  height: 160px !important;
}

.featuredImgLook2 .inner {
  border: solid 1px #ddd;
  padding: 10px;
}
.featuredImgLook2 .inner:hover {
  border: solid 1px #4ec67f;
}
.img-link {
  display: block;
  overflow: hidden;
}
.img-link img {
  width: 100%;
}
.featuredImgLook2 h3 {
  color: #2c3e50;
  font-weight: 600;
  padding: 20px 0;
  text-transform: uppercase;
}
.featuredImgLook2 h3 a:hover {
  color: #27ae60;
}
.featuredImgLook2 h3 span {
  color: #eb5e58;
  display: block;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.featuredImgLook2 p {
  color: #7f8c8d;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .featuredImgLook2 .col-md-3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 460px) {
  .featuredImgLook2 .col-md-3 {
    width: 100%;
  }
}

.featuredImageLook3 .inner {
  display: block;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}

.featuredImageLook3 .inner .box-content-overly-white {
  right: 0;
  text-align: center;
}
.submini {
  height: 2px;
  max-width: 50px;
  margin: 15px auto;
  background: #2C3E50;
  box-shadow: none;
  border: none;
}
.featuredImageLook3 .inner .img-title {
  color: white;
  display: block;
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 0px 2px #444;
  text-transform: uppercase;
  top: 40%;
  width: 100%;
  z-index: 100;
  transition: opacity .2s linear, visibility .2s linear;
}
.featuredImageLook3 .inner:hover .img-title {
  visibility: hidden;
  opacity: 0;
}
.img-block {
  display: block;
  overflow: hidden;
}
.img-block img {
  margin: 0 auto;
}
.featuredImageLook3 .inner .box-text-cell-inner h1 {
  font-size: 22px;
  letter-spacing: 2px;
}
.featuredImageLook3 .inner:hover .box-content-overly-white {
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  visibility: visible;
}
@media (max-width: 650px) {
  .featuredImageLook3 .inner .box-text-cell-inner h1 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .featuredImageLook3 .inner .box-text-cell-inner p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
  }
  hr.submini {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .featuredImageLook3 .inner .img-title {
    font-size: 18px;
    letter-spacing: 2px;
  }
}
@media (max-width: 500px) {
  .featuredImageLook3 .box-content-overly {
    display: none;
  }
  .featuredImageLook3 .inner .img-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.section-block {
  margin-bottom: 30px;
}
.section-title {
  border-bottom: 2px solid #DDDDDD;
  border-top: 2px solid #DDDDDD;
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0 10px;
  padding: 0;
}
.section-title span {
  color: #2c3e50;
  display: inline-block;
  padding: 5px 15px 5px 0;
  text-transform: uppercase;
  width: auto;
}
.section-title a:hover {
  text-decoration: underline;
}
/***  -------  Style 2  ------- ***/
.style2 .section-title,
.section-title.style2 {
  font-size: 38px;
  font-weight: lighter;
  line-height: 44px;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
  border: none;
}
.section-title-style2,
.section-title.style2 {
  position: relative;
}
.style2 .section-title:after,
.section-title-style2:after,
.section-title.style2:after,
.section-title-style2:after {
  background: #DDDDDD;
  content: "";
  display: block;
  height: 1px;
  margin-left: 20%;
  position: absolute;
  top: 28px;
  width: 60%;
  z-index: 1;
}
.section-title-style2 span,
.section-title.style2 span {
  background: #FFFFFF;
  display: inline-block;
  padding: 10px;
  position: relative;
  width: auto;
  z-index: 2;
}
.style2 .section-title span,
.section-title.style2 span {
  color: #2c3e50;
  display: table;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: 0 auto;
}
.featureImg a {
  display: block;
  overflow: hidden;
}
.featureImg a img {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
.featureImg a img:hover {
  transform: scale(1.1) rotate(-1.1deg);
  -webkit-transform: scale(1.1) rotate(-1.1deg);
  -moz-transform: scale(1.1) rotate(-1.1deg);
  -ms-transform: scale(1.1) rotate(-1.1deg);
  -o-transform: scale(1.1) rotate(-1.1deg);
}
.btn-discover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  padding: 10px 57px;
  text-decoration: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.btn-discover:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.brand-carousel li {
  float: left;
  display: inline-block;
}
.brand-carousel li img {
  max-width: 100%;
  width: 100%;
}
.carousel-nav {
  font-size: 26px;
  margin-left: 10px;
  padding-bottom: 3px;
  padding-top: 3px;
}
h1.xlarge,
h2.xlarge {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 800;
  padding-bottom: 0;
  line-height: normal;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
  text-transform: uppercase;
}
h1.x2large,
h2.x2large {
  color: #FFFFFF;
  font-size: 56px;
  line-height: normal;
  font-weight: 800;
  padding-bottom: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
  text-transform: uppercase;
}

.subCategoryList .thumbnail {
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 4px;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.subCategoryThumb {
  height: 80px;
  display: block;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
.subCategoryThumb img {
  max-width: 100%;
}
.subCategoryList {
  margin-top: 30px;
  overflow: hidden;
}

/* =============================================================== */
/* HOME PAGE SLIDER
/* =============================================================== */
.sliderImg {
  background: url('/static/css/static/img/loading.gif') center center no-repeat;
}
.banner {
  /*margin-top: 80px;*/
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.banner-boxes {
  margin-top: 80px;
}
.banner.down {
  margin-top: 26px;
}
.banner,
.slider-content,
.slider,
.slider-v2 {
  width: 100%;
  display: block;
  max-height: 540px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.slider-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sliderImg {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner .sliderInfo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner .sliderInfo .container {
  height: 100%;
  dispay: block;
}
.sliderText {
  margin-left:  35px;
  display: block;
  -webkit-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -o-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -moz-transition: opacity 0.5s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -o-transition: opacity 0.5s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -ms-transition: opacity 0.5s linear, -ms-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}
.sliderText:nth-child(n) {
  filter: none;
}
.slider-item.cycle-slide-active .sliderText {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.transformRight {
  display: block;
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -o-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -moz-transition: opacity 0.5s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -o-transition: opacity 0.5s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -ms-transition: opacity 0.5s linear, -ms-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}
.slider-item.cycle-slide-active .transformRight {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.transformLeft {
  display: block;
  -webkit-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -o-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -moz-transition: opacity 0.5s linear, -moz-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -o-transition: opacity 0.5s linear, -o-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  -ms-transition: opacity 0.5s linear, -ms-transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(Opacity=0)";
}
.slider-item.cycle-slide-active .transformLeft {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.sliderText .inner {
  padding: 20px;
}
.sliderText h1 {
  font-size: 36px;
  font-weight: lighter;
}
.sliderText.dark h1 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.slide-link {
  color: #fff;
  letter-spacing: -0.25px;
  font-size: 16px;
}
.sliderText {
  margin-top: 15%;
}
.sliderText.dark {
  color: #ddd;
}
div[class|='slider-item-img'] {
  background-size: cover;
}
/***  ------- Slider Style 2 Pager ------- ***/
#pager {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 100%;
  z-index: 200;
  margin: 0 auto;
  padding: 0;
}
#pager a {
  color: #fff;
  display: block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: normal;
  list-style: none outside none;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 33.333334%;
  background: rgba(0, 0, 0, 0.5);
}
#pager a.cycle-pager-active {
  color: #fff;
}

#pager2 span.cycle-pager-active {
  background: white;
}
#pager2 span {
  border: 2px solid white;
}
.orderStep li.active a {
  background: none repeat scroll 0 0 white;
}
.orderStep li.active a:after {
  border-top-color: white;
}
.orderStep li a {
  background: black;
}

.subCategoryList .thumbnail:hover {
  border: 1px solid white;
}
#pager a.cycle-pager-active {
  background: rgba(39, 174, 96, 0.5);
}
.pager2 a {
  border: 1px solid white;
}
.pager2 a.selected {
  background: white;
}
.btn-site,
.newsLatterBox .btn {
  background: white;
}
.btn-discover:hover,
.btn-site:hover,
.newsLatterBox .btn:hover {
  background: white;
}
.full {
  width: 100%;
}

.subCategoryTitle {
  font-size: 13px;
  color: #444;
  font-weight: 600;
}
.subCategoryTitle:hover {
  color: white;
}