
.ac-container{margin-bottom: 15px;
	    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
}
.ac-container label{
	position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #444;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font-size: 15px;
    
    padding: 9.6px 7px 4px 7px;
   
}
.ac-container h3 label:hover{background: #Fafafa;-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.ac-container h3{padding: 0px !important;padding: 0px !important;
    border-left: 0px solid #f6f6f6;
    border-right: 0px solid #f6f6f6;}
.ac-container input:checked + h3 label,
.ac-container input:checked + h3 label:hover{background: #Fafafa;color: #bd1623;-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}

.fa-arti:before {content: "\f055";}
.fa-eksi:before {content: "\f056";}





.ac-container h3 label i {float: right;color: #9D9696;font-size: 20px; font-style: normal;line-height: 21px;}
.ac-container h3 label:hover i {color: #bd1623;}
.ac-container h3 label i:before{content: "\f055";display: inline-block;font-family: FontAwesome;}
.ac-container input:checked + h3 label i:before{content: "\f056";display: inline-block;font-family: FontAwesome;color: #bd1623;}

.ac-container article p a{
    color: #bd1623;
    font-weight: 600;
}

.ac-container article h6 a{
    color: #bd1623;
    font-weight: 600;
}


.ac-container label .bune {
    width: 93%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 21px;
    font-size: 13px;
}

.ac-container label h2 {
    width: 93%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 21px;
    font-size: 13px;
}

.ac-container label .spa{
    width: 93%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 21px;
        font-size: 14px;
    font-weight: 500;
}

.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: 0px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	
	color: #777;
	line-height: 23px;
	    font-size: 14px !important;
    padding: 10px 10px 12px 20px !important;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac-container article h6{
	
	color: #777;
		line-height: 19px;
	    font-size: 14px !important;
    padding: 10px 10px 12px 20px !important;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
border-bottom: 1px solid #f6f6f6;
}
.ac-container input:checked ~ article.ac-small{
	height: 100%;border: 0px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}


	.iletisim {margin-bottom: 20px;}
	.iletisim .tanitim{    padding-top: 10px;
    float: left;
    width: 100%;}
	.iletisim .tanitim .icon{font-size: 15px;
    padding: 6px 9px;
    margin-right: 10px;
    border: 1px solid #F1EBEB;
    float: left;
    border-radius: 11%;
    color: #444444;
    width: 15px;
    text-align: center;
    background: #F6F6F6;
    border-bottom: 1px solid #E2DADA; }
	.iletisim .tanitim .tumu{padding-top: 4px;}
	.iletisim .tanitim .tumu .baslik{font-size: 15px;line-height: 24px;}
	.iletisim .tanitim .tumu .aciklama{color: #9C9C9C; padding-top: 4px;}


ul#tabu { height: 60px;border: 1px solid #ECECEC;width: 100%;margin-top: 1px;}
ul#tabu li {float: left;border-right: 1px solid #ECECEC;height: 50px;width: 100px;padding: 5px; }
ul#tabu li a {display: block; border-top-color: #e1e1e1; border-left-color: #e1e1e1;font-size:14px;font-weight: 500;
 font-family: 'Roboto', sans-serif;}
ul#tabu li.aktife a {color: #fff;height: 51px;}
ul#tabu li.aktife {background: #bd1623;}
ul#tabu li:hover{background-color: #bd1623;}
ul#tabu li:hover a{color: #fff;}
div.tabu_icerik {float: left;width: 100%;border-top: none;}
div.tabu_icerik img{border: none;padding-top: 14px;width: 90px;height: 80px;}
div.tabu_icerik  p{    font-size: 13px;
    margin-top: 7px;}

ul#tabu li.aktife:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #bd1623 transparent transparent;
    position: absolute;
  
    margin-left: 40px;
}

@media screen and (max-width: 600px) {
	ul#tabu {height: auto;}
	ul#tabu li {float: none;border-bottom: 1px solid #ECECEC;
    height: 29px;
    width: 100%;
    padding: 1% 2%;
    padding-top: 14px;}
	ul#tabu li.aktife:after {display:none}
}





.signs ,.signsdetail ul {
float: left;
height: auto;
width: 100%;
    padding: 1% 0%;
}
.signs ,.signsdetail ul li {
width: 23.4%;
    height: 150px;
    float: left;
    margin-bottom: 7px;
    text-align: center;
    margin-right: 0.5%;
    border: 1px solid #ECECEC;
    margin-left: 0.7%;
    border-radius: 3px;
}
#textcontent .signs .signsdetail ul li img {
margin-top: 1px;
padding: 0;
border: 0;
margin: 4px 25px 3px 25px;
}
#textcontent img {
float: left;}

#textcontent .signs .signsdetail ul li p {
color: #2e303a;
text-align: center;
font-size: 9px;
line-height: 12px;
padding: 0 1px;
}


@media screen and (max-width: 600px) {
	.signs, .signsdetail ul li {    margin-left: 0px;width: 32%;}
}

@media screen and (max-width: 550px) {
.signs, .signsdetail ul li {
    margin-left: 3px;
    width: 48%;
}

.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

p.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #7FB2C1;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #b0d4e3;
	background: -moz-linear-gradient(top, #b0d4e3 0%, #88bacf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0d4e3), color-stop(100%,#88bacf));
	background: -webkit-linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	background: -o-linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	background: -ms-linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	background: linear-gradient(top, #b0d4e3 0%,#88bacf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d4e3', endColorstr='#88bacf',GradientType=0 );
}
p.codrops-demos a:hover{
	background: #80B8CE;
}
p.codrops-demos a:active{
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}


