body {
    font-family: 'Source Sans Pro', sans-serif !important;
    background: #f2f1f0;
}

@font-face {
    font-family: 'montezregular';
    src: url('../fonts/montez-regular-webfont.woff2') format('woff2'),
         url('../fonts/montez-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'parafontmain';
    src: url(../fonts/glocalpara.ttf);
}

@font-face {
    font-family: 'headingfontsecd';
    src: url(../fonts/glocalfontheading.ttf);
}

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsextralight';
    src: url('../fonts/poppins-extralight-webfont.woff2') format('woff2'),
    url('../fonts/poppins-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
    url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
    url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
    url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsthin';
    src: url('../fonts/poppins-thin-webfont.woff2') format('woff2'),
    url('../fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.tabContaier{
    margin:40px auto 20px;
    position:relative;
    width:850px;
}
.tabContaier ol{
    overflow:hidden;
    border-right:1px solid #fff;
    height:35px;
    position:absolute;
    z-index:100;
    margin:0;
    padding:0;
}
.tabContaier li{
    float:left;
    list-style:none;
}

.tabContaier li a:hover{
    background:#eee;
}
.tabContaier li a.active{
    background:#fbfbfb;
    border:1px solid #fff;
    border-right:0;
    color:#333;
}
.tabDetails{
    background:rgba(0,0,0,0.8);
/*border:1px solid #fff;*/
    margin:34px 0 0;
    color: #fff;
}
.tabContents{
    padding:20px
}
.tabContents h1{
    font:normal 24px/1.1em Georgia, "Times New Roman", Times, serif;
    padding:0 0 10px;
}
.tabContents p{
    padding:0 0 10px;
}
/* Demo Buttons Style */
.sq-demos {
    text-align:center;
    display: block;
    line-height: 30px;
    padding: 5px 0px;
}

.sq-demos a {
    font-family: 'Trebuchet MS', sans-serif;
    text-decoration: none;
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 6px;
    color: #8c8c8c;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #fff;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.sq-demos a:hover {
    color: #333;
    background: #fff;
}

.sq-demos a:active {
    background: #fff;
}

.sq-demos a.current-demo,
.sq-demos a.current-demo:hover {
    background: #555;
    border-color: #555;
    color: #ddd;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.5);
}
/*.step:nth-child(2) legend:before {
   content: '2'; 
}

.step:nth-child(3) legend:before {
   content: '3'; 
}
.step:nth-child(4) legend:before {
   content: '4'; 
}
.step:nth-child(5) legend:before {
   content: '5'; 
}
.step:nth-child(6) legend:before {
   content: '6'; 
}
.step:nth-child(7) legend:before {
   content: '7'; 
}
.step:nth-child(8) legend:before {
   content: '8'; 
}
.step:nth-child(9) legend:before {
   content: '9'; 
}
.step:nth-child(10) legend:before {
   content: '10'; 
}
.step:nth-child(11) legend:before {
   content: '11'; 
}
.step:nth-child(12) legend:before {
   content: '12'; 
}
.step:nth-child(13) legend:before {
   content: '13'; 
}
.step:nth-child(14) legend:before {
   content: '14'; 
}
.step:nth-child(15) legend:before {
   content: '15'; 
}
.step:nth-child(16) legend:before {
   content: '16'; 
}
.step:nth-child(17) legend:before {
   content: '17'; 
}
.step:nth-child(18) legend:before {
   content: '18'; 
}
.step:nth-child(19) legend:before {
   content: '19'; 
}
.step:nth-child(20) legend:before {
   content: '20'; 
}
.step legend:before {
    position: absolute;
    left: 29px;
    width: 30px;
    height: 30px;
    font-family: 'Source Sans Pro', sans-serif;;
    background: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    content: '1';
    top: 6px;
    border-radius: 50%;
}*/
legend {
    color: #fff;
    display: block;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 0 5px;
    position: relative;
    text-shadow: 0 1px 1px #457518;
    width: 100%;
}
form#competitionForm {
    display: block;
    overflow: hidden;
    margin: 55px;
}
.insidequizbox legend {
    display: block;
    overflow: hidden;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0px 25px 5px 24px;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 32px;
    position: relative;
    text-align: left;
    text-shadow: none;
    color: #000;
    min-height: 130px;
}
legend br {
    display: none !important;
}

input:focus {
    outline: none !important;
    border: none !important;
}


.score-header {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/bgscore.png) no-repeat;
    /*padding: 0 55px 0 15px;*/
    padding: 0px 10px 0px 10px;
    border-radius: 8px;
    height: 60px;
    line-height: 45px;
    font-size: 51px;
    margin-left: 20px;
    text-shadow: 0 3px 0px #82582f;
}

.level {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0.2px;
    font-weight: 400;
    text-shadow: none;
    margin-top: -8px;
    margin-left: 13px;
}
.level strong {
    display: block;
    /* overflow: hidden; */
    font-size: 21px;
}

span.subheading {
    font-size: 16px;
    display: block;
    text-shadow: none;
    padding: 0 115px;
    line-height: 23px;
    margin-top: 18px;
}
.resulttext {
    display: block;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-right: 272px;
    background: url(../img/badges.png) no-repeat 83% 0;
    min-height: 350px;
    padding-top: 15px;
}
.resulttext br {
    display: none !important;
}

.resultset.hiddensecres {
    display: none;
}

.newresultlist {
    text-align: left !important;
}
.newresultlist span {
    margin-bottom: 5px !important;
    line-height: 10px;
    position: relative;
    min-width: 127px;
}
.newresultlist span.label-important {
    background-color: #f7f7f7;
    opacity: 0.7;
}
.newresultlist span.label-important a {
    color: #7d0c0c;
}
.newresultlist span.label-success:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-right: 8px;
    margin-top: -3px;
    width: 16px;
    height: 16px;
    background: url(../img/correcticon.png) no-repeat;
}

.newresultlist span.label-important:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-right: 8px;
    margin-top: -6px;
    width: 16px;
    height: 16px;
    background: url(../img/wrongicon.png) no-repeat;
}




