@import url(//fonts.googleapis.com/css?family=Dosis:400,700|Lato:400);
@charset "UTF-8";

@import "fonts/cicle_all/stylesheet.css";
@import "fonts/opensans/stylesheet.css";
@import "fonts/allura/stylesheet.css";


/* mobile menu */

#sg-mainmenu-mobile li.folder {
   color: #fff;
   margin-top: 0;
   font-weight: 600;
}

#sg-mainmenu-mobile ul {
	color: #fff;
}

#sg-mainmenu-mobile li.active:not(.folder)::before {
	content: url("img/mnbt_act.png");
	display: block;
	position: absolute;
	margin: .18em 0 0 -1.1em;
	max-height: 1em;
}

#sg-mainmenu-mobile li.active {	
	list-style: none;
	font-weight: 500;
}

#sg-mainmenu-mobile li.active.folder {	
	font-weight: 600;
}

#sg-mainmenu-mobile a {
	color: #e3e3e3;
}

#sg-mainmenu-mobile a:visited {
	color: #dfdfdf;
}

.off-canvas-wrapper {
	background-color: #888;
	background-image: url("img/concrete_dark.jpg");
}

#sg-mainmenu-mobile li.folder a {
	padding-left: 0;
}

#offCanvas .sg-content {
	color: #fff;
	padding: .6em 0 0 .6em;
}

/**/


.threecol {
	width: 50%;
}

.linktext {
	color:#3366AA;
}

.linktext:hover {
	text-decoration: underline;
}

caption:empty {
	display: none;
}

.data_table {
	margin-top: 15px;
}

.data_table td {
	vertical-align: top;
}

.data_cat {
	position: relative;
	padding-left: 0;
	padding-top: 0;
	padding-right: 15px;
}

.data_cat::after {
	content: "·";
	font-size: 1.5em;
	line-height: 1em;
	display: block;
	position: absolute;
	right:0;
	top:0;
	margin-right: 0px;
}

.data_val {
	padding-top: 0;
	padding-left: 15px;
}

.sub_data_table {
	margin:0
}

.sub_data_cat {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.sub_data_val {
	padding: 0;
	padding-left: 15px;
}

.pagination {
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0rem 0 0.5rem;
	text-align: center;
	color: #7799AA;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
}

.pagination li {
	display: inline-block;
}

.pagination a, .pagination span {
	display: inline-block;
	padding: 4px 15px;
	border: 1px solid #e0e0e0;
}

.pagination span {
	font-weight: bold;
}

#sidebar .pagination {
	margin-top: 5px;
	padding-top: 5px;
}

/* block menu stuff */

.blockmenu_table tbody {
    background-color: transparent !important;
    border: none;
}

.blockmenu_table tr {
    background-color: transparent !important;
}

.blockmenu_table td {
    background-color: transparent !important;
    padding: 0 20px 0 0;
}

/* event list */
#events {
	margin-top: -8px;
}

#show_events .sg-content {
	padding-top: 1rem;
}

@media screen and (orientation:landscape) {
	#show_events .sg-content {
		min-height: 93vh !important;
	}
}

#event-list {
    overflow: auto;
	padding: 15px 15px 0 0;
}

#event-list noscript {
	display: table;
}

#event-list noscript a {
	color: #1a78ab;
	text-decoration: underline;
}

#eventlisthead {
  color: #000;
	margin-left: 0px;
}

@media screen and (max-width: 767px) {
		#event-list {
			padding: 15px 0 0 0;
		}
		#eventview {
			padding: 0 0 30px 0 !important;
		}
}

#popup-event-list #eventlisthead {
    color: #7799AA;
}

#event-list .recent-event {
    margin: 0;
    padding-bottom: 5px;
    float: left;
    clear: both;
    width: 100%;
}

#event-list .recent-event .recent-event-image,
#event-list .recent-event .recent-event-text {
    float: left;
    clear: none;
	margin-top: 5px;
}

#event-list .recent-event .recent-event-text {
    /*border: 1px solid green;*/
    position: relative;
    float: none;
    overflow: auto;
    height: auto;
    text-align: left;
    font-size: 0.8rem;
	line-height: 0.7rem;
	margin-top: 5px;
	padding-top: 2px;
	border-top: 1px solid #c5c5c5;
}

#event-list .recent-event .recent-event-text p {
	margin: 5px 0;
}

#event-list .recent-event .recent-event-text b {
	line-height: 1rem;
	font-size: 1rem;
	font-family: monospace;
}

#event-list .recent-event .recent-event-text h6 {
	font-size: 0.95rem;
	-webkit-transition: .27s cubic-bezier(1,.01,.83,.67);
	transition: .27s cubic-bezier(1,.01,.83,.67);
}

span {position: relative;}

#event-list .recent-event .recent-event-text h6 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #444;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.27s cubic-bezier(.58,.06,.76,1.06) 0s;
  transition: all 0.27s cubic-bezier(.58,.06,.76,1.06) 0s;
}

#event-list .recent-event .recent-event-image{
    margin-right: 6px;
}

#event-list .recent-event .recent-event-image img {
    margin: 0;
	width: 72px;
	height: 72px;
	box-sizing: content-box;
}

#active-event img {
	border: 1px solid #fff !important;
	outline: 1px solid #444 !important;
	margin: 1px;
	width: 70px;
	height: 70px;
}

#active-event .recent-event-image {
	margin-left: 1px;
	margin-right: 7px !important;
	padding: 1px 0px;
}

#active-event {
	margin-right: 8px !important;
}

#active-event .recent-event-text {
	color: #000;
}

#active-event h6  {
	text-decoration: underline !important;
	visibility: visible !important;
	font-weight: bold;
	margin-right: 8px;
	color: #222;
	color: #7799AA;
}

