html,
body {
    font-family: 'Fira Sans', sans-serif;
}

/* general */

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
	margin-top: 15px;
	font-weight: 600;
	color: #575756;
}
a {
	color: #575756;
}
a:focus, a:hover {
	color: #000;
}
#adblock-top {
	display: block;
}
#adblock-top.banner {
	height: 120px;
}
#page {
	min-height: 2000px;
	margin-top: 50px;
	padding-top: 20px;
	background: url(../images/background-header.jpg) top right 15px no-repeat;
	background-size: 620px auto;
}
#page.fixed-nav {
	padding-top: 80px;
	background: url(../images/background-header.jpg) top 60px right 15px no-repeat;
	background-size: 620px auto;
}
#page.fixed-nav.small {
	padding-top: 60px;
}
#header {
	margin-bottom: 32px;
}
#center {
	padding-right: 0;
	padding-left: 0;
}
#right {
	padding-right: 0;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
footer {
	padding: 20px 0;
	background: #3c3c3b;
}

/* navbar */

.navbar {
	margin-bottom: 0;
}
.nav > li:not(.icon) > a {
	padding-right: 20px;
	padding-left: 20px;
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu > li > a {
	padding-right: 20px;
	padding-left: 20px;
}
.nav > li.icon.rounded > a {
}
.nav > li.icon.rounded a {
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
#search {
	margin-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
}
#search input {
	outline: none;
}
#search input[type=search] {
	-webkit-appearance: textfield;
	font-family: inherit;
	font-size: 100%;
}
#search input::-webkit-search-decoration,
#search input::-webkit-search-cancel-button {
	display: none; 
}
#search input[type=search] {
	width: 32px;
	height: 32px;
	background: url(../images/icons/zoeken.svg) no-repeat right;
	background-size: 32px auto;
	border: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#search input[type=search]:focus {
	width: 160px;
	padding: 0 0 0 44px;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
#search input[type=search] {
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
#search input[type=search]:hover {
}
#search input[type=search]:focus {
	width: 160px;
	padding-left: 32px;
	border-color: #F0F0F0;
	color: #000;
	background-color: #FFF;
	cursor: auto;
}
#search input:-moz-placeholder {
	color: transparent;
}
#search input::-webkit-input-placeholder {
	color: transparent;
}
.navbar-brand {
	width: 185px;
	margin-left: 0 !important;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/logo-small.png) left no-repeat;
	background-size: auto 20px;
}
.navbar-brand span {
	display: none;
}

/* logo / slogan */

#logo-slogan,
#logo,
#slogan {
	padding-left: 0;
	padding-right: 0;
}
#slogan {
	padding-top: 12px;
	padding-right: 15px;
	text-align: right;
}
#slogan h1,
#slogan h2 {
	margin: 0;
	line-height: 1.5;
	color: #FFF;
}
#slogan h1 {
	font-size: 1.6em;
}
#slogan h2 {
	font-size: 1.6em;
}

/* #center */

#center img {
	max-width: 100%;
	height: auto;
}
#center .blog-item {
	min-height: 320px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
#center .blog-item img.header {
	width: auto;
	max-width: none;
	min-height: 320px;
	height: auto;
}
#center .blog-item .content {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 10px 10px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	position: absolute;
	bottom: 0;
	z-index: 2;
}

