body {
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	color: black;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	background-color: #282828;	
}

.container {
	width: 1200px;
	margin: auto;
}
.container_small {
	width: 900px;
}

header {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 82px;
	background-color: white;
	padding-top: 20px;
}
header.sub_page {
	padding-bottom: 14px;
}

header .logo {
	float: left;
	width: 200px;
}
header .logo img {
	width: 100%;
}

header .content_border_top_alt {
	height: 50px;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-top: -1px;
}

nav.login_menu {
	float: right;
	/*width: 60%;*/
	text-align: right;
	font-size: 15px;
	font-weight: 300;
	margin-top: 20px;
}
nav ul li {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}
nav.login_menu ul li i {
	font-size: 12px;
	color: rgb(81, 81, 81);
	padding-left: 10px;
}
nav ul li a {
	color: black !important;
}
nav ul li.special_menu_button {
	padding-right: 0;
	margin-left: 20px
}
nav ul li.login_menu_button a {
	color: #d91724 !important;
}
nav ul li.special_menu_button a {
	background-color: #d91724;
	color: white !important;
	padding: 12px 17px;
	border: 3px solid #d91724;
	border-radius: 10px; 
}
nav ul li.special_menu_button a:hover {
	color: black !important;
	background-color: white;
	text-decoration: none;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.logo_header_content {
	margin-top: 60px;
}
.padding_top_default {
	padding-top: 60px;
}
.padding_top_120 {
	padding-top: 120px;
}

.login_menu_line {
	color: rgba(255, 255, 255, 0.4)
}

.login_menu_small_btn {
	font-size: 12px;
	font-weight: normal;
	padding-top: 0;
}

.logo_header {
	float: left;
	width: 100%;
	background-color: #d91724;	
	background-image: url('/images/website/Velisoft_background.png');
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
}

.logo_header_foreground {
	float: left;
	width: 100%;
	background: rgb(20,87,137);
	background: linear-gradient(122deg, rgba(20,87,137,0.5) 0%, rgba(217,23,36,0.5) 100%);
	position: relative;
}
.logo_header_foreground h1 {
	color: white;
}
.logo_header_foreground h3 {
	color: rgb(215, 215, 215);
}

.logo_header .container {
	text-align: center;
	margin-top: 200px;
	margin-bottom: 300px;
}

.logo_header .container .logo img {
	margin: auto;
	width: 440px;
	z-index: 99;
	position: relative;
}

.page_content {
	float: left;
	width: 100%;
	position: relative;
	/*z-index: 999;*/
	/*margin-top: -255px;*/
	margin-top: 110px;
	
}
.page_content_home {
	margin-top: 750px;
}

.page_content.move_top {
	margin-top: -370px;
}

main {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	background-color: white;
}

.main_no_padding {
	padding-top: 0;
	padding-bottom: 0;
}

h1, h2 {
	text-align: center;
	font-size: 55px;
	color: black;
	font-weight: bold;
	line-height: 65px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
}

h2 {
	font-size: 35px;
	line-height: 40px;
}

/* Subtext */
h3 {
	text-align: center;
	font-size: 25px;
	line-height: 33px;
	color: #444444;
}
.content_left h3 {
	text-align: inherit;
}

/* Webapp line */
h4 {
	text-transform: uppercase;
	font-style: bold;
	color: black;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
}

/* Footer */
h5 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 30px;
}

