/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1rem;
    line-height: 1.4;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #f4f4f4;
    font-family: "Open Sans", sans-serif;
}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

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

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

p {
    padding-bottom: 14px;
}

p:empty {
    padding-bottom: 0;
}

a {
    color: #a29628;
    text-decoration: underline;
}

.hide-for-mobile {
    display: none;
}

/* ==========================================================================
   Custom Styles
   ========================================================================== */
header {
    background: #fff;
    height: 151px;
    width: 100%;
}

header .connections {
    background: #0a7eb4;
    background-image: url("../images/bg_header.png"), -moz-linear-gradient(top, #0a7eb4 0%, #69cdfe 100%);
    background-image: url("../images/bg_header.png"), -webkit-linear-gradient(top,  #0a7eb4 0%,#69cdfe 100%);
    background-image: url("../images/bg_header.png"), linear-gradient(to bottom,  #0a7eb4 0%,#69cdfe 100%);
    background-repeat: repeat;
    color: #fff;
    width: 100%;
}

header .connections .holder {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 47px;
    -webkit-justify-content: center;
    justify-content: center;
}

header .connections a {
    color: #fff;
    text-decoration: none;
}

header .connections a:hover {
    text-decoration: underline;
}

header .connections a.phone {
    cursor: default;
    pointer-events: none;
}

header address, header .site-search {
    display: inline-block;
}

header address {
    font-style: normal;
    width: 70%;
}

header address div {
    display: inline;
}

header .site-search {
    width: 40%;
}

header .fa-stack {
    height: 2.000rem;
    line-height: 2.000rem;
    width: 2.000rem;
}

header .fa-stack-2x {
    font-size: 2.000rem;
}

header .fa-stack-1x {
    color: #69cdfe;
    font-size: 1.000rem;
}

header .logo {
    float: left;
    height: 104px;
    width: 300px;
}

header .logo a {
    display: inline-block;
}

.sb-search {
    float: right;
    height: 47px;
    min-width: 60px;
    overflow: hidden;
    position: relative;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    width: 0%;
}

.sb-search-input {
    background: #e8e8e8;
    border: none;
    border-radius: 0;
    color: #2c3e50;
    font-family: inherit;
    font-size: 1.250rem;
    height: 47px;
    margin: 0;
    outline: none;
    padding: 10px 72px 10px 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.sb-search-input::-webkit-input-placeholder {
    color: #000;
}

.sb-search-input:-moz-placeholder {
    color: #000;
}

.sb-search-input::-moz-placeholder {
    color: #000;
}

.sb-search-input:-ms-input-placeholder {
    color: #000;
}

.sb-icon-search,
.sb-search-submit  {
    cursor: pointer;
    display: block;
    height: 47px;
    line-height: 47px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #222;
    z-index: 90;
    font-size: 22px;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "\f002";
}

/* Open state */
.sb-search.sb-search-open {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #222;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

.sb-search-submit:hover + .sb-icon-search {
    background: #444;
    -webkit-transition: background 0.18s linear;
    -moz-transition: background 0.18s linear;
    -ms-transition: background 0.18s linear;
    -o-transition: background 0.18s linear;
    transition: background 0.18s linear;
}

#mobile-menu, #mobile-toggler {
    display: none;
}

nav ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    float: left;
}

nav li:nth-child(n+6) {
    display: none;
}

nav li:hover {
    background: #f8f8f8;
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 95%);
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 95%);
    background: linear-gradient(to bottom,  #f8f8f8 0%,#e8e8e8 95%);
    color: #c2b32f;
}

nav li a {
    color: #000;
    display: block;
    height: 104px;
    line-height: 104px;
    padding: 0 28px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

nav li a:hover, nav li:hover a {
    color: #c2b32f;
}

nav li a:hover:after {
    content: "\0271d";
    display: block;
    font-size: 1.500rem;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -25px;
    width: 20px;
}

nav li:hover ul {
    left: auto;
}

nav li ul {
    border-left: 1px solid #8F8000;
    border-right: 1px solid #8F8000;
    cursor: pointer;
    height: auto;
    left: -999em;
    margin: 0;
    padding: 0;
    position: absolute;
    width: auto;
    z-index: 10;
}

nav li ul li {
    float: none;
    margin: 0;
    padding: 0;
}

nav li:hover ul li a {
    color: #fff;
}

nav li:hover ul li {
    background: rgba(14, 129, 183, 0.7);
}

nav li ul li a {
    border-bottom: 1px solid #8F8000;
    display: block;
    font-family: 'Courgette', sans-serif;
    height: auto;
    line-height: 1.4;
    min-height: 30px;
    padding: 8px 28px;
    text-transform: none;
    width: 240px;
}

nav li ul li a:hover {
    background: #222;
    -webkit-transition: background 0.18s linear;
    -moz-transition: background 0.18s linear;
    -ms-transition: background 0.18s linear;
    -o-transition: background 0.18s linear;
    transition: background 0.18s linear;
}

nav li ul li a:hover:after {
    display: none;
}

.upcoming-link + div {
    display: none;
}

.no-event {
    display: table-cell;
    display: none;
    height: 108px;
    padding: 0 10%;
    vertical-align: middle;
}

.holder {
    margin: 0 auto;
    width: 1024px;
}

.view-all {
    background: #c2b32f;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background 0.18s linear;
    -moz-transition: background 0.18s linear;
    -ms-transition: background 0.18s linear;
    -o-transition: background 0.18s linear;
    transition: background 0.18s linear;
}

.view-all:hover {
    background: #8f8000;
}

.view-all:empty {
    display: none;
}

.main-slider {
    background: #000;
    height: 525px;
    position: relative;
    z-index: 1;
}

.main-slider:before, .main-slider:after {
    -moz-border-radius: 100px / 60px;
    border-radius: 100px / 60px;
    bottom: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 60%;
    z-index: -1;
}

.main-slider:after {
    left: auto;
    right: 10px;
    transform: skew(8deg) rotate(3deg);
}

.main-slider .slider-img ~ .slider-img {
    display: none;
}

.main-slider .overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

#slider {
    height: 525px;
    overflow: hidden;
}

#slider img ~ img {
    display: none;
}

#captions {
    left: 50%;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80%;
    z-index: 15;
}

