@font-face {
    font-family: 'icons';
    src: url('eserwis-ico.otf');
    src: url('eserwis-ico.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Solveit';
  src: url('../fonts/SolveitICO.otf')  format('opentype');
  src: url('../fonts/SolveitICO.woff')  format('woff');
}
/* Style ogólne*/
body {
     color: #717171!important;
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    /* hover color:#da9057 */
    font-size: 14px;
}

a {
    cursor: pointer;
}

.copyrights .copy a {
    color: #da9057;
}

#logoLink {
    text-decoration: none;
    color: #636363;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    font-size: 54px;

}

.hide {
    display: none;
}

#logoLink:hover {
    text-decoration: none;
    color: #da9057;
}

.solveitLogo {

    text-align: right;
    font-family: 'Solveit';
    font-size: 52px;
    font-weight: 300;
}
/* Style top */
.top{
    width: 95%;
    margin: 0 auto;
    line-height: 14px;
    font-size: 100px;
    height: 400px;
}
#logo{text-indent:0em;
    color:transparent;
    background:url(../img/logo.png) no-repeat;
    background-position:center 2px;
    background-size:contain;
    z-index:2;height:180px;
    float:left;
    margin-left:5%;
    position:relative;-webkit-transform:rotate(315deg) scale(0.7);
    transform:rotate(315deg) scale(0.7);-webkit-box-shadow:0 0 1px transparent;box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;
    transition-duration:0.3s;-webkit-transition-property:transform;-webkit-transition-property:all;transition-property:all;
}

#logo:hover{-webkit-transform:rotate(315deg) scale(0.65);
    transform:rotate(315deg) scale(0.65)}
.banner
{
    position: absolute;
    clear: both;
    width: 95%;
    height: 350px;
    background-repeat:no-repeat;
    background-image: url(../img/images/baner-realizacje.jpg);
    background-size:cover;
    background-position: center;
    top: 90px;
    z-index: 0;
}
/* .overlay {
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/ESERWIS_pattern.png');
    background-repeat: repeat;
    background-size: cover;
} */
.shadow-banner
{
    background: url(../img/dolbaner.png) no-repeat;
    height: 40.4px;
    width:100%;
    background-size: contain;
    top: 100%;
    position: relative;
    background-position: center;
}

