/*
 *  Header Styles
 */

.site-header {

}

.hero {
    height: 69em;
    min-height: 100vh;
}

.floating {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    z-index: 1;
    text-align: center;
}

.floating:before {
    content: '';
    height: 100%;
    margin-right: -.4em;
}

.floating-content, .floating:before {
    display: inline-block;
    vertical-align: middle;
}

.floating-content {
    text-align: center;
    width: 100%;
    margin-top: -65px;
}

.tag > .container {
    display: inline-block;
    padding: 40px 50px;
    width: 860px;
}


/*
 *  Content Sections
 */

h1 {
    font-size: 6em;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 35px;
    text-align: left;
    text-transform: uppercase;
    padding: 5px 15px;
}

h3 {
    color: #fff;
    font-size: 3.5em;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 .25em;
}

h4 {
    font-size: 2em;
    line-height: 1.2;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: bold;
}

section p,
section ul,
section ol {
    font-size: 1.6em;
    line-height: 1.64;
    margin: 0 0 1.8em;
}

section p:last-child,
section ul:last-child,
section ol:last-child {
    margin-bottom: 0;
}

.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
}

.section-bg.parallax {
    background-attachment: fixed;
}

.animate-to-right {
    opacity: 0;
    transform: translate(-100px);
    transition: .8s ease-out;
}

.animate-to-left {
    opacity: 0;
    transform: translate(100px);
    transition: .8s ease-out;
}

.animate-to-top{
    opacity: 0;
    transform: translateY(100px);
    transition: .8s ease-out;
}

.animate-to-right.animate,
.animate-to-left.animate,
.animate-to-top.animate {
    opacity: 1;
    transform: translate(0);
}

.half{
    width: 50%;
}

.text{
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.with-border{
    border-left: 2px solid #fff;
}

.button-area{
    text-align: right;
}

.footer-blocks{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-blocks .half{
    height: 145px;
    align-items: center;
    -webkit-align-items: center;
}

.footer-blocks .left{
    background-color: rgba(62, 61, 53, 0.83);
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 40px;
}

.footer-blocks .right{
    background-color: #393830;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding-left: 80px;
}

.footer-blocks .title{
    font-size: 27px;
    color: #fefefe;
    font-weight: 600;
    width: 180px;
    border-bottom: 2px solid #727068;
    padding-bottom: 10px;
}

.footer-blocks .hours {
	margin-left: 50px;
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
}

.footer-blocks .hours td {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
    padding-right: 25px;
}

.footer-blocks .hours p {
	margin-top: 0;
	margin-bottom: 0;
}

.section1{
}

.section1 .left{
    background: url('/images/layouts/_a12877/section1-bg.jpg') no-repeat center center;
    background-size: cover;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.section1 .left .inner{
    width: 300px;
    margin-right: 20%;
}

.section1 .right{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 700px;
}

.section2{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 130px 0 180px;
}

.section2 .container{
    width: 840px;
}

.section2 h2{
    text-align: center;
}

.section3 .left{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 700px;
}

.section3 .right .inner{
    width: 300px;
    margin-left: 20%;
}

.section3 .right{
    background-color: #661415;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.section4{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 190px 0 200px;
}

.section4 h2{
    text-align: center;
}

.section4 .button-area {
    text-align: center;
}

.section4 .description{
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

.section4 .description div{
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.section4 .description div:last-of-type{
    border-right: 0 none;
}

/* Slider */

#eventSlider {
    position: relative;
}

.sliderMask {
    position: relative;
    margin: 0 auto;
    width: 880px;
    /*height: 200px;*/
    overflow: hidden;
}

.sliderContainer {
    position: absolute;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row;
}

.sliderContainer.animate {
    transition: .25s cubic-bezier(0.4, 0.0, 0.2, 1);;
}

#mainContainer #eventSlider img {
	max-width: 100%;
	height: auto;
}

#eventSlider .slide {
    width: 715px;
    /*height: 200px;*/
    position: relative;
    float: left;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.slide-description {
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px 60px;
}

.slide-description .title{
    margin-bottom: 20px;
    z-index: 10;
    position: relative;
    padding-right: 30px;
}

.slide-description .title p{
    line-height: 1.4;
}

.slide-description .text{
    color: #323232;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.slide-description .date{
    position: absolute;
    top: 0;
    right: 0;
    background: #e1dfd4;
    color: #39393a;
    padding: 15px 25px;
    z-index: 9;
}

.slide-description .date p{
    line-height: 1.1;
    text-align: center;
}

.slide-description .date p strong{
    font-weight: 500;
}

#eventSlider .anchor {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#eventSlider .slide-description .text a {
	z-index: 101;
}

#slideNext,
#slidePrev {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    z-index: 100;
    width: 21px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 55px;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
    transition: .25s ease-out;
}

.ico-arrow::before {
    color: inherit !important;
}


#slideNext:hover,
#slidePrev:hover {
    color: rgba(160, 160, 160, 0.5);
}

