/*CONTENT TYPE 1*/ 

#page_content1 {
	overflow: hidden;
	animation: fadein 0.5s;
}

#page_content1 .images {
	width: 400px;
	height: 400px;
	background-size: cover;
	background-position: center;
}


#page_content1 .video:hover{
	opacity: 1;
}

#page_content1 .area {
	width: 800px;
	padding: 0px;
}

#page_content1 .float {
	float: left;
}

#page_content1 .services {
	width: 100%;
	overflow: hidden;
}


#page_content1 .services a {
	width: calc(100% / 6);
	float: left;
	text-align: center;
	transition: 0.2;
}

#page_content1 .services a:hover {
	transform: scale(1.02)
}

#page_content1 .services div {
	width: calc(100% / 6);
	float: left;
	text-align: center;
	transition: 0.2s;
}

#page_content1 .icon {
	width: 100px;
	height: 100px;
	margin: auto;
}

/*CONTENT TYPE 2*/ 

#page_content2 {
	overflow: hidden;	animation: fadein 1.0s;
}

#page_content2 .area {
	width: calc(1200px - 60px);
	padding: 30px;
}

#page_content2 .float {
	float: left;
}

#page_content2 .services {
	width: 100%;
	overflow: hidden;
}

#page_content2 div {
	width: calc(100% / 4);
	float: left;
	text-align: center;
	transition: 0.2s;
	margin: 10px auto;
}

#page_content2 .icon {
	width: 100px;
	height: 100px;
	padding: 10px;
	margin: auto;
}
/*CONTENT TYPE 3*/ 


#page_content3 {
	overflow: hidden;
	animation: fadein 0.5s;
}

#page_content3 .images {
	width: 400px;
	height: 400px;
	background-size: cover;
	background-position: center;
}

#page_content3 .images2 {
	width: 600px;
	height: 400px;
	background-size: cover;
	background-position: center;
}

#page_content3 .video {
	width: 400px;
	height: 400px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	margin: 40px 0px 0px 0px;
	cursor: pointer;
	opacity: 0.8;
	transition: 0.2s;
}

#page_content3 .video:hover {
	opacity: 1;
}

#page_content3 .area {
	width: 720px;
	padding: 40px;
}

#page_content3 .area2 {
	width: 520px;
	padding: 40px;
}

#page_content3 .gallery {
	width: 100%;
	/*padding: 30px;*/
}

#page_content3 .float {
	float: left;
}

#page_content3 .services {
	width: 100%;
	overflow: hidden;
}



#page_content3 .services a {
	width: calc(100% / 6);
	float: left;
	text-align: center;
	margin-bottom: 15px;
	transition: 0.2s;
}

#page_content3 .services a:hover {
	transform: scale(1.02)
}

#page_content3 .services div {
	width: calc(100% / 4);
	float: left;
	text-align: center;
	margin-top: 20px;
}

#page_content3 .services a {
	width: calc(100% / 4);
	float: left;
	text-align: center;
	transition: 0.2s;
}

#page_content3 .icon {
	width: 64px;
	height: 64px;
	margin: auto;
}

/*CONTENT TYPE 4*/ 


#page_content4 {
	overflow: hidden;
	animation: fadein 0.5s;
}

#page_content4 h2 {
	color: #4A4949;
}



#page_content4 .images {
	width: 520px;
	height: 400px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	margin: 40px 0px 0px 0px;
}

#page_content4 .video {
	width: 400px;
	height: 400px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	margin: 40px 0px 0px 0px;
	cursor: pointer;
	opacity: 0.8;
	transition: 0.2s;
}

#page_content4 .video:hover {
	opacity: 1;
}

#page_content4 .area {
	width: 600px;
	padding: 40px;
	text-align: center;
}

#page_content4 .width_50a {
	width: calc(50% - 20px);
	margin-right: 30px;
	float: left;
}
#page_content4 .width_50b {
	width: calc(50% - 10px);
	float: left;
}


#page_content4 .gallery {
	width: 100%;
	/*padding: 30px;*/
}

#page_content4 .float {
	float: left;
}

#page_content4 .services {
	width: 100%;
	overflow: hidden;
}



#page_content4 .services a {
	width: calc(100% / 6);
	float: left;
	text-align: center;
	transition: 0.2s;
}

#page_content4 .services a:hover {
	transform: scale(1.02)
}

#page_content4 .services div {
	width: calc(100% / 4);
	float: left;
	text-align: center;
	margin-top: 20px;
}






#page_content4 .icon {


	width: 64px;
	height: 64px;
	margin: auto;
}


/*CONTENT TYPE 5*/ 


#page_content5 {
	overflow: hidden;
	animation: fadein 0.5s;
}
#page_content5 select {
	width: calc(50% - 2px);
	float: left;
}

#page_content5 h3{
	margin: 10px 0px 10px 0px;
}

#page_content5 .area{
	margin: 20px;
}

#page_content5 .area_disable{
	margin: 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: #F1F1F1;
}

#page_content5 .area_open{
	margin: 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: #F1F1F1;
}


#page_content5 h2{
	font-size: 16px;
}

#page_content5 .left{
	width: 50%;
	
}
#page_content5 .right{
	width: 50%;
	
	
}

/*CONTENT TYPE 6*/ 


#page_content6 {
	overflow: hidden;
	animation: fadein 0.5s;
	padding: 5px 20px 5px 20px;
}
#page_content6 select {
	width: calc(50% - 2px);
	float: left;
}

#page_content6 h3{
	margin: 7px 0px 0px 0px;
}

#page_content6 .area{
	margin: 0px;
}

#page_content6 .area_disable{
	margin: 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: #F1F1F1;
}


#page_content6 h2{
	font-size: 18px;
	color: #009FE3;
}

