﻿body {
    font-family: 'Oswald', sans-serif;
}

.left {
    height: 100%;
    background: url(../images/WarszawskaCover.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Grow */
.grow {
    display: inline-block;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: transform;
    -o-transition-property: transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .grow:hover {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.middle {
    height: 100%;
    background: url(../images/BatalionowCover.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.right {
    height: 100%;
    background: url(../images/DostawyCover.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.padding0 {
    padding: 1px;
}

.container-fixed .col {
    height: 100%;
    overflow: hidden;
}

.container-fixed {
    border: 1px solid #ccc;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ccc;
}

.col-md-4 {
    padding: 0;
}

.row {
    height: 100%;
}

.center {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px; /* połowa szerokości */
    margin-top: -125px; /* połowa wysokości */
}

.col {
    border: 1px solid #ccc;
    text-align: center;
}

.ch-item {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.5), inset 0 0 0 16px rgba(0,160,85,0.7), 0 1px 2px rgba(0,160,85,0.7);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

    .ch-info h3 {
        color: #fff;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 2px;
        -webkit-text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
        text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
        margin-top: 80px;
        font-size: 19px;
    }

    .ch-info hr {
        background-color: rgba(255,255,255,0.5);
        border-width: 0;
        color: rgba(255,255,255,0.5);
        height: 1px;
        line-height: 0;
        margin-top: 0;
        page-break-after: always;
        text-align: center;
        width: 80%;
        margin-bottom: 0px;
    }

.ch-item:hover {
    cursor: pointer;
    box-shadow: inset 0 0 0 250px rgba(0,160,85,0.3), inset 0 0 0 16px rgba(0,160,85,0.9), 0 1px 2px rgba(0,160,85, 0.9);
}

.iconHolder {
    width: 200px;
    height: 100px;
    margin: auto;
}

.icon {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.fuel {
    background-image: url(../images/dystrybutor.png);
    width: 55px;
    height: 60px;
}

.iconHorizontaly {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.wash {
    background-image: url(../images/wash.png);
    width: 60px;
    height: 60px;
    margin-left: 20px;
}

.service {
    background-image: url(../images/service.png);
    width: 80px;
    height: 33px;
    margin-left: 20px;
    margin-top: 30px;
}

.truck {
    background-image: url(../images/fuel.png);
    height: 75px;
    width: 150px;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/preloader.gif') 50% 50% no-repeat #fff;
}

@media(max-width: 990px) {
    .left {
        height: 100%;
        background: url(../images/WarszawskaCover2.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .right {
        height: 100%;
        background: url(../images/DostawyCover2.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .middle {
        height: 100%;
        background: url(../images/BatalionowCover2.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
