/****** FILE: public/_resources/themes/forsythbarrstadium/css/new.css *****/
/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Oswald', sans-serif;
}

hr {
    max-width: 50px;
    border-color: #262263;
    border-width: 3px;
}

a {
    color: #262263;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #262263;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-dark {
    color: #fff;
    background-color: #262263;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Oswald', sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #262263;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #262263;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #262263;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #262263!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #262263;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #262263;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #262263;
    }
}

@media(min-width:768px) {

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Oswald', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #262263;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #262263;
    color: #fff;
    background-color: #262263;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #262263;
    color: #fff;
    background-color: #262263;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #262263;
    background-color: #262263;
}

.btn-primary .badge {
    color: #262263;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

/**********************************************************************************/
/**********************************         ***************************************/
/******************************                  **********************************/
/***************************         CUSTOM         *******************************/
/******************************                  **********************************/
/**********************************         ****************************************/
/**********************************************************************************/

/* SITE WIDE */
p, a, h1, h2, h3, h4, h5, h6, input, textarea, li, select, textarea {
  font-family: 'Oswald', sans-serif;
  color: #262263;
}

p {
  font-weight: 200;
  font-size: 16px;
}

h1 {

}

h2 {
  font-size: 30px;
  font-weight: 600;
}

h4 {
  font-size: 23px;
}

p.white {
  color: white;
}

h1.page-title {
  font-weight: 200;
  margin-top: 40px;
  margin-bottom: 20px;
}

hr.dark {
    border-color: #262263;
}

.greyhr {
  border-color: #f2f2f2;
  max-width: 100%;
  border-width: 2px;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid {
  overflow: hidden;
}

#section.nopadding-half {
  padding: 50px 0 0 0;
}

.header-image {
  height: 450px;
  background-size: cover;
}

.HomePage .header-image {
    height: 100%;
}

#mainmenu .active {
  color: #262263;
}

.breadcrumbs {
  background-color: #E8ECEF;
}

.breadcrumbs-list {
  margin-bottom: 0;
  list-style: none;
  padding: 10px 0;
}

.breadcrumbs-list li {
  color: #262263;
  font-weight: 200;
  font-size: 15px;
}

#section {
  padding: 100px 0;
}

.btn-primary {
  background-color: #525257;
  border-bottom: 3px solid #262263;
  border-width: 0 0 3px;
  color: #fff;
  padding: 10px 0 10px 20px;
}

.btn-primary:hover {
  border-bottom: 3px solid #262263;
  background-color: #262263;
}

.featured-post {
  margin-bottom: 30px;
}

.featured-post-image {
  height: 450px;
}

.featured-post .container {
    padding-right: 30px;
}

/* NAVIGATION */
#topsocial {
  float: right;
  margin-top: 0px;
  margin-right: 10px;
  position: relative;
  display: block;
}

.nav.navbar-nav.navbar-right {
  clear: right;
  float: right;
}

.navbar-default {
  background-color: rgba(36, 38, 45, 0.8);
  border-bottom-width: 0;
  padding: 10px 0;
}

#company-logo-large {
  width: 200px;
  margin-top: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#company-logo-large.logosmall {
  width: 160px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-social {
  color: #fff;
  padding: 0 3px;
  font-size: 25px;
  margin-top: 12px;
  opacity: 0.8;
}

.nav-social:hover {
  opacity: 1;
}

.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
  font-size: 17px;
  letter-spacing: 0.5px;
}

.nav.navbar-nav {
    margin-top: 15px;
}

.navbar.navbar-default.navbar-fixed-top .menu-search, .navbar.navbar-default.navbar-fixed-top.shrink #topsocial {
  display: none;
}

.navbar.navbar-default.navbar-fixed-top.shrink .menu-search {
  display: block;
}

.nav-icon {
  line-height: 10px;
  padding-top: 10px;
}

.nav-icon i {
  font-size: 31px;
}

/* search */
#searchbar {
  display: none;
  float: left;
  width: 100%;
  height: 55px;
  border: 1px solid #d8d8d8;
  padding-left: 25px;
  padding-right: 10px;
  z-index: 9999;
  background-color: rgba(36, 38, 45, 0.8);
  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  margin-top: 13px;
}

#s, #s-mobile {
  display: block;
  width: 88%;
  border: 0;
  outline: none;
  padding: 0;
  height: 55px;
  line-height: 55px;
  font-size: 25px;
  font-weight: 200;
  color: rgba(255,255,255,.7);
  background: transparent;
}

#searchsubmit {
  display: block;
  float: right;
  margin-top: 7px;
  background: none;
  color: #717171;
  border: 0;
  outline: none;
  cursor: pointer;
  color: rgba(255,255,255,.7);
}

.navbar.navbar-default.navbar-fixed-top.shrink .menu-search {
  display: block;
  font-size: 20px;
  margin-top: 13px;
  margin-left: 9px;
  color: rgba(255,255,255,.7);
}

.fa-search {
  cursor: pointer;
}

#searchtoggl i {
  font-size: 24px;
}

#searchbarmobile, #searchtoggle, #searchformmobile {
  display: none;
}

.navbar-toggle {
  border-radius: 0;
}

/* dropdown */
.dropdown-menu.bullet:after {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    border-color: transparent;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 0 6px 6px;
    border-bottom-color: rgba(36, 38, 45, 0.7);
    top: -6px;
    left: 10px;
}

.dropdown-menu.bullet.pull-center:after {
    left: auto;
    right: 50%;
    margin-right: -6px;
}

.dropdown-menu.bullet:before {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    border-color: transparent;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 0 7px 7px;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    top: -7px;
    left: 9px;
}

.dropdown-menu.bullet.pull-center:before {
    left: auto;
    right: 50%;
    margin-right: -7px;
}

.dropdown-menu.pull-center {
    right: -50%;
    left: auto;
    margin-right: 20px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #262263;
}

.dropdown-menu.bullet.pull-center {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(36, 38, 45, 0.8);
  margin-top: 25px;
}

.dropdown-menu.bullet.pull-center li a {
  padding: 6px 16px;
  color: #fff;
  font-size: 15px;
}

.dropdown-menu.bullet.pull-center li a:hover {
  background-color: #262263;
}

#SearchResults {
    padding-left: 0;
    list-style: none;
}

/* CAROUSEL */
.carousel {
  height: 60%;
}

.HomePage .carousel {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-background {
  background-color: transparent;
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
}

.carousel-caption, .HomePage .carousel-caption h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  text-align: left;
  padding-bottom: 30px;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.HomePage .carousel-caption {
    position: absolute;
}

.carousel-caption-sub {
  font-size: 24px;
  font-weight: 100;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  margin: 0 0 25px 0px;
}

.slider-text {
  bottom: 0;
}

/* ABOUT */
#about {
  padding: 50px 0;
}

.about-intro {
  color: #262263;
  font-weight: 200;
  font-size: 22px;
}

h2.content-heading {
  color: #262263;
  font-weight: 200;
}

.content-image {
  height: 300px;
}

.button-wrapper {
  margin-top: 40px;
}

#about .btn-primary {
  background-color: #525257;
  border-width: 0 0 3px 0;
  border-bottom: 3px solid #262263;
  color: #fff;
  padding: 10px 60px;
}

#about .btn-primary:hover {
  background-color: #262263;
  border-bottom: 3px solid #262263;
  text-decoration: none;
}

/* SERVICES */
.services-flip {
  height: 300px;
}

.service-card {
  padding-left: 0;
  padding-right: 0;
}

.service-box.back {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 30px;
  background-color: #262263;
  height: 100%;
}

.service-heading {
  color: #fff;
  font-size: 30px;
}

.service-text {
  color: #fff;
}

.service-heading-background {
  position: absolute;
  bottom: 0px;
  background-color: rgba(36, 38, 45, 0.8);
  width: 100%;
}

.service-heading-background h3 {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-weight: 200;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: -25px;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: -25px;
}

.owl-next i, .owl-prev i {
  color: #262263;
}

.service-image {
  height: 300px;
}

.service-text {
  border-left: 2px solid #e0dede;
  border-right: 2px solid #e0dede;
  border-bottom: 2px solid #e0dede;
  background-color: #f4f3f3;
  padding: 20px;
}

.service-blocks h3 {
  margin-top: 0;
  color: #262263;
}

.service-blocks p {
  font-weight: 200;
}

.service-blocks {
  margin-top: 50px;
}

.service-hover {
  cursor: pointer;
}

#section.nopadding-top {
  padding-top: 0;
}

.service-hover img, .blog-img img, .blog-post img, .featured-post-image img, .service-card img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.service-hover img:hover, .blog-img img:hover, .blog-post:hover img, .featured-post-image:hover img, .service-card:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-out 0s;
}

/* BLOG */
#blog {
  padding: 100px 0 100px 0;
}

.blog-img {
  height: 250px;
  border-bottom: 5px solid #262263;
}

.blog-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 10px;
}

.blog-image {
  height: 300px;
}

.blog-overtext .blog-content {
  background-color: transparent;
}

.blog-page.blog-content {
  border-left: 2px solid #e0dede;
  border-right: 2px solid #e0dede;
  border-bottom: 2px solid #e0dede;
  background-color: #f4f3f3;
  padding: 20px;
}

.blog-date {
  font-size: 13px;
  font-style: italic;
}

.blog-post .btn-primary {
  margin-bottom: 30px;
}

.blog-content h3 {
  color: #262263;
}

.featured-post-content {
  background-color: #262263;
  height: auto;
}

.featured-post .col-md-8.col-sm-6.col-xs-12 {
  padding-right: 0;
}

.featured-post .col-md-4.col-sm-6.col-xs-12 {
  padding-left: 0;
}

.featured-post-content .featured-post-image {
  padding: 50px;
}

.featured-article {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(36, 38, 45, 0.8);
  color: #fff;
  padding: 5px 10px;
  z-index: 2;
  font-weight: 200;
  font-size: 18px;
}

.featured-posted {
  font-style: italic;
  margin-top: 60px;
}

.featured-btn {
  background-color: rgba(255,255,255,.7);
  border-bottom: 3px solid rgba(255,255,255,.7);
  color: #262263;
  padding: 10px 15px 8px;
}

.featured-btn:hover {
  background-color: #fff;
  border-bottom: 3px solid rgba(255,255,255,.7);
  color: #262263;
  text-decoration: none;
}

.blog-post {
  margin-bottom: 30px;
}

/* GALLERY */
#gallery {
    padding: 5px 0 5px 0;
}

.grid-wrap  {
  max-width: 84em;
}

.grid figure {
  padding: 5px;
}

.slideshow nav span.nav-close {
  top: 0;
  right: 0;
  padding: 135px 30px;
  color: #fff;
}

.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
  color: #262263;
}

.info-keys {
  top: 100px;
}

.gallery-modal {
  height: 350px;
}

.info-keys {
  display: none;
}

.gallery-modal .portrait {
  max-height: 100%;
  width: auto !important;
  top: 0 !important;
}

/* SPONSORS */
#sponsors {
  padding: 100px 0;
}

.owl-item .item a img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.owl-item .item a img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-out 0s;
}

/* NEWSLETTER */
#newsletter {
  background-color: #262263;
  padding: 10px 0;
}

.newsletter-form {
  margin-top: 11px;
}

.newsletter-text {
  color: #fff;
  font-size: 23px;
  margin: 13px 0;
  font-weight: 200;
}

.newsletter-subscribe {
  background-color: #fff;
  color: #262263;
  border: 2px solid #fff;
  width: 80%;
  padding: 7px;
  float: left;
  font-size: 16px;
  font-weight: 200;
}

.newsletter-submit {
  border: 2px solid #fff;
  background-color: #262263;
  color: #fff;
  padding: 7px;
  width: 20%;
  font-size: 16px;
  transition: all .35s;
}

.newsletter-submit:hover {
  background-color: #fff;
  color: #262263;
}

/* CONTACT */
.map-section {
  height: 400px;
}

.ContactForm .form-control {
    margin-bottom: 20px;
    border: 2px solid #e0dede;
    background-color: #f4f3f3;
    padding: 10px;
    color: #262263;
    border-radius: 0;
}

ul.contact-info-list {
    margin-left: 3em;
}

ul.contact-info-list li {
    padding: 0;
    font-size: 16px;
}

ul.contact-info-list li i.fa-li {
    top: -0.1em;
}

ul.contact-info-list li i.fa-envelope {
    font-size: 1.4em;
    left: -2.59em;
    top: 0;
}

ul.contact-info-list li i.fa-mobile {
    font-size: 2.4em;
    left: -1.94em;
    top: -.15em;
}


.smallpadding {
  padding-left: 5px;
  padding-right: 5px;
}

.success {
  margin-top: 31px;
}

input.btn-primary {
  background-color: #525257;
  border-width: 0 0 3px 0;
  border-bottom: 3px solid #262263;
  color: #fff;
}

input.btn-primary:hover {
  background-color: #262263;
  border-bottom: 3px solid #262263;
}

.contact-info-section p {
  font-weight: 400;
}

.map-container {
  height: 450px;
  overflow: hidden;
}

#map {
  height: 500px;
}

/* FOOTER */
#footer {
  background-color: #262263;
  padding: 50px 0;
}

.footer-social, .footer-info-social li {
  color: #fff;
  display: inline;
  list-style: none;
  font-size: 35px;
}

.footer-info-social, .footer-info {
  text-align: center;
}

.footer-info li {
  color: rgba(255, 255, 255, 0.7);
  list-style: none;
  line-height: 32px;
  font-size: 15px;
}

.footer-info li a {
  color: rgba(255, 255, 255, 1);
}

.footer-info li a:hover {
  color: #262263;
  text-decoration: none;
  opacity: 1;
}

.footer-image {
  height: 400px;
  background-size: cover;
}

.footer-info-social, .footer-info {
  padding-left: 0;
}

#map {
  height: 450px;
}

/* TEAM */
#team {
  padding: 100px 0px 100px 0;
}

.profile-heading-background {
  position: absolute;
  bottom: 0px;
  background-color: rgba(36, 38, 45, 0.8);
  width: 100%;
}

.profile-heading {
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 15px;
}

.profile-position {
  font-weight: 200;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
}

