html, body {
	height: 100%;
}
.carousel, .item, .active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
	background: #000;
}
.carousel-caption {
	left: 9.8%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 50%;
	text-align: left;
	right: auto;
	z-index: auto;
}
.slider-title {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 30px;
	color: #FFF;
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.slider-subtext {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #FFF;
}
.full-slider {
	position: relative;
	height: 100%;
}
.slider-down {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 50px;
}
.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	opacity: 0.6;
}
.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(100px, 0, 0);
transform:translate3d(100px, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(100px, 0, 0);
transform:translate3d(100px, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@media only screen and (min-width:1366px) and (max-width:1399px) {
.slider-title {
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 20px;
}
.slider-subtext {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
}
@media only screen and (max-width:992px) {
.carousel-caption {
	width:60%;
	left:6%;
}
}
@media only screen and (max-width:768px) {
.carousel-caption {
	width:70%;
}
}
@media only screen and (max-width:736px) {
.slider-title {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.slider-subtext {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.slider-down {
	bottom:35px;
}
}
@media only screen and (max-width:640px) {
.carousel-caption {
	width: 90%;
	left: 5%;
}
.slider-title {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}
.slider-subtext {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
}
@media only screen and (max-width:568px) {
.carousel-caption {
	width: 90%;
	left: 5%;
}
.slider-title {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.slider-subtext {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
}
@media only screen and (max-width:480px) {
.slider-title {
	font-size: 48px;
	line-height: 48px;
}
}
@media only screen and (max-width:414px) {
.slider-title {
	font-size: 36px;
	line-height: 36px;
}.carousel-caption {
	width:75%;
}
}
@media only screen and (max-width:375px) {
.slider-title {
	font-size: 30px;
	line-height: 30px;
}
@media only screen and (max-width:320px) {
.slider-title {
	font-size: 24px;
	line-height: 24px;
}
.slider-subtext {
	font-size: 16px;
}
}