﻿@charset "utf-8";
/* CSS Document */


/*
  reset
  layout
  quotes
  intro
  site
  preloader
  media queries
*/


/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    height: 100%;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

/* remove dotted outline from links, button and input element */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}


/* layout */
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
    background: url(../image/pattern2.png) ;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        color: #555;
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    p a {
        color: #000;
        text-decoration: none;
        outline: none;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

        p a:hover {
            color: #555;
            text-decoration: none;
            -webkit-transition: all 0.5s linear;
            -moz-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            transition: all 0.5s linear;
        }

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}


h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h2 {
    font-family: 'Oswald', sans-serif;
    /* font-size: 20px; */
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #555;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
}

img.logo {
    margin-top: 10px;
}

.site-header h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #555;
    margin: 0 auto 8px auto;
    padding: 48px 20px 0 20px;
    line-height: 1;
}

h3 {
    font-family: 'Oswald', sans-serif;
    /* font-size: 30px; */
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    color: #555;
    margin: 0 auto 8px auto;
    padding: 48px 20px 0 20px;
    line-height: 1;
}

h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    color: #555;
    margin: 48px auto 0 auto;
    padding: 12px 10px 0 10px;
    line-height: 1.1;
    position: relative;
    width: 225px;
    height: 55px;
    background: url(../intro-images/laurel-leaves.png) no-repeat center;
}

.divider {
    position: relative;
    width: 100%;
    height: 50px;
    background: none;
}


/* quotes */
#quotes-wrapper {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

.quotes {
    margin: 0;
    padding: 0;
}

.cbp-qtrotator {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    min-height: 200px;
    overflow: hidden;
}

    .cbp-qtrotator .cbp-qtcontent {
        position: absolute;
        /*
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
*/
        margin: 0;
        padding: 0;
        /* top: 0; */
        top: -30px;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        width: 100%;
        min-height: 200px;
        z-index: 0;
    }

.no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    pointer-events: auto;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 100;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

.cbp-qtprogress {
    position: absolute;
    /* background: #000; */
    height: 1px;
    width: 0%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
}

    .cbp-qtrotator blockquote p {
        font-family: 'Oswald', sans-serif;
        font-size: 20px;
        font-weight: 400;
        font-style: normal;
        text-transform: uppercase;
        text-align: center;
        color: #555;
        padding: 30px 0 0 0;
    }

    .cbp-qtrotator blockquote footer {
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 1.5;
        font-style: normal;
        font-weight: normal;
        text-transform: uppercase;
        color: #555;
        padding: 20px 0 0 0;
    }

        .cbp-qtrotator blockquote footer:before {
            content: '― ';
        }

.cbp-qtrotator .cbp-qtcontent img {
}


/* intro */
.unveil-city-logo {
    position: relative;
    width: 100%;
    height: auto;
    /*margin: 62px auto 64px auto;*/
}

.unveil-city {
    position: relative;
    width: 100%;
    height: auto;
    margin: 16px auto 9px auto;
}

.title-intro-city {
    font-family: 'Oswald', sans-serif;
    font-size: 160px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    /* text-shadow: 1px 1px 2px #000; */
    position: relative;
    display: block;
}

.description-intro-city {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    letter-spacing: normal;
    text-transform: uppercase;
    text-align: center;
    /* text-shadow: 1px 1px 2px #000; */
    margin: 5px auto;
    padding: 3px 0 0 0;
    border: none;
    background: #000;
    width: 176px;
    height: 30px;
    /*
-webkit-box-shadow: 0 0 5px 5px #fff;
   -moz-box-shadow: 0 0 5px 5px #fff;
        box-shadow: 0 0 5px 5px #fff;
*/
}

.top-intro-city {
    height: 110px;
    overflow: hidden;
}

.bottom-intro-city {
    height: 110px;
    overflow: hidden;
}

.top-intro-city .title-intro-city {
    margin: 43px auto 0 auto;
}

.bottom-intro-city .title-intro-city {
    margin: -97px auto 0 auto;
}


/* site */
.site-header {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
    margin: 0;
    padding: 0;
}


.site-wrap {
    position: relative;
}

.site-main {
    position: relative;
    background: none;
}

.section {
    padding: 0;
    background: none;
    width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: 276px;
}

.preview-img-info {
    padding: 19px 0 14px 0;
}

.preview-corner {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    /* top: -20px;
right: -20px; */
    top: -10px;
    right: -10px;
    background: #db0018;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.preview-corner-txt {
    position: absolute;
    top: 12px;
    right: 7px;
    font-family: 'Dosis', sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}


/* works hover */
.icon-works {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 1;
}

    .icon-works a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        /* width: 44px; */
        /* width: 244px; */
        width: 180px;
        height: 44px;
        line-height: 44px;
        margin: 0 auto 0 -10px;
        /* font-size: 20px; */
        background: #111;
        border: 1px solid #111;
        color: #fff;
        -webkit-transition: all 0.35s ease-out;
        -moz-transition: all 0.35s ease-out;
        -ms-transition: all 0.35s ease-out;
        -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
    }

        .icon-works a.iw-slide-left {
            -webkit-transform: translate3d(-60px,0,0);
            -moz-transform: translate3d(-60px,0,0);
            -ms-transform: translate3d(-60px,0,0);
            -o-transform: translate3d(-60px,0,0);
            transform: translate3d(-60px,0,0);
        }

        .icon-works a.iw-slide-right {
            -webkit-transform: translate3d(60px,0,0);
            -moz-transform: translate3d(60px,0,0);
            -ms-transform: translate3d(60px,0,0);
            -o-transform: translate3d(60px,0,0);
            transform: translate3d(60px,0,0);
        }

.image-works:hover .icon-works a {
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}

.icon-works a:hover {
    background: #111;
    border: 1px solid #111;
    color: #fff;
}

    .icon-works a:hover:after {
        background: #111;
    }

.image-works:hover .icon-works {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon-works a:before {
    position: relative;
    z-index: 1;
}

.icon-works a i {
    position: relative;
    z-index: 1;
}

.image-works {
    position: relative;
    z-index: 5 !important;
    padding: 5px;
    margin-top: 40px;
}

    .image-works > .hover-effect {
        position: absolute;
        background: #fff;
        width: 100%;
        height: 100%;
        opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 0.35s ease-out;
        -moz-transition: opacity 0.35s ease-out;
        -ms-transition: opacity 0.35s ease-out;
        -o-transition: opacity 0.35s ease-out;
        transition: opacity 0.35s ease-out;
        /*
width: -webkit-calc(100% - 20px);
width: -moz-calc(100% - 20px);
width: calc(100% - 20px);
height: -webkit-calc(100% - 20px);
height: -moz-calc(100% - 20px);
height: calc(100% - 20px);
top: 10px;
left: 10px;
bottom: 10px;
right: 10px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
*/
    }

    .image-works:hover .hover-effect {
        opacity: 0.75;
        -moz-opacity: 0.75;
        -webkit-opacity: 0.75;
        filter: alpha(opacity=75);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    }

.zoom-item {
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/* preloader */
.preloader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 3px solid rgba(17, 17, 17, .15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

    .loader span {
        position: absolute;
        width: 45px;
        height: 45px;
        top: -3px;
        left: -3px;
        border: 3px solid transparent;
        border-top: 3px solid rgba(17, 17, 17, .75);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

.image-works img {
    border-radius: 7px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* media queries */
/* 480px */
@media only screen and (max-width: 480px) {

    .site-main {
        padding: 50px 0 0 0;
    }
}
