/* =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

	#PRISM // Creative Coming Soon Template
	@Author		   Madeon08
	@Type          CSS
	@Version       1.0
	@Last Update   5:11 PM Monday, February 23rd, 2015

	TABLE OF CONTENTS
	---------------------------
	 1. Global
	 2. Home
	 3. Countdown
	 4. Information
     5. Newsletter
	 6. Map
	 7. Footer
	 8. Loading
	 9. Media Queries

=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* */

/* ================================= */
/* ::::::::::: 1. Global ::::::::::: */
/* ================================= */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	padding: 0;
	vertical-align: baseline;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
	width: auto;
}

html {
	position: relative;
	height: 100%;
}

body {
	background: #323a45;
	padding: 0;
	text-align: center;
	font-family: 'Ubuntu', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	position: relative;
	margin: 0;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}

#parallax-backstretch {
	z-index:-1;
	position:fixed;
	width:100%;
	height:100%;
}

#gradient {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	font-weight: 300;
	color: #fff;
}

h1, h2 {
	width: 100%;
}

h1 {
	margin-top: 0px;
	color: #000;
	margin-bottom: 5px;
	font-size: 70px;
	font-weight: 300;
}

h2 {
	color: #333;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	line-height: 26px;
}

p, a {
    font-family: 'Quattrocento Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    opacity: 1;
    visibility: visible;
    color: #787878;
    font-size: 16px;
}

a {
	text-decoration: none;
	outline: none;
    cursor: pointer;
}

a:focus {
	outline: none;
	outline-offset: 0px;
	text-decoration: none;
	color: inherit;
}

.overflow-hidden {
	overflow: hidden;
}

.wrapper {
	margin: 0 auto;
	overflow: hidden;
}

.btn {
	display: inline-block;
	line-height: 100%;
	padding: 0.7em;
	text-decoration: none;
	color: #fff;
	width: 200px;
	line-height: 140%;
	font-size: 17px;
	font-family: 'Open sans', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	font-weight: bold;
}

.btn:hover, .btn:hover {
	background: #444;
}

.tooltip {
	text-transform: none;
}

.main section {
	overflow: hidden;
}

.display-none {
	display: none !important;
}


.index999 {
	z-index: 99999 !important;
}

.index-999 {
	z-index: -999999 !important;
}

.opacity-1 {
	opacity: 1 !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.no-padding {
	padding: 0 !important;
}

/* ================================= */
/* ::::::::::: 2. Home ::::::::::::: */
/* ================================= */

#coming-soon {
	background: rgba(51, 71, 89, 0.7);
	width: 100%;
	padding: 250px 0;
}

#welcome h4 {
	margin: 0px 0 20px;
	min-height: 60px;
	line-height: 25px;
}

.main section.welcome-section h1 {
	text-align: center;
	padding: 0px 0 5px;
	font-size: 55px;
	color: #CCC;
	font-weight: 700;
}

#welcome {
	text-align: center;
	top: 50%;
	width: 100%;
	height: auto;
	z-index: 0;
}

#brand-logo {
	margin-bottom: 0px;
}

a.subscribe-button {
	border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 2.14286em;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875em;
    font-weight: 600;
    padding: 1em 3.07143em;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    color: #FFF;
}

a.subscribe-button:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

#link-box a.subscribe-button:first-child {
	border:2px solid #1abc9c;
}

.block-phone {
	position: absolute;
	top: 20px;
	left: 50px;
	color: #FFF;
}

.block-phone a {
	color: #F8F8F8;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}

.block-phone a:hover {
	text-decoration: none;
}

.social-buttons {
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 9999;
}

.social-buttons li {
    display: inline-block;
    margin-right: 5px;
}

.social-buttons li a {
    border-radius: 0 0 4px 4px;
    color: #FFF;
    display: block;
    font-size: 1.2em;
    height: 40px;
    line-height: 2.2em;
    text-align: center;
    padding: 0 10px;
    min-width: 40px;


    -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);

    -webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.social-buttons li a:hover {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.35);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.35);
    text-decoration: none;
}

