@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
	content: "\e600";
}
.icon-envelope:before {
	content: "\e601";
}
.icon-office:before {
	content: "\e602";
}

html {
    background: url(images/bg.jpg) fixed no-repeat center center;
    background-size: 100%;
    background-size: cover;
    height: 100%;
}

body.splash {
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', arial, sans-serif;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
	background: #fff !important;
}

a img {
	border: 0;
}

.clear {
    clear: both;
}

.splash__container {
	max-height: 100%;
	padding: 20px;
}

.splash__main {
	margin: 0 auto;
	border-radius: 3px;
	overflow: hidden;
}

.splash__header {
	text-align: center;
}

.splash__logo {
    float: left;
	border-bottom: 2px solid #00b0ed;
	padding-bottom: 15px;
	margin: 0 0 25px;
}

.splash__logo img {
    max-width: 400px;
    max-height: 200px;
	margin-right: -60px;
}

/* CONTENT */

.splash__content {
	max-width: 600px;
	clear: both;
	float: left;
    font-size: 14px;
    line-height: 1.4;
}

.splash__content p {
    margin: 0 0 10px;
}

a {
    text-decoration: none;
    color: #4879A3;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #263d51;
}

.splash__content h1 {
	font-size: 36px;
	font-weight: 300;
	color: #00b0ed;
	margin: 0 0 10px;
	line-height: 1;
}

.splash__content h2 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #666;
	font-weight: 600;
}

.splash__contact {
    line-height: 1.7;
	float: right;
	text-align: left;
	padding: 50px 0 0;
}

.splash__contact a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.3s;
    display: block;
}

.splash__contact a i {
    padding: 0 5px;
}

/* FORM */

.splash__form {
	float: right;
    margin: 15px 0 0 50px;
	width: 220px;
}
.splash__form label {
    font-size: 13px;
    display: block;
}
.splash__form input, .splash__form textarea {
	width: 100%;
	border: 1px solid #aaa;
	padding: 6px 10px;
	border-radius: 3px;
	box-shadow: inset 1px 1px 5px #eee;
	font-family: "Swiss 721 W01",Arial,sans-serif;
	margin: 0 0 10px;
}
.splash__form textarea {
    height: 95px;
}
.splash__form input[type='submit'] {
	background: #00b0ed;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 2;
	padding: 4px 20px;
	border: 0;
	border-radius: 0 10px;
	width: 100%;
	font-family: "Swiss 721 W01",Arial,sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: none;
	text-shadow: none;
}
.splash__form input[type='submit']:hover {
    background: #333;
}

.splash__copyright {
    font-size: 10px;
    text-align: center;
    cursor: default;
    color: #999;
    padding: 20px 30px 30px;
	clear: both;
}

.splash__copyright a {
    color: #999;
    text-decoration: none;
}

.gform_fields {
    margin: 0;
    padding: 0;
    list-style: none;
}