/**绂佹鍝嶅簲寮忓竷灞�**/
.container{
	width: 1220px !important;
	/* min-width: 1220px !important; */
}
* {
    margin: 0;
    padding: 0;
}
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	overflow:hidden;
	width: 100%;
	height: 0px;
	font-size: 0px;
	line-height: 0;
}

::selection {
	background: #990100;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #1ABC9C; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #1ABC9C; /* Safari */
	color: #FFF;
	text-shadow: none;
}

:active,
:focus { outline: none !important; }


/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	/**绂佹鍝嶅簲寮忓竷灞�**/
    min-width: 1220px !important;
	color: #444;
	font-size:14px;
	font-family: 'Microsoft YaHei', NSimSun, SimSun !important; 
	line-height: 1.5;
}

a {
	color: #444;
	text-decoration: none !important;
}

a:hover { color: rgb(184, 16, 16)!important; }

a img { margin-bottom: 5px; border: none;}

img { /* max-width: 100%; */ }

iframe { border: none !important; }


/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 30px 0;
	color: #444;
	font-weight: 600;
	line-height: 1.5;
}

h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 30px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span { color: rgb(153, 1, 0); }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 30px; }

small { font-family: 'Lato', sans-serif; }

#wrapper {
	position: relative;
	float: none;
	margin: 0 auto;
	width: 1220px;
	background-color: #E4E4E4;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


.inline-block {
	float: none !important;
	display: inline-block !important;
}

.center { text-align: center !important; }

.divcenter {
	position: relative !important;
	float: none !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.bgcolor,
.bgcolor #header-wrap { background-color: #1ABC9C !important; }

.color { color: rgb(153, 1, 0) !important; }

.border-color { border-color: #1ABC9C !important; }

.nobg { background: none !important; }

.nobgcolor { background-color: transparent !important; }

.bgicon {
	position: absolute;
	right: -50px;
	bottom: -60px;
	display: block;
	color: rgba(0,0,0,0.1);
	font-size: 210px;
}



/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/


.section {
	position: relative;
	overflow: hidden;
	margin: 5px 0;
	margin-bottom: 43px;
       padding: 5px 0;
}

.parallax {
	overflow: hidden;
	background-color: transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.mobile-parallax,
.video-placeholder {
	background-position: center center;
	background-size: cover !important;
	background-attachment: scroll !important;
}

.section .container { z-index: 2;
  padding: 30px 40px 10px; 
background: rgb(249, 249, 249);}

/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/


.postcontent { width: 925px; }
.postcontent.bothsidebar { width: 580px; }
.sidebar { width: 240px; }
.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
body.stretched .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	position: relative;
	float: left;
	display: block;
	margin-right: 4%;
	margin-bottom: 50px;
}

.postcontent,
.sidebar { margin-right: 25px !important;
	/*box-shadow: 1px 1px 1px #D1D1D1;*/
}

.col_full {
	float: none;
	clear: both;
	margin-right: 0;
}

.postcontent.col_last,
.sidebar.col_last { float: right;
border-radius: 5px;
background-color: #FFF;
box-shadow:1px 1px 1px #D1D1D1 }

.col_last {
	clear: right;
	margin-right: 0 !important;
}
.sidebar.nobottommargin.col_last.clearfix>h4 {
    padding-top: 20px;
    padding-left: 16px;
}



/* ----------------------------------------------------------------
	Swiper Slider
-----------------------------------------------------------------*/


.swiper-container {
	position:relative;
	z-index:1;
	overflow:hidden;
	margin:0 auto;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
}

.swiper-wrapper {
	position:relative;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width:100%;
	-webkit-transition-timing-function:ease;
	-o-transition-timing-function:ease;
	transition-timing-function:ease;
	-webkit-transition-duration:0s;
	-o-transition-duration:0s;
	transition-duration:0s;
	-webkit-transition-property:-webkit-transform, left, top;

	-o-transition-property:-o-transform, left, top;

	transition-property:transform, left, top;
	-webkit-transform:translate3d(0px,0,0);
	-o-transform:translate3d(0px,0,0);
	-o-transform:translate(0px,0px);
	transform:translate3d(0px,0,0);
}

.swiper-free-mode > .swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-slide { float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y; }
.swiper-wp8-vertical { -ms-touch-action: pan-x; }


/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/


#top-bar {
	position: relative;
	height: 45px;
	border-bottom: 1px solid #EEE;
	font-size: 13px;
	line-height: 44px;
}


#top-bar .col_half { width: auto; }


/* ----------------------------------------------------------------
	Top Links
-----------------------------------------------------------------*/


.top-links {
	position: relative;
	float: left;
}

.top-links ul {
	margin: 0;
	list-style: none;
}

.top-links ul li {
	position: relative;
	float: left;
	height: 44px;
	border-left: 1px solid #EEE;
}

.top-links ul li:first-child,
.top-links ul ul li { border-left: 0 !important; }

.top-links li > a {
	display: block;
	padding: 0 12px;
	height: 44px;
	color: #666;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.top-links li i {
	position: relative;
	top: 1px;
}

.top-links li i.icon-angle-down { margin: 0 0 0 2px !important; }

.top-links li i:first-child { margin-right: 2px; }

.top-links li.full-icon i {
	top: 2px;
	margin: 0;
	font-size: 14px;
}

.top-links li:hover { background-color: #EEE; }

.top-links ul ul,
.top-links ul div.top-link-section {
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 210;
	display: none;
	margin: 0;
	width: 140px;
	border: 0;
	border-top: 1px solid #1ABC9C;
	border-bottom: 1px solid #EEE;
	background: #FFF;
	-webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
	line-height: 1.5;
	pointer-events: none;
}

.top-links li:hover ul,
.top-links li:hover div.top-link-section { pointer-events: auto; }

.top-links ul ul li {
	float: none;
	height: 36px;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #EEE;
}

.top-links ul ul li:hover { background-color: #F9F9F9; }

.top-links ul ul li:first-child {
	border-top: none !important;
	border-left: 1px solid #EEE;
}

.top-links ul ul a {
	height: 36px;
	font-size: 12px;
	line-height: 36px;
}

.top-links ul ul img {
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: 4px;
	width: 16px;
	height: 16px;
}

.top-links ul ul.top-demo-lang img {
	top: 4px;
	width: 16px;
	height: 16px;
}

.top-links ul div.top-link-section {
	left: 0;
	padding: 25px;
	width: 280px;
}

.fright .top-links ul div.top-link-section,
.top-links.fright ul div.top-link-section {
	right: 0;
	left: auto;
}


/* ----------------------------------------------------------------
	Top Social
-----------------------------------------------------------------*/

#top-social,
#top-social ul { margin: 0; }

#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	width: auto;
	height: 44px;
	line-height: 44px;
}

#top-social li { border-left: 1px solid #EEE; }

#top-social li:first-child { border-left: 0 !important; }

#top-social li a {
	float: none;
	width: 40px;
	color: #666;
	font-weight: bold;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
}

#top-social li a:hover {
	color: #FFF !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#top-social li .ts-icon {
	width: 40px;
	text-align: center;
	font-size: 14px;
}


/* ----------------------------------------------------------------
	Top Login
-----------------------------------------------------------------*/

#top-login { margin-bottom: 0; }

#top-login .checkbox { margin-bottom: 10px; }

#top-login .form-control { position: relative; }

#top-login .form-control:focus { border-color: #CCC; }

#top-login .input-group#top-login-username { margin-bottom: -1px; }

#top-login #top-login-username input,
#top-login #top-login-username .input-group-addon {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#top-login .input-group#top-login-password { margin-bottom: 10px; }

#top-login #top-login-password input,
#top-login #top-login-password .input-group-addon {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}


/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/


#header {
	position: relative;
	border-bottom: 1px solid #F5F5F5;
	background-color: #FFF;
}

#header .container { position: relative; }

#header.transparent-header {
	z-index: 199;
	border-bottom: none;
	background: transparent;
}

#header.semi-transparent { background-color: rgba(255,255,255,0.8); }

#header.transparent-header.floating-header {
  /* position: fixed; */
	margin-top: 0px;
  width: 100%; }
.haha {
  position: relative !important;
}
#header.transparent-header.floating-header .container {
	margin: 0 auto;
	padding: 0 30px;
	width: 1220px;
	height: 99px;
	border-radius: 2px;
	background-color: #FFF;
}

#header.transparent-header.floating-header.sticky-header .container {
	padding: 0 15px;
	width: 1170px;
}

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -100px;
	/* margin-bottom: -100px; */
}

#header.transparent-header.floating-header + #slider,
#header.transparent-header.floating-header + #google-map {
	/* margin-top: 100px; */
	/* margin-bottom: -160px; */
}

#header.transparent-header + #page-title.page-title-parallax .container {
	z-index: 5;
	padding-top: 100px;
}

/* #header.full-header { border-bottom-color: #EEE; */

#header.full-header { 
/* background-color: #990100; */
	opacity: 0.95;
	border-bottom-color: #EEE; }

body.stretched #header.full-header .container {
	padding: 0 30px;
	width: 100%;
}

#header.transparent-header.full-header #header-wrap { border-bottom: 1px solid rgba(0,0,0,0.1); }

#slider + #header.transparent-header.full-header #header-wrap {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: none;
}


/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/


#logo {
	position: relative;
	float: left;
	margin-right: 40px;
	height: 100px;
	font-size: 36px;
	font-family: 'Raleway', sans-serif;
	line-height: 100%;
}

#header.full-header #logo {
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #EEE;
}

#header.transparent-header.full-header #logo { border-right-color: rgba(0,0,0,0.1); }

#logo a {
	display: block;
	color: #000;
}

#logo img {
	display: block;
	max-width: 100%;
}

#logo a.standard-logo { display: block; }

#logo a.retina-logo { display: none; }


/* ----------------------------------------------------------------
	Header Right Area
-----------------------------------------------------------------*/


.header-extras {
	float: right;
	margin: 30px 0 0;
}

.header-extras li {
	float: left;
	overflow: hidden;
	margin-left: 20px;
	height: 40px;
	list-style: none;
}

.header-extras li i { margin-top: 3px !important; }

.header-extras li:first-child { margin-left: 0; }

.header-extras li .he-text {
	float: left;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.43;
}

.header-extras li .he-text span {
	display: block;
	color: #1ABC9C;
	font-weight: 400;
}


/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/


#primary-menu {
/* float: right; */
	height: 100px;
}

#header.full-header #primary-menu > ul {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #EEE;
}

#header.transparent-header.full-header #primary-menu > ul { border-right-color: rgba(0,0,0,0.1); }

#primary-menu-trigger,
#page-submenu-trigger {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 14px;
	line-height: 50px;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

#primary-menu ul {
	margin: 0;
	height: 100px;
	list-style: none;
}

#primary-menu > ul { float: left; }

#primary-menu ul li {
	position: relative;
	float: left;
	margin-left: 2px;
}

#primary-menu ul li.mega-menu { position: inherit;margin-left: 80px; }

#primary-menu ul li:first-child { margin-left: 0; }

#primary-menu ul > li > a {
	display: block;
	padding: 0 15px;
	height: 100px;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 1px;
	/* font-weight: bold; */
	font-size: 15px;
	line-height: 100px;
	-webkit-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
	-o-transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
	transition: height .4s ease, line-height .4s ease, margin .4s ease, padding .4s ease;
}

#primary-menu ul li span { display: none; }

#primary-menu ul li i {
	position: relative;
	margin-right: 6px;
	width: 14px;
	text-align: center;
	font-size: 14px !important;
   font-size: 15px !important;
	-webkit-transition: line-height .4s ease;
	-o-transition: line-height .4s ease;
	transition: line-height .4s ease;
}

#primary-menu > ul > li:hover a,
#primary-menu > ul > li.current a { color: rgb(153, 1, 0); }

#primary-menu > ul > li.sub-menu > a > div { }

#primary-menu ul ul,
#primary-menu ul li .mega-menu-content {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 199;
	display: none;
	margin: 0;
	width: 200px;
	height: auto;
	border: 1px solid #EEE;
	border-top: 2px solid rgb(153, 1, 0);
	background-color: #FFF;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
}

#primary-menu ul ul ul {
	top: -2px !important;
	left: 218px;
}

#primary-menu ul ul.menu-pos-invert,
#primary-menu ul li .mega-menu-content.menu-pos-invert {
	right: 0;
	left: auto;
}

#primary-menu ul ul ul.menu-pos-invert { right: 218px; }

#primary-menu ul ul li {
	float: none;
	margin: 0;
}

#primary-menu ul ul li:first-child { border-top: 0; }

#primary-menu ul ul a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 42px !important;
	border: 0 !important;
	color: #666 !important;
	letter-spacing: 0;
	/* font-weight: 600; */
	font-size: 14px;
	font-family: 'Microsoft YaHei', NSimSun, SimSun !important;
	line-height: 42px !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#primary-menu ul ul li:hover > a {
	padding-left: 18px;
	background-color: #F9F9F9;
	color: rgb(153, 1, 0) !important;
}

#primary-menu ul ul i { line-height: inherit; }

#primary-menu ul ul > li.sub-menu > a,
#primary-menu ul ul > li.sub-menu:hover > a {
	/* background-image: url("img/icons/submenu.png"); */
	background-position: right center;
	background-repeat: no-repeat;
}


/* ----------------------------------------------------------------
	Mega Menu
-----------------------------------------------------------------*/


#primary-menu ul li .mega-menu-content,
#primary-menu ul li.mega-menu-small .mega-menu-content { width: 400px; }

#primary-menu ul li.mega-menu .mega-menu-content,
.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
	top: 100px;
	margin: 0 15px;
	width: 1140px;
}

.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
	margin: 0;
	width: 1220px;
}

body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 60px; }

body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content { margin: 0 30px; }

#primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0 10px; }

#primary-menu ul li .mega-menu-content ul {
	position: relative;
	top: 0;
	display: block;
	min-width: inherit;
}

#primary-menu ul li .mega-menu-content > ul { float: left; }

#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
	top: 0;
	left: 0;
	display: block !important;
	opacity: 1 !important;
}

#primary-menu ul li .mega-menu-content.col-2 > ul,
#primary-menu ul li .mega-menu-content.col-3 > ul,
#primary-menu ul li .mega-menu-content.col-4 > ul,
#primary-menu ul li .mega-menu-content.col-5 > ul {
	margin: 0;
	width: 50%;
	border-left: 1px solid #F2F2F2;
}

#primary-menu ul li .mega-menu-content.col-3 > ul { width: 33.33%; }

#primary-menu ul li .mega-menu-content.col-4 > ul { width: 25%; }

#primary-menu ul li .mega-menu-content.col-5 > ul { width: 20%; }

#primary-menu ul li .mega-menu-content > ul:first-child { border-left: 0; }

#primary-menu ul li .mega-menu-content ul a {
	height: 42px;
	line-height: 42px;
}

#primary-menu ul li .mega-menu-content ul {
	width: 100%;
	border: 0;
	background-color: transparent;
	box-shadow: none;
}

#primary-menu ul li .mega-menu-content.style-2 > ul { padding: 30px 20px; }

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title { margin-top: 20px; }

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:first-child { margin-top: 0; }

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a {
	margin-bottom: 15px;
	padding: 0;
	height: auto !important;
	color: #444 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	line-height: 1.3 !important;
}

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title:hover > a {
	padding: 0;
	background-color: transparent;
	color: #444 !important;
	font-weight: bold;
}

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title > a:hover { color: #1ABC9C !important; }

#primary-menu ul ul i { line-height: inherit; }

#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title.sub-menu > a,
#primary-menu ul li .mega-menu-content.style-2 > ul > li.mega-menu-title.sub-menu:hover > a { background: none; }

#primary-menu ul li .mega-menu-content.style-2 li { border: 0; }

#primary-menu ul li .mega-menu-content.style-2 ul a {
	padding-left: 5px;
	height: 36px !important;
	line-height: 36px !important;
}

#primary-menu ul li .mega-menu-content.style-2 ul a:hover { padding-left: 12px; }


/* Primary Menu - Style 2
-----------------------------------------------------------------*/

#primary-menu.style-2 {
	float: none;
	max-width: none;
	border-top: 1px solid #F5F5F5;
}

#primary-menu.style-2 > div > ul { float: left; }

#primary-menu.style-2,
#primary-menu.style-2 > div > ul,
#primary-menu.style-2 > div > ul > li > a { height: 60px; }

#logo + #primary-menu.style-2 {
	height: 100px;
	border-top: 0;
}

#primary-menu.style-2 > div > ul > li > a { line-height: 60px; }

#primary-menu.style-2 > div > ul > li > a i { line-height: 59px; }

#primary-menu.style-2 ul ul,
#primary-menu.style-2 ul li .mega-menu-content { top: 60px; }

#logo + #primary-menu.style-2 > ul > li > ul,
#logo + #primary-menu.style-2 ul li .mega-menu-content { top: 100px; }

#primary-menu.style-2 > div #top-search,
#primary-menu.style-2 > div #top-cart,
#primary-menu.style-2 > div #side-panel-trigger {
	margin-top: 20px;
	margin-bottom: 20px;
}

#primary-menu > div > ul > li:hover a,
#primary-menu > div > ul > li.current a { color: #1ABC9C; }

body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > ul,
body:not(.device-sm):not(.device-xs):not(.device-xxs) #primary-menu.style-2.center > div {
	float: none;
	display: inline-block;
	width: auto;
	text-align: left;
}


/* Primary Menu - Style 3
-----------------------------------------------------------------*/

#primary-menu.style-3 > ul > li > a {
	margin: 28px 0;
	height: 44px;
	border-radius: 2px;
	line-height: 44px;
}

#primary-menu.style-3 > ul > li > a i { line-height: 43px; }

