@font-face {
    font-family: 'OpenSans';
    src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans.woff') format('woff'), url('fonts/OpenSans.ttf') format('truetype'), url('fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSans-Bold.ttf') format('truetype'), url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light.woff') format('woff'), url('fonts/OpenSans-Light.ttf') format('truetype'), url('fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold.woff') format('woff'), url('fonts/OpenSans-Semibold.ttf') format('truetype'), url('fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,html {
    font-family: 'OpenSans';
    color: #5B5B5F;
    font-size: 12px;
}
.body-fix {
    overflow: hidden;
}
a {
    text-decoration: none;
    color: #fff;
}
ul,li {
    list-style: none;
}
input,textarea {
    outline: 0;
    font-family: 'OpenSans';
}
img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}
.background-cover {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.col2 {
    width: 50%;
}
.col3 {
    width: 33.333333333333333333333333333333%;
}
.col4 {
    width: 25%;
}
.left,.col2,.col3,.col4 {
    float: left;
}
.right {
    float: right;
}
#content:after,.setcenter:after,.clear:after{
    content: '';
    display: block;
    clear: both;
}
.setcenter {
    margin: 0 auto;
    width: 1000px;
    max-width: 98%;
}
#content {
    position: relative;
}
.section {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    padding-top: 40px;
}
#bottombar {
    padding-top: 70px;
    position: relative;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    color: #fff;
}
.btn-submit {
    margin-top: 51px;
    margin-left: 310px;
    height: 75px;
    background-color: #339642;
    display: block;
}
.btn-submit span {
    width: 50%;
    margin: 0 auto;
    color: #fff;
    display: block;
    white-space: normal;
    margin-top: 13px;
}
.btn-mensagem,.btn-newsletter {
    background-color: #A3BD31;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 203px;
    text-align: left;
}

.btn-newsletter {
    display: none;
}

