/*
Theme Name: Kinderhaus Neubeginn
Author: nightcode studio
Author URI: http://nightcode.net
Version: 1.0.0
*/


/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
/* indie-flower-regular - latin */
@font-face {
	font-family: 'Indie Flower';
	font-style: normal;
	font-weight: 400;
	src: url('css/fonts/indie-flower-v9-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Indie Flower'), local('IndieFlower'),
	url('css/fonts/indie-flower-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('css/fonts/indie-flower-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('css/fonts/indie-flower-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('css/fonts/indie-flower-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('css/fonts/indie-flower-v9-latin-regular.svg#IndieFlower') format('svg'); /* Legacy iOS */
}

/* quicksand-300 - latin */
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 300;
	src: url('css/fonts/quicksand-v7-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Quicksand Light'), local('Quicksand-Light'),
	url('css/fonts/quicksand-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('css/fonts/quicksand-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('css/fonts/quicksand-v7-latin-300.woff') format('woff'), /* Modern Browsers */
	url('css/fonts/quicksand-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('css/fonts/quicksand-v7-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-regular - latin */
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400;
	src: url('css/fonts/quicksand-v7-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Quicksand Regular'), local('Quicksand-Regular'),
	url('css/fonts/quicksand-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('css/fonts/quicksand-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('css/fonts/quicksand-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('css/fonts/quicksand-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('css/fonts/quicksand-v7-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-500 - latin */
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 500;
	src: url('css/fonts/quicksand-v7-latin-500.eot'); /* IE9 Compat Modes */
	src: local('Quicksand Medium'), local('Quicksand-Medium'),
	url('css/fonts/quicksand-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('css/fonts/quicksand-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('css/fonts/quicksand-v7-latin-500.woff') format('woff'), /* Modern Browsers */
	url('css/fonts/quicksand-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('css/fonts/quicksand-v7-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-700 - latin */
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 700;
	src: url('css/fonts/quicksand-v7-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Quicksand Bold'), local('Quicksand-Bold'),
	url('css/fonts/quicksand-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('css/fonts/quicksand-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('css/fonts/quicksand-v7-latin-700.woff') format('woff'), /* Modern Browsers */
	url('css/fonts/quicksand-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('css/fonts/quicksand-v7-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	margin: 0;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {

}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #999999;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
}
body {
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #f07c02;
	margin: 0;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Quicksand', sans-serif;
}

h1{
	font-size: 28px;
	margin-bottom: 15px;
}

h2{
	font-size: 26px;
	margin-bottom: 15px;
}

h3{
	font-size: 24px;
	margin-bottom: 15px;
}

h4{
	font-size: 22px;
	margin-bottom: 10px;
}

h5{
	font-size: 20px;
	margin-bottom: 10px;
}

h6{
	font-size: 18px;
	margin-bottom: 10px;
}
p {
	margin:0 0 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 15px;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.5%;
}
.span_10_of_12 {
	width: 83%;
}

.span_9_of_12 {
	width: 74.5%;
}

.span_8_of_12 {
	width: 66%;
}

.span_7_of_12 {
	width: 57.5%;
}

.span_6_of_12 {
	width: 49%;
}

.span_5_of_12 {
	width: 40.5%;
}

.span_4_of_12 {
	width: 32%;
}

.span_3_of_12 {
	width: 23.5%;
}

.span_2_of_12 {
	width: 15%;
}

.span_1_of_12 {
	width: 6.5%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 1024px) {
	.col {  margin: 1% 0 1% 0%; }

	.span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 20px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #f07c02;
	padding: 0 20px;
	color: #FFF;
	border: 0;
	line-height: 36px;
	height: 36px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: 0;
}

label {
	color: #656d7b;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	left: 5px;
	top: 10px;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	text-transform: uppercase;
}


textarea {
	resize: none;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: none;
	color: #656d7b;
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	display: block;
	width: 100%;
	border-radius: 0;
	border: 1px solid #d9d9d9;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
	background: transparent;
}

input[type="text"]:focus ~ label,
input[type="email"]:focus ~ label,
input[type="url"]:focus ~ label,
input[type="password"]:focus ~ label,
input[type="search"]:focus ~ label,
input[type="number"]:focus ~ label,
input[type="tel"]:focus ~ label,
input[type="range"]:focus ~ label,
input[type="date"]:focus ~ label,
input[type="month"]:focus ~ label,
input[type="week"]:focus ~ label,
input[type="time"]:focus ~ label,
input[type="datetime"]:focus ~ label,
input[type="datetime-local"]:focus ~ label,
input[type="color"]:focus ~ label,
textarea:focus ~ label {
	top: -20px;
	font-size: 14px;
	color: #f07c02;
}

input[type="text"].valid ~ label,
input[type="email"].valid ~ label,
input[type="url"].valid ~ label,
input[type="password"].valid ~ label,
input[type="search"].valid ~ label,
input[type="number"].valid ~ label,
input[type="tel"].valid ~ label,
input[type="range"].valid ~ label,
input[type="date"].valid ~ label,
input[type="month"].valid ~ label,
input[type="week"].valid ~ label,
input[type="time"].valid ~ label,
input[type="datetime"].valid ~ label,
input[type="datetime-local"].valid ~ label,
input[type="color"].valid ~ label,
textarea.valid ~ label {
	top: -20px;
	font-size: 12px;
	color: #f07c02;
}

input[type="text"].error ~ label,
input[type="email"].error ~ label,
input[type="url"].error ~ label,
input[type="password"].error ~ label,
input[type="search"].error ~ label,
input[type="number"].error ~ label,
input[type="tel"].error ~ label,
input[type="range"].error ~ label,
input[type="date"].error ~ label,
input[type="month"].error ~ label,
input[type="week"].error ~ label,
input[type="time"].error ~ label,
input[type="datetime"].error ~ label,
input[type="datetime-local"].error ~ label,
input[type="color"].error ~ label,
textarea.error ~ label {
	top: -20px;
	font-size: 12px;
	color: #900;
}


input[type="text"]:focus ~ .bar:before,
input[type="email"]:focus ~ .bar:before,
input[type="url"]:focus ~ .bar:before,
input[type="password"]:focus ~ .bar:before,
input[type="search"]:focus ~ .bar:before,
input[type="number"]:focus ~ .bar:before,
input[type="tel"]:focus ~ .bar:before,
input[type="range"]:focus ~ .bar:before,
input[type="date"]:focus ~ .bar:before,
input[type="month"]:focus ~ .bar:before,
input[type="week"]:focus ~ .bar:before,
input[type="time"]:focus ~ .bar:before,
input[type="datetime"]:focus ~ .bar:before,
input[type="datetime-local"]:focus ~ .bar:before,
input[type="color"]:focus ~ .bar:before,
textarea:focus ~ .bar:before {
	width: 100%;
}

/*--------------------------------------------------------------
## TopSearch
--------------------------------------------------------------*/
.hs-search-top{
	float: right;
	max-width: 10%;
	padding: 55px 0;
}
.topsearch input[type=text] {
	position: relative;
	background: #ffffff;
	color: #444444;
	width: 100%;
	display: inline-block;
	float: left;
	z-index: 2;
	border: 1px solid #dadada;
	border-radius: 14px;
	padding: 2px 0 3px 15px;
	font-size: 14px;
}
.topsearch input[type=text]:before {
	content: '\f00d'!important;
	font-family: 'FontAwesome';
	width: 29px;
	height: 29px;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
}
.topsearch input[type=text]:focus {
	outline: 0 none;
}
.topsearch input[type=submit] {
	visibility: hidden;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #008ad2;
	text-decoration: none;
}

a:visited {
	color: #008ad2;
}

a:hover,
a:focus,
a:active {
	color: #008ad2;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.hs-clearfix:before,
.hs-clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-footer:before,
.site-footer:after,
.hs-container:before,
.hs-container:after {
	content: "";
	display: table;
}

.hs-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-footer:after,
.hs-container:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

ul.children li:last-child{
	border-bottom: none;
}
.widget li.current_page_item a{
	color: #b0cb04;
	font-weight: 500;
}
	/*--------------------------------------------------------------
	## Posts and pages
	--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 40px;
	border-bottom: 1px solid #f0f0f0;
}

.hentry.date-main-wrap{
	width: 48%;
	float: left;
	margin: 30px 1%;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	padding: 70px 10px;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

#primary{
	width: 73%;
	float: left;
}

#secondary{
	width: 23%;
	float: right;
}

.hs_no_sidebar #primary{
	width: auto;
	float: none;
}

.hs_no_sidebar_condensed #primary{
	width: 70%;
	float: none;
	margin: 0 auto;
}

.hs_left_sidebar #primary{
	float: right;
}

.hs_left_sidebar #secondary{
	float: left;
}

.hs-post-info{
	float: left;
	width: 210px;
	background: #f07c02;
	color: #FFF;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
}

.hs-post-info .entry-date{
	display: block;
	padding: 10px 0;
}

.hs-post-info .entry-date span{
	display: block;
	text-transform: uppercase;
}

.hs-post-info .entry-date span.hs-day{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.hs-post-info a{
	display: block;
	background: #EEE;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
	padding: 8px 10px;
	text-transform: uppercase;
}

.hs-post-info a span{
	display: block;
	font-size: 11px;
}

.hs-post-wrapper{
}

.entry-figure{
	background: #F6F6F6;
	text-align: center;
	margin-bottom: 15px;
	height: 260px;
	background-position: center;
	background-size: cover;
}

.entry-header .entry-title{
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 26px auto 10px auto;
	font-size: 30px;
	border-bottom: 1px solid;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
}

.entry-figure + .entry-header{
	background: rgba(255, 255, 255, 0.7);
	position: relative;
	margin-top: -120px;
	padding: 15px 0 10px;
}

.entry-header .entry-title:first-letter{
	color: #f07c02;
}

.entry-header .entry-title a{
	text-decoration: none;
	color: #333;
}

.entry-categories{
	font-size: 13px;
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
}

.entry-categories .fa{
	color: #f07c02;
	margin-right: 5px;
}

.entry-categories a{
	color: #666;
	text-decoration: none;
}

.taxonomy-description p:last-child{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #f07c02;
	font-weight: 500;
	font-size: 24px;
	padding-left: 10px;
}
.widget-area .widget-title a{
	color: #f07c02;
}

.widget-area .widget-title .current_page_ancestor {
	color: #f07c02;
	font-weight: 500;
	font-size: 24px;
}

.widget-area .widget-title:after{
	content:"";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #b0cb04;
	height: 2px;
}

.widget-area ul{
	list-style: none;
	padding: 0;
	margin: 0 20px;
}

.widget-area ul ul{
	border-top: 1px solid #F6F6F6;
	margin-top: 5px;
}

.widget-area ul ul li{
	padding-left: 10px;
}

.widget-areaul ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.widget-area li{
	padding: 5px 0;
	border-bottom: 1px solid #F6F6F6;
}

.widget-area a{
	text-decoration: none;
}

.widget-area a:hover{
	color: #008ad2
}

.widget-area .widget{
	margin-bottom: 25px;
}

.rsgallery{
	text-align: center;
}
.rsg_item{
	max-width: 31%;
	position: relative;
	display: inline-block;
	margin:5px 2px;
}

.rsg_item img {
	transform: scale(1);
	opacity: 0.9;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rsg_item img:hover {
	transform: scale(1.05);
	opacity: 1;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.author-email-url{
	margin-left: -2%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
	float: left;
	margin-left: 2%;
	width: 31.33333%;
}

.author-email-url input{
	width: 100%;
}

.comment-form .form-submit{
	margin-bottom: 0
}

#comments{
	background-color: #F6F6F6;
	padding: 30px;
}

h3#reply-title,
h3.comments-title{
	position: relative;
	padding-bottom: 15px;
}

h3#reply-title:after,
h3.comments-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #f07c02;
    height: 2px;
}

.logged-in-as,
.comment-notes{
	font-size: 13px;
}

#comments ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments li.comment{
	margin: 0 0 20px;
}

#comments li.comment .children{
	display: block;
    margin: 20px 0 0 30px;
    padding: 0px;
    list-style: none;
}

article.comment-body {
    background: #fff;
    margin: 0px;
    padding: 15px;
    position: relative;
}

.comment-list a{
	color: #404040;
}

.comment-list a:hover{
	color: #f07c02 !important;
}

.comment-list .comment-respond{
	margin-top: 20px;
	background: #FFF;
	padding: 20px;
}

.comment-list .vcard img {
	border-radius: 50%;
	margin-right: 10px;
}

.comment-list .vcard .fn{
	font-weight: normal;
	font-size: 16px;
	font-family: 'Quicksand', sans-serif;
}

.comment-list .edit-link{
	position: absolute;
	right: 0;
	top: 0;
}

.comment-list .edit-link a{
	font-size: 13px;
	display: inline-block;
	padding: 10px;
}

.comment-list .comment-meta {
	margin-bottom: 15px;
}

.comment-list .comment-metadata {
	border-top: 1px solid #EEE;
	padding-top: 10px;
	font-size: 13px;
	font-family: 'Quicksand', sans-serif;
}

.comment-list .comment-metadata a {
	float: left;
}

.comment-list .comment-metadata .reply {
	float: right;
}

#cancel-comment-reply-link {
	float: right;
}

.nav-previous a,
.nav-next a{
	background: #f07c02;
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
}

.nav-next a{
	margin-right: 13px;
}

.nav-next a:after{
	content: "";
	position: absolute;
	border-left: 11px solid #f07c02;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	right: -11px;
}

.nav-previous a{
	margin-left: 11px;
}

.nav-previous a:after{
	content: "";
	position: absolute;
	border-right: 11px solid #f07c02;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	left: -11px;
}

.no-comments{
	color: #f07c02;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
iframe {
	 width:100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 50px auto;
}


.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.hs-container{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.hs-container-header{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;

}
.hs-container-header.scrolled{
	max-width: 1440px;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#hs-masthead{
	left: 0;
	right: 0;
	z-index: 99999;
	padding: 0;
	height: 140px;
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	background: #ffffff;
}

.page-template-home-template #hs-masthead,
.home.blog #hs-masthead{
	background: #ffffff;
	box-shadow:none;
}

#hs-masthead.fadeInDown{
	position: fixed;
	background: #ffffff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.2);
	height: 76px;
}

#hs-masthead.hs-white.fadeInDown{
	background: #ffffff;
	position: fixed;
}
#hs-masthead.fadeInDown .hs-menu ul li a{
	padding: 24px 15px;
}

#hs-masthead.fadeInDown .hs-search-top {
	padding: 24px 0;
}

#hs-site-branding{
	float: left;
	padding: 20px;
	background: #fff;
	margin-top: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	box-shadow: rgba(0, 0, 0, 0.30) 0 0 10px 0;
}

#hs-site-branding.fadeInDown {
	float: left;
	box-shadow: none;
	padding: 2px 0;
}

#hs-site-branding.fadeInDown img{
	width: auto;
	max-height: 70px;
}

#hs-site-branding img{
	max-height: 130px;
	width: auto;
}

.hs-main-header {
	background: url(images/bg.jpg) no-repeat center;
	background-size: cover;
	padding: 13% 0 12%;
	margin-bottom: 30px;
	position: relative;
}


.slide-banner-overlay{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(images/overlay.png);
}

.hs-main-header > .hs-container{
	margin-top: 5%;
	position: relative;
	z-index: 9;
	min-height: 100px;
}
.hs-main-header > .hs-container.caption{
	margin-top: 5%;
	position: relative;
	z-index: 9;
}

.hs-header-caption{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: fit-content;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.85);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
}


.hs-header-cap-title{
	text-align: center;
	font-size: 60px;
	color: #f07c02;
	font-weight: 100;
	padding: 20px 30px 25px 30px;
	line-height: 1;
	font-family: 'Indie Flower', sans-serif;
}

.hs-header-caption-text{
	top: 0;
	left: 0;
	padding: 0 20px 20px 20px;
	max-width: 100%;
	z-index: 99;
	font-size: 28px;
	text-align: center;
	color: #444444;
	font-family: 'Indie Flower', sans-serif;
}



.hs-main-title{
	margin: 0 0 15px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-size: 36px;
	letter-spacing: 1px;
}

.hs-site-title{
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	margin: 0 0 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1.2;
}

.hs-site-title a{
	text-decoration: none;
	color: #FFF;
	display: inline-block;
}

.hs-white.fadeInDown .hs-site-title a{
	color: #333;
}

.hs-site-title a:first-letter{
	color: #f07c02
}

.hs-site-description{
	color: #EEE;
	margin: 0;
	font-size: 13px;
	font-style: italic;
	line-height: 1;
}

.hs-page-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #f07c02;
	font-weight: 500;
	font-size: 24px;
	padding-left: 10px;
	float: left;
	width: 100%;
}
.hs-page-title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #b0cb04;
	height: 2px;
}



.hs-white.fadeInDown .hs-site-description{
	color: #666
}

.hs-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
	text-align: center;
	font-size: 13px;
	color: #EEE;
	margin-bottom: 10px;
}

.hs-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a{
	color: #EEE
}

.hs-breadcrumbs .current,
.hs-breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb a:hover{
	color: #f07c02;
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.hs-section{
	padding: 60px 0;
}

.hs-section-title{
	text-align: left;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size: 20px;
	margin: 50px auto 20px;
	color: #999999;
}
.hs-section-sub-title{
	font-weight: 700;
	padding: 10px 0;
}

.hs-section-slogan{
	text-align: left;
	font-weight: 700;
	font-size: 24px;
}

.hs-section-tagline{
	text-align: left;
	max-width: 100%;
	margin: 0 auto 50px;
	font-size: 16px;
}
.hs-section-tagline.text-center{
	text-align: center;
}

.hs-content-line-left-bottom{
	height: 1px;
	background: #d9d9d9;
	position: absolute;
	bottom: 5%;
	left: 0;
	z-index: 1;
	width: 50%;
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
	-webkit-animation-duration: 1.7s;
	animation-duration: 1.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.hs-content-line-left-bottom:before{
	content: '';
	background: #d9d9d9;
	position: absolute;
	bottom: -50px;
	right: 75%;
	z-index: 1;
	width: 1px;
	height: 200px;
}

.hs-content-line-right-bottom{
	height: 1px;
	background: #d9d9d9;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 50%;
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
	-webkit-animation-duration: 1.7s;
	animation-duration: 1.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.hs-content-line-right-bottom:before{
	content: '';
	background: #d9d9d9;
	position: absolute;
	bottom: -50px;
	left: 75%;
	z-index: 1;
	width: 1px;
	height: 200px;
}


.hs-content-line-counter{
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 1;
	width: 100%;
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
	-webkit-animation-duration: 1.7s;
	animation-duration: 1.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.hs-content-line-counter:before{
	content: '';
	background: #fff;
	position: absolute;
	bottom: -60px;
	right: 86.5%;
	z-index: 1;
	width: 1px;
	height: 500px;
}
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

a.read-more-btn{
	text-align: center;
	padding: 5px 25px;
	border: 1px solid #d9d9d9;
	color: #656d7b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.read-more-btn:hover{
	text-align: center;
	padding: 5px 25px;
	background:#d9d9d9;
	color: #656d7b;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#hs-site-navigation{
	float: left;
	padding: 0 0 0 50px;
	text-align: center;
}

.hs-main-navigation .hs-menu{
	float: none;
	margin: 0 auto;
	display: inline-block;
}

.hs-main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.hs-main-navigation li {
	float: left;
	position: relative;
}

.hs-main-navigation a {
	display: block;
	text-decoration: none;
	color: #656d7b;
	text-transform: none;
	font-size: 24px;
	padding: 53px 10px;
	position: relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-family: 'Indie Flower',sans-serif;
}

.page-template-home-template .hs-white.fadeInDown .hs-menu > ul > li > a,
.home.blog .hs-white.fadeInDown .hs-menu > ul > li > a{
	color: #111;
}

.hs-main-navigation ul ul {
	display: none;
	position: absolute;
	left: -15%;
	top: 88px;
	background: rgba(255, 255, 255, 0.9);
	min-width: 200px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}

.hs-main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.hs-main-navigation ul ul a {
	text-transform: none;
	font-weight: 400;
	color: #282c33;
	line-height: 1.5;
	padding: 10px 15px;
	font-size: 16px;
}

.hs-main-navigation ul ul li {
	float: none;
	border-bottom: 1px solid #F0F0F0;
}

.hs-main-navigation ul ul li:last-child{
	border-bottom: 0;
}

.hs-main-navigation ul li:hover > ul {
	display: block;
}

.page-template-home-template .hs-main-navigation .current_page_item > a,
.page-template-home-template .hs-main-navigation .current-menu-item > a,
.page-template-home-template .hs-main-navigation .current_page_ancestor > a,
.home.blog .hs-main-navigation .current_page_item > a,
.home.blog .hs-main-navigation .current-menu-item > a,
.home.blog .hs-main-navigation .current_page_ancestor > a{
	color: #f07c02;
}

.hs-main-navigation li:hover > a,
.page-template-home-template .hs-main-navigation .current_page_item:hover > a,
.page-template-home-template .hs-main-navigation .current-menu-item:hover > a,
.page-template-home-template .hs-main-navigation .current_page_ancestor:hover > a,
.page-template-home-template .hs-white.fadeInDown .hs-main-navigation li:hover > a,
.home.blog .hs-main-navigation .current_page_item:hover > a,
.home.blog .hs-main-navigation .current-menu-item:hover > a,
.home.blog .hs-main-navigation .current_page_ancestor:hover > a,
.home.blog .hs-white.fadeInDown .hs-main-navigation li:hover > a{
	color: #f07c02;
}

.hs-main-navigation .current_page_item > a,
.hs-main-navigation .current-menu-item > a,
.hs-main-navigation .current_page_ancestor > a,
.page-template-home-template .hs-main-navigation .current > a,
.page-template-home-template .hs-white.fadeInDown .hs-main-navigation .current > a,
.home.blog .hs-main-navigation .current > a,
.home.blog .hs-white.fadeInDown .hs-main-navigation .current > a {
	color: #f07c02;
}

.hs-menu > ul > li > a:after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: 12px;
	border-bottom: 2px solid #f07c02;
	left: 100%;
	right: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.page-template-home-template .hs-main-navigation .current_page_item > a:after,
.page-template-home-template .hs-main-navigation .current-menu-item > a:after,
.page-template-home-template .hs-main-navigation .current_page_ancestor > a:after,
.home.blog .hs-main-navigation .current_page_item > a:after,
.home.blog .hs-main-navigation .current-menu-item > a:after,
.home.blog .hs-main-navigation .current_page_ancestor > a:after{
	left: 100%;
	right: 100%;
}

.hs-menu > ul > li:hover > a:after,
.hs-main-navigation .current_page_item > a:after,
.hs-main-navigation .current-menu-item > a:after,
.hs-main-navigation .current_page_ancestor > a:after,
.page-template-home-template .hs-main-navigation .current_page_item:hover > a:after,
.page-template-home-template .hs-main-navigation .current-menu-item:hover > a:after,
.page-template-home-template .hs-main-navigation .current_page_ancestor:hover > a:after,
.page-template-home-template .hs-main-navigation .current > a:after,
.page-template-home-template .hs-white.fadeInDown .hs-main-navigation .current > a:after,
.home.blog .hs-main-navigation .current_page_item:hover > a:after,
.home.blog .hs-main-navigation .current-menu-item:hover > a:after,
.home.blog .hs-main-navigation .current_page_ancestor:hover > a:after,
.home.blog .hs-main-navigation .current > a:after,
.home.blog .hs-white.fadeInDown .hs-main-navigation .current > a:after {
	left: 15px;
	right: 15px;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination .nav-links{
	text-align: center;
}

.pagination .nav-links a,
.pagination .nav-links span{
	display: inline-block;
	background: #b0cb04;
	padding: 10px;
	color: #FFF;
	line-height: 1;
	margin: 0 2px;
}

.pagination .nav-links a:hover,
.pagination .nav-links span.current{
	background: #008ad2;
}
/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
#hs-home-slider-section{
	min-height: 220px;
	background: #f7f7f7;
	position: relative;
}
.hs-slide .hs-container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#hs-home-slider-section .bx-wrapper{
	margin: 0;
}

#hs-home-slider-section .bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  0;
	left: 0;
	background: #f7f7f7;
}

.hs-slide{
	position: relative;
}
.slider-image{
	min-height: 70vh;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
	left: 0;
	width: 100%;
	height: 100%;
}
.hs-slide img{
	width: 50%;
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	float: right;
}

.hs-slide-overlay{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(images/overlay.png);
	z-index: 9;
}

.hs-slide-caption{
	position: absolute;
	width: 900px;
	background: rgba(247, 247, 247, 0.7);
	z-index: 99;
	padding: 10px;
	right: 0;
	top: -420px;

}
.hs-slide-cap-title{
	text-align: right;
	font-size: 46px;
	color: #444444;
	text-transform: none;
	width: 100%;
	padding: 25px;
	line-height: 1;
	font-family: 'Indie Flower',sans-serif;
	position: relative;
}

.hs-slide-cap-desc{
	text-align: right;
	font-size: 30px;
	line-height: 28px;
	color: #444444;
	max-width: 700px;
	padding: 25px;
	float: right;
	font-family: 'Indie Flower',sans-serif;
}

#hs-home-slider-section .bx-wrapper .bx-controls-direction a{
	height: 60px;
    width: 42px;
	margin-top: -20px;
	opacity: 0.6;
	background-color: rgba(255,255,255,0.2);
	border-radius: 1px
}

#hs-home-slider-section .bx-wrapper .bx-controls-direction a:hover{
	opacity: 1;
}

#hs-home-slider-section .bx-wrapper .bx-prev{
	background: url(images/prev.png) no-repeat center;
	left: 20px;
}

#hs-home-slider-section .bx-wrapper .bx-next{
	background: url(images/next.png) no-repeat center;
	right: 20px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10%;
	width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #aecb06;
	position: relative;
	opacity: 0.5;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	opacity: 1;
	width: 20px;
	top: -1px;
	height: 20px;
}

/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/
#hs-service-post-section{
	position: relative;
	padding: 50px 0;
	background: #f7f7f7;
}

#hs-service-post-section .hs-section-title{
	padding-bottom: 30px;
}

#hs-service-post-section .hs-section-title.extra{
	padding: 30px 0;
	float: left;
	width: 100%;
}


.hs-service-posts{
	float: left;
	width: 100%;
}

.hs-service-posts .hs-section-title,
.hs-service-posts .hs-section-tagline{
	max-width: 100%
}

.hs-service-post{
	padding: 10px;
	width: 100%;
	float: left;
}

.hs-service-post-wrap{
	float: left;
}

.hs-service-post-wrap.left{
	width: 50%;
	float: left;
	padding: 0 20px 0 0;
}
.hs-service-post-wrap.right{
	width: 50%;
	float: right;
	padding: 0 0 0 20px;
}

.hs-service-post-wrap.left .hs-service-post:nth-child(odd){
	background: #ffffff;
}

.hs-service-post-wrap.right .hs-service-post:nth-child(odd){
	background: #ffffff;
}


.hs-service-excerpt{
	position: relative;
}
.hs-service-excerpt a i{
	position: absolute;
	right: -5px;
	top: -2px;
	font-size: 26px;
}

.hs-service-excerpt h6{
	font-family: 'Quicksand', sans-serif;
	color: #999999;
	font-weight: 500;
	margin-bottom: 0;
	max-width: 50%;
	float: left;
	font-size: 16px;
}

.hs-service-excerpt h6 a{
	color: inherit;
}

.hs-service-excerpt h6 a:hover {
	color: #f07c02;
}

.hs-service-excerpt-date{
	width:60%;
	font-size: 14px;
	float: left;
}

.hs-service-excerpt-location{
	width: 50%;
	font-size: 14px;
	float: right;
	text-align: right;
	padding-right: 35px;
	overflow: hidden;
}

.hs-service-description{
	width: 65%;
	float: right;
}

.hs-service-description .hs-section-title{
	text-align: left;
}
.hs-service-description .hs-section-tagline {
	text-align: left;
	border-left: 1px solid #d9d9d9;
	padding: 0 0 0 40px;
	width: 100%;
	max-width: none;
}

.pdf-dowload{
	border: 1px solid #f07c02;
	padding: 5px 15px;
	float: right;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.pdf-dowload:hover{
	background: #f7f7f7;
}

/*--------------------------------------------------------------
## PopUp Content
--------------------------------------------------------------*/

#TB_window {
	top: 10%!important;
	left: 30%!important;
	right: 30%!important;
	width: 40%!important;
	height: 60%!important;
	margin-top: 0!important;
	margin-left: 0!important;
	box-shadow: 0 2px 6px rgba(0,0,0,1)!important;
	border-radius: 3px!important;
	background: #fff!important;
	border: 1px solid #2d2d2d!important;
}
#TB_ajaxContent {
	clear: both!important;
	padding: 2px 30px 15px 30px!important;
	overflow-x: hidden!important;
	overflow-y: auto!important;
	text-align: left!important;
	line-height: 1.4em!important;
	width: 100%!important;
	height: 94%!important;
}
#TB_closeWindowButton{
	width:30px!important;
	height:30px!important;
	padding-top:4px!important;
	display:inline-block!important;
	position:absolute!important;
	top:0!important;
	right:0!important;
	transition: all 0.25s  ease!important;
	-webkit-transform:translate(50%, -50%)!important;
	transform:translate(50%, -50%)!important;
	border-radius:1000px!important;
	background:#2d2d2d!important;
	font-size:20px!important;
	text-align:center!important;
	line-height:100%!important;
	color:#f07c02!important;
	border: 2px solid #ffffff!important;
	cursor: pointer!important;
}
#TB_closeWindowButton:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg)!important;
	transform:translate(50%, -50%) rotate(180deg)!important;
	background:rgba(0,0,0,1)!important;
	text-decoration:none!important;
	color:#f07c02!important;
}
#TB_closeWindowButton:focus .tb-close-icon {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline: none!important;
}
#TB_window img#TB_Image {
	margin: 0 auto!important;
	display: block;
	border: none!important;
}
.tb-close-icon {
	color:#f07c02!important;
 }

.tb-close-icon:before{
	content: '\f00d'!important;
	font-family: 'FontAwesome'!important;
	position: absolute!important;
	right: 0!important;
	left: 3px!important;
	top: -2px!important;
	bottom: 0!important;
	font-size: 20px!important;
	margin: 0 auto!important;
}

#TB_title {
	background: #fff!important;
	border-bottom: none!important;
	height: 32px!important;
	border-radius: 3px!important;
}
#TB_caption {
	display: none!important;
}
.hs-popup-header-img{
	height: 200px;
	width: 100%;
	background-size: cover;
	margin: 30px 0;
}
.hs-container.popup-title{
	position: absolute;
	top: 100px;
	margin: 0 auto;
	width: max-content;
	left: 0;
	right: 0;
}

.hs-container.popup-title-dark{
	margin: 30px auto;
}

.hs-container.popup-title .hs-main-title{
	font-size: 42px;
	font-weight: 300;
	color: #f07c02;
	padding: 10px 40px;
	background: rgba(255, 255, 255, 0.75);
}


/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/
#hs-featured-post-section{
	background: #b0cb04;
	margin: 3px auto 0 auto;
	padding: 0;
	height: 250px;
	position: relative;
}

#hs-featured-post-section .hs-container{
	background: #f0f0f0;
	top: -60px;
	border: 3px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.30) 0 0 10px 0;
}

