@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700);
@import url(//fonts.googleapis.com/css?family=Cantarell:400,700);
@import "animate.css";

body {
    background: #fff;
    font-size: 14px;
    line-height: 21px;
    color: #8a8a8a;
    font-family: 'Cantarell', sans-serif;
    font-weight: normal;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

a {
    color: #78bfe0;
    text-decoration: none;
    font-weight: normal;
}

h2 {
    font-size: 48px;
    line-height: 54px;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: bold;
    margin: 26px 0 12px 0;
    letter-spacing: -3px;
    text-align: center;
}

.color__white {
    color: #fff;
}

.heading__indent {
    margin-bottom: 16px;
}

.heading__indent-1 {
    margin: 34px 0 50px 0;
}

.heading__indent-2 {
    margin: 8px 0 20px 0;
}

.heading__indent-3 {
    margin: 24px 0 4px 0;
}

.list-1 {
    padding-top: 30px;
}

.heading__style-1 {
    text-align: left;
    display: inline-block;
    padding: 0 0 0 0;
}

h3 {
    font-size: 36px;
    line-height: 38px;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: bold;
    margin: 16px 0 0px 0;
}

.heading__size {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}

h4 {
    font-size: 14px;
    line-height: 20px;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0 20px 0;
    font-family: 'Ubuntu', sans-serif;
}

h4.text-style-1__color-white {
    text-align: center;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 34px 0 6px 0;
    color: #fff;
}

.h5__fz {
    font-size: 30px;
    line-height: 34px;
}

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

.btn-default {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 18px 25px;
    background: #78bfe0;
    text-transform: uppercase;
    margin-top: 60px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn-default:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #2b95e6;
}

.btn-print {
    padding: 10px 25px;
    font-weight: normal;
}

@media only screen and (max-width:479px) {
    h2 {
        font-size: 34px;
        line-height: 44px;
    }
}

.border-bottom {
    border-bottom: 1px solid #dcdcdc;
}

/*#header{background:url(../images/header-bg.gif) 0 0 repeat;}*/
.logo {
    float: left;
    padding: 0px;
}

.logo img {
    width: 165px;
}

.main-menu {
    padding-top: 31px;
    float: right;
}

.sf-menu>li {
    float: left;
    position: relative;
    margin: 0 0 0 14px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1px;
}

.sf-menu>li>a {
    display: inline-block;
    padding: 10px 18px;
    color: #080d2a;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu>li>a:hover {
    background: #68a1bb;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu>li span {
    width: 7px;
    height: 4px;
    background: url('../images/menu-bullet.gif') 0 0 no-repeat;
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -3px;
}

.sf-menu>li.current>a {
    background: #68a1bb;
}

.sf-menu>li.sfHover>a {
    background: #68a1bb;
}

.sf-menu a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu ul {
    position: absolute;
    top: 60px;
    left: 0;
    background: #242a2d;
    padding: 10px 20px 20px 20px;
    width: 145px;
    z-index: 4;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu ul li {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.sf-menu ul li a {
    color: #fff;
}

.sf-menu ul li a:hover {
    color: #fff;
    font-weight: bold;
}

.sf-menu ul li.sfHover>a {
    color: #fff;
    font-weight: bold;
}

.sf-menu ul ul {
    position: absolute;
    top: -10px;
    left: 100px;
    background: #78bfe0;
    padding: 10px 20px;
    z-index: 4;
}

.sf-menu ul ul li {
    line-height: 30px;
}

.sf-menu ul ul li a {
    color: #fff;
}

.sf-menu ul ul li a:hover {
    color: #000;
}

@media only screen and (max-width:1199px) {
    .sf-menu>li {
        margin-left: 4px;
    }

    .sf-menu>li>a {
        padding: 8px 12px;
    }

    .main-menu {
        padding-top: 33px;
    }
}

@media only screen and (max-width:979px) {
    .main-menu {
        float: none;
        padding: 0 0 30px 0px;
        text-align: center;
    }

    .main-menu .sf-menu>li {
        display: inline-block;
        float: none;
    }

    .logo {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .sf-menu {
        display: none;
    }

    .select-menu {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    .main-menu {
        padding-left: 0;
    }
}

.isStuck {
    background: #fff;
    z-index: 999;
}

.isStuck .logo {}

.isStuck .logo img {
    display: none;
}

.isStuck .main-menu {
    padding-top: 0px;
}

@media only screen and (max-width:979px) {
    .isStuck {
        display: none !important;
    }
}

#content {
    overflow: hidden;
}

.indent-2 {
    padding: 20px 0 70px 0;
}

.percentage {
    font-size: 48px;
    line-height: 52px;
    color: #78bfe0;
    font-weight: bold;
    padding-bottom: 10px;
}

.percentage span {
    font-size: 30px;
    line-height: 52px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: baseline;
}

@media only screen and (max-width:979px) {
    .w-100 {
        width: 100%;
    }
}

.box {
    text-align: center;
}

.box-indent {
    padding: 20px 0 10px 0;
}

.box__indent-1 {
    padding-bottom: 56px;
}

.welcome_text {
    font-size: 16px;
    line-height: 21px;
    color: #4d4d4d;
    text-transform: uppercase;
    margin: 6px 0;
}

.box-inner-indent {
    padding: 52px 0 40px 0;
}

.box-inner-indent__mod1 {
    padding: 34px 0 5px 0;
}

.service-description {
    font-family: 'Ubuntu', sans-serif;
    color: #8a8a8a;
    padding: 0 26px;
}

.link {
    color: #242a2d;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.link:hover {
    color: #78bfe0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.link_color {
    color: #fff;
}

.text-style-1 {
    font-size: 18px;
    line-height: 21px;
    padding: 34px 0 54px 0;
}

.text-style-1 p {
    padding-top: 16px;
}

.text-style-1__indent {
    padding-bottom: 0;
}

.text-style-1__indent-1 {
    padding: 22px 0 0 0;
}

.text-style-1__indent-2 {
    padding: 22px 0 0px 0;
}

.text-style-1__color-white {
    color: #fff;
    padding-bottom: 0;
}

.list {
    margin-top: 30px;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
}

.list li {
    font-size: 14px;
    line-height: 30px;
    background: url('../images/list-marker.gif') 0 12px no-repeat;
    padding-left: 30px;
}

.list li a {
    color: #8a8a8a;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.list li a:hover {
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media only screen and (max-width:979px) {
    .box h3 {
        font-size: 28px;
    }
}

.box-1-section {
    background: url('../images/High_resolution_wallpaper_background_ID_77701788794.jpg') 50% 0;
}

.box-1__commercial-bg {
    background: url('../images/commercial-bg1.jpg') 50% 0;
}

.box-1__commercial-bg2 {
    background: url('../images/safety_right_bg02.jpg') 50% 0;
}

.box-1__residential-bg {
    background: url('../images/home-window-films-main-bg1.jpg') 50% 0;
}

.box-1__residential-bg2 {
    background: url('../images/house-window-tinting-bg1.jpg') 50% 0;
}

.box-1__bg-1 {
    background: url('../images/offers-bg.jpg') 50% 0;
}

.box-1__bg-2 {
    background: url('../images/page3-bg1.jpg') 50% 0;
}

.box-1__bg-3 {
    background: url('../images/page3-bg2.jpg') 0 0;
}

.box-1__bg-4 {
    background: url('../images/page4-bg1.jpg') 50% 0;
}

.box-1__bg-5 {
    background: url('../images/page4-bg2.jpg') 50% 0;
}

.box-1__bg-6 {
    background: url('../images/page5-bg1.jpg') 0 0;
}

.box-1-section-indent {
    padding: 50px 0 103px 0;
}

.box-1__indent-1 {
    padding: 50px 0 64px 0;
}

.box-1__indent-2 {
    padding: 30px 0 64px 0;
}

.text-1 {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    padding: 0 40px;
}

.box-1 {
    background: #292929;
    overflow: hidden;
    margin-top: 50px;
}

.box-1__top {
    margin-top: 24px;
}

.img-fl-rigth {
    float: right;
    margin-left: 20px;
}

.box-1__indent {
    padding: 0 0 0 26px;
}

.box-1__indent-3 {
    padding: 0 30px 26px 26px;
}

.box-1-content {
    font-size: 12px;
    line-height: 18px;
    color: gray;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}

.link-1 {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url('../images/link-1-bg.png') 0 0 no-repeat;
    margin-top: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.link-1:hover {
    background-position: 0 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.link-2 {
    display: inline-block;
    margin-top: 26px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.link-2:hover {
    color: #ccc;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.link-2__style1 {
    margin-top: 0;
    color: #404040;
    margin-bottom: 20px;
}

.text-2 {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    padding-top: 20px;
}

.box-1-inner {
    padding: 25px 18px 0px 18px;
}

.box-1-inner1 {
    padding: 0px 28px 0px 28px;
}

@media only screen and (max-width:1199px) {
    .img-fl-rigth {
        float: none;
        width: 100%;
        margin: 0 0 0 0;
    }

    .box-1__indent {
        padding: 20px;
    }
}

.box-2 {
    padding-top: 44px;
}

.box-2-icon {
    width: 100%;
}

@media only screen and (max-width:767px) {
    .box-2-icon {
        width: auto;
        margin-bottom: 20px;
    }

    .align-center-767 {
        text-align: center;
    }
}

.subscribe-indent {
    padding: 18px 0 30px 0;
}

.sub-title {
    font-size: 18px;
    line-height: 22px;
    color: #242a2d;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: baseline;
    letter-spacing: -1px;
}

.sub-title__mod-1 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 50px;
}

.fl-right {
    float: right;
}

.indent {
    padding: 0 0 30px 0;
}

.fl-l {
    float: left;
}

#subscribe-form {
    width: 500px;
    float: right;
    position: relative;
    margin-top: 24px;
}

#subscribe-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#subscribe-form label {
    position: relative;
    display: block;
    min-height: 43px;
    float: left;
    margin: 0 5px 0 6px;
}

#subscribe-form input {
    outline: none;
    background: #dcdcdc;
    border: none;
    height: 38px;
    padding: 10px 10px 10px 35px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Cantarell', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 189px;
    position: relative;
    z-index: 2;
}

#subscribe-form label.name:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 12px;
    background: url('../images/input-text-icon.gif') 0 0 no-repeat;
    width: 15px;
    height: 15px;
    z-index: 4;
}

#subscribe-form label.email:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 12px;
    background: url('../images/input-email-icon.gif') 0 0 no-repeat;
    width: 15px;
    height: 15px;
    z-index: 4;
}

#subscribe-form .error {
    height: 0;
    font: 10px/20px Arial;
    -webkit-transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
    position: absolute;
    right: 3px;
    top: 0;
    color: red;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

#subscribe-form .success {
    line-height: 40px;
    font-size: 14px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    color: green;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    background: #fff;
    border: 1px green solid;
    z-index: 10;
    width: 100%;
    text-align: center;
}

#subscribe-form label.invalid .error {
    height: 19px;
}

#subscribe-form .btn-default {
    padding: 11px 18px;
    margin-top: 0;
}

