* {
  margin: 0;
}

#LH_bottone {
    display: none;
}

html, body {
  height: 100%;
}

body {
font-family: 'Lato', sans-serif;   
font-size: 16px;
    padding: 0 !important;
}

ul{
    padding: 0 !important;
}

ul li {
    list-style-type: none;
}

p {
    line-height: 32px;
    margin-bottom: 1em;
}

a {
   text-decoration: none;
}

a:hover, a:focus {
    color: #0090cf !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}


/* NAVIGATION *************************************/

header {
    border-bottom: 1px solid #e0e0e0;
}

header .navbar .fa {
    position: relative;
    top: -1px;
}

header .social a {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}

.social {
    /*padding-top: 1em;*/
}

.social-mobile {
    display: none;
}

.social .fa {
    font-size: 15px;
}

header .intro-nav a{
    margin-left: 1em;
    line-height: 2em;
}

.navbar-nav {
    margin: 0 0.5em;
}

.navbar-nav a {
    font-size: 16px;
}

.navbar {
   border-radius: 0; 
   margin-bottom: 0;
}

.navbar-brand {
    height: auto;
    padding: 0;
}

.navbar-brand img{
     padding: 1em;
}

.navbar-brand span{
    position: relative;
    top: 3px;
}

.navbar-default {
    background: #fff;
}

.navbar-default .navbar-toggle{
    border-radius: 0px;
    margin-right: 10px;
    border-color: transparent;
}

/*.navbar-nav > li > a {
    padding: 1em;
}*/

.navbar-header.top {
    /*background-image: url('/img/header-bg.png');
    background-size: cover;*/
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    margin: 0;
    float: none;
    border-top: 1px solid #e0e0e0;
}

.navbar-header.top h4 {
    color: #fff;
    margin-top: 0;
    padding-left: 8px;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border-color: transparent;
    padding: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #0090cf;
    width: 30px;
    border-radius: 0;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background: transparent;
}

.navbar-default .navbar-nav > li > a {
    color:#000;
    font-weight: 400;
    border-bottom: 3px solid #fff;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover{
    color: #5783cc;
}

.navbar-header a{
    color: #053482 !important;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #fff !important;
    border-bottom: 3px solid #0090cf;
}

.navbar-nav > li > .dropdown-menu {
    width: 100%;
}

.navbar-header a:hover {
    color:#5783cc !important; 
}

.mega-menu-bar {
    border-top: 1px solid #e0e0e0;
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
    background: #fff;
    box-shadow: black;
}

.dropdown-menu > li > a {
    color: #000;
    font-size: 16px;
    padding: 6px 20px;
}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    color: #000;
    text-decoration: underline;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px !important;
  width: 100%;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
  padding: 0 1em;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 6px 5px;
  clear: both;
  font-weight:300;
  line-height: 1.428571429;
  color: #000;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #8c7323 !important;
  background-color: #fff;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #000;
  font-size: 18px;
  padding-top: 0.5em;
}

ul.menu-right {
    margin-top: 2em;
}

ul.menu-right li {
    /*float: left;*/
    list-style: none;
    width: 100%;
    padding: 0;
}

.menu-right > li > a {
    color: #879092;
}

.main-menu {
    width: 100%;
    margin: 0;
}
.nrverde-mobile {
    display: none;
}
.lang {
    padding-left: 1em;
}

.lang span a {
    opacity: 0.5;
    font-size: 14px;
}
.lang span a.selected {
    border-bottom: 2px solid #0090cf!important;
    opacity: 1;
}
/*.searchbox{
    position:relative;
    min-width:30px;
    width:0%;
    height:30px;
    float:right;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#007ca3;
    width:100%;
    height:30px;
    margin:0;
    padding:0px 30px 0px 20px;
    font-size:20px;
    color:#fff !important;
}
.searchbox-input::-webkit-input-placeholder
 {
    color: #fff !important;
}


.searchbox-icon,
.searchbox-submit{
    width:30px;
    height:30px;
    display:block;
    position:absolute;
    top:0;
    font-family:verdana;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:28px;
    text-align:center;
    cursor:pointer;
    color:#fff;
    background:#007ca3;
}

.searchbox-open{
    width:100%;
    color: #fff;
}*/

