
body{
	overflow-x:hidden;
}


.section1{
    /*height:80vh;*/
    position: relative;	
}

.bx-viewport{
	/*height:80vh!important;*/
	margin-top:-20px;
}

.headerBottom{
	position:absolute;
	background:#000;
	padding:20px;
	color:#fff;
	bottom:0;
	width:100%;
	text-align:center;
	font-size:18px;
	font-family: 'Raleway', sans-serif;
}

.joinNow{
	padding: 10px;
    border-radius: 5px;
    border: 1px solid #0099ff;
    font-weight: 700;
    margin-left: 20px;
}

.joinNow:hover{
	background:#666;
	color:#0099ff;
	cursor:pointer;
}

.whyGuitarNow{	
	margin-top:50px;
	margin-bottom:30px;
}

.whyGuitarNow h2{
	margin-bottom:30px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
}

.whyGuitarNow p{
	font-size:28px;
	font-family: 'Muli', sans-serif;
	color:#656565;
}

.featuresHeading{
	font-family: 'Raleway', sans-serif;
	margin-top:20px;
	margin-bottom:30px;
}

.featuers .clearfix{
	margin-bottom:20px;
}

.featuers .icons{
	float:left;
	width:12%;
}

.featuers .icons .fa{
	font-size: 50px;
    margin-top: 15px;
	color:#0099ff;
}

.featuers .iconsText{
	float:left;
	width:88%;
}

.featuers .iconsText h4{
	font-family: 'Raleway', sans-serif;
	color:#0099ff;
}
.featuers .iconsText p{
	font-family: 'Muli', sans-serif;
	color:#656565;
	font-size:18px;
}

.videoMain{
	width:100%;
}

.showVideo{
	padding-top:50px;
	padding-bottom:50px;
	background:#F4F6F9;
}

.showVideoHeader h2{
	font-family: 'Raleway', sans-serif;
	text-align:center;
}

.showVideoHeader p{
	font-family: 'Muli', sans-serif;
	color:#656565;
	text-align:center;
	font-size:18px;
	margin-bottom:50px;
}

.showVideoContent h3{
	font-family: 'Raleway', sans-serif;
}

.showVideoContent p{
	font-family: 'Muli', sans-serif;
	color:#656565;
	font-size:15px;
}

.videoDesc{
	background: #fff;
    padding: 10px;
    margin-top: -5px;
	height:130px;
}

.videoColumn:hover {
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.22);
}

.videoColumn{
	transition: all .3s ease-out;
}

.showMoreVideo,.addInstructor{
	margin-top: 50px;
    padding: 7px 15px;
    background: #0099ff;
    border: 1px solid #0099ff;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
	transition: all .3s ease-out;
}

.showMoreVideo:hover,.addInstructor:hover{
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.29), 0 6px 8px 0 rgba(0,0,0,.13);
    cursor: pointer;
}

.parallaxSection{
	height:400px;
}

.parallaxSection h1{
		color:#fff;
		
		font-family: 'Raleway', sans-serif;
	}

.parallaxSection h3{
	color:#fff;
	font-size:40px;
	font-family: 'Raleway', sans-serif;
}

.downloadAppNow{
	margin-top:60px;
	background:rgba(0,0,0,0.7);
	padding:30px;
}

#downloadAppNow{
	background: url('../images/les-paul-bg.jpg') no-repeat center top;
    background-size: cover;
}


.moiHeading{
	text-align:center;
	font-family: 'Raleway', sans-serif;
	margin-bottom:50px;
}

.instructorImg{
	text-align:center;
}

.instructorImg img{
	border-radius:100px;
}

.instructor h3{
	font-family: 'Raleway', sans-serif;
	color: #0099ff;
}

.instructor h4{
	font-family: 'Raleway', sans-serif;
}

.instructor p{
	font-family: 'Muli', sans-serif;
	color:#656565;
	font-size:16px;
}

.meetOurTeam{
	padding-top:50px;
	padding-bottom:70px;
	background:#F4F6F9;
}

.instructor{
	background: #fff;
    padding: 30px;
	margin-bottom:15px;
}

.checkList {
    padding: 20px;
}

.checkList .addMargin {
    margin-right: 10px;
}


.checkList img {
    margin-top: -6px;
}

.define {
    text-align: justify !important;
	font-family: 'Muli', sans-serif;
	color:#656565;
	font-size:16px;
}
.checkList .row {
    margin-bottom: 15px;
}

