/*
 * Web Design: Roberto Vincenzi
 *
 * Agency: Getline Srl <info@getline.it> www.getline.it
 *
 * Copyright 2016 Getline Srl.
 *
 */


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
@import url('https://fonts.googleapis.com/css?family=Play:400,700');

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #e9e9e9;
    color: #424242;
}

a {
    color: #212121;
    text-decoration: none;
}

a:focus, a:hover {
    color: #e68e20;
    text-decoration: none;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.over {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.img-hover:hover {
    opacity: 0.6;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.img-hover {
    
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

img.be {
    margin-bottom: 40px;
    position: relative;
    top: -5px;
}

.img-relative {
    position: relative;
}

.img-border {
    border: 5px solid #eee;
}

img.made-belco {
    position: absolute;
    top: 10px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.37), 0 1px 1px 0 rgba(0,0,0,.24);
    border-radius: 50%;
    left: 25px;
}

@media (max-width: 425px) {
    img.made-belco {
        position: absolute;
        top: 10px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.37), 0 1px 1px 0 rgba(0,0,0,.24);
        border-radius: 50%;
        left: 25px;
        width: 20%;
    }
}

img.img-made {
    float: left;
    margin-right: 20px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.23), 0 1px 1px 0 rgba(0,0,0,.24);
    border-radius: 50%;
}

@media (max-width: 767px) {
    img.img-made {
        float: none;
    }
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top20 {
    margin-top: 20px;
}

.padding-bottom-zero {
    padding-bottom: 0px !important;
}

.checkbox-inline, .radio-inline {
    font-size: 12px;
}

.margin-left-15 {
    margin-left: 15px;
}

.form-select {
    height: 40px;
    border: 1px solid #e9e9e9;
    padding: 6px 8px;
}

h4.product-intro {
    padding: 40px;
    margin-bottom: 20px;
    background-color: #fff;
    line-height: 30px;
}

@media (max-width: 425px) {
    h4.product-intro {
        padding: 20px;
        margin-bottom: 20px;
        background-color: #fff;
        line-height: 30px;
        font-size: 16px;
    }
}

/* Fix toggle to 992px */

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}


/* Scroll to Top */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10000;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* Buttons */

a.caption-link-inverse {
    padding: 0 0 0 32px;
    text-transform: uppercase;
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-left: 1px;
    border: 1px solid #fff;
    font-weight: 600;
}

@media (max-width: 991px) {
    a.caption-link-inverse {
        padding: 0 0 0 32px;
        text-transform: uppercase;
        display: inline-block;
        background-color: transparent;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 0.7px;
        margin-left: 1px;
        border: 1px solid #fff;
        font-weight: 600;
        margin-top: 20px;
    }
}

@media (max-width: 375px) {
    a.caption-link-inverse {
        padding: 0 0 0 10px;
    }
}

a.caption-link-inverse i {
    border-left: 1px solid #fff;
    margin-left: 26px;
    padding: 0 24px 0 23px;
    line-height: 44px;
}

@media (max-width: 375px) {
    a.caption-link-inverse i {
        margin-left: 10px;
    }
}

a.caption-link-inverse:hover {
    background-color: #fff;
    color: #e68e20;
    border: 1px solid #ffffff;
}

a.caption-link-inverse:hover i {
    border-left: 1px solid #e68e20;
    margin-left: 26px;
    padding: 0 24px 0 23px;
    line-height: 44px;
}

a.caption-link-header {
    padding: 0 0 0 32px;
    text-transform: uppercase;
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-left: 1px;
    border: 1px solid #fff;
    font-weight: 600;
}

@media (max-width: 1199px){
    a.caption-link-header {
        padding: 0 0 0 28px;
        text-transform: uppercase;
        display: inline-block;
        background-color: transparent;
        color: #ffffff;
        font-size: 12px;
        letter-spacing: 0.7px;
        margin-left: 1px;
        border: 1px solid #fff;
        font-weight: 600;
        float:left;
    }
}

a.caption-link-header i {
    border-left: 1px solid #fff;
    margin-left: 26px;
    padding: 0 24px 0 23px;
    line-height: 44px;
}

a.caption-link-header:hover {
    background-color: #fff;
    color: #e68e20;
    border: 1px solid #ffffff;
}

a.caption-link-header:hover i {
    border-left: 1px solid #e68e20;
    margin-left: 26px;
    padding: 0 24px 0 23px;
    line-height: 44px;
}

a.caption-link-button {
    padding: 0 0px 0 10px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #e68e20;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.7px;
    margin-left: 1px;
    border: 1px solid #e68e20;
    font-weight: 600;
}

a.caption-link-button i {
    border-left: 1px solid #fff;
    margin-left: 7px;
    padding: 0 8px 0 9px;
    line-height: 32px;
}

a.caption-link-button:hover {
    background-color: #fff;
    color: #e68e20;
    border: 1px solid #e68e20;
}

a.caption-link-button:hover i {
    border-left: 1px solid #e68e20;
    margin-left: 7px;
    padding: 0 8px 0 9px;
    line-height: 32px;
}


/* Style */

.img-center {
    margin: 0 auto;
}

blockquote {
    font-size: 16px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.padding-0 {
    padding: 0px;
}

.padding-right-0 {
    padding-right: 0px;
}

.right-line {
    font-family: 'Roboto Slab', serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #000;
    margin: 30px 0 10px 0;
    font-weight: 300;
    font-size: 36px;
    padding-bottom: 10px;
}

.right-line:after {
    position: absolute;
    top: 55%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: #ddd;
    border-left: solid 20px #fff;
}

.right-line-small {
    font-family: 'Roboto Slab', serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #000;
    margin: 30px 0 10px 0;
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 10px;
}

.cat-border-bottom {
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}

.full-line {
    font-family: 'Roboto Slab', serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #000;
    margin: 30px 0 10px 0;
    font-weight: 300;
    font-size: 36px;
    padding-bottom: 10px;
}

.full-line:after {
    position: absolute;
    top: 55%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: #ddd;
    border-left: solid 20px #fff;
}

.full-line:before {
    position: absolute;
    top: 55%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: #ddd;
    border-left: solid 20px #fff;
}

/* Divider */

.divider.divider-1 {
    height: 1px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}


.divider.divider-1:before {
    background: #e68e20;
}

.divider.divider-1:before {
    position: absolute;
    width: 30px;
    height: 3px;
    left: 110px;
    content: "";
}

.divider.divider-2 {
    height: 1px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}


.divider.divider-2:before {
    background: #e68e20;
}

.divider.divider-2:before {
    position: absolute;
    width: 50px;
    height: 5px;
    left: 0;
    content: "";
}

.divider.divider-3 {
    height: 1px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}


.divider.divider-3:before {
    background: #e68e20;
}

.divider.divider-3:before {
    position: absolute;
    width: 30px;
    height: 3px;
    left: 0;
    content: "";
}


/* Page Common */

.page-jumbo {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e68e20;
}

.page-caption h2 {
    font-weight: 300;
    color: #fff;
    margin: 0px;
    font-size: 34px;
}

.bread-wrapper {
    padding-top: 10px;
    background-color: #f5f5f5;
}

.breadcrumb {
    padding: 0px 15px;
    list-style: none;
    border-radius: 0px;
    margin-bottom: 10px;
}


/* Top Bar */

.top-bar {
    background-color: #f5f5f5;
    /*text-align: right;*/
    font-size: 12px;
    padding: 7px 0 5px 0;
    border-bottom: 1px solid #eee;
    color: #212121;
}

.top-wrapper-left {
    text-align: left;
}

@media (max-width: 991px){
    .top-wrapper-left {
        text-align: right;
    }
}

.top-wrapper-left a {
    text-decoration: underline;
    
}

.top-wrapper-left a:hover {
    color: #e68e20;
}


.top-wrapper-right {
    text-align: right;
}


.top-address {
    display: inline-block;
}

.top-phone {
    display: inline-block;
}

.top-mail {
    display: inline-block;
}

.top-lang {
    display: inline-block;
    margin-left: 30px;
}

.img-lang {
    margin-bottom: 2px;
}

strong.lang {
    color: #e68e20;
}

/* Navigation */

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar {
    min-height: 115px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-brand {
    float: left;
    height: 85px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}

@media (min-width: 992px){
    .navbar-right {
        float: right!important;
        margin-right: -15px;
        padding-top: 20px;
    }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #212121;
    background-color: transparent;
    border-bottom: 3px solid #e68e20;
    font-weight: 700;
    padding-bottom: 5px;
}

.navbar-default .navbar-nav>li>a {
    color: #616161;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #e68e20;
    background-color: transparent;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #e68e20;
    text-decoration: none;
    background-color: #f5f5f5;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #e68e20;
    background-color: #fff;
}


/* REVOLUTION SLIDER */

.rev-border-top {
    border-top: 5px solid #e68e20;
}

.tp-caption.Newspaper-Title, .Newspaper-Title {
    color: rgba(255, 255, 255, 1.00);
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto Slab";
    padding: 80px 0 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
}



.tp-caption.Newspaper-Subtitle, .Newspaper-Subtitle {
    color: #fff;
    font-size: 56px;
    line-height: 90px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Play', sans-serif;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
    text-align: left;
}



.erinyen .tp-tab-title {
    color: #e68e20;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto Slab" margin-bottom:5px;
}

span.belco {
    background-color: #e68e20;
    padding: 10px;
}


/* Jumbotron */

.jumbotron {
    color: inherit;
    background: url('../img/bg-header.jpg') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-top: 5px solid #e68e20;
    border-bottom: 5px solid #e68e20;
}

@media screen and (min-width: 768px){
.jumbotron {
    padding-top: 80px;
    padding-bottom: 60px;
}
}

.jumbotron p {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
}

.cover-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cover-inner h1{
    font-family: 'Roboto Slab', serif; 
    font-size: 36px;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
    line-height: 1.2;
    letter-spacing: 1px;
}

@media (min-width: 1200px){
    .cover-inner h1{
        font-family: 'Roboto Slab', serif; 
        font-size: 40px;
        font-weight: 700;
        text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 1px;
        line-height: 1.3;
        letter-spacing: 1px;
    }
}

.entry {
    margin-bottom: 50px;
    color: #fff;
    padding-top: 20px;
}

@media (min-width: 992px){
    .entry {
        margin-bottom: 50px;
        color: #fff;
        padding-top: 40px;
    }
}


/* Entry */

#ctc-entry {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e68e20;
}

@media (max-width: 767px){
    #ctc-entry h3{
        font-family: 'Roboto Slab', serif;
        margin-top:0px;
        font-size:18px;
    }
}


#ctc-entry h3{
    font-family: 'Roboto Slab', serif;
    margin-top:0px;
}


