@charset "utf-8";

.home-widget .widget-wrapper {
		
	position:relative;
	text-align:center;
}

.home-widget-fade {

	display:none;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.5);	
}

.home-widget .widget-wrapper .widget-title-home {

	display:block;
	position:absolute;
	top:44%;
	left:2%;
	width:96%;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,0.8);
	font-size:34px;
}

.home-widget .widget-wrapper .hwim-text {
	
	opacity:0;
	position:absolute;
	top:0;
	left:6%;
	width:88%;
	color:#fff;
}

/*---------------------------------------------------------*/
/* Tablet Layout: Landscape */

@media screen and (max-device-width: 1024px) and (orientation:landscape) {

}

/*---------------------------------------------------------*/
/* Tablet Layout: Portrait */

@media screen and (max-device-width: 1024px) and (orientation:portrait) {

	.home-widget .widget-wrapper .widget-title-home {
	
		font-size:30px;
	}
}

/*---------------------------------------------------------*/
/* Tablet Layout: 901px to 980px. */

@media screen and (min-width:901px) and (max-width:980px) {


	.home-widget .widget-wrapper .widget-title-home {
	
		font-size:30px;
	}
}

/*---------------------------------------------------------*/
/* Tablet Layout: 481px to 900px. */

@media screen and (min-width:651px) and (max-width:900px) {


	.home-widget .widget-wrapper .widget-title-home {
	
		font-size:26px;
	}
}

/*---------------------------------------------------------*/
/* Tablet Layout: 481px to 900px. */

@media screen and (min-width:481px) and (max-width:650px) {


	.home-widget .widget-wrapper .widget-title-home {
	
		font-size:30px;
	}
}

/*-------------------------------------------------------------------------------*/
/* Mobile Layout: 480px and below. */

@media only screen and (min-width:0px) and (max-width:480px) {


	.home-widget .widget-wrapper .widget-title-home {
	
		font-size:28px;
	}
}

/*---------------------------------------------------------------------*/

