


body{
	margin: 0;
}
ul{
	margin: 0;
	padding: 0;
}
.wrap ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
*{
	font-family: 'Roboto', sans-serif;
}
.clear{
	clear: both;
}
.center_text{
	text-align: center;
}
.small_text{
	font-size: 12px;
}
.mobile{
	display: none;
}
.wrap{
	/*background: #000;*/
}
.home_bg{
	height: 768px;
	height: 100vh;	
	background: url('../img/bass-lessons-bg.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.home_container{
	height: 768px;
	height: 100vh;
	background: rgba(0,0,0,0.7);
}
/************** MENU ***************/
.menu ul{
	text-align: center;
	padding: 40px;
}
.menu li{
	display: inline-block;
	margin: 20px;
}
.menu a{
	color: #ccc;
	padding: 20px;
	font-family: 'Oswald', sans-serif;
	transition:all 0.3s ;
}
.menu a:hover{
	color: #888;
}
.mob_menu, .mob_menu2{
	color: #fff;
	text-align: center;
	padding: 20px 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	z-index: 50;
	display: none;
}
.mob_menu2{
	background: #000;
}
.mob_menu:hover{
	cursor: pointer;
}
/************* TITLE ***********/
.title{
	text-align: center;
	color: #fff;
	position: relative;
	top: 200px;
	top: calc(50% - 200px);
	
}
.title h1{
	/*color: #ccc;*/
	font-weight: 100;
	font-size: 90px;
	margin: 0;
	transition:all 0.3s ;
	/*text-transform: uppercase;*/
}
.icon-arrow-down{
	width: 50px;
	margin: 0 auto;
	transition:all 0.3s;
}
.icon-arrow-down:hover{
	cursor: pointer;
	transform:scale(1.25);
}
.icon-arrow-down img{
	max-width: 100%;
}

/********** Section  **************/

.section{
	padding: 20px;
}
.section h1{
	text-align: center;
	font-weight: 100;
}
.section h2{
	font-weight: 400;
}
.section1{	
	max-width: 800px;
    margin: 0 auto;
	margin-top: 40px;
}
.exp{
	font-weight: bold;
	letter-spacing: 3px;
	margin: 40px 0;
}
.testimonial{
	text-align: center;
}
.testimonial p{
	font-style: italic;	
}
.section2{
	text-align: center;
	background: #eee;
	margin-top: 40px;
}
.section2 img{
	border-radius: 50%;
}
.section3{
	margin-top: 40px;
}
.section3 ul{
	max-width: 800px;
	margin: 0 auto;
}
.section3 ul li{
	margin: 30px 0;
}
.section4{	
	max-width: 800px;
	margin: 0 auto;
	margin-top: 40px;
}
.info{
	text-align: center;	
	background: #000;
	color: #fff;
	background: url(../img/Roasted_Bass_Good_small.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.info span{
	background: rgba(0,0,0,0.3);
	display: block;
}
.info a {
	color: #fff;
	background: #4d79ff;
	padding: 10px 30px;
	border-radius: 10px;
	margin: 20px 0;
	display: inline-block;
	transition:all 0.1s;
}
.info a:hover{
	transform:scale(1.02);

}
.section5{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px;

}
.section5 div{
	display: inline-block;
	max-width: 500px;
	margin: 20px 0;
	line-height: 25px;
	
}
.section5 div:first-child{
	float: left;
}
.section5 div:nth-child(2){
	float: right;
}
.section5 a, .section3 a,.link{
	color: #888;
	border-bottom: 1px solid #eee;
	transition:all 0.3s;
}
.section5 a:hover , .section3 a:hover,.link:hover{
	color: #000;
	border-bottom: 1px solid #000;
}
/************* other pages *********************/
.style2 {
	color: #888;
}
.style2 ul li a{
	color: #000;
}
.other_pages{
	/*background: #eee;	*/
}
.other_pages span{
	display: block;
	margin: 0 auto;
	max-width: 960px;
	padding: 25px;
    border: 1px solid #222;
        background: #eee
}
.other_pages h1{
	font-weight: 400;
}
.other_pages img{
	max-width: 100%;
	height: auto;
}
/************  Test page ***************/
.test_wrap{
	/*background: #eee;	*/
}
.test{
	max-width: 960px;
	margin: 0 auto;
}
.test h1, .test h2{
	font-weight: 400;
}
.test_section{
	/*border-top: 1px solid #000;*/
	/*border-bottom: 1px solid #000;*/
}
.test_section span{
	background: #eee;
	padding: 20px;
	margin: 10px 0;
	display: block;
}
.test_section input{
	padding: 5px 30px;
	/*padding-left: 20px;*/
	margin:  10px;
	width: 100%;
	max-width: 170px;
	outline: none;
	border: 1px solid #000;
}
button{
	background: #222;
	color: #fff;
	border: 1px solid #222;
	padding: 10px 20px;
}
button:hover{
	cursor: pointer;
	color: #eee;
}

.answer_ok{
	background-image:url(../img/icons/ok.png); 
	background-repeat: no-repeat; 
	background-position: 5px 5px;
	background-size: 18px;
}
.answer_wrong{
	background-image:url(../img/icons/wrong.png); 
	background-repeat: no-repeat; 
	background-position: 5px 5px;
	background-size: 18px;
}
.show_answer{
	margin-right: 10px;
}
.answer{
	display: inline-block;
	visibility: hidden;
	margin: 5px 10px;
	transition:all 0.3s;
	transform:scale(0);
}
.show {
	visibility: visible;
	transition:all 0.3s;
	transform:scale(1);
}
/************* Footer *********************/
.footer{
	padding: 20px;	
	margin-top: 20px;
	text-align: center;
	background: #222;
	color: #888;	
	font-size: 12px;
}
.bass_img_wrap{
	margin: 100px 0;
	text-align: center;
}
.bass_img{
	display: inline-block;
	margin: 0 25px;
}
.bass_img img, .bass_img2 img{
	padding: 5px;
	background: #ddd;
	border: 1px solid #ddd;
	border-radius: 5px;
}

/*************	Moblie ********************/

@media only screen and (max-width: 1024px){
	.home_bg{
		height: auto;
			
	}
	.home_container{
		height: auto;
	}

}/*end 1024px*/


@media only screen and (max-width: 870px){
	.home_bg, .home_container{
		min-height: 480px;
	}
	.mob_menu{
		color: #ccc;
		display: block;		
	}
	.mob_menu p{
		font-family: 'Oswald', sans-serif;
	}
	.menu{
		z-index: 45;
		position: relative;
		top: 0;
	}
	.menu ul {
		padding: 0;
		width: 100%;
		background: rgba(0,0,0,0.2);
		position: absolute;
		transform:scale(0);
		visibility: hidden;
						
	}
	.menu li {
		display: block;
		margin: 0;		
	}
	.menu a{
		display: block;
		padding: 20px 0;
		
	}
	.menu a:active, .menu a:hover{
		background: rgba(0,0,0,0.6);
	}
	.style2 ul li a:hover{
		color: #fff !important;
	}
	.show_menu{
		transform:scale(1) !important;
		visibility: visible !important;
		position: relative !important;
		transition:all 0.3s ;
	}
	.title_top_0{
		top: 0;		
	}
	.title h1{
		font-size: 60px;		
	}
	.section5 div{
		display: block;
		max-width: 500px;
		margin: 20px 0;
	
	}
	.section5 div:first-child{
		float: none;
	}
	.section5 div:nth-child(2){
		float: none;
	}
	.bass_img img, .bass_img2 img{
		max-width: 100%;
		height: auto;
	}

}/*End 870px*/
@media only screen and (max-width: 480px){
	.home_bg, .home_container{
		min-height: 480px;
	}
	.title h1{
		font-size: 25px;		
	}
	.bass_img{
		margin: 0;
	}
	.test_section input{
		margin: 5px 0;		
		padding-right: 0;
		max-width: 100px;
		font-size: 12px;		
	}
}