@font-face {
font-family: 'fontawesome';
src: url('../fonts/fontawesome.eot');
src: url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),  url('../fonts/fontawesome.svg#fontawesome') format('svg'),  url('../fonts/fontawesome.woff') format('woff'),  url('../fonts/fontawesome.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.main {
	width: 100%;
    margin: 0px auto;
    height: 50%;
    border: 1px solid #e8e2e2;
    box-shadow: 3px 3px 6px;
}
.cbp-qtrotator {
width: 100%;
height: 200px;
position: relative;
float: left;
margin: 0;
padding-top: 11px
}
.cbp-qtcontent {
width: 100%;
height: auto;
position: absolute;
min-height: 180px;
top: 0;
z-index: 2;
display: none
}
.cbp-qtrotator .cbp-qtcontent.current {
display: block
}
.cbp-qtrotator blockquote {
    margin: 40px 0 0 0;
    padding-left: 18px;
    font-size: 14px;
    border: none;
}
.cbp-qtrotator blockquote p {
	font-size: 1.6em;
    color: #888;
    font-weight: 300;
    margin: 0.4em 0 1em;
    text-align: justify;
}
.cbp-qtrotator blockquote footer {
font-size: 1.2em
}
.cbp-qtrotator blockquote footer:before {
content: '― '
}
.cbp-qtrotator .cbp-qtcontent img {
    float: right;
    margin: 15px 0 0 45px;
    width: 22%;
}
.cbp-qtprogress {
position: absolute;
background: #47a3da;
height: 1px;
width: 0%;
z-index: 1000
}