#center .blog-item .content *,
#center .blog-item .content a {
	color: #FFF;
}
#center .blog-item .content h2 {
	font-size: 1.2em;
}
#center .blog-item .content p {
	font-size: 1em;
}
#center .blog-item ul.tags,
#center .blog-item ul.share-buttons {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
#center .blog-item ul.tags li,
#center .blog-item ul.share-buttons li {
	float: left;
	width: auto;
	margin: 0 24px 0 0;
}
#center .blog-item ul.share-buttons li {
	margin: 0 0 0 12px;
}
.title {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 1.6em;
	text-transform: uppercase;
	border-bottom: 2px solid #1ea638;
}
.subtitle {
	font-size: 2em;
}
ul.logos,
ul.logos li,
ul.photos,
ul.photos li,
ul.list,
ul.list li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul.list {
	margin-top: 10px;
}
ul.logos li,
ul.photos li {
	padding-bottom: 5px;
}
ul.photos.small li h4 {
	margin-top: 0;
	margin-bottom: 0;
}
ul.photos.small li p {
	line-height: 1.2;
}
.quote {
	display: block;
	margin: 10px 0 20px 0;
	padding: 0 0 0 60px;
	background: url(../images/quote-left.png) left top no-repeat;
	background-size: 40px auto;
}
.quote h2 {
    display: block;
	margin: 0;
	font-weight: normal;
	color: #000;
	text-transform: none;
}
.quote .source::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: .4em;
    margin-right: 1em;
    border-top: 1px solid #E3E3E3;
}
.quote .source {
    display: block;
	color: #999;
}
.beam-lightgray {
	padding: 20px 10px;
	text-align: center;
	background: #F2F2F2;
	border-bottom: 2px solid #CCC;
}
.beam-gray {
	padding: 5px 10px;
	background: #3c3c3b;
	color: #FFF;
}
.beam-gray a {
	color: #FFF;
	text-decoration: none;
}
#partner,
ul#partners li {
	position: relative;
}
ul#partners li {
	padding: 20px 10px 10px;
}
ul#partners li img {
	padding: 9px;
	border: 1px solid #DDD;
}
.highlight {
	padding: 2px 5px;
	background: #1ea638;
	color: #FFF;
	font-size: 80%;
	position: absolute;
	top: 5px;
	right: 5px;
}
#experts-small li p {
	margin-bottom: 0;
}
.event-date {
	display: inline-block;
	min-width: 40px;
	margin-bottom: 5px;
	background: #1ea638;
	text-align: center;
}
.event-date *,
.event-date a {
	color: #FFF;
	text-decoration: none;
}
.event-date .month {
	display: block;
	font-size: 80%;
}
.event-date .day {
	display: block;
	font-weight: 600;
	font-size: 1.6em;
}
.background-white {
	padding: 15px;
	background: #FFF;
}
ul.themes li {
	display: inline;
	padding: 2px;
	text-transform: uppercase;
	font-weight: 600;
	background: #1ea638;
	color: #FFF;
}
.text a {
	color: #1ea638;
	text-decoration: underline;
}
.text a:hover,
.text a:focus {
	color: #000;
}
.text iframe,
.blog-item iframe,
.text img {
	max-width: 100%;
}
#tag-cloud a {
	margin-bottom: 5px;
}

/* #right */

.sidebar {
	margin-bottom: 15px;
	padding: 10px;
	background: #ededed;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.sidebar .title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.3em;
	text-transform: uppercase;
	border-bottom: 2px solid #FFF;
}
.sidebar.logos {
	background: #FFF;
	padding: 0 10px;
}
.nav-btn-green {
	display: inline-block;
	width: 100%;
	min-height: 36px;
	line-height: 36px;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
	background: #39a036 url(../images/nav-button-right.png) top left no-repeat;
	background: 100% auto;
}
.nav-btn-green a {
	display: block;
	color: #FFF;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.nav-btn-green a:hover,
.nav-btn-green a:active,
.nav-btn-green a:focus {
	background-color: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
.nav-btn-green a.active,
.nav-btn-green a.active:hover {
	background-color: rgba(0, 0, 0, 0.2);
	color: #DDD;
}

/* Custom page footer */

footer *,
footer a:hover {
	color: #FFF;
}
footer h3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 4px dotted #1ea638;
}
footer ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding-left: 0;
}
footer .na a {
	color: #999;
}

/* Customize container */

@media (min-width: 768px) {
  .container {
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Responsive */

@media screen and (min-width: 768px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
  .hm {
	  display: none;
  }
	.navbar-brand {
		margin-left: 15px !important;
	}
	#header {
		margin-bottom: 0;
	}
	#search {
		display: none;
	}
	#center {
		display: inline-block;
	}
	#center .blog-item img.header {
		width: 100%;
		height: auto;
		min-height: auto;
	}
	#center .blog-item .content {
		padding: 10px;
		background: #FFF;
		position: relative;
	}
	#center .blog-item .content *,
	#center .blog-item .content a {
		color: #3c3c3b;
	}
	#right {
		padding-left: 0;
	}
}
@media (max-width: 480px) {
	#center .blog-item img.header {
	}
}

