#cookie_accept {
	color: #fff;
	background-color: #1e2631;
	padding: 15px;
    font-weight: 300;
	position: fixed;
	right: 0;
	left: 0;
	bottom: -300px;
	z-index: 9998;
	max-width: 100%;
}
#cookie_accept p {
	margin-bottom: 0.5rem;
	line-height: 1.5;
	margin-right: 15px;
	font-size: 14px;
}
#cookie_accept p:last-child {
	margin-bottom: 0;
}
#cookie_accept strong {
	font-weight: 700;
}
#cookie_accept a, #cookie_accept_settings a {
	border-bottom: 1px dotted #999;
    color: #999;
    text-decoration: none;
}
#cookie_accept a.ca_btn, #cookie_accept button.ca_btn, #cookie_accept_settings a.ca_btn, #cookie_accept_settings button.ca_btn, #cookie_accept_settings a.ca_btn_secondary, #cookie_accept .ca_controls a.ca_settings {
    border-bottom: none;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 10px 25px;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #FF0B00;
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
}
#cookie_accept .ca_controls a.ca_settings {
	background-color: #fff;
	color: #1e2631;
	font-weight: normal;
}
#cookie_accept_settings button.ca_btn {
	margin-top: 15px;
	margin-bottom: 25px;
}
#cookie_accept_settings a.ca_btn_secondary {
	background-color: #999;
}
#cookie_accept a.ca_close, #cookie_accept_settings a.ca_settings_close {
	border-bottom: none;
	position: absolute;
	text-shadow: 0 -1px 0 #000;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-align: center;
	cursor: pointer;
	background: transparent url('/assets/images/templates/close.png') 50% 50% no-repeat;
	background-size: 10px 10px;
}
#cookie_accept a.ca_settings {
	display: inline-block;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	margin-top: 5px;
	margin-left: 10px;
    line-height: 1.5;
}
#cookie_accept_settings_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(30, 38, 49, 0.9);
	z-index: 9999;
	display: none;
	overflow: auto;
    overflow-y: scroll;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
#cookie_accept_settings {
	background-color: #ffffff;
	color: #404040;
	width: 90%;
	margin: 15% auto 0;
	padding: 30px;
	padding-bottom: 62px;
	position: relative;
	font-size: 14px;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
#cookie_accept_settings h3 {
	color: #FF0B00 !important;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: 0;
	font-size: 22px;
}
#cookie_accept_settings h4 {
	color: #4d4d4d !important;
	font-size: 18px;
	letter-spacing: 0;
	margin-top: 30px;
}
#cookie_accept_settings h5 input {
	margin-top: -3px;
	margin-right: 3px;
}
#cookie_accept_settings h5 {
	color: #FF0B00 !important;
	font-size: 16px;
	letter-spacing: 0;
}
#cookie_accept_settings p {
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
#cookie_accept_settings .ca_box {
	margin-top: 10px;
	padding: 17px 20px;
	border: 1px solid #e6e6e6;
}
#cookie_accept_settings .ca_box a {
	color: #808080;
}

body.ca_open {
    overflow: hidden;
}

@media (min-width: 768px) {
	#cookie_accept {
		min-height: 70px;
		display: flex;
	    flex-direction: row;
	}
	#cookie_accept p {
		margin-left: 15px;
		margin-bottom: 0;
	}
	#cookie_accept .ca_controls {
		min-width: 385px;
		margin-left: 0;
	}
	#cookie_accept .ca_controls a.ca_settings {
		/*float: right;
		display: inline-block;
		padding: 0.375rem 0 0;
		margin-left: 0;
		margin-right: 20px;*/
	}
	#cookie_accept .ca_controls button.ca_btn {
		float: right;
		display: inline-block;
		margin-right: 1em;
	}
	#cookie_accept_settings {
		width: 60%;
		margin: 10% auto 0;
	}
}

@media (max-width: 568px) {
	.ca_controls {
		margin-bottom: 0;
	}
	#cookie_accept_settings {
		margin-top: 5%;
		margin-bottom: 5%;
		width: 75%;
	}
	#cookie_accept p, #cookie_accept_settings p {
		font-size: 12px;
	}
	#cookie_accept a.ca_btn, #cookie_accept button.ca_btn, #cookie_accept_settings a.ca_btn, #cookie_accept_settings button.ca_btn, #cookie_accept_settings a.ca_btn_secondary, #cookie_accept .ca_controls a.ca_settings {
		padding: 7px 15px;
		font-size: 12px;
	}
}