.back.profile-heading {
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.back.profile-position {
  font-weight: 200;
  text-align: center;
  color: #fff;
}

.vertical-staff, .horizontal-staff {
  width: 100%;
  text-align: center;
}

.staff-info h4 {
    margin-bottom: 5px;
}

.staff-details i {
  color: #262263;
  margin-right: 5px;
}

.staff-details i:last-child {
  margin-left: 15px;
}

.staff-info p.staff-details {
  font-size: 17px;
}

.vertical-staff .staff-info p.staff-details {
  margin-bottom: 0;
}

.horizontal-staff-info .staff-info p.staff-details {
  margin-bottom: 10px;
}

hr.staffhr {
  max-width: 100%;
  border-width: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.staff-img-wrapper img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.staff-img-wrapper:hover img {
  transform: scale(1.08);
  transition: all 0.3s ease-out 0s;
}

.newsletter-section {
	background-color: #262263;
	padding: 50px 0;
}

.mc-name input {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #fff;
	padding: 6px;
}

.mc-email input {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #fff;
	padding: 6px;
}

.mc-submit input {
  width: 100%;
  margin-top: 10px;
  padding: 6px;
  background-color: #525257;
  color: #fff;
  transition: all .2s ease-in-out;
  border-bottom: 3px solid #262263;
  border-width: 0 0 3px 0;
}

.mc-submit input:hover {
  background-color: #262263;
  border-bottom: 3px solid #262263;
}

#mc_embed_signup input.mce_inline_error {
	border-color: #37302b !important;
}

#mc_embed_signup div.mce_inline_error {
	background-color: #37302b !important;
}

div#mce-success-response {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.newsletter-section h2 {
  color: #fff;
}

.newsletter-section hr {
  border-color: #262263;
}

.sliderimage {
  height: 100%;
}

@media Screen and (max-width: 991px) {
  #mainmenu {
    clear: both;
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
    float: none;
  }

  #topsocial {
    margin-top: 30px;
  }

  /* EARLY MENU */
  .nav > li > a {
    padding: 16px 12px 10px;
	}

	.navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

 .navbar-collapse.collapse.in {  /* NEW */
    display: block!important;
    margin-top: 10px;
  }

	.navbar-toggle {
		margin-top: 30px;
	}

	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 15px;
	}

  #searchtoggl {
    display: none;
  }

  #topsocial {
    display: none;
  }

  .mobile-search {
    display: inline;
  }

  .mobile-search {
    color: white;
    float: right;
    margin-top: 29px;
    font-size: 24px;
  }

  #searchtoggle, #searchformmobile {
    display: block;
  }

  .nav>li {
    display: inline-block;
  }

  #searchbarmobile {
    border-top: 1px solid #fff;
    margin-top: 10px;
  }
  /* END EARLY MENU */
}

@media Screen and (max-width: 768px) {
  .carousel-caption, .carousel-caption-sub {
    display: none;
  }

  .navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 10px;
  }

  .navbar-toggle {
    margin-top: 28px;
  }

  .navbar-collapse.collapse.in {
    background-color: #262263;
  }

  .navbar-collapse.collapse.in a {
    color: #fff;
  }

  #mainNav {
    padding-bottom: 0px;
  }

  .nav-social {
    display: none;
  }

  #searchtoggl {
    display: none;
  }

  .mobile-search {
    color: white;
    float: right;
    margin-top: 29px;
    font-size: 24px;
  }

  #searchbarmobile {
    border-top: 1px solid #fff;
    display: none;
  }

  #searchtoggle, #searchformmobile {
    display: block;
  }

  #topsocial {
    display: none;
  }

  .nav.navbar-nav.navbar-right {
    float: left;
  }

  .footer-info-social, .footer-info {
    padding-left: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #262263;
  }

  .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover {
    color: #262263;
  }

  .dropdown-menu.bullet.pull-center {
    margin-top: 0;
    margin-right: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    text-align: center;
    color: #fff;
  }

  .newsletter-text {
    text-align: center;
  }

  .nav>li {
    display: block;
  }

  .featured-post-content {
    margin-left: 15px;
    margin-right: 0px;
    width: auto;
  }
}


/* after implementation */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.service-section {
  margin-bottom: 50px;
}

.content-row {
  padding-bottom: 40px;
  padding-top: 40px;
}

.service-page .full-width-text {
  padding-left: 0;
}

.service-page .padding-left {
  padding-left: 15px;
}

h2.section-heading, h2.section-heading p  {
  font-size: 30px;
  font-weight: 600;
  color: #262263;
}

.contact-form input, .contact-form textarea {
  margin-top: 0;
  text-transform: initial;
}

.blog-post:hover {
  cursor: pointer;
}

.nav .section {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-container, .gallery-container {
  padding-left: 0;
  padding-right: 0;
}

.nav-social:hover {
  cursor: pointer;
}

.portfolio-item {
  margin-bottom: 30px;
}

#gallery {
  padding-bottom: 50px;
  padding-top: 50px;
}

.gallery-image {
  height: 220px;
}

.no-header-img {
  height: 125px;
}

#mainNav {
  webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.anchor {
  display: block;
  position: relative;
  top: -87px;
  visibility: hidden;
}

.row-anchor {
  display: block;
  position: relative;
  top: -87px;
  visibility: hidden;
}

ul, ol {
  padding-left: 25px;
}

ul li, ol li {
  font-size: 15px;
}

.nav.navbar-nav li a.social-link {
  padding: 0;
}

.navbar.navbar-default.navbar-fixed-top.shrink #searchtoggl .menu-search {
  font-size: 20px;
}

#blog a:hover, .featured-post a:hover {
  text-decoration: none;
}

.breadcrumbs-bg {
  background-color: #E8ECEF;
}

.breadcrumb {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 10px 0;
  background-color: transparent;
}

.vert-staff-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-page {
  margin-bottom: 50px;
}

.featured-post .blog-post-meta {
  color: #fff;
}

.featured-post .blog-post-meta a {
  color: #fff;
  font-style: italic;
}

.featured-post:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-out 0s;
}

.featured-post img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.slideshow figure.removewhite {
  background: transparent;
  border-width: 0;
}

.gallery-modal img.portrait {
  left: 50% !important;
  transform: translateX(-50%);
}

.slideshow li {
  width: 750px;
  height: 700px;
  margin: -280px 0 0 -363px;
}

.gallery-modal {
  height: 100%;
}

figure.staywhite .gallery-modal img.portrait {
  max-height: 80%;
}

@media (max-width: 991px) {
  .slideshow li {
    width: 100%;
    margin: 200px 0 0 0;
    left: 0;
    top: 0;
  }

  .slideshow li.show {
    opacity: 0;
  }

  .slideshow li.show.current {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .slideshow li figure img.landscape {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
  }

  /*.slideshow figure.removewhite {
    background: #fff;
    border-width: 50px;
  }*/
}

.newsletter-section h2 {
  color: #fff;
}

.gallery-image {
  height: 220px;
}

.galleryimgwrapper {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  padding: 0 40px;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

.blog-entry.content-section {
  padding-bottom: 50px;
}

.btn-primary, .button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #262263;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s;
  font-weight: 400;
}

.btn-primary:hover, .button:hover {
  box-shadow: inset 0 -100px 0 0 #262263;
}
.g-recaptcha {
  margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slick-initialized .slick-slide {
        display: block !important;
    }
}

#Form_RSVPForm_error {
    color: #a94442;
    background-color: #f2dede;
    border-radius: 4px;
    border-color: #ebccd1;
    padding: 5px 0;
}

.firebrand__hailelemental__elements__hailcarouselelement .slick-next {
    position: absolute;
    top: -30px;
    left: 98%;
}
.hail-carousel .slick-next:before, .hail-carousel .slick-next:before,
.hail-carousel .slick-next:before, .hail-carousel .slick-prev:before,
.firebrand__hailelemental__elements__hailcarouselelement .slick-next::before,
.firebrand__hailelemental__elements__hailcarouselelement .slick-prev::before {
    color: #262263 !important;
    font-size: 24px;
    opacity: 1;
}
.firebrand__hailelemental__elements__hailcarouselelement .slick-prev {
    position: absolute;
    top: -30px;
    left: 95%;
}
/****** FILE: public/_resources/themes/forsythbarrstadium/css/normalize.css *****/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    /*font-size: 2em;*/
    margin: 0.67em 0;
}

h2 {
    /*font-size: 1.5em;*/
    margin: 0.83em 0;
}

h3 {
    /*font-size: 1.17em;*/
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/****** FILE: public/_resources/themes/forsythbarrstadium/css/animate.css *****/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/****** FILE: public/_resources/themes/forsythbarrstadium/css/fonts.css *****/
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?5bhq91');
  src:  url('../fonts/icomoon.eot?5bhq91#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5bhq91') format('truetype'),
    url('../fonts/icomoon.woff?5bhq91') format('woff'),
    url('../fonts/icomoon.svg?5bhq91#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrowleft:before {
  content: "\e900";
}
.icon-arrowright:before {
  content: "\e901";
}


/****** FILE: public/_resources/themes/forsythbarrstadium/css/owl.carousel.css *****/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/****** FILE: public/_resources/themes/forsythbarrstadium/css/typography.css *****/
.pdf-icon:before {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-right: 4px;
  color: #767d9e;
}

.link-icon:before {
  content: "\f0c1";
  font-family: FontAwesome;
  margin-right: 4px;
  color: #767d9e;
}

.file-icon:before {
  content: "\f0f6";
  font-family: FontAwesome;
  margin-right: 4px;
  color: #767d9e;
}

.image-icon:before {
  content: "\f03e";
  font-family: FontAwesome;
  margin-right: 4px;
  color: #767d9e;
}

.col2-feature .pdf-icon:before {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-right: 4px;
  color: #767d9e;
}

.col2-feature .link-icon:before {
  content: "\f0c1";
  font-family: FontAwesome;
  margin-right: 4px;
  color: #767d9e;
}

.col2-feature .file-icon:before {
  content: "\f0f6";
  font-family: FontAwesome;
  margin-right: 4px;
  color: #767d9e;
}

.col2-feature .image-icon:before {
  content: "\f03e";
  font-family: FontAwesome;
  margin-right: 4px;
  color: #767d9e;
}

p.white-text {
  color: #fff;
}

p.white-text a {
  color: #fff;
  font-weight: 400;
}

/****** FILE: public/_resources/themes/forsythbarrstadium/css/lightgallery.css *****/
/*! lightgallery - v1.2.6 - 2015-10-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2015 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(../img/loading.gif) no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  will-change: transform, opacity;
}
.lg-css3.lg-use-left .lg-item {
  will-change: left, opacity;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

/****** FILE: public/_resources/themes/forsythbarrstadium/css/fancybox.css *****/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    /* overflow: hidden !important; */
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/****** FILE: public/_resources/themes/forsythbarrstadium/css/half-slider.css *****/
html, body {
	height:100%;
}

.carousel {
	height:50%;
}

.item,
.active,
.carousel-inner {
	height:100%;
}

.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
}

.section {
	margin: 50px 0;
}

footer {
	margin: 50px 0;
}
/****** FILE: public/_resources/themes/forsythbarrstadium/css/bootstrap-multiselect.css *****/
span.hide-native-select{position:relative}span.hide-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
/****** FILE: public/_resources/themes/forsythbarrstadium/css/justifiedGallery.css *****/
/*!
 * Justified Gallery - v3.2.0
 * http://miromannino.com/projects/justified-gallery/
 * Copyright (c) 2014 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1.0;
  }
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
}
.justified-gallery > a > img,
.justified-gallery > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
  filter: alpha(opacity=1);
  /* IE8 or Earlier */
  -webkit-animation: justified-gallery-show-entry-animation 300ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 300ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 300ms 0 ease;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  /* IE8 or Earlier */
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/****** FILE: public/_resources/themes/forsythbarrstadium/css/new.css *****/
/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Oswald', sans-serif;
}

hr {
    max-width: 50px;
    border-color: #262263;
    border-width: 3px;
}

a {
    color: #262263;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #262263;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-dark {
    color: #fff;
    background-color: #262263;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Oswald', sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #262263;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #262263;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #262263;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #262263!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #262263;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #262263;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #262263;
    }
}

@media(min-width:768px) {

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Oswald', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #262263;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #262263;
    color: #fff;
    background-color: #262263;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #262263;
    color: #fff;
    background-color: #262263;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #262263;
    background-color: #262263;
}

.btn-primary .badge {
    color: #262263;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

/**********************************************************************************/
/**********************************         ***************************************/
/******************************                  **********************************/
/***************************         CUSTOM         *******************************/
/******************************                  **********************************/
/**********************************         ****************************************/
/**********************************************************************************/

/* SITE WIDE */
p, a, h1, h2, h3, h4, h5, h6, input, textarea, li, select, textarea {
  font-family: 'Oswald', sans-serif;
  color: #262263;
}

p {
  font-weight: 200;
  font-size: 16px;
}

h1 {

}

h2 {
  font-size: 30px;
  font-weight: 600;
}

h4 {
  font-size: 23px;
}

p.white {
  color: white;
}

h1.page-title {
  font-weight: 200;
  margin-top: 40px;
  margin-bottom: 20px;
}

hr.dark {
    border-color: #262263;
}

.greyhr {
  border-color: #f2f2f2;
  max-width: 100%;
  border-width: 2px;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid {
  overflow: hidden;
}

#section.nopadding-half {
  padding: 50px 0 0 0;
}

.header-image {
  height: 450px;
  background-size: cover;
}

.HomePage .header-image {
    height: 100%;
}

#mainmenu .active {
  color: #262263;
}

.breadcrumbs {
  background-color: #E8ECEF;
}

.breadcrumbs-list {
  margin-bottom: 0;
  list-style: none;
  padding: 10px 0;
}

.breadcrumbs-list li {
  color: #262263;
  font-weight: 200;
  font-size: 15px;
}

#section {
  padding: 100px 0;
}

.btn-primary {
  background-color: #525257;
  border-bottom: 3px solid #262263;
  border-width: 0 0 3px;
  color: #fff;
  padding: 10px 0 10px 20px;
}

.btn-primary:hover {
  border-bottom: 3px solid #262263;
  background-color: #262263;
}

.featured-post {
  margin-bottom: 30px;
}

.featured-post-image {
  height: 450px;
}

.featured-post .container {
    padding-right: 30px;
}

/* NAVIGATION */
#topsocial {
  float: right;
  margin-top: 0px;
  margin-right: 10px;
  position: relative;
  display: block;
}

.nav.navbar-nav.navbar-right {
  clear: right;
  float: right;
}

.navbar-default {
  background-color: rgba(36, 38, 45, 0.8);
  border-bottom-width: 0;
  padding: 10px 0;
}

#company-logo-large {
  width: 200px;
  margin-top: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#company-logo-large.logosmall {
  width: 160px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-social {
  color: #fff;
  padding: 0 3px;
  font-size: 25px;
  margin-top: 12px;
  opacity: 0.8;
}

.nav-social:hover {
  opacity: 1;
}

