@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: .67em 0
}

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

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

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: .35em .625em .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
}
/**
Wordpress Default Tiny MCE Formats
----------------------------------------
----------------------------------------
*/
div, section, article, header, footer, nav {
	display: block;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

* {
	outline: none;
}

.gfitfw-theme-clearfix {
	float: none;
	clear: both;
}
/**
Wordpress Default Tiny MCE Formats
----------------------------------------
----------------------------------------
*/
.gfitfw-entry-content img {
	margin: 0 0 0 0;
}

.alignleft {
	display: inline-block;
	float: left;
	vertical-align: text-top;
	margin: 0 16px 20px 0;
}

.gfitfw-entry-content .alignright, .gfitfw-entry-content img.alignright
	{
	display: inline-block;
	margin: 0 0 6px 6px;
	float: right;
}

.gfitfw-entry-content .aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}

.gfitfw-entry-content .alignnone {
	display: inline-block;
	float: none;
	clear: both;
	margin: 0 6px 6px 0;
}
/*
Gallery
----------------------------------------
 */
.gallery img {
	border: none !important;
	width: auto;
	height: auto;
	max-width: 100%;
	box-shadow: 0 6px 8px rgba(30, 30, 30, .4);
	-webkit-box-shadow: 0 6px 8px rgba(30, 30, 30, .4);
	-moz-box-shadow: 0 6px 8px rgba(30, 30, 30, .4);
	-o-box-shadow: 0 6px 8px rgba(30, 30, 30, .4);
}
/**
Theme Errors
----------------------------------------
----------------------------------------
*/
.gfitfw_theme_page_error {
	display: block;
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgb(255, 255, 255);
}

.gfitfw_theme_page_error h1 {
	width: 450px;
	padding: 15px 25px;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
	font-weight: normal;
	color: rgb(70, 70, 70);
	border-bottom: 1px solid rgb(200, 200, 200);
	font-size: 18pt;
}

.gfitfw_theme_page_error p {
	width: 500px;
	margin: 0 auto;
	padding: 5px 0;
	color: rgb(100, 100, 100);
	font-size: 10pt;
}
/**
Loading Icons
----------------------------------------
----------------------------------------
*/
.gfitfw-theme-loadingicon-simple {
	display: none;
	margin: 0 auto;
	width: 57px;
	height: 40px;
}

.gfitfw-theme-loadingicon-simple .gfitfw-theme-loadingicon-simple-element
	{
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #343434;
	top: 20px;
	border-radius: 4px;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-play-state: running;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	border: none;
}

.gfitfw-theme-loadingicon-simple .gfitfw-theme-loadingicon-simple-element:nth-of-type(1)
	{
	left: 10px;
	animation-name: GFITFWLoadingIconSimpleOne;
}

.gfitfw-theme-loadingicon-simple .gfitfw-theme-loadingicon-simple-element:nth-of-type(2)
	{
	left: 25px;
	animation-name: GFITFWLoadingIconSimpleTwo;
}

.gfitfw-theme-loadingicon-simple .gfitfw-theme-loadingicon-simple-element:nth-of-type(3)
	{
	left: 40px;
	animation-name: GFITFWLoadingIconSimpleThree;
}

@
keyframes GFITFWLoadingIconSimpleOne { 25%{
	top: 10px;
}

50%{
top
:
 
20
px
;

	
}
}
@
keyframes GFITFWLoadingIconSimpleTwo { 25%{
	top: 20px;
}

50%{
top
:
 
10
px
;

	
}
75%{
top
:
 
20
px
;

	
}
}
@
keyframes GFITFWLoadingIconSimpleThree { 50%{
	top: 20px;
}

75%{
top
:
 
10
px
;

	
}
100%{
top
:
 
20
px
;

	
}
}
/**
Slideshow
----------------------------------------
----------------------------------------
*/
/**
Main container
----------------------------------------
*/
.gfitfw-slideshow-wrapper {
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
}

.gfitfw-slideshow-wrapper .gfitfw-slideshow-navigation-wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 100;
}

.gfitfw-slideshow-wrapper .gfitfw-slideshow-slides {
	width: 100%;
	overflow: hidden;
	background-color: rgb(45, 45, 45);
}

