/************ public/css/common/reset_common.css ************/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table,tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* Vertical align kills TinyMCE vertical alignment
	vertical-align: baseline;*/ 
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

address {
font-style: normal;
}

/************ public/css/common/design_common.PPGUI.css ************/
/* Content common for Legacy and H24Design systems */

/* _________________________________________________________________ PRODUCT PRICE BLOCK  ______________________ */

.h24_price_block_contents, .h24_price_block_contents .h24_price_li, .h24_price_block_contents .h24_price_li select {
	max-width: 100%;
}




/* ____________________________________________________ Image Block */

.h24_image_block_align_center,
.h24_image_block_align_center .h24_caption {
	margin: 0 auto !important;
	text-align: center;
}
.h24_image_block_align_left,
.h24_image_block_align_left .h24_caption{
	margin-right: auto !important;
	text-align: left;
}
.h24_image_block_align_right,
.h24_image_block_align_right .h24_caption{
	margin-left: auto !important;
	text-align: right;
}

.presentation_image_block_image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	position: relative;
}
.h24_image_custom_height .presentation_image_block_image {
	bottom: 0;
	_height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	_width: 100%;
	width: 100%;
}

.h24_image_block_align {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.h24_image_block_ratio {
	display: block;
	padding-bottom: 100%;
	width: 100%;
}

.h24_image_block_radius_full {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.h24_image_block_crop_horizontally .presentation_image_block_image {
	height: 100%;
	max-height: 100%;
	width: auto;
	max-width: none;
}

.h24_image_block_radius_medium {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.h24_image_block_border_medium {
	border-width: 4px;
	border-style: solid;
}

.h24_image_block_border_large {
	border-width: 10px;
	border-style: solid;
}

.h24_image_block_shadow {
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}



/* ____________________________________________________ Flexbutton CSS3*/

.h24_flexbutton {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

.h24_flexbutton,
.h24_flexbutton:visited,
.h24_flexbutton:link,
.h24_flexbutton:active {
font-family: "Arial", "Helvetica", sans-serif;
background: #f8f8f8 url('../../../public/css/common/images/overlay_button.png') repeat-x;
display: inline-block;
padding: 8px 15px 8px;
overflow:visible;
text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
border: none !important;
position: relative;
cursor: pointer;
font-size: 85%;
}

.h24_flexbutton:hover, .h24_flexbutton:focus
{
background-color: #fff;
}

.h24_flexbutton_small.h24_flexbutton,
.h24_flexbutton_small.h24_flexbutton:visited,
.h24_flexbutton_small.h24_flexbutton:link,
.h24_flexbutton_small.h24_flexbutton:active
{
font-size: 10px !important;
line-height: 13px;
padding: 4px 12px 5px;
}
.h24_flexbutton_medium.h24_flexbutton,
.h24_flexbutton_medium.h24_flexbutton:visited,
.h24_flexbutton_medium.h24_flexbutton:link,
.h24_flexbutton_medium.h24_flexbutton:visited
{
font-size: 12px;
line-height: 12px;
}
.h24_flexbutton_large.h24_flexbutton,
.h24_flexbutton_large.h24_flexbutton:visited,
.h24_flexbutton_large.h24_flexbutton:link,
.h24_flexbutton_large.h24_flexbutton:active
{
font-size: 14px;
padding: 9px 14px 9px;
}
.h24_flexbutton.h24_flexbutton_xlarge,
.h24_flexbutton.h24_flexbutton_xlarge:visited
{
font-size: 16px;
line-height: 14px;
padding: 12px 20px 12px;
}
.h24_flexbutton_orange.h24_flexbutton, .h24_flexbutton_orange.h24_flexbutton:visited
{
background-color: #ff5c00;
color: white;
}
.h24_flexbutton_orange.h24_flexbutton:hover, .h24_flexbutton_orange.h24_flexbutton:focus
{
background-color: #ff9000;
}
.h24_flexbutton_red.h24_flexbutton, .h24_flexbutton_red.h24_flexbutton:visited
{
background-color: #d33;
color: white;
}
.h24_flexbutton_red.h24_flexbutton:hover, .h24_flexbutton_red.h24_flexbutton:focus
{
background-color: #f33;
color: white;
}
.h24_flexbutton_green.h24_flexbutton, .h24_flexbutton_green.h24_flexbutton:visited
{
background-color: #59BD31;
color: white;
}
.h24_flexbutton_green.h24_flexbutton:hover, .h24_flexbutton_green.h24_flexbutton:focus
{
background-color: #6dd145;
color: white;
}
.h24_flexbutton_gray.h24_flexbutton, .h24_flexbutton_gray.h24_flexbutton:visited
{
background-color:#f5f5f5;
    color: #555555 !important;
}
.h24_flexbutton_gray.h24_flexbutton:hover, .h24_flexbutton_gray.h24_flexbutton:focus
{
background-color:#fff;
    color: #555555 !important;
}

.h24_flexbutton_blue.h24_flexbutton, .h24_flexbutton_blue.h24_flexbutton:visited
{
background-color:#3DADE8;
}
.h24_flexbutton_blue.h24_flexbutton:hover, .h24_flexbutton_blue.h24_flexbutton:focus
{
background-color:#5EB5E4;
}

.h24_flexbutton_mini.h24_flexbutton
{
	padding: 3px;
}
.h24_flexbutton_mini span { 
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	text-indent: -999em;
}

/* ____________________________________________________ Button CSS3 used as Save & Close*/
.h24_button,
.h24_button:visited,
.h24_button:link,
.h24_button:active,
.h24_button_primary,
.h24_button_primary:visited,
.h24_button_primary:link,
.h24_button_primary:active,
.h24_button_action,
.h24_button_action:visited,
.h24_button_action:link,
.h24_button_action:active {
	text-decoration: none !important;
	font-weight: bold;
	font-family: "Arial", "Helvetica", sans-serif;
	display: inline-block;
	overflow:visible;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);*/
	/*-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);*/
	/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);*/
	position: relative;
	cursor: pointer;
	font-size: 16px;
	padding: 9px 14px;
	line-height: 18px;
}

.h24_button.h24_button_icon,
.h24_button_primary.h24_button_icon,
.h24_button_action.h24_button_icon {
	padding-left: 30px;
}

.h24_button.h24_button_icon_right,
.h24_button_primary.h24_button_icon_right,
.h24_button_action.h24_button_icon_right {
	padding-right: 30px;
}

.h24_button > img,
.h24_button_primary > img,
.h24_button_action > img {
	border: 0 none;
    position: absolute;
    top: 9px;
}

.h24_button.h24_button_icon > img,
.h24_button_primary.h24_button_icon > img,
.h24_button_action.h24_button_icon > img {
    left: 8px;
}

.h24_button.h24_button_icon_right > img,
.h24_button_primary.h24_button_icon_right > img,
.h24_button_action.h24_button_icon_right > img {
    right: 8px;
}

.h24_button,
.h24_button:visited,
.h24_button:link,
.h24_button:active,
.h24_button.h24_button_disabled:hover,
.h24_button.h24_button_disabled:focus {
	color: #222222 !important;
	/*border: 1px solid #BBBBBB;*/
	/*background: #F5F5F5 url('../../../public/css/common/images/overlay_button.png') repeat-x;*/
	background: #F5F5F5;
}

.h24_button:hover,
.h24_button:focus {
	background-color: #FFF;
}

.h24_button_disabled {
	opacity: 0.5;
	cursor: not-allowed !important;
}
.h24_button_disabled:hover {
	cursor: not-allowed !important;
}

.h24_button_primary,
.h24_button_primary:visited,
.h24_button_primary:link,
.h24_button_primary:active,
.h24_button_primary.h24_button_disabled:hover,
.h24_button_primary.h24_button_disabled:focus {
	color: #FFFFFF !important;
	/*border: 1px solid #6FA45A;*/
	/*background: #4ABA20 url('../../../public/css/common/images/overlay_button.png') repeat-x;*/
	background: #4c9f14;
	/*text-shadow: 0 1px 2px #666;*/
	box-shadow: 0 1px 0 #2e6d03;
}

.h24_button_primary:hover,
.h24_button_primary:focus {
	background-color: #57b11a;
}

.h24_button_action,
.h24_button_action:visited,
.h24_button_action:link,
.h24_button_action:active,
.h24_button_action.h24_button_disabled:hover,
.h24_button_action.h24_button_disabled:focus {
	color: #FFFFFF !important;
	/*border: 1px solid #0074af;*/
	/*background: #0083be url('../../../public/css/common/images/overlay_button.png') repeat-x;*/
	background: #0083be;
	/*text-shadow: 0 1px 2px #666;*/
}

.h24_button_action:hover,
.h24_button_action:focus {
	background-color: #1e99df;
}

.h24_button_secondary,
.h24_button_secondary:visited,
.h24_button_secondary:link,
.h24_button_secondary:active {
	color: #1A6791 !important;
	font-weight: normal;
	margin-right: 15px;
}

.h24_button_secondary:hover {
	color: #2082b7 !important;
}
.h24_button_secondary.h24_button_disabled:hover {
	color: #1A6791 !important;
	text-decoration: none !important;
}

.h24_buttons_dialog {
	line-height: 36px;
	padding-right: 20px;
	padding-left: 20px;
    padding-top: 15px;
	text-align: right !important;
}

.h24_buttons_dialog .h24_button {
	margin-right: 5px;
}

.h24_buttons_dialog a.h24_revert_button {
	display: none;
}

.h24_modified_settings .h24_buttons_dialog a.h24_revert_button {
	display: inline-block;
}

.h24_buttons_right {
	text-align: right !important;
}

.h24_button_position_left {
	float: left;
}

/* ______________________Dialog-specific modifications of buttons */
.h24_SEOGuide_dialog-container .h24_buttons_dialog {
	padding: 0;
}

.h24_dm_mfp_content  .h24_button_secondary {
	margin-left: 15px;
}

.h24_canvas_picker_bottom_buttons.h24_buttons_dialog {
	padding-top: 0;
}

#h24_store_start_guide_settings .h24_buttons_dialog {
	padding-right: 0;
}

.h24_presentation_image_block_settings .h24_buttons_dialog, .h24_standard_text_image_block_settings .h24_buttons_dialog {
	padding-right: 0;
}

/* ____________________________________________________ Button CSS3 used as Save & Close*/
.h24_button,
.h24_button:visited,
.h24_button:link,
.h24_button:active,
.h24_button_primary,
.h24_button_primary:visited,
.h24_button_primary:link,
.h24_button_primary:active {
	text-decoration: none !important;
	font-weight: bold;
	font-family: "Arial", "Helvetica", sans-serif;
	display: inline-block;
	overflow:visible;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);*/
	/*-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);*/
	/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);*/
	position: relative;
	cursor: pointer;
	font-size: 16px;
	padding: 8px 14px;
	line-height: 18px;
}

.h24_button.h24_button_icon,
.h24_button_primary.h24_button_icon {
	padding-left: 30px;
}

.h24_button.h24_button_icon_right,
.h24_button_primary.h24_button_icon_right {
	padding-right: 30px;
}

.h24_button > img,
.h24_button_primary > img {
	border: 0 none;
    position: absolute;
    top: 9px;
}

.h24_button.h24_button_icon > img,
.h24_button_primary.h24_button_icon > img {
    left: 8px;
}

.h24_button.h24_button_icon_right > img,
.h24_button_primary.h24_button_icon_right > img {
    right: 8px;
}

.h24_button,
.h24_button:visited,
.h24_button:link,
.h24_button:active {
	color: #222222 !important;
	/*border: 1px solid #BBBBBB;*/
	/*background: #F5F5F5 url('../../../public/css/common/images/overlay_button.png') repeat-x;*/
	background: #f5f5f5;
}

.h24_button:hover,
.h24_button:focus {
	background-color: #FFF;
}

.h24_button_primary,
.h24_button_primary:visited,
.h24_button_primary:link,
.h24_button_primary:active {
	color: #FFFFFF !important;
	/*border: 1px solid #6FA45A;*/
	/*background: #4ABA20 url('../../../public/css/common/images/overlay_button.png') repeat-x;*/
	background: #4c9f14;
	/*text-shadow: 0 1px 2px #666;*/
}

.h24_button_primary:hover,
.h24_button_primary:focus {
	background-color: #57b11a;
}

.h24_button_secondary,
.h24_button_secondary:visited,
.h24_button_secondary:link,
.h24_button_secondary:active {
	color: #1A6791 !important;
	font-weight: normal;
	margin-right: 15px;
}

.h24_button_secondary:hover {
	color: #2082b7 !important;
}

.h24_buttons_dialog {
	line-height: 36px;
	padding-right: 20px;
	padding-left: 20px;
    padding-top: 15px;
	text-align: right !important;
}

.h24_buttons_dialog .h24_button {
	margin-right: 5px;
}

.h24_buttons_dialog a.h24_revert_button {
	display: none;
}

.h24_modified_settings .h24_buttons_dialog a.h24_revert_button {
	display: inline-block;
}

.h24_buttons_right {
	text-align: right !important;
}

.h24_button_position_left {
	float: left;
}

/* ____________________________________________________ Text styles*/

.h24_dialog label.h24_bigLabel {
color:#222222;
font-family:'CartoGothicStdBold',arial;
font-weight:normal;
font-size: 22px;
}

.h24_small_grey {
    color: #777777;
    font-size: 11px;
    line-height: 120%;
	font-weight: normal;
}


/* ___ Simple gallery ____________________________________________________ */

/* Fix for IE6 */
div.simple_gallery_content .h24_sg_imagecontainer {
	float:left;
}

/* Fix to make sure the negative margin does not disable clicking on content below the gallery */
.simple_gallery {
overflow: hidden;
}


/*__________________________________________________ H24CORE DIALOGS */
.h24_dialog_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10000px;
	text-align: center;
	background-image: url('../../../public/css/common/images/white-overlay-85.png');
}

.h24_transparent_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10000px;
	text-align: center;
}

.h24_fixed_transparent_overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

/*__________________________________________ DIVIDER ______ */
.divider_block {
	padding: 0 !important;
}

/*_____________________________________________________________________ LOADING OVERLAY___________________*/

#loading_overlay {
display:none;
position:absolute;
width: 100%;
height: 2000px;
top: 0;
background: transparent url('../../../public/css/common/images/transparent.png') repeat scroll left top;
left: 0;
z-index:99990;
}

input.h24_small_loading_spinner {
	background: #ffffff url('../../../public/css/common/images/small-ajax-loader.gif') no-repeat scroll right center;
}

/*__________________________________________________ RSS-BlOCK */
.h24_block_rss_block .h24_feed_item_title {
	font-weight:bold;
}

.h24_block_rss_block ul.h24_feed {
	margin: 0px;
	padding: 0px;
}
.h24_block_rss_block ul li.h24_feed_item {
	list-style-type: none;
	margin-bottom: 10px;
}

.h24_block_rss_images {
	margin: 10px 0;
}

.h24_block_rss_images img {
	max-height: 50px;
	display: inline;
}

/* _________________________________________________________________ MAILERLITE BLOCK ______________________ */

.h24_mailerlite_newsletter_signup label{
	
}

.h24_mailerlite_orientation_right .h24_mailerlite_newsletter_signup label {
	display:inline-block!important;
	min-width:80px;
}
.h24_mailerlite_orientation_right .h24-HpInput {
	display:inline-block!important;
	width:auto;
}
.h24_mailerlite_newsletter_signup input {
}

.h24_mailerlite_btn_submit {
	margin:0;
	margin-top:-10px;	/* move button up a bit */
}

.h24_block_mailerlite_settings input[type="text"],
.h24_block_mailerlite_settings textarea,
.h24_block_mailerlite_settings select {
	width: 100%!important;
}

input.h24_mailerlite_invalid_email {
	background:#E6B3B3;
	color:#FFF;
}

input.h24_mailerlite_invalid_apikey {
	border:1px solid #C00;
	color:#C00;
}

.h24_mailerlite_field_container {
	border:1px dashed #CCC;
	border-bottom:none;
	cursor:move;
}
.h24_mailerlite_field_container > * {
	cursor:move;
}

.h24_block_mailerlite_field_placeholder {
	background:#EEE;
	border:1px solid #EEE;
	border-bottom:none;
}

.h24_block_mailerlite_overlay {
	background:transparent;
	position:absolute;
	height:190px;
	width:170px;
}


/* _________________________________________________________________ ADDTHIS BLOCK ______________________ */

.h24_addthis_block_row th {
	width:100px!important;
}
.h24_addthis_orientation, .h24_addthis_size {
	margin-right:0;
}

.h24_addthis_block_orientation_horisontal {}
.h24_addthis_block_orientation_vertical a{
	clear:both; 
	margin-bottom:6px;
	/* addthis own css is crappy so we need this fix for vertical button list to work */
}

.h24_addthis_block_overlay {
	background:transparent;
	position:absolute;
	height:100%;
	width:100%;
	/*display: none;*/
}

.h24_addthis_block_delete_button img{
	position:relative;
	top:3px;
}

#h24_addthis_block_template_button {
	display:none;
}

/* IE 6,7 max-height fix 
* html div#division { 
   height: expression( this.scrollHeight > 332 ? "333px" : "auto" );
}*/

#h24_addthis_block_buttons {
	margin-top:0;
	margin-left:0;
	margin:0!important;
	padding:0!important;
	overflow:auto;
	max-height:220px;
}

#h24_addthis_block_buttons li{
	list-style-type: none;	/* hide numbers of buttons */
	width:100%;
}

.addthis_16x16_style {
	padding-bottom:20px;
}

.addthis_32x32_style {
	padding-bottom:10px;
}

.h24_addthis_block_orientation_horisontal.addthis_32x32_style .h24_addthis_button {
	height:32px;
	margin-bottom:5px;
}


/* debugging
.addthis_toolbox { background:yellow;}
.addthis_toolbox .h24_addthis_button {background:red;}*/



/*__________________________________________________ CustomerSurvey */
div#h24_customer_survey center > h2,
div#h24_customer_survey center > p {
	text-align: center !important;
}
div#h24_customer_survey_dialogue > div.h24_survey_buttons {
	width: 240px;
	margin: 30px auto;
}

div#h24_customer_survey_dialogue > div.h24_survey_buttons > a > strong {
	width: 220px;
	text-transform: none;
}
#h24_customer_survey_dialogue a {
	clear: both;
	margin-top: 15px;
}

div#h24_customer_survey h2 {
    border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
div#h24_customer_survey form {
	width: 500px;
}

div#h24_customer_survey label {
	font-weight: normal;
}

div#h24_customer_survey p > label {
	font-weight: bold;
}

div#h24_customer_survey div.h24_survey_radio_scale {
	display: inline-block;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px 0;
	margin: 10px 0;
}

div#h24_customer_survey p.h24_survey_question{
	font-weight: bold;
}

div#h24_customer_survey p.h24_question_explanation{
	color: #666666;
}
div#h24_customer_survey ol > li {
	margin-bottom: 20px;
}

div#h24_customer_survey div.h24_survey_radio_scale ul {
	margin: 0;
	display: inline;
	padding: 0 15px;
}
div#h24_customer_survey ol {
	padding: 0 20px;
}
div#h24_customer_survey ol > li.h24_hide_list_style {
	list-style-type: none;
	list-style-image: none;
	margin-left: -20px;
}
div#h24_customer_survey div.h24_survey_radio_scale ul > li {
	display: inline;
}

div#h24_customer_survey ul.h24_survey_radio_options {
	margin: 0;
}

div#h24_customer_survey ul.h24_survey_radio_options > li {
	list-style-type: none;
	list-style-image: none;
}

div#h24_customer_survey div.h24_submit_cancel_buttons {
	float: right;
}
div#h24_customer_survey div.h24_submit_cancel_buttons a {
	margin-left: 10px;
}

div#h24_customer_survey textarea.h24_survey_comment {
	width: 100%;
	height: 80px;
}
div#h24_customer_survey input[type=text] {
	width: 100%;
	margin-top: 10px;
}
div#h24_customer_survey ol > li.h24_toggle_question {
	display: none;
}
div#h24_customer_survey small {
	font-size: 0.8em;
	font-weight: normal;
}
div#h24_customer_survey .h24_mandatory_warning {
	margin: -10px 0 0 470px;
}

/* ___________________________________________ Disabled button */

a.h24_disabled_button {
	filter: alpha(opacity=60)! important;
	-khtml-opacity: 0.6! important;
	-moz-opacity: 0.6! important;
	opacity: 0.6! important;
	cursor: not-allowed !important;
}

a.h24_disabled_button strong, a.h24_disabled_button span, a.h24_disabled_button div{
	cursor: not-allowed !important;
}

a.h24_disabled_link {
	cursor: not-allowed !important;
}

a.h24_disabled_link strong, a.h24_disabled_link span, a.h24_disabled_link div{
	color: #A2A2A2 !important;
	cursor: not-allowed !important;
}

/* ___________________________________________ Video */
.h24_video_dialog_close_x {
	background: url('../../../public/css/common/images/cc_close_button.png') no-repeat scroll left top transparent;
}
.h24_video_dialog_close_x:hover {
	background-position: left -48px;
	cursor: pointer;
}

/* ___________________________________________ Galleria - Classic Theme */
/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */
 
.h24_galleria_theme_classic .galleria-container {
    position: relative;
    overflow: hidden;
    background: transparent; /* Modified from original theme. Previous #000 */
	z-index: 0;
	
}
.h24_galleria_theme_classic .galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.h24_galleria_theme_classic .galleria-stage {
    position: absolute;
    top: 10px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow:hidden;
}
.h24_galleria_theme_classic .galleria-thumbnails-container {
    height: 50px;
    bottom: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;
}
.h24_galleria_theme_classic .galleria-thumbnails { /* Modified from original theme. Added CSS. */
	margin: 0 auto;
}
.h24_galleria_theme_classic .galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.h24_galleria_theme_classic .galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #000;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}
.h24_galleria_theme_classic .galleria-counter {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: right;
    color: #fff;
    font: normal 11px/1 arial,sans-serif;
    z-index: 1;
}
.h24_galleria_theme_classic .galleria-loader {
    /*background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: none;
    background: url('../../../public/css/common/images/galleria/classic/classic-loader.gif') no-repeat 2px 2px;*/
	
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	background-image: url('../../../public/css/common/images/ajax-loader-large-transparent.gif'); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: center center; 
	z-index: 100;
}
.h24_galleria_theme_classic .galleria-info {
    width: 50%;
    top: 15px;
    left: 15px;
    z-index: 2;
    position: absolute;
}
.h24_galleria_theme_classic .galleria-info-text {
    background-color: #000;
    padding: 12px;
    display: none;
    /* IE7 */ zoom:1;
}
.h24_galleria_theme_classic .galleria-info-title {
    font: bold 12px/1.1 arial,sans-serif;
    margin: 0;
    color: #fff;
	margin-bottom: 7px;
}
.h24_galleria_theme_classic .galleria-info-description {
    font: italic 12px/1.4 georgia,serif;
    margin: 0;
    color: #bbb;
}
.h24_galleria_theme_classic .galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.h24_galleria_theme_classic .notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.h24_galleria_theme_classic .touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.h24_galleria_theme_classic .galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.h24_galleria_theme_classic .notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.h24_galleria_theme_classic .touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.h24_galleria_theme_classic .galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.h24_galleria_theme_classic .galleria-image-nav-left,
.h24_galleria_theme_classic .galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}
.h24_galleria_theme_classic .galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}
.h24_galleria_theme_classic .notouch .galleria-image-nav-left:hover,
.h24_galleria_theme_classic .notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.h24_galleria_theme_classic .touch .galleria-image-nav-left:active,
.h24_galleria_theme_classic .touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.h24_galleria_theme_classic .galleria-thumb-nav-left,
.h24_galleria_theme_classic .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 5px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.h24_galleria_theme_classic .galleria-thumb-nav-right {
    background-position: -578px 5px;
    border-right: none;
    right: 0;
    left: auto;
}
.h24_galleria_theme_classic .galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.h24_galleria_theme_classic .notouch .galleria-thumb-nav-left:hover,
.h24_galleria_theme_classic .notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.h24_galleria_theme_classic .touch .galleria-thumb-nav-left:active,
.h24_galleria_theme_classic .touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.h24_galleria_theme_classic .notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.h24_galleria_theme_classic .galleria-carousel .galleria-thumb-nav-left,
.h24_galleria_theme_classic .galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.h24_galleria_theme_classic .galleria-thumb-nav-left,
.h24_galleria_theme_classic .galleria-thumb-nav-right,
.h24_galleria_theme_classic .galleria-info-link,
.h24_galleria_theme_classic .galleria-info-close,
.h24_galleria_theme_classic .galleria-image-nav-left,
.h24_galleria_theme_classic .galleria-image-nav-right {
    background-image: url('../../../public/css/common/images/galleria/classic/classic-map.png');
    background-repeat: no-repeat;
}

/* ___________________________________________ Galleria - Azur Theme */
/* 2017-11-22 Custom styles for navigation */

.galleria-theme-azur .galleria-info-title {
	display: none!important;
	visibility: hidden!important;
}

.galleria-theme-azur .galleria-info-description {
	color: #222;
	font-size: 14px;
    font-weight: 700;
    margin: 10px 14px;
    opacity: 1;
    padding-right: 0;
}

.galleria-theme-azur .galleria-info {
	background: rgba(255,255,255,0.4);
}

.h24_galleria_theme_azur .galleria-fullscreen,
.h24_galleria_theme_azur .galleria-play {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    border-right: none;
}
.h24_galleria_theme_azur .galleria-play {
    background-image: url('../../../public/css/common/images/galleria/azur/playpause-white.png');
    background-position: 50% 5px;
}
.h24_galleria_theme_azur .galleria-play.pause {
    background-position: 50% -81px;
}
.h24_galleria_theme_azur .galleria-fullscreen {
    left: 42px;
    background-image: url('../../../public/css/common/images/galleria/azur/fscreen.png');
    background-position: 50% 5px;
}
.h24_galleria_theme_azur .galleria-container.fullscreen .galleria-fullscreen {
    background-position: 50% -81px;
}
.h24_galleria_theme_azur .galleria-play.playing { background-position: 10px -91px }
.h24_galleria_theme_azur .galleria-fullscreen.open { background-position: 8px -93px }

.h24_galleria_theme_azur .galleria-container.notouch .galleria-thumblink:hover,
.h24_galleria_theme_azur .galleria-container.touch .galleria-thumblink:active,
.h24_galleria_theme_azur .galleria-thumblink.open,
.h24_galleria_theme_azur .galleria-container.notouch .galleria-fullscreen:hover,
.h24_galleria_theme_azur .galleria-container.touch .galleria-fullscreen:active,
.h24_galleria_theme_azur .galleria-container.notouch .galleria-play:hover,
.h24_galleria_theme_azur .galleria-container.touch .galleria-play:active,
.h24_galleria_theme_azur .galleria-container.notouch .galleria-popout:hover,
.h24_galleria_theme_azur .galleria-container.touch .galleria-popout:active { 
	opacity: .8;
    filter: alpha(opacity=80);
}

.galleria-theme-azur .galleria-thumblink.open, 
.galleria-theme-azur.notouch .galleria-fullscreen:hover, 
.galleria-theme-azur.notouch .galleria-play:hover, 
.galleria-theme-azur.notouch .galleria-popout:hover, 
.galleria-theme-azur.notouch .galleria-thumblink:hover, 
.galleria-theme-azur.touch .galleria-fullscreen:active, 
.galleria-theme-azur.touch .galleria-play:active, 
.galleria-theme-azur.touch .galleria-popout:active, 
.galleria-theme-azur.touch .galleria-thumblink:active {
    background-color: transparent;
}

.h24_galleria_theme_azur .galleria-thumbnails .galleria-image {
	border-color: #CCC;
}

.h24_galleria_theme_azur .galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 100%;
    height: 36px;
    left: 0;
}

.h24_galleria_theme_azur .galleria-image-nav-left,
.h24_galleria_theme_azur .galleria-image-nav-right {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    z-index: 2;
    background: url('../../../public/css/common/images/galleria/azur/left.png') 50% 50% no-repeat;
    opacity: 0;
}
.h24_galleria_theme_azur .galleria-image-nav-right {
    left: auto;
    right: 20px;
    background-image: url('../../../public/css/common/images/galleria/azur/right.png');
    z-index: 2;
}
.h24_galleria_theme_azur .galleria-container.notouch .galleria-image-nav-left:hover,
.h24_galleria_theme_azur .galleria-container.touch .galleria-image-nav-left:active { opacity: 1!important }
.h24_galleria_theme_azur .galleria-container.notouch .galleria-image-nav-right:hover,
.h24_galleria_theme_azur .galleria-container.touch .galleria-image-nav-right:active { opacity: 1!important }

.h24_galleria_theme_azur .galleria-thumb-nav-left,
.h24_galleria_theme_azur .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background: url('../../../public/css/common/images/galleria/azur/thumbleft-white.png') 50% 50%;
    position: absolute;
    left: 3px;
    top: 0px;
    *top: 1px;
    *left: 1px;
    height: 32px;
    width: 23px;
    z-index: 3;
}
.h24_galleria_theme_azur .galleria-thumb-nav-right {
    border-right: none;
    right: 3px;
    *right: 1px;
    left: auto;
    background: url('../../../public/css/common/images/galleria/azur/thumbright-white.png') 50% 50%;
}
.h24_galleria_theme_azur .notouch .galleria-thumb-nav-left:hover,
.h24_galleria_theme_azur .notouch .galleria-thumb-nav-right:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.h24_galleria_theme_azur .touch .galleria-thumb-nav-left:active,
.h24_galleria_theme_azur .touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}

.Galleria__fullscreen .block_container:not(.h24_galleria_block):not(.blog_block),
.Galleria__fullscreen .galleria-container:not(.fullscreen),
.Galleria__fullscreen #header,
.Galleria__fullscreen #footer,
.Galleria__fullscreen .h24-PageBackground-video {
	display: none;
}

/* ___________________________________________ jsTree - H24 Theme */
/*
 * jsTree default-h24 theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */

.jstree-default-h24 li, 
.jstree-default-h24 ins { background-image:url('../../../public/css/common/images/jstree/themes/default-h24/d.png'); background-repeat:no-repeat; background-color:transparent; font-weight: normal; color: #000}
.jstree-default-h24 li { background-position:-90px 0; background-repeat:repeat-y; }
.jstree-default-h24 li.jstree-last { background:transparent; }
.jstree-default-h24 .jstree-open > ins { background-position:-72px 0; }
.jstree-default-h24 .jstree-closed > ins { background-position:-54px 0; }
.jstree-default-h24 .jstree-leaf > ins { background-position:-36px 0; }

.jstree-default-h24 .jstree-hovered { background:#e7f4f9; border:1px solid #d8f0fa; padding:0 1px 0 1px; }
.jstree-default-h24 .jstree-clicked { background:#beebff; border:1px solid #99defd; padding:0 1px 0 1px; }
.jstree-default-h24 a .jstree-icon { background-position:-56px -19px; }
.jstree-default-h24 a.jstree-loading .jstree-icon { background:url('../../../public/css/common/images/jstree/themes/default-h24/throbber.gif') center center no-repeat !important; }

.jstree-default-h24.jstree-focused { background:#FFF; }

.jstree-default-h24 .jstree-no-dots li, 
.jstree-default-h24 .jstree-no-dots .jstree-leaf > ins { background:transparent; }
.jstree-default-h24 .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
.jstree-default-h24 .jstree-no-dots .jstree-closed > ins { background-position:0 0; }

.jstree-default-h24 .jstree-no-icons a .jstree-icon { display:none; }

.jstree-default-h24 .jstree-search { font-style:italic; }

.jstree-default-h24 .jstree-no-icons .jstree-checkbox { display:inline-block; }
.jstree-default-h24 .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
.jstree-default-h24 .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
.jstree-default-h24 .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
.jstree-default-h24 .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
.jstree-default-h24 .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
.jstree-default-h24 .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
.jstree-default-h24 .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }

#vakata-dragged.jstree-default-h24 ins { background:transparent !important; }
#vakata-dragged.jstree-default-h24 .jstree-ok { background:url('../../../public/css/common/images/jstree/themes/default-h24/d.png') -2px -53px no-repeat !important; }
#vakata-dragged.jstree-default-h24 .jstree-invalid { background:url('../../../public/css/common/images/jstree/themes/default-h24/d.png') -18px -53px no-repeat !important; }
#jstree-marker.jstree-default-h24 { background:url('../../../public/css/common/images/jstree/themes/default-h24/d.png') -41px -57px no-repeat !important; text-indent:-100px; }

.jstree-default-h24 a.jstree-search { color:aqua; }
.jstree-default-h24 .jstree-locked a { color:silver; cursor:default-h24; }

#vakata-contextmenu.jstree-default-h24-context, 
#vakata-contextmenu.jstree-default-h24-context li ul { background:#666; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
#vakata-contextmenu.jstree-default-h24-context li { }
#vakata-contextmenu.jstree-default-h24-context a { color:white; padding: 0;}
#vakata-contextmenu.jstree-default-h24-context a:hover, 
#vakata-contextmenu.jstree-default-h24-context .vakata-hover > a { background:#999; color:white; }
#vakata-contextmenu.jstree-default-h24-context li.jstree-contextmenu-disabled a, 
#vakata-contextmenu.jstree-default-h24-context li.jstree-contextmenu-disabled a:hover { color:#CCC; background:transparent; border:0; padding:1px 4px; }
#vakata-contextmenu.jstree-default-h24-context li.vakata-separator { background:#999; margin:0; }
#vakata-contextmenu.jstree-default-h24-context li ul { margin-left:-4px; }

.jstree-default-h24 ul > li.jstree-closed > ins, .jstree-default-h24 ul > li.jstree-open > ins {
	cursor: pointer;
}

/* IE6 BEGIN */
.jstree-default-h24 li, 
.jstree-default-h24 ins,
#vakata-dragged.jstree-default-h24 .jstree-invalid, 
#vakata-dragged.jstree-default-h24 .jstree-ok, 
#jstree-marker.jstree-default-h24 { _background-image:url('../../../public/css/common/images/jstree/themes/default-h24/d.gif'); }
.jstree-default-h24 .jstree-open ins { _background-position:-72px 0; }
.jstree-default-h24 .jstree-closed ins { _background-position:-54px 0; }
.jstree-default-h24 .jstree-leaf ins { _background-position:-36px 0; }
.jstree-default-h24 a ins.jstree-icon { _background-position:-56px -19px; }
#vakata-contextmenu.jstree-default-h24-context ins { _display:none; }
#vakata-contextmenu.jstree-default-h24-context li { _zoom:1; }
.jstree-default-h24 .jstree-undetermined a .jstree-checkbox { _background-position:-20px -19px; }
.jstree-default-h24 .jstree-checked a .jstree-checkbox { _background-position:-38px -19px; }
.jstree-default-h24 .jstree-unchecked a .jstree-checkbox { _background-position:-2px -19px; }

/*__________________________ H24 Faq Block */
html .h24_faq_block {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.03)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.03) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#08000000',GradientType=0 );
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: auto 250px;
	padding: 40px 0;
	border-bottom: 1px solid #E9E9E9;
	margin: 0 -45px 40px;
	overflow: hidden;
}
.h24_faq_block > div {
	margin: 0 auto;
	width: 520px;
	font-size: 14px;
	line-height: 21px;
}
.h24_faq_filter_container {
	text-align: center;
	margin: 30px 0 15px;
}
.h24_faq_block form input[type="text"] {
	width: 420px;
	margin-right: 5px;
}
.h24_faq_result dl {
	position: relative;
	margin-left: 30px;
}
.h24_faq_result dt:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #989898;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 1px 1px 1px 1px #777777 inset;
	color: white;
	content: "?";
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	left: -23px;
	line-height: 14px;
	margin-top: 5px;
	padding-left: 1px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 1px #777777;
	width: 14px;
}
.h24_faq_result dt {
	margin: 6px 0 0;
	padding: 0;
}
.h24_faq_result dt > a,
.h24_faq_result .h24_faq_category_list > li > a {
	font-weight: 600;
}
.h24_faq_result .h24_faq_category_list > li > a {
	color: #525252;
}
.h24_faq_result .h24_faq_category_list > li > a:after {
	border-color: transparent transparent transparent #CCCCCC;
	border-style: solid;
	border-width: 5px;
	content: "";
	display: inline-block;
	height: 0;
	margin-left: 10px;
	width: 0;
	position: relative;
}
.h24_faq_result .h24_faq_category_list > li.active > a:after {
	border-color: #525252 transparent transparent transparent;
	top: 3px;
}
.h24_faq_result dd {
	display: none;
	border-width: 0 1px 2px;
	border-style: solid;
	border-color: #a7a7a7 #E9E9E9;
	margin-top: 5px;
	margin-bottom: 15px;
}
.h24_faq_result dd > div {
	padding: 15px;
	border-top: 1px solid #E9E9E9;
}
.h24_faq_result dd p {
	text-align: center;
}
.h24_faq_result dd .response {
	display: none;
}
.h24_faq_result dd .feedback a {
	margin-left: 10px;
	font-weight: 600;
	color: white;
	padding: 2px 8px;
	border-radius: 4px;
	background-color: #777;
}
.h24_faq_result dd .feedback a:hover {
	text-decoration: none;
	background-color: #525252;
	box-shadow: 0 0 5px 0 black inset;
}
.h24_faq_block .h24_faq_result .h24_faq_category_list {
	margin: 0;
	padding: 0;
}
.h24_faq_block .h24_faq_result .h24_faq_category_list .h24_faq_category_list {
	margin: 7px 0 10px 20px;
	display: none;
	border-left: 2px solid #E9E9E9;
	padding-left: 15px;
}
.h24_faq_block .h24_faq_result .h24_faq_category_list > li {
	list-style: none;
	line-height: 21px;
}
div .h24_faq_result_no_result p {
	margin: 10px 0;
}

