@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,700;1,700&display=swap');

@font-face {
    font-family: 'Lato-Bold';
    src: url('css/font/Lato-Bold.eot');
    src: url('css/font/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('css/font/Lato-Bold.woff') format('woff'),
    url('css/font/Lato-Bold.ttf') format('truetype'),
    url('css/font/Lato-Bold.svg#Lato-Bold') format('svg');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('css/font/Lato-Light.eot');
    src: url('css/font/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('css/font/Lato-Light.woff') format('woff'),
    url('css/font/Lato-Light.ttf') format('truetype'),
    url('css/font/Lato-Light.svg#Lato-Light') format('svg');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('css/font/Lato-Regular.eot');
    src: url('css/font/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('css/font/Lato-Regular.woff') format('woff'),
    url('css/font/Lato-Regular.ttf') format('truetype'),
    url('css/font/Lato-Regular.svg#Lato-Regular') format('svg');
}

html {
    height: 100%;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Lato-Light';
    line-height: 18px;
    color: #000;
}

body.nav-fixed {
    padding-top: 200px;
}

.relative {
    position: relative;
}

.italic, em {
    font-style: italic;
}

strong, .bold {
    font-family: 'Lato-Bold';
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.show {
    display: block;
}

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

.align-right {
    text-align: right;
}

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

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

figure {
    margin: 0px;
    padding: 0px;
}

.uppercase {
    text-transform: uppercase;
}

.opacity {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

a {
    text-decoration: underline;
    color: #0089D8;
}

h1 {
    margin: 0 auto;
    clear: both;
    color: #000;
    font-size: 18px;
    font-family: 'Lato-Light';
    margin: 25px auto;
}

h1 a {
    text-decoration: none;
}

.main h1 {
    color: #fff;
}

.page h1 {
    color: #000;
    text-align: center;
    margin-top: 0px;
}

.main h1 a {
    color: #fff;
}

.page h1 a {
    color: #000;
}

.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}

.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size: 16px;
    font-family: 'Lato-Bold';
    line-height: 18px;
}

h3 {
    font-size: 14px;
    font-family: 'Lato-Bold';
    line-height: 18px;
}

.pointer {
    cursor: pointer;
}

.content-box {
    max-width: 1200px;
    margin: 25px auto 0;
    padding: 25px;
    position: relative;
    display: block;
    background: #fff;
    clear: both;
    box-sizing: border-box;
}

.content-area {
    padding: 30px 60px;
}

.disp-inline {
    display: inline-block;
    vertical-align: top;
}

body > .main.home {
    width: 100%;
    max-width: 750px;
    height: 500px;
    color: #fff;
    background: #000;
    text-align: center;
    overflow: hidden;
}

body > .main img.logo {
    margin: 25px auto;
}

.sidebar-footer {
    bottom: 25px;
    box-sizing: border-box;
    padding-right: 50px;
    position: absolute;
    width: 100%;
    font-size: 12px;
}

body > .main > .sidebar-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

body > .main.page > .sidebar-footer {
    padding-top: 25px;
}

body > .main.page > .sidebar-footer a {
    color: #000;
}

.sidebar-footer .powered {
    float: right;
}

body nav a {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body nav a:hover {
    color: #0089D8;
}

body .home nav a, body .home nav a:hover {
    color: #fff;
}

body nav li.inline {
    display: inline-block;
}

body .page {
    border: solid 1px #e5e5e5;
    overflow: hidden;
    margin-top: 150px;
}

body .page nav {
    text-align: center;
}

body .page nav a {
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body .page nav a:hover {
    color: #0089D8;
}

nav.footer {
    padding-bottom: 40px;
    padding-top: 25px;
}

body .home-with-bg {
    background: transparent !important;
    width: 100% !important;
    max-width: 250px !important;
    height: 300px;
!important;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -125px;
    background: rgba(255, 255, 255, 0.5);
}

body .home-with-bg header {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;

}

body .home-with-bg header h1 {
    margin-bottom: 0px;
}

body .black-cointainer {
    background: #000;
    padding: 20px 20px 20px;
    height: 200px;
    box-sizing: border-box;
    display: table-cell;
    text-align: center;
    width: 200px;
    vertical-align: middle;
}

body .black-cointainer .sidebar-footer {
    position: relative;
    bottom: 0;
    margin-top: 0px;
}

body .black-cointainer .sidebar-footer .powered {
    margin-right: -65px;
    display: none;
}

body .black-cointainer .sidebar-footer .powered a {
    color: #fff;
    text-decoration: none;
}

body .sidebar-footer .copyright {
    text-align: center;
}

body .black-cointainer .sidebar-footer .copyright {
    position: fixed;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

body .home-quota {
    position: absolute;
    top: 10%;
    left: 25%;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}

body .krstudio {
    position: absolute;
    top: 50px;
    right: -14px;
    background: #000;
    padding: 10px;
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}


body .krstudio a {
    color: #fff;
    text-decoration: none;
}

body.page-template-main-2 {
    overflow: hidden;
    /*background: url("img/biurokr_home_solo_optimize.jpg") no-repeat !important;*/
    /*background-size: cover !important;*/
}

body.page-template-main-2 nav {
    margin: 0;
}

article.content-box {
    padding: 0;
}

article.content-box .content {
    padding: 25px 0;
    line-height: 20px;
}

article.content-box .content p, article.content-box .content div {
    margin-bottom: 10px;
}

article.content-box .content img {
    max-width: 100%;
    height: auto;
}

.projects-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.projects-list header {
    padding: 0 0 25px;
    width: 100%;
}

.projects-list .single-project {
    width: 100%;
    max-width: 200px;
    float: left;
    padding: 24px 12px 0 12px;
}

.projects-list .single-project:nth-child(2n) {
}

.projects-list .single-project:nth-child(3n + 1) {
}

.projects-list .single-project .single-box {
    overflow: hidden;
}

.projects-list .single-project figure {
    width: 100%;
    margin-bottom: 5px;
}

.projects-list .single-project figure img {
    width: 100%;
    height: auto;
    max-width: 450px;
}

.projects-list .single-project a {
    text-decoration: none;
    color: #000;
}

.projects-list .single-project .intro {
    margin-bottom: 15px;
    overflow: hidden;
    height: 55px;
}

body.single figure img {
    margin-top: 25px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    body .home-quota {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .projects-list .single-project {
        width: 100%;
        padding-right: 0;
        max-width: 100%;
    }

    .sidebar-footer .powered {
        clear: both;
        float: left;
    }
}

@media only screen and (max-width: 480px) {
    .sidebar-footer .powered {
        clear: both;
        float: left;
    }
}

#slideshow, img.bgM {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
}


#pinterest {
    position: fixed;
    right: -2px;
    top: 10%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: white;
    color: black;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border: solid 1px black;
    border-radius: 2px;
}

#pinterest a,
#pinterest a:hover {
    text-decoration: none;
    color: black;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.home-slick {
    height: 100vh;
}

.home-slick .slick-list,
.home-slick .slick-track,
.home-slick .slick-slide {
    height: 100%;
}

.home-slick .slick-item {
    position: relative;
    z-index: 0;
    background-size: cover !important;
}

.home-slick .slick-item .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
}

.home-slick .slick-item .title {
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    padding: 20px;
    color: white;
    font-size: 50px;
    line-height: 90px;
    text-align: center;
    z-index: 2;
    width: 100%;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

.home-slick .slick-item .title .city {
    font-size: 22px;
    line-height: 25px;
}

.home-slick .slick-item .title a {
    color: white;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    padding: 10px;
    text-decoration: none;
}

.slick-arrow {
    position: absolute;
    top: 67%;
    background: none;
    cursor: pointer;
    z-index: 100;
}

.slick-next {
    right: 70px;
}

.slick-prev {
    right: 90px;
}

.arrow {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.home-page-3 {
    position: relative;
}

.top-nav {
    background: transparent !important;
    width: 100% !important;
    position: absolute;
    top: 20px;
    box-sizing: border-box;
    padding: 0 30px;
    z-index: 100000;
}

.top-nav header {
    position: absolute;
    z-index: 100000;
    top: 30px;
    left: 80px;
}

.logo {
    color: black;
    font-size: 34px;
    line-height: 34px;
    float: left;
    font-weight: bold;
    text-align: left;
}

.logo.active {
    color: white;
}

.logo .small {
    font-size: 13px;
    line-height: 13px;
    display: block;
    margin: 0 0 0 2px;
    padding: 0;
    text-align: left;
}

.home-page-3 .logo {
    color: white;
    font-size: 34px;
    line-height: 34px;
    float: left;
    font-weight: bold;
    text-align: left;
}

.home-page-3 .logo .small {
    font-size: 13px;
    line-height: 13px;
    display: block;
    margin: 0 0 0 2px;
    padding: 0;
    text-align: left;
}

nav {
    float: right;
    margin-top: 40px;
    margin-right: 50px;
}

nav ul {
    display: inline-block;
}

nav ul li {
    display: inline-block;
    padding: 0 20px;
}

nav ul li a {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
    font-size: 12px;
}

nav ul li a:hover {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.home nav ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 12px;
}

.home nav ul li a:hover {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

#menu-jezyki-pl li {
    padding: 0 5px;
}

.menu-icon {
    width: 16px;
    height: 22px;
    float: right;
    position: absolute;
    display: none;
    z-index: 10000000;
    right: 80px;
    top: 40px;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: black;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
    transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
}

.menu-icon.active span {
    background-color: white;
}

.home-page-3 .menu-icon span {
    background-color: #fff;
}

.menu-icon span.first {
    margin-top: 7px;
}

.menu-icon span.second {
    margin-top: 15px;
}

.menu-icon span.first.active {
    transform: rotate(45deg);
    margin-top: 10px;
}

.menu-icon span.second.active {
    transform: rotate(-45deg);
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .content-box {
        margin: 25px 20px 0;
    }

    .projects-list {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .menu-icon {
        display: block;
    }

    nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 10000;
        background: rgba(0, 0, 0, 0.9);
        flex-wrap: wrap;
        margin-top: 0;
    }

    nav.active {
        display: flex;
    }

    nav ul {
        width: 100%;
        text-align: center;
        align-content: center;
        display: flex;
        flex-wrap: wrap;
    }

    .page-template-main-2 nav {
        display: block;
        position: relative;
        height: auto;
    }

    #menu-jezyki-pl {
        width: 100%;
        text-align: center;
        align-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 10px;
    }

    nav ul li {
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    #menu-jezyki-pl li {
        width: auto;
    }

    nav ul li a {
        color: rgba(255, 255, 255, 1);
    }

    nav ul li a,
    .home nav ul li a{
        font-size: 24px;
        color: rgba(255, 255, 255, 1);
    }
}

@media (max-width: 658px) {
    .top-nav header {
        top: 10px;
        left: 30px;
    }

    .menu-icon {
        right: 20px;
        top: 20px;
    }

    #pinterest {
        top: 20%;
    }

    .slick-next {
        right: 30px;
    }

    .slick-prev {
        left: 30px;
    }

    .home-slick .slick-item .title {
        font-size: 24px;
        line-height: 40px;
    }
}