.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
  font-size: 17px;
  letter-spacing: 0.5px;
}

.nav.navbar-nav {
    margin-top: 15px;
}

.navbar.navbar-default.navbar-fixed-top .menu-search, .navbar.navbar-default.navbar-fixed-top.shrink #topsocial {
  display: none;
}

.navbar.navbar-default.navbar-fixed-top.shrink .menu-search {
  display: block;
}

.nav-icon {
  line-height: 10px;
  padding-top: 10px;
}

.nav-icon i {
  font-size: 31px;
}

/* search */
#searchbar {
  display: none;
  float: left;
  width: 100%;
  height: 55px;
  border: 1px solid #d8d8d8;
  padding-left: 25px;
  padding-right: 10px;
  z-index: 9999;
  background-color: rgba(36, 38, 45, 0.8);
  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  margin-top: 13px;
}

#s, #s-mobile {
  display: block;
  width: 88%;
  border: 0;
  outline: none;
  padding: 0;
  height: 55px;
  line-height: 55px;
  font-size: 25px;
  font-weight: 200;
  color: rgba(255,255,255,.7);
  background: transparent;
}

#searchsubmit {
  display: block;
  float: right;
  margin-top: 7px;
  background: none;
  color: #717171;
  border: 0;
  outline: none;
  cursor: pointer;
  color: rgba(255,255,255,.7);
}

.navbar.navbar-default.navbar-fixed-top.shrink .menu-search {
  display: block;
  font-size: 20px;
  margin-top: 13px;
  margin-left: 9px;
  color: rgba(255,255,255,.7);
}

.fa-search {
  cursor: pointer;
}

#searchtoggl i {
  font-size: 24px;
}

#searchbarmobile, #searchtoggle, #searchformmobile {
  display: none;
}

.navbar-toggle {
  border-radius: 0;
}

/* dropdown */
.dropdown-menu.bullet:after {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    border-color: transparent;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 0 6px 6px;
    border-bottom-color: rgba(36, 38, 45, 0.7);
    top: -6px;
    left: 10px;
}

.dropdown-menu.bullet.pull-center:after {
    left: auto;
    right: 50%;
    margin-right: -6px;
}

.dropdown-menu.bullet:before {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    border-color: transparent;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 0 7px 7px;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    top: -7px;
    left: 9px;
}

.dropdown-menu.bullet.pull-center:before {
    left: auto;
    right: 50%;
    margin-right: -7px;
}

.dropdown-menu.pull-center {
    right: -50%;
    left: auto;
    margin-right: 20px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
  color: #262263;
}

.dropdown-menu.bullet.pull-center {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(36, 38, 45, 0.8);
  margin-top: 25px;
}

.dropdown-menu.bullet.pull-center li a {
  padding: 6px 16px;
  color: #fff;
  font-size: 15px;
}

.dropdown-menu.bullet.pull-center li a:hover {
  background-color: #262263;
}

#SearchResults {
    padding-left: 0;
    list-style: none;
}

/* CAROUSEL */
.carousel {
  height: 60%;
}

.HomePage .carousel {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-background {
  background-color: transparent;
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
}

.carousel-caption, .HomePage .carousel-caption h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  text-align: left;
  padding-bottom: 30px;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.HomePage .carousel-caption {
    position: absolute;
}

.carousel-caption-sub {
  font-size: 24px;
  font-weight: 100;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  margin: 0 0 25px 0px;
}

.slider-text {
  bottom: 0;
}

/* ABOUT */
#about {
  padding: 50px 0;
}

.about-intro {
  color: #262263;
  font-weight: 200;
  font-size: 22px;
}

h2.content-heading {
  color: #262263;
  font-weight: 200;
}

.content-image {
  height: 300px;
}

.button-wrapper {
  margin-top: 40px;
}

#about .btn-primary {
  background-color: #525257;
  border-width: 0 0 3px 0;
  border-bottom: 3px solid #262263;
  color: #fff;
  padding: 10px 60px;
}

#about .btn-primary:hover {
  background-color: #262263;
  border-bottom: 3px solid #262263;
  text-decoration: none;
}

/* SERVICES */
.services-flip {
  height: 300px;
}

.service-card {
  padding-left: 0;
  padding-right: 0;
}

.service-box.back {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 30px;
  background-color: #262263;
  height: 100%;
}

.service-heading {
  color: #fff;
  font-size: 30px;
}

.service-text {
  color: #fff;
}

.service-heading-background {
  position: absolute;
  bottom: 0px;
  background-color: rgba(36, 38, 45, 0.8);
  width: 100%;
}

.service-heading-background h3 {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-weight: 200;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: -25px;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: -25px;
}

.owl-next i, .owl-prev i {
  color: #262263;
}

.service-image {
  height: 300px;
}

.service-text {
  border-left: 2px solid #e0dede;
  border-right: 2px solid #e0dede;
  border-bottom: 2px solid #e0dede;
  background-color: #f4f3f3;
  padding: 20px;
}

.service-blocks h3 {
  margin-top: 0;
  color: #262263;
}

.service-blocks p {
  font-weight: 200;
}

.service-blocks {
  margin-top: 50px;
}

.service-hover {
  cursor: pointer;
}

#section.nopadding-top {
  padding-top: 0;
}

.service-hover img, .blog-img img, .blog-post img, .featured-post-image img, .service-card img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.service-hover img:hover, .blog-img img:hover, .blog-post:hover img, .featured-post-image:hover img, .service-card:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-out 0s;
}

/* BLOG */
#blog {
  padding: 100px 0 100px 0;
}

.blog-img {
  height: 250px;
  border-bottom: 5px solid #262263;
}

.blog-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 10px;
}

.blog-image {
  height: 300px;
}

.blog-overtext .blog-content {
  background-color: transparent;
}

.blog-page.blog-content {
  border-left: 2px solid #e0dede;
  border-right: 2px solid #e0dede;
  border-bottom: 2px solid #e0dede;
  background-color: #f4f3f3;
  padding: 20px;
}

.blog-date {
  font-size: 13px;
  font-style: italic;
}

.blog-post .btn-primary {
  margin-bottom: 30px;
}

.blog-content h3 {
  color: #262263;
}

.featured-post-content {
  background-color: #262263;
  height: auto;
}

.featured-post .col-md-8.col-sm-6.col-xs-12 {
  padding-right: 0;
}

.featured-post .col-md-4.col-sm-6.col-xs-12 {
  padding-left: 0;
}

.featured-post-content .featured-post-image {
  padding: 50px;
}

.featured-article {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(36, 38, 45, 0.8);
  color: #fff;
  padding: 5px 10px;
  z-index: 2;
  font-weight: 200;
  font-size: 18px;
}

.featured-posted {
  font-style: italic;
  margin-top: 60px;
}

.featured-btn {
  background-color: rgba(255,255,255,.7);
  border-bottom: 3px solid rgba(255,255,255,.7);
  color: #262263;
  padding: 10px 15px 8px;
}

.featured-btn:hover {
  background-color: #fff;
  border-bottom: 3px solid rgba(255,255,255,.7);
  color: #262263;
  text-decoration: none;
}

.blog-post {
  margin-bottom: 30px;
}

/* GALLERY */
#gallery {
    padding: 5px 0 5px 0;
}

.grid-wrap  {
  max-width: 84em;
}

.grid figure {
  padding: 5px;
}

.slideshow nav span.nav-close {
  top: 0;
  right: 0;
  padding: 135px 30px;
  color: #fff;
}

.slideshow nav span.nav-prev, .slideshow nav span.nav-next {
  color: #262263;
}

.info-keys {
  top: 100px;
}

.gallery-modal {
  height: 350px;
}

.info-keys {
  display: none;
}

.gallery-modal .portrait {
  max-height: 100%;
  width: auto !important;
  top: 0 !important;
}

/* SPONSORS */
#sponsors {
  padding: 100px 0;
}

.owl-item .item a img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.owl-item .item a img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-out 0s;
}

/* NEWSLETTER */
#newsletter {
  background-color: #262263;
  padding: 10px 0;
}

.newsletter-form {
  margin-top: 11px;
}

.newsletter-text {
  color: #fff;
  font-size: 23px;
  margin: 13px 0;
  font-weight: 200;
}

.newsletter-subscribe {
  background-color: #fff;
  color: #262263;
  border: 2px solid #fff;
  width: 80%;
  padding: 7px;
  float: left;
  font-size: 16px;
  font-weight: 200;
}

.newsletter-submit {
  border: 2px solid #fff;
  background-color: #262263;
  color: #fff;
  padding: 7px;
  width: 20%;
  font-size: 16px;
  transition: all .35s;
}

.newsletter-submit:hover {
  background-color: #fff;
  color: #262263;
}

/* CONTACT */
.map-section {
  height: 400px;
}

.ContactForm .form-control {
    margin-bottom: 20px;
    border: 2px solid #e0dede;
    background-color: #f4f3f3;
    padding: 10px;
    color: #262263;
    border-radius: 0;
}

ul.contact-info-list {
    margin-left: 3em;
}

ul.contact-info-list li {
    padding: 0;
    font-size: 16px;
}

ul.contact-info-list li i.fa-li {
    top: -0.1em;
}

ul.contact-info-list li i.fa-envelope {
    font-size: 1.4em;
    left: -2.59em;
    top: 0;
}

ul.contact-info-list li i.fa-mobile {
    font-size: 2.4em;
    left: -1.94em;
    top: -.15em;
}


.smallpadding {
  padding-left: 5px;
  padding-right: 5px;
}

.success {
  margin-top: 31px;
}

input.btn-primary {
  background-color: #525257;
  border-width: 0 0 3px 0;
  border-bottom: 3px solid #262263;
  color: #fff;
}

input.btn-primary:hover {
  background-color: #262263;
  border-bottom: 3px solid #262263;
}

.contact-info-section p {
  font-weight: 400;
}

.map-container {
  height: 450px;
  overflow: hidden;
}

#map {
  height: 500px;
}

/* FOOTER */
#footer {
  background-color: #262263;
  padding: 50px 0;
}

.footer-social, .footer-info-social li {
  color: #fff;
  display: inline;
  list-style: none;
  font-size: 35px;
}

.footer-info-social, .footer-info {
  text-align: center;
}

.footer-info li {
  color: rgba(255, 255, 255, 0.7);
  list-style: none;
  line-height: 32px;
  font-size: 15px;
}

.footer-info li a {
  color: rgba(255, 255, 255, 1);
}

.footer-info li a:hover {
  color: #262263;
  text-decoration: none;
  opacity: 1;
}

.footer-image {
  height: 400px;
  background-size: cover;
}

.footer-info-social, .footer-info {
  padding-left: 0;
}

#map {
  height: 450px;
}

/* TEAM */
#team {
  padding: 100px 0px 100px 0;
}

.profile-heading-background {
  position: absolute;
  bottom: 0px;
  background-color: rgba(36, 38, 45, 0.8);
  width: 100%;
}

.profile-heading {
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 15px;
}

.profile-position {
  font-weight: 200;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
}

.back.profile-heading {
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.back.profile-position {
  font-weight: 200;
  text-align: center;
  color: #fff;
}

.vertical-staff, .horizontal-staff {
  width: 100%;
  text-align: center;
}

.staff-info h4 {
    margin-bottom: 5px;
}

.staff-details i {
  color: #262263;
  margin-right: 5px;
}

.staff-details i:last-child {
  margin-left: 15px;
}

.staff-info p.staff-details {
  font-size: 17px;
}

.vertical-staff .staff-info p.staff-details {
  margin-bottom: 0;
}

.horizontal-staff-info .staff-info p.staff-details {
  margin-bottom: 10px;
}

hr.staffhr {
  max-width: 100%;
  border-width: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.staff-img-wrapper img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.staff-img-wrapper:hover img {
  transform: scale(1.08);
  transition: all 0.3s ease-out 0s;
}

.newsletter-section {
	background-color: #262263;
	padding: 50px 0;
}

.mc-name input {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #fff;
	padding: 6px;
}

.mc-email input {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #fff;
	padding: 6px;
}

.mc-submit input {
  width: 100%;
  margin-top: 10px;
  padding: 6px;
  background-color: #525257;
  color: #fff;
  transition: all .2s ease-in-out;
  border-bottom: 3px solid #262263;
  border-width: 0 0 3px 0;
}

.mc-submit input:hover {
  background-color: #262263;
  border-bottom: 3px solid #262263;
}

#mc_embed_signup input.mce_inline_error {
	border-color: #37302b !important;
}

#mc_embed_signup div.mce_inline_error {
	background-color: #37302b !important;
}

div#mce-success-response {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.newsletter-section h2 {
  color: #fff;
}

.newsletter-section hr {
  border-color: #262263;
}

.sliderimage {
  height: 100%;
}

@media Screen and (max-width: 991px) {
  #mainmenu {
    clear: both;
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
    float: none;
  }

  #topsocial {
    margin-top: 30px;
  }

  /* EARLY MENU */
  .nav > li > a {
    padding: 16px 12px 10px;
	}

	.navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

 .navbar-collapse.collapse.in {  /* NEW */
    display: block!important;
    margin-top: 10px;
  }

	.navbar-toggle {
		margin-top: 30px;
	}

	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 15px;
	}

  #searchtoggl {
    display: none;
  }

  #topsocial {
    display: none;
  }

  .mobile-search {
    display: inline;
  }

  .mobile-search {
    color: white;
    float: right;
    margin-top: 29px;
    font-size: 24px;
  }

  #searchtoggle, #searchformmobile {
    display: block;
  }

  .nav>li {
    display: inline-block;
  }

  #searchbarmobile {
    border-top: 1px solid #fff;
    margin-top: 10px;
  }
  /* END EARLY MENU */
}

@media Screen and (max-width: 768px) {
  .carousel-caption, .carousel-caption-sub {
    display: none;
  }

  .navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 10px;
  }

  .navbar-toggle {
    margin-top: 28px;
  }

  .navbar-collapse.collapse.in {
    background-color: #262263;
  }

  .navbar-collapse.collapse.in a {
    color: #fff;
  }

  #mainNav {
    padding-bottom: 0px;
  }

  .nav-social {
    display: none;
  }

  #searchtoggl {
    display: none;
  }

  .mobile-search {
    color: white;
    float: right;
    margin-top: 29px;
    font-size: 24px;
  }

  #searchbarmobile {
    border-top: 1px solid #fff;
    display: none;
  }

  #searchtoggle, #searchformmobile {
    display: block;
  }

  #topsocial {
    display: none;
  }

  .nav.navbar-nav.navbar-right {
    float: left;
  }

  .footer-info-social, .footer-info {
    padding-left: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #262263;
  }

  .navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover {
    color: #262263;
  }

  .dropdown-menu.bullet.pull-center {
    margin-top: 0;
    margin-right: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    text-align: center;
    color: #fff;
  }

  .newsletter-text {
    text-align: center;
  }

  .nav>li {
    display: block;
  }

  .featured-post-content {
    margin-left: 15px;
    margin-right: 0px;
    width: auto;
  }
}


