﻿@media only screen {
	#cc_cookieconsentnotice .cc-notice {
		font-size: 14px;
		line-height: 1.3;
		position: fixed;
		bottom: -100%;
		left: 0;
		right: 0;
		z-index: 9999999999;
		padding: 20px 30px;
		background-color: #fff;
		border-top: 1px solid #616161;
			-moz-transition: all 0.6s;
		-webkit-transition: all 0.6s;
				transition: all 0.6s;
		box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.20);
		opacity: 0;
		color: #000;
		text-transform: none;
		letter-spacing: 0;
	}
	#cc_cookieconsentnotice .cc-notice.active {
		bottom: 0;
		opacity: 1;
	}
	#cc_cookieconsentnotice .cc-notice a {
		color: inherit;
	}
	#cc_cookieconsentnotice .cc-notice .cc-message {
		overflow: hidden;
	}
	#cc_cookieconsentnotice .cc-notice .cc-message a {
		text-decoration: underline;
	}
	#cc_cookieconsentnotice .cc-notice .cc-close {
		float: right;
		line-height: 1;
		cursor: pointer;
		background-color: #616161;
		color: #fff;
		text-transform: uppercase;
		padding: 15px;
		margin-left: 30px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
	}
}

@media only screen and (max-width: 479px) {
    #cc_cookieconsentnotice .cc-notice {
        font-size: 13px;
		padding: 10px 15px;
    }
	#cc_cookieconsentnotice .cc-notice .cc-close {
		font-size: 13px;
		padding: 10px;
		margin-left: 15px;
	}
}

@media only screen and (min-width: 768px) {
    #cc_cookieconsentnotice .cc-notice {
        font-size: 16px;
    }
}