

 /**************************
*
*	GENERAL
*
**************************/


.slider-wrapper {
	position: relative;
	text-align: left;
}

.camera_target_content {
	overflow: visible !important;
}

.camera_wrap {
    background: #31353d;
	display: none;
	position: relative;
	overflow: visible !important;
	z-index: 0;
	margin-bottom: 0 !important;
}

.camera_wrap img {

	max-width: 10000px;
}

.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
}

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

.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}

.camerarelative {
	overflow: hidden;
	position: relative;
}

.imgFake {
	cursor: pointer;
}

.camera_commands > .camera_stop {
	display: none;	
}

.slide_wrapper .camera_next>span {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 50px;
    color: black;
	top: 50%;
	margin-top: -10px;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	height: 20px;
}


#camera_wrap {
    position: relative;
}

.slide_wrapper .camera_next {
	width: 70px;	
	top: 0  !important;
	bottom: 0;
	height: auto !important;
    font-size: 100px;
	right: -80px;
	display: block;
	position: absolute;
	opacity: 1 !important;
}

.camera_thumbs_cont {
	z-index: 900;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.camera_thumbs_cont > div {
	float: left;
	width: 100%;

}

.camera_thumbs_cont ul li {
	background-color: transparent;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.camera_thumbs_cont ul li+li  {
	margin-left: 11px !important;
}
.camera_thumbs_cont ul li > img {
	cursor: pointer;
	opacity: 1 !important;
	vertical-align:bottom;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.camera_thumbs_cont ul li:hover, .camera_thumbs_cont ul li.cameracurrent {
	opacity: 0.5;
}

.camera_clear {
	display: block;
	clear: both;
}

.showIt {
	display: none;
}

.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
	text-align: right;
}

.caption {
    opacity: 0;
    left: 50%;
    top: 50%;
    margin-left: -46px;
    margin-top: -122px;
    position: absolute;
}
@media (max-width: 979px) {
    .caption {
        margin-top: -66px;
    }
}
 @media (max-width: 767px) {
     .camera .caption {
         margin-top: 52px;
         top: 20px;
     }
     .cation h2 {
         margin-bottom: 0;
         line-height: 24px;
     }
 }
 @media (max-width: 630px) {
     .camera .caption {
         margin-top: 30px;
     }
 }

 @media (max-width: 480px) {
     .caption {
         display: none;
     }
 }

.lower-size {
    font-size: 30px;
}

.caption > h2 {
    color: #ffffff;
    font-weight: 500;
}

.caption > h2 > span {
    color: #ffffff;
     display: block;
     text-transform: uppercase;
     font-weight: 300;
 }

/**************************
*
*	COLORS & SKINS
*
**************************/

.camera_pag  {
	display: block;
	bottom: 90px;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: left;
}

.camera_pag_ul {
 	overflow: hidden;
 	text-align: center;
    position: absolute;
    right: 23px;
    top: 40%;
}

.camera_pag_ul .cameracurrent span {
    background: #ff974f;
}

.camera_pag ul li span {
	display: block;
    margin-top: 6px;
    width: 15px;
    height: 15px;
    background: #5a5a5a;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position:relative;
}

 .camera_pag ul li:hover span {
     background: #ff974f;
 }

 .slider-wrapper {
     position: relative;
 }

.camera_pag ul li span {
    cursor: pointer;
	color: transparent;
}

.camera_pag ul li:hover span, .camera_pag ul li.cameracurrent span {
	cursor: pointer;
}

/*.camera_prev, 
.camera_next {
	display: block;
	position: absolute;
	width: 31px;
	height: 31px;
	left: 50%;
	margin-left: -38px;
	cursor: pointer;
	bottom: 21px;
	z-index: 999;
	background: url(../images/prevnext.png) 0 0 no-repeat;
	transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.camera_next {
	margin-left: 6px;
	background-position: right 0;
}

.camera_prev:hover,
.camera_next:hover  {
	opacity: 0.5;
}

*/