#page_content6 p{
	/*width: 100%;
	float: left;*/
	line-height:20pt;
	text-align: justify;
	margin: 0px;
}

#page_content6 .panleft{
	width: 80%;
	float: left;
	overflow: hidden;
}
#page_content6 .panright{
	width: 44px;
	height: 44px;
	float: right;
}



#page_content6 .pano{
	width: 160px;
	/* height: 100%; */
	overflow: hidden;
	/* height: 200px; */
	float: left;
	/* background-color: red; */
}

#page_content6 .panotext{
	width: calc(100% - 170px);
	margin-left: 10px;
	float: left;
	overflow: hidden;
}

#page_content6 .panoimg{
	background-color: beige;
	width: 100%;
	height: auto;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 10px;
}

#page_content6 .panodown{
	width: 140px;
	height: 16px;
	position: relative;
	padding: 10px;
	background-color: #009FE3;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #FBFBFB;
	transition: 0.2s;
	cursor: pointer;
	margin-top: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#page_content6 .panodown:hover{
	background-color: #EDEDED;
	color: #009FE3;
	transition: 0.2s;
}

#page_content6 .panodownx{
	/* overflow: hidden; */
	width: 100%;
	margin-top: 5px;
	height: 35px;
	position: relative;
}


#page_content6 .kapak{
	background-color: #BDBDBD;
	width: 160px;
	height: 160px;
	/* float: left; */
	background-size: cover;
	opacity:1;
	transition:0.2s;
	overflow: hidden;
	background-position: center;
	cursor: pointer;
}
#page_content6 .kapak:hover{
	opacity:1;
	transition:0.2s;
}

#page_content6 .zoomx{
	opacity: 0.05;
	transition:0.2s;
	margin: auto;
}
#page_content6 .zoomx:hover{
	opacity: 0.8;
	transition:0.2s;
}


/*CONTENT TYPE 7*/ 

#page_content7 {
	overflow: hidden;
	animation: fadein 0.5s;
}

#page_content1 .images {
	width: 400px;
	height: 400px;
	background-size: cover;
	background-position: center;
}


#page_content7 .video:hover{
	opacity: 1;
}

#page_content7 .area {
	width: calc(100% - 0px);
	padding: 0px;
}

#page_content7 .float {
	float: left;
}

#page_content7 .services {
	width: 100%;
	overflow: hidden;
}


#page_content7 .services a {
	width: calc(100% / 8);
	float: left;
	text-align: center;
	transition: 0.2;
}

#page_content7 .services a:hover {
	transform: scale(1.02)
}

#page_content7 .services div {
	width: calc(100% / 6);
	float: left;
	text-align: center;
	transition: 0.2s;
}

#page_content7 .icon {
	width: 90px;
	height: 90px;
	margin: auto;
}

#page_content7 .boxes {
	width: calc(100% / 3 - 20px);
	box-shadow: 0 0 5px #7E7E7E;
	margin: 10px;
	float: left;
}

/*CONTENT TYPE 8*/ 

#page_content8 {
	overflow: hidden;
	animation: fadein 0.5s;
}

#page_content8 .images {
	width: 500px;
	height: 300px;
	background-size: cover;
	background-position: center;
}


#page_content8 .video:hover{
	opacity: 1;
}

#page_content8 .area {
	width: 700px;
	padding: 0px;
}

#page_content8 .float {
	float: left;
}

#page_content8 .services {
	width: 100%;
	overflow: hidden;
}


#page_content8 .services a {
	width: calc(100% / 6);
	float: left;
	text-align: center;
	transition: 0.2;
}

#page_content8 .services a:hover {
	transform: scale(1.02)
}

#page_content8 .services div {
	width: calc(100% / 6);
	float: left;
	text-align: center;
	transition: 0.2s;
}

#page_content8 .icon {
	width: 100px;
	height: 100px;
	margin: auto;
}

/*CONTENT TYPE 9*/ 

#page_content9 {
	overflow: hidden;
	animation: fadein 0.5s;
}

#page_content9 .images {
	width: 450px;
	height: 540px;
	background-size: cover;
	background-position: center;
}


#page_content9 .video:hover{
	opacity: 1;
}

#page_content9 .area {
	width: 750px;
	padding: 0px;
}

#page_content9 .float {
	float: left;
}

#page_content9 .services {
	width: 100%;
	overflow: hidden;
}


#page_content9 .services a {
	width: calc(100% / 6);
	float: left;
	text-align: center;
	transition: 0.2;
}

#page_content9 .services a:hover {
	transform: scale(1.02)
}

#page_content9 .services div {
	width: calc(100% / 6);
	float: left;
	text-align: center;
	transition: 0.2s;
}

#page_content9 .icon {
	width: 100px;
	height: 100px;
	margin: auto;
}




/*HÄ°ZMETLER*/

#hizmetdetay{
	width: 100%;
	height: 340px;
	border-radius: 0px 0px 20px 20px;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 4px;
}

#hizmetdetay .area{
	padding-top: 103px;
	text-align: center;
}



/*KURUMSAL*/

#kurumsaldetay{
	width: 100%;
	height: 168px;
	border-radius: 0px 0px 20px 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 4px;
}

#kurumsaldetay .area{
	padding-top: 53px;
	text-align: center;
}

#surdurulebilirlik .text{
	position: absolute;
	top: 200px;
	width: 45%;
	text-align: justify;
	right: 160px;
}



/*AKORDÄ°YON MENÃœ*/

.accordion {
	background-color: #fff;
	border: 1px solid #EDEDED;
	border-radius: 10px 10px 0px 0px;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #EDEDED; 
}

.panel {
  padding: 10px;
  display: none;
  background-color: white;
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 0px 0px 10px 10px;
}

