/*
 * local.css
 *
 * Author: Andreas Prieß - ap@metaphysis.de
 *
 */

/* Bootstrap - change defaults. */

html, body {
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
}

body {
	font-size: 14px;
	/* line-height: 1.42857143; */
	line-height: 1.5;
	color: #8d8d8d;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	/* font-family: inherit; */
	font-size: inherit;
	font-weight: inherit;
	/* line-height: 1.1; */
	/* color: inherit; */
}

h1, .h1 {
	font-size: 25px;
	font-weight: 400;
	margin-top: 70px;
}
h2, .h2 {
	font-size: 20px;
	font-weight: 700;
}
h3, .h3 {
	color: #e5aa57;
	font-weight: 700;
	margin-bottom: 5px;
}
h4, .h4 {
	font-weight: 700;
	margin-top: 25px;
}
h5, .h5 {
	color: #006AB3;
}
h6, .h6 {
	color: black;
}

.message-box h1 {
	margin-top: 30px;
}

a {
	color: #C4A77F;
	text-decoration: none;
}

a:hover, a:focus {
	color: #e5aa57;
	text-decoration: underline;
}

header {
	box-shadow: 0 0 2px 0 rgba(133, 133, 133, 0.7);
}

.navbar {
	border: none;
	border-radius: initial;
	margin: 0;
}

.navbar-default {
	color: #8d8d8d;
	background-color: white;

	border-color: #006AB3;

	font-size: 14px;
}

.navbar-brand {
	height: auto;
	padding: 0;
}

.navbar > .container .navbar-brand {
	margin: 0;
}

.navbar-nav > li > a {
	padding-left: 18px;
	padding-right: 18px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #e5aa57;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #e5aa57;
	background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: inherit;
}

.touchOpen, .touchClose {
	font-size: 20px;
}

@media screen and (max-width: 767px) {
	.navbar-collapse > .pull-right {
		float: none !important;
	}

	.navbar-header {
		padding-bottom: 16px;
	}

	#main-navigation > ul > li.dropdown > ul.dropdown-menu > li.dropdown ul.dropdown-menu {
		display: block;
	}

	#main-navigation > ul > li.dropdown > ul.dropdown-menu > li.dropdown ul.dropdown-menu > li > a {
		padding-left: 40px;
	}

	.navbar-nav > li.dropdown > a:not(.dropdown-toggle) {
		display: none;
	}

	.navbar-default .navbar-nav > li > a:focus {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #e5aa57;
	}
}

@media screen and (min-width: 768px) {
	nav.navbar {
		padding: 16px 0;
	}

	.navbar-collapse {
		padding: 0;
	}

	.navbar-nav > li.dropdown > a.dropdown-toggle {
		display: none;
	}

	.dropdown-menu > li > a {
		border-bottom: 1px solid #ebebeb;
	}
}

.dropdown-menu {
	font-size: inherit;
	text-transform: none;

	border-color: white;
	border-bottom-width: 0;
	border-radius: 0;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
	padding: 0;
}

.dropdown-menu .divider {
	background-color: inherit;
	margin: 7px 0;
}

.dropdown-menu > li > a {
	color: #8d8d8d;
	background-color: inherit;
	padding: 8px 12px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #e5aa57;
	background-color: inherit;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #e5aa57;
	background-color: inherit;
}

.menu-indent {
	padding-right: 1em;
}

.downSymbol, .rightSymbol {
	position: relative;
	top: 5px;
}

/* menu animation */

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-20px, 0, 0);
		-ms-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}



@media screen and (min-width: 768px) {

	#main-navigation > ul > li.dropdown > ul.dropdown-menu {
		/* display: none; */
		left: 5px;
	}

	#main-navigation > ul > li.dropdown > a:hover + ul.dropdown-menu,
	#main-navigation > ul > li.dropdown > ul.dropdown-menu:hover,
	#main-navigation > ul > li.dropdown > ul.dropdown-menu.menuVisible {
		display: block;

		-webkit-animation-duration: 0.25s;
		animation-duration: 0.25s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;

		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;

		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}

	#main-navigation > ul > li.dropdown > ul.dropdown-menu > li.dropdown > ul.dropdown-menu {
		display: none;
		top: -3px;
		left: 100%;
	}

	#main-navigation > ul > li.dropdown > ul.dropdown-menu > li.dropdown > a:hover + ul.dropdown-menu,
	#main-navigation > ul > li.dropdown > ul.dropdown-menu > li.dropdown > ul.dropdown-menu:hover,
	#main-navigation > ul > li.dropdown > ul.dropdown-menu > li.dropdown > ul.dropdown-menu.menuVisible {
		display: block;

		-webkit-animation-duration: 0.25s;
		animation-duration: 0.25s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;

		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;

		-webkit-animation-name: fadeInRight;
		animation-name: fadeInRight;
	}

}

