﻿::selection {
    background: #9c27b0;
    color: #fff;
}

body {
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
}

h2 {
    font-size: 26px;
}

p {
    font-family: "Roboto", sans-serif;
    line-height: 22px;
    font-size: 16px;
    font-weight: 300;
}

ul {
    padding-left: 0;
}

    ul li {
        list-style: none;
    }

a:hover {
    text-decoration: none;
}

.section-heading {
    text-align: center;
    margin-bottom: 65px;
}

    .section-heading p {
        font-size: 14px;
        font-weight: 300;
        color: #727272;
        line-height: 20px;
    }

.title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.subtitle-des {
    color: #727272;
    font-size: 14px;
    margin-bottom: 35px;
    font-weight: 300;
}

.pages {
    padding: 80px 0 40px;
}

.moduler {
    padding: 140px 0;
}

.social-share li {
    display: inline-block;
    margin: 3px 1px;
}

.social-share a {
    font-size: 20px;
    color: #fff;
    background: #02bdd5;
    padding: 4px 10px;
    display: inline-block;
}

.fancybox-title {
    padding: 15px 8px;
}

    .fancybox-title h3 {
        font-size: 15px;
        margin: 0;
    }

.global-page-header {
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0 25px 0;
    position: relative;
    background: #0063A6;
    color: #fff;
}

    .global-page-header h2 {
        font-size: 42px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

    .global-page-header .breadcrumb {
        background: none;
        font-size: 16px;
        padding: 8px 0;
    }

        .global-page-header .breadcrumb .active, .global-page-header .breadcrumb li a {
            color: #fff;
        }

.works {
    padding: 80px 0;
    background: #FCFCFC;
}

    .works .block {
        position: relative;
        z-index: 99;
    }

        .works .block:hover .img-overly .overly {
            opacity: 1;
        }

        .works .block h4 {
            padding: 20px 15px;
            margin-top: 0;
            color: #666;
        }

        .works .block .img-overly {
            position: relative;
            background: rgba(0, 0, 0, 0.85);
        }

            .works .block .img-overly img {
                border-radius: 0;
            }

            .works .block .img-overly .overly {
                background: rgba(57, 181, 74, 0.9);
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                opacity: 0;
                transition: .3s all;
            }

figure {
    background: #fff;
    margin-bottom: 45px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}

    figure .img-wrapper {
        position: relative;
        overflow: hidden;
    }

    figure img {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        transition: -webkit-transform 400ms;
        transition: transform 400ms;
        transition: transform 400ms, -webkit-transform 400ms;
    }

    figure:hover img {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
    figure .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        transition: opacity 400ms;
    }

        figure .overlay a {
            display: inline-block;
            color: #fff;
            padding: 10px 23px;
            line-height: 1;
            border: 1px solid #fff;
            border-radius: 0px;
            margin: 4px;
            -webkit-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0);
            transition: all 400ms;
        }

            figure .overlay a:hover {
                text-decoration: none;
            }

    figure:hover .overlay a {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    figure .buttons {
        position: absolute;
        top: 45%;
        left: 24%;
    }

    figure figcaption {
        padding: 20px 25px;
        margin-top: 0;
        color: #666;
    }

        figure figcaption h4 {
            margin: 0;
        }

            figure figcaption h4 a {
                color: #02bdd5;
            }

        figure figcaption p {
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 5px;
        }

.navbar-header .navbar-brand {
    padding: 5px 0;
}

    .navbar-header .navbar-brand a {
        height: auto;
        display: inline-block;
        margin-top: 8px;
    }
.logo {
    width: 150px;
    height: auto; /* adjust height to auto */
    float: left;
    margin-top: 0px;
}

#hero-area {
    background: url("../images/background.gif") no-repeat 50%; /*slider.jpg*/
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0px 1px 0px;
    color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

    #hero-area:before {
        content: '';
        z-index: 9;
        background: rgba(255, 255, 255, 0.78);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #hero-area .block {
        position: relative;
        z-index: 999;
    }

    #hero-area h1 {
        font-size: 40px;
        line-height: 50px;
        color: #333;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    #hero-area h2 {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 3px;
        line-height: 27px;
        text-transform: uppercase;
        color: #666;
        font-family: 'Roboto', sans-serif;
        margin-top: 25px;
    }

    #hero-area .btn {
        background: #414141;
        border: none;
        color: #fff;
        padding: 20px 35px;
        margin-top: -50px;
        font-size: 16px;
        font-size: 13px;
        line-height: 1em;
        text-transform: uppercase;
        letter-spacing: normal;
        border-radius: 0;
    }
