/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 18px;
}

p.small {
    font-size: 16px;
}
p.text-error, .text-error {
	color: red;
}
i.icon-darkblue {
	color: #336699;
}
i.icon-red {
	color: red;
}
i.icon-gray {
  color: #323232;
}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #ff0021;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary,
hr.star-darkblue-success {
    margin: 45px auto;
    padding: 0;
    max-width: 350px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after,
hr.star-black-success:after {
    content: url('../img/spacer-black.png');
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: transparent;
}

hr.star-primary {
    border-color: black;
}

hr.star-primary:after {
    color: black;
    background-color: #fff;
}
hr.star-black-success {
	border-color: black;
}
hr.star-black-success:after {
    color: black;
    background-color: transparent;
}

.img-centered {
    margin: 0 auto;
}

header.mainhead {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: black;
	width: 100%;
}
header.mainhead .container {
	padding: 0;
}
header.mainhead .container p {
	font-size: 85%;
	line-height: 30px;
  font-weight: normal;
  color: white;
}
header.mainhead .container p i {
	padding-right: 5px;
	margin-left: 20px;
  color: white;
}

header {
	position: relative;
    text-align: center;
    color: #323232;
    background: url('../img/mobilny-serwis-klimatyzacji.jpg') no-repeat center center black;
    background-size: cover;
}

header .container {
    padding-top: 200px;
    padding-bottom: 50px;
    color: #323232;
}

header img {
    display: block;
}
header .intro-text {
  color: white;
  text-align: center;
}
header .intro-text .dcenter {
  display: table;
  margin: 50px auto;
  clear: both;
}
header .intro-text p {
  font-size: 1.8em;
}
header .intro-text p strong {
  font-size: 2em;
}
header .intro-text span {
  background: #b50118;
  margin-top: 20px;
}
header .intro-text span:hover, header .intro-text span:focus {
  background: #000000;
}
header .intro-text span a {
  color: white;
  font-size: 30px;
  line-height: 40px;
  display: block;
  padding: 15px 30px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  header .intro-text p strong {
    font-size: 1.2em;
  }
}

@media(min-width:768px) {
    header .container {
        padding-top: 300px;
        padding-bottom: 200px;
    }
    .navbar-fixed-top {
        margin: 30px 0 0 0;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        margin-top: 0px;
        padding: 10px 0;
        border-bottom: 1px solid #d6d6d6;
        -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
        box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
}

.navbar a:focus {
    outline: 0;
}
.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
    background: #b50118;
}
a.navbar-brand { max-width: 324px; }
a.navbar-brand img { max-width: 324px; margin-top: -6px;}
nav.navbar-shrink a.navbar-brand img  { max-width: 324px; }

.img-logo {
}

section {
    padding: 50px 0;
}

section h2 {
    margin: 0;
    font-size: 2.5em;
}
section.success h3 { padding: 25px 0; }

section.success {
    color: inherit;
    background: #c5d8e9;
}

.paddingTop {
  padding-top: 40px;
}
.listImg img {
  border: 1px solid #d6d6d6;
}
.listImg  {
  padding: 8px;
}

section#oserwisie, section#oserwisie hr.star-primary:after, section#kontakt, section#kontakt hr.star-primary:after {
    background-color: #f2b500;
}
section#oserwisie-galeria {
  padding: 0 0 35px 0;
}

