
.projects-container li{
	list-style: square;
	margin-left:20px;	
}

img.bayrak{
	max-height:25px; 
	margin-left:5px;
}

.main-footer .address .info li{
    padding-left: 20px;
}
.main-footer .address .info li .fa{
	position: absolute;
    top: 4px;
    margin-left: -20px;
}

.expostand{
	bottom: 55px;
    display: block;
    position: fixed;
    right: 10px;
    z-index: 1040;
	animation: blinker 0.9s linear infinite;
}
.expostand img{
	max-width: 330px;
	border-radius: 10px;
	border: 2px solid #ccc;
}

@keyframes blinker {  
      100% { opacity: 80%; }
}