#Banner_About_Us{
	background: #a1b1c0 url(../img/about_us/Berlin-Seattle.jpg) no-repeat center;
	background-image: url(../img/about_us/Berlin-Seattle.jpg);
	background-image: url(../img/about_us/Berlin-Seattle.jpg), linear-gradient(to right, #a1b1c0 50%, #e7b8a4 50%);
	background-repeat: no-repeat;
	 background-position: center;
    height: 414px;
    margin-bottom: 100px;
	position: relative;
    width: 100%;
}

#Banner_About_Us img{
	display: none;
}

.banner_about_us_text{
	position:absolute;
	text-align: center;
	top: 50px;
	width: 100%;
}

.banner_about_us_text > div{
	background-color: #182d48;
	color: white;
	display: inline-block;
	padding: 40px 75px;
}

@media (max-width: 1920px){
	#Banner_About_Us{
		height: auto;
		background-color: #a1b1c0;
		text-align: center;
	}
	
	#Banner_About_Us img{
		display: block;
		max-width: 100%;
	}
	
	.banner_about_us_text > div{
		padding: 2% 4%;
	}	
}	

@media (max-width: 1920px){
	.banner_about_us_text{
		top: 40px;
	}	
}

@media (max-width: 1100px){
	#Banner_About_Us{
		margin-bottom: 8%;
		overflow: hidden;
	}
	
	.banner_about_us_text{
		top: 30px;
	}
	
	.banner_about_us_text > div{
		padding: 1.5% 3%;
	}
}

@media (max-width: 900px){
	#Banner_About_Us img{
		max-width: none;
		height: 230px;
		margin-left: -30px;
	}	
}

@media (max-width: 850px){
	#Banner_About_Us img{
		margin-left: -70px;
	}	
}

@media (max-width: 575px){
	#Banner_About_Us img{
		height: 200px;
	}	
}

@media (max-width: 500px){
	#Banner_About_Us img{
		margin-left: -110px;
	}	
}
	
.about_margin_block{
	margin-bottom: 100px;
}

@media (max-width: 800px){
	.about_margin_block{
		margin-bottom: 80px;
	}
}

/* Gallery */
.about_gallery{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.gallery_items {
    transform: translateZ(0px);
    transform: translateY(0px);
    -moz-transition: transform 1s ease-out;
    -ms-transition: transform 1s ease-out;
    -o-transition: transform 1s ease-out;
    -webkit-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
}

.gallery_item_arrows{
	cursor: pointer;
	height: 100%;
    position: absolute;
	padding: 0 30px;
	top: 0;
}

.gallery_item_arrows{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

.gallery_arrow_left, .gallery_arrow_right{
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: black;
	height: 30px;
	position: relative;
	width: 30px;
}

.gallery_arrow_left{
	left: 0;
	transform: rotate(-135deg);
}

.gallery_arrow_right{
	transform: rotate(45deg);
}

.gallery_arrow_left div, .gallery_arrow_right div{
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: white;
	height: 28px;
	width: 28px;
}

/*********************************************************************************************/
/******************************************** Employees **************************************/
/*********************************************************************************************/
.about_employees_bg{
	background-image: radial-gradient(white, #bbb);
	height: 400px;
	/*color: #b61233;*/
	text-align: center;
	padding-top: 25px;
}

#About_Employees_Gallery{
	margin-top: -290px;
	transform: translateX(310px);
	white-space: nowrap;
}

.gallery_item_employees{
	display: inline-block;
	text-align: center;
	width: 310px;
}

.gallery_item_employees_img{
	/*filter: grayscale(50%);*/
	cursor: pointer;
}

.gallery_item_employees_heading, .gallery_item_employees_description{
	white-space: normal;
}

.gallery_item_employees_heading{
	margin-top: 10px;
}

#About_Employees_Gallery_Arrow_R{
    right: 0;
}

#About_Employees_Gallery_Arrow_L{
	left: 0;
}

#About_Employees_Gallery_Arrow_R .gallery_arrow_right,
#About_Employees_Gallery_Arrow_L .gallery_arrow_left{
	top: 350px;
}