a.fa-facebook {
	background: #3b5998;
}

a.fa-twitter {
	background: #00aced;
}

a.fa-dribbble {
	background: #ea4c89;
}

a.fa-linkedin {
	background: #007bb6;
}

a.fa-google-plus {
	background: #dd4b39;
}

/* ================================= */
/* ::::::::: 3. Countdown :::::::::: */
/* ================================= */

.main section.countdown-section {
	padding: 20px 0;
	background: #323a45;
}

h3.title {
	color: #F5F6F7;
	display: block;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 0.9em;
	margin-top: 40px;
	position: relative;
	text-align: center;
}

#countdown_dashboard {
	display: block;
	margin: 0px auto;
	max-width: 900px;
	overflow: hidden;
	padding: 20px 0 40px;
}

.dash {
	font-family: "Ubuntu", 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	padding-bottom: 10px;
	position: relative;
	opacity: 1;
}

.dash-glob {
	border-left: 1px solid #2b2d35;
}

#countdown_dashboard .dash-glob:first-child {
	margin-left: 0;
	border-left: none
}

.dash_title {
	clear: both;
    color: #999;
    display: block;
    font-size: 10px;
    letter-spacing: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    width: 100%;
}

.digit {
	color: #ced3d8;
	font-size: 100px;
	font-weight: 300;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	height: 110px;
	line-height: 110px;
	position: relative;
	vertical-align: middle;
}

.day-only .digit {
	font-size: 180px;
	height: 180px;
	line-height: 180px;
	letter-spacing: 20px;
	font-weight: 500;
}

.day-only .dash_title {
	color: #FFF;
	margin-top: 30px;
}

/* ================================= */
/* :::::::: 4. Information ::::::::: */
/* ================================= */

.main section.about-section {
	padding: 80px 0 70px;
	text-align: left;
	background: url(https://placehold.it/1920x1080/27ae60/FFF&amp;text=Picture+1+/+1920x1080);
	background-size: cover;
}

.block-info {
	background: rgba(255,255,255,0.9);
	padding: 20px 10px;
	border-radius: 10px;
	border-left: 5px solid #f62459;
}

.about-section p {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #7f8c8d;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: 400;
	margin: 25px 0 30px;
}

.about-section h2 {
	text-align: left;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	color: #2c3e50;
	line-height: 1em;
	margin-bottom: 40px;
}

.about-section h2 small {
	text-align: left;
	color: #c6c6c6;
	font-weight: 700;
}

h6.under-subtitle {
	width: 100%;
	text-align: right;
	font-family: 'Ubuntu', sans-serif;
	color: #999;
	font-size: 13px;
	font-style: italic;
}

.block-services {
	text-align: left;
	margin-top: 15px;
}

.special-button {
	font-family: 'Ubuntu', sans-serif;
    background: #6C7A89;
    border-radius: 5px;
    border: 1px solid #6C7A89;
    color: #F8F8F8;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 5px 0;
    padding: 13px 20px 13px;
    text-shadow: none;

    -webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -4px 0 rgba(0,0,0,0.15);

    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.special-button:hover {
	background: #2c3d47;
	border: 1px solid #2c3d47;
	color: #FFF;
}

.special-button:focus {
	outline:none !important;
	color: #F8F8F8;
}

.special-button .fa {
	margin-right: 5px;
	font-size: 20px;
}

/* ================================= */
/* ::::::::: 5. Newsletter ::::::::: */
/* ================================= */

.border {
	background: #000;
	display: block;
	height: 2px;
	margin: 20px auto 30px;
	width: 50px;
}

a#newsletter {
	outline: none;
}

#subscribe {
	overflow: hidden;
	padding: 5px 15px 15px;
	width: 100%;
	z-index: 9999;
	-webkit-transition: all 1500ms ease 0s;
	-moz-transition: all 1500ms ease 0s;
	-ms-transition: all 1500ms ease 0s;
	-o-transition: all 1500ms ease 0s;
	transition: all 1500ms ease 0s;
}