/*__________________________ H24 Help Block */
div a.h24_help_parent_link {
	font-size: 13px;
	display: block;
	color: #3f3f3f;
}

.h24_help_category {
	line-height: 26px;
	position: relative;
}

.h24_help_category .h24_help_category_links {
	display: none;
	margin-bottom: 10px;
	padding-top: 5px;
}
div ul.h24_help_list {
	padding-top: 0;
	margin-left: 23px;
	margin-top: -10px;
}

.h24_help_category.h24_help_category_expanded .h24_help_category_links {
	display: block;
}

.h24_help_category.h24_help_category_expanded .h24_help_parent_link {
	text-decoration: underline;
}
.h24_help_category.h24_help_category_expanded span {
	display: none;
}

/*__________________________ H24 FB Like Button Block */
.h24_fblbb_noclick {
	position: absolute;
	top: 0;
	left: 0;
	zIndex: 100;
	background: #ffffff;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	height: 100%;
}

/*__________________________ Calendar Manager */
#h24_calendar_manager_event_dialog {
	padding: 0 20px;
	width: 738px;
	color: #333 !important;
}

#h24_calendar_manager_event_dialog h2, #h24_calendar_manager_event_dialog.h24_normal_text {
	color: #333 !important;
}

#h24_calendar_manager_event_dialog_preload {
	height: 50px;
}

#h24_calendar_manager_event_dialog .h24_calendar_manager_event_view_image {
}

#h24_calendar_manager_event_dialog .h24_calendar_manager_event_view_map {
	width: 250px;
	height: 200px;
}

#h24_calendar_manager_event_dialog .h24_calendar_manager_event_dialog_left_column {
	float: left;
	width: 450px;
}

#h24_calendar_manager_event_dialog .h24_calendar_manager_event_dialog_right_column {
	float: right;
	width: 250px;
}

#h24_calendar_manager_event_dialog .h24_calendar_manager_event_dialog_addthis {
	position: relative;
}

#h24_calendar_manager_event_dialog .h24_calendar_manager_event_dialog_addthis_overlay {
	background: transparent;
	position: absolute;
	height: 100%;
	width: 100%;
}

/*__________________________ Calendar Block */
.h24_block_calendar_event_date_left {
	float: left;
	text-transform: uppercase;
	text-align: center;
}

.h24_block_calendar_event_content {
}

.h24_block_calendar_event_content_float {
	margin-left: 50px;
}

.h24_block_calendar_event_datepicker_start {
	margin-bottom: 10px;
}

.h24_block_calendar_datepicker_has_event a {
	background: #777 !important;
	color: #FFF !important;
}

.h24_block_calendar_event_datepicker_right {
	float: right;
}

.h24_block_calendar_event_image {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.h24_block_calendar_events > .h24_small_heading {
	text-transform: capitalize;
}

/*_____________________________ Auto Complete */
.ui-autocomplete {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
}

/*_____________________________ Map Block */
.map_block .h24_map_infowindow {
	color: #000;
}

/* Spinner using CSS3 positioning */
.h24_small_centered_spinner:before {
	/*background-image: url('../../../public/css/common/images/ajax-loader-large-transparent.gif');*/
	left: calc(50% - 30px);
	top: calc(50% - 42px);
	width: 32px;
	height: 32px;
	font-family: 'h24-icon';
	content: '섛';
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 60px;
	position: absolute;
	text-shadow: rgba(255,255,255,0.2) 0 1px, rgba(0,0,0,0.4) -1px -1px;
	line-height: 1em;
	color: #fff;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes spin {
	from {
		transform:rotate(0deg);
		transform-origin: 100% 100%;
    }
    to {
		transform:rotate(360deg);
		transform-origin: 100% 100%;
	}
}

/*_____________________________ Mobile */
.h24_mobile_show {
	display: none !important;
}

/************ public/css/common/design_common_h24d.PPGUI.css ************/
/* New H24 design system */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 
	Mobile devices that displays the desktop-version can have problems with automatic font-size adjustment.
	Only targets small mobile devices!

	"Because text that has been scaled down to fit a small screen is very small, many mobile browsers apply a text 
	inflation algorithm to make the text larger and more readable. When an element containing text uses 100% 
	of the screen's width, its text size is increased until it reached a readable size, but without modifying the layout."
	(https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust)
*/
@media only screen and (max-device-width: 767px) {
	.standard_text_block {
		/* Disables the browser's inflation algorithm. On old WebKit-based desktop browsers (Chrome≤26, Safari≤5), 
		this will instead prevent the user from zooming the webpage in or out. */
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		text-size-adjust: none;
	}
}

.float-right {
  	margin: 5px 0px 10px 20px;  
}
.float-left {
  	margin: 5px 20px 10px 0px;
}

.h24_nowrap {
	white-space: nowrap;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/*__________________________________________________ Animations */
@-webkit-keyframes rotate-forever { 
  0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes rotate-forever { 
  0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes rotate-forever { 
  0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
}


/*__________________________________________________ do not use */
.clear_generic { /* generic container (i.e. div) for floating buttons */
    width: 100%;
}
.clear_button { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
	height: 40px;
}

.clearfix:before {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
  	content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;
}



/*__________________________________________________ CLEAR FIX */

.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
	font-size: 0;
}


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom:1;
}



img.noborder, a img.noborder {
	background: none;
	border: 0;
	padding: 0;
}
.hidden, a.hidden,.h24_dialog em.hidden
{
	display:none;
}

.visibility_hidden {
	visibility: hidden;
}


/*##########################################################################################################################*/
/*____________________________________________________________________________  DEFAULT CSS  _____________________________________________________________ */
/*##########################################################################################################################*/


/*____________________________________________________________________________  FACE LIFT FLIR  ____________________________________________________________ */


/* Hides the titles until they are replaced with facelift, to avoid jitter */
.h24_homepage_title span {
	visibility: hidden;
}

.h24_homepage_title span.flir-replaced {
	visibility: visible;
}


.blog_post_header_block  span.flir_wrap_text,
.small_heading_block span.flir_wrap_text,
.big_heading_block span.flir_wrap_text{
	overflow:visible;
	line-height: 1.2;
}

.blog_post_header_block  a,
.small_heading_block a,
.big_heading_block a{
	text-decoration: none !important;
}

.blog_post_header_block  span.flir-replaced,
.small_heading_block span.flir-replaced,
.big_heading_block span.flir-replaced{
	line-height: normal;
	overflow:hidden; /* Oversized flir-images will be hidden so that the layout does not crash */
	visibility: visible;
	display: inline !important; /* Fixes problem with IE6 and IE7 and linkable flir headings */
}

a.flir_link {
	text-decoration:none;
	font-weight:normal;
	border: none;
}

a.flir_link:hover {
	text-decoration:none;
	font-weight:normal;
	border: none;
}



/*____________________________________________________________________________  MIN HEIGHT  ____________________________________________________________ */
#collection0 {


/* REMOVED, we use 100% height hack instead
min-height: 300px;
height: auto !important;*/
/* height: 300px;  this in combination with overflow hidden will crash the design in ie6*/
}



/*____________________________________________________________________________  LAYOUT  ____________________________________________________________ */

/* BLOCK CONTAINER */

.block_container {
	padding: 0 0 10px 0;
	margin: 0;
	position: relative;
	word-wrap: break-word; /* To conform to what contenteditable in edit mode makes default by browser  */
}

.h24_page_edit .block_container:before {  /* Create overlay as a fix to help browser capture hover events on blocks with iframes (youtube, facebook etc) - youtube doesn't work in ie though */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.h24_page_edit .block_container:not(.h24_facebook_like_box_block):hover:before { /* Remove the overloay on hover to enable pointer events on the block */
	display: none;
}

/* .h24_page_edit .block_container:not(.standard_text_block):not(.h24_block_button):not(.h24_block_heading):before { Create overlay as a fix to help browser capture hover events on blocks with iframes (youtube, facebook etc) - youtube doesn't work in ie though
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}

.h24_page_edit .h24_bcp_is-active .block_container:not(.h24_facebook_like_box_block):not(.h24_block_add_this):before { Remove the overloay on hover to enable pointer events on the block
	display: none;
} */

.standard_text_block > .div {
	padding-bottom: 10px;
}


/*____________________________________________________________________________  HEADINGS ____________________________________________________________ */

.h24_heading_right {
	text-align: right;
}

.h24_heading_center {
	text-align: center;
}

/*____________________________________________________________________________  TEXT STYLES  ____________________________________________________________ */

.h24_blue_text,
.h24_dialog h1.h24_blue_text {
color: #1a6791;
}

strong {
font-weight: bold;
}

.text_content strong a {
font-weight: bold;
}

em {
font-style: italic;
}

.text_content em a {
font-style: italic;
}

.block_container p, .block_container td, .block_container th, .block_container ul, .block_container li {
	text-align: left;
}

.block_container p {
	margin: 0 0 0px 0;
}


/* No margin since TinyMCE uses p for new lines*/

body#tinymce p,
.text_content p,
.h24_footer_text p { /* Footer also */
margin:0;
}

/* We set a bad line-height as a reminder to that the global line height has not been set*/
.block_container {
line-height: 1.2;
}

.h24_content_container .big_heading_block .h24_heading,
.h24_content_container .small_heading_block .h24_heading {
text-decoration:line-through;
line-height: 10%;
}

.h24_collage_object_text {
    line-height: 120%;
    white-space: nowrap;
}


/*____________________________________________________________________________  LISTS  ____________________________________________________________ */

/* UNORDERED LIST */

.block_container ul {
margin:10px 10px 10px 5px;
padding:0 20px;
}

.block_container ul li {
	padding: 0;
	margin-bottom: 7px;
	list-style-type: disc;
	list-style-position: outside;
}


/* ORDERED LIST */

.block_container ol {
margin:10px 10px 10px 10px;
padding:0 20px;
}

.block_container ol li {
	padding: 0;
	margin-bottom: 7px;
	list-style-position: outside;
	list-style-type: decimal;
}


/*__________________________________________________ Dialog Box */

.h24_dialogBox {
	position: relative;
}

.h24_dialog_content_smallWidth,
.h24_dialog_content_normalWidth,
.h24_dialog_content_largeWidth {
	margin: 0 auto;
}

.h24_dialog_content_smallWidth {
	width: 340px;
}

.h24_dialog_content_normalWidth {
	width: 500px;
}

.h24_dialog_content_largeWidth {
	width: 800px;
}

.h24_dialogBox.h24_flapsToTheLeft,
.h24_dialogBox.h24_flapsToTheRight {
	padding-top:32px;
}

.h24_dialogBox.h24_flapsToTheRight .cc_tr_uiDialogBox {
	background-position: right -110px; /* Will make the top right corner sharp instead of rounded */
}

.h24_dialogBox.h24_flapsToTheLeft .cc_tr_uiDialogBox {
	background-position: right -110px; /* Will make the top right corner sharp instead of rounded */
}

.h24_dialogBox.h24_flapsToTheLeft .cc_tl_uiDialogBox {
	background-position: left -132px; /* Make the top left corner sharp instead of rounded if flaps are present */
}

.h24_dialogBox {
	background: #3b3e41;
	box-shadow: 0 3px 5px #000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.h24_dialogBoxFlaps {
height:36px;
left:0;
position:absolute;
top:0;
width:100%;
z-index:10;
/*background: #222;*/
}

.h24_dialogBoxFlaps_right,
.h24_dialogBoxFlaps_left {
position:absolute;
top:0;
}

.h24_dialogBoxFlaps_right {
right:0;
}

.h24_dialogBoxFlaps_left {
left:0;
}

/* Top Flap */
.h24_dialogTopFlap { 
	padding:0 6px 0 0; /* Width of right sliding door */
	cursor:default;
	float:left;
	font-family: Helvetica,Arial,sans-serif;
	border:0 none;
	text-decoration:none;
	clear:none;
	margin:0 auto;
	text-align:center;
	position: relative;
}

/* Common for sliding doors elements*/
.h24_dialogTopFlap,
.h24_dialogTopFlap strong {
height: 36px; /* Height of element */
line-height: 36px;
display:inline-block;
}

.h24_dialogTopFlap span[data-icon] {
	position: relative;
	top: 2px;
	color: #fff;
	margin-right: 5px;
}

a.h24_dialogTopFlap { 
cursor:pointer;
}

a.h24_dialogTopFlap:hover {
	text-decoration:none !important;
}

.h24_dialogTopFlap strong {
	border:medium none;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	line-height: 40px;
}

.h24_flapWithNoIcon strong {
	padding:0 6px 0 12px !important; /* Padding to the left */
}

/* Style 1 - Default*/
a.h24_dialogTopFlap:hover {
	background-position: right -134px;
}

a.h24_dialogTopFlap:hover strong {
	background-position: left -88px;
}

.h24_dialogTopFlap {
background-position: right -40px; /* Position of right element */
}

.h24_dialogTopFlap strong {
background-position:left 0px;
}

/* Flap Icons */

.h24_dialogTopFlap div {
	position: absolute;
	right:7px;
	top:9px;	
	width: 20px; height: 20px;
	background-position: 0 -182px;
}

.h24_dialogTopFlap div.h24_dialogCloseIcon {
	background-position:-24px -182px;
}

.h24_dialogTopFlap div.h24_dialogHelpIcon {
	background-position: -45px -183px;
}

.h24_dialogTopFlap div.h24_dialogMoveIcon {
	background-position: -64px -183px;
}



/*____________________________________________________________________________  TOOLTIP ____________________________________________________________ */

#h24_tooltip { 
    display:none; 
    background:transparent url('../../../public/css/common/images/tooltip/black_arrow.png'); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff; 
	z-index: 5000;
    _background-color:#fff;  /*IE6*/
	text-align: left;
}

/* tooltip styling */ 
.h24_tooltip_contents { 
    display:none; 
    background:url('../../../public/css/common/images/tooltip/black_arrow_big.png'); 
    height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; 
	z-index: 5000;
} 
 
/* a .label element inside tooltip */ 
.h24_tooltip_contents .label { 
    color:yellow; 
    width:35px; 
} 
 
.h24_tooltip_contents a { 
    color:#789;     
    font-size:12px;     
}


/*____________________________________________________________________________  BUTTON ____________________________________________________________ */

button {
    cursor: pointer;
}



.block_container textarea{
	overflow:auto;
}

/* _________________________________________________________________ BLOG / NEWS POST OVERVIEW ______________________ */

.h24_blog_tags {
	text-align: left;
	margin-top:20px;
}

.h24_blog_tag {
	border-radius: 50px;
	padding: 0 7px;
	background-color: transparent;
	background-color: rgba(0,0,0,.1);
}

.h24_blog_actions{
	text-align: center;
	margin-bottom: 10px;
}

.blog_post_header_block {
	padding: 0 0 25px 0;
}

.h24_blog_sharing {
	float: right;
}
.h24_blog_comments {
	white-space: nowrap;
}
.h24_blog_timestamp, .h24_blog_back, .h24_blog_share_links_panel img {
	vertical-align: middle;
}

.h24_blog_post_header_text {
	position:relative;
	line-height: 24px;
	vertical-align: middle;
}

.h24_blog_back {
	margin-left: 10px;
}

.h24_post_container {
	position: relative;
	/*min-height: 100px;*/
}

.h24_blog_buttons {
bottom:20px;
position:absolute;
right:0;
}

.h24_blog_buttons a {
	z-index:9999;	/* fix: if a slideshow block is inside the blog post, the edit-buttons will appear behind the slideshow */
}

.h24_blog_prevnext {
	margin-top: 5px;
}

/* Minimalist mode */
.h24_blog_minimalist {
	margin-bottom: 5px;
}

.h24_blog_minimalist .h24_blog_buttons {
bottom: auto;
position: static;
right: auto;
display: inline;
}

.h24_blog_minimalist .h24_blog_buttons a {
color: red;
}




/* _________________________________________________________________ BLOG ARCHIVE & LATEST COMMENTS ______________________ */

.latest_comments_block ul li
{
	list-style-type:square;
}

.blog_archive_block ul li
{
	list-style-type: none;
	list-style-image: none;
}



.blog_archive_block ul,
.blog_roll_block ul,
.latest_comments_block ul,
.blog_latest_posts_block ul
{
	margin: 0;
}

.latest_comments_block ul
{
	margin: 0;
	padding: 0;
}

.latest_comments_block ul li
{
	list-style-type: none;
	list-style-image: none;
}

.blog_archive_block ul
{
	padding: 0 0 0 5px;
}

.blogblock_goto
{
	position: relative; 
	top: -10px;
}


/* _________________________________________________________________ TAG CLOUD BLOCK ______________________ */

.tag_cloud_block .h24_tag_links a,
.tag_cloud_block .h24_tag_links a:hover,
.tag_cloud_block .h24_tag_links a:visited
 {
	text-decoration: none;
	font-weight: normal;
}

.tag_cloud_block p.h24_tag_links
 {
	text-align: justify;
}


/* _________________________________________________________________ FILE BLOCK ______________________ */

ul.h24_file_list,
ul.h24_file_list {
	padding: 0;
	margin: 0;
}

ul.h24_file_list a {
	border: none;
}

ul.h24_file_list li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	height: auto !important;
	padding: 0;
}

ul.h24_file_list li em {
	font-size:10px;
	font-style:normal;
	line-height: 100%;
	display: inline;
}

ul.h24_file_list li.large {
	background-position:0 0;
	background-repeat:no-repeat;
	min-height:50px;
	height: 50px;	
	padding-left:50px;
}

ul.h24_file_list li.large em {
	display: block;
	margin-top: 3px;
}

ul.h24_file_list li.small {
	background-position:0 0;
	background-repeat:no-repeat;
	min-height:20px;
	height: 20px;	
	padding-left:30px;
}


/* _________________________________________________________________ Contact form ______________________ */
.contact_form_block label {
	margin-bottom: 5px;
}



/* _________________________________________________________________ SIMPLE COMMENT BLOCK AND GUEST BOOK ______________________ */


.h24_comment_block_comments, .comments, .ajax, .simple_comment_block {
	height: 1%;
}

.block_container.simple_comment_block label{
	display: block;
	margin-bottom: 3px;
	line-height:100%;
	font-weight: bold;
}
.simple_comment_block input[type=text]{
	margin-bottom: 5px;
	max-width: 500px;
}
.simple_comment_block textarea {
	height: 70px;
	max-width: 500px;
}

#h24_content_container button.submit {
	margin: 15px 0;
}
.h24_comment_block_comments {
	margin-top: 20px;
}
.h24_comment_block_comments em {
font-style: normal;
font-weight: normal;
font-size: 90%;
display: inline;
margin: 3px 0 3px 0;
line-height:100%;
opacity: 0.7;
}

.h24_comment_block_comments span.h24_comment_name{
font-style: normal;
font-weight: bold;
display: inline;
line-height:100%;
}

.h24_comment_block_comments li,
.h24_comment_block_comments ul  {
	margin: 0 0 10px;
	padding: 0;
	list-style: none !important;
	list-style-image: none !important;
	display: block;
}

div.h24_comment_block_comments > ul > li {
	position: relative;
	padding-top: 10px;
}

div.h24_comment_block_comments > ul > li > div {
	margin: 5px 0;
}

/*.h24_comment_block_comments li div.buttons button {
	position: absolute;
	top: 0;
	right: 0;
}

.h24_comment_block_comments li div.buttons button.neutral {
	right: 170px;
}*/

.h24_comment_block_comments li div.buttons.h24_comment_block_comment_actions {
	position: absolute;
	top: 0;
	right: 0;
}

.h24_comment_block_comments li div.buttons.h24_comment_block_comment_actions button {
	margin-right: 5px;
}

.h24_comment_block_comments li.h24_reply_editor {
	display: none;
}

.h24_comment_block_comments li.h24_reply_editor textarea {
	width: 350px;
}

.h24_comment_block_comments li.h24_reply_editor div.buttons {
	height: 28px;
}

.h24_comment_block_comments li.h24_reply_editor div.buttons button, .h24_comment_block_comments li.h24_reply_editor div.buttons button.neutral {
	position: relative;
	right: 0;
}

.h24_comment_block_comments li.reply {
	margin-left: 30px;
	padding-left: 4px;
	padding-top: 0;
}
.h24_comment_block_comments li.reply > div {
	padding: 5px 5px 5px 10px;
	border-left: 4px solid #cccccc;
}



/* _________________________________________________________________ PRESENTATION IMAGE (SINGLE IMAGE) ______________________ */

.presentation_image_block  span.h24_caption{
display:block;
font-size: 0.8em;
}

/* _________________________________________________________________ TEXT BLOCK IMAGE (SINGLE IMAGE) ______________________ */

.text_block_image_div  span.h24_caption{
display:block;
font-size: 0.8em;
}

/* _________________________________________________________________ PRODUCT PRICE BLOCK  ______________________ */





ul.h24_price_block_contents {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

ul.h24_price_float_right {
	float: right;
}

ul.h24_price_block_contents li.h24_price_li {
	list-style: none;
	float: left;
}

ul.h24_price_block_contents li.price {
	padding-right: 15px;
}

ul.h24_price_block_contents span.h24_price_text {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.2;
}







ul.h24_price_block_contents li.quantity {
	padding-right: 10px;
}

.product_price_block div.quantity select{
	padding: 0px;
}



.product_price_block div.price span.product_price_text{
	font-weight: normal;
	/*color: #808080;*/
}




/* _________________________________________________________________ VIDEO BLOCK  ______________________ */
.youtube_block .flowplayer_container {
	position: relative;
	cursor: pointer;
	display:block;
	
}

.youtube_block .flowplayer_container div span {
	text-decoration: none;
	color: #eeeeee;
	/*font-weight: bold;*/
}

.youtube_block .flowplayer_container div img {
	border: none;
}

.youtube_block .flowplayer_container img.play_button, .youtube_block .flowplayer_container div.caption {
	position: absolute;
	z-index: 10;
}

.youtube_block .flowplayer_container div.caption {
	min-height: 10px;
	bottom: 0px;
	left: 0px;
	background-image: url('../../../public/css/common/images/transparent_caption_bg.png');
	padding: 4px;
	border: 1px solid #cccccc;
	z-index: 9;
}

.youtube_block .flowplayer_container img.play_button:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
}



/*____________________________________________________________________________  SMALL SOFT BUTTON  ____________________________________________________________ */
a.h24_soft_button_small, 
.h24_soft_button_small, 
.h24_soft_button_small strong,
.h24_soft_button_small input  {
background: transparent url('../../../public/css/common/images/h24_soft_btn.png') no-repeat;
cursor:pointer;
display:block;
float:left;
font-family: Helvetica,Arial,sans-serif;
padding:0;
border:0 none;
text-decoration:none;
}

a.h24_soft_button_small:hover {
	text-decoration:none !important;
}

.h24_soft_button_small, a.h24_soft_button_small {
border:0;
clear:none;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:0 24px 0 0;
text-align:center;
}

.h24_soft_button_small, a.h24_soft_button_small {
border: none;
color:#FFF;
cursor:pointer;
display:block;
font-weight:bold;
height:25px;
margin:0 auto;
text-align:center;
text-transform:uppercase;
}

.h24_soft_button_small input,
.h24_soft_button_small strong {
font-size:12px;
border:none;
color:#FFF;
font-weight:bold;
height:25px;
line-height:25px;
padding:0 0 2px 24px !important;
text-align:center;
text-shadow:0 1px 1px #333;
text-transform:uppercase;
white-space:nowrap;
line-height:24px;
padding-bottom:2px;
}

/* Style 1 - Default*/
.h24_soft_button_small:hover {
	background-position: right -37px;
}

.h24_soft_button_small:hover input,
a.h24_soft_button_small:hover strong {
	background-position: left -1px;
}

.h24_soft_button_small,
a.h24_soft_button_small {
background-position: right -109px;
}

.h24_soft_button_small input ,
a.h24_soft_button_small strong {
background-position:left -73px;
}


/* Style 2  - Orange*/

.h24_btn_style2:hover {
	background-position: right -181px;
}

.h24_btn_style2:hover input,
a.h24_btn_style2:hover strong {
	background-position: left -145px;
}

.h24_btn_style2,
a.h24_btn_style2 {
background-position: right -253px;
}

.h24_btn_style2 input,
a.h24_btn_style2 strong {
background-position:left -217px;
}

/* Style 3  - Grey*/

a.h24_btn_style3 {
	padding:0 9px 0 0;
	height:32px;
}

a.h24_btn_style3 strong{
	color:#3F3F3F;
	font-size:14px;
	font-weight:normal;
	height:32px;
	line-height:31px;
	padding:0 0 3px 11px !important;
	text-shadow:none;
	text-transform:none;
}

a.h24_btn_style3 span.plusSign{
	color:#4482a4;
	font-weight: bold;
}

a.h24_btn_style3:hover {
	background-position: right -1526px;
}

a.h24_btn_style3:hover strong {
	background-position: left -1487px;
}

a.h24_btn_style3 {
background-position: right -1449px;
}

a.h24_btn_style3 strong {
background-position:left -1410px;
}


/* __________________________________ Style - Xtra Large GREEN*/

a.h24_soft_button_xl,
a.h24_soft_button_xl strong{
padding:0 8px 0 0;
height:61px;
position:relative; /*Since sub text is positioned absolute*/
}

a.h24_soft_button_xl strong{
font-size:22px;
height:61px;
line-height:61px;
padding:0 9px 2px 15px !important;
}


/* XL - Green default*/
.h24_soft_button_xl:hover {
	background-position: right -391px;
}

a.h24_soft_button_xl:hover strong {
	background-position: left -300px;
}

a.h24_soft_button_xl {
background-position: right -573px;
}

a.h24_soft_button_xl strong {
background-position:left -482px;
}

/* XL - BLUE */

.h24_soft_button_xl_blue:hover {
	background-position: right -1338px;
}

a.h24_soft_button_xl_blue:hover strong {
	background-position: left -1267px;
}

a.h24_soft_button_xl_blue {
background-position: right -1196px;
padding-right: 12px;
}

a.h24_soft_button_xl_blue strong {
background-position:left -1121px;
}



/* XL - Added sub-text below large message*/
a.h24_btn_subtext span {
	bottom:9px;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	left:0;
	position:absolute;
	text-align:center;
	text-transform:none;
	width:100%;
}

/* XL - Subtext modification */
a.h24_btn_subtext strong {
	line-height: 46px; /* Will put the large text higher up */
}


/* __________________________________ Style - Medium*/

a.h24_soft_button_medium,
a.h24_soft_button_medium strong{
padding:0 8px 0 0;
height:36px;
}

a.h24_soft_button_medium strong{
font-size:16px;
height:36px;
line-height:36px;
padding:0 7px 0 13px !important;
text-transform: none;
}


/* Medium - Blue default*/
.h24_soft_button_medium:hover {
	background-position: right -806px;
}

a.h24_soft_button_medium:hover strong {
	background-position: left -756px;
}

a.h24_soft_button_medium {
background-position: right -705px;
}

a.h24_soft_button_medium strong {
background-position: left -655px;
}

/* Medium - Green default*/
.h24_soft_button_medium_green:hover {
	background-position: right -907px;
}

a.h24_soft_button_medium_green:hover strong {
	background-position: left -856px;
}

a.h24_soft_button_medium_green {
background-position: right -1006px;
}

a.h24_soft_button_medium_green strong {
background-position: left -955px;
}

/* Contains an icon? */
a.h24_soft_button_medium.h24_containsAnIcon {
	position:relative;
}

a.h24_soft_button_medium.h24_containsAnIcon img {
left:7px;
position:absolute;
top:10px;
}

a.h24_soft_button_medium.h24_containsAnIcon strong {
padding-left: 27px !important;
}







/*____________________________________________________________________________  SMALL BUTTON (USED IN WEB SHOP)  ____________________________________________________________ */

ul.h24_small_button {
	font-family:Arial,Tahoma,Verdana,Sans-Serif,FreeSans !important;
	font-size:11px !important;
	font-size-adjust:none !important;
	font-stretch:normal !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:bold !important;
	line-height:normal !important;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type: none !important;
	margin:0 !important;
	padding:0 !important;
}

	ul.h24_small_button li {
		background:transparent url('../../../public/css/common/images/smallbutton_green_left.png') no-repeat scroll left 0 !important;
		cursor:pointer !important;
		float:left !important;
		height:21px !important;
		margin:0 !important;
		padding:0 5px 0 8px !important;
		list-style-image:none !important;
		list-style-position:outside !important;
		list-style-type: none !important;
	}

	ul.h24_small_button li p {
		background:transparent url('../../../public/css/common/images/smallbutton_green_right.png') no-repeat scroll right 0 !important;
		margin:0 !important;
		padding:0 10px 0 0 !important;
	}

	ul.h24_small_button li p span {
		background:transparent url('../../../public/css/common/images/smallbutton_green_middle.png') repeat-x scroll left 0 !important;
		color:#FFF !important;
		display:block !important;
		line-height:20px !important;
		padding-bottom:1px !important;
		padding-left:6px !important;
		padding-right:2px !important;
		text-decoration:none !important;
		font-weight: bold !important;
	}

	ul.h24_small_button:hover li {
		background-position:left -50px !important;
	}

	ul.h24_small_button:hover li p {
		background-position:right -50px !important;
	}

	ul.h24_small_button:hover li p span {
		background-position:left -50px !important;
	}

	ul.h24_small_button:active li {
		background-position:left -100px !important;
	}

	ul.h24_small_button:active li p {
		background-position:right -100px !important;
	}

	ul.h24_small_button:active li p span {
		background-position:left -100px !important;
	}

	/* RED BUTTON */
	ul.h24_small_button li.h24_red_button {
		background-image: url('../../../public/css/common/images/smallbutton_red_left.png') !important;
	}

	ul.h24_small_button li.h24_red_button p {
		background-image: url('../../../public/css/common/images/smallbutton_red_right.png') !important;
	}

	ul.h24_small_button li.h24_red_button p span {
		background-image: url('../../../public/css/common/images/smallbutton_red_middle.png') !important;
	}
	
	
	/* RED CART BUTTON */
	ul.h24_small_button li.cart_red {
		background-image: url('../../../public/css/common/images/cart_red_left.png') !important;
		padding:0 0 0 26px !important;
	}

	ul.h24_small_button li.cart_red p {
		background-image: url('../../../public/css/common/images/cart_red_right.png') !important;
	}

	ul.h24_small_button li.cart_red p span {
		background-image: url('../../../public/css/common/images/cart_red_middle.png') !important;
	}

	
	
/* _________________________________________________________________ MISC ______________________ */
	
#loading_message p#h24_connection_problem {
	font-size: 12px; 
	line-height: 140%;
	display:none;
}

#loading_message p#h24_still_working {
	font-size: 12px; 
	line-height: 140%;
	display:none;
}
	





/* _________________________________________________________________ REMOVE BORDERS FROM LINKS ______________________ */

.presentation_image_block a,
.presentation_image_block a:visited,
.presentation_image_block a:focus,
.presentation_image_block a:hover,
.standard_text_block a.text_block_image,
.portfolio_block  a,
.simple_gallery a
{
	border: none;
}

/* _________________________________________________________________ Tiny MCE ______________________ */

/*Fix to make drop downs look better (especially for font sizes)*/
.defaultSkin .mceMenu .mceText {
line-height:1;
}

/*The following spans are no longer used since we moved to pixels*/
span.x_small{
	font-size: 0.5em;
	line-height: 1.5em;
}
span.small {
	font-size: 0.8em;
	line-height: 1.5em;
}
span.normal {
	font-size: 1em;
	line-height: 1.5em;
}
span.normal_plus {
	font-size: 1.2em;
	line-height: 1.3em;
}
span.medium {
	font-size: 1.5em;
	line-height: 1.3em;
}
span.large {
	font-size: 2em;
	line-height: 1.2em;
}
span.large_plus {
	font-size: 2.5em;
	line-height: 1.2em;
}
span.x_large {
	font-size: 3em;
	line-height: 1.2em;
}



/* _________________________________________________________________ Important messages (e.g. page not found) ______________________ */

#important_message {
background-color:#FFF6BF;
border:1px solid #FFD324;
color:#333;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
margin:10px;
padding:15px 20px 20px;
text-align:left;
}

#important_message h6 {
    color: #ff0000;
    font-size: 24px;
    font-family: arial, sans-serif;
    margin: 0px 0 10px 0;
	line-height:120%;
}

#important_message a {
	text-decoration: underline;
}

/*##########################################################################################################################*/
/*____________________________________________________________________________  DEFAULT DIALOG CSS  _______________________ */
/*##########################################################################################################################*/


/*  BASE  _____________________________________________________________ */

.h24_dialog,
#ui-datepicker-div,
.h24_dialog textarea {
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3;
	color: #333;
}

/*  RESET  _____________________________________________________________ */
.h24_dialog p, .h24_dialog em, .h24_dialog span {
	text-align: left;
}

/*  DIALOG BASE CSS  ________________________________________________________ */
.h24_dialogBaseCss {
    display: none;
    position: absolute;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
}

.h24_dialogBaseCss.ui-draggable .h24_dialogBoxFlaps_left .h24_dialogTopFlap {
	cursor: move;
}

/* DIALOG DESIGN  _____________________________________________________________ */

.jqmWindow {
    display: none;
    position: absolute;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #fff;
    color: #333;
	border:2px solid #77AC46;
    padding: 0 0 45px;
	-moz-border-radius:4px 4px 4px 4px;
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);

	-webkit-border-radius:4px 4px 4px 4px;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
}

.jqmWindow .header {
background:transparent url('../../../public/css/common/images/dialog_header.gif') repeat-x scroll 0 0;
color:#FFF;
height:30px;
line-height:30px;
width:100%;
text-align: left;
}

