/*
 * Copyright 2013 Byline Solutions, Lda
 */

/* Start : Override Bootstrap navigation */

header
{
    top: 0;
    margin: 0px;
    /*background-color: #efefef;*/
    border-bottom: solid 1px #1DAEF2;
}

header .navbar
{
    margin-bottom: 0;
    /*background: #fff;*/
}

header .navbar .brand
{
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    /*background: #fff;*/
}

header .navbar-inner
{
    background: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}

header h1
{
    float: left;
    margin: 0;
    text-align: left;
}

header ul.nav li
{
    padding: 30px 20px 10px 20px;
    color: #5d5d5d;
    text-shadow: none;
}

.top-menu
{
    background-color: #1DAEF2;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

/* ----- Slider ----- */


.container
{
    margin: 0 auto;
}




#partners
{
    padding: 40px 0;
}

footer
{
    height: 80px;
    background-color: #1c1c1c;
    color: #ffffff;
}


.slider
{
    margin: 0 auto;
    background: #f8f8f8;
    padding-bottom: 40px;
    border-bottom: solid 1px #1DAEF2;
}

.flexslider
{
    /*margin-top: 45px;*/
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


h2.block-title
{
    margin-top: 20px;
    margin-left: 12px;
    font-size: 24px;
    color: #5d5d5d;
    text-transform: uppercase;
}

/* ----- Page title ----- */

.page-title
{
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background: #f8f8f8 left top repeat;
    text-align: left;
}

.page-title h2
{
    display: inline;
    margin-left: 10px;
    font-size: 24px;
    color: #5d5d5d;
    vertical-align: middle;
}

.page-title p
{
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
}

.page-title-icon
{
    margin-left: 20px;
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}

.mission
{
    background: #ececec; /*#ececec;*/
    border-left: 6px solid #ffd600;
    padding: 30px;
    display: block;
    margin-top: 15px;
    margin-bottom: 75px;
}

.mission-shadow
{
    margin-top: -82px;
    opacity: 0.8;
}

/********** ----- CONTACT PAGE ----- **********/

.contact-us
{
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

.contact-us h4
{
    margin-top: 25px;
    padding: 0 20px;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
}

.contact-us p
{
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

.contact-form
{
    padding: 10px 0;
}

.contact-form p
{
    margin-top: 15px;
}

.contact-us form
{
    margin-top: 25px;
    padding: 0 20px;
}

.contact-us form input, .contact-us form textarea
{
    width: 90%;
    height: 24px;
    border: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
    font-size: 13px;
    font-style: italic;
}

.contact-us form input:focus, .contact-us form textarea:focus
{
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form textarea
{
    height: 160px;
}

.contact-us form button
{
    width: 120px;
    height: 30px;
    margin-top: 15px;
    border: 0;
    font-size: 13px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.contact-us form button:hover
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form button:active
{
}

.contact-us form label
{
    margin-top: 10px;
    font-size: 13px;
}

.contact-us form input:-moz-placeholder, .contact-us form textarea:-moz-placeholder
{
    color: #ccc;
}

.contact-us form input:-ms-input-placeholder, .contact-us form textarea:-ms-input-placeholder
{
    color: #ccc;
}

.contact-us form input::-webkit-input-placeholder, .contact-us form textarea::-webkit-input-placeholder
{
    color: #ccc;
}

/* ----- Google maps ----- */

.map
{
    margin: 20px 20px 40px 20px;
    height: 300px;
    border: 5px solid #f8f8f8;
}
