
/*========"Variables"===from===PHP=====*/
.EMDV_gal_cms {
	width:emd_cms_gal_cwpx;  	 /* emd_cms_gal_cw */
    height:emd_cms_gal_chpx; 	/* emd_cms_gal_ch */
}
.EMDV_gal_shop_cat {
	width:emd_shop_cat_cwpx;  	 /* emd_shop_cat_cw */
    height:emd_shop_cat_chpx; 	/* emd_shop_cat_ch */
}
.EMDV_gal_shop_prod_cat {
	width:emd_shop_gal_cwpx;  	 /* emd_shop_gal_cw */
    height:emd_shop_gal_chpx; 	/* emd_shop_gal_ch */
}
.EMDV_gal_shop_prod_main {
	width:emd_shop_gal_cwmpx;  	 /* emd_shop_gal_cwm */
    height:emd_shop_gal_chmpx; 	/* emd_shop_gal_chm */
}
.EMDV_gal_shop_prod_tiny {
	width:emd_shop_gal_cwtpx;  	 /* emd_shop_gal_cwt */
    height:emd_shop_gal_chtpx; 	/* emd_shop_gal_cht */
}
.EMDV_gal_shop_prod_thumbs_cont {
	width:emd_shop_gal_cwmpx;  	 /* emd_shop_gal_cwm */
    height:emd_shop_gal_chtpx; 	/* emd_shop_gal_cht */
}

/*========END==="Variables"===from===PHP=====*/



/*=========START===main.css==============*/
body {
	margin:0;
	padding:0;
	font-family: 'Ubuntu', sans-serif !important;
}

a {
	color: green;
}

h1 {
	font-size: 24px;
	margin: 24px 10px 16px 10px;
}
h2 {
	font-size: 20px;
	margin: 20px 0 13.33px 0;
}
h3 {
	font-size: 16px;
	margin: 16px 0 10.66px 0;
}
/*----------------------------*/
/*	EMDZ = EMD Zone
/*	EMDE = EMD Element
/*	EMDC = EMD Component
/*	EMDF = EMD Framework
/*	EMDI = EMD Internal (debug, admin zona publica, dialog, GDPR etc)
/*----------------------------*/

/*------------------Debug-------------------------*/

.E_debugContainer {
	border-style: dashed;
	border-width: 1px;
	margin-top:10px;
	margin-bottom: 10px;
	position:relative;
	height:auto;
	overflow:hidden;
}

.E_debugContainer:hover{
	border:1px solid #990000;
}

.E_debugInfo {
	padding:3px;
	display:none;	
}
.E_debugContainer:hover .E_debugInfo{
	display:block;
	position:absolute;
	top:0;
	left:0px;
	z-index:90;
}

/*------------------------------------ADMIN ZONA PUBLICA------------------------------------*/

.EMDI_public_edit {
	text-align: right;
    padding: 2px;
	background-color: #208600;
	font-size:14px;
	font-weight:bold;
	color:#FFAE00;
	margin: 5px 0 5px 0;
}
.EMDI_public_edit a {
	color: #fff;
	text-decoration:none;
}
.EMDI_public_edit a:hover {
	color: #FFF15F;
	text-decoration:none;
}
.EMDI_admin_bar {
	background-color:#FFFF99;
	color:#000;
	font-size:12px;
	padding: 2px;
}
.EMDI_admin_bar a {
	color:#459C00;
}
.EMDI_admin_bar a:hover {
	color:#cc0000;
}



