/*
	Theme Name: Custom Template
	Theme URI: https://www.dink.nl
	Description: Basis voor de template
	Version: 1.0
	Author: DINK
	Author URI: https://www.dink.nl

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-left:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-button-arrow-right:before {
  content: "\e903";
}
.icon-chevron-down:before {
  content: "\e904";
}
.icon-door-dink:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e906";
}
.icon-marker:before {
  content: "\e907";
}
.icon-phone:before {
  content: "\e908";
}
.icon-whatsapp:before {
  content: "\e909";
}
.grecaptcha-badge {z-index:7000}


a, button, input, .read-more i, .video-url i, .slider-arrow, .onderdeel-basis, .onderdeel-hover, button:before, .opsomming-titel h3{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*------------------------------------*\
    MAIN


Thin 100
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900

\*------------------------------------*/
body, html {margin:0;padding:0}
*,*:after,*:before {	-moz-box-sizing:border-box;	box-sizing:border-box;	-webkit-font-smoothing:antialiased;	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;}
html {	font-size:62.5%;}

.clear:before,.clear:after {    content:' ';    display:table;}
.clear:after {    clear:both;}
.clear {    *zoom:1;}

img {	max-width:100%;	vertical-align:bottom;height:auto}


a {	color:#103CE9;	text-decoration:none;font-weight:500;}
a:hover {	color:#000;}
a:focus {	outline:0;}
a:hover,a:active {	outline:0;}
input:focus {	outline:0;	border:none;}

/*------------------------------------*\
    Fonts


.tk-neue-haas-grotesk-display { font-family: "neue-haas-grotesk-display",sans-serif; }
.tk-neue-haas-grotesk-text { font-family: "neue-haas-grotesk-text",sans-serif; }
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {  font-family: "neue-haas-grotesk-display",sans-serif;  margin: 0;color:#535353; font-size:22px; font-weight:700;line-height:1.1;text-transform:none}
body {font-family: "neue-haas-grotesk-text",sans-serif; font-size:16px;line-height:1.5;color:#535353;font-weight:400;}

.standaard-content h2 {font-size:16px;margin-bottom:0;}
.standaard-content h3 {font-size:16px;margin-bottom:0;}
.standaard-content h4 {font-size:16px;margin-bottom:0;}
.standaard-content h5 {font-size:16px;margin-bottom:0;}
.standaard-content h6 {font-size:16px;margin-bottom:0;}


p, blockquote { margin:0 0 25px}
p:last-child, blockquote:last-child {margin:0}
blockquote {padding-left:20px;padding-top:5px;padding-bottom:5px;border-left:3px solid #103CE9}

.standaard-content ul, .standaard-content ul li, .standaard-content ol {padding:0;margin:0;list-style:none;display:block}
.standaard-content ul li {margin-bottom:0;position:relative;padding-left:20px;margin-left:-20px}
.standaard-content ul, .standaard-content ol {margin-bottom:25px;}
.standaard-content ul:last-child, .standaard-content ul li:last-child, .standaard-content ol:last-child {margin-bottom:0}
.standaard-content ul li:before {content:"";position:absolute;left:0;top:7px;width:12px;height:12px;border-radius:50%;background:#103CE9}
.standaard-content ol { counter-reset: li}
.standaard-content ol li {display:block;padding-left:20px;position:relative;}
.standaard-content ol li:before{counter-increment: li;content: counter(li)'.'; color: #103CE9;
  display: inline-block; position:absolute;left:0;top:0;}

.title-box h1, .title-box h2, .banner h1,  .banner h2 {color:#000;font-size:56px;}
.title-box h2 {font-size:42px}
h3.subtitel {color:#103CE9;font-size:16px;margin-bottom:10px;}




.intro-content {font-weight:500;font-size:18px;}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width:1260px;
	width:100%;width: calc(100% - 30px);
	margin:0 auto;
	position:relative;
}




.content-row {padding:80px 0 40px}
.content-row + .content-row {padding-top:0;}
.content-row:first-child {padding-top:120px}
.content-row:last-child {padding-bottom:60px;}

.center-align{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;	
  -moz-align-items:center;
  -ms-align-items:center;
}
@media screen and (min-width:768px){
.bottom-align{
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;	
  -moz-align-items:flex-end;
  -ms-align-items:flex-end;
}
	}

.textcenter, .text-center {text-align:center;}
.overlay {position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.rightfloater {float:right}

.title-box {margin-bottom:25px}
.margin-fix,.marginfix {margin-bottom:40px}
.small-marginfix {margin-bottom:25px}
.nomargin {margin-bottom:0!important}

.media-box {position:relative;overflow:hidden;border-radius:0;border:none; text-align:center;}
.media-box img {width:auto;max-width:100%;}
.video-box {position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%;height: auto;} 
.video-box iframe, .video-box object, .video-box embed { position: absolute;top: 0;	left: 0;width: 100%;height: 100%;}

.video-link {display:block;position:relative}
.video-url i {
    position: absolute;
    font-size: 68px;
    color: #fff;
    z-index: 10;
    left: calc(50% - 34px);
    top: calc(50% - 34px);
}
.video-url:hover i {opacity:.6}


.banner {background-color:#071838;background-size:cover;background-position:center center;padding:120px 0;min-height:420px;position:relative}
.banner .wrapper {position:relative;z-index:100}
.banner .subtitel {color:#fff;}
.banner h1, .banner h2 {color:#fff;}
.banner:before {content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.75;
background: #103ce9; /* Old browsers */
background: -moz-linear-gradient(left,  #103ce9 0%, #34e63c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #103ce9 0%,#34e63c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #103ce9 0%,#34e63c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103ce9', endColorstr='#34e63c',GradientType=1 ); /* IE6-9 */
}


.home-slide .banner {min-height:75vh;padding:200px 0}

.home-slider-holder {position:relative}
.scroll-down {
    color: #fff;
    width: 45px;
    height: 45px;
    background: #103CE9;
    border-radius: 50%;
    line-height: 1;
    padding-top: 14px;
    font-size: 18px;
    text-align: center;
    left: calc(50% - 615px);
    bottom: 80px;
    position: absolute;
    cursor: pointer;
}
.scroll-down:hover {color:#103CE9;background:#fff}



.slider-navigation {
	z-index:200;
	right: calc(50% - 615px);
    bottom: 80px;
    position: absolute;
}

.slider-arrow {float:left;
    color: #103CE9;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    line-height: 1;
    padding-top: 14px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;}
.slider-arrow:hover {background:#103CE9;color:#fff;}
.slider-numbers {
    float: left;
    width: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: rgb(255 255 255 / 50%);
}
span.current {
    color: #fff;
    font-size: 32px;
    vertical-align: middle;
}

@media screen and (min-width:768px){
	.content-image {padding-left:30px;}
	.next-to-content-image {padding-right:15px;}
}


.redenen-holder {width:calc(100% + 30px);margin-left:-15px; display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;}
.reden-box {width:33.3333%;margin-top:30px;padding:70px 30px 0;position:relative;}
.reden-box h3 {font-size:32px;font-weight:700;color:#000000;padding-bottom:25px;margin-bottom:25px;border-bottom:3px solid #103CE9;}

.werkwijze-box {padding-top:0;margin-top:10px;}
.box-count {font-size:48px;color:#103CE9;font-weight:700;margin-bottom:25px;}


.diensten-holder {margin-bottom:-20px}
.marginfix + .diensten-holder {margin-top:20px;}
.diensten-holder .with-columns, .diensten-holder.with-columns{width:calc(100% + 30px);margin-left:-15px}
.diensten-holder .with-columns .dienst-box, .diensten-holder.with-columns .dienst-box {width:33.3333%;padding:0px 30px 0;position:relative;}
.dienst-box h3 {font-size:32px;font-weight:700;color:#000000;padding-bottom:25px;margin-bottom:25px;border-bottom:3px solid #103CE9;margin-top:15px;}
.dienst-box img {width:auto;}
.dienst-box {margin-bottom:60px;}

.home-dienst-box > div {padding:60px;background:#EBEEF2}
.dienst-slide .dienst-box > div {padding:60px;background:#fff;}
.dienst-slide .dienst-box {margin-top:60px;margin-bottom:60px;}
.dienst-slide {background-size:cover;background-position:center center}
.dienst-slider-row {position:relative}
.reden-box .icon-cross {left:30px;top:0;}

.icon-cross {width:26px;height:26px;position:absolute;}
.icon-cross:before, .icon-cross:after {content:"";position:absolute;background:#103CE9;}
.icon-cross:before {width:100%;height:4px;top:calc(50% - 2px);left:0;}
.icon-cross:after {height:100%;width:4px;top:0;left:calc(50% - 2px);}


.offerte-content {font-size:18px;font-weight:700;}
.offerte-anchor {position:relative;padding-bottom:5px;border-bottom:3px solid #103CE9;color:#000;display:inline-block;margin-left:10px;margin-right:10px;font-weight:700}
.offerte-anchor:hover, .offerte-anchor:focus {border-color:#34E63C;color:#000}


.opsomming-titel, .opsomming-desc {padding-left:70px;position:relative;}
.opsomming-titel span {width:22px;height:22px;position:absolute;left:0;top:26px;}
.opsomming-titel span:before, .opsomming-titel span:after {content:"";width:100%;height:6px;background:#103CE9;position:absolute;}
.opsomming-titel span:before {top:0;left:calc(50% - 3px);height:100%;width:6px;}
.opsomming-titel span:after {top:calc(50% - 3px);left:0;}
.opsomming-titel h3 {color:#000;font-size:18px;margin:27px 0 30px;cursor:pointer;}
.opsomming-box {position:relative}
.opsomming-box:first-child {margin-top:20px;}
.opsomming-box:before {width:calc(100% - 70px);bottom:0;height:3px;background:#103CE9;content:"";position:absolute;left:70px}
.opsomming-desc {display:none;padding-bottom:30px;}
.opsomming-titel {cursor:pointer;}
.opsomming-titel.active  span {  transform: rotate(45deg); }
.opsomming-titel.active h3 {color:#103CE9}
/*------------------------------------*\
    BUTTON
\*------------------------------------*/
.btn, input[type="submit"], input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"] {
   font-family: "neue-haas-grotesk-display",sans-serif;
	font-size: 18px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    padding:21px 30px;
    background: #103CE9;
    border-radius: 0;min-width:150px;text-align:center;text-transform:none;
	-webkit-appearance:none;-moz-appearance:none;appearance:none;
	font-style:normal;cursor:pointer;
	border:none;
}
.btn span {
    font-size: 13px;
    display: inline-block;
    margin-left: 5px;
}

.btn:hover, .btn:focus, button[type="submit"]:hover, button[type="submit"]:focus {background: #000;color: #fff;}

.read-more {font-weight:700;}
.read-more span {font-size:14px;margin-left:10px;}



.contact-row {background:#EBEEF2;padding-top:80px;padding-bottom:40px;}

form p {margin:0}
form br {display:none}

input[type="text"], input[type="email"], textarea, .file-name-hold{
 float: left;    width: 100%;    appearance: none;    -webkit-apppearance: none;    background: #EBEEF2;    border: none;    
	font-weight:400;font-family: "neue-haas-grotesk-display",sans-serif;font-size:16px; 
	padding-left: 30px;	height: 60px;border:none;outline:none!important;margin-bottom:15px;border-radius:0;
}
textarea {resize:none;height:120px;margin-top:0;padding-top:25px}

.select-holder {    min-height: 60px;    width: 100%;    background: #EBEEF2;    position: relative;    z-index: 1000;margin-bottom:15px;}
.contact-row input[type="text"],.contact-row input[type="email"],.contact-row textarea , .contact-row .select-holder{background:#fff}
.select-holder span.icon-chevron-down {    position: absolute;    z-index: 10;    font-size: 10px;    right: 25px;    top: calc(50% - 5px);    line-height: 1;    color: #535353;}
.select-input {cursor:pointer;position:relative;z-index:100;background:none;height:100%;width:100%;overflow:hidden;padding-left:30px;padding-right:45px; padding-top:18px;padding-bottom:18px;font-weight:500;font-family: "neue-haas-grotesk-display",sans-serif;font-size:16px; }

.select-dropdown {position:absolute;top:0;z-index:-1;background:#fff;padding:60px 30px 10px;-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);display:none}

.select-dropdown .wpcf7-form-control-wrap {line-height:1.5}
.select-dropdown .wpcf7-list-item-label {cursor:pointer;}

.select-holder.active span.icon-chevron-down {  transform: rotate(180deg); }


span.verplicht {float:right;font-size:14px;color:#535353}

span.wpcf7-list-item {    line-height: 1.5;margin:0 0 15px;display:block}

.form-file p{margin-bottom:15px;font-size:14px;color:#535353}

.form-file {position:relative;}
.form-file input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.form-file, .file-click-hold {
    position: relative;
}

.file-name-hold:before {position:absolute;right:27px;top:calc(50% - 1px);width:14px;height:2px;content:"";background:#535353}
.file-name-hold:after {position:absolute;right:33px;top:calc(50% - 7px);height:14px;width:2px;content:"";background:#535353}

.form-file .wpcf7-form-control-wrap {position:inherit}
.contact-row .file-name-hold {background:#fff}
.file-name-hold {position:relative;}
.file-name-hold p {
    font-weight: 500;
    font-family: "neue-haas-grotesk-display",sans-serif;
    font-size: 16px;
    color: #535353;
    margin: 0;
    line-height: 60px;
}


input[type="radio"] {display:none}
input[type="radio"]:checked + span {color:#103CE9}

form .btn {margin-top:10px;}
span.wpcf7-form-control-wrap {    float: left;    width: 100%;    position: relative;}

.contact-list {margin-bottom:40px;}
.contact-list ul, .contact-list li {padding:0;margin:0;list-style:none}
.contact-list li {display:inline-block;margin-right:75px}
.contact-list li:last-child {margin-right:0}
.contact-list , .contact-list  a{color:#103CE9;font-weight:700;font-size:32px;}
.contact-list span {font-size:28px;margin-right:10px;display:inline-block}

.locatie-holder img, .locatie-holder a {display:block;}
.locatie-holder p {margin-top:25px;color:#000000;font-weight:700;line-height:2}
.locatie-holder p:first-child {margin-top:0;}

.wpcf7-not-valid-tip {display:none}
.wpcf7-not-valid {background:#ffdbdb!important}
.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 15px 20px;
    border: 2px solid #34E63C;
    text-align: center;
    background: #34E63C;
    width: 100%;
    float: left;
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ed0102;
    background: #ed0102;
}
.wpcf7 form.sent .wpcf7-response-output{
	    border-color: #34E63C;
    background: #34E63C;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #535353;font-weight:500;font-family: "neue-haas-grotesk-display",sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #535353;font-weight:500;font-family: "neue-haas-grotesk-display",sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #535353;font-weight:500;font-family: "neue-haas-grotesk-display",sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #535353;font-weight:500;font-family: "neue-haas-grotesk-display",sans-serif;
}

@media screen and (min-width:600px){
	.contact-row .form-left,.contact-row  .form-right {width:50%;}
	.contact-row .form-left {padding-right:15px;}
	.contact-row .form-right {padding-left:15px;}

}








/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media screen and (max-width:1300px){
	.scroll-down {bottom:60px;left:15px;}
	.slider-navigation {
    z-index: 200;
    right: 15px;
		bottom: 60px;}
	
}
@media screen and (max-width:1250px){
	.contact-list, .contact-list a {    font-size: 22px;}
	.contact-list li{margin-right:35px;}
	.contact-list span {font-size:20px;}
}


@media screen and (max-width:1024px){
	
}


@media screen and (max-width:991px){
	body {font-size:14px;}
	.content-row, .contact-row {padding:60px 0 20px}
	.content-row + .content-row {padding-top:0;}
	.content-row:first-child {padding-top:60px}
	.content-row:last-child {padding-bottom:20px;}
	
	.title-box {    margin-bottom: 15px;}
	
	
	.title-box h1, .title-box h2, .banner h1, .banner h2{font-size:42px}
	.intro-content {font-size:15px;}
	
	.banner {padding:60px 0;min-height:350px}
	
	
	.box-count {margin-bottom:10px;		font-size: 38px;    line-height: 1;}
	.reden-box h3, .dienst-box h3 {font-size:26px;    padding-bottom: 15px;    margin-bottom: 15px;}
	
	
	.redenen-holder , .diensten-holder .with-columns, .diensten-holder.with-columns{width:100%;margin:0}
	.reden-box, .diensten-holder .with-columns .dienst-box, .diensten-holder.with-columns .dienst-box {padding-left:15px;padding-right:15px;}	
	
	.reden-box {    width: 50%;    margin-top: 0;		padding: 40px 15px 0;}
	.werkwijze-box {width:50%;margin-top:0;}
	.reden-box .icon-cross {		left: 15px;}
	
	.reden-box:nth-child(1), .reden-box:nth-child(2) {margin-top:20px;}
	
	.diensten-holder {margin-bottom:0;}
	.dienst-box {margin-bottom:40px}
	
	
	.home-dienst-box > div, .dienst-slide .dienst-box > div {padding:25px}
	.marginfix + .diensten-holder {margin-top:0;}
	.diensten-holder .with-columns .dienst-box, .diensten-holder.with-columns .dienst-box {width:50%}
	
	.home-slide .banner {padding:70px 0 120px}
	
}


@media screen and (max-width:767px){
	h1, h2, h3, h4, h5, h6 {font-size:18px}
	h3.subtitel {font-size:16px;}
	
	.title-box h1, .title-box h2, .banner h1, .banner h2{font-size:35px}
	
	.dienst-box img {width:auto!important;height:40px}
	
	.btn, input[type="submit"], input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"] {padding:16px 20px}
	
	.opsomming-box:first-child {margin-top:-20px;}
	.opsomming-titel, .opsomming-desc {		padding-left: 30px;}
	.opsomming-titel span {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 19px;
}
	.opsomming-box:before {
		width: calc(100% - 30px);left:30px;}
	.opsomming-titel h3 {margin:17px 0 20px}
	.opsomming-desc {padding-bottom:20px;}
	
	.slider-navigation { right:calc(50% - 95px);}
	.scroll-down {
    bottom: 10px;
    left: calc(50% - 22.5px);
}
	.dienst-slider-row .slider-navigation {bottom:20px;}
	.dienst-slide {padding-bottom:30px;}
	.home-slide .banner {text-align:center}
}

@media screen and (max-width:600px){
	.banner {padding:60px 0;min-height:275px}
	.title-box h1, .title-box h2, .banner h1, .banner h2 {font-size:28px}
	.banner h1, .banner h2 {font-size:30px;}
	.reden-box h3, .dienst-box h3 {font-size:20px; }
	.werkwijze-box,.reden-box {width:100%}
	.reden-box:nth-child(2) {margin-top:0;}
	.diensten-holder .with-columns .dienst-box, .diensten-holder.with-columns .dienst-box {width:100%}
}


@media screen and (max-width:450px){
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
main {margin-top:120px;}

header {  padding-top:25px;  height: 120px;position:fixed;width:100%;z-index:9999;top:0;left:0;background:#103CE9;}
.fixed-header {height:100px;    padding-top: 18px;}
 

header ul, header li {padding:0;margin:0;list-style:none}
.desktopnav a {display:block;font-size:16px;line-height:1;padding:15px 0;position:relative;color:#fff;font-weight:700}

header .sub-menu {
    display: none;
    background: #103CE9;
    padding: 5px 15px;
    border-radius: 0;
    position: absolute;
    top: 100%;
    left: calc(50% - 90px);
    width: 180px;
    text-align: center;
}
header li:hover .sub-menu {display:block}
header .sub-menu li {display:block;margin:0;}
header .sub-menu li:last-child a {border:none}
header .sub-menu a {font-size:16px;text-align:center;padding:10px 0;}
header .sub-menu li:hover > a, header .sub-menu li.current-menu-item > a {color:#34E63C;}

.header-logo {width:230px;}
.desktopnav {width:calc(100% - 280px);text-align:right;margin-top: 9px;}

.desktopnav li {position:relative;margin-right:25px;display:inline-block}
.desktopnav li:last-child {margin-right:0;}
.desktopnav .sub-menu li {margin:0;}

.desktopnav > ul > li > a:before {
    width: 0;
    content: "";
    height: 5px;
    position: absolute;
    left: 50%;
    bottom:0;
    z-index: 1;background:#34E63C
}

.desktopnav > ul > li:hover > a:before,.desktopnav > ul > li.current-menu-item > a:before, .desktopnav > ul > li.current-menu-ancestor > a:before{width:100%;left:0;}

.desktopnav li:hover > a,.desktopnav li.current-menu-item > a, .desktopnav li.current-menu-ancestor > a {color:#34E63C}

.header-phone {width:50px;    margin-top: 21px;}
.phone-link{display:block;font-size:20px;line-height:1;color:#34E63C;}
.phone-link:hover, .phone-link:focus {color:#fff;}
.header-logo a {    display: block;    width: 100%;    position: relative;}



.mobbtn-holder {display:none;padding-left:0;width:45px;}

.mobbtn {display:block;cursor:pointer; margin-bottom: 15px;width:100%;height:21px;position:relative;cursor:pointer;    float: none;margin:10px auto 0}
.mobbtn span {width:100%;height:3px;border-radius:0;background-color:#fff;position:absolute;content:"";left:0;}
.mobbtn span:nth-child(1) {top:0;}
.mobbtn span:nth-child(2) {top:9px;}
.mobbtn span:nth-child(3) {top:18px;}
.mobbtn.active-menu span:nth-child(2){width:0;left:50%;}
.mobbtn.active-menu span:nth-child(1){	top: 9px;  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg);   transform: rotate(45deg); 	}
.mobbtn.active-menu span:nth-child(3){	top: 9px;  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg);   transform: rotate(-45deg); 	}

.sidenav {overflow:auto;padding:20px 20px 20px;position:fixed;top:0;right:-200px;background-color:#103CE9;height:100%;width:200px;z-index:9998;opacity:1;display:none}
.sidenav-holder ul, .sidenav-holder li {padding:0;margin:0;list-style:none}
.sidenav-holder a {  width: 100%;    display: inline-block;    padding: 10px 40px 10px 0;    text-transform: none;    font-weight: 700;    font-size: 15px;color:#fff}
.sidenav li { border-bottom: 1px solid #4268ff;position:relative}
.sidenav .sub-menu {padding-bottom:5px;display:none}
.sidenav .sub-menu li {border:none}
.sidenav .sub-menu li a {padding-bottom:10px}
.sidenav .current-menu-item > a, .sidenav .current-menu-ancestor > a, .sidenav li:hover > a {  color:#34E63C}
.sidenav .active > a, header .active > a {color:#34E63C}
.sidenav-holder .sub-menu a {font-weight:400;border:none;padding:0;}
.sidenav .menu-item-has-children > span:before {content: "\e903";}
.sidenav .menu-item-has-children > span.open { transform: rotate(90deg);text-align:center;padding-top:0}


header, .desktopnav, .desktopnav > ul > li > a:before, .header-logo a, .header-logo a:before, .header-logo a:after, .mobbtn span, .sidenav{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width:1260px){
	.header-logo {    width: 170px;}
	.desktopnav {margin-top:0; padding-right:0;    width: calc(100% - 220px);}
	.desktopnav a {font-size:15px;padding:12px 0}
	.desktopnav li {margin-right:10px;}
	.header-phone {margin-top:10px;}
	header {height:100px}
	.fixed-header {		height: 80px;}
	main {margin-top:100px;}
}

@media screen and (max-width:1100px){
	.desktopnav {display:none}
	.mobbtn-holder {display:block}
	.header-phone {width:calc(100% - 215px);text-align:right}  
	header.active-menu {left:-200px;}
	.sidenav {opacity:1;display:block}
	.sidenav.active-menu {right:0;}
	
	header {    height: 65px!important;    padding-top: 10px!important;}
	main{margin-top:65px}	
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer {padding-top:90px;background:#103CE9;color:#fff;}
footer > .wrapper {margin-bottom:50px;}
.footer-widget {margin-bottom:40px;}
.footer-widget h4 {font-size:32px;color:#34E63C;line-height:1;padding-bottom:25px;margin-bottom:30px;border-bottom:3px solid #071838;}
.footer-widget ul, .footer-widget li {padding:0;margin:0;list-style:none;display:block}
.footer-widget ul {margin-bottom:25px;}
.footer-widget ul:last-child {margin-bottom:0;}
.footer-widget li {margin-bottom:15px}
.footer-widget li:last-child {margin-bottom:0;}
.footer-widget li, .footer-widget li a, .footer-widget h5 {line-height:1.4}
.footer-widget, .footer-widget a {font-size:18px;font-weight:700;color:#fff;}
.footer-widget a:hover, .footer-widget a:focus {color:#34E63C;}
.footer-widget h5 {font-size:18px;color:#34E63C;margin-bottom:15px;}
.footer-contact li, .footer-contact li a {font-size:16px}
.footer-contact li {position:relative;padding-left:35px;}
.footer-contact li > span {position:absolute;left:0;top:2px;font-size:20px;}
.footer-contact li > span.icon-mail {font-size:16px;top:3px;}
.footer-contact li.adres {line-height:2;    margin-top: -5px;}
.footer-contact li.adres > span {top:6px}
.footer-contact .no-padding {padding-left:0;}
.footer-bottom {background:#071838;padding-top:15px;padding-bottom:10px}
.footer-bottom, .footer-bottom a {color:#fff;font-size:14px;}
.footer-bottom .wrapper > div {margin-bottom:5px;}
.footer-bottom a:hover, .footer-bottom a:focus {color:#34E63C}
.footer-bottom .door-dink {text-align:right}

@media screen and (max-width:991px){
	footer {padding-top:60px;}
	.footer-widget h4 {    font-size: 26px;    padding-bottom: 15px;    margin-bottom: 15px;}
	.footer-widget, .footer-widget a, .footer-contact li, .footer-contact li a {	font-size: 15px;}
	.footer-widget li {    margin-bottom: 10px;}
	footer > .wrapper {margin-bottom:20px;}
}

@media screen and (max-width:767px){
	.footer-bottom .door-dink, .footer-bottom {text-align:center;}
	
	.footer-widget h4  {font-size:22px}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#103CE9;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#103CE9;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#103CE9;
	color:#FFF;
	text-shadow:none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #EBEEF2 inset !important;
}

.contact-row input:-webkit-autofill,
.contact-row input:-webkit-autofill:hover, 
.contact-row input:-webkit-autofill:focus, 
.contact-row input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