#primary-menu.style-3 > ul > li:hover > a {
	background-color: #F5F5F5;
	color: #444;
}

#primary-menu.style-3 > ul > li.current > a {
	background-color: #1ABC9C;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


/* Primary Menu - Style 4
-----------------------------------------------------------------*/

#primary-menu.style-4 > ul > li > a {
	margin: 28px 0;
	height: 44px;
	border: 1px solid transparent;
	border-radius: 2px;
	line-height: 42px;
}

#primary-menu.style-4 > ul > li > a i { line-height: 41px; }

#primary-menu.style-4 > ul > li:hover > a,
#primary-menu.style-4 > ul > li.current > a { border-color: #1ABC9C; }


/* Primary Menu - Style 5
-----------------------------------------------------------------*/

#primary-menu.style-5 > ul {
	margin-right: 5px;
	margin-left: 50px;
	padding-right: 10px;
	/* border-right: 1px solid #EEE; */
}

#primary-menu.style-5 > ul > li { margin-left: 10px; }

#primary-menu.style-5 > ul > li > a { line-height: 1; }

#primary-menu.style-5 > ul > li > a > div {
	padding: 25px 0;
	width: 100px;
	text-align: center;
	line-height: 1;
}

#primary-menu.style-5 > ul > li > a i {
	top: 0;
	display: block;
	margin: 0 0 8px;
	width: auto;
	text-align: center;
	font-size: 28px !important;
	line-height: 1;
}


/* Primary Menu - Style 6
-----------------------------------------------------------------*/

#primary-menu.style-6 > ul > li > a { position: relative; }

#primary-menu.style-6 > ul > li > a:after,
#primary-menu.style-6 > ul > li.current > a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	border-top: 2px solid #1ABC9C;
	content: '';
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

#primary-menu.style-6 > ul > li.current > a:after,
#primary-menu.style-6 > ul > li:hover > a:after { width: 100%; }


/* Primary Menu - Sub Title
-----------------------------------------------------------------*/

#primary-menu.sub-title > ul > li,
#primary-menu.sub-title.style-2 > div > ul > li {
	margin-left: 1px;
	background: url("images/icons/menu-divider.png") no-repeat right center;
}

#primary-menu.sub-title ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

#primary-menu.sub-title ul li a {
	padding: 27px 20px 32px;
	height: auto;
	border-top: 5px solid transparent;
	text-transform: uppercase;
	line-height: 14px;
}

#primary-menu.sub-title ul li span {
	display: block;
	margin-top: 10px;
	color: #888;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 11px;
	line-height: 12px;
}

#primary-menu.sub-title ul li i { line-height: 13px; }

#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a {
	background-color: #1ABC9C;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-top-color: rgba(0,0,0,0.1);
}

#primary-menu.sub-title > ul > li:hover span,
#primary-menu.sub-title > ul > li.current span,
#primary-menu.sub-title.style-2 > div > ul > li:hover span,
#primary-menu.sub-title.style-2 > div > ul > li.current span { color: #EEE; }

#primary-menu.sub-title.style-2 ul ul span { display: none; }


/* Primary Menu - Style 2 with Sub Title
-----------------------------------------------------------------*/

#primary-menu.sub-title.style-2 > div > ul > li { background-position: left center; }

#primary-menu.sub-title.style-2,
#primary-menu.sub-title.style-2 > div > ul,
#primary-menu.sub-title.style-2 > div > ul > li > a { height: 80px; }

#primary-menu.sub-title.style-2 div ul ul,
#primary-menu.sub-title.style-2 ul li .mega-menu-content { top: 80px; }

#primary-menu.sub-title.style-2 ul li .mega-menu-content ul { top: 0; }

#primary-menu.sub-title.style-2 > div #top-search,
#primary-menu.sub-title.style-2 > div #top-cart,
#primary-menu.sub-title.style-2 > div #side-panel-trigger {
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
}

#primary-menu.sub-title.style-2 div ul li:first-child,
#primary-menu.sub-title.style-2 > div > ul > li:hover + li,
#primary-menu.sub-title.style-2 > div > ul > li.current + li { background-image: none; }

#primary-menu.sub-title.style-2 > div > ul > li > a {
	padding: 17px 20px 22px;
	height: auto;
	line-height: 14px;
}

/* ----------------------------------------------------------------
	Top Search
-----------------------------------------------------------------*/

#top-search,
#top-cart,
#side-panel-trigger {
	float: left;
	margin: 40px 5px;
}

#top-cart { position: relative; }

#top-search a,
#top-cart > a,
#side-panel-trigger a {
	position: relative;
	width: 14px;
	height: 14px;
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
#top-cart > a{
	width:54px;
}
#top-search a { z-index: 11; }

#top-search a i {
	position: absolute;
	top: 2px;
	left: 0;
	/* background: white; */
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

body.top-search-open #top-search a i.fa-search,
#top-search a i.fa-remove { opacity: 0;
filter:Alpha(opacity=0);
 }

body.top-search-open #top-search a i.fa-remove {
	z-index: 11;
	font-size: 16px;
	opacity: 1;
	filter:Alpha(opacity=100);
}

#top-cart a:hover { color: #1ABC9C; }

#top-search form {
	position: absolute;
	top: 100px;
    border-top: 2px solid #B81010;
    background: #FFF;
	right: 0;
	z-index: -2;
	margin: 0;
	padding: 0 15px;
	width: 200px;
	height: 75px;
}

body.top-search-open #top-search form {
	z-index: 10;
	display: block;
	opacity: 1;
}
form#searchForm {
    display: none;
}

#top-search form input {
	position:absolute;
	margin-top: 15px ;
	/* padding-right: 35px; */
	width:88%;
	outline: 0 !important;
	border-radius: 2px;
	background-color: white;
	box-shadow: none !important;
	color: #333;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 15px;
	font-family: 'Microsoft YaHei', NSimSun, SimSun;
	pointer-events: none;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search form input { padding-left: 40px; }

body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search form input { padding-left: 60px; }

body.top-search-open #top-search form input { pointer-events: auto; border: 1px solid #B81010;}
body.top-search-open #top-search form input.sousuo {
    width: 62px;
    right: 15px;
    background: #B81010;
    color: #999;
    padding-right: 0;
}
body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input { border-bottom: 2px solid rgba(0,0,0,0.1); }

#top-search form input::-moz-placeholder {
	color: #555;
	text-transform: uppercase;
	opacity: 1;
}
#top-search form input:-ms-input-placeholder {
	color: #555;
	text-transform: uppercase;
}
#top-search form input::-webkit-input-placeholder {
	color: #555;
	text-transform: uppercase;
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input { border: 1px solid; }

/* ----------------------------------------------------------------
	Top Cart
-----------------------------------------------------------------*/

#top-cart { margin-right: 0; }

#top-cart > a > span {
	position: absolute;
	top: -7px;
	right: -14px;
	left: auto;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #1ABC9C;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	font-size: 10px;
	line-height: 16px;
}

#top-cart .top-cart-content {
	position: absolute;
	top: 60px;
	right: -40px;
	left: auto;
	z-index: -2;
	margin: -10000px 0 0;
	width: 280px;
	border: 1px solid #EEE;
	border-top: 2px solid #1ABC9C;
	background-color: #FFF;
	box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
	opacity: 0;
	-webkit-transition: opacity .5s ease, top .4s ease;
	-o-transition: opacity .5s ease, top .4s ease;
	transition: opacity .5s ease, top .4s ease;
}

.style-2 .container #top-cart .top-cart-content { top: 40px; }

.style-2.sub-title .container #top-cart .top-cart-content { top: 50px; }

#top-cart.top-cart-open .top-cart-content {
	z-index: 11;
	margin-top: 0;
	opacity: 1;
}

.top-cart-title {
	padding: 12px 15px;
	border-bottom: 1px solid #EEE;
}

.top-cart-title h4 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 15px;
}

.top-cart-items { padding: 15px; }

.top-cart-item {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #F5F5F5;
}

.top-cart-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.top-cart-item-image {
	float: left;
	margin-right: 15px;
	width: 48px !important;
	height: 48px !important;
	border: 2px solid #EEE;
	-webkit-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

.top-cart-item-image a,
.top-cart-item-image img {
	display: block;
	width: 44px !important;
	height: 44px !important;
}

.top-cart-item-image:hover { border-color: #1ABC9C; }

.top-cart-item-desc {
	position: relative;
	overflow: hidden;
}

.top-cart-item-desc a {
	width: auto !important;
	height: auto !important;
	text-align: left !important;
	font-weight: 600;
	font-size: 13px !important;
}

.top-cart-item-desc a:hover { color: #1ABC9C !important; }

.top-cart-item-desc span.top-cart-item-price {
	display: block;
	color: #999;
	font-size: 12px !important;
	line-height: 20px;
}

.top-cart-item-desc span.top-cart-item-quantity {
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	color: #444;
	font-size: 12px !important;
}

.top-cart-action {
	padding: 15px;
	border-top: 1px solid #EEE;
}

.top-cart-action span.top-checkout-price {
	color: #1ABC9C;
	font-size: 20px;
}


/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/

#header,
#header-wrap,
#logo img,
#primary-menu,
#primary-menu > ul {
	height: 100px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}

#header.sticky-style-2 { height: 161px; }

#header.sticky-style-3 { height: 181px; }

#header.sticky-style-2 #header-wrap,
#header.sticky-style-3 #header-wrap { height: 60px; }

#primary-menu > ul > li > ul,
#primary-menu > ul > li > .mega-menu-content,
#primary-menu > ul > li.mega-menu > .mega-menu-content {
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
}

#top-search,
#top-cart {
	-webkit-transition: margin .4s ease, opacity .3s ease;
	-o-transition: margin .4s ease, opacity .3s ease;
	transition: margin .4s ease, opacity .3s ease;
}

#header-wrap #logo,
#primary-menu > ul,
#primary-menu > .container > ul,
#top-cart,
#side-panel-trigger {
	opacity: 1;
	-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	-o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu > ul,
body.top-search-open #primary-menu > .container > ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger { opacity: 1; }

#header.sticky-header.semi-transparent { background-color: transparent; }

#header-wrap {
	position: relative; 
	background: #fff; 
}

#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 199;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-backface-visibility: hidden;
}

#header.semi-transparent.sticky-header #header-wrap { background-color: rgba(255,255,255,0.8); }

#header.sticky-header,
#header.sticky-header #header-wrap,
#header.sticky-header #logo img,
#header.sticky-header #primary-menu,
#header.sticky-header #primary-menu > ul,
#header.sticky-header #primary-menu > ul > li > a { height: 60px; }

#header.sticky-header.sticky-style-2 { height: 161px; }

#header.sticky-header #primary-menu > ul > li > a { line-height: 60px; }

#header.sticky-header #primary-menu > ul > li > a i { line-height: 59px; }

#header.sticky-header #primary-menu > ul > li > ul,
#header.sticky-header #primary-menu > ul > li > .mega-menu-content,
#header.sticky-header #primary-menu > ul > li.mega-menu > .mega-menu-content { top: 60px; }

#header.sticky-header #top-search,
#header.sticky-header #top-cart,
#header.sticky-header #side-panel-trigger {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; }

#header.sticky-header.sticky-style-2 #primary-menu { border-top: 0; }

/* Primary Menu - Style 3
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > ul > li > a {
	margin: 0;
	border-radius: 0;
}

/* Primary Menu - Style 4
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a {
	margin: 12px 0;
	height: 36px;
	line-height: 34px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-4 > ul > li > a i { line-height: 33px; }

/* Primary Menu - Style 5
-----------------------------------------------------------------*/

#header.sticky-header #primary-menu.style-5 > ul > li { margin-left: 2px; }

#header.sticky-header #primary-menu.style-5 > ul > li:first-child { margin-left: 0;   background: rgb(255, 255, 255);}

#header.sticky-header #primary-menu.style-5 > ul > li > a { line-height: 60px; }

#header.sticky-header #primary-menu.style-5 > ul > li > a > div {
	padding: 0;
	color: rgb(68, 68, 68) !important;
	line-height: 60px;
}

#header.sticky-header #primary-menu.style-5 > ul > li > a i {
  /* top: 1px; */
	display: inline-block;
  margin: 0 5px 0 0;
	width: 20px;
  font-size: 15px !important;
	line-height: 59px;
}

/* Primary Menu - Sub Title
-----------------------------------------------------------------*/

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li {
	margin-left: 2px;
	background: none !important;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li:first-child,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div > ul > li:first-child { margin-left: 0; }

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a {
	padding: 0 15px;
	height: 60px;
	border-top: 0;
	text-transform: none;
	font-size: 14px;
	line-height: 60px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title ul li span { display: none; }

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a i { line-height: 59px; }

#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > ul,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > .mega-menu-content,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li.mega-menu > .mega-menu-content { top: 58px; }


/* ----------------------------------------------------------------
	Page Menu
-----------------------------------------------------------------*/

#page-menu,
#page-menu-wrap {
	position: relative;
	height: 44px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	line-height: 44px;
}

#page-menu-wrap { background-color: #1ABC9C; }

#page-menu.sticky-page-menu #page-menu-wrap {
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 99;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-webkit-backface-visibility: hidden;
}

#header.no-sticky ~ #page-menu.sticky-page-menu #page-menu-wrap { top: 0; }

#page-submenu-trigger {
	top: 0;
	right: 15px;
	left: auto;
	margin-top: 0;
	width: 40px;
	height: 44px;
	line-height: 44px;
}

#page-menu .menu-title {
	float: left;
	color: #FFF;
	font-weight: 300;
	font-size: 20px;
}

#page-menu .menu-title span { font-weight: 600; }

#page-menu nav {
	position: relative;
	float: right;
}

#page-menu nav ul {
	margin-bottom: 0;
	height: 44px;
}

#page-menu nav li {
	position: relative;
	float: left;
	list-style: none;
}

#page-menu nav li a {
	display: block;
	padding: 0 17px;
	height: 44px;
	color: #FFF;
	font-size: 14px;
	line-height: 44px;
}

body:not(.device-touch) #page-menu nav li a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#page-menu nav li a:hover,
#page-menu nav li.current a { background-color: rgba(0,0,0,0.15); }


/* Page Menu - Dots Style
-----------------------------------------------------------------*/

#page-menu.dots-menu,
#page-menu.dots-menu #page-menu-wrap {
	position: fixed;
	top: 50%;
	right: 20px;
	left: auto;
	z-index: 99;
	width: 24px;
	height: auto;
	background-color: transparent;
	text-shadow: none;
	line-height: 1.5;
}

#page-menu.dots-menu #page-menu-wrap {
	position: relative;
	box-shadow: none;
}

#page-menu.dots-menu .menu-title { display: none; }

#page-menu.dots-menu nav {
	float: none;
	width: 24px;
}

#page-menu.dots-menu nav ul { height: auto; }

#page-menu.dots-menu nav ul li {
	float: none;
	margin: 10px 6px;
	width: 14px;
	height: 14px;
}

#page-menu.dots-menu nav li a {
	position: relative;
	margin: 0 2px;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.4);
	color: #777;
	line-height: 1.5;
}

#page-menu.dots-menu nav li a:hover { background-color: rgba(0,0,0,0.7); }

#page-menu.dots-menu nav li.current a { background-color: #1ABC9C; }

#page-menu.dots-menu nav li .dots-menu-caption {
	position: absolute;
	top: -11px;
	right: 25px;
	padding: 5px 14px;
	width: auto;
	border-radius: 2px;
	background-color: #1ABC9C;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
}

body:not(.device-touch) #page-menu.dots-menu nav li .dots-menu-caption {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#page-menu.dots-menu nav li .dots-menu-caption:after {
	position: absolute;
	top: 50%;
	right: -5px;
	left: auto;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 6px solid #1ABC9C;
	content: '';
}

#page-menu.dots-menu nav li a:hover + .dots-menu-caption {
	right: 30px;
	opacity: 1;
}


/* ----------------------------------------------------------------
	One Page
-----------------------------------------------------------------*/

.one-page-arrow {
	position: absolute;

	bottom: 50px;
	left: 50%;
	z-index: 3;
	margin-left: -16px;
	width: 32px;
	height: 32px;
	color: #222;
	text-align: center;
	font-size: 32px;
}

.one-page-body {
/* position: relative; */
	top: -408px;
	z-index: 4;
    margin: 0 auto;
	width: 1220px;
    border-radius: 4px;
    background-color: #FFF;
    	opacity: 0.95;
}

/* ----------------------------------------------------------------
	Side Header
-----------------------------------------------------------------*/

@media (min-width: 992px) {


.side-header #header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	overflow: hidden;
	width: 260px;
	height: 100%;
	border: none;
	border-right: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.065);
}

.side-header #header-wrap {
	overflow: auto;
	padding-right: 40px;
	width: 300px;
	height: 100%;
}

.side-header #header .container {
	margin: 0 !important;
	padding: 0 30px !important;
	width: 260px !important;
}

.side-header #logo {
	float: none;
	margin: 60px 0 40px;
}

.side-header #logo img { height: auto !important; }

.side-header #logo:not(.nobottomborder):after,
.side-header #primary-menu:not(.nobottomborder):after {
	display: block;
	width: 20%;
	border-bottom: 1px solid #E5E5E5;
	content: '';
}

.side-header .center #logo:after { margin: 0 auto; }

.side-header #primary-menu { margin-bottom: 30px; }

.side-header #primary-menu:not(.nobottomborder):after { margin-top: 40px; }

.side-header #primary-menu,
.side-header #primary-menu ul {
	float: none;
	height: auto;
}

.side-header #primary-menu ul li {
	float: none;
	margin: 15px 0 0;
}

.side-header #primary-menu ul li:first-child { margin-top: 0; }

