﻿/*
 *
 * (c) Arkadiusz Jarząbek 
 *
 */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
    color: #3d3536;
    background-color: #000;
}

body, html {
    /* important */
    height: 100%;
}

h3 {
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    border-bottom: 2px solid #B7CA33;
    width: 10%;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h4{
    text-transform: uppercase;
   color: #fff;
   font-size: 1.5em;
   margin-bottom: 50px;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: #f8f9fa;
    font-size: 2rem;
    margin: 8px 0;
}

.hr-sect::before, .hr-sect::after {
    content: "";
    flex-grow: 1;
    background: #f8f9fa;
    height: 2px;
    font-size: 0;
    line-height: 0;
    margin: 0 16px;
}
a:hover{
    text-decoration: none;
}
/*BEGIN: top-bg*/

.top-bg {
    background: #313132 url('/templates/mainPage/img/top-bg.jpeg');
    background-position: center;
    background-size: cover;
    height: 650px;
}

.top-bg .logo img {
    margin-top: 20px;
}

.top-bg hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #989189;
    width: 70%;
}

.top-bg .menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    display: inline-block;
}

.top-bg .menu a:not(:last-child) {
    padding-top: 10px;
    padding-right: 55px;
}

.top-bg .menu a:hover {
    text-decoration: none;
    color: #B7CA33;
    transition: 0.9s;
}

.top-bg .slogan {
    margin-top: 80px;
}

.top-bg .slogan h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5em;
}

.top-bg .slogan h1 {
    color: #fff;
    text-shadow: 2px 2px 2px #000000;
    font-family: 'Times New Roman', Times, serif;
    font-size: 4.5em;
    line-height: 95%;
}

.top-bg .slogan h1 span {
    color: #B7CA33;
}

.top-bg .slogan button {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 5px 30px 5px 30px;
    margin-top: 40px;
}

.top-bg .slogan button:hover {
    border: 2px solid #B7CA33;
    color: #B7CA33;
    transition: 0.9s;
}

.scroll button {
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border-radius: 80px;
    text-align: center;
}

.scroll button:focus {
    outline: 0;
    -webkit-box-shadow: 0px 0px 5px 0px #B7CA33;
    -moz-box-shadow: 0px 0px 5px 0px #B7CA33;
    box-shadow: 0px 0px 5px 0px #B7CA33;
  }
/*END: top-bg*/

.about {
    margin-top: 20px;
    margin-bottom: 40px;
}

.about p {
    color: #fff;
    text-align: justify;
}

.gallery {
    margin-bottom: 30px;
}

.gallery button {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 5px 30px 5px 30px;
    margin-top: 40px;
    display: block;
    margin: 0 auto;
}

.gallery button:hover {
    border: 2px solid #B7CA33;
    color: #B7CA33;
    transition: 0.9s;
}

.gallery .img-half {
    width: 40%;
}

.gallery .img-thumb:hover {
    opacity: 0.3;
    transition: .5s;
    filter: alpha(opacity=30);
    /* For IE8 and earlier */
    cursor: pointer;
    cursor: hand;
}

.gallery .img-thumb:hover .img-hidden {
    opacity: 1;
}

.gallery .img-hidden {
      opacity: 0;
}

.gallery .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.img-gallery{
    width: 100%;
    height: 15vw;
    object-fit: cover;
    margin-top: 20px;
}

.write-about-us {
    background: #313132 url('/templates/mainPage/img/baner_pisali_onas.jpg');
    background-size: cover;
    height: 500px;
}

.write-about-us img {
    width: 20%;
    margin-bottom: 20px;
}

.write-about-us a {
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    font-size: 2.8em;
    display:block;
}

.write-about-us a:hover {
    text-decoration: none;
    color: #B7CA33;
    transition: 0.9s;
}

.write-about-us button {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 5px 30px 5px 30px;
    margin-top: 30px;
    display: block;
    margin: 0 auto;
}

.write-about-us button:hover {
    border: 2px solid #B7CA33;
    color: #B7CA33;
    transition: 0.9s;
}