#subscribe .form-control {
	background: transparent;
	border: 1px solid #e2e2e2;
	float: left;
	box-shadow: none;
	border-radius: 0;
	height: 42px;
	outline: none;
	padding: 10px 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 68%;
	color: #34495e;
	margin-bottom: 15px;
	margin-right: 2%;
}

#subscribe .form-control:hover, #subscribe .form-control:focus {
	box-shadow: none;
}

#subscribe button.submit {
	font-family: Ubuntu, sans-serif;
    background: #FFF;
    border-radius: 0;
    color: #000;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    border: 1px solid #e2e2e2;
    line-height: 18px;
    padding: 11px 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    width: 30%;
}

#subscribe .submit.focus, #subscribe .submit:hover {
	border: 1px solid #000;
}

.subscribe-newsletter {
	padding: 60px 0 40px;
	position: relative;
	background: #FFF;
    border: 15px solid #f5f6f7;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.subscribe-newsletter:hover {
    border: 30px solid #f1e7c0;
    z-index: 9999;
}

.subscribe-newsletter h3 , .subscribe-newsletter h4 {
	text-align: center;
}

.subscribe-newsletter h3 {
	color: #1e2225 !important;
	font-weight: 700;
	margin-bottom: 0px;
}

.subscribe-newsletter h4 {
	color: #6C7A89;
    font-size: 14px;
    font-style: italic;
	margin-top: 0px;
}

.controls .fa {
	color: #CCC;
	font-size: 25px;
	margin: 10px 0 0 -34px;
	position: absolute;
}

.controls .fa-spinner {
	color: #CCC;
}

.controls .fa-check , .controls .fa-spinner {
	margin: 10px 0 0 -45px;
}

p.message {
	font-size: 12px;
	text-align: center;
	height: 20px;
	color: #333 !important;
}

form.success-full .fa, form.success-full .message {
	color: #26C281;
}

form.error .fa, form.error .message {
	color: #cb4848;
}

form.bad-email .fa, form.bad-email .message {
	color: #cb4848;
}

/* ================================= */
/* ::::::::::::: 6. Map :::::::::::: */
/* ================================= */

/* Set a size for our map container, the Google Map will take up 100% of this container */

#map {
	height: 500px;
	margin: auto;
	width: 100%;
}

h2 small {
	font-weight: 300;
	color: #333333;
}

/* ================================= */
/* ::::::::::: 7. Footer ::::::::::: */
/* ================================= */

footer {
	background-color: #323a45;
    border-top: 1px solid #efefef;
    display: block;
    height: 85px;
    position: relative;
}

footer p {
	margin: 0;
	color: #ced3d8;
	font-size: 12px;
}

.sentence-left {
	text-align: left;
	height: 85px;
    line-height: 85px;
}

.links-right {
	text-align: right;
	height: 85px;
	color: #ced3d8;
    font-size: 12px;
    line-height: 85px;
}

.links-right a {
	color: #ced3d8;
    font-size: 12px;
    line-height: 85px;
}

.separator-link {
	color: #6C7A89;
	padding: 0 5px;
}

.fa-heart {
	color:#F62459;
}

/* ================================= */
/* :::::::::: 8. Loading ::::::::::: */
/* ================================= */

.globload {
	background: #2B2D35;
	width: 100%;
	height: 105%;
	position: fixed;
	z-index: 100000;
	bottom: 0;
	top: -5%;
	left: 0;
	box-shadow: 0 8px 10px #000;
	-webkit-box-shadow: 0 8px 10px #000;
	-moz-box-shadow: 0 8px 10px #000;
}

.globload h6 {
	font-family: "Ubuntu", 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
}

.loading-logo {
	margin: auto;
	height: 80px;
}

.globload img {
	 display:block;
	 margin:auto;
	 margin-bottom:20px;
}

