@charset "UTF-8";
/* CSS Document */


/*SKEW WRAPPER*/
/*div.wrapper {
    -ms-transform: skewY(-2deg); 
    -webkit-transform: skewY(-2deg); 
    transform: skewY(-2deg);
	overflow:hidden;
	
}*/

h4, p{
	padding:0;
	margin:0;
}



div.wrapper {
	/* transform: rotate(-2deg) translate(1px, -28px) skewX(-2deg);
	-webkit-transform: rotate(-2deg) translate(1px, -28px) skewX(-2deg);
	-ms-transform: rotate(-2deg) translate(1px, -28px) skewX(-2deg);*/
	overflow:hidden;
	position:relative;
}

.controls{
	/* transform: rotate(-2deg) translate(1px, -28px) skewX(-2deg);
	-webkit-transform: rotate(-2deg) translate(1px, -28px) skewX(-2deg);
	-ms-transform: rotate(-2deg) translate(1px, -28px) skewX(-2deg); */
	
} 


.jcarousel-wrapper{
	/*max-height: 225px !important;*/
	max-height: 203px !important;
	overflow:hidden;
}

.jcarousel,
.controls > *{
	/* -ms-transform: skewY(2deg); 
    -webkit-transform: skewY(2deg); 
    transform: skewY(2deg); */
} 


.wrapper {
    max-width: 990px;
    /*padding: 0 20px 40px 20px;*/
    /*margin: auto;*/
}

.jcarousel-wrapper {
    /*margin: 20px auto;*/
    position: relative;
    /*border: 10px solid #fff;*/
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    /*overflow: hidden;*/
	width:100%;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    width: 300px;
    float: left;
    /*border: 1px solid #fff;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    /*display: block;
    max-width: 100%;
    height: auto !important;
	min-height:300px;*/
}

/** Carousel Controls **/

/*.jcarousel-prev,
.jcarousel-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-prev {
    left: 15px;
}

.jcarousel-next {
    right: 15px;
}*/

.jcarousel-wrapper .blurb {
   /*  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 125px;
    position: absolute;
    top: 123px;
	width:100%;
	color:#ffffff !important;
	padding:8px; */
	/*transform: rotate(2deg) translate(0px, 0px) skewX(2deg);*/
}

.jcarousel-wrapper .blurb h4{
	color:#ffffff !important;
	text-transform:uppercase;
	font-size:12px;
	line-height:1.5em;
	max-width:248px;
	font-weight:bold;
	padding-bottom:5px;
}

.jcarousel-wrapper .blurb p{
	font-size:12px;
	
}

/*.jcarousel img{
	height:300px;
}*/

/* .jcarousel li:nth-child(3){
	bottom:17px;
	position:relative;
}

.jcarousel li:nth-child(2){
	bottom:9px;
	position:relative;
}

.jcarousel li:nth-child(4){
	bottom:24px;
	position:relative;
} */

.controls{
	display:block;
	/*width:290px;*/
	/* width:20%; */
	/* height: 205px; */
    /* margin-top: 21px; */
	/* background:#EC0E11; */
	/* float:left;
	padding:20px 0 0 10px; */
	/* position:relative; */
	/*transition: width 0.8s ease 0s;*/
}

#container{
	/*max-width:990px;*/
	max-width:1290px;
}

/*.btn{
	max-width:120px;
	margin:22px auto;
}

.btn a{
	padding:10px 5px;
	color:#000000;
	text-decoration:none;
	background:#A2A2A2;
	
}*/

/*.controls h2{
	text-align:center;
}
*/
.arrows{
	/*max-width:120px;*/
	/* margin-top:13px;
	float:left;
	margin-left:13px; */
}

/*H4 COLOR*/
/* .jcarousel li:first-child .blurb h4{
	border-bottom:1px solid yellow;
}

.jcarousel li:nth-child(2) .blurb h4{
	border-bottom:1px solid green;
}

.jcarousel li:nth-child(3) .blurb h4{
	border-bottom:1px solid blue;
}

.jcarousel li:nth-child(4) .blurb h4{
	border-bottom:1px solid red;
} */

/*P COLOR*/
/* .jcarousel li:first-child .blurb p{
	color:yellow;
}

.jcarousel li:nth-child(2) .blurb p{
	color:green;
}

.jcarousel li:nth-child(3) .blurb p{
	color:blue;
}

.jcarousel li:nth-child(4) .blurb p{
	color:red;
} */

.controls h2{
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	margin:0 !important;
	padding:0 !important;
	font-weight:bold;
	
}

.controls h4{
	text-transform:uppercase;
	text-align:center;
	color:#ffffff !important;
	
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	
	.controls{
		float:none;
		width:100%;
		/* height:100px; */
		padding:20px;
	
	}
	
	.btn{
		/* margin:0 !important;
		float:right;
		position:static !important; */
		
	}
	
	.jcarousel li:nth-child(2){
	bottom:13px;
	position:relative;
}
	
}

@media all and (max-width: 40em) {
	.controls{
		float:none;
		width:100%;
		height:70px;
		padding:10px;
		z-index:3;
	
	}
	
	.btn{
		/* margin:0 !important;
		float:right;
		position:static !important; */
		
	}
	
	.jcarousel li:first-child{
	bottom:13px;
	position:relative;
}
	
	/*.jcarousel-prev{
	position:absolute;
	top:194px;
	right:124px;
	width:13px;
	height:23px;
		
	}
	
	.jcarousel-next{
	position:absolute;
	top:192px;
	left:180px;
	width:13px;
	height:23px;	
		
	}*/
	
	.jcarousel-wrapper .blurb{
	padding:26px;
		
	}
	
}

@media all and (max-width: 30em) {
	
	/* .jcarousel-prev{
	position:absolute;
	top:194px;
	right:124px;
	width:13px;
	height:23px;
		
	}
	
	.jcarousel-next{
	position:absolute;
	top:192px;
	left:139px;
	width:13px;
	height:23px;	
		
	} */
	
}

.btn {
    /* background: transparent none repeat scroll 0 0;
    border: 1px solid white;
    display: inline-block;
    max-width:190px; */
	/*margin:40px 0 0 0;*/
	position:absolute;
	left:35px;
	top:90px;
}

.btn .linkIcon {
    border-right: 1px solid white;
}

.btn .linkText, .btn .linkIcon {
    background: transparent none repeat scroll 0 0;
    color: white;
    display: inline-block;
    padding: 0 5px;
}

.btn .linkText {
    font-family: "proxima-nova",sans-serif;
    font-size: 0.813rem;
    /*font-weight: 700;*/
    /*letter-spacing: 1px;*/
    text-transform: uppercase;
    vertical-align: 10%;
}

.linkIcon::before {
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: "Pe-icon-7-stroke";
}

.carouselTitle{
	/* float:left; */
	
}