/* after implementation */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.service-section {
  margin-bottom: 50px;
}

.content-row {
  padding-bottom: 40px;
  padding-top: 40px;
}

.service-page .full-width-text {
  padding-left: 0;
}

.service-page .padding-left {
  padding-left: 15px;
}

h2.section-heading, h2.section-heading p  {
  font-size: 30px;
  font-weight: 600;
  color: #262263;
}

.contact-form input, .contact-form textarea {
  margin-top: 0;
  text-transform: initial;
}

.blog-post:hover {
  cursor: pointer;
}

.nav .section {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-container, .gallery-container {
  padding-left: 0;
  padding-right: 0;
}

.nav-social:hover {
  cursor: pointer;
}

.portfolio-item {
  margin-bottom: 30px;
}

#gallery {
  padding-bottom: 50px;
  padding-top: 50px;
}

.gallery-image {
  height: 220px;
}

.no-header-img {
  height: 125px;
}

#mainNav {
  webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

.anchor {
  display: block;
  position: relative;
  top: -87px;
  visibility: hidden;
}

.row-anchor {
  display: block;
  position: relative;
  top: -87px;
  visibility: hidden;
}

ul, ol {
  padding-left: 25px;
}

ul li, ol li {
  font-size: 15px;
}

.nav.navbar-nav li a.social-link {
  padding: 0;
}

.navbar.navbar-default.navbar-fixed-top.shrink #searchtoggl .menu-search {
  font-size: 20px;
}

#blog a:hover, .featured-post a:hover {
  text-decoration: none;
}

.breadcrumbs-bg {
  background-color: #E8ECEF;
}

.breadcrumb {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 10px 0;
  background-color: transparent;
}

.vert-staff-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-page {
  margin-bottom: 50px;
}

.featured-post .blog-post-meta {
  color: #fff;
}

.featured-post .blog-post-meta a {
  color: #fff;
  font-style: italic;
}

.featured-post:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-out 0s;
}

.featured-post img {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}

.slideshow figure.removewhite {
  background: transparent;
  border-width: 0;
}

.gallery-modal img.portrait {
  left: 50% !important;
  transform: translateX(-50%);
}

.slideshow li {
  width: 750px;
  height: 700px;
  margin: -280px 0 0 -363px;
}

.gallery-modal {
  height: 100%;
}

figure.staywhite .gallery-modal img.portrait {
  max-height: 80%;
}

@media (max-width: 991px) {
  .slideshow li {
    width: 100%;
    margin: 200px 0 0 0;
    left: 0;
    top: 0;
  }

  .slideshow li.show {
    opacity: 0;
  }

  .slideshow li.show.current {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .slideshow li figure img.landscape {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
  }

  /*.slideshow figure.removewhite {
    background: #fff;
    border-width: 50px;
  }*/
}

.newsletter-section h2 {
  color: #fff;
}

.gallery-image {
  height: 220px;
}

.galleryimgwrapper {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  padding: 0 40px;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

.blog-entry.content-section {
  padding-bottom: 50px;
}

.btn-primary, .button {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #262263;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s;
  font-weight: 400;
}

.btn-primary:hover, .button:hover {
  box-shadow: inset 0 -100px 0 0 #262263;
}
.g-recaptcha {
  margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slick-initialized .slick-slide {
        display: block !important;
    }
}

#Form_RSVPForm_error {
    color: #a94442;
    background-color: #f2dede;
    border-radius: 4px;
    border-color: #ebccd1;
    padding: 5px 0;
}

.firebrand__hailelemental__elements__hailcarouselelement .slick-next {
    position: absolute;
    top: -30px;
    left: 98%;
}
.hail-carousel .slick-next:before, .hail-carousel .slick-next:before,
.hail-carousel .slick-next:before, .hail-carousel .slick-prev:before,
.firebrand__hailelemental__elements__hailcarouselelement .slick-next::before,
.firebrand__hailelemental__elements__hailcarouselelement .slick-prev::before {
    color: #262263 !important;
    font-size: 24px;
    opacity: 1;
}
.firebrand__hailelemental__elements__hailcarouselelement .slick-prev {
    position: absolute;
    top: -30px;
    left: 95%;
}
/****** FILE: public/_resources/themes/forsythbarrstadium/css/slick.css *****/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/****** FILE: public/_resources/themes/forsythbarrstadium/css/slick-theme.css *****/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/****** FILE: public/_resources/themes/forsythbarrstadium/css/brand.css *****/
/* Colours and typography */
/* dark blue - #262263 - R38 G34 B99 */
/* light blue - #767d9e - R0 G84 B166 */
/* yellow - #767d9e - R255 G203 B5 */
/* orange - #ef4123 - R239 G65 B35 */
h1 {

}

h2 {
    font-weight: 400;
    color: #767d9e;
}

h4 {
    font-size: 24px;
    font-weight: 200;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #767d9e;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, p a:hover, li a:hover {
    color: rgba(38, 34, 99, 1)
}

p, ul li, ol li, address {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #505056;
    font-size: 17px;
}

h3 {
    line-height: 35px;
}

p a, p li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /* color: rgb(2, 6, 90); */
}

/* .link-button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 0;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-color: #767d9e;
    color: #fff;
    padding: 10px 60px;
    text-decoration: none;
} */

/* .link-button:hover {
    color: #fff;
    background-color: rgb(2, 6, 90);
    text-decoration: none;
} */

a:hover {
    text-decoration: none;
}

p a:hover, p li a:hover {
    color: #767d9e;
}

/* nav background */
.navbar-default {
    background-color: #E8EAEA;
    position: relative;
    margin-bottom: 0;
}

.navbar-default.shrink {
    background-color: rgba(38, 34, 99, 1);
}

/* nav links */
.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, .7);
}

.nav li a.current, .navbar-default .dropdown-toggle.section, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .nav > li > a.current {
    color: #767d9e;
}

.carousel-wrapper2.animated.fadeInDown {
    position: relative;
}

/* social links */
.nav-social {
    color: #fff;
}

/* small line under headings */
hr.light {
    border-color: #262263;
}

/* full width line under headings */
hr.hr-full-width {
    border-color: #262263;
}

/* footer section */
#footer {
    background-color: #262263;
    padding: 50px 0 15px;
}

.footer-info li a:hover {
    color: #262263;
}

/* intro text background */
.bg-primary {
    background-color: #E8ECEF;
}

/* service headers */
.service-text h3 {
    color: #262263;
}

/* contact page icons */
.contact-info-section .fa {
    color: #262263;
}

/* breadcrumb link */
.breadcrumb a {
    color: #262263;
}

/* content row header text */
.content-heading {
    color: #262263;
    font-weight: 200;
}

/* staff phone and email links */
.staff-details a, .staff-details a:hover {
    color: #262263;
}

.insta-img img {
    height: auto;
    width: 100%;
}

.nav .dropdown.open .caret {
    border-top: none;
    border-bottom: 4px solid #767d9e;
}

.nav .dropdown.open .nav-chevron {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    color: rgba(38, 34, 99, 1);
}

.header-image, .content-carousel {
    height: 400px;
}

.breadcrumb-wrapper {
    float: right;
    display: inline-block;
}

h1.page-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.breadcrumbs-bg {
    padding: 20px 0;
}

.content-section {
    padding-top: 50px;
    padding-bottom: 65px;
}

.content-section-small {
    padding-top: 20px;
    padding-bottom: 20px;
}


.news-image {
    height: 200px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    display: block !important;
}

.owl-prev {
    left: -10px;
    height: 100%;
    background-color: #D4D6D6;
    top: 0;
    width: 2%;
}

.owl-next {
    right: -10px;
    height: 100%;
    background-color: #D4D6D6;
    top: 0;
    width: 2%;
}

.gridsliderimage {
    height: 170px;
}

.owl-stage-outer {
    width: 98%;
    margin: 0 auto;
}

.gridsliderrow {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.owl-next i, .owl-prev i {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
}

.HomePage .carousel {
    height: 70%;
}

.gridsliderimage img {
    z-index: -1;
}

.gridsliderimage .gridslidertitle {
    position: relative;
    text-align: center;
}

.service-heading-background {
    background-color: transparent;
    bottom: 10%;
}

.carousel-wrapper {
    background: rgba(0, 0, 44, 0.9); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0, 0, 44, 0.9), rgba(38, 34, 97, 0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 44, 0.9), rgba(38, 34, 97, 0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 44, 0.9), rgba(38, 34, 97, 0.9)); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(rgba(0, 0, 44, 0.9), rgba(38, 34, 97, 0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 0, 44, 0.9), rgba(38, 34, 97, 0.9)); /* Standard syntax */
    width: 40%;
    padding: 30px 30px 19px;
}

.carousel-indicators {
    width: 100%;
    left: 0;
    position: relative;
    margin: 0;
    text-align: left;
    margin-top: 20px;
}

.carousel-wrapper h1 {
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 70px;
}

span.carousel-date {
    vertical-align: 0px;
}

.carousel-details i, .carousel-details span {
    color: #767d9e;
    font-weight: 200;
    font-size: 23px;
}

.carousel-tickets {
    text-align: right;
}

/*.carousel-ticket-link {
	background-color: #767d9e;
	padding: 5px 15px;
	border-radius: 30px;
}*/

.carousel-ticket-link:hover {
    text-decoration: none;
    background-color: #fff;
}

.carousel-details {
    margin-top: 9px;
}

/*a.carousel-control.left {
	width: 0;
	font-size: 25px;
	position: relative;
    opacity: 0.9;
}

a.carousel-control.right {
    left: 0;
    width: 0;
    font-size: 25px;
    margin-left: 35px;
    opacity: 0.9;
}*/

#company-logo-large {
    margin-top: 5px;
    width: 135px;
}

#topsocial .fa-inverse {
    color: rgba(38, 34, 99, 1);
}

#topsocial .fa-circle {
    color: #fff;
}

.carousel-indicators .active {
    background-color: transparent;
}

#searchtoggl i.fa-circle {
    font-size: 2em;
}

#searchtoggl i {
    font-size: 18px;
}

#topsocial {
    margin-top: 18px;
}

.nav.navbar-nav {
    margin-top: 10px;
}

#company-logo-large.logosmall {
    width: 88px;
    margin-top: 4px;
    margin-bottom: 6px;
}

.gridsliderbg {
    background-color: #E8EAEA;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.gridslidertitle {
    color: #262263;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}

.owl-next, .owl-prev {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-next:hover, .owl-prev:hover {
    background-color: #E8EAEA;
}

.bg-primary {
    background-color: #d4d6d6;
    overflow: hidden;
    position: relative;
}

#introsvg {
    position: absolute;
    top: 0;
}

#mailchimpsvg {
    position: absolute;
    bottom: 0;
}

.load-more-btn,
.load-more-btn1 {
    background-color: #767d9e;
    color: #fff;
    padding: 7px 20px;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.load-more-btn:hover,
.load-more-btn1:hover{
    cursor: pointer;
}

.insta-img {
    margin-bottom: 30px;
}

.load-more-btn:hover,
.load-more-btn1:hover {
    background-color: rgba(38, 34, 99, 1);
    color: #fff;
}

#load-more,
#load-more1 {
    text-align: center;
}

.instagramFeed {
	padding: 0;
}

#about {
    padding: 80px 0;
}

.footer-info.footer-left {
    text-align: left;
}

.footer-info.footer-right {
    text-align: right;
}

.bottom-footer {
    background-color: #767d9e;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
}

.footer-hr {
    max-width: 100%;
    border-color: #fff;
    border-width: 1px;
    opacity: .3;
}

.footer-info-social, .footer-info {
    padding-left: 15px;
}

.fa.footer-circle {
    color: #fff;
    margin: 0 11px;
    font-size: 7px;
    vertical-align: 3px;
}

.footer-info a {
    font-family: 'Open Sans', sans-serif;
}

.footer-info li a:hover {
    color: #767d9e;
}

.footer-img img {
    width: 280px;
    margin-right: -9px;
}

.footer-info li a {
    font-weight: 400;
}

.footer-img {
    text-align: right;
    margin-bottom: 30px;
}

.footer-info li.footer-bold {
    font-weight: 400;
    font-size: 17px;
}

.footer-info-social .fa-circle {
    color: #fff;
}

.footer-info-social .fa-inverse {
    color: #fff;
}

.event-content {
    background-color: #E8EAEA;
    /*padding: 30px 30px 0;*/
    padding: 30px;
    color: #353535;
}

/*.event-list .event-content {
	padding: 30px;
}*/

.event-content a {
    color: #353535;
}

.event-title {
    font-size: 30px;
}

.tool-item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.event-date {
    margin-top: 20px;
}

.event-date i {
    margin-right: 10px;
}

.ticket-wrapper {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
    margin-top: 30px;
    background-color: #262263;
}

.ticket-wrapper, .ticket-wrapper a {
    color: #fff;
}

.info {
    padding-top: 10px;
    padding-bottom: 10px;
    /*background-color: #262263;*/
}

.ticket {
    padding-top: 10px;
    padding-bottom: 10px;
    /*background-color: #767d9e;*/
}

.ticket-wrapper i {
    margin-right: 4px;
    vertical-align: 2px;
}

.event-list .event-image {
    height: 150px;
}

.event-list .event-title {
    display: inline-block;
}

.event-list .event-date {
    display: inline-block;
}