.jqmWindow .header_blue {
background:transparent url('../../../public/css/common/images/dialog_header_blue.gif') repeat-x scroll 0 0;
color:#FFF;
height:30px;
line-height:30px;
width:100%;
text-align: left;
}

.jqmWindow .header_red {
background:transparent url('../../../public/css/common/images/dialog_header_red.gif') repeat-x scroll 0 0;
color:#FFF;
height:30px;
line-height:30px;
width:100%;
text-align: left;
}

.jqmWindow .header span{
font-family:arial, sans-serif;
font-size:14px;
font-weight:bold;
line-height:30px;
padding-left:10px;
}

.jqmWindow .header_blue span{
font-family:arial, sans-serif;
font-size:14px;
font-weight:bold;
line-height:30px;
padding-left:10px;
}

.jqmWindow .header_red span{
font-family:arial, sans-serif;
font-size:14px;
font-weight:bold;
line-height:30px;
padding-left:10px;
}

.jqmWindow a.close_X, .jqmWindow a.close_X:link, .jqmWindow a.close_X:active, .jqmWindow a.close_X:visited {
font-family: verdana, sans-serif;
color:#FFF;
float:right;
font-size:18px;
font-weight:bold;
line-height:30px;
padding-right:8px;
text-decoration:none;
}

.jqmWindow a.close_X:hover {
color:#000;
}

#jqmOverlay { 
display:none;height: 100%; width: 100%; position: fixed; left: 0pt; top: 0pt; z-index: 2999; opacity: 0.4 !important;background-color: #000; 
}




/*   LINKS  _____________________________________________________________ */

.h24_dialog a {
	color: #469C23;
	font-weight:bold;
	text-decoration:none;
}

.h24_dialog a:hover {
	color: #F18209;
	text-decoration:underline;
}



/*  TEXT STYLES  ____________________________________________________________ */

.h24_dialog em {
color:#545454;
display:block;
font-size:11px;
font-style:normal;
margin:3px 0 0;
}

.h24_dialog em a {
	font-size: 11px;
}

.h24_dialog strong {
	font-weight: bold;
}

.h24_dialog .highlight {
	border-bottom:1px dashed;
}

.h24_dialog .center {
	text-align: center;
}

/*  HEADINGS _____________________________________________________________ */

@font-face {
	font-family: 'CartoGothicStdBold';
	src: url('../../../public/css/common/fonts/CartoGothic-Std-fontfacekit/CartoGothicStd-Bold-webfont.eot');
	src: local('?'), url('../../../public/css/common/fonts/CartoGothic-Std-fontfacekit/CartoGothicStd-Bold-webfont.woff') format('woff'), url('../../../public/css/common/fonts/CartoGothic-Std-fontfacekit/CartoGothicStd-Bold-webfont.ttf') format('truetype'), url('../../../public/css/common/fonts/CartoGothic-Std-fontfacekit/CartoGothicStd-Bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.h24_dialog h1, .h24_dialog h2, .h24_dialog h3, .h24_dialog h4 {
font-family: 'CartoGothicStdBold', arial;
color:#222;
font-weight:normal;
}



.h24_dialog h1 {
font-size:28px;
margin: 0 0 5px 0;
text-align: left;
}

.h24_dialog h2 {
font-size:20px;
margin: 0 0 5px 0;
text-align: left;
color: #1a6791;
}
.h24_dialog h3 {
font-size:18px;
margin: 0 0 5px 0;
text-align: left;
}
.h24_dialog h4 {
font-size:18px;
margin:0 0 5px;
text-align:left;
}

/*  TABLE FIX _____________________________________________________________ */
.standard_text_block table {
	margin-left:1px;
	border-collapse: collapse;
}

.standard_text_block table[align="center"] {
	margin: 0 auto;
}

/*_______________________________________________ FOOTER ____ */
.h24_footer_recommendation {
	position: relative;
	text-align: center;
	width: auto;
	margin: 0 auto;
}

#h24_footer_recommendation_tooltip_container {
	position: absolute;
	display: none;
	height: 170px;
	width: 370px;
	z-index: 500;
}

#h24_footer_recommendation_tooltip_container a,
#h24_footer_recommendation_tooltip_container em,
#h24_footer_recommendation_tooltip_container span,
#h24_footer_recommendation_tooltip_container p {
    color: #333;
    font-family: Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 140%;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    word-spacing: 0;
}

#h24_footer_recommendation_tooltip_container a {
    color: #469C23 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

#h24_footer_recommendation_tooltip_container a:hover {
    text-decoration: underline !important;
}

#h24_footer_recommendation_tooltip_container em {
    color: #767676 !important;
    font-size: 12px !important;
    font-style: italic;
}


#h24_footer_recommendation_tooltip_container .h24_tooltip {
	display: block;
    font-size: 14px;
    height: auto;
    line-height: 130%;
    width: 353px;
}

.h24_footer_recommendation a {
	color: #469C23;
	font-weight: bold;
}

.h24_footer_recommendation a:hover {
	color: #F18209;
}


/*  LISTS _____________________________________________________________ */

/* UNORDERED LIST */

.h24_dialog ul {
margin:10px 10px 10px 5px;
padding:0 20px;
}

.h24_dialog ul li {
	padding: 0;
	margin-bottom: 7px;
	list-style-type: disc;
	list-style-position: outside;
}


/* ORDERED LIST */

.h24_dialog ol {
margin:10px 10px 10px 10px;
padding:0 20px;
}

.h24_dialog ol li {
	padding: 0;
	margin-bottom: 7px;
	list-style-position: outside;
	list-style-type: decimal;
}

/* Product details */
ul.product_details li {
	font-size:	11px;
}


/*  FORMS  _____________________________________________________________ */

.h24_dialog form {
background:transparent none repeat scroll 0 0;
border: none;
}

.h24_dialog .form_item {
	margin-bottom: 15px;
}
.h24_dialog .form_item_highlight1 {
	margin-bottom: 15px;
	/*background-color: #FAFAFA;*/
	border: 1px solid #DDDDDD;
	padding: 10px 15px 15px 15px;
	text-align: left;
}


/*  TEXT AREAS  _____________________________________________________________ */
.h24_dialog textarea {
background:none repeat scroll 0 0 #FFF;
border-color:#D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
border-style:solid;
border-width:1px;
font-size:11px;
overflow:auto;
padding:3px;
}

.h24_dialog textarea.dialog_field {
	width: 200px;
	height: 80px;
}


/* INPUT, SELECT __________________________________________________________ */

.h24_dialog select, 
.h24_dialog input {
	padding: 3px;
}

*+html .h24_dialog select, *+html .h24_dialog input{ /* ie 7 */
	padding: 1px;
}

* html .h24_dialog select, * html .h24_dialog input{ /* ie 6 */
	padding: 3px;
}

.h24_dialog input[type="text"] {
	width: 112px; /* Width should be specified on an element basis, this is default */
}

.h24_dialog input.h24_long,
.h24_dialog input.long_textField,
.h24_dialog input.long_field,
.h24_dialog select.long_field
{
	width: 200px;
}

.page_manager_item input[type="text"] {
	height: 18px;
	margin-right: 7px;
	float: left;
}



/* LABEL  __________________________________________________________ */

.h24_dialog label {
	font-size: 12px;
	color: #333;
	margin: 0 0 3px 0;
	display: block;
	font-weight: bold;
}

.h24_dialog label[for] {
	cursor: pointer;
}

/*  CODE ____________________________________________________________ */

.h24_dialog code {
    display: block;
	background-color: #FFF6BF;
	padding: 10px;
	margin: 30px;
	border: 1px dashed #ccc;
}


/* TABLE - FOR FORMS  __________________________________________________________ */

table.form {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.form th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.form td {
	border-width: 0px 0px 0px 0px;
	padding: 0 10px 10px 0;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


/* Password dialog  __________________________________________________________ */
#password_protected_dialog {
padding: 0 !important;
}


/* Generic linking dialog  __________________________________________________________ */
#generic_linking_dialog label {
	display: inline;
}

#h24s_video h4 {
	margin-top: 30px;
}

#h24s_video th {
	padding-right: 20px;
	padding-top: 5px;
	font-weight: bold;
}


/* SCREENSHOT PREVIEW  __________________________________________________________ */
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	font-family: arial, sans-serif;
	text-align:center;
	font-size: 12px;
	font-style:normal;
	line-height: 150%;
	z-index: 5000;
}


.h24_dialog .scroller_div_container {
	overflow: auto;
	margin-bottom: 50px
}
.h24_dialog div.dialog_save_cancel_buttons {
	/*height:41px;
	position:absolute;
	right:26px;
	bottom:21px;
	text-align:right;*/
	
	height:41px;
	padding-right:14px;
	padding-top:15px;
	text-align:right;
	
	/*position: static;
	padding:14px 15px 0 0;
	position:static;
	text-align: right;*/
}

.h24_dialog div.dialog_save_cancel_buttons a {
	float:right !important;
}


div.dialog_adv_img_settings span a {
bottom:10px;
font-size:10px;
height:40px;
left:25px;
position:absolute;
text-align:left;
width:140px;
color: #555555;
text-decoration:underline;
}




/*****************************
portfolio_block  BLOCK 
*****************************/
.portfolio_block
{
 /*margin: 0 auto;
 padding: 0 12px 0 0;
 margin-bottom: 10px;*/
}
.portfolio_block p
{
	padding-top:10px;
}
.next_previous_portfolio_control {
	background: none;
	margin-left: 0px;
	width:100%;
}

.next_previous_button_container
{
	width: 280px;
	margin: 0px auto;
	margin-top: 0px;
}


#h24_content_container .thumbnails {
background-color:#222;
}
#h24_content_container .thumbnails_container {
	/*background:#FAFAFA none repeat scroll 0% 0%;*/
	background: none;
	border:1px solid #DCDCDC;
	padding:5px;
	margin: 0px;
	width: 100%;
}
#h24_content_container .thumbnail_container {
	margin: 0; padding: 0;
	border: none; border-width: 0;
}
#h24_content_container .thumbnail_container a:link, 
#h24_content_container .thumbnail_container a:hover, 
#h24_content_container .thumbnail_container a:visited, 
#h24_content_container .thumbnail_container a:active {
	text-decoration: none;
	border: none;
	border-width: 0;
	margin: 0;
	padding: 0;
}

#h24_content_container .thumbnails table {
	border-collapse: collapse;
	margin: 0px;
	width: 100%;
}
#h24_content_container .thumbnails tr {
	height: auto;	
	background: none;
	/*background-color:#000;*/
}
#h24_content_container .thumbnails td {
	overflow:hidden;
	background:none;
	border: none;
	border-width: 0;
	padding: 10px 0 10px 0;
	margin:0;
	width: auto;
}	
#h24_content_container .thumbnails a:link img, 
#h24_content_container .thumbnails a:hover img, 
#h24_content_container .thumbnails a:visited img, 
#h24_content_container img.thumbnail_img {
	background:none;
	margin: 0;
	padding:0;
	border: none;
	border-width: 0;
	text-decoration: none;
}

.portfolio_nav .thumbnails a:hover {
	border: none;
	background: none;
}
.portfolio_nav .thumbnail_container {
	width: 100%;
}


.portfolio_nav {
	background-color:#333;
}

.portfolio_nav {
	color: #CCCCCC;
	FONT: 11px "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
}
.portfolio_nav a, 
.portfolio_nav a:link, 
.portfolio_nav a:visited {
	text-decoration: none;
	color: #CCCCCC;
	border: 0;
}
.portfolio_nav a:hover {
	text-decoration: none;
	color: #FFF;
	border: 0;

}


div.portfolio_nav p {
	padding: 10px;
	margin: 0;
	background-color:#333;
	color: #ccc;
}

.portfolio_arrows {
	height: 40px;
	background-color: #333;
	position: relative;
	clear:both;
}
#h24_content_container .left_active {
	position: absolute;
	top: 6px;
	left:30px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background:  url('../../../public/css/common/images/common-sprite-2.png') no-repeat;
	background-position: 0 -30px; /* portfolio_block/left_active.gif */
}
#h24_content_container .left_inactive {
	position: absolute;
	top: 6px;
	left:30px;
	width: 28px;
	height: 28px;
	background:  url('../../../public/css/common/images/common-sprite-2.png') no-repeat;
	background-position: 0 -294px; /* portfolio_block/left_inactive.gif */
}

#h24_content_container .right_active {
	position: absolute;
	top: 6px;
	right:30px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background:  url('../../../public/css/common/images/common-sprite-2.png') no-repeat;
	background-position: 0 -497px; /* portfolio_block/right_active.gif */
}
#h24_content_container .right_inactive {
	position: absolute;
	top: 6px;
	right:30px;
	width: 28px;
	height: 28px;
	background:  url('../../../public/css/common/images/common-sprite-2.png') no-repeat;
	background-position: 0 -134px; /* portfolio_block/right_inactive.gif */
}
/*****************************
portfolio_block  BLOCK 
*****************************/


/* ___ Simple gallery ____________________________________________________ */

div.simple_gallery_content > div {
	float:left;
	position: relative;
}

div.simple_gallery_content {
clear:both;
overflow:hidden;
width:100%;
}



/* _________________________________________________________________ STANDARD BUTTON ______________________ */

.buttons a {
/*color:#fff !important;*/
cursor:pointer !important;
border:0 none !important;
font-family:arial !important;
font-size:14px !important;
font-weight:bold !important;
position:relative !important;
/*background: url('../../../public/css/common/images/h24_soft_btn.png') no-repeat scroll right -1573px transparent !important;*/
background: #57595c;
border-radius: 5px;
box-shadow: 0 1px 0 #2c2e2f;

background: #eee;
box-shadow: 0 0 0 1px rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.2);
color: #555 !important;
color: #2884c6 !important;
}

.buttons a {
display:block;
float:left;
line-height:14px !important;
margin:0 7px 5px 0 !important;
padding:11px 10px 0 26px !important;
text-align:right !important;
text-decoration:none !important;
height:25px !important;
}



.buttons a img, .ui-dialog-content .buttons a img {
/*background:url('../../../public/css/common/images/h24_soft_btn.png') no-repeat scroll 0 -1620px #FFF !important;*/
border:0 none !important;
float:left !important;
left:0 !important;
padding:10px 0 10px 7px !important;
position:absolute !important;
top:0 !important;
}

/* Hover & active state */

/*Hover*/
.buttons a:hover {
	background-position: right -1665px !important;
}
.buttons a:hover img {
	background-position: 0 -1712px !important;
}


/*Active*/
.buttons a:active {
	background-position:right -1573px !important;
	/*color:#ddd !important;*/
}
.buttons a:active img {
	background-position: 0 -1620px !important;
}

/*Disabled*/
.buttons a.h24_disabled:active,
.buttons a.h24_disabled:hover {
	background-position: right -1573px !important;
}
.buttons a.h24_disabled:active img,
.buttons a.h24_disabled:hover img {
	background-position: 0 -1620px !important;
}

/* Smaller version */
.editing_control_panel .buttons a,
.buttons a.h24_smallStandardButton {
/*background: url('../../../public/css/common/images/h24_soft_btn.png') no-repeat scroll right -1765px  transparent !important;*/
font-size:12px !important;
font-weight:bold !important;
font-family: Tahoma, Geneva, sans-serif !important;
height:22px !important;
line-height:14px !important;
margin:0 10px 5px 0 !important;
padding:7px 15px 0 31px !important;
font-style: normal !important;
}

.buttons a.h24_disabled {
color:#777777 !important;
cursor: not-allowed !important;
}

.buttons a.h24_smallAndOnlyAnIcon {
padding-right: 3px !important;
}

.editing_control_panel .buttons a img, 
.buttons a.h24_smallStandardButton img, 
.ui-dialog-content .buttons a.h24_smallStandardButton img {
/*background:url('../../../public/css/common/images/h24_soft_btn.png') no-repeat scroll 0 -1805px #FFF !important;*/
padding:6px 0 10px 8px !important;
}



/* SMALLER - Hover & active state */

/*Hover*/
.editing_control_panel .buttons a:hover,
.buttons a.h24_smallStandardButton:hover {
	background-position: right -1840px  !important;
}
.editing_control_panel .buttons a:hover img,
.buttons a.h24_smallStandardButton:hover img {
	background-position: 0 -1880px  !important;
}


/*Active*/
.editing_control_panel .buttons a:active,
.buttons a.h24_smallStandardButton:active {
	background-position:right -1840px  !important;
}
.editing_control_panel .buttons a:active img,
.buttons a.h24_smallStandardButton:active img {
	background-position: 0 -1880px  !important;
}

/* Disabled */
.buttons a.h24_smallStandardButton.h24_disabled:active,
.buttons a.h24_smallStandardButton.h24_disabled:hover {
	background-position: right -1765px  !important;
}
.buttons a.h24_smallStandardButton.h24_disabled:active img,
.buttons a.h24_smallStandardButton.h24_disabled:hover img {
	background-position: 0 -1805px  !important;
}


#h24_shortcuts_wrapper .buttons a.h24_smallStandardButton {
	background-image: none !important;
	color: #fff !important;
}
#h24_shortcuts_wrapper .buttons a.h24_smallStandardButton img {
	background-image: none !important;
	color: #fff !important;
}


/* Small with sliding door */
.buttons a.h24_smallWithSlidingDoor {
background-position:right -1916px !important;
height:29px !important;
padding:0 8px 0 0 !important;
}

.buttons a.h24_smallWithSlidingDoor span {
	/*background: url('../../../public/css/common/images/h24_soft_btn.png') no-repeat scroll 0 -1956px  transparent !important;*/
	display:block;
	height:29px;
	line-height:28px;
	padding:0 3px 0 10px !important;
}

.buttons a.h24_smallWithSlidingDoor:hover {
	background-position:right -1993px !important;
}

.buttons a.h24_smallWithSlidingDoor:hover span {
	background-position:left -2033px !important;
}

.buttons a.h24_revert_button {
	display: none;
}

.h24_modified_settings .buttons a.h24_revert_button {
	display: block;
}












/* Not sure what this is used for /Mikael */

.user_manager_item a.neutral{
	height: 14px;
}

.user_manager_item a.arrow {
	width: 14px;
}

.user_manager_item a.user {
	border: 0pt none;
	background: none;
	float: left;
	padding-left: 4px;
}

.user_manager_item a.move {
	border: 0pt none;
	background: none;
	float: right;
	cursor: move;
}

.user_manager_item a.user:hover, .user_manager_item a.move:hover  {
    background: none;
    border: 0pt none;
}


/*  INTERNET EXPLORER 6 MENU */

#nav_ie6 {
position: absolute; 
right:40px; 
top: 70px;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding:6px 30px; }

#navlist a:link, #navlist a:visited
{
color:#444444;
font-size:18px;
font-weight:normal;
text-decoration:none;
}

#navlist li.current a:link, #navlist li.current a:visited
{
/*color: #fff;
background-color: #469C23;*/
font-weight: bold;
}

#navlist a:hover
{
/*color: #fff;
background-color: #469C23;
text-decoration: none;*/
}


/*##########################################################################################################################*/
/*____________________________________________________________________________  ALERT MESSAGES _________________________________________________________________ */
/*##########################################################################################################################*/


/*____________________________________________________________________________ ALERT COLOUR _______________________________________________________________ */
.error_marked {
	background-color: #FFADAE !important;
}

/*____________________________________________________________________________ ALERT MESSAGE FOR ERRORS ___________________________________________________ */
p.alert_message,
#h24_content_container p.alert_message
 {
	background: #fff6bf url('../../../public/css/common/images/famfamfam/exclamation.png') no-repeat;
	background-position: 15px 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 1px solid #ffd324;
	margin: 10px 10px 10px 10px;
	color: #333;
	max-width:450px;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	
	border-radius:4px 4px 4px 4px;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);

	-moz-border-radius:4px 4px 4px 4px;
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);

	-webkit-border-radius:4px 4px 4px 4px;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
	
}

/*______________________________________________________________________________________ INFO MESSAGE __________________________________________________ */
p.info_message,
#h24_content_container p.info_message {	
	background: #fff6bf url('../../../public/css/common/images/famfamfam/information.png') no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;*/
	border: 1px solid #ffd324;
	margin: 0px auto 0px auto;
	color: #333;
	max-width:450px;

	border-radius:4px 4px 4px 4px;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);

	-moz-border-radius:4px 4px 4px 4px;
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);

	-webkit-border-radius:4px 4px 4px 4px;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
}

.h24_dialog p.dialog_box_message {
	margin: 20px auto;
	width: 300px;
}

/*______________________________________________________________________________________ WARNING MESSAGE __________________________________________________ */
p.warning_message,
#h24_content_container p.warning_message {
	background: #fff6bf url('../../../public/css/common/images/fugue/exclamation_frame.png') no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffd324;
	margin: 10px 10px 10px 10px;
	color: #333;
	max-width:450px;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	
	border-radius:4px 4px 4px 4px;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);

	-moz-border-radius:4px 4px 4px 4px;
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);

	-webkit-border-radius:4px 4px 4px 4px;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
}

/*______________________________________________________________________________________ WARNING MESSAGE __________________________________________________ */
p.help_message,
#h24_content_container p.help_message {
	background: #fff6bf url('../../../public/css/common/images/famfamfam/help.png') no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffd324;
	margin: 10px 10px 10px 10px;
	color: #333;
	max-width:450px;
	
	margin-left:auto;
	margin-right:auto;

	border-radius:4px 4px 4px 4px;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);

	-moz-border-radius:4px 4px 4px 4px;
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);

	-webkit-border-radius:4px 4px 4px 4px;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
}

/*______________________________________________________________________________________ ACCEPT MESSAGE FOR SUCCESS __________________________________________________ */
p.accept_message,
#h24_content_container p.accept_message {
	background: #fff6bf url('../../../public/css/common/images/famfamfam/accept.png') no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ffd324;
	margin: 10px 10px 10px 10px;
	color: #333;
	max-width:450px;
	
	margin-left:auto;
	margin-right:auto;

	border-radius:4px 4px 4px 4px;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);

	-moz-border-radius:4px 4px 4px 4px;
	-moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);

	-webkit-border-radius:4px 4px 4px 4px;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
}

/*______________________________________________________________________________________ FLOATING PANEL MESSAGE FIX __________________________________________________ */
.h24-FloatingPanel-body p.accept_message, .h24-FloatingPanel-body p.accept_message:last-child,
.h24-FloatingPanel-body p.alert_message, .h24-FloatingPanel-body p.alert_message:last-child,
.h24-FloatingPanel-body p.info_message, .h24-FloatingPanel-body p.info_message:last-child,
.h24-FloatingPanel-body p.warning_message, .h24-FloatingPanel-body p.warning_message:last-child,
.h24-FloatingPanel-body p.help_message, .h24-FloatingPanel-body p.help_message:last-child {
	margin: 10px auto;
}


/*__________________________________________________ WEBSHOP PANEL */
#h24_webshop {
	bottom:0;
	height:35px;
	left:0;
	overflow:hidden;
	display:none;
	padding-top:25px;
	position:fixed;
	width:100%;
	z-index:899;
}
	/*if ie6, lets simulate position:fixed*/
	div#h24_webshop {
	  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
	  position: absolute; left: 0px; bottom: 0px;
	  right: auto; bottom: auto;
	  left: expression( ( -00 - h24_webshop.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	  top: expression( ( -00 - h24_webshop.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	}
	

#h24_webshop_wrapper IFRAME
{
 display:none;/*sorry for IE5*/ 
 display/**/:block;/*sorry for IE5*/
 position:absolute;/*must have*/
 top:0;/*must have*/
 left:0;/*must have*/
 z-index:-1;/*must have*/
 filter:mask();/*must have*/
 width:550px;/*must have for any big value*/
 height:425px/*must have for any big value*/;
}

	
#h24_webshop_wrapper {
	color: #333;
	border:1px solid #666;
	background: #FFF none repeat scroll 0 0;
	height:390px;
	margin:0 auto;
	padding:35px 0 0;
	position:relative;
	width:550px;
	overflow: visible;
}

	#h24_webshop_wrapper ul.h24_hide_show_cart {
		position:absolute;
		right:15px;
		top:6px;
	}

	/* DEPRECATED */
	#h24_webshop_wrapper ul.h24_empty_cart {
		position:absolute;
		right:50px;
		top:6px;
	}
	
	#h24_webshop_wrapper ul.h24_small_button {
		min-width: 130px;
		float:right;
	}
	
	#h24_webshop_wrapper ul.h24_back_to_cart {
		position:absolute;
		right:15px;
		top:6px;
	}

#h24_webshop_content {
	height:355px;
	overflow:auto;
	padding:15px 20px 15px 30px;
	position: static;
	text-align:left;
	width:500px;
	border-color:#CCCCCC;
	border-style:solid none;
	border-width:1px 0 0;
}


	#h24_webshop_content h2,
	#h24_webshop_content p {
		font-weight: normal;
		text-align: left;
	}
	
	#h24_webshop_content h2 {
		font-size:16px;
		font-weight:bold;
		margin-bottom:10px;
	}

	#h24_webshop_content span.h24_artNo {
		font-size: 10px;
		color: #888;
	}

img#h24_webshop_toggle {
	cursor:pointer;
	left:0;
	position:absolute;
	top:-27px;
}

div#h24_webshop_toggle {
/*background:green url('../../../public/css/common/images/famfamfam/cart.png') no-repeat scroll 5px 50%;*/
background-color: green;
cursor:pointer;
height:16px;
left:-1px;
padding:3px 10px 0;
position:absolute;
top:-20px;
}

div#h24_webshop_toggle span {
color:#FFF;
font-family:arial,sans-serif;
font-size:12px;
font-weight:bold;
line-height:100%;
vertical-align:baseline;
}


#h24_webshop_amount {
	font-weight:bold;
	left:15px;
	padding-top:6px;
	position:absolute;
	top:3px;
}


#h24_webshop_wrapper table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #d9d9d9;
	border-collapse: collapse;
	background-color: white;
	width: 470px;
}
	#h24_webshop_wrapper table th {
		border-width: 1px 1px 1px 1px;
		padding: 6px;
		border-style: inset inset inset inset;
		border-color: #d9d9d9;
		background-color: #ededed;
		
		font-weight: normal;
	}
	#h24_webshop_wrapper table td {
		border-width: 1px 1px 1px 1px;
		padding: 6px;
		border-style: inset inset inset inset;
		border-color: #d9d9d9;
		background-color: white;
	}


#h24_webshop_wrapper table.h24_cart_summary {
	width:auto;
}

	#h24_webshop_wrapper table.h24_cart_summary th{
		font-weight: bold;
		text-decoration: none;
	}


#h24_webshop_content, #h24_webshop_content div {
	font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:130%;
}

#h24_webshop_content h1 {
	font-weight: bold;
}

#h24_webshop_wrapper input.error {
	background-color: #FF5555;
}

#h24_webshop_wrapper input.warning {
	background-color: #FFEC60;
}

#h24_webshop_wrapper .buttons a {
	color: #FFF;
	background-color:#04a408;
	border:1px solid #000;
	white-space: nowrap;
}
#h24_webshop_wrapper .buttons a:hover {
	background-color:#56c659;
}

.h24_webshop_text {
	margin-bottom: 20px;
	font-weight: normal;
	text-align: left;
}

div#h24_webshop_shipping {
	width: 475px;
	margin: 15px 0 15px 0;
}

.h24_product_price_out_of_stock {
	padding-top: 1px;
	font-size: 13px;
	font-family: Trebuchet MS,Arial,Verdana,Tahoma,Sans-Serif,FreeSans;
}

/*__________________________________________________ FLAG LIST */

#h24_flag_list {
	position: absolute !important;
	top: 50px;
	width: auto;
	padding: 0;
	margin: 0;
	z-index: 2500; /* need to be high enough to be put on top of header, sections and footer panels (HeaderSection has z-index 2000) */
}

#h24_flag_list_p {
	white-space: nowrap;
	padding-top: 3px;
}

#h24_flag_list ul#h24_flag_list_ul {
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#h24_flag_list ul#h24_flag_list_ul li {
	background: transparent none no-repeat 0 50%;
	padding-left:0px;
}

#h24_flag_list ul#h24_flag_list_ul li.h24_padding_left {
	padding-left:20px;
}

#h24_flag_list a, #h24_flag_list img {
	/*vertical-align: middle;*/
}

#h24_flag_list a
{
	border: 0;
}

#h24_flag_list_p a:hover,
#h24_flag_list ul#h24_flag_list_ul a:hover {
	cursor: pointer;
	border: 0;
}


#h24_flag_list ul#h24_flag_list_ul li.horizontal {
	float: left;
	margin-right: 5px;
}

#h24_flag_list .h24_flaglist_hover {
	border: 1px solid #515151;
	background-color: #e2e2e2;
	color: #000;
}

#hemsida24-login-table {
	border: 0px;
	margin-bottom: 40px;
}

#hemsida24-login-table td{
	border: 0px;
}

#hemsida24-login-table th {
	border: 0px;
}




/*_____________________________________________________________________ LOADING MESSAGE AND OVERLAY___________________*/
#loading_message
{
display:none;
position:fixed;
left:42%;
top:30%;
text-align:center;
background: transparent;
/*border: 1px solid;
border-color: #ccc #333 #333 #ccc;*/
z-index: 99991;
	width: 260px;
	height: 50px;
}
#loading_message p {
margin: 0; padding: 0;
font-weight: bold;
font-size: 14px;
font-family: "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
color: #333;
margin-top: 2px;
text-align: left;
}
	/*if ie6, lets simulate position:fixed*/
	* html #loading_message {
		  position: absolute;
		  top: expression(ignoreMe = document.documentElement &&
	document.documentElement.scrollTop || document.body.scrollTop);
	}



.drp_content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	padding: 10px 10px 13px 15px;
	box-shadow: 0 2px 2px rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.2);
	border-radius: 4px;
}
	


/* __________________ Jquery tools OVERLAY */ 

/* the overlayed element */
.h24_jqt_simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	font-family:arial;
	
	width:675px;	
	min-height:120px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	/* -moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000; */
}

/* close button positioned on upper right corner */
.h24_jqt_simple_overlay .close {
	background: transparent url('../../../public/css/common/images/cc_close_button.png') no-repeat left top;
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.h24_jqt_simple_overlay .close:hover { 
background: transparent url('../../../public/css/common/images/cc_close_button.png') no-repeat left -48px;
}





/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.h24_jqt_next, .h24_jqt_prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.h24_jqt_prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.h24_jqt_next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.h24_jqt_next:hover, .h24_jqt_prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.h24_jqt_info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.h24_jqt_info strong {
	display:block;
	font-weight: bold;
}

/* progress indicator (animated gif). should be initially hidden */
.h24_jqt_progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.h24_jqt_next, .h24_jqt_prev, .h24_jqt_info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(https://d16pu24ux8h2ex.cloudfront.net/img/global/gradient/h80.png) repeat-x;		
}


/* black version of the overlay. simply uses a different background image */ 
div.apple_overlay.black { 
    background-image:url('../../../public/css/common/images/overlay/transparent.png');         
    color:#fff; 
}

/* OPACITY */
.h24_opacity_50 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); /* IE7 */
	opacity: 0.5; /* Web browsers */
}

/*__________________________ Tooltip _____________________________________________*/
.h24_tooltip {
background-color: #fff;

border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;

box-shadow: 5px 7px 25px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 5px 7px 25px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 5px 7px 25px rgba(0, 0, 0, 0.4);

border: 3px solid #469c23;
padding:12px 12px 13px;
position: absolute;
width: 250px;
z-index: 4000;
display:none;
}

#ap_links .h24_tooltip p,
.h24_tooltip p{
color:#333 !important;
font-family:verdana !important;
font-size:12px;
line-height: 140% !important;
}

.h24_tooltipguide_homepage_intro p {
	margin-bottom: 8px;
}

.h24_tooltip a,
.h24_tooltip a:visited,
.h24_tooltip a:active {
color:#469C23 !important;
text-decoration:underline !important;
}

.h24_tooltip a:hover {
color:#F18209 !important;
}

.h24_tooltip_arrow {
width: 17px;
height: 23px;
background: transparent url('../../../public/css/common/images/tooltip/tooltip_arrow_left.png') no-repeat scroll left top;
position: absolute;
}

/*Add class for left-arrow*/
.h24_tooltip_left .h24_tooltip_arrow {
left:-17px;
margin-top:-10px;
top:50%;
}

/*Add class for right-arrow*/
.h24_tooltip_right .h24_tooltip_arrow {
background: transparent url('../../../public/css/common/images/tooltip/tooltip_arrow_right.png') no-repeat scroll left top;
right:-17px;
margin-top:-10px;
top:50%;
}

/*Add class for right-arrow*/
.h24_tooltip_top_right .h24_tooltip_arrow {
background: transparent url('../../../public/css/common/images/tooltip/tooltip_arrow_right.png') no-repeat scroll left top;
right:-17px;
top:10px;
}

/*Add class for top-arrow*/
.h24_tooltip_top .h24_tooltip_arrow {
background: transparent url('../../../public/css/common/images/tooltip/tooltip_arrow_top.png') no-repeat scroll left top;
top:-17px;
margin-left:-10px;
left:50%;
width: 23px;
height: 17px;
}

/*Add class for bottom-arrow*/
.h24_tooltip_bottom .h24_tooltip_arrow {
background: transparent url('../../../public/css/common/images/tooltip/tooltip_arrow_bottom.png') no-repeat scroll left top;
bottom:-17px;
margin-top:-10px;
left:50%;
width: 23px;
height: 17px;
}

.h24_tooltip_smallText p {
	font-size: 12px;
	font-weight:normal;
}

.h24_tooltip_warning {
	background: url('../../../public/css/common/images/fugue/exclamation_frame.png') no-repeat scroll 15px 50% #FFF;
	padding-left: 45px;
}

.h24_tooltip_info {
	background: url('../../../public/css/common/images/fugue/shadowless/information-frame.png') no-repeat scroll 15px 50% #FFF;
	padding-left: 45px;
}

