b@charset "utf-8";
/* CSS Document */

/* Reset CSS
 * --------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}

a {
	text-decoration:none;
}
table {
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: 700;
}
em { font-style: italic;}
ol,ul {
	list-style: none;
	margin:0;
	padding:0;
}
caption,th {
	text-align: left;

}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	margin:0;
	padding:0;
	/*color:#444;*/
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}
p { margin-bottom: 30px;}


/* Custom CSS
 * --------------------------------------- */
 
html { height: 100%; } 
body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
    color: #1b4164;
}

/* BOOTSTRAP EDITS */
.navbar { 
    border-radius: 0px !important; 
	margin-bottom: 0px;
	min-height: 50px;
    position: fixed;
    top: 0;
	width: 100%;
	z-index: 4000;
}
.navbar-default {
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
    background-color: rgba(255,255,255,1.0);
	/*background-color: transparent;*/
    -webkit-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;		
	border:none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;	
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
	color: #fcb040;
    background-color: transparent !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    /*background-color: transparent !important;*/
}
.navbar-default .navbar-nav > li > a {
    color: #1b4164;
	text-align: right;
}
.navbar-default .navbar-nav > li > a:hover {
    background-color: none;
	color: #FFF;
	color: #fcb040;
}
.navbar-default .navbar-nav > li > a {
	padding: 50px 25px 17px 0;
    /*text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.5);*/
}
.navbar-brand {
    float: left;
    height: 120px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;   
}
.logo { 
	height: 120px; 
	text-align: left; 
	padding: 0;
    -webkit-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;			
} 
.logo_2019 { 
	height: 140px; 
	text-align: left; 
	padding: 0;
    -webkit-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;			
} 
.navbar-default.affix {
	top: 0;
	width: 100%;
	z-index: 4000;
    background-color: rgba(255,255,255,1.0);
    -webkit-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);	
}
.navbar-default.affix .navbar-brand {
    float: left;
    height: 84px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;  	
}
.navbar-default.affix .navbar-brand .logo {
    height: 84px; 
    -webkit-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;		
}
.navbar-default.affix .navbar-nav > .active > a, .navbar-default.affix .navbar-nav > .active > a:hover, .navbar-default.affix .navbar-nav > .active > a:focus {
    color: #fcb040;
    background-color: transparent !important;
    -webkit-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;			
}
.navbar-default.affix .navbar-nav > li > a:hover {
    background-color: none;
	color: #fcb040;
}
nav.navbar.shrink {
  	min-height: 84px;
}


.container-fluid { border-bottom: 2px solid #FFF;}

.p-0 { padding: 0;}
.p-30 { padding: 30px;}
.p-l-0 {
  	padding-left: 0px !important;
}
.p-l-15 {
  	padding-left: 15px !important;
}
.p-r-15 {
  	padding-right: 15px !important;
}
.p-r-20 {
  	padding-right: 20px !important;
}
.p-tb-30 {
  	padding-top: 30px !important;
  	padding-bottom: 30px !important;
}
.p-b-30 {
  	padding-bottom: 30px !important;
}
.p-t-30 {
  	padding-top: 30px !important;
}
.m-t-20 {
  	margin-top: 20px !important;
}
.m-t-50 {
  	margin-top: 50px !important;
}
.m-b-30 {
  	margin-bottom: 30px !important;
}
.m-t--50 { margin-top: -50px;}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* BOOTSTRAP EDITS */

/* SECTIONS */
.content { margin-top: -52px; padding: 0; }

#map_contact {
    margin-top: 182px;
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #FFF;
    z-index: 0;   
}

#footer {
    background-color: #1b4164;
    color: #FFF;
	padding: 30px 0;
}

.darkblue { 
    background-color: #1b4164;
    color: #FFF;
}
.lightblue { 
    background-color: #d1d9e0;
    color: #FFF;
}
.yellow { 
    background-color: #fcb040;
    color: #FFF;
}
.white { 
    background-color: #FFFFFF;
    color: #1b4164;
}
.darkblue .text {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.8; 
    color: #FFF;
	padding: 0;
}
.text {
    padding: 15px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.8; 
    color: #1b4164;	
}