/* ---------- */

section {
	line-height: 1.8;
}

hr {
	border-top-color: #E6E6E6;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.breadcrumb + section > .container > .row > div > h1 {
	margin-top: 30px;
	margin-bottom:
}

hr.headline-separator {
	margin-bottom: 20px;
}

hr.breadcrumb-separator {
	margin-bottom: 40px;
}

.breadcrumb {
	color: black;
	background-color: #eaeaea;
	font-size: 13px;
	min-height: 40px;

	padding: 0;
	border-radius: 0;
}

.breadcrumb a, .breadcrumb .active {
	color: inherit;
}

.breadcrumb a:hover, .breadcrumb a:focus {
	color: #e5aa57;
	text-decoration: none;
}

.breadcrumb-column {
	padding-top: 8px;
	padding-bottom: 8px;
}

.row img {
	max-width: 100%;
}

.img-thumbnail {
	border-radius: 0;
	margin: 0;
}

.prettyphoto {
	margin-bottom: 15px;
}

.btn-default {
	color: white;
	background-color: #e5aa57;
	border-color: #e5aa57;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	color: white;
	background-color: #E59C35;
	border-color: #e5aa57;
}

.btn-info {
	color: white;
	background-color: #418bca;
	border-color: #3a7db5;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
	color: white;
	background-color: #3a7db5;
	border-color: #346fa1;
}

/* Additional design elements. */

.top-bar {
	font-size: 13px;
	color: #ffffff;
	background-color: #e5aa57;
	border-bottom: 2px solid #ffffff;
	height: auto;
	min-height: 40px;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 20;
}

.top-info p {
	margin: 9px 0 7px 0;
}

.top-bar .navbar-nav > li > a {
	color: #ffffff;
	text-decoration: none;
	line-height: 24px;

	padding: 7px 9px 9px 9px;
}

.top-bar .nav > li > a:hover, .top-bar .nav > li > a:focus {
	color: #8d8d8d;
	background-color: inherit;
}

.nav-separator {
	display: block;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 9px;
	padding-bottom: 9px;
}

.social-link-group {
	position: absolute;
	top: -12px;
	right: 24px; /* 15 + 9 */
	z-index: 10;

	opacity: 1.0;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.navbar-fixed-top .social-link-group {
	top: -62px;
	opacity: 0.0;
}

.social-link-group .navbar-nav li a {
	color: #cdcdcd;
	line-height: 1.0;
	padding: 5px 3px 1px 3px;
	border-style: solid;
	border-width: 1px;
	border-radius: 100%;
	margin-right: 4px;
}

.social-link-group i.fa {
	min-width: 20px;
	min-height: 20px;
}

.fa-facebook {
	position: relative;
	top: 1px;
	left: -1px;
}

.fa-google-plus {
	position: relative;
	top: 2px;
	left: 1px;
}

#main-navigation {
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	#main-navigation {
		padding-top: 78px;
	}
}

#fixable-navigation > .container {
	position: relative;
}

.navigation-padding {
	margin: 10px 0 2px 0;
}