.background_header {
	float: left;
	width: 100%;
	height: 170px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.submenu_item {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 999;
	width: 100%;
	margin-top: 60px;
	margin-left: 0;
	font-size: 15px;
	background-color: white;
	color: black;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	-webkit-box-shadow: 0px 13px 17px -11px rgba(54,54,54,1);
	-moz-box-shadow: 0px 13px 17px -11px rgba(54,54,54,1);
	box-shadow: 0px 13px 17px -11px rgba(54,54,54,1);
}

.submenu_item_small {
	width: 250px;
}

.content_submenu {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.content_submenu ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dedede;
}

.content_submenu ul li:last-child {
	border-bottom: none;
}

.content_submenu ul li a {
	float: left;
	width: 100%;
	padding: 12px 20px;
	line-height: 18px;
	color: #d91724;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.content_submenu ul li a:hover {
	text-decoration: none;
	color: white;
	background-color: #d91724;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.contact_footer h1 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 20px;
}

.plain_page em {
	font-style: italic;
}

.plain_page ul {
	padding-left: 40px;
	list-style-type: disc;
	line-height: 12px;
}

.plain_page li {
	line-height: 22px;
}

.plain_page .article_img, .plain_page .article_img_100 {
	float: left;
	width: 48%;
	margin-left: 0;
	margin-right: 2%;
}
.plain_page .article_img_100 {
	width: 100%;
	margin-right: 0;
}
.plain_page .article_img:nth-child(even) {
	margin-left: 2%;
	margin-right: 0;
}
.plain_page .article_img img, .plain_page .article_img_100 img {
	width: 100%;
}
.plain_page strong {
	font-weight: bold;
}

.mce_edit {
	white-space: pre-wrap;
}
.mce_edit table, .mce_edit th, .mce_edit td {
	border: 1px solid grey;
}
.mce_edit th, .mce_edit td {
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.content_div {
	float: left;
	width: 100%;
}

.content_center {
	float: left;
	width: 100%;
	text-align: center;
}

.content_left {
	float: left;
	width: 100%;
	text-align: left;
}

.content_right {
	float: left;
	width: 100%;
	text-align: right;
}

ul.breadcrumb {
	float: left;
	width: 100%;
	line-height: 18px;
	margin-bottom: 30px;
	font-style: italic;
	list-style: none;
	text-align: left;
}
.content_center ul.breadcrumb {
	text-align: center;
}

ul.breadcrumb li {
	display: inline;
	font-size: 12px;
	color: #696969;
}

ul.breadcrumb li+li:before {
	content: "\BB\00a0";
}

ul.breadcrumb li a {
	color: #d91724;
	text-decoration: none;
}

ul.breadcrumb li a:hover {
	text-decoration: underline;
}

article {
	text-align: justify;
}
.content_center article {
	text-align: unset;
}

.full_page_images {
	float: left;
	line-height: 0;
	margin-bottom: 20px;
}
.full_page_images a {
	text-decoration: none;
	
}
.img_amount_1 img {
	width: 100%;
}
.img_amount_2 img {
	width: 50%;
}
.img_amount_3 img {
	width: 33.33%;
}
.img_amount_4 img {
	width: 25%;
}
.img_amount_5 img {
	width: 20%;
}
.img_amount_6 img {
	width: 16.66%;
}

.article_page aside {
	float: left;
	width: 30%;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	font-size: 16px;
}
.article_page aside li {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgb(222, 222, 222);
	padding-left: 5px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.article_page aside li:first-child {
	background-color: #424242;
	border-bottom: 0;
	padding-left: 20px;
}
.article_page aside li:first-child a {
	color: white;
}
.article_page aside li:first-child a:hover {
	text-decoration: none;
}
.article_page aside li a {
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.article_page aside li:last-child {
	border-bottom: none;
}
.article_page aside li.active_li {
	background-color: #bed9ec;
}
.article_page article {
	float: left;
	width: 70%;
	text-align: left;
	font-size: 16px;
}
.article_page article h2 {
	text-align: left;
	margin-bottom: 10px;
}

.faq_overview {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.faq_category {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.faq_category h3, .faq_relations h3 {
	text-align: left;
	margin-bottom: 25px;
}
.faq_category li, .faq_relations li {
	border-bottom: 1px solid rgb(222, 222, 222);
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.faq_category li:last-child {
	border-bottom: none;
}

.content_info, .content_info_white, .content_info_black, .content_info_blue {
	float: left;
	width: 100%;
	padding-top: 110px;
	background-color: rgba(217, 23, 36, 0.1);
}

.content_info_white {
	background-color: white;
}

.content_info_black {
	background-color: #2b2b2b;
	color: white;
}

.content_info_blue {
	background: rgb(20,87,137);
	background: linear-gradient(122deg, rgb(20,87,137) 0%, rgb(217,23,36) 100%);
	color: white;
}
.content_info_lightblue {
	background-color: rgba(20, 87, 137, 0.2);
}

.content_info_black h2 {
	color: white;
}
.content_info_black .subtext {
	color: white;
}

.span_underline {
	text-decoration: underline;
}

.ci_full {
	padding-bottom: 110px;
}

.ci_small {
	padding-bottom: 15px;
}

.content_image img {
	width: 80%;
	margin-top: 60px;
}

.content_image {
	line-height: 0;
	text-align: center;
}

.content_half {
	float: left;
	width: 50%;
}
.half_images {
	line-height: 0;
}
.half_images img {
	width: 90%;
	margin-right: 10%;
}

.half_texts {
	padding-bottom: 20px;
}

.no_margin_top {
	margin-top: 0;
}

.margin_top_20 {
	margin-top: 20px;
}

.margin_top_30 {
	margin-top: 30px;
}
.margin_top_40 {
	margin-top: 40px;
}

.margin_top_80 {
	margin-top: 80px;
}

.margin_top {
	margin-top: 60px;
}
.padding_top {
	padding-top: 60px;
}

.margin_top_small {
	margin-top: 50px;
}

.no_margin_bottom {
	margin-bottom: 0 !important;
}
.margin_bottom {
	margin-bottom: 90px;
}
.margin_bottom_small {
	margin-bottom: 50px;
}
.padding_bottom {
	padding-bottom: 90px;
}

.subtext {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	color: #444444;
}

.feature_div {
	float: left;
	width: 16.66%;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
a.feature_div {
	color: white;
}
.feature_div:nth-child(odd) {
	margin-top: 40px;
}
.feature_div img {
	width: 80%;
}
.feature_text {
	float: left;
	width: 100%;
	font-weight: bold;
	margin-top: 15px;
	font-size: 21px;
	line-height: 30px;
}

.icon_div {
	float: left;
	width: 33.33%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.icon_cirkel {
	float: left;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	vertical-align: middle;
	font-size: 35px;
	border: 2px solid #d91724;
	border-radius: 50%;
	margin-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.icon_text {
	padding-top: 10px;
	font-size: 15px;
	line-height: 25px;
}

.icon_text strong {
	text-transform: uppercase;
}

.content_center_button {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 70px;
	padding-bottom: 20px;
}

.content_div {
	float: left;
	width: 100%;
	background-color: white;
}

.content_home {
	padding-top: 70px;
}

.websites_slider {
	position: relative;
	width: 100%;
	background-color: #616161;
}

.projects {
	position: relative;
	width: 100%;
	height: 700px;
	margin-top: 50px;
}

.projects_carousel {
	float: left;
	width: 100%;
}

.project_logo {
	float: left; 
	width: 600px;
	height: 700px;
	position: relative;  
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.project_logo img {
	width: 70%;
	margin-top: 60px;
}

.project_logo .height_logo {
	width: auto;
	height: 300px;
	margin-top: 0;
}

/* Webapps pagina */
.projects_page {
	position: relative;
	width: 100%;
}

.projects_page .project_div {
	float: left;
	width: 50%;
}

.projects_page .project_logo {
	position: static;
	display: block;
	width: 100%;
	height: 600px;
}

.project_img {
	float: left;
	width: 100%;
	height: 250px;
	margin-top: 140px;
	margin-bottom: 30px;
	position: relative;  
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.project_text {
	float: left;
	width: 100%;
	text-align: center;
	color: white;
}

.projects_page .first_project_div .project_logo {
	height: 780px;
	padding-top: 180px;
}

.projects_page .last_project_div .project_logo, .projects_page .last_single_project_div .project_logo {
	height: 780px;
	padding-bottom: 180px;
}

.projects_page .last_single_project_div {
	width: 100%;
}

.projects_page .last_single_project_div .project_logo img {
	width: 400px;
}

/* Webapps details */
.projects_details {
	position: relative;
	width: 100%;
	height: 700px;
}

.projects_details .project_div {
	float: left;
	width: 100%;
}

.projects_details .project_logo {
	height: 700px;
}

.projects_details .project_img {
	height: 100%;
	margin: 0;
}

.projects_details .project_img img {
	width: 500px;
	height: auto;
}

.projects_details .project_img .height_logo {
	width: auto;
	height: 300px;
}

.webapp_lines {
	float: left;
	width: 100%;
	margin-top: 90px;
}

.webapp_line {
	float: left;
	width: 50%;
	min-height: 350px;
	text-align: center;
}

.webapp_line_icon {
	float: left;
	width: 100%;
	font-size: 60px;
}

.webapp_line h4 {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.webapp_line_content {
	float: left;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	/*line-height: 30px;
	font-size: 22px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

/* Websites pagina */
.websites_page {
	position: relative;
	width: 100%;
	background-image: linear-gradient(to bottom right, rgba(227,49,73,0.8), rgba(51,99,171,0.8));
}

.website_div {
	float: left;
	width: 33.33%;
}

.website_div:hover .website_image {
	opacity: 0.9;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.website_content {
	position: relative;
	width: 100%;
}

.website_div .website_image {
	float: left;
	width: 100%;
	height: 400px;
	opacity: 0.6;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.website_div .website_text {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 400px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	text-shadow: 2px 2px 6px rgba(71, 71, 71, 1);
	font-weight: bold;
}

.first_website_div .website_image, .first_website_div .website_text {
	padding-top: 180px;
}

.last_website_div .website_image, .last_website_div .website_text {
	padding-bottom: 180px;
}

/* Contact pagina */
.contact_page {
	position: relative;
	width: 100%;
	height: 1000px;	
	background-image: linear-gradient(to right, rgba(51,99,171,0.8), rgba(227,49,73,0.8));
}

.contact_page .contact_person {
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contact_page .contact_content {
	position: static;
	display: block;
	width: 100%;
	height: 1000px;
}

.contact_text_header {
	float: left;
	width: 100%;
	height: 150px;
	margin-top: 330px;
	position: relative;  
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

.contact_text {
	float: left;
	width: 100%;
	height: 150px;
	margin-top: 50px;
	position: relative;  
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
}

.contact_page .contact_person a {
	color: white;
}

.contact_page .contact_person a:hover {
	text-decoration: none;
}

.contact_page .contact_text .contact_icon img {
	margin-top: 40px;
	width: 60px;
}

.content_picture {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content_picture_portfolio {
	background-color: rgba(51,99,171,0.8);
	color: #ededed;
}

.content_picture_portfolio h1 {
	color: white;
}

.content_picture_portfolio h1 a {
	color: #ffffff;
}

.content_picture section {
	float: left;
	width: 100%;
	margin-top: 200px;
	margin-bottom: 200px;
}

.content_picture_portfolio section {
	margin-top: 100px;
	margin-bottom: 100px;
}

.content_picture section span {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 35px;
	margin-bottom: 10px;
}

.content_picture .small_section {
	margin-top: 100px;
	margin-bottom: 100px;
}

.content_border_top, .content_border_bottom, .content_border_top_alt, .content_border_bottom_alt {
	float: left;
	width: 100%;
	height: 255px;
	background-image: url('/images/website/background_content1.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

.content_border_bottom {
	background-image: url('/images/website/background_content2.png');
}

.content_border_top_alt {
	background-image: url('/images/website/background_content_alt1.png');
}

.content_border_bottom_alt {
	background-image: url('/images/website/background_content_alt2.png');
}

.content_border_top_layer, .content_border_bottom_layer, .content_border_top_layer_2, .content_border_bottom_layer_2, .content_border_top_layer_3, .content_border_bottom_layer_3 {
	position: absolute;
	left: 0;
	height: 255px;
	width: 100%;
	z-index: 99;
	background-image: url('/images/website/background_content_layer1.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	pointer-events: none;
}

.content_border_top_layer, .content_border_top_layer_2, .content_border_top_layer_3 {
	top: 0;
}

.content_border_bottom_layer, .content_border_bottom_layer_2, .content_border_bottom_layer_3 {
	bottom: 0;
	background-image: url('/images/website/background_content_layer2.png');
}

.content_border_top_layer_2 {
	background-image: url('/images/website/background_content1.png');
}

.content_border_bottom_layer_2 {
	background-image: url('/images/website/background_content2.png');
}

.content_border_top_layer_3 {
	background-image: url('/images/website/background_content_alt1.png');
}

.content_border_bottom_layer_3 {
	background-image: url('/images/website/background_content_alt2.png');
}

/* The message box is shown when the user clicks on the password field */
#psw_message {
	display: none;
}

.validate_icon {
	float: left;
	width: 20px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
	color: green;
}
.valid .validate_icon:before  {
	content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
	color: red;
}
.invalid .validate_icon:before {
	content: "✖";
}

footer {
	float: left;
	width: 100%;
	color: white;
}

.footer_contact {
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}
.footer_contact a {
	font-size: 16px;
	text-decoration: underline;
}

.footer_div {
	float: left;
	width: 25%;
	margin-bottom: 50px;
	margin-top: 50px;
}

.footer_div.half_footer_div {
	width: 50%;
}
.footer_div .footer_menu .social_icon {
	font-size: 25px;
	margin-right: 10px;
}
.footer_div .footer_menu .social_icon:last-child {
	margin-right: 0;
}

footer a {
	color: white;
	text-decoration: none; 
}

footer a:hover {
	text-decoration: underline; 
}

footer .footer_div li {
	float: left;
	width: 100%;
	padding-right: 40px;
	margin-bottom: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	font-size: 15px;
}
footer .half_footer_div li {
	float: left;
	width: 50%;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

footer .footer_border {
	border-top: 1px solid #3f3f3f;
}

input, textarea {
	width: 320px;
	padding: 8px;
	padding-left: 11px;
	border-radius: 2px;
	border: 2px solid #231f20;
	font-size: 15px;
	color: #231f20;
	background-color: white;
	font-weight: 300;
	text-align: center;
	-webkit-appearance: none;
	text-align: left;
}

input[type="checkbox"], input[type="radio"], .fancy_form input[type="checkbox"] {
	width: auto;
	height: auto;
	padding: 11px;
	border-radius: 3px;
	margin-left: 0;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
	background-size: 14px !important;
	background: url('/images/website/check_radio_website.png') no-repeat center white;
}

select {
	width: 320px;
	padding: 8px;
	padding-left: 11px;
	border-radius: 30px;
	border: 1px solid #231f20;
	border-radius: 3px;
	font-size: 15px;
	color: #231f20;
	background-color: white !important;
	background-size: 30px !important;
	background: url(/images/website/arrow_icon_website.png) no-repeat right #ffffff;
	-webkit-appearance: none;
}

textarea {
	height: 80px;
}

.upload-btn-wrapper {
	text-align: left;
	float: left;
	position: relative;
	overflow: hidden;
	display: inline-block;
}


.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.name_placeholder {
	float: left;
	width: 100%;
	height: 20px;
	margin-top: 0;
}

.form_full {
	width: 60%;
	margin: auto;
}

.form_full p {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.form_full input[type="checkbox"], .form_full input[type="radio"] {
	width: auto;
	padding: 17px;
}

.form_full input[type="checkbox"]:checked, .form_full input[type="radio"]:checked {
	background-size: 17px !important;
}

.form_full p .checkbox_span {
	float: left;
	width: 250px;
	text-align: left;
	padding-left: 10px;
	font-size: 13px;
	line-height: 18px;
	padding-top: 5px;
}

.form_full .button {
	margin-top: 20px;
}

.form_full .star {
	color: #e94d4d;
	font-weight: bold;
	padding-left: 5px;
}

.form_full .input_highlight {
	border: 2px solid #ab2727;
}

.form_full .text_highlight {
	color: #ab2727;
}

.form_full label {
	float: left;
	width: 30%;
	padding-top: 8px;
	padding-right: 5px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.form_full input, .form_full select, .form_full .button_big, .form_full .content_left {
	float: left;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.psw_validate {
	width: 70%;
	margin-left: 30%;
}

.form_full .small_input {
	float: left;
	width: 120px;
}

.form_comment {
	float: left;
	width: 70%;
	text-align: left;
}

.form_input_comment {
	float: left;
	width: 70%;
	margin-left: 30%;
	text-align: left;
}

.small_text {
	font-size: 12px;
}
.italic_text {
	font-style: italic;
}

.checkbox_options {
	float: left;
	width: 70%;
}

.checkbox_option {
	float: left;
	width: 33.33%;
	margin-bottom: 10px;
}

.checkbox_option.co_full {
	width: 100%;
	margin-bottom: 0;
}

.checkbox_option span {
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
}

/* Extra */
.portfolio {
	float: left;
	width: 100%;
}

.picture {
	float: left;
	position:relative;
	width: 18%;
	margin: 1%;
	text-decoration: none;
}

.picture img, .project img, .album img, .carousel_project img {
	width: 100%;
	vertical-align: top;
}

.picture:after, .project:after, .album:after, .carousel_project:after {
	position: absolute;
	width: 100%; 
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	padding-top: 3%;
	padding-left: 4%;
	text-transform: uppercase;
	top: 0; 
	left: 0;
	content: attr(data-content);
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	opacity: 1;
	text-align: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.picture:hover:after, .project:hover:after, .album:hover:after, .carousel_project:hover:after {
	opacity: 0;
}

.button {
	font-family: 'Source Sans Pro', sans-serif;
	border: 4px solid #282828;
	color: #282828;
	border-radius: 50px;
	padding: 15px 30px;
	background-color: rgba(255, 255, 255, 0);
	font-size: 20px;
	font-weight: bold;
	text-transform: lowercase;
	box-shadow: inset 0 0 0 0 #f0324b;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
	outline: none;
	-webkit-appearance: none;
}

.button:hover, .button_small:hover, .button_small_white:hover {
	text-decoration: none;
	background-color: #282828;
	color: white;
}

.button_small, .button_small_white, .button_alt_cookies, .icon_button {
	font-family: 'Source Sans Pro', sans-serif;
	border: 3px solid #282828;
	color: #282828;
	border-radius: 50px;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0);
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #f0324b;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
	outline: none;
	-webkit-appearance: none;
}

.small_url {
	font-size: 12px;
}
.tryout_btn {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.icon_button {
	border-radius: 2px;
	padding: 5px 10px;
	border: none;
	background-color: #d91724;
	color: white;
}

.icon_button i {
	margin-right: 10px;
}

.button_small_white, .button_alt_cookies {
	border-color: white;
	color: white;
}

.button_alt_cookies {
	border: 4px solid white;
	padding: 8px 16px;
	font-size: 18px !important;
}

.button_small_white:hover, .button_alt_cookies:hover {
	background-color: white;
}

.button_alt_cookies:hover {
	color: #d91724;
}

.button_alt {
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
	padding-right: 10px;
	font-size: 30px;
	font-weight: bold;
	box-shadow: inset 0 0 0 0 #f0324b;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-appearance: none;
	text-decoration: none;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.button_alt i {
	padding-left: 10px;
	font-size: 28px;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.button_alt:hover {
	color: white;
	text-decoration: none;
}

.button_alt:hover i {
	color: white;
	padding-left: 15px;
}

.cookie_content {
	float: left;
	width: 70%;
	text-align: left;
}

.cookie_button {
	float: left;
	width: 30%;
	text-align: right;
	margin-top: 14px;
}

.cookie_url {
	font-size: 12px;
	color: white;
}

.button_alt_cookies {
	font-size: 14px;
}

.button_line {
	float: left;
	width: 30px;
	margin-top: 10px;
	border-bottom: 3px solid white;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.button_alt:hover .button_line {
	width: 45px;
}

.small_line_left {
	width: 30px;
	margin: auto;
	border-bottom: 3px solid white;
	margin-bottom: 30px;
}
.small_line_left {
	float: left;
}

.small_line {
	width: 40px;
	margin: auto;
	border-bottom: 6px solid white;
}

.grid_container {
	display: grid;
	grid-template-columns: 33.33% 33.33% 33.33%;
	grid-template-rows: auto;
	grid-auto-flow: row;
	grid-gap: 0;
}
.grid_block {
	margin: 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}
.grid_contact {
	margin-top: 30px;
	grid-template-columns: 50% 50%;
}
.grid_contact .grid_block {
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
	border-top: 5px solid #d91724;
}
.grid_contact .grid_block h2 {
	text-align: left;
	margin-bottom: 50px;
}
.grid_contact .grid_block i {
	font-size: 50px;
	height: 70px;
}
.grid_block_function_img {
	float: left;
	width: 100%;
	height: 250px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.grid_block_function_content {
	float: left;
	width: 100%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	text-align: justify;
}
.grid_block_function_content strong {
	float: left;
	width: 100%;
	font-weight: bold;
	margin-bottom: 20px;
}
.grid_block_function_content strong a {
	color: black;
}
.none_strong strong {
	font-weight: 300;
}

.grid_container_references {
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
	grid-template-rows: auto;
	grid-auto-flow: row;
	grid-gap: 0;
}
.grid_reference {
	margin: 10px 40px;
	height: 100%;
	line-height: 150px;
	text-align: center;
}
.grid_reference img {
	width: 100%;
	vertical-align: middle;
}

.grid_container_teams {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: auto;
	grid-auto-flow: row;
	grid-gap: 0;
	margin-top: 30px;
}
.grid_team {
	margin: 30px 0 10px 0;
	line-height: 18px;
	text-align: center;
}
.grid_team img {
	width: 60%;
	vertical-align: middle;
	border-radius: 50%;
	margin-bottom: 20px;
}
.grid_team .team_name_text {
	float: left;
	width: 100%;
}
.grid_team .small_text {
	float: left;
	width: 100%;
}
.grid_team .email_text {
	float: left;
	width: 100%;
	margin-top: 8px;
}

/* Copyright */
.copyright {
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #3f3f3f;
	text-align: right;
	font-size: 10px;
}

.copyright a {
	text-decoration: underline; 
}

#cookie_disclaimer {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
	background-color: #d91724;
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 999;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

#cookie_disclaimer .content_center {
	margin-top: 0px;
}

#cookie_disclaimer a {
	color: #f6c0c0;
}

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

a:hover {
	text-decoration: underline;
}

hr {
	border-top: #929292 solid 1px;
	border-bottom: none;
	margin: 0px;
}
@-moz-document url-prefix() {
	hr {
		float: left;
		width: 100%;
	}
}

.last_menu {
	border-bottom: none;
}

.last {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

.tooltip {
	max-width: 200px;
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#171717;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size: 10px !important;
}

.bottom_message {
	bottom: 0;
	display: block;
	height: 50px;
	width: 100%;
	position: fixed;
	background-color: rgba(63,63,63,1);
	clear: both;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: center;
	color: white;
	font-size: 20px;
	padding-top: 20px;
	z-index: 0;
	display:none;
	z-index: 9999;
}

.bottom_message_error {
	background-color: #e2382c;
}

.bottom_message_success {
	background-color: #17991c;
}

.mobile {
	display: none !important;
}

.v_mobile {
	display: none;
}

@media only screen and (max-width: 1900px) {	
	.content_border_top, .content_border_bottom, .content_border_top_alt, .content_border_bottom_alt {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	.content_border_top_layer, .content_border_bottom_layer, .content_border_top_layer_2, .content_border_bottom_layer_2 {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media only screen and (max-width: 1210px) {	
	.container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.logo_header .container {
		margin-top: 140px;
		margin-bottom: 220px;
	}
	
	.logo_header .container .logo img {
		width: 350px;
	}
	.page_content {
		/*margin-top: -150px;*/
	}
	
	.page_content_home {
		margin-top: 680px;
	}
	
	.feature_div:nth-child(odd) {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.feature_div {
		width: 33.33%;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.feature_div img {
		width: 40%;
	}
	
	.grid_block_function_img {
		height: 210px;
	}
	
	.icon_div {
		width: 50%;
	}
	
	.checkbox_option {
		width: 50%;
	}
}

@media only screen and (max-width: 1100px) {	
	.page_content_home {
		margin-top: 600px;
	}
	
	.img_fix img {
		width: 100%;
	}
	
	nav ul li.special_menu_button {
		margin-left: 10px
	}
	nav ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	nav.login_menu ul li i {
		display: none;
	}
	
	.background_header {
		height: 150px;
	}
	
	.grid_container {
		grid-template-columns: 50% 50%;
	}
	.grid_container_references {
		grid-template-columns: 25% 25% 25% 25%;
	}
	
	.grid_block_function_img {
		height: 210px;
	}
	
	.grid_team img {
		width: 70%;
	}
}

@media only screen and (max-width: 959px) {		
	#menu {
		display: block;
	}
	
	body{
		-webkit-text-size-adjust: none;
	}
	
	nav ul li:first-child {
		display: none;
	}
	nav ul li.special_menu_button {
		margin-left: 0px
	}
	nav ul li.special_menu_button a {
		padding: 9px 13px;
	}
	.background_header {
		height: 120px;
	}
	.content_half {
		float: left;
		width: 100%;
	}
	.page_content_home {
		margin-top: 530px;
	}
	.half_images img {
		width: 100%;
		margin-right: 0;
		margin-top: 60px;
	}
	.half_texts, .plain_page {
		text-align: justify;
	}
	.wrapper_halfs   { display: flex; flex-direction: column; }
	.half_images  { order: 2; }
	.half_texts { order: 1; }
	
	.content_info, .content_info_white, .content_info_black, .content_info_blue {
		padding-top: 60px;
	}
	.ci_full {
		padding-bottom: 60px;
	}
	.margin_bottom {
		margin-bottom: 60px;
	}
	.margin_top_small {
		margin-top: 30px;
	}
	
	.article_page aside {
		display: none;
	}
	.article_page article {
		width: 100%;
	}

	
	
	.feature_text {
		font-size: 18px;
		line-height: 22px;
	}
	.feature_div img {
		width: 50%;
	}
	
	.project_img {
		margin-top: 20px;
		margin-bottom: 40px;
	}
	
	.projects_page .project_logo {
		height: 450px;
	}
	
	.projects_details .project_logo {
		height: 700px;
	}
	
	.projects_page .first_project_div .project_logo {
		height: 630px;
	}
	
	.projects_page .last_project_div .project_logo, .projects_page .last_single_project_div .project_logo {
		height: 630px;
	}
	
	.website_div {
		width: 50%;
	}
	
	.website_div .website_image {
		height: 300px;
	}
	
	.website_div .website_text {
		height: 300px;
	}
	
	.websites .first_website_div:nth-child(3) .website_image, .websites .first_website_div:nth-child(3) .website_text {
		padding-top: 0px;
	}
	
	.form_full {
		width: 80%;
	}
	
	.checkbox_option {
		width: 100%;
	}
	
	.grid_container_references {
		grid-template-columns: 33.33% 33.33% 33.33%;
	}
	
	.footer_div {
		width: 50%;
	}
	.footer_div.half_footer_div {
		width: 100%;
	}
}

@media only screen and (max-width: 840px) {	
	nav ul li {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 14px;
	}
	.grid_block_function_img {
		height: 220px;
	}
}

@media only screen and (max-width: 767px) {	
	.mobile {
		display: inline !important;
	}
	
	.desktop {
		display: none;
	}
	
	#menu {
		display: none;
	}
	
	nav.login_menu {
		/*width: 100%;*/
		margin-top: 20px;
	}
	
	nav.login_menu ul li a {
		margin-right: 0;
		margin-left: 0;
	}
	
	h1 {
		font-size: 45px;
		line-height: 51px;
	}
	
	h2 {
		font-size: 33px;
		line-height: 38px;
	}
	
	.background_header {
		height: 100px;
	}
	
	.page_content_home {
		margin-top: 500px;
	}
	
	.login_menu_line {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.img_amount_6 img {
		width: 33.33%;
	}
	
	.grid_container {
		grid-template-columns: 100%;
	}
	.grid_contact .grid_block {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.grid_contact .grid_block i {
		height: 70px;
	}
	
	.feature_text {
		font-size: 14px;
		line-height: 18px;
	}
	.feature_div img {
		width: 60%;
	}
	
	.icon_div {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-right: 0;
	}
	
	.icon_cirkel {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	
	.icon_text {
		padding-top: 5px;
	}
	
	.content_picture section {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	
	.content_picture .small_section {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.projects_details .project_img img {
		width: 90%;
	}
	
	.projects {
		height: 600px;
		margin-top: 50px;
	}
	
	.project_logo {
		width: 400px;
		height: 600px;
	}
	
	.project_logo .height_logo {
		height: 250px;
	}
	
	.webapp_lines {
		margin-top: 30px;
	}
	
	.webapp_line {
		width: 100%;
		min-height: auto;
		margin-bottom: 100px;
	}
	
	.webapp_line_content {
		padding-left: 20px;
		padding-right: 20px;
		/*line-height: 28px;
		font-size: 20px;*/
	}
	
	.form_full {
		width: 100%;
	}
	
	.form_full label {
		width: 40%;
	}
	
	.submit_form {
		text-align: center;
	}
	
	.submit_form label {
		display: none;
	}
	
	.form_full input, .form_full select, .form_full .button_big, .form_full .content_left {
		width: 60%;
	}
	
	.psw_validate {
		width: 60%;
		margin-left: 40%;
	}
	
	.upload-btn-wrapper {
		width: 60%;
	}
	
	.form_comment {
		float: left;
		width: 60%;
		text-align: left;
	}
	
	.form_input_comment {
		width: 60%;
		margin-left: 40%;
	}
	
	.checkbox_options {
		width: 60%;
	}
	
	.grid_container_teams {
		grid-template-columns: 50% 50%;
	}
	.grid_team {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	/* Contact pagina */
	.contact_page {
		height: 700px;	
	}
	
	.contact_page .contact_content {
		height: 700px;
	}
	
	.contact_text_header {
		height: 100px;
		margin-top: 220px;
		font-size: 35px;
		line-height: 40px;
	}
	
	.contact_text {
		font-size: 18px;
		margin-top: 30px;
	}
	
	.contact_page .contact_text .contact_icon img {
		margin-top: 30px;
		width: 50px;
	}
	
	.grid_container_references {
		grid-template-columns: 50% 50%;
	}
	
	.button_alt {
		font-size: 25px;
	}
	
	.button_alt i {
		font-size: 22px;
	}
}

@media only screen and (max-width: 600px) {
	.faq_category {
		width: 100%;
		margin-bottom: 20px;
	}
	.faq_overview {
		margin-top: 0;
	}
	.faq_container {
		margin-top: 30px !important;
	}
}

@media only screen and (max-width: 479px) {
	.container {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.vmobile {
		display: none;
	}
	
	.logo_header .container {
		margin-top: 110px;
		margin-bottom: 90px;
	}
	
	/*h1 {
		font-size: 33px;
		line-height: 40px;
	}*/
	
	h1, h2 {
		font-size: 25px;
		line-height: 30px;
	}
	
	/* Subtext */
	.logo_header_content h3 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.faq_category h3 {
		font-size: 21px;
		line-height: 24px;
	}
	
	/* Webapp line */
	h4 {
		font-size: 24px;
	}
	
	.contact_footer h1 {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	
	.content_home {
		padding-top: 0px;
	}
	

	.page_content_home {
		margin-top: 460px;
	}
	
	.page_content.move_top {
		margin-top: -280px;
	}
	
	main {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	/*header {
		float: left;
		position: relative;
	}
	header .content_border_top_alt {
		float: left;
	}*/
	header .content_border_top_alt {
		float: left;
	}
	header .logo {
		width: 200px;
	}
	/*header .logo img {
		width: 100%;
	}*/
	nav.login_menu {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	
	.background_header {
		height: 80px;
	}
	
	.logo_header_content {
		margin-top: 100px;
	}
	
	.main_no_padding {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.img_amount_3 img {
		width: 50%;
	}
	.img_amount_3 a:last-child {
		display: none;
	}
	.img_amount_4 img {
		width: 50%;
	}
	.img_amount_5 img {
		width: 50%;
	}
	.img_amount_6 img {
		width: 50%;
	}
	
	.grid_reference {
		margin: 0px 20px;
		line-height: 120px;
	}
	
	.feature_div:nth-child(odd) {
		margin-bottom: 0;
	}
	.feature_div {
		width: 50%;
		height: 160px;
		margin-bottom: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	.feature_text {
		font-size: 15px;
	}
	.feature_div img {
		width: 90%;
	}
	
	.checkbox_options {
		width: 100%;
	}
	
	.form_comment {
		width: 100%;
	}
	
	.content_image img {
		width: 100%;
		margin-top: 40px;
	}
	
	.content_picture section {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.content_picture section span {
		font-size: 25px;
		margin-bottom: 0;
	}
	
	.content_picture .small_section {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.content_picture_portfolio h1 {
		line-height: 50px;
	}
	
	.projects {
		height: 500px;
		margin-top: 0;
	}
	
	.project_logo {
		height: 500px;
	}
	
	.projects_page .project_div {
		width: 100%;
	}
	
	.project_img {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.projects_page .project_logo {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		height: 380px !important;
	}
	
	.projects_page .last_single_project_div .project_logo img {
		width: 80%;
	}
	
	.projects_details {
		height: 600px;
	}
	
	.projects_details .project_logo {
		height: 600px !important;
	}
	
	.projects_details .project_img .height_logo {
		width: 70%;
		height: auto;
	}
	
	/*.projects_page .first_project_div .project_logo {
		height: 560px;
	}
	
	.projects_page .last_project_div .project_logo, .projects_page .last_single_project_div .project_logo {
		height: 560px;
	}*/
	.projects_all .project_div:last-child .project_logo {
		height: 560px !important;
		padding-bottom: 180px !important;
	}
	
	.projects_all .project_div:first-child .project_logo {
		height: 560px !important;
		padding-top: 180px !important;
	}
	
	.project_logo {
		width: 300px;
	}
	
	.project_logo .height_logo {
		height: 180px;
	}
	
	.website_div {
		width: 100%;
	}
	
	.website_div .website_image {
		height: 200px;
	}
	
	.website_div .website_text {
		height: 200px;
	}
	
	.websites .first_website_div:nth-child(2) .website_image, .websites .first_website_div:nth-child(2) .website_text {
		padding-top: 0px;
	}
	
	.faq_category li, .faq_relations li {
		padding-left: 0; 
	}
	
	.grid_team {
		margin: 20px 0;
	}
	.grid_team img {
		width: 75%;
	}
	
	.grid_block_function_img {
		height: 183px;
	}
	
	/* Contact pagina */
	.contact_page {
		height: 1200px;	
		background-image: linear-gradient(rgba(51,99,171,0.8), rgba(227,49,73,0.8));
	}
	.contact_page .contact_content {
		height: 600px;
	}
	.contact_page .contact_person {
		width: 100%;
	}
	.contact_text_header {
		margin-top: 220px;
	}
	.contact_second {
		margin-top: 80px;
	}
	.contact_text {
		font-size: 22px;
	}
	
	.footer_contact {
		width: 100%;
	}
	
	.button {
		border: 3px solid #282828;
		border-radius: 50px;
		padding: 14px 30px;
		font-size: 17px;
	}
	
	.button_alt {
		font-size: 22px;
	}
	
	.button_alt i {
		font-size: 19px;
	}
	
	.footer_div {
		width: 100%;
	}
	footer .footer_div li {
		padding-right: 0;
	}
	footer .half_footer_div li {
		width: 100%;
		padding-right: 0;
	}
	
	.cookie_content {
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 26px;
	}
	
	.cookie_button {
		width: 100%;
		text-align: center;
		margin-top: 0px;
	}
}

@media only screen and (max-width: 320px) {
	.grid_block_function_img {
		height: 155px;
	}
	.button_alt {
		font-size: 20px;
	}
	
	.button_alt i {
		font-size: 18px;
	}
}