@font-face {
  font-family: 'Varela Round';
  src: url('../fonts/Varela_Round/VarelaRound-Regular.woff2') format('woff2'),
       url('../fonts/Varela_Round/VarelaRound-Regular.ttf') format('truetype');
  font-display: fallback;
}

@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli/muli.regular.woff2') format('woff2'),
         url('../fonts/Muli/muli.regular.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;	 
	font-display: fallback;
}

@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli/muli.italic.woff2') format('woff2'),
         url('../fonts/Muli/muli.italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: fallback;
}

html {
	overflow-y: scroll;
	overflow-x: hidden
}

body {
	font-family: Muli, sans-serif;
	color: #666;
	text-align: left;
	font-size: 100%;
	line-height: 1.6em;
	background-color: #fefefe
}

a {
	color: #017698;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
}
a#backtotop,
a#backtotop:hover {
	text-decoration: none
}

a:active,
a:focus {
	background: 0 0
}

hr {
	border-color: #f4f4f4
}
#main-header {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		padding: 0;
		border: 0;
		text-align: center;
		min-height: 78px;
	}

.logo-header {
    display: flex;
    align-items: center;
}


.logo_img {
    display: inline-block;
    width: 316px;
    height: 53px;
    background-image: url('../../images/base/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.logo-header h1 {
    display:none
}

#quickinfo li {
	display: inline-block;
	padding: 1em;
	margin: 0 auto;
	text-align: center
}

#header-wrapper,#pre-header,#main-wrapper,#footer-wrapper {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	word-wrap: break-word
}

#header-wrapper,#pre-header,#footer-wrapper {
	display: block;
}

#main-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.lw2colnor{
  flex: 30%;
}

.cw2colnor{
  flex: 70%;
}

#pre-header>div,#header-wrapper>header,#content,#footer-wrapper>footer
 {
	width: 1360px;
	max-width: 100%;
	margin: 0 auto
}

#content>*,
.sun-editor .document {
	box-sizing: content-box;
	padding: 2em;
	background-color: #fff
}

#content>div.topfunction {
	margin: 0 auto;
	padding: 0
}

#footer-wrapper>footer {
	padding: 1.6em;
	text-align: left
}

#footer-wrapper {
	background-color: #2c3e50;
	color: #d7d7d7
}

input[type=checkbox]#show-menu {
	display: none;
	-webkit-appearance: none
}

input[type=checkbox]#show-menu:checked~#main-menu {
	display: block
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000000;
	background-color: rgba(255, 255, 255, .8);
	display: none
}

#loading * {
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/ring.svg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat
}

#loading .middle {
	width: 160px;
	height: 160px;
	margin-left: -80px;
	margin-top: -80px;
	-webkit-animation: ccw 1s linear infinite;
	animation: ccw 1s linear infinite
}

#loading .outer {
	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: -100px;
	-webkit-animation: cw 3s linear infinite;
	animation: cw 3s linear infinite
}

@-webkit-keyframes cw {
	0 {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes cw {
	0 {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes ccw {
	0 {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(-360deg)
	}
}

@keyframes ccw {
	0 {
		transform: rotate(0)
	}

	100% {
		transform: rotate(-360deg)
	}
}

@media only screen and (min-width:768px) {
	label.show-menu {
		display: none
	}

	#menu-wrap {
		line-height: 0;
		text-align: center
	}

	#main-menu {
		display: inline-block
	}

	body {
		display: flex;
		flex-direction: column;
		min-height: 100vh
	}

	#footer-wrapper {
		margin-top: auto
	}

	#header-wrapper {
		box-shadow: 0 9px 20px 2px rgba(0, 0, 0, .24)
	}

	#quickinfo {
		text-align: center
	}
}

#quickinfo ul {
	margin: 0;
	padding: 0
}

#footer-wrapper {
	padding: 20px 0
}

#footer-wrapper nav {
	margin-bottom: 15px;
	text-transform: uppercase
}

#footer-wrapper nav ul li {
	display: inline-block;
	margin-right: 15px
}

#footer-wrapper nav ul li:last-child {
	margin-right: 0
}
#footer-wrapper a, #footer-wrapper a:link, #footer-wrapper a:visited {
	text-decoration: none;
	color: #daffcc;		cursor:pointer
}

#footer-wrapper a:active,
#footer-wrapper a:hover {
	text-decoration: underline;
	color: #afff9b
}