/* copy */
.copyrights
{
    width: 90%;
    border-top: 2px dotted #f6f6f6;
    height: 50px;
    margin: 0 auto;
}
.copy
{
    font-size: 14px;
    padding-top: 20px;
    float: left;
}
.logosolv
{
    float: right;
    background: url(../img/images/solv_15.png);
    background-repeat: no-repeat;
    height: 60%;
    margin-top: 5px;

    background-size: contain;
    width: 40px;
}
.about-header
{
    display: none;
}
.solv
{
    font-size: 14px;
    float: right;
    padding-bottom: 1%;
    padding-top: 1%;
    background: url(../img/images/solv_15.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: center left;
}

.realizations-content
{

    height: 100%;
    width: 79%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 12%;
}
.realizations
{
    width: 100%;
    margin-top: 4%;
    border-top: 2px dotted #d9d9d9;
    padding-top: 4%;
}
.img-realizations
{
    width: 50%;
    float: left;
    height: 50%;
    image-orientation: from-image;
}
.realizations-description
{
    float: left;
    width: 46%;
    height: 100%;
    margin-left: 4%
}
.real{
    border: none;
}
.realizacja1
{
    background: url(../img/images/realizacja1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.realizacja2
{
    background: url(../img/images/realizacja2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.realizacja3
{
    background: url(../img/images/realizacja3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.realizations-data{

    width: 20%;
    float: left;
    font-weight: 700;
    font-size: 16px;
    color:#515151;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 0.5%;
}
.realizacja-info
{
    float: left;
    width: 70%
}
.realizations-title
{
    color: #da9057;
        width: 70%;
    margin-left: 20%;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 5%;
    text-transform: uppercase;
    line-height: 24px;
    -webkit-transition: .4s;
    transition: .4s

}
.realizations-title:hover
{
    color: #515151;
}
.realizations-text
{
    margin-top: 10%;
    margin-left: 20%;
    text-align: left;
    font-size: 15px;
    line-height: 27px;
}
#all-realizations
{
    padding: 7px 17px;
    border: 1px solid #da9057;
    background-color:transparent;
    width: 20%;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: 2px;
    color: #da9057;
    position: absolute;
    left: 40%;
    text-decoration: none;
    text-align: center;
    margin-top: 50px;
    overflow: hidden;
}

#all-realizations:hover{
    color: white;

}
#all-realizations:before {
    content:'>  \00a0';
	position: absolute;
	top: 0px;
	left: -10px;
	width: 0px;
	height: 27px;
    bottom: 2px;
	background: rgba(218, 144, 87, 0.9);
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
    z-index: -1;
    text-align: right;
    padding-top: 6px;

}

#all-realizations:hover:before {
	width: 100%;
    left: 0;
}

@media only screen and (min-width:2024px){
    .shadow-banner {
        background: none;

    }
}

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


    .banner {
        z-index: 0;

    }
    .banner{top:91px;}

    .container {
        width: 80%;
    }
    #col-down {
        margin-top: 7.1%;
    }
    .shadow-banner {
        top: 99.6%;
    }

}


@media only screen and (min-width: 1001px) and (max-width: 1601px)
{
    
    .realizations-title {
    width: 70%;
}
.top{
    width: 95%;
    margin: 0 auto;
    line-height: 14px;
    font-size: 100px;
    height: 450px;
}
    #logo
    {
        text-indent: 0em;
        color: transparent;
        background: url(../img/logo.png) no-repeat;
        background-position: center 2px;
        background-size: contain;
        z-index: 2;
        height: 180px;
        float: left;
        margin-left: 3%;
        -webkit-transform: rotate(315deg) scale(0.7);
        transform: rotate(315deg) scale(0.7);

    }
    #logo:hover {
        -webkit-transform: rotate(315deg) scale(0.65);
        transform: rotate(315deg) scale(0.65);
    }
    #col-down {
        margin-top: 7.3%;
    }
    .container {
        width: 93%;
    }
.banner
{
    background-size: cover;
    top: 90px;
    z-index: 0;
    margin-left: 0;
}

.shadow-banner
{

    background-size: contain;
    top: 97.5%;
    height: 47.4px;
}



.zawartosc
{
    margin-top: 1%;
}
.realizations-content
{
    margin-top: 0;
    margin-bottom: 9%;
}

.realizations-data{

    width: 20%;
    float: left;
    font-weight: 700;
    font-size: 17px;
    color:#515151;

}
.realizacja-info
{
    float: left;
    width: 70%
}

}

@media only screen and (max-width: 1400px) {
    .shadow-banner {
        top: 97.5%;
    }

    #logo{
        text-indent: 0em;
        color: transparent;
        background: url(../img/logo.png) no-repeat;
        background-position: center 2px;
        background-size: contain;
        z-index: 2;
        height: 180px;
        float: left;
        margin-left: 3%;
        margin-top: 0px;
        height: 180px;
        -webkit-transform: rotate(315deg) scale(0.7);
        transform: rotate(315deg) scale(0.7);
    }
    #logo:hover {
        -webkit-transform: rotate(315deg) scale(0.65);
        transform: rotate(315deg) scale(0.65);
    }
}

@media only screen and (max-width: 1300px) {
    .shadow-banner {
        top: 97.2%;
    }
}

@media only screen and (max-width:1280px){
    #send-contact{
        margin-top:4%;
    }
    .offer {
        margin-top: 9%;
    }
    #col-down {
        margin-top: 7.8%;
    }

}

