<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FONTS */
/*
@import url(http://fonts.googleapis.com/css?family=Varela+Round);
@import url(http://fonts.googleapis.com/css?family=Stalemate&amp;subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);
*/



/* GLOBAL */
body{font-family:'Open Sans', Verdana, Arial, sans-serif !important; font-size:13px;  color:#656565;}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{font-weight:bold; font-family:'Open Sans', sans-serif !important; text-transform:uppercase; color:#2B2B2B;}
h2, .h2 {font-size:24px !important;}
.color-three p, .w-box p {color:#6A6A6A !important;}
iframe{border:0; margin-top:0 !important;}
a{color:#7a92ac;}
a:hover{color:#e06d58; text-decoration:underline; -o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.35s;}

/* MARGINS &amp; PADDINGS &amp; OTHER */
.no-padding{padding:0 !important;}
.no-margin{margin:0 !important;}

.padding-15{padding:15px !important;}

.padding-b-10{padding-bottom:10px;}
.padding-b-20{padding-bottom:20px;}
.padding-t-15{padding-top:15px;}
.padding-t-20{padding-top:20px;}
.padding-y-10{padding:10px 0;}
.padding-x-4{padding:0 4px;}
.padding-x-8{padding:0 8px;}
.padding-x-16{padding:0 16px;}
.padding-x-20{padding:0 20px;}
.padding-x-32{padding:0 32x;}
.padding-y-20{padding:20px 0 !important;}

.margin-b-10{margin-bottom:10px;}
.margin-b-20{margin-bottom:20px;}
.margin-t-15{margin-top:15px;}
.margin-t-20{margin-top:20px;}
.margin-y-10{margin:10px 0;}
.margin-y-20{margin:20px 0;}
.margin-x-20{margin:0 20px;}

.strong{font-weight:bold !important;}

/* COLORS: l=light, t=transparent, d=dark, c=contrast*/
.color-one{background:#e06d58; color:#FFF;}
.color-one-c{background:#cd5b46; color:#FFF;}

.color-two{background:#697e93; color:#FFF;}
.color-two-l{background:#bacce2; color:#FFF;}
.color-two-l p{color:#697e93;}
.color-two-d{background:#3b3e43; color:#FFF;}
.color-two-c{background:#566b80; color:#FFF;}
.color-two-t{background:#697e93; background:rgba(105, 126, 147, 0.7); color:#FFF;}

.color-three{background:#FFF; color:#9ab2cc;}
.color-three p{color:#a1a1a1;}

.orange{background:#ff8c43;}
.green{background:#93c054;}
.yellow{background:#ffbe00;}
.yellow-gold{background:#f2b200;}
.gray{background:#f1f1f1;}
.dark{background:#232323;}

/* BANNERS */
.banner-1{
	background:url("../images/carousel/Alpedubest-footer-1.jpg") no-repeat center bottom  #fff;
	background-size:cover;
	}
.banner-1 h3 {
	color:#fff;
	text-shadow:0 0 5px rgba(0,0,0,.8);
	}

/* DELIMITERS &amp; INDICATORS */
.delimiter-xs{display:block; margin:25px 0; width:10%; height:6px; background:#ef7f1a; position:relative; left:45%; border-radius:3px;}
.indicator-down{position:absolute; bottom:-12px; left:50%; margin-left:-12px; width:0; height:0; border-left:12px solid transparent; border-right:12px solid transparent; border-top:12px solid #ef7f1a; z-index:900;}

.indicator-down.color-one{border-top-color:#e06d58; background:none;}
.indicator-down.color-two{border-top-color:#697e93; background:none;}
.indicator-down.color-two-d{border-top-color:#3b3e43; background:none;}
.indicator-down.color-two-l{border-top-color:#bacce2; background:none;}
.indicator-down.color-three{border-top-color:#FFF; background:none;}

/* PAGE &amp; SECTION TITLES */
.section-title{position:absolute; bottom:0; left:50%; margin-left:-130px; width:260px; padding:18px 0; text-align:center; border-top-left-radius:3px; border-top-right-radius:3px; }
.section-title h3{margin:0; padding:0; font-size:16px; font-weight:600; text-transform:uppercase;}

h1.font-lg{font-size:100px; font-weight:600;}

/* HEADER DEFAULT*/
header{padding:0;}
header .navbar-default{margin:0; padding:20px 0; background:#232323; border:0; border-radius:0;}
header .navbar-brand{padding:0 15px;}
header .navbar-brand img{height:46px;}
header .navbar-toggle .icon-search {
  display: block;
  width: 22px;
  height:14px;
  border-radius: 1px;
}
.navbar ul.subMenu {
	background:#fff;
	border-radius: 0 0 7px 7px;
	left: -9999px;
	list-style: none outside none;
	margin: 0;
	padding: 10px;
	position: absolute;
	text-align: left;
	width: 175px;
	}
.navbar ul.subMenu li {
	margin:1px 0;
	}
.navbar ul.subMenu a {
	color:inherit;
	font-size:13px;
	}
.navbar li:hover ul.subMenu {
	left:auto;
	}
.navbar-default .navbar-nav &gt; li &gt; a{color:#FFF; padding:13px 16px; margin-right:4px; font-size:15px;}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {color:#FFF; background-color:#e06d58; border-radius:3px;}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {color:#9ab2cc; background-color:#FFF; border-radius:3px;}

.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus {color: #cccccc;background-color: transparent;}

.navbar-default .navbar-toggle {border-color:#e06d58;}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #e06d58;}

.navbar-default .navbar-toggle .icon-bar {background-color: #FFF;}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {border-color: #e7e7e7;}

.navbar-default .navbar-nav &gt; .dropdown &gt; a:hover .caret,
.navbar-default .navbar-nav &gt; .dropdown &gt; a:focus .caret {border-top-color:#FFF; border-bottom-color: #FFF;}

.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {color: #FFF;background-color: #e06d58;}

.navbar-default .navbar-nav &gt; .open &gt; a .caret,
.navbar-default .navbar-nav &gt; .open &gt; a:hover .caret,
.navbar-default .navbar-nav &gt; .open &gt; a:focus .caret {border-top-color: #FFF;border-bottom-color: #FFF;}
.navbar-default .navbar-nav &gt; .dropdown &gt; a .caret {border-top-color: #FFF;border-bottom-color: #FFF;}

.navbar-default .dropdown-menu{margin-top:19px;}
.navbar-default .dropdown-menu:after, .arrow_box:before {bottom: 100%;left:86%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;
pointer-events: none;}
.navbar-default .dropdown-menu:after {border-color: rgba(255, 255, 255, 0); border-bottom-color: #FFF; border-width: 10px;margin-left: -10px;}
.navbar-default .dropdown-menu:before {border-color: rgba(255, 255, 255, 0); border-bottom-color: #FFF; border-width: 10px;margin-left: -10px;}
.navbar-default .dropdown-menu &gt; li{border-bottom:1px solid #f6f6f6;}
.navbar-default .dropdown-menu &gt; li:last-child{border:0;}
.navbar-default .dropdown-menu &gt; li &gt; a{padding:8px 15px;}
.navbar-default .dropdown-menu &gt; li &gt; a:hover{background:#e06d58; color:#FFF;}

.navbar-default .dropdown-form-toggle{background:#313131; border-radius:3px;}
.navbar-default .dropdown-form h4{padding:15px 15px 5px 15px;}

/* NAVBAR WHITE */
header .navbar-white{margin:0; padding:20px 0; background:#FFF; border:0; border-radius:0; -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); z-index:1000;}
.navbar-white .navbar-nav &gt; li &gt; a{
    border-radius: 7px 7px 0 0 !important;
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 0;
    padding: 11px 16px 12px;
	text-transform:uppercase;
	}
.navbar-white .navbar-nav &gt; li &gt; a:hover,
.navbar-white .navbar-nav &gt; li &gt; a:focus {color:#FFF; background-color:#28b8ea ; border-radius:3px;}

.navbar-white .navbar-nav &gt; .active &gt; a,
.navbar-white .navbar-nav &gt; .active &gt; a:hover,
.navbar-white .navbar-nav &gt; .active &gt; a:focus {color:#f0523f; background-color:#FFF; border-radius:3px;}

.navbar-white .navbar-nav &gt; .disabled &gt; a,
.navbar-white .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-white .navbar-nav &gt; .disabled &gt; a:focus {color:#cccccc; background-color: transparent;}

.navbar-white .navbar-toggle {border-color:#998383;}
.navbar-white .navbar-toggle .icon-bar {background-color: #4c4c4c;}
.navbar-white .navbar-toggle:hover,
.navbar-white .navbar-toggle:focus{background-color:#f0523f; border-color:#f0523f;}
.navbar-white .navbar-toggle:hover .icon-bar,
.navbar-white .navbar-toggle:focus .icon-bar{background-color:#FFF;}
.navbar-white .navbar-toggle:hover .icon-search,
.navbar-white .navbar-toggle:focus .icon-search{color:#FFF;}

.navbar-white .navbar-collapse,
.navbar-white .navbar-form {border-color:#e7e7e7;}

.navbar-white .navbar-nav &gt; .dropdown &gt; a:hover .caret,
.navbar-white .navbar-nav &gt; .dropdown &gt; a:focus .caret {border-top-color:#FFF; border-bottom-color: #FFF;}

.navbar-white .navbar-nav &gt; .open &gt; a,
.navbar-white .navbar-nav &gt; .open &gt; a:hover,
.navbar-white .navbar-nav &gt; .open &gt; a:focus {color: #FFF;background-color: #f0523f;}

.navbar-white .navbar-nav &gt; .open &gt; a .caret,
.navbar-white .navbar-nav &gt; .open &gt; a:hover .caret,
.navbar-white .navbar-nav &gt; .open &gt; a:focus .caret {border-top-color:#FFF; border-bottom-color:#FFF;}
.navbar-white .navbar-nav &gt; .dropdown &gt; a .caret {border-top-color:#4c4c4c; border-bottom-color:#4c4c4c;}

.navbar-white .dropdown-menu{min-width:180px; background:#4c4c4c;}
.navbar-white .dropdown-menu:after, .arrow_box:before {bottom:100%;left:86%; border:solid transparent;content:" "; height:0; width:0; position: absolute; pointer-events:none;}
.navbar-white .dropdown-menu:after {border-color:rgba(63, 63, 63, 0); border-bottom-color:#4c4c4c; border-width: 10px;margin-left: -10px;}
.navbar-white .dropdown-menu:before {border-color: rgba(63, 63, 63, 0); border-bottom-color: #4c4c4c; border-width: 10px;margin-left: -10px;}
.navbar-white .dropdown-menu &gt; li{border-bottom:1px solid #474747;}
.navbar-white .dropdown-menu &gt; li:last-child{border:0;}
.navbar-white .dropdown-menu &gt; li &gt; a{color:#FFF; padding:8px 15px;}
.navbar-white .dropdown-menu &gt; li &gt; a:hover{background:#f0523f; color:#FFF;}
.navbar-white .dropdown-menu label.checkbox{color:#FFF;}
.navbar-white .dropdown-form-toggle{background:#f2f2f2; border-radius:3px;}
.navbar-white .dropdown-form h4{margin:0; padding:15px 15px 5px 15px; color:#FFF;}
.navbar-white h4{color:#FFF;}

/* NAVBAR FORM */
.dropdown-form{min-width:280px;}

/* NAVBAR STYLE SWITCHER */
.dropdown-style-switcher{min-width:480px; padding:15px;}
.dropdown-style-switcher .scheme-switch-btn{}
.dropdown-style-switcher .scheme-switch-btn a{width:60px; height:60px; display:inline-block; margin-right:14px; border:6px solid transparent; border-radius:3px;}
.dropdown-style-switcher .scheme-switch-btn a:nth-child(5){margin-right:0;}
.dropdown-style-switcher .scheme-switch-btn a.default{background:#e06d58; border-color:#697e93;}
.dropdown-style-switcher .scheme-switch-btn a.one{background:#ff6766; border-color:#2d8b8a;}
.dropdown-style-switcher .scheme-switch-btn a.two{background:#28B8EA; border-color:#1a1a1a;}
.dropdown-style-switcher .scheme-switch-btn a.three{background:#f1c40f; border-color:#2c3e50;}
.dropdown-style-switcher .scheme-switch-btn a.four{background:#FFF; border-color:#f0523f;}
.dropdown-style-switcher .scheme-switch-btn a.five{background:#FFF; border-color:#000;}

/* SEARCH */
.search-wr{width:100%; height:110px; background:#FFF; position:fixed; top:0; z-index:2200; display:none; -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);}
.search-wr .close{display:block; width:22px; height:22px; position:relative; float:right; top:10px; right:10px;}
.search-wr .close i{font-size:20px; color:#555;}
.search-wr .search-sign i{font-size:60px; line-height:110px; color:#DDD;}
.global-search-input{padding:40px 0 0 0; font-size:20px; position:relative; width:740px; background:#fff; z-index: 10; border:none; outline:none;
color:#DDD;}
.global-search-input:focus{color:#333;}

/* PAGE INFO */
.pg-opt{}
.pg-opt.fixed{width:100%; position:fixed; top:0px; background:rgba(250, 250, 250, 0.9); border-bottom:1px solid #e1e1e1; z-index:2300;}
.pg-opt h2{margin:0; padding:20px 0; font-size:26px; line-height:100%;}
.pg-opt.fixed h2{margin-bottom:15px;}

.pg-opt hr{margin:0; border-top-color: #dde1e6;-webkit-box-shadow: 0 1px 0 #fbfbfc;-moz-box-shadow: 0 1px 0 #fbfbfc; box-shadow: 0 1px 0 #fbfbfc;}
.pg-opt.fixed hr{display:none;}

.pg-opt .breadcrumb{float:right; margin:0; padding:24px 0; background:none; border-radius:0;}
.pg-opt .breadcrumb a{color:#e06d58;}

@media only screen and (max-width: 767px) {
	.pg-opt .pg-nav{float:left; margin-bottom:10px;}
	.pg-opt h2{padding:20px 0 0 0; }
}

/* CAROUSELS */
.carousel-1{}
.carousel-1 .carousel-inner{height:440px;}
.carousel-1 .carousel-inner{overflow:hidden;}
.carousel-1 .carousel-control i{position:absolute; top:50%; margin-top:-18px; font-size:36px; font-weight:600;}
.carousel-1 .item{height:440px;}
.carousel-1 .item{background-repeat:no-repeat; background-size:cover; background-position:0% 0%;}
.carousel-1 .item-dark{color:#FFF;}
.carousel-1 .item-light{color:#697e93}
.carousel-1 p{font-size:16px;}
.carousel-1 .object{position:absolute; top:38px; right:50%; margin-left:15px; width:568px; height:320px; overflow:hidden;}
.carousel-1 .object.fluid{width:100%; left:0; margin:0;}
.carousel-1 .object iframe{width:100% !important; }
.carousel-1 .object img{}
.carousel-1 .description{position:absolute; top:45px; left:50%; margin-left:50px; width:514px; height:290px;}
.carousel-1 .description .title{font-size:32px; margin:0 0 15px 0; padding:8px 20px; background:#FFF; color:#9ab2cc;}
.carousel-1 .description .subtitle{font-size:24px; margin:20px 0; padding:0; display:block;}
.carousel-1 .description p{font-size:16px; color:#FFF; margin:0;}
.carousel-1 .description p.text-box{}

.carousel-1 .description.fluid-center{width:100%; top:50px; left:0; margin:0;}
.carousel-1 .description.fluid-center .title{margin-bottom:5px; display:block; text-align:center; background:none; color:#FFF; font-weight:500; text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.5);}
.carousel-1 .description.fluid-center .subtitle{font-size:20px; margin:0; display:block; text-align:center;}
.carousel-1 .description.fluid-center .features{display:block; margin-top:40px; text-align:center;}
.carousel-1 .description.fluid-center .features i{width:110px; height:110px; background:#FFF; text-align:center; line-height:110px; font-size:54px; color:#697e93; font-weight:700;border-radius:96px; margin-right:20px;}

.carousel-2{}
.carousel-2 .item{padding:36px 0 !important;}
.carousel-2 .carousel-indicators{width:auto; padding:6px 18px; border-radius:3px; top:16px; bottom:auto; left:auto; right:8%; margin-left:0; }
.carousel-2 .img-thumbnail{margin-top:26px;}

.carousel-3 .carousel-nav{}
.carousel-3 .carousel-nav a{width:48px; border-radius:80px; position:absolute; top:50%; margin-top:-20px; padding:10px 0; font-size:20px; text-align:center; border:1px solid transparent;}
.carousel-3 .carousel-nav a.left{left:20px;}
.carousel-3 .carousel-nav a.right{right:20px;}
.carousel-3 .carousel-nav a:hover{background:#FFF;}

.carousel-4{}
.carousel-4 .carousel-inner{}
.carousel-4 .carousel-inner{overflow:hidden;}
.carousel-4 .carousel-control i{position:absolute; top:50%; margin-top:-18px; font-size:36px; font-weight:600;}

.carousel-top-controls{float:right; position:relative; top:2px; width:36px;}
.carousel-top-controls a{font-size:22px; margin-left:5px; padding:0 10px 1px 10px; text-align:center; color:#2f2f2f; border-radius:2px;}
.carousel-top-controls a:hover{background:#3333; background:rgba(34, 34, 34, 0.6); color:#FFF; text-decoration:none;}

/* FRACTION SLIDER CUSTOMS */
.slider-wrapper{position:relative; overflow:hidden; width:100%; margin:0 auto; background:#f2f2f2; z-index:800;}
.slider{position:relative; width:100%; margin:0 auto; background:#222;}
.slider-wrapper p{position:absolute; top:-200px; z-index:8000; padding:1% 3%; font-size:24px; line-height:100%; white-space:nowrap;text-transform:uppercase;}
.slider-wrapper p.white{color:#FFF;}
.slider-wrapper .claim{line-height:100%}
.slider-wrapper .teaser{padding:1.5% 1.5%; font-size:14px; line-height:100%}
.slider-wrapper .small{width:250px; padding-left:1%; padding-right:0px; text-align:center;}
.slider-wrapper .video{width:540px; height:360px; font-size:13px; line-height:18px; white-space:normal; text-align:left; text-transform:none;}
.slider-wrapper .video iframe{width:100%;}
.slider-wrapper .text{width:460px; font-size:13px; line-height:18px; white-space:normal; text-align:left; text-transform:none;}
.slider-wrapper .text a{margin-top:20px;}

/* CALL TO ACTION BOX */
.cta-wr h1{margin:10px 0 !important;}

/* COLUMNS &amp; SECTIONS */
section.slice{padding:36px 0 6px; position:relative;}

.w-box{margin-bottom:30px; background:#FFF; -webkit-transition:all 0.3s linear; transition:all 0.3s linear; position:relative; overflow:hidden; border:1px solid #ddd; border-bottom:2px solid #dfe3e6; cursor:default; }
.w-box h2{margin:0; padding:10px 15px; /*border-bottom:1px solid #f1f1f1;*/ color:#9ab2cc; font-weight:500; font-size:16px !important; height:50px; overflow:hidden;}
.w-nieuws h2 {font-size:13px!important; text-transform:none; font-weight:700; line-height:1.428571429;}
.w-box.inner h2{padding:10px 0;}
.w-box small{display:block; font-size:12px; margin-top:3px;}
.w-box p{margin:0; padding:15px; color:#a1a1a1;}
.w-box p.social-icons{margin:0; padding:5px 15px; border-top:1px solid #f1f1f1;}
.w-box p.social-icons a{display:inline-block; margin-right:5px; width:32px; padding:6px 0; text-align:center; font-size:14px; background:#697e93; color:#FFF; border-radius:2px;}
.w-box p.social-icons a:hover{background:#3d4754;}
.w-box .w-footer{display:block; padding:10px 15px; color:#a1a1a1; border-top:1px solid #f1f1f1;}
.w-box .w-footer small{font-size:12px;}
.w-box .w-box-parent{-webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.w-box:hover .w-box-parent{
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-0px);
	-ms-transform: translateY(-0px);
	-o-transform: translateY(-0px);
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	-o-transition: -o-transform 0.4s;
	transition: transform 0.4s;
}
.w-box .w-box-parent .w-box-button.animated{position:absolute; bottom:10px; margin-bottom:-40px; -webkit-transition:all 0.3s linear; transition:all 0.3s linear; }

.w-box.dark{background:#3d4754; border-color:#2c343e; border-bottom:2px solid #2c343e;}
.w-box.dark p{color:#f1f1f1;}
.w-box.dark h2{color:#FFF; border-bottom:1px solid #2c343e; text-align:center;}
.w-box.dark .thmb-img{text-align:center; padding:15px 0;}
.w-box.dark .thmb-img i{font-size:64px; color:#FFF;}

.w-section{background:#FFF; padding-bottom:25px;}
.w-section:before, .w-section:after {display:table; content:" ";}
.w-section:after{clear:both;}

.w-section.inverse{background:none !important; -moz-box-shadow:0 0 0; -webkit-box-shadow:0 0 0; box-shadow:0 0 0; border:0;}
.w-section.inner{margin:15px 0;}

.w-section iframe{width:100%;}

.w-section .feature{margin:15px 0 30px 0; text-align:center; cursor:default;}
.w-section .feature i{font-size:64px; color:#555; display:block; }
.w-section .feature h4{margin:10px 0;}
.w-section .feature p{}

.w-section .aside-feature{margin:15px 0 30px 0; cursor:default;}
.w-section .aside-feature .icon-feature{font-size:68px; margin-top:-8px; text-align:center; display:block;}
.w-section .aside-feature .img-feature{margin-top:-4px; display:block;}
.w-section .aside-feature .img-feature img{width:78px;}

.w-section .aside-feature h4{margin:10px 0;}
.w-section .aside-feature p{margin-right:30px;}

.w-section .inline-features{}
.w-section .inline-features i{display:block; margin-bottom:15px; height:64px; line-height:64px; text-align:center; font-size:40px; background:rgb(85, 85, 85); color:#fff; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.w-section .inline-features i:hover{background:rgb(117, 185, 24);}

.w-section .contrast-box{padding:15px; border-radius:3px;}
.w-section .contrast-box i{font-size:24px; margin-right:8px; }
.w-section .contrast-box small{display:block; margin-top:12px; font-style:italic; text-align:right;}

/* HEAD TITLE - optional */
.w-section .head-title{margin:10px 15px; padding-bottom:10px; border-bottom:1px solid rgba(117, 109, 192, 0.2); text-transform:capitalize;}

.head-title:before, .head-title:after{display:table; content:"";}
.head-title:after{clear:both;}
.head-title.has-controls h3 {width:80%; float:left;}
.head-title.has-controls a.link {float:right;color:inherit; text-decoration:underline;}

.vervolgslide {
	width:100%;
	}
	.vervolgslide img {
		width:100%;
		}

/* HOVER ANIMATIONS */
.animate-hover-slide figure, .work figure{position:relative; overflow:hidden;}
/*.animate-hover-slide figure img,
.work figure img{
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide figure:hover img,
.work figure:hover img {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}*/
.animate-hover-slide figure figcaption{min-height:168px; padding:0 15px; width:100%; position:absolute; left:0; top:0; bottom:auto; opacity:0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.animate-hover-slide figure:hover figcaption{opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	-o-transition: -o-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;

}
.animate-hover-slide figure figcaption{text-align:center; border-bottom:1px solid #f2f2f2;}
.animate-hover-slide figure figcaption a{position:relative; top:50%; margin-top:-24px;}
.animate-hover-slide figure figcaption h3{padding-bottom:5px; margin-bottom:10px; font-size:14px; font-weight:600; border-bottom:1px solid #f2f2f2;}

/* PRICING */
.pricing-plans{margin-bottom:15px;}
.pricing-plans:before, .pricing-plans:after,
.pricing-table:before, .pricing-table:after{display:table; content:" ";}
.pricing-plans:before, .pricing-table:before{clear:both;}

.pricing-plans .plan-title{text-align:center; margin:0; font-size:28px; font-weight:700;}
.pricing-plans .price-tag{margin:0; height:90px; line-height:90px; font-size:50px; font-weight:700; text-align:center;}
.pricing-plans .price-tag span{font-size:28px; font-weight:600;}
.pricing-plans .price-tag span.price-type{font-size:20px; font-weight:500;}
.pricing-plans ul{margin:0; padding:0 15px; list-style:none; color:#a1a1a1;}
.pricing-plans ul li{padding:8px 0; border-bottom:1px solid #f1f1f1; font-size:13px}
.pricing-plans ul li i{margin-right:8px;}
.pricing-plans .plan-info{margin:0; padding:15px; font-size:13px; text-align:center;}
.pricing-plans .plan-select{padding:10 15px; border-top:1px solid #f1f1f1;}

.pricing-plans .w-box{margin-top:20px; border:1px solid #ddd;}
.pricing-plans .w-box:hover, .pricing-table .w-box:hover{
-webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
		box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);}

.pricing-table .w-box{z-index:1; margin-top:20px; margin-bottom:0;
-webkit-box-shadow: none;
   -moz-box-shadow: 0;
		box-shadow: none;
}
.pricing-table .w-box.popular, .pricing-plans .w-box.popular{margin-top:0; padding-bottom:20px;
-webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);
		box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.2);}
.pricing-table .w-box.popular:hover, .pricing-plans .w-box.popular:hover{
-webkit-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);
		box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.3);}

.pricing-table .price-tag{}
.pricing-table .w-box.popular .price-tag{}
.pricing-table .plan-select{margin-top:0; border:0; margin-bottom:15px; border-bottom:1px solid #f1f1f1;}
.pricing-table .plan-info{text-align:center; margin-bottom:15px;}

.pricing-table .table-comparision{background:#FFF; position:relative; top:-2px; z-index:1000; border-color:#f1f1f1; color:#777;}
.pricing-table .table-comparision th{border-color:#f1f1f1;}
.pricing-table .table-comparision td{text-align:center; border-color:#f1f1f1;}
.pricing-table .table-comparision tr td:first-child{text-align:left;}

/* TIMELINE */
.timeline{}
.timeline .year{width:100%; background:#3d4754; padding:8px 10px; margin:20px auto 40px !important; font-size:20px}

.timeline .year{border-radius:3px;}
.timeline .event{padding:0; border:0; border-radius:0;}
.timeline .event:nth-child(2n) .event-date{-webkit-border-radius:3px 0 0 0; border-radius:3px 0 0 0;}
.timeline .event:nth-child(2n-1) .event-date{-webkit-border-radius:0 3px 0 0; border-radius:0 3px 0 0;}
.timeline .event:nth-child(2n):after{content:""; display:inline-block;position:absolute; right:-12px !important; top:12px; width:0; height:0; border-left:12px solid #FFF; border-top:12px solid transparent; border-bottom:12px solid transparent; }
.timeline .event:nth-child(2n):before{content:"";display:inline-block;position:absolute; right:-6.6% !important; top:20px; width:10px; height:10px; background:#28B8EA; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; }
.timeline .event:nth-child(2n-1):after{content:"";display:inline-block;position:absolute; left:-12px !important; top:12px; width:0; height:0; border-right:12px solid #FFF; border-top:12px solid transparent; border-bottom:12px solid transparent}
.timeline .event:nth-child(2n-1):before{content:"";display:inline-block;position:absolute; left:-6.5% !important; top:20px; width:10px; height:10px; background:#28B8EA; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%}
.timeline .event-date{margin:-1px -1px -9px; background:#FFF; border-bottom:1px solid #f2f2f2; text-align:left; padding:10px 10px; font-weight:500; font-size:16px;}
.timeline .event-date small{display:block; font-size:12px; color:#a1a1a1; font-weight:normal;}
.timeline .event-date i{margin-right:7px}
.timeline .event-footer{margin:6px 0; text-align:left; padding:8px 10px; background:none; border-top:1px solid #f1f1f1;}
.timeline .event-footer:after, .timeline .event-footer:before{display:table; content:" ";}
.timeline .event-footer:after{clear:both;}
.timeline p{padding:20px 10px; text-align:left; color:#a1a1a1; line-height:20px;}
.timeline iframe{margin:10px 0 0 0;}

/* WORK */
.work .btn-group{margin-bottom:10px;}
.work .btn{margin-right:6px;}
.work .btn-group .btn{margin-right:0;}
.work .mix{margin-top:20px;}

/* SORT LIST */
#ulSorList{}
#ulSorList:after{content: '';display: inline-block;width: 100%;}
#ulSorList .mix{display:none; opacity:0; margin-top:20px;}
#ulSorList .mix .item{background:#f2f2f2;}
#ulSorList .gap{display:inline-block; width:200px;}

/* MAP CANVAS */
.map-canvas{height:300px; margin:0;}
.map-canvas .info-window-content{min-width:250px;}
.map-canvas .info-window-content h2{font-size:18px; font-weight:600; margin-bottom:8px;}
.map-canvas .info-window-content h3{font-size:14px; font-weight:500;}
.map-canvas .info-window-content p{margin-top:20px; text-align:center; font-size:12px; color:#999; text-shadow:none; }

/* BLOG */
.blog-grid .date-over{padding:10px; background:rgb(255, 255, 255); color:#7a92ac; position:absolute; top:15px; right:15px; text-align:center; border-radius:3px;}
.blog-grid .date-over strong{font-size:12px; display:block;}
.blog-masonry .w-box{margin-bottom:25px;}
.blog-post h2{font-size:18px; color:#3b3e43; border:0; padding:25px 15px 0px 15px;}
.blog-post p{padding:8px 15px; font-size:14px; color:#777;}
.blog-post blockquote{margin:8px 15px; }
.blog-post ul.meta-list{margin:0; padding:10px 15px 15px 15px; display:block; list-style:none;}
.blog-post ul.meta-list li:first-child{padding:0; border-left:0;}
.blog-post ul.meta-list li{display:inline-block; color:#a1a1a1;}
.blog-post ul.meta-list li a{color:#7a92ac;}
.blog-post ul.meta-list li a:hover{color:#e06d58; text-decoration:underline;}

/* COMMENTS &amp; COMMENT FORM */
.comments-wr{padding:0 15px;}
.comments-wr .comment:before, .comments-wr .comment:after{display:table; content:" ";}
.comments-wr .comment:after{clear:both;}
.comments-wr .comment{border-bottom:1px solid #eee; padding:15px 0;}
.comments-wr .comment p{padding:0;}
.comments-wr .comment .comment{margin:12px 0 0 60px; padding-bottom:0; border-bottom:0; border-top:1px solid #eee;}
.comments-wr .comment img{width:48px; float:left;}
.comments-wr .comment p{margin-left:60px; color:#777;}
.comment-form{padding:15px 15px;}
.comment-form h2{margin-bottom:15px;}

/* WIDGETS */
.widget {margin-bottom:20px;}

	/* TAG CLOUD */
	.widget.tags-wr {padding-bottom: 15px;}
	.tags-list:before, .tags-list:after{display:table; content:"";}
	.tags-list:after{clear:both;}
	.tags-list {list-style: none; padding-left: 0; margin: 0;}
	.tags-list li {border: 1px solid #ecf0f1; background:#FFF; padding: 5px; float: left;margin-right: 5px;margin-bottom: 5px; color:#999; font-size:12px;}
	.tags-list li a{color:#7a92ac; margin-left:4px;}
	.tags-list li:hover{background:#7a92ac; color:#FFF;}
	.tags-list li:hover a{color:#FFF; text-decoration:none;}

	/* VIDEO CONTAINER */
	.video-container iframe{margin:0; border:0;}

	/* MEDIA - PHOTOS */
	.media-photos-list {padding-left:0; list-style:none; margin-bottom:0; overflow:hidden;}
	.media-photos-list &gt; li {float:left; margin-right:6px; margin-bottom:6px;}
	.media-photos-list &gt; li img {width:60px; height: 60px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
	.media-photos-list &gt; li img:hover {opacity: 0.65;filter: alpha(opacity=65);}

/* LISTS */
ul.list-2{-webkit-padding-start:20px; margin:15px 0;}
ul.list-2 li{padding-left:15px; list-style-type:none; background:url(../images/list-style-2.png) no-repeat 0 8px; color:#555;}
ul.list-2 li a{color:#555;}
ul.list-2 li a:hover{color:rgb(131, 174, 52); text-decoration:none;}

ul.list-3{margin:0; list-style:none;}
ul.list-3 li{height:58px; background:#f2f2f2; overflow:hidden; margin-bottom:13px;}
ul.list-3 li .list-order{width:58px; height:58px; position:relative; float:left; text-align:center; line-height:60px; background:#28B8EA; font-size:30px; font-weight:600; color:#FFF;}
ul.list-3 li .list-order:after{position:absolute; top:50%; right:0px; border:7px solid transparent; height:1px; width:0; border-right-color:#f2f2f2; margin-top:-7px; content:'';}
ul.list-3 li .list-content{float:left; height:58px; margin-left:8px;}
ul.list-3 li .list-content h5{font-size:15px; font-weight:600; margin:8px 0 4px 0;}
ul.list-3 li .list-content p{}

ul.popular {list-style:none; margin:0; padding:0;}
ul.popular li {clear:left; border-bottom:1px dotted #f1f1f1; padding:10px 0; display:block; width:100%;}
ul.popular li img{width:60px;}
ul.popular li p{margin-left:70px;}
ul.popular li i{color:#a1a1a1; display:block; font-style:normal; font-size:12px;}
ul.popular li a {font-weight:500;}
ul.popular li a:hover {text-decoration:none; color:#464646;}
ul.popular li span {font-size: 12px;}

ul.categories{list-style:none; margin:0; padding:0 !important;}
ul.categories li{margin:5px 0;}
ul.categories.highlight li{}
ul.categories.highlight li a{display:block; padding:10px; background:#FFF; color:#222;}
ul.categories.highlight li a:hover{background:#7a92ac; color:#FFF; text-decoration:none;}
ul.categories.highlight li a i{float:right; font-style:normal; color:#999; font-size:11px;}
ul.categories.highlight li a:hover i{color:#FFF;}

ul.recent{list-style:none; margin:0; padding:0;}
ul.recent li {border-bottom:1px dotted #e9e9e9;}
ul.recent li:last-child{border:0; padding-bottom:0;}
ul.recent li a{display:block; padding:10px 0;}
ul.recent li a:hover{border-color:#28B8EA;}
ul.recent li h6 {margin:0 0 10px 0;}
ul.recent li h6 a{color:#353535;font-size:14px;text-transform:none;text-decoration:none;font-weight:600;}

ul.list-check {list-style:none; margin:0; padding:0;}
ul.list-check li {padding:6px 0; display:block; width:100%;}
ul.list-check li i{color:#e06d58; font-style:normal; margin-right:4px;}
ul.list-check li a {font-weight:500;}
ul.list-check li a:hover {text-decoration:none; color:#a1a1a1;}
ul.list-check li span {font-size: 14px;}

ul.list-carousel {list-style:none; margin:0; padding:0;}
ul.list-carousel li {padding:6px 0; display:block; width:100%; font-size:16px;}
ul.list-carousel li i{font-style:normal; margin-right:4px;}
ul.list-carousel li a {font-weight:500;}
ul.list-carousel li a:hover {text-decoration:none; color:#a1a1a1;}
ul.list-carousel li span {font-size: 14px;}

/* SKILLS DIAGRAM */
.skills {clear:both; width:100%;}
.skills ul,
.skills li {display:inline-block; list-style:none; margin:0 6px 0 0; padding:0;}
.skills li {padding:0 15px; height:35px; line-height:35px; color:#fff; margin-bottom:1px; font-size:18px;}

.skills .jq {background:#97BE0D;}
.skills .css {background:#D84F5F;}
.skills .html {background:#88B8E6;}
.skills .php {background:#BEDBE9;}
.skills .sql {background:#EDEBEE;}

/* FORMS */
.form-default .form-control{background:#3d4754; border:1px solid #3d4754; color:#FFF;}
.form-default .form-control:focus{-webkit-box-shadow:none; box-shadow:none;}
.form-default .form-control:-moz-placeholder{color:#ddd}
.form-default .form-control::-moz-placeholder{color:#ddd}
.form-default .form-control:-ms-input-placeholder{color:#ddd}
.form-default .form-control::-webkit-input-placeholder{color:#ddd}

.form-control[type="file"] {
	height:auto;
	border:0;
	border-radius:0;
	box-shadow:none;
	background:none;
	padding:0;
	}

.form-light .form-control{margin-bottom:10px; background:#FFF; border:1px solid #3d4754; color:#555;}
.form-light label{color:#FFF;}
.form-light .form-control:focus{-webkit-box-shadow:none; box-shadow:none;}
.form-light .form-control:-moz-placeholder{color:#9ab2cc}
.form-light .form-control::-moz-placeholder{color:#9ab2cc}
.form-light .form-control:-ms-input-placeholder{color:#9ab2cc}
.form-light .form-control::-webkit-input-placeholder{color:#9ab2cc}

.sign-in-wr{margin-top:26px; padding-top:15px;}
.sign-in-wr .form-icon{display:block; width:80px; height:80px; border-radius:80px; margin:25px auto; text-align:center; line-height:80px; font-size:40px;}
.sign-in-wr h4{padding:0 15px;}

/* SOCIAL ICONS */
.social-media i{width:40px; height:40px; display:inline-block; padding:10px; margin-right:10px; margin-bottom:10px; text-align:center; font-size:18px; background:#ddd; color:#333; border-radius:2px;}
.social-media .facebook{background:#43609c; color:#FFF;}
.social-media .twitter{background:#62addb; color:#FFF;}
.social-media .google{background:#dd4b39; color:#FFF;}
.social-media i:hover{background:none; color:#a1a1a1;}

/* FORM ERRORS */
.form-errors{width:100%; margin-bottom:20px;}
.form-errors .error{display:block; color:#ce1a33; font-weight:500;}
.help-inline{font-size:11px; color:#B8321F; position:relative; top:-8px;}
#info-box{display:none; text-align:center; margin-top:30px; color:#59b540;}
#info-box h2{font-size:16px; font-weight:600;}
#info-box p{}

/* MAP CANVAS */
.map-canvas{margin-top:30px; height:300px;}
.map-canvas .info-window-content{min-width:250px;}
.map-canvas .info-window-content h2{font-size:18px; font-weight:600; margin-bottom:8px;}
.map-canvas .info-window-content h3{font-size:14px; font-weight:500;}
.map-canvas .info-window-content p{font-size:12px; color:#999; text-shadow:none; }

/* CLIENTS */
.carousel-clients .item-inner{margin-bottom:15px; background:#FFF; border:1px solid #ddd;}
.carousel-clients .item-inner img{width:100%;}

/* TESTIMONIALS */
.carousel-testimonials .testimonial-entry p{display:block; height:136px; margin-top:-5px; padding:15px 15px; line-height:20px; font-size:13px; color:#eeeeee; background:#555; border-radius:0; border-color: #e5e5e5 #dbdbdb #d2d2d2; -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; box-shadow: rgba(0,0,0,0.3) 0 1px 3px; position:relative; z-index:2;}
.carousel-testimonials .testimonial-image{float:left; width:80px !important; height:80px; position:relative; margin-left:30px;}
.carousel-testimonials .indicator{display:block; content:""; margin-top:-18px; margin-left:60px; width:18px; height:18px; background-color: #555;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
margin-bottom: 10px;
border-bottom: 1px solid #999;
border-right: 1px solid #b0afaf;
border-top: 0;}
.carousel-testimonials .testimonial-entry .author{}
.carousel-testimonials .testimonial-entry .testimonial-image{
	border-radius: 50%;
	height: 50px;
	overflow: hidden;
	width: 50px !important;
	margin-right:8px;
	}
.carousel-testimonials .testimonial-entry .testimonial-image img{max-height:77px;}
.carousel-testimonials .testimonial-author-info{padding-top:28px;}
.carousel-testimonials .testimonial-author-info a{padding-left:20px;}

/* FOOTER */

footer{padding-bottom:20px; min-height:30px; font-size:12px; background:#2d2d2d;}
footer:before, footer:after {display:table; content:" ";}
footer:after{clear:both;}
footer .col.reset{margin:0;}
footer h4{margin-top:20px; color:#EEE; margin-bottom:20px; text-transform:capitalize;}
footer .col p{color:#999; font-size:13px; margin-bottom:10px;}
footer a{color:#999; text-decoration:none;}
footer a:hover{text-decoration:none;}
footer .col ul{margin:0; padding:0; list-style:none;}
footer .col ul li{color:#999;}
footer .col ul li span{color:#EEE;}
footer .col address{color:#999; padding:8px 0;}
footer .company-info{font-size: 10px; text-align:justify;}
footer .company-info h2{font-size:14px; font-weight:600; background:#f00;}
footer .col.col-social-icons i{width:40px; height:40px; display:inline-block; padding:10px; margin-right:10px; margin-bottom:10px; text-align:center; font-size:18px; background:#ddd; color:#333; border-radius:2px;}
footer form{margin-top:20px;}
footer hr{border-top:1px solid #444;}
footer .copyright{color:#EEE;}

/* TO TOP */
#toTop {display:none; text-decoration:none; position:fixed; bottom:10px; right:10px; overflow:hidden; width:40px; height:40px; border:none; text-indent:100%; background:#555; border-radius:3px;}
#toTopHover {background:#cd5b46; width:40px; height:40px; display:block; overflow:hidden; float:left; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0);}
#toTop:active, #toTop:focus {outline:none;}
#toTop:before {font-family:'FontAwesome'; content: "\f106"; color:#ffffff; font-size:20px; position: absolute;top: 50%;left: 50%;width: 20px;height: 20px;text-align: center;line-height: 20px;margin-top: -10px;margin-left: -10px;text-indent:0;}

/* BOOTSTRAP CUSTOMIZATION */
.btn {font-size:14px; font-weight:normal; line-height:1.428571429; text-align:center; white-space:nowrap; vertical-align:middle; cursor:pointer; background-image:none; border:1px solid transparent;
border-radius:2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}
.btn i{margin-right:4px;}

.btn-lg {padding: 7px 16px; font-size:17px; line-height:1.33; border-radius:3px;}
.btn-lg i{font-size:24px; position:relative; top:3px;}

.btn-one {color:#9ab2cc; background-color:#FFF; border:0; border-bottom:4px solid #DDD;}
.btn-one:hover,
.btn-one:focus,
.btn-one:active,
.btn-one.active,
.open .dropdown-toggle.btn-one {color:#ffffff; background-color:#7a92ac; border-color:#5e7996;}
.btn-one:active,
.btn-one.active,
.open .dropdown-toggle.btn-one {background-image: none;}

.btn-two {color:#ffffff; background-color:#7a92ac; border:0; border-bottom:4px solid #5e7996;}
.btn-two:hover,
.btn-two:focus,
.btn-two:active,
.btn-two.active,
.open .dropdown-toggle.btn-two {color: #ffffff;background-color:#3d4754;border-color:#2c343e;}
.btn-two:active,
.btn-two.active,
.open .dropdown-toggle.btn-two {background-image: none;}

.btn-three {color:#ffffff; background-color:#e06d58; border:0; border-bottom:4px solid #c55844;}
.btn-three:hover,
.btn-three:focus,
.btn-three:active,
.btn-three.active,
.open .dropdown-toggle.btn-three {color: #ffffff; background-color:#7a92ac; border-color:#5e7996;}
.btn-three:active,
.btn-three.active,
.open .dropdown-toggle.btn-three {background-image: none;}

.btn-primary {color:#ffffff; background-color:#7a92ac;}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {color:#ffffff; background-color:#3d4754; border-color:#3d4754;}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {background-image: none;}

.btn-red {background:#28B8EA !important;}

.btn-input {color:#ffffff; background-color:#7a92ac; padding:5px; border-color:#5e7996; }
.btn-input:hover,
.btn-input:focus,
.btn-input:active,
.btn-input.active,
.open .dropdown-toggle.btn-input {color:#ffffff; background-color:#FFF; border-color:#2c343e;}
.btn-input:active,
.btn-input.active,
.open .dropdown-toggle.btn-input {background-image: none;}

/* PROGRESS BARS */
.progress {height: 28px; margin-bottom:15px; overflow: hidden; background-color: #f5f5f5; border-radius:2px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);}
.progress .sr-only{width:auto; height:28px; margin:0; margin-left:30px; left:0; clip:auto; line-height:28px; font-size:14px;}
.progress-bar-one{background-color:#e06d58;}
.progress-bar-two{background-color:#697e93;}
.progress-bar-three{background-color:#3b3e43;}
.progress-bar-four{background-color:#FFF;}

/* TABS */
div.tabs {margin-bottom:0;}
div.tabs:before, div.tabs:after {display: table;content: " ";}
div.tabs:after{clear: both;}
div.tabs div.tab-content {
	-moz-border-radius: 0 0 2px 2px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0 0 2px 2px;
	border-top: 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	padding: 15px;
}
div.tabs ul.nav-tabs {margin: 0;}
div.tabs ul.nav-tabs li.active a {background:#fff; border-top:2px solid #CCC; color: #CCC;}
div.tabs ul.nav-tabs a {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	background: #f7f7f7;
	border: 1px solid #EEE;
	border-bottom: 0;
	border-radius: 2px 2px 0 0;
	margin-right: 1px;
	color:#333;
}

div.tabs ul.nav-tabs a:hover {
	border-top: 2px solid #CCC;
	color:#7a92ac;
}

div.tabs ul.nav-tabs a:active,
div.tabs ul.nav-tabs a:focus {
	border-bottom: 0;
}
div.tabs-left ul.nav-tabs a:active,
div.tabs-left ul.nav-tabs a:focus {
	border-right: 0;
}
div.tabs ul.nav-tabs a,
div.tabs ul.nav-tabs a:hover {
	border: 1px solid #EEE;
	border-bottom: 0;
	border-top: 2px solid #7a92ac;
	font-size: 0.9em;
}
div.tabs-left  ul.nav-tabs a,
div.tabs-left  ul.nav-tabs a:hover {
	border: 1px solid #EEE;
	border-right: 0;
	border-left: 2px solid #DDD;
	color: #CCC;
	font-size: 0.9em;
}
div.tabs-right  ul.nav-tabs a,
div.tabs-right  ul.nav-tabs a:hover {
	border: 1px solid #EEE;
	border-left: 0;
	border-right: 2px solid #DDD;
	color: #CCC;
	font-size: 0.9em;
}
/* tab left */
.tabbable.tabs-left {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 30px;
}
div.tabbable.tabs-left div.tab-content {
	-moz-border-radius: 0 0 2px 2px;
	-moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.04);
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0 0 2px 2px;
	border-left: 0;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.04);
	padding: 15px;
}
div.tabbable.tabs-left ul.nav-tabs a {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	background: #f7f7f7;
	border: 1px solid #EEE;
	border-right: 0;
	border-radius: 2px 2px 0 0;
	color: #666;
	margin-bottom: 3px;
}
div.tabbable.tabs-left  ul.nav-tabs li.active a {
	background: #fff;
	color: #CCC;
}

/* tab right */
.tabbable.tabs-right {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 30px;
}
div.tabbable.tabs-right div.tab-content {
	-moz-border-radius: 0 0 2px 2px;
	-moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.04);
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0 0 2px 2px;
	border-left: 0;
	margin: 0;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.04);
	padding: 15px;
}
div.tabbable.tabs-right ul.nav-tabs a {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	background: #f7f7f7;
	border: 1px solid #EEE;
	border-left: 0;
	border-radius: 2px 2px 0 0;
	color: #666;
	margin-bottom: 3px;
}
div.tabbable.tabs-right  ul.nav-tabs li.active a {
	background: #fff;
	color: #CCC;
}

/* TABS CENETERED */
.tabs-centered{width:100%; display:table; margin:0 auto;}
.tabs-centered ul{background:#f00;}
.tabs-centered ul li{width:100px; display:inline-block; float:none;}

/* COLLAPSE */
.panel-group{margin-bottom:30px;}
.panel-group .panel{border-radius:0;}

/* MODAL */
.modal-footer{margin-top:0;}

/* FONT AWESOME */
.fa-icon-list div{margin-top:10px; color:#777; padding:5px 10px; cursor:default;}
.fa-icon-list div:hover{background:#e06d58; color:#FFF;}


/* SCROLLING ANIMATIONS */
.scrollimation.fade-in{
	opacity:0;
	-webkit-transition:opacity 0.6s ease-out;
	transition:opacity 0.6s ease-out;
}
.scrollimation.fade-in.in{
	opacity:1;
}
.scrollimation.scale-in{
	opacity:0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform:scale(0.5);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
	transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}
.scrollimation.scale-in.in{
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
}
.scrollimation.fade-right{
	opacity:0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform:translateX(-100px);
	-webkit-transition: -webkit-transform .6s ease-out,opacity .6s ease-out;
	transition: transform .6s ease-out,opacity .6s ease-out;
}
.scrollimation.fade-right.in{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}
.scrollimation.fade-left{
	opacity:0;
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform:translateX(100px);
	-webkit-transition: -webkit-transform .6s ease-out,opacity .6s ease-out;
	transition: transform .6s ease-out,opacity .6s ease-out;
}
.scrollimation.fade-left.in{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}
.scrollimation.fade-up{
	opacity:0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform:translateY(100px);
	-webkit-transition: -webkit-transform .6s ease-out,opacity .6s ease-in;
	transition: transform .6s ease-out,opacity .6s ease-in-out;
}
.scrollimation.fade-up.in{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform:translateY(0px);
}
.scrollimation.d1{
	transition-delay:.3s;
}
.scrollimation.d2{
	transition-delay:.6s;
}
.scrollimation.d3{
	transition-delay:.9s;
}
.scrollimation.d4{
	transition-delay:1.2s;
}
.touch .scrollimation.fade-in{
	opacity:1;
}
.touch .scrollimation.scale-in{
	opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform:scale(1);
}
.touch .scrollimation.fade-right{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}
.touch .scrollimation.fade-left{
	opacity:1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform:translateX(0px);
}
.touch .scrollimation.fade-up{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform:translateY(0px);
}

/* SKILLS STYLES */
.skills-bars{
    position: relative;
    margin-top: 20px;
    height:122px;
	opacity:0;
	transition:opacity .3s ease-out;
	margin-bottom:62px;
}
#skills h1 {
	margin-top:18px !important;
	}

.font1 {
	font:700 32px/36px Bitter,'Open Sans',Arial !important;
	color:#fff;
	text-transform:inherit !important;
	}
.font1 span {
	color:#000;
	font-size:40px;
	}
.inverse .fa-quote-left {
	color:#fff;
	}
.inverse h2.font1 {
	margin-bottom:0;
	}

.skills-item{
    position: absolute;
    width:50%;
	height:0;
    bottom:0;
    transition:height 1.2s ease-in-out;
}
.skill1{
    left:0;
    background: #000;
}
.skill2{
    left:50%;
    background: #fff;
}
.skill3{
    left:50%;
    background: #334959;
}
.skill4{
    left:75%;
    background: #B2C7C8;
}
.percent{
    position: absolute;
    display: block;
    width:100%;
    top:-70px;
    font-size: 48px;
    text-align: center;
}
.skills-item p{
    position: absolute;
    width: 100%;
    bottom: -40px;
    text-align: center;
}
.pt15 {padding-top:1.5em;}
.pt30 {padding-top:3em;}
.pt40 {padding-top:4em;}
.mt15 {padding-top:1.5em;}
.mt30 {padding-top:3em;}
.mt40 {padding-top:4em;}

.pb15 {padding-bottom:1.5em;}
.pb30 {padding-bottom:3em;}
.pb40 {padding-bottom:4em;}
.mb15 {padding-bottom:1.5em;}
.mb30 {padding-bottom:3em;}
.mb40 {padding-bottom:4em;}


.cirkels figure {
	border-radius:50%;
	overflow:hidden;
	width:200px;
	height:200px;
	margin:0 auto 25px;
	}
	.cirkels figure img {
		min-height:100%;
		}
body &gt; section {
	position:relative;
	}


.social-links {
    list-style:none;
    margin:0;
    padding:0;
}
.social-links li{
    display:inline-block;
    margin:0 5px;
    border-radius:3px;
    box-shadow:0 4px 0 transparent;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}
.social-links li a {
    display:block;
    color:#fff;
    font-size:21px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    background:#3b5998;
    border-radius:50%;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}
.social-links li a.instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: translateY(4px);
}
.social-links li a.instagram svg {
	height: 24px;
}
.social-links li a:hover {
    color:#fff;
    background:#28B8EA
}
.social-links li a.instagram:hover {
    background: #d6249f;
}
.navbar-nav {
	float:none !important;
	display:inline-block;
	margin:12px 0 -4px;
	}
.navbar-collapse {
	text-align:center;
	}
.navbar-nav li.logo {
	margin-top:0;
	}
.logo:hover a, .logo:focus a {
	background:none !important;
	}
header .navbar-white {
	padding:0;
	}

.cmsBlok10 figure {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
	}
.cmsBlok10 .btn {
	margin-bottom:20px;
	}
	.cmsBlok10 figure img {
		display:inline-block;
		max-height:120px;
		}
.cmsBlok10 h2 {
	padding-bottom:0;
	border-bottom:0;
	}
.tussenkop {
	text-transform:uppercase;
	width:100%;
	text-align:center;
	font-size:31px;
	}
	.introkop {
		font-size:24px;
		}


	.scorentext .tussenkop{font-size:29px;}
	.tussenkop span {
		color:#28B8EA;
		}
#skills h1 {
	color:#fff;
	text-transform:uppercase;
	}
.logoWit {
	margin-top:20px;
	}




/* SKIN TWO - DARK RED */

a{color:#28B8EA;}
a:hover{color:#28B8EA; text-decoration:underline; -o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.35s;}

/* COLORS: l=light, t=transparent, d=dark, c=contrast*/
.color-one{background:#0898de; color:#FFF;}
.color-one-c{background:#c20202; color:#FFF;}

.color-two{background:#999999; color:#FFF;}
.color-two-l{background:#cccccc; color:#FFF;}
.color-two-l p{color:#999999;}
.color-two-d{background:#1a1a1a; color:#FFF;}
.color-two-c{background:#585757; color:#FFF;}
.color-two-t{background:#999999; background:rgba(105, 126, 147, 0.7); color:#FFF;}

.color-three{background:#FFF; color:#a4a4a4;}
.color-three p{color:#a4a4a4;}

.orange{background:#ff8c43;}
.green{background:#93c054;}
.yellow{background:#ffbe00;}
.yellow-gold{background:#f2b200;}
.gray{background:#f1f1f1;}
.dark{background:#232323;}

/* DELIMITERS &amp; INDICATORS */
.indicator-down.color-one{border-top-color:#28B8EA; background:none;}
.indicator-down.color-two{border-top-color:#999999; background:none;}
.indicator-down.color-two-d{border-top-color:#1a1a1a; background:none;}
.indicator-down.color-two-l{border-top-color:#cccccc; background:none;}
.indicator-down.color-three{border-top-color:#FFF; background:none;}

/* HEADER */
header .navbar-default{margin:0; padding:20px 0; background:#232323; border:0; border-radius:0;}

.navbar-default .navbar-nav &gt; li &gt; a{color:#FFF; padding:13px 16px; margin-right:4px; font-size:15px;}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {color:#FFF; background-color:#28B8EA; border-radius:3px;}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {color:#1a1a1a; background-color:#FFF; border-radius:3px;}

.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus {color: #cccccc;background-color: transparent;}

.navbar-default .navbar-toggle {border-color:#28B8EA;}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #28B8EA;}

.navbar-default .navbar-toggle .icon-bar {background-color: #FFF;}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {border-color:#e7e7e7;}

.navbar-default .navbar-nav &gt; .dropdown &gt; a:hover .caret,
.navbar-default .navbar-nav &gt; .dropdown &gt; a:focus .caret {border-top-color:#FFF; border-bottom-color: #FFF;}

.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {color:#FFF; background-color: #28B8EA;}

.navbar-default .navbar-nav &gt; .open &gt; a .caret,
.navbar-default .navbar-nav &gt; .open &gt; a:hover .caret,
.navbar-default .navbar-nav &gt; .open &gt; a:focus .caret {border-top-color: #FFF;border-bottom-color: #FFF;}
.navbar-default .navbar-nav &gt; .dropdown &gt; a .caret {border-top-color: #FFF;border-bottom-color: #FFF;}

.navbar-default .dropdown-menu &gt; li{border-bottom:1px solid #f6f6f6;}
.navbar-default .dropdown-menu &gt; li &gt; a:hover{background:#28B8EA; color:#FFF;}

/* CAROUSELS */
.carousel-1 .item-dark{color:#FFF;}
.carousel-1 .description .title{background:#FFF; color:#1a1a1a;}
.carousel-1 .description p{color:#FFF;}

.carousel-1 .description.fluid-center .title{background:none; color:#FFF; text-shadow: 1px 1px 3px rgba(150, 150, 150, 0.5);}
.carousel-1 .description.fluid-center .features i{ background:#FFF; color:#999999;}

.carousel-3 .carousel-nav a:hover{background:#FFF;}

/* COLUMNS &amp; SECTIONS */
.w-box{background:#FFF; border-bottom:2px solid #dfe3e6;}
.w-box h2{color:#1a1a1a;}
.w-box h2 a {color:inherit;}
.w-box p{color:#a1a1a1; overflow:hidden; padding-bottom:0; margin-bottom:8px;}
.w-box p.social-icons{border-top:1px solid #f1f1f1;}
.w-box p.social-icons a{background:#999999; color:#FFF;}
.w-box p.social-icons a:hover{background:#3d4754;}
.w-box .w-footer{color:#a1a1a1; border-top:1px solid #f1f1f1;}

.w-box.dark{background:#1a1a1a; border-bottom:2px solid #0f0f0f;}
.w-box.dark p{color:#f1f1f1;}
.w-box.dark h2{color:#FFF; border-bottom:1px solid #0f0f0f;}
.w-box.dark .thmb-img i{font-size:64px; color:#FFF;}

.w-section{background:#FFF;}
.w-section .feature i{color:#555;}

.w-section .contrast-box{padding:15px; border-radius:3px;}
.w-section .contrast-box i{font-size:24px; margin-right:8px; }
.w-section .contrast-box small{display:block; margin-top:12px; font-style:italic; text-align:right;}

/* HOVER ANIMATIONS */
.animate-hover-slide figure figcaption{border-bottom:1px solid #f2f2f2;}
.animate-hover-slide figure figcaption h3{border-bottom:1px solid #f2f2f2;}

/* PRICING */
.pricing-plans ul{color:#a1a1a1;}
.pricing-plans ul li{border-bottom:1px solid #f1f1f1;}

.pricing-plans .plan-select{border-top:1px solid #f1f1f1;}
.pricing-table .plan-select{border-bottom:1px solid #f1f1f1;}

.pricing-table .table-comparision{background:#FFF; border-color:#f1f1f1; color:#777;}
.pricing-table .table-comparision th{border-color:#f1f1f1;}
.pricing-table .table-comparision td{border-color:#f1f1f1;}

/* TIMELINE */
.timeline .year{background:#1a1a1a; }

/* BLOG */
.blog-grid .date-over{background:rgb(255, 255, 255); color:#999999;}
.blog-post ul.meta-list li a{color:#999999;}
.blog-post ul.meta-list li a:hover{color:#28B8EA;}

/* WIDGETS */
	/* TAG CLOUD */
	.tags-list li {border: 1px solid #ecf0f1; background:#FFF; color:#999;}
	.tags-list li:hover{background:#999999; color:#FFF;}
	.tags-list li:hover a{color:#FFF; text-decoration:none;}

/* LISTS */
ul.list-2 li{background:url(../images/list-style-2.png) no-repeat 0 8px; color:#555;}
ul.list-2 li a{color:#555;}
ul.list-2 li a:hover{color:rgb(131, 174, 52);}

ul.list-3 li{height:58px; background:#f2f2f2; overflow:hidden; margin-bottom:13px;}
ul.list-3 li .list-order{width:58px; height:58px; position:relative; float:left; text-align:center; line-height:60px; background:#28B8EA; font-size:30px; font-weight:600; color:#FFF;}
ul.list-3 li .list-order:after{position:absolute; top:50%; right:0px; border:7px solid transparent; height:1px; width:0; border-right-color:#f2f2f2; margin-top:-7px; content:'';}

ul.popular li {border-bottom:1px dotted #f1f1f1;}
ul.popular li i{color:#a1a1a1;}
ul.popular li a:hover {color:#464646;}

ul.categories.highlight li a{background:#FFF; color:#222;}
ul.categories.highlight li a:hover{background:#999999; color:#FFF;}
ul.categories.highlight li a i{color:#999;}
ul.categories.highlight li a:hover i{color:#FFF;}

ul.recent li {border-bottom:1px dotted #e9e9e9;}
ul.recent li a:hover{border-color:#28B8EA;}
ul.recent li h6 a{color:#353535;}

ul.list-check li i{color:#28B8EA;}
ul.list-check li a:hover {color:#a1a1a1;}

ul.list-carousel li {color:#999999;}
ul.list-carousel li i{color:#999999;}
ul.list-carousel li a:hover {color:#a1a1a1;}

/* FORMS */
.form-default .form-control{background:#3d4754; border:1px solid #3d4754; color:#FFF;}
.form-default .form-control:focus{-webkit-box-shadow:none; box-shadow:none;}
.form-default .form-control:-moz-placeholder{color:#ddd}
.form-default .form-control::-moz-placeholder{color:#ddd}
.form-default .form-control:-ms-input-placeholder{color:#ddd}
.form-default .form-control::-webkit-input-placeholder{color:#ddd}

.form-light .form-control{margin-bottom:10px; background:#FFF; border:1px solid #3d4754; color:#555;}
.form-light label{color:#FFF;}
.form-light .form-control:focus{-webkit-box-shadow:none; box-shadow:none;}
.form-light .form-control:-moz-placeholder{color:#1a1a1a}
.form-light .form-control::-moz-placeholder{color:#1a1a1a}
.form-light .form-control:-ms-input-placeholder{color:#1a1a1a}
.form-light .form-control::-webkit-input-placeholder{color:#1a1a1a}

/* FORM ERRORS */
.form-errors .error{color:#ce1a33;}
.help-inline{fcolor:#B8321F;}
#info-box{color:#59b540;}

/* TESTIMONIALS */
.carousel-testimonials .testimonial-entry p{margin-top:5px; padding:18px 15px; line-height:20px; font-size:12px; color:#eeeeee; background:#28b8ea; border-radius:3px; border-color: #e5e5e5 #dbdbdb #d2d2d2; -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; box-shadow: rgba(0,0,0,0.3) 0 1px 3px;}
.carousel-testimonials .testimonial-image{float:left; width:62px !important; height:80px; position:relative; margin-left:30px;}
.carousel-testimonials .indicator{display: block;content: ""; margin-top: -19px; margin-left:60px; width:18px; height:18px; background-color: #28b8ea;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
margin-bottom: 10px;
border-bottom: 1px solid #999;
border-right: 1px solid #b0afaf;
border-top: 0;}

.carousel-testimonials .testimonial-author-info{padding-top:18px;}
.carousel-testimonials .testimonial-author-info a{padding-left:20px;}

/* FOOTER */
footer{padding-bottom:20px; min-height:30px; font-size:12px; background:#f3a400;}
footer:before, footer:after {display:table; content:" ";}
footer:after{clear:both;}
footer .col.reset{margin:0;}
footer h4{margin-top:20px; color:#EEE; margin-bottom:20px; text-transform:capitalize;}
footer .col p{color:#999; font-size:13px; margin-bottom:10px;}
footer a{color:#999; text-decoration:none;}
footer a:hover{color:#28B8EA; text-decoration:none;}
footer .col ul{margin:0; padding:0; list-style:none;}
footer .col ul li{color:#999;}
footer .col ul li span{color:#EEE;}
footer .col address{color:#999; padding:8px 0;}
footer .company-info{font-size: 10px; text-align:justify;}
footer .company-info h2{font-size:14px; font-weight:600; background:#f00;}
footer .col.col-social-icons i{width:40px; height:40px; display:inline-block; padding:10px; margin-right:10px; margin-bottom:10px; text-align:center; font-size:18px; background:#ddd; color:#333; border-radius:2px;}
footer form{margin-top:20px;}
footer hr{border-top:1px solid #444;}
footer .copyright{color:#EEE;}

/* TO TOP */
#toTopHover {background:#28B8EA;}

/* BOOTSTRAP CUSTOMIZATION */
.btn-one {color:#1a1a1a; background-color:#FFF; border:0; border-bottom:4px solid #DDD;}
.btn-one:hover,
.btn-one:focus,
.btn-one:active,
.btn-one.active,
.open .dropdown-toggle.btn-one {color:#ffffff; background-color:#999999; border-color:#828181;}
.btn-one:active,
.btn-one.active,
.open .dropdown-toggle.btn-one {background-image: none;}

.btn-two {color:#ffffff; background-color:#999999; border:0; border-bottom:4px solid #828181;}
.btn-two:hover,
.btn-two:focus,
.btn-two:active,
.btn-two.active,
.open .dropdown-toggle.btn-two {color: #ffffff;background-color:#1a1a1a;border-color:#0f0f0f;}
.btn-two:active,
.btn-two.active,
.open .dropdown-toggle.btn-two {background-image: none;}

.btn-three {color:#ffffff; background-color:#28B8EA; border:0; border-bottom:4px solid #c20202;}
.btn-three:hover,
.btn-three:focus,
.btn-three:active,
.btn-three.active,
.open .dropdown-toggle.btn-three {color: #ffffff; background-color:#999999; border-color:#5e7996;}
.btn-three:active,
.btn-three.active,
.open .dropdown-toggle.btn-three {background-image: none;}

.btn-primary {color:#ffffff; background-color:#28B8EA;}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {color:#ffffff; background-color:#28B8EA; border-color:#28B8EA;}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {background-image: none;}

.btn-input {color:#ffffff; background-color:#999999; padding:5px; border-color:#5e7996; }
.btn-input:hover,
.btn-input:focus,
.btn-input:active,
.btn-input.active,
.open .dropdown-toggle.btn-input {color:#ffffff; background-color:#FFF; border-color:#2c343e;}
.btn-input:active,
.btn-input.active,
.open .dropdown-toggle.btn-input {background-image: none;}

/* PROGRESS BARS */
.progress {height: 28px; margin-bottom:15px; overflow: hidden; background-color: #f5f5f5; border-radius:2px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);}
.progress .sr-only{width:auto; height:28px; margin:0; margin-left:30px; left:0; clip:auto; line-height:28px; font-size:14px;}
.progress-bar-one{background-color:#28B8EA;}
.progress-bar-two{background-color:#999999;}
.progress-bar-three{background-color:#1a1a1a;}
.progress-bar-four{background-color:#FFF;}

/* TABS */
div.tabs {margin-bottom:0;}
div.tabs:before, div.tabs:after {display: table;content: " ";}
div.tabs:after{clear: both;}
div.tabs div.tab-content {
	-moz-border-radius: 0 0 2px 2px;
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0 0 2px 2px;
	border-top: 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	padding: 15px;
}
div.tabs ul.nav-tabs {margin: 0;}
div.tabs ul.nav-tabs li.active a {background:#fff; border-top:2px solid #CCC; color: #CCC;}
div.tabs ul.nav-tabs a {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	background: #f7f7f7;
	border: 1px solid #EEE;
	border-bottom: 0;
	border-radius: 2px 2px 0 0;
	margin-right: 1px;
	color:#333;
}

div.tabs ul.nav-tabs a:hover {
	border-top: 2px solid #CCC;
	color:#999999;
}

div.tabs ul.nav-tabs a:active,
div.tabs ul.nav-tabs a:focus {
	border-bottom: 0;
}
div.tabs-left ul.nav-tabs a:active,
div.tabs-left ul.nav-tabs a:focus {
	border-right: 0;
}
div.tabs ul.nav-tabs a,
div.tabs ul.nav-tabs a:hover {
	border: 1px solid #EEE;
	border-bottom: 0;
	border-top: 2px solid #999999;
	font-size: 0.9em;
}
div.tabs-left  ul.nav-tabs a,
div.tabs-left  ul.nav-tabs a:hover {
	border: 1px solid #EEE;
	border-right: 0;
	border-left: 2px solid #DDD;
	color: #CCC;
	font-size: 0.9em;
}
div.tabs-right  ul.nav-tabs a,
div.tabs-right  ul.nav-tabs a:hover {
	border: 1px solid #EEE;
	border-left: 0;
	border-right: 2px solid #DDD;
	color: #CCC;
	font-size: 0.9em;
}
/* tab left */
.tabbable.tabs-left {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 30px;
}
div.tabbable.tabs-left div.tab-content {
	-moz-border-radius: 0 0 2px 2px;
	-moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.04);
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0 0 2px 2px;
	border-left: 0;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.04);
	padding: 15px;
}
div.tabbable.tabs-left ul.nav-tabs a {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	background: #f7f7f7;
	border: 1px solid #EEE;
	border-right: 0;
	border-radius: 2px 2px 0 0;
	color: #666;
	margin-bottom: 3px;
}
div.tabbable.tabs-left  ul.nav-tabs li.active a {
	background: #fff;
	color: #CCC;
}

/* tab right */
.tabbable.tabs-right {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 30px;
}
div.tabbable.tabs-right div.tab-content {
	-moz-border-radius: 0 0 2px 2px;
	-moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 0 0 2px 2px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.04);
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0 0 2px 2px;
	border-left: 0;
	margin: 0;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.04);
	padding: 15px;
}
div.tabbable.tabs-right ul.nav-tabs a {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	background: #f7f7f7;
	border: 1px solid #EEE;
	border-left: 0;
	border-radius: 2px 2px 0 0;
	color: #666;
	margin-bottom: 3px;
}
div.tabbable.tabs-right  ul.nav-tabs li.active a {
	background: #fff;
	color: #CCC;
}
.slider1 .item img {
	width:100%;
	background:#fff;
	}
	.slider1 .owl-controls {
		display:none !important;
		}
.wensvandemaand {
	padding:20px 0 40px;
	}
	.wensvandemaand .img-responsive {
		-ms-transform: rotate(-8deg);
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg);
		padding:0;
		width:80%;
		display:inline-block;
		margin:39px 0;
		box-shadow:3px 4px 11px -6px #444;
		border:10px solid #fff;
		}
.backgr1 {
	background:url('../img/layout/astronaut.jpg') no-repeat center 0;
	background-size:cover;
	background-attachment:fixed;
	}
	.ipad .backgr1, .ios .backgr1 {
		background-attachment:scroll;
		background-position:center bottom;
		}
	.backgr1 h1 {
		color:#fff;
		font-size:31px;
		}
	.backgr1 .col-md-8 {
		background:rgba(0,0,0,.7);
		border-radius:5px;
		}
	.backgr1 .btn {
		background:#D51212;
		border-color:red;
		color:#fff;
		margin-top:42px;
		}
	.backgr1 .btn:hover {
		background:red;
		}
	.veilingdiv {
		display: block;
		margin: 0 auto;
		float:none;
		width: 331px;
		}
aside.sidebar {
	float:left;
	}
	section.contentvlak {
		float:right;
		}
#carouselWork {
	margin-top:30px;
	}
.onderfooter {
	float:left;
	width:100%;
	background:#000;
	padding:10px 0 2px;
	}
.onderfooter p {
	color:#fff;
	}
.onderfooter a {
	color:#fff;
	}
.contactbalk p {
	float:right;
	margin:10px 15px 0 0;
	font-size:17px;
	}
.contactbalk .btn {
	float:right;
	}
	.contactbalk i {
		margin:0;
		}
	.contactbalk p a {
		font:inherit;
		color:#fff;
		text-decoration:none;
		}
.socialbalk {
	}
#main-footer {
	color:#fff;
	}
.testimonial-author-info span {
	color:#fff;
	}
.tijdlijnbalk {
	background:#515151;
	background: #f3a400;
	overflow:hidden;
	height:400px;
	position:relative;
	}
	.tijdlijnbalk .tussenkop {
		color:#fff !important;
		}
	.fadeblok {
		position:absolute;
		z-index:50;
		bottom:0;
		width:100%;
		height:200px;

        background-image: -webkit-gradient(
          linear, right bottom, right top, from(rgba(81, 81, 81, 1.0)),
          to(rgba(0, 0, 0, 0))
        );
        background-image: -moz-linear-gradient(
          bottom center,
          rgba(81, 81, 81, 1.0) 20%, rgba(0, 0, 0, 0) 95%
        );
        background-image: -webkit-gradient(
          linear, right bottom, right top, from(rgba(243,164,0, 1.0)),
          to(rgba(0, 0, 0, 0))
        );
        background-image: -moz-linear-gradient(
          bottom center,
          rgba(243,164,0, 1.0) 20%, rgba(0, 0, 0, 0) 95%
        );

        filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=0, startColor=2, endColorStr=#515151
        );
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=0, startColor=2, endColoStr=#515151
        );
        filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=0, startColor=2, endColorStr=#f3a400
        );
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(
          gradientType=0, startColor=2, endColoStr=#f3a400
        );


	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(81, 81, 81, 1.0));
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(243,164,0, 1.0));

	/*background: -o-linear-gradient(left, rgba(81, 81, 81, 1.0), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(left,  rgba(81, 81, 81, 1.0),  rgba(0, 0, 0, 0));
	background: -webkit-linear-gradient(left, rgba(81, 81, 81, 1.0), rgba(0, 0, 0, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d9bd0', endColorstr='#0e4679', GradientType=1);*/




Alpha:
/* IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorStr=#E28E48, endColor=0);
/* IE8 uses -ms-filter for whatever reason... */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorStr=#E28E48, endColor=0);





background-image:linear-gradient(tobottom,#7b7b7b0,#717171100%);




		}
	.timeline {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkZBREE0Rjk0QUZGMTFFNEFGRjVGOTIyMjI4MEQwOTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkZBREE0RkE0QUZGMTFFNEFGRjVGOTIyMjI4MEQwOTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRkFEQTRGNzRBRkYxMUU0QUZGNUY5MjIyMjgwRDA5NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRkFEQTRGODRBRkYxMUU0QUZGNUY5MjIyMjgwRDA5NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnKEvlQAAAASSURBVHjaYvgPBAwgDCYAAgwAUrwJ96n+jl0AAAAASUVORK5CYII=);
		}
	.fadeblok .btn {
		margin-top:125px;
		}
.infobalk {
	background:url("../img/layout/gras2.jpg") no-repeat center bottom / 100% auto #fff;
	}
	.infobalk .tussenkop {
		text-align:left;
		}
	.infobalk p {
		color:#000;
		text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
		}
	.infobalk [src$="bestvooruit.png"] {
		margin-top:22px;
		margin-bottom:22px;
		}
.scorentext {
	padding-bottom:20px;
	}
aside#sidebar {
	margin-top:20px;
	}
	aside#sidebar ul {
		margin:0;
		padding:0;
		list-style:none;
		}
		aside#sidebar li {
			border-top:1px solid #D0D0D0;
			padding:6px 0;
			}
		aside#sidebar li:first-child {
			border:none;
			}
		aside#sidebar a {
			color:inherit;
			}
.whiteBg {
	background:#fff;
	}
.greyBg {
	background:#efefef;
	}
.mobileLogo {
	display:block;
	margin:10px 0 ;
	}
.navbar-toggle {
	position:absolute;
	right:0;
	top:24px;
	}
.wrong {
	border:1px solid red !important;
	}

body {
	overflow-x:hidden;
	}
header .active {
	background:#28b8ea !important;
	color:#fff !important;
	}
header .active:hover {
	color:#fff !important;
	}
aside #subnav {
	width:80%;
	}
.mobile { display:none !important;}

#carouselClients .item-inner .sponsLogo {
	height:138px;
	line-height:138px;
	display:block;
	width:100%;
	background:#fff;
	text-align:center;
	}
#carouselClients .item-inner .sponsLogo img {
	vertical-align:middle;
	display:inline-block;
	max-width:90%;
	}
.navbar-collapse {
	position:relative;
	}

.color-two-l .tussenkop {
	color:#000;
	}

.isotopeItem &gt; div {
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	background:#fff;
	}
.isotopeItem .event-date {
	float:left;
	padding:10px;
	width:100%;
	font-weight:bold;
	}
.isotopeItem .event-footer {
	float:left;
	width:100%;
	padding:10px;
	}
	.isotopeItem .inner {
		float:left;
		width:100%;
		}
		.isotopeItem .inner p {
			padding:10px;
			}
	.isotopeItem div.veilingCt div.veilingdiv {
		padding: 0 10px;
		width: 100%;
		}
	.timeline .event.offset-first {
		margin-top: 0 !important;
		}
	.weergave {
		float:right;
		margin:-22px 0 -40px;
		position:relative;
		z-index:4;
		}
		.weergave p {
			float:left;
			margin:16px 2px 0 0;
			}
		.weergave a {
			border-radius:2px;
			width:52px;
			height:52px;
			float:left;
			border:5px solid #28B8EA;
			margin:0 0 0 10px;
			opacity:.6;
			background:url('../img/weergave.png') no-repeat 20px 20px #28B8EA;
			}
		.weergave a.active {
			opacity:1;
			}
		.weergave .masonryView {
			background-position:-46px 0;
			}
		.weergave .timelineView {
			background-position:0 0;
			}

/* RESPONSIVE MEDIA QUERIES */
@media (min-width: 1200px) {
	.w-section .aside-feature{text-align:left;}
	.w-section .aside-feature .icon-feature{text-align:left;}
}

@media (min-width: 992px) {
 	.navbar-default .dropdown-menu, .navbar-white .dropdown-menu{margin-top:20px !important;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.w-box, .carousel-work figure{margin-bottom:15px;}

	.carousel-1 .item img{}
	.carousel-1 .object{width:400px !important;}
}

@media (min-width: 767px) {
	[class^="col-"],[class^="cmsBLok"]{float:left;}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav &gt; li &gt; a{color:#FFF; padding:10px 20px; margin-right:0; font-size:15px;}
	.navbar-default .navbar-nav &gt; li &gt; a:hover,
	.navbar-default .navbar-nav &gt; li &gt; a:focus {color:#FFF; background-color:#e06d58; border-radius:0 !important;}

	.navbar-default .navbar-nav &gt; .active &gt; a,
	.navbar-default .navbar-nav &gt; .active &gt; a:hover,
	.navbar-default .navbar-nav &gt; .active &gt; a:focus {border-radius:0 !important;}

	.navbar-default .navbar-nav .open .dropdown-menu &gt; li{padding:5px 10px; border-bottom-color:#3b3e43;}
	.navbar-default .navbar-nav .open .dropdown-menu &gt; li:hover{background:#e06d58; color:#FFF;}
	.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a{color:#FFF;}
	.navbar-default .navbar-collapse.in .dropdown-menu &gt; li:hover &gt; a{color:#FFF;}
	.navbar-default .navbar-collapse.in .dropdown-menu &gt; li &gt; a &gt; .caret{float:right;}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form{border-color:#000 !important;}
	.navbar-default .dropdown-menu:after {border-color: rgba(255, 255, 255, 0); border-bottom-color: #FFF; border-width:0px;margin-left:0px;}
	.navbar-default .dropdown-menu:before {border-color: rgba(255, 255, 255, 0); border-bottom-color: #FFF; border-width:0px;margin-left:0px;}
	.navbar-default .dropdown-menu{margin-top:0;}
	.navbar-default .dropdown-menu &gt; li &gt; a{padding:8px 15px; color:#FFF;}
	.navbar-default .dropdown-menu &gt; li &gt; a:hover{background:#e06d58; color:#FFF;}

	.search-wr{height:90px;}
	.search-wr .search-sign i{font-size:40px; line-height:90px; margin-left:30px; color:#DDD;}
	.global-search-input{padding:8px 0; font-size:20px; position:relative; width:90%; background:#fff; z-index: 10; border:none; outline:none;
color:#DDD; font-weight:500;}

	.w-section .aside-feature{text-align:center;}
	.w-section .aside-feature .icon-feature{text-align:center;}

	.sort-list-btn .btn{margin-bottom:10px;}

	.w-box,.carousel-work figure{margin-bottom:15px;}
 	.animate-hover-slide figure img{width:100%;}

	.carousel-1 .carousel-inner{height:420px;}
	.carousel-1 .carousel-inner{overflow:hidden;}
	.carousel-1 .carousel-control i{position:absolute; top:50%; margin-top:-18px; font-size:36px; font-weight:600;}
	.carousel-1 .item{}
	.carousel-1 .item img{}
	.carousel-1 .item-dark{color:#FFF;}
	.carousel-1 p{font-size:16px;}
	.carousel-1 .object{display:none;}
	.carousel-1 .object.fluid{width:100%; left:0; margin:0;}
	.carousel-1 .object iframe{width:100% !important; }
	.carousel-1 .object img{}
	.carousel-1 .description{width:100% !important; top:50px; left:0 !important; margin:0 !important;}
	.carousel-1 .description .title{font-size:32px; margin:0 0 15px 0; padding:8px 20px; background:#FFF; color:#9ab2cc; display:block; text-align:center;}
	.carousel-1 .description .subtitle{font-size:24px; margin:20px 0; padding:0 15px !important; display:block; text-align:center;}
	.carousel-1 .description p{font-size:16px; color:#FFF; margin:0;}
	.carousel-1 .description p.text-box{}
	.carousel-1 .description.fluid-center .features i{width:80px; height:80px; background:#FFF; text-align:center; line-height:80px; font-size:34px; color:#697e93; font-weight:700; border-radius:80px; margin-right:20px;}
	.carousel-1 .list-carousel{padding-left:30px !important;}

	.carousel-3 figure{margin-bottom:20px;}
	.carousel-3 .carousel-nav a{bottom:16px !important; top:auto !important;}

	.slider{height:auto; max-height:440px; margin:0;}

	.cta-wr{text-align:center;}
	.cta-wr .btn{float:none !important;}
}
@media only screen and (min-width: 1440px){
	.slider{width:100%;}
}

@media (max-width: 460px) {
	.search-wr .search-sign i{margin-left:0;}
	.global-search-input{font-size:16px; padding:14px 0;}
}



@media(min-width:1910px){
	[src$="voetballer.png"] {margin-top:55px;}
}
@media(min-width:992px) and (max-width:1200px){
	.tussenkop {font-size:25px;}

	.scorentext .tussenkop{font-size:25px;}
	.navbar ul.subMenu {margin-left:-20px; right:-40px;}
	.navbar-white .navbar-nav &gt; li &gt; a {font-size:15px; padding:18px 13px 8px;}
	#carouselClients .item-inner .sponsLogo {height:109px; line-height:109px;}
}
@media(min-width:767px) and (max-width:992px){
	.navbar-white .navbar-nav &gt; li &gt; a {font-size:12px; padding:18px 6px 8px;}
	.backgr1 .col-md-8 {padding-top:5px;padding-bottom:5px;}
	.tussenkop {font-size:21px;}
	[src$="voetballer.png"] {margin-top: 55px;}
	aside #subnav {width:100%;}
	.navbar ul.subMenu {margin-left:-20px;}
}
@media(max-width:767px){
	.navbar-white .navbar-nav &gt; li &gt; a {padding:0;}
	.navbar-nav li {margin:18px 0;}
	.navbar-white .navbar-nav &gt; li &gt; a:hover, .navbar-white .navbar-nav &gt; li &gt; a:focus {background:none; color:#000;}
	/* .slider-wrapper {display:none;} */
	.infobalk img {display:inline-block;}
	.tussenkop {font-size:20px;text-align:center !important;}
	.scorentext {text-align:center;}
	.scorentext {padding-bottom:0;}
	.backgr1 .col-md-8 {border-radius:0;padding-top:5px;padding-bottom:5px;}
	.head-title.has-controls h3 {font-size:14px; width:100%;}
	.head-title.has-controls {text-align:center;}
	.carousel-top-controls {float:left;position:static; display:inline-block; margin:0 0 15px;}
	.carousel-testimonials .testimonial-entry p {height:auto;}
	.social-links {text-align:center;}
	.contactbalk p {font-size:12px;}
	.contactbalk {text-align:center;}
	.onderfooter p {text-align:center !important;}
	.navbar-nav {width:100%;}
	.navbar li:hover ul.subMenu {display:none;}
	.timeline .event {margin: 0 0 20px; position: static !important; width: 100%;}
	.head-title.has-controls a.link {margin-top:8px;}
	aside #subnav {width:100%;}
	.w-box p {height:auto;}
	.vrwrdn {float:left;width:100%;}
	.w-box {float:left; width:100%;}
	.veilingdiv {width:307px; overflow:hidden; border-radius:10px;}
	.veilingdiv &gt; span{margin-left:-11px;}
	.nomobile { display:none !important;}
	.mobile { display:block !important;}
	.fb-like {position:static !important; margin:64px 0 0;}
	.color-one .font1 {font-size:16px !important; line-height:25px !important;}
	.color-one .font1 span {font-size: 19px !important;}
	#carouselClients .item-inner a {height:124px; line-height:124px; overflow:hidden;}
	#carouselClients .item-inner img {max-height:100%; width:auto; max-width:100%;}
	.veilingfrm input[type="radio"] + label, .veilingfrm input[type="checkbox"] + label {width:80%;}
}</pre></body></html>