.gfitfw-slideshow-wrapper button {
	display: block;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/**
Navigation
----------------------------------------
*/
.gfitfw-slideshow-hover-navigation .gfitfw-slideshow-navigation-wrapper .gfitfw-slideshow-navigation-arrow-left,
	.gfitfw-slideshow-hover-navigation .gfitfw-slideshow-navigation-wrapper .gfitfw-slideshow-navigation-arrow-right
	{
	opacity: 0;
	transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
}

.gfitfw-slideshow-hover-navigation .gfitfw-slideshow-navigation-wrapper:hover .gfitfw-slideshow-navigation-arrow-left,
	.gfitfw-slideshow-hover-navigation .gfitfw-slideshow-navigation-wrapper:hover .gfitfw-slideshow-navigation-arrow-right
	{
	opacity: 1;
}
/**
Arrows
*/
.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-wrapper {
	position: static;
	width: 100%;
	height: 0;
}

.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-wrapper .gfitfw-slideshow-navigation-arrow-left,
	.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-wrapper .gfitfw-slideshow-navigation-arrow-right
	{
	position: absolute;
	width: 40px;
	height: 40px;
	padding: 0;
	top: 50%;
	margin-top: -20px;
	border: none;
	border-left: 2px solid rgba(225, 225, 225, .7);
	border-bottom: 2px solid rgba(225, 225, 225, .7);
	border-radius: 0 0 0 5px;
	background-color: transparent;
}

.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-wrapper .gfitfw-slideshow-navigation-arrow-left
	{
	left: 25px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-wrapper .gfitfw-slideshow-navigation-arrow-right
	{
	right: 25px;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
}
/**
Bullets
*/
.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-wrapper .gfitfw-slideshow-navigation-bullet-wrapper
	{
	position: absolute;
	width: 100%;
	height: 50px;
	top: 100%;
	left: 0;
	margin-top: -30px;
	text-align: center;
}

.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-wrapper .gfitfw-slideshow-navigation-bullet-wrapper .gfitfw-slideshow-navigation-bullet
	{
	display: inline-block;
	width: 7px;
	height: 7px;
	padding: 0;
	margin: 0 2px 0 6px;
	border-radius: 6px;
	border: none;
	background-color: rgb(30, 30, 30);
	box-shadow: 0px 0px 3px 0px rgba(30, 30, 30, .5);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(30, 30, 30, .5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(30, 30, 30, .5);
	-o-box-shadow: 0px 0px 3px 0px rgba(30, 30, 30, .5);
}

.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-wrapper .gfitfw-slideshow-navigation-bullet-wrapper .gfitfw-slideshow-navigation-actv-bullet
	{
	background-color: rgb(255, 255, 255);
}
/**
Thumbnails
*/
.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-thumbnail-wrapper
	{
	text-align: center;
	padding: 5px 0;
}

.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-thumbnail-wrapper .gfitfw-slideshow-navigation-thumbnail
	{
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 5px 1px 5px 5px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	opacity: .7;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
}

.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-thumbnail-wrapper .gfitfw-slideshow-navigation-actv-thumbnail
	{
	opacity: 1;
}
/**
Autoplay 
*/
.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-autoplay {
	position: absolute;
	width: 40px;
	height: 40px;
	padding: 0;
	top: 15px;
	right: 15px;
	border: none;
	background-color: transparent;
}

.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-wrapper .gfitfw-slideshow-navigation-pause:after
	{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -5px;
	border-left: 10px solid rgb(255, 255, 255);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.gfitfw-slideshow-layout-1 .gfitfw-slideshow-navigation-wrapper .gfitfw-slideshow-navigation-play:after
	{
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -5px;
	border-left: 10px double rgb(255, 255, 255);
}
/**
Content
----------------------------------------
*/
.gfitfw-slideshow-wrapper .gfitfw-slideshow-slides .gfitfw-slideshow-slide
	{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

.gfitfw-slideshow-wrapper .gfitfw-slideshow-slides .gfitfw-slideshow-actv-slide
	{
	display: block;
}
/**
Images
*/
.gfitfw-slideshow-wrapper .gfitfw-slideshow-slides .gfitfw-slideshow-slide .gfitfw-slideshow-slide-img
	{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
/**
Title
*/
.gfitfw-slideshow-wrapper .gfitfw-slideshow-slides .gfitfw-slideshow-slide .gfitfw-slideshow-slide-title
	{
	width: 450px;
	height: 45px;
	left: 0;
	top: 50%;
	margin-top: -22.5px;
	padding: 15px 23px;
	background-color: rgba(30, 30, 30, .7);
}

.gfitfw-slideshow-wrapper .gfitfw-slideshow-slides .gfitfw-slideshow-slide .gfitfw-slideshow-slide-title h3
	{
	margin: 0;
	padding: 0;
	color: rgb(255, 255, 255);
	font-weight: normal;
	font-size: 14px;
}
/**
Text
*/
.gfitfw-slideshow-wrapper .gfitfw-slideshow-slides .gfitfw-slideshow-slide  .gfitfw-slideshow-slide-text
	{
	width: 250px;
	padding: 15px;
	left: 50px;
	margin-top: 15px;
	background-color: rgba(255, 255, 255, 1);
	font-size: 12px;
}
/**
Lightbox
----------------------------------------
----------------------------------------
*/
#gfitfw-lightbox-wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	text-align: center;
	z-index: 10000;
}
/**
Image Container
----------------------------------------
*/
#gfitfw-lightbox-wrapper .gfitfw-lightbox-img-cont {
	display: inline-block;
	padding: 50px 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#gfitfw-lightbox-wrapper .gfitfw-lightbox-img-cont img {
	display: none;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}
/**
Title Container
----------------------------------------
*/
#gfitfw-lightbox-wrapper .gfitfw-lightbox-title {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px 25px;
	z-index: 100;
}

#gfitfw-lightbox-wrapper .gfitfw-lightbox-title h3 {
	margin: 0;
	padding: 0;
	color: rgb(255, 255, 255);
	font-size: 10pt;
	font-weight: normal;
}
/**
Closing Button
----------------------------------------
*/
#gfitfw-lightbox-wrapper .gfitfw-lightbox-close {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	z-index: 100;
}

#gfitfw-lightbox-wrapper .gfitfw-lightbox-close:after {
	display: block;
	position: absolute;
	content: '';
	height: 3px;
	width: 30px;
	background-color: rgb(225, 225, 225);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-radius: 5px;
}

#gfitfw-lightbox-wrapper .gfitfw-lightbox-close:before {
	display: block;
	position: absolute;
	content: '';
	height: 3px;
	width: 30px;
	background-color: rgb(225, 225, 225);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	border-radius: 5px;
}
/**
Arrows
----------------------------------------
*/
#gfitfw-lightbox-wrapper .gfitfw-lightbox-navigation {
	width: 100%;
}

#gfitfw-lightbox-wrapper .gfitfw-lightbox-next, #gfitfw-lightbox-wrapper .gfitfw-lightbox-prev
	{
	position: fixed;
	height: 100%;
	width: 50%;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 50;
	opacity: 0;
	background-color: transparent;
	border: none;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}

#gfitfw-lightbox-wrapper .gfitfw-lightbox-next {
	right: 0;
	left: auto;
}

#gfitfw-lightbox-wrapper .gfitfw-lightbox-next:hover,
	#gfitfw-lightbox-wrapper .gfitfw-lightbox-prev:hover {
	opacity: 1;
}

#gfitfw-lightbox-wrapper .gfitfw-lightbox-next:before {
	display: block;
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	top: 50%;
	right: 25px;
	margin-top: -22px;
	border-top: 2px solid rgb(200, 200, 200);
	border-right: 2px solid rgb(200, 200, 200);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

