body{
	margin:0;
	padding:0;
	background-color: #fff;
	/*background-image: url("/12313"); */  
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Open-sans', sans-serif; */
	font-weight: 300;
	/*font-style: normal;*/
	
}
img, video{
	max-width: 96%;
	height: auto;
}
footer{
	padding-bottom: 20px;
}
.e-dot{
	font-weight: bold;
	font-size: xx-large;
	color: aqua;
	line-height: 10px;
}
/* -  -  -  -  -  -  -  -  -  -  -   media queries mq downwards -  -   |    |   |   */

#head-home{
	/*background-image: url("/_img/head-img-1900.jpg");*/
	min-height: 496px;
}
#head-eskuvo{
	background-image: url("/_img/head-img-1900.jpg");
	min-height: 496px;
}
.bkg-foo{
	background-color: #e6e6e6;
}
.sec-B{
	min-height: 400px;
	background-color: #e8f5fc;
}
.box-1{
	float: left;
	min-height: 250px;
	width: 250px;
	background-color: aqua;
	margin: 20px 40px 20px 8px;

}
.tit-main-eskuvo{
	font-size: 2.6em;
	color: white;
	position: relative;
	padding:20px;
	background-color: rgba(126, 252, 132, 0.7);
	top: 250px;

}
.tit-main-home{
	font-size: 2.6em;
	color: #868686;
	position: relative;
	padding:20px;
	top: 40px;

}
.subtit-main{
}
.tit-bigger{
	font-size: 200%;
}
.img-100{
	max-width: 100%;
}
.img-footer{
	width: 246px;
	height: auto;
	display: block;
}
.wrap-100{
	width:100%;
	/* padding: 0 4px 0 4px; */
}
.wrap-98{
	width:98%;
	padding: 0 4px 0 4px;
}
.wrap{
	width: 600px;
	margin: auto;
}

.text{
	padding: 4px 4px 4px 16px;
}
.text-L{
	/*font-size: large;*/
}
.top-tit{
	color: white;
	padding: 4px;
	font-size: 150%;
	margin-left: 0px;
}

/* MQ = = = = =  MQ = = = = =  MQ = = = = =  MQ = = = = =  MQ = = = = =  MQ = = = = =  MQ = = = = =  MQ */
@media only screen and (min-width: 768px){

}
@media only screen and (max-width: 600px){
	.wrap{
		margin: auto;
		width: 100%;
	}
	.tit-main-eskuvo{
		/*font-size:350%; */
		line-height: 1;
		top: 40px;
	}
	.subtit-main{
		
	}
	
}
/* media queries END  = END =   = END =   = END =   = END =   = END =   = END =   = END =  */
.hr-1{
	border-width: 1px;
	border-style: dashed;
	color: #c3c3c3;
	margin: 20px 0 20px 0;
}
.bg-1{
	background-color: #1295f6;
}
.top-csik{
	min-height: 33px;
}
.gray-bkg{
	background-color: #f0f0f0;
	padding: 4px;
}
.gray-text{
	color: #656565;
}
.copyright{
	text-align: center;
}
