/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("../css/fonts.css");
* { margin: 0px; padding: 0px; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { text-decoration: none; }

body {
    margin: 0px;
    padding: 0px;
    font-family: "rootFont", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.top-menu {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #e9e9e9;
    background-color: #d30000;
    color: #b1b1b1;
}
.top-menu .in {
    width: 940px;
    height: 44px;
    margin: 0 auto;
}
.top-menu .urls {
    float: left;
    width: 400px;
    line-height: 44px;
}
.top-menu .urls ul {
    list-style: none;
}
.top-menu .urls ul li:first-child {
    padding-left: 0px;
}
.top-menu .urls ul li {
    float: left;
    border-right: 1px solid #555;
    padding: 0px 20px 0px 20px;
}
.top-menu ul li a {
    color: #f1f1f1;
    line-height: 36px;
    text-decoration: none;
    font-size: 15px;
}

.top-menu .social {
    float: right;
    width: 210px;
    line-height: 44px;
}
.top-menu .social ul {
    list-style: none;
}
.top-menu .social ul li:first-child {
    padding-left: 0px;
}
.top-menu .social ul li {
    float: left;
    border-right: 1px solid #555;
    padding: 0px 20px 0px 20px;
}
.top-menu ul li a {
    color: #f1f1f1;
    line-height: 36px;
    text-decoration: none;
    font-size: 15px;
}
.top-menu .social i {
    font-size: 16px;
    padding-right: 1px;
}

#search_box {
    width: 200px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    float: left;
    height: 22px;
    float: right;
    background-color: #fff;
    margin-top: 10px;
}
#search_box .inp {
    height: 14px;
    border: 0px solid #ccc;
    color: #323232;
    padding: 2px;
    padding-left: 6px;
    margin-top: -15px;
    width: 160px;
    outline: none;
}
#search_box .btn {
    margin-top: 5px;
    margin-right: 6px;
    border-left: 1px solid #ccc;
    padding-left: 9px;
    float: right;
}

.top3 {
  width: 560px; 
  height: 72px;
  border:0px solid #ccc;
  margin: 0 auto;

}

.top3 .n {
  float: left;
  width: 278px;
  border:1px solid #f1f1f1;
  background-color: #eaeaea;
  margin-right: 20px;
  height: 72px;

}

.top3 .n  img {
  width: 118px;
  height: 72px;
  padding-right: 8px;
}

.top3 .n a {
  color: #454545;
  font-size: 14px;
}
.top3 .n a:hover {
  color: #af0000;
}
.headerBg {

	width: 100%;
	height: 150px;
	background-color: #BF1E2E;
  background: #fefefe  url(../images/strip.png) 0px 0px;
  margin:0px 0px 0px 0px;
}

.headerIn {
	width: 940px;
	margin: 0 auto;
	height: 65px;
	border:0px solid red;
}

.logo {
	float: left;
	width: 200px;
	border-right: 0px solid white;
   height: 75px;
}

.logo img {
	height: 40px;
	padding-top: 18px;
}

.social {
	float: left;
	width: 150px;
	border-right: 0px solid white;

    line-height: 80px;
    margin-left: 10px;

}
.social am {
	padding-left: 11px;
}
.social i {
	color: #fff;
	font-size: 22px;
}
.social i:hover {
	color: #ccc;
	font-size: 22px;
}

.urls {
	float: left;
	width: 220px;
	line-height: 75px;
	
}

.urls a {
	color: #fff;
	font-size: 17px;
	padding-left: 11px;
}
.urls a:hover {
	text-decoration: none;
}
.search-box {
    margin: 18px 0 0 0;
    width: 221px;
    height: 40px;
    border: 0px solid #cbcbcb;
    border-radius: 3px 0 0 3px;
    float: right;
    position: relative;
    background-color: #fff;
}
.q {
    border: 0px;
    height: 38px;
    width: 170px;
    padding-left: 10px;
    margin-left: 3px;
    float: left;
    border-right: 1px solid #f1f1f1;
    outline: none;
}

.search-box .btnx {
    margin-top: 8px;
    border-left: 0px solid #ccc;
    padding-left: 11px;
}