#gfitfw-lightbox-wrapper .gfitfw-lightbox-prev:before {
	display: block;
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	top: 50%;
	left: 25px;
	margin-top: -22px;
	border-top: 2px solid rgb(200, 200, 200);
	border-right: 2px solid rgb(200, 200, 200);
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
}
/**
 * Image Number Container
 * -------------------------------
 */
#gfitfw-lightbox-wrapper .gfitfw-lightbox-img-number {
	display: block;
	position: fixed;
	right: 0px;
	padding: 10px 25px 10px 15px;
	border-radius: 2px 0 0 2px;
	bottom: 0;
	z-index: 100;
}

#gfitfw-lightbox-wrapper .gfitfw-lightbox-img-number .gfitfw-lightbox-img-number-actv,
	#gfitfw-lightbox-wrapper .gfitfw-lightbox-img-number .gfitfw-lightbox-img-number-all
	{
	display: inline-block;
	margin: 0 -4px 0 0;
	padding: 0 5px;
	color: rgb(255, 255, 255);
}

#gfitfw-lightbox-wrapper .gfitfw-lightbox-img-number .gfitfw-lightbox-img-number-actv
	{
	border-right: 1px solid rgb(255, 255, 255);
}
/**
Main Container
----------------------------------------
----------------------------------------
*/
html, body {
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 14px;
}

body {
	background-image: url(img/bg.jpg);
}

.gfitfw-theme-main-wrapper {
	width: 1140px;
	margin: 0 auto;
	margin-top: 75px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, .3);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, .3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, .3);
	-o-box-shadow: 0px 0px 20px 0px rgba(30, 30, 30, .3);
}
/**
Header
----------------------------------------
----------------------------------------
*/
/**
Logo
----------------------------------------
*/
.gfitfw-theme-logo-wrapper, .gfitfw-theme-logo-wrapper .gfitfw-theme-logo-inner,
	.gfitfw-theme-logo-wrapper .gfitfw-theme-logo-inner a,
	.gfitfw-theme-logo-wrapper .gfitfw-theme-logo-inner a img {
	display: block;
	width: 100%;
	height: auto;
}

.gfitfw-theme-logo-wrapper {
	border-bottom: 7px solid #343434;
}
/**
Slideshow
----------------------------------------
*/
.gfitfw-header-global-slideshow-container,
	.gfitfw-header-global-slideshow-container .gfitfw-slideshow-wrapper,
	.gfitfw-header-global-slideshow-container .gfitfw-slideshow-wrapper .gfitfw-slideshow-slides
	{
	height: 350px !important;
}
/**
Navigation
----------------------------------------
*/
.gfitfw-theme-header-navigation {
	background-color: #343434;
	border-top: 7px solid #343434;
}

.gfitfw-theme-header-navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.gfitfw-theme-header-navigation ul li, .gfitfw-theme-header-navigation ul li a
	{
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	height: 45px;
}

.gfitfw-theme-header-navigation ul li a {
	padding: 12px 20px;
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.gfitfw-theme-header-navigation ul li:hover a,
	.gfitfw-theme-header-navigation ul .current-menu-item a,
	.gfitfw-theme-header-navigation ul .current-menu-parent a {
	background-color: rgb(255, 255, 255);
	color: #343434;
}

.gfitfw-theme-header-navigation ul li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgb(255, 255, 255);
	border: 1px solid #f5f5f5;
	border-top: 1px solid #fff;
	z-index: 100;
	opacity: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.gfitfw-theme-header-navigation ul li:hover ul {
	display: block;
	opacity: 1;
}

.gfitfw-theme-header-navigation ul li ul li {
	display: block;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}

.gfitfw-theme-header-navigation ul li ul li:last-of-type {
	border: none;
}

.gfitfw-theme-header-navigation ul li ul li a {
	width: 250px;
	color: #343434;
}

.gfitfw-theme-header-navigation ul li ul li:hover,
	.gfitfw-theme-header-navigation ul li ul li:hover a,
	.gfitfw-theme-header-navigation ul li ul .current-menu-item,
	.gfitfw-theme-header-navigation ul li ul .current-menu-item a {
	background-color: #343434;
	color: rgb(255, 255, 255);
}
/**
Widget Area
----------------------------------------
*/
.gfitfw-theme-site-header-widget-area-wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid rgb(230, 230, 230);
	z-index: 1000;
}

.gfitfw-theme-site-header-widget-area {
	width: 1140px;
	margin: 0 auto;
}

.gfitfw-theme-site-header-widget-area .gfitfw-widget-icon-widget-wrapper
	{
	display: inline-block;
	padding: 15px 0;
	margin: 0 16px 0 0;
}

.gfitfw-theme-site-header-widget-area .gfitfw-widget-icon-widget-wrapper a
	{
	text-decoration: none;
}

.gfitfw-theme-site-header-widget-area .gfitfw-widget-icon-widget-wrapper a img
	{
	display: inline-block;
	margin: 0 -4px 0 0;
	vertical-align: middle;
}

.gfitfw-theme-site-header-widget-area .gfitfw-widget-icon-widget-wrapper a h3
	{
	display: inline-block;
	padding: 0;
	margin: 0 -4px 0 0;
	color: #343434;
	font-weight: normal;
	font-size: 14px;
	vertical-align: middle;
}

.gfitfw-theme-site-header-widget-area .gfitfw-widget-icon-widget-wrapper a:link:hover h3
	{
	text-decoration: underline;
}

.gfitfw-theme-site-header-widget-area  .gfitfw-theme-site-header-widget:last-of-type
	{
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 0;
}

.gfitfw-theme-site-header-widget-area  .gfitfw-theme-site-header-widget:last-of-type ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.gfitfw-theme-site-header-widget-area  .gfitfw-theme-site-header-widget:last-of-type ul li a
	{
	color: #343434;
	text-decoration: none;
	text-transform: uppercase;
}