#captions h1 {
    color: #fff;
    font-size: 4.000rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

#captions h2 {
    color: #fff;
    font-family: 'Courgette', sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 48px;
    text-transform: capitalize;
}

#captions img, #captions svg {
    margin-bottom: 10px;
    visibility: hidden;
    width: 90px;
}

#captions svg {
    fill: #c2b32f;
    visibility: visible;
}

#captions .view-all {
    border-radius: 5px;
    font-size: 1.250rem;
    font-weight: 700;
    height: 62px;
    letter-spacing: 1px;
    line-height: 62px;
    padding: 0 25px;
    width: auto;
}

#captions div {
    display: block;
}

#captions div ~ div {
    display: none;
}

.main-countdown {
    background: #0e81b7;
    color: #fff;
    height: 160px;
    overflow: hidden;
}

.main-countdown .holder {
    display: table;
    min-height: 160px;
    position: relative;
}

.main-countdown .view-all {
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 700;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 10px;
    width: 100%;
}

.main-countdown .no-event {
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-countdown .no-event p {
    padding-bottom: 0;
}

#updater, .upcoming, .upcoming-link {
    display: table-cell;
    height: 160px;
    vertical-align: middle;
}

.upcoming {
    padding-right: 20px;
    width: 40%;
}

.upcoming p {
    padding-bottom: 0;
}

.upcoming ~ .upcoming {
    display: none;
}

.upcoming-link {
    width: 14%;
}

.main-countdown h2 {
    font-size: 1.375rem;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
}

.main-welcome {
    background: url("../images/bg_main_welcome.jpg") center center no-repeat #e6e7df;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #6b6b6b;
    line-height: 1.6;
    min-height: 585px;
    padding: 60px 0;
    text-align: center;
}

.main-welcome h2 {
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase;
}

.main-welcome h2 + h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 20px;
}

.main-welcome .intro {
    display: inline-block;
    padding-bottom: 20px;
}