#copyright {
	padding: 0;
	text-align: center;
	font-size: .7em
}

#copyright * {
	margin: 0;
	padding: 0
}

#backtotop {
	z-index: 999;
	display: inline-block;
	position: fixed;
	visibility: hidden;
	bottom: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	opacity: .2
}

#backtotop.visible {
	visibility: visible;
	opacity: .5
}

#backtotop:hover {
	opacity: 1;
	cursor: pointer
}

#backtotop {
	color: #fff;
	background-color: #171717
}

@-ms-viewport {
	width: device-width
}

.span_mail,
.span_tel {
	margin: 0 10px
}

#main-menu {
	font-size: .9em;
	font-family:"Varela Round";
	text-transform: uppercase;
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Varela Round";
	text-transform: uppercase;
	letter-spacing: 0.0825em;
	font-weight: 300;
}

h1 {
	font-size: 2em;
	line-height: 1.8em;
	text-align: center;
	font-weight: 400;
}

h2 {
	font-size: 1.6em;
	line-height: 1.4em;
	text-align: center;	
}

fieldset {
	border: none
}

legend {
	display: none
}

input[type=search]::-webkit-search-decoration {
	display: none
}

a.button:invalid,
button:invalid,
input:invalid,
select:invalid,
textarea:invalid {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

a.button:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	-webkit-box-shadow: #06f 0 0 5px 0;
	-moz-box-shadow: #06f 0 0 5px 0;
	box-shadow: #06f 0 0 5px 0;
	z-index: 1
}

