/*
#------------------------------------------------------------------------
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

body {
    background: #ffffff;
    color: #191c21;
}

label {
    color: #191c21;
    font-size: 12px;
    font-weight: 700;
    padding: 0 6px 0 0;
    text-transform: uppercase;
}

a, a:hover, a:focus, a:active {
    color: #e30613;
}

button, .button, button.button {
    background: #191c21;
    color: #ffffff!important;
}

button:hover, .button:hover, button.button:hover {
	background: #f5f5f5;
	color: #191c21!important;
}

.button-border {
    background: #191c21;
    border-color: #191c21;
    color: #fff!important;
    border: 3px solid #191c21;
    padding: 12px 50px;
    margin: 0;
}

.button-border:active,
.button-border:focus,
.button-border:hover {
	background: #f5f5f5;
	border: 3px solid #f5f5f5;
	color: #191c21!important;
}

hr.separator {
    margin: 50px auto 0 auto;
    padding: 0 0 32px 0!important;
    top: 0;
}


#gkBg {
    background: #fff;
}

#gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5 {
    background: #ebebeb;
    overflow: hidden;
}

#gkBottom4 > div > .box {
    margin-bottom: 5px;
}

#gkBottom4 {
    padding: 180px 0 120px 0;
}

#gkBottom4 .gkPage {
    width: 100%;
    max-width: 100%;
}

#gkMainbody {
    margin-bottom: 0px;
}

#gkMainbody + #gkMainbodyBottom {
    margin-top: 0;
    padding: 10px 20px 0 20px;
}

#gkLogo.cssLogo {
    background: url(/templates/nsv/images/logo-big.svg) no-repeat center center;
    background-size: contain;
    height: 260px;
    margin: 60px 0 0 auto;
    width: 270px;
    display: none;
}

#gkLogoSmall.cssLogo {
    background: url(/templates/nsv/images/logo-small.svg) no-repeat center center;
    background-size: contain;
    background-position: center center;
    height: 70px;
    margin-top: 0px!important;
    width: 360px;
}

#gkHeaderNav {
    top: 0px;
    background: #191c21;
    height: 70px;
}

#gkHeaderNav.active {
    height: 70px;
}

.frontpage #gkHeaderNav.active .gkPage{
    display: none;
}

#gkHeaderNav .gkPage {
    max-width: 100%;
    background: #fff;
}

.gkPage-Top {
    height: 70px;
    max-width: 1230px;
    margin: 0 auto;
}

.gkPage-Top p {
    margin: 1em 0 1em;
}

#gkHeader-Top {
    float: right;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
}

[class^="fa fa-"], [class*=" fa-"] {
    padding-right: 10px;
    color: #fff;
    background-color: #e30613;
    box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.49);
    border: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    clear: both;
}

#gkHeader-Top .facebook {
    width: 80px;
}

#gkHeader-Top .adress {
    width: 270px;
}

#gkHeader-Top .phone {
    width: 180px;
}

.fa-phone:before {
    padding-left: 8px;
}

.fa-map-marker:before {
    padding-left: 9px;
}

.gk-menu-container dd strong {
    color: #e30613;
    text-align: right;
    font-style: normal;
}

.gk-menu-container dt strong {
    background: #fff;
    color: #e30613;
    float: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    top: -2px;
    text-align: right;
    width: 20%;
    z-index: 1;
}

#gkHeaderMod {
    min-height: 100vh;
}

#gkHeaderMod .btn {
    background: #fff;
    color: #191c21;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    line-height: 25px;
    margin: 0 5px 2px 2px;
    padding: 15px 50px;
    text-align: center;
    text-transform: uppercase;
    border: 3px solid #fff;
}

#gkHeaderMod .btn:active,
#gkHeaderMod .btn:focus,
#gkHeaderMod .btn:hover{
    background: #191c21;
    border-color: #191c21;
    color: #fff!important;
    border: 3px solid #191c21;
}

#gkHeaderMod > div > div {
    padding: 650px 0 40px 0;
}

#gkMainMenuLeft {
    float: left;
    padding-right: 10px;
    width: 10%;
}

#gkMainMenuRight {
    float: right;
    padding-left: 0px;
    width: 100%;
    background: #fff;
    border-bottom: 3px solid #e5e5e5;
}

#gkMainMenuRight .gkMenu > ul {
    text-align: center;
}

.gkMenu > ul > li {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    font-weight: normal;
}

.gkMenu > ul > li > a {
    color: #9ea3ab;
    display: block;
    height: 56px;
    line-height: 56px;
    padding: 0 40px;
    position: relative;
}

.gkMenu > ul > li > a:active,
.gkMenu > ul > li > a:focus,
.gkMenu > ul > li > a:hover,
.gkMenu > ul > li.active > a:active,
.gkMenu > ul > li.active > a:focus,
.gkMenu > ul > li.active > a:hover {
	color: #191c21;
    text-decoration: none;
}

.gkMenu > ul > li.active > a {
    color: #191c21;
}

.frontpage #gkPageContent {
    padding-top: 0;
    background: #fff;
}

#gkHeaderNav #gkLogoSmall {
    left: 10px;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.bigtitle .header, .bigtitle > header h1 {
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 auto!important;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    z-index: 2;
    max-width: 1230px;
}

.bigtitle .header > a, .bigtitle .header > span, .bigtitle > header > a, .bigtitle > header > h1 > span {
    color: #191c21;
    display: inline-block;
    letter-spacing: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.bigtitle .header a:before, .bigtitle .header a:after, .bigtitle .header span:before, .bigtitle .header span:after, .bigtitle > header h1 > span:before, .bigtitle > header h1 > span:after {
    display: none;
}

.bigtitle .header small {
    color: #191c21;
    margin: 40px 0 40px 0;
}

.local .header {
    text-align: center;
}

.local a {
    display: none;
}

.gk-special figcaption h3 > span {
    color: #e30613;
}

.gk-special figcaption small {
    color: #e30613;
}

#gkBottom2 .box .header {
    padding: 0 0 50px 0;
}

.gkMenu > ul li div.childcontent {
    background: #191c21;
}

.gkMenu > ul > li.haschild > a:before {
    border-bottom-color: #191c21;
}

.gk-menu .box-wrap {
    background: #fff;
    margin: 0;
    overflow: hidden;
    padding: 100px 20px 0px 20px;
    position: relative;
    min-height: 100vh;
}

.middle .header, .middle > header h1 {
    margin: 0 160px;
    text-align: center;
}

.gk-menu-container {
    margin: -40px 0 0 0;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
}

.gk-menu-container dd:after {
    border-bottom: 1px dashed #d5d5d5;
    top: 0px;
}

/* 3 kolumny */
.gk-menu .gkCols {
    margin: 80px -55px 125px -55px;
}

