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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !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;
}

.icon-close:before {
    content: "\e908";
}
.icon-social-wa:before {
    content: "\e907";
}
.icon-social-fb:before {
    content: "\e903";
}
.icon-social-go:before {
    content: "\e900";
}
.icon-social-we:before {
    content: "\e906";
}
.icon-social-pi:before {
    content: "\e905";
}
.icon-social-tw:before {
    content: "\e904";
}
.icon-icon-search:before {
    content: "\e902";
}
.icon-social-ig:before {
    content: "\e901";
}



/* Button Cookie */
#cookie-notice .cn-button {
    margin-left: 10px;
}

#cn-notice-text{
	margin-bottom: 10px;
	display: block;
}

.cookie-notice-container .button.bootstrap{
	font-family: sans-serif;
	display: inline-block;
	display: inline;
	padding: 4px 12px;
	margin-right: .3em;
	margin-bottom: 0;
	margin-left: .3em;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,.75);
	font-style: normal;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #006dcc;
	background-color: #04c;
	background-image: -moz-linear-gradient(top,#0088cc,#0044cc);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0044cc));
	background-image: -webkit-linear-gradient(top,#0088cc,#0044cc);
	background-image: -o-linear-gradient(top,#0088cc,#0044cc);
	background-image: linear-gradient(to bottom,#0088cc,#0044cc);
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #04c #04c #002a80;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 1px 2px rgba(0,0,0,.05);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	font-size: 12px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
}
.cookie-notice-container .button.bootstrap:hover {
	color: #fff;
	background-color: #04c;
	background-color: #003bb3;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

/* */
