/*===  ===*/


/*===  ===*/


/*=== INICI GENERAL ===*/

body {
    font-family: 'Lato', sans-serif;
}
a, a:hover, a:focus {
    text-decoration: none;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}


.btn-default {
    color: #fff;
    background: #334550;
    -moz-border-radius: 0px;
         border-radius: 0px;
    border: 0px;
    letter-spacing: 1px;
    font-size: 13px;
    -moz-box-shadow: none !important;
         box-shadow: none !important;
    outline: none !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus {
    color: #fff;
    background: #e8e21e;
}

/*=== FI GENERAL ===*/


/*=== INICI HEADER ===*/

#header #top-bar {
    /*height: 110px;*/
    background: #fff;
}
#header #top-bar ul {
    margin: 5px 0 0 0;
}
#header #top-bar ul.menu-corporatiu {
    margin: 17px 0;
}
#header #top-bar ul.menu-corporatiu li {
    padding: 0px;
}
#header #top-bar ul.menu-corporatiu li a {
    color: #486272;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}
#header #top-bar ul.menu-corporatiu li a:hover {
    color: #e8e21e;
}
#header #top-bar ul.menu-corporatiu li+li:before {
    content: '|';
    padding: 0 10px;
    color: #486272;
}
#header #top-bar .input-group {
    margin-right: 50px;
    width: 300px;
}
#header #top-bar input.form-control {
    background: #ffffff;
    -moz-box-shadow: none;
         box-shadow: none;
    color: #334550;
    -moz-box-shadow: none !important;
         box-shadow: none !important;
    outline: none !important;
    border-color: #334550;
    -moz-border-radius: 0px;
         border-radius: 0px;
    border-right: 0px;
}
#header #top-bar span.input-group-addon {
    background: #ffffff;
    color: #334550;
    text-align: left;
    border-color: #334550;
    border-left: 0px;
    -moz-border-radius: 0px;
         border-radius: 0px;
}

#header #top-bar span.input-group-addon button {
    border:0px;
    background: none;
    margin: 0;
    padding: 0;
}
#header .menu-sup {
    background: #e8e21e;
}
#header nav {
    background: none;
    border: 0px;
    margin-bottom: 0px;
    -moz-border-radius: 0px;
         border-radius: 0px;
}
#header #top-bar ul.social li a i {
    background: #486272;
    color: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
}
#header #top-bar ul.social li a:hover i {
    background: #e8e21e;
}
#header .navbar-default .navbar-nav>li>a {
    color: #334550;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
}
#header .navbar-default .navbar-nav>.active>a, #header .navbar-default .navbar-nav>.active>a:focus, #header .navbar-default .navbar-nav>.active>a:hover, #header .navbar-default .navbar-nav>.open>a, #header .navbar-default .navbar-nav>.open>a:focus, #header .navbar-default .navbar-nav>.open>a:hover {
    color: #ffffff;
    background-color: #334550;
}

#header .navbar-default .navbar-toggle {
    border:0px;
    background: #fff;
    border-radius: 0px;
}

#header .navbar-default .navbar-toggle .icon-bar {
    background: #334550;
}

#header .navbar-default .navbar-collapse, #header .navbar-default .navbar-form {
    border:0px;
}

/*=== FI HEADER ===*/

/*=== INICI DROPDOWN ===*/

.menu-sup .navbar-collapse {
    padding: 0px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top:20px;

}
.navbar-default .navbar-nav>li>a {
    font-weight:bold;
}
.mega-dropdown {
    position: static !important;
    width:100%;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0px !important;
    -moz-border-radius: 0px;
         border-radius: 0px;
    border:0px;
    background: #334550;
}


/*.open .dropdown-toggle:after {
    border-bottom: 15px solid #fff;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    content: "";
    left: 163px;
    position: absolute;
    bottom: -21px;
    z-index: 1500;
}*/
.open .dropdown-toggle span:after {
    border-bottom: 17px solid #ccc;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    content: "";
    left: -10px;
    position: absolute;
    bottom: -41px;
    z-index: 8;
}
.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    /*white-space: normal;*/
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #e8e21e;
}
.mega-dropdown-menu .dropdown-header, .mega-dropdown-menu ul.categories li > a{
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight:bold;
    border-bottom: 1px solid #637179;
    padding:5px 0;
}

/*=== FI DROPDOWN ===*/

/*=== INICI SLIDER ===*/

#owl-home .owl-item div {
    padding: 5px;
}
#owl-home .owl-item img {
    display: block;
    width: 100%;
    height: auto;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#owl-home .owl-item div {
    padding: 0;
}
#owl-home .owl-item img {
    -moz-border-radius: 0px;
         border-radius: 0px;
}
#owl-home .owl-controls {
    position: absolute;
    width: 100%;
    bottom: 80px;
    margin-top: -20px;
}

