@font-face{
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
}
header{
    position: fixed;
    top: 0;
    height: auto;
    background-color: white;
    width: 100%;
    z-index: 999;
}
.event-info{
    display: inline-flex;
    float: none;
}
.header-wrapper-right span {
    font-family: 'Montserrat';
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.event-wrapper a{
    text-decoration: none;
}
.menu-icon span{
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	background-color: black;
    transition: all 0.5s, background 0s;
    -webkit-transition: all 0.5s, background 0s;
    -moz-transition: all 0.5s, background 0s;
    -ms-transition: all 0.5s, background 0s;
	-o-transition: all 0.5s, background 0s;
}
.current-area {
    position: relative;
    display: block;
    padding-left: 20px;
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    z-index: 3;
    margin-top: -2.5px !important;
    margin-right: 35px;
}
.close-menu{
	position: relative;
    display: block;
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin-top: 40px;
    margin-left: 70px;
}

/* AGENDA BODY */
#agenda-header-wrapper{
    margin-top: 159px;
}
.social-wrapper{
    position: fixed;
    display: block;
    bottom: 0;
    right: 15px;
    cursor: pointer;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
}
.social-wrapper .fa-facebook{
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.social-wrapper .fa-google-plus {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.social-wrapper .fa-twitter {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.social-wrapper .fa-share-alt{
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.social-wrapper .fa-times {
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.social-wrapper .facebook-icon-mobile,
.social-wrapper .google-icon-mobile,
.social-wrapper .twitter-icon-mobile{
    position: absolute;
    display: inline-block;
    padding-top: 18px;
    right: 0;
    top: -18px;
    z-index: -1;
    transition: right .5s ease-in-out;
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    -ms-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
}
.social-wrapper .facebook-icon-mobile.open{
    right: 150px;
}
.social-wrapper .google-icon-mobile.open{
    right: 100px;
}
.social-wrapper .twitter-icon-mobile.open{
    right: 50px;
}
.agenda-title{
    position: relative;
    display: inline-block;
}
.agenda-title #title{
    font-family: 'Montserrat';
    color:  #c0a062;
    font-size: 40px;
    font-weight: 400;
    line-height: 45.333px;
    text-align: left;
    text-transform: uppercase;
}
.agenda-line-separation{
    position: relative;
    display: inline-block;
    top: 23px;
}
.agenda-line-separation #line-separation{
    position: absolute;
    display: block;
    background-color: #eeeeee;
    width: 100%;
    height: 2px;
}
.agenda-month{
    position: relative;
    top: 8px;
    padding-left: 30px;
}
.agenda-month span{
    position: relative;
    font-family: 'Lora';
    color:  #282828;
    font-size: 16px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    text-indent: 130px;
    margin-right: 15px;
    cursor: pointer;
}
.agenda-month span.selected{
    cursor: default;
}
select.months,
select.years{
    height: 32px;
    padding-left: 5px;
}
select.months option,
select.years option{
    font-size: 16px;
    line-height: 30px;
}
option:checked {
    background-color: #c0a062;
}



.agenda-month span.selected{
    position: relative;
    font-family: 'Lora';
    color:  #c0a062;
    font-size: 16px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    text-indent: 130px;
}
span.selected-month{
    position: absolute;
    display: block; 
    height: 2px;
    width: 100%;
    top: 10px;
    background-color: #c0a062;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    cursor: default;
}
span.selected-month2{
    position: absolute;
    display: block; 
    height: 2px;
    width: 100%;
    top: 10px;
    left: 0px;
    background-color: #c0a062;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    cursor: default;
}
span.selected-month3{
    position: absolute;
    display: block; 
    height: 2px;
    width: 100%;
    top: 10px;
    left: 0px;
    background-color: #c0a062;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    cursor: default;
}
span.selected-month4{
    position: absolute;
    display: block; 
    height: 2px;
    width: 100%;
    top: 10px;
    left: 0px;
    background-color: #c0a062;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    cursor: default;
}
.agenda-month span#month.selected > span.selected-month{
    opacity: 1;
}
.agenda-month span#month2.selected > span.selected-month2{
    opacity: 1;
}
.agenda-month span#month3.selected > span.selected-month3{
    opacity: 1;
}
.agenda-month span#month4.selected > span.selected-month4{
    opacity: 1;
}
.agenda-month span.current{
    font-family: 'Lora';
    color:  #c0a062;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    text-indent: 130px;
}
.agenda-month span.icone-calendar{
    position: absolute;
    display: inline-block;
    width: 46px;
    right: -30px;
    top: -8px;
    cursor: pointer;
}
.agenda-month span.icone-calendar img{
    position: relative;
    display: block;
}
.calendar-wrapper{
    position: fixed;
    display: none;
    background-color: #282828;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1001;
}
.calendar-close-btn{
    position: relative;
    display: block;
    float: right;
    width: 16px;
    height: 2px;
    right: 60px;
    top: 40px;
    cursor: pointer;
}
.calendar-close-btn span{
    background-color: white;
    display: block;
    height: 2px;
    width: 16px;
}
span.one-line{
    position: relative;
    top: 1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
span.two-line{
    position: relative;
    top: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.calendar-title-wrapper .title{
    font-family: 'Montserrat';
    color:  #c0a062;
    font-size: 28px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.calendar-time-wrapper{
    position: absolute;
    display: block;
    top: 160px;
}
.calendar-table {
    position: absolute;
    display: block;
    top: 240px;
    width: 100%;
    color: #ffffff;
}
.calendar-table .month{
    position: relative;
    display: block;
    list-style: none;
    padding: 0px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.calendar-table .month .month-week{
    position: relative;
    display: block;
    list-style: none;
    padding: 0px;
}

.calendar-table .month .month-week .week{
    position: relative;
    display: block;
    list-style: none;
    padding: 0px;
}
.calendar-table .month .month-week .week .day{
    position: relative;
    display: inline-block;
    width: 14.285714286%;
    height: 44px;
    float: left;
    text-align: center;
    padding: 15px;
}
.calendar-table .month .header{
    background-color: #565656;
    height: 49px;
}
.calendar-table .month .header ul > li{
    font-family: 'Lora';
    color:  #c0a062;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 15px;
}
.month-week .week .day p{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Lora';
    color:  #808080;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.month-week .week .day p.event{
    font-family: 'Lora';
    color:  #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    cursor: pointer;
}
.month-week .week .day p.current{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color:  transparent;
    background-color:  #c0a062;
    width: 46px;
    height: 45px;
    padding: 6px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Lora';
    color:  #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 29.333px;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.month-week .week .day p.event span{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color:  #ffffff;
    width: 4px;
    height: 4px;
}
.month-wrapper select,
.year-wrapper select{
    display: inline-block;
    font-family: 'Lora';
    color:  #808080;
    font-size: 18px;
    font-style: italic;
    line-height: 29px;
    text-align: center;
    height: 26px;
    background-color: transparent;
    border: 0;
    width: 122px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.month-wrapper,
.year-wrapper{
    position: relative;
    display: inline-block;
    margin-top: 200px;
    margin-left: 134px;
}
.year-wrapper{
    margin-left: 0px;
    padding-left: 80px;
}
#arrow-month{
    position: absolute;
    display: inline-block;
    pointer-events: none;
    width: 12px;
    height: 26px;
    right: 0px;
}
.month-wrapper{
    z-index: 1;
}
#arrow-year{
    position: absolute;
    display: inline-block;
    pointer-events: none;
    width: 12px;
    height: 26px;
    right: 0px;
    -moz-right: -6px;
}
#arrow-month-second,
#arrow-year-second{
    position: absolute;
    background-color: #ffffff;
    width: 2px;
    height: 10px;
    left: 2px;
    top: 11px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#arrow-month-third,
#arrow-year-third{
    position: absolute;
    background-color: #ffffff;
    width: 2px;
    height: 10px;
    left: 8px;
    top: 11px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.events{
    margin-top: 80px;
    margin-bottom: 30px;
}
.events .events-wrapper p{
    font-family: 'Lora';
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    margin-bottom: 45px;
    padding: 0px 15px;
}
.events .container{
    padding-left: 0px;
    padding-right: 0px;
}
.event-wrapper{
    position: relative;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 0px 15px;
}
.event-image-wrapper img{
    width: 100%;
}
.event-wrapper:hover{
    background-color: #f8f8f8;
}
.date-wrapper{
    font-family: 'Lora';
    color:  #c0a062;
    font-size: 22px;
    font-style: italic;
    line-height: 29px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.event-title-wrapper{
    font-family: 'Montserrat';
    color:  #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px;
}
.agenda-month span.underline{
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    bottom: 0;
    background-color: #c0a062;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.agenda-month span.underline2{
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #c0a062;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.agenda-month span.underline3{
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #c0a062;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.agenda-month span.underline4{
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #c0a062;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.agenda-month span:not(.selected)#month:hover span.underline{
    width: 100%;
}
.agenda-month span:not(.selected)#month2:hover span.underline2{
    width: 100%;
}
.agenda-month span:not(.selected)#month3:hover span.underline3{
    width: 100%;
}
.agenda-month span:not(.selected)#month4:hover span.underline4{
    width: 100%;
}

/* RESPONSIVE */
@media screen and (min-width: 768px) and (max-width: 992px){
    .month-week .week .day p.current{
        width: 39px;
        height: 39px;
        padding: 0px;
    }
    .calendar-table ul > li > ul > li{
        border: solid;
        border-width: 1px;
        border-color: #565656;
    }
}
@media screen and (min-width: 320px){
    .agenda-month #month3,
    .agenda-month #month4,
    .agenda-month #month2{
        display: none;
    }
    .agenda-month span.icone-calendar{
        right: 0;
        width: 35px;
    }
    .month-wrapper,
    .year-wrapper{
        margin-left: 0px;
    }
    .month-wrapper{
        position: absolute;
        left: 35px;
    }
    .year-wrapper{
        position: absolute;
        right: 35px;
    }
    .month-wrapper select{
        width: 119px;
    } 
    .year-wrapper select{
        width: 100px;
    }
}
@media screen and (min-width: 375px){
    .agenda-month{
        padding-left: 40px;
    }
}
@media screen and (min-width: 425px){
    .agenda-month{
        padding-left: 60px;
    } 
    .month-wrapper{
        position: absolute;
        left: 46px;
    }
    .year-wrapper{
        position: absolute;
        right: 46px;
    }  
}
@media screen and (min-width: 499px){
    .agenda-month{
        padding-left: 50px;
    }
    .agenda-month #month2{
        display: inline;
    }
    .month-wrapper{
        position: absolute;
        left: 55px;
    }
    .year-wrapper{
        position: absolute;
        left: 186px;
    }
}
@media screen and (min-width: 599px){
    .agenda-month #month3{
        display: inline;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px){
    .month-wrapper{
        position: absolute;
        left: 65px;
    }
    .year-wrapper{
        position: absolute;
        left: 224px;
        padding-left: 0px;
        right: unset;
    }
}
@media screen and (min-width: 768px){
    .agenda-month #month3{
        display: inline;
    }
    .agenda-month {
        padding-left: 70px;
    }
    .header-wrapper-right .fa-facebook,
    .header-wrapper-right .fa-google-plus,
    .header-wrapper-right .fa-twitter{
        visibility: visible !important;
        display: inline-block;
    }
    .header-wrapper-right .fa-facebook,
    .header-wrapper-right .fa-google-plus,
    .header-wrapper-right .fa-twitter,
    .header-wrapper-right .fa-share-alt, 
    .header-wrapper-right .fa-times{
        color: white;
        background-color: black;
    }
    .month-wrapper{
        position: absolute;
        left: 85px;
    }
    .year-wrapper {
        position: absolute;
        left: 141px;
        right: unset;
    }
    .month-week .week .day p.current{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
}
@media screen and (max-width: 767px){
    .header .week .day{
        display:block;
        visibility:hidden;
    }

    .header .week .day:first-letter {
        visibility:visible;
    }
    .calendar-table ul > li > ul > li{
        border-bottom: solid;
        border-width: 1px;
        border-color: #565656;
    }
    .weeks ul > li:first-child{
        border-left: solid;
        border-width: 1px;
        border-color: #565656;
    }
    .weeks ul > li:last-child{
        border-right: solid;
        border-width: 1px;
        border-color: #565656;
    }
    .month-week .week .day p.current{
        width: 36px;
        height: 36px;
        padding: 1px;
    }
}
@media screen and (min-width: 992px){
    .agenda-title{
        width: 246px;
    }
    .agenda-month {
        padding-left: 45px;
    }
    .agenda-month #month4{
        display: none;
    }
    .agenda-month span.icone-calendar{
        right: -30px;
    }
    .month-wrapper {
        position: absolute;
        left: 107px;
    }
    .year-wrapper {
        position: absolute;
        left: 240px;
        right: unset;
    }
}
@media screen and (min-width: 1200px){
    .agenda-month #month4{
        display: inline;
    }
    .month-wrapper {
        position: absolute;
        left: 156px;
    }
    .year-wrapper {
        position: absolute;
        left: 295px;
        right: unset;
    }
}
@media screen and (min-width: 1600px){
    .month-wrapper {
        position: absolute;
        left: 168px;
    }
    .year-wrapper {
        position: absolute;
        left: 266px;
        right: unset;
    }
}
@media screen and (min-width: 1800px){
    .month-wrapper {
        position: absolute;
        left: 190px;
    }
}
@media screen and (min-width: 1900px){
    .month-wrapper {
        position: absolute;
        left: 200px;
    }
}