/*
#footer .block.block-advancedmenu .block-title {
    border-left: 3px solid #ffe35f;
    background-color: #0d4d7c;
}

#footer .footer-area .footer_logo {
    display: none;
}

#footer .block .block-title {
    display: none;
}

@media only screen and (min-width: 1000px) {
 #footer #block_1 {
    line-height: 19px;
    width: 40%;
    box-sizing:border-box;

    }

    #footer #block_2 {
        line-height: 25px;
        width: 20%;
        box-sizing:border-box;
    }

    #footer #block_3 {
        line-height: 25px;
        width: 20%;
        box-sizing:border-box;
    }

    #footer #block_4 {    
        width: 10%;
        box-sizing:border-box;
    }
    .footer_bottom.footer {
            box-sizing: border-box;
            padding-left: 20%;
      }
      #footer h6 {
        padding-left: 15px;
     }
     #footer .footer-area {
       float: left;
       padding-left: 5px;
    }

}


    .social_block {
   width: 100%;
   }


#footer .newsletter-container {
    float: left;
}

#footer .news_img {
    background: url("../images/email.png") no-repeat scroll 0 0 transparent;
    height: 33px;
}

#footer .subnewsletter {
    color: #fff;
}

#footer div {
    float: left;
}

#footer .block-subscribe .input-box {
    border-style: none;
}


#footer #block_2 .footer_area > h6 {
    text-align: center;
}


#footer #block_3 .footer_area > h6 {
    text-align: center;
}

.footer .footer-left address a {
    text-decoration: none;
}


.social_block2 {
    float: left;
    font-size: 0;
    margin-top: 0;
}

.social_block2 ul {
    display: inline-block;
}

.social_block2 ul li {
    cursor: pointer;
    float: left;
    height: 35px;
    margin-right: 5px;
    width: 35px;
}

.social_block2 li {
    display: inline-block;
    list-style: outside none none;
    padding: 0 9px;
}

.social_block2 li a {
    height: 30px;
    width: 30px;
}

.social_block2 li.facebook a {
    background-image: url('../empsol_images/icon_facebook.png');
    background-image: -webkit-image-set(
            url('../empsol_images/icon_facebook.png') 1x,
            url('../empsol_images/icon_facebook@2x.png') 2x,
            url('../empsol_images/icon_facebook@3x.png') 3x);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8;
    transition: 0.2s opacity;
    display: block;
}

.social_block2 li.rss a {
    background-image: url('../empsol_images/icon_rss.png');
    background-image: -webkit-image-set(
            url('../empsol_images/icon_rss.png') 1x,
            url('../empsol_images/icon_rss@2x.png') 2x,
            url('../empsol_images/icon_rss@3x.png') 3x);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8;
    transition: 0.2s opacity;
    display: block;
}

.social_block2 li.google a {
    background-image: url('../empsol_images/icon_google.png');
    background-image: -webkit-image-set(
            url('../empsol_images/icon_google.png') 1x,
            url('../empsol_images/icon_google@2x.png') 2x,
            url('../empsol_images/icon_google@3x.png') 3x);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8;
    transition: 0.2s opacity;
    display: block;
}

.social_block2 li.twitter a {
    background-image: url('../empsol_images/icon_twitter.png');
    background-image: -webkit-image-set(
            url('../empsol_images/icon_twitter.png') 1x,
            url('../empsol_images/icon_twitter@2x.png') 2x,
            url('../empsol_images/icon_twitter@3x.png') 3x);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8;
    transition: 0.2s opacity;
    display: block;
}

.social_block2 li.rss a:hover,
.social_block2 li.google a:hover,
.social_block2 li.twitter a:hover,
.social_block2 li.facebook a:hover {
    background-position: center center;
    opacity: 1.0;
}

#block_1 li {
    padding: 0;
}

.inner_contact {
    float: none !important;
}


.footer-bottom-paypal {
    float: left;
    padding: 10px 0 0;
}

.form-subscribe-header label {
    margin-left: 0;
}

.footer_cms {
    height: 40px;
    border-style: none;
}



.footer-container {
    margin-top: 22px;
}


#block_2 > ul {
    padding-left: 15px;
}

#block_3 > ul {
    padding-left: 15px;
}

.prova {
    width: 40px;
    height: 40px;
    background-color: red;
}


.paypal_block li.ssl a {
    background-image: url("../images/ssl_icon.png");
    background-size: contain;
    background-color: white;
}

.paypal_block li.ssl a {
    display: block;
    height: 25px;
    width: 39px;
}





.block-subscribe input.input-text {
   margin: 1px 0 5px;
}

button.button:hover span{
    background-color: #1a7788;
}

.form-subscribe-header label {
    width:80%;
}


 @media screen and (max-width: 999px){
		.footer_top.footer {
			box-sizing: border-box;
			padding: 0 20px !important;
		}
          #footer #block_1 {
              width: 100%;
              box-sizing: border-box;
           }
		   .block.block-subscribe {
				width: 50%;
			}

          #footer #block_2 {
             width: 33%;
			 box-sizing: border-box;
			 padding: 0!important;
           }

            #footer #block_3 {
              width: 33%;
			  box-sizing: border-box;
			  padding: 0!important;
           }
			
           #footer #block_4 {    
              width: 33%;
			  box-sizing: border-box;
			  padding: 0!important;
            }
			#footer .toggle {
				padding: 0 10px;
			}
			.footer address {
				float: none!important;
				text-align: center!important;
			}
			.footer-bottom-paypal {
				float: none;
			}
			.mobile_togglemenu {
				position: unset!important;
				padding-right: 0;
			}
            .footer address {
             float: left;
             text-align: left;
        }

        .form-subscribe-header label {
         float: none;
       }
       .footer_bottom.footer {
          width: 50%;
          box-sizing:border-box;
          padding-right:5%;
          margin:0 auto;
        }
      .social_block ul {
        padding: 0;
      }

      .footer, .social_content {
            width: 100%;
            margin:0;
    } 
    #footer .footer-area {
         padding-left: 20px;
    }
     #footer .mobile_togglemenu {
           margin-right: 40%;
    }
}
*/


//@media screen and (max-width : 667px) {
/* STYLES GO HERE */
/*.footer_top.footer {
    box-sizing: border-box;
}
.footer-area {
    border-right: none!important;
}
 #footer #block_1 {
    width: 100%;
	border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

    #footer #block_2 {
    width: 100%;
	border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

    #footer #block_3 {
        width: 100%;
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
    }

    #footer #block_4 {    
        width: 100%;
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
    }

	.footer_bottom.footer {
		width: 100%;
		margin:0;
	}
   .block.block-subscribe {
		width: 100%;
	}
   .social_block ul {
    padding: 0;
  }
    #footer .footer-area {
         padding-left: 0;
    }
    #footer .mobile_togglemenu {
           margin-right: 45%;
    }
    .paypal_block{
        width:100%;
    }
	#footer .mobile_togglemenu {
		position: unset!important;
	}
	.footer_bottom.footer {
		box-sizing: border-box;
		padding: 0 20px;
	}
	.social_block {
		padding-right: 0;
		box-sizing: border-box;
	}
}