


/*########################################## HEADER ##########################################*/


.container {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}


.logo_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.logo_content {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 357px;
    height: 113px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.30);
}
div#logo {
    z-index: 101;
}
div#logo img {
    height: 113px;
}
.logo_little {
    float: left;
    margin: 0px;
    display: none;
}
div.logo_little img {
    width: 202px!important;
    height: 50px!important;
    margin: 5px 0;
}
#barra_sopra_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    z-index: 12;
    background-color: #E0E0E0;
}
#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: #828282; /*COLORE BASE TOP LINKS*/
}
div.top-links ul ul a {
    color: #89112e; /*COLORE HOVER TOP LINKS*/
}
div#top-social li {
    border-left: 1px solid #cecece;
}
div.top-links li.sfHover > a {
    color: #89112e;
}
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: 60px;
    background-color: #000000;
}

nav#primary-menu {
    float: left;
    height: 60px;
}
nav#primary-menu ul {
    position: relative;
}
nav#primary-menu ul li p {
    padding: 0 10px;
}
nav#primary-menu ul,
nav#primary-menu ul li p,
nav#primary-menu ul li a {
    height: 60px;
    line-height: 60px;
    font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 16px;
    color: #FFFFFF; /*COLORE MENU*/
    letter-spacing: 1px;
    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: #FFFFFF;*/
    color: #e94e1b; /*COLORE HOVER MENU*/
}

nav#primary-menu ul li.mega-menu .mega-menu-content {
    width: 750px;
    top: 60px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-top: 2px solid #033331;
}
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: #033331;
    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: 60px;
    width: 250px;
    border: 0px;
    border-top: 2px solid #033331;
}

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: #033331 !important;
}


div#top-search {
    float: left;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}
div#top-search a i {
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    margin: 0 0 0 10px;
}
div#top-search form input {
    height: 60px;
    line-height: 60px;
    color: #FFFFFF!important;
    margin: 0 0 0 370px;
    padding: 0px!important;
    font-size: 25px;
}
div#top-search form input::-webkit-input-placeholder {
    color: white !important;
}


.sottoheader {
	position: relative; 
	height: 90px; 
	margin: 85px 0 0 0; 
	background-color: #d1d2d4;
}
.sottoheader_title {
	font-size: 30px; 
	color: #FFFFFF; 
	font-family: 'Raleway', sans-serif!important; 
	font-weight: 800; 
	position: absolute; 
	top:50px; 
	right: 0px; 
	background-color: #e94e1b; 
	padding: 5px 30px; 
	z-index: 101;
}




.header_parallax {
    padding: 160px 0; 
    background-size: 100%; 
    background-min-height: 1000px;
}
/*########################################## HEADER MOBILE ##########################################*/

#menu_container_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #000000;
    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: #FFFFFF;
    z-index: 12;
}
.primary-menu_mobile {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    background-color: #FFFFFF;
    border-top: solid 4px #e94e1b;
}
.primary-menu_mobile.logged {
    top: 100px;
}
.logo_mobile {
    position: absolute;
    margin: 11px 0 0 0;
    left: -moz-calc(50% - 81px);
    left: -webkit-calc(50% - 81px);
    left: calc(50% - 81px); 
}
#utente_mobile {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    z-index: 103;
    text-align: center;
    margin: 0px;
}
#utente_mobile i {
    color: #FFFFFF;
}



/*########################################## HOME ##########################################*/

.slider_home {
    margin: 100px 0 0 0;
}
div.slider-caption {
    text-align: right;
    max-width: 700px!important;
}
div.slider-caption h2 {
    font-family: 'Great Vibes', cursive!important;
    text-transform: none;
    font-size: 60px;
    line-height: 20px;
}
div.slider-caption p {
    font-size: 13px;
}


#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;
}

