/*
 * ArgyleSlider stylesheet March 10, 2014
 * for Argyle Template
 * by Craig800 http://themeforest.net/user/craig800
 * Joomla module by Erwin Schro http://themeforest.net/user/erwin_schro
*/

#testimonials-slider{
	position: relative;
	font-size: 1.4em;
}

#testimonials-slider .flex-direction-nav a{
	color: #fff;
	top: 14%;
}

#testimonials-slider .flex-direction-nav .flex-prev { left: -99px; }
#testimonials-slider .flex-direction-nav .flex-next { right: -99px; text-align: right; }

#testimonials-slider h6{
	color: #fff;
	font-size: 0.6em;
}

#testimonials-slider p{
	margin-bottom: 44px;
}

#testimonials .hr{
	background-color: #fff;
}


/********* MOBILE PHONES *********/

@media only screen and (max-width: 767px){
	
}

/************* TABLETS (portrait and landscape) ************/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
}

/*********** TABLETS (portrait) ************/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}