#active-event h6::after {
    content: '\0000a0\0025B6';
	font-weight: normal;
	font-size: 0.7rem;
	line-height: 1rem;
	color: #222;
	position: absolute;
	right: 0;
	top: 6px;
}

@media screen and (max-width: 47.95em) {
	#active-event h6::after {
		content: '\0000a0\0025C0';
	}
}

#active-event h6 span:before {
	visibility: hidden !important;
}

#active-event:hover {
    cursor: default;
}

#event-list .recent-event:hover .recent-event-text h6 span:before {
	visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#event-list .recent-event .recent-event-image img {
	opacity: 1;
	-webkit-transition: .27s cubic-bezier(1,.01,.83,.67);
	transition: .27s cubic-bezier(1,.01,.83,.67);
}

#event-list .recent-event:hover .recent-event-image img {
	opacity: 0.6;
}

#active-event:hover .recent-event-image img {
	opacity: 1 !important;
}

#event-list a {
	color: #333;
}

#event-list img {
	border: 2px solid #fff;
	padding: 0px;
}

.eventdate {
	line-height: 1.6rem;
	-webkit-transition: .27s cubic-bezier(1,.01,.83,.67);
	transition: .27s cubic-bezier(1,.01,.83,.67);
}

#event-list .recent-event:hover .eventdate {
	color: #000;
}

.recent-event:hover .recent-event-text h6 {
	color: #000;
}

#eventview {
	padding: 0 0 30px 15px;
	font-size: 0.9rem;
}

#eventview h4 {
	color: #7799AA;
}

@media screen and (max-width: 47.95em) {
	#eventview {
		padding: padding: 0 0 30px 0;
	}
}

#eventview p img {
	display: block;
	/*margin: 0 auto;*/
}

#eventview a img {
	display: block;
	/*margin: 0 auto;*/
}

/* somebody is screwing up here */
p:empty {
	display: none;
}

/* END SmartGravity MAIN CONTENT */

/* dynamic project list */
.sidebar-content {
    padding-right: 12px;
}

@media screen and (min-width: 0em) and (max-width: 767px) {
    .sidebar-content {
        padding-right: 0px;
    }
}

.recent-posts {
    overflow-y: auto;
    width:100%;
    float:left;
    clear:none;
    top:0;
    padding-right: 5px;
    max-height:630px;
    /*max-height:60vh;*/
}

#project-list a h6 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #444;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.27s cubic-bezier(.58,.06,.76,1.06) 0s;
  transition: all 0.27s cubic-bezier(.58,.06,.76,1.06) 0s;
}

#project-list a:hover h6 span:before {
	visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	background-color: #000;
}

#project-list a h6 span {
	-webkit-transition: all 0.27s cubic-bezier(.58,.06,.76,1.06) 0s;
	transition: all 0.27s cubic-bezier(.58,.06,.76,1.06) 0s;
}

#project-list a:hover h6 span {
	color: #000;
}

#project-list .recent-project {
    margin: 0;
	padding-top: 1px;
    padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
    float: left;
    clear: both;
    width: 100%;
}

#project-list [class~='recent-project']:last-of-type {
    border-bottom: none;
}

#project-list .recent-project .recent-project-image,
#project-list .recent-project .recent-project-text {
    float: left;
    clear: none;
}

#project-list .recent-project .recent-project-text {
    /*border: 1px solid green;*/
    position: relative;
    float: none;
    overflow: auto;
    height: auto;
    text-align: left;
}

#project-list .recent-project .recent-project-image {
    margin: 1px 7px 1px 0;
}

.active-project img {
	border: 1px solid #fff;
	outline: 1px solid #444;
	margin: 1px 0 1px 1px;
}

#active-project {
	cursor: default;
}

#active-project h6::before {
    /*content: '·\0000a';*/
}

#active-project h6 {
	margin-right: 8px;
	font-weight: bold;
    text-indent: 0.1em;
	color: #7799AA !important;
    cursor: default;
	text-decoration: underline;
}

#active-project .recent-project-text::after {
    content: '\0000a0\0025B6';
	font-weight: normal;
	font-size: 0.7rem;
	line-height: 1rem;
	position: absolute;
	right: 0;
	bottom: 2px;
	color: #222 !important;
}

@media screen and (max-width: 47.95em) {
	#active-project .recent-project-text::after {
		content: '\0000a0\0025C0';
	}
}

#project-list .recent-project .recent-project-image.nonactive{
    border: 2px solid #fff;
    padding: 0px;
}

/*
#project-list .recent-project:hover .recent-project-image.nonactive{
    border: 1px solid #fff;
	outline: 1px solid #2866ff;
	padding: 0px;
	margin: 2px 8px 2px 1px;
}
*/

#project-list .recent-project .recent-project-image.nonactive img {
	opacity: 1;
	-webkit-transition: .27s cubic-bezier(1,.01,.83,.67);
	transition: .27s cubic-bezier(1,.01,.83,.67);
}

#project-list .recent-project:hover .recent-project-image.nonactive img {
	opacity: 0.6;
}

#project-list .recent-project:hover .recent-project-image.active-project{
    cursor: default;
}

