@charset "utf-8";
/* CSS Document */
/* ***************************************************************************************************** */


/* YOUR OWN CUSTOMIZATIONS MUST BE PLACED HERE */


/***************************************************************************
// * Iubenda Cookie Solution                                               *
// *                                                                       *
// * (c) 2015 Iubenda srl <info@iubenda.com>                               *
// * All Rights Reserved.                                                  *
// *                                                                       *
// *************************************************************************
//
// CHANGELOG
// 0.0.1
// - first implementation of customizable css
*/

/*  GENERAL CLASS */
#iubenda-cs-banner{
    /* ------ IMPORTANT NOTICE: don't change these values as
            they may prevent the banner from properly showing. Some of these lines,
            moreover (like z-index) will overwrite the configuration initialized
            by the script you paste in your pages. To show the banner at the bottom
            you can switch to "bottom: 0px !important;". Don't forget to put "slideDown"
            to "false".
     */
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: black;
    /* ----------------- */
}

/*  CONTENT CLASS */
.iubenda-cs-content{
    display:block;
    margin:0 auto;
    padding: 20px;
    width:auto;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    font-size: 12px;
    background: #ccc;
    color: #000;
}
.iubenda-banner-content{

}

.iubenda-cs-rationale{
    max-width: 968px; position:relative; margin: 0 auto;
}

/*   STYLE FOR TEXT INTERNAL BANNER */
.iubenda-banner-content > p {
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    line-height: 1.5;
}

/*  CLOSE BUTTON. NOTICE: IMAGE FOR BUTTON NOT IMPLEMENTED YET */
.iubenda-cs-close-btn{
    margin:0;
    color: #000;
    text-decoration:none;
    font-size:12px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
}

/*  STYLE FOR TEXT LINK TO PRIVACY POLICY */
.iubenda-cs-cookie-policy-lnk{
    text-decoration: underline;
    color: #000;
    font-size: 12px;
}



.addsearch {
margin: 20px 180px;    padding: .7em .625em .35em;    font-size: 26px;    color: #CB5656;    line-height: 26px;    width: 500px;    background: url(//addsearch.com/logo/000000-40.png) no-repeat #fff;    background-position: 97% center;    border-color: #cccccc; border-style: solid; border-width: 1px;
}

/* HIDE SCREEN CAPTURES - ONLY USE FOR SEARCH WIDGET */
#addsearch-results #addsearch-pic{
 display: none !important; 
}
#addsearch-results.addsearch-d #addsearch-results-right{
 width: 0; 
 margin-left: 583px; 
}
#addsearch-results.addsearch-d { 
  width: 585px !important; 
  margin-left: 192px; /* REMOVE THIS LINE IF YOUR SEARCH INPUT IS ALIGNED TO THE LEFT */