.camera_thumbs_wrap img,
.camera_thumbs_wrap li,
.camera_thumbs_wrap ol,
.camera_thumbs_wrap table,
.camera_thumbs_wrap tbody,
.camera_thumbs_wrap td,
.camera_thumbs_wrap tfoot,
.camera_thumbs_wrap th,
.camera_thumbs_wrap thead,
.camera_thumbs_wrap tr,
.camera_thumbs_wrap ul,
.camera_wrap a,
.camera_wrap img,
.camera_wrap li,
.camera_wrap ol,
.camera_wrap table,
.camera_wrap tbody,
.camera_wrap td .camera_thumbs_wrap a,
.camera_wrap tfoot,
.camera_wrap th,
.camera_wrap thead,
.camera_wrap tr,
.camera_wrap ul {
    background: 0 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.camera_wrap {
    direction: ltr;
    display: none;
    float: left;
    position: relative;
    z-index: 0;
    background: #fff;
    width: 100%;
    margin: 0!important;
}
.camera_wrap img {
    max-width: none!important;
}
.full_anchor, 
.full_anchor a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
	font-size:0;
	background:none;
	border:none;
	outline:none;
}
.camera_fakehover {
    height: 100%;
    min-height: 60px;
    position: relative;
    width: 100%;
    z-index: 1;
    background: url(../images/AjaxLoader.svg) center center no-repeat;
}
.camera_src {
    display: none;
}
.cameraCont,
.cameraContents {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.cameraSlide {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.cameraContent {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.camera_target {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 0;
}
.camera_overlayer {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    display: none;
}
.camera_target_content {
    display: none;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.camera_bar {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.camera_fakehover .camera_next,
.camera_fakehover .camera_prev {
	background:rgba(255,255,255,0.5);	
	font-size:0;
	height:80px;
	margin: 0;
	position: absolute;
	bottom:0;
	width: 80px;
	margin-top:0;
	opacity: 1!important;
	border: none;
	line-height:80px;
	color: #666;
	overflow:hidden;
	transition:background-color 300ms ease-in-out 0s;
	-webkit-transition:background-color 300ms ease-in-out 0s;
}
.camera_fakehover .camera_next:before,
.camera_fakehover .camera_prev:before,
.camera_fakehover .camera_next:after,
.camera_fakehover .camera_prev:after{
	content:"";
	width:30px;
	height:1px;
	position:absolute;
	background:#333;
}

.camera_fakehover .camera_next:hover:before,
.camera_fakehover .camera_prev:hover:before,
.camera_fakehover .camera_next:hover:after,
.camera_fakehover .camera_prev:hover:after{
	background:#fff;
}

.camera_fakehover .camera_prev:after{
	left:22px;
	top:29px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.camera_fakehover .camera_prev:before{
	left:22px;
	bottom:29px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.camera_fakehover .camera_next:after{
	right:22px;
	top:29px;
	transform: rotate(224deg);
	-webkit-transform: rotate(224deg);
}

.camera_fakehover .camera_next:before{
	right:22px;
	bottom:29px;
	transform: rotate(-224deg);
	-webkit-transform: rotate(-224deg);
}





.camera_fakehover .camera_next:hover .fa,
.camera_fakehover .camera_prev:hover .fa{
	color:#fff;
}
.camera_fakehover .camera_next:hover,
.camera_fakehover .camera_prev:hover{
	background:#666;
}
.camera_fakehover .camera_next {
    right: 0;
    left: auto;
}
.camera_fakehover .camera_prev {
    left:auto;
	right:81px;
}
.camera_fakehover .camera_next:hover {
    opacity:1;
}
.camera_fakehover .camera_prev:hover {
    opacity:1;
}
.camera_commands,
.camera_next,
.camera_prev {
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 42px;
    height: 42px;
    left: 50%;
    z-index: 2;
    bottom: 0;
}

.camerarelative .btn-cart {
    background:none;
    display: inline-block;
    font-size:15px;
	font-weight:700;
    min-width: 150px;
    text-transform: uppercase;
    padding:14px 40px;
	border:2px solid #27aba6;
	color:#27aba6;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.camerarelative .btn-cart:hover{
	background:#27aba6;
	color:#fff;
}

.camera_bar .camera_bar_cont {
    background-color: transparent!important;
}
.camera_bar .camera_bar_cont span {
    background-color: #000!important;
}

@media (max-width:1024px) {
    .camera_effected h2 {
        font-size: 20px;
        line-height: 20px;
    }
}
@media (max-width:768px) {
    .camera_effected p,
	.camera_effected .slidedescription{
        color: #fff;
        font-size: 12px;
    }
	.camera_effected .slidedescription{
        margin:0 0 15px 0;
    }
    .camera_effected h2 {
        padding-bottom: 20px;
    }
    .camerarelative .btn-cart {
        font-size: 12px;
        padding: 6px 18px;
    }
}

@media (max-width:767px) {
	.hideBanner .fadeIn.camera_effected{
		display:none;
	}
}

/* BounceInDown */

@-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;
  }
}


.animated {
  -webkit-animation-duration:3s;
  animation-duration:3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bounceInDown,
.camera_effected h2,
.camera_effected .slidedescription,
.camera_effected .btn-cart{
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.camera_effected h2.animated{
   -webkit-animation-duration:1s;
    animation-duration:1s;
}

.camera_effected .slidedescription.animated{
   -webkit-animation-duration:1.6s;
    animation-duration:1.6s;
}

.camera_effected .btn-cart.animated{
   -webkit-animation-duration:1.8s;
    animation-duration:1.8s;
}
.bBOx{
	text-align:center;
}
.camera_pag{
    display:table;
    text-align: center;
    width:40px;
	height:100%;
	position:absolute;
	padding:5px 0;
	top:0px;
	right:25px;
}
.camera_wrap ul.camera_pag_ul{
    display:table-cell;
	vertical-align:middle;
    width:auto;
}
.camera_pag_ul li {
    background:transparent;
	border: 2px solid transparent;
    border-radius: 100%;
    display: inline-block;
    height:20px;
    margin:5px 10px;
    overflow: visible;
    width:20px;
	cursor:pointer;
	position:relative;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
}
.camera_pag_ul li:before{
	content:"";
	width:10px;
	height:10px;
	background:#c4c4c4;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	border-radius:50%;
	-webkit-border-radius:50%;
}
.camera_pag_ul li.cameracurrent,
.camera_pag_ul li:hover{
	 border-color:#262626;
}
.camera_pag_ul li.cameracurrent:before,
.camera_pag_ul li:hover:before{
	 background:#262626;
}

.camera_pag_ul li span{
	display:none;
}

@media (max-width:639px){
    .camera_fakehover .camera_next, 
    .camera_fakehover .camera_prev{
        display: none;
    }
}