/*
Theme Name: fire-protection
Author: Fire Protection 
Description:
Version: 1.0
License: GNU General Public License
*/

BODY { 
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    background: #fffffa;
}
A { text-decoration: none; color: #FFF; outline: none;}
A:HOVER { text-decoration: underline;}
A IMG {border: none; }
LABEL { cursor: pointer; }
INPUT{outline: none;}
H1, H2, H3, H4, H5, H6, FORM, P, UL, OL {
	padding: 0;
	margin: 0;
}
@font-face {
    font-family: 'arvoregular';
    src: url('public/fonts/arvo-regular-webfont.eot');
    src: url('public/fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('public/fonts/arvo-regular-webfont.woff') format('woff'),
         url('public/fonts/arvo-regular-webfont.ttf') format('truetype'),
         url('public/fonts/arvo-regular-webfont.svg#arvoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'adobedevanagariregular';
    src: url('public/fonts/adobedevanagari-regular-webfont.eot');
    src: url('public/fonts/adobedevanagari-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('public/fonts/adobedevanagari-regular-webfont.woff') format('woff'),
         url('public/fonts/adobedevanagari-regular-webfont.ttf') format('truetype'),
         url('public/fonts/adobedevanagari-regular-webfont.svg#adobedevanagariregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ballparkweiner';
    src: url('public/fonts/ballpark_weiner-webfont.eot');
    src: url('public/fonts/ballpark_weiner-webfont.eot?#iefix') format('embedded-opentype'),
         url('public/fonts/ballpark_weiner-webfont.woff') format('woff'),
         url('public/fonts/ballpark_weiner-webfont.ttf') format('truetype'),
         url('public/fonts/ballpark_weiner-webfont.svg#ballparkweiner') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansita-oneregular';
    src: url('public/fonts/sansitaone-webfont.eot');
    src: url('public/fonts/sansitaone-webfont.eot?#iefix') format('embedded-opentype'),
         url('public/fonts/sansitaone-webfont.woff') format('woff'),
         url('public/fonts/sansitaone-webfont.ttf') format('truetype'),
         url('public/fonts/sansitaone-webfont.svg#sansita-oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#page {
	margin: auto;
	min-width: 480px;
	position: relative;
	z-index: 0;
} 
.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.area {
    margin: auto;
	width: 100%;
	max-width: 1024px;
	min-width: 480px; 
    text-align: left; 
}

/* Header */
#header {
	background: url("public/images/bg/bg-header.png") repeat-x left top;
	min-width: 480px;
}
#header A.logotype {
    font-size: 0px;
    line-height: 0px;    
	float: right;
	margin: 0 15px 0 0;
}
#header .menu A.popup-box,
#header .menu A.logout {
	font-family: 'arvoregular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fffffa;
    padding: 10px 20px;
    display: inline-block;
}
.menu {margin-left: 15px;}
.menu UL {
	font-family: 'arvoregular', Arial, Helvetica, sans-serif;	
	color: #fffffa;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu UL LI {float: left;}
.menu UL LI A {
	color: #fffffa;
	display: block;
	padding: 10px 20px 10px;
	height: 17px;
	font-size: 15px;
}
.menu UL LI.active A,
.menu UL LI A:HOVER,
.menu UL LI.current-menu-item A,
#header .menu A.popup-box:HOVER,
#header .menu A.logout:HOVER {
    background: url("public/images/bg/hover.gif") repeat-x left top; 
    text-decoration: none;
}

/* Content */
#content H1, #content H2, #content H3,
#content H4, #content H5, #content H6 {
	line-height: 100%;
}
#content H1 {
	font-size: 60px;
	font-family: 'ballparkweiner', Arial, Helvetica, sans-serif;
	color: #f99361;
	font-weight: normal;
	text-align: left;
	margin: 85px 15px 50px;
 	text-shadow: #000 2px 2px 0, #000 -2px -2px 0, #000 -2px 2px 0, #000 2px -2px 0,
				 #BC1B00 4px 4px 0, #BC1B00 -4px -4px 0, #BC1B00 -4px 4px 0, #BC1B00 4px -4px 0
}
#content h1.title-main {margin-bottom: 0;}
#content H2.padding{padding-top: 0;}
#content H2, #content H3 {
	font-family: 'sansita-oneregular', Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #3b3838;
	font-weight: normal;
	padding: 40px 0 10px 15px;
}
#content H3 {padding: 30px 0 20px 15px;}
#content H4 {font-size: 14px;}
#content H5 {font-size: 12px;}
#content H6 {font-size: 10px;}
#content P {
	font-family: 'adobedevanagariregular', Arial, Helvetica, sans-serif;
	padding: 0px 15px 35px 15px;
	line-height: 155%;
	font-size: 25px;
}
#content P STRONG {
	font-family: 'sansita-oneregular', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #3b3838;
	font-weight: normal;
}
#content UL, #content OL {	
	margin: 0 0 0 30px;
	padding: 0 0 3px;
    line-height: 155%;
	font-size: 25px;
    font-family: 'adobedevanagariregular', Arial, Helvetica, sans-serif;
    color: #000;
}
#content A {color: #580d03}
#content .column A {color: #000;}
.main  {padding: 0 0px 25px;}
.main.padding {padding-bottom: 0;}
.video {
	margin: 0 0 50px; 
	height: auto; 
	position: relative;	
}
#content .radio UL {margin: 0 0 40px 15px; padding: 0;}
#content .radio UL LI {
	list-style: none;
	display: inline-block;
	margin-right: 40px;
	min-width: 320px;
}
#content .radio  LABEL {
	font-family: 'adobedevanagariregular', Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 150%;
	color: #3b3838;
	margin: 0 25px 0 10px;
}
#content .box.size  P STRONG {font-size: 20px;}
#content .box.size  P {padding-bottom: 20px;}
#content .box.size .radio UL {margin-bottom: 20px;}
#content .radio INPUT {margin: 0; outline: none;}
#player {height: 450px;} 
.info, .search INPUT {
	background: url("public/images/bg/bg-input.gif") repeat-x left top;
	margin-bottom: 15px;
	border-top: 1px solid #49514e;
	border-left: 1px solid #474e4c;
	position: relative;
	float: left;
	width: 46%;
	line-height: 35px;	
}
.right {float: right;}
.block-info {margin: 0 15px;}
#content .info LABEL {
	font-family: 'arvoregular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
	position: absolute;
	top: 12px;
	left: 20px
}
#content .info LABEL SPAN {color: #be141d;}
#content .info INPUT {
	background: none!important;
	width: 100%;
	height: 15px;
	border: none;
	font-family: 'arvoregular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
	padding: 8px 0px;
	outline: none;
}
.firstname, .lastname, .email, 
.phone, .company , .street, 
.country, .code, .username, 
.password, .confirm_password {
	position: relative;
}
.error-firstname, .error-lastname,
.error-email, .error-phone,
.error-company, .error-addr,
.error-country, .error-code,
.error-username, .error-password,
.error-conf-password{
	position: absolute;
	right: -10px;
	top: 0;
	z-index: 10;
	color: #FFF;
	font-size: 10px;
	background: #821102;
	padding: 5px 4px;
	width: auto;
	height: 25px;
	display: table-cell;
	vertical-align: middle;
	line-height: 25px;
}
.error-code {max-width: 240px;}
.error-part {
	position: absolute;
	right: 0;
	top: 0;
	color: #FFF;
	font-size: 10px;
	background: #821102;
	padding: 5px 4px;
	width: auto;
	height: 25px;
	display: table-cell;
	vertical-align: middle;
	line-height: 25px;
}
.error-part.part-left {right: -10px;}
#content .csv P {
	margin: 0;
	padding: 0;
	color: #580d03;
	font-size: 18px;
}
#content .info .name {margin: 0 10px 0 100px;}
#content .info .name.lastname {margin-left: 95px;}
#content .info .email {margin: 0 10px 0 115px;}
#content .info .phone {margin: 0 10px 0 220px;}
#content .info .company {margin: 0 10px 0 125px;}
#content .info .street {margin: 0 10px 0 115px;}
#content .info .country {margin: 0 10px 0 80px;}
#content .info .code {margin: 0 10px 0 170px;}
#content .info .username {margin: 0 10px 0 95px;}
#content .info .password {margin: 0 10px 0 85px;}
#content .info .confirm_password {margin: 0 10px 0 140px;}
.btn {margin: 17px 15px 50px;}
.block-info .btn {margin: 0;}
.to-begin-final,
#content .btn BUTTON, #content .btn A,
.popup BUTTON, .popup A.show, 
#content .wpst_question A.next,
#content .wpst_question A.prev,
#content .to-begin-back  {
	background: url("public/images/bg/bg-button.gif") repeat-x left bottom;	
	padding: 8px 25px;
	border: none;
	color: #fff;
	font-family: 'arvoregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 15px 0 0;
	cursor: pointer;
}
#popup A.show {padding: 10px 17px; margin: 0 0 0 -4px; }
#content .btn BUTTON, #content .btn A, .popup BUTTON,
#content .wpst_question A.next, #content .wpst_question A.prev,
#content .to-begin-back {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;   
	behavior: url("./public/css/PIE.htc");
	position: relative;
}
#content .wpst_question A.next.check-video {
    display: none!important;
}
#content .btn BUTTON, #content .btn A {
	box-shadow: 3px 3px 3px 0px #c5c5c1;
	-webkit-box-shadow: 3px 3px 3px 0px #c5c5c1;
	-moz-box-shadow: 3px 3px 3px 0px #c5c5c1;
	-o-box-shadow: 3px 3px 3px 0px #c5c5c1;
	behavior: url("./public/css/PIE.htc");
	position: relative;
}
#content .btn A {display: inline-block;}
#content .wpst_question .btn A {float: right;}
#content .cost-participant:first-child .btn A.delete {display: none;}
#content .btn A:HOVER , #content .btn BUTTON:HOVER,
#content .wpst_question A.next:hover,
#content .wpst_question A.prev:hover,
#content .to-begin-back:hover { 
	background: url("public/images/bg/btn-hover.gif") repeat-x left top;
	text-decoration: none;
}
.margin {margin-top: 0; margin-left: 15px;}
#content .btn.margin BUTTON{font-size: 14px;}
.search {position: relative;}
.search INPUT {
	border: none;
	font-family: 'arvoregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	padding: 0 20px;
	outline: none;
	height: 32px;
	width: 210px;
	overflow: hidden;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px; 
	behavior: url("./public/css/PIE.htc");
	position: relative;	
}
#content .search A{
	background: url("public/images/bg/bg-btn.gif") repeat-x left top;
	padding: 0 15px;
	border: none;
	border-top: 1px solid #79090f;
	border-left: 1px solid #6b080d;
	color: #fff;
	font-family: 'arvoregular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 5px 0 0;
	display: inline-block;
	height: 31px;
	line-height: 31px;
}
#content .search A:hover,
#content A#upload:hover {
	background: #535c59;
	text-decoration: none;
	border-left: 1px solid #535c59;
    border-top: 1px solid #535c59;
} 
.search #fileInput {
    cursor: pointer;
    height: 32px;
    left: 0;
    opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    top: 0;
    width: 405px;
}
/* Footer */
#footer {
    background: #5b0a06 url("public/images/bg/bg-footer.gif") repeat-x left top;
    padding: 23px 0;
    font-size: 12px;
	color: #fffffa;
    text-align: center;
    font-family: 'arvoregular', Arial, Helvetica, sans-serif;
    line-height: 20px;
	min-width: 480px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#content {padding-bottom: 96px;}
