#popup, .popup { display:none; }
#popup, .popup {
	min-height: 250px;
	background-color: #fff;
	border-radius: 10px;
	color: #111;
	display: none;
	min-width: 450px;
	padding: 15px;
	max-width: 700px;
}
#popup .button.b-close, .button.bClose, .popup .button.b-close {
	border-radius: 7px;
	box-shadow: none;
	font: bold 131% sans-serif;
	padding: 0 6px 2px;
	position: absolute;
	right: -7px;
	top: -7px;
}
#popup .button, .popup .button {
	background-color: #de0735;
	border-radius: 10px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
}
#popup .button > span, .popup .button > span  {
	font-size: 84%;
}
#popup .logo a, .popup .logo a {
	color: #de0735;
	font: bold 325% "Petrona",sans;
}
#popup iframe, .popup iframe{
width: 100%!important;
min-height: 350px;
}
#popup .icerik img, .popup .icerik img{width:100%; max-width:100% !important; height:auto !important;}
#popup .icerik p, .popup .icerik p{
    float: left;
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%;
}
.gunLists {
    width: 100%;
    float: left;
    margin-top: 0px;
    background: #4b85bb;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 2px;
}
.gunLists a{
    font-size: 16px;
    color: #FFFFFF;
    float: left;
}

.gunLists a:nth-child(2){
    float: right;
    font-size: 38px;
    margin-right: 5px;
}

.gunLists:hover{
    background: #4b85bb;
}