.cbp-qtrotator {
	/*position: relative;*/
	max-width: 800px;
	width: 100%;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	/*min-height: 200px;*/
	/*border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	 padding: 2em 0; 
	top: -20px;
	margin-left:9%;
	z-index: 0;*/
	opacity: 0;
	/*width: 100%;
  	 padding-top:1em; 
  	padding-bottom:1em;
  	 margin-left: 10%; */
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
	padding-bottom:10px;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	/* position: relative; */ 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
	/* margin-top: -6.3%;
    margin-left: 10%; */
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

cbp-qtprogress {
	/*position: absolute;
	background: #47a3da;
	height: 1px;
	width: 100%; */
	top: 0;
	z-index: 1000;
	display: none;
}
.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
    padding-top:.5em;
}
.cbp-qtrotator blockquote footer:before {
	content: '― ';
}
.flag{
    	margin-bottom: 10px;
}
/*media query */
@media screen and (max-width: 30.6em) {
	.cbp-qtrotator {
		font-size: 14px;
		font-family:"Segoe UI" !importants;
	}
}
@media all and (max-width: 1024px) { 
    .flag{
    	margin-bottom: 10px;
    }
    
}
@media all and (max-width: 640px) { 
    .flag{
    	margin-bottom: 15px;
    }
    
}
@media all and (max-width: 480px) { 
    .flag{
    	margin-bottom: 20px;
    }
}    
@media all and (max-width: 368px) { 
    .flag{
        	margin-bottom: 40px;
        }
}