.event-list .ticket-wrapper {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.event-list .ticket-wrapper .ticket, .event-list .ticket-wrapper .info {
    width: 50%;
}

.ticket-wrapper {
    background-color: #767d9e;
}

.ticket-wrapper-link {
    background: linear-gradient(-70deg, #262263 50.5%, #767d9e 51%);
}

.no-gradient {
    background-color:  #262263 !important;
}

.event-list .ticket-wrapper {
    background-color: #767d9e;
}

.event-list .ticket-wrapper-link {
    background: linear-gradient(-70deg, #262263 51%, #767d9e 51.1%);
}

.breadcrumb li {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}

.event-aside {
    background-color: #767d9e;
    padding: 20px 20px 20px;
}

.event-tickets {
    background-color: #262263;
    text-align: center;
    padding: 20px 5px 25px;
    font-size: 17px;
    margin-bottom: -10px;
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    -o-clip-path: polygon(0 0, 100% 0, 99% 100%, 0 86%);
    clip-path: polygon(0 0, 100% 0, 99% 100%, 0 86%);*/
    color: #fff;
    margin-top: 1em;
}

.eventtriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #262263 transparent transparent;
    position: absolute;
    right: 15px;
}

.event-tickets i {
    margin-right: 6px;
    font-size: 24px;
}

.event-tickets a {
    color: #fff;
    font-size: 20px;
}

.event-aside, .event-aside p {
    color: #fff;
}

.event-aside .fa-calendar {
    margin-right: 6px;
    vertical-align: 1px;
}

.event-aside .iconTitle {
    display: none;
}

.video-placeholder {
    height: 200px;
    position: relative;
    margin-top: 15px;
}

.video-btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-top: 0;
    font-size: 50px;
}

.gallery-image {
    height: 150px;
}

.hailheader h2 {
    display: inline-block;
}

.hailheader .controls {
    display: inline-block;
    float: right;
}

.hail-content {
    background-color: #fff;
    padding: 30px 30px 10px;
}

.hail-content h3 {
    margin-top: 0;
}

/*.hail-content {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	-o-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	-moz-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}*/

.hailsectionfooter {
    padding: 80px 0;
    background-color: #D4D6D6;
}

.controls a i {
    font-size: 25px;
    vertical-align: -11px;
}

.controls a.left {
    margin-right: 10px;
}

.summary-content {
    background-color: #E8ECEF;
    padding: 30px 30px 15px;
}

.Lead {
    margin-bottom: 10px;
}

.summary-content h3 {
    margin-top: 0;
    margin-bottom: 5px;
}

.filter-tile {
    margin-bottom: 30px;
}

#filters2 .button {
    padding: 7px 13px;
    background-color: #767d9e;
    color: #fff;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 6px;
    -webkit-transform: all 0.3s;
    -moz-transform: all 0.3s;
    -o-transform: all 0.3s;
    -ms-transform: all 0.3s;
    transform: all 0.3s;
}

#filters2 .button:hover {
    background-color: #262263;
}

.btn-primary, .button, .btn-primary:hover, .button:hover {
    box-shadow: none;
}

.AllNewsHailHolder .news-image, .MemberNewsHailHolder .news-image {
    height: 250px;
}

.navbar-right .dropdown-menu {
    right: auto;
    left: auto;
}

.AllNewsHailHolder .content-section, .MemberNewsHailHolder .content-section {
    padding-bottom: 100px;
}

.carousel-tickets {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 0;
    padding: 20px 27px 24px 36px;
    background-color: #767d9e;
    /*-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    -o-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);*/
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 300;
    font-size: 19px;
}

.carousel-tickets:hover {
    color: #767d9e;
}

#topsocial .fa-search.fa-inverse {
    color: rgba(38, 34, 99, 1);
}

#topsocial .fa-inverse {
    color: rgba(38, 34, 99, 1);
}

.mc-dropdown .multiselect {
    width: 100%;
    border-radius: 0;
    text-align: left;
    padding: 9px 11px 10px;
}

.mc-dropdown .btn-group {
    width: 100%;
}

.mc-dropdown {
    margin-top: 10px;
}

h2.section-heading, h2.section-heading p {
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

.newsletter-section h2 {
    color: rgba(38, 34, 99, 1);
}

.newsletter-section {
    padding: 60px 0;
}

.mc-email input, .mc-name input {
    padding: 8px;
}

.multiselect-selected-text {
    text-transform: capitalize;
    color: #A9A9A9;
    font-weight: 400;
}

.mc-dropdown .btn .caret {
    float: right;
    margin-top: 8px;
}

.mc-submit input {
    background-color: #767d9e;
    padding: 12px 7px;
    border-bottom: 0;
    font-weight: 300;
    font-size: 17px;
}

.mc-submit input:hover {
    background-color: rgba(38, 34, 99, 1);
    border-bottom: 0;
    box-shadow: none;
}

#services .service-heading-background {
    bottom: 0;
}

#services .service-heading-background h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}

.shbw {
    background-color: #767d9e;
    /*-webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);*/
    padding: 17px 20px 17px 10px;
}

.service-triangle {
    height: 0;
    width: 20px;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: 0;
    content: "\A";
    margin-right: -1px;
}

#topsocial .fa-stack {
    padding: 0px 16px;
    font-size: 22px;
    width: 1em;
    height: 2em;
}

.social-heading {
    font-weight: 400;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

.footer-info-social .fa-stack {
    vertical-align: top;
}

.footer-info-social img {
    width: 200px;
    margin: 0 auto;
}

.footer-img-wrapper {
    width: 100%;
}

.footer-socials {
    margin-bottom: 10px;
}

.footer-socials a i {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}

.filter-layout {
    padding-right: 18px;
}

.footer-socials a i:hover {
    color: rgba(255, 255, 255, 0.7);
}

.filter-layout i {
    font-size: 17px;
}

#filter-select {
    background-color: #767d9e;
    border: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 1em;
    padding-left: 5px;
    min-width: 200px;
}

.event-grid .event-content-block, .event-content-block {
    display: none;
}

.event-list .event-content-block {
    display: block;
    margin-bottom: 30px;
}

.event-list .event-image {
    display: none;
}

.event-list .event-date {
    margin-top: 10px;
    display: block;
}

#event-list, #event-grid {
    color: rgba(38, 34, 99, 1);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}

#event-list:hover, #event-grid:hover {
    color: #767d9e;
    cursor: pointer;
}

.cta-btn {
    background-color: #767d9e;
    text-align: center;
    padding: 10px 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.cta-btn:hover {
    background-color: rgba(38, 34, 99, 1);
}

a .cta-btn {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.instagramFeed h2 i {
    vertical-align: 3px;
    margin-right: 2px;
}

.breadcrumb > .active {
    color: #a0a0a0;
}

.footer-info li {
    line-height: 27px;
}

.footer-hr {
    margin-top: 33px;
}

.footer-socials .fa-stack {
    width: 2em;
    margin-right: -9px;
    font-size: 20px;
}

.dropdown-menu > li > a {
    color: #262263;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #262263;
    color: #fff;
}

.dropdown-menu li a.current {
    background-color: #262263;
    color: #fff;
}

.navbar-default .nav > li > a:hover {
    color: #767d9e;
}

.filter-row {
    margin-bottom: 30px;
}

.AllNewsHailHolder .summary-content h3, .MemberNewsHailHolder .summary-content h3 {
    margin-bottom: 1em;
}

.AllNewsHailHolder .summary-content i, .MemberNewsHailHolder .summary-content i {
    margin-right: 5px;
    vertical-align: 1px;
}

#services .service-heading-background h3 {
    line-height: 20px;
}

.carousel-indicators {
    position: absolute;
    top: 50%;
    height: 0px;
}

a.carousel-control.right {
    right: 20px;
    left: auto;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.carousel-showmanymoveone .carousel-control .fa-chevron-circle-right {
    margin-top: 0;
    margin-right: -35px;
    top: 50%;
    position: absolute;
    font-size: 40px;
    transform: translateY(-50%);
}

.carousel-showmanymoveone .carousel-control .fa-chevron-circle-left {
    margin-top: 0;
    margin-left: -20px;
    top: 50%;
    position: absolute;
    font-size: 40px;
    transform: translateY(-50%);
}

#carousel a.carousel-control.right {
    font-size: 30px;
	width: 0;
}

#carousel a.carousel-control.left {
    font-size: 30px;
    width: 0;
}

#carousel a.carousel-control.right {
	margin-right: 0;
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
	opacity: 1;
}

#carousel a.carousel-control.right:hover {
	margin-right: 0;
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0.8;
}

#carousel a.carousel-control.left {
	margin-left: 0;
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
	opacity: 1;
}

#carousel a.carousel-control.left:hover {
	margin-left: 0;
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0.8;
}

.indicator-wrapper {
    background-color: #61667d;
    float: left;
    width: 40px;
}

.indicator-wrapper .fa {
    line-height: 60px;
}

.carousel-control.right .indicator-wrapper {
    margin-left: -20px;
}

#carousel123 .carousel-control.right {
    margin-right: -58px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
}

#carousel123:hover .carousel-control.right {
    margin-right: 15px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0.8;
}

#carousel123 .carousel-control.left {
    margin-left: -61px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
}

#carousel123:hover .carousel-control.left {
    margin-left: 15px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0.8;
}

.carousel-control {
    text-shadow: none;
}

.ContentPage .content-section {
    padding-top: 10px;
    padding-bottom: 0px;
}

.nav.navbar-nav {
    margin-top: -2px;
}

#topsocial {
    margin-top: 11px;
    margin-bottom: 2px;
}

.navbar-default.shrink {
    background-color: #E8EAEA;
}

.shrink .nav.navbar-nav {
    margin-top: 10px;
}

#footer {
    background-color: #61667d;
}

.gridsliderbg {
    bottom: -130px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.gridsliderwrapper:hover .gridsliderbg {
    bottom: 0;
}

.service-heading-background {
    position: absolute;
    bottom: 0;
    background-color: #E8ECEF;
}

.carousel-wrapper {
    width: 100%;
}

.carousel-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 200px;
    border-color: transparent transparent transparent #E8ECEF;
    position: absolute;
}

.carousel-wrapper2 h1 {
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
}

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

.carousel-tickets {
    background-color: transparent;
    color: #767d9e;
    font-weight: 300;
    font-size: 20px;
    padding: 20px 27px 20px 36px;
}

.carousel-info a:hover {
    color: #767d9e;
    background-color: transparent;
}

.carousel-indicators {
    margin-top: -80px;
}

.carousel-ticket-link:hover {
    background-color: transparent;
    color: #767d9e;
}

.HomePage #carousel, .EventHolder #carousel {
    height: 700px;
}

#services .service-heading-background {
    background-color: transparent;
}

.fixed {
    position: fixed;
    display: block;
}

.shrink #company-logo-large {
    width: 100px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #767d9e;
    color: #fff !important;
}

.dropdown-menu li a.current {
    background-color: #767d9e;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
    color: #767d9e;
}

.article-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #E8ECEF transparent transparent transparent;
}

.hailsectionfooter .article-triangle {
    border-color: #fff transparent transparent transparent;
}

.HomePage #carousel .item {
    height: 100%;
}

.HomePage #carousel, .EventHolder #carousel {
    height: 560px;
}

.HomePage .slider-image {
    height: 90%;
}

.newsletter-tri-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #D4D6D6;
    position: absolute;
    bottom: 0;
}

.newsletter-tri-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #D4D6D6 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}

.intro-tri-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #D4D6D6 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    top: 0;
}

.intro-tri-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #D4D6D6 transparent transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
}

#about {
    background-color: #E8EAEA;
}

.newsletter-section {
    background-color: #E8EAEA;
}

.events-section {
    margin-top: 40px;
}

#event-grid, #event-list {
    margin-top: 10px;
}

.headertriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #E8ECEF;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

i.fa.fa-chevron-circle-right:hover, i.fa.fa-chevron-circle-left:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

i.fa.fa-chevron-circle-right:hover, i.fa.fa-chevron-circle-left:hover {
    color: #767d9e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#ctabtn {
    position: relative;
}

.event-tile img, .service-card img, .news-image div, .news-page-article .news-image div {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

.event-tile:hover img, .service-card:hover img, .hailsectionfooter .HailArticle:hover .news-image div, .news-page-article .news-image:hover div, .news-page-article:hover .news-image div {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.event-tickets a:hover, a.ticket-link:hover {
    color: rgba(255, 255, 255, 0.7);
}

.video-placeholder:hover i {
    color: #767d9e;
}

.video-placeholder i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.event-tile img {
    width: 100%;
    height: auto;
}

.event-image {
    overflow: hidden;
}

.no-header-img {
    height: 10px;
}

.mc-interest li {
    display: inline-block;
    margin-right: 20px;
}

.mc-interest li input {
    margin-right: 5px;
    vertical-align: 2px;
}

.mc-interest {
    list-style: none;
    display: none;
}

.mc-interest label {
    font-family: 'Oswald', sans-serif;
}

#mc_embed_signup div.mce_inline_error {
    display: none !important;
}

#mc_embed_signup input.mce_inline_error {
    border: transparent !important;
}

.dropdown .nav-chevron {
    font-size: 11px;
    vertical-align: 3px;
    margin-left: 5px;
}

div#mce-responses {
    color: #505056;
}

.carousel-wrapper2 h1 {
    line-height: 44px;
}

#lightgallery {
    margin-top: 20px;
}

#lightgallery a:first-of-type {
    padding-left: 0;
}

.map-container {
    position: relative;
}

.contactsection {
    background-color: #D4D6D6;
    padding: 40px 0;
}

.content-section.contact-page {
    margin-bottom: 0;
}

.ContactForm .form-control {
    background-color: #fff;
}

.ContactForm .form-control {
    padding: 20px 15px;
}

.contactsection p {
    font-weight: 400;
}

#Form_ContactForm_action_submit, #ContactForm_ContactForm_action_submit {
    background-color: #767d9e;
    color: #fff;
    padding: 7px 20px;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 17px;
    border-radius: 0;
}

#Form_ContactForm_action_submit:hover, ContactForm_ContactForm_action_submit:hover {
    background-color: rgba(38, 34, 99, 1);
    color: #fff;
}

ul.contact-info-list.address-contact {
    margin-left: 0;
}

.contact-info-section p {
    margin-top: 7px;
    margin-bottom: 7px;
}

#map {
    height: 470px;
}

ul.contact-info-list.leftcontactlist {
    margin-left: 0;
}

.leftcontactlist {
    background-color: #767d9e;
}

.contact-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 130px 300px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.leftcontactlist {
    padding: 20px;
}

.contact-info-section p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 200;
}

.contact-info-section p a {
    font-weight: 400;
    color: #fff;
}

.contact-info-section p a:hover {
    color: rgba(38, 34, 99, 1);
}

.contact-info-section p.contact-address {
    margin-top: 0;
    margin-bottom: 0;
}

#topsocial a:hover i {
    color: #767d9e;
}

#topsocial a i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.col2-feature-wrapper {
    background-color: #767d9e;
    margin-top: 20px;
}

.col2-feature {
    padding: 20px;
}

hr {
    max-width: 100%;
    border-color: #262263;
    border-width: 1px;
}

#newtriangle {
    position: absolute;
    top: 533px;
    right: 0;
    z-index: 9999;
    height: 100px;
    width: 100%;
}

.HomePage #carousel {
    height: auto;
}

.HomePage .slider-image {
    height: 450px;
}

