/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@font-face {
    font-family: 'GothamHTFBold';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFBold.eot");
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFBold.eot") format('embedded-opentype'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFBold.woff2") format('woff2'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFBold.woff") format('woff'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFBold.ttf") format('truetype'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFBold.svg#GothamHTFBold") format('svg');
}
@font-face {
    font-family: 'GothamHTFBook';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFBook.eot");
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFBook.eot") format('embedded-opentype'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFBook.woff2") format('woff2'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFBook.woff") format('woff'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFBook.ttf") format('truetype'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFBook.svg#GothamHTFBook") format('svg');
}
@font-face {
    font-family: 'GothamHTFLight';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFLight.eot");
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFLight.eot") format('embedded-opentype'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFLight.woff2") format('woff2'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFLight.woff") format('woff'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFLight.ttf") format('truetype'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFLight.svg#GothamHTFLight") format('svg');
}
@font-face {
    font-family: 'GothamHTFMedium';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFMedium.eot");
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFMedium.eot") format('embedded-opentype'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFMedium.woff2") format('woff2'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFMedium.woff") format('woff'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFMedium.ttf") format('truetype'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFMedium.svg#GothamHTFMedium") format('svg');
}
@font-face {
    font-family: 'GothamHTFMediumCondensed';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFMediumCondensed.eot");
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFMediumCondensed.eot") format('embedded-opentype'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFMediumCondensed.woff2") format('woff2'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFMediumCondensed.woff") format('woff'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFMediumCondensed.ttf") format('truetype'),
         url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/it-pc/fonts/GothamHTFMediumCondensed.svg#GothamHTFMediumCondensed") format('svg');
}


/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/


body{
	font-family: 'GothamHTFBook', sans-serif;
    padding:1px;
    margin:0;
    
    font-size: 14px;
    color: #333333;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 14px;
    font-family: 'GothamHTFBook', sans-serif;
    color: #333333;
}
.wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #d8d8d8;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: none;
	color: #333;
}
.footer {
    padding: 0em;
}
.subscription-header, .export-header {
    font-weight: normal;
    text-transform: uppercase;
    color: #999;
}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */
.next-event {
	display: none;
    padding-bottom: 1em;
}
.next-event div.lable {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1.25em;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #333333;
    display: none;
}
.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0.5em;
    color: #333333;
}
.headline-left .date-time {
    font-weight: bold;
    color: #333333;
}
/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    padding-top: 0.5em;
    margin: -0.08em 0 0 -0.08em;
    border: 0.08em solid #333333;
    text-align: center;
    transition: background 0.5s;
}
.time-line-item:hover {
    background-color: #333333;
    color: #ffffff;
    font-weight: normal;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 0.08em solid #333333;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #333333;
    color: #ffffff;
    font-weight: normal;
}
.calendar-time-line .year {
    font-size: 1em;
    padding-bottom: 0.25em;
    line-height: normal;
}
/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse>.exco-text {
    display: inline-block;
    text-align: center;
    color: #333333;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1em;
    border: 0.08em solid #333333;
    border-radius: 0em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #333333;
    border-right-color: #333333;
    color: #fff!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 2.5em;
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0;
    padding-bottom: 0.5em;
}
.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #3F393D;
}
.event-row {
    position: relative;
    border-bottom: 1px solid #c0c0c0;
    border-top: 0;
}
.expand-collapse {
    left: 2px;
}
.body-rtl .expand-collapse {
    left: initial !important;
    right: 2px;
}


/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}
.type-filter {
    width: 100%;
    overflow: auto;
}
.filter-type {
    border-bottom: 0.08em solid #e5e5e5;
    padding-bottom: 0.6em;
    overflow: auto;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight: normal;
    padding: 0.55em 1em;
    margin-left: -0.08em;
    line-height: normal;
    color: #333333;
    text-decoration: none;
    background-color: transparent;
    border: 0.08em solid #333333;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #333333;
    color: #ffffff !important;
    border: 0.08em solid #333333;
}
.eupagination>.active>a,
.eupagination>.active>span,
.eupagination>.active>a:hover,
.eupagination>.active>span:hover,
.eupagination>.active>a:focus,
.eupagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #333333;
    border-color: #333333;
    font-weight: normal;
}
.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
    border-left:0;
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius: 0.75em;
    border-bottom-left-radius: 0.75em;
    border-right:0;
}
.ar-ae .eupagination>li:last-child>a,
.ar-ae .eupagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 1px solid #ccc;

    border-top-left-radius: 0.75em;
    border-bottom-left-radius: 0.75em;
    border-right:0;
}
.ar-ae .eupagination>li:first-child>a,
.ar-ae .eupagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: 1px solid #ccc;

    border-top-right-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
    border-left:0;
}
/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/

/*************************************************** BUTTONS *************************************************************/
.btn,
.btn-primary,
.btn-submit,
.btn-cancel,
.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {
    background: #313131;
    color: #ffffff !important;
    padding: .5em 1.5em;
    border: 0px;
    font-size: 18px;
    font-weight: normal;
    font-family: 'GothamHTFMediumCondensed', sans-serif;
    border-radius: 5px;
    height: auto;
    line-height: normal;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-transform: uppercase;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #313131;
    font-weight: normal;
}   
/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
.tabs-wrapper {
    margin: 5em 0 1.5em 0;
}
.tabs {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    height: auto;
    line-height: normal;
    float: none;
    text-align: left;
    font-size: 0;
    border-bottom: 0;
}