.main-welcome .holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.main-welcome figure {
    border: 10px solid #c2b32f;
    height: 400px;
    left: 25px;
    margin: 40px 0 0;
    position: relative;
    width: 400px;
}

.main-welcome figure img {
    bottom: 15px;
    position: absolute;
    right: 15px;
}

.main-welcome .welcoming {
    padding: 0 60px;
    width: 624px;
}

.main-welcome .view-all {
    background: #222;
    border-radius: 6px;
    color: #fff;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 40px auto 0;
    padding: 0 20px;
    width: 175px;
}

.main-welcome .view-all:before {
    color: #c1b22f;
    content: "\f004";
    font-family: "FontAwesome";
    font-size: 1.250rem;
    position: absolute;
}

.main-welcome .view-all span {
    padding-left: 28px;
}

.main-welcome .view-all:hover {
    background: #444;
}

.main-donations {
    background: #252525;
    background-image: url("../images/bg_donations.jpg"), -moz-linear-gradient(left, #252525 50%, #202020 100%);
    background-image: url("../images/bg_donations.jpg"), -webkit-linear-gradient(left, #252525 50%,#202020 100%);
    background-image: url("../images/bg_donations.jpg"), linear-gradient(to right, #252525 50%,#202020 100%);
    background-position: center 0;
    background-repeat: no-repeat;
    color: #c2b32f;
    font-weight: 300;
    height: 400px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.main-donations .holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 400px;
    -webkit-justify-content: center;
    justify-content: center;
}

.main-donations h2 {
    color: #fff;
    font-size: 2.500rem;
    line-height: 1.2;
    padding-bottom: 10px;
}

.main-donations p {
    padding-bottom: 24px;
}

.main-donations .fa-heart-o {
    font-size: 4.750rem;
}

.main-donations .view-all {
    border-radius: 10px;
    color: #222;
    font-size: 1.125rem;
    font-weight: 400;
    height: 74px;
    line-height: 74px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 325px;
}

.main-donations .view-all:before {
    content: "\f004";
    font-family: "FontAwesome";
    font-size: 2rem;
    position: absolute;
}

.main-donations .view-all span {
    padding-left: 40px;
}

.main-donations .overlay, .main-donations .overlay .holder {
    height: 0;
}

.main-donations .overlay {
    background-color: rgba(0, 0, 0, 0.9);
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
    width: 100%;
    z-index: 1;
}

.main-donations .overlay .holder {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.500rem;
    font-weight: 600;
    text-transform: uppercase;
}

.main-donations.opened {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-donations .donate {
    display: none;
}

.main-donations .donate a {
    display: block;
}

.main-donations .donate img {
    height: 60px;
    width: 185px;
}

.main-donations .donate .paypal img {
    border-radius: 5px;
}

.main-donations.opened .overlay, .main-donations.opened .overlay .holder {
    height: 400px;
}

.main-donations .close-window {
    color: #fff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.000rem;
    margin-top: 20px;
}

.main-services {
    background: url("../images/bg_main_services.jpg") center center no-repeat #f8f1eb;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 560px;
    padding: 28px 0;
    text-align: center;
    text-transform: uppercase;
}

.main-services .holder {
    padding: 0 54px;
}

.main-services h2 {
    font-size: 2.375rem;
    line-height: 1.2;
    padding: 10px 0 24px;
}

.main-services .fa-gears {
    color: #c2b32f;
    font-size: 4.750rem;
}

.main-services .service {
    background: #222;
    border-radius: 5px;
    color: #fff;
    float: left;
    height: 256px;
    margin-bottom: 4px;
    overflow: hidden;
    position: relative;
    width: 455px;
}

.main-services div.service:nth-of-type(1),
.main-services div.service:nth-of-type(3) {
    margin-right: 4px;
}

.main-services .service img {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 455px;
}

.main-services .service img.church, .main-services .service svg {
    height: 120px;
    margin-top: 40px;
    visibility: hidden;
}

.main-services .service svg {
    fill: #c2B32f;
    visibility: visible;
}

.main-services .service a {
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    height: 256px;
    left: 0;
    line-height: 1.2;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    text-decoration: none;
    top: 0;
    -webkit-transition: background-color 0.18s linear;
    -moz-transition: background-color 0.18s linear;
    -ms-transition: background-color 0.18s linear;
    -o-transition: background-color 0.18s linear;
    transition: background-color 0.18s linear;
    width: 455px;
    z-index: 1;
}

.main-services .service a span {
    display: block;
    height: 65px;
    overflow: hidden;
}

.main-services .service a:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.main-services .view-all {
    border-radius: 5px;
    font-size: 1.125rem;
    font-weight: 700;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    margin-top: 20px;
    width: 100%;
}

.main-events {
    background: url("../images/bg_main_events.jpg") center center no-repeat #0e7db1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    /* max-height: 2000px; */
    padding-bottom: 30px;
}

.main-events .holder > div:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 50px;
}

.main-events img, .main-events svg {
    visibility: hidden;
    height: 60px;
    margin: 60px 20px 0 -6px;
    width: 60px;
}

.main-events svg {
    fill: #fff;
    visibility: visible;
}

.main-events h2 {
    font-size: 2.250rem;
    padding: 65px 0 24px;
    text-transform: uppercase;
}

#current-events + .view-all {
    margin: 0 0 60px 10%;
}

.main-events .view-all {
    border-radius: 5px;
    font-size: 1.125rem;
    font-weight: 700;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 0 auto 60px;
    width: 90%;
}

.event-holder {
    color: #fff;
    cursor: default;
    display: none;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 24px;
    min-height: 84px;
    width: 100%;
}

.event-holder a {
    color: #fff;
    text-decoration: none;
}

.date-info {
    background: #9edfff;
    color: #000;
    float: left;
    height: 84px;
    text-align: center;
    width: 78px;
}

.date-info ::-moz-selection {
    background: #222;
    color: #fff;
}

.date-info ::selection {
    background: #222;
    color: #fff;
}

.date-day, .date-month {
    display: block;
    width: 100%;
}

.date-day {
    font-size: 2.250rem;
    font-weight: 600;
    height: 52px;
    line-height: 1;
    padding-top: 17px;
}

.date-month {
    font-size: 0.750rem;
    font-weight: 300;
}

.event-info {
    border: 2px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    float: right;
    min-height: 84px;
    padding: 20px 0;
    width: 90%;
}

.event-name {
    font-size: 1.375rem;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 20px;
    width: 430px;
}

.event-times {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 0.875rem;
    height: 40px;
    padding: 0 20px 0 40px;
    position: relative;
    width: 232px;
}

.event-times .fa-clock-o {
    font-size: 1.500rem;
    left: 11px;
    position: absolute;
    top: 8px;
}

.event-place {
    font-size: 0.875rem;
    height: 40px;
    padding: 0 20px 0 34px;
    position: relative;
    width: 255px;
}

.event-place .fa-map-marker {
    font-size: 1.500rem;
    left: 11px;
    position: absolute;
    top: 8px;
}

.event-times span, .event-place a, .event-place a span {
    display: block;
}

.event-name a:hover, .event-place a:hover span {
    text-decoration: underline;
}

footer {
    background: #192026;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    height: 375px;
    padding-top: 50px;
    position: relative;
}

footer h3 {
    border-bottom: 2px solid #858c91;
    cursor: default;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 1.125rem;
    letter-spacing: 2px;
    margin-bottom: 25px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

footer a {
    color: #858c91;
    display: block;
    margin-bottom: 18px;
    text-decoration: none;
    -webkit-transition: color 0.18s linear;
    -moz-transition: color 0.18s linear;
    -ms-transition: color 0.18s linear;
    -o-transition: color 0.18s linear;
    transition: color 0.18s linear;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer a.phone {
    margin-bottom: 0;
}

footer .back-to-top {
    cursor: pointer;
    font-size: 0;
    height: 30px;
    left: 50%;
    margin-left: -30px;
    outline: none;
    position: absolute;
    top: -30px;
    width: 60px;
    z-index: 2;
}

footer .holder {
    height: 270px;
    position: relative;
}

footer .holder:before {
    color: #858c91;
    content: "\f106";
    display: block;
    font-family: 'FontAwesome';
    font-size: 2.188rem;
    height: 36px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    text-align: center;
    top: -86px;
    width: 60px;
    z-index: 1;
}

footer .holder:after {
    border: solid transparent;
    border-color: rgba(25, 32, 38, 0);
    border-bottom-color: #192026;
    border-width: 30px;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -30px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: -110px;
    width: 0;
}

footer .holder div {
    display: inline-block;
    margin-right: -4px;
    padding: 0 10px;
    vertical-align: top;
}

footer .holder div:nth-of-type(1) {
    padding: 0;
    width: 22.34375%;
}

footer .holder div:nth-of-type(2) {
    width: 17.10416%;
}

footer .holder div:nth-of-type(3) {
    width: 21.10416%;
}

footer .holder div:nth-of-type(4) {
    width: 17.10416%;
}

footer .holder div:nth-of-type(5) {
    padding: 0;
    width: 22.34375%;
}

footer .holder .for-img {
    display: block;
    margin: 0 auto;
}

footer .holder div img {
    max-width: 100%;
}

footer .holder .duplicate {
    display: none;
}

footer .holder a {
    display: inline-block;
    padding: 2px 0 0;
    vertical-align: top;
    width: 82%;
}

footer .icon {
    cursor: default;
    font-size: 0.938rem;
    padding: 4px 0;
    vertical-align: top;
    width: 8%;
}

footer .fa-stack.icon {
    position: relative;
    top: -7px;
    width: 15%;
}

footer .fa-circle {
    color: #0f1417;
}

footer .fa-stack-1x {
    font-size: 0.750rem;
}

footer .copyright {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 25%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top,  #ffffff 25%,#e8e8e8 100%);
    background: linear-gradient(to bottom,  #ffffff 25%,#e8e8e8 100%);
    color: #7d7d7d;
    min-height: 55px;
    padding: 20px;
    text-align: center;
}

footer .copyright a {
    display: inline;
}

footer .copyright a:hover {
    color: #858c91;
}

/* ==========================================================================
   Countdown theme
   ========================================================================== */
#updater {
    cursor: default;
    text-transform: uppercase;
    width: 46%;
}

/*
#updater .digits {
    display: inline-block;
    height: 80px;
    margin-right: 15px;
    width: 95px;
}

#updater .time {
    backface-visibility: hidden;
    border-radius: 5px;
    float: left;
    height: 45px;
    margin-bottom: 12px;
    perspective: 479px;
    text-align: center;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    width: 45px;
}

#updater .time + .time {
    float: right;
}

#updater .count {
    background: #c2b32f;
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 2.500rem;
    font-weight: 100;
    line-height: 1.1;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateZ(0px);
    transform-style: flat;
    width: 100%;
}

#updater .count.top {
    border-bottom: rgba(255, 255, 255, 0.1);
    border-radius: 5px 5px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 50%;
    transform-origin: 50% 100% 0;
}

#updater .count.bottom {
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), transparent);
    border-bottom: 1px solid #000;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #968814;
    height: 50%;
    line-height: 0;
    top: 50%;
    transform-origin: 50% 0 0;
}

#updater .count.curr.top {
    transform: rotateX(0deg);
    z-index: 3;
}

#updater .count.next.bottom {
    transform: rotateX(90deg);
    z-index: 2;
}

#updater .flip .count.curr.top {
    transform: rotateX(-90deg);
    transition: all 300ms ease-in-out 0s;
}

#updater .flip .count.next.bottom {
    transform: rotateX(0deg);
    transition: all 300ms ease-in-out 300ms;
}

#updater .label {
    clear: both;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.750rem;
    font-weight: 300;
    text-align: center;
}
*/

/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    pointer-events: none;
    text-decoration: none; }

.flip-clock-wrapper a:hover {
    color: #fff; }

.flip-clock-wrapper ul {
    list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table; }

.flip-clock-wrapper.clearfix:after {
    clear: both; }

.flip-clock-wrapper.clearfix {
    *zoom: 1; }

/* Main */
.flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none; }

.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
    background: #000;
    border-radius: 5px;
    float: left;
    height: 45px;
    margin: -12px 3px 3px;
    padding: 0;
    position: relative;
    width: 45px;
}

.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden; 
    outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2; }

.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0; }

