@import url("fonts.css");
@import url("ionicons.min.css");


/* ===================================================================
 * 02. base style overrides - (_document-setup)
 *
 * ------------------------------------------------------------------- */
html {
	font-size: 10px;
}
@media only screen and (max-width:1024px) {
	html {
		font-size: 9.375px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 10px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 9.375px;
	}
}
html, body {
	height: 100%;
}
body {
	background: #FFFFFF;
	font-family: "roboto-regular", sans-serif;
	font-size: 1.6rem;
	line-height: 3rem;
	color: #333333;
}

/* ------------------------------------------------------------------- 
 * links - (_document-setup) 
 * ------------------------------------------------------------------- */
a, a:visited {
	color: #057f78;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	color: #000000;
}

/* ===================================================================
 * 03. typography & general theme styles - (_document-setup.scss)
 *
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
	font-family: "roboto-black", sans-serif;
	color: #151515;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-bottom: 2.1rem;
}
h3, .h03, h4, .h04 {
	margin-bottom: 1.8rem;
}
h5, .h05, h6, .h06 {
	margin-bottom: 1.2rem;
}
h1, .h01 {
	font-size: 3.1rem;
	line-height: 1.35;
	letter-spacing: -.1rem;
}
@media only screen and (max-width:600px) {
	h1, .h01 {
		font-size: 2.6rem;
		letter-spacing: -.07rem;
	}
}
h2, .h02 {
	font-size: 2.4rem;
	line-height: 1.25;
}
h3, .h03 {
	font-size: 2rem;
	line-height: 1.5;
}
h4, .h04 {
	font-size: 1.7rem;
	line-height: 1.76;
}
h5, .h05 {
	font-size: 1.4rem;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: .2rem;
}
h6, .h06 {
	font-size: 1.3rem;
	line-height: 1.85;
	text-transform: uppercase;
	letter-spacing: .2rem;
}
p img {
	margin: 0;
}
p.lead {
	font-family: "roboto-light", serif;
	font-size: 2rem;
	line-height: 1.8;
	color: #4d4d4d;
}
@media only screen and (max-width:768px) {
	p.lead {
		font-size: 1.8rem;
	}
}
em, i, strong, b {
	font-size: 1.6rem;
	line-height: 3rem;
	font-style: normal;
	font-weight: normal;
}
em, i {
	font-family: "roboto-italic", serif;
}
strong, b {
	font-family: "roboto-bold", serif;
}
small {
	font-size: 1.1rem;
	line-height: inherit;
}
blockquote {
	margin: 3rem 0;
	padding-left: 4rem;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-size: 8rem;
	line-height: 0px;
	margin: 0;
	color: #333;
	font-family: arial, sans-serif;
	position: absolute;
	top: 3rem;
	left: 0;
}
blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 1.9rem;
	line-height: 1.75;
}
blockquote cite {
	display: block;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 1.65;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
	color: #4d4d4d;
	border: none;
}
abbr {
	font-family: "roboto-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .05rem;
	color: #4d4d4d;
}
var, kbd, samp, code, pre {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}
pre {
	padding: 2.4rem 3rem 3rem;
	background: #F1F1F1;
}
code {
	font-size: 1.4rem;
	margin: 0 .2rem;
	padding: .3rem .6rem;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
}
pre > code {
	display: block;
	white-space: pre;
	line-height: 2;
	padding: 0;
	margin: 0;
}
pre.prettyprint > code {
	border: none;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
mark {
	background: #FFF49B;
	color: #000;
}
hr {
	border: solid #d2d2d2;
	border-width: 1px 0 0;
	clear: both;
	margin: 2.4rem 0 1.5rem;
	height: 0;
}

/* -------------------------------------------------------------------
 * Spacing - (_document-setup)
 * ------------------------------------------------------------------- */
button, .button {
	margin-bottom: 1.2;
}
fieldset {
	margin-bottom: 1.5rem;
}
input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
	margin-bottom: 3rem;
}

/* -------------------------------------------------------------------
 * floated image - (_document-setup)
 * ------------------------------------------------------------------- */
img.pull-right {
	margin: 1.5rem 0 0 3rem;
}
img.pull-left {
	margin: 1.5rem 3rem 0 0;
}

/* -------------------------------------------------------------------
 * block grids paddings
 * ------------------------------------------------------------------- */
.bgrid {
	padding: 0 20px;
}
@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}
}
@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}
}
@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}
}
@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}
}




/* -------------------------------------------------------------------
 * Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: gray;
}
:-moz-placeholder {
	color: gray;  /* Firefox 18- */
}
::-moz-placeholder {
	color: gray;  /* Firefox 19+ */
}
:-ms-input-placeholder {
	color: gray;
}
.placeholder {
	color: gray !important;
}