.gk-menu .gkCols h3, .one-page-layout h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    color: #191c21;
}

.gk-menu .gkCols h3:before, .one-page-layout h3:before {
    display: none;
}

.gk-menu .gkCols img {
    width: 100%;
}

.gk-menu .gkCols a {
	float: left;
	overflow: hidden;
	width: 100%;
    margin-bottom: 30px;
}

.gk-menu .gkCols a img {
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
}

.gk-menu .gkCols a:hover img {
	-webkit-transform: rotate(5deg) scale(1.3);
	-moz-transform: rotate(5deg) scale(1.3);
	-ms-transform: rotate(5deg) scale(1.3);
	-o-transform: rotate(5deg) scale(1.3);
	transform: rotate(5deg) scale(1.3);
}



/* newsy */

.gkNspPM-GridNews figcaption {
    background: #191c21;
}

.gkNspPM-GridNews figcaption:before {
    border: 12px solid #191c21;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    left: -24px;
    position: absolute;
    top: 65px;
}

.gkNspPM-GridNews .inverse figcaption:before {
    border: 12px solid #191c21;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    left: auto;
    right: -24px;
    position: absolute;
    top: 65px;
}

.gkNspPM-GridNews figcaption p {
    color: #666!important;
}

.gkNspPM-GridNews figcaption a {
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 700;
}

.gkNspPM-GridNews figcaption a:hover,
.gkNspPM-GridNews figcaption a:active,
.gkNspPM-GridNews figcaption a:focus{
    color: #fab400!important;
}

.gkNspPM-GridNews hr.separator {
    margin: 25px auto 0 auto!important;
    padding: 0 0 25px 0!important;
}

.gkNspPM-GridNews > a {
    background: #fab400;
    color: #191c21;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 25px;
    margin: 0 5px 2px 0px;
    padding: 15px 50px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 3px solid #fab400;
}

.gkNspPM-GridNews > a:hover,
.gkNspPM-GridNews > a:active,
.gkNspPM-GridNews > a:focus{
	background: #c8d400;
	border: 3px solid #c8d400;
	color: #191c21!important;
}



/* referencje */

blockquote:before {
    color: #fab400;
}

blockquote p:after {
    color: #fab400;
}

.gk-testimonials-pagination li.active {
    background: #fab400;
}


/* artykuły */

