@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&subset=latin,latin-ext);

p, h1, h2, h3, h4, h5, h6 {margin-top:10px; margin-bottom:10px;}
ul,ol {margin:10px 0 10px 40px;}
ul li, ol li {margin: 6px 0;}
ul.user-list {margin-left: 15px;}
#main-menu ul {margin:0;}
p, li, a {line-height:1.4em !important;}
* {padding:0; margin:0;}
body {font-family:'Ubuntu', sans-serif; font-weight:300; font-size:15px;width: 100%;transition: all 0.8s ease; /*background-color:#f9f9f9; background-image:url(/img/noise_light-grey.jpg);*/}
img {border:none; max-width:100%; height:auto; vertical-align:middle;}
input, textarea, select {color: #777777;background:#f6f6f6; outline-color:#ccc; font-size:15px; font-family:'Ubuntu', sans-serif; width:100%; padding:12px 15px 14px; border:solid 1px #ccc; display:block; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
input:focus, textarea:focus, select:focus {border-color:#ccc; outline-color:#ccc;}
input[type="radio"] {width:16px; display:inline;}
input[type="checkbox"] {width:16px; display:inline;}
textarea {min-height:120px;}
label {padding:3px 0 5px 0; display:block;}
.textbox ul li,
.textbox ol li,
.textbox ul li *,
.textbox ol li * {
	text-align: left !important;
}

::selection {background:rgba(23, 118, 79, 0.5); color:#fff;}
::-moz-selection {background:rgba(23, 118, 79, 0.5); color:#fff;}

a {color:#675ba3;}
a:hover {color:#373157; text-decoration:none;}
.clear:before, .clear:after {display:table; content:" ";}
.clear:after {clear:both;}

.left {float:left;}
.right {float:right;}
.alert {
	background: rgba(23,120,87,0.4);
	text-align: center;
	border: 3px solid #177857;
	padding: 10px !important;
	max-width: 1170px;
	margin: 0 auto;
	font-weight: 400;
}
@media only screen and (max-width:1200px){
	.alert {
		margin: 0 20px;
	}
}
/*.wrapper {margin:0 auto; width:100%; max-width:1170px;}*/
.row:before, .header:before, .header:after, .row:after {display:table; content:" ";}
.row:after, .header:after {clear:both;}

.header {  /*background: url("../img/background.jpg");*/ background-size: cover; position: relative; min-height: 300px;padding: 0 20px; margin:0 auto; font-weight:300; z-index:10; background-color:#157350;}
.wrapper.container{ max-width: 1170px; }
.header .logo {float:left; line-height:95px !important; /*hotfix*//* margin-left:20px;*/}
.header .logo:hover {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity:1; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; -webkit-transition:all 700ms ease; -moz-transition:all 700ms ease; -ms-transition:all 700ms ease; -o-transition:all 700ms ease; transition:all 700ms ease;}
.header .logo img {margin-top:0; margin-bottom:0; max-height: 55px; max-width: 400px; width: auto;}

.header #main-menu {float:right; margin:0; padding-left: 90px;z-index: 1;}
.header #main-menu li {display:inline-block; text-align:center; margin: 0; margin-left: 1px;position: relative;}
.header #main-menu ul li a {padding:10px 0; display:block; /*width:100%*/; text-decoration:none;}
.header #main-menu li a:hover {color:#fff;}
.header #main-menu li li a:hover {color:#000;}
 .header #main-menu li:hover > a,
 .header #main-menu li.active > a {color: #000; background: #fff;/*transition: all 1s ease;*/}
.header #main-menu > li > a {color:#888; text-decoration:none; display:block; padding:40px 10px 41px;}


.header.head-no-mobile #main-menu {
	max-height: 41px;
}
/*.header.head-no-mobile #main-menu > li > a {
	transition: all 1s ease;
}*/
.header.head-no-mobile #main-menu li ul {
	position: absolute;
	float: left;
	/*opacity: 0;*/
	display: none;
	margin-top: 12px;
	left: 0;
	right: 0;
	/*background-color: #67d5a2;*/
	/*transition: all 1s ease;*/
}
.header.head-no-mobile #main-menu li ul:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 10px;
	border-color: transparent transparent #67d5a2 transparent;
	position: absolute;
	top: -20px;
	left: calc(50% - 10px);
}
.header.head-no-mobile #main-menu li ul:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	top: -20px;
	left: 0;
}
.header.head-no-mobile #main-menu li:hover ul {
/*	opacity: 1;
	transition: all 1s ease;*/
	display: block;
}
.header.head-no-mobile #main-menu li ul li {
	min-width: 150px;
}
.header.head-no-mobile #main-menu li ul li a {
	color: #000;
	background: #67d5a2;
	padding: 5px 5px;
}
.header.head-no-mobile #main-menu li ul li:hover a {
	color: #363636;
}
/* Custom settings
---------------------------------------------------------------------------------------------*/
.header .container{ background: none; box-shadow: none; padding: 0; }