.side-header #primary-menu ul li a {
	padding: 0;
	height: 25px;
	text-transform: uppercase;
	line-height: 25px;
}

.side-header #primary-menu ul li i { line-height: 24px; }

.side-header #primary-menu ul ul {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 5px 0;
	padding-left: 12px;
	width: 100%;
	height: auto;
	border: none;
	background-color: transparent;
	box-shadow: none;
}

.side-header #primary-menu ul ul ul {
	top: 0 !important;
	left: 0;
}

.side-header #primary-menu ul ul.menu-pos-invert {
	right: auto;
	left: 0;
}

.side-header #primary-menu ul ul ul.menu-pos-invert { right: auto; }

.side-header #primary-menu ul ul li {
	margin: 0;
	border: 0;
}

.side-header #primary-menu ul ul li:first-child { border-top: 0; }

.side-header #primary-menu ul ul a {
	padding: 2px 0 !important;
	height: auto !important;
	font-size: 12px;
	line-height: 24px !important;
}

.side-header #primary-menu ul ul li:hover > a {
	background-color: transparent !important;
	color: #444 !important;
}

.side-header #primary-menu ul > li.sub-menu > a,
.side-header #primary-menu ul > li.sub-menu:hover > a { background-image: none !important; }

.side-header #primary-menu ul > li.sub-menu > a:after {
	position: absolute;
	top: 1px;
	right: 0;
	content: '\e7a5';
	-webkit-transition: transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
}

.side-header #primary-menu ul > li.sub-menu:hover > a:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-ms-transform: rotate(90deg);
}

.side-header:not(.open-header) #wrapper {
	margin: 0 0 0 260px !important;
	width: auto !important;
}

.side-header:not(.open-header) #wrapper .container {
	margin: 0 40px;
	width: auto;
}


/* Side Header - Push Header
-----------------------------------------------------------------*/

.side-header.open-header.push-wrapper { overflow-x: hidden; }

.side-header.open-header #header { left: -260px; }

.side-header.open-header.side-header-open #header { left: 0; }

.side-header.open-header #wrapper { left: 0; }

.side-header.open-header.push-wrapper.side-header-open #wrapper { left: 260px; }

#header-trigger { display: none; }

.side-header.open-header #header-trigger {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 11;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 2px;
	background-color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	cursor: pointer;
}

.side-header.open-header.side-header-open #header-trigger { left: 280px; }

.side-header.open-header #header-trigger i:nth-child(1),
.side-header.open-header.side-header-open #header-trigger i:nth-child(2) { display: block; }

.side-header.open-header.side-header-open #header-trigger i:nth-child(1),
.side-header.open-header #header-trigger i:nth-child(2) { display: none; }


.side-header.open-header #header,
.side-header.open-header #header-trigger,
.side-header.open-header.push-wrapper #wrapper {
	-webkit-transition: left .4s ease;
	-o-transition: left .4s ease;
	transition: left .4s ease;
}


/* Side Header - Right Aligned
-----------------------------------------------------------------*/

.side-header.side-header-right #header {
	right: 0;
	left: auto;
	border: none;
	border-left: 1px solid #EEE;
}

.side-header.side-header-right:not(.open-header) #wrapper { margin: 0 260px 0 0 !important; }

.side-header.side-header-right.open-header #header {
	right: -260px;
	left: auto;
}

.side-header.side-header-right.open-header.side-header-open #header {
	right: 0;
	left: auto;
}

.side-header.side-header-right.open-header.push-wrapper.side-header-open #wrapper { left: -260px; }

.side-header.side-header-right.open-header #header-trigger {
	right: 20px;
	left: auto;
}

.side-header.side-header-right.open-header.side-header-open #header-trigger {
	right: 280px;
	left: auto;
}

.side-header.side-header-right.open-header #header,
.side-header.side-header-right.open-header #header-trigger {
	-webkit-transition: right .4s ease;
	-o-transition: right .4s ease;
	transition: right .4s ease;
}


}


/* ----------------------------------------------------------------
	Side Push Panel
-----------------------------------------------------------------*/

body.side-push-panel { overflow-x: hidden; }

#side-panel {
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 399;
	overflow: hidden;
	width: 300px;
	height: 100%;
	background-color: #F5F5F5;
	-webkit-backface-visibility: hidden;
}

body.side-panel-left #side-panel {
	right: auto;
	left: -300px;
}

body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header.sticky-header .container { right: 0; }

body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header.sticky-header .container {
	right: auto;
	left: 0;
}

#side-panel .side-panel-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	padding: 50px 70px 50px 40px;
	width: 330px;
	height: 100%;
}

body.device-touch #side-panel .side-panel-wrap { overflow-y: scroll; }

#side-panel .widget {
	margin-top: 40px;
	padding-top: 40px;
	width: 220px;
	border-top: 1px solid #E5E5E5;
}

#side-panel .widget:first-child {
	margin: 0;
	padding-top: 0;
	border-top: 0;
}

body.side-panel-open #side-panel { right: 0; }

body.side-panel-left.side-panel-open #side-panel {
	right: auto;
	left: 0;
}

body.side-push-panel.side-panel-open.stretched #wrapper,
body.side-push-panel.side-panel-open.stretched #header.sticky-header .container { right: 300px; }

body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper,
body.side-panel-left.side-push-panel.side-panel-open.stretched #header.sticky-header .container {
	right: auto;
	left: 300px;
}

#side-panel-trigger {
	z-index: 11;
	display: block;
	margin-right: 5px;
	cursor: pointer;
}

#side-panel-trigger-close a { display: none; }

#side-panel,
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header .container {
	-webkit-transition: right .4s ease;
	-o-transition: right .4s ease;
	transition: right .4s ease;
}

body.side-panel-left #side-panel,
body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header .container {
	-webkit-transition: left .4s ease;
	-o-transition: left .4s ease;
	transition: left .4s ease;
}

.body-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
}

body.side-panel-open .body-overlay {
	z-index: 298;
	opacity: 1;
	pointer-events: auto;
}

body.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover { cursor: url('images/icons/close.png') 15 15, default; }


/* ----------------------------------------------------------------
	Slider
-----------------------------------------------------------------*/


#slider {
	/* position: relative; */ right:0;left:0;
	z-index: 0;
	overflow: hidden;
	margin:auto;
	width: 100%; 
}

.slider-parallax,
.slider-parallax .swiper-container {
	visibility: visible;
	-webkit-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	-ms-transform: translate(0,0);
	-webkit-backface-visibility: hidden;
}



/* Swiper Slider
-----------------------------------------------------------------*/

.swiper_wrapper {
	overflow: hidden;
	width: 100%;
	height: 500px;
}

.full-screen .swiper_wrapper { height: auto; }

.swiper_wrapper .swiper-container {
	position: relative;
	margin: 0;
	width:100%;
	height:100%;
}

.swiper_wrapper .swiper-slide {
	position: relative;
	overflow: hidden;
	margin: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; }

.swiper-slide .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#slider .container {
	position: relative;
}

#slider.canvas-slider .swiper-slide img { width: 100%; }

#slider.canvas-slider a {
	display: block;
	height: 100%;
}


/* Revolution Slider
-----------------------------------------------------------------*/

.boxedcontainer {
	margin:auto;
	max-width: 1140px;
}

.tp-banner-container{
	position:relative;
	padding:0;
	width:100%;
}

.tp-banner{
	position:relative;
	width:100%;
}

.tp-banner-fullscreen-container {
	position:relative;
	padding:0;
	width:100%;
}

.tp-banner .button { height: auto !important; }

.tparrows.preview2:after { line-height: 1 !important; }


/* Video Overlay
-----------------------------------------------------------------*/

.video-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.video-wrap video {
	position: relative;
	z-index: 1;
	width: 100%;
}

.video-overlay,
.video-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: transparent url('images/grid.png') repeat;
	-webkit-backface-visibility: hidden;
}

.video-placeholder {
	z-index: 4;
	background-repeat: no-repeat !important;
}


/* Slider Caption
-----------------------------------------------------------------*/

.slider-caption,
.nivo-caption,
.flex-caption {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 20;
	max-width: 550px;
	color: #EEE;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	font-weight: 300;
	font-size: 22px;
	-webkit-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
	color: #222;
	text-shadow: none;
}

.slider-caption h2 {
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
}

.slider-caption p {
	margin-bottom: 10px;
	font-size: 24px;
}

.slider-caption.slider-caption-right {
	right: 15px;
	left: auto;
}

.slider-caption.slider-caption-center {
	position: relative;
	right: 0;
	left: 0;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.slider-caption-bg {
	top: auto;
	bottom: 50px;
	left: 50px;
	padding: 5px 12px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
}

.slider-caption-bg.slider-caption-bg-light {
	background-color: rgba(255,255,255,0.8);
	color: #333;
	text-shadow: none;
	font-weight: 400;
}

.slider-caption-top-left {
	top: 50px;
	bottom: auto;
}

.slider-caption-top-right {
	top: 50px;
	right: 50px;
	bottom: auto;
	left: auto;
}

.slider-caption-bottom-right {
	right: 50px;
	left: auto;
}


/* Slider Arrows
-----------------------------------------------------------------*/

#slider .owl-theme .owl-controls { margin: 0; }

#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	margin-top: -26px;
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 0 3px 3px 0;
	    background-color: #000;
    opacity: 0.5;
    filter:Alpha(opacity=33);
	cursor: pointer;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	top: auto;
	right: 20px;
	bottom: 57px;
	left: auto;
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
	bottom: 20px;
	border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next { margin-top: -64px; }

#slider .owl-prev,
#slider .owl-next {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
	right: 0;
	left: auto;
	border-radius: 3px 0 0 3px;
}

#slider-arrow-left i,
#slider-arrow-right i,
.camera_prev i,
.camera_next i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.nivo-prevNav i,
.nivo-nextNav i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	margin-left: 7px;
	width: 34px;
	height: 52px;
	color: #DDD;
	color: rgba(255,255,255,0.8);
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 34px;
	line-height: 50px;
}


.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	margin: 0;
	width: 32px;
	height: 32px;
	color: #FFF;
	color: rgba(255,255,255,1);
	font-size: 18px;
	line-height: 30px;
}

.flex-prev i { margin-left: 9px; }

#slider .owl-prev i { margin-left: 0; }

#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i { margin-left: 10px; }

.flex-next i { margin-left: 11px; }

#slider .owl-next i { margin-right: 4px; }

#slider .owl-controls .owl-nav {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#slider .owl-controls .owl-nav div,
#slider:hover .owl-controls .owl-nav { opacity: 1; }

#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover { background-color: rgba(0,0,0,0.6) !important; }


/* Slide Number
-----------------------------------------------------------------*/

#slide-number {
	position: absolute;
	top: auto;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	width: 36px;
	height: 40px;
	color: rgba(255,255,255,0.8);
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	font-weight: 300;
	font-size: 18px;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#slider:hover #slide-number { opacity: 1; }

#slide-number-current,
#slide-number-total {
	position: absolute;
	top: 5px;
	left: 0;
	line-height: 1;
}

#slide-number-total {
	top: auto;
	right: 0;
	bottom: 5px;
	left: auto;
}

#slide-number span {
	display: block;
	font-size: 32px;
	line-height: 40px;
}


/* Pagination
-----------------------------------------------------------------*/

#slider .owl-dots {
	position: absolute;
	top: auto;
	bottom: 15px;
	z-index: 20;
	margin: 0;
	width: 100%;
}

#slider .owl-controls .owl-dots span {
	margin: 0 3px;
	width: 10px;
	height: 10px;
	border: 1px solid #FFF;
	background-color: transparent;
	opacity: 1;
}

#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span { background-color: #FFF !important; }


/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/


#page-title {
	position: relative;
	padding: 68px 0;
	/* border-bottom: 1px solid #7D7D7D; */
}

#page-title .container { position: relative; }

#page-title h1 {
	margin: 0;
	padding:0;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 500 !important;
	font-size: 28px;
	line-height: 1;
}

#page-title span {
	display: block;
	margin-top: 10px;
	padding: 0 20px;
	background: rgba(184, 16, 16, 0.48);
	color: #777;
	font-weight: 300;
	font-size: 18px;
}

.breadcrumb {
	position: absolute !important;
	top: 50% !important;
	right: 15px !important;
	left: auto !important;
	margin: -10px 0 0 0 !important;
	padding: 0 !important;
	width: auto !important;
	background-color: transparent !important;
	font-size: 15px;
}

body.stretched .container-fullwidth .breadcrumb { right: 60px !important; }

#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; }

.breadcrumb a { color: #fff; }

.breadcrumb a:hover { color: #fff; }

.breadcrumb i { width: auto !important; }

/* Page Title - Dark
-----------------------------------------------------------------*/

#page-title.page-title-dark {
	border-bottom: none;
	background-color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important;
}

#page-title.page-title-dark h1 { color: rgba(255,255,255,0.9) !important; }

#page-title.page-title-dark span { color: rgba(255,255,255,0.7); }

#page-title.page-title-dark .breadcrumb > .active { color: rgba(255,255,255,0.6); }

#page-title.page-title-dark .breadcrumb a { color: rgba(255,255,255,0.8); }

#page-title.page-title-dark .breadcrumb a:hover { color: rgba(255,255,255,0.95); }

/* Page Title - Right Aligned
-----------------------------------------------------------------*/

#page-title.page-title-right { text-align: right; }

#page-title.page-title-right .breadcrumb {
	right: auto !important;
	left: 15px !important;
}

/* Page Title - Center Aligned
-----------------------------------------------------------------*/

#page-title.page-title-center { text-align: center; }

#page-title.page-title-center span {
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
}

#page-title.page-title-center .breadcrumb {
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	margin: 20px 0 0 !important;
}

/* Page Title - Background Pattern
-----------------------------------------------------------------*/

#page-title.page-title-pattern {
	background-image: url('images/pattern.png');
	background-repeat: repeat;
	background-attachment: fixed;
}

/* Page Title - Parallax Background
-----------------------------------------------------------------*/

#page-title.page-title-parallax {
	padding: 100px 0;
	border-bottom: none;
	text-shadow: none;
}

#page-title.page-title-parallax h1 {
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 40px;
}

#page-title.page-title-parallax span { font-size: 22px; }

#page-title.page-title-parallax .breadcrumb { font-size: 13px; }

#page-title.page-title-parallax {
	background-color: transparent;
	background-image: url('images/parallax/parallax-bg.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


/* Page Title - Mini
-----------------------------------------------------------------*/

#page-title.page-title-mini { padding: 20px 0; }

#page-title.page-title-mini h1 {
	color: #444;
	font-weight: 600;
	font-size: 18px;
}

#page-title.page-title-mini span { display: none; }


/* Page Title - No Background
-----------------------------------------------------------------*/

#page-title.page-title-nobg {
	border-bottom: 1px solid #F5F5F5;
	background: transparent !important;
}


/* Page Title - Video
-----------------------------------------------------------------*/

#page-title.page-title-video {
	position: relative;
	overflow: hidden;
	background: none;
}

#page-title.page-title-video .container { z-index: 3; }

#page-title.page-title-video .video-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#page-title.page-title-video .video-wrap video { width: 100%; }


/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/


#content {
	position: relative;
	overflow: hidden;
	background-color: #E4E4E4;
}

#content p { line-height: 1.8; }

.content-wrap {
	
	position: relative;
	padding: 25px 0 101px;
	min-height: 736px;
	/* background: url("img/bg_gray.jpg");
	background-size: contain;
    background-repeat: no-repeat; */
    /*background: url("img/whitebackground.jpg") repeat;*/
	background: #f5f5f5;
}

#content .container { position: relative; }



/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/


#posts { position: relative; }

.entry {
	position: relative;
	margin: 0 0 50px;
	padding: 0 0 50px;
	border-bottom: 2px solid #F5F5F5;
}

.entry-image { margin-bottom: 30px; }

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.entry-image iframe { display: block; }

.entry-image img { border-radius: 3px; }

.entry-title h2 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 24px;
}

