/*  ================================================
	
	Name: SomosGud
	
	
	================================================ */

/* Import fonts and icons */
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600");

/* 1. Reset */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 2. Content elements */
html, 
body {
	height: 100%
}

body {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	background: #f8fdfd;
	color: #87939c;
	line-height: 1.6;
}

a {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

a:hover {
	color: #fde901;
	text-decoration: none;
	border-bottom: transparent;
}

/* List elements */
ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

@media screen and (max-width: 980px) {
	ul.icons li .icon {
		font-size: .8em;
	}
}

ul.icons li .icon:before {
	font-size: 1.5em;
}

input {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

#background {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

#page {
	position: relative;
	z-index: 2;
	padding-top: 200px;
	padding-bottom: 0px;
	overflow-x: hidden;
}

@media only screen and (max-width: 480px) {
	#page {
		padding-top: 50px;
	}
}

.page-message {
	font-size: 5.5rem;
	font-weight: 600;
	color: rgba(127, 232, 216, 0.3);
	position: absolute;
	top: 10px;
	left: 20px;
	line-height: 1;
}

@media only screen and (max-width: 768px) {
	.page-message {
		font-size: 4.75rem;
	}
}

@media only screen and (max-width: 480px) {
	.page-message {
		font-size: 3rem;
	}
}

.navigation {
	position: absolute;
	right: 80px;
	top: 30px;
}

.navigation a {
	color: #FD6868;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration: none;
	margin-left: 20px;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.navigation a:hover {
	color: #FD6868;
}

@media only screen and (max-width: 767px) {
	.navigation {
		display: none;
	}
}

.social {
	color: #FD6868;
	font-weight: 400;
	position: absolute;
	right: 40px;
	left: 40px;
	top: 25px;
	text-transform: capitalize;
	-webkit-transform-origin: right 50%;
	   -moz-transform-origin: right 50%;
		-ms-transform-origin: right 50%;
			transform-origin: right 50%;
	-webkit-transform: rotate(90deg) translate3d(100%, 0, 0);
	   -moz-transform: rotate(90deg) translate3d(100%, 0, 0);
		-ms-transform: rotate(90deg) translate3d(100%, 0, 0);
			transform: rotate(90deg) translate3d(100%, 0, 0);
}

.social a {
	color: #FD6868;
	opacity: .7;
	text-decoration: none;
	margin-left: 5px;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.social a:hover {
	color: #FD6868;
}

@media only screen and (max-width: 767px) {
	.social {
		display: none;
	}
}

h1 {
	font-size: 5.5rem;
	font-weight: 600;
	color: #FD6868;
	padding: 0 0 2rem 0;
}

@media only screen and (max-width: 419px) {
	h1 {
		font-size: 3em;
	}
}

.subheadline {
	color: #102739;
	font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
	.subheadline {
		display: inline-block;
		border-left: 1px solid rgba(0, 0, 0, 0.15);
		padding-left: 30px;
		margin-left: 30px;
	}
}

.subheadline div {
	line-height: 1;
	font-size: 1.8rem;
}

h2 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #102739;
	text-transform: capitalize;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

section {
	max-width: 750px;
	padding: 0 30px;
	margin: 80px auto 0 auto;
	position: relative;
}

p {
	margin: 20px 0;
}

#the-team {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 25px;
}

.team-member {
	position: relative;
	float: left;
	margin: auto;
	width: 50%;
	padding-top: 20px;
}

@media only screen and (max-width: 700px) {
	.team-member {
		width: 50%
	}
}

@media only screen and (max-width: 480px) {
	.team-member {
		width: 100%
	}
}

.team-member a {
	color: #FD6868;
	text-decoration: none;
}

.team-member .team-member-caption {
	color: #102739;
	margin-top: 2px;
}

.team-member .member {
	position: relative;
	display: block;
	margin:auto;
	height: 175px;
	width: 200px;
}

@media only screen and (max-width: 768px) {
		.team-member .member {
			height: 170px;
			width: 200px;
	}
}

.team-member:hover .team-member-image {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s 0.3s;
		 -o-transition: opacity 0.3s 0.3s;
			transition: opacity 0.3s 0.3s;
}

.team-member:hover:before {
	opacity: 0.5;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
			transform: rotate(90deg);
}

.team-member-caption {
	font-weight: 400;
	font-size: 1.2rem;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	margin-top: -20px;
}

.team-member-caption div {
	font-size: 1rem;
}

.team-member-social {
	margin-top: 10px;
	margin-bottom: 50px;
	text-align: center;
}

.team-member-social .icons a {
	font-size: .8em;
	color: #87939c;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.team-member-social .icons a:hover {
	color: #FD6868;
}

.subscribe-section {
	position: relative;
	-webkit-perspective: 800px;
	   -moz-perspective: 800px;
			perspective: 800px;
}

.subscribe-section.sendet .subscribe-form {
	-webkit-transform: rotateX(180deg);
	   -moz-transform: rotateX(180deg);
			transform: rotateX(180deg);
}

.subscribe-section.sendet .subscribe-section-message {
	-webkit-transform: rotateX(0);
	   -moz-transform: rotateX(0);
			transform: rotateX(0);
}

.subscribe-form,
.subscribe-section-message {
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.8s;
	   -moz-transition: -moz-transform 0.8s;
		 -o-transition: -o-transform 0.8s;
			transition: transform 0.8s;
}

.subscribe-input {
	font-size: 1.8rem;
	font-weight: 300;
	width: 100%;
	border: 0;
	background: none;
	line-height: 1.6;
	color: #FD6868;
	outline: none;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-top: 20px;
	width: 100%;
	display: block;
}

@media only screen and (max-width: 419px) {
	.subscribe-input {
		font-size: 1.2rem;
	}
}

.subscribe-input:-moz-placeholder {
	color: rgba(253, 104, 104, 1);
}

.subscribe-input::-moz-placeholder {
	color: rgba(253, 104, 104, 1);
}

.subscribe-input:-ms-input-placeholder {
	color: rgba(253, 104, 104, 1);
}

.subscribe-input::-webkit-input-placeholder {
	color: rgba(253, 104, 104, 1);
}

.subscribe-input.invalid {
	border-color: red;
}

.subscribe-section-message {
	font-size: 2.2rem;
	font-weight: 300;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 1.6;
	-webkit-transform: rotateX(-180deg);
	   -moz-transform: rotateX(-180deg);
			transform: rotateX(-180deg);
}

@media only screen and (max-width: 419px) {
	.subscribe-section-message {
		font-size: 1rem;
	}
}


.subscribe-button {
	font-size: 1.8rem;
	font-weight: 400;
	color: #FD6868;
	position: absolute;
	right: 0;
	top: 0;
	height: 60%;
	cursor: pointer;
	opacity: .6;
}
input[type="button"]{
	border: none;
	outline: none;
	background: none;
	padding: 0px;
	margin:0px;
} 

.mail-success{
	font-weight: 400;
	color:rgb(107, 202, 12);
}
.mail-fail{
	font-weight: 400;
	color:rgb(253, 0, 93);
}


@media only screen and (max-width: 419px) {
	.subscribe-button {
		font-size: 1.2rem;
	}
}

.subscribe-button:hover {
	opacity: 1;
}

/* Icons */
.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.icon > .label {
	display: none;
}

.large-icon {
	font-size: 80px;
}

@media screen and (max-width: 480px) {
	.large-icon {
		font-size: 60px;
	}
}

@media screen and (max-width: 320px) {
	.large-icon {
		font-size: 45px;
	}
}

.medium-icon {
	font-size: 60px;
}

@media screen and (max-width: 480px) {
	.medium-icon {
		font-size: 50px;
	}
}

.small-icon {
	font-size: 40px;
}

@media screen and (max-width: 480px) {
	.small-icon {
		font-size: 30px;
	}
}

/* Footer elements */
#footer {
	text-align: center;
	width: 100% !important;
	position: relative;
	padding: 2em 0 2em 0;
}

