
/* GENERICI */

body {
    font-family: 'Open Sans', sans-serif;
	color: #969696;
}

a {
	color: #969696;
}

a:hover, a:focus {
    color: #ccc;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #4e4e4e;
	text-transform: uppercase;
}


/* BARRA DEI COOKIE */

.cookie-warn {
    color: #009846;
    background: #999;
}

.cookie-warn p a {
    color: #009846;
    text-decoration: underline;
}

.cookie-warn p a.cookie-close {
	border: 3px solid #fff;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	box-shadow: 0px 2px 0px #969696;
}

/* TESTATA */

.main-head {
    background: rgba(255, 255, 255, 0.9);
}

.main-head a {
	color: #000;
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: inherit;
}

.icon-bar {
	background-color: #000;
}

.langCont select {
	font-size: 14px;
	background: #2d2d2d; 
	color: #999;
}
.langCont .customStyleSelectBox {
	font-size: 14px;
}
.langCont .customStyleSelectBoxInner {
	color: #999;
}

.dropdown-menu.miniCart a {
	color: #666;
}

.menuContainer {
    display: flex;
    align-items: center;
}

.shopMenu ul {
}

.shopMenu ul .menuSelected>a {
	text-decoration: underline;
}

.shopMenu ul li {
}

.shopMenu ul li:first-child {
	border-left: 0;
}

.shopMenu ul li:last-child {
	border-right: 0;
}

.shopMenu .navbar-nav li a 
{
    color: #000;
	text-transform: uppercase;
}

.shopMenu .navbar-nav li a:hover
{
	text-decoration: underline;
}


ul.dropdown-menu.maindrop {
	border-radius: 10px;
	border-top: 0;
}

ul.dropdown-menu.maindrop ul {
	border-radius: 10px;
}

ul.dropdown-menu.maindrop li {
	border: 0;
}

.shopMenu .dropdown-menu>li>a {
	color: #fff;
}

.shopMenu .dropdown-menu>li>a:hover,
.shopMenu .dropdown-menu>li>a:focus {
	background-color: inherit;
	background-image: none;
	filter: none;
}

.areaRiservata {
    background: #009846;
    padding: 20px;
    text-align: center;
}

.areaRiservata a {
    color: #fff;
}


.main-userzone li,
.main-userzone li a {
	line-height: 34px;
}

input[type="text"].searchField {
	font-family: FontAwesome;
	transition: .5s;
	background: none;
	border: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px 0 0 4px;
	cursor: pointer;
}
input[type="text"].searchField:-ms-input-placeholder {
   color: #fff;
}
input[type="text"].searchField::-moz-placeholder {
   color: #fff;
}
input[type="text"].searchField:-moz-placeholder {
   color: #fff;
}
input[type="text"].searchField::-webkit-input-placeholder {
   color: #fff;
}

input[type="text"].searchField.visibleField {
	background: #fff;
}

.searchBut {
	border-radius: 0 4px 4px 0;
}

.breadcrumbContainer {
	background: #DDDCDB;
}

.breadcrumb {
	background-color: #fff;
}

/* Corpo pagina */

.mainBody.mainBodyContent {
	/*border-top: 1px solid #fff;*/
	background: #fff;
}

/* Homepage */

.bx-wrapper .bx-viewport {
	-webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: inherit;
}

.sliderNav span a {
	border: 1px solid #999;
	border-radius: 4px;
	text-indent: -5000px;
	overflow: hidden;
	background: #fff url(../img/slider-arrows.png) no-repeat;
}

.sliderNav span a.bx-prev {
	background-position: 4px 1px;
}
.sliderNav span a.bx-prev:hover {
	background-position: 4px -39px;
}

.sliderNav span a.bx-next {
	background-position: -35px 1px;
}
.sliderNav span a.bx-next:hover {
	background-position: -35px -39px;
}

/* Minischede */

.newProd {
	border-style: solid;
	border-width: 80px 80px 0 0;
	border-color: #ccc transparent transparent transparent;
	-webkit-transform:rotate(360deg)
}

.newProd p {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	writing-mode: lr-tb;
	text-shadow: 0px 1px 0px #fff;
}

.nomeProdotto h5 a {
	overflow: auto;
}

h2.ui-accordion-header {
	margin-bottom: 0;
}

.btn-default {
	white-space: normal;
}

.popAdvice {
	background: #fff;
	color: #153c27;
	box-shadow: 0 0 0 5px #999, 0 0 5px 5px #153c27;
	text-align: center;
}

.popAdvIn {
	text-overflow:ellipsis;
	overflow: hidden;
}