.ar-ae .tabs{
    text-align: right;
}
.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display: inline-block;
}
.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-decoration: none;
    font-family: 'GothamHTFMediumCondensed', sans-serif;
    font-weight: normal !important;
    font-style: normal;
    font-size: 18px;
    background: #ffffff;
    border: 0.16em solid #333333 !important;
    transition: background 0.5s, color 0.5s, border 0.5s;
    color: #333333 !important;
    text-transform: uppercase!important;
    border-radius: 0px;
    margin-right: 5px;
}
.ar-ae .tabItem{
    margin-left: 5px;
    margin-right: 0;
}
.tabItem:hover {
    background: #333333;
	border: 0.16em solid  #333333 !important;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	
	color: #ffffff !important;
}
.tab-active,
.tab-active:hover {
    color: #ffffff !important;
    cursor: default;
    font-weight: normal;
	font-style: normal;
    background: #333333;
	border: 0.16em solid  #333333;
   
	position: relative;
	
	left: 0;
}

/* YEAR BUTTONS */
.year-filter ul {
    margin:1em 0;
}
.year-filter ul li {
    padding:0;
    margin:0;
    display:inline-block;
}
.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    padding-left: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: transparent;
    border: 0.16em solid #333333;
    transition: background 0.5s;
    color: #333333;
    border-radius: 0px !important;
    margin: 0;
}
.year-filter ul li a.selected {
    background: #333333;
    color: #fff;
}
/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
.en-gb .tabItem {
    text-transform: none;
}
/* END OF IT */
/************************************************** END OF TABS **********************************************************/

/********************************************* MODAL WINDOW CONTROLS *****************************************************/
.modal-title {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #333;
    font-size: 22px;
    font-weight: normal;
    font-family: 'GothamHTFMediumCondensed', sans-serif;
    text-transform: uppercase;
}
.modal-header .close {
    margin-top: 0.1em;
    font-size: 3.5em;
    line-height: 0.25em;
}
li.type {
    width: 50%;
    padding: 0.5em 0;
}
.checkbox-event-type {
    padding: 0;
}
label {
    vertical-align: text-top;
}
.modal-body {
    position: relative;
    padding: 1em;
}
.your-preference-title {
    text-align: center;
    padding: 0 0 1em 0;
    color: #333333;
    font-size: 26px;
    font-weight: normal;
    font-family: 'GothamHTFMediumCondensed', sans-serif;
    text-transform: uppercase;
}


.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0em solid #333333;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #333333;
    font-size: 18px;
    padding: 0 0.5em;
    box-sizing: border-box;
    background: #ffffff;
    border: 0.08em solid #c4c4c4;
    border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    font-family: 'GothamHTFMediumCondensed', sans-serif;
    text-transform: uppercase;
    height: 36px;
}
.form .label {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    font-size: 18px;
    font-weight: normal;
    font-family: 'GothamHTFMediumCondensed', sans-serif;
    text-transform: uppercase;
}
/***************************************** END OF MODAL WINDOW CONTROLS **************************************************/

/**************************************************** TOOLTIP ************************************************************/
.popup-date {
    line-height: normal;
}
.popup-event-name {
    line-height: normal;
    padding: 0.25em 0;
}
.etooltip {
    border: 0.08em solid #003E5C;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 0.08em 0.32em #003E5C;
    -moz-box-shadow: 0 0.08em 0.32em #333333;
    -webkit-box-shadow: 0 0.08em 0.32em #333333;
}
.etooltip .tip-arrow {
    background:transparent;
}
.ar-ae .subscription-section {
    float: left;
    text-align: left;
}
.ar-ae .tabItem {
    
    padding-top: 0em !important;
    padding-bottom: 0.5em !important;
    padding-left: 2.0em;
    padding-right: 0.0em;
   
   
}

/************************************************* END OF TOOLTIP ********************************************************/
/*THIS IS REQUIRED*/
@media(max-width:640px) {
    li.type {
        width: 50%!important
    }
}
@media (max-width:479px) {
    #PastEventsContainer .attachments {
        margin-top: 0!important;
    }
    .button-wrraper {
        margin-top: 1em!important
    }
    .headline .headline-right {
        float: none;
        margin-top: 0.5em;
    }
}


@media (max-width:320px) {
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 100% !important;
        padding-top: 0.5em !important;
        text-align: left;
    }
    .export-types {
        padding-bottom: inherit;
    }
}
/*END*/
.subscription-section {
    display: none!important;
}

.export-section {
    padding-top: 2em;
}
.export-types.download-all-events {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.en-gb .export-and-subscription {
    position: relative;
}
.it-it .export-and-subscription {
    position: relative;
}

.en-gb .export-and-subscription:before {
    position: absolute;
    content: 'In the two weeks preceding publication of the annual/quarterly results the Pirelli Investor Relations team limits communication to business and product announcements only.';
        top: -5px;
    left: 0;
}

.it-it .export-and-subscription:before {
    position: absolute;
    content: 'Nelle due settimane che precedono la pubblicazione dei risultati annuali/trimestrali il team Investor Relations di Pirelli limita la comunicazione ai soli annunci di business e di prodotto.';
        top: -5px;
    left: 0;
}
@media (max-width:620px) {
.export-section {
    padding-top: 4em;
}
}

@media (max-width: 620px){
.export-section {
    padding-top: 6em;
}}

.export-icon {
    width: 25px;
    height: 24px;
   
}
.section-header {
    margin-bottom: 0px;
}
div#lblUpcommingEventDownload {
    font-size: 12px;
    padding-top: 17px;
}
@media (max-width:480px) {
	.en-gb .export-and-subscription:before,
	.it-it .export-and-subscription:before	{		
		top: -73px;
	}
}

@media (max-width:320px) {
	.en-gb .export-and-subscription:before,
	.it-it .export-and-subscription:before	{		
		top: -85px;
	}
	
	.tabs-wrapper {
		margin: 6em 0 1.5em 0;
	}
}

#UpcomingEventsContainer .events-scroller ul li div>button{
    display: none !important;
}
