/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26.12.2018, 14:35:25
    Author     : dearhome
*/
.top_line {
	/*font-size: 16px;*/
}
.top-line {
	height: 5.5rem;
	left: 0;
	background-color: rgb(241, 241, 241);
}
.middle_top {
	padding: 1.8rem 0;
}
.free_lesson_text0 {
	text-size: 0.8rem;
}
.teachers {
	border: solid 1px rgb(208, 174, 142);
	border-radius: 3px;
	background-color: rgb(255, 211, 170);
	color: rgb(148, 134, 121);
	font-size: 1.2rem;
	line-height: 1.4rem;
	padding: 0.9rem 2.5rem;
}
.teachers a, .teachers a:hover {
	text-decoration: none;
}
.free_lesson_text1 {
	color: rgb(255, 255, 255);
	font-size: 1.2rem;
}
.free_lesson {
	border-radius: 3px;
	background-image: -moz-linear-gradient( 90deg, rgb(156,195,54) 0%, rgb(156,195,54) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(156,195,54) 0%, rgb(156,195,54) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(156,195,54) 0%, rgb(156,195,54) 100%);
	padding: 0.9rem 2.5rem;
	line-height: 1.4rem;
	font-size: 1.2rem;
}
.social-top{
	display: inline-block;
}
.top-line ul {
	width: 16rem;
	display: inline;
}
.top-line ul li {
	display: inline;
/*	list-style: none;*/
/*	padding: 0 0.1rem;*/
}

@media screen and (max-width: 1240px) {
	.free_lesson_text0, .social-top {
		display: none;
	}
}