html, body {
    font-family: 'Oxygen', sans-serif;
}
[hidden] {
    display: inherit !important;
}
a, a:hover {
    text-decoration: none;
    color: #13c9d4;
}
*:focus {
    outline: none !important;
}
p {
    margin: 0;
    line-height: 1.3em;
}
.form-control, .btn {
    border-radius: 0;
}
.btn.disabled, .btn:disabled {
    opacity: .65;
    cursor: not-allowed;
    color: #fff !important;
}

.btn.disabled:hover, .btn.disabled:disabled {
    color: #fff !important;
}
.form-control {
    border-color: #13c9d4;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-control-label::before {
    top: 0;
    left: -1.5rem;
    width: 1.1rem;
    height: 1.1rem;
    background: none;
    border: 1px solid #13c9d4;
}
.custom-control-label::after {
    top: 0;
    left: -1.5rem;
    width: 1.1rem;
    height: 1.1rem;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #13c9d4;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #13c9d4;
}
/*#ceb48c*/

/*#13c9d4*/
.reveal .slides > section, .reveal .slides > section > section {
    padding: 0;
}
.reveal.on {
    filter: blur(10px);
}
.reveal.slide .slides > section, .reveal.slide .slides > section > section {
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    position: absolute !important;
    top: 0 !important;
    align-items: center !important;
}
.reveal:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 0;
    
/*box-shadow: 0px 0px 200px 100px rgba(0,0,0,1);*/
    z-index: 2;
}
.reveal .controls {
    z-index: 3;
}

#logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;

}
#logo img {
    width: 120px;
    height: 120px;
}
#menuModal .modal-content {
    /*height: 100vh;*/
}
#menu {
    position: absolute;
    top: 23px;
    right: 30px;
    z-index: 1051;
    background: none;
    border: 0;
    color: #434343;
    text-transform: uppercase;
    cursor: pointer;
    width: 58px;
    height: 58px;

}
#menu span {
    display: block;
    width: 100%;
    height: 5px;
    background: #434343;
    margin-bottom: 3px;
    margin-top: 7px;
}
#menu-tel {
    position: absolute;
    display: block;
    width: 61px;
    height: 57px;
    top: 25px;
    right: 100px;
    z-index: 1051;
    background: url('../img/phone-icon.svg') center center no-repeat;
    border: 0;

}
#menu-mail {
    position: absolute;
    display: block;
    width: 61px;
    height: 57px;
    top: 25px;
    right: 178px;
    z-index: 1051;
    background: url('../img/message-icon.svg') center center no-repeat;
    border: 0;

}
#nav-info {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
}
.menu-nav {
    width: 300px;
    margin: 0 auto;
    padding-top: 100px;
    text-align: left;
}
.menu-nav a {
    display: block;
    color: #434343;
    font-weight: 700;
    font-size: 1.1em;
    padding: 6px;
    margin: 4px;
}
.menu-nav a:hover {
    color: #fff;
}
.menu-nav #accordionIQ a.collapsed {
    color: #434343;
}
.menu-nav #accordionIQ a {
    color: #13c9d4;
}
.menu-nav #accordionIQ .small {
    padding-left: 20px;
}
.menu-nav #accordionIQ .small a {
    color: #fff;
}
.menu-nav #accordionIQ a:hover {
    color: #13c9d4;
}
.menu-nav strong {
    display: inline-block;
    background: #434343;
    padding: 3px 40px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.menu-nav .btn-default {
    color: #fff;
    background: #13c9d4;
    padding: .375rem .75rem;
    margin: 15px 0;
	text-transform: uppercase;
	
}
.no-arrows .navigate-left, .no-arrows .navigate-right {
    display: none;
}
.navigate-left .controls-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-90deg);
    width: 300px;
    margin-left: -188px;
    padding-left: 18px;
}
.navigate-left:before {
    display: block;
    content: "";
    position: absolute;
    left:0;
    top:0;
    width:0px;
    height:100%;
    box-shadow: -50px 0px 113px 100px rgba(0,0,0,0.7);
}
.navigate-right .controls-label {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 300px;
    margin-left: -113px;
    transform: rotate(-90deg);
    padding-left: 18px;
}
.navigate-right:before {
    display: block;
    content: "";
    position: absolute;
    right:0;
    top:0;
    width:0px;
    height:100%;
    box-shadow: 50px 0px 113px 100px rgba(0,0,0,0.7);
}
.navigate-down .controls-label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    margin-top: 28px;
}
.navigate-down:before {
    display: block;
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:0px;
	box-shadow: 0px 50px 113px 100px rgba(0,0,0,0.7);
    /* box-shadow: 0px 50px 200px 100px rgba(0,0,0,1); */
}
.navigate-up .controls-label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    margin-top: -48px;
}
.navigate-up:before {
    display: block;
    content: "";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:0px;
    box-shadow: 0px -50px 113px 100px rgba(0,0,0,0.7);
}
.reveal .controls[data-controls-layout="edges"] .navigate-left {
    left: 28px;
}
.reveal .controls[data-controls-layout="edges"] .navigate-right {
    right: 28px;
}
.reveal .controls[data-controls-layout="edges"] .navigate-down {
    bottom: 28px;
}
.reveal .controls[data-controls-layout="edges"] .navigate-up {
    top: 28px;
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    /*min-height: 100vh;*/
}