/* Units Section */

#units {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
}

#units h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

@media (min-width: 1200px){
    #units h3 {
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
    }
}

.wrapper-box-units {
    background-color: #fff;
    padding: 30px 0px 20px 0px;
}

.units-grey {
    color: #b2b2b2;
}

.units-yellow {
    color: #e68e20;
}

.units-blue {
    color: #1352a1;
}


/* Products Section */

#products {
    background-color: #f5f5f5;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.wrapper-products {
    background-color: #f5f5f5;
}

.page-header-products {
    margin-bottom: 40px;
}

.page-header-products h2 {
    font-family: 'Roboto Slab', serif; 
    font-weight:300;
    font-size: 44px;
    color: #212121;
    margin-top:40px;
}

.page-header-products h4 {
    color: #ccc;
}

.col-made {
    margin: 20px 0 20px 0;
    padding: 20px;
    background-color: #f5f5f5;
    border: 10px solid #fff;
}

.col-made h3 {
    color: #e68e20;
    font-weight: 600;
    margin-top: 0;
    font-size: 20px;
}

.col-made-content {
    margin-left: 120px;
    padding-top: 20px;
}

@media (max-width: 767px){
    .col-made-content {
        margin-left: 0px;
        margin-top: 10px;
    }
}

.thumbnail {
    display: block;
    padding: 6px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

@media (max-width: 480px){
    .thumbnail {
        display: block;
        padding: 6px;
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 0;
        border-radius: 0px;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        min-height:310px;
    }
}

@media (max-width: 425px){
    .thumbnail {
        display: block;
        padding: 6px;
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 0;
        border-radius: 0px;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        min-height:295px;
    }
}

@media (max-width: 375px){
    .thumbnail {
        display: block;
        padding: 6px;
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 0;
        border-radius: 0px;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        min-height:300px;
    }
}

.thumbnail .caption {
    padding: 0px;
    color: #333;
    text-align: center;
}

.caption h3 {
    color: #212121;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    min-height: 100px;
}

@media (min-width: 1200px){
    .caption h3 {
        color: #212121;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 20px;
        min-height: 60px;
    }
}

.caption h3 a{
    color: #212121;
}

.caption h3 a:hover{
    color: #e68e20;
}

.caption h4 {
    color: #616161;
    font-size: 14px;
    font-weight: 600;
}

a.products-link:hover {
    background-color: #eee;
    padding: 5px;
    color: #2196F3;
}

a.products-link {
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
}


/* Services Section */

#services {
    background-color: #f5f5f5;
    margin-top:20px;
    margin-bottom: 20px;
}