.navbar-fixed-top {
	margin-top: 0 !important;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

ul.content-list {
	list-style: none;
	padding: 0;
}

ul.content-list li:before {
	content: '\BB';
	margin-right: 0.7em;
}

.message-box {
	color: inherit;
	background-color: #eaeaea;
	padding-top: 1em;
	padding-bottom: 2em;
	margin-top: 40px;
	margin-bottom: 20px;
}

.form-error {
	padding: 1em;
	font-weight: 700;
}

.form-success {
	padding: 1em;
	font-weight: 700;
}

.required {
	 vertical-align: super;
	 padding-left: 0.2em;
	 font-size: 70%;
	 color: #990000;
}

.field-away {
	display: none !important;
}

footer {
	margin-top: 70px;
}

.footer-info {
	color: #858585;
	background-color: #eaeaea;
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.footer-info p {
	margin-bottom: 5px;
}

.footer-ending {
	color: white;
	background-color: #e5aa57;
	font-size: 13px;
	min-height: 40px;
}

.footer-ending p {
	margin: 9px 0 7px 0;
}

.footer-ending .navbar-nav > li > a {
	color: #ffffff;
	text-decoration: none;
	line-height: 24px;

	padding: 7px 9px 9px 9px;
}

.footer-ending .nav > li > a:hover,
.footer-ending .nav > li > a:focus {
	color: #8d8d8d;
	background-color: inherit;
}

#page-top-reference {
	color: white;
	background-color: #8d8d8d;
	font-size: 32px;

	display: block;
	opacity: 0.0;

	position: fixed;
	bottom: -44px;
	right: 12px;
	width: 40px;
	height: 40px;
	border-radius: 100%;

	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-ms-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
}

#page-top-reference.reference-active {
	bottom: 12px;
	opacity: 0.5;
}

#page-top-reference.reference-active:hover {
	opacity: 1.0;
}

#page-top-reference i {
	position: relative;
	top: -8px;
}

a.link-overlay, a.magnify-overlay {
	display: inline-block;
	position: relative;
}

a.link-overlay:before, a.magnify-overlay:before {
	content: '';
	background-color: #8d8d8d;
	opacity: 0.0;

	position: absolute;
	width: 100%;
	height: 100%;

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a.link-overlay:hover:before, a.magnify-overlay:hover:before {
	opacity: 0.5;
}

a.link-overlay i, a.magnify-overlay i {
	opacity: 0.0;

	position: absolute;
	top: 50%;
	left: 50%;

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a.link-overlay:hover i, a.magnify-overlay:hover i {
	opacity: 1.0;
}

a.link-overlay i:before, a.magnify-overlay i:before {
	color: white;
	background-color: transparent;

	position: absolute;
	top: 50%;
	left: 50%;

	border-radius: 100%;
	border-color: white;
	border-style: solid;
	border-width: 1px;

	font-size: 32px;

	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a.link-overlay i:before {
	padding: 25px 24px 23px 24px;
	margin: -38px 0 0 -38px;
}

a.magnify-overlay i:before {
	padding: 25px 27px 23px 27px;
	margin: -38px 0 0 -38px;
}

a.link-overlay i:hover:before, a.magnify-overlay i:hover:before {
	color: #8d8d8d;
	background-color: white;
}

/* Google Maps */

#mapCanvas {
	/* The map will use the full size of the surrounding block element. */
	width: auto;
	height: 100%;
}

#mapFrame {
	width: 100%;
	height: 100%;
	border: none;
}

/* Fixes conflict of bootstrap and Google Maps - see http://stackoverflow.com/questions/9141249/twitter-bootstrap-css-affecting-google-maps and https://github.com/twbs/bootstrap/issues/1552 */

#mapCanvas label { width: auto; display: inline; }

#mapCanvas img { max-width: none; }

/* FlexSlider - change defaults. */

.flexslider {
	border: 0 none;
	margin: 25px 0 10px 0;

	--slider-height: 80%;
}

.flexslider.slider-full-width {
	margin: 0 0 10px 0;
}

.flex-viewport {
	border: 0 none;
}

.flex-control-nav {
	bottom: -5px;
}

.flex-direction-nav {
  height: 0;
}

.slider-gallery .flex-control-nav {
	margin: 0;
	padding: 10px 15px;
	/* bottom: -40px; */
}

.gallery-series .flex-control-nav {
	position: static;
	background-color: #eaeaea;
	line-height: 1.5;
	padding: 10px 12px 0px 12px;
}

.flex-direction-nav a:before {
	color: white;
	font-family: 'FontAwesome';
	font-size: 30px;
	text-shadow: none;

	position: relative;
	top: -8px;
}

.slider-full-width .flex-direction-nav a:before {
	font-size: 40px;
	top: -7px;
}

.flex-direction-nav a.flex-prev:before {
	content: "\f104";
	right: -14px;
}

.slider-full-width .flex-direction-nav a.flex-prev:before {
	right: -20px;
}

.flex-direction-nav a.flex-next:before {
	content: "\f105";
	left: 14px;
}

.slider-full-width .flex-direction-nav a.flex-next:before {
	left: 20px;
}

.flex-direction-nav a {
	color: transparent;
	background-color: black;
	text-shadow: none;
	opacity: 0.0;
}

.slider-gallery .flex-direction-nav a {
	top: 40%;
}

.gallery-series .flex-direction-nav a {
	top: calc( var(--slider-height) / 2 );
}

.slider-full-width .flex-direction-nav a {
	width: 56px;
	height: 48px;
}

.flex-direction-nav .flex-prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}
.flex-direction-nav .flex-next {
	right: 0;
	border-radius: 3px 0 0 3px;
	text-align: inherit;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 0;
	opacity: 0.4;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 0;
	opacity: 0.4;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
	background: #e5aa57;
	opacity: 1.0;
}

