

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



.slider_wrapper {
	top: 0px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	z-index: 10;
	margin-bottom: 0px;
}
.slider_wrapper {
  min-height: 380px;
}
.camera_target_content {
	overflow: visible !important;

}

.camera_wrap {
	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%;
	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/preloader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(../images/preloader.gif) no-repeat center;
	border: 1px solid #ffffff;
	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;	
}


.slide_wrapper .camera_prev{
	background: url(../images/prevnext_bg.png) 0 0 repeat;
	width: 70px;	
	top: 0 !important;
	height: auto !important;
	bottom: 0;
	left: -80px;
	display: block;
	position: absolute;
	opacity: 1 !important;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.slide_wrapper .camera_prev>span {
	background: url(../images/prev.png) center 0 no-repeat;
	top: 50%;
		
	margin-top: -10px;
	position: absolute;
	display: block;
	height: 20px;
	left: 0;
	right: 0;
}

.slide_wrapper .camera_next>span {
	background: url(../images/next.png) center 0 no-repeat;
	top: 50%;
	margin-top: -10px;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	height: 20px;
}



.slide_wrapper .camera_next {
	background: url(../images/prevnext_bg.png) 0 0 repeat;
	width: 70px;	
	top: 0  !important;
	bottom: 0;
	height: auto !important;

	right: -80px;
	display: block;
	position: absolute;
	opacity: 1 !important;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

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

.slide-captionR {
	text-align: center;
	top: 45%;
	margin-top: -46px;
	right: 50%;
	margin-right: -400px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 500px;
	height: auto;
}
.capR1 {
	margin-top: -46px;
}
.capR2 {
	margin-top: -46px;
}
.slide-captionL {
	text-align: center;
	top: 45%;
	margin-top: -46px;
	left: 50%;
	margin-left: -400px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 520px;
	height: auto;
}
.slide-imgR {
	text-align: center;
	bottom: 0px;
	right: 50%;
	margin-right: -500px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 450px;
	height: auto;
}
.slide-imgR2 {
	text-align: center;
	bottom: 0px;
	right: 50%;
	margin-right: -500px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 450px;
	height: auto;
}
.slide-imgL {
	text-align: center;
	bottom: 0px;
	left: 50%;
	margin-left: -500px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 450px;
	height: auto;
}
/*.slide-imgR img, .slide-imgL img {
	max-width: 350px;
}
.slide-imgR2 img, .slide-imgL2 img {
	max-width: 400px;
}*/

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

**************************/


.camera_pag  {
	display: block;
	position: absolute;
	width: /*62*/112px;
	left: 50%;
	margin-left: /*-84*/-56px;
	bottom: 24px;
	height: 13px;
	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: 11px;
}

.camera_pag ul li span {
	display: block;
	width: 13px;
	background: url(../images/pagination.png) right 0 no-repeat;
	height: 13px;
	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 {
	display: block;
	position: absolute;
	width: 38px;
	background-color: #00aae2;
	height: 38px;
	left: 50%;
	top: 50%;
	margin-left: -470px;
	margin-top: -19px;
	z-index: 999;
	opacity: 1 !important;
	bottom: 32px;
}

.camera_prev:after {
	position: absolute;
	display: block;
	content: '';
	width: 7px;
	height: 11px;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -6px;
	background: url(../images/prevnext.png) 0 0 no-repeat;
}


.camera_next {
	display: block;
	position: absolute;
	width: 38px;
	background-color: #00aae2;
	height: 38px;
	right: 50%;
	top: 50%;
	margin-right: -470px;
	margin-top: -19px;
	z-index: 999;
	opacity: 1 !important;
	bottom: 32px;
}

.camera_next:after {
	position: absolute;
	display: block;
	content: '';
	width: 7px;
	height: 11px;
	left: 50%;
	margin-left: -4px;
	top: 50%;
	margin-top: -6px;
	background: url(../images/prevnext.png) right 0 no-repeat;
}


.camera_prev:hover,
.camera_next:hover  {
	cursor: pointer;
	background-color: #2b2b2b;
}

.slide-size {font-size: 23px; line-height: 30px !important;}
.slide-size2 {font-size: 23px; line-height: 30px !important;}

.slide-caption img {max-width: 300px; height: auto;}
.h2s {font-size: 36px !important; line-height: 36px !important; color:#fff !important; text-transform: none !important; margin-bottom: /*20*/ 10px; text-shadow: 1px 1px 1px #04172d, 3px 3px 5px #04172d;
}
.p2s {font-size: 22px !important; line-height: 22px !important; color:#fff !important; text-transform: none !important; margin-bottom: 20px; text-shadow: 1px 1px 1px #04172d, 3px 3px 5px #04172d; text-align:center;
}
.energydrink-img {
  max-width: 350px !important;
}
.jacket-img {
  max-width: 335px !important;
}
.mask-img {
  max-width: 260px !important;
}
.beer-img {
  max-width: 350px !important;
}
.slide-caption strong {
	display: block;
	font-weight: bold;
}
@media only screen and (max-width: 1159px) {
.h2s {font-size: 35px !important; line-height: 35px !important; color:#fff !important;
}
.energydrink-img {
  max-width: 320px !important;
}
.jacket-img {
  max-width: 310px !important;
}
.mask-img {
  max-width: 240px !important;
}
.beer-img {
  max-width: 350px !important;
}
}

@media only screen and (max-width: 1059px) {
.h2s {font-size: 35px !important; line-height: 35px !important; color:#fff !important;
}
.energydrink-img {
  max-width: 300px !important;
}
.jacket-img {
  max-width: 290px !important;
}
.mask-img {
  max-width: 240px !important;
}
.beer-img {
  max-width: 250px !important;
}
}

@media only screen and (max-width: 995px) {
.slider_wrapper {
	margin-top: 0px !important;
}

.slide-captionR {
	text-align: center;
	top: 45%;
	margin-top: -46px;
	right: 50%;
	margin-right: -330px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 440px;
	height: auto;
}
.capR1 {
	margin-top: -46px;
}
.capR2 {
	margin-top: -46px;
}
.slide-captionL {
	text-align: center;
	top: 45%;
	margin-top: -46px;
	left: 50%;
	margin-left: -330px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 440px;
	height: auto;
}
.slide-imgR {
	text-align: center;
	bottom: 0px;
	right: 50%;
	margin-right: -350px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 280px;
	height: auto;
}
.slide-imgR2 {
	text-align: center;
	bottom: 0px;
	right: 50%;
	margin-right: -350px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 280px;
	height: auto;
}
.slide-imgL {
	text-align: center;
	bottom: 0px;
	left: 50%;
	margin-left: -350px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 280px;
	height: auto;
}
/*.slide-imgR img, .slide-imgL img {
	max-width: 250px;
}*/
.h2s {font-size: 30px !important; line-height: 30px !important; color:#fff !important;
}
.energydrink-img {
  max-width: 250px !important;
}
.jacket-img {
  max-width: 250px !important;
}
.mask-img {
  max-width: 220px !important;
}
.beer-img {
  max-width: 225px !important;
}
.slider_wrapper {
  min-height: 330px;
}
}
@media only screen and (max-width: 881px) {

.h2s {font-size: 30px !important; line-height: 30px !important; color:#fff !important;
}
.energydrink-img {
  max-width: 220px !important;
}
.jacket-img {
  max-width: 220px !important;
}
.mask-img {
  max-width: 190px !important;
}
.beer-img {
  max-width: 195px !important;
}
.slider_wrapper {
  min-height: 290px;
}
}
@media only screen and (max-width: 767px) {
.slider_wrapper {
	margin-top: 0px !important;
	margin-bottom: 0px;
}

.slide-captionR {
	text-align: center;
	top: 45%;
	margin-top: -100px;
	right: 50%;
	margin-right: -200px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 200px;
	height: auto;
}
.capR1 {
	margin-top: -86px;
}
.capR2 {
	margin-top: -86px;
}
.slide-captionL {
	text-align: center;
	top: 45%;
	margin-top: -90px;
	left: 50%;
	margin-left: -200px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 200px;
	height: auto;
}
.slide-imgR {
	text-align: center;
	bottom: 10px;
	right: 50%;
	margin-right: -210px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 220px;
	height: auto;
}
.slide-imgR2 {
	text-align: center;
	bottom: 10px;
	right: 50%;
	margin-right: -220px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 220px;
	height: auto;
}
.slide-imgL {
	text-align: center;
	bottom: 10px;
	left: 50%;
	margin-left: -210px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 220px;
	height: auto;
}
.slide-imgR img, .slide-imgL img {
	max-width: 220px;
}
.h2s {font-size: 26px !important; line-height: 26px !important; color:#fff !important;
}
.camera_pag  {
	bottom: 0px;
}
.energydrink-img {
  max-width: 200px !important;
}
.jacket-img {
  max-width: 175px !important;
}
.mask-img {
  max-width: 150px !important;
}
.beer-img {
  max-width: 155px !important;
}
.slider_wrapper {
  min-height: 235px;
}
}

@media only screen and (max-width: 635px) {
.slide-captionR {
	text-align: center;
	top: 45%;
	margin-top: -86px;
	right: 50%;
	margin-right: -200px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 200px;
	height: auto;
}
.capR1 {
	margin-top: -86px;
}
.capR2 {
	margin-top: -86px;
}
.slide-captionL {
	text-align: center;
	top: 45%;
	margin-top: -86px;
	left: 50%;
	margin-left: -200px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 200px;
	height: auto;
}
.slide-imgR {
	text-align: center;
	bottom: 10px;
	right: 50%;
	margin-right: -210px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 220px;
	height: auto;
}
.slide-imgR2 {
	text-align: center;
	bottom: 10px;
	right: 50%;
	margin-right: -220px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 220px;
	height: auto;
}
.slide-imgL {
	text-align: center;
	bottom: 10px;
	left: 50%;
	margin-left: -210px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 220px;
	height: auto;
}
.slide-imgR img, .slide-imgL img {
	max-width: 180px;
}
.h2s {font-size: 26px !important; line-height: 26px !important; color:#fff !important;
}
.camera_pag  {
	bottom: 0px;
}
.energydrink-img {
  max-width: /*150px*/ 200px !important;
}
.jacket-img {
  max-width: /*130px*/ 175px !important;
}
.mask-img {
  max-width: /*210px*/ 140px !important;
}
.beer-img {
  max-width: /*130px*/ 155px !important;
}
.slider_wrapper {
  min-height: 195px;
}
}

@media only screen and (max-width: 530px) {
.slide-captionR {
	text-align: center;
	top: 45%;
	margin-top: -86px;
	right: 50%;
	margin-right: -200px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 200px;
	height: auto;
}
.capR1 {
	margin-top: -86px;
}
.capR2 {
	margin-top: -86px;
}
.slide-captionL {
	text-align: center;
	top: 45%;
	margin-top: -86px;
	left: 50%;
	margin-left: -200px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 200px;
	height: auto;
}
.slide-imgR {
	text-align: center;
	bottom: 10px;
	right: 50%;
	margin-right: -210px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 220px;
	height: auto;
}
.slide-imgL {
	text-align: center;
	bottom: 10px;
	left: 50%;
	margin-left: -210px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 220px;
	height: auto;
}
.slide-imgR img, .slide-imgL img {
	max-width: 160px;
}
.h2s {font-size: 26px !important; line-height: 26px !important; color:#fff !important;
}
.camera_pag  {
	bottom: 0px;
}
/*.energydrink-img {
  max-width: 150px !important;
}
.jacket-img {
  max-width: 130px !important;
}
.mask-img {
  max-width: 210px !important;
}
.beer-img {
  max-width: 115px !important;
}
.slider_wrapper {
  min-height: 170px;
}*/
}


@media only screen and (max-width: 479px) {
.slide-captionR {
	text-align: center;
	top: 45%;
	margin-top: -20px;
	right: 50%;
	margin-right: -135px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 150px;
	height: auto;
	display:none;
}
.capR1 {
	margin-top: -20px;
}
.capR2 {
	margin-top: -20px;
}
.slide-captionL {
	text-align: center;
	top: 45%;
	margin-top: -20px;
	left: 50%;
	margin-left: -135px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 150px;
	height: auto;
	display:none;
}
.slide-imgR {
	text-align: center;
	bottom: 11px;
	right: 50%;
	margin-right: /*-135*/ -32px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 120px;
	height: auto;
}
.slide-imgR2 {
	text-align: center;
	bottom: 12px;
	right: 50%;
	margin-right: /*-30*/ 0px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 120px;
	height: auto;
}
.slide-imgL {
	text-align: center;
	bottom: 11px;
	left: 50%;
	margin-left: /*-135*/ -100px;
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	width: 120px;
	height: auto;
}
.imgL2 {
	margin-left: -80px;
	bottom: 15px;
}
.slide-imgR img, .slide-imgL img {
	max-width: 120px;
}
.h2s {font-size: 20px !important; line-height: 20px !important; color:#fff !important;
}
.camera_pag  {
	bottom: 0px;
}
/*.energydrink-img {
  max-width: 120px !important;
}
.jacket-img {
  max-width: 110px !important;
}
.mask-img {
  max-width: 170px !important;
}
.beer-img {
  max-width: 95px !important;
}
.slider_wrapper {
  min-height: 155px;
}*/
}