@charset "utf-8";

@font-face { 
  font-family: "FiraSans";
  font-weight: 500;
  src: url("../fonts/FiraSans-Medium.dd2cf7ba1735.ttf");
  src: url("../fonts/FiraSans-Medium.7df777553620.eot");
  src: url("../fonts/FiraSans-Medium.d671678968fb.woff");
}

@font-face {
  font-family: "FiraSans";
  font-weight: 700;
  src: url("../fonts/FiraSans-Bold.12665340b902.ttf");
  src: url("../fonts/FiraSans-Bold.aa0ff298ecf0.eot");
  src: url("../fonts/FiraSans-Bold.dd4f903b7208.woff");
}

@font-face {
  font-family: "FiraSans";
  font-weight: 900;
  src: url("../fonts/FiraSans-ExtraBold.7c2bd2c32940.ttf");
  src: url("../fonts/FiraSans-ExtraBold.e9f40f0c7097.eot");
  src: url("../fonts/FiraSans-ExtraBold.5f6bd111641b.woff");
}

@font-face {
  font-family: "FiraSans";
  font-weight: 400;
  src: url("../fonts/FiraSans-Regular.da90ec8a074d.ttf");
  src: url("../fonts/FiraSans-Regular.b69efb2a7cf8.eot");
  src: url("../fonts/FiraSans-Regular.c84768e4d514.woff");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.aebf4fe19e37.ttf");
  src: url("../fonts/Montserrat-SemiBold.c139ffb2e274.eot");
  src: url("../fonts/Montserrat-SemiBold.3d2d13853665.woff");
}

@font-face {
  font-family: "FiraSansC";
  font-weight: 600;
  src: url("../fonts/FiraSansCondensed-Bold.e31bd283edd2.ttf");
  src: url("../fonts/FiraSansCondensed-Bold.410a09172a28.eot");
  src: url("../fonts/FiraSansCondensed-Bold.950de12761c4.woff");
}

@font-face {
  font-family: "FiraSansC";
  font-weight: 500;
  src: url("../fonts/FiraSansCondensed-Medium.8037da6d9321.ttf");
  src: url("../fonts/FiraSansCondensed-Medium.5c5710888ec3.eot");
  src: url("../fonts/FiraSansCondensed-Medium.aa05a238e73f.woff");
}

@font-face {
  font-family: "FiraSansC";
  font-weight: 400;
  src: url("../fonts/FiraSansCondensed-Regular.7702b9506ee3.ttf");
  src: url("../fonts/FiraSansCondensed-Regular.fac8beb41ab6.eot");
  src: url("../fonts/FiraSansCondensed-Regular.9eae78824d9f.woff");
}

@font-face {
  font-family: "FiraSansC";
  font-weight: 900;
  src: url("../fonts/FiraSansCondensed-ExtraBold.a9682589011d.ttf");
  src: url("../fonts/FiraSansCondensed-ExtraBold.ea6781bb0f25.eot");
  src: url("../fonts/FiraSansCondensed-ExtraBold.f60409dcef83.woff");
}

