


/*########################################## HEADER ##########################################*/

#content {
    background-color: #FFFFFF;
}
.container {
    position: relative;
    max-width: 1170px;
    margin: 0 auto 20px auto;
}


.logo_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.logo_content {
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 128px;
    height: 145px;
    /*background-color: #FFFFFF;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.30);*/
}
div#logo {
    z-index: 101;
}
div#logo img {
    height: 145px;
}
.logo_little {
    float: left;
    margin: 0px;
    display: none;
}
div.logo_little img {
    width: 53px!important;
    height: 60px!important;
    margin: 5px 0;
}
#barra_sopra_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    z-index: 12;
    background-color: #6f92c6;
}
#barra_sopra_content {
    float: right;
}
div#top-social li, div#top-social li a, div#top-social li .ts-icon, div#top-social li .ts-text,
div.top-links ul li, div.top-links li > a {
    height: 40px!important;
    line-height: 40px!important;
    color: #FFFFFF;
}
div.top-links ul ul a {
    color: #123368;
}
div#top-social li {
    border-left: 1px solid #FFFFFF;
}
div.top-links li.sfHover > a {
    color: #123368;
}
div.top-links ul ul, div.top-links ul div.top-link-section {
    top: 40px!important;
    border-top: 1px solid #FFFFFF;
}

#menu_container {
    z-index: 11;
    display: block;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    height: 70px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.30);
}

nav#primary-menu {
    float: left;
    height: 70px;
}
nav#primary-menu ul {
    position: relative;
}
nav#primary-menu ul li p {
    padding: 0 15px;
}
nav#primary-menu ul,
nav#primary-menu ul li p,
nav#primary-menu ul li a {
    height: 70px;
    line-height: 70px;
    font-family: 'Kadwa', serif;
	font-weight: 700;
	font-size: 17px;
    color: #123368;
    cursor: pointer;
    margin: 0px;
}
nav#primary-menu ul li a:hover,
nav#primary-menu ul li p:hover,
nav#primary-menu ul li.current a,
nav#primary-menu ul li.current p,
nav#primary-menu ul li.sfHover a,
nav#primary-menu ul li.sfHover p {
    background-color: #123368;
    color: #FFFFFF;
}

nav#primary-menu ul li.mega-menu .mega-menu-content {
    width: 750px;
    top: 70px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-top: 2px solid #89112e;
}
nav#primary-menu ul li .mega-menu-content > ul {
    padding: 20px!important;
    margin: 0px!important;
}
nav#primary-menu ul li .mega-menu-content ul a {
    color: #666!important;
}
nav#primary-menu ul li .mega-menu-content > ul > li.mega-menu-title > div {
    font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 15px;
    line-height: 15px;
    color: #89112e;
    letter-spacing: 0px;
    padding: 0 0 20px 0!important;
}
nav#primary-menu ul li .mega-menu-content.col-3 > ul {
    width: -moz-calc((100% - 122px) / 3);
    width: -webkit-calc((100% - 122px) / 3);
    width: calc((100% - 122px) / 3); 
}
nav#primary-menu ul ul {
    top: 70px;
    width: 250px;
    border: 0px;
    border-top: 2px solid #89112e;
}

nav#primary-menu ul ul li a {
    padding: 8px 0 8px 10px!important;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px!important;
    letter-spacing: 0px;
    color: #666!important;
}
nav#primary-menu ul ul li:hover > a,
nav#primary-menu ul ul li > a.active,
nav#primary-menu ul ul a:hover,
nav#primary-menu ul ul a.current {
    background-color: #F9F9F9;
    color: #89112e !important;
}



div#header_image {
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin: 100px 0 0 0;
}
/*########################################## HEADER MOBILE ##########################################*/

