#cc__modal__container *{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#cc__modal__container input,
#cc__modal__container p,
#cc__modal__container h1,
#cc__modal__container h2,
#cc__modal__container h3,
#cc__modal__container h4,
#cc__modal__container div{
    margin: 0;
    padding: 0;
}

#cc__modal__container button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#cc__modal__container #cc__modal{
    font-family: inherit;
    padding: 30px;
    position: fixed;
    z-index: 1000;
    background: #fff;
    color: #000;
    width: 26.3125em;
    bottom: 1.250em;
    left: 1.250em;
    box-shadow: 0 0.625em 1.875em #c4cbda;
    box-shadow: 0 0.625em 1.875em rgba(57,62,72,.22);
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    border-radius: 0.250em;
    transition: none;
    line-height: initial;
}

#cc__modal__container #cc__modal button,
#cc__modal__container #cc__modal a{
    width: auto;
    height: auto;
    line-height: initial;
    text-decoration: initial;
    background: none;
    border: initial;
    outline: none;
    background-color: initial;
    color: initial;
    transition: none;
}

#cc__modal__container #cc__modal.cc__anim{
    transition: transform .4s cubic-bezier(0.5,0,0,1.25), opacity .4s ease, visibility .4s ease;
}

#cc__modal__container #cc__modal.cc__anim.cc__show{
    opacity: 1;
    visibility: visible!important;
    transform: scale(1);
}

.ie #cc__modal{
    border: 1px solid #f1f2f6;
}

#cc__modal__container #cc__modal__title{
    color: inherit;
    margin: 0 0 0.6em 0;
    font-weight: 700;
	font-size:24px;
}

#cc__modal__container #cc__modal__text{
    margin-bottom: 1.625em;
    font-size: 0.938em;
    font-family: inherit;
    line-height: 1.45em;
}

#cc__modal__container #cc__modal #cc__modal__accept__btn,
#cc__modal__container #cc__policy__save__btn{
    border: none;
    padding: 1em 2em;
    background: #777777;
    color: #fff;
    margin-bottom: 0.625em;
    display: inline-block;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    margin-right: 1.250em;
    border-radius: 0.250em;
    cursor: pointer;
    transition: none;
    font-weight: 600;
	font-size: 0.9em;
}

#cc__modal__container #cc__modal.cc__show #cc__modal__accept__btn,
#cc__modal__container .cc__show #cc__policy__save__btn{
    transition: background-color .25s ease, color .25s ease, box-shadow .25s ease;
}

#cc__modal__container #cc__modal #cc__modal__accept__btn:hover,
#cc__modal__container #cc__policy__save__btn:hover{
    background: #288990;
}

#cc__modal__container #cc__modal #cc__modal__accept__btn:active,
#cc__modal__container #cc__policy__save__btn:active{
    background: #288990;
}

#cc__modal__container #cc__modal .cc__link{
    text-decoration: underline;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    font-size: 0.9em;
    color: inherit;
}

/**
CookieConsent policy
**/
#cc__modal__container #cc__policy__container{ /** have to add overflow hidden to body**/
    position: fixed;
    top: 0;
	left: 0;
    z-index: 101;
	background: #070707;
    background: rgba(0, 0, 0 , 0.45);
    display: table;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: none; 
}

#cc__modal__container #cc__policy__content .ccp_section{
    padding: 0.938em 0;
    margin-bottom: 0.625em;
}

#cc__modal__container #cc__policy__container h2{
    margin-bottom: 0.7em;
    display: inline-block;
	font-family: "Circular", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	font-weight: bold;
}

#cc__modal__container #cc__policy__container p{
    margin-bottom: 0.625em;
    font-size: 0.938em;
    line-height: 1.3em;
}

#cc__modal__container #cc__policy__container input{
    -webkit-appearance: auto;
}

#cc__modal__container #cc__policy__container.cc__anim{
    transition: background-color .4s ease, visibility .4s ease, opacity .4s ease;
}

#cc__modal__container #cc__policy__container.cc__anim.cc__show{
    opacity: 1;
    visibility: visible!important;
}

#cc__modal__container #cc__valign{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    /*padding: 1.250em;*/
}

#cc__modal__container #cc__policy{
    margin: 0 auto;
    background: #fff;
    border-radius: 0.1875em;
    max-width: 50em;
	width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    height: calc(100% - 2.5em);
    overflow: hidden;
	visibility: hidden;
	opacity: 0;
	max-height: 37.5em;
    top: 50%;
	transform: translateY(-50%) scale(.95);
	transition: transform .4s cubic-bezier(.5,0,0,1.25),opacity .4s ease,visibility .4s ease;
    padding-top: 4.9375em;
	padding-bottom: 1.25em;
	border-radius: 0.25em;
}

#cc__modal__container.ie #cc__policy{
    position: relative;
	top: 0;
	margin-top: -5.625em;
}


#cc__modal__container.ie #cc__valign{
	height: 100%;
	padding-top: 4.9375em;
}

#cc__modal__container #cc__policy__content{
	overflow-y: auto;
	overflow-y: overlay;
    height: 100%;
    position: relative;
    padding: 1.875em;
}

#cc__modal__container #cc__policy__header{
    position: absolute;
    top: 0;
    width: 100%;
    display: table;
    padding: 1.2em 1.875em;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    Z-INDEX: 1;
    background: white;
}
#cc__modal__container #cc__policy__title{
	display: table-cell;
    vertical-align: middle;
    font-size: 1em;
	font-family: "Circular", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}

