/**************************
*
*	GENERAL
*
**************************/
.camera_target_content {
	overflow: visible !important;
}

.camera_wrap {
	margin: 0px !important;
	display: none;
	position: relative;
	overflow: visible !important;
	z-index: 0;
}
.camera_wrap img {
	max-width: 10000px;
}

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

.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_target_content .camera_link {
    background: url(../images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(../images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;
	border: 1px solid #fff;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}

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

.camera_thumbs_cont {
	z-index: 999;
	position: relative;
}

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

}

.camera_thumbs_cont ul {
	overflow: hidden;
	position: relative;
	width: 100% !important;
	margin: 0 !important;
	margin-left: 0px !important;
	left: 0% !important;
	margin-top: -70px !important;
	text-align: center;
}

.camera_thumbs_cont ul li {
	background-color: #414141;
	display: inline-block;
	border: 5px solid #fff;
}

.camera_thumbs_cont ul li+li  {
	margin-left: 2px !important;
}

.camera_thumbs_cont ul li > img {
	cursor: pointer;
	vertical-align:bottom;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

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

.showIt {
	display: none;
}

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

.caption {
	color: #fff;
	text-align: left;
	top: 13%;
	position: absolute;
	width: 300px;
	display: block;
	right: 12%;
	padding:10px 15px 5px;
    background: url(../img/op30.png) repeat;
	border-radius:5px;
}
.caption .h5 {
	font-weight:bold;
	margin-bottom:4px;
	font-size:18px;
	line-height:22px;
	/*text-transform: uppercase;*/
	font-family: 'Lato',Arial,sans-serif;
}
.caption p {
	/*width: 75%;*/
	margin-bottom: 0;
    margin-left:0;
	font-size:13px;
}

.caption a{
    margin:10px;
}

/**************************
*
*	COLORS & SKINS
*
**************************/
.camera_pag  {
	display: block;
	position: absolute;
	right: 20%;
	bottom: 147px;
	height: 21px;
	margin-left: -24px;
	overflow: hidden;
	float: left;	
	z-index: 999;
	text-align: left;
}

.camera_pag_ul {
 	overflow: hidden;
}

.camera_pag ul li {
	float: left;
}

.camera_pag ul li+li {
	margin-left: 14px;
}

.camera_pag ul li span {
	display: block;
	width: 20px;
	background: url(../images/pagination_arancio.png) right 0 no-repeat;
	height: 20px;
	overflow: hidden;
	color: transparent;
	text-indent: -100px;
}

.camera_pag ul li:hover span, .camera_pag ul li.cameracurrent span {
	background-position: 0 0;
	cursor: pointer;
}

.camera_prev {
	top: 50%;
	z-index: 999;
	display: block;
	width: 39px;
	margin-top: -25px;
	position: absolute;
	left: 18%;
	background: url('../images/prev.png') 0 0 no-repeat;
	height: 67px;
}
.camera_prev:hover  {
	cursor: pointer;
	background-position: 0 bottom;
}

.camera_next {
	top: 48%;
	z-index: 999;
	margin-top: -25px;
	display: block;
	width: 39px;
	position: absolute;
	right: 18%;
	background: url('../images/next.png') 0 0 no-repeat;
	height: 67px;
}
.camera_next:hover {
	cursor: pointer;
	background-position: 0 bottom;
}

@media only screen and (max-width: 1500px) {
  .camera_pag {
    bottom: 60px !important;
    right: 9% !important;
  }
  .caption {
    top: 15%;
    /*width: 850px;*/
    right: 9%;
  }
  .caption h5,.caption .h5 {
    /*
	font-size: 50px;
    line-height: 50px;
	*/
  }
}

@media only screen and (max-width: 1400px) {
  .camera_pag {
    bottom: 50px !important;
    right: 8% !important;
  }
  .caption {
    top: 14%;
    /*width: 800px;*/
    right: 7%;
  }
  h5, .h5 {
    /*
	font-size: 48px;
    line-height: 46px;
	*/
  }
}

@media only screen and (max-width: 1308px) {
  .camera_pag {
    right: 12% !important;
  }
  .caption {
    top: 10%;
    /*width: 800px;*/
    right: 11%;
  }
  .caption p {
    /*
	width: 90%;
    margin-bottom: 15px;
	*/
  }
  .caption h5, .caption .h5 {
    /*
	font-size: 46px;
    line-height: 44px;
    margin-bottom: 15px;
	*/
  }
}

@media only screen and (max-width: 1199px) {
  .caption h5, .caption .h5 {
    /*
	font-size: 32px;
    line-height: 30px;
    margin-bottom: 10px;
	*/
  }
}

@media only screen and (max-width: 995px) {
  
  .caption {
    width: 59%;
    right: 18%;
    top: 20%;
  }
  .caption p {
    /*display: none;*/
  }
 .caption h5, .caption .h5 {
    font-weight:normal;
    /*
	font-size: 30px;
    line-height: 30px;
	*/
  }
  .camera_pag {
    bottom: 30px !important;
    right: 19% !important;
  }
  
}

@media only screen and (max-width: 767px) {
  .caption h5, .caption .h5 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .caption {
    top: 5%;
    right: 5%;
    width: 80%;
  }
  .camera_pag {
    bottom: 10px !important;
    right: 16% !important;
  }
}