/*
Theme Name: Antonio Tajani - Sito ufficiale
Theme URI: 
Description: A wordpress theme developed exclusively for Antonio Tajani
Author: Riccardo Trost - 77Agency
Author URI: 
Version: 0.75
License:
License URI:
Tags:
*/


/*GLOBAL*/
body{
	font-size: 100%;
	line-height: 1.5em;
	color: #4C4C4C;
	font-family: "Montserrat", sans-serif;
	background: #313944;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #186CB9;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: all .3s ease;
	font-weight: 600;
}
a:hover{
	transition: all .3s ease;
	border-bottom: 2px solid #186CB9;
}
.ctnr-blue{
	background: #186CB9;
	color: #fff;
}
.ctnr{
	padding: 90px 0;
}
.ctnr-gray{
	background: #F4F4F4;
}
.pre-title-left{
	text-transform: uppercase;
	text-align: left;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 15px;
}
.box-description h2{
	font-size: 1.875em;
	line-height: 1.375em;
	font-weight: 600;
	margin-bottom: 25px;
}
.ctnr-blue .box-description h2 a{
	color: #fff;
	border-bottom: 2px solid transparent;
}
.ctnr-blue .box-description h2 a:hover{
	border-bottom: 2px solid #fff;
	transition: all .3s ease;
}
.box-description p{
	font-size: .9375em;
	line-height: 1.5625em;
	margin-bottom: 35px;
	overflow: hidden;
}
.box-description p:last-child{
	margin-bottom: 0;
}
.article-link{
	
}
.article-link a{
	text-transform: uppercase;
	font-size: .875em;
	color: #000;
	font-weight: 600;
	border-bottom: 2px solid transparent;
}
.article-link a:hover{
	border-bottom: 2px solid #000;
}
.section-title{
	
}
.section-title h1{
	font-size: 1.875em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 70px;
	font-weight: 400;
}
.ctnr-gray .section-title h1{
	color: #186CB9;
}
.cta-box{
	text-align: center;
}
.white-cta{
	display: inline-block;
	background: #fff;
	color: #186CB9;
	padding: 20px 50px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1em;
	font-size: 1em;
	transition: all .3s ease;
	border: 2px solid transparent;
}
.white-cta:hover{
	background: #186CB9;
	color: #fff;
	transition: all .3s ease;
	border: 2px solid #fff;
}
.white-cta:active{
	background: #fff;
	color: #186CB9;
	transition: all .3s ease;
	border: 2px solid transparent;
}
.blue-cta{
	display: inline-block;
	background: #186CB9;
	color: #fff;
	padding: 20px 50px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1em;
	font-size: 1em;
	transition: all .3s ease;
	border: 2px solid transparent;
}
.blue-cta:hover{
	background: #fff;
	color: #186CB9;
	transition: all .3s ease;
	border: 2px solid #186CB9;
}
.blue-cta:active{
	background: #186CB9;
	color: #fff;
	transition: all .3s ease;
	border: 2px solid transparent;
}
.cover {
	background-size: cover;
	background-position:  center top;
	background-repeat: no-repeat;
}
body.logged-in header{
	margin-top: 32px;
}
.date-box{
	margin-bottom: 10px;
	color: #186CB9;
	font-weight: 600;
	font-size: .875em;
}
.page-title h1{
	font-size: 2.25em;
	line-height: 1.375em;
	margin-bottom: 20px;
}
.box-video-embed iframe{
	width: 100%;
	height: 100%;
}
.alignleft,
.alignright{
	float: none;
	margin-bottom: 20px;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.alignleft{
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		width: auto;
	}
	.alignright{
		float: right;
		margin-left: 20px;
		margin-bottom: 20px;
		width: auto;
	}
}
p,ul,ol{
	font-size: .9375em;
	line-height: 1.75em;
}
ul li,
ol li{
	line-height: 1.5em;
	margin-bottom: 5px;
}
/*GLOBAL*/