#cc__modal__container #cc__policy__close__btn{
    display: table-cell;
    float: right;
    vertical-align: middle;
    padding: 0;
    width: 2.5em;
    height: 2.5em;
    border: none;
    background: #ffda30;
    padding: 0.625em;
    font-size: 1em;
    outline: none;
    border-radius: 0.250em;
    box-shadow: 0 0 0 0 transparent;
    cursor: pointer;
    transition: box-shadow .25s ease, background-color .25s ease;
    color: inherit;
}

#cc__modal__container #cc__policy__close__btn:hover{
    background: #dbbc2e;
    box-shadow: 0 0 0 0.250em #ffefa6;
}

#cc__modal__container #cc__policy__text{
    height: 31.250em;
    overflow-y: auto;
    margin-top: 1.250em;
}

#cc__modal__container .cc__anim.cc__show #cc__policy{
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-50%);
}

/** funzia solo x chrome **/
#cc__modal__container #cc__policy__content::-webkit-scrollbar{
	width: 1em;
    height: 100%;
    background-color: transparent;
    border-radius: 0 0.250em 0.250em 0;
}
  
#cc__modal__container #cc__policy__content::-webkit-scrollbar-thumb{
    border: 0.3em solid white;
    background-color: #cecfd2;
    border-radius: 100em;
    -webkit-border-radius: 100em;
	-moz-border-radius: 100em;
    -ms-border-radius: 100em;
    -o-border-radius: 100em;
}

#cc__modal__container #cc__policy__content::-webkit-scrollbar-thumb:hover{
	background-color: #a2a3a4;
}

#cc__modal__container #cc__policy__content::-webkit-scrollbar-button {
    width: 0;
    height: 5px;
    opacity: 0;
	visibility: hidden;
}
  
#cc__modal__container #cc__policy__content::-webkit-scrollbar-corner {
    background-color: transparent;
}

/** custom checkbox **/
/* The container */
#cc__modal__container .sc_container_checkbox {
    display: inline-block;
    position: relative;
    padding-left: 2.500em;
    margin-bottom: 0.83em;
    cursor: pointer;
    font-size: 1.375em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 0.625em;
}

/* Hide the browser's default checkbox */
#cc__modal__container .sc_container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	visibility: hidden;
}

/* Create a custom checkbox */
#cc__modal__container .sc_container_checkbox .sc_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
    background-color: #eee;
    border-radius: 0.2em;
}

#cc__modal__container .sc_container_checkbox .sc_checkmark.sc_checkmark.sc_readonly{
    cursor: default;
}


/* On mouse-over, add a grey background color */
#cc__modal__container  .sc_container_checkbox:hover input ~ .sc_checkmark {
    background-color: #ccc;  
}

/* When the checkbox is checked, add a blue background */
#cc__modal__container .sc_container_checkbox input:checked ~ .sc_checkmark {
    background-color: #000000;
}

#cc__modal__container .sc_container_checkbox input:checked ~ .sc_checkmark.sc_readonly{
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
#cc__modal__container .sc_container_checkbox .sc_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#cc__modal__container .sc_container_checkbox input:checked ~ .sc_checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
#cc__modal__container .sc_container_checkbox .sc_checkmark:after {
    left: 0.39em;
    top: 0.18em;
    width: 0.17em;
    height: 0.450em;
    border: solid white;
    border-width: 0 0.1em 0.1em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	box-sizing: content-box;
}
  
/** end custom scrollbar **/

#cc__modal__container #cc__policy__content table th,
#cc__modal__container #cc__policy__content table td{
    border: none;
}

#cc__modal__container #cc__policy__content table { 
	width: 46.875em; 
	border-collapse: collapse; 
    margin: 1.250em auto;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    border-radius: 0.313em;
    overflow: hidden;
    box-shadow: 0 0 0 1px #e9e9e9;
}

/* Zebra striping */
#cc__modal__container #cc__policy__content table tr:nth-of-type(odd) { 
    background: #ececec;
}

#cc__modal__container #cc__policy__content table th { 
    background: #000000;
    color: white;
    font-weight: initial;
	font-family: "Circular", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}

#cc__modal__container #cc__policy__content table td, 
#cc__modal__container #cc__policy__content table th { 
    padding: 0.625em;
    text-align: left;
    vertical-align: top;
    font-size: .9em;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	#cc__modal__container #cc__policy__content table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
    #cc__modal__container #cc__policy__content table, 
    #cc__modal__container #cc__policy__content table thead, 
    #cc__modal__container #cc__policy__content table tbody, 
    #cc__modal__container #cc__policy__content table th, 
    #cc__modal__container #cc__policy__content table td, 
    #cc__modal__container #cc__policy__content table tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#cc__modal__container #cc__policy__content table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#cc__modal__container #cc__policy__content table td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%; 
	}

	#cc__modal__container #cc__policy__content table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 0.375em;
		width: 45%; 
		padding-right: 0.625em; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);
		color: #000;
		font-weight: bold;
	}
}

@media screen and (max-width: 1000px){
    #cc__modal__container #cc__modal{
        width: 100%;
        margin: 0;
        padding: 1.875em 10%;
        right: 0;
        bottom: 0;
        border-radius: 0;
        display: block;
    }
}

/* On screens that are 37.500em or less, set the background color to olive */
@media screen and (max-width: 688px) {
    #cc__modal__container #cc__policy{
        border-radius: 0;
		max-height: 100%;
		height: 100%;
    }

	#cc__modal__container #cc__policy__content,
	#cc__modal__container #cc__policy__header{
		padding: 1.3em;
	}
	
	#cc__modal__container .sc_container_checkbox{
		display: block;
		padding: 0;
		margin: 0 0 2em 0; 
	}
}