@media only screen and (max-width:1199px) {
    .subscribe-section {
        text-align: center;
    }

    .fl-l {
        float: none;
    }

    #subscribe-form {
        float: none;
        margin: 30px auto;
    }
}

@media only screen and (max-width:767px) {
    #subscribe-form {
        width: 100%;
    }

    #subscribe-form label {
        float: none;
    }

    #subscribe-form input {
        width: 100%;
    }

    #subscribe-form .btn-default {
        margin-top: 10px;
    }

    .sub-title__mod-1 {
        margin-top: 20px;
    }
}

.box-3-section {
    background: url('../images/testimonials-bg.jpg') 50% 0;
}

.box-3-indent {
    padding: 30px 0 65px 0;
}

blockquote {
    padding-top: 4px;
}

.box-testimonial {
    margin-top: 52px;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    overflow: hidden;
    width: 100%;
}

.box-testimonial strong {
    font-weight: bold;
    display: block;
    margin-top: 16px;
}

.testimonial-img {
    float: left;
    margin-right: 28px;
}

.indent-3 {
    padding: 0px 90px 0px;
}

@media only screen and (max-width:767px) {
    .indent-3 {
        padding: 0px 10px 0px;
    }
}

#map-canvas {
    height: 416px;
}

#map-canvas img {
    max-width: none !important;
}

