/* ==== Google font ==== */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #fff;
}
html {
    width: 100%;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}
p.lead {
    font-weight: 600;
}
a {
    color: #4628c3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}
.light {
    font-weight: 400;
}
address {
    margin-left: 0;
    padding: 0;
}

/* misc */

hr {
    margin-top: 10px;
}

/* margins */

.marginbot-0 {
    margin-bottom: 0 !important;
}
.marginbot-10 {
    margin-bottom: 10px !important;
}
.marginbot-20 {
    margin-bottom: 20px !important;
}
.marginbot-30 {
    margin-bottom: 30px !important;
}
.marginbot-40 {
    margin-bottom: 40px !important;
}
.marginbot-50 {
    margin-bottom: 50px !important;
}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 110px;
    padding-bottom: 110px;
    display: block;
    position: relative;
    z-index: 120;
}
.section-heading h2 {
    font-size: 40px;
}
.section-heading i {
    margin-bottom: 20px;
}

/* --- section bg var --- */

.bg-white {
    background: #fff;
}
.bg-gray {
    background: #f8f8f8;
}
.bg-dark {
    background: #575757;
}

/* --- section color var --- */

.text-light {
    color: #fff;
}

/* ============================
--- Menu
============================= */

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'ecoicons';
    src: url("../fonts/ecoicons/ecoicons.eot");
    src: url("../fonts/ecoicons/ecoicons.eot?#iefix") format("embedded-opentype"), url("../fonts/ecoicons/ecoicons.woff") format("woff"), url("../fonts/ecoicons/ecoicons.ttf") format("truetype"), url("../fonts/ecoicons/ecoicons.svg#ecoicons") format("svg");
}
.gn-menu-main,
.gn-menu-main ul {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #3081c3;
    list-style: none;
    text-transform: none;
    font-weight: 300;
    font-family: 'Lato', Arial, sans-serif;
    line-height: 60px;
    z-index: 150;
}
.gn-menu-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 13px;
}
.gn-menu-main a {
    display: block;
    height: 100%;
    color: #3081c3;
    text-decoration: none;
    cursor: pointer;
}
.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
    background: #3081c3;
    color: white;
}
.gn-menu-main > li {
    display: block;
    float: left;
    height: 100%;
    border-right: 1px solid #c6d0da;
    text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
    position: relative;
    width: 60px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gn-menu-main > li:last-child {
    float: right;
    border-right: none;
}
.gn-menu-main > li > a {
    padding: 0 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.gn-menu-main:after {
    display: table;
    clear: both;
    content: "";
}
.gn-menu-wrapper {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 60px;
    border-top: 1px solid #c6d0da;
    background: #fff;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    transform: translateX(-60px);
    -webkit-transition: -webkit-transform 0.3s, width 0.3s;
    -moz-transition: -moz-transform 0.3s, width 0.3s;
    transition: transform 0.3s, width 0.3s;
}
.gn-scroller {
    position: absolute;
    overflow-y: scroll;
    width: 80px;
    height: 100%;
}
.gn-menu {
    border-bottom: 1px solid #c6d0da;
    text-align: left;
    font-size: 18px;
}
.gn-menu li:not(:first-child),
.gn-menu li li {
    box-shadow: inset 0 1px #c6d0da
}
.gn-submenu li {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
.gn-submenu li a {
    color: #c1c9d1
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
    color: #3081c3
}
.gn-search:-moz-placeholder {
    color: #3081c3
}
.gn-search::-moz-placeholder {
    color: #3081c3
}
.gn-search:-ms-input-placeholder {
    color: #3081c3
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
    color: transparent
}
input.gn-search:focus {
    cursor: text
}
.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
    color: white
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
    color: white
}
.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
    color: white
}
.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
    color: white
}
.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
    color: white
}
.gn-menu-main a.gn-icon-search {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
}
.gn-icon::before {
    display: inline-block;
    width: 60px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'ecoicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.gn-icon-help::before {
    content: "\e000"
}
.gn-icon-earth::before {
    content: "\e004"
}
.gn-icon-cog::before {
    content: "\e006"
}
.gn-icon-search::before {
    content: "\e005"
}
.gn-icon-download::before {
    content: "\e007"
}
.gn-icon-photoshop::before {
    content: "\e001"
}
.gn-icon-illustrator::before {
    content: "\e002"
}
.gn-icon-archive::before {
    content: "\e00d"
}
.gn-icon-article::before {
    content: "\e003"
}
.gn-icon-pictures::before {
    content: "\e008"
}
.gn-icon-videos::before {
    content: "\e009"
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}
.gn-icon-menu::before {
    margin-left: -15px;
    vertical-align: -2px;
    width: 30px;
    height: 3px;
    background: #3081c3;
    box-shadow: 0 3px white, 0 -6px #3081c3, 0 -9px white, 0 -12px #3081c3;
    content: '';
}
.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
    background: white;
    box-shadow: 0 3px #3081c3, 0 -6px white, 0 -9px #3081c3, 0 -12px white;
}
.gn-icon-menu.gn-selected::before {
    background: #3081c3;
    box-shadow: 0 3px white, 0 -6px #3081c3, 0 -9px white, 0 -12px #3081c3;
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
.gn-menu-wrapper.gn-open-all {
    width: 60px
}
.gn-menu-wrapper.gn-open-all .gn-submenu li {
    height: 60px
}
@media screen and (max-width: 60px) {
    .gn-menu-wrapper.gn-open-all {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        width: 100%;
    }
    .gn-menu-wrapper.gn-open-all .gn-scroller {
        width: 100%
    }
}

/* ===========================
--- Intro
============================ */

.intro {
    width: 100%;
    position: relative;
}
#intro {
    background-image: url(../img/img-bg1.jpg);
    background-size: cover;
    background-position: center center;
}
.intro .slogan {
    padding: 250px 0 60px;
    text-align: center;
}
.intro .slogan h1 {
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 20px;
    font-size: 40px;
    text-shadow: -2px 2px 3px #000;
}
.intro .slogan p {
    color: #fff;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 600;
    text-shadow: -2px 2px 3px #000;
}
.brand-heading {
    font-size: 40px;
}
.intro-text {
    font-size: 18px;
}
.btn-more {
    color: #fff;
    font-weight: 700;
    background-color: #126dca;
}
.btn-more:hover {
    color: #126dca;
    font-weight: 700;
    background-color: #fff;
}