input[type=checkbox]:active,
input[type=checkbox]:focus,
input[type=file]:active,
input[type=file]:focus,
input[type=radio]:active,
input[type=radio]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background: #ddd url(../images/button.png?1298351022) repeat-x;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fff), color-stop(100%, #ddd));
	background-image: -webkit-linear-gradient(#fff, #ddd);
	background-image: -moz-linear-gradient(#fff, #ddd);
	background-image: -o-linear-gradient(#fff, #ddd);
	background-image: linear-gradient(#fff, #ddd);
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #333;
	display: inline-block;
	font: bold 12px/1.3 Raleway, Arial, sans-serif;
	outline: 0;
	overflow: visible;
	margin: 0;
	padding: 3px 10px;
	text-shadow: #fff 0 1px 1px;
	text-decoration: none;
	vertical-align: top;
	width: auto
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #fff), color-stop(1px, #eee), color-stop(100%, #ccc));
	background-image: -webkit-linear-gradient(#fff, #eee 1px, #ccc);
	background-image: -moz-linear-gradient(#fff, #eee 1px, #ccc);
	background-image: -o-linear-gradient(#fff, #eee 1px, #ccc);
	background-image: linear-gradient(#fff, #eee 1px, #ccc);
	text-decoration: none
}

button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #ddd), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(#ddd, #eee);
	background-image: -moz-linear-gradient(#ddd, #eee);
	background-image: -o-linear-gradient(#ddd, #eee);
	background-image: linear-gradient(#ddd, #eee);
	-webkit-box-shadow: inset rgba(0, 0, 0, .25) 0 1px 2px 0;
	-moz-box-shadow: inset rgba(0, 0, 0, .25) 0 1px 2px 0;
	box-shadow: inset rgba(0, 0, 0, .25) 0 1px 2px 0;
	border-color: #999 #bbb #ddd
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid;
	border-color: #848484 #c1c1c1 #e1e1e1;
	color: #000;
	outline: 0;
	margin: 0;
	padding: 2px 3px;
	text-align: left;
	font-size: 13px;
	font-family: Raleway, Arial, sans-serif;
	height: 1.8em;
	vertical-align: top
}

input[type=date][disabled],
input[type=datetime-local][disabled],
input[type=datetime][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled],
select[disabled],
textarea[disabled] {
	background-color: #eee
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] optgroup,
select[disabled] option,
textarea[disabled] {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	color: #888;
	cursor: default
}

::-webkit-input-placeholder {
	color: #ccc
}

::-moz-placeholder {
	color: #ccc
}

:-ms-input-placeholder {
	color: #ccc
}

input:-moz-placeholder {
	color: #ccc
}

select[multiple],
select[size],
textarea {
	height: auto
}

select[size="0"],
select[size="1"] {
	height: 1.8em
}

@media (-webkit-min-device-pixel-ratio:0) {

	select[multiple],
	select[multiple][size],
	select[size] {
		background-image: none;
		padding-right: 3px
	}

	select,
	select[size="0"],
	select[size="1"] {
		background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 20px
	}

	::-webkit-validation-bubble-message {
		-webkit-box-shadow: none;
		box-shadow: none;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
		border: 0;
		color: #fff;
		font: 13px/17px Raleway, Arial, sans-serif;
		overflow: hidden;
		padding: 15px 15px 17px;
		text-shadow: #000 0 0 1px;
		min-height: 16px
	}

	::-webkit-validation-bubble-arrow,
	::-webkit-validation-bubble-top-inner-arrow,
	::-webkit-validation-bubble-top-outer-arrow {
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #666;
		border-color: #666
	}
}

textarea {
	min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%
}

optgroup {
	color: #000;
	font-style: normal;
	font-weight: 400;
	font-family: Raleway, Arial, sans-serif
}

optgroup::-moz-focus-inner {
	border: 0;
	padding: 0
}

* html button {
	background: #ddd url(../images/button.png?1298351022) repeat-x;
	border: 1px solid;
	border-color: #ddd #bbb #999;
	cursor: pointer;
	color: #333;
	font: bold 12px/1.2 Raleway, Arial, sans-serif;
	padding: 2px 10px 0;
	text-decoration: none;
	overflow: visible;
	vertical-align: top;
	width: auto
}

* html button {
	padding-top: 1px;
	padding-bottom: 1px
}

* html select {
	margin-top: 1px
}

div.box-table-news div.box-row-news {
	box-shadow: rgba(0, 0, 0, .1) 0 0 15px 0;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	outline: #7a7a7a none 0;
	margin: 2em 0;
	padding: 1em
}

div.box-table-news .news-separator {
	display: none
}

div.box-row-news>h3 {
	color: #293e42
}

div.box-row-news>div.text_news {
	margin-top: 1em;
	text-align: justify
}

div.box-row-news>h3>span.date_news {
	font-size: .6em;
	color: #aaa
}

div.box-row-news>div.bottom_news {
	clear: both;
	font-size: 1em;
	font-style: italic
}

.img_news {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 40%
}

div.bottom_news>span.continuereading_news {
	display: block;
	padding: 1.5em
}

div.box-table-post {
	margin: 1em;
	border-top: 1px solid #ccc
}

div.box-table-post .post-separator {
	margin-top: 1.1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	height: .1em
}

div.box-row-post>h3 {
	color: #293e42
}

div.box-row-post>div.text_post {
	margin-top: .5em;
	text-align: justify
}

div.box-row-post>h3>span.date_post {
	font-size: .6em;
	color: #aaa
}

div.box-row-post>div.bottom_post {
	clear: both;
	font-size: 1em
}

div.box-row-post>img.img_post {
	float: right;
	border: 0;
	margin: 0 0 0 1em;
	max-width: 50%
}

div.bottom_post>span.continuereading_post {
	display: block;
	padding: 1.5em
}

#content .load-form {
	display: table;
	margin: 0 auto;
	padding: 0 1em 1em;
	font-style: italic;
	font-size: .9em;
	max-width: 800px
}

#content .load-form fieldset {
	border: 0;
	color: #232323;
	margin: 2em 0;
	padding: 1em
}

#content .load-form legend {
	display: none
}

#content .note_contact ul {
	list-style-type: disc;
	display: block;
	background-color: #ffe5e5;
	border: 3px solid red;
	padding: 1.2em
}

#content .note_contact p.success {
	display: block;
	background-color: #d3ffe3;
	border: 3px solid #0f0;
	padding: 1.2em
}

#content .note_contact li {
	margin: 4px;
	color: #000;
	background-image: none;
	padding: 0
}

#content .load-form div.inputsoc {
	display: none
}

#content .load-form div.wrapinput>div {
	padding: .6em .2em .2em
}

#content div.inputema,
#content div.inputnam,
#content div.inputsur,
#content div.inputtel {
	display: inline-block;
	width: 49%
}

#content .load-form div.inputcon>* {
	display: inline-block
}

#content .load-form div.custominput>div.inputpar {
	display: inline-block;
	padding: 0 1em;
	width: 49%
}

#content .load-form div.custominput>div.inputpar>* {
	display: inline-block
}

#content .load-form form input[type=email],
#content .load-form form input[type=submit],
#content .load-form form input[type=text],
#content .load-form form textarea {
	width: 100%
}

