@media (min-width: 768px) {
	.sm-spacer150 {height: 150px;}
	.sm-spacer120 {height: 120px;}
	.sm-spacer90 {height: 90px;}
	.sm-spacer60 {height: 60px;}
	.sm-spacer30 {height: 30px;}
	.sm-spacer15 {height: 15px;}

	.sm-block150 {display: inline-block; width: 150px;}
	.sm-block120 {display: inline-block; width: 120px;}
	.sm-block90 {display: inline-block; width: 90px;}
	.sm-block60 {display: inline-block; width: 60px;}
	.sm-block30 {display: inline-block; w194idth: 30px;}
	.sm-block15 {display: inline-block; width: 15px;}

	.sm-taleft {text-align: left;}
	.sm-tacenter {text-align: center;}
	.sm-taright {text-align: right;}
	.sm-tajustify {text-align: justify;}
}

/* DESKTOP */
@media (min-width: 992px) {
	.md-spacer150 {height: 150px;}
	.md-spacer120 {height: 120px;}
	.md-spacer90 {height: 90px;}
	.md-spacer60 {height: 60px;}
	.md-spacer30 {height: 30px;}
	.md-spacer15 {height: 15px;}

	.md-block150 {display: inline-block; width: 150px;}
	.md-block120 {display: inline-block; width: 120px;}
	.md-block90 {display: inline-block; width: 90px;}
	.md-block60 {display: inline-block; width: 60px;}
	.md-block30 {display: inline-block; width: 30px;}
	.md-block15 {display: inline-block; width: 15px;}

	.md-taleft {text-align: left;}
	.md-tacenter {text-align: center;}
	.md-taright {text-align: right;}
	.md-tajustify {text-align: justify;}
}

/* LARGE DISPLAY'S */
@media (min-width: 1200px) {
	.lg-spacer150 {height: 150px;}
	.lg-spacer120 {height: 120px;}
	.lg-spacer90 {height: 90px;}
	.lg-spacer60 {height: 60px;}
	.lg-spacer30 {height: 30px;}
	.lg-spacer15 {height: 15px;}

	.lg-block150 {display: inline-block; width: 150px;}
	.lg-block120 {display: inline-block; width: 120px;}
	.lg-block90 {display: inline-block; width: 90px;}
	.lg-block60 {display: inline-block; width: 60px;}
	.lg-block30 {display: inline-block; width: 30px;}
	.lg-block15 {display: inline-block; width: 15px;}

	.lg-taleft {text-align: left;}
	.lg-tacenter {text-align: center;}
	.lg-taright {text-align: right;}
	.lg-tajustify {text-align: justify;}
}

/* MOBILE */
@media (max-width: 767px) {
	.xs-spacer150 {height: 150px;}
	.xs-spacer120 {height: 120px;}
	.xs-spacer90 {height: 90px;}
	.xs-spacer60 {height: 60px;}
	.xs-spacer30 {height: 30px;}
	.xs-spacer15 {height: 15px;}

	.xs-block150 {display: inline-block; width: 150px;}
	.xs-block120 {display: inline-block; width: 120px;}
	.xs-block90 {display: inline-block; width: 90px;}
	.xs-block60 {display: inline-block; width: 60px;}
	.xs-block30 {display: inline-block; width: 30px;}
	.xs-block15 {display: inline-block; width: 15px;}

	.xs-taleft {text-align: left;}
	.xs-tacenter {text-align: center;}
	.xs-taright {text-align: right;}
	.xs-tajustify {text-align: justify;}
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	position: relative;
}

.mask {
	background: rgba(0, 0, 0, 0.4);
}

.slick-slider {
	height: 100%;
}

.slick-list,
.slick-track {
	height: 100%;
}

.fade-full {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.mobi-logo {
	width: 310px;
	margin-top: 20px;
}

h2 {
	color: #fff;
	text-transform: uppercase;
}

.mobi-h1 {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	color: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:visited,
a:focus {
	color: #fff;
	text-decoration: none;
}

.mobi-span {
	font-weight: 700;
}

.mobi-h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.mobi-h4-media {
	line-height: 25px;
}

@media screen and (max-width: 991px) {
	.mobi-h4-media {
		width: 400px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 420px) {
	.mobi-h4-media {
		width: 100%;
	}
}

@media screen and (max-width: 374px) {
	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	.mobi-h4-media {
		font-size: 16px;
	}
}

@media screen and (max-height: 821px) {
	.mask {
	    bottom: auto !important;
	}
}

@media screen and (max-height: 519px) {
	.h-spacer7-5 {
		height: 7.5px;
	}
}
