html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* Paul Irish said:; http://www.paulirish.com/2012/box-sizing-border-box-ftw */ 
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/*background: url(images/bg.jpg) no-repeat;
	background-size:contain;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
/********************************************************/
/** end reset.css                                    ****/
/********************************************************/

/* BASICS */
body,html {
	height:100%;
}
#wrapper {
	min-height: 100%;
}
.offcanvas-on #wrapper {
	overflow:hidden;
}
body {
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:17px;
	color:#000;
	font-weight:300;
}
a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:17px;
	color:#000;
	font-weight:300;
	text-decoration: none;
}
strong {
	font-weight:600;
}
br {
	line-height: 8px;
}
h1 {
	color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 15px;
    padding-top: 6px;
}
h2 {
	color: #000;
   	padding-top: 18px;
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
h3 {
	color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin: 4px 0 2px;
}
p {
	margin: 0 0 8px;
	padding: 0;
}
.image-paragraph {
	margin:0;
}
.image-paragraph img {
	margin:0;
}
/*#############################################################################
/*#############################################################################

/* LAYOUT */
.block-wrapper {
    position: relative;
    width: 100%;
    clear: both;
}
.center-wrapper {
    height: 100%;
    position: relative;
}
.inner-center {
	padding:0 36px;
	position:relative;
	background-color: #fff;
	background-color: rgba(255,255,255,0.96);
}
.footer-center {
	padding:0;
	position:relative;
}
@media screen and (min-width: 1200px) {
.center-wrapper {
    width: 1200px;
    margin: 0 auto;
}
}
/*#############################################################################
/*#############################################################################

/* HEADER */
#header {
	height:100px;
	position: relative;
}
.head_logo {
	position:absolute;
	top:28px;
	height:52px;
}
.logo_spinoff {
	display:none;
}
.logo {
	right:36px;
	width:auto;
}
@media screen and (max-width: 724px) {
	.lep-home #header {
		height:180px;
	}
	.lep-home .logo_spinoff {
		display:block;
		height:auto;
		max-width:45%;
	}
	.lep-home .head_logo {
		top:100px;
	}
}
@media screen and (max-width: 400px) {
	.lep-home .logo_spinoff {
		max-width:35%;
	}
}
/* NAVIGATION */
#navi {
	display:none;
}
.main-nav .nav li {
	float:left;
	margin:0 22px 0 0;
	display: block;
}
.main-nav .nav > li, .main-nav .nav > li > a {
	font-size:16px;
	color:#000;
	font-weight: 300;
}
.main-nav .nav > li.current, .main-nav .nav > li.current > a, .main-nav .nav > li > a:hover, .main-nav .nav > li.active > a {
	color:#c41200;
}
.main-nav .nav li ul {
	position:absolute;
	left:36px;
	top:36px;
	min-height:30px;
}
.main-nav .nav li ul li, .main-nav .nav li ul li a {
	margin-right:4px;
	font-size: 16px;
	font-weight: 300;
	color:#000;
}
.main-nav .nav li ul li.current a, .main-nav .nav li ul li a:hover {
	color:#c41200;
}
.main-nav .nav li ul li:after {
	content:"|";
}
.main-nav .nav li ul li:last-child:after {
	content:"";
}
.menu-trigger {
	position: absolute;
    top: 32px;
    left: 37px;
    width: 45px;
    height: auto;
    cursor: pointer;
}
.menu-close {
	cursor: pointer;
	position:absolute;
	top: 32px;
	left:37px;
	width:45px;
	display:none;
}
.offcanvas-menu-logo {
	display: none;
    height: 68px;
    position: absolute;
    right: 40px;
    top: 22px;
    width: auto;
}
.offcanvas-on .menu-trigger {
	display:none;
}
.offcanvas-on .menu-close {
	display:block;
}
#offcanvas-navi {
	display:none;
}
.offcanvas-on #offcanvas-navi .offcanvas-menu-logo {
	display:block;
}
#offcanvas-navi .nav > li.current > a, #offcanvas-navi .nav > li.active > a, #offcanvas-navi .nav li.active > a {
	color:#c41200;
}
/** Offcanvas navi on */
.offcanvas-on #offcanvas-navi{
	display:block;
	min-height:100%;
	width:100%;
	background-color: #999;
    background-color: rgba(85,85,85,0.96);
    position:absolute;
    top:0;
    left:0;
    z-index:10000;
}
#offcanvas-navi > ul {
	margin-top:225px;
	padding-left:37px;
}
#offcanvas-navi li a, #offcanvas-navi .trigger {
	line-height:32px;
	color:#fff;
	font-size:24px;
	display: block;
}
#offcanvas-navi > ul > li {
	position: relative;
	margin-right:37px;
	border-top:2px solid #fff;
	padding: 6px 0;
}
#offcanvas-navi > ul > li:last-child {
	border-bottom:2px solid #fff;
}
#offcanvas-navi .trigger {
	position:absolute;
	right:0;
	top:6px;
	z-index:1000;
	cursor: pointer;
	padding-left:20px;
}
#offcanvas-navi .trigger.on {
	margin-right:6px;
}
#offcanvas-navi > ul > li > ul {
	display: none;
	padding-left:44px;
}
#offcanvas-navi > ul > li > ul a {
	font-size:18px;
	line-height:26px;
}