section#uslugi hr.star-primary::after { background-color: #f2f2f2; }
section#uslugi { display: block;
  background-image: -webkit-gradient(linear, left top,left bottom,color-stop(0.5, #f2f2f2),color-stop(1, #ffffff));
	background-image: -o-linear-gradient(bottom, #f2f2f2 50%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #f2f2f2 50%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #f2f2f2 50%, #ffffff 100%);
	background-image: -ms-linear-gradient(bottom, #f2f2f2 50%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #f2f2f2 50%, #ffffff 100%);
}
section#uslugi h2 { font-size: 28px; font-weight: normal; text-transform: none; padding-bottom: 20px;}
section#uslugi { text-align: center; }
section#uslugi div { vertical-align: top; }
section#uslugi a { color: #353535; }
section#uslugi a:hover, .button-container:hover { color: #24b56e; }
section#uslugi .button-border { width: 120px; height: 120px;  border: 2px dashed #000000; border-radius: 50%; background-color: white;  }
section#uslugi .button-container { display: block; margin: 20px auto; position:relative; width:120px; height:120px; }
section#uslugi .button-icon { position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);}
section#uslugi h3 { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 18px; line-height: 1.5em; text-transform: none; font-weight: 600; min-height: 90px;}

section#uslugi .button-border:hover { background-color: transparent; -webkit-animation-name: Rotate; -webkit-animation-duration: 5s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: Rotate; -moz-animation-duration: 5s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
 -ms-animation-name: Rotate; -ms-animation-duration: 5s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear;
}
@-webkit-keyframes Rotate
{
 from{-webkit-transform:rotate(0deg);}
 to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes Rotate
{
 from{-moz-transform:rotate(0deg);}
 to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes Rotate
{
 from{-ms-transform:rotate(0deg);}
 to{-ms-transform:rotate(360deg);}
}

section#opinie { background: url('../img/opinie-back.jpg') no-repeat center center; background-size: cover; color: white; }
section#opinie h2:after { content: ''; display: block; margin: 20px auto; width:226px; height: 37px; background: url('../img/spacer-white.png') no-repeat center center; }
section#opinie h3 { text-transform: none; font-weight: 400; }
section#opinie a.border-dotted { display: table; margin: 50px auto 25px auto; }
section#opinie a.border-dotted img { padding: 20px 40px; border: 2px dashed #ffffff; -webkit-border-radius: 5px; border-radius: 5px; }

section#kontakt { text-align: center;  }
section#kontakt strong { font-size: 24px;}
section#kontakt h2 { font-size: 28px; font-weight: normal; text-transform: none; padding-bottom: 20px;}
section#kontakt { text-align: center; }
section#kontakt div { vertical-align: top; }
section#kontakt a { color: #000000; }
section#kontakt a:hover, .button-container:hover { color: #ff0021; }
section#kontakt .button-border { width: 120px; height: 120px;  border: 2px dashed #000000; border-radius: 50%; background-color: transparent;  }
section#kontakt .button-container { display: block; margin: 20px auto; position:relative; width:120px; height:120px; }
section#kontakt .button-icon { position:absolute; left:50%; top:50%; transform: translate(-50%, -50%);}
section#kontakt h3 { font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 18px; line-height: 1.5em; text-transform: none; font-weight: 600; min-height: 90px;}

section#kontakt .button-border:hover { background-color: transparent; -webkit-animation-name: Rotate; -webkit-animation-duration: 5s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: Rotate; -moz-animation-duration: 5s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear;
 -ms-animation-name: Rotate; -ms-animation-duration: 5s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; }


section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #24b56e;
}
@media(max-width:417px) {

}
@media(max-width:477px) {
    a.navbar-brand img {
    max-width: 160px !important;
    display: block;
    margin: -10px auto 0 auto;
    text-align: center;
    }
    .navbar-brand {
    float: none;
    }
    section#uslugi h3 { font-size: 13px; }
}
@media(min-width:478px) and (max-width: 766px) {
  a.navbar-brand img  {
    margin-top: 0;
    max-width: 200px !important;
  }
  section#opinie a.border-dotted img { padding: 10px; }
}
@media(max-width:767px) {
    section {
        padding: 75px 0;
    }
    section.first {
        padding-top: 75px;
    }
    section#kontakt .pull-left, section#kontakt .pull-left { float: none !important; display: block; margin: 0 auto; text-center; }
}
@media(min-width:768px) and (max-width: 1200px) {
    a.navbar-brand img { max-width: 200px; margin-top: 3px;}
    section#uslugi h3 { min-height: 100px; font-size: 16px; }
}
.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: black;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}


/* SN FOOTER */
.sprawdzNas { background: url('../img/sprawdznas.png') no-repeat left top; padding-left: 35px; display: inline-block; margin: 0; height: 23px; line-height: 2em;}