.gfitfw-theme-site-header-widget-area  .gfitfw-theme-site-header-widget:last-of-type ul li .current-language-item
	{
	text-decoration: underline;
}
/**
Content
----------------------------------------
----------------------------------------
*/
.gfitfw-theme-content-wrapper {
	padding: 40px 60px;
}

.gfitfw-theme-content-the-content {
	display: inline-block;
	width: 760px;
	margin: 0 -4px 0 0;
	padding: 0 0 0 60px;
	vertical-align: top;
}

.gfitfw-theme-content-sidebar {
	display: inline-block;
	float: left;
	width: 260px;
	margin: 0 -4px 0 0;
	vertical-align: top;
}

.gfitfw-theme-sidebar-widget .top-s-link {
	display: block;
	margin: 0 0 5px -15px;
	font-size: 15px;
	border-radius: 10px 0 10px 0;
	padding: 5px 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.gfitfw-theme-sidebar-widget .top-s-link:hover{
	background-color: rgb(230, 230, 230);
}

/**
Fonts
----------------------------------------
*/
/*Container*/
.gfitfw-theme-entry-content iframe {
	width: 100%;
	height: 350px;
}
/*Fonts*/
.gfitfw-theme-entry-content, .gfitfw-theme-content-sidebar {
	color: #343434;
	font-size: 15px;
	line-height: 1.5;
}

.gfitfw-theme-content-wrapper a {
	color: #343434;
	font-style: italic;
}

.gfitfw-theme-content-wrapper a:hover {
	text-decoration: none;
}

h1 {
	font-size: 28px;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	margin: 15px 0 5px 0;
	font-weight: normal;
	padding: 0;
}

p, ul {
	margin: 0 0 15px 0;
}

.gfitfw-theme-article-image {
	display: inline-block;
	float: left;
	max-width: 100%;
	height: auto;
	margin: 0 16px 0 0;
}

.gfitfw-theme-entry-content ul {
	list-style-type: square;
	overflow: auto;
}

.gfitfw-theme-entry-content ul li {
	
}
/**
Buttons
----------------------------------------
*/
.gfitfw-theme-pagination {
	padding: 15px 0;
}

.gfitfw-theme-loadmore-button, input[type="submit"] {
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #343434;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}

input[type="submit"] {
	margin-left: 150px;
}

.gfitfw-theme-loadmore-button:hover, input[type="submit"]:hover {
	background-color: #343434;
	color: rgb(255, 255, 255);
}
/**
Sidebar
----------------------------------------
*/
.gfitfw-theme-content-sidebar .gfitfw-widget-icon-widget-wrapper a {
	text-decoration: none;
}

.gfitfw-theme-content-sidebar .gfitfw-widget-icon-widget-wrapper a h3 {
	margin: 5px 0 5px -15px;
	font-size: 15px;
	border-radius: 10px 0 10px 0;
	padding: 5px 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.gfitfw-theme-content-sidebar:nth-of-type(1) .gfitfw-widget-icon-widget-wrapper a h3
	{
	margin: 0 0 5px -15px;
}

.gfitfw-theme-content-sidebar .gfitfw-widget-icon-widget-wrapper a h3:hover
	{
	background-color: rgb(230, 230, 230);
}

.gfitfw-theme-content-sidebar  .textwidget {
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid rgb(230, 230, 230);
}

.gfitfw-theme-content-sidebar .gfitfw-widget-icon-widget-wrapper img {
	width: 70%;
	height: auto;
}

.gfitfw-theme-content-sidebar .gfitfw-widget-icon-widget-wrapper img+h3
	{
	display: none;
}
/**
The content Header
----------------------------------------
*/
.gfitfw-theme-breadcrumbs ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.gfitfw-theme-breadcrumbs ul li {
	display: inline-block;
}

.gfitfw-theme-breadcrumbs ul li a {
	color: #aaa;
	text-decoration: none;
	font-style: italic;
}

.gfitfw-theme-breadcrumbs ul li:last-of-type a,
	.gfitfw-theme-breadcrumbs ul li a:hover {
	color: #343434;
}

.gfitfw-theme-breadcrumbs ul li a:after {
	content: ' / ';
}

.gfitfw-theme-breadcrumbs ul li:last-of-type a:after {
	content: '';
}
/**
Single Products
----------------------------------------
*/
.gfitfw-single-product-references {
	clear: both;
}
/*References*/
.gfitfw-single-product-references article h3 {
	display: block;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	margin: 10px 0;
	border-radius: 10px 0 10px 0;
	padding: 5px 15px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	background-color: rgb(230, 230, 230);
}

.gfitfw-single-product-references article .gallery {
	dispay: inline-block;
	float: left;
	width: 350px;
	margin: 0 25px 25px 0 !important;
}

.gfitfw-single-product-references article .gallery .gallery-item {
	display: none;
}

.gfitfw-single-product-references article .gallery .gallery-item:nth-of-type(1),
	.gfitfw-single-product-references article .gallery .gallery-item:nth-of-type(2)
	{
	display: inline-block;
	width: 50% !important;
}

.gfitfw-clearfix {
	float: none;
	clear: both;
}
/**
Filter
----------------------------------------
----------------------------------------
*/
/**
Navigation
----------------------------------------
*/
.gfitfw-filter-navigation ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: visible;
}

.gfitfw-filter-navigation ul li {
	display: inline-block;
	width: 163.5px;
	margin: 0 2px -4px 0;
	vertical-align: top;
}

.gfitfw-filter-navigation .gfitfw-filter-navigation-parent,
	.gfitfw-filter-navigation-reset input[type="reset"] {
	display: block;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	margin: 0 0 5px 0;
	border: none;
	border-radius: 10px 0 10px 0;
	padding: 5px 15px;
	background-color: #343434;
	cursor: pointer;
	color: rgb(255, 255, 255);
	font-size: 12px;
	text-align: left;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.gfitfw-filter-navigation .gfitfw-filter-navigation-parent:hover,
	.gfitfw-filter-navigation-reset input[type="reset"]:hover {
	background-color: #686868;
}

.gfitfw-filter-navigation .gfitfw-filter-navigation-parent:after {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: 15px;
	top: 50%;
	margin-top: -3.5px;
	border-top: 7px solid rgb(255, 255, 255);
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}

.gfitfw-filter-navigation ul li ul {
	height: 0;
	overflow: hidden;
	padding: 0 15px;
	margin: 0;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.gfitfw-filter-navigation ul li ul li {
	display: block;
	padding: 2px 0;
	font-size: 12px;
}

.gfitfw-filter-navigation ul li ul li label {
	cursor: pointer;
}

.gfitfw-filter-navigation ul li ul li input {
	margin: 0 6px 0 0;
}

.gfitfw-theme-listed-post .gfitfw-theme-article-image {
	float: none !important;
	max-width: 100%;
	height: auto;
	margin: 0;
}
/*Employees*/
.gfitfw-filter-navigation-layout-empl .gfitfw-filter-navigation-parent {
	display: none;
}

.gfitfw-filter-navigation-layout-empl ul li,
	.gfitfw-filter-navigation-layout-empl ul {
	width: auto;
	text-align: center;
}

.gfitfw-filter-navigation-layout-empl ul,
	.gfitfw-filter-navigation-layout-empl ul li ul {
	display: block;
	height: auto !important;
}

.gfitfw-filter-navigation-layout-empl .gfitfw-filter-navigation-reset input[type="reset"]
	{
	display: none;
}

.gfitfw-filter-navigation-layout-empl ul li ul li {
	display: inline-block;
	margin: 0 -2px 0 0;
}

.gfitfw-filter-navigation-layout-empl ul li ul li label span {
	display: block;
	padding: 3px 15px;
	background-color: #343434;
	color: rgb(255, 255, 255);
}

.gfitfw-filter-navigation-layout-empl ul li ul li:nth-of-type(1) label span
	{
	border-radius: 10px 0 0 0;
}

.gfitfw-filter-navigation-layout-empl ul li ul li:last-of-type label span
	{
	border-radius: 0 0 10px 0;
}

.gfitfw-filter-navigation-layout-empl ul li ul li input {
	display: none;
}

.gfitfw-filter-navigation-layout-empl ul li ul li input:checked+span {
	background-color: #686868;
}
/**
Products
----------------------------------------
*/
.gfitfw-theme-filter-listed-product-post {
	display: inline-block;
	width: 160px;
	margin: 10px 6px 10px 0;
	padding: 0;
	vertical-align: top;
}

.gfitfw-theme-filter-listed-product-post h3 {
	display: block;
	position: relative;
	width: 100%;
	padding: 7px 0;
	margin: 15px 0;
	border-radius: 10px 0 10px 0;
	background-color: rgb(230, 230, 230);
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.gfitfw-theme-filter-listed-product-post:hover h3 {
	background-color: #343434;
	color: #fff;
}

.gfitfw-theme-filter-listed-product-post a {
	text-decoration: none;
}

.gfitfw-theme-filter-listed-product-post img {
	width: 100%;
	height: auto;
}

.gfitfw-theme-filter-listed-product-post .gfitfw-theme-filter-listed-product-post-datasheet
	{
	display: block;
	width: 100%;
	text-align: center;
	font-style: normal;
	text-decoration: underline;
}

.gfitfw-theme-filter-listed-product-post .gfitfw-theme-filter-listed-product-post-datasheet:hover
	{
	text-decoration: none;
}
/**
Employees
----------------------------------------
*/
.gfitfw-theme-filter-listed-employee-post {
	width: 100%;
}

.gfitfw-theme-filter-listed-employee-post h2 {
	display: block;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	padding: 7px 25px;
	margin: 15px 0;
	border-radius: 10px 0 10px 0;
	background-color: rgb(230, 230, 230);
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.gfitfw-theme-filter-listed-employee-post img {
	display: inline-block;
	width: 118px;
	height: auto;
	margin: 0 16px 0 25px !important;
	box-shadow: 0 6px 8px rgba(30, 30, 30, .4);
	-webkit-box-shadow: 0 6px 8px rgba(30, 30, 30, .4);
	-moz-box-shadow: 0 6px 8px rgba(30, 30, 30, .4);
	-o-box-shadow: 0 6px 8px rgba(30, 30, 30, .4);
}

.gfitfw-theme-filter-listed-employee-post .gfitfw-theme-entry-content {
	display: inline-block;
	width: 540px;
	margin: 0 -4px 0 0;
	vertical-align: top;
}

.gfitfw-theme-filter-listed-employee-post .gfitfw-theme-entry-content p
	{
	margin: 0 0 20px 0;
	padding: 0;
}

.gfitfw-theme-filter-listed-employee-post footer {
	margin: 10px 0 20px 0;
	padding: 10px 25px;
	border-top: 1px solid #f0f0f0;
	text-align: right;
	font-size: 13px;
}

.gfitfw-theme-filter-listed-employee-post footer span {
	margin: 0 25px 0 15px;
}

.gfitfw-theme-filter-listed-employee-post footer span:nth-of-type(1) {
	float: left;
	margin: 0;
}
/**
References
----------------------------------------
*/
.gfitfw-theme-filter-listed-references-post {
	display: inline-block;
	width: 325px;
	min-height: 200px;
	margin: 25px 16px 0 0;
	padding: 0;
	vertical-align: top;
	border-radius: 0 0 25px 0;
	overflow: hidden;
	background-color: rgb(240, 240, 240);
}

.gfitfw-theme-filter-listed-references-post img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.gfitfw-theme-filter-listed-references-post h3 {
	display: block;
	box-sizing: border-box;
	-webkit- -moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	margin: -6px 0 0 0;
	padding: 5px 25px;
	background-color: rgb(230, 230, 230);
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
/**
Default
----------------------------------------
*/
.gfitfw-theme-listed-post {
	
}

.gfitfw-theme-listed-post img {
	max-width: 100%;
	height: auto;
}

.gfitfw-theme-listed-post h2 {
	display: block;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	margin: 10px 0;
	border-radius: 10px 0 10px 0;
	padding: 5px 15px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	background-color: rgb(230, 230, 230);
}

.gfitfw-theme-listed-post header a {
	text-decoration: none;
}

.gfitfw-theme-listed-post .gfitfw-theme-entry-content {
	padding: 0 25px;
}

.gfitfw-theme-listed-post .gfitfw-theme-entry-content:after {
	display: block;
	content: '';
	clear: both;
	float: none;
}
/*Gallery*/
.gfitfw-theme-listed-post .gfitfw-theme-entry-content .gallery {
	dispay: inline-block;
	float: left;
	width: 150px;
	margin: 0 25px 0 0 !important;
}

.gfitfw-theme-listed-post .gfitfw-theme-entry-content .gallery .gallery-item
	{
	display: none;
}

.gfitfw-theme-listed-post .gfitfw-theme-entry-content .gallery .gallery-item:nth-of-type(1)
	{
	display: block;
	width: 100% !important;
}
/*Read More*/
.gfitfw-theme-post-read-more-wrapper {
	margin: 25px 0 0 0;
	text-align: right;
}

.gfitfw-theme-post-read-more-wrapper a {
	font-style: normal;
}
/**
Mounting
----------------------------------------
*/
.gfitfw-theme-filter-listed-mounting-details {
	display: inline-block;
	width: 340px;
	margin: 0 16px 0 0;
	vertical-align: top;
}

.gfitfw-theme-filter-listed-mounting-details:nth-of-type(2n + 0) {
	margin: 0 -4px 0 0;
}

.gfitfw-theme-filter-listed-mounting-details h3 {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

.gfitfw-filter-navigation-layout-mounting ul li ul {
	height: auto;
}

/**
Mounting single
----------------------------------------
----------------------------------------
*/
.gfitfw-theme-mounting-details-images {
	position: relative;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0);
}

.gfitfw-theme-mounting-details-images img {
	display: block;
	position: relative;
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	max-width: 100%;
	max-height: 100%;
}

.gfitfw-theme-mounting-details-images .gfitfw-theme-filter-listed-mounting-details-hover-image
	{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
	z-index: 200;
}

.gfitfw-theme-mounting-details-images:hover .gfitfw-theme-filter-listed-mounting-details-hover-image
	{
	opacity: 1;
}

/**
A-Z Filter
----------------------------------------
----------------------------------------
*/
.gfitfw-az-filter-navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.gfitfw-az-filter-navigation ul li {
	display: inline-block;
	margin: 5px 0;
	padding: 2px 5px;
	background-color: rgb(230, 230, 230);
	color: rgb(200, 200, 200);
}

.gfitfw-az-filter-navigation ul .gfitfw-az-filter-navigation-element-active
	{
	background-color: rgb(230, 230, 230);
	color: #343434;
	cursor: pointer;
}

.gfitfw-az-filter-navigation ul .gfitfw-az-filter-navigation-element-active-active
	{
	background-color: #343434;
	color: rgb(255, 255, 255);
}

.gfitfw-az-filter-wrapper h2 {
	padding: 0 25px;
	border-bottom: 1px solid rgb(230, 230, 230);
}
/**
Forms
----------------------------------------
----------------------------------------
*/
.gfitfw-theme-form-element-chk {
	margin: 10px 0 -20px 0;
}

.gfitfw-theme-form-element span {
	display: inline-block;
	margin: 0 -4px 0 0;
	vertical-align: top;
}

.gfitfw-theme-form-element span:nth-of-type(1) {
	width: 150px;
	cursor: pointer;
}

.gfitfw-theme-form-element span:nth-of-type(2) {
	width: 550px;
}

.gfitfw-theme-form-element span:nth-of-type(2) span {
	display: inline;
	width: auto;
	margin: 0 4px 0 0;
}

.gfitfw-theme-form-element input[type="text"],
	.gfitfw-theme-form-element input[type="email"],
	.gfitfw-theme-form-element select, .gfitfw-theme-form-element textarea
	{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 25px;
	border: 1px solid rgb(230, 230, 230);
	box-shadow: inset 1px 1px 4px rgba(30, 30, 30, .05);
}

.gfitfw-theme-form-element select {
	margin-left: -4px;
}

.gfitfw-theme-form-element textarea {
	height: 150px;
	resize: vertical;
	padding: 25px;
}
/**
Footer
----------------------------------------
----------------------------------------
*/
/**
Widgets
----------------------------------------
*/
.gfitfw-theme-site-footer-widget-area .gfitfw-theme-site-footer-widget .menu
	{
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #343434;
	list-style-type: none;
}

.gfitfw-theme-site-footer-widget-area .gfitfw-theme-site-footer-widget .menu li
	{
	display: inline-block;
	margin: 0 1px 0 5px;
}

.gfitfw-theme-site-footer-widget-area .gfitfw-theme-site-footer-widget .menu li a
	{
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.gfitfw-theme-site-footer-widget-area .gfitfw-theme-site-footer-widget .menu li a:hover
	{
	text-decoration: underline;
}
/**
Copyright
----------------------------------------
*/
.gfitfw-theme-site-footer-copyright-wrapper {
	width: 1140px;
	margin: 0 auto;
	padding: 15px 0 20px 0;
	text-align: center;
}

.gfitfw-theme-site-footer-copyright-wrapper small {
	font-size: 12px;
	color: rgb(150, 150, 150);
}
/**
Responsive 1190
----------------------------------------
----------------------------------------
*/
@media only screen and (max-width:1190px) {
	/**
	Main Container
	----------------------------------------
	----------------------------------------
	*/
	.gfitfw-theme-main-wrapper {
		width: 750px;
		margin-top: 75px;
	}
	/**
	Header
	----------------------------------------
	----------------------------------------
	*/
	/**
	Logo
	----------------------------------------
	*/
	.gfitfw-theme-logo-wrapper {
		border-bottom: 3px solid #343434;
	}
	/**
	Slideshow
	----------------------------------------
	*/
	.gfitfw-header-global-slideshow-container,
		.gfitfw-header-global-slideshow-container .gfitfw-slideshow-wrapper,
		.gfitfw-header-global-slideshow-container .gfitfw-slideshow-wrapper .gfitfw-slideshow-slides
		{
		height: 250px !important;
	}
	/**
	Navigation
	----------------------------------------
	*/
	.gfitfw-theme-header-navigation {
		border-top: 3px solid #343434;
	}
	.gfitfw-theme-header-navigation ul li ul li a {
		width: 200px;
		font-size: 12px;
	}
	/**
	Widget Area
	----------------------------------------
	*/
	.gfitfw-theme-site-header-widget-area {
		width: 750px;
		margin: 0 auto;
	}
	/**
	Content
	----------------------------------------
	----------------------------------------
	*/
	.gfitfw-theme-content-wrapper {
		padding: 40px 50px;
	}
	.gfitfw-theme-content-the-content {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
	}
	.gfitfw-theme-content-sidebar {
		display: block;
		width: auto;
		margin: 25px 0 0 0;
		float: none;
		clear: both;
		text-align: center;
	}
	.gfitfw-theme-content-sidebar:nth-of-type(1) .gfitfw-widget-icon-widget-wrapper a h3
		{
		margin: 0 0 5px 0;
	}
	/**
	Fonts
	----------------------------------------
	*/
	/*Container*/
	.gfitfw-theme-entry-content iframe {
		height: 250px;
	}
	/*Fonts*/
	.gfitfw-theme-entry-content, .gfitfw-theme-content-sidebar {
		font-size: 14px;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 20px;
	}
	/**
	Single Products
	----------------------------------------
	*/
	/*References*/
	.gfitfw-single-product-references article .gallery {
		width: 150px;
	}
	.gfitfw-single-product-references article .gallery .gallery-item,
		.gfitfw-single-product-references article .gallery .gallery-item:nth-of-type(2)
		{
		display: none;
	}
	.gfitfw-single-product-references article .gallery .gallery-item:nth-of-type(1)
		{
		display: inline-block;
		width: 100% !important;
	}
	/**
	Filter
	----------------------------------------
	----------------------------------------
	*/
	/**
	Navigation
	----------------------------------------
	*/
	.gfitfw-filter-navigation ul li {
		width: 212px;
	}
	/*Employees*/
	.gfitfw-filter-navigation-layout-empl ul li,
		.gfitfw-filter-navigation-layout-empl ul {
		width: auto;
	}
	/**
	Products
	----------------------------------------
	*/
	.gfitfw-theme-filter-listed-product-post {
		width: 152.5px;
	}
	/**
	Employees
	----------------------------------------
	*/
	.gfitfw-theme-filter-listed-employee-post .gfitfw-theme-entry-content {
		width: 490px;
	}
	/**
	References
	----------------------------------------
	*/
	.gfitfw-theme-filter-listed-references-post {
		width: 307px;
		min-height: 190px;
	}
	.gfitfw-theme-filter-listed-references-post h3 {
		font-size: 12px;
	}
	/**
	Mounting
	----------------------------------------
	*/
	.gfitfw-theme-filter-listed-mounting-details {
		width: 315px;
	}
	.gfitfw-theme-filter-listed-mounting-details img {
		width: 100%;
		height: auto;
	}
	/**
	Forms
	----------------------------------------
	----------------------------------------
	*/
	.gfitfw-theme-form-element-chk {
		margin: 0;
	}
	.gfitfw-theme-form-element span {
		display: block;
		margin: 5px 0;
	}
	.gfitfw-theme-form-element span:nth-of-type(1) {
		width: auto;
		margin: 15px 0 5px 0;
	}
	.gfitfw-theme-form-element span:nth-of-type(2) {
		width: auto;
	}
	.gfitfw-theme-form-element span input[type="text"],
		.gfitfw-theme-form-element span textarea {
		height: 35px;
	}
	.gfitfw-theme-form-element span textarea {
		height: 150px;
	}
	.gfitfw-theme-form-element br {
		display: none;
	}
	.gfitfw-theme-form-element input[type="submit"] {
		margin: 0 auto;
	}
	/**
	Footer
	----------------------------------------
	----------------------------------------
	*/
	/**
	Copyright
	----------------------------------------
	*/
	.gfitfw-theme-site-footer-copyright-wrapper {
		width: 750px;
	}
	.gfitfw-theme-site-footer-copyright-wrapper small {
		font-size: 12px;
		color: rgb(150, 150, 150);
	}
}
/**
Responsive 750
----------------------------------------
----------------------------------------
*/
@media only screen and (max-width:750px) {
	/**
	Slideshow
	----------------------------------------
	----------------------------------------
	*/
	/**
	Content
	----------------------------------------
	*/
	/**
	Title
	*/
	.gfitfw-slideshow-wrapper .gfitfw-slideshow-slides .gfitfw-slideshow-slide .gfitfw-slideshow-slide-title
		{
		display: none;
	}
	/**
	Main Container
	----------------------------------------
	----------------------------------------
	*/
	html, body {
		font-size: 12px;
	}
	body {
		background-image: url(img/bg.jpg);
	}
	.gfitfw-theme-main-wrapper {
		width: 100%;
	}
	/**
	Header
	----------------------------------------
	----------------------------------------
	*/
	/**
	Slideshow
	----------------------------------------
	*/
	.gfitfw-header-global-slideshow-container,
		.gfitfw-header-global-slideshow-container .gfitfw-slideshow-wrapper,
		.gfitfw-header-global-slideshow-container .gfitfw-slideshow-wrapper .gfitfw-slideshow-slides
		{
		height: 175px !important;
	}
	/**
	Navigation
	----------------------------------------
	*/
	.gfitfw-theme-navigation-icon-wrapper {
		width: 100%;
		padding: 20px 0;
		height: 45px;
		background-color: rgb(230, 230, 230);
		cursor: pointer;
	}
	.gfitfw-theme-navigation-icon, .gfitfw-theme-navigation-icon:before,
		.gfitfw-theme-navigation-icon:after {
		display: block;
		position: relative;
		width: 40px;
		height: 5px;
		background-color: #343434;
		border: none;
	}
	.gfitfw-theme-navigation-icon {
		margin: 0 auto;
		opacity: .6;
	}
	.gfitfw-theme-navigation-icon:before, .gfitfw-theme-navigation-icon:after
		{
		position: absolute;
		content: '';
		left: 0;
		margin: 0;
	}
	.gfitfw-theme-navigation-icon:before {
		top: -10px;
		border-radius: 2.5px 0 0 0;
	}
	.gfitfw-theme-navigation-icon:after {
		bottom: -10px;
		border-radius: 0 0 2.5px 0;
	}
	.gfitfw-theme-header-navigation ul {
		display: none;
	}
	.gfitfw-theme-navigation-active ul {
		display: block;
	}
	.gfitfw-theme-header-navigation ul li {
		display: block;
		text-align: center;
		height: auto;
	}
	.gfitfw-theme-header-navigation ul li a {
		width: 100%;
		height: 35px;
		padding: 10px 0;
	}
	.gfitfw-theme-header-navigation ul li ul {
		display: none;
		position: relative;
		opacity: 1;
		background-color: rgb(230, 230, 230);
		top: auto;
		left: auto;
	}
	.gfitfw-theme-header-navigation ul li:hover ul {
		display: none;
	}
	.gfitfw-theme-header-navigation ul li:hover ul,
		.gfitfw-theme-header-navigation ul li:hover ul li,
		.gfitfw-theme-header-navigation ul li:hover ul li a,
		.gfitfw-theme-header-navigation ul li ul li a,
		.gfitfw-theme-header-navigation ul li ul li:hover,
		.gfitfw-theme-header-navigation ul li ul li:hover a,
		.gfitfw-theme-header-navigation ul li ul .current-menu-item,
		.gfitfw-theme-header-navigation ul li ul .current-menu-item a {
		background-color: rgb(230, 230, 230) !important;
		color: #343434 !important;
	}
	.gfitfw-theme-navigation-active ul .gfitfw-theme-navigation-active-child ul,
		.gfitfw-theme-navigation-active ul .gfitfw-theme-navigation-active-child:hover ul
		{
		display: block;
	}
	.gfitfw-theme-header-navigation ul .menu-item-has-children a {
		pointer-events: none;
	}
	.gfitfw-theme-header-navigation ul .menu-item-has-children:after {
		display: block;
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		top: 15px;
		right: 25px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 4px solid rgb(255, 255, 255);
	}
	.gfitfw-theme-header-navigation ul .gfitfw-theme-navigation-active-child a
		{
		pointer-events: auto;
	}
	/**
	Widget Area
	----------------------------------------
	*/
	.gfitfw-theme-site-header-widget-area {
		width: 100%;
		padding: 0 50px;
		text-align: center;
	}
	.gfitfw-theme-site-header-widget-area .gfitfw-widget-icon-widget-wrapper
		{
		display: none;
	}
	.gfitfw-theme-site-header-widget-area  .gfitfw-theme-site-header-widget:last-of-type
		{
		position: relative;
		right: auto;
		top: auto;
		text-align: center;
		padding: 15px 0;
	}
	/**
	Content
	----------------------------------------
	----------------------------------------
	*/
	/**
	Fonts
	----------------------------------------
	*/
	/*Container*/
	.gfitfw-theme-entry-content iframe {
		height: 200px;
	}
	/*Fonts*/
	.gfitfw-theme-entry-content, .gfitfw-theme-content-sidebar {
		font-size: 12px;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 18px;
	}
	/**
	Single Products
	----------------------------------------
	*/
	/*References*/
	.gfitfw-single-product-references article .gallery {
		display: none;
	}
	.gfitfw-single-product-references article .gfitfw-theme-entry-content {
		padding: 0 15px;
	}
	/**
	Filter
	----------------------------------------
	----------------------------------------
	*/
	/**
	Navigation
	----------------------------------------
	*/
	.gfitfw-filter-navigation ul li {
		text-align: left;
	}
	.gfitfw-filter-navigation .gfitfw-filter-navigation-parent,
		.gfitfw-filter-navigation-reset input[type="reset"] {
		height: 27.5px;
	}
	/**
	Employees
	----------------------------------------
	*/
	.gfitfw-theme-filter-listed-employee-post img {
		margin: 0 16px 15px 25px !important;
	}
	.gfitfw-theme-filter-listed-employee-post .gfitfw-theme-entry-content {
		width: auto;
		max-width: 100%;
	}
	.gfitfw-theme-filter-listed-employee-post footer span:nth-of-type(1) {
		float: none;
	}
	/**
	References
	----------------------------------------
	*/
	.gfitfw-theme-filter-listed-references-post {
		max-width: 100%;
		min-height: 0;
	}
	/**
	Mounting
	----------------------------------------
	*/
	.gfitfw-theme-filter-listed-mounting-details {
		width: 200px;
	}
	/**
	Default
	----------------------------------------
	*/
	.gfitfw-theme-listed-post h2 {
		font-size: 14px;
	}
	/*Gallery*/
	.gfitfw-theme-listed-post .gfitfw-theme-entry-content .gallery {
		display: none;
	}
	/**
	Footer
	----------------------------------------
	----------------------------------------
	*/
	/**
	Copyright
	----------------------------------------
	*/
	.gfitfw-theme-site-footer-copyright-wrapper {
		width: 100%;
		padding: 15px 25px 20px 25px;
	}
}