@charset "utf-8";
body{
	background-image: url(../img/bg.jpg);
	background-color: #e9e9e9;
	background-repeat: no-repeat;
	background-position: center top;
}
.top-menu{
  background-image: url(../img/bg_menu@2x.png);
  height: 62px;
  overflow: hidden;
}
#interface_header {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 50px;
  z-index: 10;
  background-image: url(../img/bg_menu@2x.png);
  background-position: center top;
  background-repeat: repeat-x;
  height: 60px !important;
}



@media screen and (min-width: 1024px){
	#interface_header {
		display: block;
	}
}
.space-privileges-menu{
	width: 100%;
	height: 62px;
}
.row_ais {
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  background-position: top center;
  padding: 0px 0px;
  clear: both;
}
.row_ais ul.desktop-menu{
	list-style: none;
	text-align: center;
	display: inline-block;
	float: left;
	min-width: 520px;
	max-width: 100%;
	margin: 0px;
}
.row_ais ul.desktop-menu li{
	display: inline-block;
	float: left;
	text-align: center;


}
.row_ais ul.desktop-menu li.360logo{
	padding:10px 20px;
}


@media screen and (min-width: 1024px){
.row_ais ul.desktop-menu li.padding{
	padding:14px 40px;
}
.row_ais ul.desktop-menu li.360logo{
	padding:10px 20px;
}

}
.row_ais ul.desktop-menu li.active {
	background-color: #e6e3e2;
}
.desktop-menu .current{
	background-color: #efefef;
}
.row_ais ul.desktop-menu li.open{
	background-color: #eae7e6;
}
.row_ais ul.desktop-menu li a{
	color: #473b36;
	font-family: 'db_helvethaicaais_x65_med';
	font-size: 16px;
}
.row_ais ul.desktop-menu li a:hover{
	text-decoration:none;
}
.row_ais ul.desktop-membermenu{
	list-style: none;
	text-align: center;
	display: inline-block;
	float: right;
}
.row_ais ul.desktop-membermenu li{
	display: inline-block;
	text-align: center;
	padding:13px 15px;
}
.row_ais ul.desktop-membermenu li a{
	color: #473b36;
	font-family: 'db_helvethaicaais_x65_med';
	font-size: 14px;
}
.row_ais.desktop-row-submenu ul{
	margin: 0px;
	padding: 0px;
}
.desktop-row-submenu {
	background-color: #e8e5e4;
}
.desktop-submenu {
	display: none;
	min-width: 300px;
	max-width: 1200px;
	list-style: none;
	text-align: center;
	margin: 0px;
	text-decoration:none;
}
.desktop-submenu li{
	display: inline-block;
	text-align: center;
	padding:20px 20px;
}
.desktop-submenu li a{
	color: #473b36;
	font-family: 'db_helvethaicaais_x65_med';
	font-size: 14px;
}
.desktop-submenu li a:hover{
	text-decoration:none;
}
.desktop-submenu li.active{
	background-color: #cfcccb;
}
.desktop-row-3rdsubmenu{
	background-color: #cfcccb;
}

.desktop-row-3rdsubmenu ul{
	margin: 0px;
	padding: 0px;
}

.desktop-3rdsubmenu{
	display: none;
	min-width: 300px;
	max-width: 1200px;
	list-style: none;
	text-align: center;
	margin: 0px;
}
.row_ais ul.desktop-3rdsubmenu li{
	display: inline-block;
	text-align: center;
	padding:20px 20px;
}
.row_ais ul.desktop-3rdsubmenu li a{
	color: #473b36;
	font-family: 'db_helvethaicaais_x65_med';
	font-size: 14px;
}
.row_ais ul.desktop-3rdsubmenu li.active{
	background-color: #A09E9E;
}
.clear{
	clear: both;
}
/* Hero Banner */
#container .hero-banner{
	width: 100%;
    height: auto;
}
#container .hero-banner #owl-hero-banner .item{
	height: auto !important;
	margin: auto !important;
}
#container .hero-banner #owl-hero-banner .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-home .owl-controls {
    margin-top: -24px;
    text-align: center;
    margin-bottom: 0px;
}
.owl-home .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 5px;
    margin: 5px 7px;
    background: #423530;
}
.owl-home .owl-controls .owl-page.active span {
	background: #df5430;
}
.btn-scroll{
	background-image: url(../img/btn_scroll.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 131px;
	height: 131px;
	position: fixed;
	bottom: 10px;
	left: 45%;
	z-index: 999;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.btn-scroll:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
@media (max-width: 767px) {
	.btn-scroll{

	}
}
@media screen and (min-width: 768px){
	.hamburger .primary-link {
		background-color: #000000;
	}
}