.btn-mensagem {
    background-color: #339642;
}
#topbar {
    background-color: #5B5B5F;
    height: 35px;
    position: relative;
    line-height: 33px;
}
#topbar span {
    color: #fff;
    margin-right: 15px;
    font-size: 13px;
}
[class*=topbaricon] {
    width: 12px;
    height: 12px;
    background-image: url(../imagens/icons/topbar.png);
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.topbaricon-email {
    background-position: -13px 0;
}
[class*=social] {
    width: 19px;
    height: 19px;
    float: left;
    margin: 8px 0 0 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    color: #5B5B5F;
    text-align: center;
    line-height: 19px;
}
[class*=social]:first-child {
    margin-left: 0;
}
[class*=social]:hover {
    background-color: #d1d3d4;
}
.ms-touch {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}
.animate {
    -webkit-transition: -webkit-transform 0.7s ease-out;
    -moz-transition: -moz-transform 0.7s ease-out;
    transition: transform 0.7s ease-out;
}
.padding-horizontal {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
#header {
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
#header-logo {
    width: 300px;
    padding: 30px 0;
    display: block;
}
#main-menu {
    height: 35px;
    line-height: 35px;
    background-color: #009B3E;
    position: relative;
}
#menutoggle {
    background: #fff;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
    top: 5px;
    left: 50%;
    margin-left: -12.5px;
    display: none;
    z-index: 2;
}
#menutoggle:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 2px;
    background: #009B3E;
    top: 7px;
    left: 16%;
    -moz-box-shadow: 0 5px 0 #009B3E, 0 10px 0px #009B3E;
    -webkit-box-shadow: 0 5px 0 #009B3E, 0 10px 0px #009B3E;
    box-shadow: 0 5px 0 #009B3E, 0 10px 0px #009B3E;
}
#main-menu ul {
    margin: 0 auto;
    width: 1000px;
    max-width: 98%;
}
#main-menu li {
    width: 16.666666666666666666666666666667%;
    border-left: 1px solid #fff;
    float: left;
}
#main-menu li:last-child {
    border-right: 1px solid #fff;
}
#main-menu li a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-family: 'OpenSans-Semibold';
}
#main-menu li a.current,#main-menu li a:hover {
    background-color: #5B5B5F;
}
#mapcontainer{
    width: 100%;
    height: 320px;
    position: relative;
}
#map, #streetview {
    background-color: #CCCCCC;
    height: 320px;
    position: relative;
    float: left;
}
#map{
    width: 70%;
    border-right: 5px solid #fff;
}
#streetview {
    width: 30%;
    border-left: 5px solid #fff;
}
.fulltexto {
    color: #fff;
    background-color: #5B5B5F;
    padding: 7px;
    position: relative;
    font-size: 13px;
}
.fulltextocontent {
    display: table;
    position: relative;
    min-height: 40px;
    width: 100%;
    padding-left: 20px;
}
.fulltextocenter {
    display: table-cell;
    vertical-align: middle;
}
.fulltexto span {
    display: block;
}
.fulltexto span a {
    color: #E5E9EA;
    text-decoration: underline;
}
[class*=newslattericon] {
    width: 25px;
    height: 20px;
    background-image: url(../imagens/icons/newslatter.png);
    background-repeat: no-repeat;
    background-size: auto;
}
.fulltexto .newslattericon {
    margin: 7px 20px 0 0;
}
.btn [class*=newslattericon] {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
[class*=contactosicon] {
    width: 46px;
    height: 46px;
    margin: -20px auto 10px;
    background-image: url(../imagens/icons/contactos.png);
    background-repeat: no-repeat;
    background-size: auto;
}
.contactosicon-morada {
    background-position: -46px 0;
}
.contactosicon-gps {
    background-position: -187px 0;
}
.contactosicon-movel {
    background-position: -93px 0;
}
.contactosicon-email {
    background-position: -140px 0;
}
.contactosicon-face {
    background-position: -234px 0;
}
.contactos-info {
    height: 90px;
    border-left: 1px solid #5B5B5F;
    text-align: center;
    font-family: 'OpenSans-Bold';
}
.contactos-info-link {
    color: #5B5B5F;
}
#captcha {
    clear: both;
    padding-top: 6px;
    float: left;
}
.contactos-info {
    margin-bottom: 40px;
}
.contactos-info:nth-child(1),.contactos-info:nth-child(3) {
    border: 0;
}
.contactos-info span {
    display: block;
    width: 100%;
}
#formbox {
    padding: 20px;
    background-color: #E5E9EA;
}
.formgroup {
    padding: 3px;
    width: 50%;
    float: left;
}
.bottombar-box input,.bottombar-box textarea,#formbox input,#formbox textarea {
    border: 1px solid #CCCCCC;
    width: 100%;
    padding: 5px;
    height: 45px;
    float: left;
    font-size: 12px;
    color: #A7A7A8;
}
#formbox a,#formbox span.obgmsg {
    color: #339642;
    font-family: 'OpenSans-Semibold';
}
#formbox textarea {
    height: 127px;
    resize: none;
}
#footer {
    background-color: #5B5B5F;
    text-align: center;
    color: #fff;
    position: relative;
}
#footercontent {
    padding: 40px 0;
}
.footer-col {
    float: left;
    height: 253px;
    border-left: 1px solid #339642;
    padding: 0 15px;
    text-align: left;
}
.footer-col h1 {
    text-transform: uppercase;
    font-size: 14px;
}
.footer-col a:hover h1 {
    text-decoration: underline;
}
.footer-col p {
    margin-top: 15px;
}
.footer-col li {
    margin-bottom: 15px;
    margin-top: 2px;
}
.footer-col li a {
    text-transform: uppercase;
    color: #fff;
}
.footer-col li a:hover {
    text-decoration: underline;
}
.footer-col:last-child {
    border-right: 1px solid #339642;
}
#footer-about {
    width: 40%;
    text-align: justify;
}
#footer-menus {
    width: 11.3%;
}
#footer-contactos {
    width: 17.1%;
}
#footer-face h1 {
    width: auto;
}
#footer-face {
    width: 31.6%;
}
#footer-face h1 {
    text-transform: none;
    margin-bottom: 15px;
}
#copyright {
    background-color: #009B3E;
    height: 35px;
    line-height: 27px;
    font-size: 12px;
}
.bottombar-box {
    width: 350px;
    max-width: 90%;
    height: 370px;
    border: 1px solid #CCCCCC;
    background-color: #fff;
    position: absolute;
    z-index: 999999;
    display: none;
    bottom: 0;
}
.emailbox {
    right: 0;
    height: 518px;
}
.newsletterbox {
    left: 0;
}
.bottombar-box-header {
    height: 35px;
    background-color: #A3BD31;
    color: #fff;
    line-height: 35px;
    position: relative;
}
.emailbox .bottombar-box-header {
    background-color: #339642;
}
.bottombar-box h1 {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
}
.bottombar-box-close {
    width: 15px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    right: 10px;
}
.bottombar-box-content {
    padding: 25px;
}
.bottombar-box-msg {
    color: #A3BD31;
    font-size: 14px;
}
.emailbox .bottombar-box-msg {
    color: #339642;
}
.bottombar-box-inputs {
    margin: 20px 0;
}
.bottombar-box input {
    margin-bottom: 10px;
}
.newsletterbox input:last-child{
    margin-bottom: 30px;
}
.emailbox textarea {
    margin-bottom: 0px;
}
.bottombar-box-success {
    width: 124px;
    height: 124px;
    background-image: url(../imagens/icons/success.png);
    background-repeat: no-repeat;
    background-size: auto;
    margin: 20px auto;
}
.newsletterbox .bottombar-box-success {
    background-position: -126px 0;
}
.emailbox .bottombar-box-success {
    margin: 90px auto;
}
.bottombar-box textarea {
    height: 100px;
    resize: none;
}
.bottombar-box .btn {
    text-align: center;
    width: 100%;
}
.grid-box-item {
    padding: 1.5%;
    /*height: 372px;*/
    height: 322px;
    width: 25%;
    float: left;
}
.grid-box-item a {
    color: #5B5B5F;
}
.grid-box-content {
    background-color: #C9CACF;
    position: relative;
    padding: 20px;
    width: 100%;
    height: 100%;
}
.grid-box-image {
    width: 100%;
    height: 230px;
    background-color: #C9CACF;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}
.grid-box-info {
    font-size: 12px;
}
.grid-box-info h1 {
    margin: 5px 0 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #339642;
    height: 38px;
}
.gridicon {
    width: 22px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url(../imagens/icons/catalogo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
video {
    display: block;
}
#video-backdround {
    position: absolute;
    max-width: 100%;
    width: 1200px;
    height: 278px;
    max-width: 50%;
    top: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}
#video-backdround video {
    width: 140%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.carousel-grid-horizontal{
    margin-top: 40px;
}
.carousel-grid-horizontal-item{
    width: 50%;
    float: left;
    padding: 0 15px 0 17px;
}
.carousel-grid-horizontal-item:nth-child(even){
    padding: 0 17px 0 15px;
}
.carousel-biscana,.carousel-servicos,.carousel-brindes {
    overflow: hidden;
    font-size: 0;
    position: relative;
}
.carousel-brindes {
    height: 154.16666666666666666666666666667px;
    margin: 40px 15px 0;
}
.carousel-servicos,.carousel-biscana {
    height: 280px;
    width: 100%;
    margin-top: 0;
}
.carousel-item {
    display: table-cell;
}
.carousel-item-content {
    height: 150px;
    width: 150px;
    margin-left: 14px;
}
.carousel-servicos .carousel-item-content,.carousel-biscana .carousel-item-content {
    height: 280px;
    width: 156px;
    margin-left: 0;
    position: relative;
}
.carousel-servicos .carousel-item-content {
    width: 470px;
}
.carousel-item:first-child .carousel-item-content {
    margin-left: 0;
}
.carousel-servicos h1,.carousel-servicos span,.carousel-biscana span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 10px 2px;
    color: #fff;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    text-align: center;
}
.carousel-servicos h1 {
    left: 0;
    top: 0;
    background-color: #339642;
    bottom: auto;
    text-transform: uppercase;
}
#slideshow {
    background-color: #CCCCCC;
    height: auto;
    max-height: 320px;
    position: relative;
    overflow: hidden;
}
.fullimage {
    background-color: #CCCCCC;
    height: 320px;
    position: relative;
}
.fullimage-image {
    width: 100%;
    height: 320px;
}
#slideshow-wrapper {
    width: 100%;
    height: auto;
    max-height: 320px;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
