body.cookie-manage-preferences{
/*body.cookie-consent{*/
    overflow: hidden;
}
.cookie-consent-overlay *{
    box-sizing: border-box;
}
.cookie-consent-overlay{
    position:fixed;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(24, 32, 38, 0.8);
    z-index: 999999999;
    display:none;
}
.default-consent-container {
	max-width: 1600px;
	padding: 0;
	text-align: center;
	margin: 0 auto;
}
.main-container {
	display: inline-block;
	max-width: 960px;
	height: 100%;
	padding: 0 20px;
	margin: 0;
	vertical-align: bottom;
	width: 100%;
	box-sizing: border-box;
	position: relative;	
}
.main-container *{
	font-family: "regularFont";
}
body.cookie-manage-preferences .cookie-consent-overlay{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.cookie-consent-strip{
    position:fixed;
    width: 100%;
    height: auto;
    padding: 36px 0;
    background: #2d2d2d;
    left:0;
    bottom: -120%;
    z-index: 9999999991;
    transition-duration:150ms;
    transition-timing-function:cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-property:all;
    border-top:1px solid #2d2d2d;
}
body.cookie-consent .cookie-consent-strip{
    bottom: 0;
}
body.cookie-manage-preferences .cookie-consent-strip{
    bottom: -120%;
}

.cookie-consent-strip .cookie-consent-text{
    float:left;
    width: calc(100% - 266px);
    width: -webkit-calc(100% - 266px);
}
.cookie-consent-strip .cookie-consent-text p{
    float:left;
    width: 100%;
    height: auto;
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    text-align: justify;
}
.cookie-consent-strip .cookie-consent-text p:last-child{
    margin: 0;
}
.cookie-consent-strip .cookie-consent-text p a{
    text-decoration: underline;
    color: #ffffff;
}
.cookie-consent-strip .cookie-consent-text p a:hover{
    text-decoration: none;
    color: #ffffff;
}
.cookie-consent-strip .cookie-consent-actions{
    float:left;
    width: 266px;
    height: auto;
    padding: 0 0 0 70px;
    box-sizing: border-box;
}
.cookie-consent-strip .cookie-consent-actions a.acceptAllCookies{
    float:left;
    width: 100%;
    height: auto;
    padding:0;
    text-align: center;
    text-decoration: none!important;
    background-color: #e30613;
  	color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 45px;
    margin: 2px 0 16px;
    webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cookie-consent-strip .cookie-consent-actions a.acceptAllCookies:hover{
    background:#ffffff;
	color:#2d2d2d;
	text-decoration:none;
}
.cookie-consent-strip .cookie-consent-actions a.preferences{
    float:left;
    width: auto;
    height: auto;
    padding:0;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    line-height: 16px;
    color: #ffffff;
    margin: 0 0 0 10px;
    webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cookie-consent-strip .cookie-consent-actions a.preferences:hover{
    color: #ffffff;
    text-decoration: underline;
}

/*<editor-fold desc="Manager Preferences Modal">*/
.manage-preferences{
    background: #ffffff;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    width: 100%;
    max-width: 800px;
    padding: 50px;
    position: relative;
    border:1px solid #000000;
    box-sizing: border-box;
    display: none;
}
body.cookie-manage-preferences .manage-preferences{
    display: block;
}
.manage-preferences a.close-preferences{
    position: absolute;
    top:24px;
    right: 24px;
    color: #565658;
    font-size: 16px;
    webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 6px;
}
.manage-preferences a.close-preferences:hover{
    color: #000000;
}
.manage-preferences h2{
    color: #565658;
    float:left;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
    padding: 0;
}
.manage-preferences .cookies-selection{
    float:left;
    width: 100%;
    height: auto;
    padding: 0 0 0 15px;
    margin: 0;
}
.manage-preferences .cookies-selection .cookies-selection-row{
    float:left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}
.manage-preferences .cookies-selection .cookies-selection-row .cookies-selection-switch{
    float:left;
    width: 36px;
    height: auto;
    margin: 0;
}
.manage-preferences .cookies-selection .cookies-selection-row .cookies-selection-text{
    float:left;
    width: calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
    height: auto;
    margin: 0;
}
.manage-preferences .cookies-selection .cookies-selection-row .cookies-selection-text h3{
    float:left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 8px 0;
    color: #565658;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
}
.manage-preferences .cookies-selection .cookies-selection-row .cookies-selection-text p{
    float:left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
.manage-preferences .cookies-selection .cookies-selection-row.no-margin{
    margin: 0;
}
.manage-preferences .cookies-selection .cookies-selection-save{
    float:left;
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    padding: 0 0 0 36px;
}
.manage-preferences .cookies-selection .cookies-selection-save a.save-cookie-preferences{	
	float:left;
    width: auto;
    height: auto;
    padding:0 20px;
    text-align: center;
    text-decoration: none!important;
    background-color: #e30613;
  	color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 45px;
    margin:25px 0 0 0;
    webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.manage-preferences .cookies-selection .cookies-selection-save a.save-cookie-preferences:hover{
    background:#2d2d2d;
	color:#ffffff;
	text-decoration:none;
}
/*</editor-fold>*/

/*<editor-fold desc="Checkbox Toggle">*/
.switch {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 14px;
    margin: 3px 0 0 0;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switchslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    border:1px solid #32425f;
}
.switchslider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 0;
    bottom: 0;
    background-color: #dd1e1e;
    border:1px solid #32425f;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .switchslider {
    background-color: #ffffff;
}
input:focus + .switchslider {
    box-shadow: none;
}
input:checked + .switchslider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    background: #35c543;
}
.switchslider.round {
    border-radius: 10px;
}
.switchslider.round:before {
    border-radius: 50%;
}
/*</editor-fold>*/

@media (min-width: 120px) and (max-width: 780px) {
    body.cookie-consent .cookie-consent-strip{
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 20px 0;
        border:1px solid #333333;
    }
    body.cookie-manage-preferences .cookie-consent-strip{
        bottom: -120%;
    }
    .cookie-consent-strip .cookie-consent-text{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .cookie-consent-strip .cookie-consent-actions{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .cookie-consent-strip .cookie-consent-actions a.acceptAllCookies{
        margin: 10px 0;
    }
    .cookie-consent-strip .cookie-consent-actions a.preferences{
        float:left;
        width: 100%;
        text-align: center;
        padding:0;
        margin:8px 0 0 0;
    }

    .manage-preferences a.close-preferences{
        top:14px;
        right: 14px;
    }
    .cookie-consent-strip .cookie-consent-text p,
    .manage-preferences .cookies-selection .cookies-selection-row .cookies-selection-text p{
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 12px 0;
    }
    .manage-preferences{
        padding: 20px;
        width: calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        margin:0;
    }
    .manage-preferences .cookies-selection{
        padding:0;
    }
    .manage-preferences .cookies-selection .cookies-selection-save{
        padding:0;
        margin: 16px 0 0 0;
    }
    .manage-preferences .cookies-selection .cookies-selection-save a.save-cookie-preferences{
        width: 100%;
    }
    .manage-preferences .cookies-selection .cookies-selection-row {
        margin: 0 0 12px 0;
    }
    .manage-preferences h2 {
        margin: 0 0 26px 0;
        font-size: 22px;
        line-height: 23px;
    }
}