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

.headerCompanyBack {
	top:60px !important;
}

#mainMenu {
	height:60px;
}

#otherBase {
	position:relative;
	top:60px;
	left:0px;
	width:100%;
	height:600px;
	/*background-color:#666;*/
	box-shadow: 10px 10px 30px -5px #333;
}

#otherBase img {
	width:100%;	
}

#pankuzuBase {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
	width:600px;
	height:40px;
	background-color:rgba(44,44,54,0.8);
}

#pankuzu {
	margin-left:100px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	font-size:0.8rem;
}

#pankuzu a {
	color:#fff;	
}

.pankuzuArrow {
	font-size:0.3rem;	
}

.mainContent {
	background-color:rgba(255,255,255,0.8);
	margin-top:60px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:40px;
	overflow:hidden;
}

.infoBack4 {
	width:100%;
	background-image:url("../img/back4.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-top:60px;
	padding-bottom:60px;
}

.infoBack5 {
	width:100%;
	background:url("../img/back5.jpg") no-repeat;
	background-size:100% auto;
	overflow:hidden;
}

.infoBack6 {
	width:100%;
	background-image:url("../img/back6.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-bottom:60px;
}

.infoBack7 {
	width:100%;
	background-image:url("../img/back7.jpg");
	background-repeat:repeat-y;
	background-size:100% auto;
	overflow:hidden;
	padding-bottom:60px;
}

#otherImg {
	display:block;	
}

#otherImgMobile {
	display:none;	
}

#otherBtnBase {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:70px;
}

#otherBtn {
	margin-left:auto;
	margin-right:auto;
	line-height:70px;
	color:#fff;
}

#otherBtn a {
	color:#fff;	
}

.btnPageLeft {
	float:left;
	height:70px;
	padding-left:30px;
	padding-right:30px;
	background-color:rgba(51,51,51,0.8);
	transition: .8s all;
}

.btnPageLeft:hover {
	background-color:rgba(255,255,255,0.8);
}

.btnPageLeft .Link:hover {
	color:#333 !important;
}

.btnPageLeft .Link{
    display: block;
    width: 100%;
    height: 100%;
}

.btnPageWhite {
	float:left;
	height:70px;
	padding-left:30px;
	padding-right:30px;
	color:#333 !important;
	background-color:rgba(255,255,255,0.8);
	transition: .8s all;
}

.btnPageWhite .Link{
	display: block;
	width: 100%;
	height: 100%;
	color:#333 !important;		
}

.btnPageWhite:hover {
	background-color:rgba(51,51,51,0.8);
}

.btnPageWhite .Link:hover {
	color:#fff !important;
}


@media screen and (max-width: 999px) {
	.mainContent {
		margin-top:40px;
		padding-top:20px;
		padding-bottom:20px;		
		width:100%;
	}
	
	#otherImg {
		display:none;	
	}
	
	#otherImgMobile {
		display:block;	
	}
	
	.infoBack4 {
		background-image:url("../img/mobileBack4.jpg");
	}
	
	.infoBack5 {
		background:url("../img/mobileBack5.jpg") no-repeat;
	}
	
	.infoBack6 {
		background-image:url("../img/mobileBack6.jpg");
	}
	
	.infoBack7 {
		background-image:url("../img/mobileBack7.jpg");
	}
	
	#otherBase {
		margin-bottom:50px;
	}
	
	#otherBtnBase {
		height:50px;
		position:static !important;
		width:100%;
		height:auto;
		overflow:hidden;		
	}
	
	#otherBtn {
		line-height:50px;
	}
	.btnPageLeft {
		height:50px;
		width:50%;
		text-align:center;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.btnPageWhite {
		float:left;
		height:50px;
		width:50%;
		text-align:center;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
}
@media screen and (min-width:1000px) and (max-width: 1249px) {
	.mainContent {
		width:1000px;
	}
}
@media screen and (min-width:1250px) and (max-width:1599px) {
	.mainContent {
		width:1200px;
	}
}
@media screen and (min-width:1600px) {	
	.mainContent {
		width:1200px;
	}
}