#slideshow-bullets {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    text-align: center;
}
#slideshow-bullets span.bullet {
    height: 12px;
    width: 12px;
    background-color: #5B5B5F;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
#slideshow-bullets span.bullet:first-child {
    margin-left: 0;
}
#slideshow-bullets span.bullet:hover,#slideshow-bullets span.bullet-active {
    background-color: #fff;
}
.grid-horizontal-row {
    padding: 40px 0;
    position: relative;
}
.grid-horizontal-row:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E5E9EA;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 0px;
}
.grid-horizontal-row:last-child {
    padding-bottom: 0;
}
.grid-horizontal-row:last-child:before {
    display: none;
}
.grid-horizontal-item {
    width: 50%;
    float: left;
    text-align: justify;
    height: 280px;
    overflow: hidden;
}
.grid-horizontal-row:nth-child(even) .grid-horizontal-item {
    float: right;
}
.grid-horizontal-row:nth-child(even) .grid-horizontal-item:last-child,.grid-horizontal-row .grid-horizontal-item:first-child {
    padding: 0 2% 0 0;
}
.grid-horizontal-row:nth-child(even) .grid-horizontal-item:first-child,.grid-horizontal-row .grid-horizontal-item:last-child {
    padding: 0 0 0 2%;
}
.grid-horizontal-item-image {
    width: 100%;
    height: 100%;
}
.grid-horizontal-item h1 {
    width: 100%;
    background-color: #339642;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
}
#about .grid-horizontal-item:nth-child(1n) {
    width: 34%;
}
#about .grid-horizontal-item:nth-child(2n) {
    width: 66%;
}
.grid-horizontal-item-texto {
    width: 100%;
    padding: 0px 20px;
    font-size: 13px;
    overflow: auto;
    height: 211px;
}
#scrollToTop {
    position: fixed;
    z-index: 9999;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background: #339642 url(../imagens/back-top.png);
    width: 35px;
    height: 35px;
    right: 30px;
    bottom: 50px;
    display: none;
    -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center center;
}
#scrollToTop:hover {
    background-color: #5B5B5F;
}
#fancy-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.fancy-hide {
    display: none;
}
#fancy-overlay.closeonclick {
    cursor: pointer;
}
#fancy-close {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
}
#fancy-wrap {
    background-color: #fff;
    position: absolute;
    margin: 0 auto;
    max-width: 90%;
    max-height: 90%;
    height: auto;
    width: 800px;
    z-index: 99999999;
    left: 0;
    right: 0;
    padding: 20px 50px;
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
}
#fancy-wrap h1 {
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #339642;
}
#fancy-wrap span {
    font-size: 13px;
}
#fancy-wrapper {
    height: auto;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    margin-top: 10px;
}
.fancy-image {
    height: auto;
    max-height: 520px;
    overflow: hidden;
}
.fancy-image img {
    width: 100%;
    height: auto;
}
#fancy-thumbs {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.fancy-thumb {
    display: table-cell;
}
.fancy-thumb a {
    display: block;
    border: 1px solid transparent;
    width: 94.5px;
    height: 94.5px;
    margin-right: 5.8333333333333333333333333333333px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 1;
}
.fancy-thumb:last-child a {
    margin-right: 0;
}
.fancy-thumb a:hover,.fancy-thumb a.current {
    border: 1px solid #5B5B5F;
    opacity: 0.6;
}
#fancy-arrow-left,#fancy-arrow-right {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
#fancy-arrow-right {
    right: 0;
}
#fancy-arrow-left:hover,#fancy-arrow-right:hover {
    opacity: 1;
}
#fancy-arrow-left:before,#fancy-arrow-right:before,#fancy-close {
    background-image: url(../imagens/icons/fancy.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#fancy-arrow-left:before,#fancy-arrow-right:before {
    content: '';
    display: block;
    width: 25px;
    height: 35px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#fancy-arrow-left:before {
    background-position: -60px 0;
}
#fancy-arrow-right:before {
    background-position: -35px 0;
}
.error{
    border: 1px solid red !important;
}

