/*  WEBSITE STYLES
    --------------------------------------------- */
html {
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    background: #fff;
    font-family: 'redhat';
}

html, body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #505252;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
    color: #313536;
    font-weight: 700;
}

h2 {
    margin: 30px 0 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

p, li, table {
    color: #505252;
    line-height: 23px;
    font-size: 15px;
    font-weight: 300;
}

strong, a {
    color: #f00000;
    -webkit-transition: color 500ms;
    transition: color 500ms;
}

a:hover {
    color: #3a3a3a;
}

/*  HEADER
    --------------------------------------------- */
header.top {
    width: 100%;
    position: relative;
    z-index: 9999;
    background: #f9f9f9;
}

.frontpage header.top,
.video-advertenties header.top {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

header.top > article:first-of-type {
    padding: 30px;
    position: relative;
    font-size: 0;
}

header a.logo_taggleauto {
    width: 150px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    background: url('../img/logo-taggleauto.svg') no-repeat left bottom / 150px 34px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.frontpage header a.logo_taggleauto,
.video-advertenties header a.logo_taggleauto {
    background-image: url('../img/logo-taggleauto-white.svg')
}

header a.logo_taggleauto:hover {
    opacity: .8;
}

header.top article a.cta {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 0 0 15px;
    padding: 10px 25px;
    background: #ff6600;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5), 0px 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5), 0px 1px 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

header.top a.cta:hover {
    background: #ff7b23;
}

.content__main {
    
}

.content__center {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 30px;
}

[data-page="404"] .content__center {
    padding: 330px 30px 200px;
    text-align: center;
    background: url(../img/icons/icon-404.svg) no-repeat center 170px / 130px;
}

div.center {
    width: 100%;
    padding: 10px 20px;
    text-align: right;
}

.frontpage div.center {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.totalviews {
    padding: 8px 0;
    color: #505252;
    font: 400 15px / 28px 'redhat', sans-serif;
}

div.center article {
    max-width: 1280px;
    margin: 0 auto;
}

div.center div.block {
    padding: 8px 0;
    display: inline-block;
    vertical-align: top;
}

div.center div.block a {
    display: block;
}

div.center div.block.phoneNumber {
    margin: 0 10px 0 0;
    padding-right: 10px;
}

div.center div.block.phoneNumber a {
    color: #727272;
    font-size: .8em;
    line-height: 100%;
    font-weight: 300;
}

div.center div.block a.button {
    color: #727272;
    font-size: .8em;
    font-weight: 300;
    line-height: 100%;
}

div.center div.block a:hover {
    color: #ed3f3f;
}

/*  NAVIGATION
    --------------------------------------------- */
nav {
    width: calc(100% - 150px);
    z-index: 9999;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

nav.mobile {
    background: none;
    margin: 0;
}

div.menuOverlay {
    width: calc(100% - 40px);
    padding: 20px;
    position: absolute;
    z-index: 9999;
    right: 20px;
    top: 85px;
    display: none;
    background: #fff;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.frontpage div.menuOverlay,
.video-advertenties div.menuOverlay {
    background-color: #165e71;        
}

div.smallMenu {
    display: none;
}

nav.cloned {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px 0;
    left: 0 !important;
    display: inline-block;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

nav.cloned section {
    max-width: 1280px;
    margin: 0 auto;
}

nav.cloned li.btn a {
    padding: 3px 25px 3px 0;
    display: block;
    color: #3A3A3A !important;
}

nav.cloned li.btn.active {
    -webkit-border-radius: 0;
    border-radius: 0;
}

nav.cloned li.btn a:hover {
    color: #f00000;
}

nav section {
    width: 100%;
}

nav section ul {
    display: inline-block;
    vertical-align: middle;
}

nav.cloned section {
    background: url('../img/logo.png') no-repeat left;
    background-size: 88px 20px;
}

nav section li.btn {
    display: inline-block;
}

nav section li.btn.has-children {
    cursor: pointer;
    position: relative;
}

nav section li.btn.has-children .sub-menu {
    width: 210px;
    padding: 10px 15px;
    display: none;
    background: #fff;
    text-align: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
}

nav section li.btn.has-children:hover .sub-menu {
    display: inline-block;
    position: absolute;
    top: 35px;
    left: 0;
}

nav.cloned section li.btn.has-children:hover .sub-menu {
    top: 30px;
}

nav section li.btn.has-children .sub-menu li {
    width: 100%;
}

nav.mobile section li.btn {
    width: 100%;
    margin: 0;
}

nav section li.btn a:hover {
    color: #f00000;
}

nav section li.btn a {
    width: 100%;
    padding: 6px 8px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -.01em;

}

nav section li.btn.has-children .sub-menu li a {
    color: #000;
    font-size: 15px;
}

nav section li.btn.active {
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

nav.mobile section li.btn.active {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

nav section li.btn.active a,
nav section li.btn.active:hover a,
.frontpage nav section li.btn a,
.frontpage nav section li.btn a:hover,
.video-advertenties nav section li.btn a,
.video-advertenties nav section li.btn a:hover {
    color: #f00000;
}

.frontpage nav section li.btn a,
.video-advertenties nav section li.btn a {
    color: #fff;
}

/*  STREAMER
    --------------------------------------------- */
section.streamer {
    width: 100%;
    height: calc(100% - 200px);
    padding: 100px 20px 0 20px;
    background: rgb(15,77,93);
    background: linear-gradient(120deg, rgba(15,77,93,1) 0%, rgba(23,101,121,1) 100%);
    position: relative;
}

section.streamer > article {
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
}

section.streamer article div.block {
    width: 100%;
    margin: 0;
    padding: 50px 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 0;
}

section.streamer article div.block div.content {
    width: calc(100% - 248px);
    padding: 0 50px 0 0;
    display: inline-block;
    vertical-align: middle;
}

section.streamer article div.block.right {
    margin-right: 0;
    padding: 0;
}

section.streamer article div.block h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    border: 0;
    color: #fff;
}

section.streamer article div.block p {
    margin-top: 10px;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}

section.streamer article div.block a {
    height: auto;
    margin-top: 15px;
    padding: 10px 25px;
    background: #ff6600;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5), 0px 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5), 0px 1px 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

section.streamer article div.block a:hover {
    background: #ff7b23;
    color: #fff;
}

.taggleads {
    width: 100%;
    max-width: 220px;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .1);
}

.taggleads video {
    width: 100%;
    height: 383px;
    vertical-align: top;
    border: 5px solid #484848;
    -webkit-border-radius: 15px;
}


/*  PARTNERS
    --------------------------------------------- */
section.partners {
    width: auto;
    padding: 0 40px;
    position: relative;
    z-index: 9990;
    background: #f9f9f9;
}

section.partners p.partner-text {
    width: 100%;
    max-width: 1800px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 10px auto 0;
    color: #211F1F;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    padding: 20px 10px 0;
    text-align: center;
}

section.partners p.partner-text:after {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: -1;
}

section.partners article {
    width: 100%;
    max-width: 1280px;
    padding: 80px 30px 40px;
    margin: 0 auto;
    position: relative;
}

section.partners article div.partner {
    width: 9%;
    display: inline-block;
    vertical-align: top;
}

section.partners article div.partner img {
    width:100%;
    height: 47px;
    object-fit: contain;
    object-position: 50% 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    -webkit-border-radius: 3px;
}

/*  SELECTION
    --------------------------------------------- */
section.selection {
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9989;
    
}

section.selection article {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

section.selection a.block {
    width: calc(16.66% - 25px);
    height: 100px;
    margin-right: 25px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: 50% 20px;
    background-size: 25px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-border-radius: 6px;
}

section.selection a.block:last-of-type {
    margin-right: 0;
}

section.selection a.block:hover,
section.selection a.block.active {
    background-color: rgba(0, 0, 0, .2);
}

section.selection a.block.icon01a {
    background-image: url('../img/btn-icon-01a.png');
}
section.selection a.block.icon01b {
    background-image: url('../img/btn-icon-01b.png');
}
section.selection a.block.icon02 {
    background-image: url('../img/btn-icon-02.png');
}
section.selection a.block.icon03 {
    background-image: url('../img/btn-icon-04.png');
}
section.selection a.block.icon04 {
    background-image: url('../img/btn-icon-03.png');
}
section.selection a.block.icon05 {
    background-image: url('../img/btn-icon-05.png');
}
section.selection a.block.icon06 {
    background-image: url('../img/btn-icon-06.png');
}

section.selection a.block span {
    width: 100%;
    position: absolute;
    bottom: 18px;
    left: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: .025em;
}

/*  CONTENT
    --------------------------------------------- */
section.middle div.content-left {
    width: 58%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}

section.middle .data-links div.content-left {
    width: 50%;
}

section.middle div.content-left strong {
    font-size: 18px;
}

section.middle div.content-right {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

section.middle .data-links div.content-right {
    width: 41%;
}

section.middle div.content-right form,
section.middle div.tekstmodule-right form {
    background: #f5f5f5;
    padding: 40px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

section.middle div.content-right form h2,
section.middle div.tekstmodule-right form h2 {
    margin-top: 0;
}

.content-right_help {
    padding: 30px;
    background: #f9f9f9;
    -webkit-border-radius: 6px;
}

.content-right_help_title {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 24px;
}

.blocks__products {
    width: 100%;
    max-width: 1280px;
    margin: 60px auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.blocks__product {
    flex: 1;
    background: #fff;
    -webkit-box-shadow: 0px 9px 32.4px 3.6px rgba(23, 99, 119, 0.1);
	box-shadow: 0px 9px 32.4px 3.6px rgba(23, 99, 119, 0.1);
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.blocks__product h2 {
    border: 0;
    padding: 0;
    margin: 0 0 15px;
    color: #000;
    font: 700 28px / 38px 'redhat', sans-serif;
    position: relative;
}

.blocks__product_video {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.blocks__product_video:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(../img/icons/icon-play.svg) no-repeat center / 30px;
}

.blocks__product_video:hover img {
    opacity: .9;
    -webkit-transition: ease 200ms all;
}

.blocks__product_video img {
    width: 100%;   
    display: block;
    vertical-align: top;
}

.blocks__product_content {
    padding: 30px 30px 30px 30px;
    min-height: 370px;
}

.blocks__product_content p {
    font: 400 14px / 24px 'redhat', sans-serif;
    color: #000;
}

.blocks__product_content p strong {
    padding-bottom: 5px;
    display: inline-block;
    font: 700 18px / 28px 'redhat', sans-serif;
    color: #000;
}

.blocks__product_button {
    width: calc(100% - 60px);
    max-width: 240px;
    height: auto;
    margin: 0 0 30px 30px;
    padding: 10px 25px;
    background: #ff6600;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5), 0px 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5), 0px 1px 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.blocks__product_button:hover {
    background: #ff7b23;
    color: #fff;
}

.blocks__product a.freemonth {
    color: #000;
    margin: 0 0 30px 30px;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    font: 400 16px / 40px 'redhat', sans-serif;
}

.blocks__product a.freemonth:hover {
    text-decoration: underline;
}

section.middle {
    width: 100%;
}

section.middle article {
    padding: 50px 0 80px;
}

section.middle article video {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

section.middle article:nth-child(even) {
    background: #f9f9f9;
}

section.middle article > div {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

section.middle article > div h1 {
    margin: 30px 0;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -0.025em;
}

section.middle article.block_c > div h1 {
    margin-bottom: 20px;
}

section.middle article > div p {
    margin-bottom: 15px;
    text-align: left;
    line-height: 28px;
}
section.middle article > div p:last-child {
    margin-bottom: 0;
}

section.middle article > div div.buttonContain {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    text-align: left;
}

section.middle article > div div.buttonContain a.button {
    width: auto;
    padding: 10px 0;
    display: inline-block;
    color: #f00000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

section.middle article > div div.buttonContain a.button:hover {
    text-decoration: underline;
}

section.middle article > div p span.roundBlock {
    width: 170px;
    height: 170px;
    margin: 0 60px 10px 0;
    float: left;
    background: #6c6d72 no-repeat center;
    background-size: 110px;
    display: none;
    border: 1px solid #636468;
    border-bottom: 3px solid #545559;
    border-radius: 10px;

}

section.middle article.app > div p span.roundBlock      {
    background-image: url('../img/btn-icon-01-white.png');
}
section.middle article.maatwerk > div p span.roundBlock {
    background-image: url('../img/btn-icon-02-white.png');
}

section.middle article.information div.videoContainer {
    width: 100%;
    max-width: 320px;
    height: 100%;
    padding: 0;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    background: #f9f9f9;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
}

section.middle article.information .right div.videoContainer {
    background-color: #fff;
}

section.middle article.information div.videoContainer a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
}

section.middle article.information div.videoContainer a img,
section.middle article.information div.videoContainer img {
    width: 100%;
    height: auto;
    display: inline-block;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 300ms ease opacity;
    transition: 300ms ease opacity;
}

section.middle article.information div.videoContainer a img:hover {
    opacity: .8;
}

section.middle article.information div h2 {
    border-bottom: 0;
    padding-bottom: 0;
}

section.middle article div.left,
section.middle article div.right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

section.middle article div.left {
    width: 47%;
    margin-right: 6%;
}

section.middle article div.right {
    width: 47%;
}

section.middle article.information > div div.buttonContain {
    text-align: left;
}

section.middle article.information {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 0 0;
    font-size: 0;
}

section.middle article.information > div {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    display: inline-block;
    vertical-align: top;
    background: #f9f9f9;
    -webkit-border-radius: 10px;
}

section.middle article.information div.videoContainer {
    float: left;
    margin-right: 30px;
}

section.middle article.information > div:last-of-type {
    margin-right: 0;
}

section.middle article.information h2 {
    margin: 0 0 15px;
    font: 700 28px / 38px 'redhat', sans-serif;
}

section.middle article ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 0 15px 15px;
}

section.middle article ul li {
    list-style: disc;
    padding-left: 5px;
    line-height: 200%;
}

section.middle article.specs > div ul {
    padding: 0;
}

section.middle article.specs > div ul li {
    width: 24.25%;
    height: 230px;
    margin: 0 1% 1% 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: 50% 25%;
    background-size: 80px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

section.middle article.specs > div ul li:nth-child(4n) {
    margin-right: 0;
}

section.middle article.specs > div ul li.spec1 {
    background-image: url('../img/icon-specs-hd.png');
}
section.middle article.specs > div ul li.spec2 {
    background-image: url('../img/icon-specs-cloud.png');
}
section.middle article.specs > div ul li.spec3 {
    background-image: url('../img/icon-specs-voice.png');
}
section.middle article.specs > div ul li.spec4 {
    background-image: url('../img/icon-specs-subs.png');
}
section.middle article.specs > div ul li.spec5 {
    background-image: url('../img/icon-specs-app.png');
}
section.middle article.specs > div ul li.spec6 {
    background-image: url('../img/icon-specs-social.png');
}
section.middle article.specs > div ul li.spec7 {
    background-image: url('../img/icon-specs-doorplaatsen.png');
}
section.middle article.specs > div ul li.spec13 {
    background-image: url('../img/icon-specs-up.png');
    background-size: 120px;
}
section.middle article.specs > div ul li.spec9 {
    background-image: url('../img/icon-specs-qrcode.png');
}
section.middle article.specs > div ul li.spec10 {
    background-image: url('../img/icon-specs-down.png');
    background-size: 120px;
}
section.middle article.specs > div ul li.spec11 {
    background-image: url('../img/icon-specs-flyer.png');
}
section.middle article.specs > div ul li.spec12 {
    background-image: url('../img/icon-specs-website.png');
}

section.middle article.specs > div ul li span {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    position: absolute;
    bottom: 25px;
    text-align: center;
}

article.templates div.block div.videoContainer.blackBorder img {
    border: 1px solid #c0c0c0;
}

.video-generator-ai {
    font-size: 0;
}

.video-generator-ai h2 {
    margin: 0 0 15px;
}

.video-generator-ai video {
    max-width: 50%;
    display: inline-block;
    vertical-align: top;
}

.video-generator-ai__content {
    width: 50%;
    padding-left: 50px;
    display: inline-block;
    vertical-align: top;
}

/*  PLAY BUTTON
    --------------------------------------------- */
a.playButton {
    height: 100px;
    width: 100px;
    position: absolute;
    right: 310px;
    top: 230px;
    z-index: 9005;
    background: rgba(255, 255, 255, .05) url('../img/btn-icon-play.png') no-repeat 50% 50%;
    background-size: 60px;
    opacity: 1;

}

a.playButton:hover {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
}

/* TRAILERS
   --------------------------------------------- */
article.templates div.trailerContainter {
    display: inline-block;
    margin-top: 30px;
}

article.templates div.block {
    width: 30.66666666666667%;
    margin-right: 4%;
    margin-bottom: 4%;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 4;
    vertical-align: top;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .015);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .015);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

article.templates div.block:nth-of-type(3n) {
    margin-right: 0;
}

article.templates div.block p.description {
    padding: 10px 10px 0;
}

article.templates div.block h2 {
    width: 100%;
    margin: 0 0 0px;
    padding: 2px 0 13px;
    background: #f3f3f3;
    border: 1px solid #e2e2e2;
    border-bottom: 0;
    display: inline-block;
    z-index: 5;
    color: #525252;
    font-size: 1.2em;
    font-weight: 800;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

article.templates div.block h2 span {
    margin: 12px 0 0 20px;
    display: inline-block;
    text-align: left;
}

article.templates div.block div.videoContainer {
    padding: 0;
    position: relative;
}

article.templates div.block div.videoContainer a.playButton {
    width: auto;
    height: auto;
    padding: 7px 60px 7px 10px;
    top: -45px;
    color: #616161;
    background: #fbfbfb url('../img/btn-icon-play-voice.png') no-repeat 93% 50%;
    border: 1px solid #e1e1e1;
    background-size: 45px;
    font-size: 1em;
    font-weight: 500;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

article.templates div.block div.videoContainer a.playButton:hover {
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
}

article.templates div.block div.videoContainer a.playButton.man {
    right: 138px;
}

article.templates div.block div.videoContainer a.playButton.woman {
    right: 8px;
}

article.templates div.block div.videoContainer img {
    width: 100%;
    display: block;
}

article.templates div.block div.specifications {
    margin: 0;
    border: 1px solid #e2e2e2;
    border-top: 0;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
article.templates div.block div.specifications div.row {
    padding: 10px 0;
    line-height: 100%;
}

article.templates div.block div.specifications div.row.header div.cell02,
article.templates div.block div.specifications div.row.header div.cell03 {
    font-weight: 500;
    font-size: 1em;
}

article.templates div.block div.specifications div.row:nth-child(even) {
    background: #eef1f3;
}

article.templates div.block div.specifications div.row div.cell01 {
    width: calc(60% - 20px);
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    color: #2D2D2D;
    font-weight: 400;
    line-height: 100%;
    font-size: .9em;
}

article.templates div.block div.specifications div.row div.cell02 {
    width: 17.5%;
    display: inline-block;
    vertical-align: top;
    color: #2D2D2D;
    font-weight: 300;
    font-size: .9em;
}
article.templates div.block div.specifications div.row div.cell03 {
    width: 17.5%;
    display: inline-block;
    vertical-align: top;
    color: #2D2D2D;
    font-weight: 300;
    font-size: .9em;
}

article.templates div.block div.specifications div.row img {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
}

img.calltoaction {
    width: 100%;
    max-width: 500px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.ctaScreens div.hold {
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: top;
}

div.ctaScreens div.hold:last-of-type {
    margin: 0;
}

div.ctaScreens div.hold img {
    display: block;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/*  PARTNERS
    --------------------------------------------- */
article.partners h2 {
    margin: 50px 0 30px;
    font-weight: 500;
    letter-spacing: -.015em;
}

article.partners div.partner {
    width: 18.40%;
    margin: 0 2% 2% 0;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #eaeaea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

article.partners div.container1 div.partner:nth-child(5n),
article.partners div.container2 div.partner:nth-child(5n),
article.partners div.container3 div.partner:nth-child(5n) {
    margin-right: 0;
}

article.partners div.partner img {
    display: block;
    image-rendering: -webkit-optimize-contrast;
}

/*  APP
    --------------------------------------------- */
section.middle article.app ul {
    display: block;
}

section.middle article.app ul li {
    margin: 8px 0;
    list-style-type: disc;
    font-size: 15px;
    line-height: 23px;
}

section.middle article.app div div.app-left,
section.middle article.tekstmodule div div.tekstmodule-left {
    width: 57%;
    padding-right: 3%;
    margin: 0 3% 0 0;
    display: inline-block;
    vertical-align: top;
}

section.middle article.app div div.app-left {
    width: 65%;
    border: 0;
}

section.middle article.app div div.app-left h2 {
    padding-bottom: 0;
    border: 0;
}

section.middle article.app div div.app-left img.instagram {
    width: 200px;
    margin-left: 40px;
    float: right;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

section.middle article.app div div.app-left img.taggle360-logo {
    max-width: 220px;
    float: left;
    margin: 0 20px 10px 0;
}

section.middle article.tekstmodule div div.tekstmodule-left strong {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

section.middle article.app div div.app-right,
section.middle article.tekstmodule div div.tekstmodule-right {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

section.middle article.app div div.app-right {
    width: 30%;
    padding: 30px;
    background: #fdfdfd;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

section.middle article.app div div.app-right h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
}

section.middle article.app div div.app-right ul {
    padding: 0;
}

section.middle article.app div div.app-right ul li {
    margin: 15px 0;
    padding-left: 40px;
    list-style-type: none;
    background: no-repeat left center / 24px;
}

section.middle article.app div div.app-right ul li.aanbod {
    background-image: url('/assets/img/carviewer-aanbod.svg');
}

section.middle article.app div div.app-right ul li.share {
    background-image: url('/assets/img/carviewer-share.svg');
}

section.middle article.app div div.app-right ul li.stats {
    background-image: url('/assets/img/carviewer-stats.svg');
}

section.middle article.app div div.app-right ul li.social {
    background-image: url('/assets/img/carviewer-social.svg');
}

section.middle article.app div div.app-right ul li.record {
    background-image: url('/assets/img/carviewer-record.svg');
}

section.middle article.app div.app-right img.imgRight,
section.middle article.tekstmodule div.tekstmodule-right img.imgRight {
    width: 100%;
    display: block;
}

section.middle article.app div.app-right div.customVideoContainer,
section.middle article.tekstmodule div.tekstmodule-right div.customVideoContainer {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
    border: 6px solid #c1c3d1;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

section.middle article.app div.app-right div.customVideoContainer a img,
section.middle article.tekstmodule div.tekstmodule-right div.customVideoContainer a img,
section.middle article.tekstmodule div.tekstmodule-right div.customVideoContainer img {
    width: 100%;
    display: block;
    -webkit-transition: ease opacity 300ms;
    transition: ease opacity 300ms;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

section.middle article.app div.app-right div.customVideoContainer a img:hover,
section.middle article.tekstmodule div.tekstmodule-right div.customVideoContainer a img:hover {
    opacity: .8;
}

section.middle article.app.taggle360 div div.app-left {
    width: calc(75% - 70px);
    margin-right: 70px;
    padding: 0;
    border: 0;
}

section.middle article.app.taggle360 div div.app-right {
    width: 25%;
}

section.middle article.app.taggle360 div div.app-right .carousel .slick-slider .slick-track {
    margin: 0 !important;
}

section.middle article.app.taggle360 div div.app-right .carousel .slick-list {
    margin: 0 -5px 0 0 !important;
}

section.middle article.app.taggle360 div div.app-right .carousel .slick-slide {
    margin-right: 5px !important;
}

section.middle article.app.taggle360 div div.app-right .carousel .slick-slide.slick-active:last-of-type {
    margin-right: 0 !important;
}

section.middle article.app.taggle360 div div.app-right .carousel .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}

section.middle article.app.taggle360 div div.app-right .carousel button.slick-arrow {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 0;
    margin: auto;
    padding: 0;
    border: 0;
    z-index: 999;
    cursor: pointer;
    outline: none;
}

section.middle article.app.taggle360 div div.app-right .carousel button.slick-arrow:hover {
    opacity: .8;
}

section.middle article.app.taggle360 div div.app-right .carousel button.slick-arrow.slick-disabled  {
    display: none !important;
}

section.middle article.app.taggle360 div div.app-right .carousel button.slick-prev {
    left: 0;
    right: auto;
    background: url('/assets/img/icon-arrow-left.svg') no-repeat 50% / 30px, linear-gradient(to right,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
}

section.middle article.app.taggle360 div div.app-right .carousel button.slick-next {
    right: 0;
    left: auto;
    background: url('/assets/img/icon-arrow-right.svg') no-repeat 50% / 30px, linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
}

/*  CONTACT
    --------------------------------------------- */
article.contact div div.left {
    width: 45%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
}

article.contact div form {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

/* FORMS
   --------------------------------------------- */
form {
    position: relative;
}

section.middle article form.facebook-winkel ul,
section.middle article form.tekst-generator ul {
    padding: 0;
    margin-left: 15px;
}

section.middle article form.facebook-winkel ul li,
section.middle article form.tekst-generator ul li {
    padding: 0 0 10px 0;
    list-style-type: disc;
    font-size: 14px;
    line-height: 22px;
}

form table {
    width: 100%;
}
form table tr td {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
form table tr td.verplicht {
    width: 100%;
    margin-top: 10px;
}
form table tr td.agree {
    margin-top: 10px;
    width: 100%;
}

form table tr td.agree label {
    cursor: pointer;
}

form label.error {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    font-size: 14px;
}

form.facebook-winkel label.error,
form.tekst-generator label.error,
form.webshop-module label.error {
    display: none;
}

form input[type="password"],
form input[type="email"],
form input[type="text"],
form textarea {
    width: 100%;
    margin: 2px 0;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 2px solid #d9d7d7;
    color: #505252;
    font-family: 'redhat';
    font-weight: 300;
    font-size: 1em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

form input[type="text"]:hover,
form input[type="password"]:hover,
form input[type="email"]:hover {
    border: 2px solid #b2b1b1;
}

form.facebook-winkel input[type="checkbox"],
form.tekst-generator input[type="checkbox"],
form.webshop-module input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 3px;
    cursor: pointer;
}

form.facebook-winkel input[type="checkbox"]:checked,
form.tekst-generator input[type="checkbox"]:checked,
form.webshop-module input[type="checkbox"]:checked {
    background: #1ad469;
    border-color: #1ad469;
}

form.facebook-winkel input[type="email"].error,
form.facebook-winkel input[type="text"].error,
form.facebook-winkel input[type="checkbox"].error,
form.tekst-generator input[type="email"].error,
form.tekst-generator input[type="text"].error,
form.tekst-generator input[type="checkbox"].error,
form.webshop-module input[type="email"].error,
form.webshop-module input[type="text"].error,
form.webshop-module input[type="checkbox"].error {
    border-color: red;
}

form input[type="submit"] {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 20px 0 0 0;
    padding: 10px 25px;
    background: #ff6600;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5), 0px 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5), 0px 1px 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

form.facebook-winkel input[type="submit"],
form.tekst-generator input[type="submit"],
form.webshop-module input[type="submit"] {
    float: none;
}

form input[type="submit"]:hover {
    background: #ff7b23;
    cursor: pointer;
}

/* Freemonth */
form.form_02 {
    min-width: 260px;
    padding: 50px;
    background: #fff;
}
form.form_02 h3 {
    margin-bottom: 30px;
}
form.form_02 table tr td {
    width: 100%;
    display: inline-block;
}
form.form_02 label,
form.form_02 table tr td.verplicht p {
    width: 100%;
    color: #505252;
}
form.form_02 label.error {
    color: #db0307;
    margin-bottom: 15px;
}
form.form_02 input[type="submit"] {
    background: #6c6d72;
}
form.form_02 input[type="submit"]:hover {
    background: #646464;
}

form.form_01 div.melding p,
form.form_02 div.melding p {
    font-size: 1em;
    color: #505252;
}
form.form_02 div.melding h2 {
    margin: 0 0 20px;
}

form.form_03 {
    max-width: 640px;
}

article.maatwerk h2 {
    margin-top: 50px;
}



div.loaderDiv {
    width: 100%;
    height: 100%;
    padding: 5px;
    background: url('../img/loading.svg') no-repeat center center;
    -moz-opacity:0.4;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

form.form_03 table {
    max-width: 100%;
}

article.contact div form.form_01 div.melding {
    margin-top: 30px;
}

/*  FORM INLOGGEN
    --------------------------------------------- */
section.inloggen {
    height:90vh;
    padding: 5% 0;
}

form.inloggen {
    width: 100%;
    max-width: 640px;
    min-width: 280px;
    margin: 0 auto;
    padding: 30px 40px;
    background: #fff;
    border: 2px solid #eaeaea;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

form.inloggen > label {
    width: 100%;
    display: inline-block;
}
form.inloggen > input[type="text"],
form.inloggen > input[type="email"],
form.inloggen > input[type="password"] {
    width: 100%;
    margin: 10px 0 5px;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ececec;
    color: #303436;
    font-weight: 300;
    font-size: 1em;
    font-family: 'redhat';
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

form.inloggen > input[type="text"].email {
    background: url('../img/form_icon_mail.png') no-repeat 98% 50%;
}
form.inloggen > input[type="email"].email {
    background: url('../img/form_icon_mail.png') no-repeat 98% 50%;
}
form.inloggen > input[type="password"].pass {
    background: url('../img/form_icon_password.png') no-repeat 98% 50%;
}
form.inloggen > input[type="text"]:focus,
form.inloggen > input[type="email"]:focus,
form.inloggen > input[type="password"]:focus {
    border: 1px solid #f00000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #747474;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #747474;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #747474;
}
:-moz-placeholder { /* Firefox 18- */
    color: #747474;
    opacity: 1;
}

form.inloggen > input[type="submit"] {

    margin-top: 10px;
    padding: 10px 20px;
    background: #f00000;
    border: 0;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    float: none;
    font-family: 'redhat';
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

form.inloggen > input[type="submit"]:hover {
    background: #646464;
    border: 0;
    cursor: pointer;
}

form.inloggen div.options {
    width: 100%;
    margin: 40px 0 10px;
    display: inline-block;
    font-size: .9em;
}
form.inloggen div.options .checkbox {
    width: 25px;
    display: inline-block;
    position: relative;
}
form.inloggen div.options .checkbox label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #b3b1b1;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

form.inloggen div.options span {
    margin-left: 6px;
    color: #303436;
}
form.inloggen a.wachtwoordvergeten {
    margin-top: 3px;
    float: right;
}

/* FORM_VERGETEN
   --------------------------------------------- */
section.vergeten {
    height: 100%;
    padding: 5% 0;
}

section.vergeten article {
    height: 100%;
}

form.vergeten {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 30px 40px;
    background: #fff;
    border: 2px solid #eaeaea;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

form.vergeten input[type="text"],
form.vergeten textarea {
    background: #fff;
    border: 1px solid #ececec;
    color: #303436;
}

form.vergeten input[type="submit"] {
    float: none;
}

form.vergeten p {
    margin-bottom: 15px;
    text-align: center;
}

form.vergeten p a {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

/* FOOTER
   --------------------------------------------- */
footer {
    width: 100%;
    padding: 0;
    background: #f9f9f9;
}

.navigation {
    font-size: 0;
}

.navigation__contain {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 30px;
}

.navigation__block {
    width: calc(33.33333333% - 20px);
    display: inline-block;
    vertical-align: top;
}

.navigation__block_title {
    width: 100%;
    display: inline-block;
    font: 700 18px / 28px 'redhat', sans-serif;
}

.navigation__block li {
    width: 100%;
    padding-left: 0;
    list-style-type: none;
}

.navigation__block li a {
    color: #505252;
    font: 400 15px / 28px 'redhat', sans-serif;
}

.navigation__block li a:hover {
    text-decoration: underline;
}

footer .copyright {
    background: #121212;
}

footer .copyright__contain {
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

footer section.copyright a,
footer section.copyright p {
    font-size: 12px;
    color: #fff;
}

footer section.copyright a:hover {
    color: #f00000;
}

/*  DEMO VIDEO
    -------------------------------- */
div.video {
    padding: 10px;
    display: inline-block;
    outline: none;
}

/*  KLANTEN
    -------------------------------- */
section.middle.klanten {
    height: calc(100% - 154px);
    position: relative;
    z-index: 1;
}

section.middle article.klanten {
    height: 100%;
    padding: 0;
    border: 0;
    position: relative;
}

section.middle article.klanten > div {
    max-width: 100%;
    height: 100%;
}

section.middle article.klanten > div div.centered {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

section.middle article.klanten > div h1 {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 9998;
}

.statistiekenmap {
    height: 100%;
}

.mapCanvas {
    width: 100%;
    height: 100%;
    z-index: 9996;
    /*padding-bottom: 55%;*/
}

/*  FRONTPAGE
    -------------------------------- */
.content__blocks_contain {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 30px 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 0;
}

.content__block {
    flex: 1;
    padding: 30px;
    background: #f9f9f9;
    -webkit-border-radius: 10px;
}

.content__block h3 {
    margin: 0 0 15px;
    font: 700 28px / 38px 'redhat', sans-serif;
}

.content__block > a {
    width: 50%;
    max-width: 150px;
    display: inline-block;
    vertical-align: top;
    font: 400 18px / 28px 'redhat', sans-serif;
}

.content__block a img {
    width: calc(100% - 10px);
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.content__block p {
    min-height: 240px;
}

.content__block_cta {
    margin-bottom: 20px;
}

.content__block_cta > a {
    font: 400 16px / 24px 'redhat', sans-serif;
}

.content__block_cta > a:hover {
    text-decoration: underline;
}

/*
 * Video ads
 */

.taggle-video-ads__center {
    width: 100%;
    margin: 0 auto;
    max-width: 1660px;
    padding: 70px 30px;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 11;
}

.taggle-video-ads__center[data-width="full"] {
    max-width: 1280px;
}

.taggle-video-ads__center[data-width="full"] h2 {
    margin: 0 0 10px;
    color: #000;
    font: 700 28px / 38px 'redhat', sans-serif;
}

.taggle-video-ads[data-block="introduction"] {
    width: 100%;
    display: inline-block;
    padding: 110px 0 0 0;
    background: rgb(15,77,93);
    background: linear-gradient(120deg, rgba(15,77,93,1) 0%, rgba(23,101,121,1) 100%);
    position: relative;
}

.taggle-video-ads[data-block="introduction"] .taggle-video-ads__center {
    padding-bottom: 0;
}

.taggle-video-ads[data-block="optimized"] {
    background: #f9f9f9;
}

.taggle-video-ads[data-block="automatic"] {
    background: #ffffff;
}

.taggle-video-ads {
    position: relative;
}

.taggle-video-ads h1 {
    margin: 0;
    padding: 0 0 0 0;
    color: #fff;
    font: 700 46px / 48px 'redhat', sans-serif;
    border: 0;
}

.taggle-video-ads h2 {
    margin: 20px 0 50px;
    padding: 0;
    font: 400 22px / 30px 'redhat', sans-serif;
    color: #fff;
    border: 0;
}

.taggle-video-ads__introduction_intro,
.taggle-video-ads__introduction_video {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.taggle-video-ads__introduction_intro {
    text-align: left;
    padding-left: 0;
    vertical-align: top;
}

.taggle-video-ads__introduction_intro h1 {
    position: relative;
}

.taggle-video-ads__introduction_intro h1 span {
    margin-left: 10px;
    padding: 3px 30px;
    background: rgb(28,119,142);
    background: linear-gradient(120deg, rgba(28,119,142,1) 0%, rgba(38,152,181,1) 100%);
    border: 0 solid #fff;
    display: inline-block;
    position: absolute;
    top: -45px;
    left: -10px;
    font: 900 24px / 30px 'redhat', sans-serif;
    -webkit-border-radius: 30px;
    text-transform: uppercase;
    transform: rotate(0);
    letter-spacing: 0;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1);
}

.taggle-video-ads[data-block="introduction"]:after {
    content: "";
    width: 100%;
    height: 80px;
    background: #f9f9f9;
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 10;
    transform: rotate(-1deg);
    transform-origin: center;
}

.taggle-video-ads[data-block="introduction"] h2 {
    margin-bottom: 15px;
}

.taggle-video-ads[data-block="optimized"] h2 {
    padding-bottom: 12px;
    font-weight: 700;
    position: relative;
}

.taggle-video-ads[data-block="optimized"] h2:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #13596b;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 10px;
}

.taggle-video-ads__introduction_intro a {
    height: auto;
    margin-top: 0;
    padding: 10px 25px;
    background: #ff6600;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5), 0px 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5), 0px 1px 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.taggle-video-ads__introduction_intro a:hover {
    background-color: #ff7b23;
}

.taggle-video-ads__introduction_video {
     width: 55%;
     padding-left: 0;
}

.taggle-video-ads__introduction_video_contain {
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5), 0px 1px 13px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5), 0px 1px 13px rgba(0, 0, 0, .1);
    -webkit-border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.taggle-video-ads__introduction_video_contain:hover img {
    display: none;
}

.taggle-video-ads__introduction_video_contain:hover video {
    display: inline-block;
}

.taggle-video-ads__introduction_video_contain:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url('../img/icons/icon-play.svg') no-repeat center / 30px;
}

.taggle-video-ads__introduction_video_contain:hover:after {
    display: none;
}

.taggle-video-ads__introduction_video_contain img {
    width: 200px;
    height: 355px;
    display: inline-block;
    vertical-align: top;
}

.taggle-video-ads video {
    width: 200px;
    height: 355px;
    display: none;
    vertical-align: top;
    -webkit-border-radius: 10px;
}

.taggle-video-ads .videos video:last-of-type {
    margin-right: 0;
}

.taggle-video-ads__optimized_icons,
.taggle-video-ads__optimized_content {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.taggle-video-ads__optimized_content {
    width: 70%;
    padding: 0 100px;
    text-align: left;
}

.taggle-video-ads__optimized_icons img {
    width: 100%;
    height: 300px;
    margin: 0 20px 0 0;
    object-fit: cover;
    -webkit-border-radius: 100px 30px 100px 30px
}

.taggle-video-ads__optimized_icons img:last-of-type {
    margin-right: 0;
}

.taggle-video-ads__automatic_intro,
.taggle-video-ads__automatic_usp {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.taggle-video-ads[data-block="automatic"] ul {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
    vertical-align: middle;
}

.taggle-video-ads[data-block="automatic"] ul li {
    width: calc(25% - 15px);
    min-height: 270px;
    margin: 20px 20px 0 0;
    padding: 0 25px 25px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: linear-gradient(120deg, rgba(15,77,93,1) 0%, rgba(23,101,121,1) 100%);

    -webkit-border-radius: 10px;
}

.taggle-video-ads[data-block="automatic"] ul li span {
    width: 100%;
    height: 150px;
    display: inline-block;
    vertical-align: top;
    background: no-repeat center / 80px;
}

.taggle-video-ads[data-block="automatic"] ul li[data-icon=automatic] span {
    background-image: url('../img/icons/icon-usp-automatic.svg');
}

.taggle-video-ads[data-block="automatic"] ul li[data-icon=catalog] span {
    background-image: url('../img/icons/icon-usp-catalog.svg');
}

.taggle-video-ads[data-block="automatic"] ul li[data-icon=campaign] span {
    background-image: url('../img/icons/icon-usp-campaign.svg');
}

.taggle-video-ads[data-block="automatic"] ul li[data-icon=stats] span {
    background-image: url('../img/icons/icon-usp-stats.svg');
}

.taggle-video-ads[data-block="automatic"] ul li:nth-of-type(4n+4) {
    margin-right: 0;    
}

.taggle-video-ads__contain {
    width: calc(50% - 80px);
    display: inline-block;
    vertical-align: top;
}

.taggle-video-ads__contain img {
    width: calc(100% - 500px);
    display: inline-block;
    vertical-align: middle;
}

[data-block="meta"] .taggle-video-ads__center {
    text-align: left;
}

[data-block="meta"] img {
    width: 50%;
    max-width: 640px;
    margin-right: 80px;
    -webkit-border-radius: 100px 30px 100px 30px
}

[data-block="taggle"] .taggle-video-ads__center {
    text-align: left;
}

[data-block="taggle"] img {
    width: 50%;
    max-width: 640px;
    margin-left: 80px;
    -webkit-border-radius: 100px 30px 100px 30px
}

[data-block="taggle"] img.image__mobile {
    display: none;
}

[data-block="advice"] .taggle-video-ads__center {
    text-align: left;
}

[data-block="advice"] form {
    max-width: 768px;
    margin: 0 auto;
    padding: 30px;
    background: #f9f9f9;
    -webkit-border-radius: 10px;
}

[data-block="advice"] form {
    
}

/*  SCROLL TOP 
    -------------------------------- */
.scroll-top:hover {
    -webkit-animation: logo .01s 1 forwards ease-in;
    animation: logo .01s 1 forwards ease-in;
}

@keyframes logo {
    0%   {
        opacity: 1;
    }
    5%   {
        opacity: 0;
    }
    50%  {
        background-position: 0 -60px;
        opacity: 0;
    }
    100% {
        background-position: 0 -60px;
        opacity: 1;
    }
}
@-webkit-keyframes logo {
    0%   {
        opacity: 1;
    }
    5%   {
        opacity: 0;
    }
    50%  {
        background-position: 0 -60px;
        opacity: 0;
    }
    100% {
        background-position: 0 -60px;
        opacity: 1;
    }
}

.scroll-top {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 9998;
    background-color: #fff;
    background-image: url('../img/arrow-up.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

/*  COLORBOX
    --------------------------------------------- */

.videoGeneratorFront .cboxIframe {
    padding: 20px;
    background: #fff;
}

/*  TAGGLESOCIAL
    --------------------------------------------- */
#tagglesocial {
    font-size: 0;
}

#tagglesocial h1 {
    padding: 0 30px;
    font: 700 36px / 42px 'redhat', sans-serif;
}

#tagglesocial h2 {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
}

.tagglesocial__form {
    padding: 30px;
    background: #f9f9f9;
    -webkit-border-radius: 3px;
}

.tagglesocial__preorder {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    font: 700 26px / 42px 'redhat', sans-serif;
}

.tagglesocial__contain_input {
    width: calc(20% - 16px);
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.tagglesocial__contain_inputs {
    width: 100%;
    display: inline-block;
}

.tagglesocial__contain_inputs .tagglesocial__contain_input:nth-of-type(5) {
    margin-right: 0;
}

.tagglesocial__contain_input.full {
    width: 100%;
    margin: 10px 0;
}

.tagglesocial__contain_input label[for=user_agree] {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
    line-height: 28px !important;
}

.tagglesocial__contain_input label[for=user_agree] > input {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border: 2px solid #d9d7d7;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    appearance: none;
}

.tagglesocial__contain_input label[for=user_agree] > input:checked {
    border-color: #73c06b;
    background-color: #73c06b;
}

.tagglesocial__contain_input label[for=user_agree] > input.error {
    border-color: #ed4956;
}

.tagglesocial__contain_input label.error {
    display: none;
}

.tagglesocial__form_required {
    font: 400 16px / 24px 'redhat', sans-serif;
}

.tagglesocial__contain_input label,
.tagglesocial__contain_input input {
    font: 400 16px / 24px 'redhat', sans-serif !important;
}

.tagglesocial__contain_input input.error {
    border-color: #ed4956;
}

.tagglesocial__contain_input input[type="submit"] {
    float: none;
    margin-right: 20px;
    font: 400 16px / 24px 'redhat', sans-serif;
}

.tagglesocial__content_full {
    padding: 30px;
}

.tagglesocial__content_full_bottom {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

.tagglesocial__content_full_bottom > img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.tagglesocial__content_full_bottom_howdoesitwork {
    width: calc(100% - 640px);
    margin-left: 40px;
    display: inline-block;
    vertical-align: top;
}

.tagglesocial__content_full_bottom_howdoesitwork_subjects {
    margin-bottom: 0 !important;
}

::-webkit-input-placeholder {
    color: #9a9a9a;
}
:-moz-placeholder           {
    color: #9a9a9a;
    opacity: 1;
}
::-moz-placeholder          {
    color: #9a9a9a;
    opacity: 1;
}
:-ms-input-placeholder      {
    color: #9a9a9a;
}

@media only screen and (min-width: 0) and (max-width: 960px) {

    .tagglesocial__content_full_bottom_howdoesitwork {
        width: 100%;
        margin: 20px 0 0;
    }
    
    [data-page="404"] .content__center {
        padding: 160px 30px 60px;
        background-position: center 30px;
        background-size: 100px;
    }
    
    [data-page="404"] .content__center h1 {
        font: 700 24px / 28px 'redhat', sans-serif;
    }
       

}

@media only screen and (min-width: 0) and (max-width: 768px) {

    #tagglesocial h1 {
        padding: 0;
        font: 700 30px / 36px 'redhat', sans-serif;
    }

    .tagglesocial__contain_inputs .tagglesocial__contain_input:nth-of-type(n) {
        width: calc(50% - 10px);
        margin: 0 20px 0 0;
    }

    .tagglesocial__contain_inputs .tagglesocial__contain_input:nth-of-type(2n+2) {
        margin-right: 0;
    }

    .tagglesocial__contain_inputs .tagglesocial__contain_input.full {
        width: 100%;
        margin-top: 30px;
    }
    
    .taggle-video-ads__center {
        padding: 30px;
    }
    
    .taggle-video-ads__contain {
        width: 100%;
    }
    
    [data-block="meta"] .taggle-video-ads__center img,
    [data-block="taggle"] .taggle-video-ads__center img {
        width: 100%;
        margin: 0 0 30px 0;
    }
    
    [data-block="taggle"] .taggle-video-ads__center img.image__mobile {
        display: inline-block;        
    }    
    
    [data-block="taggle"] .taggle-video-ads__center img.image__desktop {
        display: none;
    } 

}

@media only screen and (min-width: 0) and (max-width: 500px) {

    #tagglesocial h1 {
        font: 700 26px / 34px 'redhat', sans-serif;
    }

    .tagglesocial__contain_inputs .tagglesocial__contain_input:nth-of-type(n) {
        width: 100%;
        margin: 0;
    }

    .tagglesocial__contain_inputs .tagglesocial__contain_input:nth-of-type(2n+2) {
        margin-right: 0;
    }

    .tagglesocial__contain_inputs .tagglesocial__contain_input.full {
        width: 100%;
        margin-top: 30px;
    }

}

/*  MEDIA_QUERIES
    --------------------------------------------- */
@media only screen and (min-width: 0) and (max-width: 1360px) {

    header.top {
        padding: 0 20px;
    }
    
    .taggle-video-ads__introduction_intro {
        width: 60%;
    }
    
    .taggle-video-ads__introduction_video {
        width: 40%;
    }
    
    .taggle-video-ads__introduction_video_contain:nth-of-type(3) {
        display: none;
        margin-right: 0;
    }

    footer {
        padding: 0;
        text-align: left;
    }

    footer section article div.left:nth-child(1n+0) {
        width: 100%;
        max-width: 740px;
    }
    
    footer section article div.right:nth-child(2n+0) {
        display: none;
    }

}

@media only screen and (min-width: 0) and (max-width: 1280px) {

    section.partners {
        padding: 0;
    }

    section.partners article {
        margin: 0 auto;
        box-shadow: none;
        border-bottom: 1px solid #eee;
    }

    section.streamer {
        height: 550px;
        background-image: url('../img/header-image-1280.jpg');
    }

    section.streamer article div.block {
        min-height: 550px;
    }

    header.top {
        padding: 0;
    }

    header.top > article:first-of-type {
        padding: 20px 0 0;
        text-align: center;
    }

    nav {
        width: 100%;
        max-width: 100%;
        margin: 20px 0;
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

    section.middle article.klanten > div h1 {
        left: 20px;
    }

    div.center div.block a.button {
        padding-right: 10px;
    }

    section.middle article {
        padding: 20px 20px 100px;
    }

    section.inloggen,
    section.vergeten {
        padding: 50px 20px;
    }

    section.selection {
        padding: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    section.selection article {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    section.selection a.block:first-child {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    section.selection a.block:last-child {
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    section.middle article.specs > div ul li {
        font-size: 12px;
        line-height: 150%;
    }

    article.templates div.block h2 span {
        font-size: .9em;
    }

    article.templates div.block div.videoContainer a.playButton {
        padding: 5px 43px 5px 5px;
        top: -39px;
        font-size: .8em;
        background-size: 35px;
    }

    article.templates div.block div.videoContainer a.playButton.man {
        right: 113px;
    }

    .totalViews {
        bottom: 20px;
        right: 20px;
        font-size: 1.8em;
    }
    
    .taggle-video-ads__introduction_intro {
        width: 100%;
        margin: 50px 0;
        text-align: center;
    }
    
    .taggle-video-ads__introduction_intro h1 span {
        max-width: 200px;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .taggle-video-ads__introduction_video {
        width: 100%;
        text-align: center;
    }
    
    .taggle-video-ads__introduction_video_contain:nth-of-type(3) {
        display: inline-block;
    }

}

@media only screen and (min-width: 0) and (max-width: 1024px) {

    section.streamer article div.block h2 {
        font-size: 30px;
    }

    section.streamer article div.block p {
        font-size: 14px;
        font-weight: 400;
    }

    section.middle article.information div.left,
    section.middle article.information div.right {
        width: 100%;
        margin: 0;
    }

    section.middle article.information div.left {
        margin-bottom: 20px;
    }

    article.templates div.block {
        width: 48%;
    }

    article.templates div.block h2 span {
        font-size: 0.75em;
        margin-left: 15px;
    }

    article.partners div.partner {
        width: 23.5%;
        margin: 0 2% 2% 0;
    }

    article.partners div.container1 div.partner:nth-child(5n),
    article.partners div.container2 div.partner:nth-child(5n),
    article.partners div.container3 div.partner:nth-child(5n) {
        margin-right: 2%;
    }

    article.partners div.container1 div.partner:nth-child(4n),
    article.partners div.container2 div.partner:nth-child(4n),
    article.partners div.container3 div.partner:nth-child(4n) {
        margin-right: 0%;
    }

    .totalViews {
        font-size: 1.5em;
    }

    footer section article.contactformulier {
        padding-left: 10%;
    }

    .hideFreeMonth {
        display: none;
    }

    .capFreeMonth {
        text-transform: capitalize;
    }

    form.tekst-generator td {
        width: 100%;
        margin-top: 5px;
    }

    section.partners article div.partner {
        width: 20%;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
    }

}

@media only screen and (min-width: 640px) and (max-width: 1024px) {

    section.middle article.specs > div ul li {
        width: 32.66666666666667%;
    }

    section.middle article.specs > div ul li:nth-child(3n) {
        margin-right: 0;
    }

    section.middle article.specs > div ul li:nth-child(4n) {
        margin-right: 1%;
    }

    article.templates div.block:nth-of-type(3n) {
        margin-right: 4%;
    }

    article.templates div.block:nth-of-type(2n) {
        margin-right: 0;
    }

}

@media only screen and (min-width: 0) and (max-width: 768px) {

    section.streamer {
        height: 550px;
        background-image: url('../img/header-image-960.jpg');
        background-position: center bottom;
    }

    section.streamer article div.block {
        min-height: 550px;
    }

    article.contact div div.left,
    article.contact div form {
        width: 100%;
    }

    section.middle article {
        padding: 20px;
    }

    section.middle article.block_c > div h1 {
        margin-bottom: 20px;
    }

    section.middle article.specs > div ul li {
        width: 32.33333%;
    }

    article.partners div.partner {
        width: 32%;
        margin: 0 2% 2% 0;
    }

    article.partners div.container1 div.partner:nth-child(5n),
    article.partners div.container2 div.partner:nth-child(5n),
    article.partners div.container3 div.partner:nth-child(5n),
    article.partners div.container1 div.partner:nth-child(4n),
    article.partners div.container2 div.partner:nth-child(4n),
    article.partners div.container3 div.partner:nth-child(4n) {
        margin-right: 2%;
    }

    article.partners div.container1 div.partner:nth-child(3n),
    article.partners div.container2 div.partner:nth-child(3n),
    article.partners div.container3 div.partner:nth-child(3n) {
        margin-right: 0%;
    }

    .totalViews {
        font-size: 1.3em;
    }

    footer section article {
        width: 100%;
    }

    footer section article:nth-child(1) {
        width: 100%;
    }

    footer section article.contactformulier {
        margin-top: 50px;
        padding: 0;
    }

    footer section form label {
        width: 100%;
        display: inline-block;
        padding-right: 10px;
        font-size: .9em;
    }

    form table tr td.verplicht p {
        font-size: .9em;
    }

    footer section article div.left form {
        width: 100%;
    }

    footer section article div.left form table {
        width: 100%;
        display: inline-block;
    }
    
    .taggle-video-ads h1 {
        margin-top: 15px;
        font: 700 24px / 28px 'redhat', sans-serif;
    }
    
    .taggle-video-ads h2 {
        margin: 5px 0 15px;
        font: 400 16px / 24px 'redhat', sans-serif
    }
    
    .taggle-video-ads__introduction_video_contain {
        display: none;
    }
    
    .taggle-video-ads__optimized_icons {
        width: 100%;
    } 
    
    .taggle-video-ads__optimized_content {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
    
    .taggle-video-ads__automatic_intro, .taggle-video-ads__automatic_usp {
        text-align: left;
    }
    
    .taggle-video-ads[data-block="automatic"] ul li {
        width: 100%;
        min-height: auto;
        padding: 30px;
        margin: 0 0 15px;
        text-align: left;
    }
    
    .taggle-video-ads[data-block="automatic"] ul li span {
        max-width: 40px;
        height: 40px;
        margin-right: 30px;
        float: left;
        background-size: 40px;
    }
    
    .content__block {
        width: 100%;
        flex: 1 1 100%;
    }
    
    .content__block p {
        margin-bottom: 10px;
        min-height: auto;
    }
    
    .blocks__product {
        flex: 1 1 100%;
    }

}

@media only screen and (min-width: 0) and (max-width: 640px) {

    section.partners p.partner-text {
        position: static;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
        background: none;
        box-shadow: none;
        color: #211F1F;
    }

    section.partners article div.partner {
        width: 50%;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
    }

    section.streamer {
        background-image: url('../img/header-image-640.jpg');
    }

    section.streamer article div.block {
        width: 100%;
        margin: 20px 0 0 0;
        min-height: 0;
        padding: 15px;
        background: rgba(255, 255, 255, .1);
        border-radius: 10px;
    }

    section.streamer article div.block h2 {
        font-size: 22px;
    }

    section.streamer article div.block p {
        font-size: 14px;
        line-height: 18px;
    }

    section.streamer article div.block.right {
        padding: 20px;
    }

    section.streamer article div.block div.content {
        padding-top: 0;
    }

    header.top > article:first-of-type {
        padding: 40px 0 20px;
    }

    section.streamer article div.totalviews {

    }

    section.middle article.app div div.app-left,
    section.middle article.tekstmodule div div.tekstmodule-left,
    section.middle article.app.taggle360 div div.app-left {
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
        border: 0;
    }

    section.middle article.app div div.app-right,
    section.middle article.tekstmodule div div.tekstmodule-right {
        width: 100%;
    }

    section.middle article.app.taggle360 div div.app-right {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    header.top article {
        padding-bottom: 50px;
        position: relative;
    }

    header.top div.center div.block {
        width: 50px;
        height: 50px;
        display: inline-block;
        right: -10px;
    }

    header.top div.center div.block a.button {
        width: 48px;
        height: 48px;
        background: #f00000 url('../img/icon-login.png') no-repeat center;
        background-size: 30px;
        text-indent: -9999999px;
        overflow:  hidden;
    }

    nav.menufixed {
        display: none;
    }

    div.smallMenu {
        width: 40px;
        height: 40px;
        padding: 0;
        display: inline-block;
        position: absolute;
        top: 35px;
        right: 20px;
        z-index: 9998;
        background: #525252 url(../img/icons/icon-menu.svg) no-repeat center / 40px;
        background-size: 15px;
        text-align: left;
        font-size: 1em;
        font-weight: 500;
        color: #616161;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .frontpage div.smallMenu,
    .video-advertenties div.smallMenu {
        background-color: #2492ae;        
    }

    nav section li.btn a {
        text-align: left;
    }

    section.selection article {
        border-bottom: 0;
    }

    section.selection article a.block {
        width: 50%;
        border-bottom: 1px solid #f1f1f1;
    }

    section.middle article.information {
        border-top: 0;
    }

    section.middle article.block_c > div h1,
    section.middle article > div h1 {
        font-size: 1.6em;
    }

    section.middle article.templates {
        padding-top: 20px;
    }

    section.middle article.templates div.block {
        width: 100%;
        margin-bottom: 20px;
    }

    .mapCanvas {
        padding-bottom: 100%;
    }

    .totalViews {
        right: auto;
        left: 20px;
        text-align: left;
        font-size: 1.1em;
    }

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
        font-size: 16px !important;
    }

    div.center div.totalviews {
        display: none;
    }
    
    .taggle-video-ads[data-block="introduction"] .taggle-video-ads__center {
        padding-top: 0;
    }
    
    .navigation__block {
        width: 100%;
        margin-bottom: 30px;
    }
    
    form table tr td {
        width: 100%;
    }
    
    .taggle-video-ads[data-block="optimized"] h2 {
        word-break: break-all;
    }
    
}

@media only screen and (min-width: 414px) and (max-width: 640px) {

    section.middle article.specs > div ul li {
        width: 49.5%;
    }

    section.middle article.specs > div ul li:nth-child(2n) {
        margin-right: 0;
    }

    form.form_02 {
        padding: 25px;
    }

}

@media only screen and (min-width: 0) and (max-width: 414px) {

    section.streamer {
        background-image: url('../img/header-image-414.jpg');
    }

    form.form_02 {
        padding: 10px;
    }

    form.form_02 h3 {
        margin-top: 10px;
        font-size: 1.3em;
    }

    div.center div.block.phoneNumber {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin: 0 10px 0 0;
        background: #ff0000 url('../img/icon-phonenumber.png') no-repeat center;
        background-size: 20px;
        color: #fff;
        font-size: 1em;
        font-weight: 700;
        text-align:left;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
        -webkit-box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5);
        box-shadow: inset 0px 1px 1px rgba(255, 255, 255, .5);
        -webkit-transition: background 500ms;
        transition: background 500ms;
    }

    div.center div.block.phoneNumber a {
        width: 30px;
        height: 30px;
        margin-top: -8px;
        display: inline-block;
        vertical-align: top;
        overflow:  hidden;
        text-indent: -9999px;
    }

    section.middle article.specs > div ul li {
        width: 100%;
        height: 170px;
        margin: 0 0 2%;
        padding: 0;
        overflow: hidden;
    }

    section.middle article.specs > div ul li span {
        bottom: -5px;
    }

    section.middle article > div p span.roundBlock {
        width: 100px;
        height: 100px;
        margin-right: 30px;
        background-size: 50px;
    }

    section.middle article.information div.videoContainer a.playButton {
        padding-right: 40px;
        font-size: .9em;
        background-size: 30px;
    }

    section.middle article.information div.videoContainer a.playButton.man {
        right: 130px;
    }

    section.middle article > div div.buttonContain a.button {
        max-width: 100%;
    }

    article.templates div.block div.videoContainer a.playButton {
        padding: 5px 40px 5px 5px;
        top: -38px;
        font-size: .7em;
        background-size: 30px;
    }

    article.templates div.block div.videoContainer a.playButton.man {
        right: 103px;
    }

    article.partners div.partner {
        width: 48%;
        margin: 0 2% 2% 0;
    }

    article.partners div.container1 div.partner:nth-child(5n),
    article.partners div.container2 div.partner:nth-child(5n),
    article.partners div.container3 div.partner:nth-child(5n),
    article.partners div.container1 div.partner:nth-child(4n),
    article.partners div.container2 div.partner:nth-child(4n),
    article.partners div.container3 div.partner:nth-child(4n),
    article.partners div.container1 div.partner:nth-child(3n),
    article.partners div.container2 div.partner:nth-child(3n),
    article.partners div.container3 div.partner:nth-child(3n) {
        margin-right: 2%;
    }

    article.partners div.container1 div.partner:nth-child(2n),
    article.partners div.container2 div.partner:nth-child(2n),
    article.partners div.container3 div.partner:nth-child(2n) {
        margin-right: 0%;
    }

    .totalViews span {
        font-size: 2.2em;
    }

}