/*========================================================
                        Camera
=========================================================*/
.camera_container {
    position: relative;
    padding-bottom: 39.375%;
}

@media (max-width: 761.90476px) {
    .camera_container {
        padding-bottom: 300px;
    }
}

.camera_wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 0 !important;
    height: 100%;
    background: #fff;
    z-index: 0;
}

    .camera_wrap img {
        max-width: none !important;
    }

.camera_fakehover {
    height: 100%;
    min-height: 60px;
    position: relative;
    width: 100%;
}

.camera_src {
    display: none;
}

.cameraCont, .cameraContents {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.cameraSlide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.cameraContent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.camera_target {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    text-align: left;
    z-index: 0;
}

.camera_overlayer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
}

.camera_target_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}

.camera_loader {
    background: #fff 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_command_wrap .hideNav {
    display: none;
}

.camera_command_wrap {
    left: 0;
    position: relative;
    right: 0;
    z-index: 4;
}

.showIt {
    display: none;
}

.camera_clear {
    clear: both;
    display: block;
    height: 1px;
    margin: -1px 0 25px;
    position: relative;
}

.camera_caption {
    display: none;
}

.cameraContent .camera_caption {
    display: block;
}

/*================   Custom Layout&Styles   =====================*/
.camera_caption > div {
    height: 100%;
    padding-top: 242px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

@media (max-width: 1648px) {
    .camera_caption > div {
        padding-top: 202px;
    }
}

@media (max-width: 1450px) {
    .camera_caption > div {
        padding-top: 99px;
    }
}

@media (max-width: 1175px) {
    .camera_caption > div {
        padding-top: 79px;
    }
}

@media (max-width: 768px) {
    .camera_caption > div {
        padding-top: 71px;
    }
}

.camera_caption > div h2 {
    font: 72px/72px "Roboto", sans-serif;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 1199px) {
    .camera_caption > div h2 {
        font-size: 50px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .camera_caption > div h2 {
        font-size: 21px;
        line-height: 22px;
    }
}

.camera_caption > div span {
    display: block;
    text-transform: uppercase;
    padding-bottom: 53px;
    font-size: 172px;
    letter-spacing: 17px;
}

@media (max-width: 1199px) {
    .camera_caption > div span {
        font-size: 112px;
    }
}

@media (max-width: 767px) {
    .camera_caption > div span {
        font-size: 42px;
        padding-bottom: 20px;
    }
}

.camera_caption > div h2 + .btn {
    margin-top: 33px;
}

.camera_pag_ul li:before {
    border: 4px solid #fff;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 8px;
}

.camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
    background: #000000;
}

.camera_pag_ul li + li {
    margin-left: 3px;
}

.camera_pag_ul li > span {
    display: none;
}

.camera_pag {
    position: relative;
    text-align: center;
    bottom: -13px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 13px;
}

.camera_caption .btn {
    font-size: 24px;
    line-height: 18px;
    font-weight: 200;
    border: 3px solid #fff;
    padding: 16px 74px 16px 76px;
}

    .camera_caption .btn:hover {
        background: #df9e5d;
    }

    .camera_caption .btn:active {
        background: #df9e5d;
    }

.camera_pag_ul li {
    border: 5px solid #cecece;
    display: inline-block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #cecdcd;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .camera_pag_ul li:before {
        border: 4px solid #fff;
        border-radius: 50%;
        content: "";
        height: 8px;
        left: -4px;
        position: absolute;
        top: -4px;
        width: 8px;
    }

    .camera_pag_ul li.cameracurrent, .camera_pag_ul li:hover {
        background: #000000;
    }

    .camera_pag_ul li + li {
        margin-left: 3px;
    }

    .camera_pag_ul li > span {
        display: none;
    }

.camera_pag {
    position: relative;
    text-align: center;
    bottom: -13px;
}

.camera_caption .btn {
    font-size: 24px;
    line-height: 18px;
    font-weight: 200;
    border: 3px solid #fff;
    padding: 16px 74px 16px 76px;
}

    .camera_caption .btn:hover {
        background: #df9e5d;
    }

    .camera_caption .btn:active {
        background: #df9e5d;
    }

/*# sourceMappingURL=camera.css.map */

.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(../images/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(../images/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
  
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
    background-color:white;
}
.camera_prev {
	left: 0;
}
.camera_prev > span {
	background: url(../images/camera_skins.png) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_next {
	right: 0;
}
.camera_next > span {
	background: url(../images/camera_skins.png) no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url(../images/camera_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(../images/camera_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
} 
.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 rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		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;
}