#footer .area {text-align: center;}
#footer .textwidget, #footer .copyright {display: inline;}
#footer UL LI A {color: #fffffa;}

/* Column */
.column {
	position: relative;
	text-align: center;	
	margin-bottom: 50px;       
}
#tab-4 {
    color: #000;
    font-size: 23px;
    font-family: 'adobedevanagariregular', Arial, Helvetica, sans-serif;
}
.center {text-align: center;}
#content .column UL {margin: 0; list-style: none;}
.column A {
	color: #2e3435;
	font-size: 18px;
	font-family: 'adobedevanagariregular', Arial, Helvetica, sans-serif;
	float: left;
	min-height: 360px;
	display: inline-block;
        margin: 0 0 0 25px;
	text-align: center;
}
.column A:first-child {margin: 0;}
.column A SPAN {
    margin-top: 20px;
    display: block;
    min-height: 50px;
}
.column A.dry SPAN {padding-left: 10px;}
.column A SPAN.img-fire {
	display: table-cell;
	vertical-align: bottom;
	height: 286px;
	filter: url(public/filters.svg#grayscale);
	filter:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cfilter%20id%3D%22desaturate%22%3E%3CfeColorMatrix%20type%3D%22saturate%22%20values%3D%220%22/%3E%3C/filter%3E%3C/svg%3E#desaturate);
        filter: gray;
        -webkit-filter: grayscale(1);	
}
.column A:HOVER {text-decoration: none;}
.column A.water SPAN.img-fire {background: url("public/images/bg/img1.png") no-repeat left top; width: 157px;}
.column A.carbon SPAN.img-fire{background: url("public/images/bg/img2.png") no-repeat left top; width: 134px;}
.column A.cartridge SPAN.img-fire {background: url("public/images/bg/img3.png") no-repeat left top; width: 173px;}
.column A.wet SPAN.img-fire {background: url("public/images/bg/img4.png") no-repeat left top; width: 118px;}
.column A.dry SPAN.img-fire {background: url("public/images/bg/img5.png") no-repeat left top; width: 177px; padding: 0;}
.column A.clean SPAN.img-fire {background: url("public/images/bg/img6.png") no-repeat left top; width: 138px;}
.column A:HOVER SPAN.img-fire, .column A.push SPAN.img-fire {
	filter: none;  
    -webkit-filter: grayscale(0);
}

/* Pop Up Box */
#help h2 {
	font-family: 'arvoregular', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	padding: 0 0 15px;
	font-weight: normal;
}
.popup { 
	display: block;
	width: 320px;
	background:  url("public/images/bg/bg-fancybox.gif") repeat-x left top;
	padding: 20px 20px 10px;
}
.popup INPUT {
	background:  url("public/images/bg/bg-input-popup.gif") repeat-x left top;
	border: none;
	outline: none;
	font-size: 15px;
	height: 16px;
	width: 190px;
	color: #310908;
	font-family: 'arvoregular', Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	margin-bottom: 15px;
}
#help.popup INPUT {width: 279px;}
.popup INPUT.pasw {width: 120px;}
#popup A.help {
	font-size: 12px;
	color: #4f070b;
	font-family: 'arvoregular', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px #954449;
	margin-left: 10px;
}
@media only screen and (orientation:portrait){
    .menu UL LI A,
	#header .menu A.popup-box,
	#header .menu A.logout {padding: 11px 8px; font-size: 13px; }
    A.logotype{width: 30%; max-width: 118px;}
    A.logotype IMG {width: 100%;}
    .info {width: 100%;}
}
#content A.popup-box {color: #BE141D;}
#content FORM OL {padding: 0 0 35px 15px;}