.entry-title h2 a { color: #333; }

.entry-title h2 a:hover { color: #1ABC9C; }

.entry-meta {
	margin: 10px -10px -15px 0;
	list-style: none;
}

.single-post .entry-meta { margin-bottom: 20px; }

.entry-meta li {
	float: left;
	margin: 0 10px 15px 0;
	color: #999;
	
	font-style: italic;
	font-size: 13px;
	line-height: 14px;
}

.entry-meta li:before {
	display: inline-block;
	margin-right: 10px;
	content: '/';
	opacity: 0.5;
}

.entry-meta li i {
	position: relative;
	top: 1px;
	margin-right: 3px;
	font-size: 14px;
}

.entry-meta li a { color: #999; }

.entry-meta li a:hover { color: #1ABC9C; }

.entry-meta li:first-child:before { display: none; }

.entry-meta li ins {
	text-decoration: none;
	font-weight: 600;
}

.entry-c {
	position: relative;
	overflow: hidden;
}

#posts .entry-content { margin-top: 30px; }

.single-post .entry-content .entry-image { max-width: 350px; }

.entry-link {
	display: block;
	padding: 30px 0;
	border-radius: 3px;
	background-color: #F5F5F5;
	color: #444;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
}

body:not(.device-touch) .entry-link {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.entry-link:hover {
	background-color: #1ABC9C;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.entry-link span {
	display: block;
	margin-top: 5px;
	color: #AAA;
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	font-family: 'Crete Round', serif;
}

.entry-link:hover span { color: #EEE; }

.entry blockquote p {
	font-weight: 400;
	font-style: italic;
	font-family: 'Crete Round', serif;
}




/* ----------------------------------------------------------------
	Comments List
-----------------------------------------------------------------*/


#comments {
	position: relative;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #EEE;
}

.commentlist {
	margin: 0 0 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #EEE;
	list-style: none;
}

#reviews .commentlist {
	margin: 0 0 20px;
	padding-bottom: 30px;
}

.commentlist ul { list-style: none; }

.commentlist li,
.commentlist li ul,
.commentlist li ul li { margin: 30px 0 0 0; }

.commentlist ul:first-child { margin-top: 0; }

.commentlist li {
	position: relative;
	margin: 30px 0 0 30px;
}

#reviews .commentlist li { margin-top: 20px; }

.comment-wrap {
	position: relative;
	padding: 20px 20px 20px 35px;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}

.commentlist ul .comment-wrap {
	margin-left: 25px;
	padding-left: 20px;
}

#reviews .comment-wrap {
	padding: 10px 0 0 35px;
	border: 0;
}

.commentlist > li:first-child,
#reviews .commentlist > li:first-child {
	margin-top: 0;
	padding-top: 0;
}

.commentlist li .children { margin-top: 0; }

.commentlist li li .children { margin-left: 30px; }

.commentlist li .comment-content,
.pingback {
	position: relative;
	overflow: hidden;
}

.commentlist li .comment-content p,
.pingback p { margin: 20px 0 0 0; }

.commentlist li .comment-content { padding: 0 0 0 15px; }

.commentlist li .comment-meta {
	float: left;
	margin-right: 0;
	line-height: 1;
}

.comment-avatar {
	position: absolute;
	top: 15px;
	left: -35px;
	padding: 4px;
	border: 1px solid #E5E5E5;
	border-radius: 50%;
	background: #FFF;
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.commentlist li .children .comment-avatar { left: -25px; }

.comment-content .comment-author {
	margin-bottom: -10px;
	color: #555;
	font-weight: bold;
	font-size: 16px;
}

.comment-content .comment-author a {
	border: none;
	color: #333;
}

.comment-content .comment-author a:hover { color: #1ABC9C; }

.comment-content .comment-author span { display: block; }

.comment-content .comment-author span,
.comment-content .comment-author span a {
	color: #AAA;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	font-family: 'Crete Round', serif;
}

.comment-content .comment-author span a:hover { color: #888; }

.comment-reply-link,
.review-comment-ratings {
	position: absolute;
	top: 4px;
	right: 0px;
	left: auto;
	display: block;
	width: 14px;
	height: 14px;
	color: #CCC;
	text-align: center;
	font-size: 14px;
	line-height: 1;
}

.review-comment-ratings {
	width: auto;
	color: #333;
}

.comment-reply-link:hover { color: #888; }





/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/


.button {
	position: relative;
	display: inline-block;
	margin: 5px;
	padding: 0 22px;
	height: 40px;
	outline: none;
	border: none;
	background-color: #1ABC9C;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	white-space: nowrap;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
}

body:not(.device-touch) .button {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.button-dark { background-color: #444; }

.button-light {
	background-color: #EEE;
	/* color: #333; */
	text-shadow: none !important;
}

.button:hover {
	background-color: #444;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-dark:hover { background-color: #1ABC9C; }

.button.button-mini {
	padding: 0 14px;
	height: 28px;
	font-size: 11px;
	line-height: 28px;
}

.button.button-small {
	padding: 0 17px;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
}

.button.button-large {
	padding: 0 26px;
	height: 46px;
	font-size: 16px;
	line-height: 46px;
}

.button.button-xlarge {
	padding: 0 32px;
	height: 52px;
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 52px;
}

.button.button-desc {
	padding: 24px 34px;
	height: auto;
	text-align: left;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
}

.button.button-desc span {
	display: block;
	margin-top: 10px;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	font-family: 'Crete Round', serif;
}

.button i {
	position: relative;
	top: 1px;
	margin-right: 5px;
	line-height: 1;
}

.button.tright i { margin: 0 0 0 5px; }

.button-mini i { margin-right: 3px; }

.button-mini.tright i { margin: 0 0 0 3px; }

.button-small i { margin-right: 4px; }

.button-small.tright i { margin: 0 0 0 4px; }

.button-xlarge i {
	top: 2px;
	margin-right: 8px;
}

.button-xlarge.tright i { margin: 0 0 0 8px; }

.button.button-desc i {
	top: 1px;
	margin-right: 12px;
	width: 48px;
	text-align: center;
	font-size: 48px;
}

.button.button-desc.tright i { margin: 0 0 0 12px; }

.button.button-desc div { display: inline-block; }

.button.button-rounded { border-radius: 3px; }


/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-border {
	border: 2px solid #444;
	background-color: transparent;
	color: #333;
	text-shadow: none;
	font-weight: 600;
	line-height: 36px;
}

.button.button-border.button-mini { line-height: 24px; }

.button.button-border.button-small { line-height: 30px; }

.button.button-border.button-large { line-height: 42px; }

.button.button-border.button-xlarge { line-height: 48px; }

.button.button-border.button-desc { line-height: 1; }

.button.button-border:hover {
	border-color: transparent !important;
	background-color: #444;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.button.button-border.button-light {
	border-color: #EEE;
	color: #EEE;
}

.button.button-border.button-light:hover {
	background-color: #EEE;
	color: #333;
	text-shadow: none;
}


/* Buttons - Border
-----------------------------------------------------------------*/

.button.button-3d {
	border-bottom: 3px solid rgba(0,0,0,0.15);
	border-radius: 3px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.button.button-3d:hover {
	background-color: #1ABC9C !important;
	opacity: 0.9;
}

.button.button-3d.button-light:hover,
.button.button-reveal.button-light:hover {
	color: #333;
	text-shadow: none;
}


/* Buttons - Icon Reveal
-----------------------------------------------------------------*/

.button.button-reveal {
	overflow: hidden;
	padding: 0 28px;
}

.button.button-reveal i {
	position: absolute;
	top: 0;
	left: -32px;
	display: block;
	margin: 0;
	width: 32px;
	height: 40px;
	background-color: rgba(0,0,0,0.1);
	text-align: center;
	line-height: 40px;
}

.button.button-reveal.button-border i { top: -2px; }

.button.button-reveal.tright i {
	right: -32px;
	left: auto;
}

.button.button-reveal.button-3d i,
.button.button-reveal.button-rounded i { border-radius: 3px 0 0 3px; }

.button.button-reveal.button-3d.tright i,
.button.button-reveal.button-rounded.tright i { border-radius: 0 3px 3px 0; }

.button.button-reveal span {
	position: relative;
	left: 0;
	display: inline-block;
}

body:not(.device-touch) .button.button-reveal i,
body:not(.device-touch) .button.button-reveal span {
	-webkit-transition: left 0.3s ease, right 0.3s ease;
	-o-transition: left 0.3s ease, right 0.3s ease;
	transition: left 0.3s ease, right 0.3s ease;
}

.button.button-reveal.button-mini {float: right; padding: 0 17px; }

.button.button-reveal.button-mini i {
	left: -22px;
	width: 22px;
	height: 28px;
	line-height: 28px;
}

.button.button-reveal.button-mini.tright i {
	right: -22px;
	left: auto;
}

.button.button-reveal.button-small { padding: 0 22px; }

.button.button-reveal.button-small i {
	left: -26px;
	width: 26px;
	height: 34px;
	line-height: 34px;
}

.button.button-reveal.button-small.tright i {
	right: -26px;
	left: auto;
}

.button.button-reveal.button-large { padding: 0 32px; }

.button.button-reveal.button-large i {
	left: -38px;
	width: 38px;
	height: 46px;
	line-height: 46px;
}

.button.button-reveal.button-large.tright i {
	right: -38px;
	left: auto;
}

.button.button-reveal.button-xlarge { padding: 0 40px; }

.button.button-reveal.button-xlarge i {
	left: -44px;
	width: 44px;
	height: 52px;
	line-height: 52px;
}

.button.button-reveal.button-xlarge.tright i {
	right: -44px;
	left: auto;
}

.button.button-reveal:hover i { left: 0; }

.button.button-reveal.tright:hover i {
	right: 0;
	left: auto;
}

.button.button-reveal:hover span { left: 16px; }

.button.button-reveal.button-mini:hover span { left: 11px; }

.button.button-reveal.button-small:hover span { left: 13px; }

.button.button-reveal.button-large:hover span { left: 19px; }

.button.button-reveal.button-xlarge:hover span { left: 22px; }

.button.button-reveal.tright:hover span { left: -16px; }

.button.button-reveal.button-mini.tright:hover span { left: -11px; }

.button.button-reveal.button-small.tright:hover span { left: -13px; }

.button.button-reveal.button-large.tright:hover span { left: -19px; }

.button.button-reveal.button-xlarge.tright:hover span { left: -22px; }


/* Buttons - Promo 100% Width
-----------------------------------------------------------------*/

.button.button-full {
	display: block !important;
	margin: 0;
	padding: 30px 0;
	height: auto;
	border-radius: 0;
	text-transform: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	white-space: normal;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.6;
}

.button.button-full.button-light { border-bottom: 1px solid rgba(0,0,0,0.15); }

.button.button-full strong {
	border-bottom: 2px solid #EEE;
	font-weight: 600;
}

body:not(.device-touch) .button.button-full strong {
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.button.button-full.button-light strong { border-bottom-color: #333; }

.button.button-full.button-light:hover strong { border-bottom-color: #EEE; }


/* Buttons - Colors
-----------------------------------------------------------------*/

.button-red { background-color: rgb(187, 36, 36); }
.button-3d.button-red:hover,
.button-reveal.button-red:hover { background-color: #C02942 !important; }

.button-teal { background-color: #53777A; }
.button-3d.button-teal:hover,
.button-reveal.button-teal:hover { background-color: #53777A !important; }

.button-yellow { background-color: #ECD078; }
.button-3d.button-yellow:hover,
.button-reveal.button-yellow:hover { background-color: #ECD078 !important; }

.button-green { background-color: #59BA41; }
.button-3d.button-green:hover,
.button-reveal.button-green:hover { background-color: #59BA41 !important; }

.button-brown { background-color: #774F38; }
.button-3d.button-brown:hover,
.button-reveal.button-brown:hover { background-color: #774F38 !important; }

.button-aqua { background-color: #40C0CB; }
.button-3d.button-aqua:hover,
.button-reveal.button-aqua:hover { background-color: #40C0CB !important; }

.button-lime { background-color: #AEE239; }
.button-3d.button-lime:hover,
.button-reveal.button-lime:hover { background-color: #AEE239 !important; }

.button-purple { background-color: #5D4157; }
.button-3d.button-purple:hover,
.button-reveal.button-purple:hover { background-color: #5D4157 !important; }

.button-leaf { background-color: #A8CABA; }
.button-3d.button-leaf:hover,
.button-reveal.button-leaf:hover { background-color: #A8CABA !important; }

.button-pink { background-color: #F89FA1; }
.button-3d.button-pink:hover,
.button-reveal.button-pink:hover { background-color: #F89FA1 !important; }

.button-dirtygreen { background-color: #1693A5; }
.button-3d.button-dirtygreen:hover,
.button-reveal.button-dirtygreen:hover { background-color: #1693A5 !important; }

.button-blue { background-color: #1265A8; }
.button-3d.button-blue:hover,
.button-reveal.button-blue:hover { background-color: #1265A8 !important; }

.button-amber { background-color: #EB9C4D; }
.button-3d.button-amber:hover,
.button-reveal.button-amber:hover { background-color: #EB9C4D !important; }

.button-black { background-color: #111; }
.button-3d.button-black:hover,
.button-reveal.button-black:hover { background-color: #111 !important; }

.button-white { background-color: #F9F9F9; }
.button-3d.button-white:hover,
.button-reveal.button-white:hover { background-color: #F9F9F9 !important; }


/* Buttons - No Hover
-----------------------------------------------------------------*/

.button.button-nohover:hover {
	border-color: inherit !important;
	background-color: inherit !important;
	color: inherit !important;
	opacity: inherit !important;
}


/* ----------------------------------------------------------------
	Styled Icons
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/


.tabs {
	position: relative;
	/* margin: 0 0 30px 0; */
}

ul.tab-nav {
	margin: 0;
	border-bottom: 1px solid #DDD;
	list-style: none;
}

ul.tab-nav li {
	float: left;
	height: 38px;
/* border: 1px solid #DDD; */
	border-bottom: 0;
	border-left: 0;
	text-align: center;
}

ul.tab-nav li:first-child {
	border-left: 1px solid #DDD;
}

ul.tab-nav li a {
	display: block;
	padding: 0px 18px 0 19px;
    height: 38px;
	color: #990100;
  /*   background-color: #FFF; */
	font-weight: bold;
	font-size: 15px;
  line-height: 38px;
  border: 1px solid #FEFEFE;
}

ul.tab-nav li.ui-tabs-active a {
	position: relative;
	height: 39px;
	color: #99016C;
}
li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active a {
    border-bottom: 2px solid #990100;
}


/* Tabs - Alternate Nav
-----------------------------------------------------------------*/

.tabs.tabs-alt ul.tab-nav li { border-color: transparent; }

.tabs.tabs-alt ul.tab-nav li:first-child { border-left: 0; }

.tabs.tabs-alt ul.tab-nav li a { background-color: #FFF; }

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
/* border: 1px solid #DDD; */
	border-bottom: 0;
}


/* Tabs - Top Border
-----------------------------------------------------------------*/

.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
	top: -1px;
	height: 43px;
	border-top: 2px solid rgb(153, 1, 0);
	line-height: 38px;
}

.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a { height: 42px; }


/* Tabs - Bottom Border
-----------------------------------------------------------------*/

.tabs.tabs-bb ul.tab-nav li {
	margin: 0;
	border: 0;
}

.tabs.tabs-bb ul.tab-nav li a {
	border-bottom: 2px solid transparent;
	background-color: transparent;
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
	top: -2px;
	height: 44px;
	border-bottom: 2px solid #1ABC9C;
	line-height: 44px;
}


/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/


ul.tab-nav.tab-nav2 {
	  margin-left: 1px;
	border-bottom: 1px solid #DDD;
}

ul.tab-nav.tab-nav2 li {
/* 	margin-left: 10px; */
	border: 0;
}

ul.tab-nav.tab-nav2 li:first-child {
	margin-left: 0;
	border-left: 0;
}

ul.tab-nav.tab-nav2 li a {
	border-radius: 2px;
	/* background-color: #F5F5F5; */
	/* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); */
	color: rgb(153, 1, 0);
	border: 1px solid #FEFEFE;
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
	/* top: 1px; */
	background-color: #1ABC9C;
	color: #FFF;
}


/* Tabs - Large Navigation
-----------------------------------------------------------------*/


ul.tab-nav-lg {
	margin-bottom: 20px;
	list-style: none;
}

ul.tab-nav-lg li {
	position: relative;
	float: left;
	padding: 15px;
	text-align: center;
}

ul.tab-nav-lg li a {
	display: inline-block;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
}

ul.tab-nav.tab-nav-lg li i {
	display: block;
	margin: 0 0 7px;
	font-size: 28px;
}

ul.tab-nav-lg li.ui-tabs-active a {
	color: #1ABC9C;
}



ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before,
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
	position: absolute;
	top: auto;
	bottom: -50px;
	z-index: 2;
	border: solid transparent;
	content: '';
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
	left: 50%;
	margin-left: -16px;
	border-width: 16px;
	border-top-color: #FFF;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
	left: 50%;
	margin-left: -16px;
	border-width: 16px;
	border-top-color: #FFF;
}


/* Tabs - Content Area
-----------------------------------------------------------------*/

.tab-container {
	position: relative;
	padding: 10px 10px;
 /*  border: 1px solid rgb(221, 221, 221); */
  border-top: none;
  font-size: 15px;
}

ul.tab-nav li a i {
	position: relative;
	top: 1px;
	margin-right: 3px;
	font-size: 14px;
}

/* Tabs - Bordered
-----------------------------------------------------------------*/

.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; }

.tabs-bordered .tab-container {
	padding: 20px;
	border: 1px solid #DDD;
	border-top: 0;
}


/* Tabs - Side Tabs
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav {
	float: left;
	padding: 20px 0;
	width: 200px;
	border-right: 1px solid #DDD;
	border-bottom: 0;
}

.side-tabs ul.tab-nav li {
	float: none;
	height: auto;
	border: 1px solid #DDD;
	border-top: 0;
	border-right: 0;
	text-align: left;
}

.side-tabs ul.tab-nav li:first-child {
	margin-left: 0;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 44px;
}

.side-tabs ul.tab-nav li.ui-tabs-active a {
	top: 0;
	right: -1px;
}

.side-tabs .tab-container {
	overflow: hidden;
	padding: 15px 0 0 20px;
}

.ui-tabs .ui-tabs-hide {
	position: absolute !important;
	left: -10000px !important;
	display:block !important;
}


/* Tabs - Side Tabs & Nav Style 2
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav.tab-nav2 { border: 0; }

.side-tabs ul.tab-nav.tab-nav2 li {
	margin: 6px 0 0;
	border: 0;
}

.side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; }

.side-tabs ul.tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a { right: 0; }


/* Tabs - Side Tabs & Bordered
-----------------------------------------------------------------*/

.tabs-bordered.side-tabs ul.tab-nav {
	position: relative;
	z-index: 2;
	margin-right: -1px;
	padding: 0;
}

.tabs-bordered.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 44px;
}

.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
	right: -1px;
	border-right: 1px solid #FFF;
}

.tabs-bordered.side-tabs .tab-container {
	overflow: hidden;
	padding: 20px;
	border-top: 1px solid #DDD;
}


/* ----------------------------------------------------------------
	Side Navigation
-----------------------------------------------------------------*/


.sidenav {
	padding: 0;
	width: 100%;
	border-radius: 4px;
	background-color: #FFF;
	list-style-type: none !important;
}

.sidenav > li > a {
	display: block;
	margin: 0 0 -1px;
	padding: 11px 14px;
	border: 1px solid #E5E5E5;
	color: #666;
	font-size: 14px;
	border-right-width: 2px;
}

.sidenav > li:first-child > a { border-radius: 4px 4px 0 0; }

.sidenav > li:last-child > a {
	border-radius: 0 0 4px 4px;
	border-bottom-width: 2px;
}

.sidenav > .ui-tabs-active > a,
.sidenav > .ui-tabs-active > a:hover {
	position: relative;
	z-index: 2;
	border-color: rgba(0,0,0,0.1) !important;
	background-color: #1ABC9C !important;
	color: #FFF !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	font-weight: 600;
}

.sidenav li i {
	position: relative;
	top: 1px;
	margin-right: 6px;
	width: 16px;
	text-align: center;
	font-size: 14px;
}

/* Chevrons */
.sidenav .icon-chevron-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	font-size: 12px !important;
	opacity: .4;
}

.sidenav > li > a:hover {
	background-color: #F5F5F5;
	color: #222;
}

.sidenav a:hover .icon-chevron-right { opacity: .5; }

.sidenav .ui-tabs-active .icon-chevron-right,
.sidenav .ui-tabs-active a:hover .icon-chevron-right { opacity: 1; }



.counter {
	font-weight: 600;
	font-size: 42px;
	font-family: 'Raleway', sans-serif;
}

.counter.counter-small { font-size: 28px; }

.counter.counter-large { font-size: 56px; }

.counter.counter-xlarge {
	font-weight: 400;
	font-size: 64px;
}

.counter.counter-inherit {
	font-weight: inherit;
	font-size: inherit;
}

.counter + h5 {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.counter.counter-lined + h5:before {
	position: relative;
	display: block;
	margin: 20px auto 25px auto;
	width: 15%;
	border-top: 2px solid #444;
	content: '';
	opacity: 0.9;
}

.counter.counter-small + h5 { font-size: 13px; }

.counter.counter-large + h5,
.counter.counter-xlarge + h5 {
	font-weight: 300;
	font-size: 15px;
}

.widget .counter + h5 { opacity: 0.7; }



/* ----------------------------------------------------------------
	Heading Styles
-----------------------------------------------------------------*/


/* Block Titles
-----------------------------------------------------------------*/

.title-block {
	margin-bottom: 30px;
	padding: 2px 0 3px 20px;
	border-left: 7px solid #1ABC9C;
}

.title-block-right {
	padding: 2px 20px 3px 0;
	border-right: 7px solid #1ABC9C;
	border-left: 0;
	text-align: right;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 { margin-bottom: 0; }

.title-block > span {
	display: block;
	margin-top: 4px;
	color: #555;
	font-weight: 300;
}

.title-block h1 + span { font-size: 22px; }

.title-block h2 + span { font-size: 19px; }

.title-block h3 + span { font-size: 17px; }

.title-block h4 + span {
	margin-top: 3px;
	font-size: 15px;
}


/* Heading Block - with Subtitle
-----------------------------------------------------------------*/

.heading-block { margin-bottom: 50px; }

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
	margin-bottom: 0;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.emphasis-title h1,
.emphasis-title h2 {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
}

.heading-block h1 { font-size: 32px; }

.heading-block h2 { font-size: 30px; }

.heading-block h3 { font-size: 26px; }

.heading-block h4 {
	font-weight: 700;
	font-size: 20px;
}

.heading-block > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	color: #777;
	font-weight: 300;
}

.heading-block .before-heading { margin-bottom: 7px; }

.heading-block.center > span,
.heading-block.title-center > span,
.center .heading-block > span {
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
}

.heading-block h1 + span { font-size: 24px; }

.heading-block h2 + span { font-size: 22px; }

.heading-block h3 + span,
.heading-block h4 + span { font-size: 20px; }

.heading-block ~ p:not(.lead) { font-size: 15px; }

.heading-block:after {
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #444;
	content: '';
}

.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after { margin: 30px auto 0; }

.tright .heading-block,
.heading-block.tright,
.heading-block.title-right { direction: rtl; }

.heading-block.noborder:after,
.heading-block.nobottomborder:after { display: none; }

.heading-block.border-color:after { border-color: #1ABC9C; }


/* Emphasis Title
-----------------------------------------------------------------*/

.emphasis-title { margin: 0 0 50px; }

.emphasis-title h1,
.emphasis-title h2 {
	letter-spacing: -2px;
	font-size: 64px;
}

.emphasis-title h1 strong,
.emphasis-title h2 strong { font-weight: 700; }




/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/


#gotoTop {
	position: fixed;
	top: auto;
	right: 30px;
	bottom: 50px;
	left: auto;
	z-index: 299;
	display: none;
	width: 45px;
	height: 45px;
	border-radius: 2px;
	background-color: #A9A9A9;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	cursor: pointer;
	bottom: 99px;
	left: 50%;
    margin-left: 625px;
}

body:not(.device-touch) #gotoTop {
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

.stretched #gotoTop { bottom: 99px; }

#gotoTop:hover { background-color: rgb(153, 1, 0); }




/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/


#footer {
	position: relative;
	background-color: #EEE;
}

#footer .footer-widgets-wrap {
	position: relative;
	padding: 20px 0;
}

.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth { margin-bottom: 0; }

#copyrights {
	padding: 10px 0;
	/* background-color: #DDD; */
	font-size: 14px;
	line-height: 1.8;
}

#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	margin-right: 3px;
	width: 14px;
	text-align: center;
	font-size: 14px;
}

.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	border-bottom: 1px dotted #444;
	color: #333;
}

.copyright-links a:hover {
	border-bottom: 1px solid #666;
	color: #555;
}

.copyrights-menu { margin-bottom: 10px; }

.copyrights-menu a {
	margin: 0 10px;
	border-bottom: 0 !important;
	font-size: 14px;
}

#copyrights .col_half { margin-bottom: 0 !important;  }
#copyrights .col_half.col_last.tright {
    text-align: right;
    display: table;
}
#copyrights .col_half.col_last.tright span.middot {
    /* margin-left: 5px; */
    margin-right: 5px;
}
#copyrights a:first-child { margin-left: 0; }

#copyrights .tright a:last-child { margin-right: 0; }

.footer-logo {
	display: block;
	margin-bottom: 30px;
}


/* ----------------------------------------------------------------
	Widgets
-----------------------------------------------------------------*/


.widget {
	position: relative;
	margin-top: 50px;
}

.sidebar-widgets-wrap .widget {
	padding-top: 50px;
	border-top: 1px solid #EEE;
}

.widget:first-child { margin-top: 0; }

.sidebar-widgets-wrap .widget:first-child {
	padding-top: 0;
	border-top: 0;
	background: #FFF;
}

.widget > h4 {
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 15px;
}

.sidebar-widgets-wrap .widget > h4 { letter-spacing: 1px; }

.widget p:not(.lead) { font-size: 14px; }


/* Tag Cloud
-----------------------------------------------------------------*/


.tagcloud { margin-bottom: -2px; }

.tagcloud a {
	float: left;
	display: block;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 3px 6px;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	color: #666;
	font-size: 13px !important;
}

body:not(.device-touch) .tagcloud a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tagcloud a:hover {
	border-color: #1ABC9C !important;
	color: #1ABC9C !important;
}


/* Widget - Links
-----------------------------------------------------------------*/

.widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_pages ul,
.widget_pages li,
.widget_rss ul,
.widget_rss li {
	margin: 0;
	list-style: none;
}

.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li,
.widget_rss li { padding: 4px; }

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li {
	display: inline-block;
	padding: 0 3px 0 12px;
}

.widget_recent_comments li {
	display: block;
	padding: 4px 0 4px 20px;
	background: url("images/icons/widget-comment.png") left top no-repeat;
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a {
	border: none !important;
	background: url("images/icons/widget-link.png") left top no-repeat;
	color: #444;
	font-size: 14px;
}

.widget_nav_menu li a:hover,
.widget_links li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_recent_entries li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_rss li a:hover,
.widget_recent_comments li a:hover { color: #000; }

.widget_recent_comments li a {
	display: inline;
	padding: 0;
	background: none !important;
}

.widget_nav_menu > ul > li:first-child,
.widget_links > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_archive > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_rss > ul > li:first-child { border-top: 0 !important; }

.widget_nav_menu > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_categories > ul,
.widget_pages > ul,
.widget_rss > ul { margin-top: -4px !important; }

.widget_nav_menu ul ul,
.widget_links ul ul,
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_rss ul ul { margin-left: 15px; }


/* Widget - Testimonial & Twitter
-----------------------------------------------------------------*/

.widget .testimonial.no-image .testi-image { display: none; }

.widget .testimonial.twitter-scroll .testi-image { margin-right: 10px; }

.widget .testimonial:not(.twitter-scroll) .testi-image,
.widget .testimonial:not(.twitter-scroll) .testi-image a,
.widget .testimonial:not(.twitter-scroll) .testi-image img {
	width: 42px;
	height: 42px;
}

.widget .testimonial.twitter-scroll .testi-image,
.widget .testimonial.twitter-scroll .testi-image a,
.widget .testimonial.twitter-scroll .testi-image img,
.widget .testimonial.twitter-scroll .testi-image i {
	width: 28px;
	height: 28px;
}

.widget .testimonial.twitter-scroll .testi-image i {
	background-color: #EEE;
	color: #888;
	font-size: 14px;
	line-height: 28px;
}

.widget .testimonial p { font-size: 14px; }


/* Widget - Quick Contact Form
-----------------------------------------------------------------*/

.quick-contact-widget .form-control,
.quick-contact-widget .input-group,
.quick-contact-widget .sm-form-control { margin-bottom: 10px; }

.quick-contact-widget .input-group .form-control { margin-bottom: 0; }

.quick-contact-widget form,
#template-contactform { position: relative; }


/* Newsletter Widget
-----------------------------------------------------------------*/

.subscribe-widget h5 {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
}


/* Twitter Feed Widget
-----------------------------------------------------------------*/

.widget-twitter-feed li { margin: 15px 0 0 0; }

.widget-twitter-feed li:first-child { margin-top: 0; }

.widget-twitter-feed small {
	display: block;
	margin-top: 3px;
}

.widget-twitter-feed small a { color: #999; }


/* Small Post
-----------------------------------------------------------------*/

.widget-twitter-feed li { margin: 15px 0 0 0; }

.widget-twitter-feed li:first-child { margin-top: 0; }

.widget-twitter-feed small {
	display: block;
	margin-top: 3px;
}

.widget-twitter-feed small a { color: #999; }


/* Navigation Tree
-----------------------------------------------------------------*/


.nav-tree {
	position: relative;
	margin-bottom: 40px;
}

.nav-tree ul {
	margin-bottom: 0;
	list-style: none;
}

.nav-tree > ul { margin: -8px 0; }

.nav-tree li { position: relative; }

.nav-tree li a {
	display: block;
	padding: 8px 0;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
}

.nav-tree li i {
	width: 16px;
	text-align: center;
	font-size: 14px;
}

.nav-tree li i:not(.icon-angle-down) {
	position: relative;
	top: 1px;
	margin-right: 8px;
}

.nav-tree li a i.icon-angle-down {
	margin-left: 2px;
	width: auto;
	font-size: 12px;
}

.nav-tree li:hover > a,
.nav-tree li.current > a,
.nav-tree li.active > a { color: #1ABC9C !important; }

.nav-tree ul ul { display: none; }

.nav-tree ul ul a {
	padding: 6px 0;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
}

.nav-tree ul ul a i.icon-angle-down { font-size: 12px; }

.nav-tree ul ul a { padding-left: 20px; }
.nav-tree ul ul ul a { padding-left: 40px; }
.nav-tree ul ul ul ul a { padding-left: 60px; }
.nav-tree ul ul ul ul ul a { padding-left: 80px; }


/* ----------------------------------------------------------------
	Bootstrap Specific
-----------------------------------------------------------------*/

.table .success { color: #3c763d; }

.table .info { color: #31708f; }

.table .warning { color: #8a6d3b; }

.table .danger { color: #a94442; }

.btn-link { color: #1ABC9C; }

.btn-link:hover,
.btn-link:focus { color: #222; }

.boot-tabs { margin-bottom: 20px !important; }

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
	position: absolute;
	top: 47.5%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-chevron-left { left: 50%; }

.carousel-control .icon-chevron-right { right: 50%; }

.responsive-utilities th small {
	display: block;
	color: #999;
	font-weight: 400;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #DDD;
	background-color: #EEE;
}

.img-circle { border-radius: 50% !important; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	border-color: #1ABC9C !important;
	background-color: #1ABC9C !important;
	color: #FFF !important;
}

label.radio,
label.checkbox { padding-left: 20px; }

.input-group-lg > .input-group-addon { line-height: 1; }


/* ----------------------------------------------------------------
	Stretched Layout
-----------------------------------------------------------------*/


.stretched #wrapper {
	margin: 0;
	width: 100%;
	box-shadow: none;
	
}




/**xuyd **/
.area-inner{
	padding:10px 0px;
}
.inner-left{
	width:435px;
	/* min-height: 291px; */
	border-radius: 4px 0px 0px 4px;
}
.inner-middle{
	padding-right: 0;
	width:435px;
}
.widget-title .icon-title {
	margin-right: 10px;
    margin-left: 15px;
}
h3.widget-title{
	float: left;
	margin-bottom:2px;
}
.one-page-body .container{
	width: 1220px;
}
.inner-content{
	padding-top:15px;
	padding-bottom: 15px;
}
#img_carousel{
	width:266px;
}
#img_r_news{
	padding-left:5px;
/* width:239px; */
	width: 227px;
}

.list {
  padding: 0px;
  /* background-color: #FFF; */
}
.list ul{
	margin-bottom:0;
}
.list li {
  height: 35px;
  line-height: 35px;
    border-bottom: 1px dashed #E1E1E1;
  color:#696969;
  list-style: none;
  
}
.list_T li:first-child {
  /*   background: #F7F7F7; */
}
.list li:hover {
    color: #005524;
}
.list li a {
  float: left;
  display: block;
  color: #444;
    font-size: 14px;
    width: 315px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list li a:hover {
/* color: #990033; */
      color: #005524;
}
.list li span {
  float: right;
  display: block;
  /* width: 69px; */
  color: #999;
  font-size: 12px;
}
.bke h5 {
  border-bottom: 1px dashed #B6B6B6;
  color: #0266B1;
  font-weight: bold;
  line-height: 30px;
}
.list_more {
  height: 30px;
  line-height: 30px;
}
.list_more a {
  float: right;
  color: #333333;
/* font-weight: bold; */
}
.jynews:first-child{
	border-top: 0;
}
.jynews{
	position: relative;
	padding: 3px 1px;
	border-top: 1px dashed #E5E5E5;


}
.jynews .new-title{
	padding-left: 4px;
	width:185px;
	height: 40px;
	border-left: 1px solid #990100;
}
.jynews h4{
	margin: 0;
	line-height: 1.2;
}
.jynews h4 a{

	color:#555;
	font-weight: normal;
	font-size: 12px;
}
.jynews h4 a:hover{
	color:#990100;
}
.jynews .days{
	position: absolute;
	top:8px;
	right: 0;
	border: 1px solid #CBCBCB;
	font-size: 12px;
	line-height: 1.5;
}
.jynews .year {
    display: block;
    height: 16px;
    background-color: #990100;
    color: #fff;
    line-height: 16px;
}
.jynews .month {
    height: 17px;
    color: #990100;
    line-height: 16px;
}
.inner-left .nlist{
	background: none;
	list-style: none;
	/* list-style-position: inside; */
	font-size: 12px;
}
.inner-left .nlist ul{
	margin-bottom: 0;
	list-style: none;
	list-style-type: none;
}
.inner-left .nlist li {
    height: 35px;
    color: #969696;
    line-height: 35px;
    border-bottom: 1px dashed #DFDFDF;
}
.inner-left .nlist li a{
  float: left;
	  width: 308px;
	color:rgb(51, 51, 51);
	font-size: 14px;
	width: 315px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inner-left .nlist li span:not(.label){
	float:right;
	width:67px;
}
.colorfff{
	color:rgb(153, 1, 0);
}
.inner-left ul.tab-nav:not(.tab-nav-lg) {
    border-bottom: 0;
}
.inner-left .tabs.tabs-alt ul.tab-nav li a {
	background-color: transparent;
}
.inner-left ul.tab-nav li a {
	color:rgb(153, 1, 0);
}
.tab_group {
	border-bottom: 1px solid #DDD;
}
.inner-left .tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a {
    height: 40px;
    border-right: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
    background: #fff;
    color: #990100;
}
.inner-middle .tab-container{
	padding:10px;
}
.inner-middle .tabs{
	margin: 0 0 0 0;
}

.clist li span{
    float: right;
}
.clist {
    margin-bottom: 0;
    list-style: none;
    list-style-type: none;
}
.clist li {
    padding-left: 5px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
}
.clist li a{
	color:#555;
}
.clist li a:hover {
	color:#990100;
}
.entry-content .more a {
    float: right;
    color: #555;
}
.tabs-login > ul{
	padding-left:5px;
}
.tabs-login > ul > li{
	width:86px;
}


.wrapper-login{
    position: absolute;
    top: 60px;
    right: 153px;
	z-index:3;
    width: 280px;
    height: 240px;	
    border: 1px solid #64aed9;
	background: #fff;
	-moz-box-shadow: 4px 4px 2px rgba(91, 91, 91, 0.2);
	box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
	opacity: 0.85;
}
.wrapper-login .nav-tabs{
	padding-bottom:0;
}
.wrapper-login > .tabs-bb > li > a{
	margin:0;
	padding: 10px 15px 4px;
	height: 42px;
	background:none;
	color: #0b69a6;
	
}
#top-cart-trigger ul > li > a{
	height:20px;
}
.wrapper-login > .nav-tabs > li{
    width:33.3333%;
	height: 42px;
    border:0;
    text-align: center;
/* font-size: 16px; */
    
}
/* .wrapper-login > .nav-tabs > li:last-child{
	width:34%; */
.wrapper-login > .nav-tabs > li:first-child.active{
	margin-bottom:-1px;
	border-right: 1px solid #64aed9;
	border-left: 0;
}
.wrapper-login > .nav-tabs > li.active{
	margin-bottom:-1px;
	border-top: 2px solid #64aed9;
	border-right: 1px solid #64aed9;
	border-left: 1px solid #64aed9;
}
.wrapper-login > .nav-tabs > li:last-child.active{
	margin-bottom:-1px;
	border-right: 0;
	border-left: 1px solid #64aed9;
}

.wrapper-login > .nav-tabs > li.active > a,.wrapper-login > .nav-tabs > li.active > a:hover,.wrapper-login > .nav-tabs > li.active > a:focus {
    padding: 8px 15px 4px;
    background: #fff;
    color: #0b69a6;
	
}

/* .wrapper-login > .nav-tabs > li.active > a{
	background:#fff; */
.wrapper-login > .nav-tabs > li.active > a:hover{
	background:#fff;

}
.wrapper-login > .nav-tabs > li > a:hover{
	background:none;

	}
.wrapper-login .tab-content{
	padding: 0 15px 0 16px;
	background:none;
}
.wrapper-login .tab-pane{
	padding: 0 25px 0 24px;
}

.wrapper-login .nav-tabs{
	border-bottom:1px solid #64aed9;
	background:#F9F9F9;
}
.wrapper-login .control-group{
    position: relative;
    margin-bottom: 14px;
    zoom: 1;
}
.wrapper-login .control-group .control-label{
    position: absolute;
    top: 0;
    left: 8px;
    float: none;
    padding: 0;
    width: 70px;
    height: 35px;
    color: #333;
    text-align: left;
    font: 400 14px/35px "Microsoft YaHei";
}
.wrapper-login .control-group .controls{
    margin: 0;
}
.wrapper-login .control-group .controls input{
    overflow: hidden;
    padding: 5px 7px;
    width: 246px;
    height: 36px;
    border: 1px solid #ccc;
    background-color: transparent;
    text-indent: 75px;

    font-size: 14px;
    line-height: 26px;
}
.wrapper-login .form-actions .btn-xlarge{
	 width: 246px;
}
#primary-menu ul.tab-nav{
	height:auto;
}
#primary-menu ul.tab-nav li a {
	height:auto;
	line-height: 41px;
}
#sidebar-tabs ul.tab-nav:not(.tab-nav-lg) li {
   /* border: 1px solid #DDD; */
    border-left: 0;
}
#sidebar-tabs ul.tab-nav:not(.tab-nav-lg) li:first-child {
    margin-left: 15px;
    border-right: 1px solid #DDD;
}
.banner2 {
    position: relative;
    z-index: 99;
    display: block;
 /*    overflow-x: hidden;
    overflow-y: hidden; */
      margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 220px;
    min-height: 100%;
    /* background-position: 50% 50% !important; */
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    vertical-align: sub;
}
.tab-ls ul li, .tab-2s ul li{
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgb(229, 229, 229);
	color: #333333;
	list-style: none;
}
.tab-ls ul li>span, .tab-2s ul li>span {
    margin-left: 5px;
    font-size: 13px;
}
.list-news > ul >  li{
    position: relative;
    height: 35px;
    border-bottom: 1px dashed #ccc;

    line-height: 35px;
}

.list-news > ul >  li > span {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    padding-right: 10px;
    width: 100px;
    color: #616161;
    text-align: right;
    line-height: 32px;
}
.www { margin-top:14px;}
.www .wxf { 
  position:relative;margin-bottom:5px; color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
 /* font-weight: bold; */
  font-size: 14px;font-family: 'Microsoft YaHei', NSimSun, SimSun; 
  cursor:pointer;
   -webkit-transition: font-size .4s ease, opacity .3s ease;
  -o-transition: font-size .4s ease, opacity .3s ease;
  transition: font-size .4s ease, opacity .3s ease;
}
.www .wxf {display:block;font-size:14px;}
.www .wxf:hover{color:rgba(153,0,0,1);}
.www .wxf:hover span{position:absolute !important;top:25px !important;left:-5px !important;z-index:1000 !important;display:block !important;padding:10px !important;width:245px !important;border:1px solid #ccc !important;border-radius:5px !important;background-color:rgb(255,255,255) !important;text-align:left !important;cursor:default !important;}
.www .wxf span{display:none; color:rgba(51,51,51,1);}
.wwww {margin-bottom:50px;}
.sticky-header .www{
	margin-top:2px;
}
.sticky-header .www .wxf {
	margin-bottom:0px;
}


#ewm{
	margin-top:10px;
	width: 100px;
       height: 90px;
       padding-left: 15px;
}
#ewm img{z-index: 50;
	width:80px;height:80px;
}
.sticky-header #ewm{
	margin-top:0px;
}
.sticky-header #ewm img{
	width:60px;height:60px;
}
#index-content{
    position: relative;
    overflow: hidden;
   /* margin-top: 454px ; */
    margin-right: auto;
    margin-bottom: 66px;
    margin-left: auto;
	/* padding-top: 20px; */
    width: 1220px;
	opacity: 0.95;
}
div#slider {
    width: 1220px;
    height: 500px;
}
.main_cotent{
/* padding:30px; */

}
.main_cotent .container{
    padding-right: 0px;
	padding-left: 0px;
	background: #fff;
}
/* media="all" */
.wxf123{z-index: 10;}

.icon-angle-down:before {
color: rgb(205, 205, 205);
}
.wxd{position: absolute; margin-top: 33px;margin-left: 33px;font-size:18px;}
.wxd .wxb{position:absolute;
margin-top: -37px;
margin-left: 115px;
width: 500px;}
.wxd .wxb a{margin-left: 10px;}
.sticky-header .wxd {
margin-top: 13px;
}
.sticky-header #top-search form input {
margin-top: 16px;
border: 1px solid #cccccc;
}
.pptv {
margin-bottom: 5px;
color: rgb(153, 153, 153);
font-size: 14px;
}
.tv {
margin-bottom: 10px;
  padding-left: 7px;
 /*  width: 100%; */
 /*  border-left: 8px solid #990100 !important; */
color:#990100;
font-weight: 600 !important;
  font-size: 18px;
  line-height: 1;
border-bottom: 1px solid #A7A7A7;
    padding: 7px;
}
.postcontent.nobottommargin.col_last.list-news.clearfix.pp {
padding:30px; 
border: 1px solid rgb(228, 228, 228);
}
.ppt {
clear: both;
/* margin: 0px 15px 70px ; */
}
.pps li {
/* border-bottom: 1px #DCDBD9 dashed; */
color: rgb(144, 144, 144);
list-style-type: none;
font-size: 15px;
font-size: 14px;
line-height: 2.4;
}
.pps li a {
margin-right: 15px;
font-size: 15px;
cursor: pointer;
}
.pho .top .left{float:left;
padding: 15px;
width: 33%;}
.pho .top .right{float:right;}
.ziti {
position: absolute;
top: 907px;
left: 64px;
padding: 10px;
background: white;
color: rgb(90, 90, 90);
}
.zitii {
position: absolute;
top: 907px;
left: 335px;
padding: 10px;
background: white;
color: rgb(90, 90, 90);
}
.zitiii {
position: absolute;
top: 907px;
left: 606px;
padding: 10px;
background: white;
color: rgb(90, 90, 90);
}
.pho .top .left img:hover {
box-shadow: 0px 0px 17px;
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-o-transform: scale(1.02);
transform: scale(1.02);
-ms-transform: scale(1.02);
}
.saa h1 {
padding: 16px 0px;
background-color: #990100;
color: white;
  font-weight: 500;
font-size: 28px;
margin-bottom: 0;
}

.btn1{
padding: 8px;
  border-bottom: 1px solid rgb(236, 236, 236);
background: rgb(232, 232, 232);
color: rgb(192, 49, 49)!important;
list-style-type: none;
  text-align: center;

font-weight: bold;
font-size: 16px;
font-size: 16px;
cursor: pointer;
}
.btn2 {
  /* border-bottom: 1px solid rgb(236, 236, 236); */
list-style-type: none;
  text-align: center;
font-size: 16px;
  }
li.btn2 a i {
    margin-right: 5px;
}
li.btn2 a i.icon-arrow-right {
    color: #C8D1DD;
}
li.btn2 a img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.subChannelList li {
  float: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-top:0;
  width: 33.3%;
  _display: inline;
}
.subChannelList figure {
  margin: 0 15px;
  height: 350px;
  border-top: 5px solid rgb(184, 44, 44);
  border-bottom: 2px solid rgb(184, 44, 44);
  background: #f6f6f6;
}
.subChannelList figure img {
  width: 100%;
  height: 160px;
}
figure {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.subChannelList figure figcaption a {
  display: block;
  padding: 0.3em 0 0.5em 0;
  color: #22132d;
  font-size: 16px;
  line-height: 22px;
}
.subChannelList figure figcaption {
  display: block;
  padding: 5px 12px 0 15px;
}
.subChannelList figure figcaption h3 {
margin-bottom: 0px;
}
.subChannelList figure p {
margin: 0 12px;
font-size: 14px;
}
ul, li {
  list-style-type: none;
}
i.color.icon-title.fa.fa-calendar, i.icon-title.colorfff.fa.fa-bullhorn {
  font-size: 20px;
}
.entry-content p span,.entry-content p {
  font-size: 16px !important;
  font-family: 'Microsoft YaHei', NSimSun, SimSun !important;
      color: #444 /*!important*/;
}
.entry-content p {
  margin-bottom: 0px;
  font-size: 16px !important;
  font-family: 'Microsoft YaHei', NSimSun, SimSun !important;
  line-height: 1.8 !important;
}
.postcontent.nobottommargin.clearfix {
   padding: 30px;
  border:1px 1px 1px #DFDFDF;
  background:#FFF;
  box-shadow: 1px 1px 1px #D1D1D1;
}
.pps li span {
  margin-top: 3px;
  color: #ADADAD;
  font-size: 12px;
 /*  background: url(../muc/img/time_line.png) no-repeat left 9px; */
    background-size: 13px;
    margin-left: -40px;
    width: 83px;
    text-align: right;
}
.col-xs-3.inner-content.wxff {
  padding-right: 5px;
  width: 350px;
}
.webui-popover-content ul li a {
  color: #444;
  font-size: 14px;
}
.wbd {
  float: left;
  margin-top: -30px;
  width: 12px;
  height: 518px;
  background-color: rgb(187, 36, 36);
}
.postcontent.nobottommargin.col_last.list-news.clearfix.pp td {
    padding: 8px;
    height: 0;
    font-size: 16px;
}
.ui-tabs-anchor {
  padding: 0px 18px 0 19px;
  height: 40px;
  line-height: 40px;
}
ul.tab-nav.tab-nav2 li.ui-state-active a {
  background-color: rgb(153, 1, 0);
}
#logo img {
  height: 100px;
}
#header.sticky-header #primary-menu.style-5 > ul > li:first-child:before {
  border-right:0px solid white;
}
#header.sticky-header #primary-menu.style-5 > ul > li:first-child:after {
  border-top: 0px;
}

.wxfdd {
 /* background-color: rgb(218, 218, 218); */
}
.wxff {
  width: 345px;
}
.button-reveal.button-white, .button-reveal.button-white:hover {
  background-color: rgb(187, 36, 36) !important;
  color:white !important;
}
#footer {
  border-top: 0px solid rgb(187, 36, 36) !important;
}
#zpxxForm select#dwhydm {
  width: 130px !important;
}
#zpxxForm select {
  width: 130px;
  height: 37px;
  border: 1px solid rgb(209, 37, 37);
  font-size: 15px;
}
#zpxxForm input {
  padding: 5px;
  height: 37px;
  border:1px solid #ccc;
  font-size: 15px;
}
input#searchBtn {
  padding: 0 24px;
    border-color: #ccc;
    background: #ccc;
  color: rgb(255, 255, 255);
}
input.wxsa {
  width: 262px;
}
.searchwrap {
  /* height: 36px; */
}
.wxdss a {
  margin: 0 5px;
}
.wxdss {margin-top:5px; font-size:15px;}
 .ppt .bd ul li p {
  /* margin: 0 auto; */
  margin-bottom: 6px;
  /* width: 100px; */
  color: rgb(86, 86, 86) !important;
  font-size: 15px;
}
.ppt .bd ul li p.name {
  font-size: 12px;
}
.ppt .bd ul li p.title a {
 color: rgb(103, 103, 103);
}
.ppt .bd ul li p.name a {
  margin-right: 15px;
  color: rgb(144, 144, 144) !important;
  font-size: 13px;
}
.ppt .bd ul li p.title {
  margin-bottom: -2px !important;
}
.ppt .bd ul li div.col-xs-9 {
  padding-right: 0px;
  padding-left: 6px;
  width: 70%;
}
.ppt .bd ul li.col-xs-6 {
  margin-bottom: 18px;
  /* padding: 0px; */
}
  .ppt span a:hover {
    /* background: #BABABA !important; */
    color: #990100 !important;
    background: url('/template/muc/img/simple_line_icon_right.png') right -28px no-repeat;
    background-size: 14px;
}
.ppt span a {
  margin-right: 5px;
  background:url('/template/muc/img/simple_line_icon_right.png') right 4px no-repeat;
  color:  #8C8C8C;
  font-weight: 500;
  font-size: 14px;
  background-size: 14px;
    padding-right: 17px;
}
.ppt .bd ul li div.col-xs-3 {
  margin: 5px 0;
  padding: 0;
  width: 28%;
  border: 3px solid rgb(226, 226, 226);
  background: #E8E8E8;
  text-align: center;
}
.ppt ul.pps {
  margin-bottom: 10px;
  /* padding: 0 10px; */
  /*   border: 1px solid #DCDCDC; */
}
.ppt ul.pps.ppss {
  padding: 0;
}
.ppt ul.ppss li {
  float: left;
  padding: 10px 15px;
  width: 50%;
  border-bottom: none;
}
.swapmenu a {
	color: #A7A7A7;
    font-size: 18px;
    font-weight: 600;
    display: inline;
    padding: 4px 5px;
  /*   border-left: 7px solid #A7A7A7;
    background: #DFDFDD; */
}
.swapmenu a.on {
   /*  border-left: 7px solid #990100; */
    height: 28px;
    padding-left: 5px;
    color: #990100;
	border-bottom: none;
    line-height: 34px;
}
.lists li p a {
  color: rgb(51, 51, 51);
  font-size: 15px;
}
.lists li p {
  margin: 0px;
}
.leftb p {
  margin-bottom: 0;  
  padding: 8px 0;
  border-bottom: 1px solid rgb(226, 226, 226);
  text-align:center;
  line-height: 1.5 !important;
}
.leftab h4 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
}
.leftab {
  margin-top: 20px;
}
.leftb p a {
  color: rgb(82, 82, 82);
  font-size: 16px;
}
.ppssa li {
  padding:0 0 7px;
  /* text-align: center; */
  font-size: 15px;
}
li.asdf {
  margin: 0 30px;
}
.ppt.ppssff {
   margin: 0px;
}
.ppssf ul li.col-xs-3 a img {
  width: 100%;
  height: 100px;
  border: 1px solid rgb(240, 240, 240);
}
a.wxfd {
  padding: 5px;
  color: rgb(58, 58, 58);
  font-size: 14px;
}
.listtop {
  margin-top: 5px;
}
li.tmore {
  float: right;
  font-size: 14px;
}
.saa {
  text-align: center;
}
.bookitem {
  margin: 1%;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 5px 0;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    background: #F4F4F4 !important;
    text-align: center;
    width: 48%;
    float: left;
}
div#firstlist1 ul>div>span>a {
    font-size: 14px;
    color: #B81010;
}
.bookitem form p a {
  margin-right: 12px;
  font-size: 14px;
}
.bookitem form p img#img {
  margin-top: -3px;
  width: 67px;
  }
.bookitem form p input.certi {
  width: 130px;
}
.bookitem form p label {
  margin-right: 10px;
  font-size: 14px;
}
.bookitem form p input.text {
  margin-right: 57px;
  width: 200px;
}
.bookitem form p label {
  margin-right: 10px;
  font-size: 15px;
}
input.ok {
  width: 202px;
  height: 32px;
  border: 1px solid rgb(187, 36, 36);
    border-radius: 5px;
  background: none;
  background: rgb(187, 36, 36);
  color: white;
  font-size: 15px;
  line-height: 15px;  
}
input.ok:hover {
  background: rgb(165, 165, 165);
}
.bookitem form p {
  margin-bottom: 9px;
}
.ppt .bd ul li .col-xs-5 {
  padding: 0px;
}
.ppt .bd ul li .col-xs-7 {
  padding-right: 0px;
}
.ppt .bd ul li .col-xs-5 p.img img {
  margin-bottom: 8px;
  width: 100%;
  height: 150px;
}
/* .ppt.ppsss.sssa {
 margin-top: -30px;
} */
.bookitem form p input {
  padding: 0 5px;
  height: 32px;
  border: 1px solid rgb(208, 208, 208);
  border-radius: 5px;
  font-size: 14px;
}
.bookitem h4.yahei {
  margin: 0;
  font-weight: 500;
}
.bookitem h4.yahei a {
  padding: 5px;
  font-size: 18px;
}
.bookitem h4.yahei a:hover {
   /*  color: #909090 !important; */
}
.sidebar-widgets-wrap {
	box-shadow: 1px 1px 1px #D1D1D1;
}
.feedback {
    margin-top: 25px;
}
.feedback a img {
    width: 100%;
}
.ppt .bd ul li p.name span {
  width: 99px;
  color:rgb(173, 173, 173) !important;
 /*  background: url(../muc/img/time_line.png) no-repeat left 5px; */
    background-size: 13px;
    width: 84px;
   /*  text-align: right; */
    display: block;
}
.ppt .bd ul li p.name span i {
  margin-right: 4px;
}
.saa.saas {
  width: 240px;
 
  background:#FFF;
   /*  border-left: 5px solid #990100; */
}
.ppssa li a {
  /*color: rgb(103, 103, 103);*/
}
.ppt .bd ul li p.imgs {
  margin-right: 5px;
  margin-bottom: 0px;
  font-weight: 900;
  font-size: 52px;
}
.ppt .bd ul li p.img {
  margin-bottom: -2px;
 /* margin-left: 5px; */
  color: rgb(249, 93, 93) !important;
  font-weight: 900;
  font-size: 52px;
}
.zpxwlist ul li {
  padding: 7px 5px;
   border-bottom: 1px solid rgb(236, 236, 236);
  font-size: 15px;
}
.zpxwlist ul li:nth-child(even) {
    background: #F9F9F9;
}
.zpxwlist > ul > li > span {
  color: rgb(173, 173, 173);
    font-size: 13px;
    /* background: url(../muc/img/time_line.png) no-repeat left 4px; */
    background-size: 13px;
    width: 88px;
    text-align: right;
    display: block;
}
.ppt.ppsss h1.tv {
  float: left;
  margin-right: 10px;
}
.zpxx {
  margin: 0px !important;
}
a.tv.on {
  z-index: 45;
  padding-right: 5px;
  padding-bottom: 2px;
  border-top: 1px solid rgb(35, 82, 124);
  border-right: 1px solid rgb(35, 82, 124);
  background: rgb(255, 255, 255);
}
div#firstlist1 {
  margin-top: 2px;
  margin-bottom: 30px;
  padding: 10px 0 0;
/*   border:1px solid #DCDCDC; */
      width: 100%;
  }
  div#firstlist1 ul {
   margin: 0;
}
div#firstlist1 ul li span {
  float: right;
  margin-top: 11px;
  color: rgb(173, 173, 173);
  font-size: 12px;
    /*   background: url(../muc/img/time_line.png) no-repeat left 4px; */
    background-size: 13px;
    margin-left: -40px;
    width: 85px;
    text-align: right;
}
div#firstlist1 ul li a{
    margin-right: 7px;
  color: #444;
  font-size: 15px;
  line-height: 2.4;
}
div#firstlist1 ul li span i，.pps li span i {
  margin-right: 2px;
}
div#firstlist1 ul li{
	/* border-bottom: 1px #DCDBD9 dashed;  */
	color: #ADADAD;
    font-size: 13px;
	width: 100%;
    display: inline-table;
    /* padding: 10px 0; */
}
div#firstlist1 ul li a:hover {
  color: rgb(103, 103, 103);
}
.ppssa li a img {
  border: 1px solid #ECECEC;
  width: 100%;
}
div#firstlist1 ul li.tmore a {
  font-size: 13px;
}
.ppssff ul li.col-xs-3 {
  margin-bottom: 59px;
  text-align: center;
}
.subChannelList li div h3 {
  margin-bottom: 5px;
  font-size: 15px;
}
.ppt.zcrw {
  margin: 0px;
}
.subChannelList li div h3 span {
    margin-left: 10px;
  color: rgb(173, 173, 173);
  font-weight: 500;
  font-size: 12px;
}
.ppt.ppssf.ppssff img {
  /*     width: 180px;
    height: 130px; */
}
.subChannelList li img {
  width: 100%;
  height: 115px;
}
.ppt.ppssf.ppssff li {
  /* margin-bottom: 16px; */
}
ul.subChannelList {
    margin: 0;
}
.zzds.yahei p.tv.on {
  z-index: 45;
  padding-right: 5px;
  /* padding-bottom: 2px; */
  /* background: rgb(255, 255, 255); */
  color:#990100 !important;
  line-height: 1 !important;
  border-left-color:#990100 !important;
}
p.tv.tvlf {
  border-left: 8px solid rgb(205, 205, 205) !important;
  color: rgb(205, 205, 205);
  line-height: 1 !important;
  cursor: pointer;
}
p.tv.tvlf:hover {
    border-left: 5px solid #D12525 !important;
    color: #D12525;
}
.subChannelList li div h3 a {
  color: rgb(63, 63, 63);
}
.ppt .bd ul li p.img a {
  font-size: 12px;
}
.ppt .bd ul li p.imgs a {
  font-size: 12px;
}
li.hhs:after {
  border-top: none !important;
}
li.hhs:before {
  border-right: none !important;
}
li.hhs {
  background: rgb(255, 255, 255)!important;
}
li.hhs a div {
  color: rgb(84, 84, 84) !important;
}
i.fa.fa-chevron-right {
  margin-right: 5px;
  font-size: 12px;
}
.fenye {
  text-align: center;
}
.bd ul li {
  padding:0;
  /* border-bottom: 1px #CFCFCF dashed; */
}
.ppt .bd ul li p.title a {
    line-height: 2.4;
}
.ppt.ppsss.sssa {
    margin-bottom: 30px;
}
.ppt .bd ul li p.title span i {
  margin-right: 5px;
}
.ppt .bd ul li p.title span {
  float: right;
  color: rgb(173, 173, 173);
  font-size: 12px;
  margin-top: 5px;
 /*  background: url(../muc/img/time_line.png) no-repeat left 5px; */
    background-size: 13px;
    width: 83px;
    text-align: right;
    display: block;
}
.ppt .bd ul li p.title span.tp {
    margin-top: -1px;
}
.ppt .bd ul li p.text {
  font-size: 12px;
}
.zpxwlist ul li a {
  color: rgb(89, 89, 89);
}
.searchwrap form#zpxxForm {
  margin-bottom: 10px;
  display: table;
}
.button-3d.button-red:hover, .button-reveal.button-red:hover {
  color: rgb(255, 255, 255) !important;
}
span.tmore {
  float: right;
  margin-top: 10px;
  font-size: 13px;
}
div#firstlist1 ul>div>span>a:hover {
   color: #990100 !important;
    background: url('/template/muc/img/simple_line_icon_right.png') right -28px no-repeat;
    background-size: 14px;
}
div#firstlist1 ul>div>span>a {
    font-size: 14px;
    background: url('/template/muc/img/simple_line_icon_right.png') right 4px no-repeat;
    color: #8C8C8C;
    font-weight: 500;
    background-size: 14px;
    padding-right: 17px;
    margin-right: 5px;
}
i.fa.fa-angle-double-right {
  margin-right: 2px;
}
.ppt.zcrw.jyxx {
  margin-bottom: 30px;
}
.webui-popover-content a {
  font-size: 14px;
}
.fast-link {
  position: fixed;
  bottom:144px;
  z-index: 999;
    font-size: 30px;
    left: 50%;
    margin-left: 615px;
}
.fast-link a {
  display: block;
  margin-bottom: 1px;
  background: #CCC;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 2px;
    transition: background-color .2s linear;
}
.fast-link a:hover {
    background: #9E0D0D;
}
.fast-link a i.fa {
  color: rgb(255, 255, 255);
}
ul.tab-nav li.ui-tabs-active a:hover {
  color: rgb(153, 1, 0) !important;
}
.webui-popover-content ul li {
  padding: 5px 0;
  border-bottom: 1px dashed #CFCFCF;
}
.swiper-title.container .title-text>a:hover {
    color: #D4D4D4 !important;
}
ul.tab-nav li.ui-tabs-active a:hover {
  color: rgb(153, 1, 0) !important;
}
.postcontent.nobottommargin.clearfix h5 {
  margin: 24px 0;
  font-size: 20px;
  font-weight: 500;
    clear: both;
}
.postcontent.nobottommargin.clearfix table.smtable {
  font-size: 15px;
}
ul.tab-nav li a:hover {
  color: rgb(153, 1, 0) !important;
}
ul.tab-nav li.ui-tabs-active a:hover {
  /* color: #fff !important; */
}
.inner-left .tabs.tabs-alt ul.tab-nav li a:hover {
  color: rgb(153, 1, 0) !important;
}
ul.tab-nav.tab-nav2 li a:hover {
  color: rgb(153, 1, 0) !important;
}
i.fa.fa-renren {
  padding-left: 4px;
}

.postcontent.nobottommargin.col_last.list-news.clearfix.pp .col-xs-8 {
   /*  border-right: 1px solid #E8E8E8; */
}
.bd ul li .col-xs-9 {
    border-right: none !important;
}
.entry-content p {
    background: none !important;
}
.kopa-breadcrumb {
    margin: 20px auto;
    width: 1220px;
}
.kopa-breadcrumb .wrapper.clearfix .pull-left {
    font-size: 24px;
}
.kopa-blog-page #main-content{
    margin: 20px auto;
    width: 1220px;
}
.nav-justified > li {
    display: table-cell;
    width: 1%;
}
i.fa.fa-mobile {
    padding-left: 10px;
    font-size: 48px;
}
.ppt.ppssf.ppssff li.col-xs-3 {
    padding: 0 10px;
    background: none;
}
.dw_xinxi.q table tr td {
    padding: 5px;
    font-size: 15px;
}
.row.margin-top-20.margin-bottom-40.yhdl {
    margin: 50px auto;
  /* margin-top: 50px !important; */
    margin-top: 0;
    margin-bottom: 100px;
    padding: 30px;
    width: 680px;
    min-height: 580px !important;
    background: #F9F9F9;
    box-shadow: 1px 1px 1px #D1D1D1;
}
.tab-style-1 {
       /* width: 680px; */
    font-size: 16px;
}

.tab-style-1 ul.nav.nav-tabs li a {
    padding: 10px 25px;
    
}
.tab-style-1 .tab-content div>p {
    margin: 29px;
        margin-left: 99px;
    height:50px;
    font-size: 14px;
}
.tab-style-1 .tab-content {
   /* border: 1px solid #DEDEDE; */
    /* border-top: none; */
}
.nav-tabs {
     /* border-bottom:none; */
}
.tab-style-1 .btn.btn-primary {
    /* margin-left: 12px; */
    width: 300px;
    height: 40px;
    /* text-align: center; */
}
.tab-style-1 form p {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}
.tab-style-1 .form-horizontal .form-group {
    margin: 30px 40px;
}
.tab-style-1 .form-horizontal .form-group .col-lg-6 {
    float: left;
    padding: 0;
    width: 300px;
}
.tab-style-1 label.col-lg-3.control-label { 
        float: left;
        padding-top: 7px;
        width: 127px;
        text-align: right;
    font-size: 17px;
    font-family: 'Microsoft YaHei';
}
.tab-style-1 input.form-control {
        width: 300px;
    height: 40px;
    font-size: 18px;
}
.tab-style-1 .col-lg-6.padding-left-0 a {
    float: right;
    margin-right: -35px;
}
.tab-style-1 form{margin-bottom: 0;}
.tab-style-1 form .login-socio {
    /* float: right; */
    text-align: center;
}
.form-info {
    margin-top: 43px;
    padding: 30px;
    padding-left: 60px;
    border: 1px solid #D6D6D6;
}
.stud_text .text.q {
    font-size: 14px;
}
.stud_text {
    font-size: 16px;
}
.stud_text .text.q a.btnbm {
    font-weight: 600;
    font-size: 15px;
}
.hdbm li a {
    font-size: 15px;
}
.row.margin-top-20.margin-bottom-40.yhdl h1.subtitle {
    padding-bottom: 10px;
    border-bottom: 2px solid #888;
}
.kopa-blog-page {
    padding-bottom: 1px;
    min-height: 900px;
    background: #f0f0f0;
}
div.kopa-blog-page .wrapper {
    margin: 0px auto;
    width: 680px;
    border: 1px solid #F9F9F9;
    background:#F9F9F9;
    font-size: 15px;
   box-shadow: 1px 1px 1px #D1D1D1;
}
.wrapper>.row.rows {
    margin: 50px 80px;
}
.wrapper .row.rows form#formID input {
    padding: 10px;
    width: 300px;
    height: 40px;
    border: 1px solid #CCC;
    border-radius: 5px;
}
.wrapper>.row.rows a#sub {
    padding: 10px 120px;
    width: 300px;
    border-radius: 5px;
    background: #990100;
    color: #FFF;
    
}
.wrapper>.row.rows a#sub:hover {
    background: #D83838;
    color: #FFF !important;
}
.wrapper>.row.rows form#formID>p {
    text-align: center;
}
.wrapper>.row.rows form#formID>p a {
    font-size: 12px;
}
.wrapper>.row.rows p.mt10 {
    margin-top: 39px;
    text-align: center;
}
.wrapper>.row.rows form#formID>p span img.imgChangeImage {
    margin-right: 70px;
}
.wrapper .row.rows form#formID input#yz {
    width: 220px;
}
.col-lg-6.padding-left-0.padding-top-20.dl {
    margin-left: 167px;
    padding: 0;
}
.row.margin-top-20.margin-bottom-40 .content-form-page .row {
    margin: 0;
}
.col-lg-6.padding-left-0.wjmm {
    margin-top: 10px;
    width: 500px;
}
.tab-style-1 .tab-content div>p.text-muted {
    margin-left: 0;
}
/* .col-md-4.col-sm-4.pull-right {
    width: 386px; */