/*HEADER*/
header{
	padding: 15px 0 25px 0;
	position: fixed;
	top: 0;
	height: 110px;
	z-index: 1000;
	width: 100%;
	background: transparent;
	transition: all .5s ease;
}
header.sticky{
	background: #186CB9;
	transition: all .5s ease;
	border-bottom: 2px solid #fff;
}
ul#menu-menu-principale,
ul#menu-menu-principale-1{
	padding: 40px 0 30px 0;
	margin: 0;
	font-size: .9375em;
	list-style: none;
	text-transform: uppercase;
	text-align: right;
}
ul#menu-menu-principale li,
ul#menu-menu-principale-1 li{
	margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
	ul#menu-menu-principale{
		padding: 0;
		font-size: 1.125em;
		margin-top: 17px;
	}
	ul#menu-menu-principale li{
		display: inline-block;
		margin: 0 0 0 30px;
		font-size: .875em;
	}
}
ul#menu-menu-principale li a,
ul#menu-menu-principale-1 li a{
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: all .3s ease;
}
ul#menu-menu-principale li a:hover,
ul#menu-menu-principale-1 li a:hover{
	border-bottom: 2px solid #fff;
	transition: all .3s ease;
}
.hamburger-menu-box{
	position: relative;
}
.logo-header{
	margin-top: 22px;
}
.logo-header a{
	border: none;
}
.logo-header a:hover{
	border: none;
}
.logo-header img{
	opacity: 1.0;
	transition: all .3s ease;
}
.logo-header img:hover{
	opacity: 0.7;
	transition: all .3s ease;
}
.header-loghi-social{
	text-align: left;
	margin-top: 6px;
}
.header-loghi-partito{
	text-align: right;
}
.header-loghi-social img{
	margin-right: 10px;
}
.header-loghi-partito img{
	margin-left: 10px;
}
.header-loghi-social.header-loghi-social-mobile{
	padding-bottom: 40px;
}
.header-loghi-social.header-loghi-social-mobile img{
	height: 30px;
	width: 30px;
}
.header-loghi-social a,
.header-loghi-partito a,
.header-loghi-social a:hover,
.header-loghi-partito a:hover{
	border: none !important;
	opacity: 1.0;
}
.header-loghi-social a:hover,
.header-loghi-partito a:hover{
	opacity: 0.7;
}
/*HEADER*/


/*BREADCRUMBS*/
.breadcrumbs{
	font-size: .875em;
	margin-bottom: 30px;
}
/*BREADCRUMBS*/


/*MAIN*/
main{
	background: #F4F4F4;
	margin-top: 90px;
}
/*MAIN*/


/*NAVBAR*/
.navbar{
	padding: 0;
	margin: 0;
	top: 24px;
	background: #186CB9;
	padding: 0 40px;
}
.navbar-toggler{
	border: none;
	background: transparent;
}
.icon-bar {
	width: 30px; 
	height: 2px;
	background-color: #fff;
	display: block;
	transition: all 0.3s;
	margin-top: 8px
}
.navbar-toggler {
	border: none;
	background: transparent !important;
	position: relative;
	padding: 0;
	margin-top: 0;
	overflow: hidden;
	border-radius: 0px;
	
	position: absolute;
	right: 0;
}

.navbar-toggler .top-bar {
	transform: translate(-40%, 780%) rotate(-90deg);
	transform-origin: center center;
}
.navbar-toggler .middle-bar{
	transform: translate(7%, 460%) rotate(-90deg);
	transform-origin: center center;
	width: 75%;
}
.navbar-toggler .bottom-bar {
	transform: translate(27%, 500%) rotate(-90deg);
	transform-origin: center center;
}

.navbar-toggler.collapsed .icon-bar{
	float: right;
} 
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
	width: 50%;
} 
.navbar-toggler.collapsed .middle-bar {
	transform: rotate(0);
	width: 75%;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
}

.navbar-nav{
	margin-top: 60px;
	font-size: 1em;
	font-weight: 600;
	overflow: hidden;
}
.navbar-nav li{
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
	padding: 12px 0;
	overflow: hidden;
}
.navbar-nav li a{
	width: 100%;
	display: block;
}
.navbar-nav li a:after{
	display: block;
	width: 100%;
	float: right;
	content: "";
	background: url("images/icon-cta-arrow-right-big-black@2x.png") no-repeat center center;
	background-size: auto;
	background-size: 9px 15px;
	display: block;
	height: 15px;
	width: 9px;
	margin-left: 0;
	margin-right: 10px;
	vertical-align: sub;
	transition: all 0.3s ease;
	margin-top: 2px;
}
@media (min-width: 1200px){
	.navbar-nav li a:after{
		float: left;
		margin-left: 10px;
		margin-left: 0;
	}
}
/*NAVBAR*/


