body, html {
	font-size:14px;
	min-width:340px;
	font-family:'Open Sans', Arial, sans-serif;
	color: #151515;
}
.font-mint {
	color: #366DC5;
}
.font-orange {
	color: #FF946D;
}
.font-black {
	color: #151515;
}

a {
	color: #366DC5;
}
a:hover {
	color: #151515;
	text-decoration: none;
}

.lang-ee, .lang-en {
	h1,h2,h3 {
		font-family: 'Henriette', 'Open Sans', Arial, sans-serif;
		font-weight: 700;
	}
}

h2 {
	font-size: 34px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}
h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

#top .navbar-brand img {
	max-width: 100px;
}
#top .worktime {
	line-height: 28px;
	display: flex;
}
#top .worktime i {
	font-size: 30px;
	margin-right: 10px;
}
#top .contact i {
	font-size: 30px;
}
#top .contact .facebook {
	margin-right: 20px;
}

#top a.phone i, #top a.email i {
	font-size: 24px;
	margin-right: 10px;
}
#top a.phone, #top a.email {
	font-size: 18px;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
	color: #151515;
}
#top a.phone {
	margin-bottom: 15px;
}
#top a.phone i {
	margin-left: 4px;
}
#top .navbar > .top {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
#top .navbar > .bottom {
	padding-top: 15px;
	padding-bottom: 10px;
}
#top .navbar-nav .nav-item .nav-link {
	color: #151515;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 0px;
	padding-right: 40px;
}
#top .navbar-nav .nav-item.active .nav-link, #top .navbar-nav .nav-item .nav-link:hover  {
	color: #366DC5;
}

#header {
	background: url("../img/cottonbro.jpg") no-repeat center center;
	background-size: 100%;
	color: #ffffff;
	padding: 150px 0;
	font-size: 20px;
}
#header h1 {
	margin-bottom: 40px;
	font-size: 50px;
}
#header ul li {
	margin-bottom: 20px;
}

#bullit {
	padding: 100px 0;
}
#bullit .img img {
	max-width: 150px;
}
#bullit .title {
	margin-top: 20px;
	font-weight: 700;
	font-size: 16px;
}
#bullit ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#bullit ul li {
	padding-left: 30px;
	margin-bottom: 10px;
	background: url("../img/check.svg") no-repeat left center;
	background-size: 20px;
}

#cats {
	background-color: #a6a6a6;
	padding: 100px 0;
}
#cats .item {
	border-radius: 10px;
	background-color: white;
    background-repeat: no-repeat;
    background-position: center 70px;
	background-size: cover;

	margin-bottom: 30px;
    height: 300px;
}
#cats .item.cat1 {
    background-image: url("../img/7cat1.jpg");
}
#cats .item.cat2 {
	background-image: url("../img/7cat2.jpg");
}
#cats .item.cat3 {
	background-image: url("../img/7cat3.jpg");
}
#cats .item.cat4 {
	background-image: url("../img/7cat4.jpg");
}
#cats .item.cat5 {
	background-image: url("../img/7cat5.jpg");
}
#cats .item.cat6 {
	background-image: url("../img/7cat6.jpg");
}
#cats .item.cat7 {
	background-image: url("../img/7cat7.jpg");
}
#cats .item .title {
	font-size: 14px;
	background: url(../img/question.svg) no-repeat right 20px center;
	background-size: 30px;
	cursor: pointer;
	padding: 0 50px 0 30px;
	height: 70px;
	display: flex;
	align-items: center;
}
#cats .item .title:hover, #cats .item .title.active {
	color: #366DC5;
	background: url("../img/question_over.svg") no-repeat right 20px center;
	background-size: 30px;
}
#cats .item .desc {
	opacity: 0;
	padding: 10px;
	background-color: rgb(255,255,255,0.73);
	font-weight: 600;
	line-height: 13px;
	font-size: 12px;
	height: 228px;
	border-radius: 0 0 10px 10px;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	color: #000000;
}
#cats .item .desc.show {
	opacity: 1;
}

#target {
	padding: 50px 0;
	background: url("../img/target.jpg") no-repeat center bottom;
	background-size: 100%;
	font-size: 20px;
	font-weight: 600;
}

#program {
	padding: 10px 0;
}
#program .program-head {
	font-size: 16px;
	margin-bottom: 20px;
}
#program .item {
	border-radius: 10px;
	background: #424242;
	color: #ffffff;
	overflow: hidden;
	margin-bottom: 50px;
}
#program .item h3 {
	background: #366DC5;
	padding: 20px 10px;
}
#program .item .desc {
	padding: 20px 30px 40px 30px;
}
#program .item .desc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#program .item .desc ul li {
	padding: 10px 0;
	border-bottom: 1px solid #366DC5;
}
#program .item .desc ul li:last-child {
	border-bottom: 0;
}
#program .item .time {
	line-height: 24px;
	margin-left: auto;
	justify-content: center;
	display: flex;
	margin-top: 30px;
}
#program .item .time i {
	font-size: 24px;
	margin-right: 10px;
}
#program .item .time strong {
	font-size: 18px;
	line-height: 20px;
}
#program .item.item-food .desc {
	background-image: url("../img/food.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 445px;
	font-size: 18px;
	padding: 10px 485px 40px 30px;
}
#program .item.item-food h3 {
	margin-bottom: 10px;
}