#project-list .recent-project .recent-project-text h6 {
    font-family: sans-serif;
	/*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    color: #444;
    line-height: 1rem;
    padding-top: 1.8rem;
    font-size: 0.95rem;
}

#project-list .recent-project .recent-project-text p {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 0.85rem;
    color: #737373;
    margin: 0;
}

#project-list .recent-project a:hover {
	text-decoration: none;
}

H4.project-list-head {
	margin:2px 0 7px 2px;
	display:inline-block;
	width:100%;
	padding-top:2px;
	color: #444;
}

#catmarker {
	float:left;
	float: right;
	margin-top: -27px;
	margin-right: -11px;
	line-height:0.7em;
	font-size:1rem;
	font-weight:normal;
	color: #444;
}

.catlink {
    font-size: 0.95rem;
    color: #444;
    margin-left: 5px;
    float: right;
    clear: none;
	-webkit-transition: all 0.27s cubic-bezier(.58,.06,.76,1.06) 0s;
    transition: all 0.27s cubic-bezier(.58,.06,.76,1.06) 0s;
}

.catlink.active {
    font-size: 0.95rem;
    font-weight: bold;
    color: #7799AA;
	margin-right: 0;
    float: right;
		margin-top: -27px;
    clear: none;
	-webkit-transition: none;
    transition: none;
}

.catlink.active span:before {
	-webkit-transition: none;
    transition: none;
	visibility: hidden !important;
}

.catlink.abcfont {
	font-family: alluraregular;
    font-size: 1.4rem;
    line-height: 1.1rem;
}

.catlink span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #444;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.27s cubic-bezier(.58,.06,.76,1.06) 0s;
  transition: all 0.27s cubic-bezier(.58,.06,.76,1.06) 0s;
}

.catlink:hover {
	text-decoration: none;
	color: #000;
}

.catlink.active:hover {
	color: #7799AA;
}

.catlink:hover span:before {
	visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	background-color: #000;
}

.cattitle {
    display:table-cell;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 0.01rem;
    display: block;
    width: auto;
    color: grey;
    opacity: 1;
    text-align: right;
    z-index: 0;
    margin: 0;
    padding-left: 5px;
	cursor: pointer;
}

.cattitle-filler {
    display:table-cell;
    line-height: 0.01em;
    border-top: 1px solid #aaa;
    width: 100%;
    height: 0.24em;
    z-index: 0;
	cursor: pointer;
}

.cattitle-container {
    display:table;
    overflow: visible;
    position: relative;
    float: left;
    width: 100%;
    clear:both;
    margin-bottom: -3px;
	cursor: pointer;
}

.cattitle-container.active {
	cursor: default;
}

.cattitle-container.active .cattitle {
	cursor: default;
}

.cattitle-container.active .cattitle-filler {
	cursor: default;
}

#project-list-header {
  padding: 0 12px 19px 0px;
  border-top: 1px solid #aaa;
  color: grey;
  line-height: 0.95em;
	margin-bottom: 15px;
	margin-top: 0px;
}

@media screen and (min-width: 0em) and (max-width: 767px) {
    #project-list-header {
        margin-top: 50px;
    }
}

#project-list {
    padding: 3px 10px 3px 0;
    overflow-y: auto;
    overflow-x: hidden;
    width:100%;
    float:left;
    clear:none;
    top:0;
    /*max-height:692px;*/
    background: #f9f9f9;
    background: transparent;
}

#project-list noscript {
	display: table;
	vertical-align: bottom;
}

::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 10px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0);
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 10px;
}

::-webkit-scrollbar-thumb
{
  background: rgba(10, 30, 50, 0.3);
  border-radius: 10px;
}

.item .item-wrap {
   background: transparent;
   overflow: hidden;
   position: relative;

   -webkit-transition: all 0.27s ease-in-out;
	-moz-transition: all 0.27s ease-in-out;
	-o-transition: all 0.27s ease-in-out;
	-ms-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
}

.item .item-wrap a {
   display: block;
   cursor: pointer;
}

/* overlay */
h3.overlay_cap {
	/*border: 1px solid #2F3;*/
	font-family: 'ciclesemi', sans-serif;
	font-weight: 500;
	font-size: 9.5rem;
	line-height: 6.45rem;
	position: absolute;
	bottom: 0;
	margin: 0;
	margin-left: -3px;
	opacity: 0.58;
	text-shadow:
    -1px -1px 1px #000,
    1px -1px 1px #000,
    -1px 1px 1px #000,
    1px 1px 1px #000;

	-webkit-transition: opacity 0.27s ease-in;
	-moz-transition: opacity 0.27s ease-in;
	-o-transition: opacity 0.27s ease-in;
	transition: opacity 0.27s ease-in;
}

#maindisplay-home h3.overlay_cap {
	font-size: 10.5rem;
	line-height: 7.2rem;
	opacity: 0.65;
}

#maindisplay-home .overlay_title {
	font-size: 1.1rem;
	line-height: 1.35rem;
	margin-left: 13px;
}

#maindisplay-home .overlay_text {
	font-size: 1.1rem;
	margin-top: -2px;
	margin-left: 2px;
}

#maindisplay-home .overlay_text p {
	line-height: 1.6rem;
	margin: 0 0 9px 0;
}

.item:hover h3.overlay_cap {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=0.9);
}

.overlay_text {
	font-family: 'open_sansregular', sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1rem;
	text-shadow: 1px 1px 2px #000;
	margin: 0;
}

.overlay_title{
	/*border: 1px solid #F00;*/
	font-family: 'open_sansregular', sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.1rem;
	position: absolute;
	bottom: 0px;
	margin: 0;
	margin-left: 0.7rem;
	text-shadow: 1px 1px 2px #000;
	opacity: 1.0;
}

/* helaas - werkt niet wegens separate transparantie */
/*
.overlay_title::first-letter {
}
*/

.overlay_h4 {
	font-family: 'Dosis', sans-serif;
	text-align: left;
	font-weight: 500;
	font-size: 2.2rem;
	position: absolute;
	bottom: 4.75rem;
	margin: 0;
	margin-left: 0;
	margin-right: 0;
	opacity: 1.0;
	-webkit-hyphens: manual;
	   -moz-hyphens: manual;
	    -ms-hyphens: manual;
	        hyphens: manual;
}

.overlay_h4.black {
	color: #000;
	text-shadow: 1px 1px 2px #ccc;
}