/* ===================================================================
 * 06. buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	font-family: "roboto-black", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	height: 5.4rem;
	line-height: 5.4rem;
	padding: 0 3rem;
	margin: 0 .3rem 1.2rem 0;
	background: #d8d8d8;
	color: #313131;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	background: #bebebe;
	color: #000000;
	outline: 0;
}

.button.button-primary,
a.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	background: #034e4a;
	color: #FFFFFF;
}

.button.button-primary:hover,
a.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
	background: #1f1f1f;
}

button.full-width,
.button.full-width {
	width: 100%;
	margin-right: 0;
}

button.medium,
.button.medium {
	height: 5.7rem !important;
	line-height: 5.7rem !important;
	padding: 0 1.8rem !important;
}

button.large,
.button.large {
	height: 6rem !important;
	line-height: 6rem !important;
	padding: 0rem 3rem !important;
}

button.stroke,
.button.stroke {
	background: transparent !important;
	border: 3px solid #313131;
	line-height: 4.8rem;
}

button.stroke.medium,
.button.stroke.medium {
	line-height: 5.1rem !important;
}

button.stroke.large,
.button.stroke.large {
	line-height: 5.4rem !important;
}

button.stroke:hover,
.button.stroke:hover {
	border: 3px solid #034e4a;
	color: #034e4a;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}




/* ===================================================================
 * 08. header styles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
header {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 700;
}
header .row {
	height: auto;
	max-width: 1290px;
	position: relative;
}

/* -------------------------------------------------------------------
 * header logo - (_layout.css)
 * ------------------------------------------------------------------- */
header .logo {
	position: absolute;
	left: 26px;
	top: 0;
	margin-top: 78px;
}
header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	border: none;
	width: 97px;
	height: 84px;
	background: url("../images/logo.png") no-repeat center;
	background-size: 97px 84px;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* -------------------------------------------------------------------
 * header social - (_layout.css)
 * ------------------------------------------------------------------- */
header .social-links {
	position: absolute;
	right: 20px;
	top: 78px;
	text-align: right;
}

header .social-links ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 2.7rem;
}

header .social-links ul li {
	display: inline-block;
	padding: 0 .9rem;
}

header .social-links ul li:last-child {
	padding-right: 0;
}

header .social-links ul li a,
header .social-links ul li a:visited {
	color: #FFFFFF;
}

header .social-links ul li a:hover,
header .social-links ul li a:focus {
	color: #7f8c8d;
}

/* -------------------------------------------------------------------
 * responsive:
 * header section
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1024px) {
	header .logo {
		left: 24px;
		margin-top: 42px;
	}
	header .logo a {
		width: 90px;
		height: 78px;
		background-size: 90px 78px;
	}
	header .social-links {
		right: 18px;
		top: 54px;
	}
}
@media only screen and (max-width:768px) {
	header .logo {
		left: 51px;
		margin-top: 36px;
	}
	header .logo a {
		width: 80px;
		height: 70px;
		background-size: 80px 70px;
	}
	header .social-links {
		right: 45px;
		top: 48px;
	}
}
@media only screen and (max-width:600px) {
	header .logo {
		left: 41px;
		margin-top: 30px;
	}
	header .logo a {
		width: 70px;
		height: 61px;
		background-size: 70px 61px;
	}
	header .social-links {
		right: 41px;
		top: 42px;
	}
	header .social-links ul {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width:500px) {
	header .logo {
		left: 35px;
	}
	header .social-links {
		right: 35px;
	}
	header .social-links ul {
		font-size: 2.1rem;
	}
	header .social-links ul li {
		padding: 0 .6rem;
	}
}
@media only screen and (max-width:380px) {
	header .logo {
		left: 30px;
		margin-top: 30px;
	}
	header .logo a {
		width: 60px;
		height: 52px;
		background-size: 60px 52px;
	}
	header .social-links ul {
		font-size: 2rem;
	}
	header .social-links li {
		padding: 0 .3rem;
	}
}

/* ===================================================================
 * 09. home - (_layout.scss)
 *
 * ------------------------------------------------------------------- */

#home {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:block;
}

#home .row {
	max-width: 1290px;
}

.content-wrap-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.main-content-tablecell {
	display: table-cell;
	vertical-align: bottom;
	z-index: 700;
}
.main-content-tablecell .row {
	position: relative;
	padding-top: 4.2rem;
	padding-bottom: 4.2rem;
}

.main-content-tablecell h1 {
	font-size: 4.2rem;
	line-height: 1.143;
	color: #FFFFFF;
	margin-bottom: 1.2rem;
	max-width: 600px;
	position: relative;
}
.main-content-tablecell p {
	color: rgba(255, 255, 255, 0.3);
	font-family: "roboto-regular", sans-serif;
	font-size: 1.8rem;
	max-width: 600px;
}