#carousel .service-heading-background {
    position: relative;
}

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/public/_resources/themes/forsythbarrstadium/images/fbsgif2.gif) center no-repeat #fff;
    background-size: 400px 400px;
    overflow-y: hidden;
    display: block;
    background-color: #E8EAEA;
}

.car-tri {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 200px;
    border-color: transparent transparent transparent #E8ECEF;
    bottom: 0px;
    position: absolute;
}

.slider-image {
    position: relative;
}

#PageNumbers a, #PageNumbers .search-current {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #152533;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

#PageNumbers .search-current {
    background-color: #152533;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 14px;
}

#PageNumbers a:hover, #PageNumbers a:focus {
    background-color: #eee;
    border-color: #ddd;
}

#SearchResults a {
    font-family: 'Open Sans', sans-serif;
}

#SearchResults h2 a {
    font-family: 'Oswald', sans-serif;
}

#SearchResults h2 {
    margin-bottom: 0;
}

#SearchResults li p {
    margin-top 0;
    margin-bottom: 5px;
}

.upcomingevents {
    background-color: #767d9e;
    padding: 20px 10px;
}

.upcomingevents p {
    color: #fff;
}

.upcomingevents-btn a {
    background-color: #fff;
    color: #767d9e;
    padding: 10px 20px;
}

.upcomingevents p a:hover {
    background-color: #262263;
    color: #fff;
}

.content-gallery #lightgallery {
    margin-top: 0;
}

.footer-info li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.col2-feature a:hover {
    color: #262263;
}

.header-image.search-image {
    height: 400px;
}

#MemberLoginForm_LoginForm fieldset, #MemberLoginForm_LostPasswordForm fieldset {
    border: 0;
    padding-left: 0;
}

#MemberLoginForm_LoginForm_Remember {
    width: 13px;
    margin-left: 0;
    margin-top: -16px;
}

#company-logo-large {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.aside-date {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.EventHolder .content-section {
    padding-bottom: 60px;
}

.AllNewsHailHolder .content-section.hail-article-page, .MemberNewsHailHolder .content-section.hail-article-page {
    padding-bottom: 40px;
}

.content-section.hail-article-page {
    padding-top: 10px;
}

.content-gallery {
    margin-bottom: 20px;
}

.content-row h3 {
    margin-bottom: 0;
}

.ratio {
    position: relative;
}

.ratio img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.ratio .img-responsive {
    max-height: 100%;
}

.content-row {
    padding-bottom: 20px;
    padding-top: 20px;
}

.content-carousel .carousel-indicators {
    margin-top: -50px;
}

.navbar-default {
    padding-top: 0;
}

#topsocial i {
    font-size: 20px;
}

.home-icon {
    display: none;
}

.shrink .home-icon {
    display: block;
}

.logo-icon {
    display: block;
}

.shrink .logo-icon {
    display: none;
}

.navbar-default.shrink {
    padding-bottom: 0;
}

.shrink .nav.navbar-nav {
    margin-top: 0;
}

.home-icon i {
    font-size: 30px;
    padding: 8px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home-icon i:hover {
    color: #767d9e;
}

#topsocial {
    margin-top: -2px;
}

#lightgallery.event-gallery {
    margin-top: 0;
    margin-top: -5px;
    margin-bottom: -20px;
}

.event-gallery-image img {
    width: 100%;
}

.carousel-wrapper2 h1 {
    margin-bottom: 0;
}

.carousel-wrapper2 {
    padding: 15px 0;
}

.event-header-image {
	position: relative;
}

.shrink .navbar-header {
    padding-bottom: 0;
}

input[type="email"], input[type="password"], input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    margin-bottom: 10px;
}

.ContactForm input[type="text"].form-control, .ContactForm input[type="email"].form-control {
    padding: 0 15px;
}

.content-section h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 40px;
}

.content-section h3 {
    font-size: 22px;
    line-height: 28px;
}

.content-section h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.content-section h5 {
    font-size: 17px;
    color: #767d9e;
}

.content-section p, .content-section ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.carousel-tickets {
    position: relative;
}

span.carousel-date {
    vertical-align: 3px;
}

#carousel .service-heading-background {
    padding-bottom: 10px;
}

.carousel-tickets {
    padding: 10px 27px 20px 36px;
}

.content-row .column-image {
    padding-top: 20px;
}

/*
.ContentPage section.content-section div:last-of-type {
    padding-bottom: 10px;
}
*/

.content-section.hail-article-page h4, .content-section.hail-article-page h4 b {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

.content-section.hail-article-page h3, .content-section.hail-article-page h3 b {
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: 400;
    color: #767d9e;
    font-size: 30px;
}

.overlaytest {
    background: transparent;
    position: relative;
    width: 100%;
    height: 500px;
    top: 500px;
    margin-top: -500px;
}

#mainmenu a.section {
    color: #767d9e;
}

h2.member-name {
    margin-top: 0;
}

h2.member-id {
    margin-top: 0;
    text-align: right;
    opacity: 0.5;
}

.dashboard-menu {
    background-color: #61667d;
}

.dashboard-menu ul {
    list-style: none;
    padding-left: 0;
    text-align: right;
}

.dashboard-menu ul li {
    display: inline-block;
}

.dashboard-menu ul li a {
    color: #fff;
    padding: 0 15px;
}

/* member edit form */
#Form_DVMemberForm fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

#Form_DVMemberForm #NewPassword .col-xs-12 > .text.password, #Form_DVMemberForm #Email, #Form_DVMemberForm #Phone {
    width: 50%;
    display: inline-block;
    margin-right: 10px;
}

#Form_DVMemberForm #Address, #Form_DVMemberForm #City, #Form_DVMemberForm #Postcode {
    width: 33.3333333333%;
    display: inline-block;
    margin-right: 10px;
}

#Form_DVMemberForm #Birthday, #Form_DVMemberForm #FirstName, #Form_DVMemberForm #Surname, #Form_DVMemberForm #Extra_Birthday, #Form_DVMemberForm #Extra_FirstName, #Form_DVMemberForm #Extra_Surname {
    width: 33.33333%;
    display: inline-block;
    margin-right: 10px;
}

#Birthday .day, #Birthday .month, #Birthday .year, #Extra_Birthday .day, #Extra_Birthday .month, #Extra_Birthday .year {
    width: 80px;
    display: inline-block;
    height: 50px;
}

#NewPassword .col-xs-12 > .text.password {
    margin-bottom: 0;
}

#Form_DVMemberForm #NewPassword .col-xs-12 > .text.password .text.password {
    width: 100%;
}

.show-password-field {
    font-size: 18px;
    line-height: 0px;
    display: block;
    margin-bottom: 40px;
    color: #61667d;
    margin-top: -10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.show-password-field:hover {
    cursor: pointer;
    color: #262263;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#Form_DVMemberForm input {
    margin-bottom: 0;
}

#Form_DVMemberForm {
    margin-top: 40px;
}

input#Form_DVMemberForm_Newsletter {
    margin-left: 0;
    margin-top: -35px;
}

#Newsletter .col-xs-12 {
    display: inline-block;
}

#Newsletter label {
    margin-left: 0;
    margin-top: -40px;
    margin-bottom: 20px;
}

#Form_DVMemberForm_action_saveProfile, .profile-edit-btn, #MemberLoginForm_LoginForm_action_dologin, #MemberLoginForm_LostPasswordForm_action_forgotPassword {
    background-color: #767d9e;
    color: #fff;
    padding: 7px 20px;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 17px;
    border-radius: 0;
}

#Form_DVMemberForm_action_saveProfile:hover, .profile-edit-btn:hover, #MemberLoginForm_LoginForm_action_dologin:hover, #MemberLoginForm_LostPasswordForm_action_forgotPassword:hover {
    background-color: rgba(38, 34, 99, 1);
    color: #fff;
}

.dl-horizontal dt {
    text-align: left;
    font-size: 18px;
}

.dl-horizontal dd {
    font-size: 18px;
    font-weight: 400;
}

.DVMemberPage .event-aside a:hover {
    color: #262263;
}

.rm-hr {
    margin-top: 3em;
    margin-bottom: 2em;
}

.rm-btn a {
    background-color: #767d9e;
    color: #fff;
    padding: 7px 20px;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 17px;
    border-radius: 0;
}

.rm-btn a:hover {
    background-color: rgba(38, 34, 99, 1);
    color: #fff;
}

.rm-btn {
    margin-top: 30px;
}

#Form_RSVPForm fieldset {
    border: 0;
    display: inline-block;
    float: left;
}

#Form_RSVPForm {
    min-height: 50px;
}

#Form_RSVPForm #Number .col-xs-12:first-of-type {
    width: 190px;
}

#Form_RSVPForm #Number .col-xs-12:last-of-type {
    width: 20px;
    padding: 0;
}

#Form_RSVPForm .Actions {
    width: 100px;
    display: inline-block;
}

#Form_RSVPForm_Number {
    width: 40px;
    margin: 0;
    padding: 3px;
    text-align: center;
    height: 30px;
    background-color: transparent;
    border-bottom: 3px solid white;
    color: white;
    margin-top: -8px;
}

#Form_RSVPForm_action_doRSVPForm {
    float: right;
    background-color: #767d9e;
    color: #fff;
    border-radius: 0;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#Form_RSVPForm_action_doRSVPForm:hover {
    background-color: #fff;
    color: #767d9e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.wow {
    visibility: hidden;
}

.event-tags {
    position: absolute;
    top: 20px;
    left: 15px;
}

.member-tag {
    position: relative;
    background-color: #767d9e;
    color: #fff;
    padding: 5px 10px;
    margin: 2px 0;
}

.hailheader h2.section-heading {
    margin-top: 0;
}

#Form_book fieldset {
    border: 0;
    padding-left: 0;
    margin: 0;
}

#Form_book_action_saveBooking {
    background-color: #767d9e;
    color: #fff;
    padding: 7px 20px;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 17px;
    border-radius: 0;
}

#Form_book_action_saveBooking:hover {
    background-color: rgba(38, 34, 99, 1);
    color: #fff;
}

#Form_book select {
    font-family: "Open Sans", Arial;
    font-weight: 200;
    max-width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: #767d9e;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: #fff;
}

#OpeningID .col-xs-12:last-of-type::after, #TimeSlot .col-xs-12:last-of-type::after, #Attendees .col-xs-12:last-of-type::after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 28px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

#Form_book_TimeSlot {
    border-radius: 0;
}

#Form_book_ContactPhone {
    width: 100%;
    background-color: #767d9e;
    border: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    font-family: "Open Sans", Arial;
    font-weight: 200;
}

#Form_book_LabelField {
    display: none;
}

#Form_book label {
    font-size: 15px;
    margin-bottom: 3px;
}

.intl-tel-input .selected-flag {
    background-color: #fff;
}

.InternationalPhoneNumberField::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #767d9e;
}

.InternationalPhoneNumberField::-moz-placeholder { /* Firefox 19+ */
    color: #767d9e;
}

.InternationalPhoneNumberField:-ms-input-placeholder { /* IE 10+ */
    color: #767d9e;
}

.InternationalPhoneNumberField:-moz-placeholder { /* Firefox 18- */
    color: #767d9e;
}

.dashboard-menu ul li a:hover {
    opacity: 0.7;
}

.bookingbtn {
    margin-top: 20px;
    background-color: #767d9e;
    color: #fff;
    padding: 7px 20px;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 17px;
    border-radius: 0;
    display: inline-block;
}

.bookingbtn a {
    color: #fff;
}

.bookingbtn:hover {
    background-color: rgba(38, 34, 99, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.member-information .dl-horizontal dt {
    width: 270px;
    color: #61667d;
    font-weight: 400;
}

.member-information .dl-horizontal.member1, .member-information .dl-horizontal.member2 {
    margin: 5px 0;
}

.member-information .dl-horizontal.member1.mfirst, .member-information .dl-horizontal.member2.mfirst {
    margin-top: 1em;
}

.member-information .dl-horizontal.member1.mlast, .member-information .dl-horizontal.member2.mlast {
    margin-bottom: 1em;
}

.member-edit .alert-success {
    color: #fff;
    background-color: #61667d;
    border-color: #3a3e4e;
    margin-top: 25px;
    border-radius: 0;
    font-size: 18px;
}

.show-second-person {
    background-color: #767d9e;
    color: #fff;
    padding: 7px 20px;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 17px;
    border-radius: 0;
}

.show-second-person:hover {
    background-color: rgba(38, 34, 99, 1);
    color: #fff;
}

.confirmedpassword {
    display: none;
}

.second_person_button_wrapper {
    margin-bottom: 60px;
}

#MemberLoginForm_LoginForm #Password, #MemberLoginForm_LoginForm #Email {
    margin-bottom: 0;
}

.datepicker, .date .input-group-addon {
    display: none !important;
}

.input-group.date {
    width: 100%;
}

/*** new matchheight for events ***/
.event-tile-content-outer {
    background-color: #E8EAEA;
    position: relative;
}

.ticket-section {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.ticket-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.event-content {
    padding: 30px 30px 50px;
}

.event-list .ticket-wrapper {
    bottom: 0;
}

.slick-track {
	display: flex;
}
.slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}
.HailList .slick-track .slick-slide {
	display: block;
}

.nav-pills {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nav-pills li {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	font-size: 25px;
	padding: 10px 0;
}

.instagramFeed .instaheader {
	background-color: #D4D6D6;
}

.instagramFeed .nav {
	margin-top: 0;
}

.nav-pills>li+li {
	margin-left: 0px;
}

.nav-pills>li.active, .nav-pills>li:hover {
	background-color: #61667d;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav>li>a:focus {
	background-color: transparent;
	outline: none;
}

.nav-pills>li:hover a {
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-pills>li {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: transparent;
	outline: none;
}

.tab-pane {
	background-color: #E8EAEA;
}

.tab-pane .slick-slide > div > div {
	background-color: #fff;
}

.FBSCalendarEventPage .headertriangle, .HomePage .car-tri {
	display: none;
}

.FBSCalendarEventPage .breadcrumbs-bg {
	margin-top: 0px;
}

.HomePage #carousel .service-heading-background {
	padding-bottom: 0px;
}

.review-section {
	background-color: #D4D6D6;
	padding: 30px 0 40px;
}

.review-section .rating i {
	color: #61667d;
	font-size: 20px;
	margin: 0 1px;
}

.review-section p {
	font-weight: 600;
	font-style: italic;
}

.review-section .review-name {
	font-size: 17px;
	margin-top: 10px;
	color: #505056;
}

.service-card {
    border: 3px solid #fff;
}

.HomePage #services {
	border: 3px solid #fff;
}

/**********************************/

.slick-track {
	display: flex;
}
.HailList .slick-track .slick-slide {
	display: block;
}


@media (min-width: 990px) {
    #searchbar {
        display: inline-block;
        width: 200px;
        float: right;
    }

    #searchtoggl {
        display: none;
    }

    #searchbar {
        height: 31px;
        background-color: rgba(255, 255, 255, 0.1);
        margin-top: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        margin-right: 13px;
        padding-left: 10px;
        background-color: #f9f9f9;
        border: 0;
        margin-top: 5px;
    }

    #searchsubmit {
        font-size: 20px;
        display: inline-block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    #s {
        height: auto;
        position: absolute;
        z-index: 100;
        line-height: 31px;
        font-size: 17px;
        width: 142px;
        color: rgba(38, 34, 99, 1);
    }

    #searchform {
        height: 35px;
    }

    #searchsubmit {
        margin-top: 2px;
    }

    #topsocial {
        clear: none;
        display: inline-block;
        margin-right: 15px;
    }

    #searchsubmit:hover {
        color: #767d9e;
    }

    .shrink #searchbar {
        display: none;
    }

    #searchsubmit {
        color: rgba(38, 34, 99, 1);
    }
}