.flip-clock-wrapper ul li a div.up:after {
    background-color: #968814;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 21px;
    width: 100%; 
    z-index: 5; }

.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }

.flip-clock-wrapper ul li a div div.inn {
    background-color: #c2b32f;
    border-radius: 5px;
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 2.6rem;
    font-weight: 100;
    height: 200%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1; }

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3; }

.flip-clock-wrapper .flip {
    border-bottom: 1px solid #222;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5; }

.flip-clock-wrapper ul li a div.down .shadow {
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), transparent);
}

.flip-clock-divider {
    display: inline-block;
    float: left;
    height: 45px;
    margin-top: -12px;
    position: relative;
    width: 12px; }

.flip-clock-divider:first-child {
    width: 0; }

.flip-clock-dot {
    background: #323434;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: block;
    height: 10px;
    left: 5px;
    position: absolute;
    visibility: hidden;
    width: 10px; }

.flip-clock-divider .flip-clock-label {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    position: absolute;
    right: -66px;
    text-shadow: none;
    top: 55px; }

.flip-clock-divider.hours .flip-clock-label {
    right: -72px; }

.flip-clock-divider.minutes .flip-clock-label {
    right: -78px; }

.flip-clock-divider.seconds .flip-clock-label {
    right: -80px; }

.flip-clock-dot.top {
    top: 30px; }

