.main-nav-a,
a {
    text-decoration: none
}

.nav-mob-btn,
a {
    cursor: pointer
}
.text-center {text-align: center;}
a.CTA,
.CTA a{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 0px solid #B3324A;
    border-radius: 9px;
    background-color: #B3324A;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#B3324A), to(#B3324A));
    background: -moz-linear-gradient(top, #B3324A, #B3324A);
    background: linear-gradient(to bottom, #B3324A, #B3324A);*/
    font: normal normal bold 20px arial;
    color: #fff;
    text-decoration: none;
	-webkit-transition: all 300ms; /* Safari */
    transition: all 300ms;
}
a.CTA:hover,
a.CTA:focus,
.CTA a:hover,
.CTA a:focus{
    border: 0px solid #fcda5d;
    background: #FCD95D;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#FCD95D), to(#FCD95D));
    background: -moz-linear-gradient(top, #FCD95D, #FCD95D);
    background: linear-gradient(to bottom, #FCD95D, #FCD95D);*/
    color: #000000;
    text-decoration: none;
	-webkit-transition: background 300ms; /* Safari */
    transition: background 300ms;
}


@font-face {
    font-family: uncle_bob_mfregular;
    src: url(../fonts/uncle_bob_mf-webfont.woff2) format('woff2'), url(../fonts/uncle_bob_mf-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: unclebobmf-shadowregular;
    src: url(../fonts/unclebobmf-shadow-webfont.woff2) format('woff2'), url(../fonts/unclebobmf-shadow-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: thats_font_folksitalic;
    src: url(../fonts/that_s_font_folks-webfont.woff2) format('woff2'), url(../fonts/that_s_font_folks-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: impactregular;
    src: url(../fonts/impact-webfont.woff2) format('woff2'), url(../fonts/impact-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: umbra_btregular;
    src: url(../fonts/umbrarg-webfont.woff2) format('woff2'), url(../fonts/umbrarg-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Ionicons;
    src: url(https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1);
    src: url(https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix) format("embedded-opentype"), url(https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1) format("truetype"), url(https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1) format("woff"), url(https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}

html {
    height: 100%
}

.inline-link {
    color: #B3324A;
}

.content-background-container,
.main-container {
    left: 0;
    width: 100%;
    position: relative;
    top: 0;
    height: auto
}

body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 45px
}

.content-header,
.tile-header {
    text-align: center;
    font-size: 36px
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.column,
.columns,
.row {
    position: relative
}

.row.xl {
    max-width: 100%
}

.content-background-container {
    background-image: -webkit-linear-gradient(#FEEF96 0, #B6E3B4 100%);
    background-image: linear-gradient(#FEEF96 0, #B6E3B4 100%);
    padding-bottom: 168px
}

.header-image-container {
    width: 100%;
    height: 263px;
    background: #B3324A
}

.content-container {
    padding: 0 16px;
    max-width: 375px;
	font-family:Chivo, sans-serif;
}


.margin-top-min {
    width: 100%;
    margin-top: -130px;
}

.content-header {
    font-family: uncle_bob_mfregular, sans-serif;
    color: #fff;
    margin-bottom: 16px
}

.love-tile-paragraph,
.main-nav-a,
.meer-btn,
.reserveren-btn,
.tile-header,
.tile-paragraph,
.agenda-grid-item  p{
    font-family: Chivo, sans-serif
}

.tile-header {
    margin: 0
}

.tile-paragraph, .agenda-grid-item  p {
    font-size: 14px;
    padding: 0 1.5rem;
    margin: 0;
    line-height: 18px
}

.meer-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 900;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    height: 36px
}

.meer-btn i {
    position: relative;
    font-size: 36px;
    margin-right: 12px;
    top: 4px
}

.main-header {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 45px;
    background: #fff;
    top: 0
}

.main-header .row {
    height: 100%
}

.main-header .row.opened {
    background: #B3324A
}

.main-header.home {
    background: 0 0
}

.main-nav-toggle {
    display: none
}

.opened .main-nav-toggle {
    display: block
}

.main-nav-ul {
    position: relative;
    padding: 20px 0 15px;
    z-index: 2;
    background: #F5515F;
    background-image: -webkit-linear-gradient(bottom, #F5515F 0, #B3324A 100%);
    background-image: linear-gradient(to top, #F5515F 0, #B3324A 100%)
}

.main-nav-li {
    text-align: center
}

.main-nav-a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    width: calc(100% - 20px);
    max-width: 290px;
    line-height: 53px;
    height: 53px;
    font-size: 24px;
    border: 2px solid #fff;
    margin: 0 auto 10px
}

.main-nav-fli a {
    color: #000
}

.reserveren-btn {
    position: absolute;
    top: 0;
    right: 56px;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-transform: capitalize;
    color: #B3324A
}

.main-header .row.opened .reserveren-btn,
.main-header.home .reserveren-btn {
    color: #fff
}

.header-logo-container {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    padding: 13px 0 0 10px;
    width: auto
}

.header-logo {
    width: 74px;
    height: 20px
}

.header-logo path,
.header-logo rect {
    fill: #B3324A!important
}

.main-header .row.opened .header-logo path,
.main-header .row.opened .header-logo rect,
.main-header.home .header-logo path,
.main-header.home .header-logo rect {
    fill: #fff!important
}

.nav-mob-btn {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    font-size: 0;
    z-index: 3;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    -webkit-transition: background .3s;
    transition: background .3s
}

.nav-mob-btn:focus {
    outline: 0
}

.nav-mob-btn span {
    display: block;
    position: absolute;
    top: 21px;
    left: 9px;
    right: 9px;
    height: 3px;
    background: #fff
}

.home .nav-mob-btn span {
    background: #B3324A
}

.nav-mob-btn span::after,
.nav-mob-btn span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: ""
}

.home .nav-mob-btn span::after,
.home .nav-mob-btn span::before,
.nav-mob-btn-htx {
    background-color: #B3324A
}

.nav-mob-btn span::before {
    top: -7px
}

.nav-mob-btn span::after {
    bottom: -7px
}

.home .nav-mob-btn-htx {
    background-color: #fff
}

.nav-mob-btn-htx span {
    -webkit-transition: background .3s;
    transition: background .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.nav-mob-btn-htx span::after,
.nav-mob-btn-htx span::before {
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.nav-mob-btn-htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform
}

.nav-mob-btn-htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.nav-mob-btn-htx.is-active {
    background: 0 0
}

.nav-mob-btn-htx.is-active span {
    background: 0 0;
    -webkit-transition: background 0s;
    transition: background 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.nav-mob-btn-htx.is-active span::before {
    background: #fff;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-mob-btn-htx.is-active span::after {
    background: #fff;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-mob-btn-htx.is-active span::after,
.nav-mob-btn-htx.is-active span::before {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.home-highlight {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B3324A
}

.header-image-container.over-ons {
    background: url(../../images/Pagina-headers/over_header.jpg) center 20% no-repeat;
    background-size: cover;
    z-index: 0;
}

.over-tile-container {
    margin-bottom: 18px
}

.over-tile {
    box-sizing: border-box;
    background: #fff;
    height: 283px;
    padding-bottom: 30px
}

.over-tile img {
    position: relative;
    left: 50%
}

img.borrel {
    width: 22px;
    margin-top: 14px;
    margin-left: -11px
}

img.feestje {
    width: 44px;
    margin-top: 14px;
    margin-left: -22px
}

img.stappen {
    width: 56px;
    height: 64px;
    margin-top: 18px;
    margin-left: -28px
}

img.eten {
    width: 100px;
    margin: 28px 0 0 -50px
}

img.meeting {
    width: 120px;
    margin-top: 40px;
    margin-left: -60px
}

img.spelen {
    width: 60px;
    margin-top: 40px;
    margin-left: -30px
}

img.bier {
    width: 70px;
    margin-top: 35px;
    margin-left: -35px
}

.agenda-banner,
.agenda-grid,
.agenda-grid-item,
.agenda-item-image {
    width: 100%
}

.love-tile-container {
    margin-top: 2px;
    margin-bottom: 20px
}

.love-tile {
    background: #000;
    text-align: center;
    padding: 10px 0
}

.love-tile-paragraph {
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    padding: 0 40px
}

.meer-btn.is-active {
    display: none
}

.show-for-large.over-tile-container.in-beeld {
    display: block!important
}

.header-image-container.arrange {
    background: url(../../images/Pagina-headers/arrange-header.jpg) center center no-repeat;
    background-size: cover
}

.content-header.arrange {
    font-size: 24px
}

.content-tile {
    background: #fff;
    padding-top: .9375rem;
    margin-bottom: 30px
}

.arrange-row {
    background: #fff;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    margin-bottom: 20px
}

.arrange-row:last-child {
    margin-bottom: 20px
}

.arrange-img {
    width: 100%;
}

.agenda-grid-item,
.content-image-container:first-child,
.content-row {
    margin-bottom: .9375rem
}

.arrange-tekst-container .tile-header {
    font-size: 30px;
    line-height: 1;
    padding: 10px 0
}

.arrange-tekst-container .tile-paragraph {
    padding: 0;
    text-align: center;
    line-height: 20px
}
.arrange-tekst-container p {margin-top:0px;}

.terug-btn,
.arrange-tekst-container .lees-meer-btn {
    display: block;
    position: relative;
    color: #B3324A;
    text-align: left;
    font-family: Chivo, sans-serif;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
}

.terug-btn {
    margin-bottom: 30px;
}

.terug-btn i,
.arrange-tekst-container .lees-meer-btn i {
    position: relative;
    font-size: 90%;
    padding-left: 5px;
}

.terug-btn i {
    padding: 0 5px 0 0;
}

.menu-section.arrangement,
.menu-section.arrangement .menu-section-item {
    text-align: center;
}

.menu-section.arrangement {
    margin-top: 1rem;
    padding-bottom: 1rem;
}

.menu-section.arrangement .menu-section-item em {
    width: 100%;
}

.header-image-container.content {
    background: url(../../images/Pagina-headers/content_header.jpg) center center no-repeat;
    background-size: cover
}

.content-row strong {
    display: block;
    padding: 0 1rem
}

.header-image-container.agenda {
    background: url(../../images/Pagina-headers/agenda-header.jpg) center center no-repeat;
    background-size: cover
}

.agenda-grid-item {
    background: #fff;
    padding: 0 .9375rem;
    color: #000
}

.agenda-grid-item.extra {
    display: none
}

.agenda-item-header {
    font-family: impactregular;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-size: 24px;
    padding-top: 20px
}

.agenda-item-sub-header {
    font-family: thats_font_folksitalic;
    text-align: center;
    margin: 0;
    font-size: 18px;
    padding-bottom: 10px
}

.agenda-item-sub-header span {
    color: #B3324A
}

.agenda-grid-item .tile-paragraph, .agenda-grid-item  p {
    display: block;
    box-sizing: border-box;
    padding: 15px 0 20px;
	text-align: center;
}

.agenda-grid-item.banner {
    padding: 0
}

.header-image-container.menu {
    background: url(../../images/Pagina-headers/menu-header.jpg) center center no-repeat;
    background-size: cover
}

.content-tile.menu {
    padding-top: 0
}

.menu-nav,
.menu-nav ul {
    position: relative;
    width: 100%;
    text-align: center
}

.menu-nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 75%;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    background: #000
}

.menu-illustratie,
.menu-section-item,
.menu-inhoud p{
    position: relative;
    width: 100%
}

.menu-nav ul li {
    display: inline-block
}

.menu-nav ul li a {
    display: block;
    font-family: uncle_bob_mfregular, sans-serif;
    color: #000;
    font-size: 12px;
    margin: 0 10px 0 0;
    height: 46px;
    line-height: 46px
}

.menu-intro-container p,
.menu-section-header {
    font-family: Chivo, sans-serif
}

.menu-nav ul li.is-active a {
    color: #B3324A
}

.menu-nav ul li:last-child a {
    margin-right: 0
}

.menu-illustratie img {
    position: relative;
    height: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.menu-intro-container {
    padding: 0 1rem
}

.menu-intro-container p {
    text-align: center;
    font-size: 12px;
    line-height: 20px
}

.menu-inhoud .small-12:last-child {
    margin: 40px 0 20px
}

.menu-section:first-child {
    margin-top: 0
}

.menu-section {
    margin-top: 40px
}

.menu-section-header {
    font-weight: 900;
    font-size: 24px;
    margin: 0
}

.menu-section-sub-header {
    font-family: thats_font_folksitalic;
    color: #B3324A;
    font-size: 16px;
    margin: 0
}

.menu-section-item,
.menu-inhoud p{
    font-family: Chivo, sans-serif;
    display: block;
    text-align: left;
    font-size: 12px;
    margin: 0 0 5px;
    line-height: 20px
}

.menu-section-item span,
.menu-inhoud span.menu-price{
    position: absolute;
    /*top: 0;*/
    right: 0
}

.menu-section-item em {
    display: block;
    width: 80%;
    color: #B3324A
}

.tabs-panel {
    display: none
}

.tabs-panel.is-active {
    display: block
}

.header-image-container.contact {
    /*background: url(../../images/contact-header.png) center center no-repeat;background-size: cover*/
    background: black;
}

.contact-tile-container {
    background: #B3324A;
    margin-top: -70px;
    padding: 1rem 2rem 2rem;
}

.contact-body  p{
 padding:0 2.5rem;
 	color:white;
}


.contact-header {
    font-family: uncle_bob_mfregular, sans-serif;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 1rem 0 .5rem
}

.contact-info-header,
.contact-info-tekst a,
.contact-info-tekst span,
.home-main-item-tekst {
    color: #fff;
    font-family: Chivo, sans-serif
}

.contact-tile-container p {margin-top:0px !important;}
.contact-tile-container .tile-paragraph {
    padding: 0 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.contact-info-row .small-12 {
    margin-top: 1rem;
    padding: 0 2.5rem;
	color:white;
}

.contact-info-header,
.contact-info-tekst {
    text-align: left;
    margin: 0;
	color:white;
}

.contact-info-header {
    font-weight: 900;
    line-height: 1;
    font-size: 24px;
    padding-bottom: 5px
}

.footer-social,
.home-pijl,
.instafeed-bol,
.instafeed-header,
.lawlot,
.sidebar-header,
.wjd-tekst,
.wjd-container p {
    text-align: center
}

.contact-info-tekst:nth-child(3) {
    padding-top: 1rem
}

.contact-info-tekst a,
.contact-info-tekst span {
    display: block;
    font-size: 14px;
    line-height: 18px
}
.footer-contact-small p,
.footer-contact-small h1,
.footer-contact-small a {color:#fff;}
.content-container.contact .reserve-tile-container {
    width: calc(100% + 2rem);
    margin-top: 2rem;
    position: relative;
    left: 1rem;
    display: block;
    box-sizing: border-box;
    margin-bottom: 1rem
}

.reserve-tile-container .over-tile {
    box-sizing: border-box;
    height: calc(526px + 6rem);
    padding: 3rem 0;
    background: #fff
}

.reserve-tile-container .over-tile iframe {
    position: relative;
    /*width: 320px;*/
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.body.home {
    height: 100%
}

.row.home.main {
    position: relative;
    height: 568px;
    height: calc(100vh - 45px)
}

.home-main-tile {
    position: relative;
    background: #B3324A;
    top: 0;
    left: 0;
    height: 100%
}

.home-main-tile-graphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bolle-home-graphic.png) center no-repeat;
    background-size: cover;
    opacity: .65
}

.home-main-item-tekst {
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    margin: 0;
    padding: 0 1rem
}

.home-pijl {
    position: relative
}

.home-pijl:after {
    content: '\f35d';
    font-family: Ionicons;
    font-size: 36px;
    color: #fff;
    display: block;
    margin-top: 20px
}

.row.sidebar {
    background: #CFE3DE;
    /*padding: 0 0 180px*/
	padding:0 0 20px;
}

.content-container.sidebar {
    margin-left: auto;
    margin-right: auto
}

.sidebar-header {
    font-family: umbra_btregular;
    margin: 0;
    color: #000;
    font-size: 40px;
    padding: 3rem 0 1rem
}

.morph-button.groot {
    display: none
}

.footer {
    background: #000;
    width: 100%;
    padding-bottom: 30px
}

footer .content-container .wjd-container {
    position: relative;
    box-sizing: border-box;
    background: 0 0;
    height: 268px;
    margin-top: -140px;
    padding: 2rem 1rem
}

.wjd-container:before {
    content: '';
    position: absolute;
    width: calc(100% - 14px);
    height: 100%;
    top: 0;
    left: 7px;
    background: #FFEFB4;
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: transparent solid 1px
}

.wjd-container .tile-header,
.wjd-tekst,
.wjd-container p {
    position: relative;
    opacity: 1;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.wjd-tekst,
.wjd-container p {
    font-family: thats_font_folksitalic;
    line-height: 1;
    font-size: 36px;
    margin: 10px 0 0
}

.instafeed-bol h2,
.instafeed-header {
    font-family: Chivo, sans-serif;
    font-weight: 900
}

.instafeed-vogel {
    position: absolute;
    width: 64px;
    height: 70px;
    top: -44px;
    left: 25%
}

.instafeed-header {
    font-size: 40px;
    color: #fff;
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
    transform: rotate3d(0, 0, 1, -2deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0
}

.instafeed {
    margin-top: 30px
}

.instafeed-link {
    display: inline-block;
    position: relative;
    width: 50%;
    float: left
}

.instafeed-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.instafeed-bol,
.instafeed-img {
    -webkit-backface-visibility: hidden
}

.instafeed-link:first-child .instafeed-img {
    -webkit-transform: rotate3d(0, 0, 1, 2deg) translate3d(8px, 0, 0);
    transform: rotate3d(0, 0, 1, 2deg) translate3d(8px, 0, 0)
}

.instafeed-link:nth-child(2) .instafeed-img {
    -webkit-transform: rotate3d(0, 0, 1, -2deg) translate3d(-8px, -20px, 0);
    transform: rotate3d(0, 0, 1, -2deg) translate3d(-8px, -20px, 0)
}

.instafeed-link:nth-child(3) .instafeed-img {
    -webkit-transform: rotate3d(0, 0, 1, -1deg) translate3d(8px, 0, 0);
    transform: rotate3d(0, 0, 1, -1deg) translate3d(8px, 0, 0)
}

.instafeed-link:nth-child(4) .instafeed-img {
    -webkit-transform: rotate3d(0, 0, 1, 2deg) translate3d(-8px, -18px, 0);
    transform: rotate3d(0, 0, 1, 2deg) translate3d(-8px, -18px, 0)
}

.instafeed-bol {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 88px;
    height: 88px;
    border-radius: 88px;
    color: #000;
    background: #FCD95D;
    -webkit-transform: rotate3d(0, 0, 1, 12deg);
    transform: rotate3d(0, 0, 1, 12deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: transparent solid 1px
}

.instafeed-bol i {
    font-size: 26px;
    padding-top: 8px
}

.instafeed-bol h2 {
    font-size: 20px;
    margin: 0;
    line-height: .85
}

.footer-social {
    display: inline-block;
    margin-top: 70px
}

.footer-social a {
    font-size: 30px;
    color: #A0C8BE;
    margin-right: 20px
}

.footer-social a:last-child {
    margin-right: 0
}

.lawlot {
    position: relative;
    width: 100%;
    height: 85px
}

.lawlot a,
.lawlot p {
    height: 85px;
    line-height: 85px;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    font-weight: 300;
    color: #B3324A;
    margin: 0
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.escLinkMob {margin-bottom:200px;margin-top:30px;}
.cnt__page ul {
	list-style: disc;
	padding-left:30px;
	margin-bottom:16px;
	    font-size: 18px;
    line-height: 24px;
}