.h24_tooltip_help {
	background: url('../../../public/css/common/images/fugue/shadowless/question-frame.png') no-repeat scroll 15px 50% #FFF;
	padding-left: 45px;
}
.h24_tooltip .h24_tooltip_footer {
	font-size:10px;
	margin-bottom: 0;
}
.h24_tooltip .h24_tooltip_footer span {
	color: #666666 !important;
}
.h24_tooltip .h24_tooltip_footer a {
	float: right;
	background: none repeat scroll 0 0 transparent !important;
	display: inline !important;
    font-size: 10px !important;
    font-weight: normal !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* Misc */
label.inline {
	display: inline;
}

label.block {
	display: block;
}

/* Google maps */
div.h24_do_print {
	display: none;
}

/*__________________________________________________ FORM BLOCK */
.block_container .h24_form_ul_wrapper label {
	display: block !important;
	font-weight: bold;
	padding-bottom:2px;
}

.h24_form_ul_wrapper label span.h24_subjectChooser {
color:red;
font-style:italic;
font-weight:normal;
}

.h24_form_ul_wrapper input[type=checkbox],
.h24_form_ul_wrapper input[type=radio],
.h24_form_ul_wrapper label[for] {
	cursor: pointer;
}

.h24_form_ul_wrapper label.h24_inline_label {
display:inline !important;
font-weight:normal;
}

.h24_form_ul_wrapper label.h24_remove_bold {
font-weight:normal;
}

.h24_form_ul_wrapper input[type=hidden]{
display:none !important;
position:absolute;
}


.h24_form_ul_wrapper span.h24_form_field_red_star {
	color: red;
	font-weight: bold;
}

.h24_form_ul_wrapper ul li {
list-style-image:none !important;
list-style-type:none !important;
margin-bottom:0 !important;
padding-bottom:15px !important;
}

.h24_form_ul_wrapper ul {
list-style:none outside none !important;
margin:0 !important;
padding:0 !important;
}


.h24_form_ul_wrapper ul.h24_checkbox_list {
list-style-type:none !important;
margin:0px 0 0;
padding:0;
}


.h24_form_ul_wrapper .h24_checkbox_list label {
display: block;
padding-left: 0px;
text-indent: -0px;
}

.h24_form_ul_wrapper ul.h24_checkbox_list li {
	list-style-type: none !important;
	padding-bottom: 9px !important;
	margin-bottom: 0px !important;
}


.h24_form_ul_wrapper input.h24_checkbox, 
.h24_form_ul_wrapper input.h24_radio {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0 8px 0 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;
}


.h24_form_field_heading_helptext {
	font-size: 12px;
}

.h24_form_field_error {
	background-color: #FFB3B3;
}

.h24_form_field_error_color {
	color: red;
	font-weight: bold;
}

.h24_form_field_settings_helptext_div {
max-width:450px;
margin-bottom:3px;
}

/*__________________________________________________ COLLECTIONS */
.h24_collection {
	float: left;
	min-height: 1px;
}

div.h24_collection.first {
	padding-left: 20px;
	padding-right: 10px;
}

div.h24_collection.middle {
	padding-left: 10px;
	padding-right: 10px;
}

div.h24_collection.last {
	padding-left: 10px;
	padding-right: 20px;
}

div.h24_collection_newline {
	clear: left;
	padding-bottom: 20px;
	position: relative;
}

div.h24_collection_newline.last {
	clear: left;
	padding-bottom: 0px;
}

.h24_faux_section_collection {
	padding-top: 40px;
	padding-bottom: 20px;
}

.h24_collection_newline_fauxbefore {
	margin-bottom: 40px;
}

.h24_collection_newline_fauxbefore.h24_collection_newline_fauxafter {
	margin-bottom: 0;
	padding-bottom: 20px!important;
}

.h24_collection_newline_fauxbefore.h24_last_collection {
	margin-bottom: 0;
}

.h24_collection_newline_fauxafter {
	padding-bottom: 40px!important;
}


/*__________________________________________________ OVERLAYS */

/* Black overlay for boxing in certain areas */
.h24_boxed_overlay {
	background: rgba(50,50,50,.5);
	position: absolute;
}

/*__________________________________________________ COLLAGES */
div.h24_collage_object {
	position: absolute;
	text-align: left;
}

div.h24_collage_object a {
	text-decoration: none;
}

/*__________________________________________________ jQuery UI Datepicker */

/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }


/* Style manuelly added by Mikael*/
.ui-datepicker {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
}

#ui-datepicker-div {
z-index: 3500;
background-color:#FFF;
display:none; /*Hide until activated*/
}

.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-corner-all{
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

.ui-datepicker.ui-widget-content  {
border:1px solid #B5B5B5;
color:#222222;
}

.ui-datepicker.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-datepicker.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-datepicker.ui-helper-clearfix { display:block; }
/* end clearfix */

.ui-datepicker .ui-datepicker-header {
padding:0.2em 0;
position:relative;
}

.ui-datepicker .ui-widget-header {
background:url('../../../public/css/common/images/datepicker/ui-bg_gloss-wave_75_50b029_500x100.png') repeat-x scroll 50% 50% #50B029;
border:1px solid #3F8623;
color:#FFF;
font-weight:bold;
}

.ui-datepicker .ui-datepicker-prev {
left:2px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
height:1.8em;
position:absolute;
top:2px;
width:1.8em;
}

.ui-datepicker .ui-widget-header a {
color:#FFF;
}

.ui-datepicker .ui-widget-header  .ui-state-hover {
background: none;
border:none;
cursor: pointer;
}

.ui-datepicker .ui-widget-content a {
color:#222222;
}



.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span  {
display:block;
left:50%;
margin-left:-8px;
margin-top:-8px;
position:absolute;
top:50%;
}
.ui-datepicker .ui-widget-header .ui-icon {
background-image:url('../../../public/css/common/images/datepicker/ui-icons_ffffff_256x240.png');
}
.ui-datepicker .ui-widget-content .ui-icon {
background-image:url('../../../public/css/common/images/datepicker/ui-icons_7fbcda_256x240.png');
}
.ui-datepicker .ui-icon-circle-triangle-w {
background-position:-80px -192px;
}
.ui-datepicker .ui-icon-circle-triangle-e  {
background-position:-48px -192px;
}
.ui-datepicker .ui-icon {
background-image:url('../../../public/css/common/images/datepicker/ui-icons_7fbcda_256x240.png');
height:16px;
width:16px;
}

.ui-datepicker .ui-icon {
background-repeat:no-repeat;
display:block;
overflow:hidden;
text-indent:-99999px;
}

.ui-datepicker .ui-datepicker-next {
right:2px;
}

.ui-datepicker table {
border-collapse:collapse;
font-size:0.9em;
margin:0 0 0.4em;
width:100%;
}
.ui-datepicker th {
border:0 none;
font-weight:bold;
padding:0.7em 0.3em;
text-align:center;
}
.ui-datepicker td {
border:0 none;
padding:1px;
}

.ui-datepicker .ui-state-disabled, 
.ui-datepicker .ui-widget-content .ui-state-disabled,
.ui-datepicker .ui-widget-header .ui-state-disabled {
background-image:none;
opacity: .35; filter:Alpha(Opacity=35); background-image: none; 
}
.ui-state-disabled {
cursor:default !important;
}
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }


.ui-datepicker .ui-state-default, 
.ui-datepicker .ui-widget-content .ui-state-default, 
.ui-datepicker .ui-widget-header .ui-state-default { 
border: 1px solid #77a9c5; background: #4c91b7 url('../../../public/css/common/images/datepicker/ui-bg_glass_45_4c91b7_1x400.png') 50% 50% repeat-x; font-weight: normal; color: #FFF; 
}

.ui-datepicker .ui-state-highlight, 
.ui-datepicker .ui-widget-content .ui-state-highlight, 
.ui-datepicker .ui-widget-header .ui-state-highlight  {
border: 1px solid #f18209; background: #f18209 url('../../../public/css/common/images/datepicker/ui-bg_glass_55_f18209_1x400.png') 50% 50% repeat-x; color: #FFF; 
}

.ui-datepicker .ui-state-active, 
.ui-datepicker .ui-widget-content .ui-state-active, 
.ui-datepicker .ui-widget-header .ui-state-active {
border: 1px solid #f18209; background: #f18209 url('../../../public/css/common/images/datepicker/ui-bg_gloss-wave_50_f18209_500x100.png') 50% 50% repeat-x; font-weight: normal; color: #FFF;
}

.ui-datepicker .ui-state-hover, 
.ui-datepicker .ui-widget-content 
.ui-datepicker .ui-state-hover, 
.ui-datepicker .ui-widget-header 
.ui-datepicker .ui-state-hover, 
.ui-datepicker .ui-state-focus, 
.ui-datepicker .ui-widget-content 
.ui-datepicker .ui-state-focus, 
.ui-datepicker .ui-widget-header 
.ui-datepicker .ui-state-focus { 
border: 1px solid #7fbcda; background: #79c9ec url('../../../public/css/common/images/datepicker/ui-bg_glass_75_79c9ec_1x400.png') 50% 50% repeat-x; font-weight: normal; color: #FFF;
}


.ui-datepicker-trigger {
left:2px;
position:relative;
top:2px;
cursor: pointer;
}

/*________________________________________________ StoreProductBlock */
.h24_store_product_block_select_product_category {
	width: 200px;
}

.h24_store_product_block_box {
	width: 490px;
	height: 500px;
	overflow: auto;
	border: 1px solid #999999;
	padding: 10px;
}

.h24_store_product_block_product_list_product {
	float: left;
	margin: 10px;
	width: 135px;
}

.h24_store_product_block_product_list_image {
	position: relative;
	width: 135px;
	height: 135px;
	border: 1px solid #CCCCCC;
}

.h24_store_product_block_product_list_product:hover, .h24_store_product_block_product_list_product:hover div.h24_store_product_block_product_list_overlay {
	cursor: pointer;
	display: block;
}

.h24_store_product_block_product_list_name {
	width: 100%;
	text-align: center !important;
	margin-top: 5px;
}

.h24_store_product_block_product_list_overlay {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	filter: alpha(opacity=85); /* internet explorer */
	-khtml-opacity: 0.85;      /* khtml, old safari */
	-moz-opacity: 0.85;       /* mozilla, netscape */
	opacity: 0.85;           /* fx, safari, opera */
}

.h24_store_product_block_product_list_overlay p {
	text-align: center !important;
	padding: 5px 0;
	color: #FFF;
	font-weight: bold;
}

.h24_store_product_block_settings_product_image {
	width: 100px;
	height: 100px;
	border: 1px solid #CCCCCC;
	float: left;
}

.h24_store_product_block_settings_product_name {
	float: left;
	margin-left: 10px;
}

.h24_store_product_block_small_image {
	float: left;
	margin-right: 5px;
}

p.h24_store_product_block_on_sale {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	display: inline;
}

.h24_block_template_block p {
	line-height: inherit;
}

.h24_store_product_block_sale_left_column {
	width: 75px;
	display: inline-block;
	clear: both;
	min-height: 1px;
}

.h24_store_product_block_sale_right_column {
	display: inline-block;
	margin-bottom: 5px;
}

.h24_store_product_block_compareat {
	text-decoration: line-through;
}

.h24_store_product_block_price {
	color: #FF0000;
	font-weight: bold;
}

.h24_store_product_block_select_variant select {
	max-width: 100%;
	min-width: 123px;
	margin-left: 0;
	margin-right: 0;
}

.h24_store_product_block_instock {
	color: #32CD32;
}

.h24_store_product_block_outofstock {
	color: #FF0000;
}

.h24_store_product_block_sale_left {
	/*width: 200px;
	overflow: hidden;
	float: left;*/    /*Removed so that the button shadow will show, added padding*/
    float: left;
    overflow: hidden;
    padding: 0 0 5px 5px;
    width: 195px;
}

.h24_store_product_block_sale_right {
	width: 200px;
	overflow: hidden;
	float: right;
}

.h24_store_product_block_description_right {
	float: right;
	margin-top: 20px;
}

.h24_store_product_block_large_image {
	text-align: center;
}

.h24_store_product_block_small_images {
	margin-top: 5px;
}

.h24_store_product_block_price_minimal {
	display: inline-block;
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 10px;
}
.h24_store_product_block_select_variant_minimal {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 10px;
}
.h24_store_product_block_select_variant_minimal select{    
	max-width: 200px;
}

.h24_store_product_block_quantity_minimal {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}
.h24_store_product_block_cart_button {
	display: inline-block;
}
.h24_store_product_block_cart_button_minimal {
	float: left;
	margin-bottom: 5px;
}

.h24_store_product_block_tax {
	font-weight: bold;
	font-size: 10px;
}

.h24_store_product_sale select {
	color: #222222;
}

/*__________________________________________________ STORE PANEL */
#h24_store_panel {
	bottom:0px;
	left:0;
	overflow:hidden;
	position:fixed;
	width:100%;
	z-index:899;
	height: 30px;
}

#h24_store_panel_wrapper {
	height: 50px;
	color: #333;
	border:1px solid #666;
	background: #F2F2F2;
	margin:0 auto;
	position:relative;
	width:95%;
	overflow: visible;
	font-size: 12px;
}

#h24_store_panel_amount {
	padding: 6px;
	float: left;
	font-weight: bold;
}

#h24_store_panel_buttons {
	float: right;
	height: 50px;
	padding: 4px 4px 0 0;
}

/*
#h24_store_panel_button_cart {
	float: left;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 6px;
	height: 100%;
	background-color: #666666;
	font-weight: bold;
}

#h24_store_panel_button_cart:hover {
	cursor: pointer;
	background-color: #444444;
}

#h24_store_panel_button_checkout {
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	border-left: 1px solid #333;
	padding: 6px;
	height: 100%;
	background-color: #FB068A;
	font-weight: bold;
}

#h24_store_panel_button_checkout:hover {
	cursor: pointer;
	background-color: #D90068;
}
*/

/************ CSS for store panel on mobile devices **********/
#h24_store_panel_amount .h24_store_panel_amount_mobile {
	display: none;
}

#h24_store_panel_buttons .h24_store_panel_buttons_mobile {
	display: none;
}

/*__________________________________________________ STORE Cart / Checkout */
#h24_store_product_list, #h24_store_cart, #h24_store_checkout, #h24_store_product {
	/*margin: 0 15px;*/
	padding-bottom: 20px;
	position: relative;
}

#h24_store_product_list h1 {
	margin-bottom: 5px;
}


#h24_store_cart_table.h24_dataTable td {
	font-size: inherit;
}

#h24_content_container .h24_store_checkout_subheading {
    font-weight: bold;
}

#h24_store_cart_table div.h24_store_cart_product_image {
	float: left;
	width: 100px;
	height: 100px;
	background-color: transparent;
}

#h24_store_cart_table div.h24_store_cart_product_description {
	margin-left: 115px;
}

#h24_store_cart_table tr {
	vertical-align: top;
}

#h24_store_cart_comment {
	float: left;
}

#h24_store_cart_comment textarea{
	width: 300px;
	height: 100px;
}

#h24_store_cart_total {
	float: right;
}

.h24_store_cart_total_left_column {
	width: 250px;
	text-align: right;
	margin-right: 20px;
	float: left;
	display: block;
	clear: both;
	min-height: 1px;
	font-weight: bold;
}

.h24_store_cart_total_right_column {
	display: block;
	margin-bottom: 10px;
	float: right;
}

.h24_store_cart_comment {
	margin-top: 5px;
}

.h24_store_checkout_product_image {
	float: left;
	border: 1px solid #CCCCCC;
	width: 50px;
	height: 50px;
	background-color: #333;
}

.h24_store_checkout_product_info {
	margin-left: 65px;
}

.h24_store_checkout_product {
	width: 33%;
	float: left;
	margin-bottom: 20px;
}

.h24_store_checkout_line {
	border-top: 1px solid #999;
}

.h24_store_field_max_width {
	width: 100%;
}

html .h24_store_field_large_width {
	width: 500px;
	display: inline-block;
}

html .h24_store_field_normal_extra_width {
	width: 270px !important;
	display: inline-block;
}

html .h24_store_field_normal_width {
	width: 150px !important;
	display: inline-block;
}

html .h24_store_field_small_width {
	width: 100px !important;
	display: inline-block;
}

html .h24_store_field_very_small_width {
	width: 55px !important;
	display: inline-block;
}

.h24_store_checkout_box_title {
	border: 1px solid #999;
	border-bottom: 0 !important;
	padding: 5px;
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	padding-left: 10px;
}

.h24_store_checkout_box_content {
	border: 1px solid #999;
	padding: 20px;
	border-top: 0px !important;
}

.h24_store_checkout_form_space {
	clear: both;
	padding-bottom: 10px;
}

.h24_store_checkout_vat_id_check {
	width: 250px;
	padding: 10px;
	border: 1px solid #999;
}

.h24_store_checkout_form_error {
	clear: both;
	float: left;
	margin: 5px 0;
}

.h24_store_error {
	color: #FF0000 !important;
}

.h24_store_error span.h24_normal_text {
	color: #FF0000!important;
}

.h24_store_error_border {
	border: 1px solid #FF0000 !important;
}

.h24_store_checkout_comment_edit_cart, .h24_store_cart_empty_cart {
	float: left;
}

.h24_store_display_block {
	display: block;
}

.h24_store_checkout_payment_method_instruction, .h24_store_checkout_payment_klarna_pclass_instruction {
	border: 1px solid #999;
	margin: 10px;
	padding: 5px;
}

.h24_store_checkout_helptext {
	margin-left: 300px;
	color: #999;
}

.h24_store_checkout_save_vat_id {
	float: right;
	margin-top: -4px;
}

.h24_store_checkout_total_price_container {
	margin: 10px 0;
}

iframe.h24_store_checkout_payment_agreements_iframe {
	border: 1px solid #CCC;
	width: 100%;
	height: 200px;
}

#h24_store_checkout_terms {
	margin: 10px 0;
}

#h24_store_checkout_terms .h24_store_checkout_box_content {
	max-height: 235px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.h24_store_cart_product_comments {
	font-size: .9em;
}

.h24_store_cart_product_comments ul {
	list-style-type: disc;
}

.h24_store_cart_product_comments li {
	margin-left: 20px;
}

.h24_store_edit_product_comments_dialog p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.h24_store_edit_product_comments_dialog .h24_store_checkout_subheading {
	text-align: center;
}

.h24_store_edit_product_comments_dialog .productCommentsList {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%; 
}

.h24_store_edit_product_comments_dialog .productCommentsList td {
	padding: 5px;
}

.h24_store_edit_product_comments_dialog .comments_left {
	font-weight: bold;
}

.h24_store_edit_product_comments_body {
	text-align: left;
}

#h24_store_cart_total_container {
	width: 100%;
}

#h24_store_cart_total table td {
	padding-bottom: 10px;
}

#h24_store_cart_total table td.h24_store_cart_total_description {
	padding-right: 35px;
	font-weight: bold;
}

#h24_store_cart_total table tr.h24_store_cart_total_discount {
	color: #FF0000;
}

#h24_store_checkout label {
	cursor: pointer;
}

#h24_store_checkout a.h24_store_cart_total_discount_delete img {
	vertical-align: top;
	margin-left: 10px;
}

#h24_store_checkout .h24_store_checkout_logotype {
	background: #FFF;
	border: 1px solid #CCC;
}
/*__________________________________________________ STORE Product List */
#h24_store_product_list_products_container {
	position: relative;
}

#h24_store_product_list_search_result {
    margin-top: 10px;
}

#h24_store_product_list_products {
	position: relative;
	width: 100%;
}

.h24_store_product_list_products_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url('../../../public/css/common/images/transparent-white-85.png');
	text-align: center;
	padding-top: 30px;
}

.h24_store_product_list_product {
	text-align: center;
	float: left;
	overflow: hidden;
	position: relative;
}

.h24_store_product_list_product_settings {
	display: none;
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	text-align: center;
}

.h24_store_product_list_product:hover .h24_store_product_list_product_settings {
	display: block;
}

.h24_store_product_list_page_nav {
	padding: 5px;
	text-align: center;
}

.h24_store_product_list_page_nav a {
	padding: 4px;
}

.h24_store_product_list_top {
	padding: 5px;
}

.h24_store_product_list_bar {
	border: 1px solid #999;
	position: relative;
}
.h24_store_product_list_search {
	display: inline-block;
	width: 40%;
}
html .h24_store_product_list_search_field {
	width: 60%;
	margin-right: 10px;
	display: inline-block;
}

.h24_store_product_list_sort {
	text-align: right!important;
	width: 58%;
	display: inline-block;
}

.h24_store_product_list_search_button {
	/*float: left;
	margin-left: 10px;
	margin-top: 3px;
    left: 33%;
    margin-top: -11px;
    position: absolute !important;
    top: 50%;*/
}

.h24_store_product_list_product_price_price {
	font-weight: bold;
	line-height: 110%;
}

.h24_store_product_list_product_price_compareat {
	text-decoration: line-through;
}

#h24_store_product_list_settings .h24_store_product_list_settings_slider {
	width: 250px;
	float: left;
}

#h24_store_product_list_settings .h24_store_product_list_settings_slider_value {
	width: 50px;
	float: left;
	margin-left: 20px;
	margin-top: -5px;
}

#h24_store_product_list_settings_button_container {
	position: absolute;
	left: 40%;
	margin-top: 3px;
	height: 50px;
	z-index: 1;
}


#h24_store_product_list_settings_button {
	display: none;
}

#h24_store_product_list_settings .h24_store_product_list_settings_label_radio {
	display: inline !important;
	margin-right: 20px !important;
}

#h24_store_product .addthis_button_facebook_like {
	margin-top: -2px;
}

#h24_store_product .addthis_button_facebook_like iframe {

}

.h24_store_product_list_row_space {
	display: block;
}

/*__________________________________________________ DATA TABLE FOR STORE CART */
table.h24_dataTable {
	border: 0;
	border-collapse: collapse;
	background-color: white;
}

table.h24_dataTable tr.odd,
table.h24_dataTable tr.h24_oddRow{
background: none ;
border-bottom:1px solid #E7E7E7;
}

table.h24_dataTable tr:hover{
background-image: none;
background-color: #ebebeb;
}

table.h24_dataTable tr,
table.h24_dataTable tr.h24_tableHeader:hover{
background: transparent url('../../../public/css/common/images/h24_table_settings_row_bg.png') repeat-x scroll left bottom;
}

table.h24_dataTable .h24_tableHeader {
	word-break: normal;
}

table.h24_dataTable th {
	padding: 10px;
	border: 1px solid #E7E7E7;
}

table.h24_dataTable td {
border: 1px solid #E7E7E7;
font-size:11px;
padding:6px 10px;
}

#h24_form_entry_manager_table tr {
	cursor: pointer;
}

.h24_dataTable th {
	font-size: 12px;
	font-weight: bold;
	color: #1A6791;
	vertical-align:top;
}


table.h24_dataTable th.top {
	white-space: nowrap;
}

table.h24_dataTable td.first {
	border-left: 1px solid #d4d4d4;
	font-weight: bold;
	text-align: center;
}

/*__________________________________________________ STORE Product */
#h24_store_product_view {
	float: right;
}

#h24_store_product_images {
	float: left;
}

#h24_store_product_sale_description {
	float: left;
}

.h24_store_product_small_image {
	float: left;
	margin-right: 5px;
}

p.h24_store_product_on_sale {
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	display: inline;
}

.h24_store_product_name {
	/* display: inline; */
}

.h24_store_product_name button {
	float: right;
}

.h24_store_product_sale_left_column {
    clear: both;
    display: block;
    float: left;
    font-weight: bold;
    min-height: 1px;
    white-space: nowrap;
    width: auto;
}

.h24_store_product_sale_right_column {
	display: block;
	margin-bottom: 5px;
	margin-left: 90px;
}

.h24_store_product_sale {
	text-align: left;
}

.h24_store_product_compareat {
	text-decoration: line-through;
}

.h24_store_product_price {
	color: #FF0000;
	font-weight: bold;
}

.h24_store_product_select_variant select {
	max-width: 100%;
	min-width: 139px;
}

.h24_store_product_instock , .h24_store_product_comingsoon {
	/*color: #32CD32;*/
	font-style: italic;
}

.h24_store_product_outofstock, .h24_store_product_soldout {
	color: #FF0000;
	display: inline-block;
}

.h24_store_product_large_image {
	text-align: center;
}

.h24_store_product_small_images {
	margin-top: 10px;
}

.h24_store_product_tax {
	font-weight: bold;
	font-size: 10px;
}

.h24_store_product_montly_cost {
	margin-bottom: 5px;
}

.h24_store_product_description {
	overflow: hidden;
}

.h24_store_product_description ul {
    margin: 10px 10px 10px 5px;
    padding: 0 20px;
}

.h24_store_product_description ul li {
	list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 7px;
    padding: 0;
}

.h24_store_product_description ol {
    margin: 10px;
    padding: 0 20px;
}

.h24_store_product_description ol li {
	list-style-position: outside;
    list-style-type: decimal;
    margin-bottom: 7px;
    padding: 0;
}
.h24_store_product_description table {
	border-collapse: collapse;
	max-width: 100%;

	/* the column is too narrow so break text to make it fit the column */
	-ms-word-break: break-all;
     word-break: break-all;
     /* Non standard for webkit */
     word-break: break-word;
}

/*__________________________________________________ STORE */
#h24_store_category_menu {
	width: 170px;
	padding: 2px;
	float: left;
	margin-bottom: 30px;
}
.h24_store_category_menu_level_1 {
	padding: 2px 2px 5px;
}

/* ___ Level 1 */
#h24_store_category_menu ul.h24_store_category_menu_level_1 > li > a {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid transparent;
}

#h24_store_category_menu ul.h24_store_category_menu_level_1 > li > a.h24_store_category_menu_active {
	background-color: transparent;
}

#h24_store_category_menu ul.h24_store_category_menu_level_1 > li > a:hover{
	background-color: transparent;
}

/* ___ Subcategories */
#h24_store_category_menu ul.h24_store_category_menu_level_2 li a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 11px;
	background: url('https://edit.hemsida24.se/public/generate/triangle.php?c=777777&orientation=horizontal&t=2') no-repeat scroll 0 50% transparent
}

#h24_store_category_menu ul.h24_store_category_menu_level_2 li a.h24_store_category_menu_active {
	
}

#h24_store_category_menu ul.h24_store_category_menu_level_2 li a:hover {

}

#h24_store_category_menu ul li {
	/*margin-top: 5px;*/
}

#h24_store_category_menu ul li.h24_store_category_manager_first {
	margin-top: 0;
}

#h24_store_category_menu ul li  a {
	display: block;
}

/* Can't be modifed */
#h24_store_category_menu ul.h24_store_category_menu_level_2 > li > a{
	margin-left: 15px;
}

#h24_store_category_menu ul.h24_store_category_menu_level_3 > li > a{
	margin-left: 30px;
}

#h24_store_category_menu ul.h24_store_category_menu_level_4 > li > a{
	margin-left: 45px;
}

#h24_content_container .h24_store_large_action_button {
	background-color: #15930F;
}

#h24_content_container .h24_store_small_action_button {
	background-color: #15930F;
}

#h24_content_container .h24_store_large_neutral_button {
	background-color: #084288;
}

#h24_content_container .h24_store_small_neutral_button {
	background-color: #084288;
}


/*__________________________________________________ Global tweak defaults */

#h24_content_container .h24_store_large_action_button {
	background-color: #FF5D00;
}

#h24_content_container .h24_store_large_neutral_button {
	background-color: #1C1C1C;
}

#h24_content_container .h24_store_small_action_button, #h24_store_panel_buttons .h24_store_small_action_button {
	background-color: #FF5D00;
}

#h24_content_container .h24_store_small_neutral_button, #h24_store_panel_buttons .h24_store_small_neutral_button {
	background-color: #1C1C1C;
}

/* global slot: 51 tweak: 1952075 */

#h24_content_container .h24_store_product_list_bar {
	border-radius: 7px;
	 -moz-border-radius: 7px;
	 -webkit-border-radius: 7px;
}

/* global slot: 47 tweak: 1952065 */

#h24_content_container .h24_store_product_list_bar {
	background: #f0f0f0 none repeat scroll 0% 0%;
}

/* global slot: 49 tweak: 1952067 */

#h24_content_container .h24_store_product_list_bar {
border:1px solid #C7C7C7;
}

/* global slot: 53 tweak: 1952099 */

#h24_store_panel_wrapper {
	background: #F0F0F0 none repeat scroll 0% 0%;
}

/* global slot: 55 tweak: 1952101 */

#h24_store_panel_wrapper {
border:1px solid #B0B0B0;
}

/* global slot: 57 tweak: 1952105 */

#h24_store_panel_wrapper {
	border-radius: 7px;
	 -moz-border-radius: 7px;
	 -webkit-border-radius: 7px;
}

/* global slot: 73 tweak: 1952103 */

#h24_content_container .h24_store_checkout_box_title {
	border-top-left-radius: 0px;
	 -moz-border-top-left-radius: 0px;
	 -webkit-border-top-left-radius: 0px;
	  border-top-right-radius: 0px;
	 -moz-border-top-right-radius: 0px;
	 -webkit-border-top-right-radius: 0px;
}

/* global slot: 75 tweak: 1952059 */

#h24_content_container .h24_store_checkout_box_title, #h24_content_container .h24_store_checkout_box_content {
border:1px solid #333;
}

/* global slot: 105 tweak: 1952089 */

#h24_store_category_menu {
	border: 1px solid #C7C7C7;
}


/* global slot: 101 tweak: 2193045 */

#h24_store_category_menu {
	border-radius: 7px;
	 -moz-border-radius: 7px;
	 -webkit-border-radius: 7px;
}

/* global slot: 105 tweak: 2192841 */

.h24_store_category_menu_level_1 {
	background: #F0F0F0 none repeat scroll 0% 0%;
}

#h24_store_cart_table {
background-color: transparent;
}

#h24_store_cart_table .h24_tableHeader,
#h24_store_cart_table tr:hover
{
background-image: none;
background-color: transparent;
}


#h24_store_checkout input,
#h24_store_checkout select,
#h24_store_cart input,
#h24_store_cart select,
#h24_store_product input,
#h24_store_product select,
#h24_store_product_list input,
#h24_store_product_list select
{
	/*color: #222222;*/
}

#h24_content_container .h24_store_product_sale .h24_store_product_block_quantity select,
#h24_content_container .h24_store_product_sale .h24_store_product_block_select_variant select
{
	color: #222222;
}

/*______________________________________________________ DESIGN MANAGER FONT PREVIEW */
#h24_dm_mfp_right_panel {
	background-color: white;
	width: 270px;
	height: 100%;
	position: fixed;
	top: 0px;
	box-shadow: black 0 0 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	z-index: 1011;
	right: 0px;
	opacity: 1;
}
#h24_dm_mfp_right_panel h2 {
	font-weight:bold;
	font-size:14px;
	margin:12px 0 8px;
}
.h24_dm_mfp_form_content,
.h24_dm_mfp_form_content a,
.h24_dm_mfp_content,
.h24_dm_mfp_content a,
#h24_dm_mfp_right_panel {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 15px;
}
.h24_dm_mfp_form_content a,
.h24_dm_mfp_content a,
.h24_dm_mfp_form_content a:visited,
.h24_dm_mfp_content a:visited {
	color: #469C23;
	font-weight: bold;
	text-decoration: none;
}
.h24_dm_mfp_form_content a:hover,
.h24_dm_mfp_form_content a:active,
.h24_dm_mfp_content a:hover,
.h24_dm_mfp_content a:active {
	color: #F18209;
    text-decoration:underline;
}
.h24_dm_mfp_content p {
	margin-bottom: 5px;
}
.h24_dm_mfp_slot_selector {
	margin: 0 8px 12px;
}
.h24_dm_mfp_form_content li {
	list-style: none;
	padding-bottom: 10px;
}
#h24_dm_mfp_right_panel_tab_0 li {
	border-bottom: 1px dotted #CCC;
}
.h24_dm_mfp_form_content label {
	text-align: right;
	width: 127px;
	display: inline-block;
	margin-right: 8px;
}
#h24_dm_mfp_right_panel_tab_0 {
	padding: 0 8px;
}
.h24_dm_mfp_form_content select {
	max-width: 120px;
}
.h24_dm_mfp_form_content input[type=text].h24_dm_mfp_fontface {
	/*max-width: 190px;*/
	width: 130px;
}
.h24_dm_mfp_slot_selector select {
	width: 250px;
}
.h24_dm_mfp_form_content input[type=text] {
	width: 20px;
}
.h24_dm_mfp_form_content input[type=text].h24_dm_mfp_color {
	width: 60px;
}
#h24_dm_mfp_right_panel_tab_0 input {
	margin-right: 5px;
}
.h24_dm_mfp_content {
	padding: 8px;
}
.h24_dm_mfp_form_content .h24_flexbutton_mini.h24_flexbutton
{
	padding: 3px 6px;
	font-size: 11px;
}
.h24_dm_mfp_form_content .h24_flexbutton_mini span { 
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	text-indent: -999em;
}
.h24_dm_mfp_form_content .h24_dm_mfp_size_smaller.h24_flexbutton_mini.h24_flexbutton span,
.h24_dm_mfp_form_content .h24_dm_mfp_size_larger.h24_flexbutton_mini.h24_flexbutton span {
	color: #4482A4 !important;
	text-indent: 0;
}
.h24_dm_mfp_font_prev span {
	background: url('../../../public/css/common/images/fugue3/control-180.png') no-repeat;
}
.h24_dm_mfp_font_next span {
	background: url('../../../public/css/common/images/fugue3/control.png') no-repeat;
}
.h24_dm_mfp_color_picker span {
	background: url('../../../public/css/common/images/famfamfam/color_wheel.png') no-repeat;
	margin-right: 5px;
}
.h24_dm_mfp_font_picker span {
	background: url('../../../public/css/common/images/fugue3/edit.png') no-repeat;
	margin-right: 5px;
}
.h24_dm_mfp_size_picker span {
	background: url('../../../public/css/common/images/fugue3/edit-size.png') no-repeat;
	margin-right: 5px;
}
.h24_dm_mfp_color_preview {
	position: relative;
	top: 4px;
	margin-right: 5px;
	display:inline-block;
	width:16px;
	height:16px;
	border:1px solid #000;
}
/*.h24_v-separator {
	background: url('../../../public/css/common/images/vertical_separator.png') no-repeat;
	width:9px;
	padding-top:22px;
	display: inline-block;
	vertical-align: top;
}
.h24_dm_mfp_content .h24_actions .buttons,
.h24_dm_mfp_content .h24_actions > a {
	display: inline-block;
	line-height: 41px;
	vertical-align: text-top;
}*/
#h24_dm_mfp_preview_container {
	border: 1px solid #AAA;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
	box-shadow: 0px 0px 9px #AAA;
	background-clip: padding-box;
}
.h24_dm_mfp_content .h24_actions {
	margin-top: 20px;
}

/*____________________________ OVERFLOW MENU */
body.adminPanelVisible .h24_overflowMenu {
	margin-top: 83px;
}
.h24_overflowMenu {
	position: absolute;
	z-index: 15;
}
.h24_overflowMenu > ul {
	background-color: white;
	border: 1px solid black;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
	display: none;
	min-width: 200px;
}
.h24_overflowMenu > ul > li {
	border-top: 1px solid #bbb;
}
.h24_overflowMenu > ul > li:first-child {
	border-top: none
}
.h24_overflowMenu ul a {
	color: black;
    font: 14px Verdana, Geneva, sans-serif;
	padding: 10px;
	text-decoration: none;
	display: block;
}
.h24_overflowMenu li.active > a {
	background-color: #DDD;
}
.h24_overflowMenu ul li a:hover {
	background-color: #333;
	color: white;
}
.h24_overflowMenu ul ul a {
	padding-left: 28px;
	background-image: url('https://edit.hemsida24.se/public/generate/triangle.php?c=666666&orientation=horizontal&t=2');
	background-position: 15px center;
	background-repeat: no-repeat;
}
.h24_overflowMenu ul ul a:hover {
	background-image: url('https://edit.hemsida24.se/public/generate/triangle.php?c=FFFFFF&orientation=horizontal&t=2');
}
.h24_overflowMenu > ul > li > ul {
	border-top: 1px dashed #bbb;
}
.h24_overflowMenu ul ul ul a {
	padding-left: 38px;
	background-position: 25px center;	
}
.h24_overflowMenu .h24_tooltip {
	position: absolute;
	display: block;
	color: #333;
    font: 12px Verdana, Geneva, sans-serif;
	line-height: 140%;
}
.h24_overflowMenu > a {
	display: inline-block;
	color: black;
    font: 14px Verdana, Geneva, sans-serif;
	text-decoration: none;
	background-color: white;
	border: 1px solid black;
	padding: 5px;
}
.h24_overflowMenu > a:hover,
.h24_overflowMenu ul > a:hover {
	color: white;
	background-color: #333;
}
.h24_overflowMenu:hover {
	z-index: 1000;
}
.h24_overflowMenu .h24_tooltip_top_right {
	display: none;
}
#h24_overflowMenu {
	display: none;
}

.h24_loading_spinner_container {
	background-color: rgba(255,255,255,0.8) !important;
}