/*******************************/
.carousel .carousel-control-next,
.carousel .carousel-control-prev{
    /*z-index:10;*/
}
.carousel .carousel-item a{
    display:block;
    text-decoration:none;
    padding:0;
    margin:0;
    position:relative;
    border:none !important;
}
.carousel .carousel_gradient{
    position:absolute;
    left:0; right:0; bottom:0;
    width:100%;
    height:85%;
    z-index:1;
    
    background: url('../images/bg/gradient.png') repeat-x 0 100%;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
/*******************************/
.share{
    margin:0;
    padding:5px;
    text-align:center;
}
.share .share_params{display:none;}
.share .share_button{
    display:inline-block;
    width:30px;
    height:30px;
    background: url('../images/icons/share.png') no-repeat 0 0;
    cursor:pointer;
    margin:1px 1px 1px 1px;
    opacity: 0.8; -moz-opacity:0.8; filter:alpha(opacity=80);
    -webkit-transition: opacity 100ms linear; -moz-transition: opacity 100ms linear; -o-transition: opacity 100ms linear; transition: opacity 100ms linear;
}
.share .share_button.share_facebook{background-position: 50% 0;}
.share .share_button.share_vk{background-position: 50% -90px;}
.share .share_button.share_twitter{background-position: 50% -30px;}
.share .share_button.share_mw{background-position: 50% -150px;}
.share .share_button.share_gplus{background-position: 50% -120px;}
.share .share_button.share_ok{background-position: 50% -60px; margin:0 0 1px 0;}

.share .share_button:hover{opacity: 1.0; -moz-opacity:1.0; filter:alpha(opacity=100);}
.share .share_button:active{margin-top:2px; margin-bottom:0;}
/*******************************/



a{cursor:pointer;}
/*******************************/
.info_box {
    padding: 100px 20px;
    margin: 0;
    display: block;
    color: #777;
    text-align: center;
    text-shadow: #fff 0 1px;
}
/************************/
.fl_r{float:right;}
.fl_l{float:left;}
.m_0{margin:0px;}
.m_5{margin:5px;}
.m_10{margin:10px;}
.m_15{margin:15px;}
.m_20{margin:20px;}
.p_0{padding:0px;}
.p_3{padding:3px;}
.p_5{padding:5px;}
.p_10{padding:10px;}
.p_15{padding:15px;}
.p_20{padding:20px;}
.p_30{padding:30px;}
.p_40{padding:40px;}
.b_n{border:none;}
.td_n{text-decoration:none;}
.fw_normal{font-weight: normal;}
.fw_normal a, .fw_normal a:hover{font-weight: normal;}
.fw_bold{font-weight: 700;}
.fw_bold a, .fw_bold a:hover{font-weight: 700;}
.small{font-size: 11px;}
.small a, .small a:hover{font-size: x-small;}
.d_bl {display:block;}
.d_ibl {display:inline-block;}
.d_n {display:none;}
.italic{font-style:italic;}
.oh{overflow:hidden;}
.pos_rel{position:relative;}
.pos_abs{position:absolute;}
.pos_fix{position:fixed;}

.tal_j,
.tal_j p,
.tal_j span,
.tal_j div {
    text-align: justify;
}
.tal_l,
.tal_l p,
.tal_l span,
.tal_l div {
    text-align:left;
}
.tal_r,
.tal_r p,
.tal_r span,
.tal_r div {
    text-align:right;
}
.tal_c,
.tal_c p,
.tal_c span,
.tal_c div {
    text-align:center;
}
.m_b_5 { width: 100%; height: 5px;}
.m_b_7 { width: 100%; height: 7px;}
.m_b_10 { width: 100%; height: 10px;}
.m_b_15 { width: 100%; height: 15px;}
.m_b_20 { width: 100%; height: 20px;}
.m_b_30 { width: 100%; height: 30px;}
.m_b_40 { width: 100%; height: 40px;}
.m_b_50 { width: 100%; height: 50px;}
.m_b_60 { width: 100%; height: 60px;}
.m_b_70 { width: 100%; height: 70px;}
.m_b_80 { width: 100%; height: 80px;}
.m_b_100 { width: 100%; height: 100px;}
.m_b_200 { width: 100%; height: 200px;}
.shadow {
    box-shadow: 0 0 3px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.09);
}
.ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:100%;
}
/************************/
.hintBlack, .hintWhite, .hintPanelBlack{
	line-height:100%;
	max-width:250px;
	font-family: arial, tahoma, sans-serif, Lucida Sans;
	margin:0 0 0 -10px;
	position: absolute;
	left:50%; top:50%;
	background-color:#000;
	line-height:150%;
	z-index:999999;
	font-size:12px;
}
.hintBlack{
	background: url('../images/bg/ttb_bg.png');
	background: rgba(0,0,0,0.8);
	border-radius:3px; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px;
	padding: 4px 7px 4px;
	color: #fff;
	font-weight: 400;
	max-width:300px;
	box-shadow: 0 0 2px #333; -moz-box-shadow: 0 0 2px #333; -webkit-box-shadow: 0 0 2px #333;
	font-size:12px;
}
.hintWhite{
	color: #333;
	padding:10px;
	background:#fff;
	font:inherit;
	line-height:140%;
	border: 1px solid #AEBDCC;
	max-width:300px;
	font-size:12px;
}
.hintWhite span{
	display:block;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	font-weight:700;
	font-style:normal;
	color: #45688E;
}
.hintPanelBlack{
	color: #fff;
	padding:10px;
	background: url('../images/bg/mv_bg.png');
	background: rgba(0, 0, 0, 0.7);
	font:inherit;
	line-height:100%;
	max-width:300px;
	border-radius:5px; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px;
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25); box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}
.hint_value{display:none;}
/************************/
.bb_buttons{
    position:relative;
    line-height: 100%;
}
.bb_buttons .btn-group{
    margin:5px 5px 0 0 !important;
}
.bb_buttons .btn-group-sm>.btn, .btn-sm {
    padding: 6px 3px;
    font-size: 14px;
    line-height: 1;
}
.bb_buttons .btn-group-sm>.btn:focus,
.bb_buttons .btn-group-sm>.btn:active,
.bb_buttons .btn-sm:focus,
.bb_buttons .btn-sm:active {
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
/*******************************/
.ul{
    display:block;
    margin: 5px 0;
    padding: 0;
}
.ul .li{
    display:block;
    margin: 15px 0;
    padding: 0 0 0 25px;
    position:relative;
}
.ul .li:first-child{margin-top: 0;}
.ul .li:last-child{margin-bottom: 0;}
.ul .li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    position: absolute;
    top:9px; left:1px;
    margin: 0;
    color:#777;
    font-size:8px;
    width:8px;
    height:8px;
    line-height:8px;
}
/*******************************/
.ol{
    counter-reset:span;
    display:block;
    margin: 0;
    padding: 0;
}
.ol .li{
    display:block;
    margin: 15px 0;
    padding: 0 0 0 40px;
    position:relative;
}
.ol .li:before {
    content: counter(span);
    counter-increment: span;
    position: absolute;
    top: 6px; left: 0;
    margin: 0;
    background: #ff633c;
    color:#fff;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    font-size:10px;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-border-radius: 12px;
     -khtml-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
}
.ol .li:first-child{margin-top: 0;}
.ol .li:last-child{margin-bottom: 0;}

