/*Top Bar (login, search etc.)
------------------------------------*/
.top {
	padding: 7px 0 8px;
}
.loginbar {
	margin: 0;
	padding: 0;
	z-index: 9999;
	list-style: none;
	position: relative;
}
.loginbar li {
	display: inline;
	list-style: none;
	padding-bottom: 15px;
}
.loginbar li a, .loginbar li a:hover {
	color: #7c8082;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.loginbar li.devider {
	top: -1px;
	padding: 0;
	font-size: 8px;
	position: relative;
	margin: 0 6px 0 2px;
	font-family: Tahoma;
	border-right: solid 1px #bbb;
}
.loginbar i {
	color: #999;
	font-size: 18px;
	margin-top: 3px;
	cursor: pointer;
}
/*Lenguages*/
.loginbar li ul {
	top: 30px;
	margin: 0;
	left: -6px;
	display: none;
	padding-top: 4px;
	position: absolute;
	border-radius: 3px;
	padding-bottom: 4px;
	background: #f0f0f0;
}
.loginbar li:hover ul {
	display: block;
}
.loginbar li ul li {
	padding-bottom: 0;
	display: list-item;
	position: relative;
	margin-bottom: 1px;
}
.loginbar li ul li a {
	color: #555;
	display: block;
	min-width: 85px;
	font-size: 10px;
	padding: 2px 12px;
	background: #f0f0f0;
	text-decoration: none;
}
.loginbar li ul li a:hover, .loginbar li ul li.active a {
	opacity: 1 !important;
	color: #555 !important;
	font-size: 10px !important;
	text-shadow: none !important;
	background: #fafafa !important;
}
.loginbar li ul li.active i {
	top: 2px;
	right: -5px;
	font-size: 14px;
	cursor: default;
	position: absolute;
	text-shadow: 0 1px 0 #e9e9e9;
}
.loginbar i.icon-globe {
	color: #bbb;
	font-size: 13px;
	margin: 3px 3px 0 0;
}
.loginbar li i.icon-sort-up {
	top: 21px;
	left: -1px;
	color: #eee;
	display: none;
	font-size: 14px;
	cursor: default;
	position: absolute;
}
.loginbar li:hover i.icon-sort-up {
	display: block;
}
.loginbar li:hover i.icon-ok {
	top: -2px;
	color: #aaa;
}
/*Header (logo and menu)
------------------------------------*/
.header {
	z-index: 999;
	position: relative;
	background: url(header1_res/index03.jpg) top repeat-x #317bc8;
	min-height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #174bb9
}
.header .container {
	position: relative;
}
.header1 {
	z-index: 999;
	position: relative;
	border-bottom: solid 1px #9fbee2;
	background-color: #3274c1;
	min-height: 138px;
	background: url(header1_res/index.jpg) top repeat-x
}
.header1 .container {
	position: relative;
	background: url(header1_res/index02.jpg) top right no-repeat;
	min-height: 138px
}
.search-open {
	margin-top: 0
}
.search-open .lan a {
	color: #FFF
}
.search-open .lan {
	padding-bottom: 15px;
	padding-top: 10px;
	line-height: 30px
}
.logo {
	position: absolute;
	top: -5px;
	left: 0;
}
/*Menu*/
.navbar, .navbar-inner, .nav, .navbar-inverse {
	filter: none;
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.nav i.icon-sort-up {
	position: absolute;
	font-size: 13px;
	bottom: -6px;
}
.navbar-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.navbar .nav > li {
	display: block;
	position: relative;
}
.navbar .nav > li > a {
	display: block;
	font-size: 15px;
	font-weight: 400;
	text-shadow: none;
	padding: 8px 30px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	border-left: 1px solid #98bde4;
	border-right: 1px solid #98bde4
}
.collapse.in ul {
	margin-top: 10px !important;
}
.collapse.in li a {
	padding: 0 10px;
	border-bottom: solid 1px #eee;
	background: none;
}
.collapse.in li a:hover, .collapse.in li a.dropdown-toggle {
	border-bottom: solid 1px #fff !important;
	background: none;
}
.collapse.in ul.dropdown-menu {
	margin-bottom: 5px;
}
.collapse.in ul.dropdown-menu a {
	padding: 5px;
	border-bottom: solid 1px #bbb;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	margin: 0 !important;
	border-radius: 0 !important;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #fff;
	border-left: solid 1px #98bde4;
	border-right: 1px solid #98bde4;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:focus {
	color: #fff;
	background: none;
	border-left: solid 1px #98bde4;
	border-right: 1px solid #98bde4;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar .nav > .active > a:hover {
	color: #fff;
	background: none;
	border-left: solid 1px #98bde4;
	border-right: 1px solid #98bde4;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*Arrow for menu*/
.navbar .nav > li > a .caret {
	margin: 9px 0 0 3px !important;
	border-top-color: #72c02c!important;
	border-bottom-color: #72c02c !important;
}
/*Dropdown Menu*/
.dropdown-menu {
	padding: 0;
	border: none;
	margin-top: 0;
	min-width: 200px;
	border-radius: 0;
	border-top: solid 2px #174bb9;
	border-bottom: solid 2px #174bb9;
	z-index: 9999 !important;
}
.dropdown-menu li a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 6px 15px;
	border-bottom: solid 1px #eee;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	color: #ffffff;
	background: #174bb9 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	filter: none !important;
}
.dropdown-menu .active > a {
	color: #ffffff !important;
	background: #174bb9 !important;
	filter: none !important;
}
.navbar .btn-navbar {
	padding: 10px 15px;
	margin-top: 1px;
	margin-right: 0;
	background: #174bb9;
	border: none !important;
}
.navbar .btn-navbar:hover {
	background: #317bc8;
}
.navbar .btn-navbar span, .navbar .btn-navbar:hover span {
	background: #fff !important;
	box-shadow: none !important;
}
.navbar .nav > li > .dropdown-menu:after {
	left: 19px;
}
.navbar .nav > li > .dropdown-menu:before {
	left: 18px;
	border-bottom: none;
}
.navbar .nav > li > .dropdown-menu:after {
	left: 50px;
	border-top-color: #174bb9 !important;
	border-bottom-color: #174bb9 !important;
}
/*Serach*/
.navbar .search-open {
	right: 0;
	top: 44px;
	display: none;
	padding: 15px;
	position: absolute;
	background: #fcfcfc;
	border-top: solid 2px #eee;
}
.navbar .search-open form, .navbar .search-open .input-append {
	margin: 0 !important;
}
.navbar a.search i.icon-remove {
	top: 2px;
	font-size: 18px;
	position: relative;
}
.navbar .nav > li > a.search {
	color: #aaa;
	cursor: pointer;
	background: #f7f7f7;
	padding: 8px 12px 10px;
	border-bottom-color: #aaa;
}
.navbar .nav > li > a.search:hover {
	color: #72c02c;
	border-bottom-color: #72c02c;
}
/*Fancybox for gallery page*/
.fancybox-overlay.fancybox-overlay-fixed {
	z-index: 9999;
}
.slideBox {
	width: 100%;
	height: 347px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul {
	margin: 0
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative
}
.slideBox .bd img {
	width: 100%;
	height: 347px;
}
.slideBox .bd li p {
	position: absolute;
	top: 50px;
	left: 10%;
	background: url(header1_res/index14.png);
	font-size: 14px;
	font-family: "微软雅黑";
	color: #FFF;
	line-height: 30px;
	padding: 5px 15px;
	border-radius: 5px
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 40px;
	height: 40px;
	background: url(header1_res/slider-arrow.png) -107px 5px no-repeat #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	border-radius: 25px
}
.slideBox .next {
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 40px;
	height: 40px;
	background: url(header1_res/slider-arrow.png) 10px 5px no-repeat #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	border-radius: 25px
}
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
.header2 {
	z-index: 1;
	position: relative;
	border-bottom: solid 0px #d8d8d8;
	min-height: 87px;
	text-align: center;
	line-height: 1;
	padding: 0 2%
}
.headertongzhi {
	z-index: 1;
	position: relative;
	border-bottom: solid 1px #d8d8d8;
	min-height: 33px;
	text-align: center;
	line-height: 1;
	padding: 0 2%;
	width: 1000px;
	margin: 0 auto;
}
.header2 .TWEETS {
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	padding: 22px 19px 20px 19px;
	border-bottom: 4px solid #FFF;
	margin: 0 17px;
	float: left;
	transition: all 0.3s ease-out 0s;
}
.header2 .TWEETS span {
	color: #636363;
	font-size: 15px;
	padding-bottom: 22px;
	display: block
}
.header2 .TWEETS:hover {
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.3s ease-out 0s;
	overflow: hidden;
}
.header2 .PHOTOS_VIDEOS {
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	padding: 22px 22px 20px 22px;
	border-bottom: 4px solid #FFF;
	margin: 0 15px;
	float: left;
	transition: all 0.3s ease-out 0s;
}
.header2 .PHOTOS_VIDEOS span {
	color: #636363;
	font-size: 15px;
	padding-bottom: 22px;
	display: block
}
.header2 .PHOTOS_VIDEOS:hover {
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.3s ease-out 0s;
	overflow: hidden;
}
.header2 .PHOTOS_PIC {
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 2px 20px 2px;
	border-bottom: 4px solid #FFF;
	margin: 0 30px;
	float: left
}
.header2 .PHOTOS_PIC span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .PHOTOS_PIC:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .PHOTOS_PIC:hover span {
	color: #636363
}
.header2 .FOLLOWING {
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 6px 20px 6px;
	border-bottom: 4px solid #FFF;
	margin: 0 10px;
	float: left
}
.header2 .FOLLOWING span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .FOLLOWING:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .FOLLOWING:hover span {
	color: #636363
}
.header2 .FOLLOWERS {
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 6px 20px 6px;
	border-bottom: 4px solid #FFF;
	margin: 0 10px;
	float: left
}
.header2 .FOLLOWERS span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .FOLLOWERS:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .FOLLOWERS:hover span {
	color: #636363
}
.header2 .FAVORITES {
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 6px 20px 6px;
	border-bottom: 4px solid #FFF;
	margin: 0 10px;
	float: left
}
.header2 .FAVORITES span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .FAVORITES:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .FAVORITES:hover span {
	color: #636363
}
.header2 .more01 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	background: #317ac7;
	border-radius: 5px;
	padding: 0 10px;
	vertical-align: top;
	margin-top: 30px;
	float: left
}
.header2 .more01 a {
	color: #FFF
}
 @media(min-width:768px) and (max-width:979px) {
.search-open {
	margin-top: 0
}
.search-open .lan a {
	color: #FFF
}
.search-open .lan {
	padding-bottom: 55px;
	line-height: 30px
}
.header2 .TWEETS {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 10px 20px 10px;
	border-bottom: 4px solid #FFF;
	margin: 0
}
.header2 .TWEETS span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .TWEETS:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .TWEETS:hover span {
	color: #636363
}
.header2 .PHOTOS_VIDEOS {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 10px 20px 10px;
	border-bottom: 4px solid #FFF;
	margin: 0
}
.header2 .PHOTOS_VIDEOS span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .PHOTOS_VIDEOS:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .PHOTOS_VIDEOS:hover span {
	color: #636363
}
.header2 .FOLLOWING {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 10px 20px 10px;
	border-bottom: 4px solid #FFF;
	margin: 0
}
.header2 .FOLLOWING span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .FOLLOWING:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .FOLLOWING:hover span {
	color: #636363
}
.header2 .FOLLOWERS {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 10px 20px 10px;
	border-bottom: 4px solid #FFF;
	margin: 0
}
.header2 .FOLLOWERS span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .FOLLOWERS:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .FOLLOWERS:hover span {
	color: #636363
}
.header2 .FAVORITES {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 10px 20px 10px;
	border-bottom: 4px solid #FFF;
	margin: 0
}
.header2 .FAVORITES span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .FAVORITES:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .FAVORITES:hover span {
	color: #636363
}
.header2 .more01 {
	display: inline-block;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background: #317ac7;
	border-radius: 5px;
	padding: 0 10px;
	vertical-align: top;
	margin-top: 30px
}
.header2 .more01 a {
	color: #FFF
}
}
 @media(max-width:767px) {
.search-open {
	margin-top: 0
}
.search-open .lan a {
	color: #FFF
}
.search-open .lan {
	padding-bottom: 60px;
	line-height: 30px
}
.span3 {
	width: 70%
}
.header2 .TWEETS {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 8px 20px 8px;
	border-bottom: 4px solid #FFF;
	margin: 0
}
.header2 .TWEETS span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .TWEETS:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .TWEETS:hover span {
	color: #636363
}
.header2 .PHOTOS_VIDEOS {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 8px 20px 8px;
	border-bottom: 4px solid #FFF;
	margin: 0
}
.header2 .PHOTOS_VIDEOS span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .PHOTOS_VIDEOS:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .PHOTOS_VIDEOS:hover span {
	color: #636363
}
.header2 .FOLLOWING {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 8px 20px 8px;
	border-bottom: 4px solid #FFF;
	margin: 0
}
.header2 .FOLLOWING span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .FOLLOWING:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .FOLLOWING:hover span {
	color: #636363
}
.header2 .FOLLOWERS {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 8px 20px 8px;
	border-bottom: 4px solid #FFF;
	margin: 0
}
.header2 .FOLLOWERS span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .FOLLOWERS:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .FOLLOWERS:hover span {
	color: #636363
}
.header2 .FAVORITES {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 8px 20px 8px;
	border-bottom: 4px solid #FFF;
	margin: 0
}
.header2 .FAVORITES span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .FAVORITES:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .FAVORITES:hover span {
	color: #636363
}
.header2 .more01 {
	display: inline-block;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background: #317ac7;
	border-radius: 5px;
	padding: 0 10px;
	vertical-align: top;
	margin-top: 30px
}
.header2 .more01 a {
	color: #FFF
}
}
 @media(max-width:640px) {
.header2 {
	z-index: 999;
	position: relative;
	border-bottom: solid 1px #d8d8d8;
	min-height: 87px;
	text-align: left;
	line-height: 1
}
.header2 .TWEETS {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 0 20px 0;
	border-bottom: 4px solid #FFF;
	margin: 0;
	width: 30%;
	text-align: center
}
.header2 .TWEETS span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .TWEETS:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .TWEETS:hover span {
	color: #636363
}
.header2 .PHOTOS_VIDEOS {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 0 20px 0;
	border-bottom: 4px solid #FFF;
	margin: 0;
	width: 30%;
	text-align: center
}
.header2 .PHOTOS_VIDEOS span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .PHOTOS_VIDEOS:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .PHOTOS_VIDEOS:hover span {
	color: #636363
}
.header2 .FOLLOWING {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 0 20px 0;
	border-bottom: 4px solid #FFF;
	margin: 0;
	width: 30%;
	text-align: center
}
.header2 .FOLLOWING span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .FOLLOWING:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .FOLLOWING:hover span {
	color: #636363
}
.header2 .FOLLOWERS {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 0 20px 0;
	border-bottom: 4px solid #FFF;
	margin: 0;
	width: 30%;
	text-align: center
}
.header2 .FOLLOWERS span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .FOLLOWERS:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .FOLLOWERS:hover span {
	color: #636363
}
.header2 .FAVORITES {
	display: inline-block;
	color: #317ac7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding: 22px 0 20px 0;
	border-bottom: 4px solid #FFF;
	margin: 0;
	width: 30%;
	text-align: center
}
.header2 .FAVORITES span {
	color: #636363;
	font-size: 14px;
	padding-bottom: 22px;
	display: block
}
.header2 .FAVORITES:hover {
	border-bottom: 4px solid #317ac7;
	color: #202020
}
.header2 .FAVORITES:hover span {
	color: #636363
}
.header2 .more01 {
	display: inline-block;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background: #317ac7;
	border-radius: 5px;
	padding: 0 10px;
	vertical-align: top;
	margin-top: 30px;
	margin-left: 8%
}
.header2 .more01 a {
	color: #FFF
}
}
 @media(max-width:480px) {
.logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 86px;
	width: 100%
}
.logo img {
	width: 95%
}
}
