@charset "utf-8";
/* CSS Document
Theme Name: GF-IT the Framework
Theme URI: http://www.gf-it-ch
Version: 1.0
Description: GF-IT-Theme
Author: Michael Ligabue
----------------------------------------
CSS Reset
----------------------------------------
normalize.css v2.1.2 | MIT License | git.io/normalize
----------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C""\201D""\2018""\2019";
}
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 {
	margin: 0;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
button,
input {
	line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Main Container
----------------------------------------
 - main wrapper
 - universal container
*/
html,
body {
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
}

body{
	font-family: sans-serif;
}

#main-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	color: rgb(80, 80, 80);
}

.center-cont {
	margin: 0 auto;
	max-width: 100%;
}

.clearfix {
	clear: both;
	float: none;
}

.alignleft {
	float: left;
}

/*Header
----------------------------------------
 - Site Switcher
 - Icons Widget Area
 - logo
 - Menu
*/
.site-header-wrapper {
	position: fixed;
	width: 100%;
	height: 45px;
	z-index: 2000;
}

.glob-background-image {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-color: rgb(230, 230, 230);
	background-size: cover;
	background-repeat: no-repeat;
	/*	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);*/
}

/* Logo
----------------------------*/
.header-logo {
	position: absolute;
	width: 160px;
	height: 146px;
	background-color: rgb(255, 255, 255);
	left: 50%;
	margin-left: -80px;
}

.header-logo:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 101px solid rgb(220, 220, 220);
	border-right: 15px solid transparent;
	left: 100%;
	margin-top: 45px;
}

.header-logo .header-logo-img {
	width: 140px;
	height: 126px;
	margin: 10px;
	float: left;
}
/* Site Switcher
----------------------------*/
.header-left-widget-area {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	left: 25px;
	max-height: 40px;
}

.header-left-widget-area .icon-widget {
	float: left;
	width: 100px;
	height: 93.75px;
	background-color: rgb(255, 255, 255);
	margin-right: 11px;
}

.header-left-widget-area .icon-widget:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 48.75px solid rgb(220, 220, 220);
	border-right: 10px solid transparent;
	margin-top: 45px;
	margin-left: 100px;
}

.header-left-widget-area .icon-widget .the-title {
	display: none;
}