/* --- Form elements --- */
input[type=text], input[type=password] {
	border: 1px solid #ccc;
	height: 26px; 
	display: flex;
	align-items: center;
}
input[type=submit], input[type=button] {
	border: 1px solid #000;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 5px 0 0;
	font-size: 16px;
}
select {
	border: 1px solid #ccc;
	height: 28px; 
	margin: 0 5px 0 0;
}
textarea {
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
}
.EMDF_field_height_min {
	height: 3.3em;
}
.EMDF_field_height_med {
	height: 5.5em;
}
.EMDF_field_height_max {
	height: 11em;
}
.EMDF_field_min {
	width: 50px;	
}
.EMDF_field_micro {
	width: 30px;	
	padding-left: 2px;
	padding-right: 2px;
}
.EMDF_field_small {
	width: 100px;	
	padding-left: 4px;
	padding-right: 4px;
}
.EMDF_field_hsmall {
	height: 28px !important;
	font-size: 1em;
	padding-left: 4px;
	padding-right: 4px;
}
.EMDF_field_med {
	width: 200px;	
	padding-left: 4px;
	padding-right: 4px;
}
.EMDF_field_max {
	width: 400px;	
	padding-left: 6px;
	padding-right: 6px;
}
.EMDF_field_mega {
	width: 600px;
	padding-left: 8px;
	padding-right: 8px;
}

.EMDF_select_min {
	width: 60px;	
	padding-left: 2px;
	padding-right: 2px;
}
.EMDF_select_med {
	width: 210px;	
	padding-left: 4px;
	padding-right: 4px;
}
.EMDF_select_max {
	width: 402px;	
}
.EMDF_select_mega {
	width: 602px;	
}


.EMDF_bt_act {
	background-color:#c70015;
	color:#fff;
}
.EMDF_bt_main {
	background-color:#204684;
	color:#fff;
}
.EMDF_bt_sec {
	background-color: #666666;
}
.EMDF_bt_act:hover {
	background-color:#a22932;
	color:#fff;
}
.EMDF_bt_main:hover {
	background-color:#001644;
	color:#fff;
}
.EMDF_bt_sec:hover {
	background-color: #cccccc;
}
.EMDF_data_form_table {
	margin-top: 30px;
	width: 800px;
}
.EMDF_data_form_row {
	width: 100%;
	margin-bottom:20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}
