/******************************************************************************
						Home Page Slider
*******************************************************************************/
.sohomepage-slider {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 14px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  /*****************************************************************************
  						BXSlider Styles
  ********************************************************************************/ }
  .sohomepage-slider .sphomeslider {
    margin: 0 auto;
    padding: 0; }
  .sohomepage-slider .sphomeslider-container {
    position: relative; }
  .sohomepage-slider .sphomeslider-image {
    position: absolute;
    left: 0;
    top: 0; }
  .sohomepage-slider .sohomeslider-description {
    position: absolute;
    top: 0;
    padding-left: 100px;
    padding-top: 50px;
    cursor: pointer; }
    
  
	  
	.sohomepage-slider .so-homeslider {
		position: relative;
		padding: 0;
		zoom: 1;
		margin: 0 !important;
		display: inline-block;
		border:#ccc 1px solid;
	}		  
  .sohomepage-slider .so-homeslider a {
    display: block; }
  .sohomepage-slider .so-homeslider img {
    height: auto;
	width: 100%;	}
  .sohomepage-slider .so-homeslider .bx-viewport {
    width: 100%;
    direction: ltr !important; }
  .sohomepage-slider .so-homeslider .bx-pager.bx-default-pager a {
    background: #666; }
  .sohomepage-slider .so-homeslider .owl2-nav div{
    bottom: auto;
	position: absolute;	
    font-size: 1em;
	bottom: 50%;
	margin-bottom:-26px;
    outline: 0;
    width: 52px;
    height: 52px;
    text-indent: -9999px;
    z-index: 9999;
    line-height: 18px; }
	
    .sohomepage-slider .so-homeslider .owl2-nav div:before {
      height: 48px;
      width: 48px;
      display: block;
      background: #000;
      content: ".";
      opacity: 0.14;
      text-indent: -9999px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    .sohomepage-slider .so-homeslider .owl2-nav div:after {
      display: block;
      width: 48px;
      height: 48px;
      color: #fff;
      text-indent: 0;
      text-align: center;
      font-size: 21px;
      font-family: "FontAwesome";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      padding: 16px 0 0 0; }
    .sohomepage-slider .so-homeslider .owl2-nav div:hover:before {
      background: #333;
      opacity: 0.83; }
	.sohomepage-slider .so-homeslider .owl2-nav  div.owl2-next {
		right:10px;
	}
	.sohomepage-slider .so-homeslider .owl2-nav  div.owl2-prev {
		left:10px;
	}
	
    .sohomepage-slider .so-homeslider .owl2-prev:after {
      content: "\f053"; }
	.sohomepage-slider .so-homeslider .owl2-next:after {
    content: "\f054"; }

	.ie8 .sohomepage-slider .so-homeslider .bx-controls-direction a:before {
	  background: #333; }

	/*# sourceMappingURL=sphomeslider.css.map */
	.sohomepage-slider .owl2-item {
		float: left;
	}	
	.owl2-carousel .owl2-dots{
		display: block !important;
		position: absolute;
		bottom: 20px;
		left: 50%;
	}
	.owl2-carousel .owl2-dots .owl2-dot{
		float:left;
	}
	.owl2-carousel .owl2-dots .owl2-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 7px;
		background: #D6D6D6;
		display: block;
		-webkit-backface-visibility: visible;
		-webkit-transition: opacity 200ms ease;
		-moz-transition: opacity 200ms ease;
		-ms-transition: opacity 200ms ease;
		-o-transition: opacity 200ms ease;
		transition: opacity 200ms ease;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}	
	.owl2-carousel .owl2-dots .owl2-dot.active span, .owl2-carousel .owl2-dots .owl2-dot:hover span {
		background: #869791;
	}
    #left_column .sohomepage-slider .sohomeslider-description,#right_column .sohomepage-slider .sohomeslider-description {
        padding: 10px;
        font-size: 0.5em; 
	}
    #left_column .sohomepage-slider .sohomeslider-description p,#right_column .sohomepage-slider .sohomeslider-description p {
          font-size: 1.7em; 
	} 
	#left_column  .sohomepage-slider .so-homeslider .owl2-nav div{
		bottom: 10px;
		left:10px;			
	}	
	#left_column .sohomepage-slider .so-homeslider .owl2-nav div.owl2-next {
		left: 60px;
	}
    @media (max-width: 767px) {
		.sohomepage-slider .sohomeslider-description {
			padding-left: 100px;
			padding-top: 50px;
			font-size: 0.7em; }
		.sohomepage-slider .sohomeslider-description p {
			font-size: 1.5em; }	  
	}
    @media (max-width: 480px) {
		.sohomepage-slider .sohomeslider-description {
			padding: 30px;
			font-size: 0.5em; }
        .sohomepage-slider .sohomeslider-description p {
			font-size: 1.7em; } 
		/* .sohomepage-slider .so-homeslider .owl2-nav div {
			bottom: 52px;
				
		}		 */
		/* .sohomepage-slider .so-homeslider .owl2-nav div.owl2-next {
			left: 60px;
		}		 */	  
	}	@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 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 {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes starwars {
  0% { opacity: 0; -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
  80% { opacity: 1; -webkit-transform: perspective(200px) scale(1) rotateX(60deg) }
  100% { opacity: 1; -webkit-transform: perspective(200px) scale(1) rotateX(0deg) }
}

@-moz-keyframes starwars {
  0% { opacity: 0; -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
  80% { opacity: 1; -moz-transform: perspective(200px) scale(1) rotateX(60deg) }
  100% { opacity: 1; -moz-transform: perspective(200px) scale(1) rotateX(0deg) }
}

@-o-keyframes starwars {
  0% { opacity: 0; -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
  80% { opacity: 1; -o-transform: perspective(200px) scale(1) rotateX(60deg) }
  100% { opacity: 1; -o-transform: perspective(200px) scale(1) rotateX(0deg) }
}

@keyframes starwars {
  0% { opacity: 0; transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg); }
  80% { opacity: 1; transform: perspective(200px) scale(1) rotateX(60deg) }
  100% { opacity: 1; transform: perspective(200px) scale(1) rotateX(0deg) }
}

.starwars {
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-play-state: running;
  -moz-transform-origin: 50% 50%;
  -moz-animation-play-state: running;
  -o-transform-origin: 50% 50%;
  -o-animation-play-state: running;
  transform-origin: 50% 50%;
  animation-play-state: running;
}

@-webkit-keyframes slideLeft {
  0% { opacity: 0; left: -30px; }
  100% { opacity: 1; left: 0; }
}

@-moz-keyframes slideLeft {
  0% { opacity: 0; left: -30px; }
  100% { opacity: 1; left: 0; }
}

@-o-keyframes slideLeft {
  0% { opacity: 0; left: -30px; }
  100% { opacity: 1; left: 0; }
}

@keyframes slideLeft {
  0% { opacity: 0; left: -30px; }
  100% { opacity: 1; left: 0; }
}

.slideLeft {
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes slideRight {
  0% { opacity: 0; left: 30px; }
  100% { opacity: 1; left: 0; }
}

@-moz-keyframes slideRight {
  0% { opacity: 0; left: 30px; }
  100% { opacity: 1; left: 0; }
}

@-o-keyframes slideRight {
  0% { opacity: 0; left: 30px; }
  100% { opacity: 1; left: 0; }
}

@keyframes slideRight {
  0% { opacity: 0; left: 30px; }
  100% { opacity: 1; left: 0; }
}

.slideRight {
  position: relative;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes slideTop {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-moz-keyframes slideTop {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-o-keyframes slideTop {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes slideTop {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-moz-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-o-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes slideBottom {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes pageTop {
  0% { opacity: 0; -webkit-transform: perspective(400px) rotateX(90deg); }
  100% { opacity: 1; -webkit-transform: perspective(400px) rotateX(0deg); }
}

@-moz-keyframes pageTop {
  0% { opacity: 0; -moz-transform: perspective(400px) rotateX(90deg); }
  100% { opacity: 1; -moz-transform: perspective(400px) rotateX(0deg); }
}

@-o-keyframes pageTop {
  0% { opacity: 0; -o-transform: perspective(400px) rotateX(90deg); }
  100% { opacity: 1; -o-transform: perspective(400px) rotateX(0deg); }
}

@keyframes pageTop {
  0% { opacity: 0; transform: perspective(400px) rotateX(90deg); }
  100% { opacity: 1; transform: perspective(400px) rotateX(0deg); }
}

.pageTop {
  position: relative;
  -webkit-animation-play-state: running;
  -webkit-transform-origin: 50% 0%;
  -moz-animation-play-state: running;
  -moz-transform-origin: 50% 0%;
  -o-animation-play-state: running;
  -o-transform-origin: 50% 0%;
  animation-play-state: running;
  transform-origin: 50% 0%;
}

@-webkit-keyframes pageBottom {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}

@-moz-keyframes pageBottom {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}

@-o-keyframes pageBottom {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes pageBottom {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/* In and Out*/
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    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 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    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 {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -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 {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -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 {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -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);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -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);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  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 {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    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 {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}



/* 
 *  Owl Carousel - Animate Plugin
 */
.owl2-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl2-carousel .owl2-animated-in {
    z-index: 0;
}

.owl2-carousel .owl2-animated-out {
    z-index: 1;
}

.owl2-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 Carousel - Auto Height Plugin
 */
.owl2-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl2-carousel {
    /*display: none;*/
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl2-carousel .owl2-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl2-carousel .owl2-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl2-carousel .owl2-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl2-carousel .owl2-controls .owl2-nav .owl2-prev,
.owl2-carousel .owl2-controls .owl2-nav .owl2-next,
.owl2-carousel .owl2-controls .owl2-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl2-carousel.owl2-loaded {
    display: block;
}

.owl2-carousel.owl2-loading {
    opacity: 0;
    display: block;
}

.owl2-carousel.owl2-hidden {
    opacity: 0;
}

.owl2-carousel .owl2-refresh .owl2-item {
    /*display: none;*/
}

.owl2-carousel .owl2-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl2-carousel .owl2-item img {
    /*display: block;*/
    /*width: 100%;*/
    -webkit-transform-style: preserve-3d;
}

.owl2-carousel.owl2-text-select-on .owl2-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl2-carousel .owl2-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl2-carousel.owl2-rtl {
    direction: rtl;
}

.owl2-carousel.owl2-rtl .owl2-item {
    float: right;
}

/* No Js */
.no-js .owl2-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl2-carousel .owl2-item .owl2-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl2-carousel .owl2-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl2-carousel .owl2-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl2-carousel .owl2-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_home_slider/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl2-carousel .owl2-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl2-carousel .owl2-video-playing .owl2-video-tn,
.owl2-carousel .owl2-video-playing .owl2-video-play-icon {
    /*display: none;*/
}

.owl2-carousel .owl2-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl2-carousel .owl2-video-frame {
    position: relative;
    z-index: 1;
}
.shortcodeTitle{
	font-size:18px;
	margin-bottom:15px;
}
.yt_btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.yt_btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.yt_btn:hover,
.yt_btn:focus {
  color: #333333;
  text-decoration: none;
}

.yt_btn:active,
.yt_btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.yt_btn.disabled,
.yt_btn[disabled],
fieldset[disabled] .yt_btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.yt_btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.yt_btn-default:hover,
.yt_btn-default:focus,
.yt_btn-default:active,
.yt_btn-default.active,
.open .dropdown-toggle.yt_btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.yt_btn-default:active,
.yt_btn-default.active,
.open .dropdown-toggle.yt_btn-default {
  background-image: none;
}

.yt_btn-default.disabled,
.yt_btn-default[disabled],
fieldset[disabled] .yt_btn-default,
.yt_btn-default.disabled:hover,
.yt_btn-default[disabled]:hover,
fieldset[disabled] .yt_btn-default:hover,
.yt_btn-default.disabled:focus,
.yt_btn-default[disabled]:focus,
fieldset[disabled] .yt_btn-default:focus,
.yt_btn-default.disabled:active,
.yt_btn-default[disabled]:active,
fieldset[disabled] .yt_btn-default:active,
.yt_btn-default.disabled.active,
.yt_btn-default[disabled].active,
fieldset[disabled] .yt_btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.yt_btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}

.yt_btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.yt_btn-primary:hover,
.yt_btn-primary:focus,
.yt_btn-primary:active,
.yt_btn-primary.active,
.open .dropdown-toggle.yt_btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.yt_btn-primary:active,
.yt_btn-primary.active,
.open .dropdown-toggle.yt_btn-primary {
  background-image: none;
}

.yt_btn-primary.disabled,
.yt_btn-primary[disabled],
fieldset[disabled] .yt_btn-primary,
.yt_btn-primary.disabled:hover,
.yt_btn-primary[disabled]:hover,
fieldset[disabled] .yt_btn-primary:hover,
.yt_btn-primary.disabled:focus,
.yt_btn-primary[disabled]:focus,
fieldset[disabled] .yt_btn-primary:focus,
.yt_btn-primary.disabled:active,
.yt_btn-primary[disabled]:active,
fieldset[disabled] .yt_btn-primary:active,
.yt_btn-primary.disabled.active,
.yt_btn-primary[disabled].active,
fieldset[disabled] .yt_btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.yt_btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.yt_btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.yt_btn-warning:hover,
.yt_btn-warning:focus,
.yt_btn-warning:active,
.yt_btn-warning.active,
.open .dropdown-toggle.yt_btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.yt_btn-warning:active,
.yt_btn-warning.active,
.open .dropdown-toggle.yt_btn-warning {
  background-image: none;
}

.yt_btn-warning.disabled,
.yt_btn-warning[disabled],
fieldset[disabled] .yt_btn-warning,
.yt_btn-warning.disabled:hover,
.yt_btn-warning[disabled]:hover,
fieldset[disabled] .yt_btn-warning:hover,
.yt_btn-warning.disabled:focus,
.yt_btn-warning[disabled]:focus,
fieldset[disabled] .yt_btn-warning:focus,
.yt_btn-warning.disabled:active,
.yt_btn-warning[disabled]:active,
fieldset[disabled] .yt_btn-warning:active,
.yt_btn-warning.disabled.active,
.yt_btn-warning[disabled].active,
fieldset[disabled] .yt_btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.yt_btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.yt_btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.yt_btn-danger:hover,
.yt_btn-danger:focus,
.yt_btn-danger:active,
.yt_btn-danger.active,
.open .dropdown-toggle.yt_btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.yt_btn-danger:active,
.yt_btn-danger.active,
.open .dropdown-toggle.yt_btn-danger {
  background-image: none;
}

.yt_btn-danger.disabled,
.yt_btn-danger[disabled],
fieldset[disabled] .yt_btn-danger,
.yt_btn-danger.disabled:hover,
.yt_btn-danger[disabled]:hover,
fieldset[disabled] .yt_btn-danger:hover,
.yt_btn-danger.disabled:focus,
.yt_btn-danger[disabled]:focus,
fieldset[disabled] .yt_btn-danger:focus,
.yt_btn-danger.disabled:active,
.yt_btn-danger[disabled]:active,
fieldset[disabled] .yt_btn-danger:active,
.yt_btn-danger.disabled.active,
.yt_btn-danger[disabled].active,
fieldset[disabled] .yt_btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.yt_btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.yt_btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.yt_btn-success:hover,
.yt_btn-success:focus,
.yt_btn-success:active,
.yt_btn-success.active,
.open .dropdown-toggle.yt_btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.yt_btn-success:active,
.yt_btn-success.active,
.open .dropdown-toggle.yt_btn-success {
  background-image: none;
}

.yt_btn-success.disabled,
.yt_btn-success[disabled],
fieldset[disabled] .yt_btn-success,
.yt_btn-success.disabled:hover,
.yt_btn-success[disabled]:hover,
fieldset[disabled] .yt_btn-success:hover,
.yt_btn-success.disabled:focus,
.yt_btn-success[disabled]:focus,
fieldset[disabled] .yt_btn-success:focus,
.yt_btn-success.disabled:active,
.yt_btn-success[disabled]:active,
fieldset[disabled] .yt_btn-success:active,
.yt_btn-success.disabled.active,
.yt_btn-success[disabled].active,
fieldset[disabled] .yt_btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.yt_btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.yt_btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.yt_btn-info:hover,
.yt_btn-info:focus,
.yt_btn-info:active,
.yt_btn-info.active,
.open .dropdown-toggle.yt_btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.yt_btn-info:active,
.yt_btn-info.active,
.open .dropdown-toggle.yt_btn-info {
  background-image: none;
}

.yt_btn-info.disabled,
.yt_btn-info[disabled],
fieldset[disabled] .yt_btn-info,
.yt_btn-info.disabled:hover,
.yt_btn-info[disabled]:hover,
fieldset[disabled] .yt_btn-info:hover,
.yt_btn-info.disabled:focus,
.yt_btn-info[disabled]:focus,
fieldset[disabled] .yt_btn-info:focus,
.yt_btn-info.disabled:active,
.yt_btn-info[disabled]:active,
fieldset[disabled] .yt_btn-info:active,
.yt_btn-info.disabled.active,
.yt_btn-info[disabled].active,
fieldset[disabled] .yt_btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.yt_btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.yt_btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.yt_btn-link,
.yt_btn-link:active,
.yt_btn-link[disabled],
fieldset[disabled] .yt_btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.yt_btn-link,
.yt_btn-link:hover,
.yt_btn-link:focus,
.yt_btn-link:active {
  border-color: transparent;
}

.yt_btn-link:hover,
.yt_btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.yt_btn-link[disabled]:hover,
fieldset[disabled] .yt_btn-link:hover,
.yt_btn-link[disabled]:focus,
fieldset[disabled] .yt_btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.yt_btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.yt_btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.yt_btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.yt_btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.yt_btn-block + .yt_btn-block {
  margin-top: 5px;
}

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

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.yt-clearfix:before,
.yt-clearfix:after {
display: table;
content: " ";
clear: both;
}
.yt-form-wrapper{
	clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
a:hover {
  text-decoration: none;
}
a:focus,
.yt_btn:focus {
  outline: none;
  text-decoration: none;
}
[class*="col-lg-"].first {
  margin: 0;
}
.glyphicon {
  margin-right: 15px;
}
.page-head {
  border-bottom: 1px solid #EEEEEE;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}
#editor-xtd-buttons .yt_btn-toolbar {
  float: left;
}
fieldset.adminform {
  overflow: visible;
}
#yt_shorcodes {
  display: inline-block;
  position: relative;
  font-size: 12px;
  vertical-align: text-top;
  float: left;
}
#yt_shorcodes .button-shortcodes {
  display: inline-block;
  padding: 0px 6px;
  margin-bottom: 0;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #6fa8c9;
  background-image: -moz-linear-gradient(top,#76B1D3,#659AB9);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#76B1D3),to(#659AB9));
  background-image: -webkit-linear-gradient(top,#76B1D3,#659AB9);
  background-image: -o-linear-gradient(top,#76B1D3,#659AB9);
  background-image: linear-gradient(to bottom,#76B1D3,#659AB9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff76b1d3', endColorstr='#ff659ab9', GradientType=0);
}
#yt_shorcodes .button-shortcodes.yt_btn-text {
  float: left;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#yt_shorcodes .button-shortcodes.yt_btn-act {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#yt_shorcodes span.arrow {
  display: inline-block;
  border-bottom: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-top: 10px;
}
#yt_shorcodes ul {
  background: #FFF;
  display: none;
  position: absolute;
  padding: 3px 0;
  margin: 5px 0;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0 0px 10px rgba(0,0,0,0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#yt_shorcodes.open {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
#yt_shorcodes.open ul {
  left: 0;
  bottom: 26px;
  width: 550px;
  display: block;
  padding: 10px;
  z-index: 11;
}
#yt_shorcodes.open ul li {
  display: block;
  padding: 0;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 18px;
}
#yt_shorcodes.open ul li.allShortcode {
  width: 100%;
  margin: 10px 0;
  background: transparent !important;
  box-shadow: none !important;
}
#yt_shorcodes.open ul li.allShortcode > a {
  margin: 0 1em;
  color: white;
  text-align: center;
  border-radius: 3px;
  padding: 8px;
  font-size: 13px;
  background: #3f81a7;
}
#yt_shorcodes.open ul li.allShortcode > a:hover {
  background-color: #6fa8c9;
}
#yt_shorcodes.open ul li:hover {
  background-color: #5792b4;
  background-image: -moz-linear-gradient(top,#679dbc,#3f81a7);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#679dbc),to(#3f81a7));
  background-image: -webkit-linear-gradient(top,#679dbc,#3f81a7);
  background-image: -o-linear-gradient(top,#679dbc,#3f81a7);
  background-image: linear-gradient(to bottom,#679dbc,#3f81a7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff679dbc', endColorstr='#ff3f81a7', GradientType=0);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
#yt_shorcodes.open ul li:hover:before {
  color: #fff;
}
#yt_shorcodes.open ul li:hover a:hover {
  text-decoration: none;
  color: #fff;
}
#yt_shorcodes.open ul li a {
  display: block;
  color: #666;
  line-height: normal;
  padding: 5px;
}
.modal.fade {
  visibility: visible;
}
ol.linenums {
  margin: 0 0 0 33px;
  padding: 0;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  padding: 3px 0 3px 10px;
  white-space: pre-wrap;
}
ol.linenums li:nth-last-child(odd) {
  background: #FCFCFC;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bs-docs-example h2.page-header {
  font-size: 180%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0 1em;
  padding-bottom: 15px;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #D14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.clear {
  clear: both;
}
.prettyprint {
  padding: 15px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding: 4px 0 0 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}

div.rsContent .item {
  color: white;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
div.rsContent .item h3 {
  font-size: 2.14286em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0;
}
div.rsContent .item p {
  font-size: 1.28571em;
  line-height: 1.4em;
  margin: 0;
}
div.rsContent .box-members {
  background-color: #E56C19;
}
div.rsContent .box-apps {
  background-color: #83BA1F;
}
div.rsContent .box-leads {
  background-color: #2673EC;
}
ul.the-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.the-icons li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  padding-left: 5px;
  background: #f3f3f3;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.the-icons li [class^="icon-"],
ul.the-icons li [class*=" icon-"] {
  font-size: 14px;
  width: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.the-icons li:hover {
  background-color: #83BA1F;
  color: #fff;
  -webkit-transition: all 0.01s ease-in-out;
  -moz-transition: all 0.01s ease-in-out;
  -o-transition: all 0.01s ease-in-out;
  transition: all 0.01s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
ul.the-icons li:hover [class^="icon-"],
ul.the-icons li:hover [class*=" icon-"] {
  color: #fff;
  font-size: 24px;
  vertical-align: -5px;
}
.yt_btn [class^="icon-"] {
  margin-right: 5px;
}
.yt_btn .yt_btn-3d-active {
  border-width: 0;
  margin-bottom: 0;
  padding: 3px 21px;
  vertical-align: -12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.yt_btn.yt_btn-flat {
  font-size: 17px;
  color: #fff;
  height: 38px;
  line-height: 38px;
  margin: 0 0 15px;
  padding: 4px 35px;
  outline: 0 none;
  text-transform: capitalize;
  border: none;
  text-shadow: none;
  background: #B3B8BC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0;
  -webkit-box-shadow: 0 -3px #A6AAAD inset;
  -moz-box-shadow: 0 -3px #A6AAAD inset;
  box-shadow: 0 -3px #A6AAAD inset;
}
.yt_btn.yt_btn-flat:hover {
  background: #b8bdc1;
}
.yt_btn.yt_btn-flat:active {
  margin: 1px 0 14px;
}
.yt_btn.yt_btn-flat.primary {
  background: #1ABC9C;
  -webkit-box-shadow: 0 -3px #18AD8F inset;
  -moz-box-shadow: 0 -3px #18AD8F inset;
  box-shadow: 0 -3px #18AD8F inset;
}
.yt_btn.yt_btn-flat.primary:hover {
  background: #1bc5a3;
}
.yt_btn.yt_btn-flat.success {
  background: #2ECC71;
  -webkit-box-shadow: 0 -3px #27BC65 inset;
  -moz-box-shadow: 0 -3px #27BC65 inset;
  box-shadow: 0 -3px #27BC65 inset;
}
.yt_btn.yt_btn-flat.success:hover {
  background: #40d47e;
}
.yt_btn.yt_btn-flat.warning {
  background: #E8BD14;
  -webkit-box-shadow: 0 -3px #D8AD11 inset;
  -moz-box-shadow: 0 -3px #D8AD11 inset;
  box-shadow: 0 -3px #D8AD11 inset;
}
.yt_btn.yt_btn-flat.warning:hover {
  background: #edc529;
}
.yt_btn.yt_btn-flat.inverse {
  background: #34495E;
  -webkit-box-shadow: 0 -3px #2A3F54 inset;
  -moz-box-shadow: 0 -3px #2A3F54 inset;
  box-shadow: 0 -3px #2A3F54 inset;
}
.yt_btn.yt_btn-flat.inverse:hover {
  background: #3d566e;
}
.yt_btn.yt_btn-flat.info {
  background: #3498DB;
  -webkit-box-shadow: 0 -3px #2B8DCE inset;
  -moz-box-shadow: 0 -3px #2B8DCE inset;
  box-shadow: 0 -3px #2B8DCE inset;
}
.yt_btn.yt_btn-flat.info:hover {
  background: #4aa3df;
}
.yt_btn.yt_btn-flat.danger {
  background: #E74C3C;
  -webkit-box-shadow: 0 -3px #D83D2F inset;
  -moz-box-shadow: 0 -3px #D83D2F inset;
  box-shadow: 0 -3px #D83D2F inset;
}
.yt_btn.yt_btn-flat.danger:hover {
  background: #ea6153;
}
@keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
@-webkit-keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
@-o-keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
div.pp_default .pp_gallery ul li a {
  background: url("/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/default_thumb.png") repeat scroll center center #F8F8F8;
  border: 1px solid #AAAAAA;
}
.pp_default .ppt {
  color: #fff;
  text-align: center;
  display: none;
  font-size: 145%;
  margin: 0 0 5px 15px;
  z-index: 9999;
}
.pp_default .pp_top {
  height: 13px;
}
.pp_default .pp_top .pp_left {
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
.pp_default .pp_top .pp_middle {
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
.pp_default .pp_top .pp_right {
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
.pp_default .pp_content_container {
  background: #fff;
  padding: 10px;
  border: 5px solid #262626;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
}
.pp_default .pp_content_container .pp_content {
  min-height: 40px;
  overflow: hidden;
}
.pp_default .pp_content_container .pp_content .pp_fade {
  display: none;
}
.pp_default .pp_content_container .pp_content .pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/loader.gif) center center no-repeat;
}
.pp_default .pp_content_container .pp_content .pp_expand,
.pp_default .pp_content_container .pp_content .pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 10px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  height: 28px;
  width: 28px;
}
.pp_default .pp_content_container .pp_content .pp_expand:hover,
.pp_default .pp_content_container .pp_content .pp_contract:hover {
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
}
.pp_default .pp_content_container .pp_content .pp_contract {
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  height: 28px;
  width: 28px;
}
.pp_default .pp_content_container .pp_content .pp_contract:hover {
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
}
.pp_default .pp_content_container .pp_content .pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_default .pp_content_container .pp_content .pp_hoverContainer a.pp_next {
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite_next.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
.pp_default .pp_content_container .pp_content .pp_hoverContainer a.pp_next:hover {
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
.pp_default .pp_content_container .pp_content .pp_hoverContainer a.pp_previous {
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite_prev.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
.pp_default .pp_content_container .pp_content .pp_hoverContainer a.pp_previous:hover {
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
}
.pp_default .pp_content_container .pp_content .pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_default .pp_content_container .pp_content .pp_gallery .pp_arrow_previous,
.pp_default .pp_content_container .pp_content .pp_gallery .pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
  left: auto;
  position: static;
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0;
  width: 20px;
}
.pp_default .pp_content_container .pp_content .pp_gallery .pp_arrow_next {
  background-position: -82px -3px;
  left: 52px;
}
.pp_default .pp_content_container .pp_content .pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_default .pp_content_container .pp_content .pp_gallery div ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.pp_default .pp_content_container .pp_content .pp_gallery div ul li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_default .pp_content_container .pp_content .pp_gallery div ul li a {
  border: 1px rgba(0,0,0,0.3) solid;
  display: block;
  float: left;
  height: 30px;
  overflow: hidden;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pp_default .pp_content_container .pp_content .pp_gallery div ul li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pp_default .pp_content_container .pp_content ul li a {
  background: url("/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/default_thumb.png") repeat scroll center center #F8F8F8;
  border: 1px solid #AAAAAA;
  display: block;
  width: 50px;
}
.pp_default .pp_content_container .pp_content .pp_details {
  margin: 10px 0 5px;
  position: relative;
  float: left;
}
.pp_default .pp_content_container .pp_content .pp_details .pp_nav {
  clear: none;
  height: 30px;
  position: relative;
  width: 110px;
  float: left;
}
.pp_default .pp_content_container .pp_content .pp_details .pp_nav .pp_play,
.pp_default .pp_content_container .pp_content .pp_details .pp_nav .pp_pause {
  height: 30px;
  width: 30px;
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
}
.pp_default .pp_content_container .pp_content .pp_details .pp_nav .pp_play {
  height: 30px;
  width: 30px;
}
.pp_default .pp_content_container .pp_content .pp_details .pp_nav .pp_play:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pp_default .pp_content_container .pp_content .pp_details .pp_nav .pp_pause {
  background-position: -51px -29px;
}
.pp_default .pp_content_container .pp_content .pp_details .pp_nav .pp_pause:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pp_default .pp_content_container .pp_content .pp_details .pp_nav .pp_arrow_previous,
.pp_default .pp_content_container .pp_content .pp_details .pp_nav .pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0;
  width: 20px;
}
.pp_default .pp_content_container .pp_content .pp_details .pp_nav .pp_arrow_previous:hover,
.pp_default .pp_content_container .pp_content .pp_details .pp_nav .pp_arrow_next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pp_default .pp_content_container .pp_content .pp_details .pp_nav .pp_arrow_next {
  background-position: -82px -3px;
  left: 52px;
}
.pp_default .pp_content_container .pp_content .pp_details .pp_nav .currentTextHolder {
  color: #999;
  font-family: Georgia;
  font-size: 95%;
  font-style: italic;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}
.pp_default .pp_content_container .pp_content .pp_details .pp_description {
  font-size: 95%;
  font-weight: 700;
  margin: 5px 50px 5px 0px;
  height: 30px;
  margin: 5px 50px 5px 15px;
  display: inline-block;
}
.pp_default .pp_content_container .pp_content .pp_details .pp_close {
  display: block;
  line-height: 22px;
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: 0;
  background: url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.pp_default .pp_content_container .pp_content .pp_details .pp_close:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pp_default .pp_bottom {
  height: 13px;
}
ul.thumbnails > li {
  margin-bottom: 10px !important;
}
.yt-lightbox {
  margin: 0 20px 20px 0;
  z-index: 5;
  overflow: hidden;
  display: block;
}
.yt-lightbox .lightbox-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-size: 30px 30px;
  -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    background:url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/mag.png) center center no-repeat #000;
	 cursor: pointer;
}
.yt-lightbox:hover .lightbox-hover {
  opacity: 0.5;
  -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
  filter: alpha(opacity=100);
 
}
.yt-lightbox.image-left {
  float: left;
}
.yt-lightbox.image-right {
  float: right;
  margin: 0 0 20px 20px;
}
.yt-lightbox.no-border {
  padding: 0;
  border: none;
}
.yt-lightbox.image-none {
  margin: 0 0 10px;
  display: inline-block;
}
.yt-lightbox.border {
  padding: 5px;
  background: #FCFCFC;
  border: 1px solid #ddd;
}
.yt-lightbox.borderInner {
  position: relative;
  z-index: 1;
}
.yt-lightbox.borderInner .transparent-border {
  position: absolute;
  content: "";
  top: 0;
  border: 5px solid rgba(0,0,0,0.2);
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yt-lightbox.shadow {
  box-shadow: 0 30px 10px -13px rgba(0,0,0,0.5);
}
.yt-lightbox a {
  min-width: 80px;
  margin: 0;
  padding: 0;
  border: none;
  width: auto;
  display: block;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  overflow: hidden;
  z-index: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.yt-lightbox a h3.img-title {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  padding: 8px 10px;
  margin: 0;
  font-size: 12px;
  color: #eee;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: 18px;
  background: rgba(0,0,0,0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yt-lightbox a:hover h3.img-title {
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.yt-lightbox a img {
  width: 100%;
}
.alert .alert-heading {
  font-size: 130%;
  margin-bottom: 8px;
}
.alert .close {
  top: -5px;
  background: transparent !important;
  font-size: 14px;
}
.alert.alert-error {
  background: #FCC8C7;
  border-color: #FCB0B0;
}
.yt-gmap.pull-left {
  margin: 0 1em 1em 0;
}
.yt-gmap.pull-right {
  margin: 0 0 1em 1em;
}
.yt-gmap img {
  max-width: none;
}

.progress {
  border-radius: 0;
  height: 6px;
  box-shadow: none;
  margin: 10px 0;
  background: #eee;
}
.progress .bar {
  background: #5FCEF6;
  height: 6px;
  display: block;
}

@media (min-width: 768px) and (max-width: 979px) {
  .yt-lightbox {
    display: block;
  }
  div.yt-vimeo iframe,
  div.yt-youtube iframe {
    width: 100%;
    height: 300px;
  }
  div.yt-slider-carousel.pull-none {
    display: block;
  }
}
@media (max-width: 767px) {
  div.yt-tabs ul.nav-tabs li {
    margin-right: 0;
  }
  div.yt-vimeo iframe,
  div.yt-youtube iframe {
    width: 100%;
    height: 200px;
  }
  div.yt-pricing .column.span3,
  div.yt-pricing .column.span4 {
    width: 100%;
  }
  .yt-vimeo,
  .yt-youtube {
    width: 100%;
    float: none !important;
    margin: 0 0 1em !important;
  }
  .yt-gmap {
    width: 100% !important;
    float: none;
  }
  .yt_btn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 280px;
  }
  div.yt-slider-carousel.pull-none {
    display: block;
  }
  div.yt-slider-carousel.pull-left,
  div.yt-slider-carousel.pull-right {
    float: none;
  }
}
@media (max-width: 320px) {
  .yt-testimonial.tm-avatar small {
    width: 77%;
    margin-top: 0;
  }
}
.ytyt_btn{margin: 5px;display: inline-block;}
.ytyt_btn span{min-height: 12px !important;}
.yt_btn-huge {padding:  10px 20px; font-size: 12px;font-weight:bold}
.yt_btn-lg  {padding: 8px 15px;font-size:12px;font-weight:bold}
.yt_btn-default {padding:6px 12px;line-height:1.428571429em; font-size:12px;font-weight:bold}
.yt_btn-sm {padding:5px 10px;line-height:1.5em; font-size:12px; font-weight:bold}
.yt_btn-xs {padding:1px 5px;line-height:1.5em; font-size:12px;font-weight:bold}
.buttons-style a:hover{color:#fff !important; background:none !important}
.buttons-style-soft.yt_btn-lg span,.buttons-style-stroked.yt_btn-lg span,.buttons-style-bubbles.yt_btn-lg span,.buttons-style-glass.yt_btn-lg span,.buttons-style-noise.yt_btn-lg span{ padding: 8px 16px;line-height: 1.5; font-size:18px;}
.buttons-style-soft.yt_btn-default span,.buttons-style-stroked.yt_btn-default span,.buttons-style-bubbles.yt_btn-default span,.buttons-style-glass.yt_btn-default span,.buttons-style-noise.yt_btn-default span{padding:6px 12px;line-height:1.428571429em; font-size:16px}
.buttons-style-soft.yt_btn-sm span,.buttons-style-stroked.yt_btn-sm span,.buttons-style-bubbles.yt_btn-sm span,.buttons-style-glass.yt_btn-sm span,.buttons-style-noise.yt_btn-sm span{padding:5px 10px;line-height:1.5em; font-size:14px}
.buttons-style-soft.yt_btn-xs span,.buttons-style-stroked.yt_btn-xs span,.buttons-style-bubbles.yt_btn-xs span,.buttons-style-glass.yt_btn-xs span,.buttons-style-noise.yt_btn-xs span{padding:1px 5px;line-height:1.5em; font-size:12px;}
.buttons-style-soft.yt_btn-default span {padding:6px 12px;line-height:1.428571429em; font-size:16px}
.buttons-style-stroked {padding:0; border:none;text-decoration:none;}	
.buttons-style-stroked span.span-buttons{border:1px dashed #fff !important;  margin:1px; display:block !important;}
.buttons-style-bubbles {padding:0; border:none;text-decoration:none}
.buttons-style-bubbles span.span-buttons {background:0 50% url('/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/style-bubbles.png') no-repeat; display:block !important; color:#fff; }
.buttons-style-bubbles:hover span.span-buttons { background: -410px 50% url('/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/style-bubbles.png') no-repeat; }
.buttons-style-soft {padding:0; border:none;text-decoration:none}
.buttons-style-soft span.span-buttons { background: 0 -30px url('/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/style-soft.png') repeat-x; display:block !important ; color:#fff}
.buttons-style-soft:hover.span-buttons span { background: 0 0 url('/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/style-soft.png') repeat-x;  }
.buttons-style-glass {padding:0; border:none;text-decoration:none}
.buttons-style-glass span.span-buttons { background: 0 50% url('/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/style-glass.png') repeat-x;color:#fff; display: block !important }
.buttons-style-glass:hover span.span-buttons { background: 100% 50% url('/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/style-glass.png') repeat-x }
.buttons-style-noise {padding:0; border:none;text-decoration:none}
.buttons-style-noise span.span-buttons { background: 0 0 url('/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/style-noise.png') repeat-x; color:#fff; display:block !important }
.buttons-style-noise:hover span.span-buttons { background: 0 0 url('/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/style-noise.png') repeat-x }
.buttons-style-border {	border-width: 2px;	border-style: solid;background:none !important; text-decoration:none;}
.buttons-style-border:hover{color:#000;}
.buttons-style-dot{border-width: 2px; border-style: dotted; background: none !important; text-decoration: none;}
.buttons-style-dot:hover{color:#000;}
.buttons-style-dropshadow{-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);}
.buttons-style-insetshadow{box-shadow: inset 2px 2px 4px 2px rgba(0,0,0,0.4);-webkit-box-shadow: inset 2px 2px 4px 2px rgba(0,0,0,0.4);-moz-box-shadow: inset 2px 2px 4px 2px rgba(0,0,0,0.4);-o-box-shadow: inset 2px 2px 4px 2px rgba(0,0,0,0.4);}

.carousel-buttons > div {  border:1px solid #fff;}
.carousel-buttons {
  z-index: 1100;
  position: absolute;
  width: 100%;
  color:#fff;
  bottom:1px;
  height:40px;
}
.carousel-buttons a {
  color:#fff;
  display:block;
  line-height:50px;
}
.yt_btn{color:#fff !important;background: #1a3867; margin-top:10px; text-shadow: none; font-weight: bold;}
.yt_btn:hover{background-position: 0}
.yt_btn-primary{  color: #fff !important;  background: #337ab7;  border-color: #2e6da4; text-shadow: none;}
.yt_btn-primary:hover{  color: #fff !important;  background: #286090;  border-color: #204d74; text-shadow: none;}
.yt_btn-success{color: #fff !important; background: #5cb85c;  border-color: #4cae4c; text-shadow: none;}
.yt_btn-success:hover{  color: #fff !important;  background: #449d44;  border-color: #398439; text-shadow: none;}
.yt_btn-warning{color: #fff !important;  background: #f0ad4e;  border-color: #eea236; text-shadow: none;}
.yt_btn-warning:hover{  color: #fff !important;  background: #ec971f;  border-color: #d58512; text-shadow: none;}
.yt_btn-inverse{background: #34495E !important;}
.yt_btn-info{  color: #fff !important;  background: #5bc0de; border-color: #46b8da; text-shadow: none;}
.yt_btn-info:hover{  color: #fff !important;  background: #31b0d5;  border-color: #269abc; text-shadow: none;}
.yt_btn-danger{  color: #fff !important;  background: #d9534f !important;  border-color: #d43f3a !important; text-shadow: none;}
.yt_btn-danger:hover{  color: #fff !important;  background: #c9302c !important;  border-color: #ac2925 !important; text-shadow: none;}
.yt_btn-disable{background: #BDC3C7; color:#000 !important}
.yt_btn-solid{background: #fff; border:#4e9e41 1px solid; color: #4e9e41}
.yt_btn-solid:hover{background: #fff; border:#449d44 1px solid; color:#449d44;}
.yt_btn-dotted{background: #fff; border:#4e9e41 1px dotted; color: #4e9e41}
.yt_btn-dotted:hover{background: #fff; border:449d44 1px dotted; color:#449d44;}
.yt_btn-social-facebook,.yt_btn-social-googleplus,.yt_btn-social-twitter,.yt_btn-social-pinterest,.yt_btn-social-linkedin,.yt_btn-social-stumbleupon,.yt_btn-social-skype,.yt_btn-social-path,.yt_btn-social-myspace,.yt_btn-social-youtube,.yt_btn-social-vimeo,.yt_btn-social-spotify,.yt_btn-social-dribbble,.yt_btn-social-blogger,.yt_btn-social-behance{color:#fff; text-shadow:none; border:none}
.yt_btn-social-facebook:hover,.yt_btn-social-googleplus:hover,.yt_btn-social-twitter:hover,.yt_btn-social-pinterest:hover,.yt_btn-social-linkedin:hover,.yt_btn-social-stumbleupon:hover,.yt_btn-social-skype:hover,.yt_btn-social-path:hover,.yt_btn-social-myspace:hover,.yt_btn-social-youtube:hover,.yt_btn-social-vimeo:hover,.yt_btn-social-spotify:hover,.yt_btn-social-dribbble:hover,.yt_btn-social-blogger:hover,.yt_btn-social-behance:hover{color:#fff;}
.yt_btn-social-pinterest {
  background: #cb2028 !important;
}
.yt_btn-social-pinterest:hover,
.yt_btn-social-pinterest:focus {
  background: #d54d53 !important;
}
.yt_btn-social-pinterest:active,
.yt_btn-social-pinterest.active {
  background: #ad1b22 !important;
}
.yt_btn-social-linkedin {
  background: #0072b5 !important;
}
.yt_btn-social-linkedin:hover,
.yt_btn-social-linkedin:focus {
  background: #338ec4 !important;
}
.yt_btn-social-linkedin:active,
.yt_btn-social-linkedin.active {
  background: #00619a !important;
}
.yt_btn-social-stumbleupon {
  background: #ed4a13 !important;
  color:#fff;
}
.yt_btn-social-stumbleupon:hover,
.yt_btn-social-stumbleupon:focus {
  background: #f16e42 !important;
}
.yt_btn-social-stumbleupon:active,
.yt_btn-social-stumbleupon.active {
  background: #c93f10 !important;
}
.yt_btn-social-googleplus {
  background: #2d2d2d !important;
}
.yt_btn-social-googleplus:hover,
.yt_btn-social-googleplus:focus {
  background: #575757 !important;
}
.yt_btn-social-googleplus:active,
.yt_btn-social-googleplus.active {
  background: #262626 !important;
}
.yt_btn-social-facebook {
  background: #2f4b93 !important;
}
.yt_btn-social-facebook:hover,
.yt_btn-social-facebook:focus {
  background: #596fa9 !important;
}
.yt_btn-social-facebook:active,
.yt_btn-social-facebook.active {
  background: #28407d !important;
}
.yt_btn-social-twitter {
  background: #00bdef !important;
}
.yt_btn-social-twitter:hover,
.yt_btn-social-twitter:focus {
  background: #33caf2 !important;
}
.yt_btn-social-twitter:active,
.yt_btn-social-twitter.active {
  background: #00a1cb !important;
}
.yt_btn-social-skype {
  background: #12a5f4 !important;
}
.yt_btn-social-skype:hover,
.yt_btn-social-skype:focus {
  background: #41b7f6 !important;
}
.yt_btn-social-skype:active,
.yt_btn-social-skype.active {
  background: #0f8ccf !important;
}
.yt_btn-social-path {
  background: #ee3524 !important;
}
.yt_btn-social-path:hover,
.yt_btn-social-path:focus {
  background: #f15d50 !important;
}
.yt_btn-social-path:active,
.yt_btn-social-path.active {
  background: #ca2d1f !important;
}
.yt_btn-social-myspace {
  background: #008dde !important;
}
.yt_btn-social-myspace:hover,
.yt_btn-social-myspace:focus {
  background: #33a4e5 !important;
}
.yt_btn-social-myspace:active,
.yt_btn-social-myspace.active {
  background: #0078bd !important;
}
.yt_btn-social-youtube {
  background: #cd332d !important;
}
.yt_btn-social-youtube:hover,
.yt_btn-social-youtube:focus {
  background: #d75c57 !important;
}
.yt_btn-social-youtube:active,
.yt_btn-social-youtube.active {
  background: #ae2b26 !important;
}
.yt_btn-social-vimeo {
  background: #44bbff !important;
}
.yt_btn-social-vimeo:hover,
.yt_btn-social-vimeo:focus {
  background: #69c9ff !important;
}
.yt_btn-social-vimeo:active,
.yt_btn-social-vimeo.active {
  background: #3a9fd9 !important;
}
.yt_btn-social-spotify {
  background: #7ab800 !important;
}
.yt_btn-social-spotify:hover,
.yt_btn-social-spotify:focus {
  background: #95c633 !important;
}
.yt_btn-social-spotify:active,
.yt_btn-social-spotify.active {
  background: #689c00 !important;
}
.yt_btn-social-dribbble {
  background: #ea4c89 !important;
}
.yt_btn-social-dribbble:hover,
.yt_btn-social-dribbble:focus {
  background: #ee70a1 !important;
}
.yt_btn-social-dribbble:active,
.yt_btn-social-dribbble.active {
  background: #c74174 !important;
}
.yt_btn-social-blogger {
  background: #f26300 !important;
}
.yt_btn-social-blogger:hover,
.yt_btn-social-blogger:focus {
  background: #f58233 !important;
}
.yt_btn-social-blogger:active,
.yt_btn-social-blogger.active {
  background: #ce5400 !important;
}
.yt_btn-social-behance {
  background: #053eff !important;
}
.yt_btn-social-behance:hover,
.yt_btn-social-behance:focus {
  background: #3765ff !important;
}
.yt_btn-social-behance:active,
.yt_btn-social-behance.active {
  background: #0435d9 !important;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.col-xs-15 {
  width: 20%;
}
@media (min-width: 768px) {
	.col-sm-15 {
	  width: 20%;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
	  width: 20%;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
	  width: 20%;
	}
}


/*Custom Select layout*/
div.container-fluid{
	padding: 0;
	overflow: hidden;
}
div.so-deal {
	margin: 0;
}

div.so-deal .extraslider-inner {
	border: none;
}

div.so-deal .extraslider-inner .product-thumb{
	margin: 0;
	border: none;
}
/*div.so-deal .item-time{
	position: static;
	margin: 0 0 20px;
	display: block;
	overflow: hidden;
}*/
div.so-deal .extraslider-inner .item{
	border: 1px solid #ebebeb;'
}
div.so-deal .product-thumb .caption{
	margin: 0 0 10px;
}

.block-featured{
	text-align: center;
}
.block-featured .content-featured {
  display: inline-flex;
  padding-top: 20px; }
  @media (min-width: 992px) {
    .block-featured .content-featured {
      padding-top: 41px; } }
  .block-featured .content-featured .item {
    display: table-cell; }
  .block-featured .content-featured img {
	width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .block-featured .content-featured img:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

/*BLOCK DEAL CUSTOM HTML*/
.block-deals-custom {
  position: relative; }
.block-deals-custom .title-home{text-align: center;}
.block-deals-custom .sub-text{text-align: center; margin: 0 0 30px}
  .block-deals-custom .sub-text:before {
    content: "" !important;
    background: url("/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/icon/icon-home-deals.png") no-repeat center center;
    position: absolute !important;
    width: 32px;
    height: 28px; }
  .block-deals-custom .bg-deal-1 {
    position: absolute;
    bottom: 0;
    float: left;
    display: none; }
    @media (max-width: 1199px) {
      .block-deals-custom .bg-deal-1 {
        transform: translateY(-50%);
        width: 45%;
        top: 50%;
        bottom: auto; } }
  .block-deals-custom .bg-deal-2 {
    position: absolute;
    float: right;
    right: 0;
    bottom: 0;
    display: none; }
    @media (max-width: 1199px) {
      .block-deals-custom .bg-deal-2 {
        transform: translateY(-50%);
        width: 45%;
        top: 50%;
        bottom: auto; } }
  .block-deals-custom .box-deals {
    display: inline-block;
    width: 50%; }
    .block-deals-custom .box-deals .content-deals {
      padding: 129px 0 0;
      position: relative;
      z-index: 2;
      min-height: 400px; }
      @media (min-width: 1200px) {
        .block-deals-custom .box-deals .content-deals {
          min-height: 580px; } }
      .block-deals-custom .box-deals .content-deals .font-sn2 {
        color: #dddddd;
        font-size: 28px;
        letter-spacing: 1px;
        padding-bottom: 17px; }
        .block-deals-custom .box-deals .content-deals .font-sn2 strong {
          color: #4eabf0; }
      .block-deals-custom .box-deals .content-deals h2 {
        font-size: 25px;
        color: #4eabf0;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 17px; }
        @media (min-width: 1200px) {
          .block-deals-custom .box-deals .content-deals h2 {
            font-size: 40px; } }
      .block-deals-custom .box-deals .content-deals .box-descrip {
        padding-bottom: 36px; }
        .block-deals-custom .box-deals .content-deals .box-descrip li {
          font-size: 15px;
          color: #ddd;
          line-height: 38px;
          position: relative;
          padding-left: 13px; }
          .block-deals-custom .box-deals .content-deals .box-descrip li:before {
            content: "";
            height: 4px;
            width: 4px;
            border-radius: 100%;
            position: absolute;
            background: #fff;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
      .block-deals-custom .box-deals .content-deals .prices {
        display: inline-block;
        font-size: 18px;
        color: #4eabf0; }
        @media (min-width: 1200px) {
          .block-deals-custom .box-deals .content-deals .prices {
            font-size: 28px; } }
        .block-deals-custom .box-deals .content-deals .prices .price-deals {
          font-size: 16px;
          padding-right: 5px;
          color: #eee; }
          @media (min-width: 1200px) {
            .block-deals-custom .box-deals .content-deals .prices .price-deals {
              font-size: 18px; } }
    .block-deals-custom .box-deals.box-deals-1 {
      float: left;
      padding-right: 45px;
      background: url("/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/bg-deal1.jpg") no-repeat center top; }
      @media (min-width: 1200px) {
        .block-deals-custom .box-deals.box-deals-1 {
          padding-right: 122px; } }
      .block-deals-custom .box-deals.box-deals-1 .content-deals {
        float: right; }
    .block-deals-custom .box-deals.box-deals-2 {
      text-align: left;
      background: url("/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/bg-deal2.jpg") no-repeat center top;
      padding-left: 45px; }
      @media (min-width: 1200px) {
        .block-deals-custom .box-deals.box-deals-2 {
          padding-left: 122px; } }
  .block-deals-custom .content-deals {
    position: relative; }
  .block-deals-custom .countdown_boxs {
    position: absolute;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    top: 50%;
    padding: 0 10px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%; }
    @media (min-width: 1200px) {
      .block-deals-custom .countdown_boxs {
        padding: 5px 20px;
        border-radius: 60px; } }
    .block-deals-custom .countdown_boxs .num-time {
      font-size: 24px;
      color: #4eabf0;
      padding-bottom: 5px; }
    .block-deals-custom .countdown_boxs .name-time {
      font-size: 14px;
      color: #999; }
    .block-deals-custom .countdown_boxs .time-item {
      border-bottom: 1px solid rgba(148, 195, 0, 0.5);
      padding: 10px 0; }
      @media (min-width: 1200px) {
        .block-deals-custom .countdown_boxs .time-item {
          padding: 20px 0; } }
      .block-deals-custom .countdown_boxs .time-item:last-child {
        border: none; }

.box-listing-tabs  .so-listing-tabs{
	text-align: center;
}
.box-listing-tabs  .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li{
	float: none;
	display: inline-block;
}

//

.module.custom-shipping {
  margin-top: 30px; }
  .module.custom-shipping .shipping-days {
	 padding: 0;
	 list-style: none;
    position: relative; }
    .module.custom-shipping .shipping-days:before {
      content: "";
      height: 1px;
      left: 50%;
      position: absolute;
      top: 40px;
      width: 60%;
      border-bottom: 1px dashed #ccc;
      transform: translate(-50%);
      -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -webkit-transform: translate(-50%);
      -o-transform: translate(-50%); }
    .module.custom-shipping .shipping-days > li {
      position: relative;
      text-align: center; }
      .module.custom-shipping .shipping-days > li .icon {
        height: 80px;
        width: 122px;
        background: #fff;
        margin: 0 auto 20px;
        position: relative;
        overflow: hidden; }
        .module.custom-shipping .shipping-days > li .icon .border {
          border: 1px solid #ededed;
          border-radius: 50%;
          height: 80px;
          width: 80px;
          position: absolute;
          top: 50%;
          left: 50%; 
		  transform: translate(-50%,-50%);
		  -moz-transform: translate(-50%,-50%);
		  -ms-transform: translate(-50%,-50%);
		  -webkit-transform: translate(-50%,-50%);
		  }
          .module.custom-shipping .shipping-days > li .icon .border:before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            right: 1px;
            bottom: 1px;
            border-radius: 50%;
            z-index: 2; }
          .module.custom-shipping .shipping-days > li .icon .border:after {
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            background: #3f9dd3;
            left: 50%;
            bottom: 0;
            border-radius: 50%;
			transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
            transition: all 0.3s ease; }
        .module.custom-shipping .shipping-days > li .icon.icon1 .border:before {
          background: #fff url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/ship.png) no-repeat center; }
        .module.custom-shipping .shipping-days > li .icon.icon2 .border:before {
          background: #fff url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/cash.png) no-repeat center; }
        .module.custom-shipping .shipping-days > li .icon.icon3 .border:before {
          background: #fff url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/phone.png) no-repeat center; }
      .module.custom-shipping .shipping-days > li .content {
        color: #666; }
        .module.custom-shipping .shipping-days > li .content h3 {
          font-size: 16px;
          text-transform: uppercase; }
        .module.custom-shipping .shipping-days > li .content p {
          font-size: 12px; }
      .module.custom-shipping .shipping-days > li:hover {
        cursor: pointer; }
        .module.custom-shipping .shipping-days > li:hover .content h3 {
          color: #3f9dd3; }
        .module.custom-shipping .shipping-days > li:hover .icon .border:after {
          height: 100%;
          width: 100%;
          transition: all 0.3s ease; }
        .module.custom-shipping .shipping-days > li:hover .icon.icon1 .border:before {
          background: #fff url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/ship-over.png) no-repeat center; }
        .module.custom-shipping .shipping-days > li:hover .icon.icon2 .border:before {
          background: #fff url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/cash-over.png) no-repeat center; }
        .module.custom-shipping .shipping-days > li:hover .icon.icon3 .border:before {
          background: #fff url(/web/20180722073839im_/https://www.jack-cable.com/nimda2018/view/template/extension/module/so_page_builder/assets/images/phone-over.png) no-repeat center; }



.Our-stories {
  margin: 0 0 20px; }
  .Our-stories .block-left .block-top {
    border: 20px solid #f5f5f5;
    padding: 35px 55px;
    text-align: center;
    margin: 0 0 30px; }
    .Our-stories .block-left .block-top h3.title {
      font-size: 26px;
      text-transform: uppercase;
      color: #666; }
    .Our-stories .block-left .block-top .list-icon {
      margin-top: 28px; }
      .Our-stories .block-left .block-top .list-icon li {
        display: inline-block; }
        .Our-stories .block-left .block-top .list-icon li a {
          font-size: 18px;
          margin: 0 10px;
          color: #ccc; }
          .Our-stories .block-left .block-top .list-icon li a:hover {
            color: #3f9dd3; }
  .Our-stories .block-left .block-bottom {
    position: relative; }
    .Our-stories .block-left .block-bottom .image-item {
      position: relative; }
      .Our-stories .block-left .block-bottom .image-item:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #00346f;
        opacity: 0.1; }
      .Our-stories .block-left .block-bottom .image-item .border {
        content: "";
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        position: absolute;
        border: 2px solid #fff; }
    .Our-stories .block-left .block-bottom .content {
      position: absolute;
      top: 50%;
      left: 0;
      padding: 30px 0;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      background: white;
      width: 100%;
      text-align: center;
      transition: all 0.3s ease-in; }
      .Our-stories .block-left .block-bottom .content h4 {
        margin: 0;
        color: #3f9dd3;
        font-size: 16px;
        text-transform: capitalize;
        font-style: italic; }
      .Our-stories .block-left .block-bottom .content h3 {
        margin: 0;
        font-size: 26px;
        color: #666;
        text-transform: uppercase;
        font-weight: bold; }
    .Our-stories .block-left .block-bottom:hover .content {
      background: rgba(255, 255, 255, 0.5);
      transition: all 0.3s ease-in; }
  .Our-stories .block-right .image-item {
    position: relative; }
    .Our-stories .block-right .image-item .border-before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #00346f;
      opacity: 0.1; }
    .Our-stories .block-right .image-item .border-after {
      content: "";
      top: 20px;
      left: 20px;
      right: 20px;
      bottom: 20px;
      position: absolute;
      border: 2px solid #fff;
      background: rgba(0, 52, 111, 0.1); }
  .Our-stories .block-right .content {
    text-align: center;
    padding: 50px 0 55px;
    border-bottom: 1px solid #e5e5e5; }
    .Our-stories .block-right .content h3.title {
      font-size: 26px;
      color: #666;
      text-transform: uppercase;
      font-weight: bold; }
    .Our-stories .block-right .content a.btn {
      background: #333 none repeat scroll 0 0;
      border-radius: 3px;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      padding: 12px 64px;
      margin: 40px 0 0;
      text-transform: uppercase; }
      .Our-stories .block-right .content a.btn:hover {
        background: #3f9dd3; }

.so-listing-tabs {
	margin: 0 -10px;
	padding: 0;
	overflow: hidden;
}

.so-listing-tabs .ltabs-wrap {
	overflow: hidden;
}

.so-listing-tabs .intro_text,
.so-listing-tabs .footer_text {
	margin: 10px 0px;
}

/*-----------------------Css for Tabs ----------------------------*/

.so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
	margin: 15px 10px;
	padding: 0;
}
.so-listing-tabs .ltabs-wrap .wap-listing-tabs .item-cat-image{
	display:inline-block;
	float:left;
}
.so-listing-tabs .ltabs-tabs-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs {
	display: block;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
	border: 1px solid #e9e9e9;
	padding: 8px;
	cursor: pointer;
	margin: 0 10px 10px 0;
	font-size: 12px;
}
.so-listing-tabs-ltr .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li{
	float: left;
}
.so-listing-tabs-rtl .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li{
	float: right;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all:hover .cat-all{
	margin-top:-48px;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover {
	background-color:#0088cc;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover span {
	color:#fff;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-all .cat-all {
	margin-top:0px;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs .tab-sel .cat-all {
	margin-top:-48px;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel{
	background-color:#0088cc
}

.so-listing-tabs .ltabs-tab-img {
	float: left;
	height: 30px;
	margin-right: 10px;
	overflow: hidden;
}
.so-listing-tabs .hits {
	float:left;
	border-top:1px solid #e9e9e9;
	padding: 2% 0 2% 0;
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	color:#909090;
	width:40%;
}
.so-listing-tabs .other-infor {
	margin-top:15px;
}
.so-listing-tabs .author {
	float:left;
	overflow:hidden;
	border-top:1px solid #e9e9e9;
	width:53%;
	padding:2% 0 2% 3%;
	color: #909090;
	border-bottom:1px solid #e9e9e9;
}
.so-listing-tabs .author-text {
	color:#0088cc;
}
.so-listing-tabs .item-title {
	text-transform :uppercase;
	margin-bottom:5px;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab  > span {
	margin: 0;
	padding: 0 10px 0 5px;
	cursor: pointer;
	color:#666666;
	text-transform:uppercase;
	font-size:12px;
	line-height:30px;
	vertical-align:middle;
}

.so-listing-tabs .created-date {
	margin-bottom:10px;
	color:#909090;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel  > span {
	color: #FFF;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-arrow,
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap span.ltabs-tab-selected {
	display: none;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox {
	position: relative;
	display: inline-block;
	cursor: default;
	text-align: left;
	line-height: 30px;
	clear: both;
	color: #888;
	cursor: pointer;
	z-index:5
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
	width: 167px;
	text-indent: 20px;
	border: 1px solid #DDD;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #FFF;
	overflow: hidden;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow {
	width: 30px;
	border: 1px solid #ddd;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	font-size: 12px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #DDD;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-arrow,
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox span.ltabs-tab-selected {
	position: relative;
	float: left;
	height: 30px;
	z-index: 1;
	display: inline-block;
}

.so-listing-tabs .add-loadmore {
	float: right;
	margin-left: 10px;
	vertical:middle;
	margin-top:2px;
}
.so-listing-tabs .loaded .add-loadmore {
	display:none;
}
.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs {
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	border: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
	background: #fff;
	display: none;
	z-index: 1;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs.ltabs-open {
	display: block;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tabs li {
	margin: 0;
	padding: 0;
	float: none;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span {
	display: block;
	line-height: 20px;
	padding: 5px 10%;
}

.so-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.ltabs-selectbox .ltabs-tab span:hover {
	color: #f6f6f6;
	background: #0088cc;
}

/*-----------------------------Css for Content----------------------*/

.so-listing-tabs .ltabs-wrap .ltabs-items-container {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.so-listing-tabs .ltabs-items-container .ltabs-items {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	display: none;
}

.so-listing-tabs .ltabs-items-container .ltabs-items-inner {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.so-listing-tabs .ltabs-items-container .ltabs-items-selected {
	display: block;
}

.so-listing-tabs .ltabs-items-container .ltabs-item-wrap {
	margin: 0;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: #000 0em 0em 0em;
}

.so-listing-tabs .ltabs-items-container .ltabs-item-wrap img {
	width: 100%;
	max-width: 100%;
	box-shadow: #000 0em 0em 0em;
}

.so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
	float: left;
	margin-bottom: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: #000 0em 0em 0em;
}

.so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-slider .ltabs-item {
	margin-bottom: 20px;
	opacity: 1;
	filter: alpha(opacity=1);
	box-shadow: none;
	width:100%;
}

.so-listing-tabs  .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
	margin: 0 10px 20px 10px ;
}

.so-listing-tabs  .ltabs-items-container .ltabs-items .ltabs-item .item-inner .item-image {
	border : 1px solid #e9e9e9;
	margin-bottom:10px;
}

.so-listing-tabs  .ltabs-items-container .ltabs-items .ltabs-item .item-inner .lt-image img{
	margin-left:auto;
	margin-right:auto;
	display:block;
	max-height:100%;
	max-width:100%;
}

.so-listing-tabs .ltabs-items  .ltabs-loading {
	width: 100%;
	max-width: 100%;
	padding: 0;
	position: relative;
	background: url(/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_listing_tabs/images/477.gif) no-repeat scroll center center transparent;
	min-height: 300px;
	display: block;
	z-index: 0;
}

.so-listing-tabs  .ltabs-items-container .ltabs-loadmore {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.so-listing-tabs .ltabs-items   .ltabs-loadmore .ltabs-loadmore-btn {
	padding: 8px 12px;
	display: inline-block;
	background-color: #0088cc;
	color: #FFF;
	cursor: pointer;
}

.so-listing-tabs .ltabs-items   .ltabs-loadmore .ltabs-loadmore-btn .ltabs-image-loading {
	background: url('/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_listing_tabs/images/301.gif') no-repeat scroll center center transparent;
	width: 22px;
	height: 22px;
	display: none;
	margin-right: 10px;
	vertical-align: middle;
}

.so-listing-tabs .ltabs-items   .ltabs-loadmore .ltabs-loadmore-btn:after {
	content: attr(data-label);
}

.so-listing-tabs .ltabs-items.ltabs-process   .ltabs-loadmore {
	display: none;
}

/*-----------------------------Css for Responsive ----------------------*/

@media all and (max-width: 479px) {
	.so-listing-tabs .ltabs-item .hits
	{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}
	.ltabs-tabs-container .ltabs-tabs li {
		border-top:none !important;
		border-left:none !important;
		border-right:none !important;
	}
	.so-listing-tabs .ltabs-item .author{
		width: 100%;
		padding-left:0;
	}
	.so-listing-tabs .ltabs-tab-img {
		display:none;
	}
	.so-listing-tabs .ltabs04-6 .ltabs-item {
		width: 16.64%;
	}

	.so-listing-tabs .ltabs04-5 .ltabs-item {
		width: 19.958%;
	}

	.so-listing-tabs .ltabs04-4 .ltabs-item {
		width: 24.995%;
	}

	.so-listing-tabs .ltabs04-3 .ltabs-item {
		width: 33.315%;
	}

	.so-listing-tabs .ltabs04-2 .ltabs-item {
		width: 49.985%;
	}

	.so-listing-tabs .ltabs04-1 .ltabs-item {
		width: 100%;
	}

	.so-listing-tabs .ltabs04-1 .clr1,
	.so-listing-tabs .ltabs04-2 .clr2,
	.so-listing-tabs .ltabs04-3 .clr3,
	.so-listing-tabs .ltabs04-4 .clr4,
	.so-listing-tabs .ltabs04-5 .clr5,
	.so-listing-tabs .ltabs04-6 .clr6 {
		clear: both;
	}
	.so-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-5 .ltabs-item .hits
	,.so-listing-tabs .ltabs01-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}

	.so-listing-tabs .ltabs01-3 .ltabs-item .author,
	.so-listing-tabs .ltabs01-4 .ltabs-item .author,
	.so-listing-tabs .ltabs01-5 .ltabs-item .author,
	.so-listing-tabs .ltabs01-6 .ltabs-item .author{
		width: 100%;
	}
}

@media all and (min-width: 480px) and (max-width: 767px) {
	.so-listing-tabs .ltabs03-6 .ltabs-item {
		width: 16.64%;
	}

	.so-listing-tabs .ltabs03-5 .ltabs-item {
		width: 19.958%;
	}

	.so-listing-tabs .ltabs03-4 .ltabs-item {
		width: 24.995%;
	}
	.so-listing-tabs .ltabs02-5 .ltabs-item .author{
		width:100%
	}
	.so-listing-tabs .ltabs02-5 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}
	.so-listing-tabs .ltabs02-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}

	.so-listing-tabs .ltabs03-3 .ltabs-item {
		width: 33.295%;
	}

	.so-listing-tabs .ltabs03-2 .ltabs-item {
		width: 49.999%;
	}

	.so-listing-tabs .ltabs03-1 .ltabs-item {
		width: 100%;
	}

	.so-listing-tabs .ltabs03-1 .clr1,
	.so-listing-tabs .ltabs03-2 .clr2,
	.so-listing-tabs .ltabs03-3 .clr3,
	.so-listing-tabs .ltabs03-4 .clr4,
	.so-listing-tabs .ltabs03-5 .clr5,
	.so-listing-tabs .ltabs03-6 .clr6 {
		clear: both;
	}
	.so-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-5 .ltabs-item .hits
	,.so-listing-tabs .ltabs01-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}

	.so-listing-tabs .ltabs01-3 .ltabs-item .author,
	.so-listing-tabs .ltabs01-4 .ltabs-item .author,
	.so-listing-tabs .ltabs01-5 .ltabs-item .author,
	.so-listing-tabs .ltabs01-6 .ltabs-item .author{
		width: 100%;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.so-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-5 .ltabs-item .hits
	,.so-listing-tabs .ltabs01-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}

	.so-listing-tabs .ltabs01-3 .ltabs-item .author,
	.so-listing-tabs .ltabs01-4 .ltabs-item .author,
	.so-listing-tabs .ltabs01-5 .ltabs-item .author,
	.so-listing-tabs .ltabs01-6 .ltabs-item .author{
		width: 100%;
		padding-left:0;
	}
	.so-listing-tabs .ltabs02-6 .ltabs-item {
		width: 16.64%;
	}

	.so-listing-tabs .ltabs02-5 .ltabs-item {
		width: 19.958%;
	}

	.so-listing-tabs .ltabs02-4 .ltabs-item {
		width: 24.995%;
	}

	.so-listing-tabs .ltabs02-3 .ltabs-item {
		width: 33.315%;
	}

	.so-listing-tabs .ltabs02-2 .ltabs-item {
		width: 49.999%;
	}

	.so-listing-tabs .ltabs02-1 .ltabs-item {
		width: 100%;
	}
	.so-listing-tabs .ltabs02-4 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}
	.so-listing-tabs .ltabs02-4 .ltabs-item .author,
	.so-listing-tabs .ltabs02-5 .ltabs-item .author,
	.so-listing-tabs .ltabs02-6 .ltabs-item .author{
		width: 100%;
		padding-left:0;
	}
	.so-listing-tabs .ltabs02-5 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}
	.so-listing-tabs .ltabs02-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}
	.so-listing-tabs .ltabs02-1 .clr1,
	.so-listing-tabs .ltabs02-2 .clr2,
	.so-listing-tabs .ltabs02-3 .clr3,
	.so-listing-tabs .ltabs02-4 .clr4,
	.so-listing-tabs .ltabs02-5 .clr5,
	.so-listing-tabs .ltabs02-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 992px ) and (max-width: 1199px) {
	.so-listing-tabs .ltabs01-6 .ltabs-item {
		width: 16.64%;
	}
	.so-listing-tabs .ltabs01-5 .ltabs-item {
		width: 20%;
	}
	.so-listing-tabs .ltabs01-4 .ltabs-item {
		width: 25%;
	}
	.so-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-5 .ltabs-item .hits
	,.so-listing-tabs .ltabs01-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}

	.so-listing-tabs .ltabs01-3 .ltabs-item .author,
	.so-listing-tabs .ltabs01-4 .ltabs-item .author,
	.so-listing-tabs .ltabs01-5 .ltabs-item .author,
	.so-listing-tabs .ltabs01-6 .ltabs-item .author{
		width: 100%;
		padding-left:0;
	}
	.so-listing-tabs .ltabs01-3 .ltabs-item {
		width: 33.315%;
	}

	.so-listing-tabs .ltabs01-2 .ltabs-item {
		width: 49.999%;
	}

	.so-listing-tabs .ltabs01-1 .ltabs-item {
		width: 100%;
	}

	.so-listing-tabs .ltabs01-1 .clr1,
	.so-listing-tabs .ltabs01-2 .clr2,
	.so-listing-tabs .ltabs01-3 .clr3,
	.so-listing-tabs .ltabs01-4 .clr4,
	.so-listing-tabs .ltabs01-5 .clr5,
	.so-listing-tabs .ltabs01-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1200px ) {
	.so-listing-tabs .ltabs01-3 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-4 .ltabs-item .hits,
	.so-listing-tabs .ltabs01-5 .ltabs-item .hits
	,.so-listing-tabs .ltabs01-6 .ltabs-item .hits{
		width: 100%;
		border-bottom:none;
		border-right:none;
	}

	.so-listing-tabs .ltabs01-3 .ltabs-item .author,
	.so-listing-tabs .ltabs01-4 .ltabs-item .author,
	.so-listing-tabs .ltabs01-5 .ltabs-item .author,
	.so-listing-tabs .ltabs01-6 .ltabs-item .author{
		width: 100%;
		padding-left:0;
	}
	.so-listing-tabs .ltabs00-6 .ltabs-item {
		width: 16.64%;
	}
	.so-listing-tabs .ltabs00-5 .ltabs-item {
		width: 20%;
	}

	.so-listing-tabs .ltabs00-4 .ltabs-item {
		width: 25%;
	}

	.so-listing-tabs .ltabs00-3 .ltabs-item {
		width: 33.315%;
	}

	.so-listing-tabs .ltabs00-2 .ltabs-item {
		width: 49.999%;
	}

	.so-listing-tabs .ltabs00-1 .ltabs-item {
		width: 100%;
	}

	.so-listing-tabs .ltabs00-1 .clr1,
	.so-listing-tabs .ltabs00-2 .clr2,
	.so-listing-tabs .ltabs00-3 .clr3,
	.so-listing-tabs .ltabs00-4 .clr4,
	.so-listing-tabs .ltabs00-5 .clr5,
	.so-listing-tabs .ltabs00-6 .clr6 {
		clear: both;
	}
}

/*-----------------------------Css for ie----------------------*/
.so-listing-tabs.lt-ie9 .ltabs01-6 .ltabs-item {
	width: 16.64%;
}

.so-listing-tabs.lt-ie9 .ltabs01-5 .ltabs-item {
	width: 20%;
}

.so-listing-tabs.lt-ie9 .ltabs01-4 .ltabs-item {
	width: 25%;
}

.so-listing-tabs.lt-ie9 .ltabs01-3 .ltabs-item {
	width: 33.315%;
}

.so-listing-tabs.lt-ie9 .ltabs01-2 .ltabs-item {
	width: 49.999%;
}

.so-listing-tabs.lt-ie9 .ltabs01-1 .ltabs-item {
	width: 100%;
}

.so-listing-tabs.lt-ie9 .ltabs01-1 .clr1,
.so-listing-tabs.lt-ie9 .ltabs01-2 .clr2,
.so-listing-tabs.lt-ie9 .ltabs01-3 .clr3,
.so-listing-tabs.lt-ie9 .ltabs01-4 .clr4,
.so-listing-tabs.lt-ie9 .ltabs01-5 .clr5,
.so-listing-tabs.lt-ie9 .ltabs01-6 .clr6 {
	clear: both;
}

/*-----------------------------ClearFix----------------------*/
.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}


.so-listing-tabs .owl2-controls .owl2-nav .owl2-prev,
.so-listing-tabs .owl2-controls .owl2-nav .owl2-next {
    border: 1px solid #e9e9e9;
    color: #e9e9e9;
    float: left;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px;
	background-color:#FFF;
	/* top:-61px;
	right:15px; */
	position:absolute;
	margin-top:-16px;
	top:50%;
}

.so-listing-tabs .owl2-controls .owl2-nav .owl2-prev:before,
.so-listing-tabs .owl2-controls .owl2-nav .owl2-next:before {
    font-family: FontAwesome;
    font-size: 28px;
}

.so-listing-tabs .owl2-controls .owl2-nav .owl2-prev:hover,
.so-listing-tabs .owl2-controls .owl2-nav .owl2-next:hover {
    cursor: pointer;
    border: 1px solid #cccccc;
    color: #fff;
	background:#e9e9e9 none repeat scroll 0 0
}

.so-listing-tabs .owl2-controls .owl2-nav .owl2-next {
	right:0;
}

.so-listing-tabs .owl2-controls .owl2-nav .owl2-prev{
	left:0;
}

.so-listing-tabs .owl2-controls .owl2-nav .owl2-prev:before {
    content: "\f104";
}

.so-listing-tabs .owl2-controls .owl2-nav .owl2-next:before {
    content: "\f105";
}

.so-listing-tabs .new-ltabs-item {
	opacity:0!important;
	filter: alpha(opacity=0)!important;
} 

/* .so-listing-tabs .ltabs-items .ltabs-items-inner.play .ltabs-item{
	opacity:1;
	filter: alpha(opacity=1)!important;
} */
/*--------------Sale---------------*/
.so-listing-tabs .product-thumb .image{
	position: relative;
}
.so-listing-tabs .product-thumb .image span.label-sale:after{
    border-left: 8px solid transparent;
    border-top: 9px solid #e74c3c;
    bottom: -6px;
    content: "";
    position: absolute;
    right: 8px;
}
.so-listing-tabs .product-thumb .image span.label-sale{
    background: #e74c3c none repeat scroll 0 0;
    left: 20px;
    top: 20px;
	z-index:3;
}
.so-listing-tabs .product-thumb .image .label-new,.so-listing-tabs .product-thumb .image .label-sale {
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 23px;
    min-width: 56px;
    padding: 3px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
/*--------------New---------------*/
.so-listing-tabs .product-thumb .image span.label-new:after{
    border-right: 8px solid transparent;
    border-top: 9px solid #1e91cf;
    bottom: -6px;
    content: "";
    position: absolute;
    left: 8px;
}
.so-listing-tabs .product-thumb .image span.label-new{
    background: #1e91cf none repeat scroll 0 0;
    right: 20px;
    top: 20px;
	z-index:3;
}
/* Hover Image*/
.so-listing-tabs .product-thumb .image .img-thumb1 {
    position: relative;
	z-index: 2;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transition: all 0.3s ease-in-out;
}
.so-listing-tabs .product-thumb .image .img-thumb2 {
    position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: all 0.3s ease-in;
}
.so-listing-tabs .product-thumb .image a{
	overflow: hidden;
    position: relative;
}
.so-listing-tabs .product-thumb .image:hover .img-thumb1{
	transform: translateX(200%);
	-moz-transform: translateX(200%);
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transition: all 0.3s ease-in-out;
}

.postext-spextraslider {
	margin-top: 10px;
}

.pretext-spextraslider {
	margin-bottom: 10px;
}

.so-extraslider {
	margin: 20px 0;
}

.page-title-extraslider {
	color: #2E2C2D;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	width: 75%;
	margin: 10px 0 8px 0px;
}

.so-extraslider a {
	text-decoration: none;
}

.so-extraslider.preload {
	height: 250px;
	overflow: hidden;
	position: relative
}

.so-extraslider .extra-loading {
	background: url('/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_extra_slider/images/loading.gif') no-repeat scroll center center transparent;
	height: 250px;
	width: 100%;
}

.so-extraslider.preload .heading-title,
.so-extraslider.preload .owl2-controls,
.so-extraslider.preload .owl2-controls,
.so-extraslider.preload .extraslider-inner {
	display: none !important;
}

.so-extraslider .pre-text,
.so-extraslider .post-text {
	margin: 10px 0;
}

.so-extraslider .heading-title {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}

.so-extraslider .extraslider-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #000000;
	padding-bottom: 8px;
}
.so-extraslider .extraslider-inner .item-wrap .item-wrap-inner .item-info .button-container button{
	background: #009ad0 linear-gradient(to bottom, #009ad0 0%, #007ab7 100%) repeat-x scroll 0 0;
	border: none;
	padding: 10px 14px;
	border: 1px solid #06b2e6;
}
.so-extraslider .extraslider-inner .item-wrap .item-wrap-inner .item-info .button-container button:hover{
	background: #0084bf none repeat scroll 0 0 ;
}
.so-extraslider .item {
	position: relative;
	display: block;
}

.so-extraslider .owl2-item {
	float: left;
}

.so-extraslider .extraslider-inner .item-wrap {
	position: relative;
	overflow: hidden;
}

.so-extraslider .extraslider-inner .item-wrap .item-info .item-content {
	margin-left: 10px;
}

.so-extraslider .extraslider-inner .item-wrap .item-info,
.so-extraslider .extraslider-inner .item-wrap .item-info .item-content {
	overflow: hidden;
}

.so-extraslider .extraslider-inner .item-wrap.style1 .item-info {
	color: #FFF;
	position: absolute;
	background: url(/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_extra_slider/images/background.png) repeat;
	bottom: 0;
	left: 0;
	z-index:3;
}

.so-extraslider .extraslider-inner .item-wrap .item-info a {
	color: #FFF;
}

.so-extraslider .extraslider-inner .item-wrap .item-info a:hover {
	color: #DDD;
}

.so-extraslider .extraslider-inner .item-wrap.style2 .item-info {
	background: #333333;
	color: #FFF;
	position: relative;
}

.so-extraslider .extraslider-inner .item-wrap-inner {
	margin: 8px 5px 0 5px;
	padding: 0 1px;
	position: relative;
	overflow: hidden;
}

.so-extraslider .extraslider-inner .item-wrap-inner a.new-box {
	left: -4px;
	z-index: 2;
}

.so-extraslider .extraslider-inner .item-wrap-inner a.sale-box {
	right: -4px;
	z-index: 2;
}

.so-extraslider .extraslider-inner .item-wrap.last {
	margin-right: 0px;
	padding-right: 0px;
}

.so-extraslider .extraslider-inner {
	clear: both;
}

.so-extraslider .extraslider-inner .item-wrap img {
	width: 100%;
	border: none;
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap img:hover {
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .item .item-wrap .item-description {
	margin-bottom: 0;
}

.so-extraslider .item .item-wrap .item-prices {
	padding: 0px;
	margin-bottom: 10px;
}

.so-extraslider .item .item-wrap .item-prices .item-price {
	color: #FF0000;
	font-weight: bold;
	font-family: Georgia;
	margin-right: 3px;
}

.so-extraslider .item .item-wrap .item-per-unit {
	color: white;
}

.so-extraslider .item .item-wrap .item-tags {
	margin-bottom: 5px;
}

.so-extraslider .item .item-wrap .item-votes {
	padding-left: 10px;
}

.so-extraslider .item .item-wrap.style3 .item-votes .hikashop_total_vote {
	color: #FFF;
}

.so-extraslider .item .item-wrap.style5 .item-votes .hikashop_total_vote {
	color: #FFF;
}

.so-extraslider .item .item-wrap.style6 .item-votes .hikashop_total_vote {
	color: #FFF;
}

.so-extraslider .item .item-wrap.style7 .item-votes .hikashop_total_vote {
	color: #FFF;
}

.so-extraslider .item .item-wrap.style4 .item-prices .item-per-unit {
	color: #000000;
}

.so-extraslider .item .item-wrap .item-btn-add {
	margin-bottom: 5px;
}

.so-extraslider .item .item-wrap .item-btn-add form {
	margin: 0;
}

.so-extraslider .item .item-wrap .item-btn-add .hikashop_add_to_cart {
	display: inline-block;
	margin: 5px 5px 5px 0px;
}

.so-extraslider .item .item-wrap .item-btn-add .hikashop_add_wishlist {
	display: inline-block;
	margin: 5px 5px 5px 0px;
}

.so-extraslider .item .item-wrap .item-readmore {
	margin-top: 10px;
}

.so-extraslider .item .item-wrap .item-related {
	text-align: left;
	color: #FFF;
}

.so-extraslider .item .item-wrap .item-related h4 {
	margin: 5px 0;
	color: #FFF;
}

.so-extraslider .item .item-wrap .item-related ul {
	text-align: left;
	margin: 0 10px 0 13px;
	color: #FFF;
}

.so-extraslider .item .item-wrap .item-tags span {
	color: #FFFFFF;
}

.so-extraslider .item .item-wrap .item-tags .tags span a {
	display: inline-block;
}

.so-extraslider .item .item-wrap .item-readmore {
	text-align: right;
}

.so-extraslider .owl2-controls .nav-page {
	list-style: none;
	margin: 0px;
	float: left;
	padding-left: 0;
}

.so-extraslider .owl2-controls .nav-page .page {
	float: left;
	background: none;
	padding: 0;
	outline: none;
}

.so-extraslider .extraslider-inner .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.so-extraslider .extraslider-inner .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	position: relative;

}

.so-extraslider .extraslider-inner .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.so-extraslider .owl2-controls {
	margin-bottom: 8px;
	vertical-align: middle;
	display: inline;
}
.so-extraslider-ltr .so-extraslider .owl2-controls{
	float: right;
	text-align: right;
}
.so-extraslider-rtl .so-extraslider .owl2-controls{
	float: left;
	text-align: left;
}
.so-extraslider .owl2-controls .owl2-controls {
	float: left;
	margin: 0;
}

.so-extraslider .owl2-controls .owl2-prev,
.so-extraslider .owl2-controls .owl2-next {
	outline: none;
	font-size: 22px;
	line-height: 18px;
	color: #797575;
	cursor: pointer;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	font-family: Arial;
	height: 20px;
	vertical-align: middle;
}
.so-extraslider-ltr .so-extraslider .owl2-controls .owl2-prev,
.so-extraslider-ltr .so-extraslider .owl2-controls .owl2-next{
	float:left;
}
.so-extraslider-rtl .so-extraslider .owl2-controls .owl2-prev,
.so-extraslider-rtl .so-extraslider .owl2-controls .owl2-next{
	float:right;
}
.so-extraslider .owl2-controls .owl2-dots .owl2-dot {
	display: inline-block;
	zoom: 1;
}

.so-extraslider .owl2-dots .owl2-dot {
	display: block;
	width: 12px;
	height: 12px;
	margin: 4px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #797575;
	cursor: pointer;
	vertical-align: middle;
}

.so-extraslider .owl2-dots .owl2-dot:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #77f9f1;
}

.so-extraslider.button-type2 .owl2-controls{
	width: 100%;
}

.so-extraslider-ltr .so-extraslider.button-type2 .owl2-nav{
	float: right;
	text-align: right;
	margin-bottom: 8px;
}
.so-extraslider-rtl .so-extraslider.button-type2 .owl2-nav{
	float: left;
	text-align: left;
	margin-bottom: 8px;
}

.so-extraslider-ltr .so-extraslider.button-type1 .owl2-dots{
	float: left;
}

.so-extraslider-rtl .so-extraslider.button-type1 .owl2-dots{
	float: right;
}

.so-extraslider.button-type2 .owl2-dots{
	text-align: center;
	margin-top: 10px;
	display: block;
}

.so-extraslider .owl2-dots .owl2-dot.active {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #77f9f1;
}

.so-extraslider .owl2-dots .owl2-dot:focus,
.so-extraslider .owl2-nav .owl2-prev:focus,
.so-extraslider .owl2-nav .owl2-next:focus {
	outline: none;
}

.so-extraslider.button-type2  .owl2-dots {
	text-align: center;
	margin-top: 10px;
	display: block;
}

.so-extraslider.button-type2 .owl2-prev,
.so-extraslider.button-type2 .owl2-next {
	background: none repeat scroll 0 0 #797575;
	border-radius: 50%;
	color: #FFF;
	cursor: pointer;
	font-family: Arial;
	font-size: 20px;
	font-weight: 600;
	height: 20px;
	line-height: 18px;
	margin: 0 0 0 4px;
	opacity: 0.5;
	outline: medium none;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.so-extraslider-ltr .so-extraslider.button-type2 .owl2-prev,
.so-extraslider-ltr .so-extraslider.button-type2 .owl2-next{
	float: left;
}
.so-extraslider-rtl .so-extraslider.button-type2 .owl2-prev,
.so-extraslider-rtl .so-extraslider.button-type2 .owl2-next{
	float: right;
}
.so-extraslider .owl2-controls .owl2-prev:hover,
.so-extraslider .owl2-controls .owl2-next:hover {
	color: #77f9f1;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

/*css Media*/
@media all and (max-width: 479px) {
	.so-extraslider .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile {
		display: block;
	}

	.so-extraslider.preset04-6 .extraslider-inner .item-wrap.style1 .item-info {
		max-height: 200px;
	}

}

@media all and (min-width: 480px) and (max-width: 767px) {
	.so-extraslider .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile {
		display: block;
	}

	.so-extraslider.preset03-6 .extraslider-inner .item-wrap.style1 .item-info {
		max-height: 200px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.so-extraslider .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile {
		display: none;
	}

	.so-extraslider.preset02-6 .extraslider-inner .item-wrap.style1 .item-info {
		max-height: 200px;
	}

}

@media all and (min-width: 992px) and (max-width: 1199px) {
	.so-extraslider .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile {
		display: none;
	}

	.so-extraslider.preset01-6 .extraslider-inner .item-wrap.style1 .item-info {
		max-height: 200px;
	}

}

@media all and (min-width: 1200px) {
	.so-extraslider .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile {
		display: none;
	}

	.so-extraslider.preset00-6 .extraslider-inner .item-wrap.style1 .item-info {
		max-height: 200px;
	}
}
/*--------------Sale---------------*/
.item-image .item-img-info span.label-sale:after{
    border-left: 8px solid transparent;
    border-top: 9px solid #e74c3c;
    bottom: -6px;
    content: "";
    position: absolute;
    right: 8px;
}
.item-image .item-img-info span.label-sale{
    background: #e74c3c none repeat scroll 0 0;
    left: 20px;
    top: 20px;
	z-index:3;
}
.item-image .item-img-info .label-new, .item-image .item-img-info .label-sale {
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 23px;
    min-width: 56px;
    padding: 3px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
/*--------------New---------------*/
.item-image .item-img-info span.label-new:after{
    border-right: 8px solid transparent;
    border-top: 9px solid #1e91cf;
    bottom: -6px;
    content: "";
    position: absolute;
    left: 8px;
}
.item-image .item-img-info span.label-new{
    background: #1e91cf none repeat scroll 0 0;
    right: 20px;
    top: 20px;
	z-index:3;
}
.item-image .item-img-info .label-new, .item-image .item-img-info .label-new {
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 23px;
    min-width: 56px;
    padding: 3px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}
/* Hover Image*/
.item-image .item-img-info .img-thumb1 {
    position: relative;
	z-index: 2;
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transition: all 0.3s ease-in-out;
}
.item-image .item-img-info .img-thumb2 {
    position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateX(100%);
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transition: all 0.3s ease-in;
}
.item-image .item-img-info{
	overflow: hidden;
    position: relative;
}
.item-image .item-img-info:hover .img-thumb1{
	transform: translateX(110%);
	-moz-transform: translateX(110%);
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transition: all 0.3s ease-in-out;
}
.item-image .item-img-info:hover .img-thumb2{
	transform: translateX(0%);
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transition: all 0.3s ease-in;
}
.so-extraslider .extraslider-inner .item-wrap {
	overflow: hidden;
}
.so-extraslider .extraslider-inner .item-wrap .item-info .rating{
	padding: 0px 10px;
}
.so-extraslider .extraslider-inner .item-wrap .item-image {
	width: 100%;
	border: 1px solid #DDD;
	position: relative;
	overflow: hidden;
}

.so-extraslider .extraslider-inner .item-wrap .item-image:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
	-moz-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
	-o-box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
	box-shadow: rgba(0, 0, 0, 0.17) 0 0 13px;
}

.so-extraslider .extraslider-inner .item-wrap .item-image .item-img-info a.quick-view {
	display: none;
}

.so-extraslider .extraslider-inner .item-wrap .item-image:hover .item-img-info a.quick-view {
	display: block;
	text-align: center;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.82);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
	color: #000;
	font: 700 13px/16px Arial, Helvetica, sans-serif;
	height: 43px;
	left: 50%;
	margin: -21px 0 0 -53px;
	padding: 13px 0 0;
	position: absolute;
	top: 50%;
	width: 107px;
	text-decoration: none;
}

.so-extraslider .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile {
	background-color: transparent;
	bottom: 0;
	height: 155px;
	overflow: hidden;
	position: absolute;
	right: 0;
	width: 215px;
	z-index: 2;
}

.so-extraslider .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile a {
	background-color: rgba(208, 208, 211, 0.57);
	display: block;
	height: 130px;
	pointer-events: all;
	position: relative;
	right: -162px;
	top: 80px;
	transform: rotate(45deg);
	width: 85px;
}

.so-extraslider .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile a:hover {
	background-color: rgba(125, 125, 125, 0.57);
}

.so-extraslider .extraslider-inner .item-wrap .item-image .quick-view-wrapper-mobile a i {
	bottom: 0;
	color: black;
	display: inline-block;
	font-size: x-large;
	height: 22px;
	left: 9px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 46px;
	transform: rotate(-44deg);
	width: 30px;
	z-index: 2;
}

.so-extraslider .wishlist {
	margin: 10px 0px;
}

.so-extraslider .compare {
	margin-bottom: 10px;
}

.so-extraslider .extraslider-inner .item-wrap .item-image img {
	width: 99.9%;
	/*max-width: 100%;*/
	border: 0;
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap .item-info {
	/*     padding: 10px; */
	width: 100%;
}
/*-----------------style1----------------------------*/
.so-extraslider .extraslider-inner .item-wrap.style1 .item-readmore{

}

.so-extraslider .extraslider-inner .item-wrap.style2 .item-info {
	background: #333;
}

.so-extraslider .extraslider-inner .item-wrap .item-info .item-content {
	margin-bottom: 10px;
}

.so-extraslider .extraslider-inner .item-wrap .item-info .item-content .button-container {
	margin-top: 5px;
}

.so-extraslider .extraslider-inner .item-wrap .item-info .item-content .content_price .price-old{
	text-decoration: line-through;
}
.so-extraslider .extraslider-inner .item-wrap .item-info .item-content .content_price {
	margin-bottom: 10px;
	font-size: 15px;
}

.so-extraslider .extraslider-inner .item-wrap .item-info .item-content .content_price span {
	color: #fff;
}

.so-extraslider .extraslider-inner .item-wrap .item-info .item-content .button-container .lnk_view span {
	color: #000;
}

.so-extraslider .extraslider-inner .item-wrap .item-info .item-title a {
	text-transform: uppercase;
	font-size: 16px;
}
.so-extraslider .extraslider-inner .item-wrap.style3 .item-info{
	color: #fff;
}
.so-extraslider .extraslider-inner .item-wrap.style3 .item-info .item-content .item-des p,
.so-extraslider .extraslider-inner .item-wrap.style5 .item-info .item-content .item-des p,
.so-extraslider .extraslider-inner .item-wrap.style6 .item-info .item-content .item-des p,
.so-extraslider .extraslider-inner .item-wrap.style7 .item-info .item-content .item-des p {
	color: #fff;
	margin-top: 5px;
}
.so-extraslider .extraslider-inner .item-wrap.style4 .item-info{
	color: #fff;
}
.so-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-content .item-des {
	margin-top: 10px;
	color: #000;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-info a {
	color: #000;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-content .ajax_add_to_cart_button span {
	color: #fff;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-content .content_price span {
	color: #000;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-content .wishlist,
.so-extraslider .extraslider-inner .item-wrap.style4 .item-info .item-content .compare {
	color: #000;
}

.so-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-content {
	margin-bottom: 10px;
}

.so-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-title {
	padding: 10px 0;
	font-weight: bold;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 16px;

}

.so-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-title a:hover {
	text-decoration: none;
}

.so-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-title,
.so-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-title {
	padding: 10px;
	font-weight: bold;
}

.so-extraslider .extraslider-inner .item-wrap.style1 .item-info .item-title + .item-content,
.so-extraslider .extraslider-inner .item-wrap.style2 .item-info .item-title + .item-content {
	margin-top: 0px;
}

.so-extraslider .extraslider-inner .item-wrap .item-info .item-description {
	color: #fff;
}

.so-extraslider .extraslider-inner .item-wrap .item-info .item-readmore {
	text-align: right;
}

/*####################### item-style3 ##########################*/

.so-extraslider .extraslider-inner .item-wrap.style3 {
	position: relative;
}

.so-extraslider .extraslider-inner .item-wrap.style3 img {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap.style3 .item-info {
	position: absolute;
	top: 0;
	height: 100%;
	text-align: center;
	padding: 0;
	background: url(/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_extra_slider/images/background.png) repeat;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translate(460px, -100px) rotate(180deg);
	-moz-transform: translate(460px, -100px) rotate(180deg);
	-o-transform: translate(460px, -100px) rotate(180deg);
	-ms-transform: translate(460px, -100px) rotate(180deg);
	transform: translate(460px, -100px) rotate(180deg);
	-webkit-transition: all 0.2s 0.4s ease-in-out;
	-moz-transition: all 0.2s 0.4s ease-in-out;
	-o-transition: all 0.2s 0.4s ease-in-out;
	-ms-transition: all 0.2s 0.4s ease-in-out;
	transition: all 0.2s 0.4s ease-in-out;
	box-shadow: #000 0em 0em 0em;
	z-index:3;
}

.so-extraslider .extraslider-inner .item-wrap.style3 .item-title {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 6px;
	background: url(/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_extra_slider/images/background.png) repeat;
	margin: 5% 0 0 0;
	text-transform: uppercase;
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap.style3 .item-readmore a{
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.so-extraslider .extraslider-inner .item-wrap.style3 .item-title a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.so-extraslider .item .item-wrap.style3 .item-related,
.so-extraslider .extraslider-inner .item-wrap.style3 .item-description {
	-webkit-transform: translateX(300px) rotate(90deg);
	-moz-transform: translateX(300px) rotate(90deg);
	-o-transform: translateX(300px) rotate(90deg);
	-ms-transform: translateX(300px) rotate(90deg);
	transform: translateX(300px) rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*     padding:10px; */
	text-align: left;
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap.style3 .item-price {
	text-align: center;
}

.so-extraslider .extraslider-inner .item-wrap.style3:hover .item-info {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap.style3:hover .item-title {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap.style3:hover .item-related,
.so-extraslider .extraslider-inner .item-wrap.style3:hover .item-description {
	-webkit-transform: translateX(0px) rotate(0deg);
	-moz-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
	box-shadow: #000 0em 0em 0em;
	
}

.so-extraslider .extraslider-inner .item-wrap.style3:hover .item-price,
.so-extraslider .extraslider-inner .item-wrap.style3:hover .item-readmore {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap.style3 .item-readmore {
	display: inline-block;
	text-decoration: none;
	padding: 10px 14px;
	background: #f7f7f7 linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%) repeat-x scroll 0 0;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*####################### item-style4 ##########################*/
.so-extraslider .extraslider-inner .item-wrap.style4 {
	position: relative;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-info {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	text-align: center;
	padding: 0;
	background: url(/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_extra_slider/images/bg-white.png);
	top: -100%;
	-webkit-transition: all 0.3s ease-out 0.5s;
	-moz-transition: all 0.3s ease-out 0.5s;
	-o-transition: all 0.3s ease-out 0.5s;
	-ms-transition: all 0.3s ease-out 0.5s;
	transition: all 0.3s ease-out 0.5s;
	z-index:3;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-title {
	background: #333;
	color: #FFFFFF;
	font-size: 17px;
	padding: 7px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-o-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	-moz-transition: all 0.2s ease-in-out 0.1s;
	-o-transition: all 0.2s ease-in-out 0.1s;
	-ms-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-related,
.so-extraslider .extraslider-inner .item-wrap.style4 .item-related h4,
.so-extraslider .extraslider-inner .item-wrap.style4 .item-related ul a {
	color: #333;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-price,
.so-extraslider .extraslider-inner .item-wrap.style4 .item-description {
	text-align: left;
	color: #333;
	-webkit-transform: translateY(-500%);
	-moz-transform: translateY(-500%);
	-o-transform: translateY(-500%);
	-ms-transform: translateY(-500%);
	transform: translateY(-500%);
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-moz-transition: all 0.2s ease-in-out 0.2s;
	-o-transition: all 0.2s ease-in-out 0.2s;
	-ms-transition: all 0.2s ease-in-out 0.2s;
	transition: all 0.2s ease-in-out 0.2s;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-price {
	text-align: center;
	color: #F30000;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-tags {
	text-align: left;
	color: #333;
	-webkit-transform: translateY(-700%);
	-moz-transform: translateY(-700%);
	-o-transform: translateY(-700%);
	-ms-transform: translateY(-700%);
	transform: translateY(-700%);
	-webkit-transition: all 0.2s ease-in-out 0.2s;
	-moz-transition: all 0.2s ease-in-out 0.2s;
	-o-transition: all 0.2s ease-in-out 0.2s;
	-ms-transition: all 0.2s ease-in-out 0.2s;
	transition: all 0.2s ease-in-out 0.2s;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-tags a {
	color: #333;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-readmore {
	background: none repeat scroll 0 0 #000000;
	box-shadow: 0 0 1px #000000;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px 12px;
	text-decoration: none;
	-webkit-transform: translateY(-1000%);
	-moz-transform: translateY(-1000%);
	-o-transform: translateY(-1000%);
	-ms-transform: translateY(-1000%);
	transform: translateY(-1000%);
	-webkit-transition: all 0.2s ease-in-out 0.3s;
	-moz-transition: all 0.2s ease-in-out 0.3s;
	-o-transition: all 0.2s ease-in-out 0.3s;
	-ms-transition: all 0.2s ease-in-out 0.3s;
	transition: all 0.2s ease-in-out 0.3s;
}

.so-extraslider .extraslider-inner .item-wrap.style4:hover .item-info {
	top: 0px;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-animation: bounceY 0.9s linear;
	-moz-animation: bounceY 0.9s linear;
	-ms-animation: bounceY 0.9s linear;
	animation: bounceY 0.9s linear;
}

.so-extraslider .extraslider-inner .item-wrap.style4:hover .item-title {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.so-extraslider .extraslider-inner .item-wrap.style4:hover .item-description {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.so-extraslider .extraslider-inner .item-wrap.style4:hover .item-tags {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.so-extraslider .extraslider-inner .item-wrap.style4:hover .item-price,
.so-extraslider .extraslider-inner .item-wrap.style4:hover .item-readmore {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-readmore a {
	color: #FFF;
	font-size: 14px;
}

.so-extraslider .extraslider-inner .item-wrap.style4 .item-title a {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}

/*####################### item-style5 ##########################*/
.so-extraslider .extraslider-inner .item-wrap.style5 {
	position: relative;
}

.so-extraslider .extraslider-inner .item-wrap.style5 img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap.style5 .item-info {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #333;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: #fff;
	z-index:3;
}

.so-extraslider .extraslider-inner .item-wrap.style5 .item-title {
	text-transform: uppercase;
	border-bottom: #666 solid 1px;
	background: transparent;
	margin: 10px 10px 0 10px;
	padding-bottom: 7px;
	font-weight: bold;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	color: #333;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.so-extraslider .extraslider-inner .item-wrap.style5 .item-description {
	text-align: left;
	color: #FFF;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.so-extraslider .extraslider-inner .item-wrap.style5 .item-readmore {
	text-align: center;
	padding: 10px 14px;
	background: #f7f7f7 linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%) repeat-x scroll 0 0;
	border: 1px solid #fff;
	box-shadow: 0 0 1px #000000;
	color: #FFFFFF;
	display: inline-block;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.so-extraslider .extraslider-inner .item-wrap.style5:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	filter: alpha(opacity=0);
	opacity: 0;
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap.style5:hover .item-info {
	filter: alpha(opacity=100);
	opacity: 1;
}

.so-extraslider .extraslider-inner .item-wrap.style5:hover .item-price,
.so-extraslider .extraslider-inner .item-wrap.style5:hover .item-title,
.so-extraslider .extraslider-inner .item-wrap.style5:hover .item-description,
.so-extraslider .extraslider-inner .item-wrap.style5:hover .item-readmore {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity=100);
	opacity: 1;
}

.so-extraslider .extraslider-inner .item-wrap.style5 .item-readmore a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.so-extraslider .extraslider-inner .item-wrap.style5 .item-title a {
	color: #FFF;
	margin-top: 7px;
}

/*####################### item-style6 ##########################*/
.so-extraslider .extraslider-inner .item-wrap.style6 {
	position: relative;
}

.so-extraslider .extraslider-inner .item-wrap.style6 img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap.style6 .item-info {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0;
	text-align: center;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: #fff;
	z-index:3;
}

.so-extraslider .extraslider-inner .item-wrap.style6 .item-info .item-content {
	padding: 5px;
}

.so-extraslider .extraslider-inner .item-wrap.style6 .item-title {
	background: #FFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 17px;
	padding: 5px;
	margin-top: 5%;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.so-extraslider .extraslider-inner .item-wrap.style6 .item-price,
.so-extraslider .extraslider-inner .item-wrap.style6 .item-description {
	text-align: left;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.so-extraslider .extraslider-inner .item-wrap.style6:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap.style6 .item-readmore {
	padding: 10px 14px;
	background: #f7f7f7 linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%) repeat-x scroll 0 0;
	border: 1px solid #fff;
	box-shadow: 0 0 1px #000000;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.so-extraslider .extraslider-inner .item-wrap.style6:hover .item-info {
	filter: alpha(opacity=100);
	opacity: 1;
}

.so-extraslider .extraslider-inner .item-wrap.style6:hover .item-price,
.so-extraslider .extraslider-inner .item-wrap.style6:hover .item-title,
.so-extraslider .extraslider-inner .item-wrap.style6:hover .item-description,
.so-extraslider .extraslider-inner .item-wrap.style6:hover .item-readmore {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.so-extraslider .extraslider-inner .item-wrap.style6:hover .item-price,
.so-extraslider .extraslider-inner .item-wrap.style6:hover .item-description,
.so-extraslider .extraslider-inner .item-wrap.style6:hover .item-readmore {
	filter: alpha(opacity=100);
	opacity: 1;
}

.so-extraslider .extraslider-inner .item-wrap.style6:hover .item-price,
.so-extraslider .extraslider-inner .item-wrap.style6:hover .item-description {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.so-extraslider .extraslider-inner .item-wrap.style6:hover .item-readmore {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.so-extraslider .extraslider-inner .item-wrap.style6 .item-readmore a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.so-extraslider .extraslider-inner .item-wrap.style6 .item-title a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

/*####################### item-style7 ##########################*/
.so-extraslider .extraslider-inner .item-wrap.style7 {
	position: relative;
}

.so-extraslider .extraslider-inner .item-wrap.style7 img {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	filter: alpha(opacity=100);
	opacity: 1;
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap.style7 .item-info {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	text-align: center;
	padding: 0;
	background-color: #333;
	-webkit-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #fff;
	z-index:3;
}

.so-extraslider .extraslider-inner .item-wrap.style7 .item-info .item-content {
	padding: 5px;
}

.so-extraslider .extraslider-inner .item-wrap.style7 .item-title {
	background: #FFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 17px;
	margin-top: 5%;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.so-extraslider .extraslider-inner .item-wrap.style7 .item-price,
.so-extraslider .extraslider-inner .item-wrap.style7 .item-description {
	text-align: left;
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.so-extraslider .extraslider-inner .item-wrap.style7 .item-readmore {
	padding: 10px 14px;
	background: #f7f7f7 linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%) repeat-x scroll 0 0;
	border: 1px solid #fff;
	box-shadow: 0 0 1px #000000;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.so-extraslider .extraslider-inner .item-wrap.style7:hover img {
	-webkit-transform: rotate(720deg) scale(0);
	-moz-transform: rotate(720deg) scale(0);
	-o-transform: rotate(720deg) scale(0);
	-ms-transform: rotate(720deg) scale(0);
	transform: rotate(720deg) scale(0);
	filter: alpha(opacity=0);
	opacity: 0;
	box-shadow: #000 0em 0em 0em;
}

.so-extraslider .extraslider-inner .item-wrap.style7:hover .item-info {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px) rotate(0deg);
	-moz-transform: translateY(0px) rotate(0deg);
	-o-transform: translateY(0px) rotate(0deg);
	-ms-transform: translateY(0px) rotate(0deg);
	transform: translateY(0px) rotate(0deg);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.so-extraslider .extraslider-inner .item-wrap.style7:hover .item-title {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	-ms-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.so-extraslider .extraslider-inner .item-wrap.style7:hover .item-description {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.so-extraslider .extraslider-inner .item-wrap.style7:hover .item-price,
.so-extraslider .extraslider-inner .item-wrap.style7:hover .item-readmore {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.so-extraslider .extraslider-inner .item-wrap.style7 .item-readmore a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.so-extraslider .extraslider-inner .item-wrap.style7 .item-title a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

.so-extraslider .extraslider-inner .item-wrap.style7 .item-price,
.so-extraslider .extraslider-inner .item-wrap.style6 .item-price {
	text-align: center;
	color: #F30000;
}

/*------------------------------------------------ Animation ---------------------------------------------*/

/*-- FadeIn ---*/

.so-extraslider .extraslider-inner[data-effect="fadeIn"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.so-extraslider .extraslider-inner[data-effect="fadeIn"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/*-- ZomIn --*/

.so-extraslider .extraslider-inner[data-effect="zoomIn"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.so-extraslider .extraslider-inner[data-effect="zoomIn"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/*-- ZomOut --*/

.so-extraslider .extraslider-inner[data-effect="zoomOut"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation: zoomOut 600ms ease both;
	-webkit-animation-play-state: paused;
	-moz-animation: zoomOut 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation: zoomOut 600ms ease both;
	-o-animation-play-state: paused;
	animation: zoomOut 600ms ease both;
	animation-play-state: paused;
}

.so-extraslider .extraslider-inner[data-effect="zoomOut"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/*---- SlideLeft --*/

.so-extraslider .extraslider-inner[data-effect="slideLeft"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.so-extraslider .extraslider-inner[data-effect="slideLeft"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}
/*--- SlideRight --*/

.so-extraslider .extraslider-inner[data-effect="slideRight"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.so-extraslider .extraslider-inner[data-effect="slideRight"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/*--- SlideTop ---*/

.so-extraslider .extraslider-inner[data-effect="slideTop"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.so-extraslider .extraslider-inner[data-effect="slideTop"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/*--- SlideBottom --*/

.so-extraslider .extraslider-inner[data-effect="slideBottom"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation: slideBottom 600ms ease both;
	-webkit-animation-play-state: paused;
	-moz-animation: slideBottom 600ms ease both;
	-moz-animation-play-state: paused;
	-o-animation: slideBottom 600ms ease both;
	-o-animation-play-state: paused;
	animation: slideBottom 600ms ease both;
	animation-play-state: paused;
}

.so-extraslider .extraslider-inner[data-effect="slideBottom"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}


/*--- Flip ---*/

.so-extraslider .extraslider-inner[data-effect="flip"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-webkit-backface-visibility: visible;
	-moz-animation-play-state: paused;
	-moz-backface-visibility: visible;
	-o-animation-play-state: paused;
	-o-backface-visibility: visible;
	animation-play-state: paused;
	backface-visibility: visible;
}

.so-extraslider .extraslider-inner[data-effect="flip"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/*--- FlipX ---*/

.so-extraslider .extraslider-inner[data-effect="flipInX"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-webkit-backface-visibility: visible;
	-moz-animation-play-state: paused;
	-moz-backface-visibility: visible;
	-o-animation-play-state: paused;
	-o-backface-visibility: visible;
	animation-play-state: paused;
	backface-visibility: visible;
}

.so-extraslider .extraslider-inner[data-effect="flipInX"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/*--- FlipY ---*/

.so-extraslider .extraslider-inner[data-effect="flipInY"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-webkit-backface-visibility: visible;
	-moz-animation-play-state: paused;
	-moz-backface-visibility: visible;
	-o-animation-play-state: paused;
	-o-backface-visibility: visible;
	animation-play-state: paused;
	backface-visibility: visible;
}

.so-extraslider .extraslider-inner[data-effect="flipInY"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/*--- BounceIn ---*/

.so-extraslider .extraslider-inner[data-effect="bounceIn"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.so-extraslider .extraslider-inner[data-effect="bounceIn"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}
/*--- BounceUp ---*/

.so-extraslider .extraslider-inner[data-effect="bounceInUp"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.so-extraslider .extraslider-inner[data-effect="bounceInUp"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/*--- BounceDown ---*/

.so-extraslider .extraslider-inner[data-effect="bounceInDown"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

.so-extraslider .extraslider-inner[data-effect="bounceInDown"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/*--- Page Top --*/

.so-extraslider .extraslider-inner[data-effect="pageTop"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-webkit-transform-origin: 50% 0%;
	-moz-animation-play-state: paused;
	-moz-transform-origin: 50% 0%;
	-o-animation-play-state: paused;
	-o-transform-origin: 50% 0%;
	animation-play-state: paused;
	transform-origin: 50% 0%;
}

.so-extraslider .extraslider-inner[data-effect="pageTop"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

/*-- PageBottom ---*/

.so-extraslider .extraslider-inner[data-effect="pageBottom"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-animation-play-state: paused;
	-webkit-transform-origin: 50% 100%;
	-moz-animation-play-state: paused;
	-moz-transform-origin: 50% 100%;
	-o-animation-play-state: paused;
	-o-transform-origin: 50% 100%;
	animation-play-state: paused;
	transform-origin: 50% 100%;
}

.so-extraslider .extraslider-inner[data-effect="pageBottom"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}


/*-- StarWars ---*/

.so-extraslider .extraslider-inner[data-effect="starwars"] .owl2-item {
	opacity: 0;
	position: relative;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-play-state: paused;
	-moz-transform-origin: 50% 50%;
	-moz-animation-play-state: paused;
	-o-transform-origin: 50% 50%;
	-o-animation-play-state: paused;
	transform-origin: 50% 50%;
	animation-play-state: paused;
}

.so-extraslider .extraslider-inner[data-effect="starwars"].extra-animate .owl2-item {
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}

.so-page-builder .container-fluid{padding:0; overflow:hidden;}.so-page-builder .container{padding:0; overflow:hidden;}.so-page-builder section{overflow:hidden;}
.section-01{background-color:rgba(245,245,245,1);}
.row_hpdj{padding:30px 0 30px; overflow:hidden;}

.section-03{background-color:rgba(245,245,245,1);}
.row_yp4h{padding:30px 0 17px; overflow:hidden;}

.section-05{background-color:rgba(245,245,245,1);}

.section-03{background-color:rgba(245,245,245,1);}

.section-video,.row-video,.col-video {
	position: relative;
}
.bg-video {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
}
div#content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1){
	clear:none
}.so-groups-sticky.right {
	position: fixed;
	right: 0;
	z-index: 999;
	background: #f60;
	width: 50px;
}
.rtl .so-groups-sticky.right {
    left: 0;
    right: auto;
}
.so-groups-sticky.left {
    position: fixed;
    left: 0;
    z-index: 999;
    background: #f60;
    width: 50px;
}
.rtl .so-groups-sticky.left {
    right: 0;
    left: auto;
}
#so-groups > a {
	float: left;
	width: 100%;
	display: block;
	cursor: pointer;
	text-align: center;
	color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 10px;
    height: 43px;
    position: relative;
}
#so-groups > a:hover {
    background-color: #ec3a01;
}
#so-groups > a > i {font-size: 20px;}
#so-groups i.fa-recent {
    background: url('/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_tools/images/icon-recent.png') no-repeat;
    width: 23px;
    height: 10px;
    display: inline-block;
}
#so-groups > a span {
  background-color: #f60;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 100%;
  text-align: center;
  text-transform: capitalize;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  white-space: nowrap;
  width: auto;
}
.rtl #so-groups > a span {
    left: 100%;
    right: auto;
}
#so-groups > a:hover span {
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
  width: auto;
}
#so-groups .text-color {
    color: #f60;
}
#so-groups .popup {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    background: rgba(0,0,0,.6);
}
#so-groups .popup-hidden {
    opacity: 0;
    top: -100%;
    bottom: 100%;
}
#so-groups .popup-screen {
    display: table;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
#so-groups .popup-position {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 40px;
}
@media screen and (min-width: 768px) {
    #so-groups .popup-position {
        padding: 40px;
    }
}
#so-groups .popup-container {
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
}
#so-groups .popup-small {
    max-width: 540px;
}
#so-groups .popup-html {
    padding: 0;
}
#so-groups .popup-header, #so-groups .popup-content, #so-groups .popup-footer {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#so-groups .popup-header {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #f60;
}
#so-groups .popup-header > span > i {
    margin-right: 10px;
}
@media screen and (min-width: 768px) {
    #so-groups .popup-header {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media screen and (min-width: 768px) {
    #so-groups .popup-header {
        padding-left: 40px;
        padding-right: 70px;
    }
}
#so-groups .popup-close {
    position: absolute;
}
#so-groups .popup-close, #so-groups .popup-close i.fa {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
#so-groups .popup-header .popup-close {
    top: 50%;
    margin-top: -20px;
    width: 40px;
    cursor: pointer;
    color: #fff;
    font-size: 2.2rem;
    text-align: center;
}
#so-groups .popup-header .popup-close:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #so-groups .popup-header .popup-close {
        right: 20px;
    }
}
#so-groups i.fa {
    text-align: center;
}
#so-groups .popup-close i.fa {
    width: 100%;
    color: #fff;
}
#so-groups .popup-content {
    background: #fff;
}
@media screen and (min-width: 768px) {
    #so-groups .popup-content {
        padding: 40px 40px 20px;
    }
}
#so-groups .notification {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
}
#so-groups .notification i.info-icon {
    position: absolute;
    top: 8px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 26px;
    cursor: default;
    left: 0;
}
#so-groups .notification p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#so-groups .notification i.info-icon+p {
    padding-left: 28px;
}
@media screen and (min-width: 768px) {
    #so-groups .notification {
        margin-bottom: 40px;
    }
}
#so-groups .notification.gray {
    background-color: #eee;
    border-color: #d6d6d6;
    color: #737373;
}
#so-groups div.nav-secondary {
    width: 100%;
    padding-bottom: 40px;
}
#so-groups div.nav-secondary {
    float: left;
}
#so-groups div.nav-secondary ul, #so-groups div.nav-secondary ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#so-groups div.nav-secondary>ul {
    float: left;
}
#so-groups div.nav-secondary li span.nav-action {
    width: 37px;
    height: 37px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
#so-groups div.nav-secondary li span {
    float: right;
}
#so-groups div.nav-secondary li span.nav-action .more {
    display: block;
}
#so-groups div.nav-secondary li span.nav-action i.fa {
    width: 37px;
    height: 37px;
    line-height: 37px;
    color: rgba(0,0,0,.3);
}
#so-groups div.nav-secondary li span i.fa {
    float: right;
}
#so-groups div.nav-secondary li span.nav-action .less {
    display: none;
}
#so-groups div.nav-secondary li.active>span.nav-action .more {
    display: none;
}
#so-groups div.nav-secondary li.active>span.nav-action .less {
    display: block;
}
#so-groups div.nav-secondary li a {
    position: relative;
    display: block;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
    color: #1a1a1a;
    border-top: 1px solid rgba(0,0,0,.15);
}
#so-groups div.nav-secondary li a:hover {
    color: #f60;
    text-decoration: underline;
}
#so-groups div.nav-secondary li a {
    padding-right: 60px;
}
#so-groups div.nav-secondary>ul>li:first-child>a {
    border-top: none;
}
#so-groups div.nav-secondary ul.level-2, #so-groups div.nav-secondary ul.level-3 {
    display: none;
}
#so-groups div.nav-secondary>ul>li.active ul.level-2 {
    
}
#so-groups div.nav-secondary>ul>li>ul.level-2>li.active ul.level-3 {
    
}
#so-groups div.nav-secondary .nav-arrow {
    display: none;
}
#so-groups div.nav-secondary ul.level-2>li a:before,
#so-groups div.nav-secondary ul.level-3>li a:before {
    content: ' - ';
}
#so-groups div.nav-secondary ul.level-2>li>a,
#so-groups div.nav-secondary ul.level-3>li>a {
    font-size: 15px;
}
#so-groups div.nav-secondary ul.level-2>li>a {
    padding-left: 10px;
}
#so-groups div.nav-secondary ul.level-3>li>a {
    padding-left: 20px;
}
#so-groups .form-content,
#so-groups .form-content form,
#so-groups .form-content .form-box,
#so-groups .form-content .form-group {
    width: 100%;
}
#so-groups .popup-mysearch .form-content .form-box {
    text-align: center;
    position: relative;
}
@media screen and (min-width: 768px) {
    #so-groups .form-content .form-box {
        margin-bottom: 40px;
    }
}
#so-groups .form-content .form-box input.field,
#so-groups .form-content .form-box select.field {
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px 35px 10px 15px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#so-groups .form-content .form-box input.field:hover,
#so-groups .form-content .form-box select.field:hover {
    cursor: pointer;
}
#so-groups .form-content .form-box #button-search {
    text-align: center;
    background-color: #f60;
    display: inline-block;
    border: 0px;
    border-radius: 30px;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
}
#so-groups .form-content .form-box #button-search:hover {
    background-color: #ec3a01;
}
#so-groups .form-content .form-box input + i {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
}
#so-groups div.hr {
    float: left;
    width: 100%;
    clear: both;
}
#so-groups div.hr.show {
    visibility: visible;
    opacity: 1;
}
#so-groups div.hr.show {
    height: 1px;
    background: rgba(0,0,0,.15);
}
#so-groups .txt-center {
    text-align: center;
}
#so-groups .form-content .form-box .account-txt {
    text-transform: uppercase;
    color: #222;
    font-size: 12px;
}
#so-groups .form-content .form-box a.account-url:hover .account-txt {
    color: #f60;
}
#so-groups .form-content .form-box a.account-url {
    height: 80px;
    display: inline-block;
}
#so-groups .form-content .form-box a > span > i.fa-history {
    background: url(/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_tools/images/order-history.png) no-repeat;
    width: 46px;
    height: 37px;
    display: inline-block;
    content: "";
}
#so-groups .form-content .form-box a > span > i.fa-history:before {
    content: "";
}
#so-groups .form-content .form-box a > span > i.fa-shoppingcart {
    background: url(/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_tools/images/shopping-cart.png) no-repeat;
    width: 45px;
    height: 44px;
    display: inline-block;
    content: "";
}
#so-groups .form-content .form-box a > span > i.fa-shoppingcart:before {
    content: "";
}
#so-groups .form-content .form-box a > span > i.fa-register {
    background: url(/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_tools/images/icon-register.png) no-repeat;
    width: 38px;
    height: 43px;
    display: inline-block;
    content: "";
}
#so-groups .form-content .form-box a > span > i.fa-register:before {
    content: "";
}
#so-groups .form-content .form-box a > span > i.fa-account {
    background: url(/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_tools/images/icon-account.png) no-repeat;
    width: 48px;
    height: 38px;
    display: inline-block;
    content: "";
}
#so-groups .form-content .form-box a > span > i.fa-account:before {
    content: "";
}
#so-groups .form-content .form-box a > span > i.fa-download {
    background: url(/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_tools/images/icon-download.png) no-repeat;
    width: 46px;
    height: 40px;
    display: inline-block;
    content: "";
}
#so-groups .form-content .form-box a > span > i.fa-download:before {
    content: "";
}
#so-groups .form-content .form-box a > span > i.fa-login {
    background: url(/web/20180722073839im_/https://www.jack-cable.com/catalog/view/javascript/so_tools/images/icon-login.png) no-repeat;
    width: 53px;
    height: 41px;
    display: inline-block;
    content: "";
}
#so-groups .form-content .form-box a > span > i.fa-login:before {
    content: "";
}
#so-groups .form-content .form-box .product-thumb {
    margin: 0;
    padding: 0;
    border: 0px;
    text-align: center;
}
#so-groups .form-content .form-box .product-thumb .image {
    width: 100%;
    position: relative;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    overflow: hidden;
}
#so-groups .form-content .form-box .product-thumb .image .bt-sale {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
    background-color: #ff5c00;
}
#so-groups .form-content .form-box .product-thumb .image .bt-new {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 38px;
    height: 38px;
    z-index: 7;
    border-radius: 50%;
    line-height: 38px;
    position: absolute;
    background: #00abf0;
    top: 10px;
    left: 15px;
}
#so-groups .form-content .form-box .product-thumb .caption {
   
    padding: 0;
}
#so-groups .form-content .form-box .product-thumb .caption h4 a {
    font-size: 13px;
    color: #7d7d7d;
    text-transform: capitalize;
    margin-bottom: 4px;
}
#so-groups .form-content .form-box .product-thumb .caption h4 a:hover {
    color: #f60;
    text-decoration: underline;
}
#so-groups .form-content .form-box .price {
    margin: 0 0 10px 0;
    line-height: normal;
    color: #ff5c00;
    font-size: 16px;
    font-weight: 700;
}
#so-groups .form-content .form-box .price .price-new, #so-groups .form-content .form-box .price span.price {
    color: #ff5c00;
    font-size: 16px;
    font-weight: 700;
}
#so-groups .form-content .form-box .price .price-old {
    line-height: normal;
    padding: 0 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
    font-weight: normal;
}
#so-groups .form-content .form-box .product-thumb .button-group {
    border: 0;
    background: transparent;
}
#so-groups .form-content .form-box .product-thumb .button-group button {
    border: 0;
    height: 32px;
    line-height: 30px;
    min-width: 32px;
    padding: 0 15px;
    background: #ff5e00;
    color: #fff;
    border-radius: 18px;
    width: 105px;
    text-transform: none;
    float: none;
}
#so-groups .form-content .form-box .product-thumb .button-group button:hover {
    background-color: #ec3a01;
}
#so-groups table tr {
    background: transparent;
}
#so-groups table tr td {
    border-top: 0px;
    border-bottom: 1px solid #ddd;
    padding: 20px 8px;
}
#so-groups table tr td.first {
    padding-left: 0px;
}
#so-groups table tr td.last {
    padding-right: 0px;
}
#so-groups .cart-bottom table tr td {
    padding: 8px;
}
#so-groups table tr td.total-price,
#so-groups .cart-bottom table tr td.text-right {
    color: #f60;
    font-weight: 700;
    font-size: 116.7%;
}
#so-groups .cart-bottom p > a {
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    background-color: #222;
    color: #fff;
    padding: 15px;
}
#so-groups .cart-bottom p > a:hover {
    opacity: 0.8;
}
#so-groups .cart-bottom p > a.btn-checkout {
    background-color: #f60;
}
@media (min-width: 768px){
	.popup-recent .col:nth-child(3n+1) {
		clear:both;
	}
}

#so_popup_countdown .modal-dialog {
	margin: 0 auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);	
}
#so_popup_countdown .modal-header {
	background-color: #ff5c00;
	position: relative;
	border: 0;
}
#so_popup_countdown .modal-header h2 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	margin: 0;
}
#so_popup_countdown .modal-header .close {
	position: absolute;
    right: 10px;
    top: 50%;
    color: #fff;
    font-weight: normal;
    opacity: 1;
    font-size: 2.6rem;
    text-shadow: none;
    margin-top: -1.3rem;
}
#so_popup_countdown .modal-content {
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
}
#so_popup_countdown .modal-content p {
	margin: 0px;
}
#so_popup_countdown .modal-footer {
	padding: 0;
    border: 0px;
    text-align: justify;
    position: relative;
}
#so_popup_countdown .modal-footer #so_countdown_timer {
	position: absolute;
	left: 30px;
	top: 70px;
}
#so_popup_countdown .modal-footer #so_countdown_timer .time-item {
	width: 60px;
	height: 60px;
	border: 5px solid rgba(255,255,255,0.7);
	border-radius: 100%;
	color: #fff;
	float: left;
	margin-right: 15px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	vertical-align: middle;
	padding-top: 5px;
}
#so_popup_countdown .modal-footer #so_countdown_timer .time-item .num-time {
	font-size: 150%;
	font-weight: bold;
}
#so_popup_countdown .modal-footer #so_countdown_timer .time-item .name-time {
	font-size: 86%;
}
@media (max-width: 767px) {
	#so_popup_countdown {
		display: none !important;
	}
	.modal-backdrop.in {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}.so_newletter_custom_popup_bg{
    background: #0b0b0b none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042;
}
.popup-close{
    color: #000;
    font-family: Arial,Baskerville,monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    overflow: visible;
    padding: 0;
    z-index: 1046;
}
.popup-close:hover{
    color: #000;
    opacity: 1;
}
.so-custom-popup{
    z-index: 2042;
}
/*.so_newletter_custom_popup{
    z-index: 2042;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation:iconosani 2.5s forwards;
    -webkit-animation: iconosani 2.5s forwards;
    -moz-animation: iconosani 2.5s forwards;
    -o-animation: iconosani 2.4s forwards;
}*/
.so-custom-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.so-custom-default{
    background:#f5f5f5 ;
    border-radius:5px;
    border: 1px solid #e6e6e6;
    padding: 30px;
}
.so-custom-popup h3,.so-custom-default h3{
    margin: 0 0 25px;
}


.so-custom-popup .popup-content .signup .smns-input-heading,.so-custom-default .smns-input-heading{
    margin: 5px 0;
    font-weight: bold;
}
.so-custom-popup .popup-content .signup .email, .so-custom-default .email{
    margin: 10px 0;
}

.so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .popup-title,.so-custom-default .popup-title{
  
    font-size: 18px;
    margin-bottom: 10px;
    
}
.so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .newsletter_promo,.so-custom-default .newsletter_promo{
    font-size: 12px;
   
}

.hidden-popup{
    padding: 0 0 0 10px;
}
.hidden-popup .inline{
    position: relative;
    top: -2px;
}
 .mfp-close-btn-in .mfp-close{
     color: #fff !important;
 }


@media all and (max-width: 359px){
    .so-custom-oca-popup{
        width: 80% !important;
    }
    .so-custom-popup .popup-content .signup input{
        width: 80% !important;
    }
}
@media all and (min-width: 360px) and (max-width: 639px){
    .so-custom-oca-popup{
        width: 80% !important;
    }
}


@media all and (min-width: 768px) and (max-width: 1199px) {
    .so_newletter_oca_popup{
        width: 100% !important;
    }
}
.so-blog-external{
	display: block;
    overflow: hidden;
}
.so-latest-blog .media-heading a{
    font-size:14px;
    color:#333333;
    font-weight: normal;
    padding: 0 0 0 15px;
}
.so-latest-blog .blog-external-simple{
	margin:0 -15px;
}
.so-latest-blog .blog-external-simple .media-heading a{
    font-size:14px;
    color:#0081c2;
    font-weight: normal;
    padding: 0px;
}
.blog-external-simple .media .item .media-body .media-heading:before{
    width:0px;
    height:0px;
}
.so-latest-blog .cat-wrap {
	margin-bottom: 20px;
}
.so-blog-external .item .thumbnail{
	margin-bottom:0;
}
.so-latest-blog .media-heading a:hover{color:#F4A137}
.so-latest-blog .media-content .description{ font-size:13px; line-height:25px;}
.so-latest-blog .media-content .media-author{color:#F4A137; line-height:10px; padding: 0 10px 0 0;}
.so-latest-blog .media-content .media-comment,.so-latest-blog .media-content .media-view{color: #999;}
.so-latest-blog .media-content .readmore{float:right; padding-right:15px}
.so-latest-blog .media-content .media-subcontent{clear:both}
.so-latest-blog .blog-external {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
}

.so-blog-external .owl2-controls {
    margin-bottom: 8px;
    text-align: right;
    float: right;
    vertical-align: middle;
    display: inline;
	margin-bottom:20px;
}

.so-blog-external .owl2-controls .owl2-prev,
.so-blog-external .owl2-controls .owl2-next {
    float: left;
    outline: none;
    font-size: 22px;
    line-height: 18px;
    color: #797575;
    cursor: pointer;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    font-family: Arial;
    height: 20px;
    vertical-align: middle;
}

.so-blog-external .owl2-controls .owl2-dots .owl2-dot {
    display: inline-block;
    zoom: 1;
}

.so-blog-external .owl2-dots .owl2-dot {
    display: block;
    width: 12px;
    height: 12px;
    margin: 4px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #797575;
    cursor: pointer;
    vertical-align: middle;
}

.so-blog-external .owl2-dots .owl2-dot:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #77f9f1;
}

.so-blog-external.button-type2 .owl2-controls{
    width: 100%;
}

.so-blog-external.button-type2 .owl2-nav{
    float: right;
    text-align: right;
    margin-bottom: 8px;
}

.so-blog-external.button-type1 .owl2-dots{
    float: left;
}

.so-blog-external.button-type2 .owl2-dots{
    text-align: center;
    margin-top: 10px;
    display: block;
}

.so-blog-external .owl2-dots .owl2-dot.active {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #77f9f1;
}

.so-blog-external .owl2-dots .owl2-dot:focus,
.so-blog-external .owl2-nav .owl2-prev:focus,
.so-blog-external .owl2-nav .owl2-next:focus {
    outline: none;
}

.so-blog-external.button-type2  .owl2-dots {
    text-align: center;
    margin-top: 10px;
    display: block;
}

.so-blog-external.button-type2 .owl2-prev,
.so-blog-external.button-type2 .owl2-next {
    background: none repeat scroll 0 0 #797575;
    border-radius: 50%;
    color: #FFF;
    cursor: pointer;
    float: left;
    font-family: Arial;
    font-size: 20px;
    font-weight: 600;
    height: 20px;
    line-height: 18px;
    margin: 0 0 0 4px;
    opacity: 0.5;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.so-blog-external .owl2-prev:hover,
.so-blog-external .owl2-next:hover {
    color: #fff;
    background: #77f9f1;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
/*--------------item content----------------*/
.so-blog-external .blog-external .media{
    margin: 15px 0;
    overflow: inherit;
}
.so-blog-external .blog-external .media .media-body .description{
    margin-bottom: 15px;
}
.so-blog-external .blog-external .media .item{
    margin: 5px 0;
}


.so-blog-external .blog-external .media .media-left,
.so-blog-external .blog-external .media .media-content{
    display: none;
}
.so-blog-external .blog-external .media .so-block{
    display: block;
    float: left;
}
.so-title{
    color: #111111;
}

/* -------------------------Slider ----------------------*/
.so-latest-blog .head-button .thumbnail{ margin:0 1px;}
.so-latest-blog .caption {display:inline-block }
.so-latest-blog .caption .readmore a{float:right;}
.so-latest-blog .thumbnail .media-subcontent {margin-top:10px;}
.so-latest-blog .thumbnail .media-subcontent .media-author{color:#F4A137; line-height:10px; border-right: 1px solid #ccc; padding-right: 10px;}
.so-latest-blog .thumbnail .media-subcontent .media-comment{line-height:10px; padding: 0 5px;}
/*############################################## Css Device ##################################*/
.so-latest-blog.lt-ie9.preset01-1 .cat-wrap{
	float: left;
	padding: 0;
	width: 100%;
}

.so-latest-blog.lt-ie9.preset01-2 .cat-wrap{
	float: left;
	padding: 0 15px;
	width: 50%;
}

.so-latest-blog.lt-ie9.preset01-3 .cat-wrap{
	float: left;
	padding: 0 15px;
	width: 33.3333%;
}

.so-latest-blog.lt-ie9.preset01-4 .cat-wrap{
	float: left;
	padding: 0 15px;
	width: 25%;
}

.so-latest-blog.lt-ie9.preset01-5 .cat-wrap{
	float: left;
	padding: 0 15px;
	width: 20%;
}

.so-latest-blog.lt-ie9.preset01-6 .cat-wrap{
	float: left;
	padding: 0 15px;
	width: 16.6666%;
}

.so-latest-blog.lt-ie9.preset01-1 .clr1,
.so-latest-blog.lt-ie9.preset01-2 .clr2,
.so-latest-blog.lt-ie9.preset01-3 .clr3,
.so-latest-blog.lt-ie9.preset01-4 .clr4,
.so-latest-blog.lt-ie9.preset01-5 .clr5,
.so-latest-blog.lt-ie9.preset01-6 .clr6 {
	clear: both;
}

@media all and (max-width: 320px) {
	.so-latest-blog.preset05-1 .cat-wrap{
		float: left;
		padding: 0;
		width: 100%;
	}

	.so-latest-blog.preset05-2 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 50%;
	}

	.so-latest-blog.preset05-3 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 33.3333%;
	}

	.so-latest-blog.preset05-4 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 25%;
	}

	.so-latest-blog.preset05-5 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 20%;
	}

	.so-latest-blog.preset05-6 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 16.6666%;
	}

	.so-latest-blog.preset05-1 .clr1,
	.so-latest-blog.preset05-2 .clr2,
	.so-latest-blog.preset05-3 .clr3,
	.so-latest-blog.preset05-4 .clr4,
	.so-latest-blog.preset05-5 .clr5,
	.so-latest-blog.preset05-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 321px) and (max-width: 480px) {
	.so-latest-blog.preset04-1 .cat-wrap{
		float: left;
		padding: 0;
		width: 100%;
	}

	.so-latest-blog.preset04-2 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 50%;
	}

	.so-latest-blog.preset04-3 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 33.3333%;
	}

	.so-latest-blog.preset04-4 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 25%;
	}

	.so-latest-blog.preset04-5 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 20%;
	}

	.so-latest-blog.preset04-6 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 16.6666%;
	}

	.so-latest-blog.preset04-1 .clr1,
	.so-latest-blog.preset04-2 .clr2,
	.so-latest-blog.preset04-3 .clr3,
	.so-latest-blog.preset04-4 .clr4,
	.so-latest-blog.preset04-5 .clr5,
	.so-latest-blog.preset04-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 481px) and (max-width: 768px) {
	.so-latest-blog.preset03-1 .cat-wrap{
		float: left;
		padding: 0;
		width: 100%;
	}

	.so-latest-blog.preset03-2 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 50%;
	}

	.so-latest-blog.preset03-3 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 33.3333%;
	}

	.so-latest-blog.preset03-4 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 25%;
	}

	.so-latest-blog.preset03-5 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 20%;
	}

	.so-latest-blog.preset03-6 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 16.6666%;
	}

	.so-latest-blog.preset03-1 .clr1,
	.so-latest-blog.preset03-2 .clr2,
	.so-latest-blog.preset03-3 .clr3,
	.so-latest-blog.preset03-4 .clr4,
	.so-latest-blog.preset03-5 .clr5,
	.so-latest-blog.preset03-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 769px) and (max-width: 1200px) {
	.so-latest-blog.preset02-1 .cat-wrap{
		float: left;
		padding: 0;
		width: 100%;
	}

	.so-latest-blog.preset02-2 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 50%;
	}

	.so-latest-blog.preset02-3 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 33.3333%;
	}

	.so-latest-blog.preset02-4 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 25%;
	}

	.so-latest-blog.preset02-5 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 20%;
	}

	.so-latest-blog.preset02-6 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 16.6666%;
	}

	.so-latest-blog.preset02-1 .clr1,
	.so-latest-blog.preset02-2 .clr2,
	.so-latest-blog.preset02-3 .clr3,
	.so-latest-blog.preset02-4 .clr4,
	.so-latest-blog.preset02-5 .clr5,
	.so-latest-blog.preset02-6 .clr6 {
		clear: both;
	}
}

