html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background:rgb(92,219,248);
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color:rgb(157,223,114);
}

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}.ev{
width:970px;
height:690px;
background:url(../images/evbag.png) no-repeat;
position:absolute;
top:-690px;
}.bir
{
width:670px;
height:221px;
background:url(../images/1.png) no-repeat;
position:absolute;
top:158px;
left:245px;
z-index;1;
opacity:.8;filter: alpha(opacity=80);
cursor:pointer;
}.iki{
width:163px;
height:179px;
background:url(../images/3.png) no-repeat;
position:absolute;
top:353px;
left:230px;
z-index;1;
opacity:.8;filter: alpha(opacity=80);
cursor:pointer;
}.uc{
width:298px;
height:179px;
background:url(../images/4.png) no-repeat;
position:absolute;
top:353px;
left:375px;
z-index;1;
opacity:.8;filter: alpha(opacity=80);
cursor:pointer;
}.dort{
width:131px;
height:179px;
background:url(../images/2.png) no-repeat;
position:absolute;
top:353px;
left:655px;
z-index;1;
opacity:.8;filter: alpha(opacity=80);
cursor:pointer;
}.bes{
width:205px;
height:175px;
background:url(../images/5.png) no-repeat -5px;
position:absolute;
top:515px;
left:190px;
z-index;1;
opacity:.8;filter: alpha(opacity=80);
cursor:pointer;
}.alti{
width:212px;
height:175px;
background:url(../images/6.png) no-repeat -5px;
position:absolute;
top:515px;
left:380px;
z-index;1;
opacity:.8;filter: alpha(opacity=80);
cursor:pointer;
}.yedi{
width:212px;
height:175px;
background:url(../images/7.png) no-repeat -5px;
position:absolute;
top:515px;
left:577px;
z-index;1;
opacity:.8;filter: alpha(opacity=80);
cursor:pointer;
}
.b1{
	width:198px;
	height:133px;
	opacity:.9;filter: alpha(opacity=90);
	background:url(../images/b1.png) no-repeat;
	position:absolute;
	top:120px;
	left:-100px;
	z-index;1;
}.b2{
	width:198px;
	height:133px;
	opacity:.9;filter: alpha(opacity=90);
		background:url(../images/b2.png) no-repeat;
	position:absolute;
	top:450px;
	left:-80px;
	z-index;1;
}.b3{
	width:198px;
	height:133px;
	opacity:.9;filter: alpha(opacity=90);
		background:url(../images/b3.png) no-repeat;
	position:absolute;
	top:220px;
	left:900px;
	z-index;1;
}.b4{
	width:198px;
	height:133px;
	opacity:.9;filter: alpha(opacity=90);
    background:url(../images/b4.png) no-repeat;
	position:absolute;
	top:450px;
	left:820px;
	z-index;1;
}


.bir:hover,.iki:hover,.uc:hover,.dort:hover,.bes:hover,.alti:hover,.yedi:hover,.b1:hover,.b2:hover,.b3:hover,.b4:hover{
opacity:1;filter: alpha(opacity=100);
}

.accordion_container {
    width: %100;
}
.accordion_head {
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 5px 11px;
	min-height:43px;
	height:auto;
	 word-wrap: break-word;
	 color:#005D7D;
	 font-size:15px;
}
.accordion_body {
    background: #f6f9fa;
	margin-left:60px;
	border-left:2px solid #005D7D;
	
	
	
}
.accordion_body p {
    padding: 10px;
    margin: 0px;
	
}
.plusminus {
    float:left;
	border:2px solid #005D7D;
	color:#005D7D;
	border-radius:25px;
	padding:5px 10px;
	width:35px;
	font-size:14px;
	font-weight:bold;
}