.services-content {
}

.services-list li{
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px 20px 10px;
    text-transform: uppercase;
}

@media (max-width: 1199px){
    .services-list li{
        font-size: 14px;
        font-weight: 600;
        padding: 10px 20px 20px 10px;
        text-transform: uppercase;
    }
}

ul.fa-ul.services-list {
    padding-left: 25px;
    padding-top: 15px;
}

i.services {
    line-height: 55px;
    height: 54px;
    width: 54px;
    font-size: 26px;
    text-align: center;
    background-color: #ffffff;
    color: #e68e20;
    border-radius: 50%;
}

@media (max-width: 1199px){
    i.services {
        line-height: 50px;
        height: 50px;
        width: 50px;
        font-size: 22px;
        text-align: center;
        background-color: #ffffff;
        color: #e68e20;
        border-radius: 50%;
    }
}


/* Catalogue Section */

#catalogue {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 35px;
}

.fa.pull-left {
    margin-right: .3em;
}

.bg-icon {
    background-color: #fff;
    color: #f44336;
}

i.square-stroke {
    text-align: center;
    border: 1px solid #e0e0e0;
}

i.sm {
    line-height: 55px;
    height: 54px;
    width: 54px;
    font-size: 26px;
    margin-right: 15px;
}

@media (max-width: 480px){
    i.sm {
        line-height: 30px;
        height: 30px;
        width: 30px;
        font-size: 20px;
        margin-right: 5px;
    }
}