.overlay_h4.white {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

.overlay_h4.blue {
	color: #25C;
	text-shadow: 1px 1px 2px #48E;
}

.overlay_h4.top {
	bottom: null;
	top: 0.4rem;
}

.overlay_h4.middle {
	top: null;
	bottom: 4.55rem;
}

.overlay_h4.bottom {
	top: null;
	bottom: -0.4rem;
}

.overlay_h4.left {
	left: 0;
	right: null;
}

.overlay_h4.center {
	width: 90%;
	text-align: center;
}

.overlay_h4.right {
	left: null;
	right: 0;
}

.item .item-wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

	-webkit-transition: opacity 0.27s ease-in;
	-moz-transition: opacity 0.27s ease-in;
	-o-transition: opacity 0.27s ease-in;
	transition: opacity 0.27s ease-in;

	background: url(img/overlay-bg.png) repeat;
}
/* overlay text */
.overlaytextcontainer_abs {
   position: absolute;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   color:#fff;
}

.overlaytextcontainer_rel {
     position: relative;
     width: 92%;
     height: 92%;
	 margin: 4%;
     padding: 0;
     text-align: left;
}

.item .item-wrap .link-icon {
   display: block;
   color: #fff;
   height: 30px;
   width: 30px;
   font-size: 18px;
   line-height: 30px;
   text-align: center;

   opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.27s ease-in-out;
	-moz-transition: opacity 0.27s ease-in-out;
	-o-transition: opacity 0.27s ease-in-out;
	transition: opacity 0.27s ease-in-out;

   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -15px;
   margin-top: -15px;
}
.item .item-wrap img {
   vertical-align: bottom;

   -webkit-transition: all 0.27s ease-out;
	-moz-transition: all 0.27s ease-out;
	-o-transition: all 0.27s ease-out;
	-ms-transition: all 0.27s ease-out;
	transition: all 0.27s ease-out;
}

/* on hover */
.item:hover .overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.item:hover .link-icon {
   opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.item:hover .item-wrap img {
   -moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.item:hover .item-wrap .nozoom img {
   -moz-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
}

/* popups */
#popup-event-list {
	overflow-y: visible;
	overflow-x: visible;
	padding: 15px /*15px 0 0*/;
	font-size:0.9rem;
}

#popup-event-list .event-list {
	margin-top: 0;
	padding-top: 5px;
}

#popup-event-list .recent-event .recent-event-image {
	margin-top: 5px;
	margin-bottom: 6px;
}

#popup-event-list .recent-event .recent-event-image img {
	opacity: 1;
	-webkit-transition: .27s cubic-bezier(1,.01,.83,.67);
	transition: .27s cubic-bezier(1,.01,.83,.67);
}

#popup-event-list .recent-event:hover .recent-event-image img {
	opacity: 0.6;
}

#popup-event-list .recent-event {
	margin-top: 7px;
	margin-bottom: 0px;
}

#popup-event-list .recent-event:hover {
	margin-top: 7px;
	margin-bottom: 0px;
}

#popup-data {
	font-size:0.9rem;
}

.popup {
	padding: 20px;
	background: #f5f5f5 !important;
}

/*
.popup_p {
	max-width: 500px;
}
*/

.popup p {
	max-width: 550px;
}

.popup ul {
  max-width: 550px;
}

.popup h4 {
	color: #7799AA;
}

#popup-publications p {
	margin: 0;
	font-size: 0.95rem;
}

#popup-publications .sg-column-block-popup {
	padding: 0 5px 10px 0;
}

#popup-publications .row {
	margin-top: 20px;
}


/* BEGIN FOUNDATION OVERRIDES */
.row {
  padding: 0 0.9375rem;
  padding: 0; }

ul {
  list-style-type: disc;
  color: inherit; }
  ul ol {
    list-style-type: decimal; }
    ul ol ol {
      list-style-type: lower-alpha; }
      ul ol ol ol {
        list-style-type: lower-roman; }
  ul ul {
    list-style-type: circle; }

ol {
  list-style-type: decimal;
  color: inherit; }
  ol ul {
    list-style-type: circle; }
  ol ol {
    list-style-type: lower-alpha; }
    ol ol ol {
      list-style-type: lower-roman; }

:focus {
  outline: none !important; }
/* END FOUNDATION OVERRIDES */

/* BEGIN SmartGravity HEADER */
.sg-default-layout {
  padding: 2.5rem 0.9375rem 3.5rem; }

#error {
  margin: 2.5rem auto 3.5rem;
  max-width: 66rem;
  text-align: center; }
  
#header #logo {
float: left;
padding: 0; }
#header #logo img {
  float: left;
  width: 100%;
  height: 58px; }

#header #sg-header-title h3 {
text-decoration: none;
letter-spacing: 0;
line-height: 48px;
margin: 0px;
padding: 0;
float: left; }

.sg-header {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  /*margin: 0 !important;*/ }
/* END SmartGravity HEADER */

/* BEGIN SmartGravity BACKGROUNDS */
.sg-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.sg-background-fixed {
  background-attachment: fixed; }
/* END SmartGravity BACKGROUNDS */

/* BEGIN SmartGravity Mainmenu Navigation */
#sg-mainmenu {
  float: right;
  margin-top: 0.8rem; }
/*
  #sg-mainmenu .dropdown.menu ul li {
    display: inline !important;
    position: relative !important;
  }
  #sg-mainmenu .dropdown.menu ul ul {
    position: absolute !important;
    display: none !important;
    left: 0 !important;
    top: 0 !important;
  }
  #sg-mainmenu .dropdown.menu ul ul li {
    display: inline !important;
    position: relative !important;
  }
  #sg-mainmenu .dropdown.menu ul ul ul {
    position: absolute !important;
    display: none !important;
    left: 100% !important;
    top: 0 !important;
  }
  #sg-mainmenu .dropdown.menu li:hover > ul {
    display: block !important;
  }
  #sg-mainmenu .dropdown.menu ul li:hover > ul {
    display: block !important;
  }
*/
  #sg-mainmenu .menu > li > a {
    padding: .2rem 0.4rem;
    border: 0px solid;
    border-radius: 0px;
    margin-left: 0.55rem; }
