.opening-table .heading-block span {
	font-size: 16px;
	font-weight: 400;
}

.opening-table {
	padding: 30px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #EEE;
}

.time-table-wrap .time-table {
	padding: 14px 0;
	text-align: left;
	border-top: 1px solid #E5E5E5;
}

.time-table-wrap .time-table:first-child { border-top: none; }

.time-table-wrap .time-table .col-md-5 { padding-left: 0; }

.time-table-wrap .time-table h5 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.time-table-wrap .time-table span { font-weight: 500; }

/* Really custom */
@media(min-width: 1025px) {
	.portfolio-wide-fix {
		max-height: 316px!important;
	}
}

@media(max-width: 1024px) {
	.portfolio-overlay-responsive {
		opacity: 0.8!important;
	}
}

.message-container-404 {
	position: absolute;
	top: 25%;
	text-align: center;
	width: 100%;
	color: white!important;
}

.message-container-404 h1, .message-container-404 h2 {
	color: white!important;
}

.watch-on-youtube {
	width: 100%;
	text-align: center;
}

@media(min-width: 650px) {
    .contentlogo {
        max-width: 700px;
    }
}

.custom-divider-responsive-margin-image {
    margin-top: 80px;
    margin-bottom: 60px;
}

.custom-divider-responsive-margin-text {
    margin-top: -5px;
    margin-bottom: 10px;
}

@media(min-width: 650px) {
    .custom-divider-responsive-margin-image {
        margin-top: 90px;
        margin-bottom: 60px;
    }

    .custom-divider-responsive-margin-text {
        margin-top: -5px;
        margin-bottom: 10px;
    }
}

@media(min-width: 1025px) {
    .custom-divider-responsive-margin-image {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .custom-divider-responsive-margin-text {
        margin-top: 45px;
        margin-bottom: 65px;
    }
}

/* Mobile nav fixes */
@media(max-width: 990px) {
    .dark-mobile-fix{
        background-color: #2d2d2d !important;
        border-bottom: 0 !important;
    }

    #logo {
        max-width: 70% !important;
    }

    #logo > a > img {
        height: auto !important;
    }

    #primary-menu-trigger {
        color: #a2a2a2;
        font-size: 25px;
        padding-top: 5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    #primary-menu-trigger {
        padding-left: 50px;
    }
}
@media(max-width: 479px) {
    #logo {
        margin-top: 16px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
    #header.transparent-header.dark #logo {
        top: 15px;
    }

    #header.transparent-header.sticky-header #logo {
        top: -5px;
    }

    #logo {
        margin-right: 0 !important;
        padding-right: 0 !important;
        width: 250px !important;
    }

    #primary-menu ul li > a {
        padding: 39px 10px;
    }
}

.customopacity {
	opacity: 0.9 !important;
}
.margintop50 {
margin-top: 50px !important;
}
.custompaddingleftright {
padding-left: 10px !important;
padding-right: 10px !important;
}

.inline-block {
    display: inline-block;
}

@media(min-width: 991px) {
    .language-switcher {
        position: relative;
        left: 35px;
    }
}

@media(max-width: 990px) {
    .language-switcher {
        border-top: 1px solid #EEE !important;
    }
}

.language-switcher-left {
    padding-right: 2px !important;
}

.language-switcher-right {
    padding-left: 2px !important;
}

.customminheight230 {
    min-height: 230px;
}

.customtopmargincopyrights {
    margin-top: 14px;
}

.pattern-background {
    background-image: url('./images/pattern2.png');
}

.gallery-fix {
    max-width: 1450px;
    margin: 0 auto !important;
}

.portfolio.portfolio-nomargin, .portfolio.portfolio-full {
    margin: 0 auto !important;
}

.video-fix {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .gallery-fix {
        max-width: 1000px;
    }

    .video-fix {
        max-width: 1000px;
    }
}

.background-grey {
    background-color: #F9F9F9;
}

.background-white {
    background-color: white;
}

.toppadding {
    padding-top: 60px;
}

.bottompadding {
    padding-bottom: 60px;
}

.toppadding-2 {
    padding-top: 120px;
}

.bottompadding-2 {
    padding-bottom: 120px;
}

.text-transform-none {
    text-transform: none;
}

.custom-content-header {
    max-width: 700px;
    margin: auto;
}
.custom-content-header > p {
    font-size: 20px;
}

.color-darkgrey {
    color: #444 !important;
}

@media only screen and (max-width: 1200px) {
    .header-margin-mobile-fix {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

#footer {
    border-top: 1px solid #ebebeb;
    border-top-color: #ebebeb !important;
}

.border-top-grey {
    border-top: 1px solid #ebebeb;
    border-top-color: #ebebeb !important;
}

.border-bottom-grey {
    border-bottom: 1px solid #ebebeb;
    border-bottom-color: #ebebeb !important;
}