.search {
  /*width: 90%;
  position: relative;*/
  margin-top: 1.5em;
}

.searchTerm {
  /*float: left;
  width: 100%;*/
  padding: 5px;
  height: 36px;
  outline: none;
  color: #6d6d6d;
  border: 1px solid #c3c3c3;
  width: 75%;
}

.searchTerm:focus{
  color: #000;
}

.searchButton {
  /*position: absolute;  
  right: -40px;*/
  width: 40px;
  height: 36px;
  border: 1px solid #0090cf;
  background:#0090cf;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 21px;
}

.searchButton:hover {
    background: #5783cc;
     border: 1px solid #5783cc;
}

.mobileonly {
    display: none !important;
}

.modal-body {
    /*background: #f8f8f8;*/
    padding: 0 2em;
}

.modal-content {
    border-radius: 0;
}

.modal-footer .btn {
    margin-top: 0;
}

.modal-header, .modal-footer {
    border: none;
}

.log-cart {
    padding-right: 1em !important;
}

.log-cart a {
    color: #0090cf;
    font-size: 14px;
}

.log-cart a:hover {
   text-decoration: underline;
   color: #0090cf !important;
}

table {
    text-align:center;
}

table td a img {
    text-align: center;
    margin: 0 auto;
    background: #fff;
}

table td {
    width: 33%;
    padding: 3px;
}

table td h4 {
    margin-bottom: 2em;
}

table td a {
    display: inline-block;
}

/* CONTENT *************************************/

.centered {
   text-align: center !important;
}

h1,
.cms-content h1 {
    color:#053482; 
}

.cms-content h2,
.cms-content h3{
   font-weight: 400; 
   color: #565758;
}

.cms-content p,
.toggle{
   font-size: 18px;
   line-height: 26px;
}

.cms-content ul li {
    list-style-type: disc;
}

.cms-content ul {
    padding-left: 2em !important;
}

.toggle {
    display: none;
}

.row{
    margin: 0;
}

.container-fluid{
    padding: 0;
}

section {
    padding: 2em 0;
}

.padding{
    padding: 1em;
}

.padding-top{
    padding-top: 0.5em;
}

.no-padding {
    padding: 0;
}

.vline {
    border-right: 1px solid #e8e8e8;
}

.all-items {
    /*background: #e8e8e8;*/
    height: 56px; 
    font-size: 18px; 
    line-height: 46px !important;
    margin-top: 2em;
    display: inline-block !important;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.logo-mobile {
    display: none;
}

#hp-carousel .fa-angle-right,
#hp-carousel .fa-angle-left {
    position: absolute;
    top: 45% !important;
}

.carousel h1 {
    color: #fff;
    font-size: 46px;
    line-height: 46px;
    text-shadow: none;
    font-weight: 400;
    background: rgba(4, 30, 74, 0.75);
    padding: 0.2em;
}

.carousel-indicators {
    bottom: 0;
}

.bg-white {
    background: #fff;
}

.bg-white.info {
    font-size: 14px;
    color: #007da4;
    font-weight: 700;
}

.bg-white.info p {
    margin: 0;
}

.bg-white.info a {
    color: #007da4 !important; 
}

.bg-grey {
    padding: 1em 0;
    background: #f9f9f9;
}

.bg-dark-grey {
    background: #24343a;
}

.box-item h3 {
    font-weight: 700;
}

.box-offers h4 {
    font-weight: 300;
    color: #000;
    line-height: 20px;
    font-size: 14px;
}

.item-price {
    color: #000;
    font-weight: 400;
    margin-top: 0;
}

/*.box-offers h3 {
    color: #b3b3b3;
}*/

.box-offers h1 {
    font-size: 46px;
    width: 97%;
    margin: 1em auto;
    border-bottom: 1px solid #e8e8e8;
    padding: 0.5em;
    font-weight: 300;
    color: #8c7323;
}

.box-offers img {
    margin: 0 auto;
}

.box-wrap {
    padding-bottom: 1em;
    background: #fff;
    margin-bottom: 1em;
    border: 4px solid #e1eaf3;
}

.box-wrap button {
    margin: 0;    
}

