

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

.slider_wrapper {
	overflow: hidden;
	position: relative;
	padding-bottom: 1px;
	margin-bottom: 0 !important;
	height: 338px;
	padding-top: 33px;
	padding-bottom: 43px;
	margin-bottom: -23px;
	background: url(../images/slider_shadow.png) 0 top no-repeat, url(../images/slider_shadow_bot.png) 0 bottom no-repeat;
}

.slider_wrapper>div {
	padding-left: 372px;
	background: #6575d5;
	height: 338px;
}

.camera_wrap {
	display: none;
	width: 100% !important;
	position: relative;
	height: 338px !important ;	
}


}
.camera_wrap img {
	margin: 0 !important;
	height: auto !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;
	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 #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;	
}

.camera_prev{
	background: url(../images/pagination.png) left -13px no-repeat;
	width: 5px;	
	height: 11px;
	position: absolute;
	z-index: 999;
	top: 28px;
	right: 87px;
	cursor: pointer;
}

.camera_prev:hover {
	background-position: left 0;	
}

.camera_next {
	background: url(../images/pagination.png) -11px 0px no-repeat;
	width: 5px;	
	height: 11px;
	position: absolute;
	z-index: 999;
	top: 28px;
	right: 76px;
	cursor: pointer;
}

.camera_next:hover {
	background-position: -11px -13px;	
}


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

.caption {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	position: absolute;
	top: 0;
	left: -372px;
	width: 	278px;
	padding-left: 60px;
	padding-right: 34px;
	height: 226px;
	padding-top: 62px;
	bottom: 0;
	background: #6575d5;
	z-index: 999;
}

.caption h2 {
	color: #ffe33d;
	font: 60px/60px "Trebuchet MS",Helvetica,sans-serif;
	text-transform: uppercase;
	background: url(../images/h2_separator.png) 0 bottom repeat-x;
	padding-bottom: 31px;
	margin-bottom: 14px;
}

.caption h2 span {
	font-size: 50px;
	line-height: 55px;
	display: block;
	color:  #fff;
	text-transform: none;
}
/**************************
*
*	COLORS & SKINS
*
**************************/

.camera_wrap .camera_pag {
	position: absolute;
	top: 272px;
	z-index: 99;
	left: -302px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	border-radius: 500px;
	border: 1px solid #fcd9c9;
	width: 15px;
	height: 15px;
	float: left;
	margin-left: 3px;
	line-height: 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor: pointer;
}

.camera_wrap .camera_pag .camera_pag_ul li>span {
	text-indent: -99px;	
	display: block;
	overflow: hidden;
	cursor: pointer;
	width: 9px;
	border-radius: 500px;
	margin-left: 3px;
	margin-top: 3px;
	height: 9px;
	border-radius: 500px;
	line-height: 0;
	
}

.camera_wrap .camera_pag .camera_pag_ul li>span>span {
	width: 9px;
	border-radius: 500px;
	height: 9px;
		display: block;
	line-height: 0;
	font-size: 0;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover span>span, .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent span>span{
	background: #ffe076 !important;
}


 @media only screen and (max-width: 995px) {
 	.camera_wrap {
 		height: 290px !important;
 	}
 	.caption h2 {
 		font-size: 40px;
 		line-height: 40px;
 	}
 	.caption h2 span {
 		font-size: 30px;
 	}

 	.caption {
 		padding-top: 60px;
 		height: 230px ;
 	}
 	.slider_wrapper > div, .slider_wrapper {
 		height: 290px;
 	}

 	 .slider_wrapper {
 	 	background: none;
 	 }

 	.camera_wrap .camera_pag {
 		top: 250px;
 	}

 }

 @media only screen and (max-width: 767px) {
 	.caption {
 		display: none;
 	}

 	.slider_wrapper > div, .slider_wrapper {
 		width: 100%;
 		padding: 0;

 	}

 .slider_wrapper {
 	padding-bottom: 10px;

 }
 .greeting_block {
 	padding-top: 20px;
 }

 	.camera_wrap .camera_pag {
 		top: 250px;
 		left: 165px;
 }

.camera_wrap .camera_pag .camera_pag_ul li {
	width: 25px;
	height: 25px;

}

.camera_wrap .camera_pag .camera_pag_ul li>span {
	width: 19px;
	height: 19px;
}

.camera_wrap .camera_pag .camera_pag_ul li>span>span {
	width: 19px;
	border-radius: 500px;
	height: 19px;

}

  }
 @media only screen and (max-width: 479px) {
 		 	.camera_wrap .camera_pag {
 		top: 190px;
 		left: 105px;
 	}

 		.camera_wrap {
 			height: 231px !important
 		}

.slider_wrapper > div, .slider_wrapper {
 	height: auto !important;
 }

  .first-page.greeting_block {
 	padding-top: 0px;
 }

 }