/*@import url("base.css");
@import url("responsive.css");
@import url("animate.css");
@import url("page.css");
@import url("jplayer.css");
@import url("extra.css");*/
#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}
#container {
	position: relative;
	overflow: hidden;
	margin-left: 85px;
}
#header {
	background-color: #72b4ed;
	height: 90px;
	position: relative;
	background-image: url(../img/gred02.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#header * {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
#header #name {
	float: left;
position: relative;
margin-top: 25px;
z-index: 20;
margin-left: 10px;
overflow: hidden;
height: 55px;
width: 600px;
}
#header #name h2 {
	font-size: 15px;
	color: #fff;
}
#header #name h1 {
	font-size: 25px;
	color: #FEDC7C;
	margin-bottom: 10px;
}
#jedian_logo {
	height: 76px;
	width: 61px;
	position: absolute;
	top: 9px;
	z-index: 5;
	right: 20px;
}
#jedian_logo img {
	height: 76px;
	width: 61px;
}
ul.sociallinks {
	text-align: right;
	display: block;
	position: relative;
	z-index: 6;
	top: 20px;
	right: 125px;
}
ul.sociallinks li {
	display: inline-block;
	height: 28px;
	width: 28px;
}
ul.sociallinks li a {
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: block;
	margin-right: 1px;
	margin-left: 1px;
}
ul.sociallinks li a.facebook {background-image: url(../img/icon_social_facebook.svg);}
ul.sociallinks li a.twitter {background-image: url(../img/icon_social_twitter.svg);}
ul.sociallinks li a.youtube {background-image: url(../img/icon_social_youtube.svg);}
ul.sociallinks li a.linked {background-image: url(../img/icon_social_linked.svg);}
ul.sociallinks li a:hover {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	margin-right: 5px;
	margin-left: 5px;
}
ul.sudan_info {
	display: block;
	position: absolute;
	top: 20px;
	z-index: 6;
	right: 260px;
}
ul.sudan_info li {
	display: inline-block;
	font-size: 12px;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-right: 10px;
	line-height: 1em;
}
ul.sudan_info li span {
	font-size: 12px;
	color: #f5ecca;
	display: block;
	margin-top: 2px;
}
ul.sudan_info li.date {background-image: url(../img/icon_sudan_info_date.svg);}
ul.sudan_info li.clock {background-image: url(../img/icon_sudan_info_clock.svg);}
ul.sudan_info li.weather {
	background-image: url(../img/icon_sudan_info_weather.svg);
	padding-left: 37px;
}
ul.sudan_info li:hover {}
#header .search_bar {
	display: block;
	height: 32px;
	width: 202px;
	position: absolute;
	top: 62px;
	z-index: 6;
	right: 125px;
}
#header .search_bar input {
	height: 100%;
	width: 100%;
	background-color: #f5ecca;
	position: absolute;
	color: #16100d;
	text-indent: 20px;
	font-size: 12px;
}
#header .search_bar input:focus {
	background-color: #FFF;
}
#header .search_bar input[type="submit"] {
	background-image: url(../img/icon_search_bar.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px !important;
	width: 32px !important;
	background-color: #ffbd00;
	position: absolute;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	bottom: -6px;
	right: 10px;
}
#header .search_bar input[type="submit"]:hover {
	background-color: #fcbd01;
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
#header .header_login {
	display: block;
	height: 32px;
	position: absolute;
	top: 42px;
	z-index: 6;
	vertical-align: top;
	right: 125px;
}
#header .header_login input {
	height: 32px;
	width: 172px;
	background-color: #e2f0fc;
	color: #16100d;
	text-indent: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	font-size: 13px;
	line-height: 1em;
	margin-left: 10px;
}
#header .header_login input.user {background-image: url(../img/icon_header_login_user.svg);}
#header .header_login input.pass {background-image: url(../img/icon_header_login_pass.svg);}
#header .header_login input:focus {
	background-color: #FFF;
}
#header .header_login input[type="submit"] {
	background-image: url(../img/icon_header_login.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px !important;
	width: 32px !important;
	background-color: #0d5ea5;
	position: absolute;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	bottom: -6px;
	right: 10px;
}
#header .header_login input[type="submit"]:hover {
	background-color: #fcbd01;
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
#header .header_login p {
	display: block;
	float: left;
	font-size: 13px;
	color: #dec995;
	line-height: 1.2em;
	margin-right: 10px;
	text-align: right;
}
#header .header_login p span {
	color: #FFF;
}
#header .header_login p a {
	display: block;
	color: #0A3A65;
}
#header .header_login p a:hover {
	color: #FFF;
}
#header .login-info {
	display: block;
	height: 32px;
	position: absolute;
	right: 350px;
	top: 62px;
	z-index: 6;
	vertical-align: top;
}
#header .login-info p {
	text-align: right;
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 1.2em;
}
#header .login-info p span {
	color: #FFF;
	display: inline-block;
}
#header .login-info p a {
	color: #dec995;
}
#header .login-info p a:hover {
	color: #fff;
}
a.close-search, a.close-login {
	background-image: url(../img/icon_close2.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px;
	width: 32px;
	background-color: #ffbd00;
	position: absolute;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	top: 0px;
	z-index: 20;
	right: 0px;
}
a.close-search:hover, a.close-login:hover {
	background-color: #fcbd01;
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
a.open-search {
	background-image: url(../img/icon_search_bar.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 0px;
	width: 27px;
	background-color: #ffbd00;
	position: absolute;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	top: 0px;
	z-index: 20;
	right: 125px;
}
a.open-login {
	background-image: url(../img/icon_header_login.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 0px;
	width: 27px;
	background-color: #ffbd00;
	position: absolute;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	top: 0px;
	z-index: 20;
	right: 157px;
}
#mobile_search {
	display: none;
}
.mobile_search {
	display: block;
	height: 32px;
	width: 90%;
	position: relative;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.mobile_search input {
	height: 100%;
	width: 100%;
	background-color: #f5ecca;
	position: absolute;
	color: #16100d;
	text-indent: 20px;
}
.mobile_search input:focus {
	background-color: #FFF;
}
.mobile_search input[type="submit"] {
	background-image: url(../img/icon_search_bar.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px !important;
	width: 32px !important;
	background-color: #ffbd00;
	position: absolute;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	bottom: -6px;
	right: 10px;
}
.mobile_search input[type="submit"]:hover {
	background-color: #fcbd01;
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
#mobile_login {display: none; background-color:#0d5ea5}
.mobile_login {
	display: block;
	position: relative;
	z-index: 6;
	width: 90%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	overflow: hidden;
}
.mobile_login input {
	height: 32px;
	width: 100%;
	background-color: #f5ecca;
	color: #16100d;
	text-indent: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 5px;
	clear: both;
}
.mobile_login input.user {background-image: url(../img/icon_header_login_user.svg);}
.mobile_login input.pass {background-image: url(../img/icon_header_login_pass.svg);}
.mobile_loginn input:focus {
	background-color: #FFF;
}
.mobile_login input[type="submit"] {
	background-image: url(../img/icon_header_login.svg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 32px !important;
	width: 32px !important;
	background-color: #ffbd00;
	position: relative;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
.mobile_login input[type="submit"]:hover {
	background-color: #fcbd01;
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.mobile_login p {
	display: block;
	font-size: 13px;
	color: #dec995;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.mobile_login p span {
	color: #FFF;
}
.mobile_login p a {
	display: block;
	color: #dec995;
}

.header_factory_top {
	background-image: url(../img/header_factory_top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 4;
	bottom: 0px;
	right: 0px;
}
.header_factory_bottom {
	background-image: url(../img/header_factory_bottom.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 51px;
	width: 100%;
	position: absolute;
	z-index: 4;
	bottom: -51px;
	right: 0px;
	display: none;
}
.sliding .header_factory_bottom {
	height: 0px;
}
#quickbar {
	width: 85px;
	position: fixed;
	top: 0px;
	background-color: #c9dff2;
	background-image: url(../img/gred01.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
	left: 0px;
}
#quickbar * {
	-webkit-transition-duration: 1s, 1s;
	-moz-transition-duration: 1s, 1s;
	transition-duration: 1s, 1s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
#quickbar #logo {
	background-color: #72b4ed;
	overflow: hidden;
	position: relative;
	height: 90px;
	background-image: url(../img/gred12.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.sliding #quickbar #logo {
	height: 0px;
}
#quickbar #logo a {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	height: 80px;
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}
#quickbar #logo:hover a {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
#mobile_logo {
	overflow: hidden;
	position: relative;
	height: 62px;
	width: 45px;
	float: right;
	margin-left: 10px;
	display: none;
}
#mobile_logo a {
	background-image: url(../img/mobile-logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	height: 62px;
	width: 45px;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}
#quickbar a.home {
	background-image: url(../img/icon_quickbar_home.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fcbd01;
	display: block;
	height: 46px;
	position: relative;
	margin-bottom: 10px;
}
#quickbar a.home:hover {
	background-color: #0d5ea5;
}
ul.quickbar_links {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
ul.quickbar_links li {
	display: block;
	clear: both;
	position: relative;
}
ul.quickbar_links li a {
	text-align: center;
	display: block;
	position: relative;
	color: #0c3962;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0d5ea5;
	background-repeat: no-repeat;
	background-position: center 10px;
	padding-top: 37px;
	padding-bottom: 15px;
}
ul.quickbar_links li a.projects {
	background-image: url(../img/icon_quickbar_projects.svg);
}
ul.quickbar_links li a.statistics {
	background-image: url(../img/icon_quickbar_statistics.svg);
}
ul.quickbar_links li a.products {
	background-image: url(../img/icon_quickbar_products.svg);
}
ul.quickbar_links li a.tenders {
	background-image: url(../img/icon_quickbar_tenders.svg);
}
ul.quickbar_links li a.test {
	background-image: url(../img/icon_quickbar_test.svg);
}
ul.quickbar_links li a.traing {
	background-image: url(../img/icon_quickbar_traing.svg);
}
ul.quickbar_links li a.magazine {
	background-image: url(../img/icon_quickbar_magazine.svg);
}
ul.quickbar_links li a:hover {
	background-color: #0d5ea5;
	color: #fff;
	border-bottom-color: #fff;
}
.container {
	width: 100%;
	max-width: 1230px;
	position: relative;
	margin: auto;
	z-index: 5;
}
h1.block_title {
	background-color: #FFF;
	display: inline-block;
	width: 160px;
	padding-right: 10px;
	padding-left: 16px;
	font-size: 14px;
	color: #16100d;
	position: relative;
	height: 32px;
	line-height: 1.9em;
	margin-left: 10px;
}
h1.block_title span {
	background-color: #ffbd00;
	position: absolute;
	height: 4px;
	width: 70%;
	bottom: -2px;
	display: block;
	left: 5px;
}
.sudan_flag {
	background-image: url(../img/sudan_flag.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
	width: 60px;
	position: absolute;
	top: 6px;
	border-radius: 5px;
	right: 10px;
}
.sliding .sudan_flag {
	height: 0px !important;
}
#main_menu {
	background-color: #0d5ea5;
	background-image: url(../img/gred03.png);
	background-repeat: repeat-y;
	background-position: right center;
	position: relative;
	height: 47px;
	z-index: 52;
}
.sliding #main_menu {
	position: fixed;
	top: 0px;
	width: 100%;
	left: 85px;
}
.sliding #main_menu a.lang {
    height: 0px;
}
#main_menu a.lang {
	font-family: "Droid Arabic Kufi", Tahoma, serif;
	color: #16100d;
	background-color: #ffbd00;
	display: block;
	height: 32px;
	width: 65px;
	position: absolute;
	z-index: 10;
	font-size: 13px;
	line-height: 2.2em;
	text-align: center;
	overflow: hidden;
	top: 47px;
	left: 0px;
}
#main_menu a.lang:hover {background-color: #fff;}
#main_menu a.lang, #main_menu span.line {
	-webkit-transition-duration: 1s, 1s;
	-moz-transition-duration: 1s, 1s;
	transition-duration: 1s, 1s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
#main_menu span.line {
	background-color: #ffbd00;
	position: absolute;
	z-index: 8;
	height: 4px;
	width: 20%;
	bottom: 0px;
	display: block;
	left: 0px;
}
.sliding #main_menu span.line {
	width: 0%;
}
#nav,
#nav ul,
#nav ul li,
#nav ul li a,
#nav #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#nav:after,
#nav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#nav #menu-button {
  display: none;
}
#nav {
	width: auto;
	z-index: 20;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #ffbd00;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#nav > ul > li {
	float: left;
}
#nav.align-center > ul {
  font-size: 0;
  text-align: center;
}
#nav.align-center > ul > li {
  display: inline-block;
  float: none;
}
#nav.align-center ul ul {
  text-align: left;
}
#nav.align-right > ul > li {
  float: right;
}
#nav.align-right ul ul {
  text-align: right;
}
#nav ul.open {
	background-color: #16100d;
	margin-bottom: 35px;
}
#nav ul.open li a {
	border-left: 1px solid #574032;
	/*color: #fff;*/
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 14px;
	padding-left: 13px;
}
#nav ul.open ul {
	box-shadow: none;
}
#nav > ul > li > a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #574032;
	display: block;
	margin-top: 7px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#nav > ul > li:hover > a,
