.full-width {
    overflow: hidden;
    position: relative;
    background: #fff;
    font-family:"Quicksand",sans-serif;
}
.full-width,
.full-width .slide img {
    width: 100%;
}
.full-width:hover {
    background: transparent;
}
.full-width .inner {
    overflow-y: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter: alpha(opacity=00);
    -moz-opacity: 0;
    opacity: 0;
}
.full-width .slide {
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.full-width .slide img {
    height: auto;
    max-width: none;
    width: 100% !important;
}

.full-width .slide p {
	margin: 0;
}

.full-width .slide a.link-desc {
    color: #fff;
    position: absolute;
    padding: 0 10%;
    left: 0;
    margin-top: 20px;
    width: 80%;
    text-align: right;
    display: block;
    font-size: 32px;
}

.full-width .slide div {
	float: none;
	width: 32%;
}

.full-width .slide div.title p {
	/*border-bottom: 1px solid #49546a;*/
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: 700;
	color: #49546a;
	background: #fff;
	background: rgba(255,255,255,.5);
	padding-left: 10px;
	/*text-shadow: 0 0 15px rgba(255,255,255,.2);*/
}

.full-width .slide div.text p {
	font-size: 24px;
	color: #49546a;
	line-height: 28px;
}

.full-width .slide div p {
    float: none;
    text-align: left;
    padding: 10px 0;
    margin: 0;
    /* background: rgba(0, 0, 0, 0.8); */
}
.full-width .controls a {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 700;
    *display: none;
    transition: background 400ms ease;
    -o-transition: background 400ms ease;
    -ms-transition: background 400ms ease;
    -moz-transition: background 400ms ease;
    -webkit-transition: background 400ms ease;
}
.full-width .controls a.left {
    left: 20px;
}
.full-width .controls a.right {
    right: 20px;
}

.full-width .controls a:hover {
	background: #e74c3c;
}

.full-width .slide-nav {
    *display: none;
    font-size: 48px;
    margin: -40px auto 0;
    line-height: 30px;
    position: relative;
    z-index: 100;
}
.full-width .slide-nav span {
    cursor: pointer;
    color: #46484c;
}
.full-width .slide-nav span.current {
    color: #e74c3c;
}
.lt-ie9 .full-width p,
.lt-ie9 .full-width .controls a {
    background: url('bg-trans.png') repeat;
    _background: #333;
}