.banner {
	position: relative;
	float: left;
	width: 100%;
	height: 750px;
}

.banner-eindevaluatie {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
}
.banner-small {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
}

/* PROJECTEN */
.projectfilters {
	padding: 6px 20px 0 0;
	color: #1b4164;
	margin-bottom: 20px;
}
.projectfilters a {
	
}
.projectfilters a:first-of-type {
	padding-left: 15px;
}
.projectfilters a::after {
	display: inline-block;
	content: " | ";
	color: #FFF;
	padding: 0 10px;
}
.projectfilters a:last-of-type::after {
	display: none;
}
.projects {
    margin-top: 20px;
    /*padding-right: 20px;*/
    margin-right: 20px;
    height: 440px;
    background-color: #FFF;
}
.projects__image {
    
}

.project {
	padding: 30px 0;
    background-color: #FFFFFF;
    color: #1b4164;		
}
.project__body {
	padding: 0px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.8; 
    color: #1b4164;		
}
.project__body .text { 
	padding: 0 30px 0 0; 
	margin-bottom: 30px;
}
.project__body .text p {
	margin-bottom: 30px;
}
.project__body .map {
	width: 100%;
	height: 400px;
	margin: 30px 0;
}
.project__nav {
    padding: 15px 20px;
    background-color: #C4DEF7;
    background-color: #d1d9e0;
    color: #1b4164;
    line-height: 1.4;
}
.project__nav a {
    font-family: 'Scholz-BlackSemiCn',sans-serif;
    font-weight: 100;    
    color: #1b4164;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}
.project__specs {
	/* margin-top: -60px;*/
	padding: 15px 20px;
    background-color: #1b4164;
    color: #FFF;	
}
.project__map {
	width: 100%;
	height: 300px;
	margin: 0 0 30px 0;
}
.project__specs .text {
	padding: 0;
	color: #FFF;
}
.project__specs .text a {
	color: #FFF;
}
.project__share .text {
	padding: 0;
	margin-top: 30px;
	color: #1b4164;	
}
/* Carousel */
#carousel { margin-bottom: 15px;}
#carousel .item img{
	display: block;
	width: 100%;
	height: auto;
}
/* Carousel */

/* NIEUWS */
.articles {
	max-width: 1170px;
	height: 204px;
	margin-left: auto;
	/*margin-right: auto;*/
	box-sizing: border-box;
	margin: 0 20px 0 0;
	/*padding-top: 35px;*/
}
.articles__image {
	position: relative;
	height: 100%;
	/*width: 100%;*/
	padding-right: 20px;
	width: 33.33333333%;
	float: left;	
}
.articles__body {
	position: relative;
	height: 100%;
	/*width: 100%;*/
	/*padding-left: 20px;*/
	width: 66.66666666%;
	float: left;	
}
/*
.article__data {
	color: #8da0b1;	
}
*/

.article {
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: -70px;
	box-sizing: border-box;
	padding-top: 70px;
	background-color: #FFF;
}
.article__header {
	max-width: 800px;
	margin: 0 auto;	
	box-sizing: border-box;
	padding: 0 0 20px 0;
}
.article__body {
	max-width: 800px;
	overflow: hidden;
	display: block;
	position: relative;
	margin: 0 auto;	
	/*padding-right: 200px;*/
	box-sizing: border-box;
}
.article__body__subheader {
	max-width: 800px;
	margin: 0 auto;	
	box-sizing: border-box;
	padding: 0 0 20px 0;
	padding: 0;
}
.article__body__data {
	max-width: 800px;
	margin: 0 auto;	
	color: #8da0b1;
	box-sizing: border-box;
	/*padding: 20px 0;*/
}
.article__data {
	padding: 20px 0;
	color: #8da0b1;
}
.article__body__image {
	width: 100%;
	padding: 0;
	box-sizing: content-box;
}
.article__body__content {
	margin-top: 0px;
	padding-top: 15px;
    padding-bottom: 15px;
	/*border-top: 1px solid #ebebeb;*/
}
.article__body__content .text { 
	padding: 0; 
	margin-bottom: 30px;
}
.article__body__content .text p {
	margin-bottom: 30px;
}


