body {
  margin: 0;
  background: #d8d8d8;
  min-width: 1240px;
  font-size: 14px;
  color: #000000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
img {
  border: 0;
}
a {
  color: #c90608;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
:focus {
  outline: none;
}
h3 {
  margin: 50px 0 20px 0;
  font-size: 18px;
  color: #000000;
}
.text_right {
  text-align: right;
}
#wrapper {
  overflow: hidden;
}
.page {
  width: 1220px;
  margin: 0 auto;
  background: url(../images/texture.jpg) left top repeat;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);   
  padding: 200px 0 0 0;
}
.page #header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: auto;
  height: 184px;
  width: 1617px;
  background: url(../images/bg-header.png) top no-repeat;
 margin: 0 0 0 -200px; 
 

}
.page #header .container {
  width: 1220px;
  margin: 0 auto;
  zoom: 1;
  position: relative;
}
.page #header .container:before {
  content: '';
  display: block;
}
.page #header .container:after {
  content: '';
  display: table;
  clear: both;
}
.page #header .container #logo {
  position: absolute;
  top: 12px;
  left: 30px;
  display: block;
  width: 328px;
  height: 115px;
}
.page #header .container #logo img {
  vertical-align: top;
  height: 115px;
  padding: 0;
  margin: 0;
}
.page #header .container #logo .hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
.page #header .container .logo_right {
  position: absolute;
  top: 24px;
  right: 7px;
  display: block;
  width: 95px;
  height: 45px;
  background: url(../images/logo-right.png) no-repeat;
}
.page #header .container .logo_right a {
  display: block;
  width: 95px;
  height: 45px;
}
.page #header .container .logo_right img {
  vertical-align: top;
}
.page #header .container .logo_right .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page #header .container nav {
  padding: 46px 0 0 383px;
  font-family: Verdana, Geneva, sans-serif;
}
.page #header .container nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  display: table;
}
.page #header .container nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 23px 0 0;
}
.page #header .container nav ul li a {
  background: #fff;
  display: block;
  height: 23px;
  line-height: 23px;
  padding: 0 12px;
  font-size: 11px;
  color: #c90608;
}
.page #header .container nav ul li a:hover {
  text-decoration: none;
  color: #000000;
}
.page .container {
  width: 960px;
  margin: 0 auto;
}
.page .container.content .map {
  vertical-align: top;
  margin: 30px 0 40px -130px;
}
.page .container.content p {
  text-indent: 20px;
}
.page .container.content .bottom {
  text-indent: 0;
  margin: 35px 0 0 0;
}
.page .container#menu {
  background: url(../images/dragon.jpg) center center no-repeat;
  height: 428px;
  position: relative;
  margin-bottom: 60px;
}
.page .container#menu .item {
  position: absolute;
}
.page .container#menu .item.m1 {
  padding-left: 140px;
  width: 230px;
  top: 70px;
  left: 35px;
}
.page .container#menu .item.m1 .icon {
  position: absolute;
  top: 0;
  left: 28px;
  display: block;
  width: 98px;
  height: 122px;
  background: url(../images/m1.png) 0 0 no-repeat;
}
.page .container#menu .item.m1 .icon span {
  display: block;
  width: 98px;
  height: 122px;
  background: url(../images/m1.png) 0 -122px no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.page .container#menu .item.m1.hover .icon span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.page .container#menu .item.m2 {
  padding-left: 190px;
  width: 245px;
  top: 70px;
  left: 486px;
}
.page .container#menu .item.m2 .icon {
  position: absolute;
  top: -10px;
  left: 92px;
  display: block;
  width: 74px;
  height: 145px;
  background: url(../images/m2.png) 0 0 no-repeat;
}
.page .container#menu .item.m2 .icon span {
  display: block;
  width: 74px;
  height: 145px;
  background: url(../images/m2.png) 0 -145px no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.page .container#menu .item.m2.hover .icon span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.page .container#menu .item.m3 {
  padding-left: 140px;
  width: 230px;
  top: 268px;
  left: 35px;
}
.page .container#menu .item.m3 .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 99px;
  height: 82px;
  background: url(../images/m3.png) 0 0 no-repeat;
}
.page .container#menu .item.m3 .icon span {
  display: block;
  width: 99px;
  height: 82px;
  background: url(../images/m3.png) 0 -82px no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.page .container#menu .item.m3.hover .icon span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.page .container#menu .item.m4 {
  top: 268px;
  left: 486px;
  padding-left: 190px;
  width: 245px;
}
.page .container#menu .item.m4 .icon {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: 169px;
  height: 98px;
  background: url(../images/m4.png) 0 0 no-repeat;
}
.page .container#menu .item.m4 .icon span {
  display: block;
  width: 169px;
  height: 98px;
  background: url(../images/m4.png) 0 -98px no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.page .container#menu .item.m4.hover .icon span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.page .container#menu .item h2 {
  font-size: 24px;
  line-height: 24px;
  color: #c90608;
  margin: 0 0 10px 0;
}
.page .container#menu .item h2 a {
  color: #c90608;
}
.page .container#menu .item h2 a:hover {
  text-decoration: none;
  color: #000000;
}
.page .container#menu .item p {
  line-height: 22px;
  margin: 0;
}
.page .heading {
  width: 1617px;
  height: 46px;
  line-height: 46px;
  margin: 40px 0 40px -200px;
  position: relative;
}
.page .heading h2 {
  padding: 0 0 0 310px;
  color: #fff;
  font-size: 24px;
  color: #ffffff;
  margin: 0;
}
.page .heading.style_one {
  background: url(../images/heading-style-one.png) top no-repeat;
}
.page .heading.style_two {
  background: url(../images/heading-style-two.png) top no-repeat;
}
.page .heading.style_three {
  background: url(../images/heading-style-three.png) top no-repeat;
}
.page .heading.style_four {
  background: url(../images/heading-style-four.png) top no-repeat;
}
.page .columns {
  zoom: 1;
}
.page .columns:before {
  content: '';
  display: block;
}
.page .columns:after {
  content: '';
  display: table;
  clear: both;
}
.page .columns ul {
  padding: 0;
  margin: 0 0 0 30px;
  list-style: none;
  font-size: 0;
}
.page .columns ul.left {
  float: left;
}
.page .columns ul.right {
  float: right;
}
.page .columns ul li {
  font-size: 12px;
  color: #000000;
  margin: 4px 0;
}
.button, .form-submit {
  width: auto;
  display: inline-block;
  vertical-align: top;
  background: #000000;
  color: #fff;
  border: none;
  cursor: pointer;
  height: 46px;
  width: 171px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
}
.button:hover, .form-submit:hover  {
  background: url(../images/button-hover.png) no-repeat;
  color: #fff;
  text-decoration: none;
}
.jq-checkbox {
  position: relative;
  width: 13px;
  height: 13px;
  background: url(../images/bg-check.png) no-repeat;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 8px 0 0;
}
.jq-checkbox.checked {
  background: url(../images/bg-check.png) 0 -26px no-repeat;
}
.jq-checkbox.checked:hover {
  background: url(../images/bg-check.png) 0 -26px no-repeat;
}
.jq-checkbox:hover {
  background: url(../images/bg-check.png) 0 -13px no-repeat;
}
.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55);
}
#footer {
  height: 60px;
  width: 1617px;
  background: url(../images/bg-footer.png) no-repeat;
  margin: 0 0 0 -200px;
  font-size: 12px;
  color: #fff;
  padding-top: 36px;
}
#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer a:hover {
  color: #000;
  text-decoration: none;
}
#footer .container {
  width: 1070px;
}
#footer .container .copy {
  float: left;
  margin: 0;
}
#footer .container .copy span {
  display: block;
  margin: 0 0 10px 0;
}
#footer .container .developers {
  margin: 0;
  float: right;
}
#footer .container .developers .pras {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  width: 67px;
  height: 15px;
  background: url(../images/pras.png) 0 0 no-repeat;
}
#footer .container .developers .pras:hover {
  background: url(../images/pras.png) 0 -15px no-repeat;
}
.wrap_sli {
  margin: 0 0 300px 0;
}
.post {
  margin: 40px 0;
  padding: 0 0 0 160px;
  zoom: 1;
  position: relative;
}
.post:before {
  content: '';
  display: block;
}
.post:after {
  content: '';
  display: table;
  clear: both;
}
.post.open .description .more {
  color: #555555;
  text-decoration: none;
  cursor: default;
}
.post .full {
  background: #fff;
  width: 1070px;
  top: 46px;
  margin: 0 0 40px -290px;
  padding: 20px 75px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
  display: none;
  position: relative;
  z-index: 1;
  clear: both;
}
.post .full .close {
  display: block;
  position: absolute;
  top: 18px;
  right: 34px;
  width: 27px;
  height: 27px;
  background: url(../images/close.png) no-repeat;
}
.post .full .close span {
  display: block;
  width: 27px;
  height: 27px;
  background: url(../images/close.png) 0 -27px no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.post .full .close:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.post .full p {
  font-size: 16px;
  margin: 15px 0;
}
.post .img {
  vertical-align: top;
  float: left;
  border-radius: 50%;
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.post .inner {
  position: absolute;
  top: -51px;
  left: -53px;
  z-index: 2;
  height: 0;
}
.post .description {
  overflow: hidden;
}
.post .description h2 {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #c90608;
}
.post .description h2 a {
  color: #c90608;
}
.post .description h2 a:hover {
  color: #000000;
  text-decoration: none;
}
.post .description p {
  margin: 10px 0;
}
.post .description .text_right {
  margin: 0;
}
.post .description .more {
  font-size: 12px;
  color: #c90608;
  text-decoration: underline;
}
.post .description .more:hover {
  color: #555555;
  text-decoration: none;
}
.wrapper_slider {
  background: url(../images/bg-slider.png) 50px 0 no-repeat;
  width: 100%;
  margin: -30px 0 30px 0;
  padding: 50px 0 0 0;
  position: relative;
}
.wrapper_slider#slide2 {
  background: none;
  margin-top: -45px;
}
.wrapper_slider .bx-prev {
  width: 15px;
  height: 27px;
  display: block;
  position: absolute;
  top: 50%;
  left: 60px;
  background: url(../images/arrow-left.png) 0 -27px no-repeat;
  text-align: left;
  text-indent: -9999px;
  margin: -2px 0 0 0;
}
.wrapper_slider .bx-prev span {
  display: block;
  width: 15px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/arrow-left.png) 0 0 no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.wrapper_slider .bx-prev:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.wrapper_slider .bx-next {
  width: 15px;
  height: 27px;
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  background: url(../images/arrow-right.png) no-repeat;
  text-align: left;
  text-indent: -9999px;
  margin: -2px 0 0 0;
}
.wrapper_slider .bx-next span {
  display: block;
  width: 15px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/arrow-right.png) 0 -27px no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.wrapper_slider .bx-next:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.wrapper_slider .slider .slide .row_slide {
  overflow: hidden;
  padding-left: 95px;
  margin: 0 0 20px 0;
}
.wrapper_slider .slider .slide .row_slide .item {
  width: 513px;
  float: left;
  position: relative;
  z-index: 22;
  min-height: 211px;
}
.wrapper_slider .slider .slide .row_slide .item.open .img:hover {
  border: 1px solid #dbdbdb;
  cursor: default;
}
.wrapper_slider .slider .slide .row_slide .item.open .info h2 a {
  color: #000000;
  cursor: default;
}
.wrapper_slider .slider .slide .row_slide .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  z-index: 2;
}
.wrapper_slider .slider .slide .row_slide .item .img {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 14px;
  display: block;
  border: 1px solid #dbdbdb;
  -webkit-transition: border 0.2s ease-out;
  -moz-transition: border 0.2s ease-out;
  -o-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.wrapper_slider .slider .slide .row_slide .item .img:hover {
  border: 1px solid #000;
}
.wrapper_slider .slider .slide .row_slide .item .img img {
  vertical-align: top;
}
.wrapper_slider .slider .slide .row_slide .item .info {
  padding-left: 330px;
  overflow: hidden;
  height: 211px;
}
.wrapper_slider .slider .slide .row_slide .item .info .date {
  display: block;
  color: #c90608;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.wrapper_slider .slider .slide .row_slide .item .info h2 {
  font-size: 16px;
  color: #c90608;
  margin: 10px 0 10px 0;
}
.wrapper_slider .slider .slide .row_slide .item .info h2 a {
  color: #c90608;
}
.wrapper_slider .slider .slide .row_slide .item .info h2 a:hover {
  color: #000000;
  text-decoration: none;
}
.wrapper_slider .slider .slide .row_slide .item .info p {
  margin: 0;
}
.wrapper_slider .slider .slide .row_slide .full {
  background: #fff;
  padding: 5px 75px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
  position: relative;
  z-index: 1;
  display: none;
  clear: both;
  width: 1070px;
  top: -5px;
}


.wrapper_slider .slider .slide .row_slide .full.item_left {margin: 0 0 0 -608px;}


/*.wrapper_slider .slider .slide .row_slide .full.item_left {margin: 0 0 0 -95px;}*/


/*.wrapper_slider .slider .slide .row_slide .full.item_right {margin: 0 0 0 -608px;}*/


.wrapper_slider .slider .slide .row_slide .full.item_right {
  margin: 0 0 0 -95px;
}



#slide2 .slide .row_slide .full.item_left {margin: 0 0 0 -95px;}


#slide2 .slide .row_slide .full.item_right {margin: 0 0 0 -608px;}



.wrapper_slider .slider .slide .row_slide .full p {
  text-indent: 20px;
  font-size: 16px;
}
.wrapper_slider .slider .slide .row_slide .full .close {
  display: block;
  position: absolute;
  top: 18px;
  right: 34px;
  width: 27px;
  height: 27px;
  background: url(../images/close.png) no-repeat;
}
.wrapper_slider .slider .slide .row_slide .full .close span {
  display: block;
  width: 27px;
  height: 27px;
  background: url(../images/close.png) 0 -27px no-repeat;
  opacity: 0;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.wrapper_slider .slider .slide .row_slide .full .close:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.bx-viewport {
  height: 100% !important;
}
.ie9 body .post .full {
  margin-top: 18px;
}

a.anchors {}

.inner-header {    color: #C90608;   font-size: 24px;
    line-height: 24px;}



#toTop {
	width:100px;
        border:1px solid #ccc;
        background:#f7f7f7;
        text-align:center;
        padding:5px;
        position:fixed; /* this is the magic */
        bottom:10px; /* together with this to put the div at the bottom*/
        right:10px;
        cursor:pointer;
        display:none;
        color:#333;
        font-family:verdana;
        font-size:11px;
}