#call-to-action {
    background: #0090D2; /*#02bdd5*/
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    text-align: center;
    position: relative;
    color: #fff;
}

    #call-to-action .block {
        position: relative;
        z-index: 99;
        color: #fff;
    }

        #call-to-action .block h2 {
            margin-bottom: 15px;
            color: #fff;
        }

        #call-to-action .block p {
            font-size: 20px;
            font-weight: 300;
            font-family: 'Roboto', sans-serif;
            margin-top: 20px;
        }

        #call-to-action .block .btn-contact {
            background: #fff;
            border: none;
            color: #02bdd5;
            padding: 16px 35px;
            margin-top: 20px;
            font-size: 12px;
            letter-spacing: 2px;
            text-transform: uppercase;
            border-radius: 0;
        }

            #call-to-action .block .btn-contact i {
                margin-right: 10px;
            }

#top-bar {
    background: #fff;
    color: #fff;
    transition: all 0.2s ease-out 0s;
    padding: 15px 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dedede;
}
    #top-bar .navbar-nav li a:hover {
        background: transparent;
    }

    #top-bar.animated-header {
        padding: 20px 0;
        background: #fff;
        box-shadow: none;
    }

    #top-bar .main-menu li {
        position: relative;
    }

        #top-bar .main-menu li a {
            color: #444;
            font-size: 14px;
            font-weight: 500;
            border-bottom: 2px solid transparent;
            transition: .3s all;
            text-transform: uppercase;
        }

            #top-bar .main-menu li a:hover {
                color: #02bdd5;
            }

            #top-bar .main-menu li a.active {
                /* color: #fff;
  background-color: #008CEA;*/
                color: #02bdd5;
                pointer-events: none;
                cursor: default;
            }
.cd-headline.slide .cd-words-wrapper {
    color: #02bdd5;
}


#feature {
    padding: 80px 0;
}

    #feature .media {
        margin: 0px 0 70px 0;
    }

        #feature .media .media-left {
            padding-right: 25px;
        }

    #feature h3 {
        color: #222222;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
        margin: 0px 0px 15px;
        font-weight: 400;
    }

    #feature p {
        line-height: 25px;
        font-size: 14px;
        color: #777777;
    }

    #feature .icon {
        text-decoration: none;
        color: #fff;
        background-color: #02bdd5;
        height: 100px;
        text-align: center;
        width: 100px;
        font-size: 50px;
        line-height: 100px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

#footer {
    background: #fff;
    padding: 25px 0;
    color: #555;
}

    #footer .copyright {
        font-size: 13px;
        margin-bottom: 0;
    }

        #footer .copyright a {
            color: #02bdd5;
        }

    #footer .social {
        text-align: right;
        margin-bottom: 0;
    }

        #footer .social li {
            display: inline-block;
            margin-right: 15px;
        }

            #footer .social li a {
                font-size: 22px;
                color: #02bdd5;
            }

/* Responsive styles ================================================== */
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
    /* Add styles for large devices here */
}

/* Tablet Layout: 768px. Gutters: 24px. Outer margins: 28px. Inherits styles from: Default Layout. */
@media only screen and (max-width: 767px) {
    .title {
        font-size: 40px;
    }
    .navbar-header .navbar-brand a {
        padding: 6px 8px;
    }
    #hero-area {
        padding: 140px 0;
    }

        #hero-area .btn {
            margin-top: 8px;
        }

    #about {
        padding: 70px 0;
    }

        #about .block {
            padding: 0;
        }

    figure .buttons {
        left: 16%;
    }

    #footer .copyright {
        text-align: center;
    }

    #footer .social {
        text-align: center;
    }
}