/* ===========================
--- About
============================ */

.boxed-grey {
    background: #eee;
    padding: 20px;
}

/* ===========================
--- Services
============================ */

.service-icon {
    margin-bottom: 20px;
}

/* ===========================
--- Works
============================ */

.gallery-item > div {
    margin-bottom: 30px;
}

/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
    text-align: left !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
form#contact-form input,
form#contact-form select,
form#contact-form textarea {
    border-radius: 0;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}
form#contact-form input:focus,
form#contact-form select:focus,
form#contact-form textarea:focus {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

/* ===========================
--- Modal
============================ */

#modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
}
.box-modal {
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 650px;
    margin-left: -240px;
    margin-top: -325px;
    text-align: center;
    padding: 30px;
}
.close {
    color: #51a6d3;
    cursor: pointer;
    border: 3px solid #51a6d3;
    border-radius: 0;
    padding: 5px 10px;
    position: absolute;
    top: 4px;
    right: 4px;
}
.close:hover {
    color: #3081c3;
    border-color: #3081c3;
}

/* ===========================
--- Footer
============================ */

footer {
    text-align: center;
    padding: 50px 0;
}
footer p {
    color: #fff;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
.btn-social {
    display: inline-block;
    border: 2px solid #FFF;
    border-radius: 0%;
    font-size: 20px;
    line-height: 30px;
}
.btn-social:focus,
.btn-social:hover {
    background-color: #126dca;
    color: #126dca;
    padding: 5px 5px;
    border-radius: 0;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
}
h5,
.h5 {
    margin: 0 0 15px;
    font-size: 16px;
    color: #fff;
}

/* ===========================
--- Elements
============================ */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/* Media queries */

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .brand-heading {
        font-size: 100px;
    }
    .intro-text {
        font-size: 25px;
    }
}
@media (max-width:768px) {
    .team.boxed-grey {
        margin-bottom: 30px;
    }
    .boxed-grey {
        margin-bottom: 30px;
    }
    .intro .slogan {
        padding: 100px 0 60px;
    }
}
@media (max-width:480px) {
    .intro .slogan {
        padding: 170px 0 60px;
    }
}
@media (max-width:479px) {
    #modal {
        display: none;
    }
}