#home_sx,
#home_centro,
#home_dx {
    float: left;
    display: block;
    width: -moz-calc((100% - 40px) / 3);
    width: -webkit-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    margin: 20px 0 20px 20px;
    position: relative;
}
#home_sx {
    margin: 20px 0 !important;
}
#home_sx h2,
#home_centro h2,
#home_dx h2 {
    width: 100%;
    height: 60px;
    background-color: #d01e43;
    margin: 0 0 3px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
}
.home_sx_img {
    position: relative;
    height: 260px;
    background-color: #FFFFFF;
}
.home_sx_img img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home_news_item {
    width: 100%;
    height: 60px;
    background-color: #878787;
    margin: 0 0 10px 0;
    cursor: pointer;
}
.home_news_item:hover {
    background-color: #89112e;
}
.home_news_item_content {
    padding: 10px;
}
.home_news_item h3 {
    margin: 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
.home_news_item p {
    margin: 5px 0 0 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #FFFFFF;
}






/*########################################## PATHWAY ##########################################*/

div#pathway_container {
	width: 100%;
	height: 40px;
	background-color: #E0E0E0;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #4F4F4F; /*COLORE TESTO*/
	padding: 0px;
	margin: 0px;
}

.pathway_spazio {
	margin: 0 10px;
}
div#pathway li {
	display: inline;
}
a.pathway { 
	text-decoration: none;
	color: #4F4F4F; /*COLORE TESTO*/
}
a.pathway:hover {
	color: #E1001A; /*COLORE HOVER TESTO*/
}

/*########################################## SUBMENU ##########################################*/

div#submenu_container {
	width: 100%;
	height: 50px;
	background-color: #d1d2d4;
	border-top: 1px solid #FFFFFF;
	line-height: 50px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
div#submenu li {
	display: inline;
}
div#submenu li a { 
	text-decoration: none;
	color: #555555;
    margin: 0 15px 0 0;
}
div#submenu li a:hover,
div#submenu li a.current {
	color: #e94e1b;
}
.li-title {
    font-weight: bold;
    margin: 0 30px 0 0;
}

/*########################################## ARTICOLO ##########################################*/

.content.articolo {
    background-color: #FFFFFF;
}
#slider_nav {
    height:250px!important; 
    margin: 100px 0 0 0;
}
h2.articolo_slide_titolo {
    font-size: 40px!important;
}
.articolo_testo h2 {
    /*font-family: 'Oswald', sans-serif;*/
	/*font-weight: 700;*/
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 40px;
	text-transform: uppercase; 
    margin: 10px 0 20px 0;
}
.articolo_testo p,
.articolo_testo ul {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	margin: 0 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: #89112e!important;
}

.articolo_button {
    margin: 20px 10px 0 0;
}

div.mfp-title {
    font-family: 'Montserrat', 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: #9F9F9F!important; } 
.colore_sezione_0 h2 { color: #e94e1b!important; }
.colore_sezione_1, .colore_sezione_1 a, .colore_sezione_1 h5, .colore_sezione_1 h2, .colore_sezione_1 h3 { background-color: #d1d2d4!important; color: #555555!important; }
.colore_sezione_1 h2 { color: #e94e1b!important; }


/*########################################## PORTFOLIO ELENCO ##########################################*/

.campo_container {
    position: relative;
}
.campo_content {
    float: left;
    width: calc((100% - 60px) / 3);
   /* height: 200px;*/
    background-color: #b8b8b8;
    margin: 0 15px 15px 0;
}
.progetti_testo {
	height: 65px;
}
.campo_content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 10px 0 0 10px!important;
}

.portfolio_elenco_data {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	font-size: 9px;
	font-style: italic;
    color: #ffffff;
	margin: 5px 0 10px 10px;
}
.campo_content a.campo_bottone_img {
    display: block;
    width: -moz-calc(100% - 20px);
    width: -wenkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 30px;
    line-height: 30px;
    margin: 0 10px 10px 10px;
    background-color: #003d76;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}
.campo_content a.campo_bottone_prenota {
    display: block;
    width: -moz-calc(100% - 20px);
    width: -wenkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 30px;
    line-height: 30px;
    margin: 0 10px 10px 10px;
    background-color: #109110;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}
.campo_content a.campo_bottone_img:hover,
.campo_content a.campo_bottone_prenota:hover {
    background-color: #E62D2B;
}

.img_campo {
    margin: 0;
}
.descrizione_campo {
    margin: 0;
    padding: 0;
}
.descrizione_campo p {
    padding: 0 20px;
}
.descrizione_campo h2 {
    padding: 0 20px;
    margin: 20px 0 !important;
    font-size: 20px;
}
.campo_attivita {
    clear: both;
    padding: 10px 0 0 0;
}
.campo_attivita a {
    color: #FFFFFF;
}
.campo_button {
    margin: 10px 0 10px 20px;
    width: auto;
}
div#campo_filtro_container {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #d1d2d4;
	border-top: 1px solid #FFFFFF;
}
div#campo_filtro {
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
}
div#campo_filtro p {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
}
div#campo_filtro li {
    display: inline-block;
    list-style: none;
    padding: 0 0 0 15px;
}
div#campo_filtro li a {
    color: #575757;
}
div#campo_filtro li a:hover {
    text-decoration-line: underline !important;
	color: #000000;
}