.hs-featured-post-wrap{
}

.hs-featured-post{
	float: left;
	width: 31.33333%;
	margin: 1%;
	background: #fff;
	height: 305px;
	position: relative;
	overflow: visible;
	transition: all ease 2.5s;
}
.hs-featured-post h3{
	font-size: 24px;
	width: 100%;
	padding: 15px 10px;
	font-weight: normal;
	color: #ffffff;
}
.hs-featured-post h3 a{
	color: #ffffff;
}

.hs-featured-post:nth-child(1) h3{
	background: #008ad2;
}
.hs-featured-post:nth-child(2) h3{
	background: #b0cb04;
}
.hs-featured-post:nth-child(3) h3{
	background: #f07c02;
}



.hs-featured-excerpt{
	position: absolute;
	right: 0;
	top: 70px;
	width: 100%;
	overflow: hidden;
	left: 0;
	height: calc(100% - 80px);
}



.hs-featured-post-thumbnail{
	width: 40%;
	height: 260px;
	position: absolute;
	left: 0;
	top: 50px;
	transition: left .4s ease-in-out;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.4) 1px 0 3px 0;
}
.hs-featured-post:hover .hs-featured-post-thumbnail{
	left: calc(50% + 10%);
	box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px 0;
}



.hs-featured-excerpt-content-slogan{
	width: 50%;
	position: absolute;
	left: 50%;
	transition: left .4s ease-in-out;
	font-size: 20px;
	line-height: normal;
	padding: 0 15px 0 0;
	font-weight: 500;
	color: #444;
}
.hs-featured-post:hover .hs-featured-excerpt-content-slogan{
	left: 20px;
}