#sg-mainmenu .menu > li > a:hover {
	text-decoration: none;
}
    #sg-mainmenu .menu > li > a > i {
      margin: 0 0.25rem 0 0.4rem; }
  #sg-mainmenu .menu.submenu > li > a {
    margin-left: 0;
    border: none; }
  #sg-mainmenu .dropdown.menu .submenu {
    border-radius: 3px; }
    #sg-mainmenu .dropdown.menu .submenu.first-sub {
      left: 0.55rem; }
    #sg-mainmenu .dropdown.menu .submenu.second-sub {
      left: 100%; }
  #sg-mainmenu .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a {
    padding-right: 1.7rem; }
    #sg-mainmenu .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
      content: "\f078";
      font: normal normal normal 14px/1 FontAwesome;
      border: none;
      width: auto;
      height: auto;
      top: 5px;
      right: 7px;
      margin-top: 0;
      margin-left: 0; }
  #sg-mainmenu .dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
    left: auto;
    right: 0; }

#sg-mainmenu-mobile .menu {
	padding: 0 .3em 0 .5em;
	font-weight: 400;
}

#sg-mainmenu-mobile .menu.nested {
  margin-left: 0.75rem; }
  #sg-mainmenu-mobile .menu.nested > li > a {
    padding: 0.5rem;
    font-size: 0.9rem; }
    #sg-mainmenu-mobile .menu.nested > li > a::before {
      content: "\f054";
      font: normal normal normal 14px/1 FontAwesome;
      border: none;
      width: auto;
      height: auto;
      top: 7px;
      left: 0;
      margin-top: 0;
      margin-left: 0; }

.sg-header .mobile-nav-toggle {
  cursor: pointer;
  font-size: 2rem;
  margin: 0.7rem 0; }
/* Mobilemenu Icon substitute when FontAwesome is disabled */
.sg-mobilemenu-icon {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 36px;
  margin: 6px;
  padding: 0; }
/* END SmartGravity Mainmenu Navigation */

/* BEGIN SmartGravity IN PAGE NAVIGATION */
.top-bar#sg-in-page-navigation, .top-bar#sg-in-page-navigation ul {
  display: inline-block;
  padding: 0;
  margin: 0 auto !important;
  text-align: center; }

#sg-in-page-navigation {
  width: 100%;
  border-bottom: 1px solid; }
  #sg-in-page-navigation .menu > li {
    display: inline-block; }

.sg-in-page-menu {
  width: 100%; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #sg-in-page-navigation .menu > li > a {
    padding: 0.2rem 0.4rem; } }
/* END SmartGravit IN PAGE NAVIGATION */

/* BEGIN TAXONOMY TAGS */
.tags a {
  /*border: 1px solid;*/
  padding: 1px 4px;
  font-size: 0.85rem;
  margin: 0 2px; }

/* END TAXONOMY TAGS */

/* BEGIN BREADCRUMBS */
.sg-breadcrumb {
  border-bottom: 1px solid; }

#body #breadcrumbs {
  padding-left: 0; }
  #body #breadcrumbs span {
    padding: 0 0.5rem; }
    #body #breadcrumbs span:first-child {
      padding: 0 0.5rem; }

section #body {
    background: -webkit-linear-gradient(#777777, #f6f6f6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#777777, #f6f6f6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#777777, #f6f6f6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#777777, #f6f6f6); /* Standard syntax */

    background: transparent;
}

#breadcrumbs span:first-child {
  padding-left: 1rem; }
/* END BREADCRUMBS */

/* BEGIN SIMPLESEARCH */
.simplesearch {
  margin: 0 auto;
  max-width: 66rem;
  padding: 3rem 0.9375rem; }
/* END SIMPLESEARCH */

/* BEGIN SmartGravity MAIN CONTENT */
.sg-content {
  padding: 0 0.5rem 2rem 0.5rem; }
  .sg-content::before, .sg-content::after {
    content: ' ';
    display: table; }
  .sg-content::after {
    clear: both; }


	#maindisplay .columns { padding: 0;}

	@media screen and (max-width: 37.95em) {
		#maindisplay .columns { padding: 2px; }
		#maindisplay .row { margin: -2px !important; }
	}

	#maindisplay-home .columns { padding: 3px; }
	#maindisplay-home .sg-content { margin: -3px; padding-top: 13px; }
	#body.work .row .sg-content { margin: -3px; padding-top: 13px;}

	@media screen and (max-width: 39.95em) {
		#maindisplay-home .columns { padding: 3px; }
		#maindisplay-home .sg-content { margin: -3px !important; }
	}

	@media screen and (min-width: 64em) and (min-height: 50em){
		#maindisplay-home .sg-content { max-width: 96vw ; width: 92vh; margin: auto; margin-top: 0 !important; padding-top: 0;}
		#maindisplay-home .row { max-width: 96vw ; width: 92vh; margin: auto; }
		.sg-header.home { max-width: 96vw; width: 92vh; margin: auto; padding-right: 3px;}
		#footer .row.home { max-width: 96vw; width: 92vh; margin: auto; padding-left: 3px; }
		.sg-header {height: 5vh !important;}
	}

	@media screen and (min-width: 64em) and (min-height: 50em){
		.row.sg-header.work { max-width: 96vw; width: 130vh; margin: auto; height: 5vh; }
		#footer .row.work { max-width: 96vw; width: 130vh; margin: auto; padding-left: 3px; }
		#body.work .row { max-width: 96vw; width: auto; margin: auto; padding-left: 3px; }
		#body.work .row .sg-content { max-width: 96vw; width: 130vh; margin: auto; padding-left: 3px; padding-top: 3px; }
		.menu > li:not(.menu-text) > a{font-size: 1.8vh;}
	}

	@media screen and (min-width: 70em) and (min-height: 70em) {
		.menu > li:not(.menu-text) > a{line-height:2.6vh;font-size: 1.9vh;}
		html{font-size:125%;}
	}

	@media screen and (min-width: 70em) and (min-height: 70em) and (orientation:portrait) {
		.menu > li:not(.menu-text) > a{line-height:2.6vw;font-size: 1.9vw;}
		html{font-size:125%;}
		.sg-header { height: 5vw !important; }
	}


