/*menu*/
.nav-list {
	text-align: left;
}
.nav-item {
	float: left;
 *display:inline;
	zoom: 1;
	position: relative;
	height: 80px;
}
.nav-item.nav-item5 {
	border: 0;
}
.nav-item a {
	display: block;
	padding: 30px 20px;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: background 300ms linear 0s;
	-moz-transition: color 300ms linear 0s;
	-o-transition: color 300ms linear 0s;
}
.nav-item > a:hover {
	color: #fff;
	background: #149FEB;
}
.nav-item:hover .nav-submenu {
	display: block;
}
a.active {
	color: #fff;
	background: #1375b3;
}
/* Navigation submenu */
.nav-submenu {
	display: none;
	position: absolute;
	display: none;
	background: #fff;
	padding: 6px 10px;
	position: absolute;
	top: 57px;
	border-bottom: 1px solid #060001;
	border-right: 1px solid #060001;
	border-left: 1px solid #060001;
	width: 90%;
}
.nav-submenu-item {
	width: 100%;
}
.nav-submenu-item a {
	padding: 5px 14px;
	margin: 0;
	line-height: 14px;
	font-size: 14px;
	font-weight: 400;
	color: #595757;
	border: none;
}
.nav-submenu-item a:hover {
	color: #fff;
	outline: 0;
	background: url(/images/li_bg.png) repeat-x;
	border-right: 1px solid #DF2221;
	border-left: 1px solid #DF2221;
}
/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/mobile_nav.png) no-repeat center center;
	height: 50px;
	width: 50px;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	height: 49px;
	width: 50px;
	cursor: pointer;
}
.nav-click i {
	display: block;
	height: 48px;
	width: 48px;
	background: url(../images/drop.svg) no-repeat center center;
	background-size: 20px;
}
.nav-click:hover {
	background-color: #C50434;
}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*  menu  end */
.header_top_nav {
	margin: 13px 0 0;
	float: right;
}
.header_top_nav li {
	float: left;
	border-left: 1px solid #888889;
	padding: 0 8px;
}
.header_top_nav li:first-child {
	border: none;
}
.header_top_nav li a {
	color: #000;
}
.header_top_nav li a:hover {
	color: #D54900;
}
.sf-menu li a.active {
	color: #e50038;
}
/*nivo.slider*/ 
.nivo-caption {
	display: none!important;
}
#google_translate_element {
  position: absolute;
  right: 28px;
}
.lang_bar{
	position: absolute;
  right: 0;
  width: 22px;
  height: 18px;
  border: 1px solid #e5e5e5;
  border-top: 1px solid #999;
  background: #fff;
  text-align: center;
  padding-top: 4px;
}
/*RWD*/
/*@media only screen and (min-width: 320px) and (max-width: 953px) {
.nav-mobile {
	display: block;
}
.nav {
	width: 100%;
	padding: 50px 0 0;
	top: 0px;
	border: none;
	background: none;
}
.nav-list {
	display: none;
}
.nav-item {
	width: 100%;
	float: none;
}
.nav-item > a {
	padding: 15px;
}
.nav-click {
	display: block;
}
.nav-mobile-open {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
.nav-item:hover .nav-submenu {
	display: none;
}
.nav-submenu {
	position: static;
	width: 100%;
}
#slider-wrapper {
	width: 100%;
	height: auto;
}
#slider {
}
.nivo-controlNav {
	z-index: 99!important;
}
.nav {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
}
.nav-list {
	text-align: left;
}
.nav-item {
	float: left;
 *display:inline;
	zoom: 1;
	position: relative;
}
.nav-item a {
	display: block;
	color: #FFF;
	padding: 15px 20px;
	margin: 0;
	line-height: 18px;
}
.nav-item > a:hover {
	color: #fff
}
/* Navigation submenu */
/*.nav-submenu {
	display: none;
	position: static;
	left: 0;
	width: 100%;
	padding: 0;
	border: none;
}
.nav-submenu-item a {
	background: #FFBC4C;
	border-bottom: 1px solid #FAD486;
	display: block;
	padding: 15px;
}
.nav-submenu-item a:hover {
	background: #FFBC4C;
	border-right: 0;
	border-left: 0;
}
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
.nivo-caption p {
	height: 0px;
	overflow: hidden;
}
}
@media only screen and (min-width: 769px) and (max-width: 953px) {
.nivo-caption p {
	height: 80px;
	overflow: hidden;
}
}
*/
