/*----quote-----*/
.quoteSection {
    text-align: right;
    padding-top: 0;

    background-color:black;
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
	text-align: center;
	font-family: 'byekan', sans-serif;
	padding: 45px 0 45px 0;
    /*height:400px;*/
    overflow:hidden;

}
.quoteSection .content { background: transparent; width: 90%; }
.quotePlace { 
    width: 100%;
}

.quotePlace p { font-size: 1.5em; text-align: center; /*font-weight: 600;*/ margin-bottom: 27px;direction:rtl; }
.quotePlace cite { font-family: 'byekan', sans-serif; font-size: 1.2em; }