/* WPSQT */
#content .wpst_question P,
#content  .wpst_question STRONG{
    color: #3B3838;
    font-family: 'sansita-oneregular',Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: normal;
	padding: 35px 0 0;
	line-height: 155%;
}
#content .wpst_question P {padding: 35px 15px 0;}
#content  .wpst_question.twice STRONG {font-size: 21px;} 
#content .wpst_question UL {margin: 0 15px 40px; padding: 0px;}
#content .wpst_question UL LI {
    display: inline-block;
    list-style: none outside none;
    margin-right: 5px;
    width: 410px;	
}
#content .wpst_question.twice UL LI {width: 75px;}  
#content .wpst_question UL LI  LABEL {
    color: #3B3838;
    font-family: 'adobedevanagariregular',Arial,Helvetica,sans-serif;
    font-size: 23px;
    line-height: 150%;
}
.wpst_question {display:none; min-height: 210px;}
.wpst_question.leave {display:block;}
#content .to-begin-final,
#content .button-secondary {
    box-shadow: 3px 3px 3px 0 #C5C5C1;
    position: relative;
	border-radius: 2px 2px 2px 2px;
	 background: url("public/images/bg/bg-button.gif") repeat-x scroll left bottom transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'arvoregular',Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0 15px 0 0;
    margin: 0 15px 0 0;
    padding: 8px 25px;
	display: none;
}
.button-secondary {float: right;}
#content .to-begin-final:HOVER,
#content .button-secondary:HOVER{ 
	background: url("public/images/bg/btn-hover.gif") repeat-x left top;
	text-decoration: none;
}
#content .wpst_question A.prev,
#content .to-begin-back  {
	float: left;
	margin: 17px 15px 50px;
}
#content .wpst_question A.next {
	float: right;
	margin: 17px 15px 50px;
}
.videos,.video-class  {position: relative; margin: 60px auto 0; }
#content  iframe {
	width: 100%!important;

}
#vw, #vc, #vct, #vcl, #vwt, #vd ,
#content .quiz H1, #content .quiz .wpst_question H2 {
    display: none;
}