@-webkit-keyframes vertical {
	0%, 60%, 80%, 100% {
		-webkit-transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(-5px);
	}
	40% {
		-webkit-transform: translateY(20px);
	}
}
@keyframes vertical {
	0%, 60%, 80%, 100% {
		-webkit-transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(-5px);
	}
	40% {
		-webkit-transform: translateY(20px);
	}
}

/* -------------------------------------------------------------------
 * responsive:
 * home section
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
	.main-content-tablecell #counter {
		margin-bottom: 2.4rem;
	}
	.main-content-tablecell #counter span {
		font-size: 11rem;
	}
}
@media only screen and (max-width:1024px) {
	.main-content-tablecell h1 {
		font-size: 3.5rem;
	}
	.main-content-tablecell p {
		font-size: 1.7rem;
	}
}
@media only screen and (max-width:768px) {
	.main-content-tablecell #counter {
		margin-bottom: 1.2rem;
	}
	.main-content-tablecell #counter span {
		font-size: 10.4rem;
	}
	.main-content-tablecell .row {
		padding-bottom: 12rem;
	}
	.main-content-tablecell h1 {
		font-size: 3.2rem;
	}
	.main-content-tablecell p {
		font-size: 1.6rem;
	}
	.scroll-icon {
		right: 45px;
	}
	.scroll-icon .scroll-text {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width:600px) {
	#home {
		min-height: 700px;
	}
	.main-content-tablecell #counter {
		margin-bottom: .9rem;
	}
	.main-content-tablecell #counter span {
		font-size: 8.4rem;
	}
	.main-content-tablecell h1 {
		font-size: 2.7rem;
	}
}
@media only screen and (max-width:500px) {
	.main-content-tablecell #counter span {
		font-size: 7.2rem;
	}
}
@media only screen and (max-width:400px) {
	#home {
		min-height: 600px;
	}
	.main-content-tablecell #counter {
		margin-bottom: 1.5rem;
	}
	.main-content-tablecell #counter span {
		font-size: 6rem;
		margin-bottom: .9rem;
	}
	.main-content-tablecell #counter span sup {
		font-size: .2em;
		top: -2.8em;
	}
	.main-content-tablecell h1 {
		font-size: 2.4rem;
	}
}

/* twinkling starts */

@keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
	from {background-position:0 0;}
	to {background-position:-10000px 5000px;}
}

.stars {
	background:#000 url(../images/stars.png) repeat top center;
}

.twinkling{
	background:transparent url(../images/twinkling.png) repeat top center;
	-moz-animation:move-twink-back 200s linear infinite;
	-ms-animation:move-twink-back 200s linear infinite;
	-o-animation:move-twink-back 200s linear infinite;
	-webkit-animation:move-twink-back 200s linear infinite;
	animation:move-twink-back 200s linear infinite;
}

/* subscribe form
------------------------------------------ */
.subscribe {
	clear: both;
	max-width: 600px;
}

.subscribe input {
	display: inline-block;
	float: left;
	border: none;
	font-size: 15px;
}

.subscribe input[type="email"] {
	height: 54px;
	color: #fff;
	line-height: 30px;
	padding: 12px 15px 12px 20px;
	border-radius: 3px 0 0 3px;
	background: rgba(255, 255, 255, 0.25);
	width: 65%;
}

.subscribe input[type="submit"] {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px;
	height: 54px;
	padding: 12px 25px 12px 25px;
	border-radius: 0 3px 3px 0;
	background: white;
	width: 30%;
	text-align: center;
	color: black;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.subscribe input[type="submit"]:hover {
	background: #7f8c8d;
}

@media only screen and (max-width:900px) {
	.subscribe {
		width: 70%;
	}

	.subscribe input[type="email"] {
		width: 60%;
	}

	.subscribe input[type="submit"] {
		width: 40%;
	}

}

@media only screen and (max-width:768px) {
	.subscribe {
		width: 80%;
		margin-bottom: 30px;
	}

	.subscribe input[type="email"] {
		width: 55%;
	}

	.subscribe input[type="submit"] {
		width: 45%;
	}

}

@media only screen and (max-width:600px) {
	.subscribe {
		width: 100%;
		margin-bottom: 24px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.subscribe input[type="email"] {
		width: 100%;
		float: none;
		margin-bottom: 0;
		border-radius: 3px 3px 0 0;
		text-align: center;
	}

	.subscribe input[type="submit"] {
		width: 100%;
		float: none;
		border-radius: 0 0 3px 3px;
	}

}

@media only screen and (max-width:400px) {
	.subscribe {
		padding-left: 0;
		padding-right: 0;
	}

}