.contactForm {
    background: url("../images/guitarMusic2.jpg") no-repeat center top;
    background-size: cover;
    padding-top: 100px;
	padding-bottom: 100px;
}

.contactUsHeading {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.float-label .control {
    float: left;
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    padding: 23px 5px 10px 5px;
    margin-bottom: 10px;
	background: rgba(255,255,255,0.8);
}

.float-label input {
    height: 28px;
}

.float-label input, .float-label textarea {
    display: block;
    width: 100%;
    border: 0;
    outline: 0;
    resize: none;
    height: 28px;
}

.contactForm input, .contactForm textarea {
    background: transparent;
    color: #000000;
}

.float-label input + label, .float-label textarea + label {
    position: absolute;
    top: 10px;
    transition: top 0.7s ease, opacity 0.7s ease;
    opacity: 0;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}

.float-label input:valid + label, .float-label textarea:valid + label {
    opacity: 1;
    top: 3px;
}

.float-label input:focus + label, .float-label textarea:focus + label {
     color: #000000;
}

.float-label textarea {
    height: 102px;
}

.msgError,.msgduplicate,.invalidEmail,.msgSuccess {
    display: none;
}

.error{
	margin-top:5px;
	color:#DC143C;
	font-size:12px;
}

.sectionAbout{
	padding-top:50px;
	padding-bottom:100px;
}

.sectionAbout h1{
	font-family: 'Raleway', sans-serif;
	padding-bottom:30px;
}

.seeDemo{
	margin-top:50px;
	padding: 7px 15px;
    background: #0099ff;
    border: 1px solid #0099ff;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    transition: all .3s ease-out;
}

.seeDemo:hover {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.29), 0 6px 8px 0 rgba(0,0,0,.13);
    cursor: pointer;
}

.downloadAppNow h1{
	color:#fff;
	font-family: 'Raleway', sans-serif;
}

.fa-apple,.fa-android{
	font-size:70px;
	color:#fff;
}

.separator{
	margin-left:20px;
	margin-right:20px;
	color:#fff;
	font-size:70px;
}


.uparrow{
	position:fixed;
	right:20px;
	bottom:20px;
	height:50px;
	display:none;
	cursor:pointer;
	z-index:100;
}

#signupForm label,#signinForm label{
	display:block;
	font-family: 'Raleway', sans-serif;
    color: #0099ff;
	letter-spacing:1px;
}

.formField{
	margin-bottom:20px;
}

#signupSubmit,#signinSubmit{
	background: #0099ff;
    padding: 8px 10px;
    color: #fff;
    border-radius: 5px;
	cursor:pointer;
}

.modal-title{
	margin-bottom:20px;
}

.modal-title span{
	color: #0099ff;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.errors{
	display:none;
	color:#a94442;
}

.loginName{
	position:relative;
}

#forgotPassword{
	margin-top:20px;
}

.wp-gr .wp-google-content-inner{
	min-height:initial!important;
}


.formContainer{
			position:relative;
		}
		.formField {
			margin-bottom: 15px;
		}
		#backgoroundImageLSMain,#backgoroundImageLS,#InstructorIdModal,.msgError{
			display: none;
		}
		.buttonGreen {
			box-shadow: 3px 0px 20px -5px #ffffff;
			color: #fff;
			font-size: 15px;
			background: #9ACC55;
		}
		.submitButton {
			background: #0099ff;
			color: #fff;
			border: 1px solid #0099ff;
			font-size: 18px;
			border-radius: 5px;
			padding: 7px 14px;
		}
		.success{
			display:none;
		}
		#fileDisplayAreaList img{
			width:100%;
		}
		.loadingRecords{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			display:none;
		}

@media only screen and (min-device-width : 767px) and (max-device-width : 990px){
	.featuers .icons .fa {
		font-size: 35px;
	}
}



@media (max-width: 768px){
	.featuers .icons .fa {
		font-size: 30px;
	}

	.featuers .icons {
		width: 16%;
	}

	.featuers .iconsText {
		width: 84%;
	}

	.fa-apple, .fa-android {
		font-size: 50px;
	}
	.whyGuitarNow {
		margin-top: 0px;
	}
	.checkList img {
		margin-top: -5px;
	}

	.instructorImg img{
		width:150px!important;
		height:150px!important;
	}

	.instructor {
		margin-bottom: 20px;
	}

	.videoColumn {
		margin-bottom: 20px;
	}

	.downloadAppNow h1{
		font-size:20px;
	}

}