#nav > ul > li.active > a {
  color: #ffbd00;
}
#nav > ul > li.has-sub > a {
	padding-left: 19px;
	padding-bottom: 12px;
}
#nav > ul > li.has-sub > a::after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#nav > ul > li.has-sub:hover > a::after {
  border-color: #ffbd00;
}
#nav ul ul {
	position: absolute;
	left: -9999px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #d1e6f8,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #d1e6f8,
        0 20px 1px -9px rgba(0,0,0,0.15);
	top: 37px;
}
#nav li:hover > ul {
  left: auto;
}
#nav.align-right li:hover > ul {
  right: 0;
}
#nav ul ul ul {
  margin-left: 100%;
  top: 0;
}
#nav.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#nav ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#nav ul li:hover > ul > li {
  height: 32px;
}
#nav ul ul li a {
	padding: 20px 20px;
	width: 305px;
	font-size: 14px;
	text-decoration: none;
	color: #16100d;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}
#nav ul ul li {
	background-color: #d1e6f8;
	height: auto !important;
}
#nav ul ul li:nth-child(odd) {
	background-color: #d0dfec;
}
#nav ul ul li:hover > a,
#nav ul ul li a:hover {
	color: #16100d;
	background-color: #fff;
}
#nav ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#nav.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#nav ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 1050px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #nav {
    width: 100%;
  }
  #nav ul {
    width: 100%;
    display: none;
  }
  #nav.align-center > ul,
  #nav.align-right ul ul {
    text-align: left;
  }
  #nav ul li,
  #nav ul ul li,
  #nav ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #nav ul li a,
  #nav ul ul li a {
    width: 100%;
  }
  #nav > ul > li,
  #nav.align-center > ul > li,
  #nav.align-right > ul > li {
    float: none;
    display: block;
  }
  #nav ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #nav ul ul li:hover > a,
  #nav ul ul li a:hover {
    color: #000000;
  }
  #nav ul ul ul li a {
    padding-left: 40px;
  }
  #nav ul ul,
  #nav ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #nav > ul > li.has-sub > a::after,
  #nav ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #nav #menu-button {
    display: block;
    padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 23px;
	padding-top: 23px;
    color: #ffbd00;
    cursor: pointer;
    font-size: 0px;
    text-transform: uppercase;
	background-image:url(../img/mobile_menu_icon.png);
	background-position: 97% center;
	background-repeat: no-repeat;
  }
