@charset "UTF-8";
/* CSS Document */
/*@import url(//images.googleapis.com/css?family=Handlee|Open+Sans:400,300,600,700,800|Open+Sans+Condensed:300);*/
html {
	scroll-behavior: smooth;
  }
body {
	margin: 0;
	background-color: #000;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	text-align: justify;
	/*font-family: 'bebas_neuebold', sans-serif;*/
	font-size: 16px;
}
.gplus, .support, a.slidercall, .backtop, a.advantages-button {
	font-family: 'bebas_neuebold', sans-serif;
}

/**Top**/
#top {
	background-color: #1d1d1d;
	height: auto;
	min-height: 89px;
}

.social-media{
	margin-top: 32px;
}

.gplus, .support {
	margin-top: 30px;
	display: block;
}
.gplus, .support, .fb:visited, .gplus:visited, .support:visited {
	color: #818688;
	text-decoration: none;
	font-size: 18px;
	height: 34px;
	background-image: url(../images/acreu_main_icons_new.png);
	background-repeat: no-repeat;
	padding-left: 38px;
	pointer-events: none;
    cursor: default;
}
.gplus:hover, .support:hover {
	color: #818688;
	text-decoration: none;
}
.gplus {
	background-position: 0 -34px
}
.support {
	background-position: 0 -68px
}

.gplus span, .support span {
	font-size: 22px;
	color: #bbbbbb
}

.logolink, .logolink_aff {
	width: 185px;
	height: 100px;
	display: block;
}
.logolink {
	margin-left: 22%;
}
.logoaff {
	width: auto;
	height: 100px;
	display: block;
}
.imgLogo{
	margin-top: 10px;
	width: 194px;
}

/*** end top  ***/

/**Footer**/
footer {
	background-color: #000000;
	padding-top: 1px;
	padding-bottom: 35px;
}
footer p {
	color: #f7f7f7;
	font-size: 16px;
	padding-top: 30px;
}
a.backtop:link {
	display: block;
	width: 127px;
	height: 85px;
	background-image: url(../images/acreu_main_icons_new.png);
	background-repeat: no-repeat;
	background-position: 0 -764px;
	color: #ffffff;
	font-size: 17px;
	text-align: center;
	padding-top: 42px;
}
#copyright {
	position: relative;
	padding-left: 5%;
	padding-right: 15%
}
#toplink {
	width: 127px;
	height: 85px;
	position: absolute;
	right: 0
}
#toplink-xs {
	width: 127px;
	height: 85px;
	margin-left: auto;
	margin-right: auto
}

.container.text {
    background: #fff;
    padding: 126px;
}
@media screen and (max-width: 768px) {
footer p {
	font-size: 12px;
	padding-bottom: 20px;
}
#copyright {
	padding-right: 5%
}
.container.text {
    background: #fff;
    padding: 35px;
}
}

/**end Footer**/





/**FONTS**/
@font-face {
	font-family: 'bebas_neuebold';
	src: url('../fonts/acreu_bebasneue_bold_webfont.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bebas_neue_regular';
	src:   url('../fonts/acreu_bebasneue_regular_webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+0020-2248;
}
a {
    color: #fff;
    text-decoration: none;
}
a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}