.reveal .controls .controls-arrow:before, .reveal .controls .controls-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 0.3em;
    border-radius: 0;
    background-color: #ceb48c;
    transition: all 0.15s ease, background-color 0.8s ease;
    -webkit-transform-origin: 0.2em 50%;
    transform-origin: 0.2em 50%;
    will-change: transform;
}
.reveal .controls .controls-arrow {
    border: 0.3em solid #ceb48c;
    border-radius: 0.5em;
    padding-top: 5px;
    width: 4.6em;
    height: 4.6em;
}
.reveal .controls .controls-arrow:before {
    -webkit-transform: translateX(0.5em) translateY(1.6em) rotate(45deg);
    transform: translateX(1.1em) translateY(1.85em) rotate(45deg);
}
.reveal .controls .controls-arrow:after {
    -webkit-transform: translateX(0.5em) translateY(1.6em) rotate(-45deg);
    transform: translateX(1.1em) translateY(1.75em) rotate(-45deg);
}
.reveal .controls .controls-arrow:hover:before {
    -webkit-transform: translateX(0.5em) translateY(1.6em) rotate(40deg);
    transform: translateX(1.1em) translateY(1.85em) rotate(40deg);
}
.reveal .controls .controls-arrow:hover:after {
    -webkit-transform: translateX(0.5em) translateY(1.6em) rotate(-40deg);
    transform: translateX(1.1em) translateY(1.75em) rotate(-40deg);
}

.controls-label {
    color: #fff;
    font-weight: 800;
    font-size: 1.6em;
    white-space: nowrap;
}
.reveal .controls .enabled {
    opacity: 1;
}
section.white {
    color: #fff;
}
section.black {
    color: #000;
}
.btn-default {
    border-radius: 0;
}
.iq-p {
    padding-left: 100px;
    padding-right: 100px;
}

