/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-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;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-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);
}
/* OpenCart Code */
.owl-carousel {
	margin: 0 0 20px;
	background: #fff;
	direction: ltr !important;
	z-index: 1;
}
.owl-wrapper-outer {
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.owl-carousel .owl-buttons div {
	opacity: 0;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;
}
.owl-carousel .owl-buttons .owl-prev {
	left: 10px;
}
.owl-carousel .owl-buttons .owl-next {
	right: 10px;
}
.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}
.owl-pagination {
	text-align: center;
	top: 20px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
}
/*
 * 	Moneymaker 2 Theme Owl Carousel CSS File
 */

.owl-moneymaker2.owl-carousel {
    background-color: #000;
}
.owl-moneymaker2-fullscreen .owl-moneymaker2-top {
    border-bottom: 2px solid #ccc;
    /*border-top: 3px solid #777;*/
    margin-bottom: 0;
}
body.owl-moneymaker2-fullscreen > .container  {
    margin-top: 20px;
}
.owl-moneymaker2-fullscreen .owl-moneymaker2-bottom, .owl-moneymaker2-fullscreen-bottom .owl-moneymaker2-bottom {
    margin-bottom: 0px;
    border-top: 2px solid #ccc;
}
body.owl-moneymaker2-fullscreen-bottom footer {
    margin-top: 0px;
}

.owl-moneymaker2-fullscreen .owl-moneymaker2-top .owl-item img, .owl-moneymaker2-fullscreen .owl-moneymaker2-bottom .owl-item img {
    width: 100%;
}

.owl-moneymaker2 .owl-wrapper-outer {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.owl-moneymaker2.owl-carousel .owl-buttons div {
    text-shadow: none;
}
.owl-moneymaker2.owl-carousel .owl-buttons div i {
    font-size: 28px !important;
    margin: -20px 0 0;
}
.owl-moneymaker2 .owl-pagination {
    text-align: center;
    top: 0px;
    position: relative;
}
.owl-moneymaker2 .owl-controls .owl-page {
    margin: 0px 5px;
    margin-bottom: 5px;
}
.owl-moneymaker2 .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    box-shadow: none;
}
.owl-moneymaker2.light-pagination .owl-controls .owl-page span {
    background: rgb(60, 60, 60);
    background: rgba(255, 255, 255, 0.2);
}
.owl-moneymaker2.dark-pagination .owl-controls .owl-page span {
    background: rgb(210, 210, 210);
    background: rgba(1, 1, 1, 0.1);
}
.owl-moneymaker2.light-pagination .owl-controls .owl-page.active span {
    background: rgb(119, 119, 119);
    background: rgba(255, 255, 255, 0.5);
}
.owl-moneymaker2.dark-pagination .owl-controls .owl-page.active span {
    background: rgb(160, 160, 160);
    background: rgba(1, 1, 1, 0.3);
}
.owl-moneymaker2 .item-text {
    z-index: 2;
}
.owl-moneymaker2 .item-text > div {
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.1;
}
.owl-moneymaker2 .item-text .btn {
    margin-top: 7px;
}
.owl-moneymaker2 .item-text {
    position: absolute;
}
.owl-moneymaker2 .item-text.light {
    color: #fff;
}
.owl-moneymaker2 .item-text.dark {
    color: #111;
}
.owl-moneymaker2 .item-text.light div, .owl-moneymaker2 .item-text.light p.hidden-xs {
    text-shadow: 0px 0px 10px #000;
}
.owl-moneymaker2 .item-text.dark div, .owl-moneymaker2 .item-text.dark p.hidden-xs {
    text-shadow: 0px 0px 10px #fff;
}
/*body > .owl-moneymaker2 .item-text.top-left, body > .owl-moneymaker2 .item-text.top-center, body > .owl-moneymaker2 .item-text.top-right {
    margin-top: 55px;
}*/
.owl-moneymaker2 .item-text.top-center, .owl-moneymaker2 .item-text.middle-center, .owl-moneymaker2 .item-text.bottom-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.owl-moneymaker2 .item-text.top-left, .owl-moneymaker2 .item-text.top-center, .owl-moneymaker2 .item-text.top-right {top: 5%;}
.owl-moneymaker2 .item-text.top-left {left: 5%;}
.owl-moneymaker2 .item-text.top-right {right: 5%}
.owl-moneymaker2 .item-text.middle-left, .owl-moneymaker2 .item-text.middle-center, .owl-moneymaker2 .item-text.middle-right {margin-top: -52px; top: 50%;}
.owl-moneymaker2 .item-text.middle-left {left: 5%;}
.owl-moneymaker2 .item-text.middle-right {right: 5%;}
.owl-moneymaker2 .item-text.bottom-left, .owl-moneymaker2 .item-text.bottom-center, .owl-moneymaker2 .item-text.bottom-right {bottom: 7%;}
.owl-moneymaker2 .item-text.bottom-left {left: 5%;}
.owl-moneymaker2 .item-text.bottom-right {right: 5%}