.col-md-8.col-sm-8 {
        float: left;
    width: 66.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-4.col-sm-4.pull-right {
    float: left !important;
width: 33%;
}
.pho ul.subChannelList>li>div {
   /*  border-top: 2px solid #D12525;
    background: #FDFDFD; */
}
.pho ul.subChannelList>li p.zyfd {
    font-size: 14px;
    text-align: center;
}
.pho ul.subChannelList>li>div p {
    margin: 0;
}
.pho ul.subChannelList>li>div>div {
    padding: 5px;
    padding-top: 0;
}

input#login_button:hover {
    background: #286090;
}
.plogin .login_button .btn {
    width: 250px;
    height: 45px;
    border-radius: 5px;
    background: #337ab7;
    font-size: 16px;
}
tbody.xjzph tr {
    height: 42px !important;
    font-size: 15px;
        border: 1px solid #D7D7D7;
}
.rmTable {
    height: 50px /* !important */;
    font-size: 14px;
        border: 1px solid #D7D7D7;
}
.searchli input.wxsa {
    width: 395px;
}
.searchli #zpxxForm select#dwhydm {
    width: 150px !important;
}
.searchli input#searchBtn {
    padding: 0 10px;
}
.items-info a {
    font-size: 14px;
}
.searchli #zpxxForm select {
    width: 150px;
}
.searchwrap.searchli {
    height: 50px;
}
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}
.dark #copyrights {
    /* background-color: #252525; */
    color: #8A8A8A;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    width: 1220px;
    margin: 0 auto;
}
#footer {
    background-color: #444;
    color: #CCC;
    border-top-color: rgba(0,0,0,0.2);
    position: relative;
    bottom: 0px;
    width: 100%;
    border-top: 3px solid #3D42AB;
    z-index: 9000;
}
ul.pagination.pull-right {
    float: left !important;
}、
.sidebar.nobottommargin.col_last.clearfix h4 {
    margin: 10px;
}
span#calendarToday {
    position: absolute;
    /* top: 56.5%; */
    z-index: 999;
    /* font-size: 35px; */
    left: 50%;
    margin-left: 486px;
}
span#calendarToday {
    position: absolute;
    right: 0;
    width: 124px;
    height: 50px;
    background: #9E0D0D ;
    margin-top: -46px;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #ffc600;
}
.cal0 .clndr {
    width: 100%;
    height: 100%;
}
.swiper-month-control-button-next {
    position: absolute;
    /* top: 56.5%; */
    z-index: 999;
    /* font-size: 35px; */
    left: 50%;
    margin-left: 565px;
}
#top-search a#top-search-trigger {
    top: 42%;
    position: absolute;
   /*  margin-left: 35px; */
}
.swiper-title.container {
    background:#000;
    opacity: 0.5;
    filter:Alpha(opacity=50);
    top:450px;
}


