
/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
	position: fixed;
	background: #000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}
.loader {
	position: absolute;
	border-left: 2px solid #ffffff;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	-moz-animation: load 0.8s infinite linear;
	ms-animation: load 0.8s infinite linear;
	o-animation: load 0.8s infinite linear;
	animation: load 0.8s infinite linear;
}
.loader, .loader:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}
 @-webkit-keyframes load {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes load {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

/*--- body styles ---*/
html {
	height: 100%;
	position: relative;
    -webkit-font-smoothing: antialiased !important;
}
body {
    height: 100%;
    background-color: #2a2652;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    padding-top: 90px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
font-family: 'Anton', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}
body > div.row {
	margin-right: 0px;
	margin-left: 0px;
}
a {
	transition: all ease .5s;
	text-decoration: none;
	color: #fff;
}
a:hover, a:focus {
	text-decoration: none;
	color: #eee;
}

img.left {
	float: left!important;
}
img.right {
	float: right!important;
}
body > div.row {
	margin-right: 0px;
	margin-left: 0px;
}
.listlesslist ul {
	padding: 0;
}
.listlesslist ul li {
	list-style: none;
}
/*---custom---*/

.parallax-window {
    background: transparent;
    padding: 50px 0;
	position: relative;
}
.modal-content {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 40px;
}
/*--custom--*/

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,.8);
}



/*--Nav--*/
.navbar {
    background-color: rgba(0,0,0,.5);
    height: auto;
    margin-bottom: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.navbar-brand {
    float: left;
    height: auto;
}
.navbar-brand img {
	margin-bottom: 0;
	transition: all 0.5s ease;
	width: 310px;
	height: auto;
}
.navbar-toggle {
	border: 1px solid #fff;
	border-radius: 0px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 0px;
	background-color: #000;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #000;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #fff;
}
.navbar-collapse {
	text-align:center;
}
/*--navshrink--*/
/*--Footer--*/
footer {
    width: 100%;
    background: #000;
    color: #fff;
    margin: 0;
    padding: 50px;
    border-bottom: 1px solid #999;
}
footer a {
    transition: all ease .5s;
    color: #eee;
    text-decoration: none;
}

@media (max-width:1024px) {
	h1.massivetext {
    font-size: 60px;
}
	.welcomeintro {
    width: 60%;
	}
}
@media (max-width:992px) {
}

@media (max-width:768px) {
	.navbar-brand {
    float: left;
    height: auto;
    max-width: 75%;
}
	.welcomeintro {
    width: 100%;
    position: relative;
    display: block;
    height: auto;
    padding: 25px 15px;
    float: none;
    text-align: center;
}
	h1.massivetext {
    font-size: 36px;
}
		.welcomeintro h2 {
			font-size: 20px;
	}
}

@media (max-width:500px) {
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
    margin-top: 25px;
}
.navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.modal-dialog {
    width: 100%;
    max-width: 450px;
    margin: 10% auto;
    padding: 0px;
    text-align: center;
}
}