address {
    font-size: 16px;
    line-height: 21px;
    color: #404040;
    padding-top: 64px;
}

.contacts-block {
    font-size: 14px;
    line-height: 21px;
    color: #8a8a8a;
    font-family: 'Ubuntu', sans-serif;
    padding-top: 22px;
}

.w-b {
    display: inline-block;
    width: 110px;
}

.mail-link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.mail-link:hover {
    color: #678999;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media only screen and (max-width:979px) {
    .w-b {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .w-b {
        display: inline-block;
    }
}

.policy-indent {
    text-align: center;
    padding: 0 90px 40px 90px;
}

.policy-indent .mail-link {
    display: inline-block;
    margin-top: 30px;
}

h6 {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #404040;
    padding: 0 20px 20px 20px;
}

.policy-indent__1 {
    padding-top: 50px;
}

@media only screen and (max-width:767px) {
    .policy-indent {
        text-align: center;
        padding: 0 0px 40px 0px;
    }

    .policy-indent .mail-link {
        display: inline-block;
        margin-top: 30px;
    }
}

#footer {
    text-align: center;
    padding: 60px 0;
    font-weight: bold;
    color: #242a2d;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.privacy-link {
    color: #242a2d;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.privacy-link:hover {
    color: #4a6c92;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.telephone {
    font-size: 24px;
    line-height: 28px;
}