.header #main-menu > li > a{ font-size: 15px; text-decoration: none; font-weight: bold; text-transform: uppercase; color: #fff; padding: 10px 15px;}
.header .header-wrap > .container{ display: flex; justify-content: space-between; align-items: center;max-width: 1170px;
margin: 0 auto; position: relative;min-height: 95px; }
.header .scroll-arrow{ position: absolute; bottom:50px; left: 0; right: 0; display: none; width: 40px; margin: 0 auto; }
.header .jsScroll.scroll-arrow img {
	width: 40px;
	height: auto;
}
.header.homepage .scroll-arrow { display: block; }
.header.head-mobile .header-wrap > .container {
	display: block;
}
.header.logo_center .header-wrap > .container {
	flex-direction: column;
}
.header.logo_center #main-menu {
	padding-left: 0;
}

.select-menu {display:none;}
.bxslider{margin: 0;}
.bxslider li{list-style-type: none;}

.w_talign_left {
  text-align: left;
}
.w_talign_center {
  text-align: center;
}
.w_talign_right {
  text-align: right;
}
.w_talign_center.textbox p {
  padding-left: 5px;
  padding-right: 5px;
}
.w_talign_right.textbox p {
  padding-left: 10px;
  padding-right: 0;
}
.footer a, .footer p, .footer span{color: #fffff !important;}

.content > div {
	padding: 20px;
	padding-bottom: 90px;
}
.content > div:first-of-type {
	padding-top: 100px !important;
}
.content .title{
	padding-bottom: 50px;
	padding-top: 90px;
}
.content .clear{
	padding: 0;
}
.content > div.textbox {
	padding-top: 10px;
}
.content .alert {
	padding: 20px;
}
/*.content > .row:after {
	content: '';
	width: 170px;
	border-bottom: 1px solid #177857;
	margin: 0 auto;
	position: relative;
	top: 45px;
}
*/
.content > div.title:first-child {
	padding-top: 90px !important;
}
.title.title_bt {
	padding-bottom: 95px;
}
.header .row.gray {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	top: 35px;
	left: 0;
	box-sizing: border-box;

}
.homepage .header .row.gray {
	top: 0;
	padding-bottom: 95px;
	display: flex;
	flex-direction: column;
	display: -ms-flexbox;
    -ms-flex-pack: center;
	justify-content: center;
}

.header.logo_center .logo{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
}
.header.logo_center #main-menu{
	width: 100%;
	text-align: center;

}
.header.logo_center #main-menu li{
	float: none;
}

.hide_logo .logo {
	display: none !important;
}

.header.hide_logo #main-menu{
	width: 100%;
	text-align: center;
}
.header.hide_logo #main-menu li{
	float: none;
}

/* -- mobile -- */
.head-mobile.header * {
	box-sizing: border-box;
}
.head-mobile.header .mobile-menu {background:url(/img/menu-mobile1.png) no-repeat; width:50px; float:right; cursor:pointer; padding:49px 19px; background-position:center;background-size: 40px; position: absolute;right: 0;background-size: 26px auto;}
.head-mobile.header #main-menu {position: absolute; right: 80px; display:block; margin:14px 0 10px; padding:1%; width:100%; max-width: 360px; z-index:9;border: 3px solid #fff;outline: 2px solid #157350; background:#157350;max-height: auto;}
.head-mobile.header #main-menu li {display:block; text-align:center; width: 100%; background:#157350;margin-bottom: 1px; margin-left: 0; }
.head-mobile.header #main-menu li a {color:#fff; display:block; padding:10px 20px; }
/*.head-mobile.header #main-menu li.active a {color:#000; background-color:#fff;}*/
.head-mobile.header #main-menu li:hover > a, .header #main-menu li.active > a {color: #000; background: #fff;}
.head-mobile.header #main-menu li ul:hover {
	opacity: 0.8;
}

