﻿@charset "UTF-8";
h3 {
    padding-bottom: 15px;
}
.container_head {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1200px;
}
.header_title {
    position: absolute;
    top: 15%;
    left: 0;
    width: 30%;
}
.about {
	position: relative;
	margin: 20px auto 40px auto;
	width: 100%;
}
.about span {
    font-size: 24px;
    margin-right: 20px;
    color: #005baa;
    vertical-align: middle;
}
.about img {
    width: 140px;
    margin-bottom: 10px;
}
.about:last-child {
	margin-bottom: 0;
}
.v_icon {
	display: inline-block;
    margin-top: 10px;
    margin-right: 4%;
    margin-left: 4%;
    width: 12% !important;
}
.hr_menu {
	margin-bottom: 15px;
}
.tab-content {
	padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    cursor: default;
    background-color: #005aa9;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 0px solid #ddd;
}
.b_table tbody tr td {
    padding: 15px 0;
    border-top: 1px solid #efefef;
    line-height: 32px;
    width: 33.34%;
}
.icon_b {
	display: block;
    float: left;
	margin-right: 10px;
    width: 40px;
}
.posts_list {
	margin-bottom: 3px;
}
.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.list-group-item {
    border: 1px solid #eee;
}
a.list-group-item, button.list-group-item {
    color: #005aa9;
	font-size: 16px;
}
.badge {
    padding: 3px 0px;
    color: #005aa9;
    background-color: transparent;
}
a.list-group-item:hover, .list-group-item:hover .badge, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.btn-block {
    display: block;
    width: 20%;
    margin: 0 auto;
}
.btn_back {
	float: right;
	color: #fff;
	background: #005aa9;
	padding: 3px 5px;
	border-radius: 2px;
}
.btn_back:hover {
	background: #777;
	color: #fff;
}
@media (max-width: 767px) {
  .nav-tabs.nav-tabs-dropdown,
  .nav-tabs-dropdown {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .nav-tabs.nav-tabs-dropdown::after,
  .nav-tabs-dropdown::after {
    content: "☰";
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
  }
  .nav-tabs.nav-tabs-dropdown.open a,
  .nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }
  .nav-tabs.nav-tabs-dropdown.open > li.active > a,
  .nav-tabs-dropdown.open > li.active > a {
    background-color: #eeeeee;
  }
  .nav-tabs.nav-tabs-dropdown li,
  .nav-tabs-dropdown li {
    display: block;
    padding: 0;
    vertical-align: bottom;
  }
  .nav-tabs.nav-tabs-dropdown > li > a,
  .nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a,
  .nav-tabs-dropdown > li.active > a {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    background: #fff;
	color: #333;
  }
  .btn-block {
    width: 100%;
  }
}
@media (min-width: 768px) {
 .nav-tabs.nav-justified > li > a {
    border-bottom: 0px solid #ddd;
    border-radius: 3px;
}
}
@media (max-width: 768px) {
.header_title {
    position: absolute;
    top: 15%;
    left: 0;
    width: 50%;
}
.nav-tabs.nav-justified > li > a {
    border-bottom: 0px solid #ddd;
    border-radius: 4px;
}
.v_icon {
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    width: 18% !important;
}
.b_table {
	margin-bottom: 0;
}
.b_table tbody tr td {
    padding: 15px 0;
    text-align: center;
    line-height: 20px;
}
.icon_b {
	display: block;
    float: none;
	margin: 5px auto;
    width: 50px;
}
}
strong{font-size:14px;}
.tab-content a{text-decoration:underline;}
a.list-group-item{text-decoration:none;}