@media (max-width: 1199px) {
    .nav > li > a {
        padding: 10px 13px;
    }

    .double-date {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }

    .fb-logo-link {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .carousel-tickets {
        position: relative;
        float: left;
        clear: both;
        padding: 10px 0px 10px 0px;
    }

    .double-date {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .carousel-triangle {
        display: none;
    }

    .carousel-wrapper2 h1, .carousel-details {
        float: left;
    }

    .carousel-wrapper2 h1 {
        margin-bottom: 0;
    }

    #mainmenu {
        margin-right: 0;
        margin-left: 0;
    }

    .nav > li > a {
        padding: 16px 9px 10px;
    }

    .navbar-default {
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse.in {
        margin-top: 0px;
    }

    #mainmenu {
        margin-top: 10px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    #searchbarmobile {
        margin-top: 20px;
    }

    .navbar-toggle .icon-bar {
        width: 29px;
    }

    .navbar-toggle .icon-bar {
        display: block;
        height: 4px;
        border-radius: 6px;
    }

    #searchtoggle .mobile-search {
        color: #888;
        margin-top: 30px;
        font-size: 26px;
    }

    #searchsubmit {
        color: rgba(38, 34, 99, 1);
    }

    #searchbarmobile {
        border-top: 1px solid #888;
    }

    #s, #s-mobile {
        color: rgba(38, 34, 99, 1);
    }

    #company-logo-large {
        width: 115px;
    }

    .navbar-toggle {
        margin-top: 25px;
    }

    .shrink .navbar-toggle {
        margin-top: 3px;
    }

    .shrink #searchtoggle .mobile-search {
        margin-top: 9px;
    }

    #services {
        padding: 5px;
    }

    #services .service-card {
        padding: 5px;
    }

    #carousel a.carousel-control.left {
        margin-left: 45px;
        opacity: 0.7;
    }

    .HomePage .slider-image {
        height: 380px;
    }

    .breadcrumb-wrapper, .page-title {
        float: left;
    }

    .breadcrumb-wrapper {
        clear: both;
    }

    #Form_DVMemberForm #Birthday, #Form_DVMemberForm #FirstName, #Form_DVMemberForm #Surname, #Form_DVMemberForm #NewPassword .col-xs-12 > .text.password, #Form_DVMemberForm #Email, #Form_DVMemberForm #Phone, #Form_DVMemberForm #Address, #Form_DVMemberForm #City, #Form_DVMemberForm #Postcode, #Form_DVMemberForm #Newsletter, #Form_DVMemberForm #Extra_FirstName, #Form_DVMemberForm #Extra_Surname, #Form_DVMemberForm #Extra_Birthday {
        width: 100%;
        display: inline-block;
        margin-right: 0px;
    }

    #Form_DVMemberForm fieldset {
        margin-top: 20px;
        float: left;
    }

    .dashboard-menu ul {
        text-align: center;
    }

    .show-password-field {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .carousel-wrapper {
        width: 100%;
    }

    .dashboard-menu ul {
        text-align: center;
    }

    .carousel-wrapper h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .footer-info.footer-left {
        text-align: center;
    }

    .footer-info.footer-right {
        text-align: center;
    }

    .breadcrumb-wrapper {
        width: 100%;
    }

    .carousel-tickets {
        right: auto;
        padding-left: 0;
        text-align: left;
        padding-left: 10px;
        position: relative;
    }

    .navbar-collapse.collapse.in {
        background-color: transparent;
    }

    .navbar-collapse.collapse.in a {
        color: rgba(38, 34, 99, 1);
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #767d9e;
    }

    .dropdown-menu li a.current {
        background-color: transparent;
    }

    #company-logo-large {
        width: 115
    }

    .EventHolder #carousel {
        height: 400px;
    }

    span.carousel-date {
        clear: both;
        float: left;
    }

    .HomePage .slider-image {
        height: 200px;
    }

    .carousel-wrapper2 h1 {
        padding-left: 10px;
    }

    #ctatext {
        text-align: center;
    }

    a .cta-btn {
        position: relative;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        margin-top: 40px;
    }

    .hailsectionfooter .HailArticle {
        margin-bottom: 15px;
    }

    #lightgallery a:nth-child(odd) {
        padding-left: 0;
    }

    #lightgallery a:nth-child(even) {
        padding-right: 0;
    }

    .mc-interest li {
        margin-right: 10px;
    }

    .service-heading-background {
        position: relative;;
        padding: 20px 0;
    }

    .carousel-date {
        margin-left: 10px;
    }

    .HomePage #carousel {
        height: auto;
    }

    .car-tri {
        display: none;
    }

    #services .service-heading-background {
        position: absolute;
        bottom: 0;
        padding: 0;
    }

    .carousel-wrapper2 h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .carousel-details.double-date {
        margin-top: 0;
    }

    #s-mobile {
        width: 70%;
    }

    .event-slider {
        height: 300px;
    }

    #carousel a.carousel-control.left {
        margin-left: 15px;
        opacity: 0.7;
    }

    .indicator-wrapper .fa {
        line-height: 40px;
    }

    .indicator-wrapper {
        width: 30px;
    }

    #carousel a.carousel-control.left, #carousel a.carousel-control.right {
        font-size: 20px;
    }

    .carousel-control.right .indicator-wrapper {
        margin-left: -10px;
    }

	.footer-info {
		padding-left: 0;
	}

    .dl-horizontal dd {
        margin-left: 0;
    }
	.nav-pills li {
		font-size: 20px;
		padding: 5px 0;
	}
}

@media(max-width: 600px) {
	.nav-pills {
		display: block;
	}
	.nav-pills li {
		width: 100%;
	}
	.instaheader .container {
		padding: 0;
	}
}

/**************************/

.carousel-fade .carousel-inner .active.carousel-control.left, .carousel-fade .carousel-inner .active.carousel-control.right {
    opacity: 0.9 !important;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .carousel-inner .active.carousel-control.right {
    left: auto;
}

/**********  slanted styling   **************/
.EventHolder .sliderimage, .EventPage .header-image, .header-image {
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
    -o-clip-path: polygon(0 0, 100% 0, 99% 100%, 0 86%);
    clip-path: polygon(0 0, 100% 0, 99% 100%, 0 86%);*/
}

.EventHolder #carousel {
    background-color: #E8EAEA;
}

.EventPage .header-image-bg, .header-image-bg {
    position: absolute;
    height: 400px;
    background-color: #E8EAEA;
    top: 0;
    z-index: -1;
    width: 100%;
    margin-top: 130px;
}

@media (max-width: 768px) {
    .header-image-bg {
        height: 300px;
    }

    .header-image, .header-image.search-image {
        height: 300px;
    }

    .map-container {
        height: 300px;
    }

    #map {
        height: 310px;
    }

    .contact-triangle {
        display: none;
    }
}

/********** parallax styling **********/
.parallaxoverlay p {
    color: #fff;
    font-size: 17px;
}

.parallaxoverlay {
    padding-top: 100px;
    padding-bottom: 100px;
}

.parallax-section {
    margin-bottom: 0;
}

.section.fullwidth.parallax-section {
    position: relative;
}

.parallax a #grad {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

section.module:last-child {
    margin-bottom: 0;
}

section.module h2 {
    margin-bottom: 40px;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
}

section.module p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}

section.module p:last-child {
    margin-bottom: 0;
    margin-top: 0;
}

section.module.content {
    padding: 40px 0;
}

section.module.parallax {
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
}

section.module.parallax h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 48px;
    line-height: 600px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#grad {
    position: absolute;
    background: #24262d;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 0;
    opacity: .6;
}

.parallaxoverlay p a {
    color: #fff;
    font-weight: 600;
}

.parallaxoverlay p a:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media all and (min-width: 600px) {
    section.module h2 {
        font-size: 42px;
    }

    section.module p {
        font-size: 23px;
    }

    section.module.parallax h1 {
        font-size: 96px;
    }
}

@media all and (min-width: 960px) {
    section.module.parallax h1 {
        font-size: 160px;
    }
}

/************ new carousel ************/
.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.select-dropdown {
    position: relative;
    background-color: #767d9e;
    width: 100%;
    float: left;
    max-width: 100%;
    border-radius: 2px;
    color: #fff;
}

.select-dropdown select {
    font-family: "Open Sans", Arial;
    font-size: 1rem;
    font-weight: 200;
    max-width: 100%;
    padding: 8px 24px 8px 10px;
    border: none;
    background-color: #767d9e;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.select-dropdown select::-ms-expand {
    display: none;
}

.select-dropdown select:active, .select-dropdown select:focus {
    outline: none;
    box-shadow: none;
}

.select-dropdown:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

/********* navbar toggle *********/
.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 34px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

/***** user forms *****/
.userform-progress .progress {
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
}

.userform-progress .progress-bar {
    height: 2em;
}

.userform-progress .step-buttons {
    /*margin-top: -42px;*/
}

.userform-progress .step-button-jump {
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
    color: #FFF;
    font-weight: 500;
}

.userform-progress .step-button-wrapper.viewed .step-button-jump {
    opacity: 1;
    background-color: #666;
}

.progress-title {
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 400;
    font-size: 26px;
    color: rgba(24, 33, 56, 1);
}

.userform .left {
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.form-control {
    background-color: #EEE;
    background-image: none;
    border: none;
    border-radius: 0;
}

#UserForm_Form_EditableTextField_3ff2f.countrydropdown.dropdown {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #EEE;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.date-alt {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#UserForm_Form .userformsgroup, #UserForm_Form fieldset {
    border: none;
    margin: 0;
    padding: 0;
    /*margin-left: -5px;*/
    /*margin-right: -5px;*/
}

#UserForm_Form fieldset.userformsgroup .field.text, #UserForm_Form fieldset .field.textarea, #UserForm_Form fieldset .field.dropdown {
    /*margin-bottom: 25px;*/
}

ul.step-buttons {
    padding-left: 0px;
}

.step-button-wrapper button {
    background-color: #68B8EC;
    border: none;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.step-navigation .step-button-wrapper button {
    padding: 10px 20px;
}

.userform input.action {
    padding: 10px 20px;
    margin-right: 0px;
    border-radius: 0px;
    background-color: #68B8EC;
    border: none;
    color: #fff;
    background-color: #001541;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

.bs-callout-info {
    border-left-color: #68B8EC;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.userform legend {
    font-size: 14px;
}

.userform li {
    list-style: none;
}

.userform .checkbox input {
    width: 13px;
    /*margin-top: 4px;*/
    /*margin-left: -5px;*/
    /*margin-right: 10px;*/
}

.userform .literalFieldArea {
    /*padding: 0 15px;*/
}

.userform-progress .step-button-wrapper.viewed .step-button-jump {
    background-color: rgba(24, 33, 56, 1);
}

.step-button-wrapper button {
    background-color: rgb(38, 50, 80);
}

#MembershipEnquiriesForm label {
    display: none;
}

#UserForm_Form {
    margin-top: 1em;
}

#UserForm_Form .CompositeField input {
    /*margin: 6px 0;*/
    border: 2px solid #e0dede;
    background-color: #f4f3f3;
    /*padding: 0px 15px;*/
}

#UserForm_Form .Actions {
    text-align: right;
    /*margin-right: -5px;*/
    /*margin-left: -5px;*/
    /*margin-top: 10px;*/
}

.userform input.action {
    width: 100%;
}

.userform input.action {
    background-color: #767d9e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.userform input.action:hover {
    background-color: #262263;
}

/* seatfinder */
.seat-map-wrap {
    position: relative;
}

#map {
    width: 100%;
    height: 680px;
    margin: 0;
    background: #141631;
    border: 1px solid #34344a;
    border-width: 1px 0;
    position: relative;
}

@media (max-width: 768px) {
    #map {
        height: 100%;
    }

    .seat-map-wrap {
        height: 70%;
    }
}

.gPopup {
    border-radius: 10px;
    border: 1px solid #fff !important;
}

.imagePopup {
    position: relative;
    width: 600px;
    height: 400px;
}

.imagePopup img {
    display: block;
}

.gPopupClose {
    position: absolute;
    top: 25px !important;
    right: 25px !important;
    width: 25px !important;
    height: 25px !important;
    background: url(css/maps/sprites.png) no-repeat 0 0;
    opacity: 1 !important;
}

.gPopupClose:hover {
    background-position: 0 -30px;
}

.gPopupClose img {
    display: none !important;
}

.gPopupNext {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    bottom: 0;
    cursor: pointer;
}

.gPopupNext .icon {
    position: absolute;
    top: 45%;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(css/maps/sprites.png) no-repeat -35px 0;
}

.gPopupPrev {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    bottom: 0;
    cursor: pointer;
}

.gPopupPrev .icon {
    position: absolute;
    top: 45%;
    left: 10px;
    width: 32px;
    height: 32px;
    background: url(css/maps/sprites.png) no-repeat -70px 0;
}

.gPopupPrev:hover .icon {
    background-position: -70px -35px;
}

.gPopupNext:hover .icon {
    background-position: -35px -35px;
}

.imagePopup .label {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px 12px;
    font-size: 11px;
}

/* adding new col size for sponsors logos */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}

.sponsors-logos img {
    width: 100%;
    height: auto;
}

