html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


.camera_caption h2 {
  border-bottom: 4px solid #2C3E50;
  font-family: 'Lato', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  color: white;
}




.headerLine {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url(../images/jen2.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



@media only screen and (max-width: 1280px) {
	/*for mobile */


.headerLine {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url(../images/covermedium.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}

@media only screen and (max-width: 960px) {
	/*for mobile */


.headerLine {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url(../images/coverms.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}



@media only screen and (max-width: 720px) {
	/*for mobile */


.headerLine {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url(../images/coversmall.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}

@media only screen and (max-width: 500px) {
	/*for mobile */


.headerLine {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url(../images/coverxs.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
}


.line2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url(../images/camera.jpg) center center no-repeat;
  /* background: url(../images/line2.png) center center no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.line3 {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url(../images/mic1.jpg) center center no-repeat;
  /* background: url(../images/line2.png) center center no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.line4 {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url(../images/script.jpg) center center no-repeat;
  /* background: url(../images/line2.png) center center no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.line5 {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url(../images/headphones.jpg) center center no-repeat;
  /* background: url(../images/line2.png) center center no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.line7 {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url(../images/light.jpg) center center no-repeat;
  /* background: url(../images/line2.png) center center no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.credits {
	background-color: black;
}

.p {
	color: white;
}

.credits {
	color: whitesmoke;
	height: 75px;
}

mc_embed_signup {
    background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; 
}






.headerLine:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: url(../images/sliderL.png) center center no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 150px solid rgba(59, 67, 76, 1);
  border-left: 3000px solid rgba(194, 36, 36, 0);
}


.lineprojects {
	position: relative;
	width: 100%;
	/*overflow: hidden; */
	height:100%;
	background: rgba(59, 67, 76,1);  /* rgb(173,173,173) */
	/*background:url(../images/line2.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    padding-bottom: 75px;
}
.lineprojects:after {
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 500px; */
	/*background: url(../images/sliderL.png) center center no-repeat;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid white;
	border-left: 3000px solid transparent;
    
}
.lineprojects:before {
	top: 0;
	display: block;
	content: "";
/*	position: absolute; */
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* height: 10px; */
	border-top: 10px solid rgba(59, 67, 76,1);
	border-right: 0px solid transparent;
    
}




a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:300px;
  color: black;
  background: white;
  height: 250px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
    padding-top: 10px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid white;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.9;
  bottom: 50px;
  left: 50%;
  margin-left: -150px;
  z-index: 999;
}


.headerLinecom{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	background: url(../images/bgTop.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.headerLinecom:after{
	content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: url(../images/sliderL.png) center center no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 150px solid rgb(255, 255, 255);
  border-left: 3000px solid rgba(194, 36, 36, 0);
}


.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: white;
    padding: 20px;
    display:block;
    width: 350px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3E77AD;
  border-color: white;
}


.linkfacebook {
    margin-bottom: 10px;
    width: 128px;
    height: 128px;
    display: block;
    background:transparent url('../images/facebook_alt.png') center top no-repeat; 
}

.linkfacebook:hover {
    background-image: url('../images/facebook_alt-blue.png');
}

.linkemail {
    margin-bottom: 10px;
    width: 128px;
    height: 128px;
    display: block;
    background:transparent url('../images/mail-5.png') center top no-repeat; 
}

.linkemail:hover {
    background-image: url('../images/mail-5-blue.png');
}

.linkyoutube {
    margin-bottom: 10px;
    width: 128px;
    height: 128px;
    display: block;
    background:transparent url('../images/youtube.png') center top no-repeat; 
}

.linkyoutube:hover {
    background-image: url('../images/youtube-blue.png');
}

.linkphone {
    margin-bottom: 10px;
    width: 128px;
    height: 128px;
    display: block;
    background:transparent url('../images/phone-1.png') center top no-repeat; 
}

.linkphone:hover {
    background-image: url('../images/phone-1-blue.png');
}


.menu li {
    color: #3E77AD;
    font-size: 16px;
    font-family: "Lato", "Roboto", "sans-serif";
    font-style: bold;
}




.camera_caption h2 {
    border-bottom: 0px solid #9a9b9a;
    font-family: "Aleo", "LiberationSans", "Open Sans", sans-serif;
    font-size: 50px;
    font-style: bold;
    font-weight: 600;
    letter-spacing: px;
    color: #fff;
    margin-left: 0px;
    margin-bottom: 0px;
}

.camera_caption h4 {
    border-bottom: 0px solid #9a9b9a;
    font-family: "Lato", "LiberationSans", "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 150;
    color: #ebedef;
    margin-left: 40px;
    margin-top: 0px;
}


.cBusiness h2 {
    margin-top: 16px;
    text-align: center;
    font-family: 'Lato', 'Roboto', 'sans-serif';
    font-weight: 100;
    font-size: 24px;
}

.cBusiness p {
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 18px;
    font-family: 'lato';
    text-align: left;
    margin-left: 30px;
    margin-right: 60px;
    line-height: 28px;
    font-weight: 300;
}

.Ama1 h3 {
    font-size: 42px;
    text-align: center;
    color: #fff;
    font-family: 'lato', 'sans-serif';
    font-weight: 400;
    margin-top: 17px;
}

.textP h3 {
    margin-top: 22px;
    text-align: center;
    font-size: 20px;
    font-family: 'Lato', 'sans-serif';
    font-weight: 300;
    color: white;
}

.cBusiness h1 {
    text-align: center;
    font-family: DroidSerif, georgia;
    font-size: 60px;
}

@media only screen and (max-width: 500px) {
	/*for mobile */

.cBusiness h1 {
    text-align: center;
    font-family: DroidSerif, georgia;
    font-size: 30px;
}
}


.cont {
    margin-top: 44px;
    margin-left: -33px;
    font-family: 'lato', 'Roboto', 'sans-serif';
    font-size: 18px;
    color: #666666;
    margin-bottom: -80px;
    z-index: 10;
}

.camera_caption > div {
	margin-top: -110px;
}

.h2 {
    font-family: "Lato";
    font-weight: 200;
}

#ac-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,.6);
z-index: 1001;
}
#popup{
width: 555px;
height: 375px;
background: #FFFFFF;
border-radius: 25px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
box-shadow: #64686e 0px 0px 3px 3px;
-moz-box-shadow: #64686e 0px 0px 3px 3px;
-webkit-box-shadow: #64686e 0px 0px 3px 3px;
position: relative;
align: center;
top: 150px;

}


.popup.h2 {
	padding-top: 50px;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: white;
    padding: 20px;
    display: block;
    width: 250px;
}