/*	Soliloquy Slider plugin css file */

/*	--------------------------------------------- GENERIC STYLES --------------------------------------------------
	---------------------------------------------------------------------------------------------------------------
	---------------------------------------------------------------------------------------------------------------
	---------------------------------------------------------------------------------------------------------------
	--------------------------------------------------------------------------------------------------------------- */
.soliloquy-container {
	min-height:				150px;
	background-color:		#eeeeee !important ;
}
.AG_soliloquy-caption{
	width:				230px;
	bottom:				-12px;
	left:				60px;
	margin:				0;
	position:			absolute;
	zoom:				1;
	background-color:	white;
	padding:			15px;

}
.AG_soliloquy-caption h3{
	text-transform:		uppercase;
	font-weight:		200;
	font-size:			18pt;
	margin:				0;

}
.AG_soliloquy-caption-inside{
	margin:				7px 0 10px 0;
	font-size:			11pt;
	font-weight:		200;
	line-height:		15pt;
	color:				rgb(138,138,138);
}

/*	------------------------------------------------ SMALL SCREENS ------------------------------------------------
	---------------------------------------------------------------------------------------------------------------
	---------------------------------------------------------------------------------------------------------------
	---------------------------------------------------------------------------------------------------------------
	--------------------------------------------------------------------------------------------------------------- */

/* Small screen smartphones */

@media only screen and (min-width : 320px) and (max-width : 480px){

	.AG_soliloquy-caption{
		display:			none;
	}

}

/*	-------------------------------------- TABLET / PHABLET SCREENS -----------------------------------------------
	---------------------------------------------------------------------------------------------------------------
	---------------------------------------------------------------------------------------------------------------
	---------------------------------------------------------------------------------------------------------------
	--------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width : 601px) and (max-width : 768px) {

	.AG_soliloquy-caption{
		width:				259px;
		left:				40px;
		padding:			20px;

	}
}

/*	------------------------------------------- INTERMEDIARIES ----------------------------------------------------
	---------------------------------------------------------------------------------------------------------------
	---------------------------------------------------------------------------------------------------------------
	---------------------------------------------------------------------------------------------------------------
	--------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width : 481px) and (max-width : 700px) {
	.AG_soliloquy-caption{
		display:			none;
	}
}