p.sshy {
    width: 265px;
    border:1px solid #ccc;
    height: 37px;
    font-size: 15px;
    line-height: 2.3 !important;
    padding-left: 9px;
        background: #FFF;
        margin-bottom: 5px;
        background: url(../muc/img/down.gif) no-repeat right 11px;
         background-position: 240px
}
dl#select4 {
    position: absolute;
    background: #fff;
    height: 400px;
    overflow: scroll;
    border: 1px solid #B0B0B0;
    margin-top: -5px;
    padding-top: 5px;
    width: 265px;
}
.sshy5.active {
  	background: url(../muc/img/up.gif) no-repeat right 10px;
    background-position: 123px
}
p.sshy.active {
   	background: url(../muc/img/up.gif) no-repeat right 10px;
    background-position: 240px
}
dl#select4 dd {
    margin-bottom: 10px;
}
dl#select4 dd a {
    font-size: 14px;
    margin-left: 5px;
    color: #505050;
}
input#jp-keyword-input {
    width: 296px;
}
p.sshy5 {
    width: 145px;
    border: 1px solid #ccc;;
    height: 37px;
    font-size: 15px;
    line-height: 2.3 !important;
    padding-left: 9px;
    background: #FFF;
    margin-bottom: 5px;
    background: url(../muc/img/down.gif) no-repeat right 11px;
    background-position: 123px
}
dl#select5 {
    position: absolute;
    background: #fff;
    height: 400px;
    overflow: scroll;
    border: 1px solid #B0B0B0;
    margin-top: -5px;
    width: 145px;
    padding-top: 5px;
}
dl#select4 dd, dl#select5 dd {
    margin-bottom: 0;
    padding: 3px;
    margin: 3px;
}
dl#select4 dd.selected, dl#select4 dd:hover, dl#select5 dd.selected, dl#select5 dd:hover {
    background:#FF7979;
}
dl#select4 dd.selected a, dl#select4 dd a:hover, dl#select4 dd:hover a, dl#select5 dd.selected a, dl#select5 dd a:hover, dl#select5 dd:hover a {
    color:white !important;
}
dl#select5 dd a {
    font-size: 14px;
    margin-left: 5px;
    color: #505050;
}
input#jp-keyword-input {
    width: 235px;
}
div#page-bar .pagination li span {
    border: none;
    background: none;
    color: #797979;
  /*   font-weight: 600; */
}
div#page-bar .pagination li span.curPage {
    background: #D12525;
    color: #fff;
}
div#page-bar .pagination li a {
    color: #828282;
    font-weight: 400;
}
div#page-bar .pagination li {
    font-size: 14px;
}


