/*
 * 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
*/

#hero-slider{ position: relative; }
#hero-slider .slides li{ height: 760px; position: relative; background-size: cover !important; }
#hero-slider .slides li h2 { font-size: 63px; }
#hero-slider .flex-control-paging li a{ border-color: #fff; }
#hero-slider .flex-control-paging li a:hover{ background: #fff; }
#hero-slider .flex-control-paging li a.flex-active{ background: #fff; }
.slide-content .alt-h { text-transform: uppercase; }

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

@media all and (max-width: 767px){

	#hero-slider .slides li h2 { font-size: 32px; }
	.flex-control-nav{ display: none !important; }
}

/************* 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) {
	
}