.jb-menu-settings td:nth-child(2n){
	width: 100px;
}
.gh-before-header{
	clear: both;
	overflow: hidden;
	position: fixed; 
	background-color: #6e6e6e;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 9999; 
}
.gh-con{ 
	width: 80%; 
	float: right;
	margin-top: .5em;
}
.gh-before-header .gh-sites-container .gh-site {
	padding: 0 10px;
	box-sizing: border-box;
}
.gh-site-block{
	width: 25%;
	float: left;
}
/* #gh-head .button:active{
    border-top: solid 1px #aaaaaa;
    border-left: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
    border-bottom: solid 1px #bbbbbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(110, 110, 110, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(110, 110, 110, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(110, 110, 110, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
} */
.gh-header .arrow-toggle > img{
	transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	width: 16px;
	margin-left: 20px;
	vertical-align: middle;
}
.gh-header .arrow-toggle.arrow-open > img{
	transform: rotateZ(270deg);
	-moz-transform: rotateZ(270deg);
	-webkit-transform: rotateZ(270deg);
}
.gh-before-header .gh-sites-container .gh-site  a.gh-site-link{
	color: #EEEEEE!important;
	text-decoration: none!important;
	display: inline-block!important;
	font-weight: normal!important;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	line-height: 1.7em!important;
	font-size: 1.2em!important;
	outline:none!important;
	transition: transform .7s;
	-moz-transition: -moz-transform .7s;
	-webkit-transition: -webkit-transform .7s;
}
.gh-before-header .gh-sites-container .gh-site:hover  a.gh-site-link{
	color: #C1E3FF !important;
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
}
.gh-before-header .gh-header {
	width: 100%;
	height: 100%;
}

.gh-before-header .gh-header .gh-slider {
	overflow: hidden;
	display: inline-block;
	height: 30px;
	width: 100%;
	background: white;
	border-bottom: 1px solid black;
}

.gh-before-header .gh-header .gh-slider .gh-slider-element-box {
	display: inline-block;
	position: absolute;
	left: 100%;
	animation: 45s slider-elem-move infinite linear;
	-moz-animation: 45s slider-elem-move infinite linear;
	-webkit-animation: 45s slider-elem-move infinite linear;
	animation-play-state: running;
	margin: 0;
	height: 30px;
	overflow: hidden;
	width: 10000px;
}

.gh-before-header .gh-header .gh-slider .gh-slider-element-box .gh-slider-elem {
	height: 30px;
	line-height: 30px;
	display: inline;
	padding: 0 10px;
	margin-right: 40px;
	display: inline-block;
}
.gh-before-header .gh-header .gh-slider .gh-slider-element-box:hover {
	animation-play-state: paused;
}

.gh-before-header .gh-header .gh-slider .gh-slider-element-box .gh-slider-elem   a.gh-slider-link {
	font-weight: bold;
	font-size: 15px;
	color: red!important;
	text-decoration: none!important;
	width: 100%!important;
	display: inline-block!important;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	line-height: 19.5px!important;
	height: 19px!important;
	outline:none!important;
}

.gh-before-header .gh-header .gh-global-navigation-container {
	display: inline-block;
	height: 25px;
	/* margin-right: 50px; */
}

.gh-before-header .gh-header .gh-global-navigation-container .gh-navigation {
	display: inline-block;
	height: 25px;
	margin: 0; 
}

.gh-before-header .gh-header .gh-global-navigation-container .gh-navigation .gh-navigation-elem{
	display: inline-block;
	margin-right: 20px;
	min-height: 25px;
}

.gh-before-header .gh-header .gh-global-navigation-container .gh-navigation .gh-navigation-elem  a.gh-navigation-link {
	color: #EEEEEE!important;
	text-decoration: none!important;
	width: 100%!important;
	display: inline-block!important;
	font-weight: normal!important;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	line-height: 19.5px!important;
	font-size: 1.2em!important;
	outline:none!important;
}
.gh-before-header .gh-header .gh-global-navigation-container .gh-navigation .gh-navigation-elem  a.gh-navigation-link:hover{
	color: #C1E3FF !important;
}
.gh-home {
    float: left;
    box-sizing: border-box;
    padding: 20px;
	width: 20%;
	height: 100%;
}
.gh-home img{
	max-width: 100%;
}
.gh-button{
	float: left;
	display: inline;
	background: transparent;
	border: none;
	outline: none;
	color: #eee;
	padding: 0;
	text-decoration: none;
	margin: 0 10px;
	cursor: pointer;
	-webkit-user-select: none;
}
.gh-nav-container{width: 100%;}
.gh-to-toggle {
	transition: 0.3s all;
}

#wrapper{
	margin-top:30px;
}
.gh-global-navigation-container{
	width: initial;
    float: right;
}
.gh-navigation-button{
	background: transparent;
    border: none;
    margin-bottom: 5px;
	margin-right: 20px;
	float: right;
	display: none;
}
@-webkit-keyframes slider-elem-move {
	0% {
		left: 100%;
	}
	100% {
		left: -100%;
	}
}
@-moz-keyframes slider-elem-move {
	0% {
		left: 100%;
	}
	100% {
		left: -100%;
	}
}
@keyframes slider-elem-move {
	0% {
		left: 100%;
	}
	100% {
		left: -100%;
	}
}
/* FLAT THEME */
#header,
#page,
#title{ margin-top: 50px !important }
/* SHOP THEME */
#wrapper{ margin-top: 80px !important; }
/* MEDIA */
@media (max-width: 1340px){
	.gh-home{
		width: 100%;
		text-align: center;
	}
	.gh-con{
		width: 100%!important;
		float: left;
	}
}
@media (max-width: 1080px){
	.gh-home{
		width: 100%;
	}
}
@media (max-width: 767px){
	.gh-before-header .gh-header .gh-global-navigation-container{
		display: none;
		width: 100%;
	}
	.gh-navigation-button{
		display: block;
	}
	#header.navbar,
	.gh-before-header{ 
		position: absolute !important;
	}
	.gh-before-header .gh-header .gh-global-navigation-container,
	.gh-before-header .gh-header .gh-global-navigation-container .gh-navigation{
		height: initial;
	}   
	.gh-before-header .gh-header .gh-global-navigation-container{
		width: 100%;
	}
	.gh-before-header .gh-header .gh-global-navigation-container .gh-navigation .gh-navigation-elem{
		display: block;
	}
}


.inntal-mobile{
	display: none;
}
@media (max-width: 1024px){
	.inntal-desktop{
		display: none !important;
	}
	.inntal-mobile{
		display: block !important;
	}
}
@media (max-width: 680px){
	.gh-before-header .gh-sites-container .gh-site{
		width: 100%;
	}
	.gh-global-navigation-container{
		float: none !important;
	}
	.gh-site-block{
		float: none;
		width: 100%;
	}
	.gh-home{
		width: 100%;
	}
}