#menu_container_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    z-index: 100;
}
#menu_container_mobile.logged,
#primary-menu-trigger.logged,
#utente_mobile.logged {
    top: 40px;
}
#primary-menu-trigger {
    top: 0px!important;
    font-size: 22px!important;
    width: 60px;
    height: 60px;
    line-height: 60px!important;
    color: #6f92c6;
    z-index: 12;
}
.primary-menu_mobile {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    background-color: #6f92c6;
    border-top: solid 2px #123368;
}
.primary-menu_mobile.logged {
    top: 100px;
}
.logo_mobile {
    position: absolute;
    margin: 6px 0 0 0;
    left: -moz-calc(50% - 22px);
    left: -webkit-calc(50% - 22px);
    left: calc(50% - 22px); 
}
#utente_mobile {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #6f92c6;
    z-index: 103;
    text-align: center;
    margin: 0px;
}
#utente_mobile i {
    color: #6f92c6;
}



/*########################################## HOME ##########################################*/

div.slider-dida {
    position: absolute;
    bottom: 90px;
    left: 15px;
    background-color: #123368;
    padding: 10px;
    z-index: 6;
    color: #6f92c6;
}
p.home_slide_zona {
    font-family: 'Kadwa', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
div.slider-dida h2 {
    font-family: 'Kadwa', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0 0 5px 0;
}
p.home_slide_desc {
    font-family: 'Kadwa', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}


#header-wrap {
    z-index: 100;
}
#header.sticky-header #header-wrap {
    border: none;
}

section.content_home {
    background-image: url(images/sfondo_home_01.jpg);
    background-size: cover;
}

#menu_home_ombra {
    position: absolute;
    bottom: 60px;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #6f92c6;
    opacity: 0.5;
    z-index: 99;
}
div#menu_home {
    z-index: 100;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: #6f92c6;
    color: #FFFFFF;
}
div#menu_home a {
    font-family: 'Kadwa', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 60px;
}
div#menu_home ul {
    list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}
div#menu_home ul li {
    position:relative;
	float:left;
	margin:0 40px 0 0;
	padding:0
}

div#ultimi_progetti {
    margin: 15px 0;
}
button#button_home_progetti {
    width: 100%;
    height: 30px;
    background-color: #6f92c6;
    text-align: center;
    border: none;
    font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #FFFFFF;
    padding: 5px 0;
}
button#button_home_progetti:hover {
    background-color: #123368;
}

div#home_contatti h2 {
    font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #6f92c6;
    text-align: center;
    padding: 40px 0 20px 0;
}
div#home_contatti p {
    font-family: 'Kadwa', sans-serif;
	font-weight: 400;
	font-size: 23px;
	color: #6f92c6;
    text-align: center;
    line-height: 30px;
}

/*########################################## PATHWAY ##########################################*/

div#pathway_container {
	width: 100%;
	height: 40px;
	background-color: #6f92c6;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.pathway_spazio {
	margin: 0 10px;
}
div#pathway li {
	display: inline;
}
a.pathway { 
	text-decoration: none;
	color: #FFFFFF;
}
a.pathway:hover {
	color: #123368;
}

/*########################################## PROGETTI ELENCO ##########################################*/

.progetticat {
    float: left;
    margin: 15px 15px 15px 0;
    height: 50px;
    background-color: #6f92c6;
    font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 14px;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0 20px;
    cursor: pointer;
}
.progetticat.active,
.progetticat:hover {
    background-color: #123368;
}
div.progetto {
    float: left;
    position: relative;
    width: -moz-calc((100% - 45px) / 4);
    width: -webkit-calc((100% - 45px) / 4);
    width: calc((100% - 45px) / 4);
    margin: 0 15px 15px 0;
}
div.progetto:nth-child(4n) {
    margin: 0 0 15px 0;
}
div.progetto_img {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}
div.progetto_testi {
    background-color: #6f92c6;
    padding: 10px;
}
span.progetto_testi_zona {
    font-family: 'Kadwa', sans-serif;
	font-weight: 400;
	font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 4px 0;
}
h2.progetto_testi_titolo {
    font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 6px 0;
}
span.progetto_testi_data {
    font-family: 'Kadwa', sans-serif;
	font-weight: 400;
	font-size: 13px;
    color: #123368;
}
div.progetto_avviso {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f69105;
    padding: 10px 0;
}
div.progetto_avviso span {
    margin: 10px;
    font-family: 'Kadwa', sans-serif;
	font-weight: 400;
	font-size: 13px;
    color: #FFFFFF;
}