.one-page-layout .header {
    margin: 0 auto!important;
    max-width: 1230px;
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

.one-page-layout .gkCols {
    text-align: left;
}

.one-page-layout h3 {
    font-size: 24px;
    font-weight: 700;
    padding: 50px 0 20px 0;
    text-align: left;
    text-transform: uppercase;
    color: #191c21;
}

.one-page-layout h3:before {
    background: #191c21;
    content: "";
    width: 45px;
    height: 3px;
    display: block;
    position: relative;
    margin-bottom: 12px;
}

.one-page-layout .more {
    bottom: -70px;
    position: absolute;
}


.one-page-layout a {
	float: left;
	overflow: hidden;
	width: 100%;
    margin-bottom: 30px;
}

.one-page-layout a img {
    display: block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
}

.one-page-layout a:hover img {
	-webkit-transform: rotate(5deg) scale(1.3);
	-moz-transform: rotate(5deg) scale(1.3);
	-ms-transform: rotate(5deg) scale(1.3);
	-o-transform: rotate(5deg) scale(1.3);
	transform: rotate(5deg) scale(1.3);
}

.one-page-layout .bigtitle.has-bg {
    line-height: 700px;
}

.one-page-layout .item-content {
    text-align: left;
}


/* mapa i kontakt */

.box.map:before {
    background: rgba(250, 180, 0, .8);
}

.gkContactForm textarea {
    border-color: #fab400;
}

.gkContactForm input {
    border-color: #fab400;
}

.contact .bigtitle .header {
    text-align: center;
}

.contact-form-info address {
    font-style: normal;
    padding-top: 0px;
    position: relative;
}

.contact-form-info address a {
        color: #fff;
}

.contact-form-info address a:hover,
.contact-form-info address a:focus,
.contact-form-info address a:active{
        color: #fff;
}

.contact-form textarea {
    margin-top: 6px;
}

.jicons-text {
    color: #191c21;
    font-size: 14px;
    font-weight: 700;
}

.gk-map.static {
    height: 520px;
    position: static;
}

.gkContactForm .button-border {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	float: right;
	height: 50px;
	line-height: 47px;
	margin: 18px 0 0 0;
	padding: 0 32px;
	width: auto!important;
}

.gkContactForm .button-border:active,
.gkContactForm .button-border:focus,
.gkContactForm .button-border:hover {
	background: #fab400;
	border-color: #fab400;
	color: #191c21;
}

.gk-locate:active,
.gk-locate:focus,
.gk-locate:hover {
	border-color: #191c21;
	color: #191c21;
}

.gk-locate {
    width: 150px;
}

.gk-map-close {
    background: #fab400;
}

label.invalid {
    background: none;
    border: none!important;
    color: #fab400!important;
}

.invalid {
    background: #fffef4;
    border: 1px solid #fab400!important;
    color: #191c21;
}



/* poruszone zdjecia */

.gk-photo {
    clear: both;
    padding: 35px 0;
    float: none;
    width: 50%;
}

.gk-photo:after {
    clear: both;
    content: "";
    display: inline;
}

.gk-photo-right > a, .gk-photo-right img {
    float: right!important;
}

figure {
    display: inline;
}

.gk-photo-overlay-prev:active,
.gk-photo-overlay-prev:focus,
.gk-photo-overlay-prev:hover,
.gk-photo-overlay-next:active,
.gk-photo-overlay-next:focus,
.gk-photo-overlay-next:hover {
	border-color: #fab400;
}



.category .itemBody {
    text-align: left;
}

.blog .bigtitle .header, .blog .bigtitle > header h1 {
    text-align: center;
}

article header h2 {
    padding: 0;
}

.itemImageBlock {
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}


/* menu mobile */

.gkAsideMenu + .gkAsideMenu {
    margin-top: 0px;
}

#close-menu {
    color: #e30613;
}

#close-menu.menu-open {
    opacity: 1.0;
    right: 10px;
    background: none;
    border: none;
    box-shadow: none;
}

#aside-menu li a.active, #aside-menu li a:active, #aside-menu li a:focus, #aside-menu li a:hover {
    color: #e30613;
}

#aside-menu {
    background: #191c21;
}

#gkMobileMenu i {
    color: #191c21;
    height: 44px;
    padding: 0!important;
    position: relative;
    right: 12px;
    text-align: center;
    width: 44px;
    background: none;
    box-shadow: none;
}


/* eventy */

.jux-events-calendar.full .n-jux-events-calendar-wrap {
    margin: 0px 0 40px 0;
}