@media only screen and (min-width: 1001px) and (max-width: 1200px)
{

 .banner
{
   top: 90px;
}

.shadow-banner {
    background-size: contain;
    top: 96.5%;
    height: 47.4px;
}

#all-realizations {
    width: 20%;
    left: 40%;

}
    .realizations-title {
        width: 70%;
        margin-left: 30%;
    }

}
@media only screen and (min-width: 1001px) and (max-width: 1024px)
{
 .banner {
    top: 90px;

}

    .realizations-content {
        width: 80%;

    }

    .realizations-text {
        margin-left: 30%;
    }
    #logo {
        text-indent: 0em;
        color: transparent;
        background: url(../img/logo.png) no-repeat;
        background-position: center 2px;
        background-size: contain;
        z-index: 2;
        height: 90px;
        float: left;
        margin-left: 5%;
        position: relative;
        -webkit-transform: rotate(315deg) scale(0.7);
        transform: rotate(315deg) scale(0.7);
        -webkit-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        margin-left: 0;

    }
    #col-down {
        margin-top: 9.6%;
    }
}

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

    .shadow-banner {
        height: 40.4px;
        width: 100%;
        top: 99%;
        position: absolute;
        background-position: center;
        background-size: auto;
    }
.top
{
    height: 400px;
}
#logo
{
   text-indent: 0em;
    color: transparent;
    background: url(../img/logo.png) no-repeat;
    background-position: center 2px;
    background-size: contain;
    z-index: 2;
    height: 165px;
    float: left;
    width: 23%;
    margin-left: 6%;
}
.banner
{
    position: absolute;
    clear: both;
    width: 96%;
    height: 250px;
    background-repeat:no-repeat;
    background-image: url(../img/images/baner-realizacje.jpg);
    background-size:COVER;
    background-position: center;
    top: 82px;
    z-index: 0;
    right: 2%;
    left: 2%;
    margin-left: 0;
}

.shadow-banner
{

/*    background: url(../img/dolbanner.png) no-repeat;*/
    height: 45.4px;
    width: 100%;
    position: relative;
    background-position: center;
    content: "";
}

 .partner
{
    margin-top: 1%;
    float: left;
    height: 54px;
    width: 15%;
    margin-left: 0%;
}
.partner1{
    margin-left: 10%;
    background: url(../img/images/partner1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
   width: 17%;
}
.partner2{
    background: url(../img/images/partner1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17%;
}

.solv
    {
        margin-top: 3%;
        float: right;
        width: 10%;

    }
.about-header
{
    font-size: 28px;
    font-family: 'Raleway';
    font-weight:100;
    text-transform: uppercase;
    letter-spacing: 8px;
    background: url(../img/kropkitablet.png);
    background-repeat:no-repeat;
    background-position: 250px 10px;

}
.realizations-content
{

    height: 100%;
    width: 78%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 17%;
}
.realizations
{
    width: 100%;
    margin-top: 4%;
    border-top: 3px dotted #f6f6f6;
    padding-top: 5%;
}
.img-realizations
{
    width: 100%;
    height: auto;
    float: none;
}
.realizations-description
{

    width: 100%;
    height:100%;
    margin-left: 0%;
    float: none;
}

.real{
    border: none;
}
.realizations-data{
    float: none;
    width: 30%;
    font-size: 19px;
    margin-top: 15px;
}
.realizacja-info
{
    float: none;
    width: 100%
}
.realizations-title
{
    color:#da9057;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 3%;

}
.realizations-text
{
    margin-top: 3%;
    text-align: left;
    font-size: 15px;
    line-height: 27px;
    margin-left: 0;
}

form{
    background-color:transparent;
    width: 180px;
    margin: 0 auto;
    margin-top: 6%;
}
#all-realizations
{
    width: 40%;
    left: 30%;
}

}

@media only screen and (max-width:768px) {
    #logo {
        text-indent: 0em;
        color: transparent;
        background: url(../img/logo.png) no-repeat;
        background-position: center 2px;
        background-size: contain;
        z-index: 2;
        height: 165px;
        float: left;
        width: 23%;
        margin-left: 6%;
        -webkit-transform: rotate(315deg) scale(0.7);
        transform: rotate(315deg) scale(0.7);
    }
    #logo:hover {

        -webkit-transform: rotate(315deg) scale(0.65);
        transform: rotate(315deg) scale(0.65);
    }
}


