/*for SG quote*/
blockquote {
	/*border-right: 0px;*/
	background-image: url(../img/qtmrk.png);
	background-repeat: no-repeat;
	background-position: right top;
	}
cite {padding-right: 50%;}

.section {
    margin-top: 30px;
    clear: both;
}
.event-date {
	color: gray;
	font-size: 80%;
	font-weight: 200;
    line-height: 2em;
}
.site-header {
    font-SIZE: 1.9em;
    font-weight: bold;
    line-height: 1.4em;
    margin-right: 15px;
    float: right;
    margin-top: 1em;
    /* letter-spacing: 0.05em; */
}
#pattern {
    background-color: #4d4d4d;
}

.footer-section h4 {
	font-family: 'Droid Arabic Kufi',tahoma !important;
    border-bottom: #00adef solid 3px;
    padding-bottom: 10px;
    line-height: 1.1;
font-weight: 700;
}
.footer2 {
    border-top: 2px solid #f2f2f2;
    padding: 30px 0;
}
.top-page {
    margin-top: 40px;
    margin-bottom: 41px;
}
.image-middle {
    transition: .5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
}

.image-text a {
    color: white;
	font-family: 'Droid Arabic Kufi',tahoma !important;
      font-weight: 400;
}
.image-text {
    background-color: #4d4d4d;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}
/* STYLES FOR MEDIA QUIERY*/
@media (max-width: 1130px) {
	.event-date {
		color: gray;
		font-size: 95%;
		font-weight: 200;
		line-height: 2em;
		}
	cite {
		padding-right: 10%;
		}
	
}
@media (max-width: 992px) {
	.event-date {
		color: gray;
		font-size: 95%;
		font-weight: 200;
		line-height: 2em;
		}
	cite {
		padding-right: 10%;
		}
	
}
@media (max-width: 660px) {
	.event-date {
		color: gray;
		font-size: 95%;
		font-weight: 200;
		line-height: 2em;
		}
	cite {
		padding-right: 10%;
		}
	
}