/**
* izicookies
****/
.izicookies {
    width:326px;
    height: 50px;
    bottom:10px;
    right:10px;
    position:fixed;
    display:none;
    padding-top:3px;
    padding-left:10px;
    padding-bottom:10px;
    font-family: Arial,sans-serif;
    color:#fff;
    background: #142e47;
    z-index: 999999;
    border-radius: 10px;

}


.izicookies.show, .izicookies:hover {
	width: 95%;
    border: 1px solid #142e47;
    height: 352px;
    max-height: 352px;
    -webkit-transition: max-height 1.5s;
    -moz-transition: max-height 1.5s;
    -ms-transition: max-height 1.5s;
    -o-transition: max-height 1.5s;
    transition: max-height 1.5s;
}
@media all and (min-width:768px){
	
.izicookies.show, .izicookies:hover {
	width: 41%;
	 height: 252px;
    max-height: 252px;
}
}
.izicookies.clicked, .izicookies.clicked:hover{
	max-height: 0;
	width: 41%;
	-webkit-transition: max-height 1.5s;
    -moz-transition: max-height 1.5s;
    -ms-transition: max-height 1.5s;
    -o-transition: max-height 1.5s;
    transition: max-height 1.5s;
}
.izicookies.clicked h2, .izicookies.clicked:hover h2, 
.izicookies.clicked p, .izicookies.clicked:hover p, 
.izicookies.clicked a, .izicookies.clicked:hover a, 
.izicookies.clicked div, .izicookies.clicked:hover div{
	display: none;
}

.izicookies p{
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    font-size: 12px;
}
.izicookies > .izicookies-banner-container {
    position:relative;
    overflow:hidden;
    padding:4px 7px 0 0;
    text-align:left;
}
.izicookies.show > .izicookies-banner-container,
.izicookies:hover > .izicookies-banner-container{
	padding-right: 20px;
}
.izicookies div.izicookies-banner-text {
    max-width:100%;
    position:relative;
    display:inline-block;
    padding:0 10px 10px;
    font-size:12px;
    line-height:1.3em;
    margin-bottom:0px!important;
}
.izicookies-banner-text h2 {
    font-size:1.8rem!important;
    color: #fff;
}
.izicookies-banner-text a {
    color: #fff;
}
.izicookies div.izicookies-banner-start {
    max-width:100%;
    position:relative;
    display:inline-block;
    padding:0 10px 10px;
    font-size:12px;
    line-height:1.3em;
    margin-bottom:0px!important;
}
.izicookies-banner-start h2 {
    font-size:1.4rem;
    color: #fff;
}
.izicookies .izicookies-checkboxes {
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    padding-left:10px;
    text-align:left;
}
div.cookieDetail {
    overflow:hidden;
    padding:.5em;
    font-weight:normal;
    box-sizing: border-box;
    transition: height 1s, width 1s, padding 1s, visibility 1s, opacity 0.5s ease-out;
}
.itsSoundCloudError {
    padding:4px 10px;
    text-align:center;
    background-color:#f00;
    border-radius:5px;
    color:#fff;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    cursor: pointer;
}
span.izicookies-policy-link {
}
span.izicookies-policy-link a {
    white-space:nowrap;
    color:#fff;
}
span.izicookies-policy-link a:hover {
    text-decoration:underline;
    color:#fff;
    transition: color 0.3s ease 0s;
}
.izicookies-banner-container > .izicookies-accept-button-container,
.izicookies-banner-container > .izicookies-checkall-button-container {
    display:inline-block;
    margin-top:3px;
    float: right;
}
.izicookies-banner-container > .izicookies-checkall-button-container {
    margin-right: 10px;
}
.izicookies-accept-button-container > .izicookies-accept-button-text {
    padding:5px 10px;
    border-radius:4px;
    font:14px Arial,sans-serif;
    color:#07152f;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    cursor: pointer;
    background: #fff;
    transition: background-color 0.3s ease 0s;
}
.izicookies-accept-button-container > .izicookies-accept-button-text:hover {

    color:#07152f;
    background: #fff;
}
.izicookies-checkall-button-container > .izicookies-checkall-button-text {
    padding:5px 10px;
    border:1px solid #07152f;
    border-radius:4px;
    font:14px Arial,sans-serif;
    color:#07152f;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    cursor: pointer;
    background: #fff;
    transition: background-color 0.3s ease 0s;
}
.izicookies-checkall-button-container > .izicookies-checkall-button-text:hover {
    color:#07152f;
    background: #eaeaea;
}
.izicookies-checkboxes p {
    display: inline;
}
.izicookies span.lab {
    margin-left:15px;
}


@media (max-width:769px){
    .izicookies {
        width: 92%;
    }
}