.hs-featured-excerpt-content-description{
	width: 50%;
	position: absolute;
	left: 50%;
	bottom: 10%;
	transition: left .4s ease-in-out;
	font-size: 16px;
	padding: 0 15px 0 0;
	font-weight: 500;
}
.hs-featured-post:hover .hs-featured-excerpt-content-description{
	left: 100%;
}

.hs-featured-post:nth-child(1) .hs-featured-excerpt-content> .hs-featured-excerpt-content-description{
	color: #008ad2;
}
.hs-featured-post:nth-child(2) .hs-featured-excerpt-content> .hs-featured-excerpt-content-description{
	color: #b0cb04;
}
.hs-featured-post:nth-child(3) .hs-featured-excerpt-content> .hs-featured-excerpt-content-description{
	color: #f07c02;
}



.hs-featured-excerpt-content-menu{
	width: 50%;
	position: absolute;
	left: -50%;
	bottom: 5%;
	transition: left .4s ease-in-out;
	font-size: 18px;
	line-height: normal;
}
.hs-featured-post:hover .hs-featured-excerpt-content-menu{
	left: 20px;
}




.hs-featured-post ul {
	list-style: none;
	margin: 0;
	font-weight: 500;
}

.hs-featured-post ul li {
	padding: 5px 0 5px 20px;
	list-style: none;
	margin: 0;
	position: relative;
	width: 100%;
	float: left;
}
.hs-featured-post ul li:before{
	content: '\f101';
	font-family: 'FontAwesome';
	width: 20px;
	height: 20px;
	font-size: 18px;
	position: absolute;
	top: 8px;
	left: 0;
}