.flip-clock-dot.bottom {
    bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3; 
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), transparent) !important;
    -webkit-animation: show 0.5s 0.3s linear both;
    -moz-animation: show 0.5s 0.3s linear both;
    animation: show 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }


/* ==========================================================================
   Mobile Menu Styles
   ========================================================================== */
#mobile-toggler {
    cursor: pointer;
    float: right;
    height: 85px;
    position: absolute;
    right: 5%;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 34px;
}

#mobile-toggler span {
    background: #222;
    border-radius: 9px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 100%;
}

#mobile-toggler span:nth-child(1) {
    top: 30px;
}

#mobile-toggler span:nth-child(2),#mobile-toggler span:nth-child(3) {
    top: 41px;
}

#mobile-toggler span:nth-child(4) {
    top: 52px;
}

#mobile-toggler.open span:nth-child(1) {
    left: 50%;
    top: 36px;
    width: 0%;
}

#mobile-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mobile-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mobile-toggler.open span:nth-child(4) {
    left: 50%;
    top: 36px;
    width: 0%;
}

#mobile-menu {
    background: #fff;
    border-right: 2px solid #e8edf0;
    height: calc(100vh - 62px);
    left: 0;
    position: fixed;
    top: 105px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    width: 100%;
    z-index: 1000;
}

