/*-------------------------------- CSS - ARCHEOSWEB 2019 ---------------------------------*/
/*--- Copyright -Istituto Italiano delle Risorse per lo Sviluppo Economico SRL - 2019 ----*/
/*--------------------------------- RESET CSS "MeyerWeb" ---------------------------------*/

@font-face {font-family: Pangram-Black; src: url(/font/Pangram-Black.otf);}
@font-face {font-family: Pangram-Bold; src: url(/font/Pangram-Bold.otf);}
@font-face {font-family: Pangram-Light; src: url(/font/Pangram-Light.otf);}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video    {margin: 0;padding: 0;border: 0;/* font: inherit; */vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body    {line-height: 1;}
ol, ul  {/* list-style: none; */font-size: 11pt;margin-left:16pt;}
p       {font-size: 11pt;font-family: 'Roboto', sans-serif;padding-top: 20px; padding-left: 20px;}
blockquote, q   {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after   {content: '';content: none;}
table{border-collapse: collapse;border-spacing: 0; text-align: center; margin: 0 auto; font-family: 'Pangram-Light', sans-serif;}
/* #estates_map { width: 70% !important; height: 500px !important;float:left !important;} */

/*--------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------FONT NUOVO-----------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------*/

div{
    overflow: visible;
    margin: 0 0;
    padding: 0 0;
}

body{
    background: #F9F9F9;
    font-size: .80em;
    /*font-family: "Georgia", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-size: 100%;
    font-family: 'Volkhov', serif;
    margin: 0px;
    padding: 0px;
    color: #232328;
}

html, body{
	height:100%;
}

a:hover {
        color: #1d60ff;
        text-decoration: none;
        }
a:active {color: #034af3;}

a { cursor: pointer; }

a.disabled {
	pointer-events: none;
	color: #bbb;
}

p, li{
	margin-bottom: 10px;
    line-height: 16pt;
}

a.bottoneoneone {
    border: 1px solid #81829e;
    background-color: #333;
}
a.bottoneoneone:hover {
	background-color: #eee;
}


.textgoleft{
    text-align: left;
}

.textgoright{
    text-align: :right;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Pangram-Bold';
}

/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
#body_cont_fix{
	min-height:100%;
	min-width: 350px;
	margin-bottom: -92px;
	padding-bottom: 92px;
    background: #ececec;
}

#page
{
    min-width: 620px;
    margin: auto;
    border: none;
    overflow:visible;
    background: #333;
}
#header_cont
{
    margin: auto;
    height: 233px;
    background: #333;
    width: 100%;
    overflow: hidden;
}
#header_sup
{
    margin: auto;
    background-color: #333333;
    justify-content: flex-start;
    /* align-items: flex-end; */
    /*min-width: 800px;*/
}

#header_img {
    width: 200px;
    height: auto;
}
#logo_img_wrap{
    /* float: left; */
    height: 80px;
    width: 80px;
    overflow: hidden;
    background: url("/static/img/Logo.png");
    background-size: 185% 185%;
    background-position: center center;
}

#logo_text{
    float: left;
    /*width: 235px;*/
}

#logo_text h1{
	font-size: 3.1em;
	line-height:1.3em;
	margin: 0;
	font-weight:normal;
	font-family: 'Playfair Display', serif;
	color: #EC7F14;
}
#logo_text h2{
	margin: 0 0 0.3em 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1em;
	font-weight:bold;
	text-align:left;
	font-family: 'Playfair Display', serif;
    color: #81829e;
    text-transform:uppercase;
}

#global_body
{
    width: auto;
    margin: auto;
    overflow: hidden;
}
#centralCol
{
    width: 100%;
    padding: 0px 0px;
    margin: auto;
    min-height: 340px;
    background: #fff;
}
#leftCol
{
    margin: 0px;
    width: 0px;
}
#footer{
    padding: 10px 0px 80px 0px;
    min-width: 350px;
    margin: auto;
    text-align: center;
    line-height: normal;
    background: #333;
	width: 100%;
    color:#fff;
	height: 90px;
    border-top: 2px solid #ed7f11;
	overflow: hidden;
}


div#left_header_div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content:flex-start;
    max-width: 90%;
    margin: auto;
}
div#left_header_div a{
	display: inline-block;
	font-size: 0.8em;
}

div#right_header_div {
    width: 100%;
	padding: 5px 0;
	border-bottom: 3px solid #EC7F14;
	text-align:right;
}
div#inner_menu {
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content:flex-end;
	flex-wrap: wrap;
    max-width: 1400px;
    min-width: 700px;
	width: 100%;
	margin: 0 auto;
}

div.pop_info{
	position: absolute;
	width:100%;
	height: 0;
	overflow: visible;
	z-index: 10;
	font-size: 1.2em;
    font-weight: bold;
}
div.pop_info div{
	position:relative;
	top: 0;
	background:rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	margin: 0px auto;
	border: #000 solid 1px;
	padding: 1.5em;
}
div.pop_info p{
	margin: auto;
	padding: .2em;
    font-family: 'Pangram-Light', sans-serif;
}
div.pop_info p a {
    color: darkorange;
}
/* ----------------------------------FOOTER----------------------------------*/

.footermenu
{
    width: 100%;
    padding-bottom: 20px;
    font-family: 'Pangram-Light';
}
.footermenu a
{
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 40px;
}
.footermenu a:hover
{
    font-weight: bold;
    color: #EF9317;
}
.footerutility
{
    width: 90%;
    color: #666;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 1px;
    border-image: linear-gradient(to left, rgba(255,255,255,0), gray,rgba(255,255,255,0)) 1;

}
.footerutilitybox
{
    width: 23%;
    position: relative;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    font-weight: bold;
    color: #666;
    text-align: left;
    font-size: 1em;

}
.footerutilitybox p{color: #365F91; text-transform: uppercase;}

.copyright
{
    width: 90%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
    font-family: 'Pangram';

}
