/*========================================================
                        Camera
=========================================================*/
.camera_container {
  position: relative;
  padding-bottom: 45%; }

@media (max-width: 569.44473px) {
  .camera_container {
    padding-bottom: 380px; 
	} 
	}
.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 {
  position: absolute; }
  .camera_caption > div {
    height: 100%; }

.camera_pag {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center; }
  .camera_pag_ul {
    text-align: center;
    display: inline-block; }
    .camera_pag_ul li {
      display: inline-block;
      width: 13px;
      height: 13px;
      line-height: 13px;
      text-align: center;
      cursor: pointer;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: transparent;
      border: 3px solid #d9d9d9;
      -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.cameracurrent, .camera_pag_ul li:hover {
        background: #d9d9d9; }
      .camera_pag_ul li + li {
        margin-left: 4px; }
      .camera_pag_ul li > span {
        display: none; }


.camera_title {
   margin-top: 8%;
	margin-left: 10%;
}
  @media (max-width: 1350px) and (min-width: 1200px) {
    .camera_title {
      top: 30%; } }
  @media (max-width: 1199px) {
    .camera_title {
      top: 20%; } }

.camera_tiBox:before, .camera_tiBox:after {
    display: table;
    content: "";
    line-height: 0; }
.camera_tiBox:after {
    clear: both; }
.camera_ti {
	font-size: 90px;
	line-height: 100px;
	background: -webkit-linear-gradient(45deg, rgb(45,51,187) 20%, rgb(120,51,205), rgb(249,42,130) 90% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-weight: 800;
	float: left;
}
.camera_ti2 {
	font-size: 34px;
	line-height: 40px;
	background: -webkit-linear-gradient(45deg, rgb(120,15,187) 20%, rgb(79,41,218), rgb(0,138,255) 90% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	float: left;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 10px;
}
.camera_text {
	font-size: 30px;
	line-height: 42px;
	color: #353535;
	margin-bottom: 30px;
}

.pageBanTitBox {
	position: absolute;
	margin-top: 5%;
	width: 55%;
	z-index: 10;
}
.camera_ti_page {
	font-size: 60px;
	line-height: 70px;
	background: -webkit-linear-gradient(45deg, rgb(45,51,187) 20%, rgb(120,51,205), rgb(249,42,130) 90% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-weight: 800;
	float: left;
}
.camera_ti2_page {
	font-size: 24px;
	line-height: 30px;
	background: -webkit-linear-gradient(45deg, rgb(120,15,187) 20%, rgb(79,41,218), rgb(0,138,255) 90% );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	float: left;
	text-transform: uppercase;
	margin-top: 6px;
	margin-left: 10px;
}

.camera_text_page {
	font-size: 22px;
	line-height: 34px;
	color: #353535;
	margin-bottom: 30px;
}

@media (max-width: 1469px) {
	.camera_title {
   margin-top: 4%;
	margin-left: 8%;
}
	.camera_ti {
	font-size: 60px;
	line-height: 70px;
	float: left;
}
.camera_ti2 {
	font-size: 20px;
	line-height: 26px;
	margin-top: 10px;
	margin-left: 10px;
}
	.camera_text {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
}
@media (max-width: 1199px) {
	.pageBanTitBox {
	position: absolute;
	margin-top: 4%;
	width: 55%;
}
	.camera_ti_page {
	font-size: 46px;
	line-height: 50px;
}
.camera_ti2_page {
	font-size: 20px;
	line-height: 24px;
	margin-top: 4px;
	margin-left: 10px;
}

.camera_text_page {
	font-size: 18px;
	line-height: 30px;
	color: #353535;
	margin-bottom: 30px;
}
}
@media (max-width: 967px) {
		.camera_title {
   margin-top: 5%;
	margin-left: 5%;
}
	.camera_ti {
	font-size: 40px;
	line-height: 50px;
	float: left;
}
.camera_ti2 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 6px;
	margin-left: 10px;
}
	.camera_text {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
	.camera_text_page {
	font-size: 15px;
	line-height: 22px;
	color: #353535;
	margin-bottom: 10px;
}
}
  @media (max-width: 679px) {
	  .pageBanTitBox {
	position: absolute;
	margin-top: 4%;
	width: 80%;
}

	  .camera_text_page {
	display: none;
}
}
  @media (max-width: 579px) {
    .camera_title {
   margin-top: 8%;
	margin-left: 5%;
}
	.camera_ti {
	font-size: 32px;
	line-height: 42px;
	float: none;
}
.camera_ti2 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 6px;
	margin-left: 10px;
}
	.camera_text {
	display: none;
}
.camera_ti_page {
	font-size: 36px;
	line-height: 50px;
}
.camera_ti2_page {
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
	margin-left: 10px;
}
	  
}
  .camera_text_lg {
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 220px;
    line-height: 280px;
    letter-spacing: -15px; }
    @media (min-width: 1600px) {
      .camera_text_lg {
        font-size: 320px;
        line-height: 380px;
        letter-spacing: -22px; } }
    @media (max-width: 979px) and (min-width: 768px) {
      .camera_text_lg {
        font-size: 150px;
        line-height: 200px;
        letter-spacing: -5px; } }
    @media (max-width: 767px) {
      .camera_text_lg {
        font-size: 80px;
        line-height: 130px;
        letter-spacing: -5px; } }
