.banner { width:100%; margin:0; position:relative;}  
.cap-out {max-width:1000px;height:100%;margin:0 auto;position:relative;z-index:100;text-align:center;font-family: 'segoe_uilight';
}
.cap-out h2 {font-size:70px;font-weight:100;color:#fff;padding-top:26%; text-shadow: 0px 2px 0px rgba(123, 119, 115, 0.36); }

.cap-out .btn {
    background: #ffdc15;
    background-image: -webkit-linear-gradient(top, #ffdc15, #fec312);
    background-image: -moz-linear-gradient(top, #ffdc15, #fec312);
    background-image: -ms-linear-gradient(top, #ffdc15, #fec312);
    background-image: -o-linear-gradient(top, #ffdc15, #fec312);
    background-image: linear-gradient(to bottom, #ffdc15, #fec312);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px #6D5555;
    -moz-box-shadow: 0px 1px 3px #6D5555;
    box-shadow: 0px 1px 3px #6D5555;
    color: #2a2a2a;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    font-size: 19px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-shadow: 0px 1px 2px #AA7777;
}
.cap-out .btn:hover {
    background: #fec312;
    background-image: -webkit-linear-gradient(top, #fec312, #ffdc15);
    background-image: -moz-linear-gradient(top, #fec312, #ffdc15);
    background-image: -ms-linear-gradient(top, #fec312, #ffdc15);
    background-image: -o-linear-gradient(top, #fec312, #ffdc15);
    background-image: linear-gradient(to bottom, #fec312, #ffdc15);
    text-decoration: none;
}

.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 669px;
	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; 
        background: rgba(0,0,0,0.5);
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.camera_loader {
    background: 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;
	-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_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 70px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 70px;
	z-index: 2;
	
}
.camera_prev {
	left: 7%;
	height: 45px;
	width: 45px;
	opacity:1 !important;
	transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;
}
.cap-out .FoodImg{
    margin-top: 20px !important;
}
.cap-out h1{
    margin-top: 70px !important;
    margin-bottom: 20px;
}
.cap-out h2{
    margin-top: -100px !important;
    margin-bottom: 20px;
}
.camera_next:hover, .camera_prev:hover{ opacity:1!important;}
.camera_prev > span {
	background:url(../images/np.png) 0px 0px no-repeat;
	background-color:transparent;
	display: block;
	height: 50px;
	width: 45px;
	z-index: 1000;
}
.camera_prev > span:hover{ background:url(../images/np.png) 0px -53px no-repeat;}
.camera_next {
	right: 7%;
	height: 45px;
	width: 45px;
        opacity:1 !important;
	z-index: 1000 !important;
	transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;
}
.camera_next > span {
	background:url(../images/np.png) -75px 0px no-repeat;
	display: block;
	height: 50px;
	width: 45px;
	float:right;
	z-index: 1000;
	
}
.camera_next > span:hover{ background:url(../images/np.png) -75px -53px no-repeat;}
.camera_commands {
	right: 41px;
	display:none;
}

@media screen and (max-width: 480px) {
    .cap-out h2{
        margin-top: -50px !important;
    }
}