/*modal*/
.modal-pages {
    z-index: 1052;
    overflow-y: hidden !important;
    background: rgba(255, 255, 255, 0.95);
}
.modal-pages .modal-content {
    border-radius: 0;
    border: 0;
    background: none;
    overflow-y: auto !important;
    height: 90vh;
    margin-top: 10vh;
}
.modal-pages .modal-header {
    border: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    height: 10vh;
    padding: 0;
}
.modal-pages .modal-body {
    overflow-y: auto;
}
.modal-pages .modal-header .close {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    padding: 0;
    color: #13c9d4;
    display: block;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 0;
    text-align: center;
    line-height: 44px;
    opacity: 1;
    font-size: 50px;
    background-image: url('../img/x-button.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.modal-pages .modal-header .close span {
    display: none;
}
#searchModal .modal-footer {
    border: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    height: 10vh;
}
#searchModal .modal-content {
    height: 80vh;
}
.iq-frame-close-cont {
    position: absolute;
    top: 0;
    right: 0;
    height: 10vh;
}
.iq-frame-close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -25px;
    padding: 0;
    color: #13c9d4;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
    opacity: 1;
    font-size: 50px;
    font-weight: 700;
    color: #13c9d4 !important;
    position: absolute;
    z-index: 999;
    background-image: url('../img/x-button.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.modal-pages .modal-header .close:hover, .iq-frame-close:hover {
    color: #434343 !important;
    background-position: 0 -50px;
}
.iq-frame-close span {
    display: none;
}
.modal-menu {
    background: rgba(255, 255, 255, 0.4);
}
.modal-menu .modal-content {
    border-radius: 0;
    border: 0;
    background: none;
}
.modal-news-container, .modal-page-container {
    padding-top: 10px;
    padding-bottom: 90px;
}
#pagesModal2 .modal-header, #pagesModal3 .modal-header {
    width: auto;
}
.modal-full2 {
    width: 100% !important;
    padding: 0;
    margin: 0;
}
.modal-full2 .modal-content {
    margin: 0;
    height: 100vh;
    width: 100vw;
}

/*szukaj*/

.search h2 {
    /*font-size: 18px;*/
    font-weight: bold;
}
.search-form {
    width: 300px;
    margin: 0 auto !important;
    color: #fff;
}
.search-form strong {
    display: block;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.search-form span {
    display: block;
    font-size: 14px;
    padding-top: 20px;
}
.search-form .btn-default {
    background: #fff;
    color: #000;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 50px;
	text-transform: uppercase;
}
.search-info {
    font-size: 14px;
}
.noUi-target {
    background: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.noUi-horizontal {
    height: 1px;
}
.noUi-horizontal .noUi-handle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -20px;
}
.noUi-handle:after, .noUi-handle:before {
    display: none;
}
.search-find {
    color: #13c9d4;
    font-weight: bold;
    font-size: 44px;
}
.search-find .btn-default {
    color: #fff;
    background: #13c9d4;
    padding: .375rem .75rem;
    font-size: 14px;
	text-transform: uppercase;
}
.search-form .btn-search {
    margin: 0;
    border-radius: 20px;
}
#searchModal .selected {
    background-color: #13c9d4;
}

/*podstawowy*/
.text-default {
    position: relative;
}
.text-default .img-header {
    max-width: 300px;
    margin-bottom: 10px;
}
.text-default h2 {
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 20px;
}
.text-default .btn-default, .modal-footer .btn-default, form .btn-default {
    color: #fff;
    background: #13c9d4;
    padding: .375rem .75rem;
    font-size: 14px;
	text-transform: uppercase;
}
.text-default:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 0;
    box-shadow: 0px 0px 120px 50px rgba(0,0,0,0.6);
    z-index: -1;
}

/*aktualnosc*/
.news-default {
    position: relative;
    z-index: 1;
    align-items: center;
}
.news-default a {
    color: #fff;
    padding: 50px 0;
}
.news-default .img-header {
    max-width: 300px;
}
.news-default h2 {
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 20px;
}
.news-default .btn-default {
    color: #fff;
    background: #13c9d4;
    padding: .375rem .75rem;
    font-size: 14px;
	text-transform: uppercase;
}
.news-default:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 0;
    box-shadow: 0px 0px 200px 50px rgba(0,0,0,1);
    z-index: -1;
}

/*galeria*/

.gallery-default {
    /*    display: inline-block;
        max-width: 1050px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 1100px;
}
.gallery-default a {
    /*    display: block;
        float: left;*/
}
.gallery-default a img {
    display: block;
    width: 150px;
}

/*film*/

.video-default {
    width: 100%;
    margin-top: -20px !important;
    /*height: 100%;*/
}

/*lista*/