#content .load-form div.inputsub {
	text-align: center
}

#content .load-form form input[type=submit] {
	display: inline-block;
	font-size: x-large;
	min-width: 50%;
	text-align: center
}

span.pagetype_search {
	font-size: .8em
}

span.date_search {
	font-size: .8em;
	color: #aaa
}

span.search_string {
	font-size: .8em;
	color: #aaa
}

div.p_search {
	border: 1px solid #f7f7f7;
	padding: 10px;
	margin-bottom: 10px
}

div.box_title_b,
div.box_title_l,
div.box_title_r,
div.box_title_t {
	display: none
}

div.box_l,
div.box_r {
	box-shadow: rgba(0, 0, 0, .1) 0 0 15px 0;
	color: #7a7a7a;
	border-top: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	outline: #7a7a7a none 0;
	margin: 0 0 1em;
	padding: 1em
}

.photogallery {
	text-align: center
}

.photogallery img {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	padding: 4px;
	display: inline-block;
	margin: 10px;
	box-shadow: 0 0 7px #807a72;
	-moz-box-shadow: 0 0 7px #807a72;
	-webkit-box-shadow: 0 0 7px #807a72;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

#header-wrapper {
	background-color: #374B4E;
	padding: 0;
	z-index: 10
}

div.portfolio {
	text-align: center
}

div.portfolio>div {
	display: inline-block;
	width: 580px;
	margin: 5px
}


#modalContent div {
	max-width: 100%;
	max-height: 100%
}

#modalContent {
	padding: 0;
	overflow-y: auto
}

#modalContent img {
	max-width: 100%;
	max-height: 96%
}

#modalContent img.gal {
	cursor: pointer
}

#modalContent>a.arrownext {
	display: none
}

#modalContent:hover>a.arrownext {
	display: block
}

#modalContent .altof {
	position: absolute;
	bottom: -50px;
	left: -20px;
	padding: 1em;
	color: #fff;
	background-color: rgba(0, 0, 0, .8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px
}

#modalContent .altof>* {
	display: inline;
	font-size: 1em;
	padding: 0;
	margin: 0;
	line-height: 1em
}

#modalWindow .overlay {
	background-color: rgba(0, 0, 0, .6);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1036;
	overflow: hidden;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}

#modalWindow .popup {
	max-height: 96%;
	max-width: 96%;
	background-color: #fff;
	border: 3px solid #fff;
	display: inline-block;
	left: 50%;
	opacity: 0;
	padding: 5px;
	position: fixed;
	text-align: justify;
	top: 40%;
	visibility: hidden;
	z-index: 1037;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s
}

#modalWindow .arrownext,
#modalWindow .arrowredo,
#modalWindow .close {
	background-color: rgba(0, 0, 0, .8);
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	z-index: 1039
}

#modalWindow .arrownext:before,
#modalWindow .arrowredo:before,
#modalWindow .close:before {
	color: rgba(255, 255, 255, .9);
	font-size: 24px;
	text-shadow: 0 -1px rgba(0, 0, 0, .9)
}

#modalWindow .close:before {
	content: "X"
}

#modalWindow .arrowredo:before {
	content: " < "
}

#modalWindow .arrownext:before {
	content: " > "
}

#modalWindow .arrownext,
#modalWindow .arrowredo:hover,
#modalWindow .close:hover {
	background-color: rgba(64, 128, 128, .8)
}

#modalWindow .arrowredo {
	bottom: 50%;
	left: -30px
}

#modalWindow .arrownext {
	bottom: 50%;
	right: -30px
}

#modalWindow .close {
	top: -30px;
	right: -30px
}

#modalWindow .wrap_arrow_redo {
	display: block;
	height: 66px;
	width: 66px;
	opacity: 0;
	position: absolute;
	top: -42px;
	left: -10px;
	z-index: 1038;
	background: 0 0
}

.arrowredo,
.x {
	cursor: pointer
}

#modalWindow .invisible {
	position: relative;
	opacity: .4
}

#modalWindow .hide {
	display: none
}

.box-attach::after {
	margin-bottom: 1.6em
}

.box-attach::after {
	display: block;
	content: ' ';
	clear: both;
	float: none
}

.box-attach .attach {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 60px;
	height: 60px;
	display: block
}

.box-attach .filetype {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	padding-top: 4px
}

.box-attach .imgfiletype {
	margin: 0;
	padding: 0;
	border: 0;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0
}