.block_container .h24_loading_spinner_container {
	bottom: 10px !important;
	background-color: rgba(37,140,207,0.1) !important;
	background-image: linear-gradient(-45deg,rgba(255,255,255,0.1) 25%,rgba(37,140,207,0.1) 25%,rgba(37,140,207,0.1) 50%,rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.1) 75%,rgba(37,140,207,0.1) 75%,rgba(37,140,207,0.1)) !important;
	background-size: 8px 8px !important;
	border-radius: 3px !important;
}

.h24_loading_spinner_container_spinner {
	left: 50% !important;
	top: 50% !important;
	margin: -10px 0 0 -10px !important;
	width: 10px !important;
	height: 10px !important;
	background: transparent !important;
	border: 4px solid #298dd2;
	border-right-color: transparent;
	display: inline-block;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-animation: rotate-forever .6s infinite linear;
	-moz-animation: rotate-forever .6s infinite linear;
	animation: rotate-forever .6s infinite linear;
}

/*_______________________ Text + Image block */
.text_block_image_div.float-right, .text_block_image_div.float-left {
	margin-top: 0px;
}.h24_link {
  color: #5FA72F;
  text-decoration: none;
}
.h24_link:hover {
  color: #549329;
  text-decoration: underline;
}
.h24_2column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.1276595744681%;
  *margin-left: 2.0744680851064%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.1276595744681%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.946808510638%;
}
.row-fluid .span11 {
  width: 91.489361702128%;
  *width: 91.436170212766%;
}
.row-fluid .span10 {
  width: 82.978723404255%;
  *width: 82.925531914894%;
}
.row-fluid .span9 {
  width: 74.468085106383%;
  *width: 74.414893617021%;
}
.row-fluid .span8 {
  width: 65.957446808511%;
  *width: 65.904255319149%;
}
.row-fluid .span7 {
  width: 57.446808510638%;
  *width: 57.393617021277%;
}
.row-fluid .span6 {
  width: 48.936170212766%;
  *width: 48.882978723404%;
}
.row-fluid .span5 {
  width: 40.425531914894%;
  *width: 40.372340425532%;
}
.row-fluid .span4 {
  width: 31.914893617021%;
  *width: 31.86170212766%;
}
.row-fluid .span3 {
  width: 23.404255319149%;
  *width: 23.351063829787%;
}
.row-fluid .span2 {
  width: 14.893617021277%;
  *width: 14.840425531915%;
}
.row-fluid .span1 {
  width: 6.3829787234043%;
  *width: 6.3297872340426%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914894%;
  *margin-left: 104.14893617021%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957447%;
  *margin-left: 102.02127659574%;
}
.row-fluid .offset11 {
  margin-left: 95.744680851064%;
  *margin-left: 95.63829787234%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.617021276596%;
  *margin-left: 93.510638297872%;
}
.row-fluid .offset10 {
  margin-left: 87.234042553191%;
  *margin-left: 87.127659574468%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.106382978723%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.723404255319%;
  *margin-left: 78.617021276596%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.595744680851%;
  *margin-left: 76.489361702128%;
}
.row-fluid .offset8 {
  margin-left: 70.212765957447%;
  *margin-left: 70.106382978723%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.085106382979%;
  *margin-left: 67.978723404255%;
}
.row-fluid .offset7 {
  margin-left: 61.702127659574%;
  *margin-left: 61.595744680851%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106%;
  *margin-left: 59.468085106383%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702%;
  *margin-left: 53.085106382979%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234%;
  *margin-left: 50.957446808511%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106383%;
  *margin-left: 44.574468085106%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.553191489362%;
  *margin-left: 42.446808510638%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957%;
  *margin-left: 36.063829787234%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.042553191489%;
  *margin-left: 33.936170212766%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085%;
  *margin-left: 27.553191489362%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.531914893617%;
  *margin-left: 25.425531914894%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170213%;
  *margin-left: 19.042553191489%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.021276595745%;
  *margin-left: 16.914893617021%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787234%;
  *margin-left: 10.531914893617%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106382978723%;
  *margin-left: 8.4042553191489%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.h24_h_huge,
.h24_h_large,
.h24_h_medium,
.h24_h_small,
.h24_h_tiny {
  margin: 10px 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 20px;
  color: #555;
  text-rendering: optimizelegibility;
}
.h24_h_huge > small,
.h24_h_large > small,
.h24_h_medium > small,
.h24_h_small > small,
.h24_h_tiny > small {
  font-weight: normal;
  line-height: 1;
  color: #808080;
}
.h24_h_huge,
.h24_h_large,
.h24_h_medium {
  line-height: 40px;
}
.h24_h_huge {
  font-size: 44px;
}
.h24_h_large {
  font-size: 31.5px;
}
.h24_h_medium {
  font-size: 24.5px;
}
.h24_h_small {
  font-size: 17.5px;
}
.h24_h_tiny {
  font-size: 14px;
}
.h24_h_huge > small {
  font-size: 24.5px;
}
.h24_h_large > small {
  font-size: 17.5px;
}
.h24_h_medium > small {
  font-size: 14px;
}
.h24_h_small > small {
  font-size: 14px;
}
.h24_text-centered {
  text-align: center;
}
.h24_inp_soft {
  font-size: 16px;
  line-height: 18px;
  color: #606060;
  padding: 10px 11px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0px #ddd inset;
  -moz-box-shadow: 0 1px 4px 0px #ddd inset;
  box-shadow: 0 1px 4px 0px #ddd inset;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-top-color: #b6b6b6;
}
.h24_inp_medium {
  font-size: 14px;
  line-height: 14px;
  padding: 4px 4px 8px;
}
.h24_inp_small {
  font-size: 12px;
  line-height: 14px;
  padding: 3px 2px 3px 6px;
}
.h24_inp_search-container {
  position: relative;
  display: inline-block;
  line-height: 21px;
  font-size: 18px;
}
.h24_inp_search-container:before {
  content: '\d519';
  font-family: 'h24-icon';
  speak: none;
  color: #5e6167;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  bottom: 10px;
  left: .5em;
  pointer-events: none;
  line-height: 21px;
  font-size: 18px;
}
.h24_inp_search-container > input {
  padding-left: 2em;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin: 0;
}
.h24_inp_search-container > input.h24_inp_small {
  padding-top: 5px;
}
.boxshadow .h24_inp_search-container > input {
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 2px inset, rgba(0, 0, 0, 0.2) 1px 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 2px inset, rgba(0, 0, 0, 0.2) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 2px inset, rgba(0, 0, 0, 0.2) 1px 1px 1px;
  -webkit-appearance: none;
}
.h24_inp_search-container_small {
  font-size: 14px;
  line-height: 16px;
}
.h24_inp_search-container_small:before {
  font-size: 14px;
  line-height: 16px;
  bottom: 5px;
}
label {
  font-weight: 600;
}
label .h24_inp_soft {
  width: 100%;
}
.h24_inp_invalid {
  box-shadow: 0 0 2px 1px red;
}
.input:invalid {
  box-shadow: none;
}
.h24_form_err {
  background-color: #FFEBE8;
  font-size: 13px;
  line-height: 18px;
  padding: 3px;
  margin-bottom: 2px;
  color: #3F3F3F;
  text-align: center;
  display: block;
}
.h24_form_err:last-of-type {
  margin-bottom: 15px;
}
.h24_placeholder_replacer {
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
  float: left;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.no-placeholder .h24_placeholder_replacer {
  font-size: 14px;
  line-height: 20px;
}
.h24_inp_left,
.h24_inp_right {
  width: 49%;
}
.h24_inp_right {
  float: right;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  opacity: 0.8;
  filter: alpha(opacity=80);
  box-shadow: 0px -1px 0 0px rgba(255,255,255,0.3);
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-toggle > .caret:before {
  border-left: 1px solid rgba(255,255,255,0.4);
  box-shadow: -1px 0 0 0px rgba(0,0,0,0.2);
  margin-left: -17px;
  top: 0;
  position: absolute;
  height: 100%;
  content: '';
}
.btn-mini.dropdown-toggle > .caret:before,
.btn-small.dropdown-toggle > .caret:before,
.btn-large.dropdown-toggle > .caret:before {
  margin-left: -14px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 125px;
  padding: 5px 0;
  margin: 12px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: left;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li > a,
.dropdown-menu li > label {
  display: block;
  padding: 1px 10px;
  clear: both;
  font-weight: 600;
  line-height: 20px;
  color: #3f3f3f;
  white-space: nowrap;
  text-shadow: none;
  text-decoration: none;
  font-size: 12px;
}
.h24_dropdown_list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  display: none;
  opacity: 0;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
  background: #e9e9e9 url('../../../public/css/common/images/pattern_greypaper.png');
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 4px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 4px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 0 4px 6px 0px rgba(0,0,0,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: opacity 0.1s linear 0s, visibility 0 linear 0.1s, display 0 linear 0.1s;
  -moz-transition: opacity 0.1s linear 0s, visibility 0 linear 0.1s, display 0 linear 0.1s;
  -o-transition: opacity 0.1s linear 0s, visibility 0 linear 0.1s, display 0 linear 0.1s;
  transition: opacity 0.1s linear 0s, visibility 0 linear 0.1s, display 0 linear 0.1s;
}
.h24_dropdown_list.pull-right {
  right: 0;
  left: auto;
}
.h24_dropdown_list:before {
  position: absolute;
  background: url('../../../public/css/common/images/btn_drop_menu_nub.png') no-repeat;
  top: -9px;
  width: 23px;
  height: 10px;
  margin: 0 10px;
  content: "";
}
.pull-right .h24_dropdown_list:before {
  right: 0;
  left: auto;
}
.h24_dropdown_list > li {
  list-style: none;
  text-align: left;
  border-top: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  position: relative;
}
.h24_dropdown_list > li:first-child {
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.h24_dropdown_list > li > .disabled {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  cursor: default;
}
.h24_dropdown_list > li > a,
.h24_dropdown_list > li > label {
  display: block;
  padding: 7px 17px 9px 57px;
  font-weight: bold;
  color: #3f3f3f;
  font-size: 15px;
  line-height: 160%;
  text-shadow: 0 1px 0 white;
  text-decoration: none;
}
.h24_dropdown_list > li > a:hover,
.h24_dropdown_list > li > a:focus,
.h24_dropdown_list > li > label[data-action]:hover {
  background-color: #a3a3a3;
  background-color: rgba(0,0,0,0.3);
  text-shadow: none;
  color: white;
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
}
.h24_dropdown_list > li small {
  display: block;
  font-weight: normal;
  font-size: 11px;
  line-height: 140%;
}
.h24_dropdown_list > li > label > select,
.h24_dropdown_list > li > label > input {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.h24_dropdown_list > li span[data-icon] {
  position: absolute;
  left: 12px;
  font-size: 27px;
  top: 50%;
  margin-top: -15px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
  background-color: #007cb4;
  background-image: -moz-linear-gradient(top,#0083be 5%,#0071a5 95%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(5%,#0083be),to(95%,#0071a5));
  background-image: -webkit-linear-gradient(top,#0083be 5%,#0071a5 95%);
  background-image: -o-linear-gradient(top,#0083be 5%,#0071a5 95%);
  background-image: linear-gradient(to bottom,#0083be 5%,#0071a5 95%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0083be', endColorstr='#ff0071a4', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: none;
  background-color: #007cb4;
  background-image: -moz-linear-gradient(top,#0083be 5%,#0071a5 95%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(5%,#0083be),to(95%,#0071a5));
  background-image: -webkit-linear-gradient(top,#0083be 5%,#0071a5 95%);
  background-image: -o-linear-gradient(top,#0083be 5%,#0071a5 95%);
  background-image: linear-gradient(to bottom,#0083be 5%,#0071a5 95%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0083be', endColorstr='#ff0071a4', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #808080;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.open > .h24_dropdown_list {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transition: opacity 0.1s linear 0s, visibility 0 linear 0, display 0 linear 0;
  -moz-transition: opacity 0.1s linear 0s, visibility 0 linear 0, display 0 linear 0;
  -o-transition: opacity 0.1s linear 0s, visibility 0 linear 0, display 0 linear 0;
  transition: opacity 0.1s linear 0s, visibility 0 linear 0, display 0 linear 0;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 12px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-menu:before,
.dropdown-menu:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  left: 8px;
}
.pull-right > .dropdown-menu:before,
.pull-right > .dropdown-menu:after {
  left: auto;
  right: 8px;
}
.dropdown-menu:before {
  top: -7px;
  margin-left: 0;
  border-width: 0 7px 7px;
  border-color: transparent transparent #999;
  border-color: transparent transparent rgba(0,0,0,0.25);
}
.dropdown-menu:after {
  top: -6px;
  margin-left: 1px;
  border-width: 0 6px 6px;
  border-color: transparent transparent #fff;
}
.dropup > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-width: 7px 7px 0;
  border-color: #999 transparent transparent;
  border-color: rgba(0,0,0,0.25) transparent transparent;
}
.dropup > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-width: 6px 6px 0;
  border-color: #fff transparent transparent;
}
.pull-right.dropup > .dropdown-menu:after {
  margin-left: 0;
  margin-right: 1px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  font-family: 'OpenSans', Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
button.btn {
  margin: 0;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 12px;
  margin-bottom: 0;
  font-family: 'OpenSans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold !important;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-decoration: none !important;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  background-color: #7b7b7b;
  background-image: -moz-linear-gradient(top,#808080 44%,#737373 97%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(44%,#808080),to(97%,#737373));
  background-image: -webkit-linear-gradient(top,#808080 44%,#737373 97%);
  background-image: -o-linear-gradient(top,#808080 44%,#737373 97%);
  background-image: linear-gradient(to bottom,#808080 44%,#737373 97%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff737373', GradientType=0);
  border-color: #737373 #737373 #4d4d4d;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #808080;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.4), 0 3px 2px -2px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.4), 0 3px 2px -2px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.4), 0 3px 2px -2px rgba(0,0,0,.2);
  white-space: nowrap;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #808080;
  *background-color: #737373;
}
.btn:active,
.btn.active {
  background-color: #676767 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none !important;
  background-position: 0 15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 3px 2px -2px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 3px 2px -2px rgba(0,0,0,.1);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 3px 2px -2px rgba(0,0,0,.1);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  visibility: visible;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 8px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  background-color: #599c2c;
  background-image: -moz-linear-gradient(top,#5FA72F 44%,#4f8b27 97%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(44%,#5FA72F),to(97%,#4f8b27));
  background-image: -webkit-linear-gradient(top,#5FA72F 44%,#4f8b27 97%);
  background-image: -o-linear-gradient(top,#5FA72F 44%,#4f8b27 97%);
  background-image: linear-gradient(to bottom,#5FA72F 44%,#4f8b27 97%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5fa72f', endColorstr='#ff4f8b27', GradientType=0);
  border-color: #4f8b27 #4f8b27 #2d4f16;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #5FA72F;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #5FA72F;
  *background-color: #549329;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #487f24 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450 44%,#f89406 97%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(44%,#fbb450),to(97%,#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450 44%,#f89406 97%);
  background-image: -o-linear-gradient(top,#fbb450 44%,#f89406 97%);
  background-image: linear-gradient(to bottom,#fbb450 44%,#f89406 97%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #fbb450;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #fa9f1e \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b 44%,#bd362f 97%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(44%,#ee5f5b),to(97%,#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b 44%,#bd362f 97%);
  background-image: -o-linear-gradient(top,#ee5f5b 44%,#bd362f 97%);
  background-image: linear-gradient(to bottom,#ee5f5b 44%,#bd362f 97%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #ee5f5b;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #e9322d \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462 44%,#51a351 97%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(44%,#62c462),to(97%,#51a351));
  background-image: -webkit-linear-gradient(top,#62c462 44%,#51a351 97%);
  background-image: -o-linear-gradient(top,#62c462 44%,#51a351 97%);
  background-image: linear-gradient(to bottom,#62c462 44%,#51a351 97%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #62c462;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.btn-success:active,
.btn-success.active {
  background-color: #42b142 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  background-color: #0079b0;
  background-image: -moz-linear-gradient(top,#0083be 44%,#006a9a 97%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(44%,#0083be),to(97%,#006a9a));
  background-image: -webkit-linear-gradient(top,#0083be 44%,#006a9a 97%);
  background-image: -o-linear-gradient(top,#0083be 44%,#006a9a 97%);
  background-image: linear-gradient(to bottom,#0083be 44%,#006a9a 97%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0083be', endColorstr='#ff006a9a', GradientType=0);
  border-color: #006a9a #006a9a #00364e;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0083be;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #0083be;
  *background-color: #0071a5;
}
.btn-info:active,
.btn-info.active {
  background-color: #00608b \9;
}
.btn-inverse {
  color: #555;
  text-shadow: 0 1px white;
  background-color: #e9e9e9;
  background-image: -moz-linear-gradient(top,#f3f3f3 44%,#dadada 97%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(44%,#f3f3f3),to(97%,#dadada));
  background-image: -webkit-linear-gradient(top,#f3f3f3 44%,#dadada 97%);
  background-image: -o-linear-gradient(top,#f3f3f3 44%,#dadada 97%);
  background-image: linear-gradient(to bottom,#f3f3f3 44%,#dadada 97%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffd9d9d9', GradientType=0);
  border-color: #dadada #dadada #b3b3b3;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f3f3f3;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-font-smoothing: auto;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #555;
  background-color: #f3f3f3;
  *background-color: #e6e6e6;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #dadada \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0083be;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
}
.btn-link:hover {
  color: #0071a5;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #0083be;
  text-decoration: none;
}
.btn-inline {
  margin: 0 .5em !important;
  vertical-align: baseline;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 16px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 12px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 3px 2px -2px rgba(0,0,0,.2);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 3px 2px -2px rgba(0,0,0,.2);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 3px 2px -2px rgba(0,0,0,.2);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 3px 2px -2px rgba(0,0,0,.2);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 3px 2px -2px rgba(0,0,0,.2);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 3px 2px -2px rgba(0,0,0,.2);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #737373;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #4f8b27;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #006a9a;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #dadada;
}
.btn .caret {
  margin-top: 0;
  margin-left: 24px;
}
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 0;
  margin-left: 20px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  box-shadow: 0px -1px 0 0px rgba(0,0,0,0.3);
}
.btn-inverse .caret {
  border-top-color: #555;
  border-bottom-color: #555;
  box-shadow: 0px -1px 0 0px rgba(255,255,255,0.3);
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.h24-btn-group-inset {
  padding: 7px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #f1f1f1;
  border-top-color: #d9d9d9;
  border-bottom-color: transparent;
  border-color: rgba(0,0,0,0.2) rgba(0,0,0,0.05) transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top,#fafafa 0%,#fcfcfc 100%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(0%,#fafafa),to(100%,#fcfcfc));
  background-image: -webkit-linear-gradient(top,#fafafa 0%,#fcfcfc 100%);
  background-image: -o-linear-gradient(top,#fafafa 0%,#fcfcfc 100%);
  background-image: linear-gradient(to bottom,#fafafa 0%,#fcfcfc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fffcfcfc', GradientType=0);
}
.h24-btn-group-inset > .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}
.h24-btn-group-inset > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.h24-btn-group-inset > .btn:last-child,
.h24-btn-group-inset > .dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
  text-decoration: none;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #808080;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background-color: #5FA72F;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 7px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #d7d7d7;
}
.nav-tabs > li {
  margin-bottom: -1px;
  overflow: hidden;
}
.nav-tabs > li > a {
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 20px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.1);
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top,#FFF 68%,#EBEBEB 100%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(68%,#FFF),to(100%,#EBEBEB));
  background-image: -webkit-linear-gradient(top,#FFF 68%,#EBEBEB 100%);
  background-image: -o-linear-gradient(top,#FFF 68%,#EBEBEB 100%);
  background-image: linear-gradient(to bottom,#FFF 68%,#EBEBEB 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffebebeb', GradientType=0);
}
.nav-tabs > li > a:hover {
  background-position: 0 15px;
  background-color: #FFF;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #3f3f3f;
  background: #fff;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #5FA72F;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #5FA72F;
  border-bottom-color: #5FA72F;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #549329;
  border-bottom-color: #549329;
}
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #808080;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.tabs-top-right > .nav-tabs {
  text-align: right;
}
.tabs-top-right > .nav-tabs > li {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.nav > .disabled > a {
  color: #808080;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #808080;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #808080;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 8px;
  font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  font-family: 'OpenSans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f3f;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal.helpcenterModal {
  width: inherit;
  max-width: inherit;
  position: fixed;
  top: 40px !important;
  right: 40px;
  bottom: 40px;
  left: 40px;
  margin: 0;
  padding: 5px;
}
.modal.helpcenterModal > button {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 40px;
  z-index: 1;
}
.modal.helpcenterModal .modal-body {
  height: 100%;
  padding: 0;
  max-height: none;
  overflow: hidden;
}
.modal.helpcenterModal .modal-body iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
}
.modal.helpcenterModal .modal-content {
  height: 100%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  font-weight: 600 !important;
  white-space: normal;
  text-shadow: none;
  font-family: 'OpenSans', Arial, Helvetica, sans-serif;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 238px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #d7d7d7;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  color: #5e6167;
  white-space: normal;
  font-family: 'OpenSans', Arial, Helvetica, sans-serif;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 8px 14px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 21px;
  font-family: 'OpenSans', Arial, Helvetica, sans-serif !important;
  color: #5e6167 !important;
}
.popover-content {
  margin: 9px 14px;
  font-size: 14px;
  line-height: 20px;
}
.popover-footer {
  background: #e9e9e9 url('../../../public/css/common/images/pattern_greypaper.png');
  border-top: 1px solid #d7d7d7;
  padding: 9px 14px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  font-size: 10px;
  line-height: 12px;
  text-align: right !important;
}
.popover-footer a {
  font-weight: normal !important;
}
.popover-footer a:hover {
  color: #5FA72F;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}

/************ public/css/common/jquery_ui_themes.css ************/
/* ###### Custom made theme made by Mattias@Hemsida24: Default ###### */
/*! jQuery UI - v1.9.2 - 2012-12-19
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=fcfcfc&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=d3d3d3&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=d3d3d3&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
/* Component containers
----------------------------------*/ 
.h24_jquery_ui_theme_default .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 12px; }
.h24_jquery_ui_theme_default .ui-widget .ui-widget { font-size: 1em; }
.h24_jquery_ui_theme_default .ui-widget input, .h24_jquery_ui_theme_default .ui-widget select, .h24_jquery_ui_theme_default .ui-widget textarea, .h24_jquery_ui_theme_default .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.h24_jquery_ui_theme_default .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url('../../../public/css/common/images/jquery_ui_themes/default/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x; color: #222222; }
.h24_jquery_ui_theme_default .ui-widget-content a { color: #222222; }
.h24_jquery_ui_theme_default .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url('../../../public/css/common/images/jquery_ui_themes/default/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x; color: #222222; font-weight: bold; }
.h24_jquery_ui_theme_default .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.h24_jquery_ui_theme_default .ui-state-default, .h24_jquery_ui_theme_default .ui-widget-content .ui-state-default, .h24_jquery_ui_theme_default .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url('../../../public/css/common/images/jquery_ui_themes/default/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x; font-weight: normal; color: #555555; }
.h24_jquery_ui_theme_default .ui-state-default a, .h24_jquery_ui_theme_default .ui-state-default a:link, .h24_jquery_ui_theme_default .ui-state-default a:visited { color: #555555; text-decoration: none; }
.h24_jquery_ui_theme_default .ui-state-hover, .h24_jquery_ui_theme_default .ui-widget-content .ui-state-hover, .h24_jquery_ui_theme_default .ui-widget-header .ui-state-hover, .h24_jquery_ui_theme_default .ui-state-focus, .h24_jquery_ui_theme_default .ui-widget-content .ui-state-focus, .h24_jquery_ui_theme_default .ui-widget-header .ui-state-focus { border: 1px solid #d3d3d3; background: #fcfcfc url('../../../public/css/common/images/jquery_ui_themes/default/ui-bg_glass_75_fcfcfc_1x400.png') 50% 50% repeat-x; font-weight: normal; color: #212121; }
.h24_jquery_ui_theme_default .ui-state-hover a, .h24_jquery_ui_theme_default .ui-state-hover a:hover, .h24_jquery_ui_theme_default .ui-state-hover a:link, .h24_jquery_ui_theme_default .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.h24_jquery_ui_theme_default .ui-state-active, .h24_jquery_ui_theme_default .ui-widget-content .ui-state-active, .h24_jquery_ui_theme_default .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url('../../../public/css/common/images/jquery_ui_themes/default/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x; font-weight: normal; color: #212121; }
.h24_jquery_ui_theme_default .ui-state-active a, .h24_jquery_ui_theme_default .ui-state-active a:link, .h24_jquery_ui_theme_default .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.h24_jquery_ui_theme_default .ui-state-highlight, .h24_jquery_ui_theme_default .ui-widget-content .ui-state-highlight, .h24_jquery_ui_theme_default .ui-widget-header .ui-state-highlight  {border: 1px solid #d3d3d3; background: #ffffff url('../../../public/css/common/images/jquery_ui_themes/default/ui-bg_glass_55_ffffff_1x400.png') 50% 50% repeat-x; color: #363636; }
.h24_jquery_ui_theme_default .ui-state-highlight a, .h24_jquery_ui_theme_default .ui-widget-content .ui-state-highlight a,.h24_jquery_ui_theme_default .ui-widget-header .ui-state-highlight a { color: #363636; }
.h24_jquery_ui_theme_default .ui-state-error, .h24_jquery_ui_theme_default .ui-widget-content .ui-state-error, .h24_jquery_ui_theme_default .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url('../../../public/css/common/images/jquery_ui_themes/default/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x; color: #cd0a0a; }
.h24_jquery_ui_theme_default .ui-state-error a, .h24_jquery_ui_theme_default .ui-widget-content .ui-state-error a, .h24_jquery_ui_theme_default .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.h24_jquery_ui_theme_default .ui-state-error-text, .h24_jquery_ui_theme_default .ui-widget-content .ui-state-error-text, .h24_jquery_ui_theme_default .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.h24_jquery_ui_theme_default .ui-priority-primary, .h24_jquery_ui_theme_default .ui-widget-content .ui-priority-primary, .h24_jquery_ui_theme_default .ui-widget-header .ui-priority-primary { font-weight: bold; }
.h24_jquery_ui_theme_default .ui-priority-secondary, .h24_jquery_ui_theme_default .ui-widget-content .ui-priority-secondary,  .h24_jquery_ui_theme_default .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.h24_jquery_ui_theme_default .ui-state-disabled, .h24_jquery_ui_theme_default .ui-widget-content .ui-state-disabled, .h24_jquery_ui_theme_default .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.h24_jquery_ui_theme_default .ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.h24_jquery_ui_theme_default .ui-icon { width: 16px; height: 16px; background-image: url('../../../public/css/common/images/jquery_ui_themes/default/ui-icons_222222_256x240.png'); }
.h24_jquery_ui_theme_default .ui-widget-content .ui-icon {background-image: url('../../../public/css/common/images/jquery_ui_themes/default/ui-icons_222222_256x240.png'); }
.h24_jquery_ui_theme_default .ui-widget-header .ui-icon {background-image: url('../../../public/css/common/images/jquery_ui_themes/default/ui-icons_222222_256x240.png'); }
.h24_jquery_ui_theme_default .ui-state-default .ui-icon { background-image: url('../../../public/css/common/images/jquery_ui_themes/default/ui-icons_888888_256x240.png'); }
.h24_jquery_ui_theme_default .ui-state-hover .ui-icon, .h24_jquery_ui_theme_default .ui-state-focus .ui-icon {background-image: url('../../../public/css/common/images/jquery_ui_themes/default/ui-icons_454545_256x240.png'); }
.h24_jquery_ui_theme_default .ui-state-active .ui-icon {background-image: url('../../../public/css/common/images/jquery_ui_themes/default/ui-icons_454545_256x240.png'); }
.h24_jquery_ui_theme_default .ui-state-highlight .ui-icon {background-image: url('../../../public/css/common/images/jquery_ui_themes/default/ui-icons_2e83ff_256x240.png'); }
.h24_jquery_ui_theme_default .ui-state-error .ui-icon, .h24_jquery_ui_theme_default .ui-state-error-text .ui-icon {background-image: url('../../../public/css/common/images/jquery_ui_themes/default/ui-icons_cd0a0a_256x240.png'); }

/* positioning */
.h24_jquery_ui_theme_default .ui-icon-carat-1-n { background-position: 0 0; }
.h24_jquery_ui_theme_default .ui-icon-carat-1-ne { background-position: -16px 0; }
.h24_jquery_ui_theme_default .ui-icon-carat-1-e { background-position: -32px 0; }
.h24_jquery_ui_theme_default .ui-icon-carat-1-se { background-position: -48px 0; }
.h24_jquery_ui_theme_default .ui-icon-carat-1-s { background-position: -64px 0; }
.h24_jquery_ui_theme_default .ui-icon-carat-1-sw { background-position: -80px 0; }
.h24_jquery_ui_theme_default .ui-icon-carat-1-w { background-position: -96px 0; }
.h24_jquery_ui_theme_default .ui-icon-carat-1-nw { background-position: -112px 0; }
.h24_jquery_ui_theme_default .ui-icon-carat-2-n-s { background-position: -128px 0; }
.h24_jquery_ui_theme_default .ui-icon-carat-2-e-w { background-position: -144px 0; }
.h24_jquery_ui_theme_default .ui-icon-triangle-1-n { background-position: 0 -16px; }
.h24_jquery_ui_theme_default .ui-icon-triangle-1-ne { background-position: -16px -16px; }
.h24_jquery_ui_theme_default .ui-icon-triangle-1-e { background-position: -32px -16px; }
.h24_jquery_ui_theme_default .ui-icon-triangle-1-se { background-position: -48px -16px; }
.h24_jquery_ui_theme_default .ui-icon-triangle-1-s { background-position: -64px -16px; }
.h24_jquery_ui_theme_default .ui-icon-triangle-1-sw { background-position: -80px -16px; }
.h24_jquery_ui_theme_default .ui-icon-triangle-1-w { background-position: -96px -16px; }
.h24_jquery_ui_theme_default .ui-icon-triangle-1-nw { background-position: -112px -16px; }
.h24_jquery_ui_theme_default .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.h24_jquery_ui_theme_default .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-1-n { background-position: 0 -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-1-ne { background-position: -16px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-1-e { background-position: -32px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-1-se { background-position: -48px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-1-s { background-position: -64px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-1-sw { background-position: -80px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-1-w { background-position: -96px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-1-nw { background-position: -112px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.h24_jquery_ui_theme_default .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.h24_jquery_ui_theme_default .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.h24_jquery_ui_theme_default .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.h24_jquery_ui_theme_default .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.h24_jquery_ui_theme_default .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.h24_jquery_ui_theme_default .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.h24_jquery_ui_theme_default .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.h24_jquery_ui_theme_default .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.h24_jquery_ui_theme_default .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.h24_jquery_ui_theme_default .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.h24_jquery_ui_theme_default .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.h24_jquery_ui_theme_default .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-4 { background-position: 0 -80px; }
.h24_jquery_ui_theme_default .ui-icon-arrow-4-diag { background-position: -16px -80px; }
.h24_jquery_ui_theme_default .ui-icon-extlink { background-position: -32px -80px; }
.h24_jquery_ui_theme_default .ui-icon-newwin { background-position: -48px -80px; }
.h24_jquery_ui_theme_default .ui-icon-refresh { background-position: -64px -80px; }
.h24_jquery_ui_theme_default .ui-icon-shuffle { background-position: -80px -80px; }
.h24_jquery_ui_theme_default .ui-icon-transfer-e-w { background-position: -96px -80px; }
.h24_jquery_ui_theme_default .ui-icon-transferthick-e-w { background-position: -112px -80px; }
.h24_jquery_ui_theme_default .ui-icon-folder-collapsed { background-position: 0 -96px; }
.h24_jquery_ui_theme_default .ui-icon-folder-open { background-position: -16px -96px; }
.h24_jquery_ui_theme_default .ui-icon-document { background-position: -32px -96px; }
.h24_jquery_ui_theme_default .ui-icon-document-b { background-position: -48px -96px; }
.h24_jquery_ui_theme_default .ui-icon-note { background-position: -64px -96px; }
.h24_jquery_ui_theme_default .ui-icon-mail-closed { background-position: -80px -96px; }
.h24_jquery_ui_theme_default .ui-icon-mail-open { background-position: -96px -96px; }
.h24_jquery_ui_theme_default .ui-icon-suitcase { background-position: -112px -96px; }
.h24_jquery_ui_theme_default .ui-icon-comment { background-position: -128px -96px; }
.h24_jquery_ui_theme_default .ui-icon-person { background-position: -144px -96px; }
.h24_jquery_ui_theme_default .ui-icon-print { background-position: -160px -96px; }
.h24_jquery_ui_theme_default .ui-icon-trash { background-position: -176px -96px; }
.h24_jquery_ui_theme_default .ui-icon-locked { background-position: -192px -96px; }
.h24_jquery_ui_theme_default .ui-icon-unlocked { background-position: -208px -96px; }
.h24_jquery_ui_theme_default .ui-icon-bookmark { background-position: -224px -96px; }
.h24_jquery_ui_theme_default .ui-icon-tag { background-position: -240px -96px; }
.h24_jquery_ui_theme_default .ui-icon-home { background-position: 0 -112px; }
.h24_jquery_ui_theme_default .ui-icon-flag { background-position: -16px -112px; }
.h24_jquery_ui_theme_default .ui-icon-calendar { background-position: -32px -112px; }
.h24_jquery_ui_theme_default .ui-icon-cart { background-position: -48px -112px; }
.h24_jquery_ui_theme_default .ui-icon-pencil { background-position: -64px -112px; }
.h24_jquery_ui_theme_default .ui-icon-clock { background-position: -80px -112px; }
.h24_jquery_ui_theme_default .ui-icon-disk { background-position: -96px -112px; }
.h24_jquery_ui_theme_default .ui-icon-calculator { background-position: -112px -112px; }
.h24_jquery_ui_theme_default .ui-icon-zoomin { background-position: -128px -112px; }
.h24_jquery_ui_theme_default .ui-icon-zoomout { background-position: -144px -112px; }
.h24_jquery_ui_theme_default .ui-icon-search { background-position: -160px -112px; }
.h24_jquery_ui_theme_default .ui-icon-wrench { background-position: -176px -112px; }
.h24_jquery_ui_theme_default .ui-icon-gear { background-position: -192px -112px; }
.h24_jquery_ui_theme_default .ui-icon-heart { background-position: -208px -112px; }
.h24_jquery_ui_theme_default .ui-icon-star { background-position: -224px -112px; }
.h24_jquery_ui_theme_default .ui-icon-link { background-position: -240px -112px; }
.h24_jquery_ui_theme_default .ui-icon-cancel { background-position: 0 -128px; }
.h24_jquery_ui_theme_default .ui-icon-plus { background-position: -16px -128px; }
.h24_jquery_ui_theme_default .ui-icon-plusthick { background-position: -32px -128px; }
.h24_jquery_ui_theme_default .ui-icon-minus { background-position: -48px -128px; }
.h24_jquery_ui_theme_default .ui-icon-minusthick { background-position: -64px -128px; }
.h24_jquery_ui_theme_default .ui-icon-close { background-position: -80px -128px; }
.h24_jquery_ui_theme_default .ui-icon-closethick { background-position: -96px -128px; }
.h24_jquery_ui_theme_default .ui-icon-key { background-position: -112px -128px; }
.h24_jquery_ui_theme_default .ui-icon-lightbulb { background-position: -128px -128px; }
.h24_jquery_ui_theme_default .ui-icon-scissors { background-position: -144px -128px; }
.h24_jquery_ui_theme_default .ui-icon-clipboard { background-position: -160px -128px; }
.h24_jquery_ui_theme_default .ui-icon-copy { background-position: -176px -128px; }
.h24_jquery_ui_theme_default .ui-icon-contact { background-position: -192px -128px; }
.h24_jquery_ui_theme_default .ui-icon-image { background-position: -208px -128px; }
.h24_jquery_ui_theme_default .ui-icon-video { background-position: -224px -128px; }
.h24_jquery_ui_theme_default .ui-icon-script { background-position: -240px -128px; }
.h24_jquery_ui_theme_default .ui-icon-alert { background-position: 0 -144px; }
.h24_jquery_ui_theme_default .ui-icon-info { background-position: -16px -144px; }
.h24_jquery_ui_theme_default .ui-icon-notice { background-position: -32px -144px; }
.h24_jquery_ui_theme_default .ui-icon-help { background-position: -48px -144px; }
.h24_jquery_ui_theme_default .ui-icon-check { background-position: -64px -144px; }
.h24_jquery_ui_theme_default .ui-icon-bullet { background-position: -80px -144px; }
.h24_jquery_ui_theme_default .ui-icon-radio-on { background-position: -96px -144px; }
.h24_jquery_ui_theme_default .ui-icon-radio-off { background-position: -112px -144px; }
.h24_jquery_ui_theme_default .ui-icon-pin-w { background-position: -128px -144px; }
.h24_jquery_ui_theme_default .ui-icon-pin-s { background-position: -144px -144px; }
.h24_jquery_ui_theme_default .ui-icon-play { background-position: 0 -160px; }
.h24_jquery_ui_theme_default .ui-icon-pause { background-position: -16px -160px; }
.h24_jquery_ui_theme_default .ui-icon-seek-next { background-position: -32px -160px; }
.h24_jquery_ui_theme_default .ui-icon-seek-prev { background-position: -48px -160px; }
.h24_jquery_ui_theme_default .ui-icon-seek-end { background-position: -64px -160px; }
.h24_jquery_ui_theme_default .ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.h24_jquery_ui_theme_default .ui-icon-seek-first { background-position: -80px -160px; }
.h24_jquery_ui_theme_default .ui-icon-stop { background-position: -96px -160px; }
.h24_jquery_ui_theme_default .ui-icon-eject { background-position: -112px -160px; }
.h24_jquery_ui_theme_default .ui-icon-volume-off { background-position: -128px -160px; }
.h24_jquery_ui_theme_default .ui-icon-volume-on { background-position: -144px -160px; }
.h24_jquery_ui_theme_default .ui-icon-power { background-position: 0 -176px; }
.h24_jquery_ui_theme_default .ui-icon-signal-diag { background-position: -16px -176px; }
.h24_jquery_ui_theme_default .ui-icon-signal { background-position: -32px -176px; }
.h24_jquery_ui_theme_default .ui-icon-battery-0 { background-position: -48px -176px; }
.h24_jquery_ui_theme_default .ui-icon-battery-1 { background-position: -64px -176px; }
.h24_jquery_ui_theme_default .ui-icon-battery-2 { background-position: -80px -176px; }
.h24_jquery_ui_theme_default .ui-icon-battery-3 { background-position: -96px -176px; }
.h24_jquery_ui_theme_default .ui-icon-circle-plus { background-position: 0 -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-minus { background-position: -16px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-close { background-position: -32px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-triangle-e { background-position: -48px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-triangle-s { background-position: -64px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-triangle-w { background-position: -80px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-triangle-n { background-position: -96px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-arrow-e { background-position: -112px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-arrow-s { background-position: -128px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-arrow-w { background-position: -144px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-arrow-n { background-position: -160px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-zoomin { background-position: -176px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-zoomout { background-position: -192px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circle-check { background-position: -208px -192px; }
.h24_jquery_ui_theme_default .ui-icon-circlesmall-plus { background-position: 0 -208px; }
.h24_jquery_ui_theme_default .ui-icon-circlesmall-minus { background-position: -16px -208px; }
.h24_jquery_ui_theme_default .ui-icon-circlesmall-close { background-position: -32px -208px; }
.h24_jquery_ui_theme_default .ui-icon-squaresmall-plus { background-position: -48px -208px; }
.h24_jquery_ui_theme_default .ui-icon-squaresmall-minus { background-position: -64px -208px; }
.h24_jquery_ui_theme_default .ui-icon-squaresmall-close { background-position: -80px -208px; }
.h24_jquery_ui_theme_default .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.h24_jquery_ui_theme_default .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.h24_jquery_ui_theme_default .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.h24_jquery_ui_theme_default .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.h24_jquery_ui_theme_default .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.h24_jquery_ui_theme_default .ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.h24_jquery_ui_theme_default .ui-corner-all, .h24_jquery_ui_theme_default .ui-corner-top, .h24_jquery_ui_theme_default .ui-corner-left, .h24_jquery_ui_theme_default .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.h24_jquery_ui_theme_default .ui-corner-all, .h24_jquery_ui_theme_default .ui-corner-top, .h24_jquery_ui_theme_default .ui-corner-right, .h24_jquery_ui_theme_default .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.h24_jquery_ui_theme_default .ui-corner-all, .h24_jquery_ui_theme_default .ui-corner-bottom, .h24_jquery_ui_theme_default .ui-corner-left, .h24_jquery_ui_theme_default .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.h24_jquery_ui_theme_default .ui-corner-all, .h24_jquery_ui_theme_default .ui-corner-bottom, .h24_jquery_ui_theme_default .ui-corner-right, .h24_jquery_ui_theme_default .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.h24_jquery_ui_theme_default .ui-widget-overlay { background: #aaaaaa url('../../../public/css/common/images/jquery_ui_themes/default/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.h24_jquery_ui_theme_default .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url('../../../public/css/common/images/jquery_ui_themes/default/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
/************ public/css/common/boxbackgrounds_common.css ************/
/* _________________________________________________________________ CURVED CORNERS ______________________ */


/* _______________ CURVED CORNERS - UI Dialog ______________________ */
 
 .cc_tl_uiDialogBox {
	height: 22px;
 }
 
 .cc_bl_uiDialogBox {
	height: 22px;
 }


/*Top part*/
.cc_tl_uiDialogBox {
	background: transparent url('../../../public/css/common/images/dialog/dialogbox-top_and_bottom.png') no-repeat left top;
}


/*Middle part*/
.cc_ml_uiDialogBox {
	/*background: transparent url('../../../public/css/common/images/dialog/dialogbox-left_border.png') repeat-y left top;*/
	clear:both;
	width:100%;
}

.cc_mr_uiDialogBox {
	/*background: transparent url('../../../public/css/common/images/dialog/dialogbox-right_border.png') repeat-y right top;*/
	clear:both;
	width:100%;

	background-color:#FFFFFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.cc_content_uiDialogBox {
	/*padding: 0px 11px 0px 13px;*/ /*Padding left and right should be the same as their border widths*/
}

.cc_content_bg_uiDialogBox {
	/*padding-bottom:56px; Created ugly bottom padding on elements with no save button */
	padding: 20px 0;
}

.cc_bl_uiDialogBox {
	background: transparent url('../../../public/css/common/images/dialog/dialogbox-top_and_bottom.png') no-repeat left -44px; /*Pixel number should be where the bottom wall is located on the Y-axis*/
}




/* _______________ CURVED CORNERS - White front page style ______________________ */
 .cc_tl_whitefrontpage,
 .cc_bl_whitefrontpage {
	height: 7px; /*Height of top and bottom part*/
 }


/*Top part*/
.cc_tr_whitefrontpage {
	background: transparent url('../../../public/css/common/images/whitefrontpage_top_bottom.png') no-repeat right -9px; /*Pixel number should be where the top right corner is located on the Y-axis*/
	padding-right: 5px; /*Padding right should be width of top right corner image*/
}

.cc_tl_whitefrontpage {
	background: transparent url('../../../public/css/common/images/whitefrontpage_top_bottom.png') no-repeat left top;
}


/*Middle part*/
.cc_ml_whitefrontpage {
	background: transparent url('../../../public/css/common/images/whitefrontpage_left.png') repeat-y left top;
	clear:both;
	width:100%;
}

.cc_mr_whitefrontpage {
	background: transparent url('../../../public/css/common/images/whitefrontpage_right.png') repeat-y right top;
	clear:both;
	width:100%;
}

.cc_content_whitefrontpage {
	padding: 0px 1px 0px 3px; /*Padding left and right should be the same as their border widths*/
}

.cc_content_bg_whitefrontpage {
	background-color: #fff;
}





/*Bottom part*/
.cc_br_whitefrontpage {
	background: transparent url('../../../public/css/common/images/whitefrontpage_top_bottom.png') no-repeat right -32px; /*Pixel number should be where the bottom right corner is located on the Y-axis*/
	padding-right: 7px; /*Padding right should be width of bottom right corner image*/
	clear:both;
}

.cc_bl_whitefrontpage {
	background: transparent url('../../../public/css/common/images/whitefrontpage_top_bottom.png') no-repeat left -17px; /*Pixel number should be where the bottom wall is located on the Y-axis*/
}



/* _______________ CURVED CORNERS - Soft white style ______________________ */
 .cc_tl,
 .cc_bl {
	height: 14px;
 }


/*Top part*/
.cc_tr {
	background: transparent url('../../../public/css/common/images/curves_top_bott.png') no-repeat right -17px;
	padding:0 14px 0 0;
}

.cc_tl {
	background: transparent url('../../../public/css/common/images/curves_top_bott.png') no-repeat left top;
}


/*Middle part*/
.cc_ml {
	background: transparent url('../../../public/css/common/images/curves_left.png') repeat-y left top;
	clear:both;
	width:100%;
}

.cc_mr {
	background: transparent url('../../../public/css/common/images/curves_right.png') repeat-y right top;
	clear:both;
	width:100%;
}

.cc_content {
	padding: 3px 11px 3px 11px;
}





/*Bottom part*/
.cc_br {
	background: transparent url('../../../public/css/common/images/curves_top_bott.png') no-repeat right -55px;
	padding:0 14px 0 0;
	clear:both;
}

.cc_bl {
	background: transparent url('../../../public/css/common/images/curves_top_bott.png') no-repeat left -35px;
}



/* _______________ CURVED CORNERS - Black transparent style ______________________ */
 .cc_tl_blacktrans,
 .cc_bl_blacktrans {
	height: 30px;
 }


/*Top part*/
.cc_tr_blacktrans {
	background: transparent url('../../../public/css/common/images/blacktrans_top_bottom.png') no-repeat right -39px;
	padding:0 28px 0 0;
	position: relative;
}

.cc_tl_blacktrans {
	background: transparent url('../../../public/css/common/images/blacktrans_top_bottom.png') no-repeat left top;
}


/*Middle part*/
.cc_ml_blacktrans {
	background: transparent url('../../../public/css/common/images/blacktrans_left.png') repeat-y left top;
	clear:both;
	width:100%;
}

.cc_mr_blacktrans {
	background: transparent url('../../../public/css/common/images/blacktrans_right.png') repeat-y right top;
	clear:both;
	width:100%;
}

.cc_content_blacktrans {
	padding: 0px 28px 0px 28px;
}

.cc_content_bg_blacktrans {
	background: transparent url('../../../public/css/common/images/blacktrans_bg.png') repeat left top;
	min-height:100px;
	height: auto !important;
	height: 100px;
}

.cc_content_bg_blacktrans img.cc_loader {
	left:50%;
	margin-left:-22px;
	position:absolute;
	top:60px;
}

.cc_content_bg_blacktrans a.h24_get_flash {
	color:#999999;
	font-family:arial;
	font-size:12px;
	left:50%;
	margin-left:-115px;
	position:absolute;
	text-decoration:none;
	top:110px;
}

/*Bottom part*/
.cc_br_blacktrans {
	background: transparent url('../../../public/css/common/images/blacktrans_top_bottom.png') no-repeat right -118px;
	padding:0 28px 0 0;
	clear:both;
}


.cc_bl_blacktrans {
	background: transparent url('../../../public/css/common/images/blacktrans_top_bottom.png') no-repeat left -79px;
}


/* default close button positioned on upper right corner */ 
.cc_closebutton_blacktrans { 
background: transparent url('../../../public/css/common/images/cc_close_button.png') no-repeat left top;
cursor:pointer;
height:35px;
position:absolute;
right:-4px;
top:-2px;
width:35px;
}

.cc_closebutton_blacktrans:hover { 
background: transparent url('../../../public/css/common/images/cc_close_button.png') no-repeat left -48px;
}


/* IE6 */
* html div.cc_tr_blacktrans,
* html div.cc_tl_blacktrans,
* html div.cc_ml_blacktrans,
* html div.cc_mr_blacktrans,
* html div.cc_br_blacktrans,
* html div.cc_bl_blacktrans
 {
	background-color: #000;
	background-image: none;
}

* html div.cc_closebutton_blacktrans { 
	background: transparent url('../../../public/css/common/images/famfamfam/cross.png') no-repeat 50% 50%;
}








/* _________________________________________________________________ HIGHLIGHTED SECTIONS ______________________ */

.h24_highlight
{
	padding: 15px;
	background: #f9fdf7 url('../../../public/css/common/images/gradient_green.jpg') repeat-x !important;
	border: 1px solid #bae79c !important;
}


/* _________________________________________________________________ FRAMES ______________________ */

/* Frame 1 - Round corner with shadow to bottom right */
.cc_tl_frame_1, .cc_bl_frame_1 {
	height:8px;
}

.cc_tr_frame_1 {
	background:url('../../../public/css/common/images/frames/frame_1_top_bottom.png') no-repeat scroll right -8px transparent;
	padding-right:7px;
}

.cc_tl_frame_1 {
	background:url('../../../public/css/common/images/frames/frame_1_top_bottom.png') no-repeat scroll left top transparent;
}

.cc_ml_frame_1 {
	background:url('../../../public/css/common/images/frames/frame_1_left.png') repeat-y scroll left top transparent;
	clear:both;
	width:100%;
}

.cc_mr_frame_1 {
	background:url('../../../public/css/common/images/frames/frame_1_right.png') repeat-y scroll right top transparent;
	clear:both;
	width:100%;
}

.cc_content_frame_1 {
	padding:0 5px 0 1px;
}

.cc_content_bg_frame_1 {
	background-color:#f9f9f9;
}

.cc_br_frame_1 {
	background:url('../../../public/css/common/images/frames/frame_1_top_bottom.png') no-repeat scroll right -26px transparent;
	clear:both;
	padding-right:8px;
}

.cc_bl_frame_1 {
	background:url('../../../public/css/common/images/frames/frame_1_top_bottom.png') no-repeat scroll left -17px transparent;
}

/* Frame 2 - Fade down */
.fade_frame_2 {
	min-height: 122px;
	height: auto !important;
	height: 122px;
}

.fade_r_frame_2 {
	background:url('../../../public/css/common/images/frames/frame_2_right.png') no-repeat scroll right 0 transparent;
	padding-right:8px;
	height: 100%;
		min-height: 122px;

}

.fade_l_frame_2 {
	background:url('../../../public/css/common/images/frames/frame_2_left.png') no-repeat scroll left top transparent;
	height: 100%;
}

.fade_content_frame_2 {
	padding-top: 5px;
	padding-left: 5px;
		min-height: 122px;

}

/* Frame 3 - Round corner with small shadow - Light blue background */

.cc_tl_frame_3, .cc_bl_frame_3 {
	height:11px;
}

.cc_tr_frame_3 {
	background:url('../../../public/css/common/images/frames/frame_3_top_bottom.png') no-repeat scroll right -12px transparent;
	padding-right:10px;
}

.cc_tl_frame_3 {
	background:url('../../../public/css/common/images/frames/frame_3_top_bottom.png') no-repeat scroll left top transparent;
}

.cc_ml_frame_3 {
	background:url('../../../public/css/common/images/frames/frame_3_left.png') repeat-y scroll left top transparent;
	clear:both;
	width:100%;
}

.cc_mr_frame_3 {
	background:url('../../../public/css/common/images/frames/frame_3_right.png') repeat-y scroll right top transparent;
	clear:both;
	width:100%;
}

.cc_content_frame_3 {
	padding:0 3px 0 1px;
}

.cc_content_bg_frame_3 {
	background-color:#f9f9f9;
}

.cc_br_frame_3 {
	background:url('../../../public/css/common/images/frames/frame_3_top_bottom.png') no-repeat scroll right -33px transparent;
	clear:both;
	padding-right:8px;
}

.cc_bl_frame_3 {
	background:url('../../../public/css/common/images/frames/frame_3_top_bottom.png') no-repeat scroll left -24px transparent;
}

/* Frame 4 - Round corner with inside shadow (top-bottom) */

.cc_tl_frame_4 {
	height:13px;
}

.cc_bl_frame_4 {
	height:11px;
}

.cc_tr_frame_4 {
	background:url('../../../public/css/common/images/frames/frame_4_top_bottom.png') no-repeat scroll right -14px transparent;
	padding-right:4px;
}

.cc_tl_frame_4 {
	background:url('../../../public/css/common/images/frames/frame_4_top_bottom.png') no-repeat scroll left top transparent;
}

.cc_ml_frame_4 {
	background:url('../../../public/css/common/images/frames/frame_4_side.png') repeat-y scroll left top transparent;
	clear:both;
	width:100%;
}

.cc_mr_frame_4 {
	background:url('../../../public/css/common/images/frames/frame_4_side.png') repeat-y scroll right top transparent;
	clear:both;
	width:100%;
}

.cc_content_frame_4 {
	padding:0 1px 0 1px;
}

.cc_content_bg_frame_4 {
	background-color:#ffffff;
}

.cc_br_frame_4 {
	background:url('../../../public/css/common/images/frames/frame_4_top_bottom.png') no-repeat scroll right -40px transparent;
	clear:both;
	padding-right:4px;
}

.cc_bl_frame_4 {
	background:url('../../../public/css/common/images/frames/frame_4_top_bottom.png') no-repeat scroll left -28px transparent;
}

/* Frame 5 - Round corner Bubble */

.cc_tl_frame_5 {
	height:16px;
}

.cc_bl_frame_5 {
	height:60px;
}

.cc_tr_frame_5 {
	background:url('../../../public/css/common/images/frames/frame_5_top_bottom.png') no-repeat scroll right -16px transparent;
	padding-right:18px;
}

.cc_tl_frame_5 {
	background:url('../../../public/css/common/images/frames/frame_5_top_bottom.png') no-repeat scroll left top transparent;
}

.cc_ml_frame_5 {
	background:url('../../../public/css/common/images/frames/frame_5_left.png') repeat-y scroll left top transparent;
	clear:both;
	width:100%;
}

.cc_mr_frame_5 {
	background:url('../../../public/css/common/images/frames/frame_5_right.png') repeat-y scroll right top transparent;
	clear:both;
	width:100%;
}

.cc_content_frame_5 {
	padding:0 3px 0 1px;
}

.cc_content_bg_frame_5 {
	background-color:#ffffff;
}

.cc_br_frame_5 {
	background:url('../../../public/css/common/images/frames/frame_5_top_bottom.png') no-repeat scroll right -50px transparent;
	clear:both;
	padding-right:147px;
}

.cc_bl_frame_5 {
	background:url('../../../public/css/common/images/frames/frame_5_top_bottom.png') no-repeat scroll left -32px transparent;
}

/* Frame 6 - Square with small shadow */

.cc_tr_frame_6 {
	background:url('../../../public/css/common/images/frames/frame_6_top_bottom.png') no-repeat scroll right -9px transparent;
	padding-right:11px;
}

.cc_tl_frame_6 {
	background:url('../../../public/css/common/images/frames/frame_6_top_bottom.png') no-repeat scroll left top transparent;
	height:8px;
}

.cc_ml_frame_6 {
	background:url('../../../public/css/common/images/frames/frame_6_left.png') repeat-y scroll left top transparent;
	clear:both;
	width:100%;
}

.cc_mr_frame_6 {
	background:url('../../../public/css/common/images/frames/frame_6_right.png') repeat-y scroll right top transparent;
	clear:both;
	width:100%;
}

.cc_content_frame_6 {
	padding:0 11px 0 1px;
}

.cc_content_bg_frame_6 {
	background-color:#ffffff;
}

.cc_br_frame_6 {
	background:url('../../../public/css/common/images/frames/frame_6_top_bottom.png') no-repeat scroll right -32px transparent;
	clear:both;
	padding-right:14px;
}

.cc_bl_frame_6 {
	background:url('../../../public/css/common/images/frames/frame_6_top_bottom.png') no-repeat scroll left -17px transparent;
	height:15px;
}

/* Frame 7 - Round corner - Round shadow down */

.cc_tr_frame_7 {
	background:url('../../../public/css/common/images/frames/frame_7_top_bottom.png') no-repeat scroll right -20px transparent;
	padding-right:3px;
}
.cc_tl_frame_7 {
	background:url('../../../public/css/common/images/frames/frame_7_top_bottom.png') no-repeat scroll left top transparent;
	height:20px;
}
.cc_ml_frame_7 {
	background:url('../../../public/css/common/images/frames/frame_7_side.png') repeat-y scroll left top transparent;
	clear:both;
	width:100%;
}
.cc_mr_frame_7 {
	background:url('../../../public/css/common/images/frames/frame_7_side.png') repeat-y scroll right top transparent;
	clear:both;
	width:100%;
}
.cc_content_frame_7 {
	padding:0 1px 0 1px;
}
.cc_content_bg_frame_7 {
	background-color:#eeeeee;
}
.cc_br_frame_7 {
	background:url('../../../public/css/common/images/frames/frame_7_top_bottom.png') no-repeat scroll right -51px transparent;
	clear:both;
	padding-right:86px;
}
.cc_bl_frame_7 {
	background:url('../../../public/css/common/images/frames/frame_7_top_bottom.png') no-repeat scroll left -40px transparent;
	height:11px;
}

/* Frame 8 - Dotted line inside green box */

.cc_tr_frame_8 {
	background:url('../../../public/css/common/images/frames/frame_8_top_bottom.png') no-repeat scroll right -9px transparent;
	padding-right:8px;
}
.cc_tl_frame_8 {
	background:url('../../../public/css/common/images/frames/frame_8_top_bottom.png') no-repeat scroll left top transparent;
	height:9px;
}
.cc_ml_frame_8 {
	background:url('../../../public/css/common/images/frames/frame_8_left.png') repeat-y scroll left top transparent;
	clear:both;
	width:100%;
}
.cc_mr_frame_8 {
	background:url('../../../public/css/common/images/frames/frame_8_right.png') repeat-y scroll right top transparent;
	clear:both;
	width:100%;
}
.cc_content_frame_8 {
	padding:0 8px 0 8px;
}
.cc_content_bg_frame_8 {
	background-color:#b5c75d;
}
.cc_br_frame_8 {
	background:url('../../../public/css/common/images/frames/frame_8_top_bottom.png') no-repeat scroll right -26px transparent;
	clear:both;
	padding-right:8px;
}
.cc_bl_frame_8 {
	background:url('../../../public/css/common/images/frames/frame_8_top_bottom.png') no-repeat scroll left -18px transparent;
	height:8px;
}

/* Frame 9 - Simple quotes. No background. */

.h24_quotes_frame_9_tl {
	background:url('../../../public/css/common/images/frames/frame_9_quotes.png') no-repeat scroll top transparent;
	width: 50px;
	height: 36px;
}

.h24_quotes_frame_9_text {
	margin-left: 50px;
}

/* Frame 10 - Quotes with background */

.cc_tr_frame_10 {
	background:url('../../../public/css/common/images/frames/frame_10_top_bottom.png') no-repeat scroll right -62px transparent;
	padding-right:12px;
}
.cc_tl_frame_10 {
	background:url('../../../public/css/common/images/frames/frame_10_top_bottom.png') no-repeat scroll left top transparent;
	height:54px;
}
.cc_ml_frame_10 {
	background:url('../../../public/css/common/images/frames/frame_10_left.png') repeat-y scroll left top transparent;
	clear:both;
	width:100%;
}
.cc_mr_frame_10 {
	background:url('../../../public/css/common/images/frames/frame_10_right.png') repeat-y scroll right top transparent;
	clear:both;
	width:100%;
}
.cc_content_frame_10 {
	padding:0 9px 0 8px;
}
.cc_content_bg_frame_10 {
	background-color:#f6f6f6;
}
.cc_br_frame_10 {
	background:url('../../../public/css/common/images/frames/frame_10_top_bottom.png') no-repeat scroll right -144px transparent;
	clear:both;
	padding-right:13px;
}
.cc_bl_frame_10 {
	background:url('../../../public/css/common/images/frames/frame_10_top_bottom.png') no-repeat scroll left -121px transparent;
	height:12px;
}

/* Frame 11 - Simple quotes. No background. */

.h24_quotes_frame_11_wrapper {
	background:url('../../../public/css/common/images/frames/frame_11_quotes_right.png') no-repeat scroll right bottom transparent;
	padding-right:40px;
}

.h24_quotes_frame_11_text_wrapper {
	float: left;
	background:url('../../../public/css/common/images/frames/frame_11_quotes_left.png') no-repeat scroll left top transparent;
	padding-left:44px;
	padding-top:8px;
}

.h24_quotes_frame_11_text {
}

/* Frame 12 - Dotted line inside grey box */

.cc_tr_frame_12 {
	background:url('../../../public/css/common/images/frames/frame_12_top_bottom.png') no-repeat scroll right -9px transparent;
	padding-right:8px;
}
.cc_tl_frame_12 {
	background:url('../../../public/css/common/images/frames/frame_12_top_bottom.png') no-repeat scroll left top transparent;
	height:9px;
}
.cc_ml_frame_12 {
	background:url('../../../public/css/common/images/frames/frame_12_left.png') repeat-y scroll left top transparent;
	clear:both;
	width:100%;
}
.cc_mr_frame_12 {
	background:url('../../../public/css/common/images/frames/frame_12_right.png') repeat-y scroll right top transparent;
	clear:both;
	width:100%;
}
.cc_content_frame_12 {
	padding:0 8px 0 8px;
}
.cc_content_bg_frame_12 {
	background-color:#afacac;
}
.cc_br_frame_12 {
	background:url('../../../public/css/common/images/frames/frame_12_top_bottom.png') no-repeat scroll right -26px transparent;
	clear:both;
	padding-right:8px;
}
.cc_bl_frame_12 {
	background:url('../../../public/css/common/images/frames/frame_12_top_bottom.png') no-repeat scroll left -18px transparent;
	height:8px;
}

/* Frame 14 - Shadow bottom edges */

.cc_tr_frame_14 {
	background:url('../../../public/css/common/images/frames/frame_14_top_bottom.png') no-repeat scroll right -14px transparent;
	padding-right:11px;
}
.cc_tl_frame_14 {
	background:url('../../../public/css/common/images/frames/frame_14_top_bottom.png') no-repeat scroll left top transparent;
	height:9px;
}
.cc_ml_frame_14 {
	background:url('../../../public/css/common/images/frames/frame_14_left.png') repeat-y scroll left top transparent;
	clear:both;
	width:100%;
}
.cc_mr_frame_14 {
	background:url('../../../public/css/common/images/frames/frame_14_right.png') repeat-y scroll right top transparent;
	clear:both;
	width:100%;
}
.cc_content_frame_14 {
	padding:0 11px 0 11px;
}
.cc_content_bg_frame_14 {
	background-color:#f0f0f0;
}
.cc_br_frame_14 {
	background:url('../../../public/css/common/images/frames/frame_14_top_bottom.png') no-repeat scroll right -38px transparent;
	clear:both;
	padding-right:40px;
}
.cc_bl_frame_14 {
	background:url('../../../public/css/common/images/frames/frame_14_top_bottom.png') no-repeat scroll left -28px transparent;
	height:15px;
}

/* Frame 16 - Big shadow bottom edges */

.cc_tr_frame_16 {
	background:url('../../../public/css/common/images/frames/frame_16_top_bottom.png') no-repeat scroll right -24px transparent;
	padding-right:24px;
}
.cc_tl_frame_16 {
	background:url('../../../public/css/common/images/frames/frame_16_top_bottom.png') no-repeat scroll left top transparent;
	height:24px;
}
.cc_ml_frame_16 {
	background:url('../../../public/css/common/images/frames/frame_16_left.png') repeat-y scroll left top transparent;
	clear:both;
	width:100%;
}
.cc_mr_frame_16 {
	background:url('../../../public/css/common/images/frames/frame_16_right.png') repeat-y scroll right top transparent;
	clear:both;
	width:100%;
}
.cc_content_frame_16 {
	padding:0 17px 0 17px;
}
.cc_content_bg_frame_16 {
	background-color:#FFFFFF;
}
.cc_br_frame_16 {
	background:url('../../../public/css/common/images/frames/frame_16_top_bottom.png') no-repeat scroll right -85px transparent;
	clear:both;
	padding-right:262px;
}
.cc_bl_frame_16 {
	background:url('../../../public/css/common/images/frames/frame_16_top_bottom.png') no-repeat scroll left -49px transparent;
	height:36px;
}

/* Frame 17 - Quote down */
.h24_frame_frame_17_text {
	background-color: #f0f0f0;
}

.h24_frame_frame_17_arrow {
	background:url('../../../public/css/common/images/frames/frame_17.png') no-repeat scroll left transparent;
	width: 50px;
	height: 21px;
}

/* Personal frames */

.h24_frame_personal_1_style {
	border: 1px solid rgb(207, 207, 207); 
	-moz-border-radius: 14px 14px 14px 14px; 
	background-color: rgb(245, 245, 245);
}

.h24_frame_personal_2_style {
	position: relative;
	border: 2px solid rgb(214, 214, 214); 
	background-color: rgb(250, 250, 250);
}

.h24_frame_personal_2_tape {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -70px;
	background:url('../../../public/css/common/images/frames/tape.png') no-repeat;
	width: 140px;
	height: 38px;
}

.h24_frame_personal_2 {
	padding-top: 19px;
}

.h24_frame_personal_3_gem {
	position: absolute;
	top: -8px;
	left: -10px;
	background:url('../../../public/css/common/images/frames/gem.png') no-repeat;
	width: 41px;
	height: 67px;
}

.h24_frame_personal_4_needle {
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -12px;
	background:url('../../../public/css/common/images/frames/needle.png') no-repeat;
	width: 24px;
	height: 38px;
}

.h24_frame_personal_5_style {
	background:url('../../../public/css/common/images/frames/personal_5_quote.png') no-repeat;
}
/************ public/js/jquery/jquery-UI/themes/flora/flora.css ************/
.ui-wrapper { border: none; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }
.h24-Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.h24-Spinner-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
}
.h24-Spinner-overlay.h24-Spinner-overlayToFront {
  z-index: 1000;
}
.h24-Spinner-overlay.h24-Spinner-overlaySpinner {
  left: 50% !important;
  top: 50% !important;
  margin: -10px 0 0 -10px !important;
  width: 10px !important;
  height: 10px !important;
  background: transparent !important;
  border: 4px solid #298dd2;
  border-right-color: transparent;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin .6s infinite linear;
  -moz-animation: spin .6s infinite linear;
  animation: spin .6s infinite linear;
}
.h24-Spinner-overlay.h24-Spinner-overlaySpinner:after {
  background: rgba(255,255,255,0.9);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/************ public/js/jquery/farbtastic/farbtastic.css ************/
.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url('../../../public/js/jquery/farbtastic/wheel.png') no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url('../../../public/js/jquery/farbtastic/mask.png') no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url('../../../public/js/jquery/farbtastic/marker.png') no-repeat;
}

.h24_block_image_grid .h24_block_content {
  min-height: 50px;
}
.h24-ImageGridBlock-settingsDialog__isEmpty .info_message {
  display: block;
}
.h24_block_image_grid .info_message {
  display: none;
}
.h24-ImageGridBlock-container {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.h24-ImageGridBlock-group {
  margin: 0;
  padding: 0;
  border: 0;
}
.h24-ImageGridBlock-groupContainer__isOpen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  padding: 10px;
  overflow: scroll;
  cursor: default;
}
.h24-ImageGridBlock-groupContainer__isOpen .h24-ImageGridBlock-group {
  position: absolute;
  width: 500px;
}
.h24-ImageGridBlock-groupContainer__isOpen .h24-ImageGridBlock-item {
  display: inline-block !important;
  position: relative !important;
}
.h24-ImageGridBlock-groupContainer__isLaidOut.h24-ImageGridBlock-groupContainer__isOpen .h24-ImageGridBlock-item {
  margin-left: 0 !important;
}
.h24-ImageGridBlock-item {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.h24-ImageGridBlock-item:nth-child(n) {
  display: none;
}
.h24-ImageGridBlock-item:first-child {
  position: relative;
  display: inline-block;
}
.h24-ImageGridBlock-item:nth-last-of-type(-n+3) {
  display: inline-block;
}
.h24-ImageGridBlock-menu {
  display: none;
  position: absolute;
  right: 4px;
  margin-top: -22px;
  font-size: 12px;
}
.h24-ImageGridBlock-menuBtn {
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px !important;
}
.h24-ImageGridBlock-menuBtn > .caret {
  margin-top: 1px;
  margin-left: 0;
}
.h24-ImageGridBlock-menuBtn > .caret:before {
  border: none;
}
.h24-ImageGridBlock-dropdownMenu {
  padding: 5px 0 !important;
  margin: 12px 0 0 !important;
  z-index: 990;
  font-family: 'OpenSans', Arial, Helvetica, sans-serif;
}
.open .h24-ImageGridBlock-dropdownMenu {
  display: block;
}
.h24-ImageGridBlock-dropdownMenu > li {
  margin: 0 !important;
  list-style-type: none !important;
}
.h24-ImageGridBlock-dropdownMenu > li small {
  font-size: .8em;
  -webkit-font-smoothing: antialiased;
}
.h24-ImageGridBlock-dropdownMenu > .divider {
  margin: 5px 0 !important;
}
.h24-ImageGridBlock-dropdownMenu textarea {
  font-family: 'OpenSans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 35px;
  min-width: 100%;
  margin: 0;
}
.h24-ImageGridBlock-dropdownMenu .h24_placeholder_replacer {
  font-size: 0;
  line-height: 0;
  margin-bottom: 0;
}
.no-placeholder .h24-ImageGridBlock-dropdownMenu .h24_placeholder_replacer {
  white-space: normal;
  font-size: 12px;
  line-height: 14px;
}
.h24-ImageGridBlock-caption,
.h24-ImageGridBlock-groupCaption {
  margin-top: 0.5em;
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: left;
}
.h24-ImageGridBlock-caption:empty,
.h24-ImageGridBlock-groupCaption:empty {
  margin-top: 0;
}
.h24-ImageGridBlock-groupCaption,
.h24-ImageGridBlock-caption {
  display: none;
}
.h24_block_image_grid_show_captions .h24-ImageGridBlock-groupCaption,
.h24_block_image_grid_show_captions .h24-ImageGridBlock-caption {
  display: block;
}
.h24-ImageGridBlock-group .h24-ImageGridBlock-caption {
  display: none;
}
.h24-ImageGridBlock-groupContainer__isOpen .h24-ImageGridBlock-groupCaption {
  display: none !important;
}
.h24_block_image_grid_show_captions .h24-ImageGridBlock-groupContainer__isOpen .h24-ImageGridBlock-caption {
  display: block;
}
.h24_block_image_grid_link {
  height: 100%;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}
.h24-ImageGridBlock-frame {
  overflow: hidden;
  border-style: solid;
  border-color: #FFF;
}
.h24_block_image_grid_crop_none .h24_block_image_grid_crop_w_gt_h,
.h24_block_image_grid_crop_none .h24_block_image_grid_crop_h_gte_w {
  width: 100%;
  height: auto;
}
.h24_block_image_grid_crop_square .h24_block_image_grid_crop_w_gt_h {
  width: auto;
  height: 100%;
}
.h24_block_image_grid_crop_square .h24_block_image_grid_crop_h_gte_w {
  width: 100%;
  height: auto;
}
.h24_block_image_grid_crop_rectangle .h24_block_image_grid_crop_h_gt_23w {
  width: 100%;
  height: auto;
}
.h24_block_image_grid_crop_rectangle .h24_block_image_grid_crop_23w_gte_h {
  width: auto;
  height: 100%;
}
.h24-ImageGridBlock-handle {
  display: none;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  cursor: move;
  background-image: url('https://edit.hemsida24.se/public/css/block/images/h24_bcp_handle.png');
}
.cssgradients .h24-ImageGridBlock-handle {
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.4) 1px,rgba(0,0,0,0.3) 1px,transparent);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.4) 1px,rgba(0,0,0,0.3) 1px,transparent);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.4) 1px,rgba(0,0,0,0.3) 1px,transparent);
  background-image: -o-linear-gradient(rgba(255,255,255,0.4) 1px,rgba(0,0,0,0.3) 1px,transparent);
  background-image: linear-gradient(rgba(255,255,255,0.4) 1px,rgba(0,0,0,0.3) 1px,transparent);
  background-size: 3px 3px;
}
.h24_bcp_is-visible .h24-ImageGridBlock-container > .h24-ImageGridBlock-item:hover > .h24-ImageGridBlock-handle,
.h24_bcp_is-visible .h24-ImageGridBlock-container > .h24-ImageGridBlock-item:hover > .h24-ImageGridBlock-menu,
.h24_bcp_is-visible .h24-ImageGridBlock-group:hover > .h24-ImageGridBlock-handle,
.h24_bcp_is-visible .h24-ImageGridBlock-group:hover > .h24-ImageGridBlock-menu,
.h24-ImageGridBlock-groupContainer__isOpen .h24-ImageGridBlock-item:hover > .h24-ImageGridBlock-handle,
.h24-ImageGridBlock-groupContainer__isOpen .h24-ImageGridBlock-item:hover > .h24-ImageGridBlock-menu {
  display: inline-block;
}
.h24_bcp_child-is-active .h24-ImageGridBlock-container > .h24-ImageGridBlock-item > .h24-ImageGridBlock-handle,
.h24_bcp_child-is-active .h24-ImageGridBlock-container > .h24-ImageGridBlock-item > .h24-ImageGridBlock-menu,
.h24-ImageGridBlock-groupContainer__isOpen:hover > .h24-ImageGridBlock-group > .h24-ImageGridBlock-handle,
.h24-ImageGridBlock-groupContainer__isOpen:hover > .h24-ImageGridBlock-group > .h24-ImageGridBlock-menu {
  display: none;
}
.h24_bcp_child-is-active .h24-ImageGridBlock__isActive .h24-ImageGridBlock-item > .h24-ImageGridBlock-handle,
.h24_bcp_child-is-active .h24-ImageGridBlock__isActive .h24-ImageGridBlock-item > .h24-ImageGridBlock-menu,
.h24_bcp_child-is-active .h24-ImageGridBlock__isActive .h24-ImageGridBlock-group > .h24-ImageGridBlock-handle,
.h24_bcp_child-is-active .h24-ImageGridBlock__isActive .h24-ImageGridBlock-group > .h24-ImageGridBlock-menu {
  display: inline-block;
}
.h24-ImageGridView-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  padding: 10px;
  background-color: rgba(0,0,0,0.5);
  overflow: scroll;
}
.h24-ImageGridView {
  text-align: center;
}
.h24-ImageGridView img {
  max-width: 200px;
  max-height: 200px;
}
.h24-PageBackground-video {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
  z-index: 0;
  top: 0;
  background-color: transparent;
}
.h24-PageBackground-video__pending {
  opacity: 0;
}
.pp-FauxSection {
  position: absolute;
  height: 100%;
  z-index: 0;
  left: 0;
  right: 0;
}
.pp-FauxSection:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.h24-SidePanel__leftPanelVisibleOnPage .pp-FauxSection:before {
  left: 231px;
  width: inherit;
  right: 0;
}
.h24-u-documentBackgroundHolder-opacity-color {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}
.ua-ie7 .clearer {
  height: 1px;
}
.ua-ie8 .h24_price_block_contents,
.ua-ie8 .h24_price_block_contents .h24_price_li,
.ua-ie8 .h24_price_block_contents .h24_price_li select {
  max-width: none;
}
.ua-ie8 .h24_price_block_contents .h24_price_li select {
  max-width: 200px;
}
.ua-lte-ie8 .h24_large_inputs input[type=text],
.ua-lte-ie8 .h24_large_inputs input[type=password] {
  padding-top: 8px;
  padding-bottom: 1px;
}
.ua-lte-ie8 .h24-PageBackground-compatibilityHelper {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif',sizingMethod='scale')";
}
.h24-InstagramBlock-post {
  margin-bottom: 10px;
}
.h24-InstagramBlock-postTime {
  margin: 20px 0 0 0;
}
.h24-InstagramBlock-postImageBox {
  margin: 0px 0px 5px 0px;
}
.h24-InstagramBlock-postImage {
  width: 100%;
}
.h24-InstagramBlock-postDetailsBox {
  height: 25px;
}
.h24-InstagramBlock-postLikesWrapper {
  float: left;
}
.h24-InstagramBlock-postLikesIcon {
  margin-right: 5px;
  float: left;
}
.h24-InstagramBlock-postLikesText {
  float: right;
}
.h24-InstagramBlock-postDateWrapper {
  float: right;
}
.h24-InstagramBlock-postDateIcon {
  float: left;
  margin-right: 5px;
}
.h24-InstagramBlock-postDateText {
  float: right;
}
.h24-InstagramBlock-captionField {
  padding: 5px;
  margin: 5px 0px 35px 0px;
}
.h24-InstagramBlock-postComment {
  margin: 15px 0px 30px 0px;
}
.h24-InstagramBlock-commentUserCreateTime {
  text-decoration: underline;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
}
.h24-InstagramBlock-commentProfilePicture {
  width: 50px;
  float: left;
}
.h24-InstagramBlock-commentProfileHeader {
  width: 70%;
  float: left;
}
.h24-InstagramBlock-commentUserFullname {
  margin: 0px 0px 0px 10px;
  font-weight: bold;
}
.h24-InstagramBlock-commentUserComment {
  float: left;
  margin: 5px 0px 0px 10px;
  clear: both;
}
.h24-InstagramBlock-commentDateWrapper {
  margin: 5px 0 10px 10px;
  float: left;
}
.h24-InstagramBlock-commentDateIcon {
  float: left;
  margin-right: 5px;
}
.h24-InstagramBlock-commentDateText {
  float: right;
}
.h24-InstagramBlock-commentLoadButtonArea {
  height: 30px;
}
.h24-InstagramBlock-commentLoadButton {
  float: left;
}
.h24-InstagramBlock-commentLoadSpinnerWrapper {
  float: left;
  margin-left: 10px;
  margin-top: -5px;
}
.h24-InstagramBlock-commentLoadSpinnerWrapper > div {
  height: 32px;
  width: 32px;
}
.h24-InstagramBlockSettings-profileStatus__yes .h24-InstagramBlockSettings-tokenArea {
  display: none;
}
.h24-InstagramBlockSettings-profileStatus__yes .h24-InstagramBlockSettings-profileArea {
  display: block;
}
.h24-InstagramBlockSettings-profileStatus__yes .h24-InstagramBlockSettings-displayArea {
  display: block;
}
.h24-InstagramBlockSettings-profileStatus__no .h24-InstagramBlockSettings-tokenArea {
  display: block;
}
.h24-InstagramBlockSettings-profileStatus__no .h24-InstagramBlockSettings-profileArea {
  display: none;
}
.h24-InstagramBlockSettings-profileStatus__no .h24-InstagramBlockSettings-displayArea {
  display: none;
}
.h24-InstagramBlockSettings-accessText {
  float: left;
  width: 250px !important;
}
.h24-InstagramBlockSettings-informationText {
  display: inline-block;
  margin: 0 0 5px 0;
}
.h24-InstagramBlockSettings-profileText {
  float: left;
  width: 250px !important;
}
.h24-InstagramBlockSettings-profileButtons {
  clear: both;
}
.h24-InstagramBlockSettings-profileLeft {
  float: left;
  width: 50px !important;
}
.h24-InstagramBlockSettings-profileRight {
  float: left;
  width: 200px !important;
}
.h24-InstagramBlockSettings-profileUpdate {
  cursor: pointer;
  float: left;
  font-size: 15px;
}
.h24-InstagramBlockSettings-profileDelete {
  cursor: pointer;
  float: left;
  padding-left: 5px;
  font-size: 15px;
}
.h24-InstagramBlockSettings-profileFullname {
  padding-left: 10px;
  padding-bottom: 5px;
}
.h24-InstagramBlockSettings-profileUsername {
  padding-left: 10px;
  padding-bottom: 5px;
}
.h24-InstagramBlockSettings-profileWebsite {
  padding-left: 10px;
}
.h24-InstagramBlockSettings-profileButtonLeft {
  float: left;
  margin-top: 15px;
}
.h24-InstagramBlockSettings-profileButtonRight {
  float: left;
  margin: 15px 0 0 5px;
}
.h24-InstagramBlockSettings-numberArea {
  float: left;
  width: 250px !important;
}
.h24-InstagramBlockSettings-selector {
  float: left;
}
.h24-InstagramBlockSettings-numberPostsTextInfo {
  float: left;
  margin: 3px 0 0 10px;
}
.h24-InstagramBlockSettings-showDateCheckbox {
  margin-top: 20px;
}
.h24-InstagramBlockSettings-showCaptionCheckbox {
  margin-top: 10px;
}
.h24-InstagramBlockSettings-showCommentCheckbox {
  margin-top: 10px;
}
.h24-InstagramBlockSettings-showLikesCheckbox {
  margin-top: 10px;
}
.h24-FloatingPanel {
  position: absolute;
  z-index: 999;
  background-color: #3b414a;
  border-radius: 6px;
  padding: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", "OpenSans", sans-serif;
  text-align: left;
  -webkit-animation: .4s bounceIn;
  -moz-animation: .4s bounceIn;
  animation: .4s bounceIn;
}
.h24-FloatingPanel-header {
  position: relative;
  margin: -2px -2px 0 -2px;
  padding: 10px 12px 12px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.h24-FloatingPanel-title {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  margin: 0;
  cursor: default;
  padding: 0;
}
.h24-FloatingPanel-moveHandle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -12px;
  padding-left: 45%;
  padding-right: 45%;
  width: 100%;
  height: 24px;
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.15) 0.5px,rgba(0,0,0,0.2) 1.5px,transparent 4px);
  background-image: -moz-linear-gradient(rgba(255,255,255,0.15) 0.5px,rgba(0,0,0,0.2) 1.5px,transparent 4px);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.15) 0.5px,rgba(0,0,0,0.2) 1.5px,transparent 4px);
  background-image: -o-linear-gradient(rgba(255,255,255,0.15) 0.5px,rgba(0,0,0,0.2) 1.5px,transparent 4px);
  background-image: linear-gradient(rgba(255,255,255,0.15) 0.5px,rgba(0,0,0,0.2) 1.5px,transparent 4px);
  background-size: 1px 5px;
  background-clip: content-box;
}
.no-cssgradients .h24-FloatingPanel-moveHandle {
  background-image: url('../../../public/css/common/images/h24_bcp_handle.png');
  background-size: auto;
}
.h24-FloatingPanel-headerBtnGroup {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.h24-FloatingPanel-headerBtn {
  border: 0;
  margin: 0;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .1s;
  transition: all .1s;
}
.h24-FloatingPanel-headerBtn > [data-icon] {
  font-size: 16px;
  position: relative;
  top: 2px;
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}
.h24-FloatingPanel-headerBtn:hover > [data-icon],
.h24-FloatingPanel-headerBtn:active > [data-icon] {
  opacity: .7;
  filter: alpha(opacity=70);
}
.h24-FloatingPanel-headerBtn:active {
  color: #CCC;
}
.h24-FloatingPanel-btnSeparator {
  display: inline-block;
  height: 16px;
  margin: 3px 5px 0;
  border-right: 1px solid rgba(255,255,255,0.3);
  -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  vertical-align: middle;
}
.h24-FloatingPanel-headerBtn,
.h24-FloatingPanel-title {
  color: #FFF;
  text-shadow: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
}
.h24-FloatingPanel-container {
  border-radius: 3px;
  background-color: #FFF;
}
.h24-FloatingPanel-container:before,
.h24-FloatingPanel-container:after {
  content: " ";
  display: table;
}
.h24-FloatingPanel-container:after {
  clear: both;
}
.h24-FloatingPanel-body {
  -webkit-background-clip: padding-box;
  font-size: 14px;
  line-height: 17px;
  color: #3f3f3f;
  padding: 20px 15px 20px;
}
.h24-FloatingPanel-body a:not(.btn):not(.ui-tabs-anchor):not(.h24-Button):not(.calendar_link),
.h24-FloatingPanel-body a:not(.btn):not(.ui-tabs-anchor):not(.h24-Button):not(.calendar_link):active,
.h24-FloatingPanel-body a:not(.btn):not(.ui-tabs-anchor):not(.h24-Button):not(.calendar_link):visited {
  color: #5FA72F;
  text-decoration: none;
  cursor: pointer;
}
.h24-FloatingPanel-body a:not(.btn):not(.ui-tabs-anchor):not(.h24-Button):not(.calendar_link):hover {
  color: #3d6b1e;
  text-decoration: underline;
  cursor: pointer;
}
.h24-FloatingPanel-body .h24-Button {
  color: #fff;
}
.h24-FloatingPanel-body hr {
  margin-top: 60px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.h24-FloatingPanel-body hr.small {
  margin-top: 20px;
  margin-bottom: 20px;
}
.h24-FloatingPanel-body .ui-tabs-nav {
  padding-left: 17px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.h24-FloatingPanel-body p {
  margin: 0 0 10px;
}
.h24-FloatingPanel-body p:last-child {
  margin-bottom: 0;
}
.h24-FloatingPanel-body h1 {
  margin: 20px 0;
  font-weight: normal;
  color: #555;
  text-rendering: optimizelegibility;
  font-size: 23px;
}
.h24-FloatingPanel-body h1:first-child {
  margin-top: 0;
}
.h24-FloatingPanel-body h2 {
  margin: 20px 0;
  font-weight: normal;
  color: #555;
  text-rendering: optimizelegibility;
  font-size: 18px;
}
.h24-FloatingPanel-body h2:first-child {
  margin-top: 0;
}
.h24-FloatingPanel-body h3 {
  margin: 20px 0;
  font-weight: normal;
  color: #555;
  text-rendering: optimizelegibility;
  font-size: 18px;
}
.h24-FloatingPanel-body h3:first-child {
  margin-top: 0;
}
.h24-FloatingPanel-body h4 {
  margin: 20px 0;
  font-weight: normal;
  color: #555;
  text-rendering: optimizelegibility;
  font-size: 18px;
}
.h24-FloatingPanel-body h4:first-child {
  margin-top: 0;
}
.h24-Sidemenu + .h24-FloatingPanel-body {
  margin-left: 235px;
  margin-bottom: 60px;
}
.h24-FloatingPanel-footer {
  position: absolute;
  right: 18px;
  bottom: 21px;
}
.h24-FloatingPanel-headingL {
  margin: 20px 0;
  font-weight: normal;
  color: #555;
  text-rendering: optimizelegibility;
  font-size: 23px;
}
.h24-FloatingPanel-headingL:first-child {
  margin-top: 0;
}
.h24-FloatingPanel-headingM {
  margin: 20px 0;
  font-weight: normal;
  color: #555;
  text-rendering: optimizelegibility;
  font-size: 18px;
}
.h24-FloatingPanel-headingM:first-child {
  margin-top: 0;
}
.h24-HpButton {
  display: inline-block;
  text-align: center;
  background-color: #FF5D00;
  line-height: 140%;
  border-radius: 4px;
  padding: .7em 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.6);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.6);
}
.h24-HpButton__fullWidth {
  display: block;
}
.h24-HpButton__isPrimary {
  background-color: #FF5D00;
}
.h24-HpButton__isSecondary {
  background-color: #1C1C1C;
}
.h24-HpButton__isSmall {
  padding: .4em 1em;
  font-weight: normal !important;
  font-size: 10px !important;
}
.h24-HpButton__isMedium {
  padding: .7em 1em;
}
.h24-HpButton__isBig {
  padding: 1.3em 1.5em;
}
.h24-HpButton:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.8);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.8);
}
.h24-HpButton:active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px -1px rgba(0,0,0,.8);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px -1px rgba(0,0,0,.8);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px -1px rgba(0,0,0,.8);
}
.h24-HpButton-icon {
  padding-right: .3em;
}
.h24-HpButton-icon:before {
  font-family: 'h24-icon';
}
.h24-HpButton-icon__toRight {
  padding-right: 0;
  padding-left: .3em;
}
.h24-HpButton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.h24-HpButton[disabled],
.h24-HpButton__disabled {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  visibility: visible;
}
.h24-HpButton__noShadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.h24-ButtonBlock-alignLeft {
  text-align: left;
}
.h24-ButtonBlock-alignCenter {
  text-align: center;
}
.h24-ButtonBlock-alignRight {
  text-align: right;
}
.h24-ButtonBlockSettings-linkContainer {
  width: 600px !important;
}
.h24-ButtonBlockSettings-linkCheckboxWrapper {
  float: left;
}
.h24-ButtonBlockSettings-linkButtonTextEdit {
  display: inline;
}
.h24-ButtonBlockSettings-linkButtonTextCreate {
  display: inline;
}
.h24-ButtonBlockSettings-leftContainer {
  float: left;
  width: 80px;
}
.h24-ButtonBlockSettings-rightContainer {
  float: left;
  margin: 0px 0px 0px 20px;
}
.h24-ButtonBlockSettings-iconContainer {
  float: left;
  margin: 0px 0px 0px 20px;
}
.h24-ButtonBlockSettings-iconHolder {
  float: left;
  width: auto;
  margin: 10px 0px 0px 30px;
}
.h24-ButtonBlockSettings-iconText {
  float: left;
  cursor: pointer;
  margin-top: 25px;
}
.h24-ButtonBlockSettings-iconDefault {
  font-size: 40px;
  border: 1px dashed #808080;
  color: #000;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}
.h24-ButtonBlockSettings-iconPickerContainer {
  clear: both;
}
.h24-ButtonBlockSettings-iconPickerCloseButton {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.h24-ButtonBlockSettings-optionContainer {
  float: left;
  width: 120px;
  margin-top: 5px;
}
.h24-ButtonBlockSettings-iconPickerHolder {
  width: 100%;
  height: 200px;
  overflow: auto;
  box-shadow: inset 0px -20px 10px -20px #000;
}
.h24-ButtonBlockSettings-icon__isMarked {
  color: #469C23;
}
.h24-ButtonBlockSettings-categoryDiscription {
  margin-left: 9px;
}
.h24-ButtonBlockSettings-iconListHolder {
  border: 1px solid #000000;
  width: 88%;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.h24-ButtonBlockSettings-icon {
  font-size: 30px;
  display: inline-block;
}
.h24-ButtonBlockSettings-icon:hover {
  color: #469C23;
  cursor: pointer;
}
.h24-socialBox-container {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 30px !important;
  z-index: 900;
  font-size: 0px;
}
.h24-socialBox-dragHandle {
  position: absolute;
  z-index: 3000;
  top: 33px;
  left: 50%;
  width: 60px;
  height: 20px;
  margin-left: -30px;
  padding-top: 1px;
  border-radius: 2px;
  background-color: #008ecd;
  background-image: -moz-linear-gradient(top,#0095d8 0%,#0083be 100%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(0%,#0095d8),to(100%,#0083be));
  background-image: -webkit-linear-gradient(top,#0095d8 0%,#0083be 100%);
  background-image: -o-linear-gradient(top,#0095d8 0%,#0083be 100%);
  background-image: linear-gradient(to bottom,#0095d8 0%,#0083be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0094d7', endColorstr='#ff0083be', GradientType=0);
  color: #FFF;
  font-size: 15px;
  text-align: center;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  cursor: move !important;
}
.h24-socialBox-container a {
  text-decoration: none;
}
.h24-socialBox-container a:hover {
  text-decoration: none;
}
.h24-socialBox-container-holder {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.h24-socialBox-container-icons {
  border: 1px solid transparent;
  text-decoration: none;
  height: 30px !important;
}
.h24-socialBox-transparentBorder {
  border: 1px solid transparent;
  text-decoration: none;
}
.sitepreview .h24-socialBox-container-icons:hover {
  border: 1px solid #0089C1;
  text-decoration: none;
}
.h24-socialBox-container-icons__marked {
  border: 1px solid #0089C1;
  text-decoration: none;
}
.h24-socialBox-headerPanel-icon {
  font-size: 25px;
  padding: 2px;
}
.h24-socialBox-headerPanel-icon__dark {
  color: rgba(34,34,34,0.5);
}
.h24-socialBox-headerPanel-icon__dark:hover {
  text-decoration: none;
  color: #222;
}
.h24-socialBox-headerPanel-icon__light {
  color: rgba(204,204,204,0.5);
}
.h24-socialBox-headerPanel-icon__light:hover {
  text-decoration: none;
  color: #CCC;
}
.h24-socialBox-icon__disabled {
  color: #8A8A8A;
}
.h24-socialBox-sidePanel-content {
  padding: 5px 20px 0 20px;
}
.h24-socialBox-sidePanel-icon__enable {
  color: #000;
}
.h24-SocialLinks-sortableHandle__warning {
  border-color: red;
}
.h24-socialBox-sidePanel-section {
  padding: 10px 0 10px 0;
}
.h24-socialBox-sidePanel-iconStyleSelection {
  width: 200px;
  height: 30px;
  font-size: 20px;
}
.h24-socialBox-sidePanel-iconstyleWrapper {
  width: 210px;
  display: inline-block;
  padding-bottom: 2px;
}
.h24-socialBox-sidePanel-iconstyle-containerSquare,
.h24-socialBox-sidePanel-iconstyle-containerCircle {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
  border-radius: 3px;
  float: left;
  height: 80px;
  width: 90px;
  text-align: center;
  position: relative;
  font-weight: 600;
}
.h24-socialBox-sidePanel-iconstyle-containerSquare {
  margin-right: 20px;
}
.h24-socialBox-sidePanel-iconstyle-square {
  font-size: 38px;
  color: #333;
  display: block;
  margin: 6px 0;
}
.h24-socialBox-sidePanel-iconstyle-text {
  font-size: 12px;
  font-weight: normal;
  margin: 0 !important;
}
.h24-socialBox-sidePanel-iconstyle-circle {
  font-size: 38px;
  line-height: 80px;
  color: #333;
  display: block;
  margin: 6px 0;
}
.h24-socialBox-sidePanel-iconcolor-dark,
.h24-socialBox-sidePanel-iconcolor-light {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
  border-radius: 3px;
  float: left;
  height: 40px;
  width: 90px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}
.h24-socialBox-sidePanel-iconcolorWrapper {
  width: auto;
  display: inline-block;
}
.h24-socialBox-sidePanel-iconcolor-dark {
  margin-right: 20px;
  background-color: #222;
  color: #EEE;
}
.h24-socialBox-sidePanel-iconcolor-light {
  background-color: #FFF;
  color: #404a4f;
}
.h24-socialBox-sidePanel-iconcolor__marked,
.h24-socialBox-sidePanel-iconstyle__marked {
  box-shadow: inset 0 0 0 2px #48b500;
}
.h24-HpInput {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-appearance: none;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.h24-HpInput:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.h24-HpInput__stateDisabled,
.h24-HpInput[disabled] {
  visibility: visible;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.h24-HpInput__stateInvalid,
.h24-HpInput[invalid] {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px 1px red;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px 1px red;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px 1px red;
}
.responsive_container {
  display: none;
}
#h24_store_mini_cart {
  position: absolute;
  z-index: 2005;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
  border-radius: 4px;
  padding: 5px;
  padding-left: 10px;
  height: 36px;
  min-width: 150px;
  background-color: rgba(255,255,255,92);
}
#h24_store_mini_cart_placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
}
.h24_store_mini_cart_go_checkout {
  float: right;
  font-size: 15px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  text-align: left;
}
.h24_store_mini_cart_go_checkout [data-icon] {
  float: right;
  font-size: 16px !important;
  margin-right: 8px;
  margin-top: 4px;
}
.h24_store_mini_cart_quantity_container {
  position: relative;
  height: 100%;
  display: inline-block;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 50%;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.h24_store_mini_cart_quantity {
  background-color: #FFF;
  border-radius: 10px;
  color: #444;
  display: block;
  font-family: Helvetica, Arial;
  font-size: 13px;
  font-weight: bold;
  line-height: 7px;
  margin: 6px;
  padding: 4px;
  text-align: center;
  position: absolute;
}
#h24_store_mini_cart .h24-HpButton {
  padding: 0;
}
.h24_store_mini_cart_price {
  font-family: Helvetica, Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 10px;
  color: #444;
}
#h24_store_mini_cart.h24_store_mini_cart_fixed {
  position: fixed !important;
  top: 0 !important;
}
.h24_store_mini_cart_drag_handle_background {
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.h24_store_mini_cart_drag_handle {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 3000;
  top: 7px;
  left: 50%;
  width: 60px;
  height: 20px;
  margin-left: -30px;
  padding-top: 1px;
  border-radius: 2px;
  background-color: #008ecd;
  background-image: -moz-linear-gradient(top,#0095d8 0%,#0083be 100%);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(0%,#0095d8),to(100%,#0083be));
  background-image: -webkit-linear-gradient(top,#0095d8 0%,#0083be 100%);
  background-image: -o-linear-gradient(top,#0095d8 0%,#0083be 100%);
  background-image: linear-gradient(to bottom,#0095d8 0%,#0083be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0094d7', endColorstr='#ff0083be', GradientType=0);
  color: #FFF;
  font-size: 15px;
  text-align: center;
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  cursor: move !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#h24_store_mini_cart:hover .h24_store_mini_cart_drag_handle_background {
  opacity: 0.15;
  filter: alpha(opacity=15);
  visibility: visible;
}
#h24_store_mini_cart:hover .h24_store_mini_cart_drag_handle {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
#h24-CookieBar {
  display: none;
  font-size: 12px;
  font-family: helvetica, arial, sans-serif;
  background-color: #FFFFFF;
  border-bottom: 2px solid #EFEFEF;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #222;
}
#h24-CookieBar a {
  font-family: helvetica, arial, sans-serif;
  margin-left: 10px;
  text-decoration: none;
  outline: 0;
}
#h24-CookieBar a:hover {
  text-decoration: underline;
}
#h24-CookieBar button {
  font-family: helvetica, arial, sans-serif;
  font-size: 15px;
  margin-left: 10px;
  line-height: 0.5;
}
#h24-CookieBar.onTop {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
}
#h24-CookieBar.h24-CookieBar__light {
  background-color: #222222;
}
#h24-CookieBar.h24-CookieBar__light span {
  color: #FFFFFF;
}
@media all and (max-width: 450px) {
  #h24-CookieBar span {
    display: block;
    margin-bottom: 10px;
  }
  #h24-CookieBar a {
    display: none;
  }
  #h24-CookieBar button {
    clear: both;
    display: block;
    margin: 0 auto;
  }
}

/************ public/js/jquery/remodal/remodal.css ************/
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/************ public/js/jquery/remodal/remodal-default-theme.css ************/
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

/*.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}*/

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/************ public/js/fancyBox/jquery.fancybox.css ************/
/*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: none;
    text-shadow: none;
}

#fancybox-lock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8020;
    overflow-y: scroll;
    overflow-y: auto;
    overflow-x: auto;

    -webkit-transition : -webkit-transform 0.5s;
    -webkit-transform  : translateX(0px);
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    -webkit-transform: translate3d(0,0,0);
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-skin {
    border-style: solid;
    border-color: #fff;
    background: #fff;
    color: #444;
}

.fancybox-inner {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.fancybox-spacer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 1px;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
    zoom: 1;
}

a.fancybox-close {
    position: absolute;
    top: -23px;
    right: -23px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-position: 0 0;
    z-index: 8040;
}

a.fancybox-nav {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
    overflow: hidden;
}

.fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav
 {
    width: 70px;
}

a.fancybox-prev {
    left: -70px;
}

a.fancybox-next {
    right: -70px;
}

a.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    cursor: pointer;
    z-index: 8040;
}

a.fancybox-prev span {
    left: 0;
    background-position: 0 -50px;
}

a.fancybox-next span {
    right: 0;
    background-position: 0 -100px;
}

.fancybox-mobile  a.fancybox-nav {
    max-width: 80px;
}

.fancybox-desktop  a.fancybox-nav {
    opacity: 0.5; filter: alpha(opacity=50);
}

.fancybox-desktop a.fancybox-nav:hover {
    opacity: 1; filter: alpha(opacity=100);
}

/*a.fancybox-expand {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46px;
    height: 46px;
    z-index: 8050;
    opacity: 0;  filter: alpha(opacity=0);
    background-position: 0 -150px;
    zoom: 1;
    -webkit-transition: opacity .5s ease;
       -moz-transition: opacity .5s ease;
         -o-transition: opacity .5s ease;
            transition: opacity .5s ease;
}*/

.fancybox-wrap:hover a.fancybox-expand {
    opacity: 0.5;  filter: alpha(opacity=50);
}

.fancybox-wrap a.fancybox-expand:hover {
    opacity: 1;  filter: alpha(opacity=100);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-color: #111;
    background-image: url(data:image/gif;base64,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);
    background-position: center center;
    opacity: 0.85; filter: alpha(opacity=85);
    cursor: pointer;
    z-index: 8060;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.fancybox-tmp {
    position: absolute !important;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-title {
    font: normal 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.5;
    position: relative;
    text-shadow: none;
    z-index: 8050;
    display: block;
    visibility: hidden;
}

.fancybox-title-float-wrap {
    position: relative;
    margin-top: 10px;
    text-align: center;
    zoom: 1;
    left: -9999px;
}

.fancybox-title-float-wrap > div {
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 1px 2px #222;
    background: transparent; background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 15px;
    background: #000; background: rgba(0, 0, 0, .8);
    max-height: 50%;
    overflow: auto;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 8010;
}

.fancybox-overlay-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

/* Default theme */
.fancybox-default-skin {
    border-color: #f9f9f9;
    background: #f9f9f9;
}

.fancybox-default-skin-open {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-default-overlay {
    background: #333;
    opacity: 0.8; filter: alpha(opacity=80);
}

.fancybox-default a.fancybox-close,
.fancybox-default a.fancybox-expand,
.fancybox-default a.fancybox-nav span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAADICAYAAACXpNOoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RkZERjA4NTZBNEMxMUUyOTFGMkY4MEVGREQ0MkRDNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RkZERjA4NDZBNEMxMUUyOTFGMkY4MEVGREQ0MkRDNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU2OUM1RDBBNEI2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .fancybox-default a.fancybox-close,
    .fancybox-default a.fancybox-expand,
    .fancybox-default a.fancybox-nav span
    {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAGQCAYAAAAjsgcjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMTg4NzhCQTZBNEYxMUUyQTQ2NEQ0Nzc1M0U1REU1MSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMTg4NzhCOTZBNEYxMUUyQTQ2NEQ0Nzc1M0U1REU1MSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0QzZBQjVDNEU2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+T32etwAAHWhJREFUeNrsnQtU1VX2x388FcQHaIZEiFb4QDQtSszG7IGplM+sCSvNno72GDNb/3+t5WQ1tpoms6an49DY1OhKXVNqZGmlpI6pmamI/ccAGZ+QKIggCv/9vZyD5/743efv8rvcy95rHS/I7/7uuZ977j5777PPPiH19fUai3USwsAZOANnYeAMnIWBM3AWBs7AGTgLAw9q4CEhIU7/HugfmKv35+v3zsBbG/CQCy+gPho1u5d10OTf0K96Bm4PWW2hooUpLVR5VKFLuHXUziuP55Xf69QPwhn8oAWuG8kq3HDRIkSLFI9h8+bNS7n55puv6tatW+/27dt3j46OToyMjOwYGhoajRvV1dVVnTt37sTZs2eLampq/lNZWbnr559/zrvlllv20p/P6T4Ew5FvNXDbk5w1Hzxfjs4wAbIttRhqsdQuptadWgq1tLFjx2auX7/+1V9++WUdATxR76XQh1BaUVGx/OjRo7OWLVvWQ7xmhOhDiBxoZtWhq/du1Jp1hCuqQx3NbUSLEi36gw8+uLlv376DBgwYMDIiIiLal5Mi9a/i5MmTOadPn85LTEz8VBn19T179qw/cOBA4I9wRW1IwO3EiE6gdjm1/tSuW7p06cuHDx/eV2+RkOrZUlZWdr/oU7gyPwTuCNeN6nChkyV0tI7Dhw/v/tJLL2UPHjx4lLN7k2rRvv/+e23fvn1aYWGhdvDgQe3EiRMajVbb39u1a6fFxsZql156qZacnKz17t1bS09P13r06OG0z6Tr/7Jjx45Xhw0bViJHu2LlBM6kKWCHKvoasKOFzu6AUf7hhx+OJ7k7KiqqvdH99u/fr61YsUJbu3atRqO/sQ+yH/r+yNdXv5E0yWqZmZnauHHjtF69ejnqd1l5eflzcXFxf9VPrAEBXAc7UkxUGNHthTrp/N13380cMmTIjUb32LBhg/buu+9qP/zwQyNgskY8tiJwL7JeGj+AgQMHag899JBGo9nwXtXV1e/Qh/+4N9D9BlyBLc27KDGqOwI0tYv27t37P3369EnTP3/37t3aCy+8oP3444+21woLC7N7Tf3rOxrhRr/j5/Pnz9seaULWnn32Wa1fv35N3gPp9tVt2rSZIExJt6H7BbjOrpYqBKO6E0AnkZB6mEVf7RT1SWT2aX/+8581UjG2jqugXT06euPOHgEez7/77ru1p556SiPAdvcgU/KrlStX3jlp0qST7kL3B3A5QcrJMUrqampdqcXn5+c/Q5PZFeqTMAE++eSTtskQoKE6jHS1+rs7wPWWg163Q9UAPCbX1157zTbR6qGTWTpajHSXE6k/gKsTpBzZccKh6UZqYlb//v37qE+Ajn700Ue1U6dONY5q+RpSZ7sa0e6OPEemGaB36NBBe/vtt206Xgd9FUEfr+h0nwIPNRN3MrC1obO7YGSTGnlADxsT4/3332+DHR4ebjeKAVsFbsbl1t9X/R0Nr40+oC/okyr0tyyaSBeYtdF9PcKlKjFy1S+hr+uYJ554Yrz6BEyKU6ZMwQRlG9ny3r6C7K6DIi0YCEZ6ZGSklpOTY5tUVamqqnqI7Py/OlMtVqoUVW+3U3T2JfQVTd24ceMs6myUvLioqEi76667NHKxbaNLrz6aE7YjrxDghQqxqZd//vOfdjoddjrNP4NSU1MP+hJ4qAlVEqYA7yDMv65z5869VYWNEY0J0gi2Xmc390KD+ppyopbq5fe//72tr8r1nS+77LJZvlYtoSaeFy6sEjnCu7z44ovDb7/99qvVC1955RWNRoqdGlHfsBWw9d9W/QeNvqGP6KsqZDo+dubMmWxf9sHbER4mJspoMVHCMuk8ceLEa/VOzccff2xnjajeo5Ww9dD13zD0EX1Fn1Uhi+URf45wvWUigceS2khPSUnppuq3efPm2XSlkb52x4MlawGBJtujOzqaRqNWUVFhe3QRNm7S0Ef0FV6v+lz6IDJOnz59u6+gh3o5uqX7Lj3K2GuvvfYy9cJvv/1W27VrV6MqceTMGAkAIypIloJNr+IRcwAmOCOB11peXm4DXVtba3t0dr2jvqCvsKbQd90oH+pv4G0U4B179OgRT7o7Vb3w/fffd2hnu4INwHqBCYfRrocI2AjX6kc0RitGuyvoRvb/e++9p7fNHz5w4MBFVgNX3fg2inXSYcaMGQOjoqIi5IUFBQXajh07mkyUrkQP+/rrr9feeustjLBGiCp0CVsKAlOLFy/W2rdv36hmXEHX9w99hjeMsIPy95jExMRJvhjloV5cr+pvODwxgwYNulS96F//+leTr6wr6Eaw33nnHe3WW2+1hW310I1gL1myRLvhhhtsjowKHdc70umO4jd4D3ZvPDR0qD9GuNTfcoTbgKenpyeoF65Zs8atoJM64RnBpm+N7XdA1EM3gt2xY0fb74iPqNBxvauJV9/f3NxcPfDh/hrh0p3HCI++6aabEsnRiVBXbI4ePdokAugMOkarlKFDh9rBliKhwxVXTTo9bCmA/vrrr6tBKbcnUNz7yJEjtiU+5ZqLSD319ccIl6s5tnbjjTcmqhdBdxt9VZ2JCgPxaj1sPfS2bdvadG3//v0NYUNgpSDerkx8btvn8uetW7fqHaHr/alSbMDT0tK6qhfBY/NEnehhPP7449o333zj8FoslSGsSvOG9sEHHziEfc899zQ6MegDPiR3nSL5MyZ/nVoZ4A/gcpQDemRycrLdO0aeh6cepByxENjRDz/8sFPov/nNb7SPPvrIFnRyBRsSHR3tcZ9wvapSBPAUq4Gr65a21rVrV7vEHbnSbmQFOBOkPEi9L6HrHRBXUUwEoRAC3rNnj9199ctprqwVKSUlJfrLevoDuF1OII2ySPUieHzexEqgVmJiYjyCroeNBQVvYDv6AH799Vf9/3Xxh+OjZrWG0gQXpl6kmmueihH06dOnN1mVMTIrcd3evXtNw1YHiYHH284frr0+zdinAujSSsGbhwWDSdJVMOqRRx6x2elSNSCe4srDdCXS7lek1l/x8EahN3Zer4vNiOpBAnLfvn1tpqAr9QT7/c0337R9YHJFxyj24k7U0dF7ob9VWg1cv+OgjnTnWfWCTp06NckL8QY2JDU11eYxGlkjRgIPFd8GR7EXT8FLT1U1gqwEbrTzoI48MjufGXl9+o67A95RbMTIznZ2P5iMzsIAzgDr73vxxRfrI5D/tRq4ur0Dw+Yc2aoVdnZTz54ej2x9LMUZbFgj9957r5aXl+fUOVKhI7TrziKGvk94LzrZ5w/g58TkYWu7du2ys52Q1aTPhHInLCuvcwV76tSp2vbt27UZM2ZoGzdudHhPhAHcjaUY9VXOH7oQxA6rgcvRDb2NiNPZdevWHVUvuuqqq5p8RV1BV2HMmjXLobuOkf3TTz/ZrocVAsvEkcmIDxFrlO7GUoxS46655hq7a+hbuNEfwGsFbLRqesNHaWJqJJaSkqKR99mY9+HObgoVxmOPPWZbADBy1wEb6kE2QEUqst45wv/DaVK/Ac5scn0f0ff4+Hi7xH762/G4uLi9/gCO0Q2FeEY8Vm/ZsqVUvXDUqFEeqRXEUqSzgxUauOcSuhobkVAQG5H3xZonoMvYC0a+HrY7sRR9f7HwYWeA19Z+q3mxS8KsWVgnRjhAV8m2devWY+pFY8aMcZrFauS4wMOUUCR0QNQHoqQHaRQG+Pzzz21qRg/bWaTQqI9oeA864N/5wrHzJNVN5hJilQcxhUuo4TvXIykpqXd+fv44enNhalx7586djUmb7iwiQzcDtqM+6d11XA87W6ovvbiCLSHj+TLnEPe88sorbdFI1eHZtGlTL3KuDquj3IpUN2ml1IjRDc+rsri4uHTp0qVF6oX4mhvl87nS5XA25MhVP3Sj2IiMvaipGN7A1vcTfddNlosI9jFfjHBvHB8JHN7EKdk2b978X70tjBUZTG76r6sr6LBSEE+BHY1HeK+OJj15PQBj+Q2P2NnmDmx9f9BX9Bl91wH/TvNyp5sZlSI/IJl8j/S2eK1hJ3EyGtnkE9PS0mLlxdC9yJoVwXvL0pPd9SrVES7VErJo1X1ApLv/TR/kMDF31bnr8foyliJNQ1gp8DLLqZ1AI4fFzhNDx3/72982bmzSqxV/lP5QX1tVJ+gj+qrfdFVeXv6+dmEvp2b1CJcfkpoXjoDDpWKkJxH0EZMnT75MjZHgjSCxxihd2cFrNCts/ajGRAkPGY6SqrrIs32L1NUsYQrXeRLT8WV4VrXHq0QEDe59Gdq8efO2ke1cqzocWD3HZCg9SvUN+6LIgCdqxAg2Jt5XX33VDjb9/dcvv/xygS9Ht5l4uGqPnxYqBc5P6f79+w9S5+1iDthZgHw9vCE5iaqmWHND1+tsCRt9QZ+QB6nfLn7kyJG5EydOPKi52FhlhUqRNrnhlhOoFTySmThq0qRJl6tPgguONAh4h1K96BM+fali9CpE/WAxsmHVIMClt0roG/o+WUZPim/xOa2F7PFxtKkqUbSEvLy8cdddd51dgHzLli026HBw1ER9o9zx5tw2CBUH2IMHD7Z77unTp78kFXOH+PbWai1kU5WErhadkRtiYSomCOjx5PaPT09Pt4vkt9SNseS1bqAPYqwC26n+tnqfphofPyt0OSbQ41CB1A7hMSsr69Pt27cf1et02LuIk0h32mhSk4Dkz66aeq1+UpavkZ2d3WTHmoCdN3v27PsUNeJxdYnmHuGqanG49ZtaN5qY4r/++utxGRkZl+hvAOcIW1OwW8Kd4gbq/xn13VFxA3iQzz33nGFxA9LZ66hv9+Tn51fo9HaL2/otoctcFXVnhK24gdDraBetWLFi9Lhx4/oYdRwTKiwZq8t3kDXy927dus0WjlyN5kEZj5ZSviNSmUgby3eIEd/lhRdeGDpz5swhHTp0MAyO+KJADRYPRowY4bRADamYkwUFBS/RiP+b0Nkeq5IWX6BGhHU79+nT51JSI9dPmDChv7N7I5kSKcPIYsXPhw4dsqXSyQVnBKoQ2EpISLDZ0YCLZTFXJZho0v77okWL/vLiiy8eUGAHToEa5Vp9CSapYmIU3R4nHmOff/75DLLVryZQ8Va49qSrfyTL6EMyBT9WVEitFoglmHTQ9UXG5I4JWXGio9DxeOxA1sFAbDscNWpU/6ioqEhfQibVUUVqamVRUdEWuv9qEY5QVUjgFhkzgB6qAx8lwMvaKmqLSU1N7Tp9+vQraaLrkZaWlkwOiFc1DGtqak6S+vnh4MGD299+++1VZAaWKKBrFNB1ZuLcLa4UqkGhSFnpza5QpHahxJ78P3wjIseMGZM4cuTIK0jnX0J6uktcXFws6e1ocskjRKz6bHV1deWpU6dKy8rKSoqLi/eT+bltwYIFewXgM4rqOKuoj/OaqEkbdLVnlZqzoboRH6GoG1mtU+4ditQu1KDVF3TUJySd1S5kEsgRXKOojVrdiK4T/a43G7cJlmK/EQrocM2+wrIK/LwCUoKtVQC3yGK/XM6aC7ZzwfZmBe5vYeCtHTiLxeFZFgbOwFkYOANnYeAMnIGzMHAGzsLAGTgLA2fgDJyFgTNwFgbOwFkYOANn4CwMnIGzMHAGzsLAGTgDZwkC4BYWFJObuOS+f+yQk1sRZZ0uVKKT27wbxQoWwQY8RIDGjmfU4EItrs7i/7ANBTvbUH8QNRaLtYYCadgfVG8VcIdFXHzdmvv1BWxsPcTm+gmpqanzly1b9sPhw4cr6kjOnTt3/sCBA2VvvPHGt7GxsXPomhFaQ02XNlayCArgAjb2e/amln3fffd9XFFRUV3vQH755ZeyQYMGvSKgXyxUEAP3ADZUxhWAPXHixI/OnDlTW+9CMNrbt2//ND0nXXxYDNxN2NhIi7MD7hwxYsTfTp06VV3vppB6QbX3iVpDIR0G7gbsNmJyHJ+RkfFOaWlpVb0HUlhYiHqL08W3g4G7uF+ksELG0AS5AJNjvYdCEyksl6eo9bcKeGhAOg8hIRHC9EtLSkoasnr16inx8fEx3hhpVvc9NABhY/89itz069Kly+Avvvhiavfu3Tt6c6/i4uJy7ULVCQbuADaqCfWNiYm5Jjc39/7evXt7ffz5qlWrcDThceF9WiOBosOFrQyv8frQ0NCn161b9596E0I6/1Tnzp3/l+53LZuFTZ+LbyJKNmVQe2LFihV7zMCurq6uve222xZjwqXWjR2fprCho6+mNnPRokXbzMCGi//AAw+soHtNFuZgW3bt7W1tRPsGUnvk5Zdf/tYMbMRUnn76aRxYPw2Troi9hDBw+2AUwDwwZ86cXAAzA/yPf/wjDj96mNqV4oMMsXo+a5HAdcGoex988MGVUAVmYJMq+p7uNUOoJqioUH2/WiVwJT4C/Xr3hAkTPsIkZwb28uXLcdTVE9QGi8k31KhfrQ64Eh9BLdM7hg8fvsiTYJSRfPXVV/8HMxLmpDArwxz1qzUCR3wERxqMHThw4BvHjx+vMgN769atB6Ojo5+l+w3XGgoOhzvrV6sCrjWUzkN98azLL7/8T+R2nzQDe+/evcfI9X+e7pcpFhnCXfWr1QDXGuoTIiadSd7fvIKCglIzsAsLC08kJibOp/uN0hqOR4hwp1+tAriAja/7jTExMc9u3779vyZd9op+/fq9LrxIrFlGutuv1gBcjY/M+eabbw6YgV1eXn5m6NCh72IRWWs4H66NJ/0KduBqfOTJlStXmoqPVFVVnR05cmQO3Qun7V0mTMsQBn4BdmN8ZPHixabiIzU1NecmT568TMRHeolF5RBP+xWswGV8BO71w/PnzzcVHzl//nzdzJkzP6V7TaWWKjzUEG8GQjACV+Mj02bPnv252fjI3Llzv6J7PSjWJWM8gR3swKXLnkLtnmnTpi03Gx9ZuHDhJrHqPkjkEYaYUXXBBjxcmGnjxo4dm0OTnKn4yJIlS3AO+2NixcYuPsLAG94Yvu5DkpOT/0Aue6UZ2GvWrNlHZiTSG4aIBeUwX0zmwQYcS1l35uTk/NsM7Ly8vMLIyMhn6F7DjIJRDPzCG4Pu/h1SE7yFvXPnzsPkjc6l+9ykNZx8Fe5LczXYEoFsZ/kkJCR08ObJBQUF5ZmZmZ9WVlbup19/pvYrligDLa8mIDOvAlmsBI5jXqoOHTp0ypsn9+rVq9PatWtvJ5WSIlaD4kRiEAN3IMhuKl2/fn2BtzcYMGBAfG5u7hSaNJHTjWMiOxL0sIAizmYhOz7s+LBrz8ErDl55G55FNhSHZ61dgJjBCxC8xMaLyLyIzGkSQZUIdJwTgTjVjZM5OZmz5aYrz+Z0ZQsT8j/55BNOyOctJy18UxV2n/GmqgDcNoiAGW8b9O/GWK55Vd/MW79RoikrK4u3ftdzcYOWVRFIibsMR9xl27ZtJSZXjFDz6g6ueeUaOlz1TLju+fn5x7wFjspuVte8CrhEIJFtheJgu0tLS7egkltRUdFJb+6VlJTUSaiTKM68cg69Fjku1H4qLi7eNHr06JwjR45UelNkiFPd3BdARx3ZnXv27Nkwfvz4f5SVlXlUu6qkpIRrXnkwyqHQUaj3KKBv3rz56+zs7KUVFRU17t7js88+2y0+NK555WG+C5dCtQp4PRf75XLWzhoXbLe4YDsfSdB0QZuBW2lABA1wFgbOwBk4CwNn4CwMnIGzMHAGzsBZGDgDZ2HgDJyFgTNwBs7CwBk4CwNn4CwMnIEzcBYGzsBZGDgDZ2HgDJyBN9cL2eeHI2EeWz1kwrzcmIrdCDJhHsnzSJi3bEQEY0I+/sFuBOwARjExbAvB4RnYEBUqIGM79kGtYVtIqfi/+mABbvWmKoxqbGQagY1N2OCEjU7Y8ISNT9gAhY1Q2BClNVTXxAapdpoXZaq52G+DGsEWvRHYsoete4629WHLH7b+0bXZWsNWwOjmgh7MwAEtHZtRMardKSKDTa4C+hWaBxWTGXjDG0NNkomkRja4W14DNQtRLYKedye1npqbFZMZeMMbwyidXlhY+KsnNU1KS0urMjIy3qHnjheTbBtfQg9m4Dgy4CmaID0uhYfJlCbSBVpDjSpsdo0MVOD+qCbhse0VHx8fs3r16ilJSUk4RiaNWhcyMyMC0fGxEjjs6SocfufNk7t3797xiy++mNqlSxeUM0XNQT6pyoXAgzy+atWqPd7eoHfv3hfl5ubeHxMTcw392pdabMBBt9gsvBal61DCzkw1NpTQQyk9zUHFZJ40Lzg+KMo45rbbbltstmIyikVqDRWTMzQ+qcrhG5NlqiejHKkPKiZvo3vN1HQVkxm4g5OqfFExGQWA6V6PaA0FgdtrfFJV855UhQ8MHxzd6wFNqZjMwJtaR40nVaGYutmKySjqTve619NgV2sBLqFjsoNd/cTy5ct3m4GOSRjHF9C97hbzBJ9UZSB2FZNxQIYZ6Ah24aAOraGAbw934i6tDTiksWIyjoDBUTBmoOMoGhxJQ/cbK1aV+KQqg2Utu4rJOPTIDHQcuoTDl+h+WVrDYUx8UpX+TWoNJ1XhGK9RONYLx3uZgV5QUFCKY8a0hpOqEIvnk6r0b1IsMGPNcwwOsENY1gx0HKSHwu50vxs1PqnK+E2KiS4Zi8g4qhFHNpqBjiMjcXSkxidVOQQuT6rCIaR34VBSHE5qBjoOR6V7PWkUd2n1wHUVk5EmMRnH7+IYXjPQcQywUdyFgTetmIyDpafioGkcOG0G+vz58/mkKjcqJseI9dAHcaQ6n1TV/CdVhYgcxEFY9V+4cOEms3GXadOmLad73UMtRYYAGLjxSVU45OixJUuW/GAGOk3CtWPHjs2he40TZmg4AzdeMYqjNoTMvKfWrFmzz2QIoDI5OfkPuJ9QWwzcyfFgwyIjI5/Jy8srNAM9Jyfn3yKrqxsDd35SFVKcbyIvcu7OnTsPm4i5IGXjd0KX80lVDj4geVLVz5WVlfszMzM/LSgo8CrXJSEhoYMwPdsGY14KSyACF4k/mDyvIJWSsnbt2tt79erVyZt7HTp0CFtbcBBHNQM3hh0m3PI+NGmm5+bmThkwYEC8t/dbv359gdjWwidVsVnIjg+79uzac/CKw7OqIMuLw7PWLkDM4AUIXmLjRWROk+A0iYBIBDrOiUCc6sbJnK05XXk2pytbmJD/ySefcEI+bznhTVW8qcrMtkEEknjbYPPXvOKNsRYBb9z6nZWVtRgllszA5q3fXNygRda8umPhwoUbzMDetm1biYiPDHcUH2HgSs0rdyq6OZL8/PxjcP1FfORis7D9AdzKNAksKEQnJSV5lUNSVFR0EhXeSktLt9Cvu5F9JbKwOBHIVXqJp084cuRI5ejRo3OKi4s30a8/IZeEYNdy5pVzsdW8Kikp8SgPsKys7Mz48eP/sWfPng30605qx6gFJGyrgSO76dhnn3222+0nVFTUZGdnL928efPXAvZRarbltoBNLrTYLORSqBY7Plzs1w+ufasuZ80F25su9zUvB4uBqys9fCSBhcBbrAERNMBZGDgDZ+AsDJyBszBwBs7CwBk4A2dh4AychYEzcBYGzsAZOAsDZ+AsDJyBszBwBs7AWRg4A2dh4AychYEzcAbOwsAZOAsDZ+AsDJyBM3AWBs7AWRg4A2dh4AycgbMwcAbu+QuEhIwWP/bz8KkvO/ujq37T687x8PV2i/uubk4efESvxRJuwWv0EyNnvpvfiGd8+eJevC6PcB7hzSu7W9h9eITzCPfOennGmc53ZdW4WyXO0eu4q9t5hPMIt8aKsOCbxSM8GIWBM3DW4ZbqTrouyx0rxV07nOaIVS1Jl/MID8IR7ijqN8eZHU4js63Jb1Q/F9bRyzzCedJkYeAMnIWBM3AWBs7AGThLgHqaXuWHuPIU3b2PE090jj88UB7hQTjC5ciZrxthjtYaV7Wk/vAI50mThYGzDndqLTzDI5wl+Ea4o3wUZcT7JD/cXxlWPMIZOANnscJIaIF7fGQMZLVJHe7V6/IeHx7hLAycgbMwcAbOwFkYOANnYeAMnIWBM3AGzsLAGTgLA2fgLAycgTNwFgbOwFkYOANnYeAMnIEzcAbOwFkYOANnYeAMnIWBWyz/L8AAHWgCuybDs4EAAAAASUVORK5CYII=);
        background-size: 46px auto;
    }
}

/* Dark theme */
.fancybox-dark a.fancybox-close,
.fancybox-dark a.fancybox-expand,
.fancybox-dark a.fancybox-nav span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAADICAYAAACXpNOoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OTJGQjgwRDZBNEQxMUUyOEJDREM1NUU4QUUxNjBFMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OTJGQjgwQzZBNEQxMUUyOEJDREM1NUU4QUUxNjBFMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU2OUM1RDBBNEI2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
}

.fancybox-dark-skin {
    background: #2A2A2A;
    border-color: #2A2A2A;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset !important;
}

.fancybox-dark-overlay {
    background: #000;
    opacity: 0.8; filter: alpha(opacity=80);
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .fancybox-dark a.fancybox-close,
    .fancybox-dark a.fancybox-expand,
    .fancybox-dark a.fancybox-nav span {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAGQCAYAAAAjsgcjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMzAwM0E4MDZBNEQxMUUyQUMyMDg1MkQ4RkQxRDJCNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMzAwM0E3RjZBNEQxMUUyQUMyMDg1MkQ4RkQxRDJCNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU4OUM1RDBBNEI2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
        background-size: 46px auto;
    }
}

/* Light theme */
.fancybox-light a.fancybox-close,
.fancybox-light a.fancybox-expand,
.fancybox-light a.fancybox-nav span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAADICAYAAACXpNOoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NjIzNzFGMDZBNTUxMUUyQkVBRUY3ODU0RDc4OTlCQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NjIzNzFFRjZBNTUxMUUyQkVBRUY3ODU0RDc4OTlCQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE5QzZBQjVDNEU2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
}

.fancybox-light-skin-open {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .fancybox-light a.fancybox-close,
    .fancybox-light a.fancybox-expand,
    .fancybox-light a.fancybox-nav span
    {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAGQCAYAAAAjsgcjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMEQwOUQ1MjZBNEUxMUUyQjJGNkY3NDBEMEE5NDY5NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMEQwOUQ1MTZBNEUxMUUyQjJGNkY3NDBEMEE5NDY5NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0QzZBQjVDNEU2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
        background-size: 46px auto;
    }
}

.fancybox-light-overlay {
    opacity: 0.9; filter: alpha(opacity=90);
    background: #555555; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #999999 0%, #555555 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#999999), color-stop(100%,#555555)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #999999 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #999999 0%,#555555 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #999999 0%,#555555 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #999999 0%,#555555 100%); /* W3C */
}

/************ public/js/fancyBox/jquery.fancybox-thumbs.css ************/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8080;
	background: rgba(0, 0, 0, 0.3);
}

#fancybox-thumbs.bottom {
	bottom: 0px;
}

#fancybox-thumbs.top {
	top: 0px;
}

#fancybox-thumbs .outer {
	padding: 10px 34px 10px 30px;
}

#fancybox-thumbs .inner {
	width: 100%;
	overflow: hidden;
}

#fancybox-thumbs ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	left : 0;
	overflow: hidden;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 3px;
	margin: 0 4px;
	list-style: none;
}

#fancybox-thumbs ul li a {
	display: block;
	overflow: hidden;
	outline: none;
	background: #222;
	box-shadow: 1px 1px 2px #000;
	border-radius: 2px;
	border: 3px solid #fff;
	zoom: 1;
}

#fancybox-thumbs ul li img {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 2px;
	max-width: none;
}

#fancybox-thumbs ul li.fancybox-thumb-active {
	padding: 0;
}

#fancybox-thumbs ul li.fancybox-thumb-active a {
	opacity: 1;
	border-width: 6px;
	border-color: #fff;
}

.fancybox-thumb-prev, .fancybox-thumb-next {
	position: absolute;
	top: 10px;
	bottom: 10px;
	width: 20px;
	background: #222;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	display: none;
}

.fancybox-thumb-prev {
	left: 4px;
}

.fancybox-thumb-next {
	right: 4px;
}

.fancybox-thumb-prev:hover, .fancybox-thumb-next:hover {
	background: #111;
	background: rgba(0, 0, 0, 0.5);
}

.fancybox-thumb-prev span, .fancybox-thumb-next span {
	position: absolute;
	top: 50%;
	width: 8px;
	height: 12px;
	margin-top: -6px;
	background-repeat: no-repeat;
}

.fancybox-thumb-prev span {
	left: 5px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDVERjRGQzMyQjU5MTFFMjhDNURBODgyQTRBQkUxRDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDVERjRGQzQyQjU5MTFFMjhDNURBODgyQTRBQkUxRDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NURGNEZDMTJCNTkxMUUyOEM1REE4ODJBNEFCRTFEMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NURGNEZDMjJCNTkxMUUyOEM1REE4ODJBNEFCRTFEMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiWAZPMAAABWSURBVHjaYvj//z8DGhYA4v1A/B6IHVgYMMF+IDaAsh3Qdc//jwDnQabhlQSJY5O8D5OEKShAkgQ5zADZWiYGQoAYK4hyJFHehOHzSIoaGAgFNUCAAQBIgxAzNQtxsAAAAABJRU5ErkJggg==);
}

.fancybox-thumb-next span {
	right: 5px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjM2NkYyQjQyQjU5MTFFMkE3MDdFNjVCNzU1MzgzQjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjM2NkYyQjUyQjU5MTFFMkE3MDdFNjVCNzU1MzgzQjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MzY2RjJCMjJCNTkxMUUyQTcwN0U2NUI3NTUzODNCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MzY2RjJCMzJCNTkxMUUyQTcwN0U2NUI3NTUzODNCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqlwFq8AAABPSURBVHjaYvj//78DEL8H4v1ALADEDMgYRDT8R4Dz2BQIQCVgYD66AryKkI0DKbqProgBzU4DqINhoICJgRAg1gq8jiToTYIBhTeoAQIMAALFKjVFpuiyAAAAAElFTkSuQmCC);
}
/************ public/js/leafletjs/leaflet-1.3.1.css ************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url('https://edit.hemsida24.se/public/js/leafletjs/#default#VML');
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url('../../../public/js/leafletjs/images/layers.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('../../../public/js/leafletjs/images/layers-2x.png');
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url('../../../public/js/leafletjs/images/marker-icon.png');
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/************ public/js/galleria-1.5.7/themes/azur/galleria.azur.min.css ************/
/**
 * Galleria Azur Theme - v1.5.0 2017-06-03
 * https://galleria.io
 *
 * Copyright (c) 2010 - 2017 worse is better UG
 * LICENSE: 4d5557f671a8c9d6293e0ae9ae334000
 * https://galleria.io/license/
 *
 */

#galleria-loader{height:1px}.galleria-theme-azur{position:relative;overflow:hidden;font:12px/1.4 arial,sans-serif;color:#fff}.galleria-theme-azur img{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none}.galleria-theme-azur .galleria-stage{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:40px;background:url('../../../public/js/galleria-1.5.7/themes/azur/bg.png') #000}.galleria-theme-azur.light .galleria-stage{background:url('../../../public/js/galleria-1.5.7/themes/azur/bg.png') #181818}.galleria-theme-azur .galleria-bar{height:40px;position:absolute;bottom:0;left:0;right:0;z-index:3;overflow:hidden;background:url('../../../public/js/galleria-1.5.7/themes/azur/bg.png') #141414}.galleria-theme-azur.light .galleria-bar{background:#fff;border:1px solid #ccc;border-top-width:0}.galleria-theme-azur .galleria-fullscreen,.galleria-theme-azur .galleria-play{width:40px;height:40px;position:absolute;left:0;background-position:50% 50%;background-repeat:no-repeat;cursor:pointer;border-right:1px solid #333;outline:#000 solid 0}.galleria-theme-azur.light .galleria-fullscreen,.galleria-theme-azur.light .galleria-play{border-right-color:#ccc;outline-width:0}.galleria-theme-azur .galleria-play{background-image:url('../../../public/js/galleria-1.5.7/themes/azur/playpause-white.png');background-position:50% 11px}.galleria-theme-azur.light .galleria-play{background-image:url('../../../public/js/galleria-1.5.7/themes/azur/playpause-neg.png')}.galleria-theme-azur .galleria-play.pause{background-position:50% -89px}.galleria-theme-azur .galleria-fullscreen{left:42px;background-image:url('../../../public/js/galleria-1.5.7/themes/azur/fscreen.png');background-position:50% 11px}.galleria-theme-azur.fullscreen .galleria-fullscreen{background-position:50% -89px}.galleria-theme-azur.light .galleria-fullscreen{background-image:url('../../../public/js/galleria-1.5.7/themes/azur/fscreen-neg.png');left:41px}.galleria-theme-azur .galleria-play.playing{background-position:10px -91px}.galleria-theme-azur .galleria-fullscreen.open{background-position:8px -93px}.galleria-theme-azur .galleria-thumblink.open,.galleria-theme-azur.notouch .galleria-fullscreen:hover,.galleria-theme-azur.notouch .galleria-play:hover,.galleria-theme-azur.notouch .galleria-popout:hover,.galleria-theme-azur.notouch .galleria-thumblink:hover,.galleria-theme-azur.touch .galleria-fullscreen:active,.galleria-theme-azur.touch .galleria-play:active,.galleria-theme-azur.touch .galleria-popout:active,.galleria-theme-azur.touch .galleria-thumblink:active{background-color:#000}.galleria-theme-azur.light .galleria-thumblink.open,.galleria-theme-azur.notouch.light .galleria-fullscreen:hover,.galleria-theme-azur.notouch.light .galleria-play:hover,.galleria-theme-azur.notouch.light .galleria-popout:hover,.galleria-theme-azur.notouch.light .galleria-thumblink:hover,.galleria-theme-azur.touch.light .galleria-fullscreen:active,.galleria-theme-azur.touch.light .galleria-play:active,.galleria-theme-azur.touch.light .galleria-popout:active,.galleria-theme-azur.touch.light .galleria-thumblink:active{background-color:#eee}.galleria-theme-azur .galleria-thumbnails-container{position:absolute;top:4px;right:5px;left:86px;bottom:0;z-index:2}.galleria-theme-azur .galleria-thumbnails-list{position:absolute!important;top:0;right:0;left:0;bottom:0}.galleria-theme-azur .galleria-thumbnails{text-align:right;float:right}.galleria-theme-azur .galleria-carousel .galleria-thumbnails{float:none}.galleria-theme-azur .galleria-thumbnails .galleria-image{width:27px;height:27px;display:inline-block;margin:0 0 0 1px;cursor:pointer;border:3px double #111;opacity:.6;filter:alpha(opacity=60);background:0 0}.galleria-theme-azur.light .galleria-thumbnails .galleria-image{border-color:#fff}.galleria-theme-azur.notouch .galleria-thumbnails .galleria-image:hover,.galleria-theme-azur.touch .galleria-thumbnails .galleria-image:active{opacity:.9;background:#444;background:rgba(255,255,255,.4);filter:alpha(opacity=90)}.galleria-theme-azur .galleria-thumbnails .galleria-image.active,.galleria-theme-azur.notouch .galleria-thumbnails .galleria-image.active:hover{opacity:1;background:#ddd;background:rgba(255,255,255,.7);filter:alpha(opacity=100)}.galleria-theme-azur.light .galleria-thumbnails .galleria-image.active,.galleria-theme-azur.light.notouch .galleria-thumbnails .galleria-image.active:hover{background:rgba(0,0,0,.4)}body .galleria-theme-azur .galleria-tooltip{background:#fff;background:rgba(255,255,255,.8)}.galleria-theme-azur .galleria-captionopen{position:absolute;bottom:10px;right:10px;background:url('../../../public/js/galleria-1.5.7/themes/azur/bgie.png');background:rgba(0,0,0,.7);padding:3px 8px;font-size:10px;text-transform:uppercase;letter-spacing:.5;z-index:2;cursor:pointer;color:#ccc}.galleria-theme-azur .galleria-captionopen:hover{background:#000;color:#fff}.galleria-theme-azur .galleria-captionclose{background:0 0;font-size:18px;position:absolute;top:0;right:10px;cursor:pointer}.galleria-theme-azur .galleria-captionclose:hover{color:#ccc}.galleria-theme-azur .galleria-progress.nocanvas{width:32px;height:5px;background:url('../../../public/js/galleria-1.5.7/themes/azur/20.png');position:absolute;top:10px;right:10px;z-index:2;display:none}.galleria-theme-azur .galleria-progress.nocanvas .galleria-progressbar{height:100%;width:0;background:#fff}.galleria-theme-azur .galleria-info{position:absolute;overflow:hidden;left:0;right:0;bottom:0;color:#fff;background:url('../../../public/js/galleria-1.5.7/themes/azur/bgie.png');background:url('../../../public/js/galleria-1.5.7/themes/azur/bg.png') rgba(0,0,0,.6);z-index:2}.galleria-theme-azur.light .galleria-info{color:#fff;background:url('../../../public/js/galleria-1.5.7/themes/azur/bg.png') rgba(0,0,0,.2)}.galleria-theme-azur .galleria-info.toggler{visibility:hidden}.galleria-theme-azur .galleria-info.toggler.open{visibility:visible}.galleria-theme-azur .galleria-info-title{font-size:14px;font-weight:700;margin:10px 14px;padding-right:100px}.galleria-theme-azur .galleria-info-description{opacity:.7;color:#FFF;padding-right:100px}.galleria-theme-azur .galleria-counter{opacity:0;position:absolute;top:10px;left:10px;font-size:10px;z-index:2;font-weight:700}.galleria-theme-azur .galleria-loader,.galleria-theme-azur .galleria-loader.nocanvas{width:48px;height:48px;left:50%;margin:-24px 0 0 -24px;top:50%;z-index:2;display:none;position:absolute}.galleria-theme-azur .galleria-loader.nocanvas{background:url('../../../public/js/galleria-1.5.7/themes/azur/loader.gif') 50% 50% no-repeat #000;opacity:.6;filter:alpha(opacity=60);-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}.galleria-theme-azur .galleria-image-nav{position:absolute;top:50%;margin-top:-18px;width:100%;height:36px;left:0}.galleria-theme-azur .galleria-image-nav-left,.galleria-theme-azur .galleria-image-nav-right{cursor:pointer;width:36px;height:36px;position:absolute;left:20px;z-index:2;background:url('../../../public/js/galleria-1.5.7/themes/azur/left.png') 50% 50% no-repeat;opacity:0}.galleria-theme-azur.smallarrows .galleria-image-nav-left{background-image:url('../../../public/js/galleria-1.5.7/themes/azur/left-small.png')}.galleria-theme-azur .galleria-image-nav-right{left:auto;right:20px;background-image:url('../../../public/js/galleria-1.5.7/themes/azur/right.png');z-index:2}.galleria-theme-azur.smallarrows .galleria-image-nav-right{background-image:url('../../../public/js/galleria-1.5.7/themes/azur/right-small.png')}.galleria-theme-azur.notouch .galleria-image-nav-left:hover,.galleria-theme-azur.notouch .galleria-image-nav-right:hover,.galleria-theme-azur.touch .galleria-image-nav-left:active,.galleria-theme-azur.touch .galleria-image-nav-right:active{opacity:.7!important}.galleria-theme-azur .galleria-thumb-nav-left,.galleria-theme-azur .galleria-thumb-nav-right{cursor:pointer;display:none;background:url('../../../public/js/galleria-1.5.7/themes/azur/thumbleft-white.png') 50% 50%;position:absolute;left:3px;top:3px;height:27px;width:23px;z-index:3}.galleria-theme-azur.light .galleria-thumb-nav-left{background-image:url('../../../public/js/galleria-1.5.7/themes/azur/thumbleft-neg.png')}.galleria-theme-azur .galleria-thumb-nav-right{border-right:none;right:3px;left:auto;background:url('../../../public/js/galleria-1.5.7/themes/azur/thumbright-white.png') 50% 50%}.galleria-theme-azur.light .galleria-thumb-nav-right{background-image:url('../../../public/js/galleria-1.5.7/themes/azur/thumbright-neg.png')}.galleria-theme-azur .galleria-thumbnails-container .disabled{opacity:.2;filter:alpha(opacity=20);cursor:default}.galleria-theme-azur.notouch .galleria-thumb-nav-left:hover,.galleria-theme-azur.notouch .galleria-thumb-nav-right:hover{opacity:1;filter:alpha(opacity=100);background-color:#222;background-color:rgba(255,255,255,.07)}.galleria-theme-azur.light.notouch .galleria-thumb-nav-left:hover,.galleria-theme-azur.light.notouch .galleria-thumb-nav-right:hover{background-color:#eee}.galleria-theme-azur.touch .galleria-thumb-nav-left:active,.galleria-theme-azur.touch .galleria-thumb-nav-right:active{opacity:1;filter:alpha(opacity=100);background-color:#111}.galleria-theme-azur.notouch .galleria-thumbnails-container .disabled:hover{opacity:.2;filter:alpha(opacity=20);background-color:transparent}.galleria-theme-azur .galleria-carousel .galleria-thumb-nav-left,.galleria-theme-azur .galleria-carousel .galleria-thumb-nav-right{display:block}.galleria-theme-azur .galleria-carousel .galleria-thumbnails-list{right:28px;left:28px}.galleria-theme-azur.videoplay .galleria-counter,.galleria-theme-azur.videoplay .galleria-info{display:none!important}