
body {
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.33;
    background: #fbfbfb;
    color: #6d7a83;

    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible !important; /* reset animate.css / if hidden parallax buggy */
    position:relative;

    /*overflow-x: hidden;*/
}

sup {
    text-transform: none;
}

.wide .container.full-width {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    /*margin-top: -70px;*/
    /*margin-bottom: -70px;*/
}

.wide .page-section,
.boxed .page-section > .container {
    padding-top: 30px;
    padding-bottom: 70px;
    position: relative;
    /*overflow: hidden; /* small devices */
    background-color: #fbfbfb;
}
#location.page-section {
    padding-top: 70px;
}

.wide .page-section.color,
.boxed .page-section.color > .container {
    background-color: #600201;
    color: #ffffff;
    z-index: 11;
}
.page-section.background-img-slider {position: relative;}
.wide .page-section.background-img-slider,
.boxed .page-section.background-img-slider > .container {
    background: transparent url("../img/gff.jpg") 50% 0 repeat !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
}
.wide .page-section.background-img-slider > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.page-section.no-padding {padding: 0;}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #141f23;
}
h1 .fa, h2 .fa, h3 .fa, h4 .fa, h5 .fa, h6 .fa,
h1 .glyphicon, h2 .glyphicon, h3 .glyphicon,
h4 .glyphicon, h5 .glyphicon, h6 .glyphicon {
    color: #ea032d;
}

.section-title {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 40px 0;
    z-index: 0;
    text-transform: uppercase;
    color: #600201;
    display: table;
    width: 100%;
}
.section-title .icon-inner {
    display: table-cell;
    width: 70px;
}
.section-title .title-inner {
    display: table-cell;
    padding-bottom: 2px;
    vertical-align: middle;
}

.image .section-title,
.image .section-title small,
.dark .section-title,
.dark .section-title small,
.color .section-title,
.color .section-title small {
    color: #ffffff;
}