/* SWP popup */

.swp-popup {
    display: none;
    position: fixed;
    z-index: 10000;
    right: 80px;
    bottom: 0;
    height: auto;
    width: 300px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 5px 5px rgba(64, 64, 64, .15);
    -moz-box-shadow: 0 0 5px 5px rgba(64, 64, 64, .15);
    box-shadow: 0 0 5px 5px rgba(64, 64, 64, .15);
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0
}
.swp-popup h2.title {
    float: left;
    display: inline;
    width: 100%;
    height: auto;
    margin: 0 0 12px 0;
    padding: 10px 0;
    line-height: 1.5;
    background: #22a84a;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0
}
.swp-popup .text {
    padding: 10px
}
.swp-popup a.popup-close {
    cursor: pointer
}

/* misc */

.thumbnail.profile {
    height: 150px;
}
.thumbnail.profile .col-left,
.thumbnail.profile .col-right {
    height: 148px;
}
.thumbnail.profile .col-left {
    overflow: hidden;
    border-right: 1px solid #DDD;
    text-align: center;
}
.thumbnail.profile .col-left img {
    max-width: none !important;
}
.thumbnail.profile.client .col-left img {
/*
    margin: -20px 0 0 -15px;
*/
    width: auto;
    height: 150px !important;
}
#de-mensen .thumbnail {
	overflow: hidden;
}
#de-mensen .thumbnail.profile.client .col-left img {
/*
	margin: -5px 0 0 -15px;
*/
}
.thumbnail.profile h4 {
    font-size: 16px;
}
.thumbnail.profile p {
}
.thumbnail.profile small {
    font-size: 70%;
}
.thumbnail.profile .btn {
    position: absolute;
    left: 12px;
    bottom: 12px;
}
.banner .img-responsive {
	display: inline-block;
}
table.swp {
    width: 100% !important;
    height: auto;
    border: none;
    margin: 15px 0;
    padding: 0;
    border-spacing: 0px;
    border-collapse: separate
}