@media screen and (min-width: 725px) {
	#offcanvas-navi {
		display:none !important;
	}
	#header {
		height:152px;
	}
	.head_logo {
		top:36px;
		height:40px;
	}
	#navi {
		min-height:108px;
		position:relative;
		display: block;
	}
	.logo_spinoff {
		left:36px;
		width:auto;
		display:inline;
	}
	.menu-trigger {
		display:none;
	}
}
@media screen and (min-width: 800px) {
	.logo_spinoff {
		height:50px;
		width:350px;
	}
	.head_logo {
		height:auto;
	}
	.logo {
		width:185px;
	}
	.main-nav .nav > li, .main-nav .nav > li > a {
		font-size:18px;
		color:#000;
		font-weight: 300;
	}
}
@media screen and (min-width: 1000px) {
	.main-nav .nav li {
		margin:0 52px 0 0;
	}
}

/*#############################################################################
/*#############################################################################

/* LANGUAGES */
.mod-languages {
	display: none;
	position:absolute;
}
.mod-languages li a, .mod-languages li {
	font-size:18px;
	margin: 0 2px 0 0 !important;
}
.mod-languages li a:hover, .mod-languages li.lang-active a {
	color:#c41200;
}
.mod-languages li{
	margin: 0 !important;
}
.mod-languages li:after {
	content:"|";
}
.mod-languages li:last-child:after {
	content:"";
}
@media screen and (max-width: 724px) {
	.lep-home .mod-languages {
		display: block;
		top:32px;
		right:36px;
	}
}
@media screen and (min-width: 725px) {
	.mod-languages {
		right:145px;
		top:32px;
		display: block;
	}
	.mod-languages li a, .mod-languages li {
		font-size:12px;
	}
}
@media screen and (min-width: 800px) {
	.mod-languages {
		right:240px;
	}
}
@media screen and (min-width: 1100px) {
	.mod-languages {
		right:36px;
		top:152px;
	}
}
/*#############################################################################
/*#############################################################################

/* MAIN CONTENT */
#main {
	min-height: 432px;
	padding-bottom: 10px;
}
#main a {
	color:#c41200;
}
#main a:hover {
	color:#c41200;
	text-decoration: underline;
}
#main ol {
    list-style-position: outside;
    list-style-type: decimal;
    margin-bottom: 30px;
    padding-left: 18px;
}
#main ul li {
    margin-left: -11px;
    margin-bottom:6px;
}
#main ol li {
	margin-bottom:6px;
}
#main ul li::before {
    content: "-";
    display: inline-block;
    margin-left: -11px;
    width: 10px;
}
#main .home-urban-planning  ul li::before {
	content: '';
	margin-left: -13px;
}
#main ul {
    margin-bottom: 10px;
    padding-left: 25px;
}
#main .home-urban-planning ul {
    padding-left: 10px;
  	margin-bottom:0;
}
#main .blog h2 {
	color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px;
    padding-top: 6px;
}
#main .pagination ul {
	height:80px;
	padding:0;
}
#main .pagination li {
	float:left;
	margin: 0 15px 15px 0;
}
#main .pagination ul li::before {
    content: "";
    display: inline-block;
    margin-left: 0;
    width: 0;
}
.article-info-term, .icon-calendar {
	display:none;
}
.create time {
	font-weight:400;
}