.menuBgZ {
    width: 100%;
    height: 45px;
    background: #2a2a2a url(../images/strip.png) 0px 0px;
    margin-bottom: 20px;
    
}


.wrapperOut {
	width: 980px;
	margin: 0 auto;
	min-height: 475px;
	border:0px solid #eaeaea;
}

.wrapperIn {
	width: 940px;
	margin: 0 auto;
	min-height: 475px;
	border:0px solid red;
}







#sliderPager {
width: 160px;
height: 440px;
float: right;
border:0px solid red;
background-color: #fff;
}
#sliderPager li {
float: left;
list-style: none;
width: 160px;
height: 90px;
box-sizing: border-box;
background-color: #454545;
border-bottom: 1px solid #555;
margin-bottom: 6px;


}

#sliderPager li img {
  width: 160px;
  height: 90px;
}
#sliderPager li a {
		  font-family: "rootFont", Arial, sans-serif;
		text-align: left;
		color: #fff;
		font-weight: bold;
		font-size: 17px;
		line-height: 22px;
		display: block;
		border: 0px solid #ccc;

		overflow: hidden;
}
#sliderPager li:hover {

}

#sliderPager li.intro {
 
color: #eaeaea;
}
#sliderPager li a:hover {

color: #eaeaea;
}
#sliderPager li a:hover, #sliderPager li  .active {
    
    color: #fff;
    height: 90px;
}
   
.mansetSlide { 
   border: 0px solid #eaeaea;
   width: 774px;
   height: 475px;
   padding-left: 0px;  
   background: #336699;
   overflow: hidden;
   float: left;

}
.manset .bx-wrapper ul { width: 774px; float: left; }
.mansetSlide .bx-wrapper img { width: 774px; height: 475px; }
.mansetSlide .bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0px #ccc;
-webkit-box-shadow: 0 0 0px #ccc;
box-shadow: 0 0 0px #ccc;
left: 0px;

}
.manset{

  border: 0px;
}