.article{
    /*font-family: 'FiraSans';
    font-weight: 400;
    line-height:160%;*/
}
.article h3, .article h4, .article h5, .article h6{
    font-size:inherit;
    font-weight:700;
    display:inline;
}
.article p{
    display:block;
    margin: 15px 0;
    padding: 0;
    border: 0;
    text-align: left;
    position: relative;
}
.article p:first-child{margin-top: 0;}
.article p:last-child{margin-bottom: 0;}

.article .quote{
    display:block;
    padding:20px 40px;
    margin:0;
    /*text-align:left;*/
    /*line-height:150%;*/
    background: #f7f7f7;
    position:relative;
    overflow:hidden;
    border-left:5px solid #283140;
    /*font-size:15px;*/
    /*color: #333;*/
    /*-webkit-border-radius: 10px;
     -khtml-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;*/
}
.article .quote:before{
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    top:10px; left:10px;
    margin: 0;
    color:#283140;
    font-size:20px;
    width:20px;
    height:20px;
    line-height:20px;
}
.article .quote:after{
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    bottom:10px; right:10px;
    margin: 0;
    color:#283140;
    font-size:20px;
    width:20px;
    height:20px;
    line-height:20px;
}

/*.article br{
    display:block;
    padding:0;
    margin:0;
    height:1px;
    line-height:1px;
}*/