@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  font-size: 20px;
  font-family: 'Roboto', helvetica, sans-serif;
  font-weight: 300;
  color: #6e6e6e;
  background: rgba(0,0,0,.1) }

a {
  color: #515151;
  text-decoration: none; }

p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

h1 {
  margin: 0;
  font-weight: 300; }

h2 {
  margin: 0;
  font-weight: 300; }

h3 {
  margin: 0;
  font-weight: 300; }

ul {
  list-style-type: none;
  padding: 0; }

#header {
	background: #00bfa5;
}
#title {
	padding: 2px;
	font-weight: 400;
	color: #333;
	float: left;
}
#icon-search {
	width: 28px;
	height: 28px;
	padding: 10px;
	margin-top: -2px;
	margin-right: 20px;
	float: right;
	display: none;
}
#content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	/*min-height: 2000px;*/
}
#content-top-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*overflow: hidden;*/
}
#content-top {
	width: 100%;
	height: 100%;
	/*position: absolute;*/
	background: #1de9b6;
	background-size: cover;
	z-index: -10;
	top: 0;
	left: 0;
	/*
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	*/
}
#logo {
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
#logo img {
	width: 220px;
	margin-top: 60px;
}
.content-mid {
	width: 100%;
	/*height: 85%;*/
}
.top-bg {
	width: 100%;
	height: 200px;
	background: #1de9b6;
	position: fixed;
}
#search-popup {
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	background: #fff;
	padding: 24px;
  	transition: all 0.3s ease-out;
  	transform: translateX(10%) translateY(-40%) scale(.8);
}
.popup_visible #search-popup {
  	transform: translateX(0) translateY(0) scale(1);
}

#main-content {
	width: 1280px;
	margin: 58px auto 0 auto;
	padding:0;
	display: -webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	flex-flow:row wrap;
	-webkit-box-pack: space-between;
	-moz-box-pack: space-between; 
	-ms-flex-pack: space-between; 
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.card {
	margin: 10px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	background: #fff;
	overflow: hidden;
}
.card-text {
	padding: 24px;
}
.form-buttons {
	width: 960px;
	padding: 0 24px;
	margin: 0 auto;
}
.button {
	width: 60px;
	margin: 10px 0 24px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	background: #00bfa5;
	color: #fff;
	overflow: hidden;
	padding: 10px 24px;
	margin-left: auto;
	text-align: center;
	display: block !important;
}
.button:hover {
	background: #1de9b6 !important;
}
.textboxdyn { 
	font-family:'Roboto', helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color:#000;
	background:#fff;
	outline:0;
	border-radius:0.2em;
	padding:5px 10px;
	border:solid 1px #ccc;
	margin-bottom:5px;
	margin-right:5px;
	width:250px;
}
.userbox {
	width:250px;
}
.top-subtitle {
	display: block;
}
.side-subtitle {
	display: none;
	float: left;
}
#text-about {
	width: 60%;
	/*height: 85%;*/
	margin: 50px auto;
	text-align: center;
}
#links-big-container {
	margin: 50px auto;
	width: 60%;
	min-height: 100px;
}
.links-big {
	float: left;
	width: 29%;
	padding: 2%;
	margin: 0 auto;
	text-align: center;
}
.clear {
	clear: both;
}
@media only screen and (min-width: 10px) and (max-width: 1024px) {
	#main-content {
		width: 640px;
	}
	.form-buttons {
		width: 640px;
	}
	.top-subtitle {
		display: block;
	}
	.side-subtitle {
		display: block;
		width: 150px;
	}
	.userbox { 
		width: 350px;
	}
}

@media only screen and (min-width: 10px) and (max-width: 680px) {
	#main-content {
		width: 480px;
	}
	.form-buttons {
		width: 480px;
	}
	.side-subtitle {
		width: 150px;
	}
}

@media only screen and (min-width: 10px) and (max-width: 520px) {
	#main-content {
		width: 320px;
	}
	.form-buttons {
		width: 320px;
	}
	.userbox { 
		width: 200px;
	}
	#text-about {
		width: 80%;
		/*font-size: .6em;*/
	}
	#links-big-container {
		width: 300px;
	}
	.links-big {
		float: none;
	}
}

@media only screen and (min-height: 10px) and (max-height: 600px) {
	#logo img {
		width: 110px;
	}
}