.spinner {
  height: 36px;
  width: 36px;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  -webkit-animation: rotation 0.6s infinite linear;
          animation: rotation 0.6s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/* ================================= */
/* ::::::: 9. Media Queries :::::::: */
/* ================================= */

/* Notebook desktop */
@media (min-width: 980px) and (max-width: 1600px) {

	#coming-soon {
		padding: 120px 0;
	}

	#brand-logo {
		margin-bottom: 10px;
	}

	#parallax-backstretch {
		height:100%;
	}

	.welcome-section h4 {
		font-size: 17px;
		line-height: 20px;
	}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	#coming-soon {
		padding: 100px 0;
	}

	.welcome-section h4 {
		font-size: 17px;
		line-height: 20px;
	}

	#countdown_dashboard .dash-glob:nth-child(3) {
		border: none;
	}

	.digit {
		font-size: 80px
	}

	.subscribe-newsletter:hover {
    	border: 15px solid #f1e7c0;
	}

	#subscribe button.submit {
		width: 70%;
		margin: auto;
	}

	#subscribe .form-control {
		width: 70%;
		border: 1px solid #F8F8F8;
		border-radius: 0px;
		margin: auto;
		margin-bottom: 10px;
		color: #333333;
		float: none;
	}

	#subscribe input#mail-sub {
		border: 1px solid #CCC;
	}

	#subscribe button.submit {
		border-radius: 0px;
		color: #000;
		font-size: 16px;
		line-height: 20px;
		padding: 11px 16px;
	}

	.controls .fa {
		display: none;
	}

	.sentence-left , .links-right {
		text-align: center !important;
	}

	footer {
		padding: 0 !important;
		height: auto !important;
	}

	.sentence-left {
		background: #323a45;
	}

	.links-right {
		background: #333;
		height: 30px;
		line-height: 30px !important;
	}

	.links-right a {
		color: #CCC;
		line-height: 30px !important;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	#coming-soon {
		padding: 130px 0 100px;
	}

	#brand-logo {
		max-width: 150px;
	}

	.main section.welcome-section h1 {
		font-size: 35px;
	}

	.block-phone {
		top: 0px;
		width: 100%;
		left: 0px;
		background: rgba(51, 71, 89, 0.7);
		border-bottom: 1px solid #FFF;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}

	.block-phone a {
		display: block;
		text-align: center;
		height: 100%;
		width: 100%;
	}

	.social-buttons {
		right: 0px;
		top: 41px;
		width: 100%;
	}

	#welcome h4 {
		min-height: 80px;
	}

	#link-box a.subscribe-button:first-child {
		margin-bottom: 10px;
	}

	.digit {
		font-size: 50px;
	}

	.day-only .digit {
		font-size: 130px;
		height: 130px;
		line-height: 130px;
		letter-spacing: 12px;
	}

	#countdown_dashboard .dash-glob:nth-child(3) {
		border: none;
	}

	.subscribe-newsletter:hover {
    	border: 15px solid #f1e7c0;
	}

	#subscribe button.submit {
		width: 100%;
	}

	#subscribe .form-control {
		width: 100%;
		border: 1px solid #F8F8F8;
		border-radius: 0px;
		margin-bottom: 10px;
		color: #333333;
	}

	#subscribe input#mail-sub {
		width: 100%;
		border: 1px solid #CCC;
	}

	#subscribe button.submit {
		border-radius: 0px;
		color: #000;
		font-size: 16px;
		line-height: 20px;
		padding: 11px 16px;
		width: 100%;
		margin-left: 0;
	}

	.controls .fa {
		display: none;
	}

	.info-content {
		max-width: 200px;
		padding: 10px 0px 10px 10px;
	}

	.sentence-left , .links-right {
		text-align: center !important;
	}

	footer {
		padding: 0 !important;
		height: auto !important;
	}

	.sentence-left {
		background: #323a45;
	}

	.links-right {
		background: #333;
		height: 30px;
		line-height: 30px !important;
	}

	.links-right a {
		color: #CCC;
		line-height: 30px !important;
	}

}

/* Landscape phones and down */
@media (max-width: 480px) {


}