/*SLIDE*/
.owl-slide{
	min-height: 700px;
}
.owl-carousel .owl-slide {
  position: relative;
  height: 70vh;
  background-color: lightgray;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
	left: 50%;
	bottom: -70px;
	transform: translateX(-50%);
	margin: 0;
}
@media screen and (min-width: 768px) {
	.owl-carousel .owl-nav{
		bottom: 5%;
	}
}

.owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}

section {
 /* display: none;*/
}

@media screen and (max-width: 575px) {
  .owl-carousel .owl-nav {
    bottom: 5%;
  }
  
  .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}
.owl-slide-text{
	color: #fff;
}
.owl-carousel path {
    fill: black;
    transform: scale(2.0);
	-ms-transform: scale(2.0);
	-webkit-transform: scale(2.0);
}​
@media screen and (min-width: 768px) {
	.owl-carousel path {
		fill: white;
	}
}
/*SLIDE*/


/*NEWS*/
.article-box{
	background: #fff;
}
.post-type-archive-news .article-box,
.tax-categorie_news .article-box,
.tax-tag_news .article-box{
	margin-bottom: 30px;
}
.article-box .article-image{
	background: #fff;
	border-bottom: 1px solid #dedede; 
}
.article-box .article-content{
	padding: 35px;
	background: #fff;
}
.article-box .article-content .article-date{
	color: #186CB9;
	font-size: 0.875em;
	margin-bottom: 18px;
	font-weight: 600;	
}
.article-box .article-content .article-date span{
	
}
.article-box .article-content .article-text{
	margin-bottom: 20px;
}
.article-box .article-content .article-text h2{
	color: 000;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 15px;
	font-weight: 600;
}
.article-box .article-content .article-text h2 a{
	color: #000;
	text-decoration: none;
}
.article-box .article-content .article-text h2 a:hover{
	border-bottom: 2px solid #000;
}
.article-box .article-content .article-text p{
	font-size: .9375em;
	line-height: 1.5em;
}
.article-box .article-content .article-link a:hover{
	border-bottom: 2px solid #000;
}
.article-box-highlight{
	background: #fff;
	margin-bottom: 66px;
	position: relative;
}
.article-box-highlight .article-highlight-image{
	
}
.article-box-highlight .article-highlight-image img{
	width: 100%;
}
.article-box .article-image a,
.article-box-highlight .article-highlight-image a{
	border-bottom: none;
}
.article-box .article-image a:hover,
.article-box-highlight .article-highlight-image a:hover{
	border-bottom: none;
	transition: all .3s ease;
}
.article-box .article-image img,
.article-box-highlight .article-highlight-image img{
	opacity: 1.0;
	transition: all .3s ease;
}
.article-box .article-image img:hover,
.article-box-highlight .article-highlight-image img:hover{
	opacity: 0.7;
}
.article-box-highlight .article-highlight-content{
	padding: 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.75);
}
.article-box-highlight .article-highlight-content .article-highlight-date{
	color: #fff;
	font-size: 1em;
	line-height: 1.25em;
	margin-bottom: 10px;
}
.article-box-highlight .article-highlight-content .article-highlight-date span{
	
}
.article-box-highlight .article-highlight-content .article-highlight-text{
	
}
.article-box-highlight .article-highlight-content .article-highlight-text h2{
	font-size: 1.625em;
	line-height: 1.25em;
	color: #fff;
}
.article-box-highlight .article-highlight-content .article-highlight-text h2 a{
	color: #fff;
	text-decoration: none;
}
.article-box-highlight .article-highlight-content .article-highlight-text h2 a:hover{
	border-bottom: 2px solid #fff;
}
.article-box-highlight .article-highlight-content .article-highlight-link,
.article-box-highlight .article-highlight-content .article-highlight-link a{
	color: #fff;
}
.article-box-highlight .article-highlight-content .article-highlight-link a{
	border-bottom: 2px solid transparent;
}
.article-box-highlight .article-highlight-content .article-highlight-link a:hover{
	border-bottom: 2px solid #fff;
}
.meta-box .news-meta{
	margin-bottom: 10px;
	font-size: .875em;
	font-weight: 600;
}
.meta-box .news-meta a{
	background: #186CB9;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-size: .875em;
	line-height: 1em;
	transition: all .3s ease;
}
.meta-box .news-meta a:hover{
	background: #5DA5E8;
	transition: all .3s ease;
}
.meta-box .news-meta a:active{
	background: #186CB9;
	transition: all .3s ease;
}
.single-news-meta-container{
	margin-bottom: 50px;
}
.meta-box .news-meta span{
	margin-right: 10px;
}
/*NEWS*/