.hs-featured-post ul li a {
	opacity: 1;
	width: 100%;
	float: left;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.hs-featured-post ul li a:hover  {
	opacity: 0.6;
}

.hs-featured-post:nth-child(1) ul,
.hs-featured-post:nth-child(1) ul li a{
	color: #008ad2;
}
.hs-featured-post:nth-child(2) ul,
.hs-featured-post:nth-child(2) ul li a{
	color: #b0cb04;
}
.hs-featured-post:nth-child(3) ul,
.hs-featured-post:nth-child(3) ul li a{
	color: #f07c02;
}

.hs-featured-post:nth-child(3) ul li:last-child{
	color: #f07c02;
	border: 1px solid #e7e7e7;
	padding: 5px;
}

.hs-featured-post:nth-child(3) ul li:last-child:before{
	content: '';
}

.hs-featured-post:nth-child(3) ul li a{
	width: 100%;
}

.hs-featured-post:nth-child(3) ul li:last-child:after{
	content: '\f090';
	font-family: 'FontAwesome';
	width: 30px;
	height: 30px;
	font-size: 30px;
	position: absolute;
	top: 12px;
	right: 0;
}




/*--------------------------------------------------------------
## Tab
--------------------------------------------------------------*/
#hs-tab-section{
	padding: 100px 0;
	position: relative;
}

.hs-tab{
	padding: 0;
	margin: 0;
	width: 25%;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #EEE;
	list-style: none;
}

.hs-tab li{
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
	text-transform: uppercase;
	padding-left: 40px;
	line-height: 1.2;
	position: relative;
}

.hs-tab li.hs-active:after{
	content: "";
	position: absolute;
	right:0;
	height: 100%;
	width: 5px;
	background: #008ad2;
	top: 0;
	margin-right: -33px;
}

.hs-tab li a{
	text-decoration: none;
	color: #656d7b;
	display: block;
	padding: 15px 0;
	font-weight: 100;
}

.hs-tab li i{
	float: left;
	margin-left: -40px;
	line-height: 24px;
	font-size: 40px;
	color: #d9d9d9;
}

.hs-tab li.hs-active a span{
	font-weight: 400;
}

.hs-tab li.hs-active i{
	color: #008ad2;
}

.hs-tab-content{
	width: 75%;
	float: right;
	padding-left: 80px;
	overflow: hidden;
}

.hs-tab-pane{
	display: none;
}

.hs-tab-pane .hs-content{
	position: relative;
}


.hs-tab-image{
	width: 50%;
	float: left;
	height: 270px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hs-tab-content-inner{
	width: 50%;
	float: right;
	padding: 0 0 30px 30px;
	position: relative;
	min-height: 270px;
}

.hs-tab-content-inner> a.read-more-btn{
	position: absolute;
	right:0;
	bottom:0;
}



/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/

.hs-content.right{
	padding-left: 50px;
}

.hs-content.left{
	padding: 30px 50px 0 0;
}
.hs-section-slogan.about{
	padding: 0 50px 30px 0;
	position: relative;
}

.hs-section-slogan.about:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	background: #008ad2;
	height: 4px;
	width: 40px;
}

/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
#hs-blog-section{
	background: #f7f7f7;
}
.hs-blog-post{
	width: 100%;
	margin: 2% 0;
	float: left;
	position: relative;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}