.head-mobile.header #main-menu {
	width: 250px;
	position: fixed;
	overflow: auto;
	right: -250px;
	transition: all 0.8s ease;
}
body.menu-vis .head-mobile.header #main-menu {
	right: 0;
}
/*.head-mobile.header #main-menu:not([style*="display: none"]) body {
	width: 80%;
}*/

.header:before {
	content: " ";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(17,127,74,0.8);
}

body.menu-vis {
	width: calc(100% - 250px);
}
@media only screen and (min-width:600px){
	.head-mobile.header #main-menu {
		margin: 0;
		padding-top: 27px;
		padding-bottom: 27px;
		border: none;
		border-left: 3px solid #fff;
		height: 100%;
		background: #177857;
		outline-color: #177857;
	}
	.head-mobile.header #main-menu li {
		background: #177857;
	}
	.head-no-mobile.header #main-menu {
		display: block !important;
	}
	.head-mobile.header #main-menu > li:last-child{
		margin-bottom: 27px;
	}
}
@media only screen and (max-width:599px){
/*	.homepage .header .row.gray {
		top: 20px;
	}*/
	.header #main-menu,
	.head-mobile.header #main-menu {
		position: absolute;
		right: 0;
		top: 80px;
		width: 100%;
		max-width: 100%;
		max-height: 0;
		opacity: 0;
		box-sizing: border-box;
		animation: fadeOut 0.8s;
	}
	.header #main-menu.mstart {
		opacity: 0;
	}
	body.menu-vis .header #main-menu {
		opacity: 1;
		max-height: 1000px;
		animation: fadeIn 0.8s;
	}
	body{
		width: 100% !important;
	}
	.head-mobile.header .mobile-menu {
		right: -3px;
	}
	@keyframes fadeIn {
	  0% {
	    opacity: 0;
	  }
	  1% {
	    opacity: 1;
	  }
	  100% {
	    opacity: 1;
	  }
	}
	@keyframes fadeOut {
	  0% {
	    opacity: 1;
	  }
	  99% {
	    opacity: 1;
	  }
	  100% {
	    opacity: 0;
	  }
	}
}


/* -- map -- */
.content .map {
	padding: 0;
	background-color: #EAE9E9;
	font-size: 0;
}
.map a {
	display: inline-block;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* -- green-bg -- */

.green-bg {
	background-color: #177857;
	color: #fff;
	border-color: #fff;
}
.row.green-bg table.widget-preview-pricelist-table th {
	background: #079C6A;
}
.row.green-bg table.widget-preview-pricelist-table tr:nth-child(2n) {
	background: #137051;
}
.row.green-bg table.widget-preview-pricelist-table tr:nth-child(2n+1) {
	background: #3A8C70;
}
.green-bg td {
	color: #fff;
}
.green-bg .form .form-items .formdata span,
.content .green-bg h2,
.content .green-bg h3,
.content .green-bg.textbox h3 {
	color: #fff;
}

/* -- gallery -- */
.content > .row.gallery {
	max-width: 100%;
	padding-bottom: 70px;
	/*background-color: #177857;*/
/*	padding: 70px 0;*/
}
.row.gallery img {
	width: 100%;
    max-width: 100%;
    border: 3px solid #177857;
    padding: 12px;
    box-sizing: border-box;
    opacity: 0.9;
}
.row.gallery img:hover {
	opacity: 1;
}

.row.gallery.green-bg img {
	border-color: #fff;
}
.row.gallery a {
	display: inline-block;
    width: 33.33%;
    padding: 0 0 2.5% 2.5%;
    position: relative;
    box-sizing: border-box;
}
.gallery .span12 {
    margin: 0 !important;
    margin-left: -2.5% !important;
    width: 102.5%;
}

.gallery img {margin:0 !important;}
.row img {margin-bottom:10px; margin-top:10px;}

.content > .title h2,
.content > .title h3,
.content > #zero_content,
.foot,
.title-button-wrap > *,
.content > .row > * {
	max-width: 1170px;
	margin: 0 auto;
}
/* -- table -- */
table.widget-preview-pricelist-table {
	margin: 0 auto;
	width: 100%;
	max-width: 1390px;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
}
.row table.widget-preview-pricelist-table th,
.row table.widget-preview-pricelist-table td {
	padding: 21px 15px;
}
.row table.widget-preview-pricelist-table th {
	background: #177857;
	color: #fff;
	text-transform: uppercase;
}

.row table.widget-preview-pricelist-table tr:nth-child(2n) {
	background: #e8e7e7;
}
.row table.widget-preview-pricelist-table tr:nth-child(2n+1) {
	background: #cccccc;
}

table.widget-preview-pricelist-table th, td {
	padding: 21px 0;
}

/*contact*/

.form {
	display: block;
}

.form .row.form-items {
	margin-left: -2%;
}
.password-access-form .form .row.form-items {
	margin-left: 0;
}
.form .form-items .span4 {
	width: 33.33%;
	margin-bottom: 20px;
	padding-left: 2%;
	box-sizing: border-box;
}
.form .form-items .span12 {
	width: 100%;
	float: left;
	margin: 0;
	margin-bottom: 20px;
	padding-left: 2%;
	box-sizing: border-box;
}
/*.form .form-items .formdata span {
	display: inline-block;
	margin-bottom: 10px;
}*/
.form .form-items .formdata .form-preview-checkboxes > label > span {
	display: inline;
}
.form .form-items .formdata.input span,
.form .form-items .formdata.textarea span {
	display: none;
}
.form .form-preview-checkboxes {
	text-align: left;
}
.form .form-preview-checkboxes label {
	display: inline-block;
}

.form  ::-webkit-input-placeholder {
   color: #777777;
   text-transform: uppercase;
}

.form  :-moz-placeholder { /* Firefox 18- */
   color: #777777;
   text-transform: uppercase;
}

.form  ::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1;
   color: #777777;
   text-transform: uppercase;
}