/*  #nav #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #ffbd00;
  }
  #nav #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #ffbd00;
    border-bottom: 2px solid #ffbd00;
  }*/
  #nav .submenu-button {
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 100%;
    width: 37px;
    cursor: pointer;
  }
  #nav .submenu-button::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 9px;
    display: block;
    width: 1px;
    height: 11px;
    background: #ffbd00;
    z-index: 99;
  }
  #nav .submenu-button::before {
    content: '';
    position: absolute;
    right: 4px;
    top: 19px;
    display: block;
    width: 11px;
    height: 1px;
    background: #ffbd00;
    z-index: 99;
  }
  #nav ul.open ul .submenu-button::after {
    background: #16100d;
  }
  #nav ul.open ul .submenu-button::before {
    background: #16100d;
  }
  #nav .submenu-button.submenu-opened:after {
    display: none;
  }
}
#slideshow {
	overflow:visible;
	position: relative;
	height: 410px;
	width: 100%;
	z-index: 3;
	border-left: solid 1px;
}
#slideshow * {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	z-index: 5;
}
.callbacks_nav {
	position: absolute;
	z-index: 20;
	text-indent: -9999px;
	height: 91px;
	width: 46px;
	background-repeat: no-repeat;
	top: 40%;
	background-image: url(../img/arrow01.png);
}
.callbacks_nav.prev {
	right: 42px;
	background-position: right top;
}
.callbacks_nav.next {
	background-position: left top;
	left: 42px;
}
.callbacks_nav.prev:hover {
	background-position: right bottom;
}
.callbacks_nav.next:hover {
	background-position: left bottom;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	width: 50%;
	top: 70px;
	line-height: 1.4em;
	left: 50%;
}
.callbacks .caption span {
	background-image: url(../img/icon_slide_objective.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	height: 34px;
	width: 35px;
}
.callbacks .caption h2 {font-size: 22px; color: #67442d;max-width: 400px;}
.callbacks .caption h1 {
	font-size: 32px;
	color: #16100d;
	max-width: 400px;
}
.callbacks_tabs {
	position: absolute;
	z-index: 20;
	width: 200px;
	margin: auto;
	top: 20px;
	left: 0px;
	right: 0px;
	text-align: center;
}
.callbacks_tabs li {
	display: inline-block;
	font-size: 0px;
}
.callbacks_tabs li a {
	background-color: #16100d;
	height: 3px;
	width: 15px;
	display: block;
	margin-right: 2px;
	margin-left: 2px;
}
.callbacks_tabs li.callbacks_here a, .callbacks_tabs li a:hover {
	background-color: #fcbd00;
}
#home_main {
	margin-top: -270px;
	position: relative;
	z-index: 10;
}
#home_main * {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
#latest_featured_news {
	background-color: #16100d;
	background-image: url(../img/gred05.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 320px;
	margin-top: 30px;
	margin-bottom: 40px;
}
#latest_featured_news h1.block_title {
	position: absolute;
	top: -15px;
	z-index: 20;
	color: #16100d;
	background-color: #ffbd00;
	left: 5px;
}
#latest_featured_news h1.block_title span {background-color: #fff;}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-carousel .owl-item .thumb {
	position: relative;
	min-height: 320px;
	width: 33.3333%;
	overflow: hidden;
	float: left;
}
.owl-carousel .owl-item .thumb a {
	display: block;
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}
.owl-carousel .owl-item .thumb a img {
	display: block;
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	width: auto;
}
.owl-carousel .owl-item .item_contents {
	width: 66.6667%;
	min-height: 320px;
	float: left;
}
.owl-carousel .owl-item .item_contents .rating {
	margin-top: 40px;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
	margin-left: 30px;
}
.owl-carousel .owl-item .item_contents .rating i {
	color: #ffbd00;
	font-size: 14px;
	display: block;
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}
.owl-carousel .owl-item .item_contents .rating span {
	font-size: 12px;
	color: #FFF;
	display: block;
	float: left;
	margin-right: 10px;
}
.owl-carousel .owl-item .item_contents a h1 {
	font-size: 16px;
	color: #f8d860;
	line-height: 1.2em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #211914;
	display: block;
	margin-bottom: 12px;
	padding-bottom: 12px;
	margin-right: 30px;
	margin-left: 30px;
}
.owl-carousel .owl-item .item_contents p {
	color: #FFF;
	font-size: 13px;
	line-height: 1.1em;
	display: block;
	margin-right: 30px;
	margin-left: 30px;
}
#latest_featured_news:hover {
	background-color: #FFFFFF;
	background-image: none;
    box-shadow:
        0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
}
#latest_featured_news:hover .item_contents .rating i {
	color: #c65a28;
}
#latest_featured_news:hover .item_contents .rating span {
	color: #999999;
}
#latest_featured_news:hover .item_contents a h1 {
	color: #c65a28;
	border-bottom-color: #E4E4E4;
}
#latest_featured_news:hover .item_contents p {
	color: #999999;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(../img/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 20px;
	right: 0px;
}
.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	display: block;
	height: 35px;
	width: 73px;
	bottom: 22px;
	right: 368px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev, .owl-theme .owl-controls .owl-buttons div.owl-next {
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px !important;
	width: 35px !important;
	background-color: #ffbd00;
	display: block;
	position: absolute;
	font-size: 0px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	right: 0px;
	background-image: url(../img/mark04.png);
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	background-image: url(../img/mark03.png);
	left: 0px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover, .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background-color: #c65a28;
}
.owl-theme .owl-controls .owl-pagination {
	text-align: left;
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 50px;
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 7px;
	height: 7px;
	background-color: #ffbd00;
	margin-left: 3px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #FFFFFF;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
}
.owl-item.loading {
	min-height: 150px;
	background-image: url(../img/loader04.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#raw_activity {
	background-color: #f8d860;
	background-image: url(../img/gred06.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 320px;
	margin-top: 30px;
	margin-bottom: 40px;
	display: block;
}
#raw_activity:hover {
    box-shadow:
        0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #f8d860,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #f8d860,
        0 20px 1px -9px rgba(0,0,0,0.15);
}
#raw_activity h1.block_title {
	position: absolute;
	top: -15px;
	z-index: 20;
	left: 5px;
}
#raw_activity form {
	position: absolute;
	top: -15px;
	z-index: 20;
	width: 120px;
	left: 178px;
}
#raw_activity_chart, #products_activity_logs_chart {
	height: 280px;
	position: absolute;
	margin: auto;
	left: 2px;
	top: 40px;
	right: 5px;
}
#raw_activity_chart, #products_activity_logs_chart .highcharts-legend {display: none;}
#raw_activity .SumoSelect {background-color: #fff;}
/*#raw_activity_chart, #products_activity_logs_chart text[text-anchor="end"] {display: none;}
#raw_statics_chart text[text-anchor="end"] {display: none;}*/
#latest_news {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2c211a;
	position: relative;
}
#latest_news .filter_block {
	height: 32px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	right: 224px;
}
#latest_news .filter_block h1.block_title {
	float: left;
	width: 12%;
	margin-right: 0.3%;
	z-index: 10;
}
#latest_news .filter_block form {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	margin-right: 0.5%;
	z-index: 10;
}
#latest_news .filter_block .SumoSelect {
	display: block;
	float: left;
	width: 48%;
	margin-right: 1%;
}
/*.bx-wrapper {
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	*zoom: 1;
}
#latest_news .slide {}
.bx-wrapper .thumb {
	position: relative;
	height: 190px;
	width: 190px;
	float: left;
	margin-bottom: 50px;
	margin-right: 17px;
}
.bx-wrapper .thumb a {
	display: block;
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
}
.bx-wrapper .thumb a img {
	position: absolute;
	height: 100%;
	width: auto;
	display: block;
	z-index: 3;
	left: 0px;
	top: 0px;
}
.bx-wrapper .thumb ul.rating {
	overflow: hidden;
	position: absolute;
	background-color: #16100d;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ffbd00;
	bottom: -34px;
	z-index: 5;
	padding-top: 7px;
	padding-bottom: 7px;
	right: 15px;
}
.bx-wrapper .thumb ul.rating li {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.bx-wrapper .thumb ul.rating li i {
	color: #ffbd00;
	font-size: 12px;
	display: block;
	float: left;
	margin-top: 1px;
	width: 15px;
	text-align: center;
	margin-right: 5px;
}
.bx-wrapper .thumb ul.rating li span {
	font-size: 11px;
	color: #FFF;
	display: block;
	float: left;
	margin-right: 10px;
}
.bx-wrapper .item_contents {
	float: right;
	width: 180px;
}
.bx-wrapper .item_contents a h1 {
	font-size: 15px;
	color: #f8d860;
	line-height: 1.2em;
	display: block;
	margin-bottom: 15px;
}
.bx-wrapper .item_contents p {
	color: #FFF;
	font-size: 12px;
	line-height: 1.2em;
	display: block;
}
.bx-wrapper .item_contents a.readmore {
	background-color: #ffbd00;
	background-image: url(../img/mark06.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 22px;
	width: 22px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#latest_news .slide:hover {}
#latest_news .slide:hover ul.rating {
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #ffbd00,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #ffbd00,
        0 20px 1px -9px rgba(0,0,0,0.15);
	background-color: #ffbd00;
	border-top-color: #FFF;
}
#latest_news .slide:hover ul.rating li i, #latest_news .slide:hover ul.rating li span {
	color: #16100d;
}
#latest_news .slide:hover a h1 {
	color: #FFF;
}
#latest_news .slide:hover p {
	color: #f8d860;
}
#latest_news .slide:hover a.readmore {
	background-color: #fff;
	width: 50px;
}
#latest_news .slide:hover a img {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
.bx-wrapper .bx-viewport {
	left: -5px;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
	top: 0px;
	right: 0px;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: right;
	background-color: #fff;
	height: 32px;
	width: 100%;
	top: -47px;
	z-index: 5;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	font-family: 'Lato', sans-serif;
	display: block;
	width: 32px;
	height: 32px;
	color: #FFF;
	text-align: center;
	line-height: 3em;
	font-size: 11px;
	font-weight: bold;
}
.bx-pager-item {
	background-color: #7d675b;
}
.bx-pager-item:nth-child(odd) {
	background-color: #3f2618;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #fff;
	background-image: url(../img/gred11.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #1d1611;
	-moz-box-shadow: 0px 0px 10px #ffbd00;
	-webkit-box-shadow: 0px 0px 10px #ffbd00;
	box-shadow: 0px 0px 10px #ffbd00;
}
.bx-controls-direction {
	right: 192px;
	position: absolute;
	top: -31px;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	background-color: #ffbd00;
	background-repeat: no-repeat;
	background-position: center center;
}
.bx-wrapper .bx-prev {
	background-image: url(../img/mark06.png);
}
.bx-wrapper .bx-next {
	right: 0px;
	background-image: url(../img/mark05.png);
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	background-color: #fff;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}*/
#latest_news_list {
	position: relative;
	z-index: 5;
}
#latest_news_list .owl-item {
	padding-top: 50px;
}
#latest_news_list .owl-item .thumb {
	position: relative;
	height: 190px;
	width: 190px;
	float: left;
	margin-bottom: 80px;
	min-height: auto;
	overflow: visible;
	margin-right: 17px;
}
#latest_news_list .owl-item .thumb a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
}
#latest_news_list .owl-item .thumb a img {
	position: absolute;
	height: 100%;
	width: auto;
	display: block;
	z-index: 3;
	left: 0px;
	top: 0px;
}
#latest_news_list .owl-item .thumb ul.rating {
	overflow: hidden;
	position: absolute;
	background-color: #16100d;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ffbd00;
	bottom: -34px;
	z-index: 5;
	padding-top: 7px;
	padding-bottom: 7px;
	right: 15px;
}
#latest_news_list .owl-item .thumb ul.rating li {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#latest_news_list .owl-item .thumb ul.rating li i {
	color: #ffbd00;
	font-size: 12px;
	display: block;
	float: left;
	margin-top: 1px;
	width: 15px;
	text-align: center;
	margin-right: 5px;
}
#latest_news_list .owl-item .thumb ul.rating li span {
	font-size: 11px;
	color: #FFF;
	display: block;
	float: left;
	margin-right: 10px;
}
#latest_news_list .owl-item .item_contents {
	float: none;
	width: auto;
	min-height: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 22px;
}
#latest_news_list .owl-item .item_contents a h1 {
	font-size: 15px;
	color: #f8d860;
	line-height: 1.2em;
	display: block;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: none;
	padding: 0px;
}
#latest_news_list .owl-item .item_contents p {
	color: #FFF;
	font-size: 12px;
	line-height: 1.4em;
	display: block;
	margin: 0px;
}
#latest_news_list .owl-item .item_contents a.readmore {
	background-color: #ffbd00;
	background-image: url(../img/mark06.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 22px;
	width: 22px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#latest_news_list .owl-item:hover ul.rating {
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #ffbd00,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #ffbd00,
        0 20px 1px -9px rgba(0,0,0,0.15);
	background-color: #ffbd00;
	border-top-color: #FFF;
}
#latest_news_list .owl-item:hover ul.rating li i, #latest_news_list .owl-item:hover ul.rating li span {
	color: #16100d;
}
#latest_news_list .owl-item:hover a h1 {
	color: #FFF;
}
#latest_news_list .owl-item:hover p {
	color: #f8d860;
}
#latest_news_list .owl-item:hover a.readmore {
	background-color: #fff;
	width: 50px;
}
#latest_news_list .owl-item:hover a img {
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
#latest_news_list .owl-buttons {
	position: absolute;
	display: block;
	height: 32px;
	width: 64px;
	bottom: auto;
	top: 0px;
	right: 160px;
}
#latest_news_list .owl-buttons div.owl-prev, #latest_news_list .owl-buttons div.owl-next {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px !important;
	height: 32px !important;
	text-indent: -9999px;
	z-index: 9999;
}
#latest_news_list .owl-buttons div.owl-prev {
	left: 0px;
	right: auto;
	background-image: url(../img/mark05.png);
}
#latest_news_list .owl-buttons div.owl-next {
	background-image: url(../img/mark06.png);
	left: 32px;
	right: auto;
}
#latest_news_list .owl-buttons div.owl-prev:hover, .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background-color: #c65a28;
}
#latest_news_list .owl-controls {
	background-color: #FFF;
	height: 32px;
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}
#latest_news_list .owl-controls .owl-pagination {
	text-align: right;
	position: absolute;
	bottom: auto;
	width: 160px;
	height: 32px;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
