/*----------------------------------*/
/*			Font - Face				*/
/*----------------------------------*/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff') format('woff'),
        url('../fonts/fontawesome-webfont.ttf') format('truetype'),
        url('../fonts/fontawesome-webfont.svg#NeoSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*----------------------------------*/
/*			CSS GERAL				*/
/*----------------------------------*/

* {
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.top_menu {
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
}

.fast_contacts {
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.fast_contacts_txt {
    color: #ffffff;
    margin-bottom: 0px;
    text-align: right;
}

.fast_contacts_txt span {
    font-weight: bold;
}

.fast_contacts_txt a {
    color: #ffffff;
}

.fast_contacts_txt a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.btn_facebook {
    color: #ffffff;
}

.btn_facebook:hover {
    color: #ffffff;
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    margin-top: 0px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.6+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.navbar-wrapper .navbar {
    border-radius: 0px;
}

.navbar-nav {
    float: right;
    margin: 0;
    margin-top: 12px;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    display: block;
    float: left;
}

.navbar-nav > li > a:hover {
    background: none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    float: left;
}

.main-navigation {
    font-family: 'Titillium Web', sans-serif;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #ffffff;
}

.main-navigation a.active {
    border-bottom: 4px solid #65d2ed;
    padding-bottom: 6px;
}

.main-navigation a {
    background: none;
    color: #fff;
}

.main-navigation ul li:nth-child(n+2):before {
    content: "";
    border-left: 1px solid #fff;
    float: left;
    margin: 7px 5px 5px 5px;
    height: 25px;
}

.logo_prime_w {
    width: 100%;
    max-width: 150px;
}

.first-slide {
    width: 100%;
    background: url("../images/banner_01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.second-slide {
    width: 100%;
    background: url("../images/banner_02.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.third-slide {
    width: 100%;
    background: url("../images/banner_03.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-indicators {
    bottom: 55px;
}

.highlight_banner {
    background-color: #326496;
    color: #ffffff;
    position: relative;
    padding: 35px;
    border-radius: 6px;
    z-index: 1;
    margin-top: -100px;
    margin-bottom: 10px;
}

.highlight_banner_txt {
    top: 0;
    left: 0;
    display: block;
    color: #ffffff;
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.highlight_banner_txt h2 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    text-align: center;
    font-style: italic;
    color:#ffffff;
    font-size: 28px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.highlight_banner_txt ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.highlight_banner_txt ul li {
    display: inline-block;
    font-size: 28px;
    padding-left: 50px;
    padding-top: opx;
}

.highlight_banner_txt ul li a {
    color: #ffffff;
}

.highlight_banner_txt ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.highlight_banner_txt ul li:nth-child(1) {
    background: url('../images/icon_telefone.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 40px 40px;
    border-right: 1px solid #ffffff;
    padding-right: 25px;
}

.highlight_banner_txt ul li:nth-child(2) {
    background: url('../images/icon_email.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 40px 40px;
    margin-left: 20px;
}

.highlight_banner:before {
    font-family: 'Titillium Web', sans-serif;
    position: absolute;
    content: 'Agende já a sua recolha';
    background-color: #326496;
    top: -6px;
    left: 0;
    width: 100%;
    height: 65px;
    display: block;
    -webkit-transform: skewY(1.5deg);
    -ms-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    border-radius: 6px;
    transform-origin: right top;
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
}

.highlight_banner:after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 35px;
    display: block;
    border-radius: 4px;
    -webkit-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    transform: skewY(-2deg);
    right: 5%;
    top: -20px;
    z-index: -1;
}

hr {
    margin: 20px auto 10px auto;
    display: block;
    border: 0;
    border-top: 1px solid #5a5a5a;
    height: 0px;
    width: 75%;
}

.main_content h1 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 36px;
}

h1.tit_duasLinhas {
    font-family: 'Titillium Web', sans-serif;
    color: #336497;
    font-size: 36px;
    display: block;
    padding-bottom: 10px;
}

h1.tit_duasLinhas span {
    display: block;
    color: #5a5a5a;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

h3.horas_24 {
    background: url('../images/icon_24Horas.png');
    background-position: top left;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    padding: 5px 0px 5px 80px;
    font-family: 'Titillium Web', sans-serif;
    color: #5a5a5a;
    font-size: 32px;
    display: inline-block;
    margin: 10px auto 10px auto;
    font-weight: 600;
}

h3.horas_24 span {
    font-size: 22px;
    display: block;
    font-weight: 300;
}

.main_content .txt_bold {
    font-weight: bold;
}

.main_content .txt_italic {
    font-style: italic;
}

.main-content p {
    font-family: 'Open Sans', sans-serif;
}

h2.txt_aspas {
    background-image: url('../images/aspas_up.png'), url('../images/aspas_down.png');
    background-repeat: no-repeat;
    background-position: left top, right bottom;

    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    margin: 20px auto 20px auto;
    padding: 10px 23px 10px 23px;
    width: 95%;
    font-size: 26px;
    text-align: center;
    display: block;
}

h2.txt_aspas span {
    font-weight: 600;
}

.prime_way div {
    margin-bottom: 20px;
    min-height: 80px;
    display: table;
}

.prime_way img {
    background: #336497;
    padding: 5px;
    float: left;
    margin-right: 10px;
}

.prime_way h3 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    margin-top: 10px;
}

.service_type {
    display: block;
    margin-bottom: 40px;
    padding-right: 10px;
    min-height: 100px;
}

.service_type h2 {
    color: #336497;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 28px;
}

.service_type h2 span {
    font-weight: 300;
}

.icon_service {
    background: #336497;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    float: left;
    margin-right: 20px;
    text-align: center;
    display: table;
    margin-bottom: 40px;
}

.icon_service p {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    display: table-cell;
    vertical-align: middle;
}

.service_info {
    width: 100%;
    float: left;
}

.distribuicao_PT {
    text-align: center;
    border-left: 1px solid #336497;
    padding-top: 25px;
    padding-bottom: 25px;
}

.distribuicao_PT h1 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    text-align: center;
    width: 100%;
    margin: 25px auto 25px auto;
}

.distribuicao_PT span {
    font-weight: 600;
}

.contact_details {
    margin-top: 30px;
    float:left;
}

.contact_details h2 {
    font-size: 18px;
    font-weight: 600;
}

.navbar-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 10px;
    margin-top: -45;
    margin-right: 0;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #336497;
}


/*=== Footer ===*/

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 60px;
    background-color: #326496;
    color: #fff;
}

#footer p {
    padding-top: 20px;
}

.google_maps_primexpress {
    margin-bottom: 60px;
    width:100%;
    height:500px;
}

/*----------------------------------*/
/*		LAYOUT BREAKPOINTS			*/
/*----------------------------------*/
@media screen and (max-width:767px){
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        float: none;
        text-align: center;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        margin-top: 12px;
        width: 100%;
    }

    .main-navigation ul li:nth-child(n+2):before {
        content: "";
        border-left: none;
        float: left;
        margin: 0px;
        height: 0px;
    }

    .icon_service {
        margin-bottom: 0px;
    }

    .service_type h2 {
        width: 100%;
        float: left;
    }

    .service_type p.service_txt, p.service_info  {
        width: 100%;
        float: left;
        margin-bottom: 35px;
    }

    .distribuicao_PT {
        margin: 30px auto 30px auto;
    }

    .prime_way h3 {
        display: block;
    }

}

/*----------------------------------*/
/*			IPAD PORTRAIT			*/
/*----------------------------------*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {


}

/*----------------------------------*/
/*			IPAD LANDSCAPE			*/
/*----------------------------------*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {


}

/*----------------------------------*/
/*		SMARTPHONE LANDSCAPE		*/
/*----------------------------------*/
@media screen and (max-width:460px) {
    .fast_contacts {
        text-align: center;
    }

    .fast_contacts_txt {
        text-align: center;
    }

    .highlight_banner_txt {
        margin-top: 25px;
    }

    .highlight_banner_txt ul li:nth-child(1) {
        border-right: none;
    }
    
    .highlight_banner_txt ul li:nth-child(2) {
        margin-left: 0;
    }

    .highlight_banner_txt ul li {
        font-size: 18px;
        padding-left: 50px;
        padding-top: 5px;
        margin-top: 5px;
        height: 50px;
    }

    #footer p {
        text-align: center;
    }

    .service_type {
        text-align: center;
    }

    .icon_service {
        background: #336497;
        border-radius: 50%;
        height: 100px;
        width: 100px;
        float: none;
        margin-right: 20px;
        text-align: center;
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 0px;
        padding-top: 20px;
    }

    .icon_service p {
        display: inline;
    }

}

/*----------------------------------*/
/*		SMARTPHONE LANDSCAPE		*/
/*----------------------------------*/
@media screen and (max-width:960px){


}

@media screen and (max-width:990px){


}


/*----------------------------------*/
/*		SMARTPHONE PORTRAIT			*/
/*----------------------------------*/
@media screen and (max-width:320px){


}

@media screen and (max-width:1023px){


}

@media screen and (min-width:1024px){


}