@media only screen and (max-width: 678px) {
    .copy {
        font-size: 14px;
        padding-top: 20px;
        float: none;
        text-align: center;
    }
    .banner {
        top: 79px;
    }
    .menu {
        margin-top: 23px;
    }
    .solveitLogo {
        text-align: center;
    }

    .shadow-banner {
        height: 40.4px;
        width: 100%;
        top: 100%;
        position: absolute;
        background-position: center;
        background-size: auto;
    }
}

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

.solveit-para
{
    text-align: center;
}
.copyrights {
    width: 80%;
    border-top: 2px dotted #f6f6f6;
    height: 50px;
    margin: 0 auto;
    background: white;
}
    .realizations-title {
        margin-left: 0;
        width: 100%;
    }
    .realizations-text {
        margin-left: 0;
    }

}

@media only screen and (max-width: 640px) {
    .banner {
        top: 77px;

    }

    .shadow-banner {
        height: 40.4px;
        width: 100%;
        top: 100%;
        position: absolute;
        background-position: center;
        background-size: auto;
    }
    .copy {
        font-size: 14px;
        padding-top: 20px;
        float: none;
        text-align: center;
    }

    #logo {
        -webkit-transform: rotate(315deg) scale(0.7);
        transform: rotate(315deg) scale(0.7);
    }

    .menu {
        margin-top: 21px;
    }

}

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

    #all-realizations {
        width: 70%;
        left: 15%;
    }

    /* Gora */
    .top {
        height: 260px;
    }

    #logo {

        background: url(../img/logo.png) no-repeat;
        background-position: center 2px;
        background-size: contain;
        z-index: 2;
        height: 140px;
        float: left;
        width: 30%;
        margin-left: 6%;
    }

    .banner {
        position: absolute;
        clear: both;
        width: 96%;
        height: 250px;
        background-repeat: no-repeat;
        background-image: url(../img/images/baner-realizacje.jpg);
        background-size: COVER;
        background-position: center;
        top: 70px;
        z-index: -3;
        right: 0.1%;
    }

    .realizations-content {

        height: 100%;
        width: 78%;
        margin: 0 auto;
        margin-top: 100px;
        margin-bottom: 30%;
    }

    .realizations {
        width: 100%;
        margin-top: 3%;
        border-top: 3px dotted #f6f6f6;
        padding-top: 4%;
    }

    .realizations {
        width: 100%;
        margin-top: 5%;
        border-top: 3px dotted #f6f6f6;
        padding-top: 5%;
    }

    .img-realizations {
        width: 100%;
        height: auto;
        float: none;
        background-size: cover;
    }

    .partner {
        margin-top: 1%;
        float: left;
        height: 54px;
        width: 15%;
        margin-left: 1%;
    }

    .partner1 {
        width: 42%;
        margin-left: 12%;
    }

    .partner2 {
        display: none;
    }

    .partner3 {
        background: url(../img/images/partner1.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 42%;
    }

    /* copy */
    .copyrights {
        width: 86%;
        border-top: 3px dotted #f6f6f6;
        height: 60px;
        margin: 0 auto;
        text-align: center;
        line-height: 24px;
        padding-top: 10px;
    }

    .copy {
        font-size: 14px;
        padding-top: 1%;

    }

    .solv {
        font-size: 14px;
        margin-top: 4%;
        padding-top: 14px;
        float: none;
        width: 10%;
        margin: 0 auto;
    }

    .real {
        border: none;
    }

    .ham {
        margin-top: 4%;
    }

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

    .shadow-banner {
        height: 40.4px;
        width: 100%;
        top: 101%;
        position: absolute;
        background-position: center;
        background-size: auto;
    }

}

@media only screen and (max-width: 568px) {
    .menu {
        margin-top: 70px;
    }
}



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

{
.realizations-content

{
    height: 100%;
}

    #all-realizations {
        width: 70%;
        left: 15%;
    }

    .banner {
        top: 65px;
    }
}

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

{
    .menu {
        margin-top: 65px;
    }
}

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

{
    .banner {
        top: 63px;

    }
    .menu {
        margin-top: 63px;
    }
}

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

{
.banner {
    top: 61px;

}

    .menu {
        margin-top: 61px;
    }
}

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

{
.banner {
    top: 59px;

}
    .menu {
        margin-top: 59px;
    }
}
