

div, p, li, span, input, div, h1, h2, h3, h4, h5, h6, a, tr, td, label, textarea{
	font-family:Verdana;
}

p {	color:#474747;}

a {	display:block;	text-decoration:none;}

input[type="submit"], input[type="button"] {
	cursor: pointer;
}

.clear {
	clear:both;
}
.wrapper {
	position:relative;
	width:1200px;
	margin:0 auto;
}
.wrapper.center {
	text-align:center;
}
/* h4:hover, h3 a:hover {
	text-decoration:underline;
} */
select {
	cursor:pointer;
}

/*--------------- header ---------------*/
.main_head {
	width:100%;
	background:#fff;
}

.top_head {
	position:relative;
	width:100%;
	min-width:1200px;
	height:45px;
	background:#e5e5e5;
	border-bottom:1px solid #fff;
}

.top_head .date {
	float:left;
	margin-left:8px;
	line-height:45px;
	font-size:12px;
	font-family:Arial;
	color:#959595;
	font-weight:bold;
}

.social {
	position:absolute;
	right:320px;
}
.social  li, .social-pop li {
	float:left;
	margin-left:10px;
}
.social-pop{
    margin-bottom: 15px;
}
.social  li a, .social-pop li a{
	height:25px;
	width:25px;
	margin:10px 0 0 0;
	background:url(../_i/social_icons.png) no-repeat;
}
.social  li a:hover, .social-pop li a:hover, .rss a img:hover{
	-webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.1);
}
.social .youtube, .social-pop .youtube {
	width:33px;
	height:33px;
	margin-top:6px;
	background-position:left top;
}
.social .google, .social-pop .google {
	background-position:-46px -2px;
}
.social .in, .social-pop .in {
	background-position:-76px -2px;
}
.social .twitter, .social-pop .twitter {
	background-position:-110px -2px;
}
.social .fasebook, .social-pop .facebook {
	background-position:-142px -2px;
}
.social .vkontakte, .social-pop .vkontakte {
	background-position:-176px -2px;
}
.rss{
    position:absolute;
    right: 287px;
    top: 11px;
}

.input_registration {
	position:absolute;
	right:97px;
	width:172px;
	height:45px;
	background:url(../_i/bord1.png) no-repeat;
}

.register-title {
	position: absolute;
	left: 0; right: 10px;
	top: 0; padding-top: 2px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #7c7a7a;
}
.input_registration li {
	padding-top: 5px;
	float:left;
}
.input_registration li span {
	display:block;
	width:23px;
	height:18px;
	margin:13px 15px;
	background:url(../_i/social_icons.png) -210px top no-repeat;
}
.input_registration li a {
	font-size:12px;
	color:#7c7a7a;
	font-weight:bold;
	font-family:Arial;
	line-height:45px;
}
.input_registration li a:hover {
	color:#0096a9;
}

.languages {
	position:absolute;
	right:10px;
}
.languages li {
	float:left;
}
.languages li a {
	width:22px;
	height:15px;
	margin-top:15px;
	background:url(../_i/languagesl_icons.png) no-repeat;
}
.languages .ua {
	margin-right:20px;
	background-position:center top;
}
.languages .usa {
	background-position:center -20px;
}