@media (max-width: 1200px){
	#About_Employees_Gallery{
		margin-top: -320px;
	}
}

@media (max-width: 900px){
	
	#About_Employees_Gallery{
		margin-top: -330px;
	}
	
	#About_Employees_Gallery_Arrow_R .gallery_arrow_right,
	#About_Employees_Gallery_Arrow_L .gallery_arrow_left{
		top: 340px;
	}	
}

@media (max-width: 700px){
	#About_Employees_Gallery{
		margin-top: -350px;
	}
	
	#About_Employees_Gallery_Arrow_R .gallery_arrow_right,
	#About_Employees_Gallery_Arrow_L .gallery_arrow_left{
		top: 300px;
	}	
}

/*********************************************************************************************/
/******************************************** Company ****************************************/
/*********************************************************************************************/
.about_company_text div{
	padding: 15px 0;
}
/*********************************************************************************************/
/******************************************** Bannner image **********************************/
/*********************************************************************************************/
.about_banner_image{
	/*background-color: #1a78b6;*/
	background-color: #656666;
	text-align: center;
}

.about_banner_image img{
	max-width: 100%;
}
/*********************************************************************************************/
/******************************************** History ****************************************/
/*********************************************************************************************/
#About_History_Gallery{
	margin-top: 40px;
	transform: translateX(400px);
	white-space: nowrap;
}

.gallery_item_history{
	display: inline-block;
	text-align: center;
	width: 400px;
	margin-left: -1px;
	vertical-align: top;
}

.gallery_item_history_img{
	cursor: pointer;
	/*filter: grayscale(50%);*/
}

.gallery_item_history_hr{
	border-bottom: 16px solid #b61233;
    width: 16px;
    /*border-radius: 12px;*/
    margin: 5px 0 0 33px;
}

.gallery_item_history_content{
	padding: 10px;
	text-align: left;
	white-space: normal;
}

.gallery_item_history_content span{
	cursor: pointer;
}

.gallery_item_history_text{
	
	margin-top: 15px;
	padding-right: 10px;
}

#About_History_Gallery_Arrow_R{
    right: 0;
}

#About_History_Gallery_Arrow_L{
	left: 0;
}

#About_History_Gallery_Arrow_R .gallery_arrow_right,
#About_History_Gallery_Arrow_L .gallery_arrow_left{
	top: 230px;
}

.gallery_item_history_text{
	opacity: 0.1;
}

.gallery_item_history_img{
	opacity: 0.3;
	max-width: 100%;
}

.gallery_item_history_img, .gallery_item_history_text{
	-moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}
	
.gallery_item_history_active .gallery_item_history_img,
.gallery_item_history_active .gallery_item_history_text{
	opacity: 1;
}

#About_History_Time_Line{
	border-bottom: 4px solid #b61233;
	position: absolute;
	top: 424px;
	width: 100%;
}

@media (max-width: 1200px){
	#About_History_Time_Line{
		top: 418px;
	}	
}

@media (max-width: 767px){
	#About_History_Time_Line{
		top: 410px;
	}	
}

@media (max-width: 575px){
	#About_History_Time_Line{
		top: 404px;
	}	
}

@media (max-width: 399px){
	.gallery_item_history{
		width: 320px;
	}

	#About_History_Time_Line{
		top: 351px;
	}	
}
/*********************************************************************************************/
/******************************************** Jobs *******************************************/
/*********************************************************************************************/
.about_job_outer{
	background: #009ae0 url(../img/about_us/Banner.jpg) 50% 0% no-repeat;
	width: 100%;
}

.about_job_inner{
	padding-bottom: 50px;
	padding-top: 80px;
}

.about_job_items{
	margin-top: 20px;
}

.about_job_items div{
	background-color: white;
	margin: 15px 0;
	padding: 15px;
}

@media (max-width: 800px){
	.about_job_items div{
		background-color: white;
		margin: 15px 0;
		padding: 10px;
	}
}

@media (max-width: 500px){
	.about_job_items div{
		background-color: white;
		margin: 13px 0;
		padding: 8px;
	}
}