@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Amaranth');


body.page-template-page-quizz{
    font-family: 'Amaranth', sans-serif;
    background: #ffd7ac url("img/pattern.png") repeat left top!important;
}
body.page-template-page-quizz #main-content .container:before{
	display: none;
}

.header{
    border-bottom: 1px solid #E65306;
    padding: 10px;
}

.header-stick{
    height: 90px;
}

.header .title{
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
}

.logo{
    width: 60%;
}
.title{
    font-family: 'Lobster', cursive;
    color: #0f4772;
}
.header-txt{
    letter-spacing: -0.5px;
    color: #0f4772;
}

ul li{
    list-style: none;
}

/*QUESTIONS STYLES*/
#quiz_page h1, #quiz_page .header-txt{
    text-align: center;
}
#quiz_page .header-txt{
    font-size: 20px;
}

.active{
    opacity: 1;
}
.questions{
    width: 100%;
    float: left;
    text-align: center;
    display: block;
    margin-top: 40px;
}
.questions > li{
    display: none;
    z-index: 1;
    padding: 0;
    margin: 0;
}
.question{
    height: auto !important;
    min-height: 30px;
}
.q_q{
    font-size:26px;
    display: inline-block;
    color:#E65306;
    font-weight: 600;
}
.desc_q{
    min-height: 20px;
}
.image_q{
    width: 143px;
    text-align: center;
    padding-top: 3px;
}
.image_q img{
    width: 133px;
}
.content_q,.content_rel{
    height: auto;
    width: 100%;
    display: table;
    text-align: center;
}
.content_q ul{
    padding: 0;
    margin: 0;
}
.content_q li,.content_rel li {
    width: 140px;
    height: 175px;
    display: inline-block;
    margin: 16px;
    padding: 0;
    cursor: pointer;
    transition: 0.5s all;
    vertical-align: top;
    text-align: left;
    border: 4px solid #0099AA;
    border-radius: 22px;
    background: #fff;
}

.content_q li:hover{
    background: #e4e4e4;
}

.clicked{
    width: 0;
    height: 0;
    border-radius: 0 0 0 50%;
    border-bottom: 23px solid transparent;
    border-left: 23px solid transparent;
    border-top: 23px solid #fc6204;
    border-right: 23px solid #fc6204;
    border-top-right-radius:  17px;
    position: absolute;
    padding: 1px 0 -2px 0;
    margin:0 0 0 86px;
    display: none;
    color: #FFFFFF;
    font-size: 17px;
    float:none;
    z-index: 1;
}
.clicked i{
    position: absolute;
    margin: -20px 0 0 -4px;
    font-size: 20px;
}
.text_q{
    text-align: center;
}
.option_q{
    padding: 11px 0 12px 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
}
.desc_opt{
    height: 30px;
    width: 100%;
    display: table;
    padding: 0 10px;
}
.desc_opt span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #E65306;;
    font-weight: lighter;
    font-size: 14px;
    line-height: 18px;
}

/* BOTON CONFIRM*/
.confirm,.confirmar{
    width: 218px !important;
    margin: 20px auto 0;
    border: 1px solid #162A83;
    padding: 4px;
    cursor: pointer;
    display: none;
    color:#FFFFFF;
    background: #162A83;
    transition: all 0.5s;
}
.confirmar:before{
    content:' ok ';
    height: 18px;
    background: #FFFFFF;
    padding: 2px 5px 3px 6px;
    color: #162A83;
    margin-left: -48px;
    margin-right: 40px;
    transition: 0.5s all;
}
.confirmar{
    display: block;
    border-radius: 0;
    padding: 6px 0;
}
.confirm div{display:inline-block;}

.bt_ok{
    line-height: 0;
    padding: 20px 5px;
    width: 66px;
    color:#162A83;
    background: #FFFFFF;
    text-align: center;
    transition: all 0.5s;
}
.txt_confirm{
    font-size: 12px;
    width:136px;
}
.confirm:hover,.confirmar:hover{
    background: #FFFFFF;
    color: #162A83;
}
.confirm:hover > .bt_ok,.confirmar:hover:before{
    background: #162A83;
    color: #FFFFFF;
}
.confirm.arrow{
    color: #162A83;
    width: 40px !important;
    background: none;
    border:none;
    margin: -29px 0 0;
    float: right;

}
.confirm.arrow:hover{
    font-size: 18px;
    margin-top: -32px;
}

.question_info{
    position: relative;
    padding: 20px;
    line-height: 16px;
    color: #E65306;
    background: #ffffff;
    border: 4px solid #0099AA;
    border-radius: 27px;
    display: none;
    z-index: 99999;
    margin: 20px auto 0;
    font-size: 17px;
    line-height: normal;
    width: 70%;
}

div[class*="response"] {
    display: none;
}
.response-no.question_info{
	margin-bottom: 150px;
}
.response-no h3{
    margin-bottom: 0;
    padding-bottom: 0;
}
.response-no a, .response-si a{
    float: none;
    margin: 0 auto!important;
    display: block;
    color: #ffffff;
    font-size: 22px;
}
/*** PROGRESS BAR**/

.progress {
    display: none;
    height: 30px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    width: 80%;
    float: none;
    margin: 20px auto 100px;
}
.progress-bar {

    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #a3c654;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