.section-title .fa-stack {
    width: 50px;
    height: 57px;
    line-height: 57px;
    margin-right: 20px;
}
.section-title .fa-stack .fa {color: #ffffff;}
.color .section-title .fa-stack .fa {color: #600201;}
.section-title .rhex {background-color: #600201;}
.color .section-title .rhex {background-color: #ffffff;}
.rhex {
    background-color: #600201;
    margin-top: 14px;
    width: 50px;
    height: 28px;
    border-radius: 2px;
}
.rhex:before,
.rhex:after {
    position: absolute;
    top: 0; left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: inherit;
    content: '';
}
.rhex:before {
    -webkit-transform: rotate(60deg);
    -moz-transform:    rotate(60deg);
    -ms-transform:     rotate(60deg);
    -o-transform:      rotate(60deg);
    transform:         rotate(60deg);
}
.rhex:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform:    rotate(-60deg);
    -ms-transform:     rotate(-60deg);
    -o-transform:      rotate(-60deg);
    transform:         rotate(-60deg);
}

a,
a .fa,
a .glyphicon,
a:hover,
a:hover .fa,
a:hover .glyphicon,
a:active,
a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a {color: #ea032d;}
a:hover,
a:active,
a:focus {color: #000000;}

.color a {color: #ffffff;}

p {
    /*-moz-hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*hyphens: auto;*/
    margin-bottom: 20px;
}
ul, ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
ul ul, ol ol,
ul ol, ol ul {
    padding-left: 20px;
}

.btn,
.btn:hover,
.btn:active,
.btn.active {
    box-shadow: none;
    border-radius: 0;
}
.wide .header,
.boxed .header > .container {
    background-color: transparent;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.5);
}
.header.fixed {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 10;
}
.wide .header.shrink,
.boxed .header.shrink > .container {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: rgba(129, 134, 140, .8);
}
.header .header-wrapper {
    position: relative;
}
.header,
.header.fixed,
.header.shrink,
.header > .container {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.logo {
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin-top: -12px;
}
.logo a {color: #ffffff; display: inline-block; line-height: 2em;}
.shrink .logo {margin-top: 0;}
.shrink .logo a {line-height: 1em;}
.navigation {float: right;}

.sf-menu,
.sf-menu * {margin: 0; padding: 0;}
.sf-menu li {position: relative;}
.sf-menu ul {position: absolute; display: none; top: 100%; left: 0; z-index: 99;}
.sf-menu > li {float: left; border-radius: 10px;}
.sf-menu ul {min-width: 12em; /* submenu width */}

.sf-menu {margin-right: -1em; font-size: 14px; font-weight: 300; text-transform: uppercase;}
.sf-menu.nav > li > a:hover, /* bs3 reset */
.sf-menu.nav > li > a:focus /* bs3 reset */ {background-color: transparent;}
.sf-menu.nav > li > a, /*bs3 reset */ .sf-menu a {padding: 10px 10px;}

.sf-menu a {color: #ffffff;}
.sf-menu a:hover {color: #ffffff;}
.sf-menu li:hover,
.sf-menu li.sfHover {}
.sf-menu li.active {background-color: rgba(13, 29, 49, 0.30);}
.sf-menu li.active > a {color: #ffffff; }
.sf-menu ul {margin-left: 1em;}
.sf-menu ul ul {margin-left: 0;}

/* ARROW DOWN */

.sf-menu.nav > li > a.sf-with-ul, /* bs3 reset */
.sf-arrows .sf-with-ul {padding-right: 2.5em;}
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -1px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #9e9e9e;
}
.menu-toggle {
    display: none;
    position: fixed;
    padding: 0; margin: 0;
    right: 280px; top: 43px;
    font-size: 30px;
    line-height: 30px;
    border: none;
    color: #ffffff !important;
}
.shrink .menu-toggle {
    top: 7px;
}

@media (max-width: 991px) {
    .navigation {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 250px;
        background-color: rgba(13, 29, 49, 0.95);
    }
    .navigation.closed {right: -250px;}
    .navigation.opened {right: 0;}
    .sf-menu {margin-right: 0; padding: 15px 15px 0 15px;}
    .sf-menu > li {float: none;}
    .sf-menu ul {display: block !important; position: relative;}
    .sf-menu ul li {background-color: transparent;}
    .menu-toggle {display: block; z-index: 1;}
    .navigation.closed .menu-toggle {right: 15px;}
    .navigation.opened .menu-toggle {right: 15px; top: 7px;}
}

.header-mp .menu-toggle{
    top: 33px;
}

/* 2.5 - Mobile menu
/* ========================================================================== */

#mobile-menu {
    display: none;
    position: absolute;
    top: 30px; right: 0;
    width: 200px;
    z-index: 0;
}
@media (max-width: 991px) {
    #mobile-menu {
        display: block;
        float: right;
    }
}
.mobile-submenu {display: none;}
@media (max-width: 991px) {
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;
        display: none!important;
    }
}



/* --------------------------------------------------------------------------
 * 3 - Content
 * -------------------------------------------------------------------------- */



/* 3.1 - Slider / Owl sliders
/* ========================================================================== */

#main-slider .item {min-height: 660px;}

#main-slider .caption {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
#main-slider .caption > .container {
    position: relative;
    min-height: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
}
#main-slider .caption .div-table {
    width: 100%;
}

#main-slider .caption-subtitle {
    font-family: 'Raleway', sans-serif;
    font-size: 65px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    margin: -180px 0 0 0;
}
#main-slider .caption-text .btn:first-child {margin-right: 30px;}
@media (max-width: 1024px) {
    #main-slider .caption-subtitle {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    #main-slider .caption-subtitle,
    #main-slider .caption-text {
        margin-top: 20px;
    }
}
@media (max-width: 479px) {
    #main-slider .caption {
        right: 0;
        padding: 0 80px;
        max-width: 100%;
        background-color: transparent;
    }
    #main-slider .caption-title {font-size: 30px; line-height: 30px;}
    #main-slider .caption-title span:before,
    #main-slider .caption-title span:after {
        top: 15px;
    }
    #main-slider .caption-subtitle {font-size: 28px;}
    #main-slider .caption-text {font-size: 12px;}

    #main-slider .caption-text .btn:first-child,
    #main-slider .caption-text .btn {
        display: block;
        width: 200px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        padding: 8px 20px;
        font-size: 13px;
    }
    #main-slider .caption-text .btn:first-child {
        margin-top: 50px;
    }
}
@media (max-width: 479px) {
    #main-slider .caption {
        /*display: none;*/
        padding-left: 0;
        padding-right: 0;
    }
    #main-slider .caption-title {}
    #main-slider .caption-title span {padding: 0;}
    #main-slider .caption-title span:before,
    #main-slider .caption-title span:after {
        display: none;
    }
    #main-slider .caption-subtitle {}
    #main-slider .caption-text .btn {
        display: block;
        margin-top: 10px;
    }
    .event-description {}
}