.box-wrap:hover{
    box-shadow: 0px 0px 6px rgba(0,144,207,1.0);
}

a.link-box {
    color: #000;
    text-decoration: none;
}

.item-label {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    position: absolute;
    top: 0px;
    right: 16px;
    z-index: 100;
}
    
.item-label span {
    display: block;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    font-size: 10px;
    font-weight: 400;
}

.item-label.label-discount span {
    color: #ef1600;
    padding-top: 10px;
    margin-left: 0px;
}

.label-discount {   
    border-color: transparent #ef1600 transparent transparent;
    line-height: 0px;
    _border-color: #000000 #8c7323 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');   
}

.label-new-arrival {
    border-color: transparent #2c393c transparent transparent;
    line-height: 0px;
    _border-color: #000000 #2c393c #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.item-label.label-new-arrival span {
    color: #2c393c;
    padding-top: 14px;
    margin-left: 6px;
}

.item-descr {
    align-items: center;
    justify-content: center;
    min-height: 30px;
    display: inline-block;
    width: 100%;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#breadcrumb-container{
    font-size: 14px;
	padding: 30px 0 0 0;
}

.breadcrumb{
	background: transparent;
    padding-left: 0; 
}

.breadcrumb a{
	color:#053482;
    font-size: 14px;
}

.breadcrumb .active{
	color: #61b0bd;
    font-weight: 700;
}

.intro p {
    font-family: 'Rubik';
}

.intro-body .row{
	margin: 0;
}

.intro-body h2 {
    padding: 0 0.5em;
    font-weight: 300;
    line-height: 34px;
}

section.intro{
	padding: 0;
    background: #ececec;
}

.intro-body {
	vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.intro-body p{
	font-size: 14px;
    color: #73888c;
}

.img-banner {
    height: 180px;
    background-position: center;
}

.intro {
    position: relative;
}

.intro h1 {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%,-50%);
    z-index: 999;
    color: #fff;
    font-weight: 400;
    background: rgba(131,132,136,0.95);
    padding: .3em .3em .3em;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 1em;
    background-color: rgba(32,126,186,0.9);
    z-index: 99;
    display: none;
}


.grid {
    position: relative;
    clear: both;
    margin: 0 auto 1em;
    /*padding: 1em;
    max-width: 1000px;*/
    list-style: none;
    text-align: center;
}
.grid figure {
	position: relative;
	/*float: left;*/
	overflow: hidden;
	/*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;*/
	width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 0.5em 1em 1em;
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid a:hover figure figcaption {
    background: rgba(0,144,207,0.85);
    transition: 0.2s;
}

.grid a:hover h2 {
    color: #fff;
    text-decoration: none !important;
}



/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
    color: #000;
	/*word-spacing: -0.15em;*/
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.grid a {
     color: #fff;   
}

figure.effect-selena {
	background: #fff;
}

figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}

figure.effect-selena h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
    line-height: 34px;
}

figure.effect-selena p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}

/* BUTTONS *************************************/


.btn{
    border-radius: 0;
    padding: 8px 14px;
    margin-top: 3em;
    min-width: 150px;
    font-size: 16px;
}

.btn-primary{
    background: #0090cf;
    color: #fff;
    border-color: #0090cf;
    font-weight:300;
    border-width: 2px;
}

.btn-primary:hover,
.btn-primary.focus, 
.btn-primary:focus,
.btn-primary:active:focus, 
.btn-primary:active:hover{
    border-color:#0090cf;
    background: transparent;
    color: #0090cf !important;
    border-width: 2px;
}

.btn-primary:hover a {
    color: #5783cc;
}

.btn-secondary{
    background: transparent;
    color: #0090cf !important;
    border-color: #0090cf;
    font-weight:300;
    border-width: 2px;
}

.btn-secondary:hover,
.btn-secondary.focus, 
.btn-secondary:focus,
.btn-secondary:active:focus, 
.btn-secondary:active:hover{
    border-color:#0090cf;
    background: #0090cf;
    color: #fff !important;
}

.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn{
    opacity: 0.5;
}