.sponsors-logos p {
    margin-top: 0;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
        padding: 0px 10px;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/****** Upload Field ******/
#UserForm_Form input.upload-field {
    width: 100%;
    padding: 15px;
    line-height: 12px;
}
.userform .field-holder {
    margin-bottom: 10px;
}
.content-section .userform h3 {
    margin-bottom: 10px;
    margin-top: 0;
}
.content-section .userform h4 {
    margin-bottom: 10px;
    margin-top: 0;
}
.content-section .userform h5 {
    margin-bottom: 10px;
    margin-top: 0;
}

.benefit-btns {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.benefit-btns .btn-one {
    background-color: #262263;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.3rem;
    padding: 10px 20px;
    margin-right: 1rem;
}

.benefit-btns .btn-two {
    background-color: #767d9e;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.3rem;
    padding: 10px 20px;
}

.benefit-btns .btn-two a, .benefit-btns .btn-one a {
    color: #fff;
}

.benefit-btns .btn-two a:hover, .benefit-btns .btn-one a:hover, .benefit-btns .btn-two:hover a, .benefit-btns .btn-one:hover a {
    color: #fff;
}

.benefit-btns .btn-one:hover, .benefit-btns .btn-two:hover {
    opacity: 0.85;
}

@media only screen and (max-width: 768px) {
    .benefit-btns .btn-one, .benefit-btns .btn-two {
        font-size: 1rem;
    }
    .benefit-btns .btn-one {
        margin-right: 0.5rem;
    }
}

.grant-tile .btn {
    background-color: #767d9e;
    color: #fff;
    padding: 7px 20px;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 17px;
    border-radius: 0;
    margin-top: 1rem;
}

.pt-0 {
    padding-top: 0;
}

.grant-tile .btn:hover {
    background-color: rgba(38, 34, 99, 1);
    color: #fff;
}

/****** FILE: public/_resources/themes/forsythbarrstadium/css/swipebox.css *****/
html.swipebox {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("../img/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background:none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding:5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


#swipebox-slider .slide .swipebox-video-container .swipebox-video{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0; left: 0;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-caption.visible-bars {
  bottom: 0;
}
#swipebox-action.visible-bars {
  top: 0;
}
#swipebox-action.force-visible-bars {
  bottom: 0!important;
}
#swipebox-caption {
  text-align: center;
}

#swipebox-caption.force-visible-bars {
  bottom: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("../img/icons.png");
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}


/* Skin
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

#swipebox-caption {
  color: white!important;
  line-height: 43px;
  font-family: 'Open Sans', Arial;
  font-size: 18px;
}

/****** FILE: public/_resources/themes/forsythbarrstadium/css/SocialNetworking.css *****/
/*
	GENERAL
*/
.shareThisHolder{}
	.socialNetworkingHeader{clear: right;}
		.socialNetworkingHeader h5{text-align: right; display: none;}
	.socialNetworkingList{}
		.socialNetworkingList li{list-style :none!important;float: right;width: auto;}
			.socialNetworkingList li a{padding: 0.1em;opacity:0.33; filter:alpha(opacity=33);}
				.socialNetworkingList li a:hover{opacity:1;filter:alpha(opacity=100); text-decoration: none!important; border-bottom: none!important;}
				.socialNetworkingList li a img{padding-right : 3px;}
					.socialNetworkingList li a:hover img{margin-top: -1px; }


/*
	SHARE THIS
*/
.ShareThisHolder{}
	.ShareThisHeader{}
	.ShareThisUL{}
	.ShareThisUL{} .ShareAllLI{}
/*
	Social Networking Links
*/
.SocialNetworkingLinksHolder{}
	.SocialNetworkingLinksHeader{}
	.SocialNetworkingLinksUL{}
.shareAllExpandedList {position: relative;}
.shareAllExpandedList .shareAllExpandedListUL {position: absolute; background-color: #fff; border: 3px solid blue; width: 410px; z-index: 99; top: 33px; display: none;}
.shareAllExpandedList .shareAllExpandedListUL li {width: 180px; float: left; padding: 7px;}
.shareAllExpandedList .shareAllExpandedListUL li a:link{text-decoration: none;}
			.socialNetworkingList li a{padding: 0.1em;opacity:0.33; filter:alpha(opacity=33);}
				.socialNetworkingList li a:hover{opacity:1;filter:alpha(opacity=100); text-decoration: none!important; border-bottom: none!important;}
				.socialNetworkingList li a img{padding-right : 3px;}


				.socialNetworkingList li {
				    display: inline-block;
					float: none;
				}

				.ShareThisUL {
					text-align: right;
				}
				.ShareThisUL a i {
					color: #262263;
					-webkit-transition: all 0.3s;
					-moz-transition: all 0.3s;
					-o-transition: all 0.3s;
					transition: all 0.3s;
				}

				.ShareThisUL a i:hover, .ShareThisUL a i.fa-facebook-square:hover, .ShareThisUL a i.fa-google-plus:hover, .ShareThisUL a i.fa-envelope:hover, .ShareThisUL a i.fa-twitter-square:hover, .ShareThisUL a i.fa-envelope:hover  {
					color: #262263;
				}

				.socialNetworkingList li a {
					opacity: 1;
				}

				.ShareThisUL a i.fa-facebook-square {
					color: #3B5998
				}

				.ShareThisUL a i.fa-google-plus {
					color: #d73d32;
				}

				.ShareThisUL a i.fa-twitter-square {
					color: #2B7BB9;
				}

				.ShareThisUL a i.fa-envelope {
					color: #0078D7;
				}

				.ShareThisUL {
				    text-align: left;
				    margin-left: 0 !important;
				}

/****** FILE: public/_resources/themes/forsythbarrstadium/css/accordion.css *****/
.accordion .card:not(:last-child) {
  border-bottom: 2px solid #767d9e;
}
.accordion h3 {
  margin: 0;
  padding: 1rem 0;
}
.accordion h3:hover {
  cursor: pointer;
  color: #767d9e;
}
.accordion .fa-plus {
  display: none;
  color: #767d9e;
  margin-right: 5px;
}
.accordion .fa-minus {
  display: inline-block;
  color: #767d9e;
  margin-right: 5px;
}
.accordion .collapsed .fa-minus {
  display: none;
}
.accordion .collapsed .fa-plus {
  display: inline-block;
}
.accordion .card-body {
  padding-bottom: 1rem;
  padding-left: 30px;
}
.accordion .card-body p {
  margin-top: 0;
}

.row-padding-right {
  padding-right: 30px;
}

ul.thumbs {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

ul.thumbs li {
  display: inline-block;
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
}

ul.thumbs li a.thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  display: block;
  box-sizing: border-box;
  transition: opacity 0.3s;
  z-index: 9;
  width: 100%;
  height: 100%;
  border-width: 0;
  background-color: transparent;
}
ul.thumbs li a.thumbnail:hover img {
  opacity: 0.7;
  transition: opacity 0.3s;
}

ul.thumbs li a.thumbnail h4 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 10px;
  text-transform: uppercase;
  background-color: #efefef;
  color: #6b6b6b;
  font-size: 14px;
  margin: 0;
}

ul.thumbs li.content .close:hover, ul.thumbs li.content .close {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul.thumbs li a.thumbnail .description {
  position: absolute;
  height: 0;
  bottom: 0;
  width: 100%;
  box-sizing: inherit;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  padding: 18px 12px;
  line-height: 10px;
  text-align: center;
}

ul.thumbs li a.thumbnail .active-arrow {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 15px solid #E8EAEA;
  bottom: -21px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

ul.thumbs li a.thumbnail:hover .description {
  height: 50px;
  opacity: 1;
}

ul.thumbs li a.thumbnail img {
  aspect-ratio: 1;
  object-fit: contain;
  transition: opacity 0.3s;
}

ul.thumbs li.content {
  width: 100%;
  display: none;
  background-color: #E8EAEA;
  float: left;
  height: auto;
  position: relative;
  padding: 20px 30px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  transition: none !important;
}

ul.thumbs li.content h3 {
  display: inline-block;
  margin: 0.5rem 0;
}

ul.thumbs li.content .close {
  position: absolute;
  top: 10px;
  right: 45px;
  cursor: pointer;
  font-weight: normal;
  font-size: 50px;
  line-height: 40px;
  opacity: 0.5;
}

ul.thumbs li.content .close:hover {
  opacity: 0.7;
}

ul.thumbs li.content .media {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 50%;
  min-height: 200px;
}

ul.thumbs li.content .media img {
  max-width: 100%;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #fff;
}

@media (max-width: 1080px) {
  .close {
    top: 7px !important;
  }
  ul.thumbs .media {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 590px) {
  ul.thumbs .media {
    display: none !important;
  }
}
@media (max-width: 700px) and (min-width: 590px) {
  ul.thumbs .media {
    width: 100% !important;
    display: block !important;
    margin-top: 60px;
  }
}
.portfolio-content {
  display: none;
}

.thumbs h4 {
  margin-top: 4px;
  font-size: 16px;
}

.icon-accordion ul.thumbs li a {
  border-radius: 0;
}
.icon-accordion ul.thumbs li a.thumbnail {
  padding: 0;
  position: relative;
  margin-bottom: 0;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
}
.icon-accordion .staff-details div {
  color: #fff;
}
.icon-accordion .thumbs li:hover .staff-details div {
  color: #009fe3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-accordion .thumbs li .staff-details div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1399px) {
  .col-xl-15 {
    width: 20%;
  }
}

/*# sourceMappingURL=accordion.css.map */

/****** FILE: public/_resources/themes/forsythbarrstadium/css/upgrade.css *****/
.element .img-fluid {
    width: 100%;
}
.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}
form.userform input.radio {
    display: inline-block;
}

form.userform input.checkbox {
    position: inherit;
    display: inline-block;
    margin-left: 5px;
}
form.userform .field.checkbox label {
    margin-left: -15px;
}
/****** FILE: public/_resources/themes/forsythbarrstadium/css/partners.css *****/
.partner-row {
    padding: 40px 0; }
.partner-row:nth-child(even) {
    background-color: #e8eaea; }
@media (min-width: 768px) {
    .partner-row .logo-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center; } }
.partner-row .logo-row .logo-container {
    width: 80%;
    margin: 0 auto; }
.partner-row .logo-row .logo-container img {
    width: 100%; }
@media (max-width: 768px) {
    .partner-row .logo-row .logo-container {
        padding: 40px;
        width: 60%; }
    .partner-row .logo-row .logo-container.forsythbarr {
        width: 80%; }
    .partner-row .logo-row .logo-container.allied_press {
        width: 40%; }
    .partner-row .logo-row .logo-container.vault21 {
        width: 50%; }
    .partner-row .logo-row .logo-container.cocacola {
        width: 40%; }
    .partner-row .logo-row .logo-container.displayworks {
        width: 80%; }
    .partner-row .logo-row .logo-container .p4g {
        width: 20%; }
    .partner-row .logo-row .logo-container.csg {
        width: 70%; }
    .partner-row .logo-row .logo-container.orbit {
        width: 50%; }
    .partner-row .logo-row .logo-container.kennards {
        width: 65%; }
    .partner-row .logo-row .logo-container.lion {
        width: 65%; } }
@media (min-width: 768px) {
    .partner-row .logo-row .logo-container {
        padding: 30px; }
    .partner-row .logo-row .logo-container.forsythbarr {
        width: 100%; }
    .partner-row .logo-row .logo-container.compass {
        width: 30%; }
    .partner-row .logo-row .logo-container.otagopolytech {
        width: 35%; }
    .partner-row .logo-row .logo-container.allied_press {
        width: 24%; }
    .partner-row .logo-row .logo-container.speights {
        width: 24%; }
    .partner-row .logo-row .logo-container.scenic {
        width: 24%; }
    .partner-row .logo-row .logo-container.mitre10 {
        width: 27%; }
    .partner-row .logo-row .logo-container.bnz {
        width: 25%; }
    .partner-row .logo-row .logo-container.whitestone {
        width: 28%; }
    .partner-row .logo-row .logo-container.vault21 {
        width: 22%; }
    .partner-row .logo-row .logo-container.otagocommunitytrust {
        width: 30%; }
    .partner-row .logo-row .logo-container.cocacola {
        width: 20%; }
    .partner-row .logo-row .logo-container.kia {
        width: 25%; }
    .partner-row .logo-row .logo-container.silverfernfarms {
        width: 26%; }
    .partner-row .logo-row .logo-container.aotea {
        width: 26%; }
    .partner-row .logo-row .logo-container.bramwell {
        width: 26%; }
    .partner-row .logo-row .logo-container.strawberry {
        width: 22%; }
    .partner-row .logo-row .logo-container.harraways {
        width: 26%; }
    .partner-row .logo-row .logo-container.displayworks {
        width: 30%; }
    .partner-row .logo-row .logo-container.pggwrightson {
        width: 22%; }
    .partner-row .logo-row .logo-container.ticketmaster {
        width: 22%; }
    .partner-row .logo-row .logo-container.p4g {
        width: 20%;
        padding: 30px; }
    .partner-row .logo-row .logo-container.csg {
        width: 29%;
        padding: 30px; }
    .partner-row .logo-row .logo-container.orbit {
        width: 25%;
        padding: 30px; }
    .partner-row .logo-row .logo-container.wsg {
        width: 26%;
        padding: 30px; }
    .partner-row .logo-row .logo-container.kennards {
        width: 25%;
        padding: 30px; }
    .partner-row .logo-row .logo-container.lion {
        width: 25%;
        padding: 30px; }
    .partner-row .logo-row .logo-container.anderson_lloyd {
        width: 36%;
        padding: 40px; }
    .partner-row .logo-row .logo-container.select {
        width: 33%;
        padding: 40px; }
    .partner-row .logo-row .logo-container.gallawaycook {
        width: 31%;
        padding: 40px; } }
@media (min-width: 992px) {
    .partner-row .logo-row .logo-container {
        padding: 50px; }
    .partner-row .logo-row .logo-container.forsythbarr {
        width: 100%; }
    .partner-row .logo-row .logo-container.redbadge {
        padding: 60px; }
    .partner-row .logo-row .logo-container.csg {
        padding: 60px; }
    .partner-row .logo-row .logo-container.orbit {
        padding: 60px; }
    .partner-row .logo-row .logo-container.wsg {
        padding: 60px; }
    .partner-row .logo-row .logo-container.anderson_lloyd {
        padding: 80px; }
    .partner-row .logo-row .logo-container.select {
        padding: 80px; }
    .partner-row .logo-row .logo-container.gallawaycook {
        padding: 80px; }
    .partner-row .logo-row .logo-container.kia {
        padding: 30px; } }
.w-100 {
    width: 100% !important;
}
.partner-logo {
    max-width: 300px;
    max-height: 300px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 40px;
}
/*# sourceMappingURL=partners.css.map */

