/**************************
*
*	GENERAL
*
**************************/
.camera_wrap {
  display: none;
  position: relative;
  z-index: 0; 
  overflow: hidden;
}
.camera_wrap img {
  max-width: none !important;
}
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.camera_wrap {
  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_loader {
  background: #ffffff url(../images/camera-loader.svg) no-repeat center;
  background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.svg) no-repeat center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}
.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar,
.camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar,
.camera_thumbs_wrap.camera_top .camera_bar {
  height:auto;
  position: absolute;
  width: 100%;
}
.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}
.camera_caption {
  position: absolute;
  width:100%;
  background-size:contain;
  box-sizing:border-box;
  top:27%;
  text-align:center;
  margin:auto;
}
.camera_caption > div {
	
}
.camera_caption .fa {
  
}

.camera_caption-bg
{
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 64%;
    margin: auto;
    padding: 40px 0 60px 0;
	position:relative;
}
.camera_caption h3
{
	position:relative;
	color:#fff;  
	font-size:3vw; 
	font-weight:300;
	text-transform:uppercase;
	display:block;
	margin:0;
	text-shadow:0px 1px 1px #000;
	letter-spacing:3px;
}
.camera_caption h3:after
{
	content:" ";
	position:absolute;
	bottom:-15px;
	left:0;
	right:0;
	margin:auto;
	width:100px;
	height:3px;
	background:#fff;
    box-shadow: 0px 1px 1px #000;
}
.camera_caption h2
{
    position: relative;
    color: #fff;
    font-size: 2vw;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 18px;
    background: rgba(0, 0, 0, 0.5);
}
.camera_caption a
{
    width: 180px;
    left: 0;
    right: 0;
    margin: auto;
    color: #cbcbcd;
    border: solid 2px #cbcbcd;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 0;
    position: absolute;
    margin-top: 40px;
}
.camera_caption a:before
{
	content:" ";
	position:absolute;
	top:50%;
	left:-212%;
	width:200%;
	height:2px;
	background:#fff;
}
.camera_caption a:after
{
	content:" ";
	position:absolute;
	top:50%;
	right:-212%;
	width:200%;
	height:2px;
	background:#fff;
}
.camera_caption a:hover
{
    color: #000;
    border: solid 2px #fff;
	background:#fff;
}
.camerarelative {
  overflow: hidden;
  position: relative;
}
.imgFake {
  cursor: pointer;
}


.camera_command_wrap .hideNav {
  
}
.camera_command_wrap {

  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}
.camera_wrap .camera_pag {
	position: absolute;
    bottom: 10%;
    left: 15px;
    right: 0;
    text-align: left;
    width: 100%;
    margin-bottom: -55px;
}
.camera_wrap .camera_pag .camera_pag_ul {
  display:block; padding:0;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  width:6px; height:6px; 
  display: inline-block;
  margin: 0 7px;
  position: relative;
  z-index:999px;
  text-indent: -9999px;
}
.camera_thumbs_cont {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
  -moz-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.camera_thumbs_cont > div {
  float: left;
  width: 100%;
}
.camera_thumbs_cont ul {
  overflow: hidden;
  padding: 3px 4px 8px;
  position: relative;
  text-align: center;
}
.camera_thumbs_cont ul li {
  display: inline;
  padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align: bottom;
}
.camera_clear {
  display: block;
  clear: both;
}
.showIt {
  display: none;
}
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.camera_wrap .camera_pag .camera_pag_ul li {
  background:#fff; border:solid 2px; border-color:transparent;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover {
	background:none;  border:solid 2px #fff;
}

.camera_prev,
.camera_next {
  cursor: pointer;
  position: absolute;
  top:43%;
  z-index: 2;
}
.camera_prev span,
.camera_next span {
	
  display: block;
  width:60px;
  height:60px;
  text-align: center; background-position:center center; background-repeat:no-repeat;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.camera_prev span
{
	background:rgba(0, 0, 0, 0.6) url(../images/prev.png) center center no-repeat; 
}
.camera_next span
{
	background:rgba(0, 0, 0, 0.6) url(../images/next.png) center center no-repeat; 
}
.camera_prev span:hover,
.camera_next span:hover {
 opacity:0.8;
}
.camera_prev {
  left: 0;
}
.camera_prev span:after {
  
}
.camera_next {
  right: 0;
}
@media (max-width: 1199px) {
  .camera_wrap .camera_pag {
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
	
}
@media (min-width: 480px) and (max-width: 767px) {
 .camera_caption {
  width:100%;
  top:10%;
}
.camera_caption-bg
{
    border: none;
    width: 90%;
	padding:0;
}
.camera_caption h3
{
	font-size:3vw; 
}
.camera_caption h2
{
    font-size: 2vw;
}
.camera_caption a:before, .camera_caption a:after
{
	display:none;
}
}
@media (max-width: 768px) {
  
}
@media (max-width: 479px) {
  .camera_caption, .camera_caption-bg {
  display:none;
}
.camera_caption h3
{
	display:none;
}
.camera_caption h2
{
   display:none;
}
.camera_caption a
{
	display:none;
}
.camera_prev span, .camera_next span {
  width: 30px;
  height: 30px;
}
}