.jux-events-calendar.list_layout2 .n-jux-event-list .event-date, .jux-events-calendar.list_layout2 .n-jux-event-list .event_type, .jux-events-calendar.list_layout2 .n-jux-event-list .event-location, .jux-events-calendar.list_layout2 .n-jux-event-list .event-time {
    padding-bottom: 5px;
    clear: both;
}

.jux_loadMore.active_diepbap {
    display: block!important;
    width: 100%;
    margin: 30px auto;
    text-align: center;
    clear: both;
}
.jux-events-calendar.list_layout2 .n-jux-event-list .event-ticket_uri {
    display: inline-block;
    margin-right: 0px;
}
.jux-events-calendar.list_layout2 .n-jux-event-list .event-date i,
.jux-events-calendar.list_layout2 .n-jux-event-list .event-time i,
.jux-events-calendar.list_layout2 .n-jux-event-list .event_type i,
.jux-events-calendar.list_layout2 .n-jux-event-list .event-location i{
    padding-right: 15px;
    font-weight: bold;
    background: none;
    box-shadow: none;
    color: #191c21;    
}

.jux-events-calendar.detail_layout1 .n-jux-event-detail-full .jux-facebook-events-detail .event-date i, .jux-events-calendar.detail_layout1 .n-jux-event-detail-full .jux-facebook-events-detail .event-time i, .jux-events-calendar.detail_layout1 .n-jux-event-detail-full .jux-facebook-events-detail .event_type i, .jux-events-calendar.detail_layout1 .n-jux-event-detail-full .jux-facebook-events-detail .event-location i {
    padding-right: 15px;
    font-weight: bold;
    background: none;
    box-shadow: none;
    color: #191c21;   
}

.n-jux-event-list .link {
    cursor: pointer;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 300px;
}
.jux-events-calendar.list_layout2 .n-jux-event-list .event-item-right {
    padding: 20px 25px;
    width: 100%;
    background: #ffffff;
}
.jux-events-calendar.list_layout2 .n-jux-event-list .event-name {
    font-size: 26px;
}

.jux-events-calendar.list_layout2 .n-jux-event-list .event-name:hover{
	color: #191c21!important;
    text-decoration: underline;
}


.jux-events-calendar.list_layout2 .n-jux-event-list .event-link a {
    padding: 17px 50px;
    background: #191c21;
    border-radius: 0;
    border: none;
    line-height: 25px;
}

.jux-events-calendar.list_layout2 .n-jux-event-list .event-link a:hover {
    background: #f5f5f5;
}

.jux-events-calendar.list_layout2 .n-jux-event-list .jux-event-list-tl a {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.jux-events-calendar.list_layout2 .n-jux-event-list .jux-event-list-tl a:hover{
	color: #191c21!important;
}

.jux-events-calendar.detail_layout1 .n-jux-event-detail-full .event-link a {
    padding: 11px 27px;
    background: #191c21;
    border-radius: 0;
    border: none;
    font-weight: 700;
}

.jux-events-calendar.detail_layout1 .n-jux-event-detail-full .event-link a:hover {
    background: #f5f5f5;
}

.jux-events-calendar.detail_layout1 .n-jux-event-detail-full .jux-facebook-events-tl-detail a {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.jux-events-calendar.detail_layout1 .n-jux-event-detail-full .jux-facebook-events-tl-detail a:hover {
	color: #191c21!important;
}

.jux-events-calendar.mod-851 .n-jux-event-detail .event-name {
    color: #191c21;
    text-align: center;
}

.jux-events-calendar.detail_layout1 .n-jux-event-detail-full .event-name {
    margin-bottom: 30px;
    margin-top: 35px;
}

.jux-events-text-detail {
    display: none;
}

.n-jux-event-list .event-item {
    padding-bottom: 70px;
}

.jux_loadMore.active_diepbap a {
    color: #fff;
    border: none;
    background: #191c21;
    padding: 17px 50px;
    border-radius: 0;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: none;
}

.jux_loadMore.active_diepbap a:hover {
    color: #191c21;
    border: none;
    background: #f5f5f5;
}

.jux-events-calendar.detail_layout1 .n-jux-event-detail-full .jux-facebook-events-tl-detail .event-ticket_uri, .jux-events-calendar.detail_layout1 .n-jux-event-detail-full .jux-facebook-events-tl-detail .event-link {
    float: left;
    width: 100%;
}

.jux-events-calendar.detail_layout1 .n-jux-event-detail-full .jux-facebook-events-tl-detail {
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 60px;
}

.jux-events-calendar.detail_layout1 .n-jux-event-detail-full .jux-facebook-events-count-detail {
    float: left;
    display: block;
    width: 100%;
    padding-top: 10px;
}

.n-jux-event-detail {
    padding-top: 0px!important;
}


@media (min-width: 1200px)
.col-lg-7 {
    width: 100%;
}



@media (max-height: 1230px) {
    #gkHeaderMod h1 {
        padding-top: 10px;
    }
    
}

@media (max-width: 1024px) {
    #gkHeaderNav #gkLogoSmall {
        left: 20px;
    }
    #gkLogo.cssLogo {
        margin: 150px auto 0 auto;
        width: 420px;
    }
    #gkMobileMenu {
        background: none!important;
    }
    #gkHeaderMod > div > div {
        padding: 350px 0 40px 0;
    }
    #gkContentWrap {
        margin-top: 0px;
    }
    .frontpage #gkHeaderNav.active .gkPage {
        display: block;
    }
    .gk-menu .box-wrap {
        padding: 120px 20px 80px 20px;
    }
    .gk-menu .gkCols {
        margin: 30px -20px 75px -20px;
    }
    #gkBottom2 .box .header {
        padding: 0 20px 50px 20px;
    }
    .gkPage {
        padding-left: 0px;
        padding-right: 0px;
    }
    .gkNspPM-GridNews {
        padding: 0px 20px;
    }
    .box.map {
        padding: 120px 20px;
    }
    .one-page-layout .bigtitle.has-bg {
        line-height: 450px;
    }
    .itemBody {
        padding: 0 20px;
    }
    .contact .contact-address {
        padding-left: 20px;
    }
    .contact h3 {
        padding-left: 20px;
    }
    .contact-form {
        padding-left: 20px;
    }
}