.EMDF_data_form_field_name {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.EMDF_data_form_field_name_err {
	background-color:#FFCCCC;
}
.EMDF_data_form_field_details {
	font-size:12px; 
	font-style:italic;
	margin-bottom:5px;
}
.EMDF_data_form_field_options_details {
	font-size:12px; 
	font-style:italic;
	margin-bottom:5px;

}
.EMDF_data_form_field_link {
	margin-bottom: 5px;
	font-size:12px; 
	font-style:italic;
}
.EMDF_data_form_field_cont {
	font-size: 14px;
}
.EMDF_data_form_field_radio_options {
	margin-left: 20px;
	font-size: 14px
}
.EMDF_data_form_field_radio_option {
	display: flex;
	align-items: flex-start;
	margin: 2px 0;	
}
.EMDF_data_form_field_radio_option_area {
	display: flex;
	align-items: flex-start;
	margin: 2px 0;	
}
.EMDF_data_form_field_radio_option_letter {
	width: 25px;
}
.EMDF_data_form_field_radio_option_text {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 775px;
}
.EMDF_data_form_field_radio_option_text_area {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 775px;
}
.EMDF_data_form_field_exp {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.EMDF_data_form_field_main {
	width: 100%;
}

.EMDF_data_form_field_bg25_label {
	display: flex;
	align-items: flex-start;
	margin: 2px 0;	
}

.EMDF_data_form_field_bg25_label_letter {
	width: 15px;
}
.EMDF_data_form_field_bg25_label_text {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 200px;
}



.EMDF_data_form_buttons {
	width: 100%;
	display: flex; 
	justify-content: center;
	align-items: center;
	height: 50px;
	
}
.EMDF_data_table {
	width: 100%; 
	max-width: 700px;
	margin: 0 auto;
}
.EMDF_data_row {
	width: 100%;
	display: flex;
}
.EMDF_data_err {
	background-color: #cc0000;
	color:#fff;
	width: 100%;
    padding: 10px;
	text-align: justify;
	margin:5px 0 5px 0;
}
.EMDF_data_err a {
	color:#FFCC00;
}
.EMDF_data_conf {
	background-color: #23730D;
	color: #fff;
	width: 100%;
	padding: 10px;
	text-align: justify;
	margin:5px 0 5px 0;
}
.EMDF_data_conf a {
	color:#FFCC00;
}
.EMDF_data_info {
	color:#000;
	width: calc(100% - 20px);
	padding: 10px;
	text-align: justify;
	margin:5px 0 5px 0;
	background-color: #FFEE66;
} 
.EMDF_data_title {
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	padding: 20px 0 10px 0;
}
.EMDF_data_subtitle {
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	padding: 5px 0 5px 0;
	background-color: #373737;
	color:#fff;
	
}
.EMDF_data_buttons {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0 10px 0;
}
.EMDF_data_label { 
	width: calc(40% - 10px);
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-weight: 700;
	text-align: right;
}
.EMDF_data_content {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 5px;
}
.EMDF_data_label_double {
	text-align: center;
	width: 100%;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.EMDF_data_content_double { 
	text-align: center; 
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 499px) {
	.EMDF_data_row {
		display: block;
	}
	.EMDF_data_label {
		width: 100%;
		justify-content: flex-start;
	}
	.EMDF_data_content {
		width: 100%;
	}
	.EMDF_data_err {
		text-align: left;
	}
	.EMDF_data_content_double {
		text-align: left;
	}
	.EMDF_data_buttons {
		justify-content: flex-start;
	}
	.EMDF_data_subtitle {
		text-align: left;
	}
}

/*------------------------Dialog Box--------------------------------*/

.EMDI_dialog_body {
	margin: 0;
}
.EMDI_dialog_logo {
	display:block;
	text-align:center;
	padding: 10px 0 10px 0;
}
.EMDI_dialog_title {
	margin: 25px 0 25px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.EMDI_dialog_text {
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}
.EMDI_dialog_text input {
	font-size: 12px;
}
.EMDI_dialog_buttons {
	display: flex;
	justify-content: center;
}
.EMDI_dialog_err {
	background-color: #FFCCCC;
	padding: 5px;
	margin: 2px 0;
	font-size: 14px;
}




/*-----------------------Other--------------------------*/

.Clear {
	clear:both;
	float:none;
	height:0px;
	display:block;
}


.ui-dialog .ui-dialog-content {
	font-size: 14px !important;
}


th {
	background-color:#204684;
	color:#fff;
}


/*
	============including============ 
	/home/finantaripublice/public_html/elements/logo/logo.css
	=================================
*/

.EMDE_logo_image {
	margin: 10px 0 10px 0;
}
/*
	============including============ 
	/home/finantaripublice/public_html/elements/usermenu/usermenu.css
	=================================
*/


/************layout************/
/*
*/
.EMDE_usermenu 
{ 
	/*
	background-color: #CCCCCC; 
	width:auto;
	*/
	display: flex;
}

.EMDE_usermenu_butt  { 
	padding: 5px 20px 5px 20px;  
	display: inline-block; 
}

/*************Style*************/ 

/*text style*/ 

.EMDE_usermenu_butt   { 
	text-decoration: none; 
	font-size: 16px; 
	height: 30px;
	display: flex;
	align-items: center;
}

/*colors*/ 

.EMDE_usermenu_butt  { 
	color: #204684; 
	/* background-color: #204684;  */
	font-weight: bold;
	margin-right: 1px;
}

/*hover colors*/ 

.EMDE_usermenu_butt:hover { 
	color: #fff; 
	background-color: #001644; 
} 

.EMDE_usermenu_butt_app {
	background-color:#f99;
	color: #000;
}

.EMDE_usermenu_butt_app:hover {
	background-color:#822 !important; 
	color: #fff;
}


 
/*
	============including============ 
	/home/finantaripublice/public_html/elements/menu-cms-hor-dropdown/menu-cms-hor-dropdown.css
	=================================
*/


.EMDE_menu_cms_hor_dropdown >  ul      { margin: 0 auto;display: table; float: left; clear: both;}  

.EMDE_menu_cms_hor_dropdown >  ul,
.EMDE_menu_cms_hor_dropdown >  ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.EMDE_menu_cms_hor_dropdown >  ul li {
	position: relative;
}
.EMDE_menu_cms_hor_dropdown >  ul a {
	padding: 5px 20px;
	display: block;
	text-decoration: none;
}
/* Level 1 Drop Down */
.EMDE_menu_cms_hor_dropdown >  ul > li {
	display: table-cell;
	vertical-align: top;
	margin-left: -4px; /* solve the 4 pixels spacing between list-items */
	
}
.EMDE_menu_cms_hor_dropdown >  ul > li:first-child {
	margin-left: 0;
}
.EMDE_menu_cms_hor_dropdown >  ul > li > a {
	display: flex;
	align-items: center;
	margin-right: 1px;
}

/* Level 2 */
/*
.EMDE_menu_cms_hor_dropdown >  ul ul {
	box-shadow: 2px 2px 15px 0 rgba(0,0,0, 0.5);
}
*/
.EMDE_menu_cms_hor_dropdown >  ul > li > ul {
	text-align: left;
	display: none;
	position: absolute;
	top: 100%;
	left: 0; 
	width: 200px;
	z-index: 999999; /* if you have YouTube iframes, is good to have a bigger z-index so the video can appear above the video */
}
.EMDE_menu_cms_hor_dropdown >  ul > li > ul > li > a {
	display: flex;
	align-items: center;
}

/* Level 3 */
.EMDE_menu_cms_hor_dropdown >  ul > li > ul > li > ul {
	text-align: left;
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 200px;
	z-index: 9999999;	
}
.EMDE_menu_cms_hor_dropdown >  ul > li > ul > li > ul > li > a {
	display: flex;
	align-items: center;
}


.EMDE_menu_cms_hor_dropdown_menu01 {
	/* background-color:#204684; */
	color: #204684;
	height: 30px;
	font-weight: bold;
}

.EMDE_menu_cms_hor_dropdown_menu01:hover {
	background-color:#001644;
	color: #FFF;
}


.EMDE_menu_cms_hor_dropdown_menu02 {
	color: #000;
	background-color: #ccc;
	min-height: 30px;
}

.EMDE_menu_cms_hor_dropdown_menu02:hover {
	color: #fff;
	background-color: #373737;	
}

.EMDE_menu_cms_hor_dropdown_menu03 {
	color: #000;
	background-color: #ccc;
	min-height: 30px;
}

.EMDE_menu_cms_hor_dropdown_menu03:hover {
	color: #fff;
	background-color: #373737;	
}
/*
	============including============ 
	/home/finantaripublice/public_html/elements/placeholder1/placeholder1.css
	=================================
*/

.EMDE_placeholder1_ann {
	min-height: 50px;

width: 100%;

display: flex;

justify-content: center;

align-items: center;

background-color: #90C23E;

color: #FFF;

border-bottom: 2px solid #ccc;

margin-bottom: 10px;

font-size: 16px;

font-weight: bold;

font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
/*
	============including============ 
	/home/finantaripublice/public_html/elements/breadcrumbs/breadcrumbs.css
	=================================
*/

/*layout*/
#EMDE_breadcrumbs {
	width:100%;
	padding:10px 0px; 
	margin:0 10px 0 10px;
	font-size:16px;
} 

    
/*
	============including============ 
	/home/finantaripublice/public_html/elements/content-cms/content-cms.css
	=================================
*/


/*----------slider-------------*/
@media screen and (max-width: 599px) {
	.EMDE_content_cms_banner_rot {
		display: none;
	}
}
/*--------galerie-foto--------*/
.EMD_content_cms_gallery_cont_out {
	overflow: hidden;
	border: 1px solid black;
	padding: 5px;
}
.EMD_content_cms_gallery_cont_med {
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	overflow: hidden;
}

.EMD_content_cms_gallery_cont_in {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.EMD_content_cms_gallery_cont_in img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width:1000px) {
	.EMD_content_cms_gallery_cont_out {
		float: left;
		width: calc((100% - 108px) / 4);
		margin: 0px 20px 20px 0px;
	}
	.EMD_content_cms_gallery_cont_out:nth-child(4n) {
		margin-right: 0px;
	}
	.EMD_content_cms_gallery_cont_out:nth-child(4n+1) {
		clear: both;
	}
}

@media screen and (max-width: 999px) and (min-width:600px) {
	.EMD_content_cms_gallery_cont_out {
		float: left;
		width: calc((100% - 76px) / 3);
		margin: 0px 20px 20px 0px;
	}
	.EMD_content_cms_gallery_cont_out:nth-child(3n) {
		margin-right: 0px;
	}
	.EMD_content_cms_gallery_cont_out:nth-child(3n+1) {
		clear: both;
	}
}

@media screen and (max-width: 599px) and (min-width:400px) {
	.EMD_content_cms_gallery_cont_out {
		float: left;
		width: calc((100% - 44px) / 2);
		margin: 0px 20px 20px 0px;
	}
	.EMD_content_cms_gallery_cont_out:nth-child(2n) {
		margin-right: 0px;
	}
	.EMD_content_cms_gallery_cont_out:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width: 399px) {
	.EMD_content_cms_gallery_cont_out {
		float: left;
		width: calc(100% - 12px);
		margin: 0px 0px 20px 0px;
		clear: both;
	}
}

.EMDE_content_cms {
	font-size: 14px;
	margin: 0 10px 0 10px;
}
.EMDE_contenct_cms_evtf_ok_cat_cell {
	background-color:#cccccc;
	font-weight: bold; font-size: 14px; height: 40px;
}
.EMDE_contenct_cms_evtf_fail_cat_cell {
	background-color:#FFCCCC;
	font-weight: bold; font-size: 14px; height: 40px;
}
.EMDE_contenct_cms_evtf_ok_field {
	background-color:#fff;
}
.EMDE_contenct_cms_evtf_fail_field {
	background-color:#FFCCCC;
}
.EMDE_contenct_cms_evtf_ok_field_cell {
	background-color:#ccc;
}
.EMDE_contenct_cms_evtf_fail_field_cell {
	background-color:#FFCCCC;
}





/*
	============including============ 
	/home/finantaripublice/public_html/elements/menu-cms-hor-simple/menu-cms-hor-simple.css
	=================================
*/

.EMDE_menu_cms_hor_simple {
	font-size: 14px; 
	font-weight: 300;	
}

.EMDE_menu_cms_hor_simple >  ul  {
	list-style: none;
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.EMDE_menu_cms_hor_simple >  ul li {
	position: relative;
}
.EMDE_menu_cms_hor_simple >  ul a {
	padding: 5px 20px;
	display: block;
	text-decoration: none;
	margin-left: 1px;

}
/* Level 1 Drop Down */
.EMDE_menu_cms_hor_simple >  ul > li {
	display: table-cell;
	vertical-align: top;
	margin-left: -4px; /* solve the 4 pixels spacing between list-items */
}
@media screen and (max-width: 799px) {
	.EMDE_menu_cms_hor_simple >  ul > li {
		display: table-row;
	}
}
.EMDE_menu_cms_hor_simple >  ul > li:first-child {
	margin-left: 0;
}
.EMDE_menu_cms_hor_simple >  ul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.EMDE_menu_cms_hor_simple_menu01 {
	background-color:#204684;
	color: #fff;
	height: 30px;
}

.EMDE_menu_cms_hor_simple_menu01:hover {
	background-color:#001644;
	color: #FFF;
}


/*
	============including============ 
	/home/finantaripublice/public_html/elements/copyright/copyright.css
	=================================
*/

/*Layout*/
.EMDE_copyright {
	font-size:14px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/*
.EMDE_copyright_content          {max-width:1000px; padding:10px 5px; margin:0px auto;}   
.EMDE_copyright_content_Copyright{float:left; line-height: 25px;}
.EMDE_copyright_content_WebDesign{float:right;}

.EMDE_copyright_content_Copyright{font-size:12px;}


.EMDE_copyright{background-color: #ccc;}
.EMDE_copyright_content          {background-color: #ccc;}
.EMDE_copyright_content_Copyright{color:#222;}
*/

/*
	============including============ 
	/home/finantaripublice/public_html/elements/gdpr/gdpr.css
	=================================
*/

.EMDE_gdpr {
	position: fixed;
	bottom: 0px;
	left: 0px; 
	right: 0px; 
	min-height: 100px;
	z-index: 99999;
	background-color: #CF3;
	align-items: center;
	display: flex;
}
.EMDE_gdpr_text {
	padding: 20px;
	width: calc(100% - 250px);	
	color:#000;
}
.EMDE_gdpr_button {
	width: 150px;
	padding: 10px;
	margin: 20px;	
	background-color: #666;
	color:#fff;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width:599px) {
	
	.EMDE_gdpr {
		flex-wrap: wrap;
		justify-content: center;
	}
	.EMDE_gdpr_text {
		width: 100%;
	}
	.EMDE_gdpr_button {
		margin-top: 0px;
	}
	
}
/*
	============including============ 
	/home/finantaripublice/public_html/elements/account/account.css
	=================================
*/

.EMDE_account {
	margin: 0 10px 0 10px;
}
/*
	============including============ 
	/home/finantaripublice/public_html/elements/form/form.css
	=================================
*/

.EMDE_form {
	margin: 0px 10px 0 10px;
}

.EMDE_form_header {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0px;
	margin: 5px 0;
	width: 100%;
}

.EMDE_form_main {
	
}

.EMDE_form_footer {
	border-top: 1px solid #000;
	padding: 0px;
	margin: 5px 0;
	width: 800px;
}
.EMDE_form_field_9_type {
	margin: 5px;
}
.EMDE_form_field_9_locs {
	padding-left: 50px;

}
.EMDE_form_field_9_locs_det {
	margin: 3px 0px;
}
.EMDE_form_field_9_locs_add {
	padding-left: 50px;
	margin-top: 10px;

}

.EMDE_form_field_loc_type {
	margin: 5px;
}
.EMDE_form_field_locs {
	padding-left: 50px;

}
.EMDE_form_field_locs_det {
	margin: 3px 0px;
}
.EMDE_form_field_locs_add {
	padding-left: 50px;
	margin-top: 10px;

}

.EMDE_form_cont_part {
	border: 1px solid #000;
	padding: 10px;
	background-color:#eee;
	margin: 10px 0 10px 0;
}

.EMDE_form_div_part_add {
	border: 1px solid #000;
	padding: 10px;
	background-color:#eee;
	margin: 10px 0 10px 0;
}
.EMDE_form_div_part_add a,i {
	text-decoration: none;
}

.EMDE_form_div_del_part {
	font-weight: bold;
}
.EMDE_form_div_del_part a,i {
	text-decoration: none;
}

/* 
	including 
	----------/home/finantaripublice/public_html/tpl/10-layout.css
	----------/home/finantaripublice/public_html/tpl/10-theme.css
*/

/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/

@font-face
{
 
  font-family: "IcoFont";
font-weight: normal;
font-style: "Regular";
src: url("./fonts/icofont.woff2") format("woff2"),
url("./fonts/icofont.woff") format("woff");
}

[class^="icofont-"], [class*=" icofont-"]
{
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}


.icofont-ui-head-phone:before
{
  content: "\ea53";
}

.icofont-ui-keyboard:before
{
  content: "\ea54";
}

.icofont-ui-calculator:before
{
  content: "\ec05";
}

.icofont-ui-add:before
{
  content: "\ec3e";
}

.icofont-ui-alarm:before
{
  content: "\ec3f";
}

.icofont-ui-battery:before
{
  content: "\ec40";
}

.icofont-ui-block:before
{
  content: "\ec41";
}

.icofont-ui-bluetooth:before
{
  content: "\ec42";
}

.icofont-ui-brightness:before
{
  content: "\ec43";
}

.icofont-ui-browser:before
{
  content: "\ec44";
}

.icofont-ui-calendar:before
{
  content: "\ec45";
}

.icofont-ui-call:before
{
  content: "\ec46";
}

.icofont-ui-camera:before
{
  content: "\ec47";
}

.icofont-ui-cart:before
{
  content: "\ec48";
}

.icofont-ui-cell-phone:before
{
  content: "\ec49";
}

.icofont-ui-chat:before
{
  content: "\ec4a";
}

.icofont-ui-check:before
{
  content: "\ec4b";
}

.icofont-ui-clip-board:before
{
  content: "\ec4c";
}

.icofont-ui-clip:before
{
  content: "\ec4d";
}

.icofont-ui-clock:before
{
  content: "\ec4e";
}

.icofont-ui-close:before
{
  content: "\ec4f";
}

.icofont-ui-contact-list:before
{
  content: "\ec50";
}

.icofont-ui-copy:before
{
  content: "\ec51";
}

.icofont-ui-cut:before
{
  content: "\ec52";
}

.icofont-ui-delete:before
{
  content: "\ec53";
}

.icofont-ui-dial-phone:before
{
  content: "\ec54";
}

.icofont-ui-edit:before
{
  content: "\ec55";
}

.icofont-ui-email:before
{
  content: "\ec56";
}

.icofont-ui-file:before
{
  content: "\ec57";
}

.icofont-ui-fire-wall:before
{
  content: "\ec58";
}

.icofont-ui-flash-light:before
{
  content: "\ec59";
}

.icofont-ui-flight:before
{
  content: "\ec5a";
}

.icofont-ui-folder:before
{
  content: "\ec5b";
}

.icofont-ui-game:before
{
  content: "\ec5c";
}

.icofont-ui-handicapped:before
{
  content: "\ec5d";
}

.icofont-ui-home:before
{
  content: "\ec5e";
}

.icofont-ui-image:before
{
  content: "\ec5f";
}

.icofont-ui-laoding:before
{
  content: "\ec60";
}

.icofont-ui-lock:before
{
  content: "\ec61";
}

.icofont-ui-love-add:before
{
  content: "\ec62";
}

.icofont-ui-love-broken:before
{
  content: "\ec63";
}

.icofont-ui-love-remove:before
{
  content: "\ec64";
}

.icofont-ui-love:before
{
  content: "\ec65";
}

.icofont-ui-map:before
{
  content: "\ec66";
}

.icofont-ui-message:before
{
  content: "\ec67";
}

.icofont-ui-messaging:before
{
  content: "\ec68";
}

.icofont-ui-movie:before
{
  content: "\ec69";
}

.icofont-ui-music-player:before
{
  content: "\ec6a";
}

.icofont-ui-music:before
{
  content: "\ec6b";
}

.icofont-ui-mute:before
{
  content: "\ec6c";
}

.icofont-ui-network:before
{
  content: "\ec6d";
}

.icofont-ui-next:before
{
  content: "\ec6e";
}

.icofont-ui-note:before
{
  content: "\ec6f";
}

.icofont-ui-office:before
{
  content: "\ec70";
}

.icofont-ui-password:before
{
  content: "\ec71";
}

.icofont-ui-pause:before
{
  content: "\ec72";
}

.icofont-ui-play-stop:before
{
  content: "\ec73";
}

.icofont-ui-play:before
{
  content: "\ec74";
}

.icofont-ui-pointer:before
{
  content: "\ec75";
}

.icofont-ui-power:before
{
  content: "\ec76";
}

.icofont-ui-press:before
{
  content: "\ec77";
}

.icofont-ui-previous:before
{
  content: "\ec78";
}

.icofont-ui-rate-add:before
{
  content: "\ec79";
}

.icofont-ui-rate-blank:before
{
  content: "\ec7a";
}

.icofont-ui-rate-remove:before
{
  content: "\ec7b";
}

.icofont-ui-rating:before
{
  content: "\ec7c";
}

.icofont-ui-record:before
{
  content: "\ec7d";
}

.icofont-ui-remove:before
{
  content: "\ec7e";
}

.icofont-ui-reply:before
{
  content: "\ec7f";
}

.icofont-ui-rotation:before
{
  content: "\ec80";
}

.icofont-ui-rss:before
{
  content: "\ec81";
}

.icofont-ui-search:before
{
  content: "\ec82";
}

.icofont-ui-settings:before
{
  content: "\ec83";
}

.icofont-ui-social-link:before
{
  content: "\ec84";
}

.icofont-ui-tag:before
{
  content: "\ec85";
}

.icofont-ui-text-chat:before
{
  content: "\ec86";
}

.icofont-ui-text-loading:before
{
  content: "\ec87";
}

.icofont-ui-theme:before
{
  content: "\ec88";
}

.icofont-ui-timer:before
{
  content: "\ec89";
}

.icofont-ui-touch-phone:before
{
  content: "\ec8a";
}

.icofont-ui-travel:before
{
  content: "\ec8b";
}

.icofont-ui-unlock:before
{
  content: "\ec8c";
}

.icofont-ui-user-group:before
{
  content: "\ec8d";
}

.icofont-ui-user:before
{
  content: "\ec8e";
}

.icofont-ui-v-card:before
{
  content: "\ec8f";
}

.icofont-ui-video-chat:before
{
  content: "\ec90";
}

.icofont-ui-video-message:before
{
  content: "\ec91";
}

.icofont-ui-video-play:before
{
  content: "\ec92";
}

.icofont-ui-video:before
{
  content: "\ec93";
}

.icofont-ui-volume:before
{
  content: "\ec94";
}

.icofont-ui-weather:before
{
  content: "\ec95";
}

.icofont-ui-wifi:before
{
  content: "\ec96";
}

.icofont-ui-zoom-in:before
{
  content: "\ec97";
}

.icofont-ui-zoom-out:before
{
  content: "\ec98";
}


.icofont-spin
{
  -webkit-animation: icofont-spin 2s infinite linear;
  animation: icofont-spin 2s infinite linear;
  display: inline-block;
}

.icofont-pulse
{
  -webkit-animation: icofont-spin 1s infinite steps(8);
  animation: icofont-spin 1s infinite steps(8);
  display: inline-block;
}

@-webkit-keyframes icofont-spin
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes icofont-spin
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.icofont-rotate-90
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icofont-rotate-180
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icofont-rotate-270
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icofont-flip-horizontal
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icofont-flip-vertical
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icofont-flip-horizontal.icofont-flip-vertical
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .icofont-rotate-90,
	:root .icofont-rotate-180,
	:root .icofont-rotate-270,
	:root .icofont-flip-horizontal,
	:root .icofont-flip-vertical
{
  -webkit-filter: none;
  filter: none;
  display: inline-block;
}

.icofont-inverse
{
  color: #fff;
}

.sr-only
{
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
	.sr-only-focusable:focus
{
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
	body {
background-image: url('/tpl/images/bg-header.gif');	
}
#EMDZ_504 {
	width: 100%;
	/* background-image: url('/tpl/images/bg-header.gif'); */
}
#EMDZ_504_505 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	border-bottom: 2px solid #204684;
}
#EMDZ_504_505_506 {
	text-align: left;
}
#EMDZ_504_505_507 {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	align-items: flex-end;
}

#EMDZ_508 {
	width: 100%;
}
#EMDZ_508_509 {
	width: 1200px;
	margin: 0 auto;
}
#EMDZ_508_509_510 {
	margin: 0 auto;
}

#EMDZ_511 {
	width: 100%;
	/* background-color:#cee8ff; */
	/* background-image: url('/tpl/images/bg-header.gif'); */
}
#EMDZ_511_512 {
	width: 1200px;
	margin: 0 auto;
	background-color:#fff;
}


#EMDZ_514 {
	margin-top: 50px;
	width: 100%;
	height: 150px;
	/* background-image: url('/tpl/images/bg-header.gif');*/
}
#EMDZ_514_515 {
	width: 1200px;
	margin: 0 auto;
}
#EMDZ_514_515_516 {
	display: flex;
	justify-content:space-between;
}

#EMDZ_518 {
	width: 100%;
}
#EMDZ_518_519 {
	width: 1200px;
	margin: 0 auto;
	background-color:#fff;
}

#EMDZ_523 {
	width: 100%;
}
#EMDZ_523_524 {
	width: 1200px;
	margin: 0 auto;
}

#EMDZ_529 {
	width: 100%;
}
#EMDZ_529_530 {
	width: 1200px;
	margin: 0 auto;
	background-color:#fff;
}