#content .quiz .wpst_question H1 {display: block; margin-bottom: 15px;}
@media only screen and (orientation:portrait){
    #content  iframe {
		width: 100%!important;
	
	}
}
.w-line {
	position: absolute;
	left: 0;
	top: 0;
	background: #FFFFFA;
	height: 10px;
	width: 100%;
}
.lw-line {
	position: absolute;
	left: 0;
	top: 0;
	background: #FFFFFA;
	height: 100%;
	width: 10px;
}
.rw-line {
	position: absolute;
	right: 0;
	top: 0;
	background: #FFFFFA;
	height: 100%;
	width: 10px;
}
.bw-line {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #FFFFFA;
	height: 10px;
	width: 100%;
}
#uploadcsv {display: none;}
#upload {
	position: relative;
	z-index: 15;
}
.sel-error,
.answer-error {
	display: none;
	color: #580d03;
    font-family: 'adobedevanagariregular',Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 140%;
}
.button-secondary-parent {padding: 17px 0!important;line-height: 100%!important;}
.wpst_question .merge-begin,
.wpst_question .merge-end {display: none;}
#userid, .userid {display: none;}
#content .to-begin-final {float: left;margin-bottom: 17px!important;}
.quiz-container {padding: 85px 15px 0;}
#content P.mess {margin-left: -30px;}
.video-frame {display: none;}
#content A.pdf {
    background: url("public/images/bg/pdf-lock.png") no-repeat left 6px;
    padding: 0 0 0 20px;
}