.calendar-month-year {
    font-family: 'Monserrat', sans-serif;
    font-weight: 400;
    font-size: 14px; 
}

.cal_titolo {
    height: 100px;
    line-height: 100px;
}
.cal_header {
    background-color: #f0f0f0;
    font-family: 'Monserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #0098DC;
    border: none;
    margin: 0 0 3px 0;
}
.cal_header td {
    text-align: center;
    border-bottom: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
}



div.sceltacampi_testo {
    padding: 15px;
    font-family: 'Monserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #0098DC;
    text-align: center;
}
a.button_sceltacampi {
    display: block;
    max-width: 250px;
    padding: 15px 30px;
    margin: 15px auto;
    font-family: 'Monserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #0098DC;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
div.button_sceltacampi_big {
    max-width: 250px;
    margin: 15px auto;
    background-color: #0098DC;
    text-align: center;
}
div.button_sceltacampi_big span {
    line-height: 40px;
    font-family: 'Monserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
}
a.button_sceltacampi:hover,
div.button_sceltacampi_big:hover {
    background-color: #E62D2B;
    color: #FFFFFF;
    cursor: pointer;
}





/*########################################## 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;
	color: #000000!important;
    /*padding: 0 10px !important;*/
    /*background-color: #FFFFFF !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: 'Oswald', sans-serif;
	font-weight: 400!important;
	font-size: 14px!important;
}

.news_item_titolo {
    width: 100%;
    height: 80px;
    background-color: #89112e;
}
.news_item_titolo h3 {
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
    color: #FFFFFF;
    padding: 10px 0 5px 10px;
    margin: 0;
}
.news_item_titolo p {
    font-family: 'Montserrat', 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: 'Montserrat', 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: #d01e43;
    box-sizing: border-box;
}
.btn_TOPBAR:hover {
    background-color: #600d25;
    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: #d01e43;
    box-sizing: border-box;
}
.btn_BIG:hover {
    background-color: #600d25;
    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;
}




/*########################################## REGISTER ##########################################*/

div#register {
    max-width: 500px;
    margin: 0 auto;
}

.form-control_REGISTER {
    width: 100%;
    max-width: 500px;
    border-radius: 0px;
    margin: 0 0 6px 0;
    padding: 14px;
    border: 0px;
    font-size: 18px;
    background-color: #f8f8f8;
}
.btn_REGISTER {
    display: block;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    padding: 15px;
    border: 0px;
    background-color: cornflowerblue;
}
.btn_REGISTER:hover {
    background-color: #2854a3;
}


/*########################################## 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: #777777 !important;
}
.copyright-links {
    color:rgba(255, 255, 255, 0.5)!important;
}
.footer_contact {
    text-align: right;
}