/*
 Theme Name:   KPI
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

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

/*

font-family: 'Open Sans', sans-serif;

font-family: 'Pacifico', cursive;

*/

/*--- Variables ---*/

/*--- Global Styles ---*/

body {

    font-family: "Open Sans", sans-serif;

    font-size: 13px;

    line-height: 19px;
}

body, html {

    height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    font-family: "Open Sans", sans-serif;

    margin: 0px;

    padding: 0px;
}

input, button, select, textarea, .form-control {

    font-family: "Open Sans", sans-serif;

    color: black;

    font-size: 13px;

    line-height: 17px;
}

input {

    line-height: normal;
}

a {

    -webkit-transition: all .30s ease-in-out;

    -moz-transition: all .30s ease-in-out;

    -ms-transition: all .30s ease-in-out;

    -o-transition: all .30s ease-in-out;

    transition: all .30s ease-in-out;
}

a:hover {

    -webkit-transition: all .30s ease-in-out;

    -moz-transition: all .30s ease-in-out;

    -ms-transition: all .30s ease-in-out;

    -o-transition: all .30s ease-in-out;

    transition: all .30s ease-in-out;
}

*:focus, a:focus, a:active {

    outline: none;

    color: inherit;

    text-decoration: inherit;
}

.btn-red {

    background-color: #d51916;

    border-color: #d51916;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    -ms-border-radius: 3px;

    -o-border-radius: 3px;

    border-radius: 3px;

    background-clip: padding-box;

    font-weight: 600;

    color: #fff;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {

    background-color: #be1614;

    border-color: #a71411;

    color: #fff;
}

.btn-red.disabled:hover,
.btn-red.disabled:focus,
.btn-red.disabled:active,
.btn-red.disabled.active,
.btn-red[disabled]:hover,
.btn-red[disabled]:focus,
.btn-red[disabled]:active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {

    background-color: #d51916;

    border-color: #d51916;

    color: #fff;
}

#header  {

    min-height: 130px;

    background-color: #d51916;

    position: relative;
	
	color:#fff;
	
	margin-bottom:40px;
}

#header  .logo {

    display: inline-block;
}

#header .the-title {
	  font-size: 26px;
    font-weight: 600;
    padding-top: 53px;
	line-height:28px;
}

#header .timer .title {
	font-size:17px;
	text-transform:uppercase;
	padding-top:20px;	
}
#header .timer .time {
	font-size:65px;	
}
.buttons  {
 margin-top:40px;	
}

.text-right .buttons  {
 border-top:1px solid #ccc;
 border-bottom:1px solid #ccc;
 padding:20px 0px;
 margin-top:40px;	
}

.text-right .buttons .btn-red {
 padding:5px 70px;	
}

.the-question {
	font-size:18px !important;	
	line-height:24px;
}

.the-question h3 {
	font-size:18px; 
	margin-bottom:4px;
}
.the-question h4 {
	font-size:35px;
	font-weight:600;	
	margin-bottom:20px;
}
.the-question label {
	font-weight:normal;	
}

#progress-bar {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:40px;
}

#progress-bar .label {
		border-radius:20px;
}

.label-default {
	border:1px solid #ccc;
	background-color:#fff;	
	color:#ccc;
}

.label-primary {
 background-color:#d51916;
 color:#fff;	
 border:1px solid #d51916;
}



.clearfix {
	clear:both;	
}


#result h3 {
	font-size: 14px;	
}
#result h2 {
	font-size:90px;	
	font-weight:700;	
}


.progress-text {
	color:#ccc;
	font-size:12px;	
}
.nav-pills li span {
	width:23px;	
	display:block;
	padding:5px 0px;
}








/*--- Desktop only ---*/
/*--- iPad Landscape ---*/

@media (min-width: 1024px)  {


.nav-pills li span {
	width:28px;	
	display:block;
	padding:7px 0px;
	font-size:14px;
	border-radius:20px;
}

.nav-pills>li+li {
		margin-left:4px;
}

}
@media (min-width: 1024px) and (max-width: 1199px) {


}

/*--- iPad Portrait ---*/
@media (min-width: 768px) and (max-width: 799px) {
#header .logo {
	padding-top:20px;	
}
#header .the-title {
	  font-size: 26px;
    font-weight: 600;
    padding-top: 33px;
	line-height:28px;
}
}

/*--- Small Tablet Landscape ---*/
@media (min-width: 800px) and (max-width: 1023px) {
}

/*--- Small Tablet Portrait ---*/
@media (min-width: 569px) and (max-width: 767px) {

}

/*--- iPhone5 & Smartphone Landscape ---*/
@media (min-width: 480px) and (max-width: 568px) {


 }

/*--- iPhone5 & Smartphone Portrait ---*/
@media (min-width: 320px) and (max-width: 479px) {
#header {
	min-height: 180px;	
}
#header .the-title {
	  font-size: 24px;
    font-weight: 600;
    padding-top: 10px;
	line-height:28px;
}

#header .timer .title {
	font-size:17px;
	text-transform:uppercase;
	padding-top:20px;	
}
#header .timer .time {
	font-size:45px;	
}
.the-question h3 {
	font-size:16px; 
	margin-bottom:4px;
	margin-top:20px;
}
.the-question h4 {
	font-size:30px;
	line-height:36px;	
}
.container {
	margin:0 15px;	
}
}

