
/* CSS Reset*/
html { margin:0;padding:0;border:0; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style: none; }


/* Body setup*/
body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left    ;
    background: #fff;
    color: #222;
    -webkit-font-smoothing:antialiased;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

b,
strong { font-weight: 900; }

i,
em { font-style: italic; }

:focus { outline: none; }

img { display: block; max-width: 100%; height: auto; }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.main-container {
    overflow-x: hidden;
}

.container {
    max-width: 1260px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.small-container {
    max-width: 990px;
}

.cf:before,
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; /* IE 6/7 only */ }


.left   { float: left; }
.right  { float: right; }
.half   { width: 49.00%; }
.third  { width: 33.32%; }
.fourth { width: 24.99%; }
.sixth  { width: 16.65%; }
.two-thirds {
    width: 66.65%;
}

.retina {
    zoom: 0.5;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

#logo {
    height: 50px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
}

h1, h2, h3 {
    line-height: 1.2em;
    padding-bottom: 15px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    letter-spacing: 0.05em;
}

h3 {
    font-size: 22px;
    padding-bottom: 10px;
}

h2 {
    font-size: 28px;
}

h2, h3 {
    color: #000;
    letter-spacing: 0.05em;
    margin-top: 20px;
}

h1 {
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
}

h4 {
    font-weight: bold;
    font-size: 20px;
    max-width: 920px;
    margin: 30px auto 50px;
    line-height: 1.8em;
    text-align: justify;
}

small {
    font-size: 12px;
    color: #a2a2a2;
    letter-spacing: 0.05em;
}

p {
    padding-bottom: 15px;
    line-height: 1.8em;
}

.btn {
    background: #f83a2c;
    display: inline-block;
    color: white;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding: 0 25px;
    border: 1px solid #c72216;
    border-radius: 3px;
}

.btn:hover {
    background: #db2c1f;
}


.center {
    text-align: center;
    margin: 0 auto;
}

.hero {
    position: relative;
}

.hero .sponsor {
    text-align: center;
    color: #111;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.hero .sponsor img {
    margin: 0 auto 30px;
    width: 150px;
    height: auto;
}

.shadow-light {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url("assets/img/shadow-light.png") repeat-x;
    background-size: auto 100%;
    background-position: 0 2px;
}

.foter-img {
    height: 750px;
}

.hero.parallax-window {
    padding-top: 60px;
    height: 100vh;
}

