/* Website template by freewebsitetemplates.com */
/*------------------------- RESPONSIVE ------------------------*/
@media only screen and (min-width: 10px) and (max-width:320px)
{
	
	#simplefader 
	{
		position: relative;
		margin-bottom: 30px;
		width:100%;
		min-width: 320px; 
		height: 106px;
	}
}

@media only screen and (min-width: 321px) and (max-width: 420px) 
{
	
	#simplefader 
	{
		position: relative;
		margin-bottom: 30px;
		width:100%;
		min-width: 320px; 
		height: 106px;
	}
}

@media only screen and (min-width: 421px) and (max-width: 560px)
{
	#simplefader 
	{
		position: relative;
		margin-bottom: 30px;
		width: 100%;
		min-width: 420px; 
		height: 139px;
	}
}

@media only screen and (min-width: 561px) and (max-width: 720px)
{
	
	#simplefader 
	{
		position: relative;
		margin-bottom: 30px;
		width:100%;
		height: 185px;
	}
}

@media only screen and (min-width: 721px) and (max-width: 959px)
{
	
	#simplefader 
	{
		position: relative;
		margin-bottom: 30px;
		width:100%;
		min-width: 720px; 
		height: 238px;
	}
}

#simplefader img 
{
	width: 100%;
	
}
#simplefader .screen 
{
	z-index: 1; /* Change this value if you have conflicts with other layers */

	/* Do not change the following values */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.txt_slide_mobile{
	width: 100%;
	background-color: #0060bd;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	height: 30px;
	line-height: 30px;
}