.sg-blog {
  margin-top: 2rem;
  margin-bottom: 2.5rem; }

.blog-content-item {
  margin: 2.5rem auto; }

.list-item {
  margin-bottom: 2.5rem; }

.blog-header-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.blog-content-item img, .list-item img {
  margin: 1rem 0 1.5rem; }

pre {
  padding: 1rem 1.2rem 1.3rem;
  border-width: 1px 1px 1px 10px;
  border-style: solid;
  border-radius: 3px;
  margin: 1rem 0; }
  pre code {
    font-weight: normal;
    background-color: transparent;
    border: 0;
    padding: 0; }

code {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: normal;
  font-weight: normal;
  padding: 0.1rem 0.4rem;
  border-bottom: 1px dotted;
  border-radius: 3px; }

.sidebar-content {
  margin-bottom: 0.9375rem; }
/* END SmartGravity MAIN CONTENT */

/* BEGIN SmartGravity GALLERY STYLES */
.sg-gallery-row, .sg-columns-row {
  margin: 0 -0.9375rem; }
/* END SmartGravity GALLERY STYLES */


/* ------------------------------------------------------------------ */
/* j. Footer
/* ------------------------------------------------------------------ */

footer {
   padding-top: 10px;
   padding-bottom: 64px;
   margin-bottom: 0;
   color: #3c4753;
   background-color: #f5f5f5;
   background: transparent;
   font-size: 13px;
   line-height: 24px;
   position: relative;
   text-align: left;
   border-top: 1px solid #e0e0e0;
}

footer a, footer a:visited { color: #2277DD !important; text-decoration: underline !important; }
footer a:hover, footergreyfocus { color: #2277DD !important; text-decoration: underline !important;}

footer .info { padding-right: 90px; }

footer .footer-logo a {
   display: block;
   margin-bottom: 12px;
   margin-top: 12px;
   margin-left: 3px;
}
footer .footer-logo a img {
   height: 56px;
   width: 104px;
}

footer .row {
   margin-top: 0px;
}

footer .columns.item { padding: 0 5px 0 0px; margin: 20px 0 10px 0; }

footer .foot2 {padding-left: 1% !important}
footer .foot3 {padding-left: 2.5% !important}
footer .foot4 {padding-left: 4% !important}

@media screen and (max-width: 47.95em) {
	footer .foot2 {padding-left: 3% !important}
	footer .foot3 {padding-left: 0px !important}
	footer .foot4 {padding-left: 3% !important}
}

@media screen and (max-width: 37.95em) {
	footer .foot2 {padding-left: 0px !important}
	footer .foot3 {padding-left: 0px !important}
	footer .foot4 {padding-left: 0px !important}
}


footer h3 {
   font: 13px/24px 'opensans-semibold', sans-serif;
   margin-bottom: 5px;
   font-weight: bold;
   color: #444;
   text-transform: uppercase;
   letter-spacing: 1px;
}

footer h3:before {
   font-family: 'FontAwesome';
   margin: 0 0 6px 3px;
   font-size: 30px;
   line-height: 48px;
   text-indent: 5px;
   color: #738291;
   display: block;
}

footer h3.address:before { content: "\f041"; }
footer h3.social:before { content: "\f0c0"; }
footer h3.architect:before { content: "\f0e0"; }
footer h3.business:before { content: "\f19c"; }
footer h3.terms:before { content: "\f069"; }

footer a.social {
	font-size: 2.6rem;
	line-height: 1.1em;
	margin-right: 35px;
	margin-bottom: 30px;
	display: inline-block;
}

footer a.social:last-of-type {
    margin-right: 0;
}

footer ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: left;
}
footer ul li {
   margin: 0;
   line-height: 24px;
}
footer ul li a,
footer ul li a:visited { color: #333; }
footer ul li a:hover,
footer ul li a:focus { color: #2277DD; }

/* copyright */
footer .copyrightcontainer {
	float:left;
	clear:both;
	width:100%;
}

footer .copyright {
   display: block;
   max-width: 80%;
   margin: 0;
   margin-top: 18px;
   margin-left: 10px;
   padding: 0px;
}

.footerlogo {
	height: 60px;
	margin-top: 10px;
	margin-right: 15px;
	float: left;
	clear: left;
}

#bio-gallery {
	/*color: #2277DD;
	text-decoration: underline;*/
	color: #2277DD !important;
	text-decoration: underline !important;
}

#tariffs-gallery {
	/*color: #2277DD;
	text-decoration: underline;*/
	color: #2277DD !important;
	text-decoration: underline !important;
}

#tarieven-gallery {
	/*color: #2277DD;
	text-decoration: underline;*/
	color: #2277DD !important;
	text-decoration: underline !important;
}

#privacy-gallery {
	/*color: #2277DD;
	text-decoration: underline;*/
	color: #2277DD !important;
	text-decoration: underline !important;
}

/* Go To Top Button */
#go-top {
	position: absolute;
	top: -24px;
   left: 50%;
   margin-left: -30px;
   text-align: center;
   z-index: 889;
}