.hs-blog-excerpt{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.hs-blog-excerpt .icon-direkt{
	float: left;
	width: 46px;
	margin: -10px 8px 0 -5px;
}

.hs-blog-excerpt h2{
	float: left;
	font-weight: 900;
	width: calc(100% - 50px);
}

.hs-blog-excerpt h3{
	float: left;
	width: 100%;
	padding-left: 50px;
	color: #999999;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
	position: relative;
}

.hs-blog-excerpt h3:before{
	content: '';
	position: absolute;
	bottom: 38%;
	left: 0;
	background: #008ad2;
	height: 4px;
	width: 35px;
}

.hs-blog-thumbnail{
	margin-top: 130px;
	width: 100%;
	height:200px;
	background-size: cover;
	background-position: center;
}

.hs-right-img .hs-blog-thumbnail{
	float: right;
}

.hs-right-img .hs-blog-excerpt{
	right: auto;
	left: 0;
}

.hs-blog-post:hover{
	background: rgba(255, 255, 255, 0.7);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}


.hs-blog-excerpt h5 a{
	color: #404040;
	text-decoration: none;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}



.hs-blog-date{
	font-size: 13px;
	margin-bottom: 10px;
}

.hs-blog-date .fa{
	margin-right: 8px;
}


/*--------------------------------------------------------------
## Leitlinien Section
--------------------------------------------------------------*/
#hs-leit-section{
	background: #ffffff;
}
#hs-leit-section .hs-section-title {
	 text-align: left;
	 font-weight: 700;
	 font-family: 'Quicksand', sans-serif;
	 letter-spacing: unset;
	 text-transform: none;
	 font-size: 68px;
	 margin: 50px auto 20px;
	 color: #008ad2;
	 position: relative;
	 padding-left: 66px;
 }
#hs-leit-section .hs-section-title:before {
	content: '';
	left: 15px;
	top: -13px;
	width: 60px;
	height: 80px;
	position: absolute;
	background-image: url(images/boy.png);
	background-repeat: no-repeat;
	background-size: cover;

}

#hs-leit-section .hs-section-tagline {
	text-align: left;
	max-width: 100%;
	margin: 0 auto 50px;
	font-size: 16px;
	padding: 0 15px;
}