/*VIDEO*/
body.post-type-archive-video .ctnr{
	padding: 30px 0 90px 0;
}
.video-box-highlight{
	margin-bottom: 75px;
}
.video-box-highlight .video-box-highlight-embed{
	margin-bottom: 25px;
}
.video-box-highlight .video-box-highlight-text{

}
.video-box-highlight .video-box-highlight-text h2{
	font-size: 1.5625;
	line-height: 1.25em;
	color: #000;
	margin-bottom: 20px;
}
.video-box-highlight .video-box-highlight-text h2 a{
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.video-box-highlight .video-box-highlight-text h2 a:hover{
	border-bottom: 2px solid #000;
}
.video-box-highlight .video-box-highlight-text p{
	font-size: 1em;
	line-height: 1.5em;
}
.video-box{
	margin-bottom: 30px;
}
.video-box .video-box-embed{
	margin-bottom: 20px;
}
.video-box .video-box-date{
	color: #186CB9;
	font-size: .875em;
	line-height: 1.125em;
	margin-bottom: 10px;
	font-weight: 600;
}
.video-box .video-box-text{
	
}
.video-box .video-box-text h2{
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
	font-weight: 600;
}
.video-box .video-box-text h2 a{
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.video-box .video-box-text h2 a:hover{
	border-bottom: 2px solid #000;
}
/*VIDEO*/


/*BANDI*/
.bandi-filter{
	padding: 40px;
	background: #fff;
}
.bandi-filter-title{
	font-size: 1.625em;
	margin-bottom: 20px;
	font-weight: 600;
}
.chosen-container{
	max-width: 100% !important;
	min-width: 100% !important;
}
.bandi-filter ul{
	padding: 0;
	margin: 0;
}
.bando-box{
	background: #fff;
	padding: 45px 35px;
	margin-bottom: 30px;
}
.post-type-archive-bandi .bando-box{
	margin-bottom: 30px;
}
.bando-box .bando-meta{
	margin-bottom: 20px;
}
.bando-box .bando-meta a{
	background: #186CB9;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: .75em;
	line-height: 1em;
	margin-right: 10px;
	border: none;
}
.bando-box .bando-meta a:hover{
	background: #5DA5E8;
	transition: all .3s ease;
}
.bando-box .bando-content{
	margin-bottom: 20px;
}
.bando-box .bando-content h2{
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.25em;
	margin-bottom: 10px;
}
.bando-box .bando-content h2 a{
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}
.bando-box .bando-content h2 a:hover{
	border-bottom: 2px solid #000;
}
.bando-box .bando-content p{
	font-size: .9375em;
	line-height: 1.5em;
}
.bando-box .bando-expire,
.single-bando-meta-container .bando-expire{
	font-size: .875em;
	line-height: 1.25em;
	color: #186CB9;
	margin-bottom: 20px;
}
.single-bando-meta-container .bando-expire{
	color: #4c4c4c;
}
.single-bando-meta-container .bando-expire span{
	margin-right: 10px;
}
.bando-box-link.ctnr-blue{
	margin-top: 60px;
	border-radius: 4px;
	padding: 40px;
	text-align: center;
}
/*BANDI*/


/*BIO*/
.image-firma{
	margin-top: 30px;
}
.bio-small-box{
	margin-bottom: 40px;
}
.box-bio h2{
	font-size: 1.875em;
	line-height: 1.375em;
	font-weight: 600;
	margin-bottom: 25px;
}
.box-bio p{
	font-size: .9375em;
	line-height: 1.5625em;
	margin-bottom: 20px;
	overflow: hidden;
}
.box-bio img{
	margin: 20px 2% 20px 2%;
	width: 46%;
	float: left;
}
#slider-bio .didascalia_bio,
#slider-bio-mobile .didascalia_bio{
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 20px;
	position: absolute;
	bottom: 0;
}
#slider-bio-mobile .didascalia_bio{
	font-size: .875em;
	line-height: 1.25em;
}
@media screen and (min-width: 768px) {
	#slider-bio .didascalia_bio,
	#slider-bio-mobile .didascalia_bio{
		top: 20px;
		bottom: auto;
		left: auto;
		right: 20px;
		max-width: 50%;
		padding: 10px 20px;
	}
}
#slider-bio-box{
	display: none;
}
#slider-bio-mobile-box{
	display: block;
	margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
	#slider-bio-box{
		display: block;
	}
	#slider-bio-mobile-box{
		display: none;
	}
}
/*BIO*/