.list-default .list-offer div {
    display: flex;
    align-items: center;
    min-height: 50px;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    padding-left: 80px;
    /*line-height: 70px;*/
    margin: 10px 0;
    text-align: left;

}
.list-default .list-offer {
    display: table;
    min-width: 100px;
    margin: 0 auto;
	font-size: 13px;
}

/*raportya*/

.report-default {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 1100px;
}
.report-default a {
    display: block;
    /*float: left;*/
    width: 150px;
    height: 150px;
    background-size: cover;
    position: relative;
    color: #fff;
    font-weight: bold;
}
.report-default a span {
    background: rgba(19, 201, 212, 0.5);
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center !important;
}
.report-default a:hover span {
    background: none;
}

/*boxy*/

.box-default {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 1100px;
}
.box-default a {
    display: block;
    /*float: left;*/
    width: 180px;
    height: 210px;
    position: relative;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
.box-default a span.box-1 {
    background-size: cover;
    display: block;
    width: 180px;
    height: 180px;
}
.box-default a span.box-2 {
    font-weight: bold;
    line-height: 30px;
    display: block;
}

/*mieszkania*/

.apartment {
    /*    width: 100%;
        height: 100%;
        height: 100vh;*/
}
.apartment-top {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    margin-left: -25% !important;
    z-index: 1;
}
.apartment-top div {
    width: 25%;
    float: left;
    height: 75px;
    color: #fff;
    background: #13c9d4;
    font-weight: bold;
    font-size: 32px;
    text-align: center;

}
.apartment-top div small {
    display: block;
    font-size: 14px;
    padding-top: 13px;
}
.apartment-top div.bgg {
    background: #989898;
}
.apartment-top div.bgp {
    background: #b3b3b3;
}
.apartment-top div a {
    background: #c5ae8c;
    display: block;
    color: #fff;
    height: 100%;
    line-height: 72px;
}
.apartment-top-info {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    text-align: center;
}
.pinch-zoom img {
    height: 100vh;
}
.pinch-zoom-container {
    height: 100% !important;
}
.img-zoom {
    display: inline-block;
}
.img-zoom i {
    /*display: none;*/
    position: absolute;
    top: 50%;
    left: 50%;
    /*text-shadow*/
    margin-top: -40px;
    margin-left: -40px;
    font-size: 80px;
    color: #fff;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}

/*mapa*/

.map-map {
    width: 100%;
    min-height: 100% !important;
    position: absolute;
    height: 100%;
}

/*svg*/
.floor-explorer svg {
    width: 100%;
    height: 100%;
}

.carousel-item {
    min-height: 100vh;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: auto;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    color: #fff;
    text-align: center;
    opacity: 1;
}
.carousel-control-next, .carousel-control-prev {
    font-size: 10px;
}
.carousel-control-prev.cc .controls-arrow {
    transform: rotate(0deg) !important;
}
.carousel-control-up {
    font-size: 10px;
    text-align: center;
    display: block;
    width: 46px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.carousel-control-up .controls-arrow {
    transform: rotate(90deg) !important;
}

.cc .controls-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 0.3em solid #ceb48c;
    border-radius: 0.5em;
    padding-top: 5px;
    width: 4.6em;
    height: 4.6em;
    position: relative;
}
.cc .controls-arrow:before {
    -webkit-transform: translateX(0.5em) translateY(1.6em) rotate(45deg);
    transform: translateX(1.1em) translateY(1.85em) rotate(45deg);
}
.cc .controls-arrow:before, .cc .controls-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    height: 0.3em;
    border-radius: 0;
    background-color: #ceb48c;
    transition: all 0.15s ease, background-color 0.8s ease;
    -webkit-transform-origin: 0.2em 50%;
    transform-origin: 0.2em 50%;
    will-change: transform;
}
.cc .controls-arrow:after {
    -webkit-transform: translateX(0.5em) translateY(1.6em) rotate(-45deg);
    transform: translateX(1.1em) translateY(1.75em) rotate(-45deg);
}
.carousel-control-prev {
    left: 50%;
    top: 30px;
    margin-left: -200px;
}
.carousel-control-next {
    right: 50%;
    top: 30px;
    margin-right: -200px;
}
.floor-header {
    padding: 30px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #ceb48c;
}
.floor-info {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 16px;
}
.floor-svg svg {
    width: 70%;
    height: auto;
    margin-bottom: 80px;
}
#pagesModalSearch .floor-info {
    right: auto;
    bottom: auto;
    top: 15px;
    left: 15px;
}
.floor-info span {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
}
.floor-info span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    background: #ccc;
}
.floor-info span.fi1:before {
    background: #00c56a;
}
.floor-info span.fi2:before {
    background: #ffd200;
}
.floor-info span.fi3:before {
    background: #f7adb7;
}
.floor-pdf {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 16px;
}
.floor-pdf i {
    margin-right: 5px;
}
.floor-pdf a {
    color: #000;
}