.hs-leit-wrap{
	display: flex;
	flex-direction: row;
	flex: auto;
	flex-wrap: nowrap;
	flex-grow: 3;
	flex-flow: wrap;
}
.hs-leit-post{
	width: 31.33333%;
	margin: 20px 1%;
	float: left;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.hs-leit-excerpt{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 45px 10px 10px 10px;
	border: 1px solid #e6e6e6;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.hs-leit-excerpt .icon-direkt{
	float: left;
	width: 46px;
	margin: -10px 8px 0 -5px;
}

.hs-leit-excerpt h2{
	float: left;
	font-weight: 900;
	width: calc(100% - 50px);
}

.hs-leit-excerpt h3{
	float: left;
	width: 100%;
	padding-left: 50px;
	color: #999999;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
	position: relative;
}

.hs-leit-excerpt h3:before{
	content: '';
	position: absolute;
	bottom: 38%;
	left: 0;
	background: #008ad2;
	height: 4px;
	width: 35px;
}

.hs-leit-thumbnail{
	margin-top: 130px;
	width: 100%;
	height:200px;
	background-size: cover;
	background-position: center;
}

.hs-leit-post:first-child .hs-leit-thumbnail{
	width: 100%;
	height: 587px;
	background-size: cover;
	background-position: center;
}


.hs-right-img .hs-leit-thumbnail{
	float: right;
}

.hs-right-img .hs-leit-excerpt{
	right: auto;
	left: 0;
}

.hs-leit-excerpt h5 {
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	top: -13px;
	position: absolute;
	background: #fff;
	color: #b0cb04;
	font-size: 24px;
	font-weight: 500;
	max-width: 94%;
}





/*--------------------------------------------------------------
## Dialog Section
--------------------------------------------------------------*/
#hs-dialog-section{

}
.hs-dialog-post{
	width: 31.3333333%;
	margin: 1.5%;
	float: left;
	position: relative;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.hs-dialog-post:first-child,
.hs-dialog-post:nth-child(4){
	margin-left:0;
}
.hs-dialog-post:nth-child(3),
.hs-dialog-post:nth-child(6){
	margin-right: 0;
}
.hs-dialog-excerpt a{
	width: 100%;
	cursor: pointer;
	user-select: none;
}
.hs-dialog-excerpt a.arrow {
	width: 100%;
	padding: 30px 20px;
	display: block;
	cursor: pointer;
	user-select: none;
	position: relative;
	float: left;
	bottom: -5px;

}
.hs-dialog-excerpt a.arrow:after {
	width: 20px;
	height: 20px;
	border-right: 3px solid #008ad2;
	border-bottom: 3px solid #008ad2;
	position: absolute;
	right: 0;
	left:0;
	content: " ";
	bottom: 50%;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transform: rotate(45deg);
}
.hs-dialog-excerpt a.arrow.active:after {
	transform: rotate(-135deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.hs-dialog-excerpt{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.hs-dialog-excerpt .icon-direkt{
	float: left;
	width: 46px;
	margin: -10px 8px 0 -5px;
}
.hs-dialog-excerpt .hs-content-dialog{
	padding: 20px 50px;
	color: #999999;
	float: left;
	overflow: hidden;
	height: 200px;
	position: relative;
}
.hs-dialog-excerpt .hs-content-dialog:after{
	content: '';
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hs-dialog-excerpt h2{
	float: left;
	font-weight: 900;
	width: calc(100% - 50px);
}

.hs-dialog-excerpt h3{
	float: left;
	width: 100%;
	padding-left: 50px;
	color: #999999;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
	position: relative;
}

.hs-dialog-excerpt h3:before{
	content: '';
	position: absolute;
	bottom: 38%;
	left: 0;
	background: #008ad2;
	height: 4px;
	width: 35px;
}


.hs-right-img .hs-dialog-excerpt{
	right: auto;
	left: 0;
}


.hs-dialog-post .hs-dialog-excerpt .read-more{
	position: relative;
	margin: 15px auto;
	padding: 10px 20px;
	max-width: 220px;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	border: 2px solid #111111;
	font-family: 'Quicksand', sans-serif;
	color: #111111;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}


.hs-dialog-excerpt h5 a{
	color: #404040;
	text-decoration: none;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.hs-dialog-post:hover .hs-dialog-excerpt h5 a{
	color: #FFF;
}

.hs-dialog-date{
	font-size: 13px;
	margin-bottom: 10px;
}

.hs-dialog-date .fa{
	margin-right: 8px;
}

/*--------------------------------------------------------------
## Promotion Section
--------------------------------------------------------------*/
#hs-promotion-section{

}


.accordion {
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-items: flex-start;
	justify-content: space-between;
	flex-shrink: 2;
	flex-wrap: wrap;
}
.accordion li {
	position: relative;
	width: 50%;
	padding-right: 25px;
	padding-left: 0;
	margin: 15px 0;
}
.accordion li:nth-child(2n) {
	padding-left: 25px;
	padding-right: 0;
}

.accordion li .accordion-content {
	height: 100px;
	overflow: hidden;
	padding: 0 50px 50px 70px;
	position: relative;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(244, 244, 244, 0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(244, 244, 244,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(244, 244, 244,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.accordion li .accordion-content:after {
	content: '';
	height: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(248, 248, 248, 0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(248, 248, 248,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0,rgb(248, 248, 248) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.slide_up{
	height: auto!important;
	transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
.accordion a.headline {
	width: 100%;
	display: block;
	cursor: pointer;
	user-select: none;
	position: relative;
	color: #111111;
	margin: 0;
	font-weight: 600;
	padding: 25px 20px 25px 70px;
}

.accordion a.headline:hover {
	background: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(244, 244, 244, 0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%,rgba(244, 244, 244,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(255,255,255,0) 0%,rgba(244, 244, 244,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.accordion a.headline .accordion-headline {
	width: 270px;
}


.accordion a.headline:before{
	content: '';
	position: absolute;
	bottom: 48%;
	left: 15px;
	background: #008ad2;
	height: 4px;
	width: 35px;
}



.accordion a.arrow {
	width: 100%;
	display: block;
	cursor: pointer;
	user-select: none;
	position: relative;
	background: rgba(244, 244, 244,0.6);
	margin: 0;
	font-weight: 600;
	padding: 25px 20px 25px 70px;
}

.accordion a.arrow:after {
	width: 20px;
	height: 20px;
	border-right: 3px solid #008ad2;
	border-bottom:3px solid #008ad2;
	position: absolute;
	right:30px;
	content: " ";
	bottom: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transform: rotate(45deg);
}


a.arrow.active:after {
	transform: rotate(-135deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*--------------------------------------------------------------
## Referenzen Section
--------------------------------------------------------------*/
.hs-ref-post{
	width: 48%;
	margin: 1%;
	float: left;
	background: #F6F6F6;
	position: relative;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.hs-ref-post:nth-child(3n+3){
	width: 98%;
}

.hs-ref-wrap{
	margin-bottom: 150px;
}

.hs-ref-thumbnail{
	float: left;
	width: 50%;
	background-size: cover;
	background-position: center;
}

.hs-ref-excerpt{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	max-height: 200px;
	width: 50%;
	padding: 20px;
	overflow: hidden;
}
.hs-ref-excerpt h5{
	border-bottom: 1px solid;
	padding-bottom: 5px;
}


.hs-right-img .hs-ref-thumbnail{
	float: right;
}

.hs-right-img .hs-ref-excerpt{
	right: auto;
	left: 0;
}

.hs-ref-post:hover{
	background:#35383e;
	color: #FFF;
}

.hs-ref-excerpt h5 a{
	color: #404040;
	text-decoration: none;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.hs-ref-post:hover .hs-ref-excerpt h5 a{
	color: #FFF;
}

.hs-ref-date{
	font-size: 13px;
	margin-bottom: 10px;
}

.hs-ref-date .fa{
	margin-right: 8px;
}


.btn-blog-more{
	position: absolute;
	right: 0;
	bottom: 0;
}

/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/
#hs-logo-section {
	background: #f7f7f7;
}
.hs_client_logo_slider img{
	padding: 0 20px;
	max-width: 180px;
	max-height: 100px;
}
/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/


#hs-contact-section .hs-section-tagline {
	font-style: italic;
	padding: 20px 0 0 0;
	margin: 0 auto 60px;
}

#hs-contact-section .hs-section-title {
	padding: 0 0 60px 0;
}
#hs-contact-section .hs-section-title:after {
	content: '';
	position: absolute;
	top: 110px;
	left: 0;
	background: #008ad2;
	height: 4px;
	width: 40px;
}

#hs-contact-section{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.hs-contact-section{
	position: relative;
}

#hs-contact-section .hs-contact-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}

.hs-container.contact-wrap{
	padding: 5px 10px 30px 10px;
}

.hs-contact-form{
	float: left;
	width: 100%;
}
.hs-contact-form h2,
.hs-contact-address h2{
	font-weight: 700;
}
.wpcf7-form .group-wrap,
.hs-contact-form .group-wrap {
	position: relative;
}
.wpcf7-form .group-wrap.left,
.hs-contact-form .group-wrap.left {
	width: 49%;
	float: left;
}
.wpcf7-form .group-wrap.right,
.hs-contact-form .group-wrap.right {
	width: 49%;
	float: right;
}
.wpcf7-form .group-wrap .group,
.hs-contact-form .group-wrap .group{
	position: relative;
	margin: 24px 0;
}
.wpcf7-form .group-wrap .group br,
.hs-contact-form .group-wrap .group br{
	display: none;
}

.wpcf7-form .group-wrap label.pflicht,
.hs-contact-form .group-wrap label.pflicht{
	font-size: 14px;
	text-transform: none;
	top: -10px;
	right: 0;
	left: unset;
	color: #f07c02;
	font-weight: 600;
}


input[type="submit"].wpcf7-submit{
	background: #b0cb04;
	border:none;
	color: #ffffff;
	float: right;
	margin: 0;
	padding: 0 20px;
	font-size: 16px;
	height: auto;
	font-weight: 700;
	font-family: 'Quicksand', sans-serif;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
}
input[type="submit"].wpcf7-submit:hover{
	background: #f07c02;
	color: #ffffff;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
}
.wpcf7-form-control-wrap {
	position: relative;
	width: 75%;
	float: left;
}
.wpcf7-form label.error {
	color: #900!important;
	font-size: 11px!important;
	float: right!important;
	padding-left: 0!important;
	right: 0;
	text-align: right;
}

.wpcf7-acceptance label {
	position: relative;
	font-size: 14px;
	top: 0;
	left: 0;
	pointer-events: all;
}

.wpcf7-form-control-wrap.accept-this-data {
	width: 100%
}

.hs-contact-address{
	float: right;
	width: 46%;
}

.hs-contact-address i{
	color: #008ad2;
	width: 22px;
	text-align: center;
}

.hs-contact-address ul{
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

.hs-contact-address ul li{
	margin-bottom: 10px;
}

.hs-contact-address ul li .fa{
	margin-right: 8px;
}

.hs-contact-address ul li .empty-icon{
	opacity: 0;
}
.hs-contact-address ul li.firm-description{
	font-size: 14px;
	margin-bottom: 46px;
}
.hs-contact-address ul li.firm-logo {
	padding: 0;
}
.hs-contact-address ul li.firm-logo img{
	max-width: 160px;
}

.hs-contact-address ul li.mail-top-space,
.hs-contact-address ul li.phone-top-space{
	margin-top: 34px;
}

.hs-contact-page-sectio.hs-section-title{

}
.hs-contact-page-section .hs-section{
	padding: 0 0 60px 0;
}

.hs-contact-page-map-wrap{
	width: 100%;
	float: left;
	height:300px;
	padding-left: 20px;
}
.hs-contact-page-section{
	position: relative;
	width: 100%;
	float: left;
	padding-top: 0;
}
.hs-contact-page-section.right{
	padding-left: 30px;
}
.hs-contact-page-section.left{
	padding-right: 30px;
}
.hs-contact-page-address{
	float: left;
	width: 100%;
	padding: 0;
}
.hs-contact-page-address ul{
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
	margin-left: -30px;
}
.hs-contact-page-address ul li{
	font-size: 18px;
	margin-left: 30px;
}

.hs-contact-page-address ul li .fa{
	margin-right: 0;
	width: 30px;
}
.hs-contact-page-address ul li:first-child {
	font-size: 22px;
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: 500;
	margin-left: 0;
	color: #f07c02;
}
.hs-contact-page-address ul li.times {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: #f07c02;
	padding-left: 30px;
}
.hs-contact-page-address ul li.times_content {
	padding-left: 30px;
}
.hs-contact-page-address-logo{
	width: 100%;
	height: 140px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 50px 0 40px 0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.hs-top-footer {
	background: #f5f5f5;
	padding: 40px 0 40px 0;
	margin-bottom: 4px;
}
.hs-top-footer:before {
	content: '';
	height: 4px;
	position: relative;
	width: 100%;
	background: #b0cb04;
	top: -50px;
}
#hs-colophon{
	margin-top: 40px;
}

.page-template-home-template #hs-colophon,
.home.ref #hs-colophon{
	margin-top: 0
}

#hs-colophon h4.widget-title {
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
}
.hs-footer1 h4{
	color: #e5017d;
}

.hs-footer2 h4{
	color: #008ad2;
}

.hs-footer3 h4{
	color: #b0cb04;
}

.hs-footer4 h4{
	color: #f07c02;
}


.hs-footer{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.hs-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.hs-footer ul li{
	background: url(images/arrow.png) no-repeat left 12px;
	padding: 2px 0 2px 15px;
}

#hs-bottom-footer{
	padding: 60px 0 50px 0;
	color: #999999;
	line-height: 1.2;
	font-size: 14px;
	background: #b0cb04;
	font-family: 'Quicksand', sans-serif;
}

.hs-bottom-footer-bar{
	background: #008ad2;
	width: 100%;
	height: 6px;
}

.hs-site-info a{
	border-bottom: 1px dotted #AAA;
	float: left;
}

.hs-copy-right{
	float: left;
	width: 100%;
	color: #ffffff;
	text-align: center;

}
.hs-copy-right span{
	color: #008ad2
}

.hs-copy-right a{
	color: #008ad2;
	border-bottom: 1px dotted;
}
.hs-copy-right a:hover{
	color: #ffffff;
	border-bottom: 1px dotted;
}

.hs-site-info{
	float: right;
	width: 33.33333%;
}

.hs-social {
	float: right;
}
.hs-social a{
	display: inline-block;
	color: #999999;
	padding: 0 10px;
	font-size: 20px;
	margin-top: -3px;
	text-align: center;
	border-bottom: none;
}

.hs-social a:hover{
	color: #008ad2;
}

.hs-social-top.mobile {
	display: none;
}
.hs-social-top {
	float: right;
	line-height: 86px;
}
.hs-social-top a{
	display: inline-block;
	color: #999999;
	padding: 0 10px;
	font-size: 20px;
	margin-top: -3px;
	text-align: center;
	border-bottom: none;
}

.hs-social-top a:hover{
	color: #008ad2;
}



/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
	display: block;
	text-align: center;
	font-size: 200px;
	color: #F6F6F6;
	line-height: 1.2;
}

.error404 .oops-text{
	text-align: center;
}

#hs-back-top{
	background: #008ad2;
	font-family: Arial;
	position: fixed;
	right: 20px;
	bottom: 60px;
	height: 36px;
	width: 36px;
	color: #FFF;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	font-size: 20px;
}

#hs-back-top.hs-hide{
	display: none;
}

#hs-back-top:hover{
	background: #000;
}

/*--------------------------------------------------------------
## Grid System
--------------------------------------------------------------*/

.grid {
	max-width: 100%;
}

/* clearfix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- grid-item ---- */
.grid-sizer,
.grid-item{
	width: 33.333333%;
}


.grid-item {
	float: left;
	height: 200px;
	overflow: hidden;
	padding: 20px 10px;

}

.grid-item.last {
	top:0!important;
	left:0!important;
}

.grid-item .item-header{
	height: 200px;
	padding: 20px;
	background:#f0f0f0;
	position: relative;
}
.grid-item .item-header h3{
	z-index: 999;
	position: relative;
}

.grid-item--gigante {
	width: 66%;
	height: auto;
	overflow: visible;
}

.grid-item--gigante .item-header{
	width: 100%;
	height: auto;
	padding: 20px;
}
.grid-item .item-header:hover {
	cursor: pointer;
	background: #f7f7f7;
}
.grid-item--gigante:hover{
	background: transparent;
	cursor: pointer;
}
.grid-item-content{
	padding: 20px;
	background: #fafafa;
}

.content-area-inner{
	margin: 20px 0;
	padding: 15px;
}

.item-image{
	width: 50%;
	position: absolute;
	top:0;
	right:0;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.item-image:before{
	content: '';
	width: 100px;
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(240,240,240,1) 15%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(240,240,240,1) 15%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(240,240,240,1) 15%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.grid-item .item-header:hover .item-image:before{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(247,247,247,1) 15%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(247,247,247,1) 15%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(247,247,247,1) 15%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}


.hs-toggle-menu{
	display: none;
}

/*--------------------------------------------------------------
##Contact Page
--------------------------------------------------------------*/

/*  SECTIONS  */
.ct_section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.ct_col {
	display: block;
	float:left;
	margin: 0 0 0 2%;
}
.ct_col:first-child { margin-left: 0; }

/*  GROUPING  */
.ct_group:before,
.ct_group:after { content:""; display:table; }
.ct_group:after { clear:both;}
.ct_group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
.ct_span_12_of_12 {
	width: 100%;
}

.ct_span_11_of_12 {
	width: 91.5%;
}
.ct_span_10_of_12 {
	width: 83%;
}

.ct_span_9_of_12 {
	width: 74.5%;
}

.ct_span_8_of_12 {
	width: 66%;
}

.ct_span_7_of_12 {
	width: 57.5%;
}

.ct_span_6_of_12 {
	width: 49%;
}

.ct_span_5_of_12 {
	width: 40.5%;
}

.ct_span_4_of_12 {
	width: 32%;
}

.ct_span_3_of_12 {
	width: 23.5%;
}

.ct_span_2_of_12 {
	width: 15%;
}

.ct_span_1_of_12 {
	width: 6.5%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 768px) {
	.ct_col {  margin: 0 0 0 0; }

	.ct_span_1_of_12, .ct_span_2_of_12, .ct_span_3_of_12, .ct_span_4_of_12, .ct_span_5_of_12, .ct_span_6_of_12, .ct_span_7_of_12, .ct_span_8_of_12, .ct_span_9_of_12, .ct_span_10_of_12, .ct_span_11_of_12, .ct_span_12_of_12 {
		width: 100%;
	}
}


/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	display: block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
	visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
	text-align: center;
}

/*================RESPONSIVE CSS==================*/
@media screen and (max-width: 1798px){

	.hs-slide-cap-title {
		font-size: 32px;
		padding: 15px 0;
	}
	.hs-slide-cap-desc span,
	.hs-slide-cap-desc {
		font-size: 24px!important;
		padding: 5px 0;
	}

	#TB_window {
		top: 10%!important;
		left: 10%!important;
		right: 10%!important;
		width: 80%!important;
		height: 80%!important;
		margin-top: 0!important;
		margin-left: 0!important;
		border: 2px solid #656d7b!important;
	}

	.hs-slide-caption {
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1440px){
	.hs-slide-cap-title {
		font-size: 26px;
		padding: 15px 0;
	}
	.hs-slide-cap-desc span,
	.hs-slide-cap-desc {
		font-size: 20px!important;
		padding: 5px 0;
	}


	.hs-container {
		padding: 0 15px;
	}

	#hs-site-branding {
		padding: 26px 20px 20px 15px;
		box-shadow: none;
	}
	#hs-site-branding img {
		max-height: 90px;
		width: auto;
	}


	.hs-social-top {
		line-height: 80px;
		margin-right: 10px;
	}

	.hs-social-top a {
		padding: 0 5px;
		font-size: 14px;
	}

	.hs-search-top {
		padding: 55px 20px 55px 0;
	}
}

@media screen and (max-width: 1330px){

	.hs-slide-cap-title {
		font-size: 26px;
		padding: 15px 0;
	}
	.hs-slide-cap-desc span,
	.hs-slide-cap-desc {
		font-size: 20px!important;
		padding: 5px 0;
	}


	#TB_window {
		top: 10%!important;
		left: 10%!important;
		right: 10%!important;
		width: 80%!important;
		height: 80%!important;
		margin-top: 0!important;
		margin-left: 0!important;
		border: 2px solid #656d7b!important;
	}


	#hs-site-navigation {
		width: auto;
	}
	.hs-featured-excerpt-content-menu {
		font-size: 14px;
	}
	.hs-featured-post ul li:before {
		top: 5px;
	}
	.hs-featured-post:nth-child(3) ul li:first-child:after {
		 font-size: 30px;
		 top: 8px;
		 right: -8px;
	}

}
@media screen and (max-width: 1180px){

	.hs-main-navigation a {
		padding: 57px 10px;
		font-size: 20px;
	}

	.hs-search-top {
		float: left;
		max-width: 8%;
		padding: 57px 0;
	}
	.hs-featured-excerpt-content-slogan {
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px){
	body {
		font-size: 16px;
	}
	#hs-site-branding {
		padding: 30px 0 20px 15px;
	}
	#hs-site-branding img {
		max-height: 70px;
		width: auto;
	}
	#hs-contact-section{
		display: block;
		align-items: inherit;
	}
	.hs-contact-map-wrap {
		width: 100%;
		height: 300px;
	}
	.hs-contact-section{
		width: 100%;
	}
	#hs-address-section .hs-container{
		text-align: center;
	}
	#hs-address-section-dark .hs-container{
		text-align: center;
	}
	#hs-address-section-dark .hs-address-single {
		float: none;
	}
	.hs-address-single {
		text-align: left;
		min-width: 320px;
		height: 140px;
		display: inline-block;
		float: none;
	}
	.hs-container{
		width: auto;
		padding: 0 15px;
	}

	#hs-masthead {
		top: 0;
	}



	.hs-social-top {
		margin-right: 20px;
		position: absolute;
		right: 0;
		top: 0;
	}

	.hs-slide-caption{
		width: 90%;
		padding: 10px;
	}

	.hs-slide-cap-title,
	.hs-slide-cap-desc{
		padding: 10px 0 10px 0;
		position: relative;
	}
	.hs-content.right {
		padding-left: 0;
	}
	.hs-blog-excerpt h3 {
		font-size: 14px;
	}
	.hs-blog-excerpt h2 {
		font-size: 18px;
	}
	.hs-dialog-thumbnail{
		height:380px;
	}
	.hs-blog-excerpt:after {
		content: 'mehr erfahren';
		position: absolute;
		bottom: 5%;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 10px 20px;
		max-width: 220px;
		background: rgba(255, 255, 255, 0.7);
		text-align: center;
		border: 2px solid #111111;
		font-family: 'Quicksand', sans-serif;
		color: #111111;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#hs-leit-section {
		position: relative;
		float: left;
	}
	.hs-leit-post {
		width: 48%;
	}
}

@media screen and (max-width: 960px){

	#hs-masthead.fadeInDown .hs-search-top {
		padding: 0;
	}

	#hs-masthead {
		height: 76px;
	}
	#hs-site-navigation {
		width: auto;
	}

	.hs-featured-excerpt-content-slogan {
		font-size: 22px;
	}


	.hs-main-navigation .hs-menu{
		display: none;
		background: #FFF;
		float: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		text-align: center;
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);
		border-top: 2px solid #008ad2;
	}

	.hs-main-navigation li{
		float: none;
		display: inline-block;
	}

	.hs-main-navigation ul ul li{
		display: block;
	}

	.hs-main-navigation a,
	.page-template-home-template .hs-main-navigation .current_page_item > a,
	.page-template-home-template .hs-main-navigation .current-menu-item > a,
	.page-template-home-template .hs-main-navigation .current_page_ancestor > a,
	.home.blog .hs-main-navigation .current_page_item > a,
	.home.blog .hs-main-navigation .current-menu-item > a,
	.home.blog .hs-main-navigation .current_page_ancestor > a{
		color: #333;
	}

	.hs-toggle-menu{
		display: block;
		position: absolute;
		left: 20px;
		top: 20px;
		height: 40px;
		width: 40px;
		cursor: pointer;
	}

	.hs-toggle-menu span{
		position: relative;
		height: 2px;
		width: 32px;
		margin: 0 auto;
		background: #008ad2;
		display: block;
		top: 50%;
		margin-top: -1px;
		box-shadow: 0 10px 0px 0px #008ad2, 0 -10px 0px 0px #008ad2;
	}



	.slider-image {
		background-position-x: 30%;
	}
	.hs-search-top{
		float: none;
		max-width: 80px;
		padding: 0;
		position: absolute;
		right: 20px;
		top: 26px;
	}
	.pdf-dowload {
		width: 100%;
		text-align: center;
		margin: 0 auto 20px;
	}
	.hs-ref-post{
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.hs-ref-post:nth-child(3n+3) {
		width: 100%;
	}
	.hs-ref-post .hs-ref-thumbnail{
		float: left;
	}

	.hs-ref-post .hs-ref-excerpt{
		left: auto;
		right: 0
	}


	.hs-ref-post:nth-child(2n) .hs-ref-thumbnail{
		float: right;
	}

	.hs-ref-post:nth-child(2n) .hs-ref-excerpt{
		right: auto;
		left: 0
	}

	.hentry.date-main-wrap {
		width: 98%;
		float: left;
		margin: 30px 1%;
	}
	.hs-tab{
		margin-bottom: 25px;
		padding: 0;
		border: 0;
		width: 100%;
		text-align: center ;
	}
	.hs-tab-content {
		width: 100%;
		float: left;
		padding-left: 0;
	}
	.hs-tab li{
		background: #FFF;
		padding: 0 20px 0 35px;
		margin: 0 10px;
		border-bottom: 2px solid transparent;
		display: inline-block;
	}

	.hs-tab li .fa{
		margin-left: -30px;
	}

	.hs-tab li.hs-active:after{
		display: none;
	}

	.hs-tab li.hs-active{
		border-bottom: 2px solid #008ad2;
	}

	.hs-tab-image {
		width: 100%;
	}
	.hs-tab-content-inner{
		padding: 25px 0;
		width: 100%;
	}
	.hs-tab-content{
		padding: 0;
	}

	.hs-service-description {
		width: 100%;
		float: left;
	}
	.hs-service-description .hs-section-tagline {
		text-align: left;
		border-left: none;
		padding: 0;
	}
	.grid-sizer,
	.grid-item {
		width: 100%;
	}
	#hs-masthead{
		position: fixed!important;
		background: rgba(255, 255, 255, 1) !important;
		border-bottom: 2px solid #008ad2;
	}

	#hs-masthead.hs-white{
		background: #FFF !important;
	}


	#hs-masthead.hs-white .hs-site-description{
		color: #333;
	}
	.hs-section {
		padding: 10px 0 60px 0;
	}
	#hs-site-branding.fadeInDown {
		float: none;
	}
	#hs-site-branding {
		width: 220px;
		float: none;
		margin: 0 auto;
		text-align: center;
		padding: 10px 0;
		position: relative;
		background:transparent;
		left: 0;
		right: 0;
	}
	#hs-site-branding img {
		max-height: 56px;
		width: auto;
	}

	.hs-main-navigation li{
		display: block;
		border-bottom: 1px solid #FAFAFA;
	}

	.hs-main-navigation a{
		line-height: 1.2;
		padding: 10px 0 10px 20px;
		text-align: left;
	}

	#hs-masthead.fadeInDown .hs-menu ul li a {
		padding: 10px 0 10px 20px;
	}
	.hs-main-navigation ul ul a {
		padding: 10px 0 10px 40px;
	}

	.hs-main-navigation ul ul ul a {
		padding: 10px 0 10px 60px;
	}

	.hs-main-navigation ul ul{
		position: static;
		box-shadow: none;
		border-top: 1px solid #F0F0F0;
	}

	.hs-menu > ul > li > a:after{
		display: none;
	}


	.hs-slide-cap-title{
		font-size: 30px;
		margin-bottom: 10px;
	}

	.hs-slide-cap-desc{
		font-size: 16px;
	}

	#hs-home-slider-section{
		min-height: 0;
	}

	#hs-home-slider-section .bx-wrapper .bx-controls-direction a{
		display: none;
	}

	.hs-about-sec,
	.hs-progress-bar-sec{
		width: auto;
		float: none;
	}

	.hs-about-sec{
		margin-bottom: 40px;
	}

	.hs-featured-post{
		width: 98%;
	}

	.hs-featured-post:nth-child(3){
		clear: both;
	}

	.hs-portfolio{
		width: 50%;
	}

	.hs-portfolio-cat-name{
		margin-bottom: 10px;
	}

	.hs-service-left-bg{
		display: none;
	}

	.hs-service-posts{
		width: auto;
		float: none;
		padding-left: 0;
		padding-right: 0;
	}

	#hs-service-post-section{
		padding: 60px 0;
	}

	.hs-team-member{
		width: 48%;
		margin-bottom: 30px;
	}

	.hs-team-member:nth-child(3){
		clear: both;
	}

	#hs-team-section{
		padding-bottom: 30px;
	}

	.hs-counter-wrap{
		margin-left: 0;
		text-align: center;
	}

	.hs-counter{
		width: 100%;
		float: none;
		margin-bottom: 40px;
		margin-left: 0;
		display: inline-block;
		max-width: 250px;
	}

	.hs-counter:last-child{
		margin-bottom: 0;
	}

	.hs-contact-form{
		float: none;
		width: auto;
		margin-bottom: 30px;
	}

	.hs-contact-address{
		float: none;
		width: auto;
	}

	.hs-footer{
		width: 47%;
		margin-bottom: 30px
	}

	.hs-footer:nth-child(3n){
		clear: both;
	}

	#hs-top-footer{
		padding-bottom: 20px;
	}

	#hs-bottom-footer{
		text-align: center;
	}



	#primary{
		width: auto !important;
		float: none !important;
		margin-bottom: 30px;
	}

	#secondary{
		width: auto !important;
		float: none !important;
	}


	.hs-blog-post:first-child {
		width: 46%;
		margin-left: 2%;
	}
	.hs-blog-post {
		width: 46%;
		margin: 2%;
		float: left;
		position: relative;
		transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	.hs-blog-post:first-child .hs-blog-thumbnail {
		margin-top: 130px;
		width: 100%;
		height: 200px;
		background-size: cover;
		background-position: center;
	}

	.hs-site-content{
		padding: 30px 0 0 0;
	}

	.hs-dialog-post {
		width: 100%;
		margin: 0;
	}
	.hs-dialog-thumbnail {
		height: 280px;
	}


	.accordion li {
		width: 100%;
		padding-right: 0;
	}
	.accordion li:nth-child(2n) {
		padding-left:0;
		padding-right: 0;
	}
	.accordion a .accordion-headline {
		width: auto;
		padding-right: 65px;
	}
	.hs-service-post-wrap.right,
	.hs-service-post-wrap.left {
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 767px){
	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}
	.hs-contact-form .group-wrap.right,
	.hs-contact-form .group-wrap.left {
		width: 100%;
	}

	#hs-leit-section .hs-section-title {
		font-size: 32px;
		margin: 50px auto 50px;
		padding-left: 90px;
	}
	.hs-portfolio .hs-portfolio-caption{
		opacity: 1;
		background: none !important;
		text-align: right;
		padding: 10px;
	}

	.hs-portfolio-caption h4{
		bottom: 10px
	}

	.hs-portfolio-caption a.hs-portfolio-link,
	.hs-portfolio-caption a.hs-portfolio-image{
		-ms-transform: none;
	   	-webkit-transform: none;
	    transform: none;
	    text-align: center;
	    margin: 0;
	}
	.hs-leit-post {
		width: 100%;
		margin: 25px 1%;
	}

	.hs-blog-post:first-child {
		width: 100%;
		margin-left: 0;
	}
	.hs-blog-post:first-child {
		width: 100%;
		margin-left: 0;
	}
	.hs-blog-post {
		width: 100%;
		margin:0;
	}
	.hs-site-info {
		float: left;
		width: 100%;
	}
	.hs-social {
		width: 100%;
		float: none;
		text-align: center;
		margin: 30px auto;
	}
	.hs-site-info a {
		float: none;
	}
	.entry-header .entry-title {
		font-size: 16px;
	}
	#TB_ajaxContent {
		padding: 2px 5px 15px 5px!important;
	}
	#TB_window {
		top: 10%!important;
		left: 5%!important;
		right: 5%!important;
		width: 90%!important;
	}

}