.owl-carousel.owl-moneymaker2:hover .owl-buttons div {
    opacity: 0.7;
}
.owl-carousel.owl-moneymaker2 .owl-buttons div:hover {
    opacity: 1;
}
.owl-moneymaker2 .owl-buttons .owl-prev, .owl-moneymaker2 .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    padding: 8px;
}
.owl-moneymaker2.dark-buttons .owl-buttons .owl-prev, .owl-moneymaker2.dark-buttons .owl-buttons .owl-next {
    color: #222;
    text-shadow: 0px 0px 20px rgb(220, 220, 220);
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}
.owl-moneymaker2.dark-buttons .owl-buttons .owl-prev:hover, .owl-moneymaker2.dark-buttons .owl-buttons .owl-next:hover {
    color: #777;
}
.owl-moneymaker2.light-buttons .owl-buttons .owl-prev, .owl-moneymaker2.light-buttons .owl-buttons .owl-next {
    color: #fff;
    text-shadow: 0px 0px 20px rgb(51, 51, 51);
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.owl-moneymaker2.light-buttons .owl-buttons .owl-prev:hover, .owl-moneymaker2.light-buttons .owl-buttons .owl-next:hover {
    color: #fff;
}
/*@media (min-width: 768px) {
    body > .owl-moneymaker2 .owl-buttons .owl-prev, body > .owl-moneymaker2 .owl-buttons .owl-next {
        margin-top: 0px;
    }
    body.owl-moneymaker2-fullscreen header > .navbar-default {
        position: absolute;
    }
}*/
/*product thumbs*/
.image-additional .owl-moneymaker2.owl-carousel {
    /*background-color: #fff;*/
    background-color: transparent;
}
.image-additional .owl-moneymaker2 .owl-pagination {
    margin-right: 6px;
}
.image-additional .owl-moneymaker2 .owl-pagination {
    margin-top: 5px;
    margin-bottom: -25px;
}
.image-additional .owl-moneymaker2 .owl-controls .owl-page span {
    border-radius: 50%;
}
@media (min-width: 992px) {
    .image-additional .owl-moneymaker2 .owl-item img {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .owl-moneymaker2 .owl-wrapper {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .owl-moneymaker2 .item-text.middle-left, .owl-moneymaker2 .item-text.middle-center, .owl-moneymaker2 .item-text.middle-right {margin-top: -20px;}
    .owl-moneymaker2 .item-text .btn {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
    }
    .owl-moneymaker2 .item-text > div {
        font-size: 20px;
        margin: 0;
    }
    /*body > .owl-moneymaker2 .item-text.top-left, body > .owl-moneymaker2 .item-text.top-center, body > .owl-moneymaker2 .item-text.top-right {
        margin-top: 0px;
    }*/
}
.owl-moneymaker2 .owl-pagination {
    margin-top: -20px;
    z-index: 1;
    position: relative;
    text-align: center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}