/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0}

/* GROUP */
.group:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.group{display:inline-block}html[xmlns] .group{display:block}* html .group{height:1%}


/* ------- *
 * GENERAL *
 * ------- */

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 80%;
	color: #404040;
	line-height: 1.4em;
	background: #eeeeee;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

h1 {
	font-size: 140%;
	margin: 0.8em 0 0.7em;
	}

h2 {
	font-size: 120%;
	margin: 0.8em 0 0.7em;
	}

strong {
	font-weight: bold;
	}

a {
	color: #0f7dbc;
	outline: none;
	}

p {
	margin-bottom: 0.4em;
	}

table tr td:not(:first-child) input[type='radio']{ margin-left: 10px; }

.text-lighter {
	opacity: 0.6;
	}

.validator {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 7px;
	right: 7px;
	background: url(/backstageAssets/components/popups/images/exclamation.png) 0 0 no-repeat;
	}

#loaderWrapper {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	top: 0;
	left: 0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	    -ms-border-radius: 4px;
	     -o-border-radius: 4px;
	        border-radius: 4px;
	}

#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(/backstageAssets/components/popups/images/loading.gif) center center no-repeat;
	}

.wrapper {
	padding-top: 60px;
	}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 60px;
	color: #505050;
	text-align: center;
	background: #202020;
	}

#header #title {
	font-size: 200%;
	font-weight: bold;
	line-height: 60px;
	text-shadow: none;
	/*color: #002a5c;*/
    color: #FFF;
	}

#header #exit {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	right: 13px;
	top: 13px;
	opacity: 0.8;
	background: url(/backstageAssets/components/popups/images/share-exit.png) 0 0 no-repeat;
	-webkit-transition: opacity 200ms linear;
	   -moz-transition: opacity 200ms linear;
	    -ms-transition: opacity 200ms linear;
	     -o-transition: opacity 200ms linear;
	        transition: opacity 200ms linear;
	}

#header #exit:hover {
	opacity: 1;
	}

.divider {
	position: absolute;
	width: 100%;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #ffffff;
	}

hr {
	position: relative;
	left: 0;
	width: 100%;
	border-style: solid;
	border-width: 1px 0;
	border-top-color: #a8a8a8;
	border-bottom-color: #ffffff;
	margin: 20px 0;
	}

.section {
	position: relative;
	}

.section .padding {
	padding: 30px;
	}


#content {
	padding-left: 0;
    position: relative;
	margin-bottom: 15px;
	min-height: 160px;
	}

.has-images #content{
    padding-left: 195px;
}

@media screen and (max-width:400px) {
    #content {
        padding-top: 10px;
        min-height: 0;
        }
    .has-images #content{
        padding-left: 0;
        padding-top: 175px;
        
    }
    .section .padding {
	    padding: 15px;
    	}
    }

#content p:last-child {
	display: none;
	}

.imagePicker {
	position: absolute;
	top: 0;
	left: 0;
	width: 165px;
	height: 115px;
	padding: 5px;
	margin: 0;
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	    -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	     -o-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	        box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	}

.select-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	background: rgba(255,255,255,0.9);
	color: #404040;
	font-size: 13px;
	text-align: center;
	padding: 5px 0;
	}

.imagePicker #images {
	width: 165px;
	height: 115px;
	}

.imagePicker .image {
	display: table-cell;
	width: 165px;
	height: 115px;
	overflow: hidden;
	vertical-align: middle;
    text-align: center;
	}

.imagePicker .image.selected {
	display: table-cell;
	}

.imagePicker img {
	max-width: 165px;
	max-height: 115px;
	}

.imagePicker #controls {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 100%;
	}

.imagePicker #controls #number {
	height: 32px;;
	line-height: 32px;
	text-align: center;
	background: rgba(0,0,0,0.1);
	border-style: solid;
	border-color: rgba(0,0,0,0.15);
	border-width: 0 1px 1px;
	}

.imagePicker #controls .control {
	cursor: pointer;
	position: absolute;
	top: 4px;
	z-index: 2;
	opacity: 0.5;
	width: 23px;
	height: 23px;
	background: url(/backstageAssets/components/popups/images/imagePicker-arrows.png) 0 0 no-repeat;
	-webkit-transition: opacity 100ms linear;
	   -moz-transition: opacity 100ms linear;
	    -ms-transition: opacity 100ms linear;
	     -o-transition: opacity 100ms linear;
	        transition: opacity 100ms linear;
	}

.imagePicker #controls .control[disabled="disabled"] {
	cursor: default;
	opacity: 0.2 !important;
	}

.imagePicker #controls .control:hover {
	opacity: 1;
	}

.imagePicker #controls .control.left {
	left: 8px;
	}