@media screen and (max-width: 720px){
	.hs-header-cap-title {
		font-size: 30px;
		padding: 10px;
		max-width: unset;
	}
	.hs-header-caption-text {
		padding: 0 10px 10px 10px;
		font-size: 18px;
	}
}

@media screen and (max-width: 580px){
	#secondary{
		display: none;
	}
	input[type="submit"].wpcf7-submit {
		width: 100%;
	}
	.hs-dialog-thumbnail {
		height: 360px;
	}
	.hs-dialog-excerpt .hs-content-dialog {
		padding: 20px 0 20px 50px;
		color: #999999;
		float: left;
	}

	.hs-slide-caption {
		width: 96%;
		padding: 10px;
	}
	.hs-featured-post-wrap{
		margin-left: 0;
	}
	#hs-featured-post-section .hs-container {
		padding: 10px 10px 20px 10px;
	}
	.hs-featured-post{
		margin-bottom: 20px;
		height: 235px;
	}
	.hs-featured-post-thumbnail {
		height: 190px;
	}
	.hs-featured-post:last-child{
		margin-bottom: 0;
	}
	.hs-featured-post:nth-child(3) ul li:last-child{
		font-size: 10px;
	}
	.hs-featured-post:nth-child(3) ul li:last-child:after {
		 font-size: 20px;
		 top: 8px;
		 right: -10px;
	}

	.hs-portfolio-inner{
		margin: 5px;
	}

	.hs-team-member-wrap{
		margin-left: 0;
	}

	.hs-team-member{
		width: auto;
		margin-left: 0;
		float: none;
	}

	.hs-ref-post .hs-ref-thumbnail{
		width: 100%;
	}

	.hs-ref-excerpt{
		position: relative;
		width: auto;
		border-bottom: 2px solid #FFF;
	}

	.hs-ref-excerpt:after{
		display: none;
	}

	.hs-top-footer{
		margin-left: 0
	}
	body {
		font-size: 14px;
	}
	h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.hs-leit-post {
		width: 100%;
		margin: 30px 1%;
	}
	.hs-leit-excerpt {
		padding: 70px 10px 10px 10px;
	}
}

@media screen and (max-width: 420px){

	.hs-leit-post {
		width: 100%;
		margin: 35px 1%;
	}

	.hs-footer{
		width: auto;
		margin-left: 3%;
		float: none;
	}

	.hs-featured-excerpt-content-slogan {
		font-size: 16px;
	}
	.hs-slide-caption {
		top: -310px;
	}

	.hs-slide-cap-title {
		font-size: 24px;
	}
	.hs-slide-cap-desc span, .hs-slide-cap-desc {
		font-size: 15px!important;
		line-height: 16px;
	}
	.hs-dialog-thumbnail {
		height: 400px;
	}
	.hs-container{
		padding: 0 10px;
	}

	.hs-portfolio{
		width: 100%;
		margin-bottom: 10px;
	}

	.hs-portfolio-inner{
		margin: 0;
	}

	.hs-social-top {
		display: none;
	}


	.hs-social-top.mobile {
		display: block;
	}
}

.flxmap-directions{
	margin: 15px 0;
}
.flxmap-directions input[type="submit"]{
	width: 100%;
}