#######################
/* ------------------------------------------------------------------ */
/* d. Grid
--------------------------------------------------------------------- */

/* default
--------------------------------------------------------------- */

.row {
   width: 96%;
   max-width: 1008px;
   margin: 0 auto;
}
/* fixed width for IE8 */
.ie .row { width: 1000px ; }

.narrow .row { max-width: 980px; }

.row .row { width: auto; max-width: none; margin: 0 -18px; }

/* row clearing */
/*
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.column, .columns {
   position: relative;
   padding: 0 18px;
   min-height: 1px;
   float: left;
}
.column.centered, .columns.centered  {
    float: none;
    margin: 0 auto;
}
*/

/* removed gutters */
.row.collapsed > .column,
.row.collapsed > .columns,
.column.collapsed, .columns.collapsed  { padding: 0; }

[class*="column"] + [class*="column"]:last-child { float: left; }
[class*="column"] + [class*="column"].end { float: right; }

/* column widths */
.row .one         { width: 8.33333%; }
.row .two         { width: 16.66667%; }
.row .three       { width: 25%; }
.row .four        { width: 33.33333%; }
.row .five        { width: 41.66667%; }
.row .six         { width: 50%; }
.row .seven       { width: 58.33333%; }
.row .eight       { width: 66.66667%; }
.row .nine        { width: 75%; }
.row .ten         { width: 83.33333%; }
.row .eleven      { width: 91.66667%; }
.row .twelve      { width: 100%; }

/* Offsets */
.row .offset-1    { margin-left: 8.33333%; }
.row .offset-2    { margin-left: 16.66667%; }
.row .offset-3    { margin-left: 25%; }
.row .offset-4    { margin-left: 33.33333%; }
.row .offset-5    { margin-left: 41.66667%; }
.row .offset-6    { margin-left: 50%; }
.row .offset-7    { margin-left: 58.33333%; }
.row .offset-8    { margin-left: 66.66667%; }
.row .offset-9    { margin-left: 75%; }
.row .offset-10   { margin-left: 83.33333%; }
.row .offset-11   { margin-left: 91.66667%; }

/* Push/Pull */
.row .push-1      { left: 8.33333%; }
.row .pull-1      { right: 8.33333%; }
.row .push-2      { left: 16.66667%; 	}
.row .pull-2      { right: 16.66667%; }
.row .push-3      { left: 25%; }
.row .pull-3      { right: 25%;	}
.row .push-4      { left: 33.33333%; }
.row .pull-4      { right: 33.33333%; }
.row .push-5      { left: 41.66667%; }
.row .pull-5      { right: 41.66667%; }
.row .push-6      { left: 50%; }
.row .pull-6      { right: 50%; }
.row .push-7      { left: 58.33333%; }
.row .pull-7      { right: 58.33333%; }
.row .push-8      { left: 66.66667%; 	}
.row .pull-8      { right: 66.66667%; }
.row .push-9      { left: 75%; }
.row .pull-9      { right: 75%; }
.row .push-10     { left: 83.33333%; }
.row .pull-10     { right: 83.33333%; }
.row .push-11     { left: 91.66667%; }
.row .pull-11     { right: 91.66667%; }

/* block grids
--------------------------------------------------------------------- */
.bgrid-sixths [class*="column"]   { width: 16.66667%; }
.bgrid-quarters [class*="column"] { width: 25%; }
.bgrid-thirds [class*="column"]   { width: 33.33333%; }
.bgrid-halves [class*="column"]   { width: 50%; }

[class*="bgrid"] [class*="column"] + [class*="column"]:last-child { float: left; }

/* Left clearing for block grid columns - columns that changes width in
different screen sizes. Allows columns with different heights to align
properly.
--------------------------------------------------------------------- */
.first { clear: left; }   /* first column in default screen */
.s-first { clear: none; } /* first column in smaller screens */

/* smaller screens
--------------------------------------------------------------- */
@media only screen and (max-width: 900px) {

   /* block grids on small screens */
   .s-bgrid-sixths [class*="column"]   { width: 16.66667%; }
   .s-bgrid-quarters [class*="column"] { width: 25%; }
   .s-bgrid-thirds [class*="column"]   { width: 33.33333%; }
   .s-bgrid-halves [class*="column"]   { width: 50%; }

   /* block grids left clearing */
   .first { clear: none; }
   .s-first { clear: left; }

}

/* screenwidth less than 768px - mobile/smaller tablets
--------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

   [class*="bgrid"] [class*="column"] + [class*="column"]:last-child { float: none; }

   /* Offsets */
   .row .offset-1    { margin-left: 0%; }
   .row .offset-2    { margin-left: 0%; }
   .row .offset-3    { margin-left: 0%; }
   .row .offset-4    { margin-left: 0%; }
   .row .offset-5    { margin-left: 0%; }
   .row .offset-6    { margin-left: 0%; }
   .row .offset-7    { margin-left: 0%; }
   .row .offset-8    { margin-left: 0%; }
   .row .offset-9    { margin-left: 0%; }
   .row .offset-10   { margin-left: 0%; }
   .row .offset-11   { margin-left: 0%; }
}

/* screenwidth less than or equal 480px - mobile wide
--------------------------------------------------------------- */
@media only screen and (max-width: 480px) {

   .row { width: auto; }

}


/* larger screens
--------------------------------------------------------------- */
@media screen and (min-width: 1200px) {

   .wide .row { max-width: 1180px; }

}

h4.sg-title {
	margin-bottom: 0.5em;
}

#############

/* BEGIN SmartGravity UTILITIES */
.sg-center {
  display: block;
  margin: 0 auto;
  text-align: center; }

img.sg-align-left, img.sg-align-right, img.sg-align-center {
  margin-top: 0.3rem;
  margin-bottom: 1rem; }