.btn-default{
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.btn-default:hover{
    background:#fff; 
    color: #053482;
    border-color: #fff;
}

.btn-primary a,
.btn-secondary a,
.btn-default a {
    color: #fff;
    font-size: 20px;
}

.btn-primary a:hover,
.btn-secondary a:hover,
.btn-default a:hover {
    text-decoration: none;
}

.scrollToTop {
    background-color: rgba(130,130,130,0.6);
    border-radius: 0;
    bottom: -10px;
    color: #fff!important;
    display: block;
    font-size: 16px;
    height: 45px;
    line-height: 38px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none!important;
    transition: all .5s cubic-bezier(0,0,0,1) 0s;
    width: 50px;
    z-index: 1000;
}


/* FORMS *************************************/

label{
    font-size: 13px;
    color: #333;
    padding: 0 1em;
}

.form-style {
    background-color: #f3f3f3;
    padding: 2em;
}

#form-rich-contatto button{
    float: right;
    margin-top: 20px;
}

#form-rich-contatto p{
    margin-top: 15px;
    font-size: 12px;
    line-height: 20px;
}

.form-control{
    border-radius: 0;
    height: 48px;
}

input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 1em;
}

input[type=password].highlighted, 
input[type=text].highlighted, 
input[type=email].highlighted, 
select.highlighted, 
textarea.highlighted, 
select[multiple=multiple].highlighted {
    box-shadow: 0 0 5px #dd0000 !important;
}

input[type=checkbox].highlighted, 
input[type=radio].highlighted {
    box-shadow: 0 0 5px #dd0000 !important;
}

.sweet-alert button.confirm {
    border-radius: 0;
    background: #1099c5 !important;
}

section#newsletter {
    background: #4b5b63;
    color: #fff;
    border-top: 1px solid #e4e4e4;
}

section#newsletter .email-newsletter .fa-at {
    position: absolute;
    z-index: 2;
    padding: 10px;
    top: 8px;
    color: #333;
}

section#newsletter .email-newsletter input {
    padding-left: 34px; 
}

section#newsletter .btn {
    width: 50%;
    color: #fff;
    margin-top: 1em;
    width: 100%;
}

section#newsletter h3 {
    color: #fff;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    padding: 1em;
}

/* BRAND CAROUSEL */

#owl-brands .item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

#owl-brands .item img {
    width: 100px;
    /*-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);*/
}

#owl-brands .owl-prev,
#owl-brands .owl-next {
    position: absolute;
    top: 0;
    background: transparent;
}

#owl-brands .owl-prev {
    left: 0;
}

#owl-brands .owl-next {
    right: 0;
}

#owl-brands .owl-prev img,
#owl-brands .owl-next img{
    height: 60px;
}

#blocco-brands {
   border-top: 1px solid #e0e0e0;
}




/* FOOTER *************************************/

.footer-image {
    width: 100%;
    height: 50%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    background: #0a2733;
    font-size: 14px;
    margin: 0;
    color: #e2e2e2;
    letter-spacing: 0.03em;
    font-weight: 300;
}

footer h4 {
    color: #e2e2e2;
    font-weight: bold;
}

footer a {
     color: #e2e2e2;    
}

footer ul li{ 
    list-style-type: none;
}

footer p {
    line-height: 22px;
    padding-top: 0.8em;
}

footer .credits p{
    font-size: 12px;
    color: #afaaa3;
}

footer .item-descr {
    display: block;  
}

footer .vline {
    border-color:#32444c;
}

.checkbox input[type=checkbox]{
    margin-left: 0px;
    position: relative;
}

.checkbox-inline {
    vertical-align: initial;
}

aside.right-col {
    padding: 1em;
    border: 1px solid #e0e0e0;
}

div.gallery {
    display: inline-block;
    width: 100%;
    /*max-width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
    /*position: relative;*/
}

div.gallery img {
    width: 22%;
    background-color: #ffffff;
    background-position: center center;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #c3c3c3 !important;
    float: left;
    display: inline-block;
    margin: 5px;
}

div.galleryclear {
    clear: both;
    width: 100%;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #5783cc;
}

.lg-backdrop,
.lg-sub-html,
.lg-toolbar {
    background: #fff;
}

.lg-toolbar .lg-icon:hover {
    color: #5783cc;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    background: #053482;
    color: #fff;
}