.imagePicker #controls .control.right {
	right: 8px;
	background-position: -23px 0;	
	}

.infoBox {
	overflow: hidden;
	padding: 10px;
	background-color: rgba(0,0,0,0.05);
	}

input[type="radio"] {
	margin-right: 6px;
	margin-bottom: 8px;
	}

table.list {
	width: 100%;
	}

table.list td,
table.list th {
	text-align: left;
	padding: 6px;
	}

.totalCost {
	text-align: right;
	padding: 10px 8px 0;
	font-weight: bold;
	font-size: 120%;
	color: #68871b;
	}

#form .field {
	position: relative;
	border: 1px solid #959595;
	margin-bottom: 10px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
	}

#form .field.select, #form .field.checkbox {
	border: none;
	background: none;
   margin-bottom: 10px;
	-webkit-box-sizing: initial;
	   -moz-box-sizing: initial;
	    -ms-box-sizing: initial;
	     -o-box-sizing: initial;
	        box-sizing: initial;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: initial;
	   -moz-border-radius: initial;
	    -ms-border-radius: initial;
	     -o-border-radius: initial;
	        border-radius: initial;
	}

#form .field.select select {
    width: 100%;
    }

#form .field.singleline {
	height: 32px;
	}

#form .field.multiline {
	height: 95px;
	}
#form .field.checkboxlist, #form .field.radiobuttonlist, #form .field.boolean, #form .field.dropdownlist{
    background: none;
    border: none;
}
    #form .field.checkboxlist label, #form .field.radiobuttonlist label, #form .field.boolean label, #form .field.dropdownlist label
    {
        position: relative;
        color: #000;
    }
    #form .field.checkboxlist label.question, #form .field.radiobuttonlist label.question, #form .field.boolean label.question, #form .field.dropdownlist label.question{
        display: block;
    }
#form .field.checkboxlist table tr td label{
    
}

#form .field .inputWrapper {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 3px;
	bottom: 3px;
    overflow: hidden;
	}

#form .field input[type="text"],
#form .field input[type="tel"],
#form .field input[type="email"],
#form .field input[type="password"] {
	width: 100%;
	height: 24px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 120%;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

#form .field .textareaWrapper {
	position: absolute;
	left: 11px;
	right: 10px;
	top: 6px;
	bottom: 6px;
	}

#form .field textarea {
	width: 100%;
	height: 80px;
	padding: 0;
	margin: 0;
	resize: none;
	border: none;
	outline: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 120%;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}


#form .field label {
	position: absolute;
	left: 11px;
	right: 10px;
	top: 3px;
	bottom: 3px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 120%;
	color: #a5a5a3;
	line-height: 24px;
	}
#form .field.singleline .inputWrapper label, #form .field.multiline .inputWrapper label {
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	}

#form .field.checkbox label{
    position: relative;
    top: 1px;
}

.button {
	background-position: 0% 0%;
	cursor: pointer;
	display: block;
	border: 1px solid #959595;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size: 130%;
	text-shadow: 0 1px 0 #ffffff;
	width: 100%;
	font-weight: bold;
	text-align: center;
	color: #0f7dbc;
	text-decoration: none;
	padding: 12px 0;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.8), 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
}

.button + .button {
    margin-top: 15px;
    }

#form .button {
	margin: 15px 0;
	}

.button:hover {
	background-color: #f3f3f3;
	}

#social {
	margin-top: 15px;
	width: 100%;
	}

#social img {
	opacity: 0.7;
	-webkit-transition: opacity 200ms linear;
	   -moz-transition: opacity 200ms linear;
	    -ms-transition: opacity 200ms linear;
	     -o-transition: opacity 200ms linear;
	        transition: opacity 200ms linear;
	}

#social img:hover {
	opacity: 1;
	}

#footer {
	background: #dfdfdf;
	}

#footer .padding {
	padding: 30px;
	}


/* CAPTCHA */

.captcha {
	position: relative;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	background: #ffffff;
	font-size: 1rem;
	line-height: 1.2em;
	}

.captcha input[type="submit"] {
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 39px;
	height: 39px;
	background: url(/backstageAssets/components/popups/images/captcha-refresh.png) center center no-repeat;
	border: none;
	border-right: 1px solid #666666;
	outline: none;
	opacity: 0.6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}

.captcha input[type="submit"]:hover {
	opacity: 0.8;
	}

.captcha img {
	position: absolute;
	display: block;
	left: 40px;
	height: 39px;
	width: 100px;
	border-right: 1px solid #999999;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	}

.captcha input[type="text"] {
	padding: 11px 10px 11px 150px;
	font-size: 14px;
	width: 100%;
	border: none;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}