.center_head {
	width:100%;
	min-width:1200px;
	height:133px;
	margin:0 auto;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

.logo {
	position:relative;
	float:left;
	width:624px;
	height:90px;
	margin:15px 0 0 130px;
}
.logo h1 {
	position:absolute;
	top:20px;
	right:0;
	font-size:32px;
	color:#000;
	font-family:arial;
}
.logo  h2 {
	position:absolute;
	top:53px;
	right:0;
	font-size:19px;
	color:#0096a9;
}

.search_head {
	float:right;
	margin: 42px 10px 0 0;
}

.search_head .text {
	display:inline-block;
	width:140px;
	height:22px;
	padding-left:40px;
	font-size:12px;
	font-family:Arial;
	color:#959595;
	border:1px solid #e5e5e5;
	box-shadow:1px 1px 1px #000;
	background:url(../_i/lupa.png) 10px center no-repeat;
}
.search_head .text.clicked {
	color:#000;
}
.search_head input[type="submit"] {
	width:75px;
	height:21px;
	padding-bottom:2px;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#fff;
	background:#7c7a7a;
	border-radius:3px;
	text-shadow:0px -1px 0px #000;
}
.search_head input[type="submit"]:hover {
	box-shadow:0 2px 0 #000;
}

/* top nav */
.top_nav {
	width:100%;
	min-width:1200px;
	height:34px;
	background:url(../_i/fon_menu.png);
	border-top:1px solid #fff;
	border-bottom:2px solid #0096a9;
}
.top_menu {
	position:relative;
	display:inline-block;
}
.top_menu:before{
	content:"";
    position:absolute;
    z-index:-2;
    top:50%;
    bottom:0px;
    left:10px;
    right:10px;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
       -moz-box-shadow:0 0 15px rgba(0,0,0,0.3);
            box-shadow:0 0 15px rgba(0,0,0,0.3);
    -moz-border-radius:100px / 10px;
         border-radius:100px / 10px;
}
.top_menu > li{
	position:relative;
	float:left;
}
.top_menu > li > a {
	padding:0 17px;
	line-height:34px;
	font-size:14px;
	color:#4f4f4f;
	background:url(../_i/bord2.png) left center no-repeat;
}
.top_menu  > li:first-child a{
	/*background:none;*/
}
.top_menu > li:hover > a, .top_nav .top_menu > li > a.active {
	margin-top:-2px;
	line-height:37px;
	color:#fff;
	background-color:#fff;
	background: #0096a9;
}
.top_menu > li a.active {
	cursor:default;
}
.top_menu > li >ul{
	display:none;
	position:absolute;
	top:35px;
	left:0px;
	text-align:left;
	background:url(../_i/fon_menu.png);
	border:1px solid #cacaca;
	border-top:1px solid #0096a9;
	z-index:10000;
}
.top_menu > li:hover > ul{
	display:block;
}
.top_menu > li ul li{
	float:none;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #fff;
}
.top_menu > li ul li:first-child{
	border-top:0;
}
.top_menu > li >ul >li a {
	/*width:260px;*/
	height:27px;
	line-height:27px;
	/*padding:0 0 0 15px;*/
	padding: 0 15px;
	font-size:14px;
	color:#000;
	white-space: nowrap;

}
.top_menu .drop_menu ul {
	position:static;
	background: #ccd1b8;
	border:0;
}
.top_menu .drop_menu ul li{
	background: url(../_i/bord3.png) center top no-repeat;
	border:0;
}
.top_menu .drop_menu  > a{
	color:#000;
	background:url(../_i/arrows.png) 243px -32px no-repeat;
}
.top_menu .drop_menu > a:hover {
	background:url(../_i/arrows.png) 244px -279px no-repeat #0096a9;
}
.top_menu .drop_menu.active > a {
	color:#fff;
	background:url(../_i/arrows.png) 244px -250px no-repeat #0096a9;
}
.top_menu a:hover{
	background: #0096a9;
	color: #fff;
}
.top_menu .top_drop_menu {
	position:relative;
}
.top_menu .top_drop_menu > a {
	background: url(../_i/single_arrow.png) 243px 5px no-repeat;
}
.top_menu .top_drop_menu:hover > a{
	background:url(../_i/single_arrow_2.png) 243px 5px no-repeat #0096a9;
	color: #fff;
}
.top_menu .top_drop_menu ul {
	display:none;
	position:absolute;
	top:0px;
	left:275px;
	text-align:left;
	background:url(../_i/fon_menu.png);
	border:1px solid #cacaca;
	z-index:10;
}
.top_menu li.top_drop_menu:hover ul {
	display:block;
}
/* ---------top content-----------*/
.top_content {
	width:100%;
	min-width:1200px;
	background:url(../_i/fon_menu.png);
	border-bottom:1px solid #fff;
}

.slider_wrapper {
	width:100%;
	height:270px;
	margin-bottom:10px;
	background:url(../_i/slider_fon.png) center bottom no-repeat;
}
.main_banner2 {
	width:100%;
	height:257px;
	position:relative;
}
.main_banner2 .sliderContent {
	float:left;
	width:100%;
	height:257px;
	clear:both;
	position:relative;
	overflow:hidden;
}
.main_banner2 .sliderArrows a {
	position:absolute;
	bottom:12px;
	display:block;
	width:17px;
	height:17px;
	text-indent:-9999px;
	outline:none;
	z-index:50;
	background:url(../_i/arrows.png) no-repeat;
}
.main_banner2 .sliderArrows a.prev {
	right:72px;
	background-position:left top;
}
.main_banner2 .sliderArrows a.prev:hover {
	background-position:left -225px;
}
.main_banner2 .sliderArrows a.next {
	right:36px;
	background-position:left -37px;
}
.main_banner2 .sliderArrows a.next:hover {
	background-position:right -225px;
}
.main_banner2 .sliderContent .item {
	position:absolute;
	width:100%;
	height:255px;
	color:#fff;
}
.main_banner2 .sliderContent img {
	width:1200px;
	height:257px;
}
.slider_info {
	position:absolute;
	top:20px;     /* top:45px; */
	left:814px;   /* left:150px; */
	width:314px;
	/* height:146px; */
	padding:25px;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.slider_info h1{
	margin-bottom:14px;   /* margin-bottom:10px; */
	font-size:20px;       /* font-size:24px; */
	color:#0096a9;
	font-weight:bold;
	text-transform:uppercase;
}
.slider_info p {
	font-size:14px;
	color:#000000;      /* color:#727272; */
	line-height:1.2;
}

.block_banners {
	width:100%;
	overflow:hidden;
        padding-top: 20px;
}
.block_banners img {
	border:1px solid #cdcdcd;
}
.left_banners {
	float:left;
}
.left_banners a{
	margin-bottom:14px;
}
.right_banners {
	float:right;
}
.right_banners  .banner {
	float:left;
	margin-left:25px;
}

.banner img{
	border: 1px solid #fff;
	outline: 1px solid #d9d9d9;
}
.banner a {
	display:inline-block;
}

/* crumbs */
.crumbs {
	width:100%;
	min-width:1200px;
	height:27px;
	background: url(../_i/fon_menu.png);
	border-bottom: 1px solid #fff;
}
.crumbs ul {
	float: left;
	margin-left:165px;
}
.crumbs li {
	display:table;
	float: left;
	height:27px;
	margin-right: 5px;
	padding-left:9px;
	background:url(../_i/arrow1.png) left center no-repeat;
}
.crumbs li:first-child {
	background:none;
	padding:0;
}
.crumbs li a{
	display:table-cell;
	vertical-align:middle;
	font-size:12px;
	color:#7c7a7a;
	font-family:Arial;
}
.crumbs li a:hover{
	text-decoration:underline;
}
.crumbs li a.current{
	color:#0096a9;
	cursor:default;
	text-decoration:none;
}
.crumbs li a.accent{
	color:#000;
}
/* blogger */
.blogger_info {
	margin-bottom:32px;
}
.blogger_photo {
	float:left;
	width:145px;
	/*height:164px;*/
	margin-right:15px;
	border: 1px solid #fff;
	outline: 1px solid #d9d9d9;
}
.blogger_info h4{
	padding:10px 0 10px 0;
}
.blogger_info h4 a{
	font-size:14px;
	color:#0096a9;
	font-weight:bold;
}
.blogger_info h4 a:hover{
	text-decoration:underline;
}
.blogger_info span, .vstup span{
	display:block;
	margin-bottom:10px;
	font-size:12px;

}
.blogger_info p{
	font-size:12px;
	color:#474747;
	line-height:1.2;
}

.vstup{
      margin-top: 20px;
      border-bottom: 1px dotted #979797;
      padding-bottom: 10px;
}

.vstup .vsphoto{
    float: left;
    max-width: 200px;
    outline: 1px solid #D9D9D9;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
}
.vstup ul, .big_block ul{
    padding-left: 20px;
}

/* --------- content -----------*/
.content {
    width: 100%;
    min-width: 1200px;
    border-top: 1px solid #e5e5e5;
    background: url(../_i/shadow.png) center bottom repeat-x #fff;
    z-index: 1;
    position: relative;
}

/* .buttons {
	position:relative;
	line-height:27px;
	font-size:12px;
	font-family:Arial;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border:1px solid #fff;
	box-shadow: -2px -1px 0 #ccc;
	border-radius:5px;
	background: #00ba00;
	background: -moz-linear-gradient(top,  #00ba00 0%, #00a400 40%, #008900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ba00), color-stop(40%,#00a400), color-stop(100%,#008900));
	background: -webkit-linear-gradient(top,  #00ba00 0%,#00a400 40%,#008900 100%);
	background: -o-linear-gradient(top,  #00ba00 0%,#00a400 40%,#008900 100%);
	background: -ms-linear-gradient(top,  #00ba00 0%,#00a400 40%,#008900 100%);
	background: linear-gradient(to bottom,  #00ba00 0%,#00a400 40%,#008900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ba00', endColorstr='#008900',GradientType=0 );
}
.buttons:hover {
	background: #008900;
	background: -moz-linear-gradient(top,  #008900 0%, #00a400 60%, #00ba00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008900), color-stop(60%,#00a400), color-stop(100%,#00ba00));
	background: -webkit-linear-gradient(top,  #008900 0%,#00a400 60%,#00ba00 100%);
	background: -o-linear-gradient(top,  #008900 0%,#00a400 60%,#00ba00 100%);
	background: -ms-linear-gradient(top,  #008900 0%,#00a400 60%,#00ba00 100%);
	background: linear-gradient(to bottom,  #008900 0%,#00a400 60%,#00ba00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008900', endColorstr='#00ba00',GradientType=0 );
}
.buttons:before {
	content:'';
	position:absolute;
	top:3px;
	left:50%;
	margin-left:-54px;
	height:1px;
	width:105px;
	background: url(../_i/buttons.png) left -352px no-repeat;
	opacity: 0.4;
} */



/*--- left colum ---*/
.left_colum {
	float:left;
	margin-top:36px;
	width:241px;
}
.left_banner_colum {
	display:table-cell;
        vertical-align:middle;
        width:241px;
        text-align: left;
}
.left_banner_colum div{
        margin-bottom: 18px;
}
/* side_nav */
.side_nav {
	background: #f5f5f5;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.side_nav li {
	position:relative;
	width:100%;
	background:url(../_i/bord3.png) center top no-repeat;
	list-style: none;
}
.side_nav ul li:first-child{
	background:none;
}
.side_nav  .drop_menu > a.active {
    background:url(../_i/single_arrow_2.png) 218px 6px no-repeat #0096a9;
    cursor: pointer;
}
.side_nav .drop_menu > a{
	color:#000;
	background:url(../_i/single_arrow.png) 218px 5px no-repeat;
}
.side_nav li a {
	padding:6px 0 6px 15px;
	line-height:1.1;
	font-size:14px;
	color:#000;
}
.side_nav li a.active, .side_nav li a:hover {
	color:#fff;
	background:#0096a9;
}
.side_nav li > a.active {
	cursor:default;
}

.side_nav .drop_menu > a:hover {
	background:url(../_i/single_arrow_2.png) 218px 6px no-repeat #0096a9;
}
.side_nav  .drop_menu.active > a {
	color:#fff;
	background:url(../_i/single_arrow_down.png) 218px 5px no-repeat #0096a9;
}

.side_nav ul li ul {
	background: #ccd1b8;
}
.side_nav ul li ul a{
	font-size:12px;
}

/* document_page */
.document_page img{
	max-width:680px;
	margin-bottom:18px;
	border:1px solid #d9d9d9;
}
.get_document  {
	position:relative;
	margin-bottom:19px;
}
.get_document .social, .social-pop {
	right:0px;
}

.get_document.line_nobdr.
.get_document.line {
	margin-bottom:8px;
	padding-bottom:8px;
}
.get_document.line {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.get_document:after{
	content:'';
	display:table;
	clear:both;
}
.get_document .print{
	float:left;
	width:23px;
	height:23px;
	margin-top:3px;
	background:url(../_i/icons.png) left -177px no-repeat;
}
.get_document .button {
	float:right;
	width: 120px;
	height: 29px;
	line-height:29px;
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../_i/buttons.png) left top no-repeat;
}
.get_document .button:hover {
	background-position: left -36px;
}
.get_document .more {
	float:right;
	margin-top:5px;
}
.get_document .social a {
	margin-top:2px;
}
.get_document.line .button {
        margin-left: 20px;
	float: right;
	width: 120px;
	height: 29px;
	line-height: 29px;
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../_i/buttons.png) left top no-repeat;
}
.get_document.line .button:hover {
	background-position: left -36px;
}
.get_document.line_nobdr .graph_link{
	background: #0096a9;
	float: left;
	margin-left: 10px;
	line-height: 23px;
	margin-top: 3px;
	height: 23px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	padding: 0 10px;
}
.get_document.line_nobdr .graph_link:first-child{
	margin-left: 0;
}
.get_document.get_document_button .social {
	position:static;
	float:right;
	margin-right:6px;
	margin-top:1px;
}
.social-pop{
        position:static;
	float:right;
	margin-right:6px;
	margin-top:-43px;
}

.content h3 {
	margin-bottom:10px;
	padding:0 0px 10px 0;
	font-size:16px;
	color:#0096a9;
	font-weight:bold;
	border-bottom:1px dotted #979797;
}
.content h3 a {
	color:#0096a9;
}


/* .content h3 a:hover {
	text-decoration:underline;
} */
.content h3 span {
	color:#7c7a7a;
}
/* .content h3.first {
	width:95%;
} */

.small_block{
	position:relative;
	width:100%;
	margin-bottom:30px;
}
.small_block:after{
	content:'';
	display:table;
	clear:both;
}
.small_block.image  img{
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.slider_block1 {
	position:relative;
	width:242px;
	height:315px;
	text-align:center;
}
.slider_block1 .sliderContent {
	position:relative;
	width:242px;
	height:315px;
	overflow:hidden;
}
.slider_block1  .sliderContent .item {
	position:absolute;
	width:242px;
	height:315px;
}
.slider_block1 img {
	width:100%;
	height:100%;
}
.slider_block1 .sliderBullets {
	position:absolute;
	text-align:center;
	width:100%;
	bottom:50px;
	z-index:50;
}
.slider_block1 .sliderBullets a{
	display:inline-block;
	text-indent:-9999px;
	outline:none;
	width:15px;
	height:15px;
	margin:0 3px;
	background:url(../_i/buttons.png) right top no-repeat;
}
.slider_block1 .sliderBullets .active {
	background-position:-267px top;
}
.block_info {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background: rgba(255, 255, 255, 0.7);
}
.block_info p {
	padding: 15px 15px 30px;
	font-size: 12px;
	color: #006400;
	line-height: 1.2;
	text-align: left;
}
.block_info .button {
	display:inline-block;
	width:120px;
	height:29px;
	line-height:29px;
	font-size:12px;
	font-family:Arial;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:url(../_i/buttons.png) left top no-repeat;
	margin-bottom: 15px;
}
.block_info .button:hover {
	background-position:left -36px;
}

.previews {
	margin-bottom:30px;
}
.previews.galery  .galery_block2:last-child{
	border-bottom:0;
}

.small_preview {
	margin-bottom:10px;
	border-bottom:1px solid #e5e5e5;
}
.anons .small_preview {
	margin-bottom:20px;
}
.more {
	padding-right:15px;
	font-size:12px;
	color:#a3a3a3;
	font-weight:bold;
	text-align:right;
	background:url(../_i/arrow_small.png) right 5px no-repeat;
}
.more:hover {
	text-decoration:underline;
}
.more.archive {
	margin-top:18px;
}

.more.comment_more {
	margin-top:100px;
}


.small_preview:last-child, .small_preview:last-child .more, .centr_colum .small_preview:last-child .more{
	margin-bottom:1px;
	border-bottom:none;
}
.blog .small_preview:last-child {
	border-bottom:1px solid #e5e5e5;
}
.small_preview.left {
	float:left;
	width:48%;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
}
.small_preview.right {
	float:right;
	width:48%;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:10px;
}
.small_preview a {
	font-size: 14px;
	line-height: 20px;
}
.centr_colum  .small_preview.right .more {
	margin-bottom:10px;
}
.small_preview .date{
	float:left;
	margin:0 8px 9px 0;
	width:44px;
	height:53px;
	background:url(../_i/date.png);
}
.small_preview  .blog_photo, .small_preview  .blog_photo2  {
	float:left;
	margin:16px 0 15px 0;
        width:75px;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.small_preview  .blog_photo2{
        /*width:59px;*/
				width: 100px;
        margin: 0 8px 9px 0;
}
.small_preview  .news_photo  {
	width:170px;
	/*height:70px;*/
	margin:16px 0 15px 0;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
/* .comment_block .news_photo {
	width:62px;
	height:62px;
	margin:16px 0 15px 0;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
} */
.small_preview  .comment_photo {
	margin-top:9px;
	width:62px;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.small_block .preview_content {
	clear:none;
	margin-top:20px;
}
.preview_content.feedback {
	padding-bottom:20px;
}
.small_preview .date  .month {
	display:block;
	margin-top:4px;
	margin-bottom:15px;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.small_preview .date .day {
	display:block;
	font-size:14px;
	color:#4f9642;
	font-weight:bold;
	text-align:center;
}
.small_preview .date2 {
	float:left;
	width:170px;
	margin:0 12px 9px 0;
        text-align:center;
}
.small_preview .date2 p {
	padding:2px 0px;
	text-align:center;
	font-size:11px;
	color:#012225;
	background:#c6c8ca;
}
.small_preview h4{
	font-size:12px;
	/*color:#0096a9;*/

	color: #474747;
	line-height:1.2;
	font-weight:bold;
        margin-bottom: 10px;
}
.small_preview h4 span {
	display: block;
	padding-top: 7px;
}
.small_preview a.title{
	color:#0096a9;
	font-weight: bold;
}
.previews .small_preview h4 a {
	color:#0096a9;
}
.small_block.documents_block, .small_block.partners_block {
	margin-top:20px;
	padding-bottom:15px;
	border-bottom: 1px solid #d9d9d9;
}
.small_block.documents_block h4, .small_block.partners_block h4 {
	margin-bottom:14px;
}
.small_block.partners_block .site, .big_block .site {
	margin-top:20px;
	font-size:14px;
	color:#000;
	text-decoration:underline;
}
.previews .partners_block:last-child {
	border-bottom:0;
}

.small_block.documents_block .more {
	margin-bottom:none;
}
.small_block.documents_block img, .small_block.partners_block img  {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.small_block.partners_block p {
	clear:none;
	font-size: 12px;
	color: #000;
	line-height: 1.3;
}
.small_block.documents_block p {
	clear:none;
	font-size: 12px;
	color: #474747;
	line-height: 1.3;
}
.centr_colum h4 {
	font-size:14px;
}
.centr_colum h3 a {
	font-size:16px;
	color:#0096a9;
}
.small_preview h4  span{
	display:block;
	font-weight:normal;
}
.small_preview h5{
	clear:both;
	font-size:12px;
	color:#474747;
	line-height:1.3;
}
.small_preview p {
	clear:both;
	/*font-size:12px;*/
	font-size: 14px;
	color:#474747;
	line-height:1.3;
}
.text_preview {
	clear:both;
	margin:15px 0 35px 0;
}
.centr_colum  .text_preview p{
	margin:0;
}
.small_preview.left p, .small_preview.right p {
	height:70px;
}
.small_preview .preview_content2 {
	margin-top:8px;
}

.small_preview.left img, .small_preview.right img {
	/*width:325px;*/
	height:200px;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.small_block .more, .slider_info .more {
	margin:10px 0 18px 0;
}
.right_colum #tab_news .more {
	margin-bottom:0;
}
.small_block .more.archive {
	margin-top:15px;
}
.slider_info .more  {
	margin:0;
}
.centr_colum .small_block .more {
	margin-bottom:10px;
}
.centr_colum .anons .small_block  .more {
	margin-bottom:15px;
}

.small_article {
	margin-bottom:28px;
}
.small_article h4 {
	margin:15px 0 18px;
}
.small_article h4 a{
	font-size: 14px;
	color: #0096a9;
	line-height: 1.2;
	font-weight: bold;
}
.small_article p {
	font-size:12px;
	color:#000;
	line-height:1.2;
}

.useful_links {
	margin-top:0px;
	margin-bottom:19px;
	padding-bottom:19px;
	border-bottom: 1px dotted #979797;
}
.useful_links:after {
	content:'';
	display:table;
	clear:both;
}
.useful_links img{
	float:left;
	margin:0 20px 0 0;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.useful_links h4 {
	padding-right:20px;
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
}
.useful_links h4  a{
	color:#000;
}
.useful_links p {
	font-size:12px;
	color:#000;
}
.useful_links .mail {
	margin-top:20px;
	font-size:14px;
	color:#000;
	text-decoration:underline;
}

.small_accaunt {
	padding-bottom:19px;
	background: #f5f5f5;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 10px gray;
	-moz-box-shadow: 0 0 0 1px #d9d9d9;
	box-shadow: 0 0 0 1px #d9d9d9;
}
.small_accaunt .date {
	padding:19px 7px 0;
	font-size:12px;
	color:#000;
	overflow:hidden;
}
.small_accaunt .date p {
	float:left;
}
.small_accaunt .date span {
	float:right;
}

/* ----centr_colum ----*/
.centr_colum{
	float:left;
	width:682px;
	margin:36px 0 0 18px;
}
.centr_colum:after{
	content:'';
	display:table;
	clear:both;
}
.centr_colum .banner{
	text-align:center;
	margin-top:30px;
	margin-bottom:25px;
}
.centr_colum .banner img{
	display:inline-block;
}

.centr_banner_colum{
	display:table-cell;
        vertical-align:middle;
        width: 700px;
        text-align: center;

}
.top_banners{
        display: table
}
.centr_banner_colum div{
    margin-bottom: 18px;
    margin-left: 18px;

}

.big_block {
	margin-bottom:28px;
        /*font-size:12px;*/
				font-size: 14px!important;
        color:#474747;
        line-height: 1.3;
}
.big_block p, .big_block div{
	margin-bottom:10px;
	line-height: 1.3;
}
.big_block > p span .green{
	color:#237022;
	font-weight: bold;
}
.big_block .list {
	margin-bottom:17px;
}
.big_block .list li {
	position:relative;
	margin:0 0 12px 6px;
	font-size:12px;
	color:#000;
	line-height:1.2;
}
.big_block .list li:last-child {
	margin-bottom:0px;
}
.big_block .list li:before {
	content: "-";
	position:absolute;
	left:-8px;
}
.big_block  .info {
	margin-bottom:17px;
	font-size:12px;
	color:#000;
	line-height:1.2;
	text-decoration:underline;
}
.big_block .small_block{
	margin:25px 0;
}
.big_block .small_block a:last-child {
	margin-bottom:0;
}
.big_block .big_photo {
        width: 200px;
	float:left;
	margin:4px 10px 10px 0;
	border: 1px solid #fff;
	-webkit-box-shadow:0 0 0 1px #d9d9d9;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.big_block .date2 {
	float: left;
	width: 80px;
	margin: 0 12px 9px 0;
}
.big_block .date2 p {
	padding: 2px 0px;
	text-align: center;
	font-size: 11px;
	color: #012225;
	background: #c6c8ca;
}
.big_block .buttons{
    display: table;
    width: 100%;
}
.big_block .buttons_footer a,
.big_block .buttons a{
    font-size: 12px;
    color: #a3a3a3;
    font-weight: bold;
}
.big_block .buttons a{
    display: table-cell;
    text-align: center;
}
.big_block .buttons a:hover{
	text-decoration: underline;
}
.big_block .buttons_footer .button,
.big_block .buttons_footer a{
    border: 1px solid #CBCBCB;
    background-color: #0096a9;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-size: 13px;
}
.big_block .buttons_footer a{
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px;
}
.big_block .buttons_footer .button{
    padding: 6px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}
.big_block .buttons_footer .button + .button{
	margin-left: 10px;
}
.big_block .buttons_footer .button:first-child{
	margin-left:0;
}
.big_block .buttons_footer .button.button__loading{
	position:relative;
}
.big_block .buttons_footer .button.button__loading:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width:100%;
	background-image:-webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
	background-image:-moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
	overflow: hidden;
	transition: width 0.5s;
}

@-webkit-keyframes move {
   0% {
      background-position: 0 0;
   }
   100% {
      background-position: 50px 50px;
   }
}

@-moz-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 50px;
    }
}

.big_block .buttons_footer{
    text-align: center;
}
.big_block h4 {
	font-size: 16px;
	color: #0096a9;
	line-height: 1.2;
	font-weight: bold;
}
.big_block h4  a{
	color: #0096a9;
}
.graphics .graphics_loading{
    background-image: url(../_i/bx_loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.graphics .graphics_container{
    width: 682px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.title_big_block {
	margin-bottom:40px;
}
.title_big_block p{
	display:inline-block;
	margin-bottom:5px;
	padding: 2px 6px;
	text-align: center;
	font-size: 11px;
	color: #012225;
	background: #c6c8ca;
}
.big_block .small_photo{
	width:75px;
	height:70px;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.big_block .blog_photo{
	width:75px;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.big_block .link_text {
	display:inline;
	color:inherit;
	font-weight:bold;
	text-decoration:underline;
}

.big_block p a{
    display: inline;
}


/* .big_block__widthimage .date2 p,
.small_preview__widthimage .date2 p{
	padding: 6px 0px 5px;
} */
.big_block__widthimage .date2 p {
	margin-bottom: 0;
}

.big_block__widthimage h4 a img,
.small_preview__widthimage h4 a img{
    float: left;
    margin-right: 10px;
    margin-top: -4px;
}
.small_preview__widthimage h4 a span{
    padding-left: 127px;
		font-size: 16px;
}
.big_block__widthimage h4 a span,
.small_preview__widthimage h4 a span{
    /* display: inline-block; */
    /* line-height: 25px; */
    /* vertical-align: baseline; */
    /* padding-top: 1px; */
    font-weight: 700;
}



.journal {
	float:left;
	margin-right:15px;
}
.journal p, .small-caption{
	padding:10px 0;
	font-size:12px;
	color:#0096a9;
	text-align:left;
	font-weight:bold;
}
.journal img{
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 1px #d9d9d9;
	-moz-box-shadow: 0 0 0 1px #d9d9d9;
	box-shadow: 0 0 0 1px #d9d9d9;
}

.content_block {
	clear:both;
	margin-top:15px;
}
.content_block p:last-child {
	margin-bottom:0;
}
.content_block a{
    display:inline;
}
.limit {
	margin:20px 0 22px 0;
	overflow:hidden;
}
.limit li {
	float:left;
	margin-right:6px;
	font-size:12px;
	color:#7f7f7f;
	font-family:Arial;
	font-weight:bold;
	line-height:24px;
}
.limit li:first-child {
	margin-right:11px;

}
.limit li a {
	width:20px;
	height:20px;
	line-height:21px;
	margin-top:1px;
	color:#7f7f7f;
	font-family:Arial;
	text-align:center;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.limit li a.current, .limit li a:hover  {
	background:#0096a9;
	color:#fff;
}

.pagination {
	width:100%;
	margin-bottom:25px;
	text-align:center;
}
.pagination .prew_page, .pagination .next_page {
	font-size:12px;
	color:#cbcbcb;
	font-family:Arial;
	font-weight:bold;
}
.pagination .prew_page:hover, .pagination .next_page:hover {
	color: #0096a9;
}
.pagination .prew_page {
	float:left;
}
.pagination .next_page {
	float:right;
}
.pagination ul  {
	display:inline-block;
}
.pagination ul li{
	float:left;
	height:15px;
	/*width:17px;*/
	/* Nikita 24.10.2013*/
	width: auto;
	margin-left: 5px;
}
.pagination ul li a, .pagination ul li span{
	font-size:14px;
	color:#c6c8ca;
	line-height:15px;
	font-weight:bold;
}
.pagination ul li a.current, .pagination ul li a:hover{
	font-size:18px;
	color:#0096a9;
}
.pagination ul li a.prew, .pagination ul li a.next{
	height:15px;
	width:15px;
	margin:0 13px 0 0;
	background: url(../_i/arrows.png) -37px -155px no-repeat;
}
.pagination ul li a.next{
	margin:0 0 0 13px;
	background: url(../_i/arrows.png) -37px  -191px no-repeat;
}
.pagination ul li a.prew:hover {
	background-position:left -156px;
}
.pagination ul li a.next:hover {
	background-position: left -191px;
}

/* application */
.application  {
	padding-bottom:50px;
	border-bottom:1px solid #e5e5e5;
}

.application label {
	display:block;
	margin-bottom:10px;
	font-size:12px;
	color:#737373;
}
.application input[type="text"] {
	width:100%;
	height:25px;
	margin-bottom:15px;
	padding:0 1%;
	border:1px solid #d9d9d9;
}
.application .captchatext{
	float:left;
	height: 28px !important;
	width: 150px !important;
	margin-left: 15px;
}
.prompt_radio {
	width:200px;
	margin-top:5px;
}
.application_radio {
	float:left;
	display: block;
	margin: 0px 0 15px 0;
	font-size: 12px;
	color:#737373;
	padding-left: 20px;
	background: url(../_i/icons.png) left -41px no-repeat;
	cursor: pointer;
}
.application_radio.active {
	background-position:left -69px;
}
.application input[type="submit"] {
	display: block;
	width: 142px;
	height: 29px;
	float:right;
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../_i/buttons.png) left -81px no-repeat;
}
.application input[type="submit"]:hover {
	background-position:left -123px;
}
.application .prompt {
	position:relative;
	float:right;
	width:14px;
	height:14px;
	background: url(../_i/icons.png) left -94px no-repeat;
	cursor:pointer;

}
.application .prompt span{
	display:none;
	position:absolute;
	top:20px;
	left:0;
	width:275px;
	padding:10px;
	font-size:13px;
	color:#000;
	background:#f5f5f5;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
	z-index:2;
}
.application .prompt:hover span {
	display:block;
}

.comment input.text, .comment textarea{
	font-size:14px;
	color:#b0b0b0;
	font-family:Arial;
	font-style:italic;
}
.comment textarea{
	display:block;
	width:100%;
	height:71px;
	margin-bottom:16px;
	padding:5px 1%;
	border: 1px solid #d9d9d9;
}
input.text.clicked, textarea.text.clicked{
	color:#000;
	font-style:normal;
}
.big_block ul{
    margin-left: 25px;
}
/* letter */
.letter {
	position:relative;
	width:565px;
	height:842px;
	margin:0 auto 18px;
	padding: 0 15px;
	border:1px solid #d9d9d9;
}
.letter p {
	font-size:12px;
	color:#737373;
	line-height:1.2;
}
.head_letter {
	position:relative;
	height:145px;
        display:none;
}
.head_letter:after {
	content:'';
	position:absolute;
	top:146px;
	left:0px;
	width:100%;
	border-bottom: 3px solid #0096a9;
	-webkit-box-shadow:0 0 0 1px #d9d9d9;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.head_letter img {
	float:left;
	width:171px;
	height:119px;
	margin:13px 0 0 13px;
	border: 1px solid #fff;
	-webkit-box-shadow:0 0 0 1px #d9d9d9;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.details_letter {
	float:right;
	margin:25px 20px 0px 0;
}
.details_letter p {
	text-align:right;
}
.body_letter {
	position: absolute;
	top: 151px;
	left: 15px;
	right: 15px;
}
.body_letter_head {
	margin-top:8px;
	text-align:right;
        font-weight:bold;
}
.name_letter {
        margin-top: 35px;
	margin-bottom:22px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
.text_letter {
	margin:0 90px 20px 0;
}
.text_letter_add p {
	margin-bottom: 10px;
}
.food_letter {
	position:absolute;
	width:100%;
	bottom:62px;
        font-size: 12px;
        color: #737373;
        line-height: 1.2;
}
.food_letter .post {
	float:left;
	margin-left:13px;
}
.food_letter .signature {
	float:right;
	margin-top:14px;
	margin-right:50px;
}

.food_letter .post2 {
	width: 100%;
}
.signature2 {
        text-align:right;
	padding-right:50px;
}


.button_letter {
	width:445px;
	margin:0 auto;
	overflow:hidden;
}
.button_letter a{
	width:210px;
	height:30px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	background:url(../_i/buttons.png) no-repeat;
}

.button_letter .button1 {
	float:left;
	color:#fff;
	background-position:left -171px;
}
.button_letter .button1:hover {
	background-position:left -210px;
}
.button_letter .button2 {
	float:right;
	color:#000;
	background-position:left -255px;
}
.button_letter .button2:hover {
	float:right;
	background-position:left -289px;
}

.save_letter {
	position:relative;
	width:580px;
	height:90px;
	right:15px;
	margin:35px auto 0;
}
.save_letter div {
	position:absolute;
	right:0px;
}
.save_letter a{
	position:relative;
	margin-bottom:16px;
	font-size:12px;
	font-family:Arial;
	color:#0096a9;
	font-weight:bold;
}
.save_letter a:hover{
	text-decoration:underline;
}
.save_letter a span{
	position:absolute;
	margin-right:15px;
	background:url(../_i/icons.png) no-repeat;
}
.save_letter .print span {
	top:-3px;
	left:-25px;
	width:16px;
	height:14px;
	background-position:left -124px;
}
.save_letter .save1 span {
	top:-9px;
	left:-33px;
	width:26px;
	height:25px;
	background-position:-32px -119px;
}
.save_letter .save2 span {
	top:-6px;
	left:-28px;
	width:22px;
	height:21px;
	background-position:right -119px;
}

/* contacts */
.contact_info {
	margin:19px 0 12px 0;
	padding-bottom:24px;
	border-bottom: 1px solid #d9d9d9;
}
.contact_info h4{
	margin-bottom:17px;
	font-size:14px;
	color:#0096a9;
	font-weight:bold;
}
.contact_info p, .contact_info a{
	margin-bottom:22px;
	font-size:12px;
	color:#000;
}
.contact_info .site {
	text-decoration:underline;
	margin-bottom:0px;
}
.contact_info a:hover {
	text-decoration:none;
}
.wrap_map {
	width:678px;
	height:466px;
	margin-bottom:20px;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.map {
	width:100%;
	height:100%;
}
.feedback_form {
	width:659px;
	padding:0 9px;
	text-align:right;
	background:#f5f5f5;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.feedback_form h4, .search_form h4{
	margin:16px 0 14px 0px;
	font-size:16px;
	color:#0096a9;
	font-weight:bold;
	text-align:left;
}
.feedback_form  input[type="text"] {
	width:637px;
	height:31px;
	margin-bottom:10px;
	padding:0 10px;
	font-size:12px;
	color:#0096a9;
	font-family:Arial;
	border: 1px solid #8a8a8a;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
}
.feedback_form  input.smalltext {
	width:150px;
        margin-left: 15px;
}
.feedback_form img.captcha{
       float:left;
}
.feedback_form textarea {
	width:637px;
	height:269px;
	margin:10px 0 6px 0;
	padding:10px 10px;
	font-size:12px;
	color:#0096a9;
	font-family:Arial;
	border: 1px solid #8a8a8a;
	border-right: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
}

.feedback_form input[type="submit"] {
	display: inline-block;
	width: 120px;
	height: 29px;
	margin-bottom:7px;
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../_i/buttons.png) left top no-repeat;
}
.feedback_form input[type="submit"]:hover {
	background-position: left -36px;
}

/* economics */
.economics_block {
	margin-bottom:14px;
}
.economics_block h4{
	margin-bottom:14px;
	font-size:12px;
	color:#7c7a7a;
	font-family:Arial;
	font-weight:bold;
}
.economics_block .tabs {
	border-bottom:1px solid #a8aaac;
	  box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.economics_block .tabs li a{
	line-height:29px;
	font-size:14px;
        display: block;
}
.economics_block table.econ{
	border-top: 1px solid #fff;
}
.economics_block .econ td {
	height:32px;
	font-size:12px;
}
.economics_block .econ td:nth-child(2), .economics_block .econ td:first-child {
	padding-left:13px;
	text-align:left;
}
.economics_block .econ .first td:nth-child(2) {
	text-align:center;
}
.economics_block .econ td:first-child {
	width:130px;
}
.economics_block .econ td:nth-child(2) {
	width:240px;
}
.economics_block .econ td:nth-child(3) {
	width:110px;
}

/* coments */
.comment {
	margin:18px 0 37px;
}
.comment h3{
	padding:0;
	font-size:16px;
	color:#0096a9;
	font-weight:bold;
	border:0;
}
.comment h3 a {
	color:#0096a9;
}
.comment h4{
	margin-bottom:20px;
}
.small_block.small_comment {
	margin-bottom:30px;
	border:0;
}
.small_block.small_comment:last-child {
	margin-bottom:0;
}
.small_comment .date2 {
	margin-bottom:0;
}
.small_comment  .text_comment {
	clear:none;
}
/* .comments .previews {
	margin-bottom:15px;
}
.comments h3{
	border:0;
}
.comment_block {
	margin:0 0 0px 0;
} */
/* galery */
.galery_block, .galery_block2 {
	position:relative;
	margin-bottom:0px;
	border-bottom: 1px solid #d9d9d9;
}
.galery_block h4  {
	margin-top:20px;
}
.galery_block h4 a{
	font-size:16px;
	color:#0096a9;
	font-weight:bold;
}
.galery_block2 {
	padding-bottom:20px;
}
.galery_block2 h4{
	margin:20px 0 11px 0;
	font-size:16px;
	color:#0096a9;
	font-weight:bold;
}
.galery_block2 h4 a{
	color:#0096a9;
}
.galery_block2 .more{
	margin-bottom:0;
}
.galery_preview, .galery_albom {
	margin-top:17px;
	/*text-align:justify;*/
    line-height: 0;
}
.galery_preview:after, .galery_albom:after{
	content:'';
	display:inline-block;
	width:100%;
	height: 0px;
}
.galery_preview a, .albom_img div{
	position:relative;
	display:inline-block;
	width:205px;
	height:148px;
	margin-bottom:10px;
	vertical-align:top;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
        margin-right: 5px;
}

.albom_img {
	position:relative;
	display:inline-block;
	width:205px;
	margin-bottom:30px;
	vertical-align:top;
	/*border-bottom: 1px solid #d9d9d9;*/
}
.albom_img p {
	margin-top:10px;
	font-size:12px;
	color:#0096a9;
	text-align:left;
	line-height:1.2;
	font-weight:bold;
}
.albom_img div .lupa {
	position:absolute;
	right:-1px;
	bottom:-1px;
	width:29px;
	height:27px;
	background:url(../_i/lupa2.png) no-repeat;
	z-index:5;
	opacity:0.8;
	cursor:pointer;
}
.albom_img .video_bot div{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-37px;
	margin-left:-37px;
	width:74px;
	height:74px;
	background:url(../_i/icons.png) left -219px no-repeat;
	z-index:5;
}
.click{
	cursor:pointer;
}

.galery_preview a:hover  {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	box-shadow:0px 0px 10px gray;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0px 0px 10px gray;
}
.albom_img div:hover  {
	box-shadow:0px 0px 15px gray;
	-webkit-box-shadow:0px 0px 15px gray;
	-moz-box-shadow:0px 0px 15px gray;
}
.video_bot div {
	border-radius:100px;
	cursor:pointer;
}
.galery_preview a div {
        height: 150px;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.galery_preview2{
	text-align:justify;
    line-height: 0;
}
.galery_preview2 a:hover {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	box-shadow:0px 0px 10px gray;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0px 0px 30px gray;
	outline:none;
}
.galery_preview2:after {
	content:'';
	display:inline-block;
	width:100%;
	height: 0px;
}
.galery_preview2  a {
	display:inline-block;
	width:127px;
	position:relative;
	margin-bottom:5px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.galery_preview2  a:first-child {
	margin-left:0;
}
.galery_preview2  a img {
	width:127px;
	height:97px;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
}
.galery_preview2  a span {
	display:block;
	margin-top:7px;
	font-size:13px;
	color:#000;
	line-height:1.2;
	text-align:left;
}

.galery_preview a span {
        overflow: hidden;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#0096a9;
	font-weight:bold;
	text-align:center;
	background:#fff;
	background: rgba(255, 255, 255, 0.6);
}
.small_block.galery_open {
	border-bottom:none;
}
.galery_open .galery_preview {
	width:110%;
	margin-left:-2%;
	margin-top:10px;

}
.galery_open .galery_preview a{
	float:left;
	margin:0 2% 30px 2%;
}

.galery_carousel {	/* carousel */
	position:relative;
	width:100%;
	height:180px;
	overflow:hidden;
}
.mycarousel2 {
	position:absolute;
	width:20000em;
        text-align: center;
}


.galery_preview.galery_slide {
	float:left;
	width:644px;
	margin-left:17px;
	margin-right:17px;
}
.galery_block span.browse {/*buttons*/
	position: absolute;
	top:99px;
	display: block;
	width: 21px;
	height: 23px;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background: url(../_i/arrows.png) no-repeat;
	cursor:pointer;
}
.galery_block span.right {
	right:-7px;
	background-position: right -318px;
}
.galery_block span.right:hover {
	background-position: right -351px;
}
.galery_block span.left{
	left:-9px;
	background-position: left -318px;
}
.galery_block span.left:hover{
	background-position: left -351px;
}
.galery_block span.disabled {
	display:none;
}

/* quizes */
.arhive {
	padding-bottom:17px;
	border-bottom: 1px solid #e5e5e5;
}
.arhive p{
	margin-left:10px;
}
.arhive .title_arhive {
	margin-bottom:10px;
	font-size:12px;
	color:#0096a9;
	font-weight:bold;
}
.quirez_result {
	position:relative;
}
.quirez_result .quiz.result{
	position:absolute;
	top:14px;
	right:0px;
	display:none;
	width:234px;
	z-index:3;
}
.quirez_result:hover .quiz.result{
	display:block;
}
.quiz_radio.result {
	text-align:left;
	font-weight:normal;
	background:none;
}

/* search result */
.search_form {
	margin-bottom:30px;
	text-align:right;
}

.search_form input[type="text"] {
	width: 100%;
	height: 27px;
	margin-bottom: 13px;
	padding: 0 10px;
	font-size: 12px;
	color: #000;
	font-family: Arial;
	border: 1px solid #d9d9d9;
	  box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.search_form input[type="submit"] {
	display: inline-block;
	width: 120px;
	height: 29px;
	margin-bottom: 7px;
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../_i/buttons.png) left top no-repeat;
}
.search_form input[type="submit"]:hover {
	background-position: left -36px;
}
.main_select {
	display:block;
	width:181px;
	height: 27px;
	line-height:27px;
	margin-bottom: 13px;
	padding:2px 2px 2px 10px;
	font-size: 12px;
	color: #000;
	font-family: Arial;
	border: 1px solid #d9d9d9;
	 box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.select_box {
	margin-bottom:10px;
	text-align:left;
	}
.select_box:after {
	content:'';
	display:table;
	clear:both;
}
.select_box select, .select_box span, .select_box .dt_box {
	display:inline-block;
}
.select_box span {
	font-size:12px;
	color:#7c7a7a;
	font-family:Arial;
}
.select_box select, .select_box .dt_box {
	width:101px;
	height: 27px;
	line-height:27px;
	margin:0 15px;
	padding:2px 2px 2px 7px;
	font-size: 12px;
	color: #000;
	font-family: Arial;
	border: 1px solid #d9d9d9;
	 box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}

.search_title {
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.big_search_block {
	margin-bottom:20px;
	padding:20px 0 80px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.search_block {
	margin-bottom:45px;
}
.search_block:last-child {
	margin-bottom:0px;
}
.search_block h4 {
	margin-bottom:5px;
	font-size:12px;
	color:#0096a9;
	font-weight:bold;
}
.search_block h4 a{
	color:#0096a9;
}
.search_crumbs {
	margin-bottom:16px;
}
.search_crumbs:after {
	content:'';
	display:table;
	clear:both;
}
.search_crumbs li{
	float:left;
}
.search_crumbs li a{
	padding-left:4px;
	font-size:12px;
	color:#0096a9;
}
.search_crumbs li:first-child a{
	padding-left:0;
}
.search_crumbs a:hover {
	text-decoration:underline;
}

.search_text {
	font-size:12px;
	color:#000;
	line-height:1.2;
}

/* calendar */
.calendar_filter {
	width:100%;
	height:58px;
	margin-bottom:19px;
	padding:2px 12px 5px;
	background:#f5f5f5;
	border: 1px solid #fff;
	outline: 1px solid #d9d9d9;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.select_calendar, .today_calendar {
	float:left;
	margin-right:19px;
	text-align:center;
}
.select_calendar span, .today_calendar span{
	display:block;
	margin-bottom:6px;
	font-size:12px;
	color:#7c7a7a;
}
.select_calendar select {
	border: 1px solid #fff;
	outline: 1px solid #d9d9d9;
}
.calendar_filter input[type="submit"] {
	display: inline-block;
	width: 120px;
	height: 29px;
	margin-top:16px;
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../_i/buttons.png) left top no-repeat;
}
.calendar_filter input[type="submit"]:hover {
	background-position: left -36px;
}
.today_calendar {
	float:right;
	margin-right:0px;
}
.today_calendar .date {
	margin-top:10px;
	font-size:15px;
	color:#7c7a7a;
	font-weight:bold;
}

.big_calerdar {
	margin-bottom:20px;
	border: 1px solid #fff;
	outline: 1px solid #d9d9d9;
}

.calendar_title {
	position:relative;
	height:58px;
	background:#c6c8ca;
	border-bottom: 1px solid #fff;
}
.calendar_title  p {
	font-size:18px;
	color:#f5f5f5;
	font-weight:bold;
	text-align:center;
	line-height:58px;
}
.calendar_title  .arrow_left, .calendar_title  .arrow_right {
	position:absolute;
	top:50%;
	margin-top:-15px;
	width:16px;
	height:30px;
	background:url(../_i/arrows.png) no-repeat;
}
.calendar_title  .arrow_left {
	left:12px;
	background-position:left -388px;
}
.calendar_title  .arrow_left:hover {
	background-position:left bottom;
}
.calendar_title  .arrow_right {
	right:12px;
	background-position:right -388px;
}
.calendar_title  .arrow_right:hover {
	background-position:right bottom;
}
.table_info {
	width:100%;
	border-top: 1px solid #d9d9d9;
}
.table_info .first_line td{
	height:37px;
	text-align:center;
	vertical-align:middle;
	background:#f5f5f5;
	border-bottom: 1px solid #fff;
}
.table_info .first_line p{
	font-size:12px;
	color:#7c7a7a;
	font-weight:bold;
}
.table_info tr td {
	width:98px;
	min-height:97px;
	border-left:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
}
.table_info tr td:first-child {
	border-left:0;
}
.weekend {
	background:#f5f5f5;
}
.table_info span {
	display:block;
	margin:9px 0 7px 9px;
	font-size:18px;
	color:#7c7a7a;
	font-weight:bold;
}
.info_c {
	width:88px;
	height:64px;
	margin:0 auto 5px;
	padding:10px 4px;
	font-size:12px;
	color:#fff;
	line-height:1.2;
	border: 1px solid #fff;
	outline: 1px solid #d9d9d9;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.info_c p{
	color:inherit;
}
.info_c.green_info {
	background:#0096a9;
}
.info_c.lgreen_info {
	background:#0ab5ab;
}
.info_c.blue_info{
	background:#0c5898;
}
.info_c.olive_info{
	background:#a5950a;
}
.info_c.pink_info{
	background:#b86146;
}
.clarification {
	margin-bottom:20px;
}
.clarification li{
	margin:5px 0 0 8px;
}
.clarification li:after {
	content:'';
	display:table;
	clear:both;
}
.clarification li span{
	float:left;
	width:48px;
	height:24px;
	border: 1px solid #fff;
	outline: 1px solid #d9d9d9;
}
.clarification .green_info span{
	background:#0096a9;
}
.clarification .lgreen_info span{
	background:#0ab5ab;
}
.clarification .blue_info span{
	background:#0c5898;
}
.clarification .olive_info span{
	background:#a5950a;
}
.clarification .pink_info span{
	background:#b86146;
}
.clarification li p {
	float:left;
	margin-left:12px;
	font-size:12px;
	color:#000;
	line-height:24px;
}

/* team blocks */
.team_block {
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:28px;
	border-bottom: 1px solid #d9d9d9;
}

.team_block .big_photo {
	margin:0 12px 0 0;
}
.team_block .post {
	margin-bottom:14px;
	font-size:14px;
	color:#0096a9;
	font-weight:bold;
}
.team_block .post a{
	color:#0096a9;
}
/* .team_block .post a:hover{
	text-decoration:underline;
} */
.team_info_head {
	margin:0 0 45px 0;
}
.team_info_head .post{
	font-size:14px;
	color:#474747;
	font-weight:bold;
	line-height:1.2;
}
.team_info_head .mail {
	font-size:12px;
	color:#474747;
}
.team_info_head .mail:hover {
	text-decoration:underline;
}
.team_info_head p{
	margin:19px 0 0 0;
	font-size:12px;
	color:#474747;
	line-height:1.2;
}
.team_block .text p{
	margin:19px 0 0 0;
	font-size:12px;
	color:#474747;
	line-height:1.2;
}
.team_block .text p:first-child{
	margin-top:0px;
}

.offers_block  h1{
	margin-bottom: 10px;
	padding: 0 0px 6px 0;
	font-size: 16px;
	color: #0096a9;
	font-weight: bold;
	border-bottom: 1px dotted #979797;
}
.offers_block   h1 a{
	color: #0096a9;
}
.team_block.offers_block {
	margin-top:0;
}
.team_block.offers_block  .text p, .team_block.offers_block  .text p span{
	color:#000;
}
.offers_block  .text a {
	display:inline;
	font-size:inherit;
	color:inherit;
	text-decoration:underline;
}
.offers_block  .text a:hover {
	text-decoration:none;
}

.contacts_info {
	margin-top:24px;
}
.contacts_info .mail{
	font-size:14px;
	color:#000;
	margin-bottom:19px;
	text-decoration:underline;
}
.contacts_info .mail:hover{
	text-decoration:none;
}
.cutaway {
	margin-top:18px;
}
.cutaway p{
	margin:0;
	font-size:12px;
	color:#000;
	line-height:1.2;
}

/* user account */
.top_block {
	width: 1200px;
	margin: 10px auto;
	background: url(../_i/fon_menu.png);
	border: 1px solid #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 10px gray;
	-moz-box-shadow: 0 0 0 1px #d9d9d9;
	box-shadow: 0 0 0 1px #d9d9d9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.top_block h1 {
	font-size:18px;
	color:#0096a9;
	font-weight:bold;
	text-transform:underline;
	text-align:center;
}
.top_block  .text {
	margin-top:18px;
	font-size:14px;
	color:#000;
	text-align:center;
	line-height:1.2;
}
.top_block .button, .personal_info_edit  .button {
	width: 210px;
	height: 30px;
	margin:10px auto 0;
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	background: url(../_i/buttons.png) left -171px no-repeat;
}
.top_block .button:hover, .personal_info_edit  .button:hover {
	background-position: left -210px;
}
.personal_info_edit {
	text-align:right;
}
 .personal_info_edit  .button {
	display:inline-block;
}
.personal_info {
	width:100%;
	background: url(../_i/fon_menu.png);
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 10px gray;
	-moz-box-shadow: 0 0 0 1px #d9d9d9;
	box-shadow: 0 0 0 1px #d9d9d9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.personal_info tr td {
	height:35px;
	padding-left:22px;
	font-size:12px;
	vertical-align:middle;
	border-top:1px solid #dcdcdc;
}
.personal_info tr:first-child td {
	border-top:0;
}
.personal_info td p {
	color:#000;
}
.personal_info td  dt, .personal_info td  dd{
	margin-bottom:15px;
	color:#000;
}
.personal_info td  dt {
	margin-top:15px;
}
.personal_info td  dd {
	padding-left:35px;
}
.personal_info .info p{
	margin-top:26px;
	line-height:0.3;
}

.checkboxes_colum {
	margin-top:20px;
}
.checkboxes_colum  .get_document{
	padding-left:5px;
}
.small_block.checkboxes {
	margin:22px 0 0 0;
	padding-left:5px;
}
.check_subs input[type=checkbox] {
	position: absolute;
	left: -10000px;
}
.check_subs {
	margin-bottom:15px;
	padding:2px 0 2px 25px;
	background: url(../_i/check.png) left top  no-repeat;
	cursor: pointer;
}
.check_subs.active {
	background-position: left -20px;;
}
.check_subs p {
	font-size:12px;
	color:#000;
}

/*--- right_colum ---- */
.right_colum {
	float:right;
	width:232px;
	margin:36px 0 0 0;
}
.right_banner_colum {
	display:table-cell;
        vertical-align:middle;
        width:259px;
        text-align:right;
}
.right_banner_colum div{
        margin-bottom: 18px;
}
.raiting .big_number {
	font-size:55px;
	font-weight:bold;
	color: #ff0000;
	font-family:Arial;
	line-height:1;
	text-align:center;
}
.raiting span {
	margin-bottom:8px;
	display:block;
	font-size:18px;
	color:#060606;
	text-align:center;
	text-transform:uppercase;

}
.raiting p {
	padding:0 20px;
	font-size:12px;
	color:#474747;
	line-height:1.3;
	text-align:center;
}

.small_table {
	width:100%;
	border:1px solid #d9d9d9;
	  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.small_table td {
	height:19px;
	padding:0 5px;
	vertical-align:middle;
	font-size:10px;
	color:#000;
	text-align:center;
	border:1px solid #fff;
	border-left:0;
}
.small_table td:first-child {
	border-left:1px solid #fff;
}
.small_table.econ td:first-child {
	text-align:left;
}
.small_table .first td {
	height:25px;
	font-size:11px;
	background:#c6c8ca;
	border-bottom:none;
}
.small_table tr:nth-child(even) {
	background:#f5f5f5;
}
ul.tabs{
    margin-left: 0px;
}
.tabs {
	float:left;
	width:100%;
	border-bottom:2px solid #0096a9;
	  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.tabs li {
	float:left;
	width:33%;
	border-left:1px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.tabs li.current{
	width:34%;
	border-left:1px solid #ccc;
	border-radius:3px 3px 0 0;
	box-sizing:border-box;
}
.tabs li.current:first-child{
	border-left:0;
}
.tabs li a {
	position:relative;
	font-size:12px;
	line-height:20px;
	color:#000;
	text-align:center;
	background:#c6c8ca;
	border-radius:4px 4px 0 0;
	z-index:1;
}
.tabs li.current a{
	background:#0096a9;
	color:#fff;
	cursor:default;
	z-index:14;
}
.tabs li.current a:before{
	content:'';
	position:absolute;
	width:3px;
	height:21px;
	left:-3px;
	top:0px;
    background:url(../_i/shadow4.png) center top no-repeat;
	z-index:10;
}
.tabs li.current a:after{
	content:'';
	position:absolute;
	width:4px;
	height:21px;
	right:-4px;
	top:-1px;
    background:url(../_i/shadow3.png) left top no-repeat;
	z-index:10;
}
.economics_block .tabs li.current a:after{
	content:'';
	position:absolute;
	width: 4px;
	height: 30px;
	right: -4px;
	top: -1px;
    background:url(../_i/shadow2.png) left top no-repeat;
	z-index:10;
}
.economics_block .tabs li.current a:before{
	content:'';
	position:absolute;
	width: 7px;
	height: 30px;
	left: -7px;
	top: -1px;
    background:url(../_i/shadow1.png) left top no-repeat;
	z-index:10;
}
.tabs li.current:first-child  a:before{
	content:'';
	background:none;
}
.tabs li.current:last-child  a:after{
	content:'';
	background:none;
}

/* .tabs li.current a:after{
	content:'';
	position:absolute;
	width:5px;
	height:20px;
	left:1px;
	top:10px;
   -webkit-box-shadow:-4px -5px 3px 0px rgba(0,0,0,0.5);
       -moz-box-shadow:-4px -5px 3px 0px rgba(0,0,0,0.5);
           box-shadow: -4px -5px 3px 0px rgba(0,0,0,0.5);
    -moz-border-radius:10px / 100px;
         border-radius:10px / 100px;
	z-index:10;
} */
.small_table.econ {
	border-top:none;
}
.econ .first td {
	background:#ccd1b8;
	border-top:none;
}
.econ .plus {
	color:#26a338;
        width: 50% !important;
}
.econ .minus {
	color:#ff0000;
        width: 50% !important;
}
.econ .plus-b {
	color:#26a338;
        width: 25%;
}
.econ .minus-b {
	color:#ff0000;
        width: 25%;
}
.total {
	margin:10px 0;
	padding-right:5px;
	font-size:10px;
	text-align:right;
}

.quiz {
	position:relative;
	width:100%;
	padding:10px 0;
	background:#f5f5f5;
	border:1px solid #fff;
	outline: 1px solid #d9d9d9;
	overflow:hidden;
	box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.quiz  p {
	margin:0 0 15px 10px;
	font-size:12px;
	color:#525252;
	font-weight:bold;
	line-height:1.2;
}
.quiz.big_quiz {
	text-align:left;
	background:none;
	border:none;
	outline:none;
}

.quiz_radio{
	display: block;
	margin:0 3px 20px 14px;
	font-size: 12px;
	color:#474747;
	padding-left: 22px;
	background:url(../_i/icons.png) left 1px no-repeat;
	cursor: pointer;
}
.quiz_radio.active {
	background-position:left -337px;
}
.quiz.big_quiz .quiz_radio{
	margin-left:0;
}

.quiz_radioblock  input[type="submit"] {
	display:block;
	width: 120px;
	height: 29px;
	margin:0 auto;
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../_i/buttons.png) left top no-repeat;
}
.quiz_radioblock input[type="submit"]:hover {
	background-position: left -36px;
}
.quiz_radioblock a {
	margin-top:10px;
	font-size:12px;
	font-family:Arial;
	color:#9c9c9c;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}
.quiz_radioblock a:hover {
	text-decoration:none;
}
.radioblock .get_document .print {
	position:absolute;
	top:-4px;
	left:140px;
}
.radioblock .get_document .social {
	top:-4px;
}
.result .quiz_radio {
	margin:0 0 0px 14px;
}
.quiz.big_quiz .quiz_radio {
	margin-left:0px;
}
.result .quiz_radioblock input[type="submit"] {
	float:left;
	margin-top:20px;
	margin-left:5px;
}
.result .quiz_radioblock a {
	float:right;
	margin-top:28px ;
	margin-right:5px;
}


.right_colum .banner {
	margin-bottom:30px;
	float:right;
}
.centr_colum .quiz_radioblock  input[type="submit"] {
	position:relative;
	margin-left:40px;
	z-index:2;
}
.centr_colum  .quiz_radioblock a {
	text-align:left;
}

/*---- tach carusel----*/
.brands {
	position:relative;
	width:1180px;
	margin:30px auto 0px;
}
.brands2 {
	position:relative;
	width:1100px;
	height: 60px;
	margin:0 auto;
	padding-bottom:15px;
	overflow: hidden;
}
.mycarousel {
	position:absolute;
	width:20000em;
}
.mycarousel ul {
	float: left;
}
.mycarousel li {

	float: left;
	width:170px;
	height:60px;
	margin:0 7px 0 7px;
        text-align: center;
        line-height:  80px;
}
/* .mycarousel li:hover {
	border: 1px solid #fff;
	outline: 1px solid #d9d9d9;
}  */
.mycarousel li a {
	width:100%;
	height:100%;
}
.mycarousel li a img {
	opacity:0.3;
	filter: alpha(opacity=30);
	-moz-transition:color 0.3s ease-in;
	-webkit-transition:color 0.3s ease-in;
	-o-transition:color 0.3s ease-in;
	transition: 0.3s ease-in;
}
.mycarousel li a:hover img {
	opacity:1;
	filter: alpha(opacity=100);
}
.mycarousel p, .mycarousel span {
	margin:0 0 0px 7px;
	padding-right:20px;
	font-size:16px;
	color:#58595b;
	line-height:1.2;
}
.mycarousel span{
	position:absolute;
	bottom:35px;
	font-size:14px;
	font-weight:bold;
}
.mycarousel .sale {
	position:absolute;
	bottom:15px;
	margin-left:7px;
	font-size:14px;
	color:#d3443c;
	font-weight:bold;
	text-decoration:underline;
}
.mycarousel .sale p {
	float:right;
	margin-left:20px;
	font-size:14px;
	font-weight:bold;
	line-height:1.1;
}
/*buttons*/
.brands span.browse {
	position:absolute;
	top:15px;
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	outline:none;
	background:url(../_i/arrows.png) no-repeat;
	border-radius:100px;
	z-index:10;
	cursor:pointer;
}
.brands span.browse:hover {
	-webkit-box-shadow:0 0 6px #000;
	-moz-box-shadow:0 0 6px #000;
	-o-box-shadow:0 0 6px #000;
    box-shadow:0 0 6px #000;
}
.brands span.right {
	right:0px;
	background-position:left -115px;
}
.brands span.left{
	left:0px;
	background-position:left -72px;
}
.brands span.disabled {
	display:none;
}

/*---------------- footer ----------------*/
footer {
	position:relative;
	width:100%;
	min-width:1200px;
	height:284px;
	background:url(../_i/footer_fon.png) top repeat-x;
}

.wrapper_footer {
	position:relative;
	width:1200px;
	height:186px;
	margin:0 auto;
	padding-top:30px;
}

.contacts {
	display:inline-block;
	position:relative;
	margin-left:100px;
}
.contacts .small_logo {
	position:absolute;
	/*top:-18px;*/
	left:-85px;
}
.contacts p {
	margin-bottom:15px;
	font-size:12px;
	color:#e5e5e5;
	line-height:1.5;
}
.contacts .lofo_name{
	font-size:14px;
}
.contacts .e_site {
	margin-bottom:14px;
	font-size:12px;
	color:#fff;
	text-decoration:underline;
}
.contacts .e_site:hover {
	text-decoration:none;
}

.link_list {
	display: inline-block;
        vertical-align: top;
margin-left: 50px;
}
.link_list  a {
	margin-bottom:10px;
	font-size:12px;
	color:#fff;
	text-decoration:underline;
}
.link_list  a:hover {
	text-decoration:none;
}

.add_news {
	float:right;
	width:245px;
}
.add_news p {
	margin-bottom:10px;
	font-size:12px;
	color:#ccc;
	line-height:1.3;
}
.add_news input[type="text"] {
	width:200px;
	height:32px;
	margin-bottom:7px;
	padding:0 15px;
	font-size:14px;
	color:#5b5b5b;
	border:1px solid #868686;
	border-radius:4px;
}

.add_news input[type="submit"] {
	display:block;
	float:right;
	width: 120px;
	height: 29px;
	margin-right:14px;
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../_i/buttons.png) left top no-repeat;
}
.add_news input[type="submit"]:hover {
	background-position: left -36px;
}

.footer0{
	width:1200px;
	margin:0 auto;
}
.footer0 p {
	margin:11px 0 0 10px;
	font-size:12px;
	font-family:Arial;
	color:#292928;
}

/* popup window  */
.popup {
	display: none;
	position: fixed;
	z-index: 11111;
	width: 470px;
	min-height:205px;
	padding: 20px 40px;
	background:#f1f1f1;
	border: 1px solid #fff;
	-webkit-box-shadow:0px 0px 10px gray;
	-moz-box-shadow:0 0 0 1px #d9d9d9;
	box-shadow:0 0 0 1px #d9d9d9;
	zoom: 1;
}
.popup_over {
	display: none;
	position: fixed;
	z-index: 1100;
	width:722px;
	height:460px;
	background:#f1f1f1;
	border: 1px solid #fff;
	outline: 1px solid #d9d9d9;
	zoom: 1;
}
.popup_over img {
	width:722px;
	height:368px;
	margin-bottom:20px;
}
.popup_over p {
	margin:0 20px;
	font-size:14px;
	color:#0096a9;
	line-height:1.2;
}
.popup_over .social {
	position:absolute;
	right:9px;
	bottom:8px;
}

.popup_over .arrows {
	position:absolute;
	left:20px;
	bottom:15px;
	width:130px;
	height:20px;
}
.popup_over .arrows p {
	font-size:16px;
	color:#000;
	font-weight:bold;
	line-height:20px;
	text-align:center;
}
.popup_over .arrows span {
	position: absolute;
	top:2px;
	display: block;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background: url(../_i/arrows.png) no-repeat;
	cursor:pointer;
}
.popup_over .arrows .left {
	left: 2px;
	background-position: left top;
}
.popup_over .arrows .left:hover {
	background-position: left -225px;
}
.popup_over .arrows .right {
	right: 2px;
	background-position: left -37px;
}
.popup_over .arrows .right:hover {
	background-position: right -225px;
}

#mask, #mask2, #mask3 {
	position: fixed;
	display:none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	z-index: 1050;
}

.btn_close{
	position:absolute;
	top:5px;
	right:12px;
	width:24px;
	height:24px;
	font-size:16px;
	color:#0096a9;
	line-height:22px;
	text-align:center;
	font-weight:bold;
	background:#fff;
	border-radius:100px;
	cursor:pointer;
}
.popup_photo .btn_close{
	color:#fff;
	background:#868686;
}
.popup p {
	font-size:16px;
	color:#000;
	line-height:1.2;
	text-align:center;
}
.popup .popup_title {
	margin-top:37px;
	font-size:18px;
	text-transform:uppercase;
}

.popup .small_logo {
	position:absolute;
	left:20px;
	bottom:7px;
}

.popup.popup_start {
	height:335px;
	padding:0;
}
.popup_form {
	width:184px;
	margin:35px auto 60px;
}
.popup_form  input[type="text"] {
	display:block;
	width:185px;
	height:25px;
	margin-bottom:13px;
	padding:0 5px;
	font-size:12px;
	color:#000;
	text-align:center;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	-moz-box-shadow:    1px 1px 0px 0px #000, -2px -2px 0px 1px #ccc;
	-webkit-box-shadow: 1px 1px 0px 0px #000, -2px -2px 0px 1px #ccc;
	box-shadow:         1px 1px 0px 0px #000, -2px -2px 0px 1px #ccc;
}
.popup_form  input[type="text"].c2{
       width:250px;
       margin-left: -30px;
}
.popup_form .cp{
    margin-bottom:13px;
    display:block;
    width:185px;
    text-align:center;
}
.popup_form  input[type="submit"] {
	display: block;
	width: 200px;
	height: 29px;
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../_i/buttons.png) left -329px no-repeat;
}
.popup_form  input[type="submit"]:hover {
	background-position:left -362px;
}
.forget{
    margin-top:10px;
}
.forget a{
    color: #737373;
}
.success-msg{
    border: 1px solid green;
    background-color: #f1fcdb;
    color: #0096a9;
    font-size: 16px;
    padding: 8px 15px;
    position: fixed;
    top: 8px;
    left: 50px;
    z-index: 1000;
    border-radius: 3px;
    display:none;
}
.forget a:hover{
    text-decoration: underline;
}
.popup_start .popup_title {
	margin-top:38px;
}
.popup_start p {
	font-size:14px;
}
.popup_start .apply {
	position:absolute;
	right:20px;
	bottom:30px;
	width: 260px;
	height: 29px;
	line-height:29px;
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../_i/buttons.png) left -405px no-repeat;
}
.popup_start .apply:hover {
	background-position:left -441px;
}

/* not_found */
.not_found {
	font-family:verdana;
	text-align:center;
}
.not_found  h1{
	margin-top:35px;
	font-size:48px;
	color: #0096a9;
	font-weight:bold;
}
.not_found  h2{
	margin-bottom:10px;
	font-size:24px;
	color: #0096a9;
	font-weight:bold;
}
.not_found p {
	margin-bottom:10px;
	font-size:14px;
	color:#000;
}
.not_found p a {
	display:inline;
	color: #0096a9;
	text-decoration:underline;
}
.not_found p a:hover {
	text-decoration:none;
}

/* sitemap */
.sitemap {
	margin:35px 0 0 53px;
	font-family:Verdana;
}
.sitemap a:hover{
	text-decoration:underline;
}
.sitemap  li{
	margin-bottom:25px;
}
.sitemap > li >a{
	font-size:14px;
	color:#0096a9;
	font-weight:bold;
}
.sitemap li ul {
	margin:25px 0 0 35px;
}
.sitemap li ul li{
	position:relative;
}
.sitemap li ul li:before {
	content:'';
	position:absolute;
	top:3px;
	left:-14px;
	width:7px;
	height:7px;
	background:#c6c8ca;
	border-radius:20px;
}

.sitemap li ul li a{
	font-size:14px;
	color:#000;
}
 ul li.last ul li {/* ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¹ Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â·ÃƒÂÃ‚ÂµÃƒÂÃ‚Â», Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â»Ãƒâ€˜Ã…â€™ÃƒÂÃ‚Â½Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã…Â½ ÃƒÂÃ‚Â»ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã…Â½ ÃƒÂÃ‚Âº Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´. Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â·ÃƒÂÃ‚Â»Ãƒâ€˜Ã†â€™ Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â±ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ */
 border: none;
 }

 .error_vote{
    color:red;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}
.error_subscribe{
    color:red;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 5px;
}
p.error_login{
    margin-top:20px;
    color:red;
    font-size: 14px;
    text-align: center;
}
 .develop{
     font-family: Courier new;
     color: #ee381e;
     font-size: 12px;
 }
.meter {
    height: 15px;
    position: relative;
    margin: 10px 0 10px 0;
    border: 1px solid #ccc;

    width:95%;
}
.meter-small {
    height: 12px;
    position: relative;
    margin-top: -10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    /*display:inline-table;*/
    width:80%;
}
.meter > span, .meter-small > span {
    display: block;
    height: 100%;
    background-color: #90EE90;
    position: absolute;
}
.meter-perc{
    font-size: 10px;
    float:right;
    margin: -25px 0 10px 0;
}
.meter-perc-small{
    font-size: 10px;
    /*display:inline-table;*/
    margin-top: -27px;
    margin-right: 7px;
    float: right;
}
.meter-digit-small{
    z-index: 1;
    font-size: 9px;
    text-align:center;
    line-height:15px;
    width: 85%;
    position: absolute;
    float:left;
    border: none;
   /* margin-top: -13px;*/
}
.meter-digit{
    z-index: 1;
    position: absolute;
    font-size: 9px;
    text-align:center;
    line-height:20px;
    width: 100%;
    background: transparent;
    float:left;
    border: none;
    margin-top: 2px;
}

.play, .play2{
    position:absolute;
    left:55px;
    top:32px;
    width:100px;
    height:100px;
    background:url(../_i/bigplay.png) no-repeat;
    z-index:5;
    opacity:0.8;
    cursor:pointer;
}
.play2{left:65px;}
.play:hover, .play2:hover {background-position:0 -100px;}

.play3{
    position:absolute;
    left:50px;
    top:30px;
    width:32px;
    height:32px;
    background:url(../_i/smallplay.png) no-repeat;
    z-index:5;
    opacity:0.8;
    cursor:pointer;
}
.personal_info input{
    width: 80%;
    height: 25px;
    padding: 3px;
    text-indent: 8px;
    border: 1px solid #dcdcdc;
}
.personal_info textarea{
    width: 80%;
    height: 200px;
    padding: 3px;
    text-indent: 8px;
    border: 1px solid #dcdcdc;
}
.bottom {
    margin-bottom: 25px;
}
.green-msg{
    color: #0096a9;
    font-size: 13px;
}
.red{
    color: red;
}

.notice-row{
    color: red;
    line-height: 20px;
    font-size: 12px;
    padding-bottom: 5px;
}
.n-reg{
    width: 300px;
    margin-left: -30px;
}
.top-banners{
    width: 100%;
    height: 216px;
}

span.close {
    position: absolute;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	right: 10px;
	top: 5px;
	background: #FFF;
	color: #22920C;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}


div.show_popup {
    width: 400px;
    position: fixed;
    top: 50%;
    margin-top: -97px;
    left: 50%;
    margin-left: -250px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    z-index: 99999999;
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);*/
    padding: 50px;
    display: none;
}

.fb_style {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
}

.shadow_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9999999;
    display: none;
}

div.image_popup {
	margin-left: -32px;
	margin-bottom: -44px;
	margin-top: 20px;
}

.image_popup img {
	width: 60px;
}

/*#pdfContent p{
	margin-bottom: 10px;
}*/

@media print {
	.buttons_footer,
	footer,
	.crumbs,
	.main_head,
	.brands,
	.comment,
	.right_colum,
	.graphics .controls,
	.centr_colum table,
	.get_document,
	.left_colum{
		display:none;
	}
	.wrapper_footer,
	.footer0,
	.wrapper{
		width: 100%;
	}
	.top_content,
	.content {
		min-width: 0;
	}
	.content_block{
		font-size: 1em;
	}
	.centr_colum{
	    float:none;
	    margin: 20px auto;
	    width: 90%;
	}
	.graphics_container{
		width: 100% !important;
		height: 100% !important;
	}
	.graphics_container > div,
	.graphics_container svg{
		display: none !important;
	}
	.graphics_container img{
		display: block !important;
		margin-left:auto;
		margin-right : auto;
		width: auto;
		height: auto;
		max-width:100%;
	}
}


.slider-gallery-item {
	display: block;
	position: relative;
	height: 180px;
	background-size: cover;
}

.slider-gallery-name {
	position: absolute;
	left: 0; bottom: 0; right: 0;
	color: #fff;
	background: rgba(0,0,0, 0.5);
	background-position: center;
	font-size: 12px;
	line-height: 14px;
	padding: 10px;
	max-height: 19px;
	overflow: hidden;
	transition: max-height 500ms;
}

.slider-gallery-item:hover .slider-gallery-name {
	max-height: 180px;
}


.announce-timeline {
	position: relative;
}

.announce-timeline:before {
	position: absolute;
	content: '';
	left: 25px;
	top: 30px;
	bottom: 0;
	width: 2px;
	background: #0096a9;
}


.announce-timeline-item {
	background: #fff;
	padding: 10px;
	border-radius: 2px;
	position: relative;
	z-index: 2;
	border: 1px solid #ccc;
	/*box-shadow: 0 0 5px rgba(0,0,0, 0.1);*/
	margin: 50px 0;
	margin-left: 60px;
	margin-right: 10px;
}

.announce-timeline-item:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 5px;
	width: 15px;
	height: 31px;
	background: url(../img/dymek.png) no-repeat;
}

.announce-timeline-item:after {
	/*content: '';
	position: absolute;
	left: -40px;
	top: 11px;
	background: #0096a9;
	color: #fff;
	border-radius: 100%;
	width: 13px; height: 13px;
	border: 3px solid #fff;*/
}

.announce-timeline-item .date {
	/*font-size: 11px;
	background: #cdeacd;
	color: #3d743d;
	padding: 4px;
	border-radius: 2px;
	display: inline-block;
	border: 1px solid #97ca97;
	font-weight: bold;
	margin-bottom: 10px;*/
	position: absolute;
	left: -60px;
	background: #0096a9;
	color: #fff;
	border-radius: 5px;
	border: 3px solid #fff;
	padding: 3px;
	font-size: 12px;
	top: 4px;
}

.announce-timeline-item .date span {
	display: block;
}

/*.announce-timeline-item .date .month {
	font-size: 16px;
}

.announce-timeline-item .date .time {
	font-size: 14px;
}*/

.announce-timeline-item h4 a {
	color: #0096a9;
	font-size: 13px;
	font-weight: bold;
}

.announce-timeline-item h4 {
	margin-bottom: 15px;
}

.announce-timeline-item p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
}

.announce-timeline-item a.more {
	text-align: center;
	background: none;
}




.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #0096a9;
  border-color: #0096a9;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #0096a9;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #0096a9;
  border-color: #0096a9;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #0096a9;
  border-color: #0096a9;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #0096a9;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #0096a9;
  border-color: #0096a9;
}
.btn-success .badge {
  color: #0096a9;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  /*width: 100%;*/
}
button.btn.btn-block {
	width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}




.xs-p-0 {
  padding: 0px; }

.xs-p-5 {
  padding: 5px; }

.xs-p-10 {
  padding: 10px; }

.xs-p-15 {
  padding: 15px; }

.xs-p-20 {
  padding: 20px; }

.xs-p-25 {
  padding: 25px; }

.xs-p-30 {
  padding: 30px; }

.xs-p-35 {
  padding: 35px; }

.xs-p-40 {
  padding: 40px; }

.xs-p-45 {
  padding: 45px; }

.xs-p-50 {
  padding: 50px; }

.xs-p-60 {
  padding: 60px; }

.xs-p-70 {
  padding: 70px; }

.xs-p-80 {
  padding: 80px; }

.xs-p-90 {
  padding: 90px; }

.xs-p-100 {
  padding: 100px; }

.xs-pt-0 {
  padding-top: 0px; }

.xs-pt-5 {
  padding-top: 5px; }

.xs-pt-10 {
  padding-top: 10px; }

.xs-pt-15 {
  padding-top: 15px; }

.xs-pt-20 {
  padding-top: 20px; }

.xs-pt-25 {
  padding-top: 25px; }

.xs-pt-30 {
  padding-top: 30px; }

.xs-pt-35 {
  padding-top: 35px; }

.xs-pt-40 {
  padding-top: 40px; }

.xs-pt-45 {
  padding-top: 45px; }

.xs-pt-50 {
  padding-top: 50px; }

.xs-pt-60 {
  padding-top: 60px; }

.xs-pt-70 {
  padding-top: 70px; }

.xs-pt-80 {
  padding-top: 80px; }

.xs-pt-90 {
  padding-top: 90px; }

.xs-pt-100 {
  padding-top: 100px; }

.xs-pr-0 {
  padding-right: 0px; }

.xs-pr-5 {
  padding-right: 5px; }

.xs-pr-10 {
  padding-right: 10px; }

.xs-pr-15 {
  padding-right: 15px; }

.xs-pr-20 {
  padding-right: 20px; }

.xs-pr-25 {
  padding-right: 25px; }

.xs-pr-30 {
  padding-right: 30px; }

.xs-pr-35 {
  padding-right: 35px; }

.xs-pr-40 {
  padding-right: 40px; }

.xs-pr-45 {
  padding-right: 45px; }

.xs-pr-50 {
  padding-right: 50px; }

.xs-pr-60 {
  padding-right: 60px; }

.xs-pr-70 {
  padding-right: 70px; }

.xs-pr-80 {
  padding-right: 80px; }

.xs-pr-90 {
  padding-right: 90px; }

.xs-pr-100 {
  padding-right: 100px; }

.xs-pb-0 {
  padding-bottom: 0px; }

.xs-pb-5 {
  padding-bottom: 5px; }

.xs-pb-10 {
  padding-bottom: 10px; }

.xs-pb-15 {
  padding-bottom: 15px; }

.xs-pb-20 {
  padding-bottom: 20px; }

.xs-pb-25 {
  padding-bottom: 25px; }

.xs-pb-30 {
  padding-bottom: 30px; }

.xs-pb-35 {
  padding-bottom: 35px; }

.xs-pb-40 {
  padding-bottom: 40px; }

.xs-pb-45 {
  padding-bottom: 45px; }

.xs-pb-50 {
  padding-bottom: 50px; }

.xs-pb-60 {
  padding-bottom: 60px; }

.xs-pb-70 {
  padding-bottom: 70px; }

.xs-pb-80 {
  padding-bottom: 80px; }

.xs-pb-90 {
  padding-bottom: 90px; }

.xs-pb-100 {
  padding-bottom: 100px; }

.xs-pl-0 {
  padding-left: 0px; }

.xs-pl-5 {
  padding-left: 5px; }

.xs-pl-10 {
  padding-left: 10px; }

.xs-pl-15 {
  padding-left: 15px; }

.xs-pl-20 {
  padding-left: 20px; }

.xs-pl-25 {
  padding-left: 25px; }

.xs-pl-30 {
  padding-left: 30px; }

.xs-pl-35 {
  padding-left: 35px; }

.xs-pl-40 {
  padding-left: 40px; }

.xs-pl-45 {
  padding-left: 45px; }

.xs-pl-50 {
  padding-left: 50px; }

.xs-pl-60 {
  padding-left: 60px; }

.xs-pl-70 {
  padding-left: 70px; }

.xs-pl-80 {
  padding-left: 80px; }

.xs-pl-90 {
  padding-left: 90px; }

.xs-pl-100 {
  padding-left: 100px; }

.xs-m-0 {
  margin: 0px; }

.xs-m-5 {
  margin: 5px; }

.xs-m-10 {
  margin: 10px; }

.xs-m-15 {
  margin: 15px; }

.xs-m-20 {
  margin: 20px; }

.xs-m-25 {
  margin: 25px; }

.xs-m-30 {
  margin: 30px; }

.xs-m-35 {
  margin: 35px; }

.xs-m-40 {
  margin: 40px; }

.xs-m-45 {
  margin: 45px; }

.xs-m-50 {
  margin: 50px; }

.xs-m-60 {
  margin: 60px; }

.xs-m-70 {
  margin: 70px; }

.xs-m-80 {
  margin: 80px; }

.xs-m-90 {
  margin: 90px; }

.xs-m-100 {
  margin: 100px; }

.xs-mt-0 {
  margin-top: 0px; }

.xs-mt-5 {
  margin-top: 5px; }

.xs-mt-10 {
  margin-top: 10px; }

.xs-mt-15 {
  margin-top: 15px; }

.xs-mt-20 {
  margin-top: 20px; }

.xs-mt-25 {
  margin-top: 25px; }

.xs-mt-30 {
  margin-top: 30px; }

.xs-mt-35 {
  margin-top: 35px; }

.xs-mt-40 {
  margin-top: 40px; }

.xs-mt-45 {
  margin-top: 45px; }

.xs-mt-50 {
  margin-top: 50px; }

.xs-mt-60 {
  margin-top: 60px; }

.xs-mt-70 {
  margin-top: 70px; }

.xs-mt-80 {
  margin-top: 80px; }

.xs-mt-90 {
  margin-top: 90px; }

.xs-mt-100 {
  margin-top: 100px; }

.xs-mr-0 {
  margin-right: 0px; }

.xs-mr-5 {
  margin-right: 5px; }

.xs-mr-10 {
  margin-right: 10px; }

.xs-mr-15 {
  margin-right: 15px; }

.xs-mr-20 {
  margin-right: 20px; }

.xs-mr-25 {
  margin-right: 25px; }

.xs-mr-30 {
  margin-right: 30px; }

.xs-mr-35 {
  margin-right: 35px; }

.xs-mr-40 {
  margin-right: 40px; }

.xs-mr-45 {
  margin-right: 45px; }

.xs-mr-50 {
  margin-right: 50px; }

.xs-mr-60 {
  margin-right: 60px; }

.xs-mr-70 {
  margin-right: 70px; }

.xs-mr-80 {
  margin-right: 80px; }

.xs-mr-90 {
  margin-right: 90px; }

.xs-mr-100 {
  margin-right: 100px; }

.xs-mb-0 {
  margin-bottom: 0px; }

.xs-mb-5 {
  margin-bottom: 5px; }

.xs-mb-10 {
  margin-bottom: 10px; }

.xs-mb-15 {
  margin-bottom: 15px; }

.xs-mb-20 {
  margin-bottom: 20px; }

.xs-mb-25 {
  margin-bottom: 25px; }

.xs-mb-30 {
  margin-bottom: 30px; }

.xs-mb-35 {
  margin-bottom: 35px; }

.xs-mb-40 {
  margin-bottom: 40px; }

.xs-mb-45 {
  margin-bottom: 45px; }

.xs-mb-50 {
  margin-bottom: 50px; }

.xs-mb-60 {
  margin-bottom: 60px; }

.xs-mb-70 {
  margin-bottom: 70px; }

.xs-mb-80 {
  margin-bottom: 80px; }

.xs-mb-90 {
  margin-bottom: 90px; }

.xs-mb-100 {
  margin-bottom: 100px; }

.xs-ml-0 {
  margin-left: 0px; }

.xs-ml-5 {
  margin-left: 5px; }

.xs-ml-10 {
  margin-left: 10px; }

.xs-ml-15 {
  margin-left: 15px; }

.xs-ml-20 {
  margin-left: 20px; }

.xs-ml-25 {
  margin-left: 25px; }

.xs-ml-30 {
  margin-left: 30px; }

.xs-ml-35 {
  margin-left: 35px; }

.xs-ml-40 {
  margin-left: 40px; }

.xs-ml-45 {
  margin-left: 45px; }

.xs-ml-50 {
  margin-left: 50px; }

.xs-ml-60 {
  margin-left: 60px; }

.xs-ml-70 {
  margin-left: 70px; }

.xs-ml-80 {
  margin-left: 80px; }

.xs-ml-90 {
  margin-left: 90px; }

.xs-ml-100 {
  margin-left: 100px; }

@media screen and (min-width: 768px) {
  .sm-p-0 {
    padding: 0px; }

  .sm-p-5 {
    padding: 5px; }

  .sm-p-10 {
    padding: 10px; }

  .sm-p-15 {
    padding: 15px; }

  .sm-p-20 {
    padding: 20px; }

  .sm-p-25 {
    padding: 25px; }

  .sm-p-30 {
    padding: 30px; }

  .sm-p-35 {
    padding: 35px; }

  .sm-p-40 {
    padding: 40px; }

  .sm-p-45 {
    padding: 45px; }

  .sm-p-50 {
    padding: 50px; }

  .sm-p-60 {
    padding: 60px; }

  .sm-p-70 {
    padding: 70px; }

  .sm-p-80 {
    padding: 80px; }

  .sm-p-90 {
    padding: 90px; }

  .sm-p-100 {
    padding: 100px; }

  .sm-pt-0 {
    padding-top: 0px; }

  .sm-pt-5 {
    padding-top: 5px; }

  .sm-pt-10 {
    padding-top: 10px; }

  .sm-pt-15 {
    padding-top: 15px; }

  .sm-pt-20 {
    padding-top: 20px; }

  .sm-pt-25 {
    padding-top: 25px; }

  .sm-pt-30 {
    padding-top: 30px; }

  .sm-pt-35 {
    padding-top: 35px; }

  .sm-pt-40 {
    padding-top: 40px; }

  .sm-pt-45 {
    padding-top: 45px; }

  .sm-pt-50 {
    padding-top: 50px; }

  .sm-pt-60 {
    padding-top: 60px; }

  .sm-pt-70 {
    padding-top: 70px; }

  .sm-pt-80 {
    padding-top: 80px; }

  .sm-pt-90 {
    padding-top: 90px; }

  .sm-pt-100 {
    padding-top: 100px; }

  .sm-pr-0 {
    padding-right: 0px; }

  .sm-pr-5 {
    padding-right: 5px; }

  .sm-pr-10 {
    padding-right: 10px; }

  .sm-pr-15 {
    padding-right: 15px; }

  .sm-pr-20 {
    padding-right: 20px; }

  .sm-pr-25 {
    padding-right: 25px; }

  .sm-pr-30 {
    padding-right: 30px; }

  .sm-pr-35 {
    padding-right: 35px; }

  .sm-pr-40 {
    padding-right: 40px; }

  .sm-pr-45 {
    padding-right: 45px; }

  .sm-pr-50 {
    padding-right: 50px; }

  .sm-pr-60 {
    padding-right: 60px; }

  .sm-pr-70 {
    padding-right: 70px; }

  .sm-pr-80 {
    padding-right: 80px; }

  .sm-pr-90 {
    padding-right: 90px; }

  .sm-pr-100 {
    padding-right: 100px; }

  .sm-pb-0 {
    padding-bottom: 0px; }

  .sm-pb-5 {
    padding-bottom: 5px; }

  .sm-pb-10 {
    padding-bottom: 10px; }

  .sm-pb-15 {
    padding-bottom: 15px; }

  .sm-pb-20 {
    padding-bottom: 20px; }

  .sm-pb-25 {
    padding-bottom: 25px; }

  .sm-pb-30 {
    padding-bottom: 30px; }

  .sm-pb-35 {
    padding-bottom: 35px; }

  .sm-pb-40 {
    padding-bottom: 40px; }

  .sm-pb-45 {
    padding-bottom: 45px; }

  .sm-pb-50 {
    padding-bottom: 50px; }

  .sm-pb-60 {
    padding-bottom: 60px; }

  .sm-pb-70 {
    padding-bottom: 70px; }

  .sm-pb-80 {
    padding-bottom: 80px; }

  .sm-pb-90 {
    padding-bottom: 90px; }

  .sm-pb-100 {
    padding-bottom: 100px; }

  .sm-pl-0 {
    padding-left: 0px; }

  .sm-pl-5 {
    padding-left: 5px; }

  .sm-pl-10 {
    padding-left: 10px; }

  .sm-pl-15 {
    padding-left: 15px; }

  .sm-pl-20 {
    padding-left: 20px; }

  .sm-pl-25 {
    padding-left: 25px; }

  .sm-pl-30 {
    padding-left: 30px; }

  .sm-pl-35 {
    padding-left: 35px; }

  .sm-pl-40 {
    padding-left: 40px; }

  .sm-pl-45 {
    padding-left: 45px; }

  .sm-pl-50 {
    padding-left: 50px; }

  .sm-pl-60 {
    padding-left: 60px; }

  .sm-pl-70 {
    padding-left: 70px; }

  .sm-pl-80 {
    padding-left: 80px; }

  .sm-pl-90 {
    padding-left: 90px; }

  .sm-pl-100 {
    padding-left: 100px; }

  .sm-m-0 {
    margin: 0px; }

  .sm-m-5 {
    margin: 5px; }

  .sm-m-10 {
    margin: 10px; }

  .sm-m-15 {
    margin: 15px; }

  .sm-m-20 {
    margin: 20px; }

  .sm-m-25 {
    margin: 25px; }

  .sm-m-30 {
    margin: 30px; }

  .sm-m-35 {
    margin: 35px; }

  .sm-m-40 {
    margin: 40px; }

  .sm-m-45 {
    margin: 45px; }

  .sm-m-50 {
    margin: 50px; }

  .sm-m-60 {
    margin: 60px; }

  .sm-m-70 {
    margin: 70px; }

  .sm-m-80 {
    margin: 80px; }

  .sm-m-90 {
    margin: 90px; }

  .sm-m-100 {
    margin: 100px; }

  .sm-mt-0 {
    margin-top: 0px; }

  .sm-mt-5 {
    margin-top: 5px; }

  .sm-mt-10 {
    margin-top: 10px; }

  .sm-mt-15 {
    margin-top: 15px; }

  .sm-mt-20 {
    margin-top: 20px; }

  .sm-mt-25 {
    margin-top: 25px; }

  .sm-mt-30 {
    margin-top: 30px; }

  .sm-mt-35 {
    margin-top: 35px; }

  .sm-mt-40 {
    margin-top: 40px; }

  .sm-mt-45 {
    margin-top: 45px; }

  .sm-mt-50 {
    margin-top: 50px; }

  .sm-mt-60 {
    margin-top: 60px; }

  .sm-mt-70 {
    margin-top: 70px; }

  .sm-mt-80 {
    margin-top: 80px; }

  .sm-mt-90 {
    margin-top: 90px; }

  .sm-mt-100 {
    margin-top: 100px; }

  .sm-mr-0 {
    margin-right: 0px; }

  .sm-mr-5 {
    margin-right: 5px; }

  .sm-mr-10 {
    margin-right: 10px; }

  .sm-mr-15 {
    margin-right: 15px; }

  .sm-mr-20 {
    margin-right: 20px; }

  .sm-mr-25 {
    margin-right: 25px; }

  .sm-mr-30 {
    margin-right: 30px; }

  .sm-mr-35 {
    margin-right: 35px; }

  .sm-mr-40 {
    margin-right: 40px; }

  .sm-mr-45 {
    margin-right: 45px; }

  .sm-mr-50 {
    margin-right: 50px; }

  .sm-mr-60 {
    margin-right: 60px; }

  .sm-mr-70 {
    margin-right: 70px; }

  .sm-mr-80 {
    margin-right: 80px; }

  .sm-mr-90 {
    margin-right: 90px; }

  .sm-mr-100 {
    margin-right: 100px; }

  .sm-mb-0 {
    margin-bottom: 0px; }

  .sm-mb-5 {
    margin-bottom: 5px; }

  .sm-mb-10 {
    margin-bottom: 10px; }

  .sm-mb-15 {
    margin-bottom: 15px; }

  .sm-mb-20 {
    margin-bottom: 20px; }

  .sm-mb-25 {
    margin-bottom: 25px; }

  .sm-mb-30 {
    margin-bottom: 30px; }

  .sm-mb-35 {
    margin-bottom: 35px; }

  .sm-mb-40 {
    margin-bottom: 40px; }

  .sm-mb-45 {
    margin-bottom: 45px; }

  .sm-mb-50 {
    margin-bottom: 50px; }

  .sm-mb-60 {
    margin-bottom: 60px; }

  .sm-mb-70 {
    margin-bottom: 70px; }

  .sm-mb-80 {
    margin-bottom: 80px; }

  .sm-mb-90 {
    margin-bottom: 90px; }

  .sm-mb-100 {
    margin-bottom: 100px; }

  .sm-ml-0 {
    margin-left: 0px; }

  .sm-ml-5 {
    margin-left: 5px; }

  .sm-ml-10 {
    margin-left: 10px; }

  .sm-ml-15 {
    margin-left: 15px; }

  .sm-ml-20 {
    margin-left: 20px; }

  .sm-ml-25 {
    margin-left: 25px; }

  .sm-ml-30 {
    margin-left: 30px; }

  .sm-ml-35 {
    margin-left: 35px; }

  .sm-ml-40 {
    margin-left: 40px; }

  .sm-ml-45 {
    margin-left: 45px; }

  .sm-ml-50 {
    margin-left: 50px; }

  .sm-ml-60 {
    margin-left: 60px; }

  .sm-ml-70 {
    margin-left: 70px; }

  .sm-ml-80 {
    margin-left: 80px; }

  .sm-ml-90 {
    margin-left: 90px; }

  .sm-ml-100 {
    margin-left: 100px; } }
@media screen and (min-width: 992px) {
  .md-p-0 {
    padding: 0px; }

  .md-p-5 {
    padding: 5px; }

  .md-p-10 {
    padding: 10px; }

  .md-p-15 {
    padding: 15px; }

  .md-p-20 {
    padding: 20px; }

  .md-p-25 {
    padding: 25px; }

  .md-p-30 {
    padding: 30px; }

  .md-p-35 {
    padding: 35px; }

  .md-p-40 {
    padding: 40px; }

  .md-p-45 {
    padding: 45px; }

  .md-p-50 {
    padding: 50px; }

  .md-p-60 {
    padding: 60px; }

  .md-p-70 {
    padding: 70px; }

  .md-p-80 {
    padding: 80px; }

  .md-p-90 {
    padding: 90px; }

  .md-p-100 {
    padding: 100px; }

  .md-pt-0 {
    padding-top: 0px; }

  .md-pt-5 {
    padding-top: 5px; }

  .md-pt-10 {
    padding-top: 10px; }

  .md-pt-15 {
    padding-top: 15px; }

  .md-pt-20 {
    padding-top: 20px; }

  .md-pt-25 {
    padding-top: 25px; }

  .md-pt-30 {
    padding-top: 30px; }

  .md-pt-35 {
    padding-top: 35px; }

  .md-pt-40 {
    padding-top: 40px; }

  .md-pt-45 {
    padding-top: 45px; }

  .md-pt-50 {
    padding-top: 50px; }

  .md-pt-60 {
    padding-top: 60px; }

  .md-pt-70 {
    padding-top: 70px; }

  .md-pt-80 {
    padding-top: 80px; }

  .md-pt-90 {
    padding-top: 90px; }

  .md-pt-100 {
    padding-top: 100px; }

  .md-pr-0 {
    padding-right: 0px; }

  .md-pr-5 {
    padding-right: 5px; }

  .md-pr-10 {
    padding-right: 10px; }

  .md-pr-15 {
    padding-right: 15px; }

  .md-pr-20 {
    padding-right: 20px; }

  .md-pr-25 {
    padding-right: 25px; }

  .md-pr-30 {
    padding-right: 30px; }

  .md-pr-35 {
    padding-right: 35px; }

  .md-pr-40 {
    padding-right: 40px; }

  .md-pr-45 {
    padding-right: 45px; }

  .md-pr-50 {
    padding-right: 50px; }

  .md-pr-60 {
    padding-right: 60px; }

  .md-pr-70 {
    padding-right: 70px; }

  .md-pr-80 {
    padding-right: 80px; }

  .md-pr-90 {
    padding-right: 90px; }

  .md-pr-100 {
    padding-right: 100px; }

  .md-pb-0 {
    padding-bottom: 0px; }

  .md-pb-5 {
    padding-bottom: 5px; }

  .md-pb-10 {
    padding-bottom: 10px; }

  .md-pb-15 {
    padding-bottom: 15px; }

  .md-pb-20 {
    padding-bottom: 20px; }

  .md-pb-25 {
    padding-bottom: 25px; }

  .md-pb-30 {
    padding-bottom: 30px; }

  .md-pb-35 {
    padding-bottom: 35px; }

  .md-pb-40 {
    padding-bottom: 40px; }

  .md-pb-45 {
    padding-bottom: 45px; }

  .md-pb-50 {
    padding-bottom: 50px; }

  .md-pb-60 {
    padding-bottom: 60px; }

  .md-pb-70 {
    padding-bottom: 70px; }

  .md-pb-80 {
    padding-bottom: 80px; }

  .md-pb-90 {
    padding-bottom: 90px; }

  .md-pb-100 {
    padding-bottom: 100px; }

  .md-pl-0 {
    padding-left: 0px; }

  .md-pl-5 {
    padding-left: 5px; }

  .md-pl-10 {
    padding-left: 10px; }

  .md-pl-15 {
    padding-left: 15px; }

  .md-pl-20 {
    padding-left: 20px; }

  .md-pl-25 {
    padding-left: 25px; }

  .md-pl-30 {
    padding-left: 30px; }

  .md-pl-35 {
    padding-left: 35px; }

  .md-pl-40 {
    padding-left: 40px; }

  .md-pl-45 {
    padding-left: 45px; }

  .md-pl-50 {
    padding-left: 50px; }

  .md-pl-60 {
    padding-left: 60px; }

  .md-pl-70 {
    padding-left: 70px; }

  .md-pl-80 {
    padding-left: 80px; }

  .md-pl-90 {
    padding-left: 90px; }

  .md-pl-100 {
    padding-left: 100px; }

  .md-m-0 {
    margin: 0px; }

  .md-m-5 {
    margin: 5px; }

  .md-m-10 {
    margin: 10px; }

  .md-m-15 {
    margin: 15px; }

  .md-m-20 {
    margin: 20px; }

  .md-m-25 {
    margin: 25px; }

  .md-m-30 {
    margin: 30px; }

  .md-m-35 {
    margin: 35px; }

  .md-m-40 {
    margin: 40px; }

  .md-m-45 {
    margin: 45px; }

  .md-m-50 {
    margin: 50px; }

  .md-m-60 {
    margin: 60px; }

  .md-m-70 {
    margin: 70px; }

  .md-m-80 {
    margin: 80px; }

  .md-m-90 {
    margin: 90px; }

  .md-m-100 {
    margin: 100px; }

  .md-mt-0 {
    margin-top: 0px; }

  .md-mt-5 {
    margin-top: 5px; }

  .md-mt-10 {
    margin-top: 10px; }

  .md-mt-15 {
    margin-top: 15px; }

  .md-mt-20 {
    margin-top: 20px; }

  .md-mt-25 {
    margin-top: 25px; }

  .md-mt-30 {
    margin-top: 30px; }

  .md-mt-35 {
    margin-top: 35px; }

  .md-mt-40 {
    margin-top: 40px; }

  .md-mt-45 {
    margin-top: 45px; }

  .md-mt-50 {
    margin-top: 50px; }

  .md-mt-60 {
    margin-top: 60px; }

  .md-mt-70 {
    margin-top: 70px; }

  .md-mt-80 {
    margin-top: 80px; }

  .md-mt-90 {
    margin-top: 90px; }

  .md-mt-100 {
    margin-top: 100px; }

  .md-mr-0 {
    margin-right: 0px; }

  .md-mr-5 {
    margin-right: 5px; }

  .md-mr-10 {
    margin-right: 10px; }

  .md-mr-15 {
    margin-right: 15px; }

  .md-mr-20 {
    margin-right: 20px; }

  .md-mr-25 {
    margin-right: 25px; }

  .md-mr-30 {
    margin-right: 30px; }

  .md-mr-35 {
    margin-right: 35px; }

  .md-mr-40 {
    margin-right: 40px; }

  .md-mr-45 {
    margin-right: 45px; }

  .md-mr-50 {
    margin-right: 50px; }

  .md-mr-60 {
    margin-right: 60px; }

  .md-mr-70 {
    margin-right: 70px; }

  .md-mr-80 {
    margin-right: 80px; }

  .md-mr-90 {
    margin-right: 90px; }

  .md-mr-100 {
    margin-right: 100px; }

  .md-mb-0 {
    margin-bottom: 0px; }

  .md-mb-5 {
    margin-bottom: 5px; }

  .md-mb-10 {
    margin-bottom: 10px; }

  .md-mb-15 {
    margin-bottom: 15px; }

  .md-mb-20 {
    margin-bottom: 20px; }

  .md-mb-25 {
    margin-bottom: 25px; }

  .md-mb-30 {
    margin-bottom: 30px; }

  .md-mb-35 {
    margin-bottom: 35px; }

  .md-mb-40 {
    margin-bottom: 40px; }

  .md-mb-45 {
    margin-bottom: 45px; }

  .md-mb-50 {
    margin-bottom: 50px; }

  .md-mb-60 {
    margin-bottom: 60px; }

  .md-mb-70 {
    margin-bottom: 70px; }

  .md-mb-80 {
    margin-bottom: 80px; }

  .md-mb-90 {
    margin-bottom: 90px; }

  .md-mb-100 {
    margin-bottom: 100px; }

  .md-ml-0 {
    margin-left: 0px; }

  .md-ml-5 {
    margin-left: 5px; }

  .md-ml-10 {
    margin-left: 10px; }

  .md-ml-15 {
    margin-left: 15px; }

  .md-ml-20 {
    margin-left: 20px; }

  .md-ml-25 {
    margin-left: 25px; }

  .md-ml-30 {
    margin-left: 30px; }

  .md-ml-35 {
    margin-left: 35px; }

  .md-ml-40 {
    margin-left: 40px; }

  .md-ml-45 {
    margin-left: 45px; }

  .md-ml-50 {
    margin-left: 50px; }

  .md-ml-60 {
    margin-left: 60px; }

  .md-ml-70 {
    margin-left: 70px; }

  .md-ml-80 {
    margin-left: 80px; }

  .md-ml-90 {
    margin-left: 90px; }

  .md-ml-100 {
    margin-left: 100px; } }
@media screen and (min-width: 1200px) {
  .lg-p-0 {
    padding: 0px; }

  .lg-p-5 {
    padding: 5px; }

  .lg-p-10 {
    padding: 10px; }

  .lg-p-15 {
    padding: 15px; }

  .lg-p-20 {
    padding: 20px; }

  .lg-p-25 {
    padding: 25px; }

  .lg-p-30 {
    padding: 30px; }

  .lg-p-35 {
    padding: 35px; }

  .lg-p-40 {
    padding: 40px; }

  .lg-p-45 {
    padding: 45px; }

  .lg-p-50 {
    padding: 50px; }

  .lg-p-60 {
    padding: 60px; }

  .lg-p-70 {
    padding: 70px; }

  .lg-p-80 {
    padding: 80px; }

  .lg-p-90 {
    padding: 90px; }

  .lg-p-100 {
    padding: 100px; }

  .lg-pt-0 {
    padding-top: 0px; }

  .lg-pt-5 {
    padding-top: 5px; }

  .lg-pt-10 {
    padding-top: 10px; }

  .lg-pt-15 {
    padding-top: 15px; }

  .lg-pt-20 {
    padding-top: 20px; }

  .lg-pt-25 {
    padding-top: 25px; }

  .lg-pt-30 {
    padding-top: 30px; }

  .lg-pt-35 {
    padding-top: 35px; }

  .lg-pt-40 {
    padding-top: 40px; }

  .lg-pt-45 {
    padding-top: 45px; }

  .lg-pt-50 {
    padding-top: 50px; }

  .lg-pt-60 {
    padding-top: 60px; }

  .lg-pt-70 {
    padding-top: 70px; }

  .lg-pt-80 {
    padding-top: 80px; }

  .lg-pt-90 {
    padding-top: 90px; }

  .lg-pt-100 {
    padding-top: 100px; }

  .lg-pr-0 {
    padding-right: 0px; }

  .lg-pr-5 {
    padding-right: 5px; }

  .lg-pr-10 {
    padding-right: 10px; }

  .lg-pr-15 {
    padding-right: 15px; }

  .lg-pr-20 {
    padding-right: 20px; }

  .lg-pr-25 {
    padding-right: 25px; }

  .lg-pr-30 {
    padding-right: 30px; }

  .lg-pr-35 {
    padding-right: 35px; }

  .lg-pr-40 {
    padding-right: 40px; }

  .lg-pr-45 {
    padding-right: 45px; }

  .lg-pr-50 {
    padding-right: 50px; }

  .lg-pr-60 {
    padding-right: 60px; }

  .lg-pr-70 {
    padding-right: 70px; }

  .lg-pr-80 {
    padding-right: 80px; }

  .lg-pr-90 {
    padding-right: 90px; }

  .lg-pr-100 {
    padding-right: 100px; }

  .lg-pb-0 {
    padding-bottom: 0px; }

  .lg-pb-5 {
    padding-bottom: 5px; }

  .lg-pb-10 {
    padding-bottom: 10px; }

  .lg-pb-15 {
    padding-bottom: 15px; }

  .lg-pb-20 {
    padding-bottom: 20px; }

  .lg-pb-25 {
    padding-bottom: 25px; }

  .lg-pb-30 {
    padding-bottom: 30px; }

  .lg-pb-35 {
    padding-bottom: 35px; }

  .lg-pb-40 {
    padding-bottom: 40px; }

  .lg-pb-45 {
    padding-bottom: 45px; }

  .lg-pb-50 {
    padding-bottom: 50px; }

  .lg-pb-60 {
    padding-bottom: 60px; }

  .lg-pb-70 {
    padding-bottom: 70px; }

  .lg-pb-80 {
    padding-bottom: 80px; }

  .lg-pb-90 {
    padding-bottom: 90px; }

  .lg-pb-100 {
    padding-bottom: 100px; }

  .lg-pl-0 {
    padding-left: 0px; }

  .lg-pl-5 {
    padding-left: 5px; }

  .lg-pl-10 {
    padding-left: 10px; }

  .lg-pl-15 {
    padding-left: 15px; }

  .lg-pl-20 {
    padding-left: 20px; }

  .lg-pl-25 {
    padding-left: 25px; }

  .lg-pl-30 {
    padding-left: 30px; }

  .lg-pl-35 {
    padding-left: 35px; }

  .lg-pl-40 {
    padding-left: 40px; }

  .lg-pl-45 {
    padding-left: 45px; }

  .lg-pl-50 {
    padding-left: 50px; }

  .lg-pl-60 {
    padding-left: 60px; }

  .lg-pl-70 {
    padding-left: 70px; }

  .lg-pl-80 {
    padding-left: 80px; }

  .lg-pl-90 {
    padding-left: 90px; }

  .lg-pl-100 {
    padding-left: 100px; }

  .lg-m-0 {
    margin: 0px; }

  .lg-m-5 {
    margin: 5px; }

  .lg-m-10 {
    margin: 10px; }

  .lg-m-15 {
    margin: 15px; }

  .lg-m-20 {
    margin: 20px; }

  .lg-m-25 {
    margin: 25px; }

  .lg-m-30 {
    margin: 30px; }

  .lg-m-35 {
    margin: 35px; }

  .lg-m-40 {
    margin: 40px; }

  .lg-m-45 {
    margin: 45px; }

  .lg-m-50 {
    margin: 50px; }

  .lg-m-60 {
    margin: 60px; }

  .lg-m-70 {
    margin: 70px; }

  .lg-m-80 {
    margin: 80px; }

  .lg-m-90 {
    margin: 90px; }

  .lg-m-100 {
    margin: 100px; }

  .lg-mt-0 {
    margin-top: 0px; }

  .lg-mt-5 {
    margin-top: 5px; }

  .lg-mt-10 {
    margin-top: 10px; }

  .lg-mt-15 {
    margin-top: 15px; }

  .lg-mt-20 {
    margin-top: 20px; }

  .lg-mt-25 {
    margin-top: 25px; }

  .lg-mt-30 {
    margin-top: 30px; }

  .lg-mt-35 {
    margin-top: 35px; }

  .lg-mt-40 {
    margin-top: 40px; }

  .lg-mt-45 {
    margin-top: 45px; }

  .lg-mt-50 {
    margin-top: 50px; }

  .lg-mt-60 {
    margin-top: 60px; }

  .lg-mt-70 {
    margin-top: 70px; }

  .lg-mt-80 {
    margin-top: 80px; }

  .lg-mt-90 {
    margin-top: 90px; }

  .lg-mt-100 {
    margin-top: 100px; }

  .lg-mr-0 {
    margin-right: 0px; }

  .lg-mr-5 {
    margin-right: 5px; }

  .lg-mr-10 {
    margin-right: 10px; }

  .lg-mr-15 {
    margin-right: 15px; }

  .lg-mr-20 {
    margin-right: 20px; }

  .lg-mr-25 {
    margin-right: 25px; }

  .lg-mr-30 {
    margin-right: 30px; }

  .lg-mr-35 {
    margin-right: 35px; }

  .lg-mr-40 {
    margin-right: 40px; }

  .lg-mr-45 {
    margin-right: 45px; }

  .lg-mr-50 {
    margin-right: 50px; }

  .lg-mr-60 {
    margin-right: 60px; }

  .lg-mr-70 {
    margin-right: 70px; }

  .lg-mr-80 {
    margin-right: 80px; }

  .lg-mr-90 {
    margin-right: 90px; }

  .lg-mr-100 {
    margin-right: 100px; }

  .lg-mb-0 {
    margin-bottom: 0px; }

  .lg-mb-5 {
    margin-bottom: 5px; }

  .lg-mb-10 {
    margin-bottom: 10px; }

  .lg-mb-15 {
    margin-bottom: 15px; }

  .lg-mb-20 {
    margin-bottom: 20px; }

  .lg-mb-25 {
    margin-bottom: 25px; }

  .lg-mb-30 {
    margin-bottom: 30px; }

  .lg-mb-35 {
    margin-bottom: 35px; }

  .lg-mb-40 {
    margin-bottom: 40px; }

  .lg-mb-45 {
    margin-bottom: 45px; }

  .lg-mb-50 {
    margin-bottom: 50px; }

  .lg-mb-60 {
    margin-bottom: 60px; }

  .lg-mb-70 {
    margin-bottom: 70px; }

  .lg-mb-80 {
    margin-bottom: 80px; }

  .lg-mb-90 {
    margin-bottom: 90px; }

  .lg-mb-100 {
    margin-bottom: 100px; }

  .lg-ml-0 {
    margin-left: 0px; }

  .lg-ml-5 {
    margin-left: 5px; }

  .lg-ml-10 {
    margin-left: 10px; }

  .lg-ml-15 {
    margin-left: 15px; }

  .lg-ml-20 {
    margin-left: 20px; }

  .lg-ml-25 {
    margin-left: 25px; }

  .lg-ml-30 {
    margin-left: 30px; }

  .lg-ml-35 {
    margin-left: 35px; }

  .lg-ml-40 {
    margin-left: 40px; }

  .lg-ml-45 {
    margin-left: 45px; }

  .lg-ml-50 {
    margin-left: 50px; }

  .lg-ml-60 {
    margin-left: 60px; }

  .lg-ml-70 {
    margin-left: 70px; }

  .lg-ml-80 {
    margin-left: 80px; }

  .lg-ml-90 {
    margin-left: 90px; }

  .lg-ml-100 {
    margin-left: 100px; } }
@media screen and (min-width: 1400px) {
  .xl-p-0 {
    padding: 0px; }

  .xl-p-5 {
    padding: 5px; }

  .xl-p-10 {
    padding: 10px; }

  .xl-p-15 {
    padding: 15px; }

  .xl-p-20 {
    padding: 20px; }

  .xl-p-25 {
    padding: 25px; }

  .xl-p-30 {
    padding: 30px; }

  .xl-p-35 {
    padding: 35px; }

  .xl-p-40 {
    padding: 40px; }

  .xl-p-45 {
    padding: 45px; }

  .xl-p-50 {
    padding: 50px; }

  .xl-p-60 {
    padding: 60px; }

  .xl-p-70 {
    padding: 70px; }

  .xl-p-80 {
    padding: 80px; }

  .xl-p-90 {
    padding: 90px; }

  .xl-p-100 {
    padding: 100px; }

  .xl-pt-0 {
    padding-top: 0px; }

  .xl-pt-5 {
    padding-top: 5px; }

  .xl-pt-10 {
    padding-top: 10px; }

  .xl-pt-15 {
    padding-top: 15px; }

  .xl-pt-20 {
    padding-top: 20px; }

  .xl-pt-25 {
    padding-top: 25px; }

  .xl-pt-30 {
    padding-top: 30px; }

  .xl-pt-35 {
    padding-top: 35px; }

  .xl-pt-40 {
    padding-top: 40px; }

  .xl-pt-45 {
    padding-top: 45px; }

  .xl-pt-50 {
    padding-top: 50px; }

  .xl-pt-60 {
    padding-top: 60px; }

  .xl-pt-70 {
    padding-top: 70px; }

  .xl-pt-80 {
    padding-top: 80px; }

  .xl-pt-90 {
    padding-top: 90px; }

  .xl-pt-100 {
    padding-top: 100px; }

  .xl-pr-0 {
    padding-right: 0px; }

  .xl-pr-5 {
    padding-right: 5px; }

  .xl-pr-10 {
    padding-right: 10px; }

  .xl-pr-15 {
    padding-right: 15px; }

  .xl-pr-20 {
    padding-right: 20px; }

  .xl-pr-25 {
    padding-right: 25px; }

  .xl-pr-30 {
    padding-right: 30px; }

  .xl-pr-35 {
    padding-right: 35px; }

  .xl-pr-40 {
    padding-right: 40px; }

  .xl-pr-45 {
    padding-right: 45px; }

  .xl-pr-50 {
    padding-right: 50px; }

  .xl-pr-60 {
    padding-right: 60px; }

  .xl-pr-70 {
    padding-right: 70px; }

  .xl-pr-80 {
    padding-right: 80px; }

  .xl-pr-90 {
    padding-right: 90px; }

  .xl-pr-100 {
    padding-right: 100px; }

  .xl-pb-0 {
    padding-bottom: 0px; }

  .xl-pb-5 {
    padding-bottom: 5px; }

  .xl-pb-10 {
    padding-bottom: 10px; }

  .xl-pb-15 {
    padding-bottom: 15px; }

  .xl-pb-20 {
    padding-bottom: 20px; }

  .xl-pb-25 {
    padding-bottom: 25px; }

  .xl-pb-30 {
    padding-bottom: 30px; }

  .xl-pb-35 {
    padding-bottom: 35px; }

  .xl-pb-40 {
    padding-bottom: 40px; }

  .xl-pb-45 {
    padding-bottom: 45px; }

  .xl-pb-50 {
    padding-bottom: 50px; }

  .xl-pb-60 {
    padding-bottom: 60px; }

  .xl-pb-70 {
    padding-bottom: 70px; }

  .xl-pb-80 {
    padding-bottom: 80px; }

  .xl-pb-90 {
    padding-bottom: 90px; }

  .xl-pb-100 {
    padding-bottom: 100px; }

  .xl-pl-0 {
    padding-left: 0px; }

  .xl-pl-5 {
    padding-left: 5px; }

  .xl-pl-10 {
    padding-left: 10px; }

  .xl-pl-15 {
    padding-left: 15px; }

  .xl-pl-20 {
    padding-left: 20px; }

  .xl-pl-25 {
    padding-left: 25px; }

  .xl-pl-30 {
    padding-left: 30px; }

  .xl-pl-35 {
    padding-left: 35px; }

  .xl-pl-40 {
    padding-left: 40px; }

  .xl-pl-45 {
    padding-left: 45px; }

  .xl-pl-50 {
    padding-left: 50px; }

  .xl-pl-60 {
    padding-left: 60px; }

  .xl-pl-70 {
    padding-left: 70px; }

  .xl-pl-80 {
    padding-left: 80px; }

  .xl-pl-90 {
    padding-left: 90px; }

  .xl-pl-100 {
    padding-left: 100px; }

  .xl-m-0 {
    margin: 0px; }

  .xl-m-5 {
    margin: 5px; }

  .xl-m-10 {
    margin: 10px; }

  .xl-m-15 {
    margin: 15px; }

  .xl-m-20 {
    margin: 20px; }

  .xl-m-25 {
    margin: 25px; }

  .xl-m-30 {
    margin: 30px; }

  .xl-m-35 {
    margin: 35px; }

  .xl-m-40 {
    margin: 40px; }

  .xl-m-45 {
    margin: 45px; }

  .xl-m-50 {
    margin: 50px; }

  .xl-m-60 {
    margin: 60px; }

  .xl-m-70 {
    margin: 70px; }

  .xl-m-80 {
    margin: 80px; }

  .xl-m-90 {
    margin: 90px; }

  .xl-m-100 {
    margin: 100px; }

  .xl-mt-0 {
    margin-top: 0px; }

  .xl-mt-5 {
    margin-top: 5px; }

  .xl-mt-10 {
    margin-top: 10px; }

  .xl-mt-15 {
    margin-top: 15px; }

  .xl-mt-20 {
    margin-top: 20px; }

  .xl-mt-25 {
    margin-top: 25px; }

  .xl-mt-30 {
    margin-top: 30px; }

  .xl-mt-35 {
    margin-top: 35px; }

  .xl-mt-40 {
    margin-top: 40px; }

  .xl-mt-45 {
    margin-top: 45px; }

  .xl-mt-50 {
    margin-top: 50px; }

  .xl-mt-60 {
    margin-top: 60px; }

  .xl-mt-70 {
    margin-top: 70px; }

  .xl-mt-80 {
    margin-top: 80px; }

  .xl-mt-90 {
    margin-top: 90px; }

  .xl-mt-100 {
    margin-top: 100px; }

  .xl-mr-0 {
    margin-right: 0px; }

  .xl-mr-5 {
    margin-right: 5px; }

  .xl-mr-10 {
    margin-right: 10px; }

  .xl-mr-15 {
    margin-right: 15px; }

  .xl-mr-20 {
    margin-right: 20px; }

  .xl-mr-25 {
    margin-right: 25px; }

  .xl-mr-30 {
    margin-right: 30px; }

  .xl-mr-35 {
    margin-right: 35px; }

  .xl-mr-40 {
    margin-right: 40px; }

  .xl-mr-45 {
    margin-right: 45px; }

  .xl-mr-50 {
    margin-right: 50px; }

  .xl-mr-60 {
    margin-right: 60px; }

  .xl-mr-70 {
    margin-right: 70px; }

  .xl-mr-80 {
    margin-right: 80px; }

  .xl-mr-90 {
    margin-right: 90px; }

  .xl-mr-100 {
    margin-right: 100px; }

  .xl-mb-0 {
    margin-bottom: 0px; }

  .xl-mb-5 {
    margin-bottom: 5px; }

  .xl-mb-10 {
    margin-bottom: 10px; }

  .xl-mb-15 {
    margin-bottom: 15px; }

  .xl-mb-20 {
    margin-bottom: 20px; }

  .xl-mb-25 {
    margin-bottom: 25px; }

  .xl-mb-30 {
    margin-bottom: 30px; }

  .xl-mb-35 {
    margin-bottom: 35px; }

  .xl-mb-40 {
    margin-bottom: 40px; }

  .xl-mb-45 {
    margin-bottom: 45px; }

  .xl-mb-50 {
    margin-bottom: 50px; }

  .xl-mb-60 {
    margin-bottom: 60px; }

  .xl-mb-70 {
    margin-bottom: 70px; }

  .xl-mb-80 {
    margin-bottom: 80px; }

  .xl-mb-90 {
    margin-bottom: 90px; }

  .xl-mb-100 {
    margin-bottom: 100px; }

  .xl-ml-0 {
    margin-left: 0px; }

  .xl-ml-5 {
    margin-left: 5px; }

  .xl-ml-10 {
    margin-left: 10px; }

  .xl-ml-15 {
    margin-left: 15px; }

  .xl-ml-20 {
    margin-left: 20px; }

  .xl-ml-25 {
    margin-left: 25px; }

  .xl-ml-30 {
    margin-left: 30px; }

  .xl-ml-35 {
    margin-left: 35px; }

  .xl-ml-40 {
    margin-left: 40px; }

  .xl-ml-45 {
    margin-left: 45px; }

  .xl-ml-50 {
    margin-left: 50px; }

  .xl-ml-60 {
    margin-left: 60px; }

  .xl-ml-70 {
    margin-left: 70px; }

  .xl-ml-80 {
    margin-left: 80px; }

  .xl-ml-90 {
    margin-left: 90px; }

  .xl-ml-100 {
    margin-left: 100px; } }

/*# sourceMappingURL=sass-space.css.map */





.comm-item {
	display: block;
	padding: 10px 0;
}

.comm-item-img-normal {
	display: inline-block;
}

.comm-item-img-hover {
	display: none;
}

.comm-item:hover .comm-item-img-normal {
	display: none;
}

.comm-item:hover .comm-item-img-hover {
	display: inline-block;
}




.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}



.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}


.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}


.bootstrap * {
	box-sizing: border-box;
}


.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}


table.table-sm td, table.table-sm th {
	font-size: 14px;
}



.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
	font-size: 14px;
}


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.hidden {
  display: none !important;
}


.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}





.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