#mobile-menu.menu-opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu-wrap {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.menu-level {
    height: 100%;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
}

.menu-level ul {
    margin: 0;
    padding: 0;
}

.menu-item {
    background: #f4f4f4;
    cursor: pointer;
    display: block;
    width: 100%;
}

.menu-item:last-child {
    margin-bottom: 80px;
}

.menu-item {
    border-top: 2px solid #e1e1e1;
}

.menu-item ~ .menu-item {
    border-top: none;
}

.menu-item a {
    border-bottom: 2px solid #e1e1e1;
    color: #c2b32f;
    display: block;
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 0.9em 1em;
    position: relative;
    text-decoration: none;
}

.menu-item a:hover {
    background-color: #e0e0e0;
    color: #222;
}

.menu-item a.root-menu {
    position: relative;
}

.menu-item a.root-menu:after {
    color: #666;
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 18px;
}

.menu-item a.root-menu.open:after {
    content: "\f077";
}

.menu-item ul {
    display: none;
    padding: 0;
}

.menu-item ul a {
    border-bottom: none;
    color: #5e5c5c;
    font-size: 1rem;
    padding-left: 50px;
}

.menu-item ul li {
    list-style: none;
}

.menu-item ul li:last-child a {
    border-bottom: 2px solid #e8edf0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.floatleft { float: left; }
.floatright { float: right; }
.hidden { display: none !important; }

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}