.header-left-widget-area .icon-widget .the-icon {
	display: block;
	float: left;
	width: 80px;
	height: 73.75px;
	margin: 10px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.header-left-widget-area .textwidget,
.header-left-widget-area .header-left-widget h2 {
	display: none;
}

/* Header Icons
----------------------------*/
.header-right-widget-area {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	right: 100px;
	background-color: rgba(0, 0, 0, 0.25);
	padding: 0 25px;
}

.header-right-widget-area .icon-widget {
	float: left;
	height: 45px;
	width: 35px;
}

.header-right-widget-area .icon-widget .the-icon {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin: 10px 5px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.header-right-widget-area .icon-widget .the-title {
	display: none;
}

.header-right-widget-area .icon-widget:after {
	content: "";
	display: block;
	margin: 0 auto;
	height: 0;
	width: 0;
	margin-top: 40px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgb(255, 255, 255);
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.header-right-widget-area .icon-widget:hover:after {
	opacity: 1;
}

.header-right-widget-area .icon-widget .the-inner-html {
	position: absolute;
	padding: 0 20px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	min-width: 90%;
	white-space: nowrap;
	background-color: rgb(255, 255, 255);
	color: rgb(100, 100, 100);
	font-size: 10pt;
	right: 0;
	margin-top: 45px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.header-right-widget-area .icon-widget:hover .the-inner-html {
	padding: 20px;
	max-height: 350px;
	opacity: 1;
}

.header-right-widget-area .icon-widget .the-inner-html strong {
	text-transform: uppercase;
}

/* Header Menu
----------------------------*/
/*Main Container*/
.main-navigation {
	position: fixed;
	top: 45px;
	right: -300px;
	background-color: rgb(255, 255, 255);
	height: 100%;
	width: 300px;
	box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.3);
}

/*Icon*/
.main-navigation .menu-icon-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	width: 75px;
	height: 45px;
	background-color: rgba(0, 0, 0, 0.25);
	padding-left: 25px;
	cursor: pointer;
}

.main-navigation .menu-icon-wrapper .menu-icon {
	position: absolute;
	width: 30px;
	height: 3px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	margin-top: 21.5px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.main-navigation .menu-icon-wrapper .menu-icon:before {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	margin-top: -10px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.main-navigation .menu-icon-wrapper .menu-icon:after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 3px;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	margin-top: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.main-navigation .active-menu-icon-wrapper .menu-icon {
	width: 0;
	margin-left: 15px;
}

.main-navigation .active-menu-icon-wrapper .menu-icon:before {
	margin-top: 0;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	margin-left: -15px;
}

.main-navigation .active-menu-icon-wrapper .menu-icon:after {
	margin-top: 0;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	margin-left: -15px;
}
*/

/*Search Form*/
.main-navigation .search-form-container {
	width: 100%;
	height: 50px;
}

.main-navigation .search-form-container #searchfield {
	display: block;
	width: 100%;
	padding: 15px 25px;
	border: none;
	background-color: rgba(0, 0, 0, 0.25);
	color: rgb(255, 255, 255);
}

.main-navigation .search-form-container #searchsubmit {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 10px;
	border: none;
	margin-top: 10px;
	background-image: url(img/search-icon-white.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*Navigation*/
.main-navigation .menu {
	padding: 25px 0;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
	list-style-type: none;
}

.main-navigation .menu li {
	padding: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.main-navigation .menu li a {
	display: block;
	padding: 5px 15px;
	color: rgb(40, 40, 40);
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.main-navigation .menu li a:hover,
.main-navigation .menu .current-menu-item a,
.main-navigation .menu .current-menu-item .sub-menu li a:hover {
}

.main-navigation .menu .current-menu-item .sub-menu li a {
	color: rgb(40, 40, 40);
}

.main-navigation .menu li a:after {
	content: "";
	display: block;
	float: right;
	margin-left: 10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent !important;
	border-bottom: 10px solid transparent !important;
	border-right: 10px solid rgb(180, 7, 35);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.main-navigation .menu li .sub-menu {
	display: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: rgb(220, 220, 220);
}

.main-navigation .menu .current-menu-item .sub-menu,
.main-navigation .menu .current-menu-ancestor .sub-menu {
	display: block;
}

.main-navigation .menu li .sub-menu li .sub-menu {
	padding: 0;
	margin: 0;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.main-navigation .menu li .sub-menu .current-menu-ancestor,
.main-navigation .menu li .sub-menu .current-menu-item {
	background-color: rgb(220, 220, 220);
}

.main-navigation .menu li .sub-menu .current-menu-ancestor .sub-menu,
.main-navigation .menu li .sub-menu .current-menu-item .sub-menu {
	margin: 0;
	max-height: 200px;
}

.main-navigation .menu li .sub-menu li a {
	padding: 5px 25px;
}

.main-navigation .menu li .sub-menu li .sub-menu li a {
	padding: 5px 55px 5px 15px;
}

.main-navigation .menu li .sub-menu li .sub-menu li a:after {
	display: none;
}

/*opening times*/
.main-navigation .opening-time-title {
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.main-navigation .opening-time-title h1 {
	display: block;
	padding: 15px 25px;
	margin: 0;
	font-size: 12pt;
	line-height: none;
	font-weight: normal;
	background-color: rgba(0, 0, 0, 0.25);
}

.main-navigation .opening-time-text {
	padding: 15px 25px;
	font-size: 12pt;
}

/*logo*/
.menu-sidebar-logo {
	display: block;
	width: 100%;
	height: 125px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

/*Content
----------------------------------------
 - page
 - Metro page
 - 404
 - search
*/
.content-main-wrapper {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 225px;
}

/*Metro Page*/
.page-inner-metro-page {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 75px;
}

/*Page*/
.page-inner {
	display: block;
	position: relative;
	width: 1350px;
	background-color: rgb(255, 255, 255);
	padding-bottom: 75px;
	min-height: 450px;
}

.page-inner header {
	width: 1150px;
}

.page-inner header h1 {
	display: block;
	margin: 0;
	padding: 12px 0 12px 275px;
	background-color: rgba(0, 0, 0, 0.25);
	color: rgb(255, 255, 255);
	font-size: 18pt;
	font-weight: normal;
	text-transform: uppercase;
}

.page-inner .entry-content {
	display: inline-block;
	float: left;
	margin-left: 250px;
	padding: 25px 50px;
	width: 650px;
	margin-right: -4px;
	vertical-align: top;
}

.page-inner .entry-content iframe {
	max-width: 100%;
}

.page-inner .entry-content h2 {
	font-weight: normal;
	border-bottom: 1px solid rgb(220, 220, 220);
}

.page-inner .entry-content ul {
	list-style-type: square;
}

.page-inner .entry-content img {
	margin: 10px 10px 10px 0;
	border: none !important;
}

.page-inner .entry-content .wp-caption-text {
	font-size: 10pt;
	color: rgb(100, 100, 100);
}

/*search / archives*/
.page-inner .entry-content article a,
.page-inner .entry-content a {
	text-decoration: none;
}

.page-inner .entry-content article a:hover,
.page-inner .entry-content a:hover {
	text-decoration: underline;
}

.page-inner .entry-content article footer {
	border-top: 1px solid rgb(220, 220, 220);
	padding: 10px;
	font-size: 10pt;
	color: rgb(120, 120, 120);
}

/*Sidebar*/
.page-inner .right-sidebar {
	display: block;
	position: absolute;
	height: 100%;
	width: 350px;
	margin-right: -4px;
	margin-top: -73px;
	padding-top: 20px;
	vertical-align: top;
	margin-left: 1000px;
}

.page-inner .right-sidebar:before {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	width: 50px;
	height: 53px;
}

.page-inner .right-sidebar:after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 73px;
	width: 0;
	height: 0;
	border-right: 50px solid transparent !important;
	border-top: 23px solid rgb(180, 7, 35);
}

.page-inner .right-sidebar h2:before {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	margin-top: -16px;
	width: 50px;
	height: 53px;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 100;
}

.page-inner .right-sidebar h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	top: 73px;
	width: 0;
	height: 0;
	border-right: 50px solid transparent;
	border-top: 23px solid rgba(0, 0, 0, 0.4);
	z-index: 100;
}

.page-inner .right-sidebar h2 {
	margin: 0;
	padding: 16px 25px 15px 25px;
	background-color: rgba(0, 0, 0, 0.25);
	color: rgb(255, 255, 255);
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
}

.page-inner .right-sidebar .textwidget {
	padding: 0 25px;
	color: rgb(255, 255, 255);
}

.page-inner .right-sidebar .textwidget a {
	color: rgb(255, 255, 255);
}

.page-inner .right-sidebar .textwidget a:hover {
	text-decoration: none;
}

.page-inner .right-sidebar .icon-widget {
	overflow: hidden;
	width: 100%;
	background-color: rgb(255, 255, 255);
	padding: 20px 0;
	margin-top: 50px;
}

.page-inner .right-sidebar .icon-widget .the-icon {
	display: block;
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

.gallery img {
	max-width: 95%;
	height: auto;
}

/*Article Image*/
.page-inner .article-image {
	position: absolute;
	height: calc(100% - 53px);
	width: 250px;
	background-size: auto 450px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: rgb(230, 230, 230);
	margin-bottom: -1px;
}

/*Forms*/
.form-wrapper {
	display: flex;
}

.form-wrapper .form-col,
.form-wrapper .form-col-radio {
	flex: 1;
	margin-right: -4px;
	padding: 5px 0;
	max-width: 100%;
	vertical-align: middle;
}

.form-wrapper .form-col:first-child {
	width: 200px;
	max-width: 100%;
	margin-right: 15px;
	flex: 0 1 auto;
}

.form-wrapper .form-col label {
	display: block;
	cursor: pointer;
}

.form-wrapper .form-col .wpcf7-list-item {
	margin: 0;
	padding: 0;
}

.form-wrapper .form-col .wpcf7-list-item .wpcf7-list-item-label {
	padding: 0 0 0 10px;
}

.form-wrapper .form-col .wpcf7-list-item input[type="radio"] {
	margin: 4px 0 0 0;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="date"],
.form-wrapper input[type="number"],
.form-wrapper input[type="email"],
.form-wrapper select,
.form-wrapper textarea {
	box-sizing: border-box;
	font-family: inherit;
	border: 1px solid rgb(200, 200, 200);
	box-shadow: none;
	outline: none;
	margin: 2px 0;
	padding: 5px 5px;
	border-radius: 2px;
	width: 100%;
	max-width: 100%;
}

.form-wrapper input[type="submit"] {
	display: block;
	position: relative;
	padding: 10px;
	border: none;
	outline: none;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	background-color: rgb(100, 100, 100);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	text-align: center;
}

.form-wrapper input[type="submit"]:hover {
	background-color: rgb(30, 30, 30);
}

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

	.entry-content form{
		margin-top: 3em;
	}

	.form-wrapper {
		display: block;
	}
}

/*Widget Area for news*/
.news-widget-area {
	position: fixed;
	top: 200px;
	left: 0;
	z-index: 1990;
}

.news-widget-area .gfitfw-archive-widget-item-cont {
	margin: 5px 0;
	position: relative;
	height: 60px;
}

.news-widget-area .gfitfw-archive-widget-item-cont a {
	display: block;
	position: absolute;
	padding: 18px 15px 20px 15px;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	height: 12px;
	width: 0;
	line-height: none;
	font-size: 12px;
	border-radius: 0 0 10px 0;
}

.news-widget-area .gfitfw-archive-widget-item-cont a div {
	overflow: hidden;
	white-space: nowrap;
}

.news-widget-area .gfitfw-archive-widget-item-cont a:after {
	display: block;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent !important;
	border-top: 5px solid transparent !important;
	border-left: 10px solid rgba(255, 255, 255, 1) !important;
	top: 50%;
	margin-top: -5px;
	right: 5px;
}

/*Footer
----------------------------------------
 - Footer Menu
 - Lussi Tavola AG
  - Header
  	- Title
  	- Navigation
  - Widgets
*/
.site-footer-wrapper {
	background-color: rgb(255, 255, 255);
}

/* Navigation
----------------------------*/
.footer-navigation {
	width: 100%;
	background-color: rgb(40, 40, 40);
	text-align: center;
}

.footer-navigation .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-navigation .menu li {
	display: inline-block;
	padding: 20px 0;
	margin-right: -4px;
}

.footer-navigation .menu li a {
	display: block;
	color: rgb(255, 255, 255);
	text-decoration: none;
	line-height: 70%;
	border-right: 1px solid rgb(255, 255, 255);
	padding: 0 10px;
}

.footer-navigation .menu li a:hover {
	text-decoration: underline;
}

.footer-navigation .menu li:last-of-type a {
	border: none;
}
/* Footer Header
----------------------------*/
/*Main Container*/
.footer-header {
	width: 100%;
	height: 50px;
	background-color: rgb(211, 97, 73);
}

/*Title*/
.footer-header .footer-header-title {
	margin-left: 50px;
	float: left;
}

.footer-header .footer-header-title h1 {
	margin: 0;
	padding: 13px 0 0 0;
	color: rgb(255, 255, 255);
	font-weight: normal;
	line-height: none;
	height: 37px;
	font-size: 16pt;
}

.footer-header .footer-header-title:before {
	content: "";
	display: block;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 7px solid rgb(211, 97, 73);
	margin-top: -7px;
}

.footer-header .footer-header-title:after {
	content: "";
	display: block;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 7px solid rgb(255, 255, 255);
	margin-top: -6px;
}

/*Navigation*/
.footer-header .footer-header-navigation {
	float: right;
	margin-right: 50px;
}

.footer-header .footer-header-navigation .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-header .footer-header-navigation .menu li {
	display: inline-block;
	margin-right: -4px;
	padding: 20px 0 0 0;
}

.footer-header .footer-header-navigation .menu li a {
	display: block;
	line-height: 70%;
	padding: 0 5px;
	border-right: 1px solid rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.footer-header .footer-header-navigation .menu li:last-of-type a {
	border-right: none;
}

.footer-header .footer-header-navigation .menu li a:hover {
	text-decoration: underline;
}

/* Footer Widgets
----------------------------*/
.footer-widget-areas-main-wrapper {
	padding: 0 50px;
}

.footer-widget-area {
	display: inline-block;
	margin-right: -5px;
	vertical-align: top;
	min-width: 300px;
	margin-top: 50px;
}

.widget-areas-amount-2 .footer-widget-area {
	width: 50%;
}

.widget-areas-amount-3 .footer-widget-area {
	width: 33.33333333333%;
}

.widget-areas-amount-4 .footer-widget-area {
	width: 25%;
}

.footer-widget-area-1-widget,
.footer-widget-area-2-widget,
.footer-widget-area-3-widget,
.footer-widget-area-4-widget {
	padding: 0 10px;
	text-align: left;
}

.footer-widget-area h2 {
	display: block;
	font-weight: normal;
	line-height: none;
	padding: 0;
	margin: 0 0 -15px 0;
	font-size: 12pt;
}

.footer-widget-area-1-widget h2,
.footer-widget-area-1-widget a,
.footer-widget-area-1-widget strong {
	color: rgb(220, 30, 45);
	font-weight: normal;
}

.footer-widget-area-2-widget h2,
.footer-widget-area-2-widget a,
.footer-widget-area-2-widget strong {
	color: rgb(18, 67, 149);
	font-weight: normal;
}

.footer-widget-area-3-widget h2,
.footer-widget-area-3-widget a,
.footer-widget-area-3-widget strong {
	color: rgb(226, 185, 0);
	font-weight: normal;
}

.footer-widget-area-4-widget h2,
.footer-widget-area-4-widget a,
.footer-widget-area-4-widget strong {
	color: rgb(0, 134, 119);
	font-weight: normal;
}

.footer-widget-area-1-widget a:hover,
.footer-widget-area-2-widget a:hover,
.footer-widget-area-3-widget a:hover,
.footer-widget-area-4-widget a:hover {
	text-decoration: none;
}

/* Footer Copyright
----------------------------*/
.footer-copyright {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	border-top: 1px dashed rgb(40, 40, 40);
	margin-top: 50px;
	padding-top: 10px;
	font-size: 8pt;
	padding-bottom: 25px;
}

/*Metro Menü
----------------------------------------
*/
.metro-inner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.metro-main-container {
	display: inline-block;
	margin: 10px 12px;
	padding: 0;
	width: 300px;
	height: 245px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.metro-main-container p {
	position: absolute;
	display: block;
	margin: 0;
	padding: 15px 0;
	line-height: none;
	font-size: 15px;
	color: rgb(40, 40, 40);
	z-index: 1000;
	background-color: rgb(255, 255, 255);
	text-transform: uppercase;
	z-index: 1950;
}

.metro-item-container,
.metro-item-container:link,
.metro-item-container:visited,
.metro-item-container:link:visited {
	text-decoration: none !important;
	border: none !important;
	outline: none !important;
}

.metro-item-full,
.metro-item-half,
.metro-item-quarter {
	overflow: hidden;
}

.metro-item-full img,
.metro-item-half img,
.metro-item-quarter img {
	position: relative;
	display: block;
	margin-bottom: 0;
	height: 100%;
	width: 100%;
}
/*individual*/
.metro-item-full {
	width: 300px;
	height: 245px;
	overflow: hidden;
}

.metro-item-full p {
	margin-top: -48px;
	width: 300px;
}

.metro-item-half,
.metro-item-quarter-row {
	width: 245px;
	height: 117.5px;
	margin-bottom: 10px;
	margin-top: 0;
}

.metro-item-half p {
	margin-top: 87.5px;
	width: 245px;
}

.metro-item-quarter {
	display: block;
	float: left;
	width: 115.5px;
	margin-right: 10px;
	height: 117.5px;
}

.metro-item-quarter-row a:last-of-type .metro-item-quarter {
	margin-right: 0px;
}

.metro-item-quarter p {
	margin-top: 87.5px;
	width: 117.5px;
}

/*effects*/
.metro-item-full p,
.metro-item-half p,
.metro-item-quarter p {
	transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
}

.metro-item-full:hover p,
.metro-item-half:hover p,
.metro-item-quarter:hover p {
}

/*Responsive
----------------------------------------
 - 1554px
 - 1325px
 - 1095px
 - 670px
 - 450px
*/
@media only screen and (max-width: 1555px) {
}
@media only screen and (max-width: 1325px) {
	/* Site Switcher
	----------------------------*/
	.header-left-widget-area .icon-widget {
		width: 90px;
		height: 84.375px;
		margin-right: 14px;
	}

	.header-left-widget-area .icon-widget:after {
		border-top: 34.375px solid rgb(220, 220, 220);
		border-right: 13px solid transparent;
		margin-top: 50px;
		margin-left: 90px;
	}

	.header-left-widget-area .icon-widget .the-icon {
		width: 70px;
		height: 64.375px;
		margin: 10px;
	}
	/* Footer
	----------------------------*/
	.widget-areas-amount-4 .footer-widget-area {
		width: 50%;
	}
	/* Content
	----------------------------*/
	/*Page*/
	.page-inner {
		width: 1000px;
		background-color: rgb(255, 255, 255);
	}

	.page-inner header {
		width: 650px;
	}

	.page-inner header h1 {
		padding: 12px 0 12px 25px;
	}

	.page-inner .entry-content {
		margin-left: 0;
		width: 550px;
	}
	/*Sidebar*/
	.page-inner .right-sidebar {
		margin-left: 650px;
	}

	.page-inner .article-image {
		display: none;
	}
}
@media only screen and (max-width: 1095px) {
	/* Header
	----------------------------*/
	.site-header-wrapper {
		height: 100px;
	}
	/* Right Widget Area*/
	.header-right-widget-area {
		display: block;
		width: calc(100% - 50px);
		right: 0;
		padding: 0 25px;
	}

	.header-right-widget-area .icon-widget .the-inner-html {
		position: absolute;
		padding: 0 20px;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		width: calc(100% - 40px);
		white-space: nowrap;
		background-color: rgb(255, 255, 255);
		color: rgb(40, 40, 40);
		left: 0;
		margin-top: 50px;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		border-radius: 0 0 5px 5px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	}

	.header-right-widget-area .icon-widget .the-inner-html iframe {
		display: block;
		position: relative;
		margin: 0 auto;
		max-width: calc(100% - 40px);
	}
	/*Navigation*/
	.main-navigation {
		z-index: 20000;
	}

	.main-navigation .menu-icon-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		width: 75px;
		height: 50px;
		background-color: rgba(0, 0, 0, 0);
	}
	/* Site Switcher */
	.header-left-widget-area {
		display: block;
		top: 48px;
		width: 100%;
		min-height: 40px;
		max-height: none;
		left: 0;
		cursor: pointer;
	}

	.header-left-widget-area:after {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 53px;
		height: 0;
		width: 0;
		border-top: 10px solid rgb(255, 255, 255);
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}

	.header-left-widget-area-active:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}

	.header-left-widget-area .header-left-widget {
		width: 100%;
		height: 100%;
	}

	.header-left-widget-area .icon-widget {
		float: none;
		width: 100%;
		height: 0;
		margin-right: 0;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		overflow: hidden;
		background-color: transparent;
	}

	.header-left-widget-area .icon-widget .the-title,
	.header-left-widget-area .header-left-widget h2 {
		margin: 0;
		font-weight: normal;
		font-size: 12pt;
		display: block;
		color: rgb(255, 255, 255);
		padding: 15px 25px;
	}

	.header-left-widget-area .icon-widget:after {
		display: none;
	}

	.header-left-widget-area .icon-widget .the-icon {
		display: none;
	}

	.header-logo {
		position: absolute;
		width: 100%;
		height: 80px;
		background-color: rgb(255, 255, 255);
		top: 90px;
		left: 0;
		margin-left: 0;
		text-align: center;
	}

	.header-logo:after {
		display: none;
	}

	.header-logo a {
		display: inline-block;
	}

	.header-logo .header-logo-img {
		position: relative;
		width: auto;
		height: 70px;
		margin: 5px;
	}

	/*Page*/
	.page-inner {
		display: block;
		position: relative;
		width: 100%;
		background-color: rgb(255, 255, 255);
		padding-bottom: 75px;
		min-height: 450px;
		overflow: hidden;
	}

	.page-inner header {
		width: 100%;
	}

	.page-inner header h1 {
		padding: 12px 0 12px 25px;
	}

	.page-inner .entry-content {
		display: inline-block;
		float: left;
		margin-left: 0;
		padding: 0 25px;
		width: auto;
		margin-right: -4px;
		vertical-align: top;
	}

	/*Sidebar*/
	.page-inner .right-sidebar {
		display: none;
	}
}
@media only screen and (max-width: 670px) {
	/*Menu Main Container
	----------------------------------------
	*/
	.main-navigation .opening-time-wrapper,
	.header-logo {
		display: none;
	}

	.content-main-wrapper {
		padding-top: 175px;
		font-size: 10pt;
	}
	/*Metro Menü
	----------------------------------------
	*/
	.metro-main-container {
		display: inline-block;
		margin: 5px 6px;
		padding: 0;
		width: 150px;
		height: 122.5px;
		overflow: hidden;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	}

	.metro-main-container p {
		position: absolute;
		display: block;
		margin: 0;
		padding: 10px 0;
		line-height: none;
		font-size: 12px;
		color: rgb(40, 40, 40);
		z-index: 1000;
		background-color: rgb(255, 255, 255);
		text-transform: uppercase;
		z-index: 1950;
	}
	/*individual*/
	.metro-item-full {
		width: 150px;
		height: 122.5px;
		overflow: hidden;
	}

	.metro-item-full p {
		margin-top: -34px;
		width: 150px;
	}
	/* Footer Header
	----------------------------*/
	/*Icon*/
	.footer-header .footer-header-navigation .menu-icon-wrapper {
		position: absolute;
		width: 75px;
		height: 50px;
	}

	.footer-header .footer-header-navigation .menu-icon-wrapper .menu-icon {
		position: absolute;
		width: 30px;
		height: 3px;
		border-radius: 5px;
		background-color: rgb(255, 255, 255);
		margin-top: 23px;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}

	.footer-header .footer-header-navigation .menu-icon-wrapper .menu-icon:before {
		content: "";
		display: block;
		position: absolute;
		width: 30px;
		height: 3px;
		border-radius: 5px;
		background-color: rgb(255, 255, 255);
		margin-top: -10px;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}

	.footer-header .footer-header-navigation .menu-icon-wrapper .menu-icon:after {
		content: "";
		display: block;
		position: absolute;
		width: 30px;
		height: 3px;
		border-radius: 5px;
		background-color: rgb(255, 255, 255);
		margin-top: 10px;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}

	.footer-header .footer-header-navigation:hover .menu-icon {
		width: 0;
		margin-left: 15px;
	}

	.footer-header .footer-header-navigation:hover .menu-icon:before {
		margin-top: 0;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		margin-left: -15px;
	}

	.footer-header .footer-header-navigation:hover .menu-icon:after {
		margin-top: 0;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		margin-left: -15px;
	}

	/*Navigation*/
	.footer-header .footer-header-navigation {
		float: right;
		margin-right: 75px;
		position: relative;
	}

	.footer-header .footer-header-navigation .menu {
		display: block;
		position: absolute;
		background-color: rgb(211, 97, 73);
		top: 50px;
		right: -75px;
		overflow: hidden;
	}

	.footer-header .footer-header-navigation .menu li {
		display: block;
		margin-right: 0;
		padding: 0px 0;
		width: 300px;
		max-height: 0;
		overflow: hidden;
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}

	.footer-header .footer-header-navigation:hover .menu li {
		padding: 13px 0;
		max-height: 25px;
	}

	.footer-header .footer-header-navigation .menu li a {
		border-right: none;
		color: rgba(255, 255, 255, 0);
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
	}

	.footer-header .footer-header-navigation:hover .menu li a {
		color: rgba(255, 255, 255, 1);
	}
}
@media only screen and (max-width: 450px) {
	/* Header Icons
	----------------------------*/
	.header-right-widget-area .icon-widget {
		height: 50px;
		width: 30px;
	}

	.header-right-widget-area .icon-widget .the-icon {
		width: 20px;
		height: 30px;
		margin: 10px 5px;
		background-size: 100% auto;
	}
}