.panel-heading {
    background-color: #f5f5f5;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

.panel-body {
    background-color: #f5f5f5;
    padding: 0px;
}

.panel-title a{
    font-weight: 600;
}

.panel-title a:hover{
    color: #e68e20;
}

.panel-body p {
    padding-left: 85px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    padding-top: 20px;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e079";    /* adjust as needed, taken from bootstrap.css */
}

@media (max-width: 480px){
    .panel-heading .accordion-toggle:after {
        padding-top: 10px;
    }
}

.btn-group-sm>.btn, .btn-sm {
    border-radius: 0px;
}

.btn-default {
    color: #fff;
    background-color: #333;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}


/* Features Section */

#features {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 35px;
    margin-top: 20px;
}



#features h2 {
    margin-top: 20px;
}


/* Call To Action */

#call-to-action {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #1352a1;
    margin-top:20px;
}

@media (max-width: 375px){
    #call-to-action {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

#call-to-action h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
}


/* News Section */

#news {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top:20px;
}

#news h4{
    margin-top:10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px;
    font-size: 20px;
}

#news h5{
    font-size: 16px;
    font-weight: 600;
}

.news-wrapper {
    padding: 10px 20px 0px 0px;
    background-color: #fff;
}

.news-right-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-header-news {
    margin: 40px 0 40px;
}

