@font-face {
	font-family: 'socials';
	src:url('../fonts/socials.eot?2pjdsp');
	src:url('../fonts/socials.eot?2pjdsp#iefix') format('embedded-opentype'),
		url('../fonts/socials.ttf?2pjdsp') format('truetype'),
		url('../fonts/socials.woff?2pjdsp') format('woff'),
		url('../fonts/socials.svg?2pjdsp#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="social-icon-"], [class*=" social-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'socials' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.social-icon-tumbler:before {
	content: "\e90b";
}
.social-icon-whatsapp:before {
	content: "\e905";
}
.social-icon-rss:before {
	content: "\e906";
}
.social-icon-vimeo:before {
	content: "\e907";
}
.social-icon-linkedin:before {
	content: "\e908";
}
.social-icon-instagram:before {
	content: "\e909";
}
.social-icon-google:before {
	content: "\e90c";
}
.social-icon-youtube:before {
	content: "\e90d";
}
.social-icon-pintrest:before {
	content: "\e90e";
}
.social-icon-facebook:before {
	content: "\e90f";
}
.social-icon-twitter:before {
	content: "\e910";
}
.social-icon-mail:before {
	content: "\e911";
}

#cookie-notice {
	color: rgb(0, 0, 0) !important; 
	background-color: rgb(245, 245, 245) !important;
	border-top: 1px solid #ddd;
}


.cookie-notice-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    text-align: left !important;
    font-size: 15px;
    position: relative;
}
@media (min-width: 768px) {
	.cookie-notice-container {
	    width: 750px;
	}
}
@media (min-width: 992px) {
	.cookie-notice-container {
	    width: 970px;
	}
}
@media (min-width: 1200px) {
	.cookie-notice-container {
	    width: 1170px;
	}
}
.cookie-notice-container .button {
	float: right;
	position: absolute;
	right: 0px;
	width: 20%;
	text-transform: uppercase;
	border-radius: 0px !important;
	background: #54d875 !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	color: #fff;
	border: 2px solid #54d875 !important;
	font-weight: bold;
	text-shadow: none !important;
	box-shadow: none !important;
}
.cookie-notice-container span a {
	color: #0432ff;
	text-decoration: underline;
}
.cookie-notice-container span a:hover {
	text-decoration: none;
}
.cookie-notice-container .button:hover {
	border: 2px solid #4fc96d !important;
	background: #4fc96d !important;
}
.cookie-notice-container #cn-refuse-cookie {
	top: 75px;
	border: 2px solid #ddd !important;
	background-color: rgb(245, 245, 245) !important;
	color: #000 !important;
}
.cookie-notice-container #cn-refuse-cookie:hover {
	border-color: red !important;
}
.cookie-notice-container span {
	display: inline-block;
	width: 78%;
}
@media only screen 
and (min-device-width : 221px) 
and (max-device-width : 736px) {
	.cookie-notice-container {
		font-size: 10px;	
	}
	.cookie-notice-container span {
		width: 100%;
	}
	
	.cookie-notice-container .button {
		width: 48%;
		position: relative;
		top: 0px !important;
		margin-left: 0px !important;
		margin-top: 15px;	
		margin-bottom: 35px !important;
		font-size: 10px !important;
		padding-top: 4px !important;
		padding-bottom: 4px !important;
		
	}
	.cookie-notice-container #cn-refuse-cookie {
		float: left !important;
	}
}