/* SECTIONS */


.date {
	color: #8da0b1;
	margin: 6px 0;
} 

/* HEADINGS */
h1 {
	font-family: 'Scholz-BlackSemiCn', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: 1.4;
	color: #FFF;
	margin-bottom: 10px;
    text-transform: uppercase;
}
.lightblue h1, .white h1 { color: #1b4164; } 
.text h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	color: #1b4164;	
	margin-bottom: 0px;
	text-transform: none;
}
.text h1 a:link, .text h1 a:visited, .text h1 a:active {
	line-height: 1.4;
	color: #1b4164;	
	text-decoration:none;
}
.text h1 a:hover {
	color: #1b4164;	
}
.article__header h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.4;
	color: #1b4164;	
	margin-bottom: 0px;
	text-transform: none;	
}
.project__body h1 {
	font-family: 'Scholz-BlackSemiCn', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: 1.4;
	color: #1b4164;	
	margin-bottom: 10px;
    text-transform: uppercase;
}
.project__specs h2 {
	font-family: 'Scholz-BlackSemiCn', sans-serif;
	font-weight: 100;
	font-size: 24px;
	line-height: 1.4;
	color: #FFF;	
	margin-bottom: 10px;
    text-transform: uppercase;	
}
#footer h1 {
	font-family: 'Scholz-BlackSemiCn', sans-serif;
	font-weight: 100;
	font-size: 29px;
	line-height: 1.4;
	color: #FFF;
	margin-top: 17px;
	margin-bottom: 10px;
    text-transform: uppercase;
}
/* HEADINGS */

#footer ul
{
	padding-left: 60px;
}
#footer ul li a, #footer a
{
	color: #FFF;
}
#footer .logo_footer {
	width: 252px;
    margin-top: -1px;
}
.footer__contact {
   padding-left: 80px; 
}
.footer__privacy {
   margin-top: 88px; 
}

.ReadMoreBtnNews {
	position: absolute;
	right: -1px;
	bottom:0;
    background-color: #fcb040;
    color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 24px;
}
.ReadMoreBtnProject {
	position: absolute;
	right: 20px;
	bottom:0;
    background-color: #d1d9e0;
    color: #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 24px;
}
.BtnBig {
	width: 100%;
	padding: 6px 10px; 
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	text-transform: uppercase;	
}
.BtnBig .glyphicon { margin-top: 2px;}

a.button { text-decoration: none !important; }
/*
a:hover { text-decoration: none; }
*/

.nomobile { display: inline-block; }
.mobile { display: none; }

.sidebar { /* width: 100% !important; max-width: 380px; */}
.sidebar.affix-top {
    position: static;
    margin-top:-60px; 
}
.sidebar.affix {
    position: fixed;
    width: 380px !important;
    top:140px;
}
.sidebar.affix-bottom {
    position: absolute;
    width: 380px !important;
}

