.footer_information h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 41px;
}
.small_container {
	width: 920px;
	margin: auto;
}
.content_header {
	float: left;
	width: 100%;
	height: 540px;
	color: white;
	text-align: center;
	background-color: #e9e9e9;
}
.content_header_home {
	/*height: 610px;*/
	height: auto;
}
.content_header_home_content {
	float: left;
	width: 100%;
	background-color: black;
	padding-top: 0;
}
.content_header_home_content .checklist_promotion li {
	color: white;
}
.content_header_home_content .content_frame {
	padding-top: 0;
	padding-bottom: 20px;
}
.web_faq_frame {
	padding-bottom: 80px;
}
.content_header_home_content .content_frame .content_half {
	text-align: left;
}
.sub_content_header_home {
	float: left;
	width: 60%;
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	margin-bottom: 40px;
}
.content_header_home_content .grey_line {
	border-top: 1px solid #626262;
}
.content_header_home_content .checklist_promotion ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.content_header a {
	color: white;
	text-decoration: underline;
}
.content_header .container {
	width: 970px;
	margin-top: 270px;
}
.content_header_home .container {
	width: 1300px;
}
.content_header .container h1 {
	margin-bottom: 50px;
}
.content_header_home .container {
	margin-top: 50px;
}
.content_header_home2 .container {
	margin-top: 70px;
}
.content_header_home .container h1 {
	text-align: left;
	margin-bottom: 10px;
}
.content_header_home .container h2 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 60px;
}
.content_header_btn {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	margin-top: 530px;
}
.content_header_btn .container {
	margin-top: 0;
}
.content_header_btn .new_button {
	margin: auto;
}
.content_header .details_image {
	height: 80%;
}
.content_header_home .details_image {
	height: 300px;
}
.content_header .content_foreground {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	/*background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);*/
	background-color: rgba(0, 0, 0, 0.5);
	/*background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(233,233,233,0) 50%, rgba(233,233,233,0) 100%);*/
	/*background-color: rgba(233, 233, 233, 0.5);*/
}
.border_bottom {
	border-bottom: 6px solid #EAA548;
}
.content_header_text {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
.content_half {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.content_half:nth-child(2n) {
	margin-right: 0;
}
.content_half h2 {
	margin-bottom: 20px;
}
.content_frames .container:nth-child(even) .content_half {
	float: right;
}
.content_frames .container:nth-child(even) .content_half:nth-child(1) {
	margin-right: 0;
	margin-left: 4%;
}
.content_frame {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
.content_frame_m {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.content_frame_home {
	background-color:#f6a12d;
	padding-top: 12px; 
	padding-bottom: 12px;
}
.content_frame_home h2 {
	color: white;
	font-size: 18px;
	font-weight: bold;
}
.content_frame_s {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.projects {
	margin-top: 25px;
}

.web_projects_page {
	margin-bottom: 70px;
}

.projects_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.projects_grid_50 {
	grid-template-columns: 1fr 1fr;
}

.web_projects_page .carousel_project {
	width: 33.33%;
	margin-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.projects_grid .carousel_project {
	width: auto;
	margin: 0;
	padding: 0;
}
.projects_grid .carousel_project .carousel_content{
	height: 100%;
}
.web_mainprojects_page {
	padding-left: 0;
	padding-right: 0;
}
/*.web_projects_page .carousel_project:nth-child(3n+3) {
	margin-right: 0;
}*/
.web_articles_page {
	padding-bottom:  70px;
}
.web_articles_page .carousel_project {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.carousel_projects .carousel_text ul {
	color: #A6A6A6;
	list-style-type: disc;
	padding-left: 20px;
	font-size: 11px;
}
.carousel_projects .carousel_text ul a {
	color: #F6A12D;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
.carousel_projects .carousel_text ul a:hover {
	text-decoration: underline;
}

.content_frame a, .content_frame_m a, .content_frame_s a {
	text-decoration: underline;
}

.web_mainprojects_page_options {
	padding-bottom: 10px;
}

.grey_background {
	float: left;
	width: 100%;
	background-color: #F4F4F4;
}
.white_background {
	float: left;
	width: 100%;
	background-color: white;
}
.checklist_promotion ul {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.checklist_promotion li {
	float: left;
	width: 33%;
	color: #f6a12d;
	font-size: 16px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.checklist_promotion li:nth-child(3){
	text-align: right;
}
.checklist_promotion li:nth-child(2){
	text-align: center;
}
.checklist_promotion li .fa-check {
	color: #f6a12d;
	padding-right: 15px;
	font-size: 20px
}
.contact_checklist_promotion ul {
	margin-top: 10px;
}



h1 u, h2 u {
	text-decoration: underline;
	text-decoration-color: #f6a12d;
	text-decoration-thickness: 5px;
}

.buttons_content {
	width: 580px;
	margin: auto;
	margin-top: 40px;
}
.button_container {
	float: left;
	width: 50%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.button_comment {
	font-size: 10px;
}

.button_container .new_button {
	float: left;
	width: 100%;
}
.employment_buttons {
	margin-top: 35px;
	line-height: 50px;
}
.employment_buttons .new_button {
	padding: 8px 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.new_button {
	background-color: #F6A12D;
	border: none;
	box-shadow: none;
	color: white;
	border-radius: 3px;
	text-align: center;
	font-size: 15px;
	line-height: 0;
	font-weight: 500;
	padding: 11px 15px;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    outline: none;
	-webkit-appearance: none;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	white-space: nowrap;
}

.new_button:hover {
	background-color: rgb(35, 31, 32);
	text-decoration: none;
}
.new_button_active {
	background-color: #a46c1e;
}

.grey_new_button {
	background-color: #A1A1A1;
}

.request_type {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 70px;
}
.request_type:nth-child(3){
	margin-right: 0;
}
.request_type_icon {
	float: left;
	width: 12%;
	font-size: 30px;
}
.request_type_title {
	float: left;
	width: 88%;
	padding-top: 8px;
	font-size: 13px;
	line-height: 19px;
}
.request_type_title span {
	font-size: 18px;
	font-weight: 400;
}
.request_type_content {
	float: left;
	width: 100%;
	height: 260px;
	-webkit-box-shadow: 0px 4px 8px 4px rgba(175, 175, 175,0.56);
	-moz-box-shadow: 0px 4px 8px 4px rgba(175, 175, 175,0.56);
	box-shadow: 0px 4px 8px 4px rgba(175, 175, 175,0.56);
	position: relative;
	overflow: hidden;
}
.request_type_content .rt_text {
	float: left;
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.request_type_content strong {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.request_type_content ul li {
	float: left;
	width: 100%;
}
.request_type_content .check_icon {
	float: left;
	width: 7%;
	font-size: 13px;
}
.request_type_content .check_text {
	float: left;
	width: 93%;
}
.request_type_btn {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 8px;
}
.request_type_btn .new_button {
	font-size: 14px;
	font-weight: 600;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-top: 9px;
	padding-bottom: 9px;
}
.new_button.green_btn {
	background-color: #56A845;
}
.request_type_seemore {
	position: absolute;
	padding-top: 200px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 100%;
	bottom: 0;
	font-weight: bold;
	text-decoration: underline;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.content_comment {
	float: left;
	width: 100%;
	font-style: italic;
	color: #acacac;
	font-size: 12px;
	padding-bottom: 25px;
}

.projects {
	padding-left: 60px;
	padding-right: 60px;
}
.carousel_project {
	width: 400px;
	text-align: center;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.carousel_content {
	margin: auto;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	border-radius: 5px;
	border-right: none;
	-webkit-box-shadow: 0px 4px 8px 4px rgba(175, 175, 175,0.45);
	-moz-box-shadow: 0px 4px 8px 4px rgba(175, 175, 175,0.45);
	box-shadow: 0px 4px 8px 4px rgba(175, 175, 175,0.45);
}
.picture:after, .project:after, .album:after, .carousel_project:after {
    padding-top: 0;
    padding-left: 0;
}

.menu_home_div {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.menu_home_div h6 {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F6A12D;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.menu_home_div .content_left a {
	float: left;
	width: 100%;
	background-color: #FFF;
	text-align: left;
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 20px;
	border-bottom: 1px solid #E9E9E9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.menu_home_div a i {
	float: right;
	padding-top: 5px;
}
.menu_home_div a:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: none;
}
.menu_home_div .request_type_btn {
	width: 100%;
	margin-top: 8px;
}
.menu_home_div .request_type_btn .new_button {
	padding: 10px 23px;
	float: none;
	width: auto;
	margin: auto;
}
.menu_home_div .request_type_btn .new_button i {
	float: none;
	padding-top: 0;
}
.menu_home_div:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 1350px) {	
	.content_header_home .container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.content_header_home {
		height: none;
	}
}

@media only screen and (max-width: 1050px) {	
	.small_container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.content_header .container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.request_type {
		width: 47%;
		margin-right: 6%;
	}
	.request_type:nth-child(3){
		margin-right: 6%;
	}
	.request_type:nth-child(2){
		margin-right: 0;
	}
	.menu_home_div .request_type_btn .new_button {
		padding-left: 10px;
		padding-right: 10px;
	}
	.checklist_promotion li .fa-check {
		float: left;
		width: 20%;
		font-size: 25px;
		padding-right: 0;
		text-align: center;
	}
	.checklist_promotion li strong {
		float: left;
		width: 80%;
		text-align: left;
	}
	.web_articles_page .carousel_project {
		width: 33.33%;
	}
	
	.contact_checklist_promotion .checklist_promotion li .fa-check {
		text-align: left;
		width: 12%;
		font-size: 18px;
	}
}

@media only screen and (max-width: 959px) {	

}

@media only screen and (max-width: 800px) {	
	.web_articles_page .carousel_project {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {	
	.content_half {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.content_half:nth-child(2){
		margin-bottom: 0;
	}
	.contact_checklist_promotion .checklist_promotion li .fa-check {
		width: 6%;
	}
	.content_frames .container .content_half {
		float: left;
		margin-right: 0;
		margin-left: 0;
	}
	.contact_checklist_promotion {
		padding-top: 0;
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	.projects_grid {
		grid-template-columns: 1fr 1fr;
	}
	.footer_information h2 {
		font-size: 30px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 590px) {
	.content_header {
		height: 460px;
	}
	.content_header_home {
		/*height: 610px;*/
		height: auto;
	}
	.content_header .container {
		margin-top: 160px;
	}
	.content_header_home .container {
		margin-top: 70px;
	}
	.content_header_btn {
		margin-top: 450px;
	}
	.content_header_btn .container {
		margin-top: 0;
	}
	.content_header .container h1 {
		margin-bottom: 10px;
	}
	.sub_content_header_home {
		width: 100%;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
		margin-top: 10px;
	}
	.checklist_promotion h2 {
		width: 100%;
		text-align: left;
		padding-left: 100px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	.checklist_promotion li {
		width: 100%;
		text-align: left;
		margin-top: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
	.checklist_promotion li:first-child {
		margin-top: 0;
	}
	/*.content_header_home_content {
		padding-top: 100px;
	}*/
	.checklist_promotion li .fa-check {
		text-align: left;
		font-size: 17px;
		width: 6%;
		margin-top: 0;
	}
	.checklist_promotion li strong {
		width: 94%;
		line-height: 18px;
	}
	.buttons_content {
		width: 100%;
	}
	.button_container {
		width: 100%;
		padding-left: 20%;
		padding-right: 20%;
		margin-bottom: 20px;
	}
	.button_container:nth-child(2){
		margin-bottom: 0;
	}
	.request_type {
		width: 100%;
		margin-right: 0;
	}
	.request_type:nth-child(3){
		margin-right: 0;
	}
	.content_background .content_foreground {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.projects_grid {
		grid-template-columns: 1fr;
	}
	.projects_grid_50 {
		grid-template-columns: 1fr;
	}
	.web_mainprojects_page_options span {
		float: left;
		width: 100%;
		text-align: left;
	}
	.menu_home_div {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.menu_home_div .request_type_btn .new_button {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 479px) {
	h1, .footer_information h2 {
		font-size: 23px;
		line-height: 28px;
	}

	.content_header_home .container {
		margin-top: 20px;
	}
	.content_header_home .container.container_special_btn {
		margin-top: 60px;
	}
	.checklist_promotion h2 {
		padding-left: 0;
	}
	.checklist_promotion li {
		padding-left: 0;
	}
	.button_container {
		padding-left: 5%;
		padding-right: 5%;
	}
	.request_types_h1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.request_types_h1 .margin_top_2 {
		margin-top: 30px;
	}
	
	.projects {
		padding-left: 0;
		padding-right: 0;
	}
	.carousel_project {
		width: 100%;
	}
	.web_articles_page .carousel_project {
		width: 100%;
	}
	.checklist_promotion li .fa-check {
		width: 12%;
	}
	.checklist_promotion li strong {
		width: 88%;
	}
}