@media (max-width: 820px) {
    .gkNspPM-GridNews h3 {
        font-size: 24px;
    }
    .gkNspPM-GridNews figcaption p {
        font-size: 14px;
    }
    #gkHeaderNav.active {
        height: 70px;
    }
    .one-page-layout .bigtitle {
        margin: 100px 0 50px 0!important;
    }
    #gkHeader-Top {
        display: none;
    }
    #gkMobileMenu i {
        color: #ffffff;
        top: -73px;
    }
}


@media (max-width: 580px) {
    #gkTop1 .box, #gkTop2 .box, #gkSidebar .box, #gkMainbody .box, #gkBottom1 .box, #gkBottom2 .box, #gkBottom3 .box, #gkBottom4 .box, #gkBottom5 .box {
        max-width: 580px;
    }
    #gkLogo.cssLogo {
        margin: 150px auto 0 auto;
        width: 320px;
        height: 180px;
    }
    #gkLogoSmall.cssLogo {
        width: 300px;
    }
    .bigtitle .header, .bigtitle > header h1 {
        font-size: 40px;
    }
    #gkHeaderNav.static, #gkHeaderNav.active {
        height: 70px;
    }
    .itemBody {
        padding: 0 10px;
    }
    #gkHeader.menu-visible {
        padding-top: 70px;
    }
    #gkMobileMenu {
        margin: 15px 0 9px 0!important;
    }
    .gk-menu .box-wrap {
        padding: 80px 20px 0px 20px;
    }
    #gkBottom4 {
    padding: 60px 0 40px 0;
    }
    .gk-over-map.gkCols > div {
        padding: 0px;
    }
    .gk-locate {
        right: 10px;
    }
    #gkBottom2 .box .header {
        padding: 0 0px 50px 0px;
        font-size: 30px;
    }
    .box.parallax .content, .box.parallax .header {
        max-width: 540px!important;
    }
    .bigtitle .header small {
        margin: 30px 0 10px 0;
    }
    .contact-address {
        float: left;
        width: 100%;
    }
    .contact-contactinfo {
        float: left;
        width: 100%;
        clear: both !important;
        padding-top: 20px !important;
        padding-left: 20px;
    }
    .contact-form-info address p {
        padding-right: 20px;
    }

    .frontpage .contact-form {
        padding-left: 0px;
    }
    #location .box-wrap {
        padding-left: 20px;
    }
    .gk-menu .gkCols h3, .one-page-layout h3 {
        margin: 18px 0;
    }
    .gk-menu .gkCols .more {
        bottom: 0px;
        position: relative;
    }
    .n-jux-event-list .link {
        max-height: 200px;
    }
    
}





/*
     FILE ARCHIVED ON 07:50:14 Jun 12, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:31:45 Apr 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.62
  exclusion.robots: 0.073
  exclusion.robots.policy: 0.061
  esindex: 0.009
  cdx.remote: 26.584
  LoadShardBlock: 146.417 (3)
  PetaboxLoader3.datanode: 116.066 (4)
  load_resource: 125.432
  PetaboxLoader3.resolve: 84.443
*/