.lg-outer .lg-thumb-outer,
.lg-outer .lg-toogle-thumb {
    background: #053482;
    color: #fff;
}

.lg-outer .lg-thumb-item {
    border-radius: 0;
}

/* MEDIA QUERIES *************************************/

@media (max-width: 1199px){
    .box-wrap {
        border: 1px solid #e8e8e8;
        margin:0 0 1em 0;
        /*padding-bottom: 1.5em;*/
    }

    .box-item.vline {
        border: none;
    }
    
    .item-label {  
        top: 0px;
        right: 16px;
    }
}

@media (min-width: 768px){
    .dropdown-menu > li > a:focus, 
    .dropdown-menu > li > a:hover {
        background: #fff;
    }

    .navbar-nav > li {
        /*width: 20%;*/
        text-align: center;
    }
    
}

@media (max-width: 991px){
    
    .navbar-header.top h4{
        font-size: 16px;
    }

    .form-style {
        padding: 1em;
    }

     .nrverde-img {
        display: none;
    }

     
    .nrverde-mobile {
        display: block;
        text-align: right;
    }

   
}

@media (max-width: 767px) {

    .dropdown-menu-large {
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
        padding: 15px 12px 0 !important;
    }
    .dropdown-menu-large .vline {
        border-right: transparent;
    }
    /*.navbar-default {
        background: #0a3a5b;
    }*/
    .navbar-default .navbar-nav > li > a {
        /*color: #70858c;*/
        border-bottom: 1px solid #dfe0e0;
    }
    .navbar-default .navbar-nav > li > a:focus, 
    .navbar-default .navbar-nav > li > a:hover {
        color:#fff;
        text-decoration: none;
        background: #0c4973;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .navbar-default .navbar-nav > .open > a, 
    .navbar-default .navbar-nav > .open > a:focus, 
    .navbar-default .navbar-nav > .open > a:hover {
        background: #fff;
    }
        
    .dropdown-menu-large > li > ul > li > a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: #000;
    }

    .navbar-brand {
        padding: 0 1em;
    }

    .navbar-header.top {
        display: none;
    }
    .title-big {
        display: none;
    }

    .info p {
        line-height: 22px;
    }

    .logo-mobile {
        display: block;
    }

    ul.menu-right li {
        padding: 1em;
    }

    ul.menu-right {
        margin-top:0;
    }

    ul.menu-right li.vline {
        border-color:#234e6c;
    }

    .caret {
        float: right;
        margin-top: 8px;
    }

    .all-items {
        /*background: #0f4367;*/
        margin-top: 1em;
    }

    .item-label {  
        top: 0px;
        right: 15px;
    }

    .box-wrap {
        margin: 1em 0;
    }

    .intro-body {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .mobileonly {
        display: block !important;
    }
    .desktoponly {
        display: none !important;
    }

    .searchTerm {
        width: 80%;
    }

    .search {
        margin-top: 0;
    }

    .mega-menu-bar .container {
        padding: 0;
    }

    header .intro-nav a{
        margin-left: 0;
    }

    .social-mobile {
        display: block;
        padding-top: 0;
    }

    .main-menu li {
        width: 100% !important;
    }

    /*.cart-desk {
        display: none;
    }*/

    .img-banner {
        height: 100px;
    }

    .intro-body h2 {
        font-size: 21px;
        line-height: 28px;
        margin: 0;
    }

    #breadcrumb-container {
        padding: 0;
        margin: 0;
    }

    table td h4 {
        font-size: 14px ;
    }
}


@media (min-width: 768px) and (max-width: 1109px) {
   
}

@media (min-width: 1200px) {
    section#newsletter .email-newsletter .fa-at {
        top: 22px;
    }

    /*.homepage .box-item {
        width: 20%;
    }*/
}

.cateogry-background
{
    background-position:center center; background-size:cover;
    background-attachment:fixed;
}
.cateogry-background section#intro-categoria {
    background-color: rgba(236, 236, 236, 0.80);
}

    .cateogry-background .bg-grey {
        background-color: rgba(247, 247, 247, 0.85);
    }
    .cateogry-background .bg-white {
        background-color: rgba(255, 255, 255, 0.85);
    }