.btn-privacidade{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px 15px;
    background-color: #339642;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

#privacidade h1{
    color: #339642;
    font-size: 16px;
    margin:35px 0 15px;
}

#privacidade p{
    font-size: 13px;
    margin-bottom: 10px;
}
#privacidade p.line-color{
    background-color: #fff400;
}

#rgpd{
    margin: 5px 0 10px;
    position: relative;
}
#rgpd a{
    color: #339642;
}

#rgpd p{
    margin-left: 25px;
}

#rgpdcheck {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#rgpdcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}
#rgpdcheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #CCCCCC;
    color: #A7A7A8;
    margin-top:3px;
    cursor: pointer;
}
#rgpdcheck .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 0.5px;
    width: 5px;
    height: 10px;
    border: solid #A7A7A8;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#rgpdcheck input:checked ~ .checkmark:after {
    display: block;
}

#bottombar #rgpd {
    margin: 5px 0 10px;
    font-size: 10px;
}

#cookiespopup {
    background-color: rgba(91, 91, 95, 0.95);
    min-height: 26px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    -moz-box-shadow: 0 -5px 5px -5px #333;
    -webkit-box-shadow: 0 -5px 5px -5px #333;
    box-shadow: 0 -5px 5px -5px #333;
}
#cookiespopup #cookieswrap{
position: relative;
width: 100%;
height: auto;
}
#cookiespopup a {
    color: #4B8EE7;
    text-decoration: none;
}
#cookiespopup a.cookiesOK {
    background-color: #339642;
    display: block;
    padding: 0 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color:#fff;
    margin: auto;
}