img.sg-align-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

/* from medium size up */
@media screen and (min-width: 40em) {
  img.sg-align-left {
    float: left;
    max-width: 50%;
    margin-right: 1rem; }
  img.sg-align-right {
    float: right;
    max-width: 50%;
    margin-left: 1rem; } }
.hide-title h2.sg-title {
  display: none; }

.center-title h2.sg-title {
  text-align: center; }

.title-spacer-small h2.sg-title {
  padding: 0.5rem 0 1rem; }
.title-spacer-medium h2.sg-title {
  padding: 1rem 0 2rem; }
.title-spacer-large h2.sg-title {
  padding: 2rem 0 3rem; }

.nomarginall {
  margin: 0 !important; }

.nomargintop {
  margin-top: 0 !important; }

.nomarginright {
  margin-right: 0 !important; }

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

.nomarginleft {
  margin-left: 0 !important; }

.nopaddingall {
  padding: 0 !important; }

.nopaddingtop {
  padding-top: 0 !important; }

.nopaddingright {
  padding-right: 0 !important; }

.nopaddingbottom {
  padding-bottom: 0 !important; }

.nopaddingleft {
  padding-left: 0 !important; }

/* small only covers small only */
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .small-nomarginall {
    margin: 0 !important; }

  .small-nomargintop {
    margin-top: 0 !important; }

  .small-nomarginright {
    margin-right: 0 !important; }

  .small-nomarginbottom {
    margin-bottom: 0 !important; }

  .small-nomarginleft {
    margin-left: 0 !important; }

  .small-nopaddingall {
    padding: 0 !important; }

  .small-nopaddingtop {
    padding-top: 0 !important; }

  .small-nopaddingright {
    padding-right: 0 !important; }

  .small-nopaddingbottom {
    padding-bottom: 0 !important; }

  .small-nopaddingleft {
    padding-left: 0 !important; } }
/* medium covers medium size and up */
@media screen and (min-width: 40em) {
  .medium-nomarginall {
    margin: 0 !important; }

  .medium-nomargintop {
    margin-top: 0 !important; }

  .medium-nomarginright {
    margin-right: 0 !important; }

  .medium-nomarginbottom {
    margin-bottom: 0 !important; }

  .medium-nomarginleft {
    margin-left: 0 !important; }

  .medium-nopaddingall {
    padding: 0 !important; }

  .medium-nopaddingtop {
    padding-top: 0 !important; }

  .medium-nopaddingright {
    padding-right: 0 !important; }

  .medium-nopaddingbottom {
    padding-bottom: 0 !important; }

  .medium-nopaddingleft {
    padding-left: 0 !important; } }
/* large covers large size and up */
@media screen and (min-width: 64em) {
  .large-nomarginall {
    margin: 0 !important; }

  .large-nomargintop {
    margin-top: 0 !important; }

  .large-nomarginright {
    margin-right: 0 !important; }

  .large-nomarginbottom {
    margin-bottom: 0 !important; }

  .large-nomarginleft {
    margin-left: 0 !important; }

  .large-nopaddingall {
    padding: 0 !important; }

  .large-nopaddingtop {
    padding-top: 0 !important; }

  .large-nopaddingright {
    padding-right: 0 !important; }

  .large-nopaddingbottom {
    padding-bottom: 0 !important; }

  .large-nopaddingleft {
    padding-left: 0 !important; } }
.sg-spacer-small .sg-content {
  padding: 1rem 0.9375rem; }
  .off-canvas .sg-spacer-small .sg-content {
    padding: 1rem 0.9375rem; }

.sg-spacer-medium .sg-content {
  padding: 2rem 0.9375rem; }
  .off-canvas .sg-spacer-medium .sg-content {
    padding: 2rem 0.9375rem; }

.sg-spacer-xxlarge .sg-content {
  padding: 9rem 0.9375rem; }
  .off-canvas .sg-spacer-xxlarge .sg-content {
    padding: 9rem 0.9375rem; }
/* END SmartGravity UTILITIES */

/* BEGIN NESTED BLOCKQUOTES STYLE OVERRIDES */
blockquote {
  position: relative;
  display: block;
  padding: 0 0 0 1.1875rem;
  border-width: 0 0 0 10px;
  border-style: solid; }
  blockquote blockquote {
    position: static;
    display: block; }
  blockquote p {
    font-size: 1.1rem; }
  blockquote cite {
    display: block;
    text-align: right;
    font-size: 1.2rem; }

blockquote > blockquote > blockquote {
  margin: 0; }
  blockquote > blockquote > blockquote p {
    padding: 15px;
    display: block;
    font-size: 1rem;
    margin-top: 0rem;
    margin-bottom: 0rem; }
  blockquote > blockquote > blockquote > p {
    margin-left: -5.45rem;
    border-style: solid;
    border-width: 1px 1px 1px 10px; }
  blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -7.25rem;
    border-style: solid;
    border-width: 1px 1px 1px 10px; }
  blockquote > blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -9.05rem;
    border-style: solid;
    border-width: 1px 1px 1px 10px; }
  blockquote > blockquote > blockquote > blockquote > blockquote > blockquote > p {
    margin-left: -10.85rem;
    border-style: solid;
    border-width: 1px 1px 1px 10px; }
/* END NESTED BLOCKQUOTES STYLE OVERRIDES */

.sg-column-block {
   padding: 0;
   background: #fff;
   overflow: hidden;
   position: relative;

   -webkit-transition: all 0.27s ease-in-out;
	-moz-transition: all 0.27s ease-in-out;
	-o-transition: all 0.27s ease-in-out;
	-ms-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
}


.sg-column-block-popup {
	padding: 0.9375rem;
	margin: 0 0 0.9375rem;
	margin: 0;
	/*border: 1px solid red;*/
}