.flex-control-paging li a {
	background: #8d8d8d;
	box-shadow: 0 0 2px rgba(160, 160, 160, 0.4) inset;
}

.flex-control-paging li a:hover {
	background: #e5aa57;
}

.flex-control-paging li a.flex-active {
	background: #C4A77F;
}

.slider-static .flex-control-paging li a {
	/* background: #8d8d8d; */
	/* box-shadow: 0 0 2px rgba(160, 160, 160, 0.4) inset; */
}

.slider-static .flex-control-paging li a:hover {
	background: #e5aa57;
}

.slider-static .flex-control-paging li a.flex-active {
	background: #EEEEEE;
}

.flex-control-thumbs {
	line-height: 1.0;
}

.flex-control-thumbs li {
	float: none;
    width: 10%;
	min-width: 120px;
	padding: 5px;
}

.flex-control-thumbs img {
	transition: all 0.5s ease 0s;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*
.flex-control-thumbs img:hover {
	box-shadow: 1px 1px 2px rgba(64, 64, 64, 0.7);
}
*/

/* FlexSlider Caption Animation */

.flexslider .slides li {
	position: relative;
}

.flexslider .slides .flex-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 30px;
	margin: 0;

	color: white;
	font-weight: 400;
	text-align: center;
	background-color: rgba(32, 32, 32, 0.5);
}

.slider-gallery .slides .flex-caption {
	padding: 10px 15px;
}

.gallery-series .slides .flex-caption {
	visibility: hidden;
	padding: 10px 15px;
}

.gallerySeriesPosition {
	height: 3px;
	background-color: #666666;

	--series-position: 0%;
}

.gallerySeriesPosition .positionIndicator {
	display: block;
	width: var(--series-position);
	height: 100%;
	background-color: #e5aa57;
}

.gallerySeriesCaption {
	color: #333333;
	background-color: #eaeaea;

	font-weight: 400;
	text-align: center;

	padding: 10px 20px;

	opacity: 0.0;

	-webkit-transition: all 0.5s ease-in-out 0.0s;
	-moz-transition: all 0.5s ease-in-out 0.0s;
	-ms-transition: all 0.5s ease-in-out 0.0s;
	-o-transition: all 0.5s ease-in-out 0.0s;
	transition: all 0.5s ease-in-out 0.0s;
}

.gallerySeriesCaption.active {
	opacity: 1.0;
}

.flexslider.slider-full-width .slides .flex-caption {
	left: 50%;
	margin-left: -585px;
	bottom: 30px;
	width: auto;
	padding-bottom: 0;
	text-align: initial;
	background-color: transparent;
}

.flexslider.slider-static .slides .flex-caption {
	opacity: 0;

	-webkit-transition: all 0.5s ease-in-out 0.7s;
	-moz-transition: all 0.5s ease-in-out 0.7s;
	-ms-transition: all 0.5s ease-in-out 0.7s;
	-o-transition: all 0.5s ease-in-out 0.7s;
	transition: all 0.5s ease-in-out 0.7s;
}

.flexslider.slider-static .slides .flex-caption .main {
	font-size: 25px;
}