.progetto_icone {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.progetto_icona_foto {
    float: left;
    width: 47px;
    height: 47px;
    margin: 0 10px 0 0;
    background-image: url(images/progetto_icona_foto.png);
    background-size: cover;
}
.progetto_icona_render {
    float: left;
    width: 47px;
    height: 47px;
    background-image: url(images/progetto_icona_render.png);
    background-size: cover;
}

/*########################################## PROGETTO ##########################################*/

div.progetto_intro {
    margin: 15px 0 0 0;
}
span.progetto_zona {
    font-family: 'Kadwa', sans-serif;
	font-weight: 400;
	font-size: 20px;
    text-transform: uppercase;
    color: #6f92c6;
    margin: 0 0 15px 0;
}
h1.progetto_titolo {
    font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 45px;
    text-transform: uppercase;
    color: #123368;
    margin: 0;
}
div.progetto_data {
    font-family: 'Kadwa', sans-serif;
	font-weight: 400;
	font-size: 16px;
    color: #6f92c6;
    margin: 0;
}
div.progetto_testo {
    font-family: 'Kadwa', sans-serif;
	font-weight: 400;
	font-size: 14px;
    color: #123368;
    margin: 15px 0 0 0;
    text-align: justify;
}

div.progetto_image_title {
    clear: both;
    width: 100%;
    padding: 10px 0 10px 0;
    /*border-bottom: solid 1px #123368;*/
}
div.progetto_image_title h2 {
    font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 25px;
    color: #123368;
}
div.progetto_image {
    float: left;
    position: relative;
    width: -moz-calc((100% - 75px) / 5);
    width: -webkit-calc((100% - 75px) / 5);
    width: calc((100% - 75px) / 5);
    margin: 0 15px 15px 0;
}
.progetto_image_description {
    position: absolute;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: 'Kadwa', sans-serif;
	font-weight: 400;
	font-size: 12px;
    color: #FFFFFF;
    padding: 10px;
}
div#mappa {
    font-family: 'Kadwa', sans-serif;
	font-weight: 400;
	font-size: 14px;
    color: #6f92c6;
}
div#mappa span {
    color: #123368;
    line-height: 40px;
}


a.aggiungi {
    background-color: #FF0000!important;
    font-size: 50px;
}
.button_piani {
    width: 100%;
    min-width: 100px;
    border: none;
    padding: 0px;
    margin: 0px;
    background-color:#FF0000; 
    font-size:30px; 
    line-height:42px; 
    text-align: center;
}

.progetto_piano_img {
    float: left;
    width: 40%;
    margin: 4px 5px 0 0;
    border: solid 1px #6f92c6;    
}
.progetto_piano_appartamenti {
    float: left;
    position: relative;
    width: -moz-calc(60% - 7px);
    width: -webkit-calc(60% - 7px);
    width: calc(60% - 7px);
    margin: 4px 0 0 0;
}
.progetto_piano_appartamenti_big {
    position: relative;
    width: 100%;
    margin: 4px 0 0 0;
}
.progetto_piano_appartamenti_testo {
    font-family: 'Kadwa', sans-serif;
	font-weight: 400;
	font-size: 14px;
    color: #123368;
    margin: 0 0 0 10px;
}

