﻿html, body {
	overflow-x: hidden;
}

body {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0px;
	min-width: 960px;
}

div {
	display: block;
}

.clearfix {
	overflow: auto;
	zoom: 1;
}

.clearfix::before,
.clearfix::after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix::after {
	clear: both;
}

#Wrapper {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
}

#Header_wrapper {
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

#Header {
	min-height: 0!important;
	position: relative;
}

#Header .top_bar_left,
#Header .top_bar_right {
	background-color: transparent;
}

#Top_bar {
	position: static;
	left: 0;
	top: 61px;
	width: 100%;
	z-index: 30;
}

#Top_bar .top_bar_left {
	position: relative;
	float: left;
	width: 990px;
}

#Top_bar .logo {
	float: left;
	height: 94px;
	margin: 0 30px 0 20px;
	margin-left: 0 !important;
	padding: 0 !important;
	position: relative;
	z-index: 198;
}

#Top_bar #logo {
	display: block;
	line-height: 94px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

#Top_bar #logo img {
	margin-top: 10px;
	vertical-align: top;
	z-index: 200;
}

#Top_bar #logo img.logo-sticky,
#Top_bar #logo img.logo-mobile,
#Top_bar #logo img.logo-mobile-sticky {
	display: none;
}

#Top_bar #menu {
	display: block!important;
}

#Top_bar .column {
	margin-bottom: 0;
}

#Top_bar .menu_wrapper {
	float: right;
	z-index: 201;
}

#Top_bar .menu {
	z-index: 202;
}

#Top_bar .menu > li {
	margin: 0;
	z-index: 203;
	display: block;
	float: left;
}

#Top_bar .menu > li.hover {
	z-index: 204;
}

#Top_bar .menu > li ul {
	background-color: #F2F2F2;
}

#Top_bar .menu > li ul {
	border-radius: 0 0 15px 15px;
}

#Top_bar .menu li > ul {
	box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 3%);
	-webkit-box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 3%);
}

#Top_bar .menu li ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 205;
	margin: 0;
	display: none;
	background-image: url(../Images/main/box_shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#Top_bar .menu > li > a,
#Top_bar #menu ul li.submenu .menu-toggle {
	color: #333333;
}

#Top_bar a.responsive-menu-toggle {
	display: none;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -17px;
	width: 34px;
	height: 34px;
	text-align: center;
	border-radius: 3px;
	z-index: 200;
}

#Top_bar .responsive-menu-toggle,
#Header_creative .creative-menu-toggle,
#Header_creative .responsive-menu-toggle {
	color: #ffffff;
	background: #92bc35;
}

.menu_wrapper {
	padding-top: 15px;
}

.logo {
	height: 94px;
}

#Wrapper #Content {
	background-color: #ffffff;
}

#Content {
	width: 100%;
}

@media only screen and (min-width: 1240px) {
	.section_wrapper, .container {
		max-width: 1220px;
		margin: 0 auto;
		position: relative;
	}
}

.one.column {
	width: 100%;
}

::selection {
	background-color: #1cbef9;
}

a, a:visited, a:focus {
	text-decoration: none;
	outline: 0;
}

img.scale-with-grid, #Content img {
	max-width: 100%;
	height: auto;
}

ul {
	list-style: none outside;
	list-style-position: outside;
	list-style-image: initial;
	list-style-type: none;
}

li {
	text-align: -webkit-match-parent;
}