/*
GENERAL STYLES
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
::-moz-selection {
    background: #1F1F21;
}
::selection {
    background: #1F1F21;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #F7F7F7;
	font-size: 24px;
	background-color: #7085a0;
	background-image: url(../images/image01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    background-attachment:fixed;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
}
a {
	color: #F7F7F7;
}
a:hover {
	color: #F7F7F7;
	text-decoration: none;
}
.vegas-loading {
	left: -50px;
}
.heading {
	font-size: 48px;
	margin-bottom: 48px;
}
.tooltip-inner {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.5);
	border: 1px solid #F7F7F7;
	color: #f7f7f7;
	border-radius: 0;
}
.tooltip-arrow {
	border: none;
}

/*
FORMS
*/
.form-control {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.1);
	border: 1px solid #F7F7F7;
	box-shadow: none;
	border-radius: 0;
	color: #f7f7f7;
	font-weight: 300;
	height: 40px;
	transition: .25s;
}
.form-control:hover {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.25);
}
.form-control:focus {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.5);
	border: 1px solid #F7F7F7;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
   color: #D7D7D7;
}
.form-control:-moz-placeholder {
   color: #D7D7D7;  
}
.form-control::-moz-placeholder {
   color: #D7D7D7;  
}
.form-control:-ms-input-placeholder {  
   color: #D7D7D7;  
}
.btn {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.25);
	border: 1px solid #F7F7F7;
	box-shadow: none;
	border-radius: 0;
	color: #f7f7f7;
	font-weight: 300;
	transition: .25s;
}
.btn:hover {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.5);
	color: #f7f7f7;
}
.btn:focus {
	outline: none;
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.25);
	color: #f7f7f7;
}
.input-group {
	margin-bottom: 24px;
}
.input-group-addon {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.25);
	border: 1px solid #F7F7F7;
	color: #f7f7f7;
	border-radius: 0;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	border-radius: 0;
}
.alert {
	margin-top: 24px;
	border-radius: 0;
}
.alert-danger {
	border-color: #FF3B30;
	color: #F7F7F7;
	background: rgba(255, 59, 48, 0.25);
}
.alert-success {
	border-color: #4CD964;
	color: #F7F7F7;
	background: rgba(76, 217, 100, 0.25);
}
#newsletter-success, #newsletter-error, #contact-success, #contact-error {
	display: none;
}
.ketchup-error ul {
	color: #F7F7F7;
	background: #FF3B30;
	background: rgba(255, 59, 48, 0.75);
}
.ketchup-error span {
	border-top-color: #FF3B30;
	border-top-color: rgba(255, 59, 48, 0.75);
}

/*
PAGE WRAPPER
*/
.background {
	position: fixed;
	z-index: -1;
	background-image: url(../images/image01.jpg);

}
.page-wrapper {
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 24px 0;
}
.page-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
.page-wrapper-inner {
	display: inline-block;
	vertical-align: middle;
}

/*
OPEN BUTTONS
*/
.btn-wrapper {
	position: absolute;
}
.btn-list {
	width: 100%;
	text-align: center;
	display: none;
	margin-bottom: 48px;
}
.btn-wrapper .open-btn {
	position: fixed;
}
.open-btn {
	border: 2px solid #F7F7F7;
	padding: 8px 14px;
	transition: .25s;
	font-weight: bold;
	font-size: 18px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 20px;
}
.open-btn:hover {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.5);
}
.btn-list .open-btn {
	font-size: 18px;
	line-height: 60px;
}
.btn-wrapper .newsletter-btn {
	top: 12px;
	left: 12px;
}
.btn-wrapper .contact-btn {
	top: 12px;
	right: 12px;
}
.btn-wrapper .about-btn {
	bottom: 12px;
	left: 12px;
}
.btn-wrapper .social-btn {
	bottom: 12px;
	right: 12px;
}
.close-btn {
	position: fixed;
	top: 12px;
	left: 50%;
	width: 120px;
	margin-left: -60px; 
}

/*
MAIN
*/
.logo-wrapper {
	margin-bottom: 48px;
}
.logo {
	font-size: 36px;
	font-weight: 800;
	line-height: 45px;
}

.subline-wrapper {
	margin-bottom: 48px;
	font-size: 18px;
	line-height: 30px;
}

.time {
	margin: 12px 24px;
	border: 1px solid #F7F7F7;
	display: inline-block;
	width: 150px;
	height: 150px;
	transition: .25s;
}
.time:hover {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.5);
}
.time span {
	font-size: 72px;
	font-family: 'Open Sans', sans-serif;
}

/*
NEWSLETTER
*/
.newsletter {
	display: none;
	padding: 0 24px;
}
#newsletter-form {
	width: 50%;
	margin: 0 auto;
	margin-top: 48px;
}

/*
CONTACT
*/
.contact {
	display: none;
	padding: 0 24px;
}
#contact-form {
	width: 50%;
	margin: 0 auto;
	margin-top: 48px;
}

/*
ABOUT
*/
.about {
	display: none;
	padding: 0 24px;
}

/*
SOCIAL
*/
.social {
	display: none;
	padding: 0 24px;
}
.social-icon {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.25);
	border: 1px solid #F7F7F7;
	color: #f7f7f7;
	transition: .25s;
	font-size: 60px;
	margin-bottom: 12px;
}
.social-icon:hover {
	background: #1F1F21;
	background: rgba(31, 31, 33, 0.5);
	color: #f7f7f7;
}

	.btn-list {
		display: block;
	}

/* MEDIA QUERIES */
@media all and (max-width: 768px) {
	.btn-wrapper {
		display: block;
	}
	.page-wrapper {
		height: auto;
	}
	.close-btn {
		position: relative;
		display: block;
		margin-bottom: 72px;
	}
	#newsletter-form, #contact-form {
		width: 100%;
	}
}

@media screen and (min-width: 980px) {
	.subline-wrapper p {

	}




}