@media screen and (max-width: 1280px) {
	#footer {
		bottom: auto;
		left: auto;
		padding: 2em 0 2em 0;
		position: relative;
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	#footer {
		bottom: auto;
		left: auto;
		padding: 2em 0 2em 0;
		position: relative;
		width: 100%;
	}
}

@media screen and (max-width: 980px) {
	#footer {
		bottom: auto;
		left: auto;
		padding: 2em 0 2em 0;
		position: relative;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 736px) {
	#footer {
		padding: 2.25em 0;
	}
}

#footer .icons {
	margin: 1em 0 0 0;
	font-size: .75em;
}

@media screen and (max-width: 980px) {
	#footer .icons {
		margin: 0 0 .3em 0;
		font-size: .875em;
	}
}

#footer .icons a {
	color: #87939c;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

#footer .icons a:hover {
	color: #FD6868;
}

#footer .company-info {
	padding-top: 1em;
}

#footer .company-info p {
	font-size: 0.8em;
	color: #87939c;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}

#footer .copyright {
	font-size: 0.8em;
	color: #87939c;
	margin: .25em 0 0 0;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 980px) {
	#footer .copyright {
		margin: 0 0 1em 0;
	}
}

#footer .copyright li {
	display: inline-block;
	line-height: 1em;
	margin-left: 0.75em;
	padding-left: 0.75em;
}

@media screen and (max-width: 1280px) {
	#footer .copyright li {
		border-left-width: 0;
		display: block;
		line-height: 2.25em;
		margin-left: 0;
		padding-left: 0;
	}
}

@media screen and (max-width: 980px) {
	#footer .copyright li {
		border-left-width: 1px;
		display: inline-block;
		line-height: 1em;
		margin-left: 0.75em;
		padding-left: 0.75em;
	}
}

@media screen and (max-width: 480px) {
	#footer .copyright li {
		border-left-width: 0;
		display: block;
		line-height: 2.25em;
		margin-left: 0;
		padding-left: 0;
	}
}

#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer .copyright li a {
	color: #87939c;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

#footer .copyright li a:hover {
	color: #16e5bf;
}.h1 {
}
