/**
*
*
* Homepage specific styling
*
*
*/

/* 1200 Desktop is default with no media queries */

.home .site-content .inner{
	max-width: 100%;
	padding: 0;
}

.home .site-content .inner #main > .inner{
	max-width: 1180px;
}


/* slides */
.homepage-slider{
	width: 100%;
	background: #231F20;
}

.homepage-slider .slider-container{
	width: 1180px;
	margin: 0 auto;
}

.homepage-slider .slider-content-section {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 72%;
	background: rgba(0,0,0,.8);
}

.homepage-slider .slider-content-section h2 {
	color: white;
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1.2em;
	text-transform: none;
}

.homepage-slider .slider-content-section p{
	font-size: 1.8em;
	color: white;
	margin: 0;
}

.homepage-slider .slider-content-section a{
	color: #E62461;
}

.homepage-slider .slider-content-section a:hover{
	color: #028976;
}

.homepage-slider .carousel-nav{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.homepage-slider .carousel-nav .prev,
.homepage-slider .carousel-nav .next{
	position: absolute;
	z-index: 100;
	text-indent: 140%;
	overflow: hidden;
	white-space: nowrap;
	background: url(../img/homepage-slide-nav.gif);
	background-repeat: no-repeat;
	width: 47px;
	height: 47px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;

}

.homepage-slider .slider-container:hover .carousel-nav .prev,
.homepage-slider .slider-container:hover .carousel-nav .next{
	opacity: 1;
	zoom:1;
}

.homepage-slider .carousel-nav .prev:active,
.homepage-slider .carousel-nav .next:active{
	top:1px;
}

.homepage-slider .carousel-nav .prev{
	left: 100px;
	background-position: 0 0;
}

.homepage-slider .carousel-nav .next{
	right: 100px;
	background-position: -47px 0;
}

.homepage-slider .carousel-nav .carousel-pagination{
	position: absolute;
	right: 100px;
	bottom: 20px;
	z-index: 100;
	margin: 0;
}

.homepage-slider .carousel-nav .carousel-pagination a{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: #d7d7d7;
	text-indent: 140%;
	overflow: hidden;
	white-space: nowrap;
}

.homepage-slider .carousel-nav .carousel-pagination .carousel-active-page a{
	background: #00A5E3;
}

/* touts */
.homepage-featured-touts{
	margin: 20px auto 0;
	width: 1000px;
}

.homepage-featured-touts h2{
	color: #E62461;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 2em;
}

.homepage-social h2{
	color: #E62461;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 2em;
	margin-top: 50px;
	margin-bottom: 5px;
}

.homepage-featured-touts h3{
	font-size: 1.25em;
	color: #E62461;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 20px;
}

.homepage-featured-touts li:hover h3{
	color:#028976;
}

.homepage-featured-touts .read-all-news{
	float: right;
	margin-top: 20px;
	text-decoration: underline;
	font-size: 20px;
}

.featured-posts{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.featured-posts li{
	float: left;
	width: 32%;
	margin: 0 2% 10px 0;
	min-height: 352px;
}

.featured-posts li.one{
	clear: left;
}

.featured-posts li.three{
	margin-right: 0;
}

.featured-posts li a{
	text-decoration: none;
	color: #E62461;
	line-height: 1.3;
}

.featured-posts li a:hover{
	color: #028976;
}

.featured-posts li a img{
	width: 100%;
}

.homepage-featured-touts{
	display: inline-block;
    margin-bottom: 40px;
}


/* social */







/* Mobile ****************************************************************************************************************************/
@media all and (max-width: 600px){
	.homepage-slider .slider-container{
		width: 100%;
		margin: 0;
	}

	.homepage-featured-touts h2 {
		font-size: 1.4em;
		margin: 5px 0 10px;
	}

	.homepage-featured-touts{
		margin: 15px 0 0;
		width: 100%;
	}

	.featured-posts li{
		float: left;
		width: 100%;
		margin: 0 0 10px 0;
		min-height: 260px;
	}

	.featured-posts li.three{
		margin-right: 0;
	}

	.featured-posts li.odd{
		margin-right: 0;
	}

	.homepage-slider .carousel-nav .prev {
		left: 0;
	}

	.homepage-slider .carousel-nav .next {
		right: 0;
	}

	.homepage-slider .carousel-nav .carousel-pagination {
		right: 5px;
	}

	.home .content-area{
		padding: 0 10px;
	}

	.homepage-slider .slider-content-section {
		position: relative;
		bottom: 0;
		left: 0;
		padding: 10px;
		width: 100%;
	}

	.homepage-slider .carousel-nav .carousel-pagination {
		bottom: -40px;
	}

	.carousel-slide {
	}

	.homepage-slider .slider-content-section h2 {
		font-size: 1em;
	}

	.homepage-slider .slider-content-section p {
		font-size: 1em;
	}



}







/* Phablet ****************************************************************************************************************************/
@media all and (min-width: 480px) and (max-width: 767px){
	.homepage-slider .slider-container{
		width: 100%;
		margin: 0;
	}

	.homepage-featured-touts{
		margin: 15px 0 0;
		width: 100%;
	}

	.featured-posts li{
		float: left;
		width: 48%;
		margin: 0 0 10px 0;
	}

	.featured-posts li.odd{
		margin-right: 4%;
	}

	.homepage-slider .carousel-nav .prev {
		left: 0;
	}

	.homepage-slider .carousel-nav .next {
		right: 0;
	}

	.homepage-slider .carousel-nav .carousel-pagination {
		right: 5px;
	}

	.homepage-slider .slider-content-section h2 {
		font-size: 1.4em;
		line-height: 1.2em;
	}

	.homepage-slider .slider-content-section p {
		font-size: 1.4em;
	}

	.homepage-slider .slider-content-section {
		width: 74%;
	}

	.featured-posts li.one{
		clear: none;
	}

}








/* Tablet ****************************************************************************************************************************/
@media all and (min-width: 768px) and (max-width: 979px){
	.homepage-slider .slider-container{
		width: 100%;
		margin: 0;
	}

	.homepage-featured-touts{
		margin: 15px 0 0;
		width: 100%;
	}

	.homepage-slider .carousel-nav .carousel-pagination {
		right: 30px;
		bottom: 20px;
	}

	.homepage-slider .slider-content-section h2 {
		font-size: 1.6em;
		line-height: 1.2em;
	}

	.homepage-slider .slider-content-section {
		width: 72%;
	}

	.homepage-slider .slider-content-section p {
		font-size: 1.4em;
	}
}







/* Desktop ***************************************************************************************************************************/
@media all and (min-width: 980px) and (max-width: 1199px){
	.homepage-slider .slider-container{
		width: 100%;
		margin: 0;
	}

	.homepage-featured-touts{
		margin: 15px 0 0;
		width: 100%;
	}

	.homepage-slider .slider-content-section {
		width: 70%;
	}
}







/* Large Desktop *********************************************************************************************************************/
@media all and (min-width: 1200px){
	.homepage-featured-touts{
		margin: 0 auto 0;
		width: 100%;
	}

}








/* Super Desktop ********************************************************************************************************************/
@media all and (min-width:1400px){
	.homepage-slider .slider-container{
		width: 1360px;
		margin: 0 auto 0;
	}

	.homepage-featured-touts{
		width: 1180px;
	}

	.featured-posts li {
		float: left;
		width: 32%;
		margin: 0 2% 10px 0;
		min-height: 352px;
	}
}

