/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

/*
*font-family: 'Ubuntu', Ubuntu;
@font-face {
	font-family: 'Ubuntu';
	src: url('fonts/ubuntu.ttf');
	src: local('Ubuntu'), local('Ubuntu), url('fonts/Ubuntu.ttf') format('truetype');
}
*/

/*
body {
    font-family: 'Ubuntu' !important;
}
*/
img {
    max-width: 100%;
    height: auto;
}
hr.section-break {
    border:0px;
    background-image: url('../img/section_break.png');
    background-position: center;
    background-repeat: no-repeat; height:10px; margin: -5px auto 0px auto;
}
.footer-section {
    background: #fff url('../img/lagos-skyline.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
img.footer-banner {
    width:740px; display: block; margin: 40px auto 0px auto;
}
.dropdown a {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: none !important;
}
.page .nav-top-after {
    margin:0 0 105px 0;
}
.page .navbar-fixed-top {
    background-color: #222;
    padding-top:0px !important;
}

header .intro-text h2 {
    font-size: 45px !important;
    font-weight: 500 !important;
    line-height: 35px !important;
}
header .intro-text h3 {
    font-family: Lato, Helvetica, sans-serif !important;
    font-weight: normal !important;
}

.modular-row img.intro-art {
    width:100%;
    margin-top: -9%;
}
.modular-row img.intro-art1 {
    width:100%;
    margin-top: -20%;
}

.intro-text {
	min-height:450px;
}

#contact-tbl tr:first-child {
    border-bottom:1px solid #8c8c8c;
}
#contact-tbl td {
    border-left:1px solid #8c8c8c;
    padding:15px;
}
#contact-tbl td:first-child {
    border-left:0;
}
#fixo-ph, #fixo-mi, #fixo-vi, #fixo-met {
    width:49%; float: left; margin-bottom: 30px;
}
#fixo-mi, #fixo-vi, #fixo-met {
    margin-left: 2%; margin-bottom: 15px;
}
#fixo-u {
    margin:10px 0 20px 0;
}

#services i.fa-inverse { color: #ffffff !important; }

.social-buttons i.fa { line-height: 40px; }

/*
* responsives here
*
*/
@media (max-width : 767px) {
    .btn-xl {
        padding: 10px 20px;
        line-height: 10px;
        font-size: 14px;
    }
    header .intro-text h2 {
        font-size:1.3em;
    }
    header .intro-text h3 {
        font-size:1.2em;
    }
    header .intro-text .btn-xl {
        display:none !important;
    }
}

@media (min-width: 768px){
    header .intro-text {
        padding-top: 150px !important;
        padding-bottom: 350px !important;
    }

    header .intro-text h2 {
        font-size: 65px !important;
        font-weight: 600 !important;
        line-height: 55px !important;
    }

    .navbar-default .navbar-brand {
        font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
        color: red;
    }

    .fa {
      color: #F7931D;
    }


    .logo {
      height: 0px;
      transition: all 0.2s ease;
    }

    .scrolled .logo {
      font-size: 11px;
      transition: all 0.2s ease;
    }

    #header.scrolled .logo a {
      color: #1BB3E9 !important;
      transition: all 0.5s ease;
    }

    .nav li:hover .dropdown {
        display: block;
    }

    .nav li a {
        padding-left:12px; padding-right:12px;
    }

    .nav li a i.fa {
        font-size: 1.25em; line-height:1.2em; color:#ffffff;
    }

    .nav li a:hover i.fa, .nav li a i.fa:hover {
        color:#fed136;
    }

    .nav li .dropdown {
        position: absolute;
        display: none;
        width: 160px;
        background: #2980b9;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        padding-top: 0;
        z-index: 110;
    }

    ul.dropdown{
        list-style: none;
        margin: 0;
        padding: 10px 15px 5px 15px !important;
    }

    .nav li .mega-menu {
        display: none;
    }
    .nav li:hover > .mega-menu {
        display: block;
    }
    .mega-menu {
        position: absolute;
        top: 100%;
        left: -200%;
        min-width: 740px !important;
        height: auto;
        padding: 10px 15px 5px 15px !important;
        background: #333;
    }
    .mega-menu ul {
        float: left;
        width: 23%;
        margin: 0 2% 15px 0;
        padding: 0;
        list-style: none;
    }
    .mega-menu ul li {
        display: block;
    }
    .mega-menu ul li a, ul.dropdown a {
        float: left;
        display: block;
        width: 100%;
        height: auto;
        line-height: 1.3em;
        color: #888;
        text-decoration: none;
        padding: 6px 0;
    }
    .mega-menu ul li:first-child a {
        font-size: 1.2em;
        color: #8dc63f;
    }
    .mega-menu ul li a:hover {
        color: #fff;
        background: none;
    }
    .mega-menu ul li:first-child a:hover {
        color: #fff;
    }

    .navbar-nav > li:not(.hidden):hover {
        background: #2980b9 !important;
    }

    img.footer-banner {
        margin-top: 90px;
    }

    /* media overrides */
    .page .navbar-default {
        padding: 0;
    }
    .navbar-default.navbar-shrink {
        padding: 0;
    }

}

@media (min-width : 768px) and (max-width : 1223px) {
    .container {
        width: auto;
    }
    .navbar-default .nav li a.page-scroll {
        font-size:13px;
    }
}

@media (min-width: 1224px){
    img.footer-banner {
        margin-top: 160px;
    }

}