/* custom select */

select {
	cursor: pointer;
}

.customStyleSelectBox {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	cursor: pointer;
}

.customStyleSelectBoxInner {
	text-align: left;
	border: 1px solid #ccc;
	background: #fff url(../img/dropdown.png) no-repeat right 9px;
	color: #666;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.customStyleSelectBox.opened .customStyleSelectBoxInner{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-position: right -580px;
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.customStyleSelectBoxList {
	background: #fff;
	color: #555;
	border: 1px solid #ccc;
	box-shadow: 0 2px 3px rgba(0,0,0,.175);
}

.customStyleSelectBoxList li{
	list-style: none;
	cursor: pointer;
}

.customStyleSelectBoxList li:hover{
	background: #153c27;
	color: #fff;
}

.customContSel{
	text-align: left;
	cursor: pointer;
}

.customContSel input[type=checkbox], .customContSel input[type=radio] {
	cursor: pointer;
}

input[disabled] {
	cursor: default;
}

.customCheckbox, .customRadio {
	background-color: #fff;
	border: solid 1px #153c27;
}

.customRadio {
	border-radius: 8px;
}

.customCheckbox.disab, .customRadio.disab {
	background-color: #D8D7D8;
}

.customCheckbox.focused, .customRadio.focused{
	box-shadow: #153c27 0px 0px 5px 2px;
}

.customCheckbox span.cchecked, .customRadio span.cchecked {
	background-color: #153c27;
}

.customRadio span.cchecked {
	height: 8px;
	width: 8px;
	margin: 3px 0 0 3px;
}

.customCheckbox.disab span.cchecked, .customRadio.disab  span.cchecked {
	background-color: #656363;
}

/*----- MENU -----*/

.socialMenu .menu-facebook a{
    background: url(../img/fb-logo.png) center center no-repeat;
    margin-right: 20px;
    margin-top: 20px;
}

/*.socialMenu .menu-facebook {
    text-indent: -10000px;
}*/


/*-------- HOME -------*/

.homeDivider {
    height: 5px;
    background: #00442e;
}
.homeWorks,
.homeClients {
    color: #fff;
    background-color: #009846;
}
.homeWorks .imageBlock {
    color: #fff;
    background-color: #009846;
}
.homeWorks .textBlock {
    color: #009846;
    background-color: #fff;
}
.homeWorks .imageBlock.progettazione{
    /*background: url(../MPW/img/progettazione.png) center 40px no-repeat;*/
}
.homeWorks .imageBlock.realizzazione{
    /*background: url(../MPW/img/realizzazione.png) center 40px no-repeat;*/
}
.homeWorks .imageBlock.installazione{
    /*background: url(../MPW/img/installazione.png) center 40px no-repeat;*/
}
.homeWorks .imageBlock h3{
    color: #fff;
}
.homeWorks .textBlock h3 {
    font-size: 26px;
    color: #009846;
}
    .homeWorks .textBlock p {
        font-size: 18px;
    }
    .homeWorks .textBlock a {
        font-size: 17px;
    }
.homeSections.block-1 {
    background-color: #333;
}
.homeSections.block-2{
    background-color: #555;
}
.homeSections.block-3 {
    background-color: #777;
}
.viewAllNews {
    color: #fff;
    background-color: #00442e;
}
.homeNewsCaption,
.newsCaption {
    background-color: rgba(0, 152, 70, 0.7);
}

.homeNewsCaption p {
    color: #fff;
    margin-bottom: 0;
}
.homeNewsCaption .title {
    text-transform: uppercase;
    font-size: 15px;
}
.homeNewsCaption .date {
    font-style: italic;
    font-size: 15px;
}

.homeNews.noImage {
    background: url(../img/placeholder.png) no-repeat center center
}

.homeMap {
    background-color: #888;
}

.chiSiamo .chiSiamoIcon {
    /*background: url(../MPW/img/chiSiamo.png) right center no-repeat;*/
}

.chiSiamo h2 {
    text-align: right;
    font-weight: bold;
    color: #969696;
    margin-top: 0px;
}

.viewAllNews a {
    background: url(../img/viewAll.png) center center no-repeat;
}

.block-1 {
    background: url(../img/home-pratiche-imposte.jpg) center center no-repeat;
    background-size: cover;
}

.block-2 {
    background: url(../img/home-sicurezza-allestimenti.jpg) center center no-repeat;
    background-size: cover;
}

.block-3 {
    background: url(../img/home-installazione-forniture.jpg) center center no-repeat;
    background-size: cover;
}

.homeClients .text-center h3{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    /*background: url(../MPW/img/clientiBackground.png) center bottom no-repeat;*/
}

.footerContacts {
    color: #969696;
    background-color: #4d4d4d;
}

.footerInfo {
    background-color: #333;
}

/*----- HOME SLIDER -----*/
.bx-wrapper .bx-prev {
    left: 40px;
    background: url(../img/left-arrow.png) center center no-repeat;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
    background: url(../img/left-arrow-hover.png) center center no-repeat;
}
.bx-wrapper .bx-next {
    right: 40px;
    background: url(../img/right-arrow.png) center center no-repeat;
}
.bx-wrapper .bx-next:hover {
    background-position: 0 0;
    background: url(../img/right-arrow-hover.png) center center no-repeat;
}
.slider-clients .bx-wrapper .bx-prev {
    left: -74px;
}
.slider-clients .bx-wrapper .bx-next {
    right: -74px;
}
.bx-wrapper .bx-controls-direction a {
    width: 72px;
    height: 72px;
    z-index: 700;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    border: 1px solid #ccc;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active{
    border: 1px solid #969696;
    background: #969696;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
}


/*---- NEWS ----*/
.border {
    border-top: 1px solid #808080;
}

.item .title {
    text-transform: uppercase;
    color: #fff;
}

.item .date {
    font-style: italic;
    color: #fff;
}
.newsCaption:hover,
.newsMenuCaption:hover {
    text-decoration: none;
}

.newsBanner img {
    width: 100%;
}

.newsBanner h1 {
    color: #fff;
    text-shadow: 2px 2px 0px #00442e;
    font-size: 40px;
    display: block;
    margin: 0;
    height: 100%;
    padding: 85px 30px;
    background-color: rgba(0, 152, 70, 0.2);
}

.newsDateBlock {
    text-align: center;
    color: #fff;
    background-color: #009846;
}

.newsDateBlock .newsDay {
    border-bottom: 2px solid #fff;
}

.newsDateBlock .newsMonth {
    text-transform: uppercase;
}

.newsMenu .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.newsMenu .date {
    font-style:italic;
    color: #707070;
}

.newsPage .titoloNews h3,
.newsMenu h3 {
    font-size: 17px;
}

/*----- FOOTER -----*/

.footerContacts h3 {
    color: #969696;
    text-transform: none;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.footerContacts h3 a {
    font-size: 24px;
}

.footerContacts h5 {
    color: #969696;
    text-transform: none;
    font-style: italic;
}

.footerIcon.doveSiamo {
    /*background: url(../MPW/img/footerIconDoveSiamo.png) center center no-repeat;*/
}

.footerIcon.mail {
    /*background: url(../MPW/img/footerIconMail.png) center center no-repeat;*/
}

.footerIcon.telefono {
    /*background: url(../MPW/img/footerIconTelefono.png) center center no-repeat;*/
}

.footerIcon.social {
    /*background: url(../MPW/img/footerIconFacebook.png) center center no-repeat;*/
}

.footerText p,
.footerText a {
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
}

.footerInfo {
    color: #969696;
    display: flex;
    align-items: center;
}

.footerInfo p {
    font-size: 18px;
}

.footerPrivacy a,
.footerMindgear {
    font-size: 18px;
}

.footerPrivacy,
.footerMindgear {
    /*border-left: 2px solid #c8c8c8;*/
}

.footerMindgear .gear {
    padding-left: 30px;
    margin-left: 3px;
    background: url(../img/Mindgear.png) left center no-repeat;
}


/* ---------- RESPONSIVE ---------*/

@media (min-width: 991px) and (max-width: 1200px) {

}

@media (max-width: 991px) {
    .slider-clients {
        margin: 30px 0px;
    }
    

    .viewAllNews a {
        background-size: contain;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {
    
    .main-logo a {
        text-align: left;
    }
    .bx-wrapper .bx-prev {
        left: 10px;
    }
    .bx-wrapper .bx-next {
        right: 10px;
    }
    
    .slider-clients .bx-wrapper .bx-prev {
        left: 10px;
    }
    .slider-clients .bx-wrapper .bx-next {
        right: 10px;
    }

    .footerPrivacy,
    .footerMindgear {
        border-left: none;
    }
    
    .footerInfo {
        text-align: center;
    }

    .footerInfo p {
        font-size: 16px;
    }
}

@media (max-width: 600px) {

}

@media (max-width: 450px) {



    /*--- FOOTER ---*/

    .footerPrivacy a, .footerMindgear {
        font-size: 15px;
    }

    .footerInfo p {
        font-size: 14px;
    }
}