/*TIMELINE*/
.et-ver-timeline-template-9 .et-timeline-item{
	background: transparent !important;
}
.et-ver-timeline-template-9 .et-title, 
.et-ver-timeline-template-9 .et-title a{
	color: #fff !important;
}
.et-ver-timeline-template-9 .et-timeline-date span{
	color: #186CB9 !important;
}
.et-ver-timeline-template-9 .et-timeline-circle i {
	color: #186CB9 !important;
}
.et-ver-timeline-template-9 .et-content{
	color: #fff !important;
}
.et-ver-timeline-template-9 .et-meta-wrap{
	border: none !important;
}
.et-ver-timeline-template-9 .et-bottom-wrap{
	border: none !important;
}
/*TIMELINE*/


/*CONTATTI*/
.page-content h2{
	font-size: 1.375em;
}
.page-content h3{
	font-size: 1.125em;
}
/*CONTATTI*/


/*SOCIAL SHARING*/
.page-social-sharing{
	margin-top: 40px;
	padding-top: 60px;
	border-top: 1px solid #dedede;
}
/*SOCIAL SHARING*/


/*PAGINATION*/
.pagination-box{
	text-align: center;
	margin-top: 40px;
}
/*PAGINATION*/


/*FOOTER*/
footer{
	background: #313944;
	color: #fff;
	padding: 70px 0;
}
footer a,
footer a:hover{
	border-bottom: none;
}
.footer-credits{
	text-align: center;
	margin-top: 40px;
	font-size: .875em;
	line-height: 1.25em;
}
.footer-loghi-partito{
	text-align: center;
	margin-bottom: 60px;
}
.footer-loghi-partito img{
	margin: 0 20px;
	opacity: 1.0;
	transition: all .3s ease;
}
.footer-loghi-partito img:hover{
	opacity: 0.7;
	transition: all .3s ease;
}
.footer-form-newsletter{
	text-align: center;
	color: #fff !important;
	margin-bottom: 60px;
}
.footer-form-newsletter .with_frm_style .frm_primary_label,
.footer-form-newsletter .with_frm_style .frm_radio label, 
.footer-form-newsletter .with_frm_style .frm_checkbox label, 
.footer-form-newsletter .with_frm_style .frm_checkbox label a{
	color: #fff !important;
}
.form-newsletter .frm_style_stile-di-formidable.with_frm_style .frm_submit button,
.footer-form-newsletter .frm_style_stile-di-formidable.with_frm_style .frm_submit button{
	border: 2px solid transparent !important;
	background: #186CB9 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transition: all .3s ease !important;
	margin: 0 !important;
	text-transform: uppercase !important;
}
.form-newsletter .frm_style_stile-di-formidable.with_frm_style .frm_submit button:after,
.footer-form-newsletter .frm_style_stile-di-formidable.with_frm_style .frm_submit button:after{
	content: "\f344";
	display: inline-block;
	font-family: "dashicons";
	padding-left: 20px;
	vertical-align: sub;
}
.form-newsletter .frm_style_stile-di-formidable.with_frm_style .frm_submit button:hover,
.footer-form-newsletter .frm_style_stile-di-formidable.with_frm_style .frm_submit button:hover{
	background: #fff !important;
	transition: all .3s ease !important;
	border: 2px solid #186CB9 !important;
	color: #186CB9 !important;
}
.footer-form-newsletter .frm_style_stile-di-formidable.with_frm_style .frm_submit button:hover{
	border: 2px solid transparent !important;
}
.form-newsletter .frm_style_stile-di-formidable.with_frm_style .frm_submit button:active,
.footer-form-newsletter .frm_style_stile-di-formidable.with_frm_style .frm_submit button:active{
	background: #186CB9 !important;
	transition: all .3s ease !important;
	color: #fff !important;
}
.footer-loghi-social{
	text-align: center;
	margin-bottom: 30px;
}
.footer-loghi-social img{
	margin: 0 20px;
	opacity: 1.0;
	transition: all .3s ease;
}
.footer-loghi-social img:hover{
	opacity: 0.7;
	transition: all .3s ease;
	border-bottom: none;
}
/*FOOTER*/