@media all and (min-width: 1201px) {
	.so-latest-blog.preset01-1 .cat-wrap{
		float: left;
		padding: 0;
		width: 100%;
	}

	.so-latest-blog.preset01-2 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 50%;
	}

	.so-latest-blog.preset01-3 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 33.3333%;
	}

	.so-latest-blog.preset01-4 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 25%;
	}

	.so-latest-blog.preset01-5 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 20%;
	}

	.so-latest-blog.preset01-6 .cat-wrap{
		float: left;
		padding: 0 15px;
		width: 16.6666%;
	}

	.so-latest-blog.preset01-1 .clr1,
	.so-latest-blog.preset01-2 .clr2,
	.so-latest-blog.preset01-3 .clr3,
	.so-latest-blog.preset01-4 .clr4,
	.so-latest-blog.preset01-5 .clr5,
	.so-latest-blog.preset01-6 .clr6 {
		clear: both;
	}
}

/*################################# End css Device #############################################*/.so-page-builder .container-fluid{padding:0; overflow:hidden;}.so-page-builder .container{padding:0; overflow:hidden;}.so-page-builder section{overflow:hidden;}
.row_gqp0{padding:0 0 18px;; overflow:hidden;}

.col_n10g{padding:0px 0px 0px 0px; overflow:hidden;}

/*
     FILE ARCHIVED ON 07:38:39 Jul 22, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:37:19 Jan 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.846
  exclusion.robots: 0.791
  exclusion.robots.policy: 0.773
  esindex: 0.014
  cdx.remote: 106.049
  LoadShardBlock: 111.006 (3)
  PetaboxLoader3.datanode: 109.779 (4)
  PetaboxLoader3.resolve: 142.036 (2)
  load_resource: 176.564
*/