/**********************************************************************************
/**********************************************************************************

/* HOME */
.lep-home #main {
	min-height: 924px;
}
.lep-home #navi {
	min-height:56px;
}
.lep-home .item-page {
	width:748px;
	padding:12px 24px 12px 0;
	max-width:100%;
}
.home-container {
	position:relative;
	margin-bottom:21px;
}
.home-news, .home-urban-planning {
	position:relative;
	flex: 0 1 auto;
}
.home-news {
	padding:0;
	max-width:100%;
}
.home-urban-planning {
	padding:32px 12px 12px 0;
}
.home-projects {
	overflow: hidden;
	clear:both;
}
.home-projects .custom { 
	clear:both;
	margin-bottom:18px;
}
.home-projects .custom .image-paragraph img {
	max-width:348px;
}
.home-banner a {
  line-height:0;
}
.home-banner {
  margin-bottom:12px;
}
@media screen and (min-width: 610px) { 
	.home-projects .custom .image-paragraph {
		float:left;
		margin:0 8px 8px 0;
	}
}
@media screen and (min-width: 725px) {
	.home-projects .news-wrapper {
		display:flex;
		justify-content: space-between;
	}
	.home-projects .custom {
		margin-right:8px;
		margin-bottom:0;
		flex-grow: 1;
	    flex-basis: 0;
	}
	.home-projects .custom:last-child {
		margin-right: 0;
	}
	.home-projects .custom .image-paragraph {
		margin:0;
	}
	.home-projects .custom .image-paragraph img {
		width:100% !important;
	}
}
@media screen and (min-width: 900px) {
	.home-news {
		width:100%;
		margin-right:1.5%;
		padding:0;
		max-width:100%;
		float:left;
	}
	.home-urban-planning {
		width:33.5%;
		padding:0 12px 0;
		margin-bottom:0;
		float:left;
}
}
/**********************************************************************************
/**********************************************************************************

/* FOOTER */
#footer-contact {
	background-color: #999;
	background-color: rgba(153,153,153,0.96);
	line-height:38px;
	color:#fff;
	font-size: 12px;
	padding: 0 36px;
}
#footer-gap {
	height:3px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
}
#footer-menu {
	display:none;
	background-color: #999;
	background-color: rgba(153,153,153,0.96);
	padding: 0 36px 12px;
}
@media screen and (min-width: 1030px) {
	#footer-menu {
		display:block;
	}
}
.footer-contact {
	margin:0;
}
.footer-contact span {
	color:#000;
}
.footer-nav .nav > li {
	display: block;
    float: left;
    margin: 8px 30px 0 18px;
    max-width: 212px;
}
.footer-nav .nav > li:first-child {
	margin-left:0;
}
.footer-nav .nav > li:last-child {
	margin-right:0;
}
.footer-nav .nav > li, .footer-nav .nav > li > a {
	font-size:11px;
	color:#000;
	font-weight: 600;
}
.footer-nav .nav li ul {
	position:relative;
	left:0;
	top:6px;
}
.footer-nav .nav li ul li, .footer-nav .nav li ul li a {
	float:none;
	margin-right:4px;
	font-size: 11px;
	font-weight: 300;
	color:#fff;
	line-height: 12px;
}
.footer-nav .nav li ul li {
	margin-bottom:7px;
}

/* bt slider */
#main .bt-cs .bt-inner {
	padding:0;
}
#main .bt-cs .bt-inner img {
    border: 0;
    margin: 0;
    max-width: 99%;
    outline: 0;
    max-width:100%;
}
#main .bt-cs .bt-row {
    padding: 0;
}
#main .bt-title {
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:400;
	text-transform: none;
}
#main .bt-title:hover {
	color:#fff;
	text-decoration: underline;
}
#main .bt-textbody {
	position:absolute;
	bottom:5px;
	left:0;
	margin:0 12px 32px;
	background-color: rgba(153, 153, 153, 0.69);
	padding:12px;
	color: #fff;
	font-size:12px;
	max-width:724px;
}
#main .bt_handles {
	position:absolute;
	bottom:12px !important;
	left:12px !important;
}
#main .bt_handles li a {
    background-image: none;
    display: block !important;
    float: left;
    height: 12px;
    overflow: hidden;
    padding: 0 !important;
    margin:0 12px 0 0;
    width: 12px;
    background-color:#000 !important;
    color:#000 !important;
}
#main .bt_handles li.current a,  #main .bt_handles li a:hover{
	background-color:#c41200 !important;
	color:#c41200 !important;
}
#main .bt_handles li::before {
	content: "";
    display: none;
    margin-left: 0;
    width: 0;
}
#main .bt_handles li {
	background-color:transparent !important;
	background:none;
}
#main .bt-cs .bt-center {
	text-align:left;
	width:100%;
}
#main .bt-textbody .bt-introtext {
	height: auto !important;
}
.items-row {
	margin-bottom:24px;
}
.category-blog-lined .items-row {
	margin-bottom: 20px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 16px;
}
.category-blog-lined .items-row:last-child {
	border-bottom:0;
}
.category-blog-lined-bottom .items-row {
	margin-top: 20px;
    border-top: 1px solid #c0c0c0;
    padding-top: 16px;
    margin-bottom: inherit;
    border-bottom: 0;
    padding-bottom: inherit;
}
.category-blog-lined-bottom .items-row.lep-blog-title {
	margin-top: 20px;
    border-top: 0;
    padding-top: 20px;
}
.category-blog-lined-bottom .items-row.lep-blog-title:first-child, .category-blog-lined-bottom .items-row:first-child {
	margin-top: 0;
	border-top:0;
}
#main img {
	max-width:100%;
	height:auto;
}
.urban-planning-obsolete-date {
  display:none;
}