#slidePrev {
    left: 0;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

#slideNext {
    right: 0;
}


@media (max-width: 1024px) {
    section .section-bg, section .section-bg.parallax {
        min-height: 0;
        background-attachment: scroll;
    }
    
    .hero .section-bg {
	    background-attachment: scroll;
    }

}

@media (max-width: 768px) {

    .hero {
        height: 40em !important;
        min-height: 70vh;
    }

    .tag > .container{
        padding: 0 15px;
    }

    .floating-content{
        margin-top: -100px;
        width: 100%;
    }

    h1{
        font-size: 2.5em;
    }

    h2 {
        text-align: center !important;
        font-size: 2.4em !important;
    }

    h3{
        margin-bottom: 20px;
    }

    .with-border{
        border-left: 0 none;
    }

    .button-area {
        text-align: center;
    }

    .text{
        font-size: 15px;
    }

    .inner{
        margin: 0 !important;
    }

    .footer-blocks .half{
        height: 90px;
    }

    .footer-blocks .left,
    .footer-blocks .right{
        padding: 0;
        display: block;
    }

    .footer-blocks .title{
        border-bottom: 0 none;
        padding-bottom: 0;
        font-size: 19px;
        margin-top: 12px;
    }

    .footer-blocks .hours{
        margin: 5px 0 0;
        font-size: 17px;
        line-height: 1.2;
    }
    
    .footer-blocks .hours td{
        font-size: 17px;
        line-height: 1.2;
    }

    .footer-blocks p{
        margin: 0;
    }

    .section1 .left,
    .section3 .right{
        padding: 50px 20px;
    }

    .section1 .right,
    .section3 .left{
        height: 250px;
    }

    .section2 .container{
        width: 85%;
    }

    .section4{
        padding: 100px 0;
    }

    .section4 .description div{
        border-right: 0 none;
        margin-bottom: 10px;
    }


    #eventSlider {
        padding-bottom: 0;
    }

    #eventSlider .slide {
        width: 520px;
        height: auto;
        max-width: calc(100vw - 60px);
    }

    .slide-description {
        width: 100%;
        height: auto;
        padding: 20px 30px;
    }

    .slide-description .text{
        margin-bottom: 10px;
    }

    .slide-description .date{
        padding: 7px 12px;
    }
    
    .slide-description .title img{
		display:none;	
	}

    .slide-description .date span{
        font-size: 15px !important;
    }

    #slidePrev {
        width: 30px;
        margin-left: 10px;
        transform: translateX(-100%) scaleX(-1);
        -moz-transform: translateX(-100%) scaleX(-1);
        -webkit-transform: translateX(-100%) scaleX(-1);
        -ms-transform: translateX(-100%) scaleX(-1);
    }

    #slideNext {
        width: 30px;
        margin-right: 10px;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

}

@media (max-width: 640px) {


    #eventSlider .slide {
        width: 320px;
        height: auto;
        max-width: calc(100vw - 80px);
    }

    .slide-description .title span{
        font-size: 20px !important;
    }

    .section2{
        padding: 100px 0;
    }

}

@media (max-width: 576px) {

    h3{
        font-size: 2.5em;
    }

    .section1 .container p{
        font-size: 1.6em;
    }


}


@media (max-width: 480px) {
    .section2 .container {
        width: 100%;
    }
}