.progetto_piano_appartamento_container {
    float: left;
    width: -moz-calc((100% - 75px) / 5);
    width: -webkit-calc((100% - 75px) / 5);
    width: calc((100% - 75px) / 5);
    max-width: 111px;
    background-color: #6f92c6;
    position: relative;
    border: none;
    padding: 0px;
    margin: 0 0 15px 15px;
    text-align: center;
    cursor: pointer;
}
.progetto_piano_appartamento_container:before {
    content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.progetto_piano_appartamento {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.progetto_piano_appartamento_container.venduto {
    background-color: #adadad;
    cursor: auto;
}
.progetto_piano_appartamento_container.venduto:hover {
    background-color: #adadad;
}
.progetto_piano_appartamento span {
    font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 10px;
    color: #FFFFFF;  
    line-height: 40px;
}
.progetto_piano_appartamento h3 {
    font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 65px;
    color: #FFFFFF;  
    line-height: 10px;
}
.progetto_piano_appartamento_container:hover {
    background-color: #123368;
}
.progetto_piano_appartamento_container.aggiungi {
    background-color: #FF0000;
}
.progetto_piano_appartamento_container.aggiungi:hover {
    background-color: #b40c0c;
}


/*########################################## APPARTAMENTO ##########################################*/

.app_nav {
    padding: 15px 0;
    font-family: 'Kadwa', sans-serif;
	font-weight: 400;
	font-size: 13px;
    color: #6f92c6;
    text-transform: uppercase;
}
.app_nav i {
    padding: 0 6px 0 0;
}
.app_img {
    float: left;
    width: 380px;
    margin: 0 15px 15px 0;
}
.app_image {
    position: relative;
    border: solid 1px #6f92c6;
    margin: 0 0 15px 0;
}
.app_testi.stretto {
    float: left;
    width: -moz-calc(100% - 395px);
    width: -webkit-calc(100% - 395px);
    width: calc(100% - 395px);
    position: relative;
}
.app_numero {
    float: left;
    width: 100px;
    height: 100px;
    background-color: #6f92c6;
    text-align: center;
    margin: 0 0 15px 0;
}
.app_numero span {
    font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 10px;
    color: #FFFFFF;  
    line-height: 40px;
}
.app_numero h3 {
    font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 60px;
    color: #FFFFFF;  
    line-height: 10px;
}
.app_specifiche {
    float: left;
    margin: 0 0 0 15px;
    font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 14px;
    color: #6f92c6;
}
.app_specifiche span {
    color: #123368;
}
.app_descrizione {
    clear: both;
    margin: 0 0 15px 0;
    font-family: 'Kadwa', sans-serif;
	font-weight: 400;
	font-size: 14px;
    color: #123368;
}
.app_planimetrie,
.app_docs,
.app_images {
    margin: 0 0 15px 0;
    font-family: 'Kadwa', sans-serif;
    font-weight: 400;
	font-size: 14px;
    color: #6f92c6;
}
.app_planimetrie h3,
.app_docs h3,
.app_images h3 {
    font-weight: 700;
    font-size: 14px;
}
.app_planimetrie i,
.app_docs i {
    padding: 0 10px 0 0;
    font-size: 18px;
}
.app_planimetrie a:hover,
.app_docs a:hover {
    color: #123368;
}

/*########################################## TAB ##########################################*/

div.tabs {
    margin: 30px 0 0 0;
}
ul.tab-nav {
    border-bottom: 1px solid #123368!important;
    /*height: 42px!important;*/
}
ul.tab-nav li,
ul.tab-nav li a {
    border: none!important;
    height: 42px!important;
    font-family: 'Kadwa', sans-serif!important;
	font-weight: 700!important;
	font-size: 14px!important;
    line-height: 43px!important;
    color: #FFFFFF!important;
    background-color: #6f92c6!important;
    margin: 0 1px 0 0!important;
}
ul.tab-nav:not(.tab-nav-lg) li:first-child {
    margin: 0 1px 0 0!important;
}
ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a,
ul.tab-nav:not(.tab-nav-lg) li a:hover,
li.active a {
    background-color: #123368!important;
    top: 0px!important;
}

.side-tabs .tab-container {
    padding: 0px!important;
}
ul.tab-nav {
    padding: 4px 20px 0 0!important;
}
.side-tabs ul.tab-nav.tab-nav2 li {
    margin: 0 0 2px 0!important;
}



/*########################################## ARTICOLO ##########################################*/

#slider_nav {
    height:250px!important; 
    margin: 100px 0 0 0;
}
h2.articolo_slide_titolo {
    font-size: 40px!important;
}
.articolo_testo h2 {
    font-family: 'Kadwa', sans-serif;
    font-weight: 700;
	font-size: 40px;
	text-transform: uppercase; 
    margin: 10px 0 20px 0;
}
.articolo_testo p,
.articolo_testo ul {
	font-family: 'Kadwa', sans-serif;
    font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin: 10px 10px 0 0;
}

.articolo_testo ul {
    padding: 0 0 0 30px;
    margin: 10px 0;
}
.articolo_testo a {
	text-decoration: none;
	font-weight: bolder;
}
.articolo_testo a:hover {
	text-decoration: underline;
}

.allegati {
	padding: 26px 0 0 0;
}
.fancy-title h5 {
    margin: 0px!important;
}
.feature-box.fbox-plain .fbox-icon i {
    color: #123368!important;
}

.articolo_button {
    margin: 20px 10px 0 0;
}

div.mfp-title {
    font-family: 'Kadwa', sans-serif;
	font-size: 16px;
    font-weight: 700;
}
.colore_sezione_0, .colore_sezione_0 a, .colore_sezione_0 h5, .colore_sezione_0 h3 { background-color: #FFFFFF!important; color: #123368!important; } 
.colore_sezione_0 h2 { color: #123368!important; }
.colore_sezione_1, .colore_sezione_1 a, .colore_sezione_1 h5, .colore_sezione_1 h2, .colore_sezione_1 h3 { background-color: #efefef!important; color: #123368!important; }
.colore_sezione_1 h2 { color: #123368!important; }



/*########################################## NEWS ##########################################*/

#portfolio-filter {
    border: none !important;
    margin: 0 !important;
}
.activeFilter a {
    line-height: 50px !important;
    height: 50px !important;
    border-radius: 0 0 0 0 !important;
    padding: 0 10px !important;
    background-color: #d01e43 !important;
}
#portfolio-filter li.activeFilter a:hover {
    color: #FFFFFF !important;
}
#portfolio-filter li a {
    line-height: 50px !important;
    padding: 0 10px !important;
    border: none !important;
    margin: 0 !important;
    font-family: 'Kadwa', sans-serif;
	font-weight: 400!important;
	font-size: 14px!important;
}
#portfolio-filter li a:hover {
    color: #FFFFFF !important;
}

.news_item_titolo {
    width: 100%;
    height: 80px;
    background-color: #89112e;
}
.news_item_titolo h3 {
    font-family: 'Kadwa', sans-serif;
	font-weight: 700;
	font-size: 16px;
    color: #FFFFFF;
    padding: 10px 0 5px 10px;
    margin: 0;
}
.news_item_titolo p {
    font-family: 'Kadwa', sans-serif;
	font-weight: 300;
	font-size: 11px;
    color: #FFFFFF;
    padding: 0 0 0 10px;
    margin: 0;
}
.news_item_titolo a {
    color: #FFFFFF;
}
.news_item_titolo a:hover {
    color: #173f11;
}
.portfolio .portfolio-item {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 15px 10px 0 10px;
}
.news_item_testo {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 80px;
    background-color: #d01e43;
    padding: 10px;
}
.news_item_testo p,
.news_item_testo ul {
    font-family: 'Kadwa', sans-serif;
	font-weight: 300;
	font-size: 13px;
    line-height: 22px!important;
    color: #FFFFFF;
    margin: 0;
    overflow: hidden;
}
.news_item_img {
    float: left;
    position: relative;
    width: 258px;
    height: 180px;
    overflow: hidden;
}
.news_item_img img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.news_item_dx {
    float: left;
    width: -moz-calc(100% - 258px);
    width: -webkit-calc(100% - 258px);
    width: calc(100% - 258px);
}


/*########################################## LOGGED MENU ##########################################*/

body.logged,
#page-menu.logged.sticky-page-menu:not(.static-sticky) #page-menu-wrap {
	margin: 40px 0 0 0;
}
#header.logged.sticky-header:not(.static-sticky),
#header.logged.sticky-header:not(.static-sticky) #header-wrap,
#header.logged.sticky-header:not(.static-sticky):not(.sticky-style-2) #logo img,
#header.logged.sticky-header:not(.static-sticky) #primary-menu,
#header.logged.sticky-header:not(.static-sticky) #primary-menu > ul,
#header.logged.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	top: 40px;
}