@media(max-width:768px){
    #owl-home .owl-controls {
            bottom: -30px;
    }
}

#owl-home .owl-controls .owl-buttons div.owl-prev {
    float: left;
}
#owl-home .owl-controls .owl-buttons div.owl-next {
    float: right;
}
#owl-home .owl-controls .owl-buttons div {
    background: none;
}
#slider {
    position: relative;
}
#filtre {
    padding-bottom: 10px;
    background: rgba(51, 69, 80, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 80px;
}

@media(max-width: 1024px){
    #filtre {
        position: initial;
    }
}
#filtre .title {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 15px;
}
#filtre .title small {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
}
#filtre select.form-control {
    -moz-border-radius: 0px;
         border-radius: 0px;
    margin-top: 23px;
    border: 1px solid #fff;
    background: url(../img/fletxes-select.png) no-repeat center right 10px;
    background-color: none;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    -webkit-border-radius: 0px;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    letter-spacing: 1px;
    font-weight: 400;
}

#filtre button {
    border:0px;
    background: none;
    border:1px solid #fff;
      margin-top: 23px;
      height: 34px;
      line-height: 34px;
      color: #fff;
      padding: 0 20px;
      letter-spacing: 1px;
}

#filtre button:hover {
    background: #fff;
    color:#333;
}

/*=== FI SLIDER ===*/


/*=== INICI BANNERS ===*/

#banners .item {
    position: relative;
    height: 140px;
}
#banners .item .text {
    background: rgba(51, 69, 80, 0.8);
    position: absolute;
    width: 86%;
    height: 70%;
    z-index: 9;
    left: 7%;
    top: 15%;
}

#banners2  .text {
font-size: 14px;
    color: #334550;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
    margin-top: 10px;
}
#banners2 .bordered {
    border: 1px solid #334550;
    display: block;
    padding: 5px 15px;
}

#banners2 .item {
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#banners img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 140px;
}
#banners .item:hover .text {
    background: rgba(221, 220, 0, 0.8);
}
#banners .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#banners .item .text .title {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
#banners .item .text .title small {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
}

/*=== FI BANNERS ===*/


/*=== INICI DESTACATS HOME ===*/

#destacats .titol {
    font-size: 20px;
    color: #334550;
    font-weight: 400;
    letter-spacing: 3px;
}
#destacats .btn-group .btn {
    background: none;
    padding: 0px;
    border: 0px;
    font-size: 20px;
    color: #dddc00;
    font-weight: 800;
    letter-spacing: 3px;
    margin-top: -5px;
}
#destacats .btn.active.focus, #destacats .btn.active:focus, #destacats .btn.focus, #destacats .btn:active.focus, #destacats .btn:active:focus, #destacats .btn:focus, #destacats .btn.active, #destacats .btn:active {
    -moz-box-shadow: none;
         box-shadow: none;
    outline: none;
}

/*=== FI DESTACATS HOME ===*/


/*=== INICI LLISTAT ===*/
#llistat {margin-bottom: 60px;}
#llistat .item {
    border: 1px solid #a7a7a7;
}
#llistat .item .text {
    padding: 14px;
}
#llistat .item .text h2 {
    font-size: 14px;
    color: #334550;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
}
#llistat .item .text h3 {
    font-size: 14px;
    color: #334550;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
}
#llistat .item .btn {
    background: #334550;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    -moz-border-radius: 0px;
         border-radius: 0px;
    padding: 10px 12px;
}
#llistat .item .btn:hover {
    background: #dddc00;
}
#llistat h1 {
    font-size: 26px;
    letter-spacing: 2px;
    color: #334550;
    font-weight: 700;
    margin: 60px 0 30px 0;
    text-align: center;
}

/*=== FI LLISTAT ===*/


/*=== INICI FITXA ===*/

#fitxa .item a {
    background: #334550;
    color: #fff;
    padding: 30px;
    display: block;
}
#fitxa .item a:hover {
    background: #dddc00;
}
#fitxa .item i {
    color: #fff;
    font-size: 30px;
}
#fitxa .item h2 {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
}

#fitxa .item p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
}
#fitxa h1 {
    font-size: 26px;
    letter-spacing: 2px;
    color: #334550;
    font-weight: 700;
    margin: 60px 0 30px 0;
    text-align: center;
}
#fitxa h1 small {
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 2px;
    color: #334550;
}
#fitxa  h4 {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #334550;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 30px;
}

#fitxa .compartir span{
    font-weight: 300;
font-size: 16px;
letter-spacing: 2px;
margin-right: 10px;
}

#fitxa .compartir i{
    background: #486272;
  color: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  font-size: 14px;

}
/*=== FI FITXA ===*/


/*=== INICI TEXT ===*/