.write-about-us .shadow {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 42%);
}

.contact {
    margin-top: 30px;
    background: #010101 url(/templates/mainPage/img/bg-contact.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-box-shadow: inset 0px 0px 195px 75px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0px 0px 195px 75px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 195px 175px rgba(0, 0, 0, 1);
}

.contact button {
    background-color: #B7CA33;
    width: 100px;
    height: 100px;
    border-radius: 80px;
    text-align: center;
    margin-bottom: 30px;
}
.contact button:focus {
    outline: 0;
    -webkit-box-shadow: 0px 0px 5px 0px #B7CA33;
    -moz-box-shadow: 0px 0px 5px 0px #B7CA33;
    box-shadow: 0px 0px 5px 0px #B7CA33;
  }
.contact img {
    height: 80%
}

.contact h3 {
    margin-bottom: 50px;
    width: 12%;
}

.contact a, p {
    color: #fff;
    font-size: 1.2em;
    display: block;
}

.contact a:hover {
    text-decoration: none;
    color: #B7CA33;
    transition: 0.9s;
}

.copyright {
    margin-top: 100px;
}

.copyright p {
    font-size: 0.8em;
    text-align: left;
}

.copyright button {
    background-color: #B7CA33;
    width: 35px;
    height: 35px;
    border-radius: 80px;
    text-align: center;
}

.copyright hr {
    border-top: 1px solid #C6C6C6;
}

.copyright .up img {
    margin-top: -5px;
}

.section-space{
    margin-top:50px;
    margin-bottom:120px
}

.img-press img{
    margin-top:20px;
}

.modal-content {
    background-color: #000;   
}

.next{
    height:100%;
    width:95%;
    position:absolute;
    
}
.next-img{
    background-color:rgba(0,0,0,.3);
    border-radius:55px;
      -webkit-box-shadow: 0px 0px 10px 0px #000;
    -moz-box-shadow: 0px 0px 10px 0px #000;
    box-shadow: 0px 0px 15px 0px #000;


}
.next-img img{
    width:50%;
}

.next .container{
    height:100%;
    z-index:999999;
}

/*Extra Extra small devices (portrait phones, less than 360px)*/

@media (max-width: 360px) {
    h3{
        width: 30%;
   }
    .top-bg {
        height:700px;
    }
    .top-bg .logo img {
        width: 80%;
    }
    .top-bg .menu a {
        display: block;
        padding-top: 10px;
        padding-right: 0px;
    }
    .top-bg .menu a:not(:last-child) {
        padding-top: 10px;
        padding-right: 0px;
    }
    .top-bg .slogan {
        margin-top: 40px;
    }
    .top-bg .slogan h1 {
        font-size: 3.0em;
    }
    .gallery .img-thumb{
        margin-top: 20px;
    }
    .contact  h3{
        width: 40%;
        margin-bottom: 20px;
   }
   .contact button {
    margin-bottom: 15px;
    margin-top: 30px;
}
.next-img img{
    width:200%;
}
.next{
    width:90%;
    
}
}

/*Extra small devices (portrait phones, less than 576px)*/

@media (min-width: 361px) and (max-width: 575px) {
    h3{
        width: 30%;
   }
    .top-bg {
        height: 750px;
    }
    .top-bg .menu a {
        display: block;
        padding-top: 10px;
        padding-right: 0px;
    }
    .top-bg .menu a:not(:last-child) {
        padding-top: 10px;
        padding-right: 0px;
    }
    .top-bg .slogan {
        margin-top: 40px;
    }
    .top-bg .slogan h1 {
        font-size: 3.5em;
    }
    .gallery .img-thumb{
        margin-top: 20px;
    }
    .contact  h3{
        width: 40%;
        margin-bottom: 20px;
   }
   .contact button {
    margin-bottom: 15px;
    margin-top: 30px;
}
.next-img img{
    width:200%;
}
.next{
    width:90%;
    
}
}

/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767px) {}

/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991px) {}

/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199px) {}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {}