/*!
 * fastshell
 * Fiercely quick and opinionated front-ends
 * https://HosseinKarami.github.io/fastshell
 * @author Hossein Karami
 * @version 1.0.5
 * Copyright 2017. MIT licensed.
 */
@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
body,
html {
    font-size: 18px;
}
@media (max-width: 991px) {
    body,
    html {
        font-size: 20px;
    }
}
body {
    padding-top: 50px;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-color: #001223;
    background-position: 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    line-height: 30px;
}
section {
    margin-top: 150px;
}
@media screen and (max-width: 991px) {
    section:not(.intro) {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
h2 {
    color: #fff;
    height: 90px;
    line-height: 50px;
    font-size: 2rem;
}
h2,
h3 {
    margin: 0;
}
h3 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;
}
h3:not(.text-hide):after {
    content: "";
    background-color: #fff;
    display: block;
    width: 50px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
h3.text-hide {
    height: 50px;
}
.pagination {
    padding-top: 40px;
}
.pagination li {
    font-size: 1.16666667rem;
}
.pagination li > a,
.pagination li > span {
    line-height: 1.16666667rem !important;
}
.pagination li > span {
    color: #051222;
    font-size: 0.88888889rem;
}
.pagination li > span:hover {
    color: #051222;
}
.pagination li a {
    font-weight: 900;
}
.pagination li a:hover {
    text-decoration: underline;
}
.pager {
    padding-top: 40px;
}
.pager li {
    font-size: 0.88888889rem;
}
.pager li a {
    line-height: 1.16666667rem !important;
    color: #051222;
}
.pager li a:hover span {
    text-decoration: underline;
}
.pager li a > span {
    font-size: 1.16666667rem;
    font-weight: 900;
    color: #01b4dc;
}
.ico {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    background-size: contain;
    background-position: 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
.ico.ico-heart {
    background-image: url(../img/heart-ico.png);
}
.ico.ico-patch {
    background-image: url(../img/patch-ico.png);
}
.ico.ico-paper-plane {
    background-image: url(../img/paper-plane-ico.png);
}
.ico.ico-eco {
    background-image: url(../img/eco-ico.png);
}
@media screen and (max-width: 992px) {
    .ico {
        margin: 0 auto;
    }
}
.fb-ico, .li-ico {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-size: contain;
    background-position: 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-image: url(../img/fb-ico.png);
    margin-right: 10px;
}
.li-ico {
	background-image: url(../img/li-ico.png);
}
.link-underlined {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;
}
.link-underlined:focus,
.link-underlined:hover {
    text-decoration: none;
}
.link-underlined:after {
    content: "";
    background-color: #01b4dc;
    display: block;
    width: 43px;
    height: 5px;
    margin-top: -5px;
}
.link-underlined:focus:after,
.link-underlined:hover:after {
    background-color: #017690;
}
.link-pdf {
    padding-left: 20px;
    background-image: url(../img/pdf-ico.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
}
.link-underlined.link-pdf:after {
    margin-top: 0;
}
.home-well {
    background-color: transparent;
    border: none;
    font-size: 1.33333333rem;
    box-shadow: none;
    margin: 0;
    padding: 0;
    margin-bottom: 100px;
}
.home-well p {
    margin: 0;
}
.panel-home {
    background-color: transparent;
}
.panel-home .panel-body,
.panel-home .panel-heading {
    padding: 0;
}
@media screen and (max-width: 991px) {
    .panel-home {
        margin-bottom: 50px;
    }
}
.thumb {
    min-height: 130px;
    vertical-align: middle;
}
.thumb.placeholder {
    background-color: #d6d6d6;
}
.thumb img {
    margin-bottom: 30px !important;
}
#mainNav {
    background-image: url(../img/bg.jpg);
    background-position: 50%;
    background-attachment: fixed;
    background-size: cover;
}
#mainNav .navbar-collapse {
    box-shadow: none;
}
#mainNav li > a {
    font-size: 0.77777778rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
    #mainNav li > a {
        font-size: 1rem;
        text-align: center;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #mainNav li > a {
        font-size: 0.66666667rem;
    }
}
#mainNav .navbar-toggle {
    border-radius: 0;
}
#mainNav .navbar-toggle:not(.collapsed) {
    border-color: #006faf;
}
#mainNav .navbar-toggle:not(.collapsed) .icon-bar {
    background-color: #006faf;
}
#mainNav .navbar-brand {
    margin-top: 0;
    margin-bottom: 0;
    padding: 33px 15px;
}
@media screen and (max-width: 991px) {
    #mainNav .navbar-nav {
        margin-top: -10px;
    }
}
#mainNav .language-dropdown > a {
    text-transform: none;
}
#footer-navbar ul.nav-pills > li {
    line-height: 20px;
    padding-left: 5px;
    margin: 5px;
    margin-right: 0;
}
#footer-navbar ul.nav-pills > li:first-child {
    margin-left: 0;
    padding-left: 0;
}
#footer-navbar ul.nav-pills > li:first-child a {
    padding-left: 0;
}
#footer-navbar ul.nav-pills > li.active {
    text-decoration: underline;
}
#footer-navbar ul.nav-pills > li.active a {
    background-color: transparent;
    color: #051222;
}
#footer-navbar ul.nav-pills > li:not(:first-child):not(:last-child) {
    border-left: 1px solid #051222;
}
#footer-navbar ul.nav-pills > li a {
    padding: 0 5px;
    line-height: 20px;
}
@media (max-width: 991px) {
    #footer-navbar ul.nav-pills > li {
        float: none;
        text-align: center;
        margin: 20px auto;
    }
    #footer-navbar ul.nav-pills > li:first-child,
    #footer-navbar ul.nav-pills > li:not(:first-child):not(:last-child) {
        border-left: none;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-left: 0;
    }
    #footer-navbar ul.nav-pills > li:last-child {
        padding-left: 0;
    }
}
@media screen and (max-width: 1199px) {
    section.intro > .container h3 {
        text-align: center;
    }
    section.intro > .container h3:not(.text-hide):after {
        margin: 10px auto 20px;
    }
}
section.intro > .container p {
    margin-bottom: 35px;
}
section.intro > .container:first-child {
    padding-bottom: 100px;
}
section.intro > .container:first-child .lead {
    padding-top: 180px;
    line-height: 36px;
}
section.intro > .container:first-child .lead h2 {
    font-size: 2rem;
    padding-bottom: 50px;
}
section.intro > .container:first-child .lead p {
    font-size: 1.33333333rem;
    margin-bottom: 45px;
}
section.intro > .container:first-child .lead .link-underlined {
    border-bottom: 5px solid #01b4dc;
}
section.intro > .container:first-child .lead .link-underlined:after {
    content: none;
}
section.intro > .container:first-child .lead .link-underlined:focus,
section.intro > .container:first-child .lead .link-underlined:hover {
    border-bottom-color: #017690;
}
main.page {
    background-color: #fff;
    color: #051222;
    margin: 0;
    min-height: 700px;
    padding-top: 100px;
}
main.page .page-header {
    border-bottom: 0;
}
main.page .page-header h1:not(.text-hide):after {
    content: "";
    background-color: #051222;
    display: block;
    width: 50px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
main.page h2,
main.page h3 {
    font-weight: 900;
    color: #051222;
    text-transform: uppercase;
    font-size: 1rem;
    height: auto;
    line-height: 30px;
}
main.page h2:first-child,
main.page h3:first-child {
    margin-top: 10px;
}
main.page h2 {
    margin-bottom: 30px;
    margin-top: 60px;
}
main.page h3 {
    margin-top: 60px;
    margin-bottom: 20px;
}
main.page h3:after {
    content: none;
}
main.page h4 {
    font-weight: 700;
}
main.page .row {
    margin-bottom: 45px;
}
main.page .text p,
main.page .text ul {
    line-height: 30px;
    margin-bottom: 15px;
}
main.page .text ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
}
main.page .text ul li {
    padding-left: 1rem;
    text-indent: -1rem;
}
main.page .text ul li:before {
    content: "▪";
    color: #01b4dc;
    margin-right: 0.5rem;
}
main.page .img-responsive.center-block {
    margin-bottom: 60px;
}
main.page .news-heading h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
main.page .news-heading h2 span {
    text-transform: none;
    font-style: italic;
    font-weight: 300;
    font-size: 0.77777778rem;
}
main.page .body-news .link-underlined {
    font-size: 0.88888889rem;
}
#prodotto {
    background-color: #fff;
    background-image: url(../img/home-stetclean-bg.jpg);
    background-repeat: no-repeat;
    color: #051222;
    margin-top: 190px;
}
@media screen and (min-width: 992px) {
    #prodotto {
        background-position: calc(50% - 475px) 50%;
    }
}
@media screen and (max-width: 991px) {
    #prodotto {
        background-position: top;
    }
}
#prodotto h2 {
    margin-top: -90px;
}
@media screen and (max-width: 991px) {
    #prodotto .text {
        margin-top: 900px;
        padding: 0 0 50px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #prodotto .text {
        padding: 50px 0 50px 10px;
    }
}
@media screen and (min-width: 1200px) {
    #prodotto .text {
        padding: 50px 0 50px 60px;
    }
}
#prodotto .text p {
    margin-bottom: 15px;
}
footer {
    border-top: 1px solid #b4b7bc;
    background-color: #fff;
    color: #051222;
}
footer .container {
    padding-top: 40px;
    padding-bottom: 100px;
}
footer .container small {
    font-size: 0.88888889rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    footer .container small {
        font-size: 12px;
    }
}
footer .container a {
    color: #051222;
    font-size: 0.88888889rem;
}
footer .container a:focus,
footer .container a:hover {
    text-decoration: underline;
    background-color: transparent;
}
@media screen and (max-width: 991px) {
    footer .container .row:last-child p {
        text-align: center;
    }
}
body {
    padding-top: 100px;
}
section {
    margin-top: 0;
    margin-bottom: 150px;
}
#logo {
    width: 100%;
    height: auto;
}
.intro .container h2 {
    margin-bottom: 20px;
}
.intro .container .home-product {
    margin-bottom: 30px;
}
.intro .container .home-product .link-underlined {
    display: inline-block;
}
.intro .container .home-product-image {
    padding: 0 20px 20px;
    float: right;
}
.intro .container .vert-home {
    max-width: 250px;
    max-height: 300px;
    width: auto;
}
.intro .container .cube-home {
    max-width: 300px;
}
section#media {
    background-color: #fff;
}
section#media h2 {
    margin-top: -90px;
}
section#media .embed-responsive.embed-responsive-16by9 {
    margin: 50px auto;
}
section#banners {
    margin: 20px 0;
}
#map {
    height: 350px;
    width: 100%;
}
.markerContent {
    color: #000;
}
@media only screen and (max-width: 1024px) {
    .intro .container .home-product-image {
        max-width: 250px;
        max-height: 250px;
        height: auto;
        width: auto;
        float: left;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .text-justify {
        text-align: left;
    }
    .intro .container .home-product-image {
        max-width: 250px;
        max-height: 250px;
        height: auto;
        width: auto;
        float: right;
    }
    .intro .container .home-product-image.cube-home {
        max-width: 200px;
    }
}
@media only screen and (max-width: 992px) {
    .product-link {
        clear: both;
    }
}
@media only screen and (min-width: 992px) {
    section#media .md-80 {
        max-width: 80%;
        padding-bottom: 45.25%;
    }
}
/*# sourceMappingURL=stetclean.min.css.map */
