@import url(//fonts.googleapis.com/css?family=Anton);

@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:700);

@import url(//fonts.googleapis.com/css?family=Cabin);

@import url(//fonts.googleapis.com/css?family=Cabin:700);

@import "jquery.fancybox-1.3.4.css";
/*@import "jquery.custom-scrollbar.css";*/
/*------ template stylization ------*/
body {
  background: #271b10;
  font: 14px 'Cabin', sans-serif;
  line-height: 22px;
  color: #c7b7aa;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 1200px;
}
.nav-collapse.collapse {
  text-transform: none;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #271b10 url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  background: url(../img/bg_loader.png) 0 0 no-repeat;
  z-index: 1000;
  padding: 3px;
  display: none;
}
#pageLoader > div {
  margin: 9px 10px;
  background: url(../img/web_page_loader.gif) 0 0 no-repeat;
  width: 46px;
  height: 46px;
}
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url("../img/up-arrow.png") center 12px no-repeat;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
.dropdown-menu li ul li {
  list-style-type: square;
  color: #333333;
}
.brand {
  text-transform: none;
}
.full_height {
  height: 100%;
	/*padding-top: 143px;*/
	padding-top:75px;
}
h2 {
  margin-bottom: 20px;
}
h3 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}
hr {
  border: none;
  height: 1px;
  color: #ffffff;
  background-color: #ffffff;
  margin: 0 0 16px;
}
.title_404 {
  margin: 48px 0 27px;
  line-height: 50px;
}
.marg_1 {
  margin-bottom: 25px;
}
.marg_2 {
  margin-bottom: 6px;
}
.pad_1 {
  padding-top: 8px;
}
.pad_2 {
  padding: 34px 0 36px;
}
/*------ header ------- */
.block_1 {
  position: relative;
  width: 441px;
  height: 623px;
  float: left;
  background: #f00;
  background: url("../img/bg_splash.png") 0 0 repeat;
}
.block_1 .inner {
  position: relative;
  padding: 13px 47px 0 47px;
}
.block_1 .bottom {
  /*font: 36px/36px 'Cabin', sans-serif;*/
  font: 14px/18px 'Cabin', sans-serif;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 441px;
  /*height: 95px;*/
  height:70px;
  background: #d10100;
  text-transform: none;
}
.block_1 .bottom a {
	color:white;
}
.block_1 .bottom span {
  position: relative;
  display: block;
  /*margin-top: 29px;*/
  margin-top:16px;
}
header {
  position: relative;
  width: 100%;
  z-index: 50;
  margin: 0;
}
#logo {
  display: inline-block;
  position: relative;
  width: 357px;
  height: 200px;
  margin: 45px 0 0 0;
  background: url("../img/mm-logo.png") 0 0 no-repeat;
  text-indent: -9000px;
}
#logo:hover {
  text-decoration: none;
}
.inner_cont {
  position: relative;
  padding: 0 40px;
}
.color_1 {
  color: #ed1c24;
}
.color_2 {
  color: #ffffff;
}
/*--- header end ------*/
/*--- menu ------*/
.menuMov {
  position: relative;
  width: 100%;
  margin-top: 39px;
  z-index: 10;
  border-top: 1px solid #ffffff;
  padding-top: 45px;
}
.menu {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.sf-menu {
  z-index: 3;
  position: relative;
  display: block;
  margin-left: 0;
}
.sf-menu > li {
  position: relative;
  color: #383636;
  display: block;
  width: 100%;
  height: 18px;
  margin-bottom: 9px;
}
.sf-menu .last {
  background: transparent;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 18px;
}
.sf-menu > li > a .num {
  font: 700 12px/12px 'Cabin', sans-serif;
  color: #7a6e61;
  position: absolute;
  right: 0;
  top: 0;
}
.sf-menu > li > a .line {
  position: relative;
  display: block;
  overflow: hidden;
  background: url("../img/line_menu.png") 0 0 repeat-x;
  margin-top: 15px;
}
.sf-menu > li > a .line b {
  opacity: 0;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a {
  text-decoration: none;
}
.submenu_1 {
  position: absolute;
  top: 26px;
  left: -4px;
  width: 100%;
  padding: 3px 0 1px;
  z-index: 5;
  background: #d10100;
  margin: 0;
  padding-right: 8px;
  text-align: right;
  z-index: 200;
}
.submenu_1:after {
  position: absolute;
  display: block;
  width: 7px;
  height: 4px;
  background: url('../img/arr_menu.png') no-repeat 0 0;
  top: -4px;
  left: 8px;
  pointer-events: none;
  content: "";
}
.submenu_1 li {
  position: relative;
  display: inline-block;
  text-align: left;
  list-style: none;
  margin: 0 15px 0 -4px;
}
.submenu_1 li:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 14px;
  background: url('../img/separator_sub.png') no-repeat 0 0;
  top: 11px;
  right: -14px;
  pointer-events: none;
  content: "";
}
.submenu_1 > li.last:after {
  display: none;
}
.submenu_1 a {
  font: normal 18px/18px 'Cabin', sans-serif;
  color: #ffdcb3;
  position: relative;
  display: inline-block;
  text-decoration: none;
  z-index: 1;
  padding: 10px 0;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_1 a:hover {
  color: #ffffff !important;
}
.submenu_1 li > a:hover,
.submenu_1 li .hoverItem {
  color: #ffffff !important;
}
.submenu_2 {
  position: absolute;
  width: 119px;
  left: 114px;
  top: -11px;
  z-index: 10;
  margin: 0;
  padding: 13px 0;
  background: #ed1c24;
}
.submenu_2:after {
  position: absolute;
  display: block;
  width: 4px;
  height: 7px;
  background: url('../img/arr_sub2.png') no-repeat 0 0;
  top: 25px;
  left: -4px;
  pointer-events: none;
  content: "";
}
.submenu_2 li {
  width: 77px;
  margin-left: 20px;
}
.submenu_2 li a {
  margin-left: 6px;
}
.submenu_2 .last {
  background: transparent;
}
.submenu_2 > li:after {
  display: none;
}
.submenu_2 .marTop {
  margin: 10px 0 0;
}
.submenu_2 .marBot {
  margin: 0 0 0px;
}
.submenu_2 a {
  color: #ffaaad;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_2 a:hover {
  color: #ffffff !important;
}
.submenu_2 li > a:hover,
.submenu_2 li .hoverItem {
  color: #ffffff !important;
}
.mText {
  font: normal 18px/18px 'Cabin', sans-serif;
  color: #7a6e61;
  position: relative;
  display: inline-block;
  float: left;
  z-index: 1;
  padding-right: 7px;
}
.mTextOver {
  font: normal 18px/18px 'Cabin', sans-serif;
  color: #ffffff;
  position: absolute;
  z-index: 3;
  top: -100px;
}
._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  left: 0;
  display: block;
}
._overPl {
  position: absolute;
  width: 100%;
  height: 84px;
  bottom: 100px;
  z-index: 2;
  left: 0;
  display: block;
  background: none;
}
/*--- menu end ------*/
/*------ content ------- */
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 2;
  top: 0;
}
#wrapper section > div {
  position: relative;
}
#wrapper section {
  position: relative;
  width: 100%;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.container {
  position: relative;
  z-index: 1;
}
.corr_w {
  width: 570px!important;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  top: 0;
}
.dynamicContent .cont_bg {
  position: relative;
  margin: 0;
  padding: 0;
  background: url("../img/bg_splash.png") 0 0 repeat;
  height:623px;
  overflow-x:hidden;
  overflow-y:auto;
}
.dynamicContent .inner_1 {
  position: relative;
  padding: 57px 67px 30px;
  overflow: hidden;
}
/*----------------------------page_1----------------------------*/
.play_list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.play_list img {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 32px;
}
.play_list > div {
  position: relative;
  margin-top: 4px;
  overflow: hidden;
}
.play_list > div .list_1 {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.play_list > div .list_1 li {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  padding: 0;
  min-height: 18px;
  margin: 0 0 16px;
}
.play_list > div .list_1 li span {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url('../img/sound_icon.png') 0 top no-repeat;
  vertical-align: middle;
  margin-right: 16px;
  margin-top: -2px;
}
.play_list > div .list_1 li span:after {
  position: absolute;
  display: block;
  width: 17px;
  height: 16px;
  background: url('../img/sound_icon.png') 0 bottom no-repeat;
  top: 0;
  right: 0;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.play_list > div .list_1 a {
  color: #a28e7d;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.play_list > div .list_1 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.play_list > div .list_1 a:hover span:after {
  opacity: 1;
}
#player {
  margin: 0;
}
#player .btn1 {
  cursor: pointer;
}
#player .btn1.play {
  color: #a28e7d;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#player .btn1.play:hover {
  color: #ffffff;
  text-decoration: none;
}
#player .btn1.play:hover span:after {
  opacity: 1;
}
#player .btn1.pause {
  color: #ffffff;
  text-decoration: none;
}
#player .btn1.pause span:after {
  opacity: 1;
}
#player .btn1.paused {
  color: #ffffff;
  text-decoration: none;
}
#player .btn1.paused span:after {
  opacity: 1;
}
.player {
  visibility: hidden;
  position: absolute;
  top: 0;
  height: 0;
}
#player .playlist {
  margin: 0;
}
.btn {
  font: 16px/16px Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-shadow: none;
  text-transform: none;
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  background: #d10100;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 0 rgba(43, 29, 13, 0.3);
  -moz-box-shadow: 1px 1px 0 rgba(43, 29, 13, 0.3);
  box-shadow: 1px 1px 0 rgba(43, 29, 13, 0.3);
  margin-bottom: 2px;
}
.btn:hover,
.btn:active {
  color: #d10100;
  background: #ffffff;
  text-decoration: none;
}
/*----------------------------page_2----------------------------*/
.arrows1 {
  position: absolute;
  top: 78px;
  right: 67px;
  width: 47px;
  height: 28px;
  z-index: 500;
}
.arrows1 .prev1,
.arrows1 .next1 {
  position: relative;
  display: block;
  width: 17px !important;
  height: 28px !important;
  cursor: pointer;
  z-index: 3;
  overflow: hidden;
}
.arrows1 .next1 {
  background: url('../img/next_button.png') top right no-repeat;
  float: right;
}
.arrows1 .prev1 {
  background: url('../img/prev_button.png') top left no-repeat;
}
.arrows1 .prev1 span {
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 28px;
  top: 0;
  left: 0;
  background: url('../img/prev_button.png') -17px 0 no-repeat;
}
.arrows1 .next1 span {
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 28px;
  top: 0;
  left: 0;
  background: url('../img/next_button.png') 0 0 no-repeat;
}
.slider1 {
  position: relative;
  display: inline-block;
  float: left;
  width: 435px;
  height: 396px;
  overflow: hidden;
  margin: 14px 0 0;
  z-index: 550;
}
.slider1 .list_2 {
  position: relative;
  list-style: none;
  margin: 0;
}
.slider1 .list_2 > li {
  position: relative;
  display: inline-block;
  width: 435px;
  height: 180px;
  overflow: hidden;
  float: left;
  margin-bottom: 39px;
}
.slider1 .list_2 > li .block_pic {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 21px;
}
.slider1 .list_2 > li .block_pic .sitem_over {
  position: absolute;
  background: url("../img/pic_bg_over.png");
  z-index: 2;
  width: 143px;
  height: 176px;
  display: none;
  overflow: hidden;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.slider1 .list_2 > li .block_pic .sitem_over > strong, .block_p {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}

/* MM */
.block_pic.fancy {
  position: relative;
  display: inline-block;
  float: left;
}
.block_pic.fancy .sitem_over {
  position: absolute;
  background: url("../img/pic_bg_over.png");
  z-index: 2;
  width: 155px;
  height: 200px;
  display: none;
  overflow: hidden;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.block_pic.fancy .sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
/* /MM */

.slider1 .list_2 > li .txt_info {
  position: relative;
  overflow: hidden;
}
.slider1 .list_2 > li .txt_info ul {
  margin: 0;
  margin: -6px 0 13px;
}
.slider1 .list_2 > li .txt_info ul li {
  position: relative;
  list-style: none;
}
.link_1 {
  color: #c7b7aa;
}
.link_1:hover {
  color: #d10100;
  text-decoration: none;
}
/*----------------------------page_3----------------------------*/
.list_3 {
  position: relative;
  display: inline-block;
  margin: 8px 0 0;
  list-style: none;
}
.list_3 li:first-child {
  margin-bottom: 26px;
}
.list_3 li {
  position: relative;
  margin: 0;
}
.list_3 li p {
  margin-bottom: 13px;
}
.list_3 li p time {
  color: #ffffff;
}
.news_list {
	text-transform:none;
}
.news_list a {
	color:rgb(209,1,0);
}
.common_text {
	text-transform:none;
}
.more {
	display:none;
}
/*----------------------------page_4----------------------------*/
.slider2 {
  position: relative;
  display: inline-block;
  float: left;
  width: 435px;
  height: 396px;
  overflow: hidden;
  margin: 14px 0 0;
  z-index: 550;
}
.slider2 .list_4 {
  position: relative;
  list-style: none;
  margin: 0;
}
.slider2 .list_4 > li {
  position: relative;
  display: inline-block;
  width: 435px;
  height: 395px;
  overflow: hidden;
  float: left;
}
.slider2 .list_4 > li .block_pic {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
}
.slider2 .list_4 > li .block_pic .sitem_over {
  position: absolute;
  background: url("../img/pic_bg_over.png");
  z-index: 2;
  width: 435px;
  height: 395px;
  display: none;
  overflow: hidden;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.slider2 .list_4 > li .block_pic .sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
/*----------------------------page_5----------------------------*/
.g_map {
  position: relative;
  width: 435px;
  height: 246px;
  display: inline-block;
  float: left;
  margin: 14px 0 23px;
}
.g_map iframe {
  position: relative;
  border: none;
  display: inline-block;
  outline: none;
  width: 435px;
  height: 246px;
  background: #271b10 url('../img/web_site_loader.gif') center no-repeat !important;
}
.block_info {
  position: relative;
  display: inline-block;
  margin-bottom: -11px;
  overflow: hidden;
}
.block_info p {
  margin-bottom: 0;
}
.block_info .width1 {
  display: inline-block;
  width: 104px;
}
/* ============================= search ============================= */
#search {
  position: relative;
  display: inline-block;
  margin-bottom: 76px;
}
#search input[type="text"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input {
  font-size: 16px;
  color: #ffffff;
  width: 263px;
  padding: 7px 11px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #5f5245;
  float: left;
  margin-right: 8px;
}
.search_result {
  color: #ffffff;
}
.search_title {
  margin-bottom: 5px;
  font-weight: 400;
}
.search_title a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_title a:hover {
  color: #d10100;
  text-decoration: none;
}
.search_list {
  margin-top: 0;
  display: inline-block;
  min-height: 399px;
}
.search_list li {
  margin-bottom: 40px;
}
.search_list .search {
  font-size: 34px;
  color: #d10100;
}
#searchButton {
  position: absolute;
  display: inline-block;
  margin: 0;
  z-index: 10;
}
/* ============================= end search ============================= */
/*--- content end ------*/
/*------ footer ------- */
footer {
  font: normal 13px/13px 'Cabin', sans-serif;
  position: absolute;
  color: #4f443a;
  bottom: 0;
  width: 100%;
  z-index: 500;
  padding: 0 0 39px;
}
footer p {
  margin: 13px 0 0;
}
footer p .w1 {
  position: relative;
  display: inline-block;
  width: 7px;
  text-align: center;
}
.social-link {
  font: 700 14px/14px 'PT Sans Narrow', sans-serif;
  position: relative;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.social-link li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 34px;
}
.social-link li.first {margin-left: 70px;}
.social-link li:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  background: url('../img/separator_1.png') no-repeat 0 0;
  top: 4px;
  right: -18px;
  pointer-events: none;
  content: "";
}
.social-link > li.last:after {
  display: none;
}
.social-link > li > a {
  display: inline-block;
  color: #ffffff;
}
.social-link > li > a:hover {
  color: #d10100;
  text-decoration: none;
}
.link_0 {
  color: #4f443a;
}
.link_0:hover {
  color: #ed1c24;
  text-decoration: none;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.white {
	text-transform:uppercase;
	color:white;
}

/* ACTIVE IMPLEMENT */
.activeLink .mText, .hoverItem .mText {
	color:#fff!important;
}
.activeLink .num, .hoverItem .num {
	color:rgb(209,1,0)!important;
}
.hoverItem .mText, .hoverItem .num {
	transition: color 0.7s;
}

.span6 .slider1 {
	width:435px;
}

/*.scroll-bar {
	z-index:2000;
}
*/

/*.af-cont a {
	color:rgb(209,1,0);
}*/


.news_page p {
	
	color:#8D7F74;
}
.news_page p.new {
	
	color:#c7b7aa;
}
.news_page p.new .c_date {
	color:white;
}
.news_page p.new a {
	color:rgb(209,1,0);
}