#login,
#logout {
	max-width: 600px;
	margin: auto;
	color: #4F4E4E;
}
#top-login-password {
	margin: 0 0 20px 0;
}
#login-area {
	z-index: 10000;
	display: none;
	position: fixed;
	top: 0px;
	width: 100%;
	height:40px;
	background-color:#FF0000;
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.logged #login-area {
	display: block;
}
#login-area .contents {
	line-height: 40px;
	color: #FFFFFF;
}



#user_menu { float: right; }

#user_menu ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#user_menu ul a
{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	line-height:40px;
	padding:0 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

#user_menu ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#user_menu ul li.current-menu-item { background:#900 }

#user_menu ul li:hover { background:#900 }

#user_menu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#FF0000;
	padding:0;
    margin: 1px 0 0 0;
}

#user_menu ul ul li
{
	float:none;
    white-space: nowrap;
}

#user_menu ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#user_menu ul ul ul
{
	top:0;
	left:100%
}

#user_menu ul li:hover > ul { display:block }



/*########################################## LOGIN ##########################################*/


div.top-link-section {
    box-sizing: border-box;
}
.input-group-addon_TOPBAR  {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: normal;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
}
div.top-links li i {
    position: relative;
    top: 1px;
    height: 45px;
    width: 30px !important;
    line-height: 40px;
    font-size: 16px;
    margin: 0px!important;
}
.form-control_TOPBAR {
    display: table-cell;
    border-radius: 0px;
    height: 40px;
    border: 0px;
    font-size: 16px;
    padding: 10px;
    background-color: #f8f8f8;
    color: #555555;
    box-sizing: border-box;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
}
.btn_TOPBAR {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    padding: 15px;
    border: 0px;
    background-color: #6f92c6;
    box-sizing: border-box;
}
.btn_TOPBAR:hover {
    background-color: #123368;
    color: #FFFFFF;
    box-sizing: border-box;
}
.btn_TOPBAR_red {
    width: 100%;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px;
    border: 0px;
    background-color: #d9534f;
    cursor: pointer;
    box-sizing: border-box;
}
.btn_TOPBAR_red:hover {
    background-color: #c9302c;
}