.page-header-news h2 {
    font-family: 'Roboto Slab', serif;
    text-align: center; 
    font-weight:300;
    font-size: 44px;
}

.media-body, .media-left, .media-right {
    font-size: 13px;
}


/* About Section */

#about {
    background-color: #e68e20;
    padding-bottom: 50px;
    margin-top: 20px;
    color: #fff;
}

.right-line-about {
    font-family: 'Roboto Slab', serif;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    margin: 30px 0 10px 0;
    font-weight: 300;
    font-size: 36px;
    padding-bottom: 10px;
}

.right-line-about:after {
    position: absolute;
    top: 55%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    background-color: #fff;
    border-left: solid 20px #e68e20;
}

.col-made-about {
    margin: 20px 0 20px 0;
    background-color: #e68e20;
}

.col-made-about h4 {
    color: #f9f9f9;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    padding: 20px;
    background-color: #1352a1;
}

.col-made-about h4 a{
    color: #f9f9f9;
    font-weight: 600;
    margin-top: 0;
    font-size: 16px;
    text-decoration: underline;
}

.col-made-about h4 a:hover{
    color: #d2d1d0;
}

.col-made-content-about {
    padding-top: 20px;
}


/* Contact Section */

#contact {
    background-color: #fff;
    margin-top: 20px;
	padding-top: 20px;
    padding-bottom: 50px;
}

.wrapper-contact {
    background-color: #f5f5f5;
    padding: 0px;
}

@media (min-width: 992px){
    .wrapper-contact {
        background-color: #f5f5f5;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 0px;
    }
}

.contact-box {
    background-color: #fff;
    height: 250px;
    border: 1px solid #e9e9e9;
}

.contact-subtitle {
    margin-left: 15px;
    padding-bottom: 9px;
    margin-top: 10px;
    color: #616161;
}

.form-control {
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    height: 40px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}

.color-icon {
    color: #e68e20;
}

.btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1352a1;
    border-color: #1352a1;
    border-radius: 0px;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #ffffff;
    border-color: #1352a1;
    color: #1352a1;
    border-radius: 0px;
}

.btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #e68e20;
    border-color: #e68e20;
    border-radius: 0px;
}

.btn-warning:hover, .btn-warning:focus {
    background-color: #ffffff;
    border-color: #e68e20;
    color: #e68e20;
    border-radius: 0px;
}

@media (max-width: 991px){
.contact-padding-0 {
    padding-right: 0px;
    padding-left: 0px;
}
}

.btn-margin-right {
    margin-right: 5px;
}

.btn-margin-left {
    margin-left: 5px;
}

@media (max-width: 375px){
.g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
}

/* Footer */

footer {
    color: #fff;
    margin-top:20px;
}

footer .footer-col {
    margin-bottom: 5px;
}

footer h2 {
    margin-bottom: 20px;
    font-size: 20px;
}

footer p {
    font-size: 14px;
}


footer a {
    color: #e68e20;
}

footer a:hover {
    color: #e68e20;
    text-decoration: underline;
}

footer .footer-content {
    padding-top: 10px;
    background-color: #0c3467;
}

footer .footer-bottom {
    padding: 10px 0;
    background-color: #09274e;
    color: #fff;
}

.footer-bottom p{
    font-size:12px;
    margin-bottom:0px;
}

.certification {
    padding-top: 20px;
}

.units {
    color: #e68e20;
    line-height: 24px;
}


/* About Page */

#page-about {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 55px;
}

#page-about h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

span.belco-about {
    color: #fff;
    background-color: #e68e20;
    padding: 5px;
}

#page-about p {
    font-size: 14px;
    font-weight: 400;
}