/* HOME DNA FORM */
.simple-title {
    font-family: 'Scholz-BlackSemiCn',sans-serif;
    font-weight: 100;
    font-size: 24px;
    line-height: 1.4;
    color: #1b4164;
    margin-bottom: 10px;
    text-transform: uppercase;
}
form.homedna-survey { width:100%; position:relative; font-family: 'Ubuntu', sans-serif; margin-top: 10px; }
form.homedna-survey label { display: inline-block; vertical-align: top; width: 48%; padding-top: 2px; margin-bottom:2px; color:#1b4164; margin: 10px 0; }
form.homedna-survey input, form.homedna-survey select { 
	width: 48%; height: 32px; padding: 0 6px 0 10px; margin: 10px 0;
	border: 1px solid #CACACA;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px; 	
	background-color:#F0F0F0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight:300;
	color:#1b4164;
}
form.homedna-survey textarea { 
	width: 96%;
	height: 120px; 
	padding: 10px 6px 0 10px;
	border: 1px solid #CACACA;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px; 	
	background-color:#F0F0F0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight:300;
	color:#1b4164;
}
form.homedna-survey .question-type-checkbox { width: 100%;}
form.homedna-survey .question-type-checkbox .question { display: inline-block; width: 100%;}
form.homedna-survey .question-type-checkbox label { margin:0; width: 96%;}
form.homedna-survey .question-type-checkbox input[type="checkbox"] {
    display: inline-block; width: 30px; vertical-align: middle; margin:0; padding:0;
}
form.homedna-survey span.required { float: right; padding-right: 40px; }
form.homedna-survey .btn-style {
	margin-left: 0px;
	position: relative;
	color: #FFF;
	border:none;
	background-color: #1b4164;
	padding: 4px 24px;
	margin-top: 8px;
	text-decoration:none;	
	font-family: 'Ubuntu', sans-serif;
	font-size:15px;
	font-weight:300;    
}


/* ENQUETE FORM */
form.enqueteform { width:100%; position:relative; font-family: 'Ubuntu', sans-serif; margin-top: 10px;}
form.enqueteform fieldset { margin-bottom: 30px;}
form.enqueteform label.labelsmall { display: inline-block; vertical-align: top; width: 160px; padding-top: 2px; margin-bottom:2px; color:#1b4164;}
form.enqueteform label { display: inline-block; vertical-align: top; width: 100%; padding-top: 2px; margin-bottom:2px; color:#1b4164;}
form.enqueteform input.field, form.enqueteform select.field { 
	width: 300px; height: 32px; padding: 0 6px 0 10px;
	border: 1px solid #CACACA;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px; 	
	background-color:#F0F0F0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight:300;
	color:#1b4164;
}
form.enqueteform select.field { 
	padding: 0 6px 0 6px;
	width: 300px;
}
form.enqueteform textarea { 
	width: 100%;
	height: 120px; 
	padding: 10px 6px 0 10px;
	border: 1px solid #CACACA;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	border-radius:3px; 	
	background-color:#F0F0F0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight:300;
	color:#1b4164;
}
form.enqueteform input.error, form.enqueteform select.error { border: 1px solid #e31212; }
form.enqueteform textarea.error { border: 1px solid #e31212; }
form.enqueteform .Button { 
	margin-left: 0px;
	position: relative;
	color: #FFF;
	border:none;
	background-color: #1b4164;
	padding: 4px 12px;
	margin-top: 8px;
	text-decoration:none;	
	font-family: 'Ubuntu', sans-serif;
	font-size:15px;
	font-weight:300;
}

form.enqueteform .form-control { display: inline;}




/* SOCIAL SHARE */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  	display: inline-block;
}
.resp-sharing-button__link {
  	text-decoration: none;
  	color: #fff;
  	margin-right: 0.5em;
	line-height: 1.4;
	margin-top: 15px;
}
.resp-sharing-button {
  	border-radius: 2px;
  	transition: 25ms ease-out;
  	padding: 0.5em 0.75em;
  	font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}
.resp-sharing-button__icon svg {
  	width: 1em;
  	height: 1em;
  	margin-right: 0.4em;
  	vertical-align: top
}
.resp-sharing-button--small svg {
  	margin: 0;
  	vertical-align: middle
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  	stroke: #fff;
  	fill: none
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  	fill: #fff;
  	stroke: none
}
.resp-sharing-button--twitter {
  	background-color: #55acee
}
.resp-sharing-button--twitter:hover {
  	background-color: #2795e9
}
.resp-sharing-button--pinterest {
  	background-color: #bd081c
}
.resp-sharing-button--pinterest:hover {
  	background-color: #8c0615
}
.resp-sharing-button--facebook {
  	background-color: #3b5998
}
.resp-sharing-button--facebook:hover {
  	background-color: #2d4373
}
.resp-sharing-button--tumblr {
  	background-color: #35465C
}
.resp-sharing-button--tumblr:hover {
  	background-color: #222d3c
}
.resp-sharing-button--reddit {
  	background-color: #5f99cf
}
.resp-sharing-button--reddit:hover {
  	background-color: #3a80c1
}
.resp-sharing-button--google {
  	background-color: #dd4b39
}
.resp-sharing-button--google:hover {
  	background-color: #c23321
}
.resp-sharing-button--linkedin {
  	background-color: #0077b5
}
.resp-sharing-button--linkedin:hover {
  	background-color: #046293
}
.resp-sharing-button--email {
  	background-color: #777
}
.resp-sharing-button--email:hover {
  	background-color: #5e5e5e
}
.resp-sharing-button--xing {
  	background-color: #1a7576
}
.resp-sharing-button--xing:hover {
  	background-color: #114c4c
}
.resp-sharing-button--whatsapp {
  	background-color: #25D366
}
.resp-sharing-button--whatsapp:hover {
  	background-color: #1da851
}
.resp-sharing-button--hackernews {
	background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }
.resp-sharing-button--vk {
  	background-color: #507299
}
.resp-sharing-button--vk:hover {
  	background-color: #43648c
}
.resp-sharing-button--facebook {
  	background-color: #3b5998;
  	border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  	background-color: #2d4373;
  	border-color: #2d4373;
}
.resp-sharing-button--twitter {
  	background-color: #55acee;
  	border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  	background-color: #2795e9;
  	border-color: #2795e9;
}
.resp-sharing-button--email {
  	background-color: #777777;
  	border-color: #777777;
}
.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  	background-color: #5e5e5e;
  	border-color: #5e5e5e;
}
.resp-sharing-button--linkedin {
  	background-color: #0077b5;
  	border-color: #0077b5;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  	background-color: #046293;
  	border-color: #046293;
}
/* SOCIAL SHARE */

@media (min-width: 801px) and (max-width: 992px) {
	
	.banner { margin-top: 50px; height: 500px; }  
	
	.article {
		margin-top: -70px;
		padding: 40px 20px 20px 20px ;
	}	
}

@media all and (max-width: 800px){
	.navbar-default {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);	
	}
	.nav { 
		width: 100%;
	}
	.nav.pull-right { float: left !important;}
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		padding: 16px 0 10px 45px;
	}	
	
    .navbar-brand {
        position: absolute;
        top: 0;
        left: 15px;
        height: 50px;
    }
    .logo { 
        height: 50px; 		
    }    
    .navbar-default.affix .navbar-brand {
        float: left;
        height: 50px;
    }
    .navbar-default.affix .navbar-brand .logo {
        height: 50px; 	
    } 
    
    
    .banner { margin-top: 50px; height: 260px; }   
	
	.projects { height: 440px; margin: 0 0 30px 0;}
	.project__body .text { 
		padding: 0; 
		margin-bottom: 30px;
	}
	.project__specs {
		margin-top: 0px;
	}
	.project__share .text {
		margin: 30px 0;
	}	
	.ReadMoreBtnProject {
		position: absolute;
		right: 0px;
		bottom: 30px;
	}
	
	.articles { height: 550px; margin:0;}
	.articles__image {
		position: relative;
		height: 200px;
		padding-right: 20px;
		width: 100%;
		float: left;	
	}
	.articles__body {
		position: relative;
		height: 350px;
		width: 100%;
		float: left;	
	}
	.article {
		margin-top: 0px;
		padding-top: 20px;
	}	
	.article__header {
		padding: 0 0 20px 0;
	}
	.article__body__data {
		padding: 0; 
	}
	.article__body__content .text { 
		padding: 0; 
		margin-bottom: 30px;
	}
	
	.article__header h1, .project__body h1  {
		font-size: 26px;
	}
	
	#footer { font-size: 14px;}
	#footer .logo_footer {
		width: 140px;
	}
	#footer ul
	{
		padding-left: 32px;
        margin-top: 12px;
	}
	#footer h1 {
		font-size: 16px;
		line-height: 1.4;
		margin-top: 11px;
	}
    .footer__contact {
       padding-left: 10px; 
    }    
	
    #map_contact {
        margin-top: 52px;
        width: 100%;
        height: 400px;
    }    
    
	.nomobile { display: none; }
	.mobile { display: inline-block; }
    .p-r-20 {
        padding-right: 0px !important;
    }
    
    .sidebar.affix {
        position: static;
        width: auto !important;
    }
    .sidebar.affix-bottom {
        width: auto !important;
    }    
}

@media (min-width: 768px) and (max-width: 799px) {
	.projects { margin: 0 20px 30px 0; }
}
@media all and (max-width: 767px){
}