/* -------------------------------------------------------------------------- */
/*video css strats*/
.video-warp{
    width: 100%;
}
#bgvid {
    position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    background-size: cover;
    transition: 1s opacity;
}
/*video css ends*/

.countdown-wrapper {
    margin-top: 30px;
}
.defaultCountdown {
    background-color: transparent;
    border-color: transparent;
}
.countdown-amount {
    font-family: 'Raleway', sans-serif;
    font-size: 65px;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
.countdown-period {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
    clear: both;
    text-transform: uppercase;
    margin: 0 0 0 0;
    display: block;
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .countdown-amount {font-size: 33px;}
    .countdown-period {font-size: 13px;}
}

/* -------------------------------------------------------------------------- */

.form-background {
    background-color: #600201;
    border-radius: 10px;
    padding: 10px;
}
.form-background .form-control {
    margin-bottom: 10px;
}
.form-header {
    background-color: #600201;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 30px 20px 10px 20px;
}
.form-header .section-title {
    margin-bottom: 20px;
}
.text-holder {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}
.text-holder:before,
.text-holder:after {
    content: ''; display: block;
    position: absolute;
    top: 0; left: 0;
    height: 5px;
    width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}
.text-holder:after {
    top: auto; bottom: 0;
}

.btn-play {
    display: inline-block !important;
    padding: 0 !important;
    border: solid 1px #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    width: 170px !important;
    height: 170px !important;
    border-radius: 50% !important;
    text-align: center;
}
.btn-play .fa {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    font-size: 65px;
    line-height: 150px;
    margin-top: 12px;
    background-color: #ffffff;
    color: #600201;
}
.btn-play:hover {border-color: #600201;}
.btn-play:hover .fa {background-color: #600201;}
.btn-play:hover .fa {color: #ffffff;}

@media (max-height: 615px) {
    #main-slider .form-background {}
    #main-slider .bootstrap-select > .selectpicker,
    #main-slider .form-control {
        border-radius: 10px;
        font-size: 13px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    #main-slider .form-background {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .btn-play {
        width: 90px !important;
        height: 90px !important;
    }
    .btn-play .fa {
        width: 80px;
        height: 80px;
        font-size: 50px;
        line-height: 80px;
        padding-left: 10px;
        margin-top: 4px;
    }
}

.slide3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    background-color: rgba(220, 20, 60, .7);
}

/* 3.2 - Event description
/* ========================================================================== */

.event-description {
    position: absolute;
    width: 100%;
    left: 0; bottom: 0;
    z-index: 11;
}
@media (max-width: 767px) {
    .event-description {
        margin-top: 50px;
    }
    .row {
      justify-content: space-evenly !important;
    }
    .fa-2x {
      font-size: 1em;
    }
}
.event-background {
    border-radius: 30px 30px 0 0;
    background-color: #600201;
    margin: 0 15px;
    padding-bottom: 10px;
}

.event-description {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
}
.event-description .row > div {}
.event-description .row > div + div {}
.event-description .media-heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: #ff0033;
    margin: 15px 0 0 0;
}
.event-description .media-body span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.event-description .fa {
    margin-top: 15px;
}

.thumbnail {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.thumbnail.hover,
.thumbnail:hover {
    border: solid 1px #600201;
}
.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
    border: none;
}
.thumbnail.no-padding {
    padding: 0;
}
.thumbnail.no-radius {
    border-radius: 0;
}

.row.thumbnails {margin-top: -30px;}
.row.thumbnails .thumbnail {margin-top: 30px;}

.row.thumbnails.no-padding {margin-top: 0; margin-left: 0; margin-right: 0;}
.row.thumbnails.no-padding [class*='col-'] {padding: 0;}
.row.thumbnails.no-padding .thumbnail {margin-top: 0;}

/* Thumbnail Media/Image
 * -------------------------------------------------------------------------- */

.thumbnail .media {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.thumbnail .media:after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    /*background: url('../img/overlay-media.png') repeat 50% 50%;*/
}
.thumbnail.hover .media:after,
.thumbnail:hover .media:after {
    opacity: 0.1;
}
.thumbnail .media img {
    max-width: 100%;
    width: 100%;
}
.thumbnail.hover .media img,
.thumbnail:hover .media img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}
/* fix animation bug */
.thumbnail .media.img-circle,
.thumbnail.hover .media.img-circle,
.thumbnail:hover .media.img-circle {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

/* Thumbnail caption
 * -------------------------------------------------------------------------- */

.thumbnail {
    border-radius: 10px;
    overflow: hidden;
}
.thumbnail .caption {
    padding: 20px 0 0 0;
    overflow: hidden;
    font-size: 14px;
}
.thumbnail .caption + .caption {padding-top: 10px;}
.thumbnail .caption.no-padding-top {padding-top: 0;}
.thumbnail .caption.no-padding-bottom {padding-bottom: 0;}

.thumbnail .caption.before-media {}
.thumbnail .caption.hovered {
    position: absolute;
    top: 0; right: 0;
    left: 0; bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px;
    background-color: transparent; /*0033cc*/
    background-color: rgba(220, 20, 60, 0.60);
    color: #ffffff;
    opacity: 0;
    z-index: 10;
}
.thumbnail.hover .caption.hovered,
.thumbnail:hover .caption.hovered {
    opacity: 1;
}
.caption-wrapper {width: 100%;}
.caption-inner {}

.hovered .caption-title {color: #ffffff;}
.caption-buttons {margin-bottom: 0;}
.caption-buttons .btn {
    /*background-color: #600201;*/
    color: #ffffff;
    font-size: 30px;
}
.thumbnail .media,
.thumbnail .media:after,
.thumbnail .media:before,
.thumbnail.hover .media,
.thumbnail:hover .media,
.thumbnail.hover .media:after,
.thumbnail:hover .media:after,
.thumbnail.hover .media:before,
.thumbnail:hover .media:before,
.thumbnail .media img,
.thumbnail.hover .media img,
.thumbnail:hover .media img,
.thumbnail .media .fa,
.thumbnail.hover .media .fa,
.thumbnail:hover .media .fa,
.thumbnail .caption-title,
.thumbnail.hover .caption-title,
.thumbnail:hover .caption-title,
.thumbnail .caption-zoom,
.thumbnail.hover .caption-zoom,
.thumbnail:hover .caption-zoom,
.thumbnail .caption-link,
.thumbnail.hover .caption-link,
.thumbnail:hover .caption-link,
.thumbnail .caption-category,
.thumbnail.hover .caption-category,
.thumbnail:hover .caption-category,
.thumbnail .caption,
.thumbnail.hover .caption,
.thumbnail:hover .caption {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-widgets {}
.wide .footer-meta,
.boxed .footer-meta > .container {
    padding: 40px 0 40px 0;
    background-color: #f5f5f5;
    color: #414650;
    font-size: 18px;
}


.social-line {
    margin: -15px 0 0 0;
    line-height: 33px;
}
.social-line li {
    padding: 20px 5px 15px 0;
}
.social-line a {
    display: block;
    width: 30px;
    height: 15px;
    line-height: 15px;
    background-color: #c3c3c3;
    color: #ffffff;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.social-line a:before {
    content: '';
    position: absolute;
    top: -10px; left: 0;
    width: 0; height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #c3c3c3;
}
.social-line a:after {
    content: '';
    position: absolute;
    bottom: -10px; left: 0;
    width: 0; height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #c3c3c3;
}
.social-line a.facebook {background-color: #3c5b9b;}
.social-line a.facebook:before {border-bottom-color: #3c5b9b;}
.social-line a.facebook:after {border-top-color: #3c5b9b;}
.social-line a.instagram {background-color: #a00000;}
.social-line a.instagram:before {border-bottom-color: #a00000;}
.social-line a.instagram:after {border-top-color: #a00000;}
.social-line a,
.social-line a:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.footer .social-line {
    margin: 0 0 20px 0;
    line-height: 70px;
}
.footer .social-line li {
    padding: 20px 5px 15px 0;
}
.footer .social-line a {
    width: 60px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
}
.footer .social-line a:before {
    top: -15px;
    border-left-width: 30px;
    border-right-width: 30px;
    border-bottom-width: 15px;
}
.footer .social-line a:after {
    bottom: -15px;
    border-left-width: 30px;
    border-right-width: 30px;
    border-top-width: 15px;
}


.google-map,
#map-canvas{
    min-height: 390px;
    max-height: 390px;
}

.container.gmap-background {
    margin-top: 0;
    margin-bottom: 0;
}
.container.gmap-background .on-gmap {
    position: relative; z-index: 1;
    min-height: 200px;
    width: 350px;
}
@media (max-width: 767px) {
    .container.gmap-background .on-gmap {
        width: 100%;
    }
}
.container.gmap-background .google-map,
.container.gmap-background #map-canvas {
    max-height: 100%;
    min-height: 100%;
}
.container.gmap-background .google-map {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
}
.container.gmap-background #map-canvas {
    width: 100%; height: 100%;
}

.container.gmap-background .on-gmap {
    border-radius: 10px;
    padding: 55px 25px 45px 25px;
    line-height: 30px;
}
.container.gmap-background .on-gmap.color {
    background-color: #600201;
    color: #fefefe;
}


.to-top {
    background-color: #373737;
    color: #9f9197;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.vhidden {visibility: hidden;}
.visible {visibility: visible;}
.overflowed {
    overflow: hidden;
    position: relative;
}

.vertical-align {
    position: relative; top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.animated .fa {visibility: hidden;}
.animated .animated .fa {visibility: hidden;}
@media (max-width: 991px) {
    .animated,
    .animated .animated,
    .animated .fa,
    .animated .animated .fa {
        /* Disable animation on small devices */
        visibility: visible;
        -webkit-animation-name: animation-off;
        animation-name: animation-off;
    }

}

.vhidden {visibility: hidden;}
.visible {visibility: visible;}
.visible .fa {visibility: visible;}
.visible .visible .fa {visibility: visible;}

.div-table,
.div-cell {
    height: 100% !important;
    display: table !important;
}
.div-cell {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}
.row.div-table {margin: 0;}
@media (max-width: 767px) {
    .row.div-table .div-cell {display: block !important;}
}
.div-cell.dark {}
.div-cell.light {}
.div-cell.color {}
.div-cell.va-top {vertical-align: top !important;}
.div-cell.padding-top {padding-top: 15px;}
.div-cell.padding-bottom {padding-top: 15px;}
.inline-block {
    display: inline-block !important;
}

/* Remove firefox dotted line
 * -------------------------------------------------------------------------- */

a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus,
.bootstrap-select .btn,
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus {
    outline: 0 !important;
}


.body-dark h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}


@media (min-width: 768px) {
    .body-dark .row.faq .nav li.active:before { content: ''; position: absolute; top: 15px; right: -31px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid #435469; border-bottom: 10px solid transparent; z-index: 1;}
    .body-dark .row.faq .nav li.active:after { content: ''; position: absolute; top: 15px; right: -32px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 10px solid #102033; border-bottom: 10px solid transparent; z-index: 2;}
    .container { width: 95%;}
}

@media (max-width: 767px) {
    body.rtl .row.faq > .pull-left,
    body.rtl .row.faq > .pull-right {float: none !important;}
    .container.gmap-background .google-map {
    position: relative;
    margin-top: 30px;
    }
    
    #location.page-section {
        padding-top: 0;
    }
    
    .wide .page-section, .boxed .page-section > .container {
        padding-bottom: 0;

    }
}

@media (max-width: 991px) {
    body.rtl .navigation.closed {right: auto; left: -250px;}
    body.rtl .navigation.opened {right: auto; left: 0;}
    body.rtl .navigation.closed .menu-toggle {right: auto; left: 15px;}
    body.rtl .navigation.opened .menu-toggle {right: auto; left: 15px;}
        #main-slider {
          height: 450px;
    }
}



.nav > li.active > a {
    background: #600201; !important
}


.main-dates {
    color: #FFFFFF;
    font-size: 19px;
    text-transform: uppercase;
}

.cmap {
    width: -webkit-fill-available;
}

.sponsors {
    padding: 30px;
    width: 100%;
    text-align: center;
    display: contents;
}

.sponsors div {
    padding: 20px;
    width: auto;
    display: unset;
}

.sponsors div img {
    margin: 25px auto;
}   


@media (max-width: 350px) {
    .sponsors div {
        display: block;
    }
    
}

.fb-link {
    border-radius: 5px;
    height: 35px;
    width: 31px;
}

.in-link {
    border-radius: 5px;
    height: 35px;
    width: 31px;
}

@media (max-width: 767px) {
.post-media img {
    height: 400px;
    }
    
    .media-left, .media-right, .media-body {
        display: flex;
        white-space: normal;
        vertical-align: top;
        align-items: baseline;
        gap: 10px;
    }
    
    .event-description .media-body span {
        white-space: normal;
    }
}


.col-md-3-gff {
    width: 300px;
    padding: 10px;
    display: inline-flex;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 10px;
}



.programme {
    background-size: contain;
    height: 1503px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/assets/img/2024/GFF program2024 web.jpg");
}


@media (max-width: 767px) {
    .programme {
        height: 500px;
    }
}