.flexslider.slider-full-width .slides .flex-caption .main {
	display: inline-block;
	position: relative;
	top: 100px;

	background: rgba(66, 139, 202, 1.0);
	font-size: 25px;
	padding: 10px 15px;
	margin-bottom: 10px;

	opacity: 0;

	-webkit-transition: all 0.5s ease-in-out 1s;
	-moz-transition: all 0.5s ease-in-out 1s;
	-ms-transition: all 0.5s ease-in-out 1s;
	-o-transition: all 0.5s ease-in-out 1s;
	transition: all 0.5s ease-in-out 1s;
}

.flexslider.slider-static .slides .flex-caption .secondary {
	font-size: 16px;
}

.flexslider.slider-full-width .slides .flex-caption .secondary {
	display: inline-block;
	position: relative;
	top: 100px;

	background: rgba(141, 141, 141, 1.0);
	font-size: 18px;
	padding: 7px 15px;

	opacity: 0;

	-webkit-transition: all 0.5s ease-in-out 1.2s;
	-moz-transition: all 0.5s ease-in-out 1.2s;
	-ms-transition: all 0.5s ease-in-out 1.2s;
	-o-transition: all 0.5s ease-in-out 1.2s;
	transition: all 0.5s ease-in-out 1.2s;

}

.flexslider.slider-static .slides .flex-active-slide .flex-caption {
	opacity: 1.0;
}

.flexslider .slides .flex-active-slide .flex-caption .main {
	opacity: 1.0;
}

.flexslider.slider-full-width .slides .flex-active-slide .flex-caption .main {
	top: 0;
}

.flexslider .slides .flex-active-slide .flex-caption .secondary {
	opacity: 1.0;
}

.flexslider.slider-full-width .slides .flex-active-slide .flex-caption .secondary {
	top: 0;
}

/* FlexSlider Gallery Series generated by tag: .gallery-series */

/*
.gallery-series {
}
*/

/* Pretty Photo Gallery */

.pp_description {
	text-align: center;
	padding-top: 6px;
	padding-right: 60px;
}

/* Style attributes for responsive elements. */

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		left: 0;
		opacity: 0.1;
	}

	.flex-direction-nav .flex-next {
		right: 0;
		opacity: 0.1;
	}
}

@media screen and (max-width: 767px) {
	.social-link-group {
		display: none;
	}

	.flexslider .slides .flex-caption {
		/* top: -150px; */
	}

	.flexslider.slider-full-width .slides .flex-caption {
		left: 0;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.flexslider.slider-full-width .slides .flex-caption .main {
		font-size: 18px;
		padding: 3px 9px;
	}

	.flexslider.slider-full-width .slides .flex-caption .secondary {
		font-size: 14px;
		padding: 3px 9px;
	}

	.top-bar {
		min-height: 12px;
	}

	.top-bar > div {
		display: none;
	}

	#head-logo {
		max-height: 64px;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media screen and (min-width: 768px) {
	.row-align-bottom {
		display: flex;
		align-items: flex-end;
	}

	.row-align-bottom > div > p:last-child {
		margin-bottom: 0;
	}

	.flexslider .slides .flex-caption {
		/* top: -150px; */
	}

	.flexslider.slider-full-width .slides .flex-caption {
		margin-left: -375px;
		bottom: 20%;
	}

	.flexslider.slider-full-width .slides .flex-caption .main {
		font-size: 21px;
		padding: 3px 9px;
	}

	.flexslider.slider-full-width .slides .flex-caption .secondary {
		font-size: 16px;
		padding: 3px 9px;
	}

	#head-logo {
		max-height: 96px;
	}
}

@media screen and (min-width: 992px) {
	.flexslider .slides .flex-caption {
		/* top: -200px; */
	}

	.flexslider.slider-full-width .slides .flex-caption {
		margin-left: -485px;
		bottom: 25%;
	}

	.flexslider.slider-full-width .slides .flex-caption .main {
		font-size: 25px;
		padding: 7px 15px;
	}

	.flexslider.slider-full-width .slides .flex-caption .secondary {
		font-size: 18px;
		padding: 7px 15px;
	}

	#head-logo {
		max-height: none;
	}
}

@media screen and (min-width: 1200px) {
	.flexslider .slides .flex-caption {
		/* top: -250px; */
	}

	.flexslider.slider-full-width .slides .flex-caption {
		margin-left: -585px;
		bottom: 30%;
	}

	.flexslider.slider-full-width .slides .flex-caption .main {
		font-size: 25px;
		padding: 10px 15px;
	}
}