.postcontent.nobottommargin.clearfix .tap a#zhou_0 {
    background: #B81010;
    border: #B81010;
}
.postcontent.nobottommargin.clearfix .tap {
    font-size: 16px;
}
tbody.xjzph tr:even,ul.list_T :nth-child(even) {
    background: #F9F9F9;
}
.ppt.ppsss.sssa .bd,.ppt.ppsss.sssa .bd ul,.ppt.ppsss .bd ul,.ppt.ppsss .bd,.ppt.ppssf.ppssff ul,.ppt.zcrw .pho,.ppt.zcrw .pho ul.subChannelList,.ppt.ppssff ul.ppssa,.ppt.ppssf.ppssff ul{
    display: table;
}
.ppt.zcrw .pho {
    display: block;
}
.list_T li {
    font-size: 13px;
    display: inline-table;
    width: 100%;
    display: table;
        padding: 10px;
}
.list_T li:nth-child(even) {
    background: #fafafa;
    font-size: 13px;
}
.tv span {
    float: right;
}
.pps li:last-of-type {
   /*  border-bottom: none; */
}
.wrapper .row.rows form#formID .ps1 {
    margin-right: 75px;
}
.col-lg-12.padding-left-0.padding-top-10.padding-right-30 .login-socio p.text-muted {
    height: 0;
}