.blueimp-gallery>.close {
    color: #fff !important;
}
.blueimp-gallery>.next, .blueimp-gallery>.prev {
    color: #fff !important;
}

#iq-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    display: none;
}
#iq-frame iframe {
    width: 100%;
    height: 100%;
}
.pinch-zoom-parent {
    width: 100%;
    height: 100%;
}

.form-group {
    margin-bottom: 0.5rem;
}
/*@media screen and (orientation:portrait) {*/
.reveal.slide .slides > section, .reveal.slide .slides > section > section.iq_aktualnosci,
.reveal.slide .slides > section, .reveal.slide .slides > section > section.iq_promocje{
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    align-content: stretch !important;
}
.news-default {
    width: 33.33%;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/*}*/

/*START*/

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    color: #444;
    padding: 15px;
    overflow: auto;
}
#overlay .dd {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -22px;
}
#overlay .du {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -22px;
}
#overlay .dl {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -32px;
}
#overlay .dr {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -32px;
}
#overlay .btn-default {
    color: #fff;
    background: #13c9d4;
    padding: .375rem .75rem;
    font-size: 14px;
	text-transform: uppercase;
}
.overlay-close {
    position: fixed;
    right: 15px;
    top: 15px;
    display: block;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: transparent;
    background-image: url('../img/x-button.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}
.overlay-close:hover {
    background-position: 0 -50px;
}

.blueimp-gallery {
    background: #fff;
    background: rgba(255,255,255,.9);
}
.blueimp-gallery>.close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url('../img/x-button.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.blueimp-gallery>.close:hover {
    background-position: 0 -50px;
}
.blueimp-gallery>.prev {
    top: 50%;
    left: 15px;
    width: 50px;
    height: 50px;
    margin: 0;
    background: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('../img/right.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.blueimp-gallery>.prev:hover {
    background-position: 0 -50px;
}
.blueimp-gallery>.next {
    top: 50%;
    width: 50px;
    height: 50px;
    margin: 0;
    background: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('../img/left.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}
.blueimp-gallery>.next:hover {
    background-position: 0 -50px;
}
#menu { 
    padding: 0;
    width: 50px;
    padding-top: 40px;
}
#menu span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -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;
}

#menu span:nth-child(1) {
    top: 3px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu span:nth-child(2) {
    top: 15px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu span:nth-child(3) {
    top: 27px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 12px;
    width: 30px;
}

#menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 12px;
    width: 30px;
}

#iq-cookie {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 2;
    text-align: right;
    color: #fff;
    text-shadow: 0px 0px 15px #000;
    font-size: 14px;
}
#iq-cookie a {
    color: #fff;
}
#iq-cookie p {
    font-size: 11px;
    margin-top: 5px;
}

#cookies {
    position: relative;
    background-color: rgba(0, 0 ,0, .8);
    color: #ffffff;
    padding: 30px;
    position: fixed;
    text-align: left;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    width: 400px;
    display: inline-block;
}
#cookies p {
    margin-bottom: 20px;
}
#cookies a {
    margin-right: 10px;
    color: #fff;
    background: #13c9d4;
    padding: .375rem .75rem;
    font-size: 14px;
    text-transform: uppercase;
}
.modal-copy {
    display: none;
}