@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);
/* CSS Document */
/** Stage container **/

.slider h2{
	text-align: center;
	margin-bottom: 10px;
}

#familyBrands_container{
	width:100%;
	max-width: 960px;
	clear:both;
	margin-bottom: 20px;
	overflow: hidden;
	
}
.slider .stage {
    width: 480px;
	height: 320px;
    margin: 0;
    position: relative;
	font-family:'Roboto',sans-sherif;
	font-weight:300;
	margin:0 475px;
}

/** TEXT **/
.carousel span{
	display:block;
	width:450px;
	height:auto;
	text-align:left;
	position:absolute;
	font-size:1.125em;
	line-height:1.1em;
	top:205px;
	left:15px;
}
@media only screen and (max-width: 520px) {
	.carousel span{
		width: 90%;
		top:190px;
	}
	.carousel .logo-carousel{
		width:100px;
		top:68%;
		left:73%;
		position:absolute;
	}
}
@media only screen and (max-width: 470px) {
	.carousel span{
		width:80%;
		top:185px;
	}
	.carousel .logo-carousel{
		width:90px;
		top:68%;
		left:63%;
		position:absolute;
	}
}
@media only screen and (max-width: 440px) {
	.carousel span{
		width:75%;
		top:185px;
	}
	.carousel .logo-carousel{
		width:85px;
		top:68%;
		left:60%;
		position:absolute;
	}
}
@media only screen and (max-width: 420px) {
	.carousel span{
		width:70%;
		top:185px;
	}
	.carousel .logo-carousel{
		width:75px;
		top:68%;
		left:55%;
		position:absolute;
	}
}
@media only screen and (max-width: 380px) {
	.carousel span{
		width:65%;
		top:185px;
	}
	.carousel .logo-carousel{
		width:70px;
		top:73%;
		left:52%;
		position:absolute;
	}
}
@media only screen and (max-width: 350px) {
	.carousel span{
		width:60%;
		top:190px;
		font-size: 1em;
	}
	.carousel .logo-carousel{
		width:63px;
		top:77%;
		left:48%;
		position:absolute;
	}
}
@media only screen and (max-width: 320px) {
	.carousel span{
		width:57%;
		top:190px;
		font-size: 1em;
	}
	.carousel .logo-carousel{
		width:63px;
		top:78%;
		left:46%;
		position:absolute;
	}
}
.carousel a{
	display:block;
	font-size:1.125em;
	margin-top: 10px;
	text-transform:uppercase;
	font-weight:700;
	color:rgba(242,99,34,1);
	
}
.carousel .logo-carousel{
	position:absolute;
	top:250px;
	right:15px;
}
strong{
	font-weight:600;
}

/** Navigation container **/

.slider .navigation {
    max-width: 465px;
    width:50%;
	height: 320px;
	float:left;
}

/** Shared carousel styles **/

.slider .carousel {
    overflow: hidden;
    position: relative;
}

.slider .carousel ul {
    width: 22000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider .carousel li {
    float: left;
	position:relative;
}

/** Stage carousel specific styles **/

.slider .carousel-stage {
    height: 305px;
    border: 1px solid #e6e6e6;
}

/** Navigation carousel specific styles **/

.slider .carousel-navigation ul {
    max-width: 465px;
    width:100%;
	left: 0px !important;
	top: 0px !important;
}

.slider .carousel-navigation li {
    cursor: pointer;
	width:140px;
	height:95px;
	float:left;
	text-align:center;
	margin-left:10px;
	margin-bottom:10px;
	/*border: 1px solid #b7b7b7;*/
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:1px 1px 2px 2px rgba(183,183,183,0.4);
}

.slider .carousel-navigation li img {
    display: inline-block;
	margin:20px auto;
}

/*.slider .carousel-navigation li.active img {
    border-color: #ccc;
	background-color:#e3e3e3;
	border-top:5px solid #ff3200;
}*/

/** Stage carousel controls 

.slider .prev-stage,
.slider .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 305px;
    height: 410px;
    color: #fff;
}

.slider .prev-stage {
    left: 0;
}

.slider .next-stage {
    right: 0;
}

.slider .prev-stage.inactive,
.slider .next-stage.inactive {
    display: none;
}

.slider .prev-stage span,
.slider .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: transparent;
    color: #0063a7;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
}

.slider .prev-stage span {
    left: 20px;
}

.slider .next-stage span {
    right: 20px;
}

.slider .prev-stage:hover span,
.slider .next-stage:hover span {
    display: block;
}
**/
/** Navigation carousel controls **/

.slider .prev-navigation,
.slider .next-navigation {
    display: block;
    position: absolute;
    width: 49px;
    height: 70px;
    color: #ff3200;
    text-decoration: none;
    font: 60px Arial, sans-serif;
    
}

.slider .prev-navigation {
    left:0px;
    top: 0px;
    text-indent: 6px;
}

.slider .next-navigation {
    right: 0px;
    top: 0px;
    text-indent: 20px;
}
/*.slider .prev-navigation.inactive,
.slider .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}*/
@media only screen and (max-width: 959px){
	.navigation{
		display:none;
	}
	
	
	.slider .stage {
		margin:0 auto;
	}
	
	.news_section h2, .who.row h2, .service h2, .slider h2{
		text-align: center!important; /* left align on style-alt.css */
	}

}