#page-category {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 55px;
}

#page-category p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

#page-history {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 55px;
    margin-top:20px;
}

#page-history h3 {
    font-size: 16px;
    font-weight: 600;
}

#page-history p {
    font-size: 14px;
    font-weight: 400;
}

.timeline dl {
    position: relative;
    top: 0;
    padding: 20px 0;
    margin: 0;
}

.timeline dl:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 100;
    width: 2px;
    margin-left: -1px;
    content: '';
    background-color: #ccd1d9;
}

.timeline dl dt {
    position: relative;
    top: 30px;
    z-index: 200;
    width: 120px;
    padding: 3px 5px;
    margin: 0 auto 30px;
    font-weight: normal;
    color: white;
    text-align: center;
    background-color: #e68e20;
}

.timeline dl dd {
    position: relative;
    z-index: 200;
}

.timeline dl dd .circ {
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 200;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background-color: #e68e20;
    border: 4px solid #CCD1D9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.timeline dl dd.pos-left .events {
    float: left;
}

.timeline dl dd .events {
    position: relative;
    width: 47%;
    padding: 10px 10px 0;
    margin-top: 31px;
    background-color: #f1f1f1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.timeline dl dd.pos-left .events:before {
    right: -12px;
    border-color: transparent transparent transparent #f1f1f1;
}

.timeline dl dd .events:before {
    position: absolute;
    top: 12px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 6px;
}

.timeline dl dd.pos-right .events {
    float: right;
}

.timeline dl dd.pos-right .events:before {
    left: -12px;
    border-color: transparent #f1f1f1 transparent transparent;
}


/* Antenna PDF Page */

.pdf-wrapper {
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 15px;
    min-height: 435px;;
}

.pdf-wrapper p{
    padding: 5px;
    background-color: #444;
    color: #fff;
    margin-top: 15px;
}

.pdf-wrapper:hover {
    border-color: #444;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #e68e20;
    border-color: #e68e20;
}

.cta-sidebar {
    background-color: #e68e20;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
}


/* Products Page */

#page-products {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 991px){
    .product-header {
        margin-top: 20px;
    }
}

.btn-search {
    padding: 9px 12px;
}

.p-sidebar h3 {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 30px;
    padding-bottom: 9px;
    border-bottom: 2px solid #e9e9e9;
}

ul.categories {
    padding-left: 15px;
}

.categories li {
}

.categories li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #e68e20;
}

li.item {
    border-bottom: 1px solid #e9e9e9;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
    text-transform: uppercase;
    font-weight: 400;
}

li.item.active {
    font-weight: 700;
}

ul.sub {
    list-style: none;
}

li.no-active {
    font-weight: 400;
}

ul.best-seller {
    padding-left: 0;
}

span.count {
    display: inline-block;
    min-width: 10px;
    padding: 4px 7px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e68e20;
    border-radius: 1px;
    float: right;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e68e20;
    border-radius: 1px;
    border: 1px solid #e68e20;
    margin-bottom: 5px;
}

a.badge:focus, a.badge:hover {
    color: #e68e20;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    border-color: #e68e20;
}

.thumbnail-products {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border: 1px solid #e0e0e0;
}

.thumbnail-products .caption-products {
    font-size:12px;
}

.thumbnail-products p {
    padding: 0px;
    color: #333;
}

.thumbnail-products p a{
    font-weight:600;
}