#contacte h1 {
    font-size: 26px;
    letter-spacing: 2px;
    color: #334550;
    font-weight: 700;
    margin: 60px 0 30px 0;
    text-align: center;
}
#contacte h1 small {
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 2px;
    color: #334550;
}
#contacte input, #contacte textarea  {
    -moz-border-radius: 0px;
         border-radius: 0px;
    border-color: #334550;
    -moz-box-shadow: none !important;
         box-shadow: none !important;
    outline: none !important;
}

/*=== FI TEXT ===*/


/*=== INICI TEXT ===*/
#text {
    margin-bottom: 60px;
}

#text h1 {
    font-size: 26px;
    letter-spacing: 2px;
    color: #334550;
    font-weight: 700;
    margin: 60px 0 30px 0;
    text-align: center;
}
#text h1 small {
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 2px;
    color: #334550;
}
/*=== FI TEXT ===*/

/*=== INICI TEXT ===*/
#llistat-blog {
    margin-bottom: 60px;
    margin-top: 60px;
}

#llistat-blog .item {
    margin-bottom: 20px;
}
#llistat-blog .item .desc{
    padding: 20px;
}
#llistat-blog .item .date{
    font-size: 12px;
    letter-spacing: 1px;
    color: #aaa;
    margin: 0 0 10px 0;
}

#llistat-blog .item h2 {
    font-size: 19px;
  color: #334550;
  font-weight: 600;
  margin: 0;
  letter-spacing: 1px;
}

#sidebar .widget {
    margin-bottom: 30px
}

#sidebar .widget h3 {
    margin-top: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    color: #334550;
    font-weight: 700;
}

#sidebar .widget ul.categories {
    margin-left: 10px;
}

#sidebar .widget ul.categories li a{
    font-size: 14px;
    color: #334550;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

#sidebar .widget ul.categories li a:hover{
    color: #e8e21e;
}
#sidebar .item .desc {
    padding: 0;
}
#sidebar .item .date{
    font-size: 12px;
    letter-spacing: 1px;
    color: #aaa;
    margin: 0 0 10px 0;
}

#sidebar .item h2 {
font-size: 13px;
  color: #334550;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#sidebar .item:hover h2 {
    color: #e8e21e;
}
/*=== FI TEXT ===*/

/*=== INICI FOOTER ===*/

footer {
    background: #22343b;
    color: #8399a1;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 0 50px 0;
    line-height: 25px;
}
footer ul.links {
    padding: 30px 0;
    border-bottom: 1px solid #3b4f56;
}
footer ul.links li {
    padding: 0px;
}
footer ul.links li a {
    color: #8399a1;
    font-size: 13px;
    font-weight: 500;
}
footer ul.links li a:hover {
    color: #ffffff;
}
footer ul.links li+li:before {
    content: '·';
    padding: 0 10px;
    color: #8399a1;
}
footer ul li a {
    color: #8399a1;
}
footer ul li a:hover {
    color: #fff;
}
footer h3 {
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
footer input.form-control {
    background: #8399a1;
    -moz-box-shadow: none;
         box-shadow: none;
    color: #fff;
    -moz-box-shadow: none !important;
         box-shadow: none !important;
    outline: none !important;
    border: 0px;
    -moz-border-radius: 0px;
         border-radius: 0px;
}
footer span.input-group-addon {
    background: #8399a1;
    color: #fff;
    border: 0px;
    text-align: left;
    -moz-border-radius: 0px;
         border-radius: 0px;
}

footer span.input-group-addon button {
    border:0px;
    background: none;
    margin: 0;
    padding: 0;
    color: #fff;
}
footer .telf {
    font-size: 23px;
    letter-spacing: 2px;
    color: #8399a1;
    font-weight: 800;
    margin-top: 20px;
}
footer a.mail {
    font-size: 15px;
    letter-spacing: 2px;
    color: #8399a1;
    font-weight: 800;
    margin-bottom: 20px;
    display: inline-block;
}
footer a.mail:hover {
    color: #fff;
}
footer ul.social li a i {
    background: #8399a1;
    color: #22343b;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
}
footer ul.social li a:hover i {
    background: #ffffff;
}

/*=== FI FOOTER ===*/
@media(max-width:991px) {

#llistat-blog .item .desc {
    padding: 0px 20px;
}
}

@media(max-width:767px) {
    .logo {
        margin: 0 auto;
    }

    #top-bar ul.menu-corporatiu, #top-bar ul.social {
        clear: both;
        float: none !important;
        margin: 10px auto !important;
        text-align: center !important;
    }

    .navbar-nav {
        margin: 0;
    }

    #header .menu-sup {
        background: #334550 none repeat scroll 0 0;
    }

    #header .navbar-default .navbar-nav > li > a {
        color: #fff;
    }
    #header .navbar-default .navbar-nav > li > a:hover {
        color: #e8e21e;
    }
    #header .navbar-nav .open .dropdown-menu .dropdown-header,
    #header .navbar-nav .open .dropdown-menu > li > a {
        padding-left:0px;
    }


}