.input-group-addon_BIG  {
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: normal;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    margin: 0px;
}
.form-control_BIG {
    border-radius: 0px;
    height: 50px;
    border: 0px;
    font-size: 18px;
    padding: 10px;
    background-color: #f8f8f8;
    color: #555555;
    width: 100%;
    box-sizing: border-box;
}
.btn_BIG {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    padding: 15px;
    border: 0px;
    background-color: #6f92c6;
    box-sizing: border-box;
}
.btn_BIG:hover {
    background-color: #123368;
    color: #FFFFFF;
}
.btn_BIG_red {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    padding: 15px;
    border: 0px;
    background-color: #d9534f;
    box-sizing: border-box;
}
.btn_BIG_red:hover {
    background-color: #622A24;
    color: #FFFFFF;
}




/*########################################## PAGINAZIONE ##########################################*/

div#pagination {
    clear: both;
    margin: 15px 0 0 0!important;
}
ul.MarkupPagerNav {
    clear: both;
    font-family: Arial, sans-serif;
}
.MarkupPagerNav li {
	display: inline;
	list-style: none;
	margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 4px 15px;                
	color: #fff;
	background: #2f4248;
	margin-right: 3px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
}
                
.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	color: #fff;
	background: #4CCE89;
	text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #777;
	background: #d2e4ea;
	padding-left: 3px;
	padding-right: 3px;
}


/*########################################## FOOTER ##########################################*/

.clients-grid li a {
    opacity: 1;
}
.clients-grid li a:hover {
    opacity: 0.6;
}


#copyrights {
    background-color: #123368 !important;
}
.copyright-links {
    color:rgba(255, 255, 255, 0.5)!important;
}
.footer_contact {
    text-align: right;
}