#popup { display:none; }
#popup {
	/*background-color: #fff;
	padding: 15px; */
	color: #111;
	display: none;
	max-width: 300px;
	width: 100%;
	right: 49px;
	left: inherit !important;
	top: 35px !important;
}
#popup .button.b-close, .button.bClose {
	border-radius: 7px;
	box-shadow: none;
	font: bold 131% sans-serif;
	padding: 0 6px 2px;
	position: absolute;
	right: -9px;
	top: -9px;
}
#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 {
	font-size: 84%;
}
#popup .logo a {
	color: #de0735;
	font: bold 325% "Petrona",sans;
}
.gunLists {
    width: 100%;
    float: left;
    margin-top: 0px;
    background: #ffffff;
    /* border-radius: 4px; */
    padding: 5px 10px;
    margin-bottom: 2px;
    border-bottom: 1px solid #DDD;
}
.gunLists a{
    font-size: 16px;
    color: #3c75a9;
    float: left;
    width: 100%;
    padding-left: 15px;
    position: relative;
}

.gunLists a:nth-child(2){
    float: right;

    font-size: 38px;
    margin-right: 5px;
}

.gunLists:hover{
    background: #ffffff;
    border-bottom: 3px solid #3c75a9;
}


#popup iframe{
width: 100%!important;
min-height: 350px;
}

#popup .icerik{}
#popup .icerik img{width:100%; max-width:100% !important; height:auto !important;}
#popup .icerik p{
    float: left;
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    width: 300px;
}
#popup .icerik iframe{}

span.cal-pop-detail-title {
    float: left;
    width: 100%;
    border-left: 3px solid #d24e4e;
    padding: 0 12px;
    margin-left: -15px;
    margin-bottom: 0px;
    color: #404040;
    font-weight: 900;
    font-size: 19px;
}

.gunLists a:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #d24e4e;
    left: 1px;
}

.gunLists a strong {
    background: #3c75a9;
    padding: 3px 14px;
    border-radius: 100px;
    color: #FFF;
    font-size: 14px;
}

@media only screen and (max-width:480px){
	#popup {
		left: 50% !important;
		transform: translateX(-50%);
		width: 320px;
	}

	.gunLists a strong {
		width: 100% !important;
		float: left;
		background: 0;
		color: #3c75a9;
		padding: 0;
	}
	
	.fc-day-grid-event {
		display: none;
	}
	
	a.fc-more {
		width: 20px;
		height: 20px;
		background: #2a70b0;
		float: left;
		border-radius: 100%;
		color: #FFF;
		text-align: center;
		overflow: hidden;
		font-size: 0;
		line-height: 30px;
		margin: 11px;
	}
	.calendar-div {
		height: 64px;
	}
}