contactPhone/* ==========================================================================
   Author's custom styles Piotr Ratajczak
   ========================================================================== */

/* General CSS */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*Menu*/

.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: 100%;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.affix {
    top: 0;
    width: 100%;
    left: 0; /*sprawia że menu po przyklejeniu rozciąga się na całą szerokość okna*/
}


/*Navbar Menu*/
.dropdown-header {
    text-transform: uppercase;
}
/*Carousel*/

.carousel-indicators .active {
    background-color: #fa4c06;
}
.carousel {
    display: block;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    height: 500px;
    background-color: #777;
    background-size: contain;
}
.carousel-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/*Carousel and back to top icon*/
.glyphicon {
    color: #fa4c06;
}

/*Marketing messaging and featurettes*/

.heading {
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    padding-top: 50px;
}
.featurette-heading {
    font-size: 42px;
}
.text-muted {
    font-size: 32px;
}
.featurette-image {
    transition: transform 0.3s;
}
.featurette-image:hover {
    -webkit-transform: scale(1.06); /* all webkit */
    -ms-transform: scale(1.06); /* IE 9 */
    -moz-transform: scale(1.06); /* firefox 15 and older */
    -o-transform: scale(1.06); /* opera 12 and older */
    transform: scale(1.06);
}
/*Contact*/
.contact {
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    padding-top: 40px;
}
.contactPhone {
    text-decoration: none !important;
    color: #5a5a5a;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}
.contactPhone:hover {
    color: #fa4c06;
    cursor: pointer;
}
.contactMail {
    text-decoration: none !important;
    color: #5a5a5a;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}
.contactMail:hover {
    color: #fa4c06;
    cursor: pointer;
}
.restInfo {
    padding-top: 10px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

/*Map*/
.map {
    padding-top: 60px;
}

/*Footer*/
.skeek,
.skeek:focus,
.skeek:active,
.skeek:visited
{
    color: #B2B1AC;
    padding-bottom: 10px;
    font-size: 15px;
    background: transparent;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.skeek:hover {
    color: #0A0000;
    text-decoration: none;
}


/**** ---OFFER PAGE--- ****/

.offer-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 42px;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .offer-heading {
        margin-top: 10px;
    }
}
.offer-heading03 {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 42px;
}

.moreButton {
    text-decoration: none !important;
}
.offer-text-muted {
    font-size: 32px;
    color: #777;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}
.offer-text-muted:hover {
    color: #fa4c06;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .carousel .item  {
        height: 400px;
    }
}
@media only screen and (max-width: 618px) {
    .carousel .item  {
        height: 320px;
    }
}
@media only screen and (max-width : 500px) {
    .carousel .item  {
        height: 282px;
    }
}
@media only screen and (max-width : 440px) {
    .carousel .item  {
        height: 240px;
        margin-top: 52px;
    }
}
@media only screen and (max-width : 320px) {
    .carousel .item  {
        height: 214px;
        margin-top: 105px;
    }
}

@media only screen and (max-width: 530px) {
    .carousel-caption h1  {
        font-size: 22px;
        text-shadow: 2px 2px 4px #000000;
    }
}
@media only screen and (max-width: 520px) {
    .carousel-caption p  {
        font-size: 14px;
        text-shadow: 2px 2px 4px #000000;
    }
}