
html,
body {
    height: 100%;
    min-height: 600px;
}
header {
    height: 100%;
    position: relative;
}

.buttons {
    margin: 0 auto;
    z-index: 99;
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
}
.buttons a {
    margin-bottom: 10px;
}
.fa-6x {
    font-size: 8em;
}
.allcontent {
    margin-left: 9%;
    width: 81%;
    margin-right: 10%;
    display: block;
    font-weight: 300;
    overflow: hidden;
}
.content_img{
    width: 100%;
    display: block;
    position: relative;
    height: 450px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.content_img_half{
    width: 40%;
    margin: 10px 20px 20px 0;
    float: left;
    display: block;
    position: relative;
    height: 450px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/* Modal */

.modal,
.modal-open {
    z-index: 9999;
}
.modal-dialog {
    z-index: 99999;
}
.eventime_modal .modal-content {
    box-shadow: none;
    border-radius: 0 !important;
}
.eventime_modal .modal-header .close {
    font-size: 40px;
    margin-top: -10px;
}
.eventime_modal .modal-title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
}
.eventime_modal .contact_icon {
    width: 51px;
    height: 51px;
    padding-top: 10px;
    float: left;
}
.eventime_modal img {
    width: 100%;
    height: auto;
}
.eventime_modal .img_half {
    width: 49.6%;
    height: auto;
    display: inline;
}
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    padding-right: 15px;
}
button {
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}


.clear {
    clear: both;
}
/*! Preloader */

#preloader {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: table;
}
.pre_container {
    display: table-cell;
    vertical-align: middle;
}
.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    margin: 8em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em #ffffff;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #FFF;
    }
}
@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em #ffffff;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #FFF;
    }
}



/*------------ Home settings:full screen image & descriptins;------------ */

.carousel,
.item,
.active {
    height: auto;
}
.carousel-inner {
    height: 100%;
}
#home_slider.carousel {
    height: 100%;
        max-height: 1000px;
}
#home_slider.carousel .item {
    height: 100%;
}

#home_slider{z-index:9;}

/* Video BG */

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
 
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Background images are set within the HTML using inline CSS,not here */

.fill,
.fill_mask {
    min-height: 400px;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.fill_mask {
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    display: table;
    text-align: center;
}
.description {
    display: table-cell;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
.deco {
    display: block;
    margin: 0 auto;
	position: relative;
	top:120px;
}
.centered_deco {} .deco2 {
    display: block;
    margin: 0 auto;
}

.description h2 {
    font-weight: 400;
    display: block;
    width: 100%;
	padding-top:200px;
    margin: 0 auto;
	font-family: 'Crimson Text', serif;
	font-size: 3.0em;
}

.button-home {
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	background-color: transparent;
    cursor: pointer;
    font-size: 0.9em;
    border: #FFF 1px solid;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -o-transition: all 0.4s;    
}

.button-home:hover{
    background-color: #212121;
	border: #FFF 1px solid;
    color: #FFF;
    text-decoration: none;
}

.details {
    text-transform: uppercase;
    letter-spacing: 5px;
    display: inline-block;
    margin-right: 15px;
}
.details .fa,
.details p {
    display: inline-block;
    vertical-align: middle;
}
.details p {
    padding-top: 10px;
}
@-moz-document url-prefix() {
    .welcome_image, .news_image {
        display: inline-table;
    }
}

/*-------- Media -------- */

@media (min-width: 1221px) {
    .eventime_modal .modal-dialog.img-dialog {
        width: 70%;
    }
}
@media (max-width: 1220px) {
    .eventime_modal .modal-dialog.img-dialog {
        width: 85%;
    }
    .headered {
        margin-top: -145px;
    }
    figure.parkhotel_img h2 {
        font-size: 18px;
        padding-top: 50px;
    }
    .photo figure {
        height: 250px;
    }
}
/*Media settings */

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .dropdown-menu{
        text-align: center;
    }
    .headered {
        margin-top: -250px;
    }
    .title_tab {
        margin-top: 200px;
        text-align: center;
        padding: 0;
    }
    .item_title,
    .item_description {
        text-align: left;
    }
    .about_columns {
        margin: 0 auto;
    }
    .eventime_modal .btn {
        width: 90%;
        margin: 10px auto;
        float: left;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-toggle ul {} .eventime_modal .modal-dialog.img-dialog {
        width: 100%;
    }
    .navbar-collapse {
        border-top: transparent;
        box-shadow: transparent;
        width: 100%;
        text-align: center !important;
        max-height: 100%;
    }
    .eventime_modal .modal-dialog.img-dialog {} .description h2 {
        font-size: 40px;
    }
    .firstrow {
        display: block;
        height: auto;
    }
    .centred>.first_line {
        width: 8%;
    }
    .centred>.first_title {
        padding-left: 1%;
    }
    .centred>.first_description {
        padding-left: 9%;
    }
    .welcome_image {
        height: 900px;
    }
    .sponsor_featured {
        width: 90%
    }
    .sponsor_basic {
        width: 42.2%;
        margin-right: 5%;
    }
    .contact_information {
        width: 85%;
        display: block;
    }

    #map {
        height: 300px;
        margin-bottom: 60px;
    }


    .contact_form{
        width: 90%;
        margin: 50px auto 50px auto;
    }

    .contact_form input, .contact_form textarea {

        margin-right: 2% !important;
        margin-left: 4.5% !important;
    }

    .copyright {

        float: none;
        display: block;
        width: 90%;
        padding: 0;
        margin: 10px auto;
        text-align: center;

    }

    .footer {
        padding:  0;
        margin: 10px auto;
        text-align: center;
        float: none;
        width: 90%;
        display: block;
        padding-bottom: 30px;
    }

}
@media (max-width: 600px) {
    .description h2 {
        font-size: 28px;
        letter-spacing: 10px;
    }
    .welcome_image {
        width: 9%;
        height: 700px;
    }
    .description h3 {
        font-size: 20px;
       letter-spacing: 5px;
    }
    .panel-collapse a {
        max-width: 33.3%;
    }
    .panel-collapse .accommodation_imgs {
        text-align: center;
    }
    .details {
        font-size: 15px;
        letter-spacing: 2px;
    }

}
@media (max-width: 472px) {
    .headered {
        margin-top: -460px;
    }
    .photo {
        width: 100%;
    }
    .panel {
        width: 100%;
        margin: 0 auto;
    }
    .photo_carousel_container {
        width: 80%;
        margin: 0 auto;
    }
    .eventime_button {
        margin: 0 auto;
    }
    .accordion_full {
        width: 85%;
        padding-left: 14%;
    }
    .accommodation_date,
    .accommodation_month {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    .headered {
        margin-top: -460px;
    }
    .title_tab {
        margin-top: 400px;
        margin-left: auto;
        margin-right: auto;
    }
   
    .description h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .details {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}
 
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

 /** Disable video on small screens and replace with static image, set background image URL in fullscreen-bg div in index file **/
 
 /**
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/videoframe.jpg') center center / cover no-repeat;
  }
 
  .fullscreen-bg__video {
    display: none;
  }
}
**/