@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);

/* Global styles */
body { font-family: 'Open Sans', sans-serif; font-size: 14px; }

.no-margin { margin: 0; }
.no-padding { padding: 0; }

a, .noselect, :focus {
	-webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
}

@media (min-width: 992px) {
	.no-padding-left { padding-left: 0 }
	.no-padding-right { padding-right: 0 }
}

.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-20 {	margin-bottom: 20px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.padding-top-10 { padding-top: 10px; }
.padding-top-20 { padding-top: 20px; }

.display-hidden { display: none; }

span.required { color: red; }

/* Default underline */
a { color: #000; text-decoration: underline; }
a:hover, a:focus { color: #f68220; text-decoration: none;}

/* Some links without underline */
li a, .introduction a:first-child, .subsites a {
    text-decoration: none !important;
}

.help-block.valid { margin: 0; }

.underline { text-decoration: underline; }

/* Default responsive images */
article img {
	display: block;
    max-width: 100%;
    height: auto;
}

/* TOOLTIPS */
.tooltip-inner { background-color: #f68220; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #f68220; }
.tooltip.right .tooltip-arrow { border-right-color: #f68220; }
.tooltip.left .tooltip-arrow { border-left-color: #f68220; }
.tooltip.top .tooltip-arrow { border-top-color: #f68220; }
.tooltip.in{filter:alpha(opacity=100);opacity:1}

/* HEADER */
header { padding-bottom: 20px; }

header .websites li > a {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    text-transform: uppercase;
    padding: 5px 5px 10px 5px;
    /*margin-right: 10px;*/
    border-radius: 2px;
    width: 130px;
    text-align: center;
    /*left: -15px;*/
    position: relative;
    color: #666;
    
}

header .websites li:hover > a {
    background: #666;
    color: #fff;
    
}

header .websites li > a span {
    position: absolute;
    text-align: center;
    left: 0;
    width: 150px;	
}

@media (max-width: 767px) {
	header .websites .list-inline > li { padding: 0; }
}

header .websites a.menu_vj, header .websites a.menu_vj span { width: 150px !important; }
header .websites a.menu_green, header .websites a.menu_green span { width: 72px !important; }
header .websites a.menu_juridischfiscaal, header .websites a.menu_juridischfiscaal span { width: 142px !important; }
header .websites a.menu_transacties, header .websites a.menu_transacties span { width: 110px !important; }
header .websites a.menu_werk, header .websites a.menu_werk span { width: 72px !important; }
header .websites a.menu_data, header .websites a.menu_data span { width: 70px !important; }

header .websites li:hover a.menu_vj { background: #f68220; }
header .websites li:hover a.menu_vj:after { border-top: 8px solid #f68220 !important; }
header .websites li:hover a.menu_green { background: #4db848; }
header .websites li:hover a.menu_green:after { border-top: 8px solid #4db848 !important; }
header .websites li:hover a.menu_juridischfiscaal { background: #0072bc; }
header .websites li:hover a.menu_juridischfiscaal:after { border-top: 8px solid #0072bc !important; }
header .websites li:hover a.menu_transacties { background: #ed1c24; }
header .websites li:hover a.menu_transacties:after { border-top: 8px solid #ed1c24 !important; }
header .websites li:hover a.menu_werk { background: #00aeef; }
header .websites li:hover a.menu_werk:after { border-top: 8px solid #00aeef !important; }
header .websites li:hover a.menu_data { background: #818285; }
header .websites li:hover a.menu_data:after { border-top: 8px solid #818285 !important; }

header .websites li > a span img {
    height: 22px;
    width: 22px;
    vertical-align: -5px;
}

header .websites li > a:after {
    content: ' ';
    position: relative;
    top: 34px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
}

/* shared with before and after */
header .websites li > a:hover:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666;
}

header .logo {
	position: relative;
	/* top: 15px; */
	margin-bottom: 15px !important;
}

@media (min-width: 992px) {
	header .logo {
		margin: 0;
	}
}

header .logo #logo_slide {
	position: absolute;
	top: 0;
	left: 50px;
	height: 48px;
	overflow: hidden;
	display: none;
	font-size: 2.5em;
	font-weight: 300;
	color: #fff;
	background: rgba(208,210,210,0.5);
}

/* USPS */
ul.usps li {
	border-bottom: 1px solid #f2f2f2;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	padding: 8px 0;
}

/* SUBSITES PICKER */
.websites li .sitepicker {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 100;
}

.websites li .sitepicker.vj  > .row { border-top: 2px solid #f68220 }
.websites li .sitepicker.green  > .row { border-top: 2px solid #4db848 }
.websites li .sitepicker.juridisch_fiscaal > .row { border-top: 2px solid #0072bc }
.websites li .sitepicker.transacties > .row { border-top: 2px solid #ed1c24 }
.websites li .sitepicker.werk > .row { border-top: 2px solid #00aeef }
.websites li .sitepicker.data > .row { border-top: 2px solid #818285 }

.websites li:hover .sitepicker {
	display: block !important;
}

.websites li .sitepicker > .row {
	height: 100px;
	position: relative;
	z-index: 100;
	background: #fff;
 	margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.websites li .sitepicker .row a span {
	display: block;
	position: absolute;
	bottom: 15px;
	width: 80%;
	color: #fff;
	padding: 5px;
	/*text-align: justify; */
	font-size: 0.8em;
	background: rgb(0, 0, 0); /* fallback color */
 	background: rgba(0, 0, 0, 0.5);
 	text-align: left;
}

.websites li .sitepicker .row a div { width: 100%; height: 95px; background-size: cover; }

@media (min-width: 992px) {
	.websites li .sitepicker > .row {
		height: 120px;
	}
	
	.websites li .sitepicker .row a div {
		height: 115px;
	}
}

@media (min-width: 1200px) {
	.websites li .sitepicker > .row {
		height: 130px;
	}
	
	.websites li .sitepicker .row a div {
		height: 125px;
	}
}

.websites li .sitepicker.vj .row a div { background-color: #f68220; }
.websites li .sitepicker.green .row a div { background-color: #4db848; }
.websites li .sitepicker.juridisch_fiscaal .row a div { background-color: #0072bc; }
.websites li .sitepicker.transacties .row a div { background-color: #ed1c24; }
.websites li .sitepicker.werk .row a div { background-color: #00aeef; }

/* BREADCRUMBS */
ol.breadcrumb {
	margin-top: 10px;
	padding: 0;
	background: transparent !important;
	line-height: 16px;
}

ol.breadcrumb li a, ol.breadcrumb > .active {
	font-family: 'Roboto Condensed', sans-serif;
}

ol.breadcrumb > li+li:before {
	content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    text-decoration: inherit;
}

.breadcrumb>li {
display: inline;
}

/* SOCIAL MEDIA */
.social-slide {
	height: 22px;
	width: 22px;
	margin: 5px;
	float: right;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.social-slide:hover {
	background-position: 0px -22px;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.8);
}

.social-facebook { background: url('../img/social_facebook.png'); }
.social-linkedin { background: url('../img/social_linkedin.png'); }
.social-twitter { background: url('../img/social_twitter.png'); }

/* NAVBAR/MENU */


/* Logo and menu color */
@media (min-width: 768px) {
	.menu-shadow {
	    background: #858585;
	    -webkit-box-shadow: inset 0px 4px 5px 0px rgba(102,102,102,1);
	    -moz-box-shadow: inset 0px 4px 5px 0px rgba(102,102,102,1);
	    box-shadow: inset 0px 4px 5px 0px rgba(102,102,102,1);
	}
}

.menu-shadow {
	border-bottom: 3px solid #f68220;
}

.navbar-logo {
	width: 250px;
    margin-left: 15px;
    float: left;
}

.navbar-default {
    background: transparent !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.navbar-brand {
	padding: 0;
	height: 43px;
}

.navbar-toggle {
	margin-top: 4px;
	margin-bottom: 5px;
    background: #fff;
}

@media (min-width: 768px) {
	.navbar-default .navbar-nav>li>a {
        font-size: 12pt;
        
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-nav > li > a {
  		padding: 4px 7px;
        margin: 8px 15px 8px 0;
	}
    
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .dropdown-menu>li>a:focus,
    .navbar-default .dropdown-menu>li>a:hover {
        -webkit-box-shadow:inset 0px 0px 0px 1px #fff;
        -moz-box-shadow:inset 0px 0px 0px 1px #fff;
        box-shadow:inset 0px 0px 0px 1px #fff;
        border-radius: 2px;
        background-color: transparent !important;       
    }
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-decoration: none;    
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: transparent;
}

.navbar-default .navbar-nav > li > a > .fa {
margin-right: 5px;
}


@media (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		color: #666 !important;
	}
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 2px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 10pt;
	margin-right: 13px;
	border-radius: 2px;
	border-top: 0;
}

.navbar-default .dropdown-menu > li > a {
	text-decoration: none;
}

.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > li > a:hover {
  color: #f68220;
  text-decoration: none;
}

#menu_search {
    background: #f68220;
    padding-top: 2px;
    display: none;
}

#menu_search input[type=text] { height: 50px; font-size: 1.6em; }
#a_menu_close { color: #fff; font-size: 2em; float: right; line-height: 40px; padding: 5px; }
#search_input {
	width: 80%;
	border: 1px solid #f68220;
	background: #f68220;
	color: #fff;
}

#menu_search button {
margin: 0;
padding: 5px;
background: none;
border: 0;
float: right;
font-size: 2em;
color: #fff;
line-height: 40px;
}

#search_input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
#search_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
#search_input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
#search_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

.dropdown-menu-login {
	width: 250px;
	padding: 15px;
}

.dropdown-menu-login .form-group label, .dropdown-menu-login .checkbox label, .dropdown-menu-login p {
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.submenu {
	-webkit-box-shadow: 0px 4px 5px -5px rgba(102,102,102,1);
    -moz-box-shadow: 0px 4px 5px -5px rgba(102,102,102,1);
    box-shadow: 0px 4px 5px -5px rgba(102,102,102,1);
}

.submenu a {
	color: #666 !important;
}

@media (min-width: 768px) {
    .submenu .navbar-default .navbar-nav>.active>a,
    .submenu .navbar-default .navbar-nav>.active>a:focus,
    .submenu .navbar-default .navbar-nav>.active>a:hover,
    .submenu .navbar-default .navbar-nav>li>a:focus,
    .submenu .navbar-default .navbar-nav>li>a:hover,
    .submenu .navbar-default .dropdown-menu>li>a:focus,
    .submenu .navbar-default .dropdown-menu>li>a:hover {
        -webkit-box-shadow:inset 0px 0px 0px 1px #666;
        -moz-box-shadow:inset 0px 0px 0px 1px #666;
        box-shadow:inset 0px 0px 0px 1px #666;
        border-radius: 2px;
        background-color: transparent !important;       
    }
}

/* GENERAL */

h1, h2 {
	color: #000;
	font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

h3, .header {
	color: #f68220;
	font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0;
}

h3 {
	font-weight: 400;
}

.siteheader {
	height: 40px;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 0px 0px 5px;
}

.siteheader p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	line-height: 25px;
	display: inline;
	font-size: 25px;
}

.siteheader img {
	height: 25px;
	float: left;
	margin-right: 5px;
}

iframe {
	border: 1px solid #9a9a9c;
	
}

/* NEWS */

article {
	border-bottom: 1px solid #d3d3d3;
}

article.headline,
.cover {
	position: relative;
	width: 100%;
	height: 450px;
    -webkit-box-shadow: 0px 4px 5px -5px rgba(102,102,102,1);
    -moz-box-shadow: 0px 4px 5px -5px rgba(102,102,102,1);
    box-shadow: 0px 4px 5px -5px rgba(102,102,102,1);
    border: 0;
    background: url('https://placehold.it/950x575/CCCCCC/000000?text=Geen+afbeelding+beschikbaar');
	background-size: cover; 
	background-position: center center;
}

article.headline h1 {
	font-size: 3em;
}

ul.list-news li {
border-bottom: 1px solid #f2f2f2;
color: #666666;
padding: 8px 0;
}

ul.list-news li i {
color: #ccc;
}

@media (max-width: 767px) {
	article.headline,
	.cover {
		height: 200px;
	}
}

@media (max-width: 991px) {
	article.headline,
	.cover {
		height: 300px;
	}
}

article.headline .overlay {
	position: absolute;
	bottom: 10px;
	width: 80%;
	color: #fff;
	padding: 5px 10px 0 10px;
	background: rgb(0, 0, 0); /* fallback color */
 	background: rgba(0, 0, 0, 0.5);
 	/* text-align: justify; */
}

article.headline .overlay .tags a {
	color: #fff;
	background: transparent;
}

.visible-xs .uitgelicht, .visible-sm .uitgelicht, .themamaand .article .uitgelicht {
	position: relative;
	display: inline-block;
	background: #f86220;
	padding: 2px 5px;
	border-radius: 2px;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.themamaand .article h1 {
	margin-top: 0; 
}

article.headline .overlay .uitgelicht {
	position: absolute;
	top: -19px;
	z-index: 10;
	background: #f86220;
	padding: 2px 5px;
	border-radius: 2px;
	font-size: 0.9em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

article.headline .overlay .breaking {
	position: absolute;
	top: -24px;
	z-index: 10;
	background: #f86220;
	padding: 2px 5px;
	border-radius: 2px;
	font-size: 1.2em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

article.headline .overlay .breaking i {
	margin-right: 5px;
}

@media (max-width: 767px) {
	article.headline .overlay {
		width: 95%;
	}
	article.headline .overlay p {
	    overflow: hidden;
	    max-height: 40px;
	    display: block;
	}
}

@media (max-width: 320px) {
	article.headline .overlay {
		max-height: 100px;
	}
	article.headline .overlay p {
	    display: none;
	}
}

article.headline h1, article.headline a, article.headline a:visited {
	color: #fff !important;
	text-decoration: none;
}

article h1 {
	font-size: 1.5em;
	margin-top: 0px;
}

article a:visited h1 {
	color: #888;
}

article .introduction p {
    
}

article .thumb {
margin-bottom: 10px;
}

.tags a, aside .tags a {
	color: #666;
	font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
	border-radius: 2px;
	border: 1px solid #666;
	background: #fff;
	padding: 0px 4px 0px 4px;
	text-decoration: none !important;
	text-transform: uppercase;
	margin-bottom: 2px;
	display: inline-block;
}

.tags a .fa, aside .tags a .fa {
	margin-right: 3px;
}

.tags a.gratis, aside .tags a.gratis {
	margin-right: 3px;
}

article .time, aside .time {
	font-weight: 700;
	color: #666;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
    line-height: 1.8em;
}

.tag-orange {
	background: #f86220;
	padding: 3px 6px;
	border-radius: 2px;
	font-size: 0.9em;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
}

ul.list-news li i { 
	color: #f86220;
}

ul.list-news li span {
display: inline-block;
float: right;
color: #666;
font-size: 0.9em;
}

.leesverder {
margin-top: 5px;
background-color: #f86220;
padding: 5px;
border-radius: 3px;
font-family: 'Open Sans', sans-serif;
}

.leesverder a {
font-weight: 400;
font-size: 12px;
text-decoration: none;
color: #fff !important;
}

 
div.floater ins .img-a-b {
float: right;
}

section img.img-a-b {
margin: 10px 0;
}

/* BUTTONS */

.btn {
	padding: 8px 12px;
}
.btn-orange {
	background: #f68220;
    background-clip: padding-box;
    border: 1px solid #e06905;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 0 #e06905;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    height: 34px;
    line-height: 1.8rem;
    margin-bottom: .8rem;
    outline: none;
    /* padding: 1.4rem 2rem; */
    text-align: center;
    text-decoration: none;
    transition: background .1s linear;
}

#news_load_more {
	width: 100%;
}

a.btn-orange:focus, button.btn-orange:focus, input[type=submit].btn-orange:focus,
a.btn-orange:hover, button.btn-orange:hover, input[type=submit].btn-orange:hover,
a.btn-orange:active, button.btn-orange:active, input[type=submit].btn-orange:active {
    background: #f78c31;
    border-color: #de751c;
    box-shadow: inset 0 -2px 0 0 #de751c;
    color: #fff !important;
    text-decoration: none;
}

a.btn-grey, button.btn-grey, input[type=submit].btn-grey {
	background-color: #a7a9aa;
	color: #fff;
}

.form-control {
	border-radius: 0;
	/*border: 1px solid #000;*/
}

.form-control:focus {
    border-color: #f68220;
    outline: 0;
    box-shadow: none;
}


/* SOCIAL MEDIA BUTTONS */
.social-buttons .btn {
    background-clip: padding-box;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    height: 34px;
    line-height: 1.8rem;
    margin-bottom: .8rem;
    outline: none;
    text-decoration: none;
    transition: background .1s linear;
    position: relative;
}

.social-buttons span {
	display: block;
	position: absolute;
	left: 40px;
}

.social-buttons i {
	float: left;
	margin-top: 2px;
}

/* Facebook */
.social-buttons .btn-facebook {
	background: #3b5998;
	border: 1px solid #6d84b4;
	box-shadow: inset 0 -2px 0 0 #6d84b4;
}

.social-buttons a.btn-facebook:hover, aside .social-buttons a.btn-facebook:active {
    background: #6d84b4;
    border-color: #afbdd4;
    box-shadow: inset 0 -2px 0 0 #afbdd4;
}

/* Twitter */
.social-buttons .btn-twitter {
	background: #0084b4;
	border: 1px solid #008dc0;
	box-shadow: inset 0 -2px 0 0 #008dc0;	
}

.social-buttons a.btn-twitter:hover, aside .social-buttons a.btn-twitter:active {
    background: #008dc0;
    border-color: #0197cd;
    box-shadow: inset 0 -2px 0 0 #0197cd;
}

/* LinkedIn */
.social-buttons .btn-linkedin {
	background: #007bb6;
	border: 1px solid #0084c4;
	box-shadow: inset 0 -2px 0 0 #0084c4;	
}

.social-buttons a.btn-linkedin:hover, aside .social-buttons a.btn-linkedin:active {
    background: #0084c4;
    border-color: #008ccf;
    box-shadow: inset 0 -2px 0 0 #008ccf;
}

/* Google+ */
.social-buttons .btn-google-plus {
	background: #dd4b39;
	border: 1px solid #eb5745;
	box-shadow: inset 0 -2px 0 0 #eb5745;	
}

.social-buttons a.btn-google-plus:hover, aside .social-buttons a.btn-google-plus:active {
    background: #eb5745;
    border-color: #f86452;
    box-shadow: inset 0 -2px 0 0 #f86452;
}

/* ASIDE */
aside .sub a { text-decoration: underline; }
aside .sub a:hover { color: #000; text-decoration: none; }

aside .header {
	display: block;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #f68220;
	font-size: 2em;
}

aside input[type=text] {
	height: 34px;
	width: 100%;
}

aside ul, ul.vjcalendar {
	list-style-type: none;
	padding: 0px;
    margin: 0px;
}

aside ul li {
	border-bottom: 1px solid #f2f2f2;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #666666;
	padding: 8px 0;
}

aside ul li i {
	color: #ccc;
}

ul.vjcalendar li {
	border-bottom: 1px solid #f2f2f2;
}

aside li:last-child {
margin-bottom: 10px;
}

aside .themamaand > div {
	background: #f2f2f2;
}

aside .themamaand div.article {
	padding: 0 5px 5px 5px;
}

aside .themamaand div.article p {
	/* text-align: justify; */
	margin: 0;
}

aside .themamaand div.article > a {
	text-decoration: none;
}

aside .themamaand div.article a:visited h1 {
	color: #888;
}

aside .themamaand h1 {
	font-size: 1.5em;
	/* text-align: justify; */
}

aside .themamaand .bottom {
	position: absolute;
	bottom: 0;
}

/* TODO: sticky. Problem is, the parent div contains too much text, the min-height does nothing; 

aside .themamaand .article.tags {
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
}

aside .themamaand .article.time {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
} */ 

aside span.sub {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #f68220;
}

aside.large-icons .fa {
	font-size: 1.5em;
	margin-right: 25px;
	margin-left: 5px;
	vertical-align: -2px;
	width: 15px;
}

aside#mijn-vj ul li:hover {
	cursor: pointer;
}

aside#mijn-vj ul li.checked {
	font-weight: bold;
}

aside#mijn-vj ul li span {
	position: absolute;
	right: 0;
	font-size: 1em;
}

aside#mijn-vj ul li p {
margin: 0;
display: inline-block;
}

aside#mijn-vj ul li p.tagwoord:first-letter {
text-transform: uppercase;
}

/* VJ BEDRIJFSPROFIELEN */
ul.companies {
	list-style-type: none;
	padding: 0px;
    margin: 0px;
}

ul.companies li {
	border-top: 1px solid #d3d3d3;
	padding: 8px 0;
}

ul.companies li div {
	vertical-align: top;
	height: 150px;
	display: inline-block;
	padding-left: 10px;
	position: relative;
	white-space:nowrap;
    overflow:hidden;
}

ul.companies li div h3 {
	margin: 0;
	display: block;
	width: auto;
}

ul.companies li img {
	display:inline-block;
}

/* VJ CALENDAR */
.vjcalendar li {
	min-height: 54px;
	padding-top: 4px;
}

.vjcalendar .calendar {
	display: inline-block;
	float: left;
	margin-right: 5px;
	position: relative;
	width: 40px;
	height: 44px;
	background: url('../img/calendar.png');
}

.vjcalendar .calendar span {
	font-family: 'Open Sans Condensed', sans-serif;
}

.vjcalendar .calendar span.day {
	display: block;
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	z-index: 2;
}

.vjcalendar .calendar span.month {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #f68220;
	font-weight: 400;
}

.calendar_title > div {
	height: 450px;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
}

@media (max-width: 991px) {
	.calendar_title > div {
		height: 300px;
	}
}

@media (max-width: 767px) {
	.calendar_title > div {
		height: 200px;
	}
	
	.visible-xs h1 {
		font-size: 2em;
	}
}

.calendar_title .overlay {
	position: absolute;
	bottom: 10px;
	width: 80%;
	color: #000;
	background: rgb(255, 255, 255); /* fallback color */
 	background: rgba(255, 255, 255, 0.5);
 	/*text-align: justify; */
 	height: 125px;
}

.calendar_title .overlay .calendar,
.calendarcontainer > .calendar {
	position: absolute;
	width: 110px;
	height: 125px;
	background: #f68220;
}

.calendarcontainer > .calendar {
	position: relative;
}

.calendar_title .overlay .calendar .day,
.calendarcontainer > .calendar .day {
	top: -10px;
	right: 0;
	left: 0;
	position: absolute;
	text-align: center;
	font-size: 4.4em;
	color: #fff;
}

.calendar_title .overlay .calendar .month,
.calendarcontainer > .calendar .month {
	bottom: 30px;
	right: 0;
	left: 0;
	position: absolute;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
}

.calendar_title .overlay .calendar .time,
.calendarcontainer > .calendar .time {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	background: #fff;
	color: #666;
	font-weight: 400;
	font-size: 1.4em;
}

.calendar_title .overlay .title {
	padding-left: 140px;
}

.calendarcontainer h3 {
    border-bottom: 1px solid #f68220;
}


/* AFFIX */
.affix {
	top: 0;
}

@media(max-width:767px){
	.affix {
	  position: static;
	  width: auto;
	  top: 0;
	}
}

/* TABLES */
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #fff;
}

/* SELECT2 - make Bootstrap compatible */
.select2-container .select2-selection--single {
	height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px !important;
	color: #555 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 1px !important;
}


/* SUBSITES */
.subsites {
	background: #666;
	margin-left: 0;
	margin-right: 0;
}

.subsites a:nth-child(3) {
	color: #fff !important;
	font-weight: 700;
	/*text-align: justify; */
	display: block;
	margin: 10px 0;
}

.subsites a:hover {
	text-decoration: underline;
}

.subsites a > div {
	height: 125px;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.subsites span {
	position: absolute;
	background: #fff;
	border-radius: 2px;
	top: 20px;
	left: 20px;
	overflow: visible;
	height: 20px;
	padding: 2px 5px 0 33px;
}

.subsites span img {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: -4px;
}

.subsites a.img-border div {
	margin-top: 10px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(41,41,41,1);
 	-moz-box-shadow: 0px 4px 5px 0px rgba(41,41,41,1);
	box-shadow: 0px 4px 5px 0px rgba(41,41,41,1);
}

.subsites span.header, .subsites span.header a {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 700;
font-size: 0.9em;
color: #666;
text-transform: uppercase;
}

/* FOOTER */
.footer {
	background: #242424;
	color: #fff;
}

.footer h4 {
	font-size: 1.2em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	
}

.footer p { font-size: 0.8em; }
.footer a { color: #fff; }
.footer a:hover { text-decoration: underline; }

.footer .info {
	background: #f68220;
	height: 4px;
/* 
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
 */
/* letter-spacing: 0.02em; */
/* 	padding: 10px 0; */
/* 	color: #fff; */
}

/* LANDINGPAGES */

/* Green: #4db848, Juridisch Fiscaal: #0072bc, Transacties: #ed1c24, Werk: #00aeef, Data: #818285 */
/* !important not required since these colors are in the end of the CSS, and !important will break some stuff. */
.landing-green .menu-shadow { border-color: #4db848; }
.landing-green #menu_search { background-color: #4db848; }
.landing-green h3,
.landing-green aside .header { color: #4db848; }
.landing-green .vjcalendar .calendar span.month { color: #4db848; }
.landing-green a:hover,
.landing-green a:focus { color: #4db848; }
.landing-green .footer .info { background-color: #4db848; }
.landing-green aside span.sub { color: #4db848; }
.landing-green .siteheader p { color: #4db848; }
.landing-green .tag-orange { background-color: #4db848; }
.landing-green .tag-orange { background-color: #4db848; }
.landing-green ul.list-news li i { color: #4db848; }
.landing-green .leesverder { background-color: #4db848;}
.landing-green article.headline .overlay .uitgelicht, .landing-green .visible-xs .uitgelicht, .landing-green .visible-sm .uitgelicht, .landing-green .themamaand .article .uitgelicht { background-color: #4db848;}

.landing-juridisch-fiscaal .menu-shadow { border-color: #0072bc; }
.landing-juridisch-fiscaal #menu_search { background-color: #0072bc; }
.landing-juridisch-fiscaal h3,
.landing-juridisch-fiscaal aside .header { color: #0072bc; }
.landing-juridisch-fiscaal .vjcalendar .calendar span.month { color: #0072bc; }
.landing-juridisch-fiscaal a:hover,
.landing-juridisch-fiscaal a:focus { color: #0072bc; }
.landing-juridisch-fiscaal .footer .info { background-color: #0072bc; }
.landing-juridisch-fiscaal aside span.sub { color: #0072bc; }
.landing-juridisch-fiscaal .siteheader p { color: #0072bc; }
.landing-juridisch-fiscaal .tag-orange { background-color: #0072bc; }
.landing-juridisch-fiscaal ul.list-news li i { color: #0072bc; }
.landing-juridisch-fiscaal .leesverder { background-color: #0072bc;}
.landing-juridisch-fiscaal article.headline .overlay .uitgelicht, .landing-juridisch-fiscaal .visible-xs .uitgelicht, .landing-juridisch-fiscaal .visible-sm .uitgelicht, .landing-juridisch-fiscaal .themamaand .article .uitgelicht { background-color: #0072bc;}
.landing-juridisch-fiscaal .themamaand .article h1 { margin: 0; }
.landing-juridisch-fiscaal .themamaand .slick-prev, .landing-juridisch-fiscaal .themamaand .slick-next { top: 120px; }
 
.landing-transacties .menu-shadow { border-color: #ed1c24; }
.landing-transacties #menu_search { background-color: #ed1c24; }
.landing-transacties h3,
.landing-transacties aside .header { color: #ed1c24; }
.landing-transacties .vjcalendar .calendar span.month { color: #ed1c24; }
.landing-transacties a:hover,
.landing-transacties a:focus { color: #ed1c24; }
.landing-transacties .footer .info { background-color: #ed1c24; }
.landing-transacties aside span.sub { color: #ed1c24; }
.landing-transacties .siteheader p { color: #ed1c24; }
.landing-transacties .tag-orange { background-color: #ed1c24; }
.landing-transacties ul.list-news li i { color: #ed1c24; }
.landing-transacties .leesverder { background-color: #ed1c24;}
.landing-transacties article.headline .overlay .uitgelicht, .landing-transacties .visible-xs .uitgelicht, .landing-transacties .visible-sm .uitgelicht, .landing-transacties .themamaand .article .uitgelicht { background-color: #ed1c24;}

.landing-werk .menu-shadow { border-color: #00aeef; }
.landing-werk #menu_search { background-color: #00aeef; }
.landing-werk h3,
.landing-werk aside .header { color: #00aeef; }
.landing-werk .vjcalendar .calendar span.month { color: #00aeef; }
.landing-werk a:hover,
.landing-werk a:focus { color: #00aeef; }
.landing-werk .footer .info { background-color: #00aeef; }
.landing-werk aside span.sub { color: #00aeef; }
.landing-werk .siteheader p { color: #00aeef; }
.landing-werk .tag-orange { background-color: #00aeef; }
.landing-werk ul.list-news li i { color: #00aeef; }
.landing-werk .leesverder { background-color: #00aeef;}
.landing-werk article.headline .overlay .uitgelicht, .landing-werk .visible-xs .uitgelicht, .landing-werk .visible-sm .uitgelicht, .landing-werk .themamaand .article .uitgelicht { background-color: #00aeef;}

/* MODALS */
.bootstrap-dialog.type-danger .modal-header { background-color: #f68220 !important; }
.bootstrap-dialog.type-primary .modal-header { background-color: #f68220 !important; }
.bootstrap-dialog.type-info .modal-header { background-color: #f68220 !important; }

/* Slick */

.themamaand .slick-slide {
	min-height: 400px !important;
	position: relative;
}

/* Arrows */
.slick-prev,
.slick-next
{
    position: absolute;
    top: 60px;

    display: block;

    width: 28px;
    height: 28px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: #828282;
    z-index: 100;
}

@media(max-width:767px){
	.slick-prev, .slick-next {
		top: 100px !important;
	}
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    /* background: transparent; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 14px;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
}
[dir='rtl'] .slick-prev
{
    right: 0px;
    left: auto;
}
.slick-prev:before
{
	content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    line-height: 26px;
    font-size: 20px;
    margin-left: 5px;
    margin-top: 1px;
    float: left;
}
[dir='rtl'] .slick-prev:before
{
    content: '<';
}

.slick-next
{
    right: 0px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0px;
}
.slick-next:before
{
	content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    line-height: 26px;
    font-size: 20px;
    float: right;
    margin-right: 5px;
    margin-top: 1px;
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* FILE UPLOADS */
.file-caption {
	height: 38px !important;
}

/* SOCIAL ICONS */
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:hover,.btn-adn:focus,.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:hover,.btn-google:focus,.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-odnoklassniki{color:#fff;background-color:#f4731c;border-color:rgba(0,0,0,0.2)}.btn-odnoklassniki:hover,.btn-odnoklassniki:focus,.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{color:#fff;background-color:#d35b0a;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki:active,.btn-odnoklassniki.active,.open>.dropdown-toggle.btn-odnoklassniki{background-image:none}
.btn-odnoklassniki.disabled,.btn-odnoklassniki[disabled],fieldset[disabled] .btn-odnoklassniki,.btn-odnoklassniki.disabled:hover,.btn-odnoklassniki[disabled]:hover,fieldset[disabled] .btn-odnoklassniki:hover,.btn-odnoklassniki.disabled:focus,.btn-odnoklassniki[disabled]:focus,fieldset[disabled] .btn-odnoklassniki:focus,.btn-odnoklassniki.disabled:active,.btn-odnoklassniki[disabled]:active,fieldset[disabled] .btn-odnoklassniki:active,.btn-odnoklassniki.disabled.active,.btn-odnoklassniki[disabled].active,fieldset[disabled] .btn-odnoklassniki.active{background-color:#f4731c;border-color:rgba(0,0,0,0.2)}
.btn-odnoklassniki .badge{color:#f4731c;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:hover,.btn-openid:focus,.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:hover,.btn-reddit:focus,.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:hover,.btn-soundcloud:focus,.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:hover,.btn-vimeo:focus,.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:hover,.btn-yahoo:focus,.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}

.bog-banner a {
	color: #f68220;
	text-decoration: none;
}

.bog-banner .bog-header img {
	display: block;
    width: 100%;
    height: auto;
}

.bog-banner .bog-content .slick-slide {
    padding: 5px 0;
    position: relative;
    border-bottom: 1px solid #aaa;
}


.bog-banner .bog-content .left {
	display: inline-block;
	position: absolute;
	min-width: 110px;
}

.bog-banner .bog-content .left h2 {
    font-size: 1em;
    padding: 5px 0 0 0;
    margin: 0;
}

.bog-banner .bog-content .left p {
    font-size: 0.7em;

}

.bog-banner .bog-content .left .calendar {
	position: relative;
	height: 25px;
}

.bog-banner .bog-content .left .calendar .cal {
	background: url('../img/bog_date.png') no-repeat;
	background-position: center center;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
}

.bog-banner .bog-content .left .calendar .date {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #017ba5;
	color: #fff;
	font-size: 0.8em;
	text-align: right;
	padding: 0 5px;
	position: absolute;
	width: auto;
	left: 25px;
	top:6px;
}

.bog-banner .bog-content .right {
	display: inline-block;
	float: right;
	height: 75px;
	width: 100px;
}

.bog-banner .bog-content .right a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
   	background-position: center center;
	background-size: cover;
}

.bog-banner .bog-content .right a span {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    background:rgba(246,130,32,0.8);
    background-image: url('../img/hamer_bog.png');
    background-position: 50% 30%;
    background-size: 50%;
    background-repeat: no-repeat;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    color: #fff;
    text-align: center;
    line-height: 11em;
    font-size: 0.8em;
}

.bog-banner .bog-content .right a span:hover {
	opacity: 1;
}

/*.bog-banner .bog-content .right img:after, .bog-banner .bog-content .right img:before {
    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.bog-banner .bog-content .right img:before {
	position: absolute;
    content: '\A';
    width: 100%;
	height: 100%;
    top:0;
	left:0;
    background:rgba(246,130,32,0.8);
}


.bog-banner .bog-content .right img:before {
	content: attr(data-content);
    width:100%;
    height: 100%;
    font-size: 4vw;
    color:#fff;
    z-index:1;
    top: 0;
    bottom: 0;
    text-align:center;
    line-height: 50vw;
    background: url('{$imgPath}hamer_bog.png');
    background-position: 50% 30%;
    background-size: 50%;
    background-repeat: no-repeat;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
} 

.bog-banner .bog-content .right img:hover:after, .bog-banner .bog-content .right img:hover:before {
	opacity: 1;
}*/

.bog-banner .bog-footer {
	background-color: #9c99a0;
	font-family: arial;
	color: #fff;
	text-align: center;
}

.bog-banner .bog-footer a {
	color: #fff;
	text-decoration: none;
}