.hero-half {
    height: 50vh;
    background-image: url(https://www.elgrad.hr/wp-content/uploads/2018/01/pro-laminat-paralax06.jpg);
    background-size: cover;
}

.hero-half .container {
    justify-content: center !important;
}

.hero-half-2 {
    background-image: url(https://www.elgrad.hr/wp-content/uploads/2018/01/pro-comfort-paralax04.jpg) !important;
}

.hero .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-text {
    text-align: center;
    color: #000;
}

.hero h2 {
    letter-spacing: 0em;
    font-size: 24px;
    text-transform: none;
    color: #000;
}

.hero h1 {
    font-size: 48px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 15px;
    color: white;
    background: #000;
    display: inline;
    padding: 0;
}

.hero h1:before {
    content: "";
    width: 60px;
    height: 5px;
    background: #dd3333;
    display: block;
    margin: 0 auto 30px;
}

.hero p {
    font-size: 22px;
    line-height: 1.4em;
    max-width: 990px;
    margin: 20px auto;
    font-weight: 600;
}

.arrow-container {
    position: relative;
    height: 50px;
}

.arrow {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
}

.arrow-first {
    animation: arrow-movement 2s ease-in-out infinite;
}
.arrow-second {
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
    background: #dd3333;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}

.arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left;
}

.arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right;
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 45%;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.article-content p,
.article-content h2,
.article-content h3,
.article-content .featured {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.article-content .featured {
    position: relative;
}

.article-content .featured:before {
    position: absolute;
    content: "";
    display: block;
    background: #ddd;
    width: 3px;
    height: 100%;
    top: 0;
    left: -25px;
}

.article-content .featured li {
    position: relative;
    display: block;
    padding-left: 40px;
    padding-bottom: 25px;
    margin-left: -30px;
}

.article-content .featured li:before {
    content: "\f111";
    display: block;
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    color: #ddd;
}

.article-content {
    padding: 50px 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.article-content .gallery {
    max-width: 1200px !important;
    margin-bottom: 0 !important;
}

.article-content .gallery img {
    margin: 5px !important;
    height: auto;
}

.article-content h2 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.article-content h2:before+ {
    content: "";
    width: 60px;
    height: 5px;
    background: #F8F800;
    display: block;
    margin: 0px 0 15px;
}

.article-content img {
    max-width: 100%;
    height: auto;
    margin: 20px auto 40px;
}

.article-content .gif {
    width: 100%;
    height: auto;
    max-width: 750px;
}

.article-content .flex {
    max-width: 750px;
    margin: 0 auto -60px;
}

.article-content figcaption {
    font-size: 16px;
    color: #666;
    margin: -20px 0 20px 0;
}

.article-content a {
    color: red;
}

.article-content a:hover {
    text-decoration: underline;
}

.article-content quote {
    display: block;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    border-left: 5px solid #F8F800;
    padding: 0 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.8em;
}

.floor-container {
    max-width: 1200px !important;
    padding: 40px 0 80px;
    margin-bottom: 0 !important;
}

.floor-container > div:first-child {
    padding-right: 15px;
}

.floor-container > div:last-child {
    padding-left: 15px;
}

.floor-container .floor img {
    margin: 0 0 15px;
}

.floor-container .floor a {
    font-size: 14px;
    text-transform: uppercase;
}

.floor-container .floor h1 {
    font-weight: 300;
}

.floor-container .floor h3 {
    padding-bottom: 5px;
}

.floor-container .floor {
    margin-top: 60px;
}

.abudabi {
    position: relative;
    bottom: -33px;
}

.map {
    height: 600px;
    background: url("assets/img/mapa.jpg");
    background-position: cover;
    background-position: center center;
    padding: 50px 0;
    position: relative;
    text-align: center;
    color: white;
}

.map a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1,1,1,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.map h1 {
    color: white;
    padding: 0 30px;
    margin-bottom: 20px;
}

.btn {
    max-width: 260px;
    margin: 0 auto;
}

.footer-img {
    text-align: center;
    position: relative;
    color: white !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(1,1,1,0.3);
}

.podravka {
    width: 180px;
    height: auto;
    margin: 10px auto 30px;
}

.hero .podravka {
    margin-bottom: 0;
}

.footer-img h2 {
    color: white;
}

.slider-container {
    background: #F8F800;
    padding: 40px 0;
}

.slider-container .flex > div img {
    width: 300px;
    margin: 0 auto;
}

.slide .flex > div:last-child {
    padding-left: 30px;
}

.slide h3 {
    text-transform: uppercase;
    font-family: "Courier", serif;
}

.slide h4 {
    margin: 10px 0 10px;
    font-size: 32px;
    line-height: 1.4em;
}

.slide p {
    padding-bottom: 5px;
    line-height: 1.2em;
}

.slick-arrow:before {
    font-family: "FontAwesome" !important;
    color: #000 !important;
    font-size: 60px !important;
    margin-top: -30px;
    display: block;
}

.slick-prev {
    left: 10px !important;
}

.slick-next {
    right: 10px !important;
}

.slick-next:before {
    content: "\f105" !important;
}

.slick-prev:before {
    content: "\f104" !important;
}


.slider-container .text-box .fourth {
    width: 49.99% !important;
    margin: 0 auto;
    text-align: center;
}

.slider-container .text-box {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 9px solid yellow;
}

.slider-container h1 {
    color: #000;
    font-size: 36px;
}

.info-container {
    padding: 50px 0;
}

.info-container .half {
    padding-bottom: 30px;
}

.info-container .flex {
    padding-top: 30px;
}

.info-container .half:nth-child(odd) {
    padding-right: 15px;
}

.info-container .half:nth-child(even) {
    padding-left: 15px;
}

.info-box .two-thirds {
    background: #F8F800;
    color: #000;
    font-size: 18px;
    padding: 20px;
    box-shadow: 3px 3px 0 black;
    position: relative;
    margin: 5% 0 0 0;
}

.info-box .two-thirds span {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 14px;
    font-style: italic;
    color: #666;
    line-height: 1.2em;
    padding: 10px;
}

.info-box img {
    width: 100%;
    height: auto;
}

.info-box > div {
    float: left;
}

@media only screen and (max-width: 480px) {

    .hero h1 {
        font-size: 34px;
        letter-spacing: 0.1em;
    }

    .hero h2 {
        letter-spacing: 0.1em;
        font-size: 24px;
    }

    h4 {
        font-size: 19px;
        text-align: left;
    }


    .article-content img.retina {
        max-width: 100vw;
        zoom: 1;
    }

    .half, .third, .two-thirds {
        width: 100%;
        padding: 0 !important;
    }

    .article-content .gallery {
        margin: 0 -30px;
    }

    .article-content .gallery img {
        margin: 0 0 10px !important;
        height: auto;
    }

    .floor-gallery img {
        width: auto !important;
        height: auto !important;
    }

    .hero p {
        font-size: 18px;
    }
}
