@font-face{
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
}

.event-wrapper .event-image-wrapper .curtain{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.15;
}
.event-wrapper .event-image-wrapper:hover .curtain{
    opacity: 0.5;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}
.header-wrapper-right span {
    font-family: 'Montserrat';
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.menu-icon-evento{
    position: relative;
    display: block;
    height: 32px;
    top: 0;
    cursor: pointer;
    float: right;
}
.menu-icon-evento 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;
}
.menu-icon-evento .icon-top-line {
    background-color: black;
    top: 15px;
    width: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.menu-icon-evento .icon-center-line {
    width: 25px;
}
.menu-icon-evento .icon-bottom-line {
    background-color: black;
    top: 7px;
    width: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.menu-icon-evento:hover .icon-center-line {
    width: 46px;
}
.event-wrapper{
    margin-top: 58px;
    background-color: #f8f8f8;
}
.event-image-wrapper{
    position: fixed;
    display: block;
    height: 100%;
    z-index: 1;
    margin-top: 99px;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
}
.event-image-wrapper.cover{
    position: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}
.event-image-wrapper img{
    width: 100%;
    height: inherit;
}
.event-image-wrapper.cover img{
    display: none;
}
.event-info-wrapper{
    position: relative;
    display: block;
    float: right;
    margin-top: 99px;
}
.event-data-line{
    position: relative;
    display: inline-block;
    margin-top: 100px;
    padding-right: 0px;
}
.event-data-line span{
    position: relative;
    display: block;
    background-color: #eeeeee;
    width: 100%;
    height: 2px;
}
.event-date{
    position: relative;
    display: inline-block;
    margin-top: 90px;
}
.event-date span{
    font-family: 'Lora';
    color:  #808080;
    font-size: 22px;
    font-style: italic;
    line-height: 26.667px;
    text-align: left;
    text-indent: 130px;
}
.event-info{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
}
.event-info h2{
    font-family: 'Montserrat';
    color:  #c0a062;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
.event-info{
    display: block;
    padding-left: initial;
    width: 100%;
    font-family: 'Lora';
    color:  #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
}
.event-info-wrapper .container-fluid{
    padding-left: 120px;
    padding-right: 120px; 
}
.event-info a{
    font-family: 'Lora';
    color:  #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: underline;
    text-align: left;
}
.info-title{
    font-family: 'Montserrat';
    color:  #c0a062;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.info-wrapper{
    overflow: auto;
}
.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;
    opacity: 0.8;
}
.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;
    opacity: 0.8;
}
.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;
    opacity: 0.8;
}
.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;
    opacity: 0.8;
}
.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;
    opacity: 0.8;
}
.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;
}
.popup-window{
    position: fixed;
    display: none;
    background-color: #282828;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
}
.popup-image{
    height: 860px;
}
.popup-image.horizontal{
    height: 680px;
    overflow: hidden;
}
.popup-image .image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 80%;
}
.popup-image .image-wrapper img{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    max-width: 90%;
    max-height: 80%;
}
.popup-image.horizontal .image-wrapper img{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    max-width: 80%;
    max-height: 90%;
}
.popup-image-wrapper{
    position: relative;
    display: block;
    padding-top: 50px;
}
.popup-image-wrapper .container-fluid{
    height: 100%;
}
.image-wrapper .image{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
.image img{
    height: inherit;
}
.popup-title-wrapper{
    position: relative;
    display: block;
    height: 26px;
}
.popup-title{
    position: absolute;
    display: block;
    left: 50%;
    font-family: 'Montserrat';
    color:  #c0a062;
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.popup-image-wrapper .title-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    bottom: 50px;
}
.title-wrapper .title{
    position: absolute;
    display: block;
    font-family: 'Lora';
    color:  #808080;
    font-size: 16px;
    font-style: italic;
    line-height: 29px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.image-close-btn{
    position: relative;
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    right: 60px;
    top: 40px;
    cursor: pointer;
    z-index: 10001;
}
.image-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);
}
/* RESPONSIVE */
@media screen and (min-width: 320px) and (max-width: 1199px){
    .event-image-wrapper{
        position: relative;
        z-index: unset;
        margin-top: unset;
    }
    .event-info-wrapper{
        margin-top: 0px;
    }
    .event-info-wrapper .container-fluid{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 768px){
    .popup-image-wrapper .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .image-close-btn{
        right: 15px;
    }
    .header-wrapper-right .fa-facebook,
    .header-wrapper-right .fa-google-plus,
    .header-wrapper-right .fa-twitter{
        visibility: visible !important;
        display: inline-block;
    }
}
@media screen and (min-width: 320px) and (max-width: 479px){
    .popup-image{
        height: 520px;
    }
    .popup-image .image-wrapper img,
    .popup-image.horizontal .image-wrapper img{
        top: 20px;
    }
    .title-wrapper .title{
        font-size: 14px;
    }
    .popup-title{
        font-size: 22px;
    }
}
@media screen and (min-width: 320px) and (max-width: 399px){
    .popup-image.horizontal{
        height: 290px;
    }
}
@media screen and (min-width: 400px) and (max-width: 430px){
    .popup-image.horizontal{
        height: 310px;
    }
}
@media screen and (min-width: 431px) and (max-width: 450px){
    .popup-image.horizontal{
        height: 320px;
    }
}
@media screen and (min-width: 451px) and (max-width: 478px){
    .popup-image.horizontal{
        height: 330px;
    }   
}
@media screen and (min-width: 479px) and (max-width: 510px){
    .popup-image.horizontal{
        height: 350px;
    }
}
@media screen and (min-width: 511px) and (max-width: 559px){
    .popup-image.horizontal{
        height: 370px;
    }
}
@media screen and (min-width: 560px) and (max-width: 599px){
    .popup-image.horizontal{
        height: 390px;
    }   
}
@media screen and (min-width: 600px) and (max-width: 639px){
    .popup-image.horizontal{
        height: 410px;
    }   
}
@media screen and (min-width: 640px) and (max-width: 679px){
    .popup-image.horizontal{
        height: 430px;
    }   
}
@media screen and (min-width: 680px) and (max-width: 720px){
    .popup-image.horizontal{
        height: 450px;
    }
}
@media screen and (min-width: 721px) and (max-width: 991px){
    .popup-image.horizontal{
        height: 470px;
    }
}
@media screen and (min-width: 478px) and (max-width: 767px){
    .popup-image{
        height: 780px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .popup-image{
        height: 760px;
    }   
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .popup-image{
        height: 780px;
    }
    .popup-image.horizontal{
        height: 580px;
    }
}
@media screen and (min-width: 768px){
    .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;
    }
    .image-close-btn{
        right: 24px;
    }
    .popup-image-wrapper .container{
        height: 100%;
        margin-right: unset;
        margin-left: unset;
    }
}
@media screen and (min-width: 769px){
    .popup-image-wrapper .container{
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 1200px){
    .event-image-wrapper{
        margin-top: 0px;
    }
    .event-info-wrapper{
        margin-top: 0px;
    }
    .popup-image .title-wrapper{
        bottom: 100px;
    }
    .popup-image.horizontal .title-wrapper{
        bottom: 50px;
    }
}