.caption-products h3 {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

@media (max-width: 425px){
    .caption-products h3 {
        color: #212121;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
}

.caption-products h3 a{
    color: #212121;
}

.caption-products h3 a:hover{
    color: #e68e20;
}

li.item-product {
    border-bottom: 1px solid #e9e9e9;
    padding-top: 10px;
    padding-bottom: 20px;
    list-style: none;
    text-transform: uppercase;
    font-weight: 400;
}

.img-best {
    float: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100px;
    margin-left: 0px;
    margin-right: 10px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #e68e20;
    border-color: #e68e20;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2196f3;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


/* Single Product Page */

.product-wrapper {
    padding: 10px;
    background-color: #f5f5f5;
}

.product-content {
    padding: 20px 20px 20px 5px;
    background-color: #fff;
}

.product-summary h2 {
    padding-bottom: 9px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 600;
}

.product-description {
}

.product-meta {
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
    padding-top: 9px;
}

.product-meta a{
    font-weight:600;
}

.thumb {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.img-thumb {
    float: left;
    margin-right: 10px;
    width: 30%;
}

.product-details {
    margin-top: 20px;
}

.product-details h2{
    padding-bottom: 9px;
    border-bottom:1px solid #e0e0e0;
}

.box-product-wrapper{
    padding: 20px 20px 20px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* News Page */

.news-summary h2{
    font-size: 20px;
    font-weight:600;
    margin-top: 0px;
    text-transform: uppercase;
}

.news-meta{
    font-size: 12px;
}

.news-meta a{
    font-weight: 600;
}

.img-news {
    margin-bottom: 20px;
}

.news-content {
    padding: 20px 20px 20px 20px;
    background-color: #fff;
}


/* Catalogue Page */

.thumbnail-catalogue {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border: 1px solid #e0e0e0;
}

@media (max-width: 425px){
    .thumbnail-catalogue {
        display: block;
        padding: 10px;
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 0;
        border-radius: 0px;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
        border: 1px solid #e0e0e0;
        min-height: 230px;
    }
}

.thumbnail-catalogue .caption-catalogue {
    font-size:12px;
}

.thumbnail-catalogue img{
    border: 5px solid #e9e9e9;
}

.thumbnail-catalogue a:hover img{
    border: 5px solid #ccc;
    transition: all 0.35s;
}

.thumbnail-catalogue p {
    padding: 0px;
    color: #333;
}

.thumbnail-catalogue p a{
    font-weight:600;
}

.caption-catalogue h3 {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    min-height: 36px;
    padding-top: 5px;
    margin-bottom: 0;
}

@media (max-width: 1199px){
    .caption-catalogue h3 {
        color: #212121;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 15px;
        min-height: 50px;
        padding-top: 5px;
        margin-bottom: 0;
    }
}

@media (max-width: 991px){
    .caption-catalogue h3 {
        color: #212121;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 15px;
        min-height: 30px;
        padding-top: 5px;
        margin-bottom: 0;
    }
}

.caption-catalogue h3 a{
    color: #212121;
}

.caption-catalogue h3 a:hover{
    color: #e68e20;
}

@media (max-width: 480px){
    .my-panel-title{
        font-size: 12px;
}
}


/* Contact Page */

#page-contact {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

#page-contact p {
    font-size: 14px;
    font-weight: 400;
}

#map-block {
    padding-top: 0px;
    padding-bottom: 0px;
}

.map {
    width: 100%;
    height: 400px;
}


/* 404 Page */

#page-404 {
    background-color: #0c3467;
}

.margin-404 {
    margin-top: 80px;
}

.wrapper-404 {
    margin-top: 60px;
    max-width: 600px;
    margin: 0 auto;
}

.wrapper-404 h2 {
    font-family: 'Roboto Slab', serif;
    color: #9e9e9e;
    font-size: 40px;
    font-weight: 300;
    margin-bottom:30px;
}

.wrapper-404 h4 {
    color: #e0e0e0;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 38px;
    font-weight: 300;
}

.wrapper-404 h5 {
    text-transform: uppercase;
    color: #9e9e9e;
    margin-bottom: 80px;
}

a.error {
    font-weight: 700;
    color: #e68e20;
}

a.error:hover {
    font-weight: 700;
    color: #e0e0e0;
}


/* Conferma invio Page */

#page-invio {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}


.wrapper-invio {
    
}

.wrapper-invio h2 {
    font-family: 'Roboto Slab', serif;
    color: #424242;
    font-size: 30px;
    margin-bottom:30px;
}

.wrapper-invio h4 {
    color: #616161;
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 38px;
    font-weight: 300;
}