.form  :-ms-input-placeholder {
   opacity: 1;
   color: #777777;
   text-transform: uppercase;
}

.form button.button.green,
.green-bg .form button.button.green {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #177857;
	border-color: transparent;
}
.green-bg .form button.button.green {
	color: #177857;
	background-color: #fff;
}
.form button.button.green:hover,
.green-bg .form button.button.green:hover {
	opacity: 0.9;
}
.formdata > span {
	color: #777777;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}

.container {padding: 0; background-color:#fff; box-shadow:0 0 8px #ccc; -webkit-box-shadow:0 0 8px #ccc; -moz-box-shadow:0 0 8px #ccc;}

.content {color:#000;}
.header h1 {font-size:45px; font-weight:500; color:#fff;margin: 0 auto; margin-bottom:12px; padding-bottom:60px; letter-spacing:-2px; max-width: 60%;text-align: center;}
.header.homepage h1 {padding-bottom: 0px;}
.content h1 span {color:#17764f;}
.content h2 {font-weight:400; font-size:21px; color:#000; margin-top:20px;}
.content h3 {font-weight:700; font-size:16px; color:#000;}
.content p {padding-right:5px;}

.content .title h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 500;
	word-wrap: break-word;
}
.content .title h3 {
	margin-top: 10px;
	font-weight: 400;
	word-wrap: break-word;
}
.content .textbox h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #177857;
	margin: 0 0 15px;
}

.button, button {display:inline-block; font-family:'Open Sans', sans-serif; color:#888; outline:0; margin:10px 0; background:none; padding:10px 20px; text-align:center; cursor:pointer; border:1px solid #ccc; text-decoration:none;}
.button:hover, button:hover {border-color:#17764f; color:#17764f;}
.green-bg .button, button {color: #fff;}
.green-bg .button:hover, button:hover {border-color:#fff; color:#fff;}

/* -- footer -- */
.footer li, .footer p, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {padding-right:10px;}
.footer {padding:26px;}
.footer > .wrapper {padding-bottom:0;}
.footer {background: #fff;color: #000;border-top: 5px solid #177857;}
.footer .row .span4 {}
.footer h3 {font-weight:600; font-size:15px; margin:10px 0; font-weight:700; color:#ADADAD;}

.footer ul {padding-left:0;}
.footer li {color:#888;}
.copy-icons {color:#fff; background:#222528; padding:10px 0;}
.copy-icons img {margin-left:10px;}
.copy-icons a {color:#fff;}

.footer {
	display: none;
}
.foot {
	padding: 20px;
}
.foot .flngs {float:right; margin: 0;line-height: 34px !important;}
.foot .flngs a{color: black;text-decoration: none; text-transform: uppercase; padding: 3px;}
.foot .flngs a:hover{text-decoration: underline;}
.foot > p {font-size: 13px; margin: 0;line-height: 34px !important;}

#footer-icons {
	float: right;
	text-align: center;
	opacity: 0.8;
	font-size: 0;
	margin: 0 20px;
}
#footer-icons a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid #177857;
	margin: 0 3px;
}
#footer-icons a.ico1 {
	background: url(../img/green-f.png) center center no-repeat;
	background-size: auto 15px;
}
#footer-icons a.ico2 {
	background: url(../img/green-g.png) center left 9px no-repeat;
	background-size: auto 15px;
}
#footer-icons a.ico3 {
	background: url(../img/green-t.png) center center no-repeat;
	background-size: auto 15px;
}
#footer-icons a.ico4 {
	background: url(../img/green-i.png) center center no-repeat;
	background-size: auto 17px;
}
#footer-icons a.ico5 {
	background: url(../img/green-p.png) center center no-repeat;
	background-size: auto 17px;
}
#footer-icons a.ico6 {
	background: url(../img/green-y.png) center center no-repeat;
	background-size: auto 17px;
}
#footer-icons .footer-sc {
	transition: all 0.4s ease;
}
#footer-icons .footer-sc:hover {
	opacity: 0.85;
}

.bxslider li {margin:0;}
.bx-wrapper {position:relative; *zoom:1;}
.bx-wrapper img {max-width:100%; margin:0 auto; display:block;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position:absolute; bottom:3%; width:100%;}
.bx-wrapper .bx-loading {min-height:50px; background:url(../img/bx_loader.gif) center center no-repeat #fff; height:100%; width:100%; position:absolute; top:0; left:0; z-index:2000;}
.bx-wrapper .bx-pager {text-align:center; font-size:.85em; font-family:Arial; font-weight:bold; color:#666;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display:inline-block; *zoom:1; *display:inline;}
.bx-wrapper .bx-pager.bx-default-pager a {background:none; border:2px solid #fff; text-indent:-9999px; display:block; width:6px; height:6px; margin:0 12px 0 0; outline:0; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {border:2px solid #fff; background:white;}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {display:none;}

/* -- span struktura -- */
.row {display:block;}
.row:before, .row:after {display:table; content:" ";}
.row:after {clear:both;}

.row .span6 {width:48%; margin-left:0; float:left;}
.row .span4 {width:32%; float:left;}
.row .span3 {width:24%; float:left;}

.pricelist {margin-top:0; padding-bottom:25px;}

.pricelist > div {/*text-align:center;*/}
.pricelist > h2 { margin-bottom:15px !important;}
.pricelist > h3 {padding-left:5px; margin-bottom:5px;}
.pricelist > .pricelist > div div{font-size:14px; padding:10px 5px;}

.pricelist > .pricelist > div {float:left; width:100%;}
.pricelist > .pricelist > div:nth-child(odd) {background-color:rgba(119,226,211, 0.1);}
.pricelist > .pricelist > div:nth-child(even) {background-color:rgba(119,226,211, 0.3);}

.pricelist > .pricelist > .titles > div {font-size:14px; font-weight:bolder;}
.pricelist > .pricelist > div > div.titles {font-size:14px; text-align:left;}
.pricelist > .pricelist > .titles {background-color:rgba(119,226,211, 0.05) !important;}
@media (min-width:768px) {
	.pricelist > .pricelist > div div{font-size:14px; padding:10px 1%;}
	.pricelist > .pricelist > div {display:table; float:none;}
	.pricelist > .pricelist > div div {display:table-cell; vertical-align:middle; float:none;}
}

/* -- like boxs -- */

.span12 .lbox {height:45px; list-style-type:none; margin:0 0 0 5px;}
.span12 .lbox li {float:left; height:40px; margin:10px 0 0 0;display: inline-block;padding: 5px;}
.span12 .lbox li.fbli {margin-right:10px;}
.span12 .lbox li.gpli {margin-right:10px; width:58px;}
.span12 .lbox li.twli {}
.likebox:before, .likebox:after {display:table; content:" ";}
.likebox:before {clear:both;}
@media only screen and (max-width:767px){
	.span2 {width:100%; float:left;}
	.span12 .lbox li {height:15px;}
	.span12 .lbox li.fbli {width:100%;}
	.span12 .lbox li.gpli {width:100%;}
	.span12 .lbox li.twli {width:100%;}
	.likebox {padding-bottom:20px;}
	.row .span6.formdata {width:100%; margin-right:0; float:none;}
	.row .span4.formdata {width:100%; margin-right:0; float:none;}
	.row .span3.formdata {width:100%; margin-right:0; float:none;}
	.row .span4.formdata.checkboxes {float: left; margin-bottom: 10px;}

	.header h1{
		max-width: 100%;
	}
}
@media only screen and (min-width:768px){
	.span2 {width:18%; float:left;}
}

.responsive_video {width:100%; height:590px;}

@media only screen and (max-width:1060px) {
	.row .span6 {width:48%;}
	.row .span4 {width:32%;}
	.row .span3 {width:23%;}
	.responsive_video {height:500px;}
	.row.gallery .span3 {width:24.5%;}
}

@media only screen and (max-width:799px) {
	.select-menu {display:none; float:right; max-width:120px; margin:10px 15px 0 0;}

	.content h1 {font-size:32px;}

	.row .span6 {width:48%;}
	.row .span4 {width:31%;}
	.row .span3 {width:22%;}
	.responsive_video {height:400px;}

	.row.gallery .span3 {width:24.5%;}

	.copy-icons {padding:25px 15px;}
}

@media only screen and (max-width:640px) {
	.row .span6, .row .span4, .row .span3 {width:100%; float:none; margin:0 0 0;}
	.row.gallery .span4 {
		width: 100%;
		padding: 0 0 6% 2.5%;
	}
	.responsive_video {height:280px;}
	.row.gallery {margin:0;}
}

@media only screen and (max-width:460px) {
	.row.gallery .span3 {float:none; width:99.5%;  }
}

@media only screen and (max-width:400px) {
	.responsive_video {height:190px;}
}

@media only screen and (max-width:319px) {
	.wrapper {width:100%;}
}

.title + .clear + .textbox,
.title + .clear + .gallery {
	margin-top: -20px;
}

/*Button*/

.title-button-wrap .title {
	padding-top: 60px;
	padding-bottom: 10px;
}
.content > div.buttonrow {
	margin-top: -80px;
}
.buttonrow .button {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	border-color: transparent;
}
.title-button-wrap > * {
	text-align: center;
}

.buttonrow .button.green {
	color: #fff;
	background-color: #177857;
}
.green-bg.title-button-wrap .button.green,
.green-bg.buttonrow .button.green {
	color: #177857;
	background-color: #fff;
}
.buttonrow .button.orange {
  background: #D49221;
}
.buttonrow .button.red {
  background: #cf3030;
}
.buttonrow .button.green:hover ,
.buttonrow .button.orange:hover,
.buttonrow .button.red:hover {
	opacity: 0.9;
	border-color: transparent;
}

/*Form*/
.formdata label {position:relative; float:left;}
.formdata label input[type="checkbox"], .formdata label input[type="radio"] {padding:0 10px; margin-top:5px; margin-right:5px;}
.formdata label input[type="checkbox"] + span {position:relative; padding-right:15px; top:-2px; left: 0px;}
.formdata p {margin-bottom:0; font-weight:bold; font-size:12px;}
/* TEXTBOX *//*padding:0 10px; background-color:#fff; border:1px solid #ddd; box-shadow:0 0 5px #ddd;*/
/*.span12,*/
.textbox .span12 {padding: 0 0 0 2.5%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.textbox .span6 {padding: 0 0 0 2.5%; float:left; width:50%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.textbox .span4 {padding: 0 0 0 2.5%; float:left; width:33.33%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.textbox .span3 {padding: 0 0 0 2.5%; float:left; width:25%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.textbox p {padding:0 10px 0 0;}
.textbox img {margin:0;/*display:block*/;margin-right:auto; margin-left:auto;margin-bottom: 25px;}
.text-wrap {
    margin-left: -2.5%;
}
.text-wrap p > a {
	color: #177857;
}
.green-bg .text-wrap p > a {
	color: #fff;
}
.textbox blockquote {font-style: italic;}

.textbox .span12.img_right img,
.textbox .span12.img_left img {
	max-width: 100%;
	height: auto;
}
.textbox .has-image.img_right p,
.textbox .has-image.img_left p {
	padding-left: 0;
}
.has-image.img_right .boxinfo h3::after,
.has-image.img_left .boxinfo h3::after {
	display: none;
}
.span12.d1.img_right img{
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	max-width: 50%;
}
.span12.d1.img_left img{
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	max-width: 50%;
}

.textbox .span6.d2,
.textbox .span4.d3,
.textbox .span3.d4 {
	padding-bottom: 0 !important;
}



@media only screen and (max-width:767px){
  .textbox .span12 { width:100%;}
  .textbox .span6 {padding: 0 0 45px 2.5%; width:50%; float:left;}
  .textbox .span4 {padding: 0 0 45px 2.5%; width:50%; float:left;}
  .textbox .span3 {padding: 0 0 45px 2.5%; width:50%; float:left;}
  .textbox p {padding:0px 10px 0px 0px;}
  .content > div {
	padding-bottom: 55px;
	}
	.content .title{
		padding-top: 60px;
	}
  .content > div.textbox {
  	padding-bottom: 55px;
  }
   .content > .row.gallery {
  	padding-bottom: 25px;
  }
  .content > div:first-of-type {
    padding-top: 50px !important;
}
.content > div.title:first-child {
	padding-top: 50px !important;
}
  .header.head-mobile .logo {
  	width: calc(100% - 55px);
  }
	.buttonrow {
		margin-top: -55px;
	}
	.content > div.buttonrow {
	    margin-top: -40px;
	    padding-bottom: 30px;
	}
	.title-button-wrap .buttonrow {
		margin-top: 0;
	}
	.content .title-button-wrap .title {
		padding-top: 0;
	}


}
@media only screen and (max-width:560px){

  .textbox .span12 { width:99%;}
  .textbox .span6 { width:100%;}
  .textbox .span6 { width:100%; float:left;}
  .textbox .span4 { width:100%; float:left;}
  .textbox .span3 { width:100%; float:left;}
  .textbox p {padding:0px 10px 0px 0px;}
}
@media only screen and (max-width:500px) {.textbox .span3 {width:100%; float:left;}}
@media only screen and (max-width:480px) {
	.content .title h2 {
		font-size: 23px;
	}
	.content {
		padding-top: 25px;
	}
	.content > div.buttonrow {
	    margin-top: -20px;
	}
	.header h1 {
		font-size: 26px;
	}
	body,
	.buttonrow .button,
	.form button.button.green, .green-bg .form button.button.green {
		font-size: 14px;
	}
	.content .textbox h3 {
		font-size: 18px;
	}
	.content h3 {
		font-size: 15px;
	}
	input, textarea, select {
		font-size: 13px;
	}
	.content .title + .clear + .formular {
		padding-top: 0;
	}
	.title-button-wrap .buttonrow {
	    margin-top: -20px;
	}
}
@media only screen and (max-width:480px){
  .textbox .span6 {padding: 0 0 25px 2.5%;}
  .textbox .span4 {padding: 0 0 25px 2.5%;}
  .textbox .span3 {padding: 0 0 25px 2.5%;}
  .textbox p {padding:0px 10px 0px 0px;}

	.content > div {
	padding-bottom: 25px;
	}
	.content .title{
	padding-bottom: 25px;
	padding-top: 45px;
	}
	.content > div.title:first-child {
	padding-top: 20px !important;
	}

  .content > div.textbox {
  	padding-bottom: 25px;
  }
  .content > .row.gallery {
  	padding-bottom: 5px;
  }
  .buttonrow {
  	margin-top: -25px;
  }
  #footer-icons,
  .foot .flngs {
  	float: none;
  }
  #footer-icons {
  	margin: 5px 0;
  }
  .foot > p {
  	width: 100%;
  	text-align: center;
  }
  .row.gallery img {
  	padding: 0;
  }

}

@media only screen and (max-width:360px) {
	.span12.d1.img_left img,
	.span12.d1.img_right img {
		max-width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 25px;
	}
	.buttonrow .button {
		width: 100%;
		box-sizing: border-box;
	}
}