#copyrights .col_half.col_last.tright a:hover {
	/* background: white; */
}
#copyrights .col_half.col_last.tright a{
	/* border: 1px solid rgb(255, 255, 255);
 */	padding: 5px;
}


/* * 站内搜索 * */
.kopa-main-col.col-md-9.col-sm-9.col-xs-9 {
    background: #FFF;
    padding: 30px;
}
.kopa-main-col.col-md-9.col-sm-9.col-xs-9 .search .resultBox dl {
    margin-bottom: 0px;
}
.kopa-main-col.col-md-9.col-sm-9.col-xs-9 .search .resultBox dl>dt a {
    font-size: 16px;
    color: #990100;
}
.kopa-main-col.col-md-9.col-sm-9.col-xs-9 .search .resultBox dl dd {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 2;
}
.kopa-main-col.col-md-9.col-sm-9.col-xs-9 .search .resultBox {
    padding: 10px;
}
.kopa-main-col.col-md-9.col-sm-9.col-xs-9 .search .resultBox:nth-child(even) {
   /*  background: #E4E4E4; */
}
.kopa-main-col.col-md-9.col-sm-9.col-xs-9 .search .resultBox dl .cGreen {
    font-size: 13px;
    color: #999;
}
.kopa-main-col.col-md-9.col-sm-9.col-xs-9 .search .resultBox {
    padding: 10px;
    border-bottom: 1px solid #E4E4E4;
}




.postcontent.nobottommargin.col_last.list-news.clearfix.pp .col-xs-8>.ppt.zcrw.jyxx {
   /*  border-bottom:1px solid #D7D7D7; */
}
.postcontent.nobottommargin.col_last.list-news.clearfix.pp.studentjob {
    padding: 0;
}
.postcontent.nobottommargin.col_last.list-news.clearfix.pp.studentjob .col-xs-4 {
    padding-top: 15px;
    padding-right: 15px;
}
.postcontent.nobottommargin.col_last.list-news.clearfix.pp.studentjob .col-xs-8 {
    padding: 15px 15px 15px 15px;
}

li.btn2 a {
    display: block;
    padding: 8px 0;
}
li.btn2 a:hover {
    border-left: 4px solid #F8A000;
    background: #F1F1F1;
}
.ppt.ppssf.ppssff ul li.col-xs-4 {
    padding-top: 0px !important;
    padding-right: 0;
   /*  background: #F7F7F7; */
    padding-bottom:0;
    position: relative;
    cursor: pointer;
}
.txt {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.6);
    overflow: hidden
}
.txt a.wxfd {
    color: #FFF;
        border: 1px solid #FFF;
    padding: 3px 10px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.txt a.wxfd:hover {
    border-color: #F7F7F7;
    background: #F7F7F7;
}
.txt h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
ul.qyft li.col-xs-6 img {
    height: 80px !important;
    margin-bottom: 0;
}
ul.ppssa.qyft li a.wxfd {
   /*  background: #EBEBEB; */
    display: block;
}
ul.ppssa li:nth-child(even) {
   /*  padding-left: 5px; */
}
ul.ppssa li:nth-child(odd) {
    padding-right: 5px;
}
ul.tab-nav.tab-nav2 li.ui-state-active a ,ul.tab-nav li a{
    background-color: #FFF;
    color: #9E0D0D;
   /*  border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-top: 2px solid #9E0D0D;
    border-bottom: none !important; */
    line-height: 25px;
    height: 25px;
}
ul.pic li.con {
    padding-right: 0 !important;
}

.ppt.zcrw .bt {
    border-bottom: 1px solid #DCDBD9;
    height: 34px;
}
.ppt.zcrw .bt h1.tv {
    margin-bottom: -1px;
    float: left;
    border-bottom: none;
        height: 34px;
}
.pho {
    margin-top: 15px;
}
.listtop .yahei span {
    color: #C8C8C8;
}
.webui-popover-content ul {
    margin-bottom: 10px;
}

/* * 请输入新的密码 **/
.wrapper .row.rows form#formID input.btn {
    background: #990100;
    border: none;
    margin-bottom: 10px;
    color: #FFF;
    width: 147px;
}
.wrapper .row.rows form#formID input.btn:hover{
	 background: #D83838;
}
.wrapper>.row.rows form#formID>p.sydl a {
    font-size: 15px;
    color: #990100;
}
.postcontent.nobottommargin.clearfix .tap a#zhou_0:hover {
    color: #EDEDED !important;
}
.hdbm .list ul li a {
    color: #666;
    width: 100%;
}
.hdbm .list ul li a:hover {
    color: #b81010!important;
}
.postcontent.nobottommargin.col_last.list-news.clearfix.pp .stud_n.q .text a.btnbm {
    color: #D50807;
}

/* *loginBox顶部登录 from wxf**/
.loginBox {
    float: right !important;
}
.loginBox #login:hover {
    color: #990100;
}
.loginBox #login {
    background: #FFF;
    color: #444;
    border: none;
    font-size: 15px;
    cursor: pointer;
}
.loginBox #login i{
	margin-left:33px;
}
buttom#logou_btn {
    border: none;
    box-shadow: none;
    background: none;
    font-size:15px;
    padding: 0;
    height: 60px;
}
buttom#logou_btn:hover {
    color: #9E0D0D;
}
buttom#logou_btn i {
    margin-left: 3px;
}
/* *loginBox顶部菜单导航 from wxf**/
#primary-menu.style-5 > ul > li:nth-child(3) ul, #primary-menu.style-5 > ul > li:nth-child(4) ul {
    display: none !important;
}

.webui-popover-content img {
    max-width: 100%;
    width: 126px;
    height: 126px;
}
/* *secureExit安全退出 from wxf**/
.secureExit {
    left: -69px;
}
.secureExit li a {
    height: 42px !important;
    line-height: 42px !important;
    color: #666 !important;
    width: 100% !important;
    text-align: left !important;
}
.secureExit li {
    float: none !important;
}
.btn-group.open #logou_btn {
    height: 60px;
   /*  width: 87px; */
    text-align: right;
}
.secureExit {
    left: -69px;
    border-top: 2px solid #9E0D0D;
    border-radius: 0;
    width: 200px;
}
.top-search-open a#top-search-trigger {
    width: 90px;
    height: 62px;
}

/* *一站式服务系统 from wxf**/
.one_stand_sevice {
    background:#B44040;
    padding-bottom: 10px;
    margin-top: 10px;
}
.one_stand_sevice h6 {
    color: #FFF;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.one_stand_sevice h6 a:hover {
    color: #FFF280 !important;
}
.one_stand_sevice h6 a {
    color: #FFF;
    text-decoration: underline !important;
}
.dot{
    margin: 15px 8px 15px 5px;
    display: block;
    width: 4px;
    float: left;
    height: 4px;
    background: #d5d5d5;
}
.ppssa li i.dot {
    margin: 10px 8px 10px 5px;
}
.zpxwlist ul li i.dot {
    margin-top: 10px;
}

.clndr-control-button i {
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    width: 30px;
    color: #a9a9a9;
}
.cal-right {
    width: 20%;
    padding: 10px 0;
}
.cal1 .clndr .clndr-controls .clndr-control-button {
    font-size: 2em !important;
}
.cal1 .clndr .clndr-controls .month,.cal1 .clndr .clndr-controls .year {
    font-size: 18px !important;
}
.cal1 .clndr .clndr-table tr .day .day-contents {
    text-shadow: none !important;
	padding: 7px 2px !important;
}
.swiper-month-controls {
    font-size: 14px;
}
.button {
    margin: 5px 0;
}
.swiper-month {
    bottom: 96px !important;
    filter:Alpha(opacity=80);
    opacity:0.8;
}
span#calendarToday {
    background: rgba(158, 13, 13, 0.70);
    filter:Alpha(opacity=80);
    margin-top: -146px;
}
.swiper-title.container {
    top: -96px;
}
.inner-middle .tab-container,.tab-container {
    padding:5px 15px;
}
.cal1 {
    margin: 5px auto !important;
    min-height: 100% !important;
}
body {
    background-color: #f0f0f0;
}
.controls-day .day {
    color: #a17979;
}
.swiper-month-controls {
    font-size: 14px;
}
#gotoTop{
	margin-left: 615px;
	background-color: #ccc;
}
.button.button-reveal.button-mini {
    float: right;
    padding: 0 5px;
    position: absolute;
    top: -36px;
    right: 0;
    background: none !important;
    color: #878787 !important;
    text-shadow: none !important;
}
.cal1 .clndr .clndr-table .header-days {
    height: 25px !important;
    font-size: 13px !important;
}
.button.button-reveal.button-mini.tright:hover span {
    left: -5px;
}
span#more{
    margin-right: 5px;
    background: url(/template/muc/img/simple_line_icon_right.png) right 8px no-repeat;
    color: #8C8C8C;
    font-weight: 500;
    font-size: 14px;
    background-size: 14px;
    padding-right: 15px;
}
.content-wrap {
    position: relative;
    padding: 25px 0 25px;
}
.inner-left .nlist li,.list li {
    height: 32px;
    line-height: 32px;
    border-bottom: none;
}
.cal1 .clndr .clndr-controls {
    margin-bottom: 0px !important;
}
ul.tab-nav.tab-nav2 li.ui-state-active a {
	border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 0;
    margin: 5px 10px;
}
ul.tab-nav li a {
    display: block;
    padding: 0;
    margin: 5px 10px;
}
ul.tab-nav.tab-nav2 li a {
    color: #878787;
    border: none;
    border-bottom: 1px solid #FEFEFE;
}
ul.tab-nav.tab-nav2 {
    border-bottom: none;
}
#copyrights {
    line-height: 1;
}
#index-content {
    margin-top: 15px !important;
}
.inner-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
#header #primary-menu.style-5 > ul > li:first-child:after {
	border-right: 30px solid #fff;
    border-left: 0px solid #fff;
}
#header #primary-menu.style-5 > ul > li:first-child:before {
    border-top: 100px solid #fff;
    border-bottom: 0 solid #fff;
}
#sidebar-tabs ul.tab-nav a,#sidebar-tabs ul.tab-nav li a#ui-id-2 {
    line-height: 39px;
    padding: 0 15px;
        margin:0px;
}
#sidebar-tabs ul.tab-nav li a{
    color: #4c4c4c;
}
ul.tab-nav li.ui-tabs-active a {
    color: #990100 !important;
}

.stud_text p, .stud_text span {
    font-size: 16px !important;
    font-family: 'Microsoft YaHei', NSimSun, SimSun !important;
    color: #666 !important;
}
.stud_text .text.q p {
    font-size: 14px !important;
    color: #9d9d9d !important;
}
.single-post .entry-meta {
    border-bottom: 1px solid #ddd;
}
.entry-title h2 {
    font-weight: 500;
    font-size: 22px;
}

.dw_xinxi.q table tr td font {
    color: #666;
}

.title-text {
    bottom: 58px !important;
    position: absolute !important;
    z-index: 99;
}
.title-text a:hover {
    color: #ccc !important;
}



.aui_header {
    background: #b44040 !important;
}
.data-result span {
    background-color: #b44040 !important;
}
.data-container a.d-item-active, .data-container a.d-item-active:hover, .data-container a.d-sub-cate-active, .data-container a.d-sub-cate-active:hover {
    background-color: #ccc !important;
}
.aui-btn-primary {
    background: #b44040 !important;
    border: none !important;
}
.aui_alert_zn a {
    color: #666 !important;
}
.data-container a.d-item:hover, .data-container a.d-cate:hover, .data-container a.d-sub-cate-all:hover {
    background-color: #ddd !important;
    color: #666 !important;
}
.aui-btn-primary.active, .aui-btn-primary.disabled, .aui-btn-primary:active, .aui-btn-primary:focus, .aui-btn-primary:hover, .aui-btn-primary[disabled] {
    color: #fff !important;
    background: #e28080 !important;
}
.aui-btn-light {
    color: #707070 !important;
    background: #fff !important;
    border: none !important;
}

/**************************活动通知 writen from xf **************************/
div#hdbm span {
    float: left !important;
    margin: 0 5px !important;
    width: inherit !important;
    font-size: 13px !important;
    color: #999 !important;
}
div#hdbm {
    margin: 0 10px;
}
.postcontent.nobottommargin.col_last.list-news.clearfix.pp .stud_n.q .text a.btnbm:hover {
    background: #e05050;
    color: #fff !important;
}
.postcontent.nobottommargin.col_last.list-news.clearfix.pp .stud_n.q .text a.btnbm {
    color: #fff;
    background: #D50807;
    padding: 5px 10px;
}





/**************************show_zpxx.html  在招职位列表  writen from xf 2016-11-8 **************************/
li.zpxx_list {
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    line-height: 2rem;
}
li.zpxx_list .zpxx_name {
    color: #999;
    margin: 0;
    font-size: 16px;
}
li.zpxx_list .descrip_detail {
    font-size: 15px;
}
span.zpxx_readmore a, .lookposit {
    color: #990100;
    font-size: 15px;
}
a.lookposit {
    right: 0;
    float: right;
}
.maintext {
    background: #fff;
    padding: 30px;
    box-shadow: 1px 1px 1px #D1D1D1;
}
.title, .detail {
    margin: 10px 0;
}
.detail {
    margin: 0 10px 15px 0;
    color: #999;
    font-style: italic;
    font-size: 13px;
    line-height: 14px;
}
ul.corp-detail-info span.oneline {
    background: #f1f0ee;
    padding: 3px 10px;
    color: #8f9aae;
    border-radius: 5px;
}
ul.corp-detail-info .tag {
    margin-right: 15px;
    float: left;
}
ul.corp-detail-info li {
    line-height: 3.5;
    border-bottom: 1px solid #f0f0f0;
    display: table;
    width: 100%;
}
ul.corp-detail-info {
    font-size: 15px;
    font-family: 'Microsoft YaHei', NSimSun, SimSun !important;
}
ul.corp-detail-info li .demand {
    float: left;
    width: 780px;
    padding-top: 15px;
}
ul.corp-detail-info .oneline span, ul.corp-detail-info .oneline p {
    font-family: 'Microsoft YaHei', NSimSun, SimSun !important;
    color: #666 !important;
    margin-bottom:5px;
}
.corp-detail-title {
    border-bottom: 1px solid #ddd;
}
.corp-detail-apply a {
    background: #eee;
    padding: 10px 25px;
    margin: 10px;
}
.corp-detail-apply {
    margin-bottom: 30px;
    text-align: center;
    font-size: 15px;
}
.left-sidebar .leftbottom {
    display: inline-table;
}
.left-sidebar {
    background: #fff;
    padding: 15px;
    font-size: 15px;
    margin-bottom: 15px;
        box-shadow: 1px 1px 1px #D1D1D1;
}
.left-sidebar p {
    margin: 10px 0;
    color: #666;
}
.left-sidebar h4 {
    margin-bottom: 10px;
}
.left-sidebar li {
    line-height: 2.5;
}
.postcontent.nobottommargin.clearfix {
    margin-right: 0 !important;
}

.entry-content,.entry-content p,.entry-content font {
	position: relative;
	font-size: 16px !important;
    line-height: 1.8; 
    font-family: 'Microsoft YaHei', NSimSun, SimSun !important;
}
a.btnbm {
    background: #990100;
    color: #fff;
    padding: 5px 10px;
}
a.btnbm:hover {
    background: #cd897f;
    color: #fff !important;
}