#latest_news_list .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#latest_news_list .owl-controls .owl-page span {
	background-color: transparent;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	text-align: center;
	line-height: 3em;
	font-size: 11px;
	font-weight: bold;
}
#latest_news_list .owl-controls .owl-page {
	background-color: #7d675b;
}
#latest_news_list .owl-controls .owl-page:nth-child(even) {
	background-color: #3f2618;
}
#latest_news_list .owl-controls .owl-page.active span, #latest_news_list .owl-controls.clickable .owl-page:hover span {
	background-color: #fff;
	background-image: url(../img/gred11.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #1d1611;
	-moz-box-shadow: 0px 0px 10px #ffbd00;
	-webkit-box-shadow: 0px 0px 10px #ffbd00;
	box-shadow: 0px 0px 10px #ffbd00;
}
/******************************/
ul.quick_links {
	text-align: center;
	display: block;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.quick_links li {
	display: inline-block;
	width: 32.1%;
	position: relative;
	margin-right: 2px;
	margin-left: 2px;
}
ul.quick_links li a {
	height: 190px;
	display: block;
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-align: left;
}
ul.quick_links li a.guide {
	background-color: #ffe8b1;
	background-image: url(../img/gred07.png);
}
ul.quick_links li a.trainging {
	background-color: #e6c367;
	background-image: url(../img/gred08.png);
}
ul.quick_links li a.map {
	background-color: #d99423;
	background-image: url(../img/gred09.png);
	height: 210px;
	margin-top: -18px;
}
ul.quick_links li:hover {
    box-shadow:
        0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
	z-index: 50;
}
ul.quick_links li:hover a {
	background-color: #FFF;
	background-image: none;
}
ul.quick_links li a h1 {
	color: #16100d;
	font-size: 16px;
	display: block;
	margin-top: 35px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	z-index: 3;
	position: relative;
}
ul.quick_links li a h1 span {
	font-size: 23px;
	display: block;
	margin-bottom: 10px;
	font-family: Roboto Slab;
}
ul.quick_links li a.map h1 {
	margin-top: 55px;
}
ul.quick_links li a p {
	color: #16100d;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 13px;
	z-index: 3;
	position: relative;
}
ul.quick_links li a span.icon {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	position: absolute;
	z-index: 1;
}
ul.quick_links li a.guide span.icon {
	background-image: url(../img/icon_quicklinks_guide.svg);
	height: 103px;
	width: 130px;
	right: -45px;
	bottom: -5px;
}
ul.quick_links li a.trainging span.icon {
	background-image: url(../img/icon_quicklinks_training.svg);
	height: 99px;
	width: 82px;
	right: -10px;
	bottom: -3px;
}
ul.quick_links li a.map span.icon {
	background-image: url(../img/icon_quicklinks_map.svg);
	height: 96px;
	width: 85px;
	right: -5px;
	bottom: -5px;
}
#banners {
	height: 190px;
	margin-right: 2px;
	margin-left: 2px;
	overflow: hidden;
	position: relative;
	margin-top: 18px;
}
#banners .rslides {
	width: 100%;
	height: 100%;
	position: absolute;
}
#banners .rslides li {
	height: 100%;
	width: 100%;
}
#banners .rslides img {
	height: auto;
	width: 100%;
}
#banners .callbacks_nav {
	position: absolute;
	z-index: 20;
	text-indent: -9999px;
	height: 27px;
	width: 27px;
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 15px !important;
	background-color: #ffbd00;
	top: auto;
}
#banners .callbacks_nav.prev {
	background-image: url(../img/mark06.png);
	right: 15px;
	left: auto;
}
#banners .callbacks_nav.next {
	right: 45px;
	left: auto;
	background-image: url(../img/mark05.png);
}
#banners .callbacks_nav.prev:hover, #banners .callbacks_nav.next:hover {
	background-color: #fff;
}
#banners .callbacks .caption {
	top: 75px;
	left: 40px;
	width: 40%;
}
#banners .callbacks .caption h2 {
	font-size: 22px;
	color: #fff;
	max-width: auto;
	margin-bottom: 10px;
}
#banners .callbacks .caption h1 {
	font-size: 12px;
	color: #fff;
	max-width: auto;
}
#banners .callbacks_tabs {
	display: none;
}
#extra {
	background-color: #1d1611;
	position: relative;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #16100d;
}
#extra * {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
.connector {
	background-color: #d99423;
	position: absolute;
	height: 80px;
	width: 198px;
	top: -50px;
	right: 414px;
}
#news_tabs_wrapper {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	height: 285px;
	clear: both;
}
#news_tabs_container {
	position: relative;
	z-index: 10;
}
#news_tabs {
	display: block;
	position: absolute;
	height: 32px;
	top: -15px;
	right: 15px;
}
#news_tabs * {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
#news_tabs li {
	display: block;
	float: right;
	height: 32px;
	width: 32px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffbd00;
	position: relative;
	margin-left: 5px;
}
#news_tabs li a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2em;
	color: #3f2618;
	text-align: center;
}
#news_tabs li.active {
	background-color: #ffbd00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#news_tabs_content_container {
	position: relative;
	z-index: 5;
}
.news_tab_content {
	display: none;
	padding-top: 35px;
	padding-right: 25px;
	padding-left: 20px;
	box-shadow: none;
	padding-bottom: 5px;
}
.news_tab_content .contents {
	margin: 0px;
	padding: 0px;
}
#raw_statics {
	background-color: #FFF;
	height: 285px;
	margin-top: 185px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
	position: relative;
}
#raw_statics h1.block_title {
	position: absolute;
	top: -15px;
	z-index: 20;
	left: 5px;
}
#raw_statics form {
	position: absolute;
	top: -15px;
	z-index: 20;
	width: 120px;
	left: 178px;
}
#raw_statics_chart {
	height: 260px;
	position: absolute;
	margin: auto;
	left: 2px;
	top: 40px;
	right: 5px;
}
#raw_statics_chart .highcharts-legend {display: none;}
#raw_statics .SumoSelect {background-color: #fff;}
#daily_production {
	background-color: #d99423;
	height: 520px;
}
#daily_production h1.block_title {
	margin-top: 170px;
	margin-bottom: 25px;
	overflow: hidden;
}
#daily_production a {
	font-size: 12px;
	color: #FFF;
	background-color: #16100d;
	background-image: url(../img/mark02.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	text-align: right;
	display: block;
	padding-top: 4px;
	padding-bottom: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 30px;
}
#daily_production a:hover {
	color: #16100d;
	background-color: #FFF;
}
.daily_production_list {
	font-family: 'Lato', sans-serif;
	display: block;
	overflow: hidden;
	position: relative;
}
.daily_production_list li {
	font-size: 12px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	position: relative;
}
.daily_production_list li:nth-child(odd) {
	background-color: #e7c130;
}
.daily_production_list li:hover {
	background-color: #FFF;
}
.daily_production_list li strong {
	color: #430300;
	float: left;
	width: 50%;
	direction: ltr;
	margin-left: 20px;
}
.daily_production_list li span {
	color: #a31001;
	display: block;
	float: left;
	width: 30%;
	text-align: center;
}
#newsletter {
	background-image: url(../img/gred04.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 470px;
	overflow: hidden;
}
#newsletter form {
	display: block;
	width: 85%;
	position: absolute;
	bottom: 30px;
	margin: auto;
	left: 0px;
	right: 0px;
}
#newsletter form h1 {
	font-size: 20px;
	color: #ffbd00;
	background-image: url(../img/icon_newsletter.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	padding-left: 85px;
}
#newsletter form p {
	color: #FFF;
	display: block;
	margin-bottom: 15px;
	line-height: 1.3em;
}
#newsletter input {
	height: 32px;
	background-color: #fff;
	color: #16100d;
	text-indent: 15px;
	display: inline-block;
	width: 220px;
}
#newsletter input:focus {
	background-color: #ffbd00;
	color: #16100d;
}
#newsletter input[type="submit"] {
	height: 32px !important;
	background-color: #ffbd00;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	color: #FFF;
	width: 65px;
	text-align: center;
	text-indent: 0px;
}
#newsletter input[type="submit"]:hover {
	background-color: #fcbd01;
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
#feedback {
	background-color: #3f2618;
	float: left;
	width: 33.3333%;
	margin-bottom: 85px;
	min-height: 575px;
}
#feedback form {
	display: block;
	width: 85%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 115px;
	margin-left: auto;
}
#feedback form h1 {
	font-size: 20px;
	color: #ffbd00;
	margin-bottom: 10px;
}
#feedback form p {
	font-size: 14px;
	color: #FFF;
	display: block;
	margin-bottom: 15px;
	line-height: 1.1em;
}
#feedback input {
	background-color: #fff;
	color: #16100d;
	text-indent: 15px;
	display: block;
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#feedback input:focus {
	background-color: #ffbd00;
	color: #16100d;
}
#feedback textarea {
	background-color: #fff;
	color: #16100d;
	display: block;
	width: 100%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-indent: 15px;
	padding-top: 10px;
	font-size: 13px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15),
        0 10px 0 -5px #fff,
        0 10px 1px -4px rgba(0,0,0,0.15),
        0 20px 0 -10px #fff,
        0 20px 1px -9px rgba(0,0,0,0.15);
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.6em;
}
#feedback input[type="submit"] {
	background-color: #ffbd00;
	font-size: 12px;
	display: inline-block;
	color: #16100d;
	float: right;
	margin-top: -10px;
	position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
	height: auto;
	background-image: url(../img/mark01.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding-right: 25px;
	padding-left: 10px;
	width: auto;
	margin-left: 20px;
	text-indent: 0px;
}
#feedback input[type="submit"]:hover {
	background-color: #fcbd01;
	width: 50%;
}
#location {
	background-color: #16100d;
	float: left;
	width: 66.6667%;
	position: relative;
	margin-bottom: 85px;
	min-height: 575px;
}
#contacts_info {
	background-color: #d99423;
	position: absolute;
	z-index: 5;
	width: 407px;
	top: 0px;
	height: 200px;
	left: 0px;
}
#contacts_info p {
	color: #16100d;
	font-size: 13px;
	margin-bottom: 3px;
	margin-left: 30px;
}
#contacts_info p strong {
	color: #FFF;
	display: inline-block;
	width: 120px;
	font-weight: normal;
}
#contacts_info p a {
	color: #16100d;
}
#contacts_info p a:hover {
	color: #FFF;
}
#contacts_info p:first-child {
	margin-top: 65px;
}
#location_map {
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #3f2618;
}
#location span.line {
	background-color: #d99423;
	position: absolute;
	z-index: 8;
	height: 6px;
	width: 30%;
	bottom: -6px;
	display: block;
	right: 0px;
}
#block_bg {
	overflow: hidden;
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#block_bg img {
	position: absolute;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#block_bg .gred {
	background-color:#f1f2f3;
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
}
#footer {
	background-image: url(../img/footerr_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #e2f0fc;
	padding-top: 0px;
	padding-bottom: 55px;
	overflow: hidden;
	position: relative;
}
#footer * {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
#footer p {
	font-size: 12px;
	color: #095BA4;
	display: block;
	line-height: 1.4em;
}
#footer p.copyrights {
}
#footer a {
	color: #ffbd00;
}
#footer a:hover {
	color: #fcbd01;
}
#footer p.powered {
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 5px;
}
#footer p.copyrights_note {max-width:50%;}
#footer ul li {
    display: inline-block;
    margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px
}
#footer ul li::after {
    content: "|";
    margin-left: 10px;
	color: #fff;
	font-size: 11px;
}
#footer ul li:last-child:after {
	font-size: 0px;
}
.SlectBox, .SlectBoxa {
	padding: 5px;
}
.SelectClass {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.SumoSelect > .optWrapper > .options > li {
	-moz-transition: 200ms ease;
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
}
.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
.SumoSelect {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.SumoSelect > .CaptionCont {
	5position: relative;
	margin: 0px;
	line-height: 2.5em;
	/*background-color: #FFF;*/
	height: 32px;
	padding: 0px;
}
.SumoSelect > .CaptionCont > span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #16100d;
	font-size: 14px;
	line-height: 2em;
	height: 32px;
	margin-left: 40px;
}
.SumoSelect > .CaptionCont > span.placeholder {
	color: #ccc;
	font-style: italic;
}
.SumoSelect > .CaptionCont > label {
	position: absolute;
	top: 0px;
	width: 32px;
	margin: 0px;
	height: 32px;
	padding: 0px;
	left: 0px;
}
.SumoSelect > .CaptionCont > label > i {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	background-color: #ffbd00;
	background-image: url(../img/mark07.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.SumoSelect > .optWrapper {
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -100;
}
.SumoSelect > .optWrapper.open {
	top: 100%;
	visibility: visible;
	opacity: 1;
	z-index: 1000;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.SumoSelect > .optWrapper > .options {
	display: block;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	max-height: 250px;
}
.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 100%;
}
.SumoSelect > .optWrapper > .options > li {
	position: relative;
	color: #03529b;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	background-image: none;
}
.SumoSelect > .optWrapper > .options > li:first-child {
	border-radius: 3px 3px 0px 0px;
}
.SumoSelect > .optWrapper > .options > li:last-child {
	border-bottom: none;
	border-radius: 0px 0px 3px 3px;
}
.SumoSelect > .optWrapper > .options > li:hover {
	background-color: #19130f;
}
.SumoSelect > .optWrapper > .options > li label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	color: #666666;
	margin: 0px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 14px;
	cursor: pointer;
}
.SumoSelect > .optWrapper > .options > li:hover label {
	color: #fff;
}
.SumoSelect > .optWrapper > .options > li span {
	display: none;
}
.SumoSelect > .optWrapper.isFloating {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 90%;
	bottom: 0px;
	margin: auto;
	max-height: 90%;
}
.SumoSelect:hover > .CaptionCont > label {}
.SumoSelect > .optWrapper > .options > li.disabled {
	background-color: inherit;
}
.SumoSelect > .optWrapper > .options > li.disabled * {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options > li {
	padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple > .options > li span {
	position: absolute;
	display: block;
	width: 30px;
	top: 0px;
	left: 0px;
	bottom: 0px;
}
.SumoSelect > .optWrapper.multiple > .options > li span i {
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 16px;
	height: 16px;
	border: 1px solid #CCC;
}
.SumoSelect > .optWrapper > .MultiControls {
	display: none;
	background-color: #f0373b;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
	display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
	padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
	background-color: #ee3e42;
	color: #FFF;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
	border-right: 1px solid #DBDBDB;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
}
.SumoSelect > .optWrapper.isFloating > .options > li {
	padding: 7px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options > li {
	padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
	padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options > li.selected span i {
	background-image: url(../img/checkbox-checked.png);
}
.SumoSelect.disabled {
	opacity: 0.7;
}
.SumoSelect.disabled > .CaptionCont > label {
	background-color: #F1F1F1;
}
.SumoSelect > .optWrapper > .options > li.optGroup {
	padding-left: 5px;
	text-decoration: underline;
}
.picker-element {
*left: -9999px;
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.picker {
	cursor: pointer;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.radio_center {
	padding-left: 150px;
}
.picker .picker-label {
	cursor: pointer;
	display: block;
	float: left;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.picker .picker-handle {
	display: block;
	float: left;
	height: 26px;
	width: 26px;
	margin-top: 4px;
	margin-bottom: 0px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 3px solid #ebebeb;
	margin-right: 10px;
}
.picker.focus .picker-label {
	color: #555;
}
.picker.focus .picker-handle {
	border-color: #aaa;
}
.picker.picker-radio .picker-handle {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.picker.picker-radio .picker-flag {
	display: block;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-khtml-border-radius: 50px;
	-webkit-border-radius: 50px;
	height: 16px;
	width: 16px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.picker.picker-radio.focus .picker-flag {
	background: #ddd;
}
.picker.picker-radio.checked .picker-flag {
	background: #03529b;
}
.picker.picker-checkbox .picker-handle {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.picker.picker-checkbox .picker-flag {
	display: block;
	height: 100%;
	margin: 0;
	width: 100%;
}
.picker.picker-checkbox.checked .picker-flag {
	background-image: url(../img/jquery.fs.picker-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.picker.picker-toggle {
	padding: 20px 0 0;
	position: relative;
}
.picker.picker-toggle .picker-toggle-label {
	color: #999;
	font-size: 12px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
}
.picker.picker-toggle .picker-toggle-label.on {
	left: 0;
}
.picker.picker-toggle .picker-toggle-label.off {
	color: #333;
	right: 0;
}
.picker.picker-toggle .picker-label {
	display: none;
}
.picker.picker-toggle .picker-handle {
	border-radius: 3px;
	height: 20px;
	position: relative;
	width: 100%;
}
.picker.picker-toggle .picker-flag {
	background: #666;
	border-radius: 2px;
	display: block;
	height: 100%;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 0;
	width: 50%;
	-webkit-transition: left 0.1s linear;
	-moz-transition: left 0.1s linear;
	-ms-transition: left 0.1s linear;
	-o-transition: left 0.1s linear;
	transition: left 0.1s linear;
}
.picker.picker-toggle.checked .picker-toggle-label.on {
	color: #333;
}
.picker.picker-toggle.checked .picker-toggle-label.off {
	color: #999;
}
.picker.picker-toggle.checked .picker-flag {
	background: #666;
	left: 0;
}
.picker.disabled {
	cursor: default;
	opacity: 0.5;
}
.picker.disabled .picker-label {
	cursor: default;
}
.picker.disabled .picker-handle {
	cursor: default;
}
.scrollup {
	width: 50px;
	height: 30px;
	display: none;
	color: #FFF;
	background-image: url(../img/mark11.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0px;
	background-color: #d99423;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.scrollup:hover {
	background-color: #fff;
	width: 30px;
	height: 50px;
}