#hind {
	padding: 10px 0;
}
#hind .hind-head {
	font-size: 16px;
	margin-bottom: 20px;
}
#hind .item {
	border-radius: 10px;
	background: #424242;
	color: #ffffff;
	overflow: hidden;
	margin-bottom: 50px;
}
#hind .item h3 {
	background: #366DC5;
	padding: 20px 10px;
}
#hind .item .desc {
	padding: 20px 30px 40px 30px;
}
#hind .item .desc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#hind .item .desc ul li {
	padding: 10px 0;
	border-bottom: 1px solid #366DC5;
}
#hind .item .desc ul li:last-child {
	border-bottom: 0;
}
#hind .item .time {
	line-height: 24px;
	margin-left: auto;
	justify-content: center;
	display: flex;
	margin-top: 10px;
}
#hind .item .time i {
	font-size: 24px;
	margin-right: 10px;
}
#hind .item .time strong {
	font-size: 18px;
	line-height: 20px;
}

a.pdf {
	display: inline-block;
	margin-bottom: 60px;
    background: url("../img/pdf.svg") no-repeat top center;
    background-size: 50px;
    padding-top: 80px;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}
a.pdf:hover {
    text-decoration: underline;
}

#contact .contact-block strong{
    display: block;
}
#contact .contact-block .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}
#contact .contact-block .item {
    margin-bottom: 15px;
}

#footer {
    padding: 20px 0;
}
#footer a.phone i, #footer a.email i {
    font-size: 24px;
    margin-right: 10px;
}
#footer a.phone, #footer a.email {
    font-size: 18px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    color: #151515;
}
#footer a.phone {
    margin-bottom: 15px;
}
#footer .logo-title {
    font-size: 20px;
    font-style: italic;
}

#footer .navbar-brand img {
	height: 50px;
}

@media (max-width: 1199px) {
	h3 {
		font-size: 26px;
	}
	#bullit, #header, #cats, #target, #program, #hind,  #vastu {
		padding: 80px 0;
	}
	#bullit .img img {
		max-width: 100px;
	}

	#cats .item .title {
	}
	#cats .item .desc {
	}
	#cats .item {
	}

	#program .program-list .item .desc {
		min-height: 500px;
	}
	#program .item.item-food .desc {
		font-size: 16px;
	}

	#hind .hind-list .item .desc {
		min-height: 100px;
	}
}
@media (max-width: 991px) {
	h3 {
		font-size: 22px;
	}
	a.pdf {
		margin-bottom: 30px;
	}
	#top .navbar-brand img {
		max-width: 50px;
	}
	#top a.phone {
		margin-bottom: 0;
		margin-right: 40px;
	}
	#top .navbar-toggler {
		border-radius: 50px;
		padding: 10px;
	}
	#top .navbar-light .navbar-toggler {
		border-color: #366DC5;
	}
	#top .navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	#top .navbar > .top {
		border-bottom: 0;
		padding-bottom: 0;
	}
	#top .navbar > .bottom {
		padding-top: 0;
		padding-bottom: 0;
	}
	#top .navbar-nav .nav-item .nav-link {
		padding-right: 0;
		text-align: center;
	}
	#top .lang-selector {
		text-align: center;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#header {
		background-size: cover;
		padding: 40px 0;
	}

	#bullit ul li {
		padding-left: 0;
		background: none;
		text-align: center;
	}

	#cats .item {
		height: auto;
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	#cats .item .desc {

	}

	#target {
		background-size: cover;
	}

	#program .program-list .item .desc {
		min-height: 668px;
	}
	#program .item.item-food .desc {
		background-position: 460px center;
		background-size: 425px;
		padding: 20px 245px 40px 30px;
	}

	#hind .hind-list .item .desc {

	}

	#vastu {
		background-size: cover;
	}

	#contact .contact-block {
		padding: 10px;
		right: 0px;
		top: 25px;
		width: 220px;
		word-break: break-word;
	}
}
@media (max-width: 767px) {
	h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	h3 {
		font-size: 18px;
	}
	#header h1 {
		margin-bottom: 30px;
		font-size: 28px;
	}
	#header ul li {
		margin-bottom: 20px;
		font-size: 16px;
	}

	#bullit, #header, #cats, #target, #program, #hind, #vastu {
		padding: 40px 0;
	}

	#cats .item .title {
		padding: 15px 60px 15px 20px;
		height: 80px;
		display: flex;
		align-items: center;
	}
	#cats .item {
		background-position: center 80px;
	}
	#cats .item .desc {
		height: auto;
		min-height: 200px;
	}

	#target {
		font-size: 14px;
	}

	#program .program-list .item .desc {
		min-height: auto;
	}
	#program .item .desc {
		padding: 20px 20px 40px 20px;
	}
	#program .item.item-food .desc {
		background-position: center -200px;
		background-size: 510px auto;
		padding: 160px 20px 20px 20px;
		font-size: 14px;
	}

	#hind .hind-list .item .desc {
		min-height: auto;
	}
	#hind .item .desc {
		padding: 20px 20px 40px 20px;
	}

	#vastu {
		font-size: 14px;
	}

	a.pdf {
		background-size: 40px;
		padding-top: 60px;
		font-size: 14px;
	}

	#contact .contact-block {
		right: 0;
		margin: 0 auto 30px auto;
		position: relative;
		top: 0;
		width: 95%;
		word-break: break-word;
	}
}
@media (max-width: 575px) {

}



@media (min-width: 1200px) {

}
@media (min-width: 992px) {

}
@media (min-width: 768px) {

}
@media (min-width: 576px) {

}