.mansetSlide  .bx-wrapper .bx-loading {
    min-height: 50px;
    background:none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


.mansetSlide .bx-wrapper .bx-caption {
position: absolute;
  float: left;
  width: 770px;
  min-height: 50px;
  margin: 0 auto;
  padding: 0px;
  display: block;
  font-size: 21px;
  font-family: Arial;
  color: #fff;
  background-color:rgba(0, 0, 0, 0.52)
 

}



.mansetSlide .bx-wrapper .bx-caption span {

color: #fff;
  font-family: "rootfont", Arial, sans-serif;
display: block;
font-size: 21px;
padding: 11px;
line-height: 28px;
font-weight: bold;

}
.mansetSlide  .bx-wrapper .bx-viewport {

	border: 0px;
}

.mansetSlide .bx-wrapper .bx-caption span a {
    color: #fff;
    font-family: rootfont,Arial,sans-serif;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.news {
    width: 298px;
    height: 373px;
    padding: 0px;
    float: left;
    margin: 0px 20px 20px 0px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.news img {
    width: 300px;
    height: 192px;
}
.news .title {
    height: 110px;
    padding: 14px 12px 15px 12px;
    font-size: 22px;
    line-height: 1.29;
    font-family: "rootFont", Arial, sans-serif;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    color: #333;
}
.prc {
    padding: 0px 12px 0px 12px;
    margin-top: 0px;
    border: 0px solid #2a2a2a;
    height: 36px;
    line-height: 36px;
    color:white;
    font-family: "rootFont", Arial, sans-serif;
    background-color:#2a2a2a;
}
.prc .date {
    float: left;
    color:white;
}

.prc .date a {

  color:white;
}
.prc .category {
    float: right;
    color:white;
}

 .prc .category  a { color: #454545; }

.videoBlock {
	float: left;
	width: 460px;
	margin-right: 20px;

}
 .blockTitle {
	height: 33px;
	line-height: 33px;
	background-color: #eaeaea;
	color: #454545;
	text-transform: uppercase;
	font-size: 22px;
	padding-left: 10px;
}

.videoBlock  .bx-wrapper .bx-loading {
    min-height: 50px;
    background:none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.videoBlock .bx-wrapper .bx-caption {
position: absolute;
  float: left;
  width: 460px;
  min-height: 50px;
  margin: 0 auto;
  padding: 0px;
  display: block;
  font-size: 18px;
  font-family: Arial;
  color: #fff;
  background-color:rgba(0, 0, 0, 0.52)
 

}



.videoBlock .bx-wrapper .bx-caption span {

color: #fff;
  font-family: "rootfont", Arial, sans-serif;
display: block;
font-size: 18px;
padding: 11px;
line-height: 28px;
font-weight: bold;

}
.videoBlock  .bx-wrapper .bx-viewport {

	border: 0px;
	box-shadow: 0;
	left: 0px;
	    box-shadow: 0 0 0px #ccc;
	    height: 482px;
}
.videoBlock li img {
    height: 280px;
    width: 460px;
    overflow: hidden;
}

.fixedx {
    top: 249px;
    clear: both;
    position: absolute;
    overflow: hidden;
}

.afterFixed {
    top: 110px;
    clear: both;
    position: fixed;
}


.sol {
  float: left;
  min-height: 400px;
  width: 650px;
  padding-right: 0px;
  border-right: 1px solid #f1f1f1;
  margin-right: 9px;
  background-color: #fff;
}

.sol h1 {
    font-family: "rootFont", Arial, sans-serif;
    font-size: 25px;
    border-bottom: 0px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 1px;
    line-height: 35px;
}
.rimg {
    width: 100%;
    margin-bottom: 0px;
}
#font {
    font-size: 17px;
    line-height: 25px;
    color: #454545;
    font-family: Arial,sans-serif;
}
#font p {
    padding: 10px 0px 0px 0px;
}
#font strong { font-weight: bold; }


.sag {
    float: right;
    width: 300px;
    min-height: 400px;
    border: 0px solid red;
}
.titles {
    width: auto;
    height: 40px;
    background: #f1f1f1;
    line-height: 40px;
    color: #2a2a2a;
    font-size: 19px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 2px solid #2a2a2a;
}
.nano {
    background: #fff;
    width: 285px;
    height: 1500px;
    border-bottom: 0px solid red;
}

.nano .inner {
	padding: 1px 10px 10px 0px;
}

.nano .inner ul {
	list-style-type: none;
  padding: 0px 10px 0px 10px;
}

.nano .inner ul li {
	 
	border-bottom: 1px dotted #f1f1f1;
	padding: 5px 0px 9px 0px;
	overflow: hidden;
}
.nano .inner ul li a {
	color: #454545;
  font-size: 17px;
}
.nano .inner ul li a:hover {
	color: #BF1E2E;
}

.nano .inner ul li img {
	width: 77px; 
	height: 54px;
	padding-right: 8px;
}
.nano .inner ul li span {
	color: #807e7e;
	font-size: 12px;
}

.buttonx {
    display: block;
    width: 115px;
    height: 25px;
    line-height: 25px;
    background: #BF1E2E;
    padding: 10px;
    font-size: 19px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

.footer {
	
	padding: 10px 10px 10px 10px;
	background-color: #f1f1f1;
	margin-top: 20px;
	min-height: 120px;
}




div.paginatio a{font:11px Tahoma;padding:2px 5px 2px 5px;margin:2px;border:1px solid #336699;text-decoration:none;color:#336699;}div.paginatio a:hover,div.paginatio a:active{font:11px Tahoma;border:1px solid #336699;color:#000;}div.paginatio span.current{font:11px Tahoma;padding:2px 5px 2px 5px;margin:2px;border:1px solid #336699;font-weight:bold;background-color:#336699;color:#FFF;}div.paginatio span.disabled{font:11px Tahoma;padding:2px 5px 2px 5px;margin:2px;border:1px solid #EEE;color:#DDD;}




.popup-gallery .thumbs {
  outline: none;float: left; width: 184px; height: 124px; border:1px solid #eaeaea; margin-right: 20px; margin-bottom: 20px;
}
.popup-gallery .thumbs a {
  outline: none;
}


.popup-gallery .thumbs img {
  width: 182px;
  height: 122px;
  outline: none;
}




/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

    