.social-list {
    padding: 18px 0;
}

.social-list li {
    display: inline-block;
    padding: 0 10px;
}

.social-list li a {
    color: #242a2d;
    font-size: 24px;
    line-height: 26px;
}

.social-list li a:hover {
    color: #4a6c92;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media only screen and (max-width:1199px) {
    .telephone {
        font-size: 16px;
    }
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    color: #fff;
    width: 42px;
    height: 42px;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    z-index: 20;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #000;
    border-radius: 500%;
}

#toTop:hover {
    outline: none;
    color: #f0f0f0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #555f69;
}

@media only screen and (max-width:1199px) {
    #toTop {
        display: none !important;
    }
}

.stellar-block {
    background-attachment: fixed;
    background-position: center 0%;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    z-index: 8;
}

.first {
    background-image: url(../images/bg_pic2.jpg);
    background-color: #fff;
    background-position: 50% 100%;
}

.second {
    background-image: url(../images/slide.jpg);
    background-color: #fff;
}

@media only screen and (max-width:979px) {
    .stellar-block {
        background-attachment: scroll;
        background-position: 50% 50%;
        position: relative;
        background-repeat: no-repeat;
        background-size: auto 100%;
        padding-bottom: 100px;
        z-index: 8;
    }
}

@media only screen and (max-width:1199px) {
    .sample {
        height: auto;
    }
}

@media only screen and (max-width:979px) {
    .sample {
        height: auto;
    }
}

@media only screen and (max-width:767px) {
    .sample {
        height: auto;
    }
}

@media only screen and (max-width:480px) {
    .sample {
        height: auto;
    }
}

@media only screen and (max-width:320px) {
    .sample {
        height: auto;
    }
}