table.swp th {
    background-color: #1ea638;
    color: #FFF;
    text-align: left;
    vertical-align: top;
    padding: 12px;
    line-height: 1.5;
    border-color: #1ea638
}
table.swp.tl th {
    padding: 10px 5px;
    background-color: #002060;
    border-color: #002060
}
table.swp.tl tr.footer td {
    padding: 10px 5px;
    background-color: #1ea638;
    border-color: #1ea638;
    color: #FFF;
}
table.swp th strong,
table.swp th p strong {
    font-weight: bold
}
table.swp th p {
    margin: 0;
    padding: 0
}
table.swp tr:first-child td,
table.with-border tr:first-child td {
    border-top: 1px solid #DDD
}
table.swp tfoot tr:first-child td {
	border-top: none;
}
table.swp tr,
table.swp th,
table.swp td {
    border: none
}
table.swp tr,
table.with-border tr {
    border-bottom: 1px solid #DDD
}
table.swp tr:hover {
    background-color: #f5f5f5
}
table.swp td {
    vertical-align: top;
    padding: 18px 12px;
    background: #FFF;
}
table.swp td,
table.with-border td {
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD
}
table.swp td:last-child,
table.with-border td:last-child {
    border-right: 1px solid #DDD
}
table.geenopmaak th {
    background-color: none;
    color: #000;
    border: none
}
table.geenopmaak td {
    padding: 6px 0;
}
table.with-border tr,
table.with-border td {
    border-color: #CCC;
}
table.with-border td {
    padding: 6px 12px;
}
table.swp tr.nhover:hover {
    background-color: #FFF
}
table.geenopmaak tr,
table.geenopmaak th,
table.geenopmaak td,
table.geenopmaak tr:first-child td {
    border: none
}
.scroll-table {
	display: inline-block;
	width: 100%;
	position: relative;
}
.scroll-table table {
	max-width: 100%;
}
@media (max-width: 640px) {
	#page,
	#page.fixed-nav {
		background: url(../images/background-header.jpg) top right no-repeat;
		background-size: auto 100px;
	}
	#logo {
		display: none;
	}
	#logo-slogan {
		height: 80px;
	}
	.scroll-table:before,
	.scroll-table:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background: url(../images/scroll-horizontal.png) left top no-repeat;
		background-size: 100% auto;
	}
	.scroll-table:after {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
	}
	.scroll-table {
		padding-top: 20px;
		width: calc(100vw - 30px);
		overflow-x: scroll;
	}
	.scroll-table table {
		max-width: none;
		min-width: 640px;
	}
}
#center .text.searchresults p
{
	font-size: 16px;
}
#center .text.searchresults p a span
{
	float: left;
	display: inline;
	width: 240px;
	color: #000;
}
#center ul#searchresults
{
	padding-left: 0;
}
#center ul#searchresults li
{
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#center ul#searchresults li.small
{
	padding-bottom: 5px;
	border-bottom: 1px dotted #DDD;
	font-size: 12px;
	color: #6e99a3;
}
#center ul#searchresults li span
{
	float: left;
	display: inline;
	width: 20px;
	margin: 0 10px 0 0;
}

#center ul#page_numbers,
#center ul#page_numbers_top
{
	float: left;
	display: inline;
	list-style: none;
	width: 100%;
	padding: 10px 0 0 0;
}
#center ul#page_numbers_top.top
{
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}
#center ul#page_numbers li,
#center ul#page_numbers_top li
{
	float: left;
	display: block;
	margin: 0 10px 10px 0 !important;
	padding: 0;
	clear: none;
}
#center ul#page_numbers li.right,
#center ul#page_numbers_top li.right
{
	float: right;
	width: auto;
	margin: 0 0 10px 0 !important;
}
#center ul#page_numbers li a,
#center ul#page_numbers_top li a
{
	display: block;
	padding: 4px 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #CCC;
	background: #FFF;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #CCC;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
#center ul#page_numbers li a:hover,
#center ul#page_numbers_top li a:hover
{
	color: #404040;
	border-color: #404040;
}
#center ul#page_numbers li a.active,
#center ul#page_numbers_top li a.active
{
	color: #FFF;
	background: #575756;
	border-color: #575756;
}

.w100,
.w80,
.w75,
.w66,
.w60,
.w50,
.w40,
.w34,
.w33,
.w25,
.w20,
.w10,
.w5 {
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.w80 {
	width: 80%;
}
.w75 {
	width: 75%;
}
.w66 {
	width: 67%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w40 {
	width: 40%;
}
.w34 {
	width: 34%;
}
.w33 {
	width: 33%;
}
.w30 {
	width: 30%;
}
.w25 {
	width: 25%;
}
.w22 {
	width: 22%;
}
.w20 {
	width: 20%;
}
.w10 {
	width: 10%;
}
.w5 {
	width: 5%;
}
.form-group {
	margin-bottom: 7px;
	min-height: 34px;
}
label {
	font-weight: normal;
}
.na,
.gray {
	color: #999;
}
.green {
	color: #1ea638;
}
.line-bottom {
	border-bottom: 2px solid #e8e8e8;
}
.line-bottom.dark {
	border-bottom: 2px solid #CCC;
}
.line-top {
	border-top: 1px solid #FFF;
}
.error,
.red {
	color: #F00;
}
.rt {
	padding: 2px 4px;
	background: #1ea638;
	color: #FFF;
}
.fn {
	float: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ar {
	text-align: right;
}
.ac {
	text-align: center;
}
.nm {

	margin: 0 !important;
}
.np {
	padding: 0 !important;
}
.npr {
	padding-right: 0 !important;
}
.npl {
	padding-left: 0 !important;
}
.nmt {
	margin-top: 0 !important;
}
.nmb {
	margin-bottom: 0 !important;
}
.mt10
{
	margin-top: 10px !important;
}
.mt20
{
	margin-top: 20px !important;
}
.mt24
{
	margin-top: 24px !important;
}
.mt48
{
	margin-top: 48px !important;
}
.mr10
{
	margin-right: 10px !important;
}
.mr20
{
	margin-right: 20px !important;
}
.mr24
{
	margin-right: 24px !important;
}
.mr48
{
	margin-right: 48px !important;
}
.mb5
{
	margin-bottom: 5px !important;
}
.mb10
{
	margin-bottom: 10px !important;
}
.mb15
{
	margin-bottom: 15px !important;
}
.mb20
{
	margin-bottom: 20px !important;
}
.mb24
{
	margin-bottom: 24px !important;
}
.mb48
{
	margin-bottom: 48px !important;
}
.ml10
{
	margin-left: 10px !important;
}
.ml20
{
	margin-left: 20px !important;
}
.ml24
{
	margin-left: 24px !important;
}
.ml48
{
	margin-left: 48px !important;
}
.m10
{
	margin: 10px !important;
}
.m20
{
	margin: 20px !important;
}
.m24
{
	margin: 24px !important;
}
.m48
{
	margin: m48 !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt20
{
	padding-top: 20px !important;
}
.pt24
{
	padding-top: 24px !important;
}
.pt48
{
	padding-top: 48px !important;
}
.pr10
{
	padding-right: 10px !important;
}
.pr20
{
	padding-right: 20px !important;
}
.pr24
{
	padding-right: 24px !important;
}
.pr48
{
	padding-right: 48px !important;
}
.pb10
{
	padding-bottom: 10px !important;
}
.pb15
{
	padding-bottom: 15px !important;
}
.pb20
{
	padding-bottom: 20px !important;
}
.pb24
{
	padding-bottom: 24px !important;
}
.pb48
{
	padding-bottom: 48px !important;
}
.pl10
{
	padding-left: 10px !important;
}
.pl20
{
	padding-left: 20px !important;
}
.pl24
{
	padding-left: 24px !important;
}
.pl48
{
	padding-left: 48px !important;
}
.p10
{
	padding: 10px !important;
}
.p20
{
	padding: 20px !important;
}
.p24
{
	padding: 24px !important;
}
.p48
{
	padding: 48px !important;
}
#backtotop {
	display: none;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 5px;
	color: transparent;
    background-color: #999;
	background-image: url(../images/icon-top.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2;
} 
#backtotop:hover {	
	background-color: #1ea638;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}	
#backtotop span {
	display: none;
}















/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}


/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
/* 20180307 */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.full-width.light {
  background-color: #ededed;
}
.full-width.dark {
  background-color: #3c3c3b;
  color: #FFF;
}
.full-width.green {
  background-color: #1ea638;
  color: #FFF;
}
.full-width.dark *,
.full-width.green * {
  color: #FFF;
}
.full-width.dark .title,
.full-width.green .title {
	border-color: #FFF;
}
/* barrating */
.br-theme-bars-square .br-widget {
    height: 15px;
    white-space: nowrap
}
.br-theme-bars-square .br-widget a {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    border: 2px solid #1ea638;
    background-color: white;
    margin: 2px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: center;
    color: #1ea638;
    font-weight: 600;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    line-height: 28px;
}
.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #1ea638;
    color: #FFF;
    background-color: #1ea638
}
@media print {
    .br-theme-bars-square .br-widget a {
        border: 2px solid #b3b3b3;
        color: #b3b3b3
    }
    .br-theme-bars-square .br-widget a.br-active,
    .br-theme-bars-square .br-widget a.br-selected {
        border: 2px solid black;
        color: black
    }
}
.br-theme-bars-round-big {
    width: 100%;
	position: absolute;
	bottom: 0;
}
.br-theme-bars-round-big .br-widget {
    white-space: nowrap;
	position: relative;
}
.br-theme-bars-round-big .br-widget a:before {
	content: " ";
	width: 32px;
	height: 32px;
    border-radius: 100%;
    border: 2px solid #1ea638;
    background-color: white;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
	position: absolute;
	top: -40px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.br-theme-bars-round-big .br-widget a {
    float: left;
    display: block;
    width: 20%;
    height: auto;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    color: #1ea638;
	position: relative;
}
.br-theme-bars-round-big .br-widget a.br-current {
    color: #000;
}
.br-theme-bars-round-big .br-widget a.br-current:before {
	background: #FFF url(../images/circle-green.png) center no-repeat;
}
@media print {
    .br-theme-bars-square .br-widget a {
        border: 2px solid #b3b3b3;
        color: #b3b3b3
    }
    .br-theme-bars-square .br-widget a.br-active,
    .br-theme-bars-square .br-widget a.br-selected {
        border: 2px solid black;
        color: black
    }
}
