



/* ************************************************************************** *\
|* ****************************** GENERAL *********************************** *|
\* ************************************************************************** */

p {
    color: #404040;
    font: 300 16px 'Montserrat', 'Helvetica';
    margin: 0 0 10px 0;
    letter-spacing: 0.04em;
    line-height: 27px;
}

.btn {
    color: #FFF;
    font: 700 14px 'Poppins', 'Helvetica';
    letter-spacing: 0.05rem;
    border: none;
    text-align: center;
    background-color: #325182;
    min-width: 210px;
    padding: 12px 0;
    margin: 0 0 25px auto;
}

.btn:hover {
    color: #FFF;
    background: #4068a7;
}





/* ************************************************************************** *\
|* ****************************** #HERO ************************************* *|
\* ************************************************************************** */

#hero {
    height: 40vh;
}

#hero .container {
    max-width: 1200px;
}




/* ************************************************************************** *\
|* ******************************** #INFO *********************************** *|
\* ************************************************************************** */

#info {
    display: block;
    width: 100%;
    padding: 75px 0 100px;
    margin: 0;
}


#info .inner {
    display: block;
    max-width: 1200px;
    width: 93%;
    margin: 0 auto;
}

#info .top {
    display: block;
    margin: 0 0 25px 0;
}

#info .top .date,
#info .top .location {
    display: inline-block;
    padding: 10px 0 0;
    margin: 0;
    /*border-bottom: 1px solid #4068a7;*/

    color: #404040;
    font: 800 25px 'Poppins', 'Helvetica';
    text-transform: uppercase;
    letter-spacing: 0.01em;
}


#info .top .location { margin: 0 50px 0 0; }
#info .top .date {}


[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  color: #4068a7;
}

.icon-date:before { content: "\f073"; }
.icon-location:before { content: "\f041"; }


#info .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 25px 0 0 0;
}

#info .btn {
    margin: 0 25px 20px 0;
}
#slider{
    display: flex;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: contain;
    margin: 0 auto;
}
div#slick-prev {
    position: absolute;
    width: 40%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
}
div#slick-next {
    position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;

}
#slick-next .inner{
    text-align: right;
}
.inner ul li {
    list-style: none;
}
.inner > p > img{
    display: flex;
    justify-content: center;
    align-content: center;
    margin: auto;
}
.inner > p:nth-child(3){
    width: 50%;
    margin: auto;
}
@media only screen and (max-width: 950px){
    .inner > p:nth-child(3){
        width: 70%;
    }
}
@media only screen and (max-width: 600px){
    div#slick-prev, div#slick-next {
        display: none !important;
    }
    .slick-slider img{
        width: 100%;
        height: 300px;
        object-fit: contain;
    }
    .inner > p:nth-child(3){
        width: 100%;
    }
}
